Quiz And Survey Master (Formerly Quiz Master Next) - Version 5.1.2

Version Description

(October 17, 2017) = * Closed Bug: Special characters fail the uppercase validation in open answer/fill in the blank questions - (Issue #580)

Download this release

Release Info

Developer fpcorso
Plugin Icon 128x128 Quiz And Survey Master (Formerly Quiz Master Next)
Version 5.1.2
Comparing to
See all releases

Code changes from version 5.1.1 to 5.1.2

CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  = 5.1.1 (October 4, 2017) =
2
  * Closed Bug: Variable function names break Certificate addon - ([Issue #578](https://github.com/fpcorso/quiz_master_next/issues/578))
3
 
1
+ = 5.1.2 (October 17, 2017) =
2
+ * Closed Bug: Special characters fail the uppercase validation in open answer/fill in the blank questions - ([Issue #580](https://github.com/fpcorso/quiz_master_next/issues/580))
3
+
4
  = 5.1.1 (October 4, 2017) =
5
  * Closed Bug: Variable function names break Certificate addon - ([Issue #578](https://github.com/fpcorso/quiz_master_next/issues/578))
6
 
js/qmn_quiz.js CHANGED
@@ -1,4 +1,8 @@
1
- //Global Variables
 
 
 
 
2
  var qmn_timer_activated = false;
3
  var qsmTitleText = window.document.title;
4
 
1
+ /**************************
2
+ * Quiz And Survey Master
3
+ *************************/
4
+
5
+ // Global Variables
6
  var qmn_timer_activated = false;
7
  var qsmTitleText = window.document.title;
8
 
js/qsm-admin.js CHANGED
@@ -12,34 +12,23 @@ var QSMQuizzesSurveys;
12
  });
13
  $( '#the-list tr' ).filter( ':even' ).addClass( 'alternate' );
14
  } else {
 
15
  $( '.qsm-quizzes-page-content' ).hide();
16
- $( '#new_quiz_button' ).parent().after( '<h2>You do not have any quizzes or surveys. Click "Add New" to get started.</h2> ' +
17
- '<h2>Is this your first time using this plugin? Check out our <a href="https://quizandsurveymaster.com/documentation/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=documentation" target="_blank">Documentation</a> or watch our Getting Started Video below</h2>' +
18
- '<iframe width="560" height="315" src="https://www.youtube.com/embed/n8xfNk490Wg" frameborder="0" allowfullscreen></iframe>' );
19
  }
20
  },
21
  addQuizRow: function( quizData ) {
22
- var row = $( '<tr class="qsm-quiz-row" data-id="' + quizData.id + '">' +
23
- '<td class="post-title column-title"><span class="qsm-quiz-name">' + quizData.name + '</span> <a class="qsm-edit-name" href="#">Edit Name</a>' +
24
- '<div class="row-actions">' +
25
- '<a class="qsm-action-link" href="admin.php?page=mlw_quiz_options&&quiz_id=' + quizData.id + '">Edit</a> | ' +
26
- '<a class="qsm-action-link" href="admin.php?page=mlw_quiz_results&&quiz_id' + quizData.id + '">Results</a> | ' +
27
- '<a class="qsm-action-link qsm-action-link-duplicate" href="#">Duplicate</a> | ' +
28
- '<a class="qsm-action-link qsm-action-link-delete" href="#">Delete</a>' +
29
- '</div>' +
30
- '</td>' +
31
- '<td><a href="' + quizData.link + '">View Quiz/Survey</a>' +
32
- '<div class="row-actions">' +
33
- '<a class="qsm-action-link" href="post.php?post=' + quizData.postID + '&action=edit">Edit Post Settings</a>' +
34
- '</div>' +
35
- '</td>' +
36
- '<td>[qsm quiz=' + quizData.id + ']</td>' +
37
- '<td>[qsm_link id=' + quizData.id + ']Click here[/qsm_link]</td>' +
38
- '<td>' + quizData.views + '</td>' +
39
- '<td>' + quizData.taken + '</td>' +
40
- '<td>' + quizData.lastActivity + '</td>' +
41
- '</tr>'
42
- );
43
  $( '#the-list' ).append( row );
44
  },
45
  searchQuizzes: function( query ) {
12
  });
13
  $( '#the-list tr' ).filter( ':even' ).addClass( 'alternate' );
14
  } else {
15
+ var template = _.template( $( '#no-quiz-info-tmpl' ).html() );
16
  $( '.qsm-quizzes-page-content' ).hide();
17
+ $( '#new_quiz_button' ).parent().after( template() );
 
 
18
  }
19
  },
20
  addQuizRow: function( quizData ) {
21
+ var template = _.template( $( '#quiz-row-tmpl' ).html() );
22
+ var values = {
23
+ 'id': quizData.id,
24
+ 'name': quizData.name,
25
+ 'link': quizData.link,
26
+ 'postID': quizData.postID,
27
+ 'views': quizData.views,
28
+ 'taken': quizData.taken,
29
+ 'lastActivity': quizData.lastActivity
30
+ };
31
+ var row = $( template( values ) );
 
 
 
 
 
 
 
 
 
 
32
  $( '#the-list' ).append( row );
33
  },
34
  searchQuizzes: function( query ) {
languages/index.php DELETED
@@ -1,4 +0,0 @@
1
- <?php
2
-
3
- die("Error: Unauthorized Access");
4
- ?>
 
 
 
 
languages/quiz-master-next-da_DK.mo DELETED
Binary file
languages/quiz-master-next-da_DK.po DELETED
@@ -1,1529 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2016-01-21 12:59-0500\n"
9
- "PO-Revision-Date: \n"
10
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
12
- "Language: da_DK\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;"
20
- "esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;"
21
- "_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
- "X-Poedit-Basepath: ..\n"
23
- "X-Generator: Poedit 1.8.6\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "Quizzer"
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr "Indstillinger"
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124
36
- #: php/quizzes-page.php:244
37
- msgid "Results"
38
- msgstr "Resultater"
39
-
40
- #: mlw_quizmaster2.php:230
41
- #, fuzzy
42
- msgid "Result Details"
43
- msgstr "Quiz resultater detaljer"
44
-
45
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13
46
- #: php/tools-page.php:65
47
- msgid "Tools"
48
- msgstr "Værktøjer"
49
-
50
- #: mlw_quizmaster2.php:233
51
- msgid "Stats"
52
- msgstr "Statistik"
53
-
54
- #: mlw_quizmaster2.php:234
55
- msgid "Addon Settings"
56
- msgstr "Addon indstillinger"
57
-
58
- #: mlw_quizmaster2.php:235
59
- msgid "Help"
60
- msgstr "Hjælp"
61
-
62
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
63
- msgid "QMN About"
64
- msgstr "QMN Om"
65
-
66
- #: php/about-page.php:30
67
- #, fuzzy
68
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
69
- msgstr "Velkommen til Quiz Master Next"
70
-
71
- #: php/about-page.php:31
72
- msgid "Thank you for updating!"
73
- msgstr "Tak for opdatering!"
74
-
75
- #: php/about-page.php:35
76
- msgid "What's New!"
77
- msgstr "Nyheder!"
78
-
79
- #: php/about-page.php:37
80
- msgid "Changelog"
81
- msgstr "Ændringslog"
82
-
83
- #: php/about-page.php:39
84
- msgid "People Who Make QMN Possible"
85
- msgstr ""
86
-
87
- #: php/about-page.php:93
88
- #, php-format
89
- msgid "View %s"
90
- msgstr ""
91
-
92
- #: php/addons-page.php:60
93
- #, fuzzy
94
- msgid "These addons extend the functionality of Quiz And Survey Master"
95
- msgstr "Disse addons udvide funktionaliteten i Quiz Master Next"
96
-
97
- #: php/addons-page.php:61 php/addons-page.php:105
98
- msgid "Browse All Addons"
99
- msgstr "Gennemse alle Addons"
100
-
101
- #: php/addons-page.php:119
102
- msgid "Featured Addons"
103
- msgstr "Udvalgte Addons"
104
-
105
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
106
- msgid "Quiz Results"
107
- msgstr "Quiz resultater"
108
-
109
- #: php/admin-results-details-page.php:202
110
- msgid "Create Certificate"
111
- msgstr "Opret certificat"
112
-
113
- #: php/admin-results-details-page.php:206
114
- msgid "Download Certificate Here"
115
- msgstr "Download certificat her"
116
-
117
- #: php/admin-results-details-page.php:219
118
- msgid "Certificate"
119
- msgstr "Certifikat"
120
-
121
- #: php/admin-results-page.php:37
122
- msgid "Your results has been deleted successfully."
123
- msgstr "Dine resultater er blevet slettet."
124
-
125
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
126
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
127
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
128
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
129
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
130
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
131
- #: php/options-page-questions-tab.php:190 php/options-page-questions-tab.php:235
132
- #: php/options-page-questions-tab.php:327 php/options-page-questions-tab.php:424
133
- #: php/options-page-results-page-tab.php:76
134
- #: php/options-page-results-page-tab.php:125 php/options-page-style-tab.php:60
135
- #: php/options-page-text-tab.php:123 php/options-page-tools-tab.php:68
136
- #, php-format
137
- msgid ""
138
- "There has been an error in this action. Please share this with the developer. "
139
- "Error Code: %s"
140
- msgstr "Der har været en fejl. Venligst del dette med udvikleren . Fejlkode:% s"
141
-
142
- #: php/admin-results-page.php:205
143
- #, php-format
144
- msgid "One result"
145
- msgid_plural "%s results"
146
- msgstr[0] "Et resultat"
147
- msgstr[1] "%s resultater"
148
-
149
- #: php/admin-results-page.php:290
150
- msgid "Actions"
151
- msgstr "Handlinger"
152
-
153
- #: php/admin-results-page.php:291
154
- msgid "Quiz Name"
155
- msgstr "Quiz navn"
156
-
157
- #: php/admin-results-page.php:292
158
- msgid "Score"
159
- msgstr "Skore"
160
-
161
- #: php/admin-results-page.php:293
162
- msgid "Time To Complete"
163
- msgstr "Tid til at færdiggøre"
164
-
165
- #: php/admin-results-page.php:294 php/quizzes-page.php:222
166
- #: php/quizzes-page.php:271 php/quizzes-page.php:334 php/quizzes-page.php:342
167
- msgid "Name"
168
- msgstr "Navn"
169
-
170
- #: php/admin-results-page.php:295
171
- msgid "Business"
172
- msgstr "Forretning"
173
-
174
- #: php/admin-results-page.php:296
175
- msgid "Email"
176
- msgstr "Email"
177
-
178
- #: php/admin-results-page.php:297
179
- msgid "Phone"
180
- msgstr "Telefon"
181
-
182
- #: php/admin-results-page.php:298
183
- msgid "Time Taken"
184
- msgstr "Forbrugt tid"
185
-
186
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
187
- msgid "Not Graded"
188
- msgstr "Ikke Graded"
189
-
190
- #: php/admin-results-page.php:357
191
- msgid "Are you sure you want to delete these results?"
192
- msgstr "Er du sikker på at du vil slette disse resultater ?"
193
-
194
- #: php/admin-results-page.php:362
195
- msgid "Delete Results"
196
- msgstr "Slet resultater"
197
-
198
- #: php/class-qmn-alert-manager.php:37
199
- msgid "Success!"
200
- msgstr "Succes"
201
-
202
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
203
- msgid "Error!"
204
- msgstr "Fejl!"
205
-
206
- #: php/class-qmn-quiz-creator.php:386
207
- msgid ""
208
- "Your new quiz has been created successfully. To begin editing your quiz, "
209
- "click the Edit link on the new quiz."
210
- msgstr ""
211
- "Din nye quiz er blevet oprettet. For at edigere din quiz, klik på linket "
212
- "Rediger ved den nye quiz"
213
-
214
- #: php/class-qmn-quiz-creator.php:461
215
- msgid "Your quiz has been deleted successfully."
216
- msgstr "Din Quiz er blevet slettet."
217
-
218
- #: php/class-qmn-quiz-creator.php:512
219
- msgid "Your quiz name has been updated successfully."
220
- msgstr "Dit quiz navn er blevet opdateret."
221
-
222
- #: php/class-qmn-quiz-creator.php:678
223
- msgid "Your quiz has been duplicated successfully."
224
- msgstr "Din Quiz er blevet dublikeret."
225
-
226
- #: php/class-qmn-quiz-manager.php:80
227
- msgid "It appears that this quiz is not set up correctly"
228
- msgstr ""
229
-
230
- #: php/class-qmn-quiz-manager.php:275
231
- msgid "Not a valid e-mail address!"
232
- msgstr "Ikke en gyldig e-mail-adresse!"
233
-
234
- #: php/class-qmn-quiz-manager.php:276
235
- msgid "This field must be a number!"
236
- msgstr "Dette felt skal være et tal!"
237
-
238
- #: php/class-qmn-quiz-manager.php:277
239
- msgid "The entered text is not correct!"
240
- msgstr "Den indtastede tekst er ikke korrekt!"
241
-
242
- #: php/class-qmn-quiz-manager.php:278
243
- msgid "Please complete all required fields!"
244
- msgstr "Venligst udfyld alle obligatoriske felter"
245
-
246
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
247
- msgid "Hint"
248
- msgstr "Hint"
249
-
250
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
251
- msgid "Previous"
252
- msgstr "Tidligere"
253
-
254
- #: php/class-qmn-review-message.php:83
255
- #, php-format
256
- msgid ""
257
- "Greetings! I just noticed that you now have more than %d quiz results. That "
258
- "is\n"
259
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
260
- "rating on WordPress? This\n"
261
- "\t\twill help us by helping other users discover this plugin. %s"
262
- msgstr ""
263
-
264
- #: php/class-qmn-review-message.php:89
265
- msgid "Yeah, you deserve it!"
266
- msgstr ""
267
-
268
- #: php/class-qmn-review-message.php:90
269
- msgid "I already did!"
270
- msgstr ""
271
-
272
- #: php/class-qmn-review-message.php:91
273
- msgid "No, this plugin is not good enough"
274
- msgstr ""
275
-
276
- #: php/class-qmn-tracking.php:204
277
- #, fuzzy
278
- msgid ""
279
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
280
- "help us make this plugin better? No sensitive data is tracked."
281
- msgstr ""
282
- "Tillad Quiz Master Next at følge brugen af dette plugin for at forbedre "
283
- "kvaliteten - ingen følsomme data overvåges."
284
-
285
- #: php/class-qmn-tracking.php:205
286
- msgid "Allow"
287
- msgstr "Tillad"
288
-
289
- #: php/class-qmn-tracking.php:206
290
- msgid "Do not allow"
291
- msgstr "Tillad ikke"
292
-
293
- #: php/dashboard-widgets.php:16
294
- #, fuzzy
295
- msgid "Quiz And Survey Master Snapshot"
296
- msgstr "Quiz Master Next skærmdump"
297
-
298
- #: php/dashboard-widgets.php:180
299
- msgid "quizzes taken today"
300
- msgstr "Spørgeskemaer udfyldt i dag"
301
-
302
- #: php/dashboard-widgets.php:199
303
- msgid "quizzes taken last 7 days"
304
- msgstr "Spørgeskemaer udfyldt de sidste 7 dage"
305
-
306
- #: php/dashboard-widgets.php:218
307
- #, fuzzy
308
- msgid "quizzes taken last 30 days"
309
- msgstr "Spørgeskemaer udfyldt de sidste 7 dage"
310
-
311
- #: php/dashboard-widgets.php:237
312
- #, fuzzy
313
- msgid "quizzes taken last 120 days"
314
- msgstr "Spørgeskemaer udfyldt de sidste 7 dage"
315
-
316
- #: php/dashboard-widgets.php:256
317
- msgid "total active quizzes"
318
- msgstr "Antal aktive spørgeskemaundersøgelser"
319
-
320
- #: php/dashboard-widgets.php:262
321
- msgid "total active questions"
322
- msgstr "Antal aktive spørgsmål"
323
-
324
- #: php/dashboard-widgets.php:268
325
- msgid "most popular quiz"
326
- msgstr "mest populære spørgeskemaundersøgelse"
327
-
328
- #: php/dashboard-widgets.php:274
329
- msgid "least popular quiz"
330
- msgstr "mindst populære undersøgelse"
331
-
332
- #: php/help-page.php:20
333
- msgid "Need Help?"
334
- msgstr "Brug for hjælp?"
335
-
336
- #: php/help-page.php:21
337
- msgid "Support"
338
- msgstr "Support"
339
-
340
- #: php/help-page.php:22
341
- msgid "System Info"
342
- msgstr "System Info"
343
-
344
- #: php/help-page.php:25
345
- msgid "Help Page"
346
- msgstr "Hjælp"
347
-
348
- #: php/help-page.php:55
349
- msgid "Need help with the plugin? Try any of the following:"
350
- msgstr "Har du brug for hjælp med dette plugin? Forsøg​følgende:"
351
-
352
- #: php/options-page-certificate-tab.php:15
353
- msgid "Certificate (Beta)"
354
- msgstr "Certifikat"
355
-
356
- #: php/options-page-certificate-tab.php:64
357
- msgid "The certificate has been updated successfully."
358
- msgstr "Certifikatet er blevet opdateret."
359
-
360
- #: php/options-page-certificate-tab.php:100
361
- msgid "Enter title here"
362
- msgstr "Indtast titel her"
363
-
364
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
365
- #: php/options-page-email-tab.php:109
366
- msgid "Enter text here"
367
- msgstr "Indtast tekst her"
368
-
369
- #: php/options-page-certificate-tab.php:104
370
- msgid "Quiz Certificate (Beta)"
371
- msgstr "Quiz Certificate (Beta)"
372
-
373
- #: php/options-page-certificate-tab.php:105
374
- msgid ""
375
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
376
- "enter in the link variable into the templates on the Emails and Results Page "
377
- "tabs so the user can access the certificate."
378
- msgstr ""
379
-
380
- #: php/options-page-certificate-tab.php:106
381
- msgid "These fields cannot contain HTML."
382
- msgstr "Disse felter kan ikke indeholde HTML."
383
-
384
- #: php/options-page-certificate-tab.php:107
385
- #: php/options-page-certificate-tab.php:163
386
- msgid "Save Certificate Options"
387
- msgstr "Gem Certificate indstillinger"
388
-
389
- #: php/options-page-certificate-tab.php:115
390
- msgid "Enable Certificates For This Quiz?"
391
- msgstr "Aktiver certifikater for denne quiz?"
392
-
393
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
394
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
395
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
396
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
397
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
398
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
399
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
400
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
401
- #: php/options-page-results-page-tab.php:282
402
- msgid "Yes"
403
- msgstr "Ja"
404
-
405
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
406
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
407
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
408
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
409
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
410
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
411
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
412
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
413
- #: php/options-page-questions-tab.php:702
414
- #: php/options-page-results-page-tab.php:282
415
- msgid "No"
416
- msgstr "Nej"
417
-
418
- #: php/options-page-certificate-tab.php:123
419
- msgid "Certificate Title"
420
- msgstr "Certifikat Titel"
421
-
422
- #: php/options-page-certificate-tab.php:130
423
- msgid "Message Displayed On Certificate"
424
- msgstr "Meddelelse på Certifikat"
425
-
426
- #: php/options-page-certificate-tab.php:132
427
- #: php/options-page-leaderboard-tab.php:122 php/options-page-text-tab.php:254
428
- #: php/options-page-text-tab.php:264 php/options-page-text-tab.php:274
429
- #: php/options-page-text-tab.php:284 php/options-page-text-tab.php:294
430
- #: php/options-page-text-tab.php:304 php/options-page-text-tab.php:314
431
- #: php/options-page-text-tab.php:324 php/options-page-text-tab.php:337
432
- #: php/options-page-text-tab.php:354
433
- msgid "Allowed Variables:"
434
- msgstr "Tilladte variable"
435
-
436
- #: php/options-page-certificate-tab.php:150
437
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
438
- msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
439
-
440
- #: php/options-page-certificate-tab.php:157
441
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
442
- msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
443
-
444
- #: php/options-page-email-tab.php:13
445
- msgid "Emails"
446
- msgstr "E-mails"
447
-
448
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
449
- msgid "The email has been added successfully."
450
- msgstr "E-mail er blevet tilføjet."
451
-
452
- #: php/options-page-email-tab.php:224
453
- msgid "The email has been updated successfully."
454
- msgstr "E-mail er blevet opdateret."
455
-
456
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
457
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
458
- msgid "Template Variables"
459
- msgstr "Skabelon variable"
460
-
461
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
462
- #: php/options-page-text-tab.php:164
463
- msgid "Score for the quiz when using points"
464
- msgstr "Score for quizzen, når du bruger point"
465
-
466
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
467
- #: php/options-page-text-tab.php:167
468
- msgid "The average amount of points user had per question"
469
- msgstr "Det gennemsnitlige antal point bruger havde pr spørgsmål"
470
-
471
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
472
- #: php/options-page-text-tab.php:170
473
- msgid "The number of correct answers the user had"
474
- msgstr "Antallet af korrekte svar brugeren havde"
475
-
476
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
477
- #: php/options-page-text-tab.php:173
478
- msgid "The total number of questions in the quiz"
479
- msgstr "Det samlede antal spørgsmål i quizzen"
480
-
481
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
482
- #: php/options-page-text-tab.php:176
483
- msgid "Score for the quiz when using correct answers"
484
- msgstr "Score for quizzen, når du bruger korrekte svar"
485
-
486
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
487
- #: php/options-page-text-tab.php:179
488
- msgid "The name the user entered before the quiz"
489
- msgstr "Navnet brugeren indtastes, før quizzen"
490
-
491
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
492
- #: php/options-page-text-tab.php:182
493
- msgid "The business the user entered before the quiz"
494
- msgstr "Forretningen brugeren indtastes, før quizzen"
495
-
496
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
497
- #: php/options-page-text-tab.php:185
498
- msgid "The phone number the user entered before the quiz"
499
- msgstr "Telefonnummeret brugeren indtastede, før quizzen"
500
-
501
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
502
- #: php/options-page-text-tab.php:188
503
- msgid "The email the user entered before the quiz"
504
- msgstr "Den e-mail brugeren indtastes, før quizzen"
505
-
506
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
507
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
508
- msgid "The name of the quiz"
509
- msgstr "Navn på Quiz:"
510
-
511
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
512
- #: php/options-page-text-tab.php:194
513
- msgid "Shows the question, the answer the user provided, and the correct answer"
514
- msgstr "Viser brugers svar og det korrekte svar"
515
-
516
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
517
- #: php/options-page-text-tab.php:197
518
- msgid "The comments the user entered into comment box if enabled"
519
- msgstr "Kommenar som brugeren har indtastet"
520
-
521
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
522
- msgid "The amount of time user spent on quiz in seconds"
523
- msgstr ""
524
-
525
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
526
- msgid "The amount of time user spent on quiz in minutes"
527
- msgstr ""
528
-
529
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
530
- #: php/options-page-text-tab.php:206
531
- msgid "The link to the certificate after completing the quiz"
532
- msgstr "Link til certifikat - efter endt test"
533
-
534
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
535
- #: php/options-page-text-tab.php:209
536
- msgid "The amount of points a specific category earned."
537
- msgstr "Antal point der er opnået i kategorien"
538
-
539
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
540
- #: php/options-page-text-tab.php:212
541
- msgid "The score a specific category earned."
542
- msgstr "Skore for specifik kategori"
543
-
544
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
545
- #: php/options-page-text-tab.php:215
546
- msgid "The average points from all categories."
547
- msgstr "Gennemsnit af point for alle kategorier"
548
-
549
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
550
- #: php/options-page-text-tab.php:218
551
- msgid "The average score from all categories."
552
- msgstr "Gennemsnit skore for alle kategorier"
553
-
554
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
555
- msgid "The question that the user answered"
556
- msgstr "Spørgsmål brugeren besvarede"
557
-
558
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
559
- msgid "The answer the user gave for the question"
560
- msgstr "Brugerens svar på sprøgesmål"
561
-
562
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
563
- msgid "The correct answer for the question"
564
- msgstr "Korrekt svar på spørgsmål"
565
-
566
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
567
- msgid "The comments the user provided in the comment field for the question"
568
- msgstr "Kommentar til spørgsmål"
569
-
570
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
571
- msgid "Reason why the correct answer is the correct answer"
572
- msgstr "Årsag til at dette er det korrekte svar"
573
-
574
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
575
- msgid "The Current Date"
576
- msgstr "Dags dato"
577
-
578
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
579
- msgid "Save Email Templates And Settings"
580
- msgstr "Gem e-mail skabelon og opsætning"
581
-
582
- #: php/options-page-email-tab.php:417
583
- msgid "Send user email upon completion?"
584
- msgstr "Send bruger mail ved afslutning"
585
-
586
- #: php/options-page-email-tab.php:424
587
- msgid "Send admin email upon completion?"
588
- msgstr "Send e-mail til administrator ved afslutning?"
589
-
590
- #: php/options-page-email-tab.php:431
591
- msgid ""
592
- "What emails should we send the admin email to? Separate emails with a comma."
593
- msgstr "E-mail som administrator e-mails skal sendes til? adskil med komma."
594
-
595
- #: php/options-page-email-tab.php:435
596
- msgid "What is the From Name for the email sent to users and admin?"
597
- msgstr "Navn på afsender på e-mails til brugere og administrator?"
598
-
599
- #: php/options-page-email-tab.php:439
600
- #, fuzzy
601
- msgid "What is the From Email address for the email sent to users and admin?"
602
- msgstr "Navn på afsender på e-mails til brugere og administrator?"
603
-
604
- #: php/options-page-email-tab.php:443
605
- msgid "Add user's email as Reply-To on admin email?"
606
- msgstr ""
607
-
608
- #: php/options-page-email-tab.php:452
609
- msgid "Email Sent To User"
610
- msgstr "E-mail til bruger"
611
-
612
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
613
- msgid "Add New User Email"
614
- msgstr "Tilføj ny bruger e-mail"
615
-
616
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
617
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
618
- #: php/options-page-results-page-tab.php:241
619
- #: php/options-page-results-page-tab.php:305
620
- msgid "Score Greater Than Or Equal To"
621
- msgstr "Skore større eller lig med"
622
-
623
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
624
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
625
- #: php/options-page-results-page-tab.php:242
626
- #: php/options-page-results-page-tab.php:306
627
- msgid "Score Less Than Or Equal To"
628
- msgstr "Skore mindre end eller lige med"
629
-
630
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
631
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
632
- msgid "Subject"
633
- msgstr "Emne"
634
-
635
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
636
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
637
- msgid "Email To Send"
638
- msgstr "E-mail der sendes"
639
-
640
- #: php/options-page-email-tab.php:539
641
- msgid "Email Sent To Admin"
642
- msgstr "E-mail sendt til administrator"
643
-
644
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
645
- msgid "Add New Admin Email"
646
- msgstr "Tilføj ny administrator e-mail"
647
-
648
- #: php/options-page-leaderboard-tab.php:13
649
- msgid "Leaderboard"
650
- msgstr "Leaderboard"
651
-
652
- #: php/options-page-leaderboard-tab.php:49
653
- msgid "The leaderboards has been updated successfully."
654
- msgstr "Leaderboards er blevet opdateret"
655
-
656
- #: php/options-page-leaderboard-tab.php:83
657
- msgid "The name of the user who is in first place"
658
- msgstr "Navn på bruger der er nummer et"
659
-
660
- #: php/options-page-leaderboard-tab.php:84
661
- msgid "The score from the first place's quiz"
662
- msgstr "Skore på førstepladsen"
663
-
664
- #: php/options-page-leaderboard-tab.php:88
665
- msgid "The name of the user who is in second place"
666
- msgstr "Navn på bruger som er nummer 2"
667
-
668
- #: php/options-page-leaderboard-tab.php:89
669
- msgid "The score from the second place's quiz"
670
- msgstr "Andenpladsens skore"
671
-
672
- #: php/options-page-leaderboard-tab.php:93
673
- msgid "The name of the user who is in third place"
674
- msgstr "Navn på bruger på trediepladsen"
675
-
676
- #: php/options-page-leaderboard-tab.php:94
677
- msgid "The score from the third place's quiz"
678
- msgstr "Skore fra bruger på trediepladsen"
679
-
680
- #: php/options-page-leaderboard-tab.php:98
681
- msgid "The name of the user who is in fourth place"
682
- msgstr "Navn på bruger på fjerdepladsen"
683
-
684
- #: php/options-page-leaderboard-tab.php:99
685
- msgid "The score from the fourth place's quiz"
686
- msgstr "Skore fra bruger på fjerdepladsen"
687
-
688
- #: php/options-page-leaderboard-tab.php:103
689
- msgid "The name of the user who is in fifth place"
690
- msgstr "Navn på bruger på femte pladsen"
691
-
692
- #: php/options-page-leaderboard-tab.php:104
693
- msgid "The score from the fifth place's quiz"
694
- msgstr "Skore på 5 pladsens bruger"
695
-
696
- #: php/options-page-leaderboard-tab.php:111
697
- #: php/options-page-leaderboard-tab.php:139
698
- msgid "Save Leaderboard Options"
699
- msgstr "Gem leaderboard indstillinger"
700
-
701
- #: php/options-page-leaderboard-tab.php:120
702
- msgid "Leaderboard Template"
703
- msgstr "Leaderboard skabelon"
704
-
705
- #: php/options-page-option-tab.php:13
706
- msgid "Options"
707
- msgstr "Indstillinger"
708
-
709
- #: php/options-page-option-tab.php:110
710
- msgid "The options has been updated successfully."
711
- msgstr "Indstillinger er gemt"
712
-
713
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
714
- msgid "Save Options"
715
- msgstr "Gem indstillinger"
716
-
717
- #: php/options-page-option-tab.php:168
718
- msgid "Which system is this quiz graded on?"
719
- msgstr "Hvilket system er denne quiz sorteres på?"
720
-
721
- #: php/options-page-option-tab.php:170
722
- msgid "Correct/Incorrect"
723
- msgstr "Korrekt / Ukorrekt"
724
-
725
- #: php/options-page-option-tab.php:171
726
- msgid "Points"
727
- msgstr "Point"
728
-
729
- #: php/options-page-option-tab.php:176
730
- msgid "Should the user be required to be logged in to take this quiz?"
731
- msgstr "Skal brugeren være logget ind for at svare på denne test?"
732
-
733
- #: php/options-page-option-tab.php:183
734
- msgid ""
735
- "How many questions per page would you like? (Leave 0 for all questions on one "
736
- "page)"
737
- msgstr ""
738
- "Hvor mange spørgsmål vil du have per side ? (0 for alle spørgsmål på samme "
739
- "side)."
740
-
741
- #: php/options-page-option-tab.php:189
742
- msgid ""
743
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
744
- "limit)"
745
- msgstr ""
746
- "Hvor mange minutter har brugeren til at afslutte undersøgelsen? (0 for ingen "
747
- "tidsfrist)"
748
-
749
- #: php/options-page-option-tab.php:195
750
- msgid ""
751
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
752
- "user wants to. Currently only works for registered users)"
753
- msgstr ""
754
- "Hvor mange gange kan en bruger tage denne quiz? (Lad 0 for så mange gange som "
755
- "brugeren ønsker at. I øjeblikket virker kun for registrerede brugere)"
756
-
757
- #: php/options-page-option-tab.php:201
758
- msgid ""
759
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
760
- msgstr ""
761
- "Hvor mange samlede poster kan denne quiz have? (Lad 0 for ubegrænset poster"
762
-
763
- #: php/options-page-option-tab.php:207
764
- msgid ""
765
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
766
- msgstr ""
767
- "Hvor mange spørgsmål skal indlæses til quiz? (Lad 0 at indlæse alle spørgsmål)"
768
-
769
- #: php/options-page-option-tab.php:213
770
- msgid ""
771
- "What time-frame should the user be able to access the quiz? (Leave blank if "
772
- "the user can access anytime)"
773
- msgstr ""
774
- "Hvilken tidsperiode skal brugeren kunne få adgang quizzen? (Står tom, hvis "
775
- "brugeren kan få adgang til når som helst)"
776
-
777
- #: php/options-page-option-tab.php:215
778
- msgid "start date"
779
- msgstr "Start dato"
780
-
781
- #: php/options-page-option-tab.php:218
782
- msgid "end date"
783
- msgstr "Slut dato"
784
-
785
- #: php/options-page-option-tab.php:222
786
- msgid "Are the questions random? (Question Order will not apply if this is yes)"
787
- msgstr ""
788
- "Er spørgsmålene tilfældigt? (Spørgsmål Order gælder ikke, hvis det er ja)"
789
-
790
- #: php/options-page-option-tab.php:224
791
- msgid "Random Questions"
792
- msgstr "Tilfældige spørgsmål"
793
-
794
- #: php/options-page-option-tab.php:225
795
- msgid "Random Questions And Answers"
796
- msgstr "Tilfældige Spørgsmål og svar"
797
-
798
- #: php/options-page-option-tab.php:230
799
- msgid ""
800
- "Would you like to ask for the contact information at the beginning or at the "
801
- "end of the quiz?"
802
- msgstr ""
803
- "Vil du bede om kontaktoplysninger i begyndelsen eller slutningen af ​​quizzen?"
804
-
805
- #: php/options-page-option-tab.php:232
806
- msgid "Beginning"
807
- msgstr "Begyndelse"
808
-
809
- #: php/options-page-option-tab.php:233
810
- msgid "End"
811
- msgstr "Slut"
812
-
813
- #: php/options-page-option-tab.php:237
814
- msgid ""
815
- "If a logged-in user takes the quiz, would you like them to be able to edit "
816
- "contact information? If set to no, the fields will not show up for logged in "
817
- "users; however, the users information will be saved for the fields."
818
- msgstr ""
819
- "Hvis en indloggede bruger tager quizzen, vil du have dem til at være i stand "
820
- "til at redigere kontaktoplysninger? Hvis sat til nej, vil de områder ikke op "
821
- "til logget ind brugere; dog vil brugerne oplysninger gemmes til felterne."
822
-
823
- #: php/options-page-option-tab.php:244
824
- msgid "Should we ask for users name?"
825
- msgstr "Skal vi bede for brugere navn?"
826
-
827
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
828
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
829
- msgid "Require"
830
- msgstr "Obligatorisk"
831
-
832
- #: php/options-page-option-tab.php:252
833
- msgid "Should we ask for users business?"
834
- msgstr "Skal vi bede for brugere virksomhed?"
835
-
836
- #: php/options-page-option-tab.php:260
837
- msgid "Should we ask for users email?"
838
- msgstr "Skal vi bede for brugere email?"
839
-
840
- #: php/options-page-option-tab.php:268
841
- msgid "Should we ask for users phone number?"
842
- msgstr "Skal vi bede for brugere telefonnummer?"
843
-
844
- #: php/options-page-option-tab.php:276
845
- msgid "Would you like a place for the user to enter comments?"
846
- msgstr "Kunne du tænke dig et sted for brugeren at indtaste kommentarer?"
847
-
848
- #: php/options-page-option-tab.php:283
849
- msgid "Show question number on quiz?"
850
- msgstr "Vis spørgsmål nummer på quiz?"
851
-
852
- #: php/options-page-option-tab.php:290
853
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
854
- msgstr "Vis sociale medier knapper deling? (Twitter & Facebook)"
855
-
856
- #: php/options-page-option-tab.php:290
857
- msgid ""
858
- "This option is for here only for users of older versions. Please use the new "
859
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
860
- "instead of using this option!"
861
- msgstr ""
862
-
863
- #: php/options-page-option-tab.php:297
864
- msgid ""
865
- "Disable question once user selects answer? (Currently only work on multiple "
866
- "choice)"
867
- msgstr ""
868
-
869
- #: php/options-page-option-tab.php:304
870
- msgid ""
871
- "Dynamically add class for incorrect/correct answer after user selects answer? "
872
- "(Currently only works on multiple choice)"
873
- msgstr ""
874
-
875
- #: php/options-page-preview-tab.php:13
876
- msgid "Preview"
877
- msgstr "Preview"
878
-
879
- #: php/options-page-questions-tab.php:13
880
- msgid "Questions"
881
- msgstr "Spørgsmål"
882
-
883
- #: php/options-page-questions-tab.php:28
884
- msgid "Answer"
885
- msgstr "Svar:"
886
-
887
- #: php/options-page-questions-tab.php:64
888
- msgid "The question order has been updated successfully."
889
- msgstr ""
890
-
891
- #: php/options-page-questions-tab.php:169
892
- msgid "The question has been updated successfully."
893
- msgstr "Spørgsmålet er blevet opdateret."
894
-
895
- #: php/options-page-questions-tab.php:214
896
- msgid "The question has been deleted successfully."
897
- msgstr "Dine resultater er blevet slettet."
898
-
899
- #: php/options-page-questions-tab.php:306
900
- msgid "The question has been duplicated successfully."
901
- msgstr "Din Spørgsmål er blevet dublikeret."
902
-
903
- #: php/options-page-questions-tab.php:403
904
- msgid "The question has been created successfully."
905
- msgstr "Spørgsmålet er blevet oprettet."
906
-
907
- #: php/options-page-questions-tab.php:538
908
- msgid "Add Question"
909
- msgstr "Nyt spørgsmål"
910
-
911
- #: php/options-page-questions-tab.php:539
912
- msgid "Save Question Order"
913
- msgstr ""
914
-
915
- #: php/options-page-questions-tab.php:552
916
- #, php-format
917
- msgid "One question"
918
- msgid_plural "%s questions"
919
- msgstr[0] "Et spørgsmål"
920
- msgstr[1] "%s spørgsmål"
921
-
922
- #: php/options-page-questions-tab.php:558 php/options-page-questions-tab.php:566
923
- #: php/options-page-questions-tab.php:694
924
- msgid "Question Order"
925
- msgstr "Rækkefølge spørgsmål"
926
-
927
- #: php/options-page-questions-tab.php:559 php/options-page-questions-tab.php:567
928
- #: php/options-page-questions-tab.php:644
929
- msgid "Question Type"
930
- msgstr "Spørgsmål type"
931
-
932
- #: php/options-page-questions-tab.php:560 php/options-page-questions-tab.php:568
933
- #: php/options-page-questions-tab.php:707
934
- msgid "Category"
935
- msgstr "Kategori"
936
-
937
- #: php/options-page-questions-tab.php:561 php/options-page-questions-tab.php:569
938
- msgid "Question"
939
- msgstr "Spørgsmål"
940
-
941
- #: php/options-page-questions-tab.php:662
942
- msgid "Answers"
943
- msgstr "Svar"
944
-
945
- #: php/options-page-questions-tab.php:663
946
- msgid "Points Worth"
947
- msgstr "Værdi af point"
948
-
949
- #: php/options-page-questions-tab.php:664
950
- msgid "Correct Answer"
951
- msgstr "Korrekt svar"
952
-
953
- #: php/options-page-questions-tab.php:669
954
- msgid "Add New Answer!"
955
- msgstr "Tilføj nyt svar!"
956
-
957
- #: php/options-page-questions-tab.php:675
958
- msgid "Correct Answer Info"
959
- msgstr "Info for korrekt svar"
960
-
961
- #: php/options-page-questions-tab.php:685
962
- msgid "Comment Field"
963
- msgstr "KOmmentar felt"
964
-
965
- #: php/options-page-questions-tab.php:687
966
- msgid "Small Text Field"
967
- msgstr "Lille tekst felt"
968
-
969
- #: php/options-page-questions-tab.php:688
970
- msgid "Large Text Field"
971
- msgstr "Stort tekst felt"
972
-
973
- #: php/options-page-questions-tab.php:689
974
- msgid "None"
975
- msgstr "Ingen"
976
-
977
- #: php/options-page-questions-tab.php:699
978
- msgid "Required?"
979
- msgstr "Obligatorisk"
980
-
981
- #: php/options-page-questions-tab.php:730
982
- msgid "Create Question"
983
- msgstr "Opret spørgsmål"
984
-
985
- #: php/options-page-questions-tab.php:735
986
- msgid "Are you sure you want to delete this question?"
987
- msgstr "Er du sikker på du vil slette dette spørgsmål"
988
-
989
- #: php/options-page-questions-tab.php:740
990
- msgid "Delete Question"
991
- msgstr "Slet spørgsmål"
992
-
993
- #: php/options-page-questions-tab.php:745
994
- msgid "Are you sure you want to duplicate this question?"
995
- msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
996
-
997
- #: php/options-page-questions-tab.php:750
998
- msgid "Duplicate Question"
999
- msgstr "Kopieret spørgsmål"
1000
-
1001
- #: php/options-page-results-page-tab.php:13
1002
- msgid "Results Pages"
1003
- msgstr "Resultat sider"
1004
-
1005
- #: php/options-page-results-page-tab.php:55
1006
- msgid "The results page has been added successfully."
1007
- msgstr "Resultat siden er tilføjet"
1008
-
1009
- #: php/options-page-results-page-tab.php:104
1010
- msgid "The results page has been saved successfully."
1011
- msgstr "Resultatsiden er gemt"
1012
-
1013
- #: php/options-page-results-page-tab.php:205
1014
- msgid "The amount of time user spent taking quiz in minutes"
1015
- msgstr ""
1016
-
1017
- #: php/options-page-results-page-tab.php:208
1018
- msgid "The amount of time user spent taking quiz in seconds"
1019
- msgstr ""
1020
-
1021
- #: php/options-page-results-page-tab.php:226
1022
- msgid "Displays button to share on Facebook."
1023
- msgstr ""
1024
-
1025
- #: php/options-page-results-page-tab.php:229
1026
- msgid "Displays button to share on Twitter."
1027
- msgstr ""
1028
-
1029
- #: php/options-page-results-page-tab.php:234
1030
- #: php/options-page-results-page-tab.php:315
1031
- msgid "Save Results Pages"
1032
- msgstr "Gem resultatsider"
1033
-
1034
- #: php/options-page-results-page-tab.php:235
1035
- #: php/options-page-results-page-tab.php:320
1036
- msgid "Add New Results Page"
1037
- msgstr "Tilføj ny resultat side"
1038
-
1039
- #: php/options-page-results-page-tab.php:243
1040
- #: php/options-page-results-page-tab.php:307
1041
- msgid "Results Page Shown"
1042
- msgstr "Resultat side vist"
1043
-
1044
- #: php/options-page-results-page-tab.php:244
1045
- #: php/options-page-results-page-tab.php:308
1046
- msgid "Redirect URL (Beta)"
1047
- msgstr ""
1048
-
1049
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246
1050
- #: php/quizzes-page.php:369
1051
- msgid "Delete"
1052
- msgstr "Slet"
1053
-
1054
- #: php/options-page-results-page-tab.php:282
1055
- msgid "Are you sure?"
1056
- msgstr "Er du sikker?"
1057
-
1058
- #: php/options-page-style-tab.php:13
1059
- msgid "Style"
1060
- msgstr "Style"
1061
-
1062
- #: php/options-page-style-tab.php:39
1063
- msgid "The style has been saved successfully."
1064
- msgstr "Denne style er gemt"
1065
-
1066
- #: php/options-page-style-tab.php:88
1067
- msgid "Quiz Styles"
1068
- msgstr "Quiz styles"
1069
-
1070
- #: php/options-page-style-tab.php:89
1071
- msgid "Choose your style:"
1072
- msgstr "Vælg din style"
1073
-
1074
- #: php/options-page-style-tab.php:118
1075
- msgid "Custom"
1076
- msgstr "Custom"
1077
-
1078
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1079
- msgid "Save Quiz Style"
1080
- msgstr "Gem quiz style"
1081
-
1082
- #: php/options-page-style-tab.php:125
1083
- msgid "Custom Style CSS"
1084
- msgstr "Custom style CSS"
1085
-
1086
- #: php/options-page-style-tab.php:126
1087
- msgid ""
1088
- "For detailed help and guidance along with a list of different classes used in "
1089
- "this plugin, please visit the following link:"
1090
- msgstr ""
1091
- "For detaljeret hjælp og instruktion sammen med en liste over de forskellige "
1092
- "klasser benyttet i dette plugin, besøg følgende link:"
1093
-
1094
- #: php/options-page-text-tab.php:13
1095
- msgid "Text"
1096
- msgstr "Tekst"
1097
-
1098
- #: php/options-page-text-tab.php:102
1099
- msgid "The templates has been updated successfully."
1100
- msgstr "Skabelonerne er blevet opdateret"
1101
-
1102
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1103
- msgid "Save Templates"
1104
- msgstr "Gem skabeloner"
1105
-
1106
- #: php/options-page-text-tab.php:248
1107
- msgid "Message Templates"
1108
- msgstr "Besked skabeloner"
1109
-
1110
- #: php/options-page-text-tab.php:252
1111
- msgid "Message Displayed Before Quiz"
1112
- msgstr "Besked vist før Quiz"
1113
-
1114
- #: php/options-page-text-tab.php:262
1115
- msgid "Message Displayed Before Comments Box If Enabled"
1116
- msgstr "Besked vist før kommentar boksen hvis aktiv"
1117
-
1118
- #: php/options-page-text-tab.php:272
1119
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1120
- msgstr ""
1121
- "Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
1122
-
1123
- #: php/options-page-text-tab.php:282
1124
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1125
- msgstr "Besked vist hvis brugeren har deltaget for mange gange"
1126
-
1127
- #: php/options-page-text-tab.php:292
1128
- msgid ""
1129
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1130
- "Logged In"
1131
- msgstr ""
1132
- "Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
1133
-
1134
- #: php/options-page-text-tab.php:302
1135
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1136
- msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
1137
-
1138
- #: php/options-page-text-tab.php:312
1139
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1140
- msgstr "Besked Hvis grænsen på indtastninger er nået"
1141
-
1142
- #: php/options-page-text-tab.php:322
1143
- msgid "%QUESTIONS_ANSWERS% Text"
1144
- msgstr "% QUESTIONS_ANSWERS% Tekst"
1145
-
1146
- #: php/options-page-text-tab.php:335
1147
- msgid "Twitter Sharing Text"
1148
- msgstr "Twitter Deling tekst"
1149
-
1150
- #: php/options-page-text-tab.php:352
1151
- msgid "Facebook Sharing Text"
1152
- msgstr "Facebook Deling tekst"
1153
-
1154
- #: php/options-page-text-tab.php:367
1155
- msgid "Other Templates"
1156
- msgstr "Andre skabeloner"
1157
-
1158
- #: php/options-page-text-tab.php:370
1159
- msgid "Text for submit button"
1160
- msgstr "Tekst for send-knappen"
1161
-
1162
- #: php/options-page-text-tab.php:374
1163
- msgid "Text for name field"
1164
- msgstr "Tekst til navnefeltet"
1165
-
1166
- #: php/options-page-text-tab.php:378
1167
- msgid "Text for business field"
1168
- msgstr "Tekst til firma felt"
1169
-
1170
- #: php/options-page-text-tab.php:382
1171
- msgid "Text for email field"
1172
- msgstr "Tekst til e-mail-feltet"
1173
-
1174
- #: php/options-page-text-tab.php:386
1175
- msgid "Text for phone number field"
1176
- msgstr "Tekst til telefon nummer felt"
1177
-
1178
- #: php/options-page-text-tab.php:390
1179
- msgid "Text for comments field"
1180
- msgstr "Tekst for kommentarer felt"
1181
-
1182
- #: php/options-page-text-tab.php:394
1183
- msgid "Text for previous button"
1184
- msgstr "Tekst til forrige knap"
1185
-
1186
- #: php/options-page-text-tab.php:398
1187
- msgid "Text for next button"
1188
- msgstr "Tekst til næste knap"
1189
-
1190
- #: php/options-page-tools-tab.php:49
1191
- msgid "The stats has been reset successfully."
1192
- msgstr "De statistikker er blevet nulstillet korrekt."
1193
-
1194
- #: php/options-page-tools-tab.php:107
1195
- msgid ""
1196
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1197
- "and Times Quiz Has Been Taken)."
1198
- msgstr ""
1199
- "Brug denne knap til at nulstille alle indsamlet til denne quiz statistik "
1200
- "(Quiz Views og Times Quiz er taget)."
1201
-
1202
- #: php/options-page-tools-tab.php:108
1203
- msgid "Reset Quiz Views And Taken Stats"
1204
- msgstr "Nulstil Quiz Views og oprettede statistikker"
1205
-
1206
- #: php/options-page-tools-tab.php:119
1207
- msgid ""
1208
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1209
- "this quiz will be reset. This is permanent and cannot be undone."
1210
- msgstr ""
1211
- "Er du sikker på du vil nulstille statistik til 0? Alle synspunkter og taget "
1212
- "statistik for denne quiz vil blive nulstillet. Det er permanent og kan ikke "
1213
- "fortrydes."
1214
-
1215
- #: php/options-page-tools-tab.php:123
1216
- msgid "Reset All Stats For Quiz"
1217
- msgstr "Nulstil alle Stats for Quiz"
1218
-
1219
- #: php/question-types.php:14
1220
- msgid "Multiple Choice"
1221
- msgstr "Flere valgmuligheder"
1222
-
1223
- #: php/question-types.php:105
1224
- msgid "Horizontal Multiple Choice"
1225
- msgstr "Vandret Multiple Choice"
1226
-
1227
- #: php/question-types.php:194
1228
- msgid "Drop Down"
1229
- msgstr "Drop Down"
1230
-
1231
- #: php/question-types.php:280
1232
- msgid "Small Open Answer"
1233
- msgstr "Kort tekst svar"
1234
-
1235
- #: php/question-types.php:350
1236
- msgid "Multiple Response"
1237
- msgstr "Multiple svar"
1238
-
1239
- #: php/question-types.php:450
1240
- msgid "Large Open Answer"
1241
- msgstr "Stor åbent svar"
1242
-
1243
- #: php/question-types.php:528
1244
- msgid "Text Block"
1245
- msgstr "tekstblok"
1246
-
1247
- #: php/question-types.php:562
1248
- msgid "Number"
1249
- msgstr "Tal"
1250
-
1251
- #: php/question-types.php:643
1252
- msgid "Accept"
1253
- msgstr "Accepter"
1254
-
1255
- #: php/question-types.php:688
1256
- msgid "Captcha"
1257
- msgstr "CAPTCHA"
1258
-
1259
- #: php/question-types.php:745
1260
- msgid "Horizontal Multiple Response"
1261
- msgstr "Vandret Multiple svar"
1262
-
1263
- #: php/question-types.php:856
1264
- msgid ""
1265
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1266
- "box in your text."
1267
- msgstr ""
1268
-
1269
- #: php/question-types.php:860
1270
- msgid "Fill In The Blank"
1271
- msgstr ""
1272
-
1273
- #: php/quiz-options-page.php:56
1274
- #, php-format
1275
- msgid "Quiz Settings For %s"
1276
- msgstr "Quiz indstillinger for %s"
1277
-
1278
- #: php/quiz-options-page.php:94
1279
- msgid ""
1280
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1281
- "wish to edit."
1282
- msgstr ""
1283
- "Go til quiz siden og klik på rediger linket på den quiz du ønsker at redigere"
1284
-
1285
- #: php/quizzes-page.php:171
1286
- msgid "Add New"
1287
- msgstr "Tilføj ny"
1288
-
1289
- #: php/quizzes-page.php:177
1290
- #, fuzzy, php-format
1291
- msgid "One quiz or survey"
1292
- msgid_plural "%s quizzes or surveys"
1293
- msgstr[0] "Kopier quiz"
1294
- msgstr[1] "Kopier quiz"
1295
-
1296
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1297
- msgid "URL"
1298
- msgstr "URL"
1299
-
1300
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1301
- #, fuzzy
1302
- msgid "Shortcode"
1303
- msgstr "Quiz Shortcode"
1304
-
1305
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1306
- msgid "Leaderboard Shortcode"
1307
- msgstr "Lederboard Shortcode"
1308
-
1309
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1310
- #, fuzzy
1311
- msgid "Views"
1312
- msgstr "Quiz set"
1313
-
1314
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1315
- #, fuzzy
1316
- msgid "Taken"
1317
- msgstr "Quiz gennemført"
1318
-
1319
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1320
- msgid "Last Modified"
1321
- msgstr "Sidst ændret"
1322
-
1323
- #: php/quizzes-page.php:241
1324
- msgid "Edit Name"
1325
- msgstr "Ret navn"
1326
-
1327
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1328
- msgid "Edit"
1329
- msgstr "Ret"
1330
-
1331
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1332
- msgid "Duplicate"
1333
- msgstr "Kopier"
1334
-
1335
- #: php/quizzes-page.php:251
1336
- #, fuzzy
1337
- msgid "View Quiz/Survey"
1338
- msgstr "Quizzer"
1339
-
1340
- #: php/quizzes-page.php:333
1341
- #, fuzzy
1342
- msgid "Create New Quiz Or Survey"
1343
- msgstr "Opret ny quiz"
1344
-
1345
- #: php/quizzes-page.php:335
1346
- msgid "Create"
1347
- msgstr ""
1348
-
1349
- #: php/quizzes-page.php:353
1350
- #, fuzzy
1351
- msgid "Duplicate questions also?"
1352
- msgstr "Kopieret spørgsmål"
1353
-
1354
- #: php/quizzes-page.php:355
1355
- #, fuzzy
1356
- msgid "Name Of New Quiz Or Survey:"
1357
- msgstr "Navn på ny Quiz:"
1358
-
1359
- #: php/quizzes-page.php:365
1360
- #, fuzzy
1361
- msgid "Are you sure you want to delete this quiz or survey?"
1362
- msgstr "Er du sikker på at du vil slette denne quiz?"
1363
-
1364
- #: php/stats-page.php:29
1365
- msgid "Quiz Statistics"
1366
- msgstr "Quiz statistik"
1367
-
1368
- #: php/stats-page.php:68
1369
- #, fuzzy
1370
- msgid "Quiz Taken Stats"
1371
- msgstr "Total statistik"
1372
-
1373
- #: php/tools-page.php:107
1374
- msgid "There has been an error! Please try again."
1375
- msgstr "Der har været en fejl! Forsøg igen"
1376
-
1377
- #: php/tools-page.php:125
1378
- msgid "Quiz Has Been Restored!"
1379
- msgstr "Den pågældende quiz er gendannet"
1380
-
1381
- #: php/tools-page.php:130
1382
- msgid ""
1383
- "Choose a quiz in the drop down and then click the button to restore a deleted "
1384
- "quiz."
1385
- msgstr ""
1386
- "Vælg en quiz i drop Down boksen og klik for at gendanne en slettet quiz."
1387
-
1388
- #: php/tools-page.php:140
1389
- msgid "Restore Quiz"
1390
- msgstr "Gendan Quiz"
1391
-
1392
- #: php/tools-page.php:176 php/tools-page.php:192
1393
- #, php-format
1394
- msgid "Previous %s Audits"
1395
- msgstr "Sidste %s Audits"
1396
-
1397
- #: php/tools-page.php:179 php/tools-page.php:186
1398
- #, php-format
1399
- msgid "Next %s Audits"
1400
- msgstr "Næste %s Audits"
1401
-
1402
- #: php/tools-page.php:199
1403
- msgid "User"
1404
- msgstr "Bruger"
1405
-
1406
- #: php/tools-page.php:200
1407
- msgid "Action"
1408
- msgstr "Aktion"
1409
-
1410
- #: php/tools-page.php:201
1411
- msgid "Time"
1412
- msgstr "Klokken"
1413
-
1414
- #: php/widgets.php:14
1415
- #, fuzzy
1416
- msgid "Quiz And Survey Master Leaderboard Widget"
1417
- msgstr "Quiz Master Next Styrings Widget"
1418
-
1419
- #: php/widgets.php:29
1420
- msgid "Widget Title"
1421
- msgstr "Widget titel"
1422
-
1423
- #: php/widgets.php:33
1424
- msgid "Quiz ID"
1425
- msgstr "Quiz ID"
1426
-
1427
- #~ msgid "One quiz"
1428
- #~ msgid_plural "%s quizzes"
1429
- #~ msgstr[0] "En quiz"
1430
- #~ msgstr[1] "%s quizzer"
1431
-
1432
- #, fuzzy
1433
- #~ msgid "Create Quiz Or Survey"
1434
- #~ msgstr "Opret quiz"
1435
-
1436
- #, fuzzy
1437
- #~ msgid "Name:"
1438
- #~ msgstr "Navn"
1439
-
1440
- #~ msgid "Quiz Settings"
1441
- #~ msgstr "Quiz indstillinger"
1442
-
1443
- #~ msgid "Quiz Name:"
1444
- #~ msgstr "Quiz navn:"
1445
-
1446
- #~ msgid "Duplicate questions with quiz"
1447
- #~ msgstr "Kopier spørgsmål"
1448
-
1449
- #~ msgid "Delete Quiz"
1450
- #~ msgstr "Slet Quiz"
1451
-
1452
- #~ msgid ""
1453
- #~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
1454
- #~ "to enter in the link variable into the templates on the Quiz Text tab so "
1455
- #~ "the user can access the certificate."
1456
- #~ msgstr ""
1457
- #~ "Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at "
1458
- #~ "indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så "
1459
- #~ "brugeren kan få adgang til certifikatet."
1460
-
1461
- #~ msgid "The amount of time user spent of quiz"
1462
- #~ msgstr "Tid brugeren brugte på undersøgelsen"
1463
-
1464
- #~ msgid ""
1465
- #~ "Required currently only works on open answer, number, accept, and captcha "
1466
- #~ "question types"
1467
- #~ msgstr ""
1468
- #~ "Obligatorisk virker på nuværende tidspunkt kun på åbne svar, antal, accept "
1469
- #~ "og captcha spørgsmål"
1470
-
1471
- #~ msgid "Edit Question"
1472
- #~ msgstr "Ret spørgsmål"
1473
-
1474
- #~ msgid "Quiz Daily Stats - Times Taken"
1475
- #~ msgstr "Daglig statistik - tid"
1476
-
1477
- #~ msgid "Quiz Weekly Stats - Times Taken"
1478
- #~ msgstr "Ugentlige statistikker - tid"
1479
-
1480
- #~ msgid "Quiz Monthly Stats - Times Taken"
1481
- #~ msgstr "Månedlig statistik tid"
1482
-
1483
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1484
- #~ msgstr "Kvartalsvis statistik - tid"
1485
-
1486
- #~ msgid "Quizzes Taken Today"
1487
- #~ msgstr "Antal i dag"
1488
-
1489
- #~ msgid "Quizzes Taken Last 7 Days"
1490
- #~ msgstr "Antal sidste 7 dage"
1491
-
1492
- #~ msgid "Quizzes Taken Last 30 Days"
1493
- #~ msgstr "Antal sidste 30 dage"
1494
-
1495
- #~ msgid "Quizzes Taken Last 120 Days"
1496
- #~ msgstr "Antal sidste 120 dage"
1497
-
1498
- #~ msgid "Total Created Quizzes"
1499
- #~ msgstr "Total oprettede undesøgelser"
1500
-
1501
- #~ msgid "Total Deleted Quizzes"
1502
- #~ msgstr "Total slettede undersøgelser"
1503
-
1504
- #~ msgid "Total Active Quizzes"
1505
- #~ msgstr "Total aktive statistikker"
1506
-
1507
- #~ msgid "Total Created Questions"
1508
- #~ msgstr "Total oprettede spørgsmål"
1509
-
1510
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1511
- #~ msgstr "Tid alle aktive spørgeskemaer er vist"
1512
-
1513
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1514
- #~ msgstr "Total tid alle aktive spørgeskemaer har taget"
1515
-
1516
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1517
- #~ msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
1518
-
1519
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1520
- #~ msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
1521
-
1522
- #~ msgid "Quiz That Has Been Viewed The Most"
1523
- #~ msgstr "Mest sete unersøgelse"
1524
-
1525
- #~ msgid "Quiz That Has Been Taken The Most"
1526
- #~ msgstr "Mest udfyldte undersøgelse"
1527
-
1528
- #~ msgid "Requested Features"
1529
- #~ msgstr "Efterspurgte funktioner"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-es_ES.mo DELETED
Binary file
languages/quiz-master-next-es_ES.po DELETED
@@ -1,1596 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Quiz Master Next\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-21 13:00-0500\n"
6
- "PO-Revision-Date: 2016-01-21 13:00-0500\n"
7
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
8
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Generator: Poedit 1.8.6\n"
23
- "X-Loco-Target-Locale: es_ES\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "Cuestionarios"
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr "Configuración"
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124
36
- #: php/quizzes-page.php:244
37
- msgid "Results"
38
- msgstr "Resultados"
39
-
40
- #: mlw_quizmaster2.php:230
41
- #, fuzzy
42
- msgid "Result Details"
43
- msgstr "Detalle de resultados del cuestionario"
44
-
45
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13
46
- #: php/tools-page.php:65
47
- msgid "Tools"
48
- msgstr "Herramientas"
49
-
50
- #: mlw_quizmaster2.php:233
51
- msgid "Stats"
52
- msgstr "Estadísticas"
53
-
54
- #: mlw_quizmaster2.php:234
55
- msgid "Addon Settings"
56
- msgstr "Configuración de Addon"
57
-
58
- #: mlw_quizmaster2.php:235
59
- msgid "Help"
60
- msgstr "Ayuda"
61
-
62
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
63
- msgid "QMN About"
64
- msgstr "Sobre QMN"
65
-
66
- #: php/about-page.php:30
67
- #, fuzzy
68
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
69
- msgstr "Bienvenido a Quiz Master Next"
70
-
71
- #: php/about-page.php:31
72
- msgid "Thank you for updating!"
73
- msgstr "Gracias por actualizar!"
74
-
75
- #: php/about-page.php:35
76
- msgid "What's New!"
77
- msgstr "Novedades!"
78
-
79
- #: php/about-page.php:37
80
- msgid "Changelog"
81
- msgstr "Historial de modificaciones"
82
-
83
- #: php/about-page.php:39
84
- msgid "People Who Make QMN Possible"
85
- msgstr ""
86
-
87
- #: php/about-page.php:93
88
- #, php-format
89
- msgid "View %s"
90
- msgstr ""
91
-
92
- #: php/addons-page.php:60
93
- #, fuzzy
94
- msgid "These addons extend the functionality of Quiz And Survey Master"
95
- msgstr ""
96
- "Estos complementos adicionales \n"
97
- "(addons) \n"
98
- "amplían las funciones de Quiz Master Next."
99
-
100
- #: php/addons-page.php:61 php/addons-page.php:105
101
- msgid "Browse All Addons"
102
- msgstr "ver todos los complementos (addons)"
103
-
104
- #: php/addons-page.php:119
105
- msgid "Featured Addons"
106
- msgstr "Complementos (addons) destacados"
107
-
108
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
109
- msgid "Quiz Results"
110
- msgstr "Resultados de la encuesta."
111
-
112
- #: php/admin-results-details-page.php:202
113
- msgid "Create Certificate"
114
- msgstr "Crear Certificado"
115
-
116
- #: php/admin-results-details-page.php:206
117
- msgid "Download Certificate Here"
118
- msgstr "Descargar Certificado Aquí"
119
-
120
- #: php/admin-results-details-page.php:219
121
- msgid "Certificate"
122
- msgstr "Cerificado"
123
-
124
- #: php/admin-results-page.php:37
125
- msgid "Your results has been deleted successfully."
126
- msgstr "Sus resultados han sido eliminados correctamente."
127
-
128
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
129
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
130
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
131
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
132
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
133
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
134
- #: php/options-page-questions-tab.php:190
135
- #: php/options-page-questions-tab.php:235
136
- #: php/options-page-questions-tab.php:327
137
- #: php/options-page-questions-tab.php:424
138
- #: php/options-page-results-page-tab.php:76
139
- #: php/options-page-results-page-tab.php:125 php/options-page-style-tab.php:60
140
- #: php/options-page-text-tab.php:123 php/options-page-tools-tab.php:68
141
- #, php-format
142
- msgid ""
143
- "There has been an error in this action. Please share this with the "
144
- "developer. Error Code: %s"
145
- msgstr ""
146
- "Existe un error en esta acción. Por favor comparta esto con el "
147
- "desarrollador. El código de error es: \n"
148
- "%s"
149
-
150
- #: php/admin-results-page.php:205
151
- #, php-format
152
- msgid "One result"
153
- msgid_plural "%s results"
154
- msgstr[0] "Un resultado"
155
- msgstr[1] "%s resultados"
156
-
157
- #: php/admin-results-page.php:290
158
- msgid "Actions"
159
- msgstr "Acciones"
160
-
161
- #: php/admin-results-page.php:291
162
- msgid "Quiz Name"
163
- msgstr "Nombre del Cuestionario"
164
-
165
- #: php/admin-results-page.php:292
166
- msgid "Score"
167
- msgstr "Puntuación"
168
-
169
- #: php/admin-results-page.php:293
170
- msgid "Time To Complete"
171
- msgstr "Tiempo para completar"
172
-
173
- #: php/admin-results-page.php:294 php/quizzes-page.php:222
174
- #: php/quizzes-page.php:271 php/quizzes-page.php:334 php/quizzes-page.php:342
175
- msgid "Name"
176
- msgstr "Nombre"
177
-
178
- #: php/admin-results-page.php:295
179
- msgid "Business"
180
- msgstr "Asunto"
181
-
182
- #: php/admin-results-page.php:296
183
- msgid "Email"
184
- msgstr "Email"
185
-
186
- #: php/admin-results-page.php:297
187
- msgid "Phone"
188
- msgstr "Teléfono"
189
-
190
- #: php/admin-results-page.php:298
191
- msgid "Time Taken"
192
- msgstr "Tiempo empleado"
193
-
194
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
195
- msgid "Not Graded"
196
- msgstr "No clasificada"
197
-
198
- #: php/admin-results-page.php:357
199
- msgid "Are you sure you want to delete these results?"
200
- msgstr "¿Está seguro de que desea eliminar estos resultados?"
201
-
202
- #: php/admin-results-page.php:362
203
- msgid "Delete Results"
204
- msgstr "Eliminar resultados"
205
-
206
- #: php/class-qmn-alert-manager.php:37
207
- msgid "Success!"
208
- msgstr "Hecho!"
209
-
210
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
211
- msgid "Error!"
212
- msgstr "Error!"
213
-
214
- #: php/class-qmn-quiz-creator.php:386
215
- msgid ""
216
- "Your new quiz has been created successfully. To begin editing your quiz, "
217
- "click the Edit link on the new quiz."
218
- msgstr ""
219
- "Su cuestionario ha sido creado correctamente. Para empezar a editar su "
220
- "cuestionario haga click en Edit en el nuevo cuestionario."
221
-
222
- #: php/class-qmn-quiz-creator.php:461
223
- msgid "Your quiz has been deleted successfully."
224
- msgstr "Su cuestionario ha sido eliminado correctamente."
225
-
226
- #: php/class-qmn-quiz-creator.php:512
227
- msgid "Your quiz name has been updated successfully."
228
- msgstr "Su cuestionario ha sido actualizado correctamente."
229
-
230
- #: php/class-qmn-quiz-creator.php:678
231
- msgid "Your quiz has been duplicated successfully."
232
- msgstr "Su cuestionario ha sido duplicado correctamente."
233
-
234
- #: php/class-qmn-quiz-manager.php:80
235
- msgid "It appears that this quiz is not set up correctly"
236
- msgstr ""
237
-
238
- #: php/class-qmn-quiz-manager.php:275
239
- msgid "Not a valid e-mail address!"
240
- msgstr "E-mail no válido!!"
241
-
242
- #: php/class-qmn-quiz-manager.php:276
243
- msgid "This field must be a number!"
244
- msgstr "Este campo debe ser númerico!"
245
-
246
- #: php/class-qmn-quiz-manager.php:277
247
- msgid "The entered text is not correct!"
248
- msgstr "El texto introducido no es correcto!"
249
-
250
- #: php/class-qmn-quiz-manager.php:278
251
- msgid "Please complete all required fields!"
252
- msgstr "Por favor, complete todas los campos obligatorios!"
253
-
254
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
255
- msgid "Hint"
256
- msgstr "Indicación"
257
-
258
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
259
- msgid "Previous"
260
- msgstr "Anterior"
261
-
262
- #: php/class-qmn-review-message.php:83
263
- #, php-format
264
- msgid ""
265
- "Greetings! I just noticed that you now have more than %d quiz results. That "
266
- "is\n"
267
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
268
- "rating on WordPress? This\n"
269
- "\t\twill help us by helping other users discover this plugin. %s"
270
- msgstr ""
271
-
272
- #: php/class-qmn-review-message.php:89
273
- msgid "Yeah, you deserve it!"
274
- msgstr ""
275
-
276
- #: php/class-qmn-review-message.php:90
277
- msgid "I already did!"
278
- msgstr ""
279
-
280
- #: php/class-qmn-review-message.php:91
281
- msgid "No, this plugin is not good enough"
282
- msgstr ""
283
-
284
- #: php/class-qmn-tracking.php:204
285
- #, fuzzy
286
- msgid ""
287
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
288
- "help us make this plugin better? No sensitive data is tracked."
289
- msgstr ""
290
- "¿Permite a \n"
291
- "Quiz Master Next el envío de información acerca del uso de este plugin con "
292
- "el fín de ayudarnos a mejorar este plugin? No se hará seguimiento sobre "
293
- "información privada."
294
-
295
- #: php/class-qmn-tracking.php:205
296
- msgid "Allow"
297
- msgstr "Permitir"
298
-
299
- #: php/class-qmn-tracking.php:206
300
- msgid "Do not allow"
301
- msgstr "No permitir"
302
-
303
- #: php/dashboard-widgets.php:16
304
- #, fuzzy
305
- msgid "Quiz And Survey Master Snapshot"
306
- msgstr "Quiz Master Next Snapshot"
307
-
308
- #: php/dashboard-widgets.php:180
309
- msgid "quizzes taken today"
310
- msgstr "encuestas completadas hoy"
311
-
312
- #: php/dashboard-widgets.php:199
313
- msgid "quizzes taken last 7 days"
314
- msgstr "encuestas completadas los últimos 7 días"
315
-
316
- #: php/dashboard-widgets.php:218
317
- #, fuzzy
318
- msgid "quizzes taken last 30 days"
319
- msgstr "encuestas completadas los últimos 7 días"
320
-
321
- #: php/dashboard-widgets.php:237
322
- #, fuzzy
323
- msgid "quizzes taken last 120 days"
324
- msgstr "encuestas completadas los últimos 7 días"
325
-
326
- #: php/dashboard-widgets.php:256
327
- msgid "total active quizzes"
328
- msgstr "total encuestas activas"
329
-
330
- #: php/dashboard-widgets.php:262
331
- msgid "total active questions"
332
- msgstr "total preguntas activas"
333
-
334
- #: php/dashboard-widgets.php:268
335
- msgid "most popular quiz"
336
- msgstr "encuesta más popular"
337
-
338
- #: php/dashboard-widgets.php:274
339
- msgid "least popular quiz"
340
- msgstr "encuesta menos popular"
341
-
342
- #: php/help-page.php:20
343
- msgid "Need Help?"
344
- msgstr "¿Necesita ayuda?"
345
-
346
- #: php/help-page.php:21
347
- msgid "Support"
348
- msgstr "Ayuda"
349
-
350
- #: php/help-page.php:22
351
- msgid "System Info"
352
- msgstr "Información de sistema"
353
-
354
- #: php/help-page.php:25
355
- msgid "Help Page"
356
- msgstr "Página de ayuda"
357
-
358
- #: php/help-page.php:55
359
- msgid "Need help with the plugin? Try any of the following:"
360
- msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
361
-
362
- #: php/options-page-certificate-tab.php:15
363
- msgid "Certificate (Beta)"
364
- msgstr "Certificado (Beta)"
365
-
366
- #: php/options-page-certificate-tab.php:64
367
- msgid "The certificate has been updated successfully."
368
- msgstr "El certificado ha sido actualizado correctamente."
369
-
370
- #: php/options-page-certificate-tab.php:100
371
- msgid "Enter title here"
372
- msgstr "Escriba el título aquí"
373
-
374
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
375
- #: php/options-page-email-tab.php:109
376
- msgid "Enter text here"
377
- msgstr "Escriba el texto aquí"
378
-
379
- #: php/options-page-certificate-tab.php:104
380
- msgid "Quiz Certificate (Beta)"
381
- msgstr "Certificado de encuesta (Beta)"
382
-
383
- #: php/options-page-certificate-tab.php:105
384
- msgid ""
385
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
386
- "enter in the link variable into the templates on the Emails and Results Page "
387
- "tabs so the user can access the certificate."
388
- msgstr ""
389
-
390
- #: php/options-page-certificate-tab.php:106
391
- msgid "These fields cannot contain HTML."
392
- msgstr "Estos campos no pueden contener HTML."
393
-
394
- #: php/options-page-certificate-tab.php:107
395
- #: php/options-page-certificate-tab.php:163
396
- msgid "Save Certificate Options"
397
- msgstr "Guardas Opciones de Certificado"
398
-
399
- #: php/options-page-certificate-tab.php:115
400
- msgid "Enable Certificates For This Quiz?"
401
- msgstr "¿Permitir Certificados para esta Encuesta?"
402
-
403
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
404
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
405
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
406
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
407
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
408
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
409
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
410
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
411
- #: php/options-page-results-page-tab.php:282
412
- msgid "Yes"
413
- msgstr "sí"
414
-
415
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
416
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
417
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
418
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
419
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
420
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
421
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
422
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
423
- #: php/options-page-questions-tab.php:702
424
- #: php/options-page-results-page-tab.php:282
425
- msgid "No"
426
- msgstr "No"
427
-
428
- #: php/options-page-certificate-tab.php:123
429
- msgid "Certificate Title"
430
- msgstr "Título del certificado"
431
-
432
- #: php/options-page-certificate-tab.php:130
433
- msgid "Message Displayed On Certificate"
434
- msgstr "Mensaje mostrado en el Certificado"
435
-
436
- #: php/options-page-certificate-tab.php:132
437
- #: php/options-page-leaderboard-tab.php:122 php/options-page-text-tab.php:254
438
- #: php/options-page-text-tab.php:264 php/options-page-text-tab.php:274
439
- #: php/options-page-text-tab.php:284 php/options-page-text-tab.php:294
440
- #: php/options-page-text-tab.php:304 php/options-page-text-tab.php:314
441
- #: php/options-page-text-tab.php:324 php/options-page-text-tab.php:337
442
- #: php/options-page-text-tab.php:354
443
- msgid "Allowed Variables:"
444
- msgstr "Variables permitidas:"
445
-
446
- #: php/options-page-certificate-tab.php:150
447
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
448
- msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
449
-
450
- #: php/options-page-certificate-tab.php:157
451
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
452
- msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
453
-
454
- #: php/options-page-email-tab.php:13
455
- msgid "Emails"
456
- msgstr "Emails"
457
-
458
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
459
- msgid "The email has been added successfully."
460
- msgstr "El email ha sido añadido correctamente"
461
-
462
- #: php/options-page-email-tab.php:224
463
- msgid "The email has been updated successfully."
464
- msgstr "El email ha sido actualizado correctamente"
465
-
466
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
467
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
468
- msgid "Template Variables"
469
- msgstr "Variables de la plantilla"
470
-
471
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
472
- #: php/options-page-text-tab.php:164
473
- msgid "Score for the quiz when using points"
474
- msgstr "Puntuación de la encuesta cuando se usan puntos"
475
-
476
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
477
- #: php/options-page-text-tab.php:167
478
- msgid "The average amount of points user had per question"
479
- msgstr "Media de puntos por usuario por pregunta"
480
-
481
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
482
- #: php/options-page-text-tab.php:170
483
- msgid "The number of correct answers the user had"
484
- msgstr "Número de respuestas correctas que obtuvo el usuario"
485
-
486
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
487
- #: php/options-page-text-tab.php:173
488
- msgid "The total number of questions in the quiz"
489
- msgstr "Número de preguntas totales en la encuesta"
490
-
491
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
492
- #: php/options-page-text-tab.php:176
493
- msgid "Score for the quiz when using correct answers"
494
- msgstr "Puntuación de la encuesta basada en las respuestas correctas"
495
-
496
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
497
- #: php/options-page-text-tab.php:179
498
- msgid "The name the user entered before the quiz"
499
- msgstr "Nombre que el usuario introdujo antes de la encuesta"
500
-
501
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
502
- #: php/options-page-text-tab.php:182
503
- msgid "The business the user entered before the quiz"
504
- msgstr "El asunto que el usuario introdujo antes de la encuesta."
505
-
506
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
507
- #: php/options-page-text-tab.php:185
508
- msgid "The phone number the user entered before the quiz"
509
- msgstr "El número de teléfono que el usuario introdujo antes de la encuesta"
510
-
511
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
512
- #: php/options-page-text-tab.php:188
513
- msgid "The email the user entered before the quiz"
514
- msgstr "El email que el usuario introdujo antes de la encuesta"
515
-
516
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
517
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
518
- msgid "The name of the quiz"
519
- msgstr "El nombre de la encuesta"
520
-
521
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
522
- #: php/options-page-text-tab.php:194
523
- msgid ""
524
- "Shows the question, the answer the user provided, and the correct answer"
525
- msgstr "Muestra la pregunta, la respuesta del usuario y la respuesta correcta"
526
-
527
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
528
- #: php/options-page-text-tab.php:197
529
- msgid "The comments the user entered into comment box if enabled"
530
- msgstr ""
531
- "Los comentarios que el usuario introdujo en la caja de comentarios si esta "
532
- "está habilitada"
533
-
534
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
535
- msgid "The amount of time user spent on quiz in seconds"
536
- msgstr ""
537
-
538
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
539
- msgid "The amount of time user spent on quiz in minutes"
540
- msgstr ""
541
-
542
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
543
- #: php/options-page-text-tab.php:206
544
- msgid "The link to the certificate after completing the quiz"
545
- msgstr "El enlace hacia el certificado después de completar la encuesta"
546
-
547
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
548
- #: php/options-page-text-tab.php:209
549
- msgid "The amount of points a specific category earned."
550
- msgstr "El total de puntos obtenidos en una categoría específica"
551
-
552
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
553
- #: php/options-page-text-tab.php:212
554
- msgid "The score a specific category earned."
555
- msgstr "La puntuación obtenida en una categoría específica."
556
-
557
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
558
- #: php/options-page-text-tab.php:215
559
- msgid "The average points from all categories."
560
- msgstr "La media de puntos contando todas las categorías."
561
-
562
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
563
- #: php/options-page-text-tab.php:218
564
- msgid "The average score from all categories."
565
- msgstr "La puntuación media contando todas las categorías."
566
-
567
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
568
- msgid "The question that the user answered"
569
- msgstr "La pregunta que el usuario respondió"
570
-
571
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
572
- msgid "The answer the user gave for the question"
573
- msgstr "La respuesta del usuario a la pregunta"
574
-
575
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
576
- msgid "The correct answer for the question"
577
- msgstr "La contestación correcta a la pregunta"
578
-
579
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
580
- msgid "The comments the user provided in the comment field for the question"
581
- msgstr ""
582
- "Los comentarios que el usuario indicó en el campo de comentarios de la "
583
- "pregunta."
584
-
585
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
586
- msgid "Reason why the correct answer is the correct answer"
587
- msgstr "La razón por qué la respuesta correcta es la respuesta correcta"
588
-
589
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
590
- msgid "The Current Date"
591
- msgstr "La fecha actual"
592
-
593
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
594
- msgid "Save Email Templates And Settings"
595
- msgstr "Guardar email, plantillas y preferencias"
596
-
597
- #: php/options-page-email-tab.php:417
598
- msgid "Send user email upon completion?"
599
- msgstr "¿Enviar un email al usuario al finalizar?"
600
-
601
- #: php/options-page-email-tab.php:424
602
- msgid "Send admin email upon completion?"
603
- msgstr "¿Enviar un email al administrador al finalizar?"
604
-
605
- #: php/options-page-email-tab.php:431
606
- msgid ""
607
- "What emails should we send the admin email to? Separate emails with a comma."
608
- msgstr ""
609
- "¿Qué emails deberíamos enviar al administrador?. Separar los emails con una "
610
- "coma."
611
-
612
- #: php/options-page-email-tab.php:435
613
- msgid "What is the From Name for the email sent to users and admin?"
614
- msgstr ""
615
- "¿Cual es el nombre desde el cual se enviarán el email a los usuarios y "
616
- "administrador?"
617
-
618
- #: php/options-page-email-tab.php:439
619
- #, fuzzy
620
- msgid "What is the From Email address for the email sent to users and admin?"
621
- msgstr ""
622
- "¿Cual es el nombre desde el cual se enviarán el email a los usuarios y "
623
- "administrador?"
624
-
625
- #: php/options-page-email-tab.php:443
626
- msgid "Add user's email as Reply-To on admin email?"
627
- msgstr ""
628
-
629
- #: php/options-page-email-tab.php:452
630
- msgid "Email Sent To User"
631
- msgstr "Email enviado al usuario"
632
-
633
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
634
- msgid "Add New User Email"
635
- msgstr "Añadir un nuevo email de usuario "
636
-
637
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
638
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
639
- #: php/options-page-results-page-tab.php:241
640
- #: php/options-page-results-page-tab.php:305
641
- msgid "Score Greater Than Or Equal To"
642
- msgstr "Puntuación 'mayor que' o 'igual que'"
643
-
644
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
645
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
646
- #: php/options-page-results-page-tab.php:242
647
- #: php/options-page-results-page-tab.php:306
648
- msgid "Score Less Than Or Equal To"
649
- msgstr "Puntuación 'menor que' o 'igual que'"
650
-
651
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
652
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
653
- msgid "Subject"
654
- msgstr "Asunto"
655
-
656
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
657
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
658
- msgid "Email To Send"
659
- msgstr "Email a enviar"
660
-
661
- #: php/options-page-email-tab.php:539
662
- msgid "Email Sent To Admin"
663
- msgstr "Email enviado a administrador"
664
-
665
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
666
- msgid "Add New Admin Email"
667
- msgstr "Añadir nuevo email de administrador"
668
-
669
- #: php/options-page-leaderboard-tab.php:13
670
- msgid "Leaderboard"
671
- msgstr "Clasificación"
672
-
673
- #: php/options-page-leaderboard-tab.php:49
674
- msgid "The leaderboards has been updated successfully."
675
- msgstr "Las tablas de clasificación han sido actualizadas correctamente."
676
-
677
- #: php/options-page-leaderboard-tab.php:83
678
- msgid "The name of the user who is in first place"
679
- msgstr "El nombre del usuario que está en el primer puesto"
680
-
681
- #: php/options-page-leaderboard-tab.php:84
682
- msgid "The score from the first place's quiz"
683
- msgstr "La puntuación del usuario que está en el primer puesto"
684
-
685
- #: php/options-page-leaderboard-tab.php:88
686
- msgid "The name of the user who is in second place"
687
- msgstr "El nombre del usuario que está en segundo puesto"
688
-
689
- #: php/options-page-leaderboard-tab.php:89
690
- msgid "The score from the second place's quiz"
691
- msgstr "La puntuación del usuario que está en el segundo puesto"
692
-
693
- #: php/options-page-leaderboard-tab.php:93
694
- msgid "The name of the user who is in third place"
695
- msgstr "El nombre del usuario que está en el tercer puesto"
696
-
697
- #: php/options-page-leaderboard-tab.php:94
698
- msgid "The score from the third place's quiz"
699
- msgstr "La puntuación del usuario que está en el tercer puesto"
700
-
701
- #: php/options-page-leaderboard-tab.php:98
702
- msgid "The name of the user who is in fourth place"
703
- msgstr "El nombre del usuario que está en el cuarto puesto"
704
-
705
- #: php/options-page-leaderboard-tab.php:99
706
- msgid "The score from the fourth place's quiz"
707
- msgstr "La puntuación del usuario que está en el cuarto puesto"
708
-
709
- #: php/options-page-leaderboard-tab.php:103
710
- msgid "The name of the user who is in fifth place"
711
- msgstr "El nombre del usuario que está en el quinto puesto"
712
-
713
- #: php/options-page-leaderboard-tab.php:104
714
- msgid "The score from the fifth place's quiz"
715
- msgstr "La puntuación del usuario que está en el quinto puesto"
716
-
717
- #: php/options-page-leaderboard-tab.php:111
718
- #: php/options-page-leaderboard-tab.php:139
719
- msgid "Save Leaderboard Options"
720
- msgstr "Guardar las opciones de clasificación"
721
-
722
- #: php/options-page-leaderboard-tab.php:120
723
- msgid "Leaderboard Template"
724
- msgstr "Plantilla de clasificación"
725
-
726
- #: php/options-page-option-tab.php:13
727
- msgid "Options"
728
- msgstr "Opciones"
729
-
730
- #: php/options-page-option-tab.php:110
731
- msgid "The options has been updated successfully."
732
- msgstr "Las opciones han sido actualizadas correctamente."
733
-
734
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
735
- msgid "Save Options"
736
- msgstr "Guardar opciones"
737
-
738
- #: php/options-page-option-tab.php:168
739
- msgid "Which system is this quiz graded on?"
740
- msgstr "¿Cual es el sistema de clasificación?"
741
-
742
- #: php/options-page-option-tab.php:170
743
- msgid "Correct/Incorrect"
744
- msgstr "Correcto/Incorrecto"
745
-
746
- #: php/options-page-option-tab.php:171
747
- msgid "Points"
748
- msgstr "Puntos"
749
-
750
- #: php/options-page-option-tab.php:176
751
- msgid "Should the user be required to be logged in to take this quiz?"
752
- msgstr ""
753
- "¿Es necesario que el usuario inicie sesión para rellenar este cuestionario?"
754
-
755
- #: php/options-page-option-tab.php:183
756
- msgid ""
757
- "How many questions per page would you like? (Leave 0 for all questions on "
758
- "one page)"
759
- msgstr ""
760
- "¿Cuantas preguntas por página desea? (Deje 0 para que todas las preguntas "
761
- "aparezcan en una misma página)"
762
-
763
- #: php/options-page-option-tab.php:189
764
- msgid ""
765
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
766
- "limit)"
767
- msgstr ""
768
- "¿Cuantos minutos tiene el usuario para realizar la encuesta? (Deje 0 sino "
769
- "tiene límite de tiempo)"
770
-
771
- #: php/options-page-option-tab.php:195
772
- msgid ""
773
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
774
- "user wants to. Currently only works for registered users)"
775
- msgstr ""
776
- "¿Cuantas veces puede el usuario rellenar este cuestionario? (Deje 0 para "
777
- "tantas veces como el usuario quiera. Actualmente sólo funciona para usuarios "
778
- "registrados)"
779
-
780
- #: php/options-page-option-tab.php:201
781
- msgid ""
782
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
783
- msgstr ""
784
- "¿Cuantas veces en total puede ser rellenado este cuestionario? (Deje 0 para "
785
- "entradas ilimitadas)"
786
-
787
- #: php/options-page-option-tab.php:207
788
- msgid ""
789
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
790
- msgstr ""
791
- "¿Cuantas preguntas deben ser cargadas por cuestionario? (Deje 0 para cargar "
792
- "todas las preguntas)"
793
-
794
- #: php/options-page-option-tab.php:213
795
- msgid ""
796
- "What time-frame should the user be able to access the quiz? (Leave blank if "
797
- "the user can access anytime)"
798
- msgstr ""
799
- "¿En qué periodo de tiempo puede el usuario acceder a la encuesta? (Déjelo en "
800
- "blanco si el usuario puede acceder en cualquier momento)"
801
-
802
- #: php/options-page-option-tab.php:215
803
- msgid "start date"
804
- msgstr "fecha de inicio"
805
-
806
- #: php/options-page-option-tab.php:218
807
- msgid "end date"
808
- msgstr "fecha de finalización"
809
-
810
- #: php/options-page-option-tab.php:222
811
- msgid ""
812
- "Are the questions random? (Question Order will not apply if this is yes)"
813
- msgstr ""
814
- "¿Son preguntas aleatorias? (El orden de las preguntas no se aplicará si "
815
- "contesta que SÍ)"
816
-
817
- #: php/options-page-option-tab.php:224
818
- msgid "Random Questions"
819
- msgstr "Preguntas aleatorias"
820
-
821
- #: php/options-page-option-tab.php:225
822
- msgid "Random Questions And Answers"
823
- msgstr "Preguntas y respuestas aleatorias"
824
-
825
- #: php/options-page-option-tab.php:230
826
- msgid ""
827
- "Would you like to ask for the contact information at the beginning or at the "
828
- "end of the quiz?"
829
- msgstr ""
830
- "¿Le gustaría pedir la información de contacto al principio o final de la "
831
- "encuesta?"
832
-
833
- #: php/options-page-option-tab.php:232
834
- msgid "Beginning"
835
- msgstr "Principio"
836
-
837
- #: php/options-page-option-tab.php:233
838
- msgid "End"
839
- msgstr "Fin"
840
-
841
- #: php/options-page-option-tab.php:237
842
- msgid ""
843
- "If a logged-in user takes the quiz, would you like them to be able to edit "
844
- "contact information? If set to no, the fields will not show up for logged in "
845
- "users; however, the users information will be saved for the fields."
846
- msgstr ""
847
- "Si un usuario que ha iniciado sesión, ¿le gustaría que pudiera editar la "
848
- "información de contacto? Si contesta que NO, los campos no se mostrarán a "
849
- "los usuarios conectados, sin embargo, la información sobre el usuario sería "
850
- "registrada en los campos."
851
-
852
- #: php/options-page-option-tab.php:244
853
- msgid "Should we ask for users name?"
854
- msgstr "¿Se debería pedir el nombre de los usuarios?"
855
-
856
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
857
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
858
- msgid "Require"
859
- msgstr "Obligatorio"
860
-
861
- #: php/options-page-option-tab.php:252
862
- msgid "Should we ask for users business?"
863
- msgstr "¿Se debería pedir el empleo del usuario?"
864
-
865
- #: php/options-page-option-tab.php:260
866
- msgid "Should we ask for users email?"
867
- msgstr "¿Se debería pedir el email al usuario?"
868
-
869
- #: php/options-page-option-tab.php:268
870
- msgid "Should we ask for users phone number?"
871
- msgstr "¿Se debería pedir al usuario el número de teléfono?"
872
-
873
- #: php/options-page-option-tab.php:276
874
- msgid "Would you like a place for the user to enter comments?"
875
- msgstr ""
876
- "¿Le gustaría un espacio para que el usuario pudiera dejar sus comentarios?"
877
-
878
- #: php/options-page-option-tab.php:283
879
- msgid "Show question number on quiz?"
880
- msgstr "¿Mostrar el número de pregunta en la encuesta?"
881
-
882
- #: php/options-page-option-tab.php:290
883
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
884
- msgstr ""
885
- "¿Mostrar botones para compartir en medios sociales? (Twitter & Facebook)"
886
-
887
- #: php/options-page-option-tab.php:290
888
- msgid ""
889
- "This option is for here only for users of older versions. Please use the new "
890
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
891
- "instead of using this option!"
892
- msgstr ""
893
-
894
- #: php/options-page-option-tab.php:297
895
- msgid ""
896
- "Disable question once user selects answer? (Currently only work on multiple "
897
- "choice)"
898
- msgstr ""
899
-
900
- #: php/options-page-option-tab.php:304
901
- msgid ""
902
- "Dynamically add class for incorrect/correct answer after user selects "
903
- "answer? (Currently only works on multiple choice)"
904
- msgstr ""
905
-
906
- #: php/options-page-preview-tab.php:13
907
- msgid "Preview"
908
- msgstr "Presentación"
909
-
910
- #: php/options-page-questions-tab.php:13
911
- msgid "Questions"
912
- msgstr "Preguntas"
913
-
914
- #: php/options-page-questions-tab.php:28
915
- msgid "Answer"
916
- msgstr "Respuesta"
917
-
918
- #: php/options-page-questions-tab.php:64
919
- msgid "The question order has been updated successfully."
920
- msgstr ""
921
-
922
- #: php/options-page-questions-tab.php:169
923
- msgid "The question has been updated successfully."
924
- msgstr "La pregunta ha sido actualizada correctamente."
925
-
926
- #: php/options-page-questions-tab.php:214
927
- msgid "The question has been deleted successfully."
928
- msgstr "La pregunta ha sido eliminada correctamente."
929
-
930
- #: php/options-page-questions-tab.php:306
931
- msgid "The question has been duplicated successfully."
932
- msgstr "La pregunta ha sido duplicada correctamente."
933
-
934
- #: php/options-page-questions-tab.php:403
935
- msgid "The question has been created successfully."
936
- msgstr "La pregunta ha sido creada correctamente."
937
-
938
- #: php/options-page-questions-tab.php:538
939
- msgid "Add Question"
940
- msgstr "Añadir pregunta"
941
-
942
- #: php/options-page-questions-tab.php:539
943
- msgid "Save Question Order"
944
- msgstr ""
945
-
946
- #: php/options-page-questions-tab.php:552
947
- #, php-format
948
- msgid "One question"
949
- msgid_plural "%s questions"
950
- msgstr[0] "Una pregunta"
951
- msgstr[1] "%s preguntas"
952
-
953
- #: php/options-page-questions-tab.php:558
954
- #: php/options-page-questions-tab.php:566
955
- #: php/options-page-questions-tab.php:694
956
- msgid "Question Order"
957
- msgstr "Orden de preguntas"
958
-
959
- #: php/options-page-questions-tab.php:559
960
- #: php/options-page-questions-tab.php:567
961
- #: php/options-page-questions-tab.php:644
962
- msgid "Question Type"
963
- msgstr "Tipo de pregunta"
964
-
965
- #: php/options-page-questions-tab.php:560
966
- #: php/options-page-questions-tab.php:568
967
- #: php/options-page-questions-tab.php:707
968
- msgid "Category"
969
- msgstr "Categoria"
970
-
971
- #: php/options-page-questions-tab.php:561
972
- #: php/options-page-questions-tab.php:569
973
- msgid "Question"
974
- msgstr "Pregunta"
975
-
976
- #: php/options-page-questions-tab.php:662
977
- msgid "Answers"
978
- msgstr "Respuestas"
979
-
980
- #: php/options-page-questions-tab.php:663
981
- msgid "Points Worth"
982
- msgstr "Puntuación"
983
-
984
- #: php/options-page-questions-tab.php:664
985
- msgid "Correct Answer"
986
- msgstr "Respuesta correcta"
987
-
988
- #: php/options-page-questions-tab.php:669
989
- msgid "Add New Answer!"
990
- msgstr "Añada nueva respuesta!"
991
-
992
- #: php/options-page-questions-tab.php:675
993
- msgid "Correct Answer Info"
994
- msgstr "Información acerca de la respuesta correcta"
995
-
996
- #: php/options-page-questions-tab.php:685
997
- msgid "Comment Field"
998
- msgstr "Campo de Comentario"
999
-
1000
- #: php/options-page-questions-tab.php:687
1001
- msgid "Small Text Field"
1002
- msgstr "Campo de texto corto"
1003
-
1004
- #: php/options-page-questions-tab.php:688
1005
- msgid "Large Text Field"
1006
- msgstr "Campo de texto largo"
1007
-
1008
- #: php/options-page-questions-tab.php:689
1009
- msgid "None"
1010
- msgstr "Ninguna"
1011
-
1012
- #: php/options-page-questions-tab.php:699
1013
- msgid "Required?"
1014
- msgstr "¿Obligatorio?"
1015
-
1016
- #: php/options-page-questions-tab.php:730
1017
- msgid "Create Question"
1018
- msgstr "Crear Pregunta"
1019
-
1020
- #: php/options-page-questions-tab.php:735
1021
- msgid "Are you sure you want to delete this question?"
1022
- msgstr "¿Está seguro que desea eliminar esta pregunta?"
1023
-
1024
- #: php/options-page-questions-tab.php:740
1025
- msgid "Delete Question"
1026
- msgstr "Eliminar pregunta"
1027
-
1028
- #: php/options-page-questions-tab.php:745
1029
- msgid "Are you sure you want to duplicate this question?"
1030
- msgstr "¿Está seguro que desea duplicar esta pregunta?"
1031
-
1032
- #: php/options-page-questions-tab.php:750
1033
- msgid "Duplicate Question"
1034
- msgstr "Duplicar Pregunta"
1035
-
1036
- #: php/options-page-results-page-tab.php:13
1037
- msgid "Results Pages"
1038
- msgstr "Página de Resultados"
1039
-
1040
- #: php/options-page-results-page-tab.php:55
1041
- msgid "The results page has been added successfully."
1042
- msgstr "Los resultados han sido añadidos correctamente."
1043
-
1044
- #: php/options-page-results-page-tab.php:104
1045
- msgid "The results page has been saved successfully."
1046
- msgstr "La página de resultados ha sido guardada correctamente."
1047
-
1048
- #: php/options-page-results-page-tab.php:205
1049
- msgid "The amount of time user spent taking quiz in minutes"
1050
- msgstr ""
1051
-
1052
- #: php/options-page-results-page-tab.php:208
1053
- msgid "The amount of time user spent taking quiz in seconds"
1054
- msgstr ""
1055
-
1056
- #: php/options-page-results-page-tab.php:226
1057
- msgid "Displays button to share on Facebook."
1058
- msgstr ""
1059
-
1060
- #: php/options-page-results-page-tab.php:229
1061
- msgid "Displays button to share on Twitter."
1062
- msgstr ""
1063
-
1064
- #: php/options-page-results-page-tab.php:234
1065
- #: php/options-page-results-page-tab.php:315
1066
- msgid "Save Results Pages"
1067
- msgstr "Guardar Página de Resultados"
1068
-
1069
- #: php/options-page-results-page-tab.php:235
1070
- #: php/options-page-results-page-tab.php:320
1071
- msgid "Add New Results Page"
1072
- msgstr "Añadir Nueva Página de Resultados"
1073
-
1074
- #: php/options-page-results-page-tab.php:243
1075
- #: php/options-page-results-page-tab.php:307
1076
- msgid "Results Page Shown"
1077
- msgstr "Mostrar Página de Resultados"
1078
-
1079
- #: php/options-page-results-page-tab.php:244
1080
- #: php/options-page-results-page-tab.php:308
1081
- msgid "Redirect URL (Beta)"
1082
- msgstr ""
1083
-
1084
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246
1085
- #: php/quizzes-page.php:369
1086
- msgid "Delete"
1087
- msgstr "Eliminar"
1088
-
1089
- #: php/options-page-results-page-tab.php:282
1090
- msgid "Are you sure?"
1091
- msgstr "¿Está seguro?"
1092
-
1093
- #: php/options-page-style-tab.php:13
1094
- msgid "Style"
1095
- msgstr "Estilo"
1096
-
1097
- #: php/options-page-style-tab.php:39
1098
- msgid "The style has been saved successfully."
1099
- msgstr "El estilo ha sido guardado correctamente."
1100
-
1101
- #: php/options-page-style-tab.php:88
1102
- msgid "Quiz Styles"
1103
- msgstr "Estilos de Cuestionario."
1104
-
1105
- #: php/options-page-style-tab.php:89
1106
- msgid "Choose your style:"
1107
- msgstr "Elija su estilo:"
1108
-
1109
- #: php/options-page-style-tab.php:118
1110
- msgid "Custom"
1111
- msgstr "Personalizado"
1112
-
1113
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1114
- msgid "Save Quiz Style"
1115
- msgstr "Guardar Estilo de Cuestionario"
1116
-
1117
- #: php/options-page-style-tab.php:125
1118
- msgid "Custom Style CSS"
1119
- msgstr "Personalizar Estilo CSS"
1120
-
1121
- #: php/options-page-style-tab.php:126
1122
- msgid ""
1123
- "For detailed help and guidance along with a list of different classes used "
1124
- "in this plugin, please visit the following link:"
1125
- msgstr ""
1126
- "Para una ayuda detallada y guía acerca de las diferentes classes usadas en "
1127
- "este plugin, por favor visite el siguiente enlace:"
1128
-
1129
- #: php/options-page-text-tab.php:13
1130
- msgid "Text"
1131
- msgstr "Texto"
1132
-
1133
- #: php/options-page-text-tab.php:102
1134
- msgid "The templates has been updated successfully."
1135
- msgstr "La plantilla ha sido actualizada correctamente."
1136
-
1137
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1138
- msgid "Save Templates"
1139
- msgstr "Guardar Plantillas"
1140
-
1141
- #: php/options-page-text-tab.php:248
1142
- msgid "Message Templates"
1143
- msgstr "Plantillas de Mensaje"
1144
-
1145
- #: php/options-page-text-tab.php:252
1146
- msgid "Message Displayed Before Quiz"
1147
- msgstr "Mensaje Mostrado Antes del Cuestionario"
1148
-
1149
- #: php/options-page-text-tab.php:262
1150
- msgid "Message Displayed Before Comments Box If Enabled"
1151
- msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
1152
-
1153
- #: php/options-page-text-tab.php:272
1154
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1155
- msgstr ""
1156
- "Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir "
1157
- "sección de texto)"
1158
-
1159
- #: php/options-page-text-tab.php:282
1160
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1161
- msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
1162
-
1163
- #: php/options-page-text-tab.php:292
1164
- msgid ""
1165
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1166
- "Logged In"
1167
- msgstr ""
1168
- "Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que "
1169
- "requería iniciar sesión."
1170
-
1171
- #: php/options-page-text-tab.php:302
1172
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1173
- msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
1174
-
1175
- #: php/options-page-text-tab.php:312
1176
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1177
- msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
1178
-
1179
- #: php/options-page-text-tab.php:322
1180
- msgid "%QUESTIONS_ANSWERS% Text"
1181
- msgstr "%QUESTIONS_ANSWERS% Texto"
1182
-
1183
- #: php/options-page-text-tab.php:335
1184
- msgid "Twitter Sharing Text"
1185
- msgstr "Texto para compartir en Twitter"
1186
-
1187
- #: php/options-page-text-tab.php:352
1188
- msgid "Facebook Sharing Text"
1189
- msgstr "Texto para compartir en Facebook"
1190
-
1191
- #: php/options-page-text-tab.php:367
1192
- msgid "Other Templates"
1193
- msgstr "Otras plantillas"
1194
-
1195
- #: php/options-page-text-tab.php:370
1196
- msgid "Text for submit button"
1197
- msgstr "Texto para el botón de envío."
1198
-
1199
- #: php/options-page-text-tab.php:374
1200
- msgid "Text for name field"
1201
- msgstr "Texto para el nombre del campo"
1202
-
1203
- #: php/options-page-text-tab.php:378
1204
- msgid "Text for business field"
1205
- msgstr "Texto para el campo asunto."
1206
-
1207
- #: php/options-page-text-tab.php:382
1208
- msgid "Text for email field"
1209
- msgstr "Texto para el campo email"
1210
-
1211
- #: php/options-page-text-tab.php:386
1212
- msgid "Text for phone number field"
1213
- msgstr "Texto para el campo número de teléfono"
1214
-
1215
- #: php/options-page-text-tab.php:390
1216
- msgid "Text for comments field"
1217
- msgstr "Texto para el campo Comentarios"
1218
-
1219
- #: php/options-page-text-tab.php:394
1220
- msgid "Text for previous button"
1221
- msgstr "Texto para el botón Anterior"
1222
-
1223
- #: php/options-page-text-tab.php:398
1224
- msgid "Text for next button"
1225
- msgstr "Texto para el botón Siguiente"
1226
-
1227
- #: php/options-page-tools-tab.php:49
1228
- msgid "The stats has been reset successfully."
1229
- msgstr "Las estadísticas han sido reseteadas correctamente."
1230
-
1231
- #: php/options-page-tools-tab.php:107
1232
- msgid ""
1233
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1234
- "and Times Quiz Has Been Taken)."
1235
- msgstr "Las estadísticas han sido reseteadas correctamente."
1236
-
1237
- #: php/options-page-tools-tab.php:108
1238
- msgid "Reset Quiz Views And Taken Stats"
1239
- msgstr "Resetear Encuesta y Estadísticas Guardadas"
1240
-
1241
- #: php/options-page-tools-tab.php:119
1242
- msgid ""
1243
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1244
- "this quiz will be reset. This is permanent and cannot be undone."
1245
- msgstr ""
1246
- "¿Está seguro que desea resetear las estadísticas a 0? Todas las vistas y "
1247
- "estadísticas guardadas para este cuestionario serán eliminadas. Esto es "
1248
- "permanente y no se puede deshacer."
1249
-
1250
- #: php/options-page-tools-tab.php:123
1251
- msgid "Reset All Stats For Quiz"
1252
- msgstr "Resetear todas las estadísticas para de un Cuestionario"
1253
-
1254
- #: php/question-types.php:14
1255
- msgid "Multiple Choice"
1256
- msgstr "Opción Múltiple"
1257
-
1258
- #: php/question-types.php:105
1259
- msgid "Horizontal Multiple Choice"
1260
- msgstr "Opción múltiple horizontal."
1261
-
1262
- #: php/question-types.php:194
1263
- msgid "Drop Down"
1264
- msgstr "Desplegable"
1265
-
1266
- #: php/question-types.php:280
1267
- msgid "Small Open Answer"
1268
- msgstr "Abrir Respuesta Corta"
1269
-
1270
- #: php/question-types.php:350
1271
- msgid "Multiple Response"
1272
- msgstr "Respuesta Múltiple"
1273
-
1274
- #: php/question-types.php:450
1275
- msgid "Large Open Answer"
1276
- msgstr "Abrir Respuesta Larga"
1277
-
1278
- #: php/question-types.php:528
1279
- msgid "Text Block"
1280
- msgstr "Bloque de Texto"
1281
-
1282
- #: php/question-types.php:562
1283
- msgid "Number"
1284
- msgstr "Número"
1285
-
1286
- #: php/question-types.php:643
1287
- msgid "Accept"
1288
- msgstr "Aceptar"
1289
-
1290
- #: php/question-types.php:688
1291
- msgid "Captcha"
1292
- msgstr ""
1293
- "Source text:\n"
1294
- "Captcha"
1295
-
1296
- #: php/question-types.php:745
1297
- msgid "Horizontal Multiple Response"
1298
- msgstr "Múltiples Respuestas Horizontal"
1299
-
1300
- #: php/question-types.php:856
1301
- msgid ""
1302
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1303
- "box in your text."
1304
- msgstr ""
1305
-
1306
- #: php/question-types.php:860
1307
- msgid "Fill In The Blank"
1308
- msgstr ""
1309
-
1310
- #: php/quiz-options-page.php:56
1311
- #, php-format
1312
- msgid "Quiz Settings For %s"
1313
- msgstr "Configuración para el cuestionario %s"
1314
-
1315
- #: php/quiz-options-page.php:94
1316
- msgid ""
1317
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1318
- "wish to edit."
1319
- msgstr ""
1320
- "Por favor vaya a la página de cuestionarios y haga click sobre el botón "
1321
- "Editar en el cuestionario que desee editar."
1322
-
1323
- #: php/quizzes-page.php:171
1324
- msgid "Add New"
1325
- msgstr "Añadir Nuevo"
1326
-
1327
- #: php/quizzes-page.php:177
1328
- #, fuzzy, php-format
1329
- msgid "One quiz or survey"
1330
- msgid_plural "%s quizzes or surveys"
1331
- msgstr[0] "¿Duplicar este cuestionario?"
1332
- msgstr[1] "¿Duplicar este cuestionario?"
1333
-
1334
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1335
- msgid "URL"
1336
- msgstr "URL"
1337
-
1338
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1339
- #, fuzzy
1340
- msgid "Shortcode"
1341
- msgstr "Código Corto de la Encuesta"
1342
-
1343
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1344
- msgid "Leaderboard Shortcode"
1345
- msgstr "Código Corto del Panel de Puntuaciones"
1346
-
1347
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1348
- #, fuzzy
1349
- msgid "Views"
1350
- msgstr "Vistas del Cuestionario"
1351
-
1352
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1353
- #, fuzzy
1354
- msgid "Taken"
1355
- msgstr "Cuestionario Completado"
1356
-
1357
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1358
- msgid "Last Modified"
1359
- msgstr "Última Modificación"
1360
-
1361
- #: php/quizzes-page.php:241
1362
- msgid "Edit Name"
1363
- msgstr "Editar Nombre"
1364
-
1365
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1366
- msgid "Edit"
1367
- msgstr "Editar"
1368
-
1369
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1370
- msgid "Duplicate"
1371
- msgstr "Duplicar"
1372
-
1373
- #: php/quizzes-page.php:251
1374
- #, fuzzy
1375
- msgid "View Quiz/Survey"
1376
- msgstr "Cuestionarios"
1377
-
1378
- #: php/quizzes-page.php:333
1379
- #, fuzzy
1380
- msgid "Create New Quiz Or Survey"
1381
- msgstr "Crear un Nuevo Cuestionario"
1382
-
1383
- #: php/quizzes-page.php:335
1384
- msgid "Create"
1385
- msgstr ""
1386
-
1387
- #: php/quizzes-page.php:353
1388
- #, fuzzy
1389
- msgid "Duplicate questions also?"
1390
- msgstr "Duplicar Pregunta"
1391
-
1392
- #: php/quizzes-page.php:355
1393
- #, fuzzy
1394
- msgid "Name Of New Quiz Or Survey:"
1395
- msgstr "Nombre del Nuevo Cuestionario:"
1396
-
1397
- #: php/quizzes-page.php:365
1398
- #, fuzzy
1399
- msgid "Are you sure you want to delete this quiz or survey?"
1400
- msgstr "¿Está seguro que desea eliminar este cuestionario?"
1401
-
1402
- #: php/stats-page.php:29
1403
- msgid "Quiz Statistics"
1404
- msgstr "Estadísticas de la encuesta"
1405
-
1406
- #: php/stats-page.php:68
1407
- #, fuzzy
1408
- msgid "Quiz Taken Stats"
1409
- msgstr "Estadísticas TOTALES de la Encuesta"
1410
-
1411
- #: php/tools-page.php:107
1412
- msgid "There has been an error! Please try again."
1413
- msgstr "Ha habido un error! Por favor, inténtelo de nuevo."
1414
-
1415
- #: php/tools-page.php:125
1416
- msgid "Quiz Has Been Restored!"
1417
- msgstr "El cuestionario ha sido restaurado!"
1418
-
1419
- #: php/tools-page.php:130
1420
- msgid ""
1421
- "Choose a quiz in the drop down and then click the button to restore a "
1422
- "deleted quiz."
1423
- msgstr ""
1424
- "Escoja un cuestionario en la lista desplegable y después haga click en el "
1425
- "botón para restaurar una encuesta eliminada."
1426
-
1427
- #: php/tools-page.php:140
1428
- msgid "Restore Quiz"
1429
- msgstr "Restaurar la encuesta"
1430
-
1431
- #: php/tools-page.php:176 php/tools-page.php:192
1432
- #, php-format
1433
- msgid "Previous %s Audits"
1434
- msgstr ""
1435
- "Auditoria \n"
1436
- "%s Anterior"
1437
-
1438
- #: php/tools-page.php:179 php/tools-page.php:186
1439
- #, php-format
1440
- msgid "Next %s Audits"
1441
- msgstr "Próxima %s Auditoria"
1442
-
1443
- #: php/tools-page.php:199
1444
- msgid "User"
1445
- msgstr "Usuario"
1446
-
1447
- #: php/tools-page.php:200
1448
- msgid "Action"
1449
- msgstr "Acción"
1450
-
1451
- #: php/tools-page.php:201
1452
- msgid "Time"
1453
- msgstr "Tiempo"
1454
-
1455
- #: php/widgets.php:14
1456
- #, fuzzy
1457
- msgid "Quiz And Survey Master Leaderboard Widget"
1458
- msgstr ""
1459
- "Widget de Puntuaciones de \n"
1460
- "Quiz Master Next"
1461
-
1462
- #: php/widgets.php:29
1463
- msgid "Widget Title"
1464
- msgstr "Título del Widget"
1465
-
1466
- #: php/widgets.php:33
1467
- msgid "Quiz ID"
1468
- msgstr "ID del cuestionario"
1469
-
1470
- #~ msgid "One quiz"
1471
- #~ msgid_plural "%s quizzes"
1472
- #~ msgstr[0] "Un cuestionarios"
1473
- #~ msgstr[1] "%s cuestionarios"
1474
-
1475
- #, fuzzy
1476
- #~ msgid "Create Quiz Or Survey"
1477
- #~ msgstr "Crear Cuestionario"
1478
-
1479
- #, fuzzy
1480
- #~ msgid "Name:"
1481
- #~ msgstr "Nombre"
1482
-
1483
- #~ msgid "Quiz Settings"
1484
- #~ msgstr "Configuración de la encuesta"
1485
-
1486
- #~ msgid "Quiz Name:"
1487
- #~ msgstr "Nombre del Cuestionario:"
1488
-
1489
- #~ msgid "Duplicate questions with quiz"
1490
- #~ msgstr "Duplicar preguntar con Cuestinario"
1491
-
1492
- #~ msgid "Delete Quiz"
1493
- #~ msgstr "Eliminar Cuestionario"
1494
-
1495
- #~ msgid ""
1496
- #~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
1497
- #~ "to enter in the link variable into the templates on the Quiz Text tab so "
1498
- #~ "the user can access the certificate."
1499
- #~ msgstr ""
1500
- #~ "Escriba aquí el texto que aparecerá como certificado de esta encuesta. "
1501
- #~ "Asegúrese de introducir su enlace dentro de las plantillas en la pestaña "
1502
- #~ "Quiz Text para que el usuario pueda acceder a su certificado."
1503
-
1504
- #~ msgid "The amount of time user spent of quiz"
1505
- #~ msgstr "Tiempo empleado por el usuario en responder el cuestionario"
1506
-
1507
- #~ msgid ""
1508
- #~ "Required currently only works on open answer, number, accept, and captcha "
1509
- #~ "question types"
1510
- #~ msgstr ""
1511
- #~ "Los campos obligatorios tan solo funcionan en respuestas abiertas, "
1512
- #~ "números, aceptar y preguntas tipo captcha."
1513
-
1514
- #~ msgid "Edit Question"
1515
- #~ msgstr "Editar Pregunta"
1516
-
1517
- #~ msgid "Quiz Daily Stats - Times Taken"
1518
- #~ msgstr "Estadísticas diarias de la encuesta - Número de veces completada"
1519
-
1520
- #~ msgid "Quiz Weekly Stats - Times Taken"
1521
- #~ msgstr ""
1522
- #~ "Estadísticas SEMANALES de la encuenta - Número de veces \n"
1523
- #~ "completada"
1524
-
1525
- #~ msgid "Quiz Monthly Stats - Times Taken"
1526
- #~ msgstr ""
1527
- #~ "Estadísticas MENSUALES de la encuenta - Número de veces \n"
1528
- #~ "completada"
1529
-
1530
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1531
- #~ msgstr ""
1532
- #~ "Estadísticas TRIMESTRALES de la encuenta - Número de veces \n"
1533
- #~ "completada"
1534
-
1535
- #~ msgid "Quizzes Taken Today"
1536
- #~ msgstr ""
1537
- #~ "Encuestas \n"
1538
- #~ "completada \n"
1539
- #~ "HOY"
1540
-
1541
- #~ msgid "Quizzes Taken Last 7 Days"
1542
- #~ msgstr ""
1543
- #~ "Encuestas \n"
1544
- #~ "completadas \n"
1545
- #~ "los últimos 7 días"
1546
-
1547
- #~ msgid "Quizzes Taken Last 30 Days"
1548
- #~ msgstr ""
1549
- #~ "Encuestas \n"
1550
- #~ "completadas \n"
1551
- #~ "los últimos 30 días"
1552
-
1553
- #~ msgid "Quizzes Taken Last 120 Days"
1554
- #~ msgstr ""
1555
- #~ "Encuestas \n"
1556
- #~ "completadas \n"
1557
- #~ "los últimos 120 días"
1558
-
1559
- #~ msgid "Total Created Quizzes"
1560
- #~ msgstr "Encuestas totales creadas"
1561
-
1562
- #~ msgid "Total Deleted Quizzes"
1563
- #~ msgstr "Encuestas totales eliminadas"
1564
-
1565
- #~ msgid "Total Active Quizzes"
1566
- #~ msgstr "Encuestas totales activas"
1567
-
1568
- #~ msgid "Total Created Questions"
1569
- #~ msgstr "Encuestas totales creadas"
1570
-
1571
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1572
- #~ msgstr ""
1573
- #~ "Número de veces total que han sido vistas todas las encuestas activas"
1574
-
1575
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1576
- #~ msgstr ""
1577
- #~ "Número de veces total que han sido \n"
1578
- #~ "completada \n"
1579
- #~ "todas las encuestas activas"
1580
-
1581
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1582
- #~ msgstr "Media mensual que ha sido vista cada encuesta"
1583
-
1584
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1585
- #~ msgstr "Media mensual que cada encuesta ha sido completada"
1586
-
1587
- #~ msgid "Quiz That Has Been Viewed The Most"
1588
- #~ msgstr "La encuesta más vista"
1589
-
1590
- #~ msgid "Quiz That Has Been Taken The Most"
1591
- #~ msgstr ""
1592
- #~ "La encuesta más \n"
1593
- #~ "completada"
1594
-
1595
- #~ msgid "Requested Features"
1596
- #~ msgstr "Características solicitadas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-it_IT.mo DELETED
Binary file
languages/quiz-master-next-it_IT.po DELETED
@@ -1,1552 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2016-01-21 13:00-0500\n"
9
- "PO-Revision-Date: \n"
10
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
12
- "Language: it_IT\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
- "X-Poedit-Basepath: ..\n"
23
- "X-Generator: Poedit 1.8.6\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "Quiz"
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr "Impostazioni"
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124
36
- #: php/quizzes-page.php:244
37
- msgid "Results"
38
- msgstr "Risultati"
39
-
40
- #: mlw_quizmaster2.php:230
41
- #, fuzzy
42
- msgid "Result Details"
43
- msgstr "Dettagli Risultati del Quiz"
44
-
45
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13
46
- #: php/tools-page.php:65
47
- msgid "Tools"
48
- msgstr "Strumenti"
49
-
50
- #: mlw_quizmaster2.php:233
51
- msgid "Stats"
52
- msgstr "Statistiche"
53
-
54
- #: mlw_quizmaster2.php:234
55
- msgid "Addon Settings"
56
- msgstr "Impostazioni Addon"
57
-
58
- #: mlw_quizmaster2.php:235
59
- msgid "Help"
60
- msgstr "Aiuto"
61
-
62
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
63
- msgid "QMN About"
64
- msgstr "QMN About"
65
-
66
- #: php/about-page.php:30
67
- #, fuzzy
68
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
69
- msgstr "Benvenuto su Quiz Master Next"
70
-
71
- #: php/about-page.php:31
72
- msgid "Thank you for updating!"
73
- msgstr "Grazie per l'aggiornamento!"
74
-
75
- #: php/about-page.php:35
76
- msgid "What's New!"
77
- msgstr "Novità!"
78
-
79
- #: php/about-page.php:37
80
- msgid "Changelog"
81
- msgstr "Changelog"
82
-
83
- #: php/about-page.php:39
84
- msgid "People Who Make QMN Possible"
85
- msgstr ""
86
-
87
- #: php/about-page.php:93
88
- #, php-format
89
- msgid "View %s"
90
- msgstr ""
91
-
92
- #: php/addons-page.php:60
93
- #, fuzzy
94
- msgid "These addons extend the functionality of Quiz And Survey Master"
95
- msgstr "Questi addons estendono la funzionalità di Quiz Master Next"
96
-
97
- #: php/addons-page.php:61 php/addons-page.php:105
98
- msgid "Browse All Addons"
99
- msgstr "Esplora tutti gli addons"
100
-
101
- #: php/addons-page.php:119
102
- msgid "Featured Addons"
103
- msgstr "Addons in evidenza"
104
-
105
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
106
- msgid "Quiz Results"
107
- msgstr "Risultati Quiz"
108
-
109
- #: php/admin-results-details-page.php:202
110
- msgid "Create Certificate"
111
- msgstr "Crea Certificato"
112
-
113
- #: php/admin-results-details-page.php:206
114
- msgid "Download Certificate Here"
115
- msgstr "Scarica qui il certificato"
116
-
117
- #: php/admin-results-details-page.php:219
118
- msgid "Certificate"
119
- msgstr "Certificato"
120
-
121
- #: php/admin-results-page.php:37
122
- msgid "Your results has been deleted successfully."
123
- msgstr "I tuoi risultati sono stati cancellati con successo."
124
-
125
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
126
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
127
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
128
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
129
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
130
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
131
- #: php/options-page-questions-tab.php:190
132
- #: php/options-page-questions-tab.php:235
133
- #: php/options-page-questions-tab.php:327
134
- #: php/options-page-questions-tab.php:424
135
- #: php/options-page-results-page-tab.php:76
136
- #: php/options-page-results-page-tab.php:125 php/options-page-style-tab.php:60
137
- #: php/options-page-text-tab.php:123 php/options-page-tools-tab.php:68
138
- #, php-format
139
- msgid ""
140
- "There has been an error in this action. Please share this with the "
141
- "developer. Error Code: %s"
142
- msgstr ""
143
- "C'è stato un errore durante l'azione. Per favore, riportalo allo "
144
- "sviluppatore. Codice Errore: %s"
145
-
146
- #: php/admin-results-page.php:205
147
- #, php-format
148
- msgid "One result"
149
- msgid_plural "%s results"
150
- msgstr[0] "Un risultato"
151
- msgstr[1] "%s risultati"
152
-
153
- #: php/admin-results-page.php:290
154
- msgid "Actions"
155
- msgstr "Azioni"
156
-
157
- #: php/admin-results-page.php:291
158
- msgid "Quiz Name"
159
- msgstr "Nome Quiz"
160
-
161
- #: php/admin-results-page.php:292
162
- msgid "Score"
163
- msgstr "Punteggio"
164
-
165
- #: php/admin-results-page.php:293
166
- msgid "Time To Complete"
167
- msgstr "Tempo Impiegato"
168
-
169
- #: php/admin-results-page.php:294 php/quizzes-page.php:222
170
- #: php/quizzes-page.php:271 php/quizzes-page.php:334 php/quizzes-page.php:342
171
- msgid "Name"
172
- msgstr "Nome"
173
-
174
- #: php/admin-results-page.php:295
175
- msgid "Business"
176
- msgstr "Azienda"
177
-
178
- #: php/admin-results-page.php:296
179
- msgid "Email"
180
- msgstr "Email"
181
-
182
- #: php/admin-results-page.php:297
183
- msgid "Phone"
184
- msgstr "Telefono"
185
-
186
- #: php/admin-results-page.php:298
187
- msgid "Time Taken"
188
- msgstr "Data"
189
-
190
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
191
- msgid "Not Graded"
192
- msgstr "Non valutato"
193
-
194
- #: php/admin-results-page.php:357
195
- msgid "Are you sure you want to delete these results?"
196
- msgstr "Sicuro di voler eliminare questi risultati?"
197
-
198
- #: php/admin-results-page.php:362
199
- msgid "Delete Results"
200
- msgstr "Elimina Risultati"
201
-
202
- #: php/class-qmn-alert-manager.php:37
203
- msgid "Success!"
204
- msgstr "Fatto!"
205
-
206
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
207
- msgid "Error!"
208
- msgstr "Errore!"
209
-
210
- #: php/class-qmn-quiz-creator.php:386
211
- msgid ""
212
- "Your new quiz has been created successfully. To begin editing your quiz, "
213
- "click the Edit link on the new quiz."
214
- msgstr ""
215
- "Il tuo nuovo quiz è stato creato con successo. Per iniziare a modificarlo, "
216
- "clicca sul link Modifica nel nuovo quiz."
217
-
218
- #: php/class-qmn-quiz-creator.php:461
219
- msgid "Your quiz has been deleted successfully."
220
- msgstr "Il tuo quiz è stato cancellato con successo."
221
-
222
- #: php/class-qmn-quiz-creator.php:512
223
- msgid "Your quiz name has been updated successfully."
224
- msgstr "Il nome del tuo quiz è stato aggiornato con successo."
225
-
226
- #: php/class-qmn-quiz-creator.php:678
227
- msgid "Your quiz has been duplicated successfully."
228
- msgstr "Il tuo quiz è stato duplicato con successo."
229
-
230
- #: php/class-qmn-quiz-manager.php:80
231
- msgid "It appears that this quiz is not set up correctly"
232
- msgstr ""
233
-
234
- #: php/class-qmn-quiz-manager.php:275
235
- msgid "Not a valid e-mail address!"
236
- msgstr "Indirizzo e-mail non valido!"
237
-
238
- #: php/class-qmn-quiz-manager.php:276
239
- msgid "This field must be a number!"
240
- msgstr "Questo campo deve essere numerico!"
241
-
242
- #: php/class-qmn-quiz-manager.php:277
243
- msgid "The entered text is not correct!"
244
- msgstr "Il testo inserito non è corretto!"
245
-
246
- #: php/class-qmn-quiz-manager.php:278
247
- msgid "Please complete all required fields!"
248
- msgstr "Per favore completa tutti i campi richiesti!"
249
-
250
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
251
- msgid "Hint"
252
- msgstr "Indizio"
253
-
254
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
255
- msgid "Previous"
256
- msgstr "Precedente"
257
-
258
- #: php/class-qmn-review-message.php:83
259
- #, php-format
260
- msgid ""
261
- "Greetings! I just noticed that you now have more than %d quiz results. That "
262
- "is\n"
263
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
264
- "rating on WordPress? This\n"
265
- "\t\twill help us by helping other users discover this plugin. %s"
266
- msgstr ""
267
-
268
- #: php/class-qmn-review-message.php:89
269
- msgid "Yeah, you deserve it!"
270
- msgstr ""
271
-
272
- #: php/class-qmn-review-message.php:90
273
- msgid "I already did!"
274
- msgstr ""
275
-
276
- #: php/class-qmn-review-message.php:91
277
- msgid "No, this plugin is not good enough"
278
- msgstr ""
279
-
280
- #: php/class-qmn-tracking.php:204
281
- #, fuzzy
282
- msgid ""
283
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
284
- "help us make this plugin better? No sensitive data is tracked."
285
- msgstr ""
286
- "Consenti a Quiz Master Next di tenere traccia in modo anonimo dell'uso di "
287
- "questo plugin, per aiutarci a migliorarlo? Non monitoriamo dati sensibili."
288
-
289
- #: php/class-qmn-tracking.php:205
290
- msgid "Allow"
291
- msgstr "Consento"
292
-
293
- #: php/class-qmn-tracking.php:206
294
- msgid "Do not allow"
295
- msgstr "Non consento"
296
-
297
- #: php/dashboard-widgets.php:16
298
- #, fuzzy
299
- msgid "Quiz And Survey Master Snapshot"
300
- msgstr "Prossima Anteprima Di Quiz Master"
301
-
302
- #: php/dashboard-widgets.php:180
303
- msgid "quizzes taken today"
304
- msgstr "quiz svolti oggi"
305
-
306
- #: php/dashboard-widgets.php:199
307
- msgid "quizzes taken last 7 days"
308
- msgstr "quiz svolti negli ultimi 7 giorni"
309
-
310
- #: php/dashboard-widgets.php:218
311
- #, fuzzy
312
- msgid "quizzes taken last 30 days"
313
- msgstr "quiz svolti negli ultimi 7 giorni"
314
-
315
- #: php/dashboard-widgets.php:237
316
- #, fuzzy
317
- msgid "quizzes taken last 120 days"
318
- msgstr "quiz svolti negli ultimi 7 giorni"
319
-
320
- #: php/dashboard-widgets.php:256
321
- msgid "total active quizzes"
322
- msgstr "totale quiz attivi"
323
-
324
- #: php/dashboard-widgets.php:262
325
- msgid "total active questions"
326
- msgstr "totale domande attive"
327
-
328
- #: php/dashboard-widgets.php:268
329
- msgid "most popular quiz"
330
- msgstr "quiz più popolare"
331
-
332
- #: php/dashboard-widgets.php:274
333
- msgid "least popular quiz"
334
- msgstr "quiz meno popolare"
335
-
336
- #: php/help-page.php:20
337
- msgid "Need Help?"
338
- msgstr "Serve Aiuto?"
339
-
340
- #: php/help-page.php:21
341
- msgid "Support"
342
- msgstr "Supporto"
343
-
344
- #: php/help-page.php:22
345
- msgid "System Info"
346
- msgstr "Informazioni di Sistema"
347
-
348
- #: php/help-page.php:25
349
- msgid "Help Page"
350
- msgstr "Pagina di Aiuto"
351
-
352
- #: php/help-page.php:55
353
- msgid "Need help with the plugin? Try any of the following:"
354
- msgstr "Serve aiuto con il plugin?"
355
-
356
- #: php/options-page-certificate-tab.php:15
357
- msgid "Certificate (Beta)"
358
- msgstr "Certificato (Beta)"
359
-
360
- #: php/options-page-certificate-tab.php:64
361
- msgid "The certificate has been updated successfully."
362
- msgstr "Il certificato è stato aggiornato con successo."
363
-
364
- #: php/options-page-certificate-tab.php:100
365
- msgid "Enter title here"
366
- msgstr "Inserisci qui un titolo"
367
-
368
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
369
- #: php/options-page-email-tab.php:109
370
- msgid "Enter text here"
371
- msgstr "Inserisci qui il testo"
372
-
373
- #: php/options-page-certificate-tab.php:104
374
- msgid "Quiz Certificate (Beta)"
375
- msgstr "Certificato del Quiz (Beta)"
376
-
377
- #: php/options-page-certificate-tab.php:105
378
- msgid ""
379
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
380
- "enter in the link variable into the templates on the Emails and Results Page "
381
- "tabs so the user can access the certificate."
382
- msgstr ""
383
-
384
- #: php/options-page-certificate-tab.php:106
385
- msgid "These fields cannot contain HTML."
386
- msgstr "Questi campi non possono contenere HTML."
387
-
388
- #: php/options-page-certificate-tab.php:107
389
- #: php/options-page-certificate-tab.php:163
390
- msgid "Save Certificate Options"
391
- msgstr "Salva Opzioni Certificato"
392
-
393
- #: php/options-page-certificate-tab.php:115
394
- msgid "Enable Certificates For This Quiz?"
395
- msgstr "Attiva i Certificati per Questo Quiz?"
396
-
397
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
398
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
399
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
400
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
401
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
402
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
403
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
404
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
405
- #: php/options-page-results-page-tab.php:282
406
- msgid "Yes"
407
- msgstr "Sì"
408
-
409
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
410
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
411
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
412
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
413
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
414
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
415
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
416
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
417
- #: php/options-page-questions-tab.php:702
418
- #: php/options-page-results-page-tab.php:282
419
- msgid "No"
420
- msgstr "No"
421
-
422
- #: php/options-page-certificate-tab.php:123
423
- msgid "Certificate Title"
424
- msgstr "Titolo Certificato"
425
-
426
- #: php/options-page-certificate-tab.php:130
427
- msgid "Message Displayed On Certificate"
428
- msgstr "Messaggio Mostrato nel Certificato"
429
-
430
- #: php/options-page-certificate-tab.php:132
431
- #: php/options-page-leaderboard-tab.php:122 php/options-page-text-tab.php:254
432
- #: php/options-page-text-tab.php:264 php/options-page-text-tab.php:274
433
- #: php/options-page-text-tab.php:284 php/options-page-text-tab.php:294
434
- #: php/options-page-text-tab.php:304 php/options-page-text-tab.php:314
435
- #: php/options-page-text-tab.php:324 php/options-page-text-tab.php:337
436
- #: php/options-page-text-tab.php:354
437
- msgid "Allowed Variables:"
438
- msgstr "Variabili Consentite:"
439
-
440
- #: php/options-page-certificate-tab.php:150
441
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
442
- msgstr "URL al Logo (deve essere JPG, JPEG, PNG o GIF)"
443
-
444
- #: php/options-page-certificate-tab.php:157
445
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
446
- msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
447
-
448
- #: php/options-page-email-tab.php:13
449
- msgid "Emails"
450
- msgstr "Emails"
451
-
452
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
453
- msgid "The email has been added successfully."
454
- msgstr "L'email è stata aggiunta con successo."
455
-
456
- #: php/options-page-email-tab.php:224
457
- msgid "The email has been updated successfully."
458
- msgstr "L'email è stata aggiornata con successo."
459
-
460
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
461
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
462
- msgid "Template Variables"
463
- msgstr "Variabili di Template"
464
-
465
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
466
- #: php/options-page-text-tab.php:164
467
- msgid "Score for the quiz when using points"
468
- msgstr "Punteggio del quiz quando si usano punti"
469
-
470
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
471
- #: php/options-page-text-tab.php:167
472
- msgid "The average amount of points user had per question"
473
- msgstr "Quantità media di punti che l'utente ha guadagnato per domanda"
474
-
475
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
476
- #: php/options-page-text-tab.php:170
477
- msgid "The number of correct answers the user had"
478
- msgstr "Numero di risposte a cui l'utente ha risposto correttamente"
479
-
480
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
481
- #: php/options-page-text-tab.php:173
482
- msgid "The total number of questions in the quiz"
483
- msgstr "Numero totale di domande nel quiz"
484
-
485
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
486
- #: php/options-page-text-tab.php:176
487
- msgid "Score for the quiz when using correct answers"
488
- msgstr "Punteggio massimo per il quiz rispondendo correttamente"
489
-
490
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
491
- #: php/options-page-text-tab.php:179
492
- msgid "The name the user entered before the quiz"
493
- msgstr "Nome inserito dall'utente prima del quiz"
494
-
495
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
496
- #: php/options-page-text-tab.php:182
497
- msgid "The business the user entered before the quiz"
498
- msgstr "Azienda inserita dall'utente prima del quiz"
499
-
500
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
501
- #: php/options-page-text-tab.php:185
502
- msgid "The phone number the user entered before the quiz"
503
- msgstr "Numero di telefono inserito dall'utente prima del quiz"
504
-
505
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
506
- #: php/options-page-text-tab.php:188
507
- msgid "The email the user entered before the quiz"
508
- msgstr "Email inserita dall'utente prima del quiz"
509
-
510
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
511
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
512
- msgid "The name of the quiz"
513
- msgstr "Nome del quiz"
514
-
515
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
516
- #: php/options-page-text-tab.php:194
517
- msgid ""
518
- "Shows the question, the answer the user provided, and the correct answer"
519
- msgstr ""
520
- "Mostra la domanda, la risposta data dall'utente, e la risposta corretta"
521
-
522
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
523
- #: php/options-page-text-tab.php:197
524
- msgid "The comments the user entered into comment box if enabled"
525
- msgstr "Commenti inseriti dall'utente nel box commenti, se abilitati"
526
-
527
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
528
- msgid "The amount of time user spent on quiz in seconds"
529
- msgstr ""
530
-
531
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
532
- msgid "The amount of time user spent on quiz in minutes"
533
- msgstr ""
534
-
535
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
536
- #: php/options-page-text-tab.php:206
537
- msgid "The link to the certificate after completing the quiz"
538
- msgstr "Il link al certificato dopo aver completato il quiz"
539
-
540
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
541
- #: php/options-page-text-tab.php:209
542
- msgid "The amount of points a specific category earned."
543
- msgstr "I punti totali guadagnati in una specifica categoria."
544
-
545
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
546
- #: php/options-page-text-tab.php:212
547
- msgid "The score a specific category earned."
548
- msgstr "Il punteggio guadagnato in una specifica categoria."
549
-
550
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
551
- #: php/options-page-text-tab.php:215
552
- msgid "The average points from all categories."
553
- msgstr "La media dei punti in tutte le categorie."
554
-
555
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
556
- #: php/options-page-text-tab.php:218
557
- msgid "The average score from all categories."
558
- msgstr "La media del punteggio in tutte le categorie."
559
-
560
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
561
- msgid "The question that the user answered"
562
- msgstr "La domanda a cui l'utente ha risposto"
563
-
564
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
565
- msgid "The answer the user gave for the question"
566
- msgstr "La risposta fornita dall'utente per la domanda"
567
-
568
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
569
- msgid "The correct answer for the question"
570
- msgstr "La risposta corretta per la domanda"
571
-
572
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
573
- msgid "The comments the user provided in the comment field for the question"
574
- msgstr "I commenti scritti dall'utente nel campo dei commenti sulla domanda"
575
-
576
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
577
- msgid "Reason why the correct answer is the correct answer"
578
- msgstr "Motivo per cui la risposta corretta è la risposta corretta"
579
-
580
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
581
- msgid "The Current Date"
582
- msgstr "Data Corrente"
583
-
584
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
585
- msgid "Save Email Templates And Settings"
586
- msgstr "Salva Template e Impostazioni Email"
587
-
588
- #: php/options-page-email-tab.php:417
589
- msgid "Send user email upon completion?"
590
- msgstr "Invia un'email all'utente dopo il completamento del quiz?"
591
-
592
- #: php/options-page-email-tab.php:424
593
- msgid "Send admin email upon completion?"
594
- msgstr "Invia un'email all'amministratore dopo il completamento del quiz?"
595
-
596
- #: php/options-page-email-tab.php:431
597
- msgid ""
598
- "What emails should we send the admin email to? Separate emails with a comma."
599
- msgstr ""
600
- "A quali indirizzi vuoi inviare l'email da amministratori? Separa gli "
601
- "indirizzi email con una virgola."
602
-
603
- #: php/options-page-email-tab.php:435
604
- msgid "What is the From Name for the email sent to users and admin?"
605
- msgstr "Qual è il Nome Mittente per l'email inviata a utenti e amministratori?"
606
-
607
- #: php/options-page-email-tab.php:439
608
- #, fuzzy
609
- msgid "What is the From Email address for the email sent to users and admin?"
610
- msgstr "Qual è il Nome Mittente per l'email inviata a utenti e amministratori?"
611
-
612
- #: php/options-page-email-tab.php:443
613
- msgid "Add user's email as Reply-To on admin email?"
614
- msgstr ""
615
-
616
- #: php/options-page-email-tab.php:452
617
- msgid "Email Sent To User"
618
- msgstr "Email Inviata All'Utente"
619
-
620
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
621
- msgid "Add New User Email"
622
- msgstr "Aggiungi Nuova Email Utente"
623
-
624
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
625
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
626
- #: php/options-page-results-page-tab.php:241
627
- #: php/options-page-results-page-tab.php:305
628
- msgid "Score Greater Than Or Equal To"
629
- msgstr "Punteggio Maggiore o Uguale a"
630
-
631
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
632
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
633
- #: php/options-page-results-page-tab.php:242
634
- #: php/options-page-results-page-tab.php:306
635
- msgid "Score Less Than Or Equal To"
636
- msgstr "Punteggio Minore o Uguale a"
637
-
638
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
639
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
640
- msgid "Subject"
641
- msgstr "Oggetto"
642
-
643
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
644
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
645
- msgid "Email To Send"
646
- msgstr "Email Da Inviare"
647
-
648
- #: php/options-page-email-tab.php:539
649
- msgid "Email Sent To Admin"
650
- msgstr "Email Inviata All'Amministratore"
651
-
652
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
653
- msgid "Add New Admin Email"
654
- msgstr "Aggiungi Nuova Email Amministratore"
655
-
656
- #: php/options-page-leaderboard-tab.php:13
657
- msgid "Leaderboard"
658
- msgstr "Classifica"
659
-
660
- #: php/options-page-leaderboard-tab.php:49
661
- msgid "The leaderboards has been updated successfully."
662
- msgstr "La classifica è stata aggiornata con successo."
663
-
664
- #: php/options-page-leaderboard-tab.php:83
665
- msgid "The name of the user who is in first place"
666
- msgstr "Il nome dell'utente al primo posto"
667
-
668
- #: php/options-page-leaderboard-tab.php:84
669
- msgid "The score from the first place's quiz"
670
- msgstr "Il punteggio del quiz al primo posto"
671
-
672
- #: php/options-page-leaderboard-tab.php:88
673
- msgid "The name of the user who is in second place"
674
- msgstr "Il nome dell'utente al secondo posto"
675
-
676
- #: php/options-page-leaderboard-tab.php:89
677
- msgid "The score from the second place's quiz"
678
- msgstr "Il punteggio del quiz al secondo posto"
679
-
680
- #: php/options-page-leaderboard-tab.php:93
681
- msgid "The name of the user who is in third place"
682
- msgstr "Il nome dell'utente al terzo posto"
683
-
684
- #: php/options-page-leaderboard-tab.php:94
685
- msgid "The score from the third place's quiz"
686
- msgstr "Il punteggio del quiz al terzo posto"
687
-
688
- #: php/options-page-leaderboard-tab.php:98
689
- msgid "The name of the user who is in fourth place"
690
- msgstr "Il nome dell'utente al quarto posto"
691
-
692
- #: php/options-page-leaderboard-tab.php:99
693
- msgid "The score from the fourth place's quiz"
694
- msgstr "Il punteggio del quiz al quarto posto"
695
-
696
- #: php/options-page-leaderboard-tab.php:103
697
- msgid "The name of the user who is in fifth place"
698
- msgstr "Il nome dell'utente al quinto posto"
699
-
700
- #: php/options-page-leaderboard-tab.php:104
701
- msgid "The score from the fifth place's quiz"
702
- msgstr "Il punteggio del quiz al quinto posto"
703
-
704
- #: php/options-page-leaderboard-tab.php:111
705
- #: php/options-page-leaderboard-tab.php:139
706
- msgid "Save Leaderboard Options"
707
- msgstr "Salva Opzioni Classifica"
708
-
709
- #: php/options-page-leaderboard-tab.php:120
710
- msgid "Leaderboard Template"
711
- msgstr "Template Classifica"
712
-
713
- #: php/options-page-option-tab.php:13
714
- msgid "Options"
715
- msgstr "Opzioni"
716
-
717
- #: php/options-page-option-tab.php:110
718
- msgid "The options has been updated successfully."
719
- msgstr "Le opzioni sono state aggiornate con successo."
720
-
721
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
722
- msgid "Save Options"
723
- msgstr "Salva Opzioni"
724
-
725
- #: php/options-page-option-tab.php:168
726
- msgid "Which system is this quiz graded on?"
727
- msgstr "Con quale metodo viene valutato questo quiz?"
728
-
729
- #: php/options-page-option-tab.php:170
730
- msgid "Correct/Incorrect"
731
- msgstr "Giuste/Sbagliate"
732
-
733
- #: php/options-page-option-tab.php:171
734
- msgid "Points"
735
- msgstr "Punti"
736
-
737
- #: php/options-page-option-tab.php:176
738
- msgid "Should the user be required to be logged in to take this quiz?"
739
- msgstr "E' richiesto all'utente di fare login per svolgere questo quiz?"
740
-
741
- #: php/options-page-option-tab.php:183
742
- msgid ""
743
- "How many questions per page would you like? (Leave 0 for all questions on "
744
- "one page)"
745
- msgstr ""
746
- "Quante domande vorresti mostrare in ogni pagina? (Lascia 0 per avere tutte "
747
- "le domande in una pagina)"
748
-
749
- #: php/options-page-option-tab.php:189
750
- msgid ""
751
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
752
- "limit)"
753
- msgstr ""
754
- "Quanto tempo ha a disposizione l'utente per terminare il quiz? (Lascia 0 per "
755
- "non dare limiti di tempo)"
756
-
757
- #: php/options-page-option-tab.php:195
758
- msgid ""
759
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
760
- "user wants to. Currently only works for registered users)"
761
- msgstr ""
762
- "Quante volte un utente può fare questo quiz? (Lascia 0 per permettere che "
763
- "l'utente faccia il quiz quante volte desidera. Al momento funziona solo per "
764
- "utenti registrati)"
765
-
766
- #: php/options-page-option-tab.php:201
767
- msgid ""
768
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
769
- msgstr ""
770
- "Quante voci può avere in totale questo quiz? (Lascia 0 per indicare un "
771
- "numero illimitato di voci)"
772
-
773
- #: php/options-page-option-tab.php:207
774
- msgid ""
775
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
776
- msgstr ""
777
- "Quante domande devono essere caricate per questo quiz? (Lascia 0 per "
778
- "caricare tutte le domande)"
779
-
780
- #: php/options-page-option-tab.php:213
781
- msgid ""
782
- "What time-frame should the user be able to access the quiz? (Leave blank if "
783
- "the user can access anytime)"
784
- msgstr ""
785
- "In che finestra temporale l'utente può accedere al quiz? (Lascia vuoto se "
786
- "l'utente può accedere in qualsiasi momento)"
787
-
788
- #: php/options-page-option-tab.php:215
789
- msgid "start date"
790
- msgstr "data inizio"
791
-
792
- #: php/options-page-option-tab.php:218
793
- msgid "end date"
794
- msgstr "data fine"
795
-
796
- #: php/options-page-option-tab.php:222
797
- msgid ""
798
- "Are the questions random? (Question Order will not apply if this is yes)"
799
- msgstr ""
800
- "Le domande sono casuali? (Se sì, l'Ordine Delle Domande non verrà applicato)"
801
-
802
- #: php/options-page-option-tab.php:224
803
- msgid "Random Questions"
804
- msgstr "Domande Casuali"
805
-
806
- #: php/options-page-option-tab.php:225
807
- msgid "Random Questions And Answers"
808
- msgstr "Domande e Risposte Casuali"
809
-
810
- #: php/options-page-option-tab.php:230
811
- msgid ""
812
- "Would you like to ask for the contact information at the beginning or at the "
813
- "end of the quiz?"
814
- msgstr ""
815
- "Preferisci richiedere le informazioni di contatto all'inizio o alla fine del "
816
- "quiz?"
817
-
818
- #: php/options-page-option-tab.php:232
819
- msgid "Beginning"
820
- msgstr "All'inizio"
821
-
822
- #: php/options-page-option-tab.php:233
823
- msgid "End"
824
- msgstr "Alla fine"
825
-
826
- #: php/options-page-option-tab.php:237
827
- msgid ""
828
- "If a logged-in user takes the quiz, would you like them to be able to edit "
829
- "contact information? If set to no, the fields will not show up for logged in "
830
- "users; however, the users information will be saved for the fields."
831
- msgstr ""
832
- "Se un utente che ha fatto login svolge il quiz, vuoi dargli la possibilità "
833
- "di modificare le informazioni di contatto? Se imposti NO, i campi non "
834
- "verranno mostrati per utenti loggati; tuttavia, le informazioni degli utenti "
835
- "verranno salvate per i campi."
836
-
837
- #: php/options-page-option-tab.php:244
838
- msgid "Should we ask for users name?"
839
- msgstr "E' richiesto il nome utente^"
840
-
841
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
842
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
843
- msgid "Require"
844
- msgstr "Obbligatorio"
845
-
846
- #: php/options-page-option-tab.php:252
847
- msgid "Should we ask for users business?"
848
- msgstr "E' richiesta l'azienda dell'utente?"
849
-
850
- #: php/options-page-option-tab.php:260
851
- msgid "Should we ask for users email?"
852
- msgstr "E' richiesta l'email dell'utente?"
853
-
854
- #: php/options-page-option-tab.php:268
855
- msgid "Should we ask for users phone number?"
856
- msgstr "E' richiesto il numeri di telefono dell'utente?"
857
-
858
- #: php/options-page-option-tab.php:276
859
- msgid "Would you like a place for the user to enter comments?"
860
- msgstr ""
861
- "Vuoi che ci sia un posto dove gli utenti possano scrivere i loro commenti?"
862
-
863
- #: php/options-page-option-tab.php:283
864
- msgid "Show question number on quiz?"
865
- msgstr "Il numero della domanda è visibile nel quiz?"
866
-
867
- #: php/options-page-option-tab.php:290
868
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
869
- msgstr "Mostra i bottoni di condivisione sui social? (Twitter e Facebook)"
870
-
871
- #: php/options-page-option-tab.php:290
872
- msgid ""
873
- "This option is for here only for users of older versions. Please use the new "
874
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
875
- "instead of using this option!"
876
- msgstr ""
877
-
878
- #: php/options-page-option-tab.php:297
879
- msgid ""
880
- "Disable question once user selects answer? (Currently only work on multiple "
881
- "choice)"
882
- msgstr ""
883
-
884
- #: php/options-page-option-tab.php:304
885
- msgid ""
886
- "Dynamically add class for incorrect/correct answer after user selects "
887
- "answer? (Currently only works on multiple choice)"
888
- msgstr ""
889
-
890
- #: php/options-page-preview-tab.php:13
891
- msgid "Preview"
892
- msgstr "Anteprima"
893
-
894
- #: php/options-page-questions-tab.php:13
895
- msgid "Questions"
896
- msgstr "Domande"
897
-
898
- #: php/options-page-questions-tab.php:28
899
- msgid "Answer"
900
- msgstr "Risposta"
901
-
902
- #: php/options-page-questions-tab.php:64
903
- msgid "The question order has been updated successfully."
904
- msgstr ""
905
-
906
- #: php/options-page-questions-tab.php:169
907
- msgid "The question has been updated successfully."
908
- msgstr "La domanda è stata aggiornata con successo."
909
-
910
- #: php/options-page-questions-tab.php:214
911
- msgid "The question has been deleted successfully."
912
- msgstr "La domanda è stata cancellata con successo."
913
-
914
- #: php/options-page-questions-tab.php:306
915
- msgid "The question has been duplicated successfully."
916
- msgstr "La domanda è stata duplicata con successo."
917
-
918
- #: php/options-page-questions-tab.php:403
919
- msgid "The question has been created successfully."
920
- msgstr "La domanda è stata creata con successo."
921
-
922
- #: php/options-page-questions-tab.php:538
923
- msgid "Add Question"
924
- msgstr "Aggiungi Domanda"
925
-
926
- #: php/options-page-questions-tab.php:539
927
- msgid "Save Question Order"
928
- msgstr ""
929
-
930
- #: php/options-page-questions-tab.php:552
931
- #, php-format
932
- msgid "One question"
933
- msgid_plural "%s questions"
934
- msgstr[0] "Una domanda"
935
- msgstr[1] "%s domande"
936
-
937
- #: php/options-page-questions-tab.php:558
938
- #: php/options-page-questions-tab.php:566
939
- #: php/options-page-questions-tab.php:694
940
- msgid "Question Order"
941
- msgstr "Ordine Domanda"
942
-
943
- #: php/options-page-questions-tab.php:559
944
- #: php/options-page-questions-tab.php:567
945
- #: php/options-page-questions-tab.php:644
946
- msgid "Question Type"
947
- msgstr "Tipo di Domanda"
948
-
949
- #: php/options-page-questions-tab.php:560
950
- #: php/options-page-questions-tab.php:568
951
- #: php/options-page-questions-tab.php:707
952
- msgid "Category"
953
- msgstr "Categoria"
954
-
955
- #: php/options-page-questions-tab.php:561
956
- #: php/options-page-questions-tab.php:569
957
- msgid "Question"
958
- msgstr "Domanda"
959
-
960
- #: php/options-page-questions-tab.php:662
961
- msgid "Answers"
962
- msgstr "Risposte"
963
-
964
- #: php/options-page-questions-tab.php:663
965
- msgid "Points Worth"
966
- msgstr "Valore in Punti"
967
-
968
- #: php/options-page-questions-tab.php:664
969
- msgid "Correct Answer"
970
- msgstr "Risposta Corretta"
971
-
972
- #: php/options-page-questions-tab.php:669
973
- msgid "Add New Answer!"
974
- msgstr "Aggiungi una Nuova Risposta!"
975
-
976
- #: php/options-page-questions-tab.php:675
977
- msgid "Correct Answer Info"
978
- msgstr "Informazioni Risposta Corretta"
979
-
980
- #: php/options-page-questions-tab.php:685
981
- msgid "Comment Field"
982
- msgstr "Campo Commenti"
983
-
984
- #: php/options-page-questions-tab.php:687
985
- msgid "Small Text Field"
986
- msgstr "Campo Testo Piccolo"
987
-
988
- #: php/options-page-questions-tab.php:688
989
- msgid "Large Text Field"
990
- msgstr "Campo Testo Grande"
991
-
992
- #: php/options-page-questions-tab.php:689
993
- msgid "None"
994
- msgstr "No"
995
-
996
- #: php/options-page-questions-tab.php:699
997
- msgid "Required?"
998
- msgstr "Obbligatoria?"
999
-
1000
- #: php/options-page-questions-tab.php:730
1001
- msgid "Create Question"
1002
- msgstr "Crea Una Domanda"
1003
-
1004
- #: php/options-page-questions-tab.php:735
1005
- msgid "Are you sure you want to delete this question?"
1006
- msgstr "Sei sicuro di voler cancellare questa domanda?"
1007
-
1008
- #: php/options-page-questions-tab.php:740
1009
- msgid "Delete Question"
1010
- msgstr "Cancella Domanda"
1011
-
1012
- #: php/options-page-questions-tab.php:745
1013
- msgid "Are you sure you want to duplicate this question?"
1014
- msgstr "Sei sicuro di voler duplicare questa domanda?"
1015
-
1016
- #: php/options-page-questions-tab.php:750
1017
- msgid "Duplicate Question"
1018
- msgstr "Duplica Domanda"
1019
-
1020
- #: php/options-page-results-page-tab.php:13
1021
- msgid "Results Pages"
1022
- msgstr "Pagine dei Risultati"
1023
-
1024
- #: php/options-page-results-page-tab.php:55
1025
- msgid "The results page has been added successfully."
1026
- msgstr "La pagina dei risultati è stata aggiunta con successo."
1027
-
1028
- #: php/options-page-results-page-tab.php:104
1029
- msgid "The results page has been saved successfully."
1030
- msgstr "La pagina dei risultati è stata salvata con successo."
1031
-
1032
- #: php/options-page-results-page-tab.php:205
1033
- msgid "The amount of time user spent taking quiz in minutes"
1034
- msgstr ""
1035
-
1036
- #: php/options-page-results-page-tab.php:208
1037
- msgid "The amount of time user spent taking quiz in seconds"
1038
- msgstr ""
1039
-
1040
- #: php/options-page-results-page-tab.php:226
1041
- msgid "Displays button to share on Facebook."
1042
- msgstr ""
1043
-
1044
- #: php/options-page-results-page-tab.php:229
1045
- msgid "Displays button to share on Twitter."
1046
- msgstr ""
1047
-
1048
- #: php/options-page-results-page-tab.php:234
1049
- #: php/options-page-results-page-tab.php:315
1050
- msgid "Save Results Pages"
1051
- msgstr "Salva Pagina Risultati"
1052
-
1053
- #: php/options-page-results-page-tab.php:235
1054
- #: php/options-page-results-page-tab.php:320
1055
- msgid "Add New Results Page"
1056
- msgstr "Aggiungi Nuova Pagina Risultati"
1057
-
1058
- #: php/options-page-results-page-tab.php:243
1059
- #: php/options-page-results-page-tab.php:307
1060
- msgid "Results Page Shown"
1061
- msgstr "Pagina Risultati Mostrata"
1062
-
1063
- #: php/options-page-results-page-tab.php:244
1064
- #: php/options-page-results-page-tab.php:308
1065
- msgid "Redirect URL (Beta)"
1066
- msgstr ""
1067
-
1068
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246
1069
- #: php/quizzes-page.php:369
1070
- msgid "Delete"
1071
- msgstr "Cancella"
1072
-
1073
- #: php/options-page-results-page-tab.php:282
1074
- msgid "Are you sure?"
1075
- msgstr "Sei sicuro?"
1076
-
1077
- #: php/options-page-style-tab.php:13
1078
- msgid "Style"
1079
- msgstr "Stile"
1080
-
1081
- #: php/options-page-style-tab.php:39
1082
- msgid "The style has been saved successfully."
1083
- msgstr "Lo stile è stato salvato con successo."
1084
-
1085
- #: php/options-page-style-tab.php:88
1086
- msgid "Quiz Styles"
1087
- msgstr "Stili Quiz"
1088
-
1089
- #: php/options-page-style-tab.php:89
1090
- msgid "Choose your style:"
1091
- msgstr "Scegli lo stile:"
1092
-
1093
- #: php/options-page-style-tab.php:118
1094
- msgid "Custom"
1095
- msgstr "Personalizzato"
1096
-
1097
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1098
- msgid "Save Quiz Style"
1099
- msgstr "Salva Stile Quiz"
1100
-
1101
- #: php/options-page-style-tab.php:125
1102
- msgid "Custom Style CSS"
1103
- msgstr "Stile CSS Personalizzato"
1104
-
1105
- #: php/options-page-style-tab.php:126
1106
- msgid ""
1107
- "For detailed help and guidance along with a list of different classes used "
1108
- "in this plugin, please visit the following link:"
1109
- msgstr ""
1110
- "Per un aiuto e una guida dettagliati accompagnati da una lista delle diverse "
1111
- "classi usate in questo plugin, per favore visita il seguente link:"
1112
-
1113
- #: php/options-page-text-tab.php:13
1114
- msgid "Text"
1115
- msgstr "Testo"
1116
-
1117
- #: php/options-page-text-tab.php:102
1118
- msgid "The templates has been updated successfully."
1119
- msgstr "I template sono stati aggiornati con successo."
1120
-
1121
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1122
- msgid "Save Templates"
1123
- msgstr "Salva Template"
1124
-
1125
- #: php/options-page-text-tab.php:248
1126
- msgid "Message Templates"
1127
- msgstr "Messaggio Template"
1128
-
1129
- #: php/options-page-text-tab.php:252
1130
- msgid "Message Displayed Before Quiz"
1131
- msgstr "Messaggio Mostrato Prima del Quiz"
1132
-
1133
- #: php/options-page-text-tab.php:262
1134
- msgid "Message Displayed Before Comments Box If Enabled"
1135
- msgstr "Messaggio Mostrato Prima Del Box Commenti (se attivo)"
1136
-
1137
- #: php/options-page-text-tab.php:272
1138
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1139
- msgstr ""
1140
- "Messaggio Mostrato Alla Fine Del Quiz (lascia vuoto per omettere la sezione "
1141
- "testo)"
1142
-
1143
- #: php/options-page-text-tab.php:282
1144
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1145
- msgstr "Messaggio Mostrato Se l'Utente Ha Provato Il Quiz Troppe Volte"
1146
-
1147
- #: php/options-page-text-tab.php:292
1148
- msgid ""
1149
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1150
- "Logged In"
1151
- msgstr ""
1152
- "Messaggio Mostrato Se l'Utente Non E' Loggato E Il Quiz Richiede Che Lo Sia"
1153
-
1154
- #: php/options-page-text-tab.php:302
1155
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1156
- msgstr "Messaggio Mostrato Se La Data E' Fuori Dall'Intervallo Previsto"
1157
-
1158
- #: php/options-page-text-tab.php:312
1159
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1160
- msgstr "Messaggio Mostrato Se Viene Raggiunto Il Limite Delle Voci Totali"
1161
-
1162
- #: php/options-page-text-tab.php:322
1163
- msgid "%QUESTIONS_ANSWERS% Text"
1164
- msgstr "%QUESTIONS_ANSWERS% Testo"
1165
-
1166
- #: php/options-page-text-tab.php:335
1167
- msgid "Twitter Sharing Text"
1168
- msgstr "Testo Di Condivisione Su Twitter"
1169
-
1170
- #: php/options-page-text-tab.php:352
1171
- msgid "Facebook Sharing Text"
1172
- msgstr "Testo di Condivisione Su Facebook"
1173
-
1174
- #: php/options-page-text-tab.php:367
1175
- msgid "Other Templates"
1176
- msgstr "Altri Template"
1177
-
1178
- #: php/options-page-text-tab.php:370
1179
- msgid "Text for submit button"
1180
- msgstr "Testo per il pulsante di invio"
1181
-
1182
- #: php/options-page-text-tab.php:374
1183
- msgid "Text for name field"
1184
- msgstr "Testo per il campo del nome"
1185
-
1186
- #: php/options-page-text-tab.php:378
1187
- msgid "Text for business field"
1188
- msgstr "Testo per il campo dell'azienda"
1189
-
1190
- #: php/options-page-text-tab.php:382
1191
- msgid "Text for email field"
1192
- msgstr "Testo per il campo dell'email"
1193
-
1194
- #: php/options-page-text-tab.php:386
1195
- msgid "Text for phone number field"
1196
- msgstr "Testo per il campo del telefono"
1197
-
1198
- #: php/options-page-text-tab.php:390
1199
- msgid "Text for comments field"
1200
- msgstr "Testo per il campo commenti"
1201
-
1202
- #: php/options-page-text-tab.php:394
1203
- msgid "Text for previous button"
1204
- msgstr "Testo per il pulsante \"precedente\""
1205
-
1206
- #: php/options-page-text-tab.php:398
1207
- msgid "Text for next button"
1208
- msgstr "Testo per il pulsante \"successivo\""
1209
-
1210
- #: php/options-page-tools-tab.php:49
1211
- msgid "The stats has been reset successfully."
1212
- msgstr "Le statistiche sono state azzerate con successo."
1213
-
1214
- #: php/options-page-tools-tab.php:107
1215
- msgid ""
1216
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1217
- "and Times Quiz Has Been Taken)."
1218
- msgstr ""
1219
- "Seleziona questo pulsante per azzerare tutte le statistiche relative a "
1220
- "questo quiz (Visualizzazioni Quiz e Numero Di Volte In Cui Il Quiz E' Stato "
1221
- "Svolto)"
1222
-
1223
- #: php/options-page-tools-tab.php:108
1224
- msgid "Reset Quiz Views And Taken Stats"
1225
- msgstr "Azzera Statistiche Su Visualizzazioni E Numero Svolgimenti Del Quiz"
1226
-
1227
- #: php/options-page-tools-tab.php:119
1228
- msgid ""
1229
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1230
- "this quiz will be reset. This is permanent and cannot be undone."
1231
- msgstr ""
1232
- "Sei sicuro di voler azzerare le statistiche? Tutte le statistiche sulle "
1233
- "visualizzazioni e gli svolgimenti saranno azzerate. Questo passo è "
1234
- "permanente e non può essere revocato."
1235
-
1236
- #: php/options-page-tools-tab.php:123
1237
- msgid "Reset All Stats For Quiz"
1238
- msgstr "Azzera Tutte Le Statistiche Del Quiz"
1239
-
1240
- #: php/question-types.php:14
1241
- msgid "Multiple Choice"
1242
- msgstr "Scelta Multipla"
1243
-
1244
- #: php/question-types.php:105
1245
- msgid "Horizontal Multiple Choice"
1246
- msgstr "Scelta Multipla Orizzontale"
1247
-
1248
- #: php/question-types.php:194
1249
- msgid "Drop Down"
1250
- msgstr "A Tendina"
1251
-
1252
- #: php/question-types.php:280
1253
- msgid "Small Open Answer"
1254
- msgstr "Risposta Aperta Breve"
1255
-
1256
- #: php/question-types.php:350
1257
- msgid "Multiple Response"
1258
- msgstr "Risposte Multiple"
1259
-
1260
- #: php/question-types.php:450
1261
- msgid "Large Open Answer"
1262
- msgstr "Risposta Aperta Lunga"
1263
-
1264
- #: php/question-types.php:528
1265
- msgid "Text Block"
1266
- msgstr "Blocco Testo"
1267
-
1268
- #: php/question-types.php:562
1269
- msgid "Number"
1270
- msgstr "Numero"
1271
-
1272
- #: php/question-types.php:643
1273
- msgid "Accept"
1274
- msgstr "Casella da spuntare"
1275
-
1276
- #: php/question-types.php:688
1277
- msgid "Captcha"
1278
- msgstr "Captcha"
1279
-
1280
- #: php/question-types.php:745
1281
- msgid "Horizontal Multiple Response"
1282
- msgstr "Risposte Multiple Orizzontali"
1283
-
1284
- #: php/question-types.php:856
1285
- msgid ""
1286
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1287
- "box in your text."
1288
- msgstr ""
1289
-
1290
- #: php/question-types.php:860
1291
- msgid "Fill In The Blank"
1292
- msgstr ""
1293
-
1294
- #: php/quiz-options-page.php:56
1295
- #, php-format
1296
- msgid "Quiz Settings For %s"
1297
- msgstr "Impostazioni Quiz Per %s"
1298
-
1299
- #: php/quiz-options-page.php:94
1300
- msgid ""
1301
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1302
- "wish to edit."
1303
- msgstr ""
1304
- "Per favore vai alla pagina dei quiz e clicca sul link Modifica del quiz che "
1305
- "vuoi modificare."
1306
-
1307
- #: php/quizzes-page.php:171
1308
- msgid "Add New"
1309
- msgstr "Aggiungi Nuovo"
1310
-
1311
- #: php/quizzes-page.php:177
1312
- #, fuzzy, php-format
1313
- msgid "One quiz or survey"
1314
- msgid_plural "%s quizzes or surveys"
1315
- msgstr[0] "Duplica questo quiz?"
1316
- msgstr[1] "Duplica questo quiz?"
1317
-
1318
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1319
- msgid "URL"
1320
- msgstr "URL"
1321
-
1322
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1323
- #, fuzzy
1324
- msgid "Shortcode"
1325
- msgstr "Codice Breve Quiz"
1326
-
1327
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1328
- msgid "Leaderboard Shortcode"
1329
- msgstr "Codice Breve Classifica"
1330
-
1331
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1332
- #, fuzzy
1333
- msgid "Views"
1334
- msgstr "Visualizzazioni Quiz"
1335
-
1336
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1337
- #, fuzzy
1338
- msgid "Taken"
1339
- msgstr "Prove Svolte"
1340
-
1341
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1342
- msgid "Last Modified"
1343
- msgstr "Ultima Modifica"
1344
-
1345
- #: php/quizzes-page.php:241
1346
- msgid "Edit Name"
1347
- msgstr "Modifica Nome"
1348
-
1349
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1350
- msgid "Edit"
1351
- msgstr "Modifica"
1352
-
1353
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1354
- msgid "Duplicate"
1355
- msgstr "Duplica"
1356
-
1357
- #: php/quizzes-page.php:251
1358
- #, fuzzy
1359
- msgid "View Quiz/Survey"
1360
- msgstr "Quiz"
1361
-
1362
- #: php/quizzes-page.php:333
1363
- #, fuzzy
1364
- msgid "Create New Quiz Or Survey"
1365
- msgstr "Crea Nuovo Quiz"
1366
-
1367
- #: php/quizzes-page.php:335
1368
- msgid "Create"
1369
- msgstr ""
1370
-
1371
- #: php/quizzes-page.php:353
1372
- #, fuzzy
1373
- msgid "Duplicate questions also?"
1374
- msgstr "Duplica Domanda"
1375
-
1376
- #: php/quizzes-page.php:355
1377
- #, fuzzy
1378
- msgid "Name Of New Quiz Or Survey:"
1379
- msgstr "Nome Del Nuovo Quiz:"
1380
-
1381
- #: php/quizzes-page.php:365
1382
- #, fuzzy
1383
- msgid "Are you sure you want to delete this quiz or survey?"
1384
- msgstr "Sei sicuro di voler cancellare questo quiz?"
1385
-
1386
- #: php/stats-page.php:29
1387
- msgid "Quiz Statistics"
1388
- msgstr "Statistiche Quiz"
1389
-
1390
- #: php/stats-page.php:68
1391
- #, fuzzy
1392
- msgid "Quiz Taken Stats"
1393
- msgstr "Statistiche Totali Quiz"
1394
-
1395
- #: php/tools-page.php:107
1396
- msgid "There has been an error! Please try again."
1397
- msgstr "C'è stato un errore! Per favore, prova di nuovo."
1398
-
1399
- #: php/tools-page.php:125
1400
- msgid "Quiz Has Been Restored!"
1401
- msgstr "Il Quiz E' Stato Ripristinato!"
1402
-
1403
- #: php/tools-page.php:130
1404
- msgid ""
1405
- "Choose a quiz in the drop down and then click the button to restore a "
1406
- "deleted quiz."
1407
- msgstr ""
1408
- "Scegli un quiz dal menu a tendina e poi clicca sul pulsante apposito per "
1409
- "ripristinare un quiz eliminato."
1410
-
1411
- #: php/tools-page.php:140
1412
- msgid "Restore Quiz"
1413
- msgstr "Ripristina Quiz"
1414
-
1415
- #: php/tools-page.php:176 php/tools-page.php:192
1416
- #, php-format
1417
- msgid "Previous %s Audits"
1418
- msgstr "Audit Precedente %s"
1419
-
1420
- #: php/tools-page.php:179 php/tools-page.php:186
1421
- #, php-format
1422
- msgid "Next %s Audits"
1423
- msgstr "Audit Successivo %s"
1424
-
1425
- #: php/tools-page.php:199
1426
- msgid "User"
1427
- msgstr "Utente"
1428
-
1429
- #: php/tools-page.php:200
1430
- msgid "Action"
1431
- msgstr "Azione"
1432
-
1433
- #: php/tools-page.php:201
1434
- msgid "Time"
1435
- msgstr "Tempo"
1436
-
1437
- #: php/widgets.php:14
1438
- #, fuzzy
1439
- msgid "Quiz And Survey Master Leaderboard Widget"
1440
- msgstr "Widget Classifica Quiz Master Next"
1441
-
1442
- #: php/widgets.php:29
1443
- msgid "Widget Title"
1444
- msgstr "Titolo Widget"
1445
-
1446
- #: php/widgets.php:33
1447
- msgid "Quiz ID"
1448
- msgstr "ID Quiz"
1449
-
1450
- #~ msgid "One quiz"
1451
- #~ msgid_plural "%s quizzes"
1452
- #~ msgstr[0] "Un quiz"
1453
- #~ msgstr[1] "%s quiz"
1454
-
1455
- #, fuzzy
1456
- #~ msgid "Create Quiz Or Survey"
1457
- #~ msgstr "Crea Quiz"
1458
-
1459
- #, fuzzy
1460
- #~ msgid "Name:"
1461
- #~ msgstr "Nome"
1462
-
1463
- #~ msgid "Quiz Settings"
1464
- #~ msgstr "Impostazioni Quiz"
1465
-
1466
- #~ msgid "Quiz Name:"
1467
- #~ msgstr "Nome Quiz:"
1468
-
1469
- #~ msgid "Duplicate questions with quiz"
1470
- #~ msgstr "Duplica domande del quiz"
1471
-
1472
- #~ msgid "Delete Quiz"
1473
- #~ msgstr "Cancella Quiz"
1474
-
1475
- #~ msgid ""
1476
- #~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
1477
- #~ "to enter in the link variable into the templates on the Quiz Text tab so "
1478
- #~ "the user can access the certificate."
1479
- #~ msgstr ""
1480
- #~ "Inserisci qui il testo per compilare il certificato di questo quiz. "
1481
- #~ "Assicurati di inserire la variabile del link nel template nella sezione "
1482
- #~ "Testo Quiz, in modo che l'utente possa accedere al certificato."
1483
-
1484
- #~ msgid "The amount of time user spent of quiz"
1485
- #~ msgstr "Tempo impiegato dall'utente per il quiz"
1486
-
1487
- #~ msgid ""
1488
- #~ "Required currently only works on open answer, number, accept, and captcha "
1489
- #~ "question types"
1490
- #~ msgstr ""
1491
- #~ "La specifica \"Obbligatoria\" attualmente funziona solo per domande a "
1492
- #~ "risposta aperta, numeriche, da spuntare e captcha"
1493
-
1494
- #~ msgid "Edit Question"
1495
- #~ msgstr "Modifica Domanda"
1496
-
1497
- #~ msgid "Quiz Daily Stats - Times Taken"
1498
- #~ msgstr "Statistiche Giornaliere Quiz - N° Prove Svolte"
1499
-
1500
- #~ msgid "Quiz Weekly Stats - Times Taken"
1501
- #~ msgstr "Statistiche Settimanali Quiz - N° Prove Svolte"
1502
-
1503
- #~ msgid "Quiz Monthly Stats - Times Taken"
1504
- #~ msgstr "Statistiche Mensili Quiz - N° Prove Svolte"
1505
-
1506
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1507
- #~ msgstr "Statistiche Trimestrali Quiz - N° Prove Svolte"
1508
-
1509
- #~ msgid "Quizzes Taken Today"
1510
- #~ msgstr "Quiz Svolti Oggi"
1511
-
1512
- #~ msgid "Quizzes Taken Last 7 Days"
1513
- #~ msgstr "Quiz Svolti Negli Ultimi 7 Giorni"
1514
-
1515
- #~ msgid "Quizzes Taken Last 30 Days"
1516
- #~ msgstr "Quiz Svolti Negli Ultimi 30 Giorni"
1517
-
1518
- #~ msgid "Quizzes Taken Last 120 Days"
1519
- #~ msgstr "Quiz Svolti Negli Ultimi 120 Giorni"
1520
-
1521
- #~ msgid "Total Created Quizzes"
1522
- #~ msgstr "Totale Quiz Creati"
1523
-
1524
- #~ msgid "Total Deleted Quizzes"
1525
- #~ msgstr "Totale Quiz Cancellati"
1526
-
1527
- #~ msgid "Total Active Quizzes"
1528
- #~ msgstr "Totale Quiz Attivi"
1529
-
1530
- #~ msgid "Total Created Questions"
1531
- #~ msgstr "Totale Domande Create"
1532
-
1533
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1534
- #~ msgstr "Visualizzazioni Totali A Tutti I Quiz Attivi"
1535
-
1536
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1537
- #~ msgstr "Numero Prove Totali Di Tutti i Quiz Attivi"
1538
-
1539
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1540
- #~ msgstr "Numero Medio Di Visualizzazioni Per Ogni Quiz Attivo"
1541
-
1542
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1543
- #~ msgstr "Numero Medio Di Prove Svolte Per Ogni Quiz Attivo"
1544
-
1545
- #~ msgid "Quiz That Has Been Viewed The Most"
1546
- #~ msgstr "Quiz Più Visualizzato"
1547
-
1548
- #~ msgid "Quiz That Has Been Taken The Most"
1549
- #~ msgstr "Quiz Più Svolto"
1550
-
1551
- #~ msgid "Requested Features"
1552
- #~ msgstr "Funzioni Richieste"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-nl_NL.mo DELETED
Binary file
languages/quiz-master-next-nl_NL.po DELETED
@@ -1,1565 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2016-01-21 13:00-0500\n"
9
- "PO-Revision-Date: \n"
10
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
12
- "Language: nl_NL\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
- "X-Poedit-Basepath: ..\n"
23
- "X-Generator: Poedit 1.8.6\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "Quizzen"
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr "Instellingen"
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124
36
- #: php/quizzes-page.php:244
37
- msgid "Results"
38
- msgstr "Resultaten"
39
-
40
- #: mlw_quizmaster2.php:230
41
- #, fuzzy
42
- msgid "Result Details"
43
- msgstr "Details quiz resultaten"
44
-
45
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13
46
- #: php/tools-page.php:65
47
- msgid "Tools"
48
- msgstr "Gereedschap"
49
-
50
- #: mlw_quizmaster2.php:233
51
- msgid "Stats"
52
- msgstr "Stats"
53
-
54
- #: mlw_quizmaster2.php:234
55
- msgid "Addon Settings"
56
- msgstr "Addon instellingen"
57
-
58
- #: mlw_quizmaster2.php:235
59
- msgid "Help"
60
- msgstr "Help"
61
-
62
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
63
- msgid "QMN About"
64
- msgstr "Over QMN"
65
-
66
- #: php/about-page.php:30
67
- #, fuzzy
68
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
69
- msgstr "Welkom bij Quizmaster Next"
70
-
71
- #: php/about-page.php:31
72
- msgid "Thank you for updating!"
73
- msgstr "Dank je voor het bijwerken!"
74
-
75
- #: php/about-page.php:35
76
- msgid "What's New!"
77
- msgstr "Wat is er nieuw!"
78
-
79
- #: php/about-page.php:37
80
- msgid "Changelog"
81
- msgstr "Overzicht wijzigingen"
82
-
83
- #: php/about-page.php:39
84
- msgid "People Who Make QMN Possible"
85
- msgstr ""
86
-
87
- #: php/about-page.php:93
88
- #, php-format
89
- msgid "View %s"
90
- msgstr ""
91
-
92
- #: php/addons-page.php:60
93
- #, fuzzy
94
- msgid "These addons extend the functionality of Quiz And Survey Master"
95
- msgstr "Deze uitbreidingen verbeteren de functionaliteit van Quiz Master Next"
96
-
97
- #: php/addons-page.php:61 php/addons-page.php:105
98
- msgid "Browse All Addons"
99
- msgstr "Doorzoek alle uitbreidingen"
100
-
101
- #: php/addons-page.php:119
102
- msgid "Featured Addons"
103
- msgstr "Aanbevolen uitbreidingen"
104
-
105
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
106
- msgid "Quiz Results"
107
- msgstr "Quiz resultaten"
108
-
109
- #: php/admin-results-details-page.php:202
110
- msgid "Create Certificate"
111
- msgstr "Maak certificaat"
112
-
113
- #: php/admin-results-details-page.php:206
114
- msgid "Download Certificate Here"
115
- msgstr "Download hier het certificaat"
116
-
117
- #: php/admin-results-details-page.php:219
118
- msgid "Certificate"
119
- msgstr "Certificaat"
120
-
121
- #: php/admin-results-page.php:37
122
- msgid "Your results has been deleted successfully."
123
- msgstr "Je resultaten zijn succesvol verwijderd."
124
-
125
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
126
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
127
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
128
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
129
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
130
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
131
- #: php/options-page-questions-tab.php:190
132
- #: php/options-page-questions-tab.php:235
133
- #: php/options-page-questions-tab.php:327
134
- #: php/options-page-questions-tab.php:424
135
- #: php/options-page-results-page-tab.php:76
136
- #: php/options-page-results-page-tab.php:125 php/options-page-style-tab.php:60
137
- #: php/options-page-text-tab.php:123 php/options-page-tools-tab.php:68
138
- #, php-format
139
- msgid ""
140
- "There has been an error in this action. Please share this with the "
141
- "developer. Error Code: %s"
142
- msgstr ""
143
- "Er is een fout opgetreden in deze actie. Deel dit met de ontwikkelaar. "
144
- "Foutcode: %s"
145
-
146
- #: php/admin-results-page.php:205
147
- #, php-format
148
- msgid "One result"
149
- msgid_plural "%s results"
150
- msgstr[0] "Een resultaat"
151
- msgstr[1] "%s resultaten"
152
-
153
- #: php/admin-results-page.php:290
154
- msgid "Actions"
155
- msgstr "Akties"
156
-
157
- #: php/admin-results-page.php:291
158
- msgid "Quiz Name"
159
- msgstr "Quiz naam"
160
-
161
- #: php/admin-results-page.php:292
162
- msgid "Score"
163
- msgstr "Score"
164
-
165
- #: php/admin-results-page.php:293
166
- msgid "Time To Complete"
167
- msgstr "Gebruikte tijd"
168
-
169
- #: php/admin-results-page.php:294 php/quizzes-page.php:222
170
- #: php/quizzes-page.php:271 php/quizzes-page.php:334 php/quizzes-page.php:342
171
- msgid "Name"
172
- msgstr "Naam"
173
-
174
- #: php/admin-results-page.php:295
175
- msgid "Business"
176
- msgstr "Bedrijf"
177
-
178
- #: php/admin-results-page.php:296
179
- msgid "Email"
180
- msgstr "Email"
181
-
182
- #: php/admin-results-page.php:297
183
- msgid "Phone"
184
- msgstr "Telefoon"
185
-
186
- #: php/admin-results-page.php:298
187
- msgid "Time Taken"
188
- msgstr "Benodigde tijd"
189
-
190
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
191
- msgid "Not Graded"
192
- msgstr "Niet ingedeeld"
193
-
194
- #: php/admin-results-page.php:357
195
- msgid "Are you sure you want to delete these results?"
196
- msgstr "Weet je zeker dat je deze resultaten wil verwijderen?"
197
-
198
- #: php/admin-results-page.php:362
199
- msgid "Delete Results"
200
- msgstr "Verwijder resultaten"
201
-
202
- #: php/class-qmn-alert-manager.php:37
203
- msgid "Success!"
204
- msgstr "Succesvol!"
205
-
206
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
207
- msgid "Error!"
208
- msgstr "Fout!"
209
-
210
- #: php/class-qmn-quiz-creator.php:386
211
- msgid ""
212
- "Your new quiz has been created successfully. To begin editing your quiz, "
213
- "click the Edit link on the new quiz."
214
- msgstr ""
215
- "Je nieuwe quiz is succesvol gemaakt. Klik op de Bewerken link in de nieuwe "
216
- "quiz om je quiz te gaan bewerken."
217
-
218
- #: php/class-qmn-quiz-creator.php:461
219
- msgid "Your quiz has been deleted successfully."
220
- msgstr "Je quiz is succesvol verwijderd."
221
-
222
- #: php/class-qmn-quiz-creator.php:512
223
- msgid "Your quiz name has been updated successfully."
224
- msgstr "Je quiz is succesvol bijgewerkt."
225
-
226
- #: php/class-qmn-quiz-creator.php:678
227
- msgid "Your quiz has been duplicated successfully."
228
- msgstr "Je quiz is succesvol gedupliceerd."
229
-
230
- #: php/class-qmn-quiz-manager.php:80
231
- msgid "It appears that this quiz is not set up correctly"
232
- msgstr ""
233
-
234
- #: php/class-qmn-quiz-manager.php:275
235
- msgid "Not a valid e-mail address!"
236
- msgstr "Geen geldig email adres!"
237
-
238
- #: php/class-qmn-quiz-manager.php:276
239
- msgid "This field must be a number!"
240
- msgstr "Dit veld moet een getal zijn!"
241
-
242
- #: php/class-qmn-quiz-manager.php:277
243
- msgid "The entered text is not correct!"
244
- msgstr "De ingevoerde tekst is niet correct!"
245
-
246
- #: php/class-qmn-quiz-manager.php:278
247
- msgid "Please complete all required fields!"
248
- msgstr "Vul alle verplichte velden in!"
249
-
250
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
251
- msgid "Hint"
252
- msgstr "Aanwijzing"
253
-
254
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
255
- msgid "Previous"
256
- msgstr "Vorige"
257
-
258
- #: php/class-qmn-review-message.php:83
259
- #, php-format
260
- msgid ""
261
- "Greetings! I just noticed that you now have more than %d quiz results. That "
262
- "is\n"
263
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
264
- "rating on WordPress? This\n"
265
- "\t\twill help us by helping other users discover this plugin. %s"
266
- msgstr ""
267
-
268
- #: php/class-qmn-review-message.php:89
269
- msgid "Yeah, you deserve it!"
270
- msgstr ""
271
-
272
- #: php/class-qmn-review-message.php:90
273
- msgid "I already did!"
274
- msgstr ""
275
-
276
- #: php/class-qmn-review-message.php:91
277
- msgid "No, this plugin is not good enough"
278
- msgstr ""
279
-
280
- #: php/class-qmn-tracking.php:204
281
- #, fuzzy
282
- msgid ""
283
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
284
- "help us make this plugin better? No sensitive data is tracked."
285
- msgstr ""
286
- "Sta toe dat Quiz Master Next anonieme informatie over het gebruik van "
287
- "plugins verzameld om verbeteringen door te kunnen voeren. Er wordt geen "
288
- "gevoelige informatie verzameld."
289
-
290
- #: php/class-qmn-tracking.php:205
291
- msgid "Allow"
292
- msgstr "Toestaan"
293
-
294
- #: php/class-qmn-tracking.php:206
295
- msgid "Do not allow"
296
- msgstr "Niet toestaan"
297
-
298
- #: php/dashboard-widgets.php:16
299
- #, fuzzy
300
- msgid "Quiz And Survey Master Snapshot"
301
- msgstr "Quiz Master Next momentopname"
302
-
303
- #: php/dashboard-widgets.php:180
304
- msgid "quizzes taken today"
305
- msgstr "quizzen afgenomen vandaag"
306
-
307
- #: php/dashboard-widgets.php:199
308
- msgid "quizzes taken last 7 days"
309
- msgstr "quizzen afgenomen de laatste 7 dagen"
310
-
311
- #: php/dashboard-widgets.php:218
312
- #, fuzzy
313
- msgid "quizzes taken last 30 days"
314
- msgstr "quizzen afgenomen de laatste 7 dagen"
315
-
316
- #: php/dashboard-widgets.php:237
317
- #, fuzzy
318
- msgid "quizzes taken last 120 days"
319
- msgstr "quizzen afgenomen de laatste 7 dagen"
320
-
321
- #: php/dashboard-widgets.php:256
322
- msgid "total active quizzes"
323
- msgstr "totaal actieve quizzen"
324
-
325
- #: php/dashboard-widgets.php:262
326
- msgid "total active questions"
327
- msgstr "totaal actieve vragen"
328
-
329
- #: php/dashboard-widgets.php:268
330
- msgid "most popular quiz"
331
- msgstr "meest populaire quiz"
332
-
333
- #: php/dashboard-widgets.php:274
334
- msgid "least popular quiz"
335
- msgstr "minst populaire quiz"
336
-
337
- #: php/help-page.php:20
338
- msgid "Need Help?"
339
- msgstr "Hulp nodig?"
340
-
341
- #: php/help-page.php:21
342
- msgid "Support"
343
- msgstr "Ondersteuning"
344
-
345
- #: php/help-page.php:22
346
- msgid "System Info"
347
- msgstr "Systeeminformatie"
348
-
349
- #: php/help-page.php:25
350
- msgid "Help Page"
351
- msgstr "Help pagina"
352
-
353
- #: php/help-page.php:55
354
- msgid "Need help with the plugin? Try any of the following:"
355
- msgstr "Hulp nodig met de plugin? Probeer één van de volgende:"
356
-
357
- #: php/options-page-certificate-tab.php:15
358
- msgid "Certificate (Beta)"
359
- msgstr "Certificaat (Beta)"
360
-
361
- #: php/options-page-certificate-tab.php:64
362
- msgid "The certificate has been updated successfully."
363
- msgstr "Het certificaat werd succesvol bijgewerkt."
364
-
365
- #: php/options-page-certificate-tab.php:100
366
- msgid "Enter title here"
367
- msgstr "Hier titel invoeren"
368
-
369
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
370
- #: php/options-page-email-tab.php:109
371
- msgid "Enter text here"
372
- msgstr "Hier tekst invoeren"
373
-
374
- #: php/options-page-certificate-tab.php:104
375
- msgid "Quiz Certificate (Beta)"
376
- msgstr "Quiz Certificaat (Beta)"
377
-
378
- #: php/options-page-certificate-tab.php:105
379
- msgid ""
380
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
381
- "enter in the link variable into the templates on the Emails and Results Page "
382
- "tabs so the user can access the certificate."
383
- msgstr ""
384
-
385
- #: php/options-page-certificate-tab.php:106
386
- msgid "These fields cannot contain HTML."
387
- msgstr "Deze velden kunnen geen HTML bevatten."
388
-
389
- #: php/options-page-certificate-tab.php:107
390
- #: php/options-page-certificate-tab.php:163
391
- msgid "Save Certificate Options"
392
- msgstr "Bewaar certificaat opties"
393
-
394
- #: php/options-page-certificate-tab.php:115
395
- msgid "Enable Certificates For This Quiz?"
396
- msgstr "Certificaat toestaan voor deze quiz?"
397
-
398
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
399
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
400
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
401
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
402
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
403
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
404
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
405
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
406
- #: php/options-page-results-page-tab.php:282
407
- msgid "Yes"
408
- msgstr "Ja"
409
-
410
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
411
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
412
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
413
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
414
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
415
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
416
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
417
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
418
- #: php/options-page-questions-tab.php:702
419
- #: php/options-page-results-page-tab.php:282
420
- msgid "No"
421
- msgstr "Nee"
422
-
423
- #: php/options-page-certificate-tab.php:123
424
- msgid "Certificate Title"
425
- msgstr "Certificaat titel"
426
-
427
- #: php/options-page-certificate-tab.php:130
428
- msgid "Message Displayed On Certificate"
429
- msgstr "Bericht dat op certificaat staat"
430
-
431
- #: php/options-page-certificate-tab.php:132
432
- #: php/options-page-leaderboard-tab.php:122 php/options-page-text-tab.php:254
433
- #: php/options-page-text-tab.php:264 php/options-page-text-tab.php:274
434
- #: php/options-page-text-tab.php:284 php/options-page-text-tab.php:294
435
- #: php/options-page-text-tab.php:304 php/options-page-text-tab.php:314
436
- #: php/options-page-text-tab.php:324 php/options-page-text-tab.php:337
437
- #: php/options-page-text-tab.php:354
438
- msgid "Allowed Variables:"
439
- msgstr "Toegestane variabelen:"
440
-
441
- #: php/options-page-certificate-tab.php:150
442
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
443
- msgstr "URL naar logo (moet JPG, JPEG, PNG of GIF zijn)"
444
-
445
- #: php/options-page-certificate-tab.php:157
446
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
447
- msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
448
-
449
- #: php/options-page-email-tab.php:13
450
- msgid "Emails"
451
- msgstr "Emails"
452
-
453
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
454
- msgid "The email has been added successfully."
455
- msgstr "De email is succesvol toegevoegd"
456
-
457
- #: php/options-page-email-tab.php:224
458
- msgid "The email has been updated successfully."
459
- msgstr "De email is succesvol bijgewerkt"
460
-
461
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
462
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
463
- msgid "Template Variables"
464
- msgstr "Template variabelen"
465
-
466
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
467
- #: php/options-page-text-tab.php:164
468
- msgid "Score for the quiz when using points"
469
- msgstr "Score voor de quiz bij gebruik van punten"
470
-
471
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
472
- #: php/options-page-text-tab.php:167
473
- msgid "The average amount of points user had per question"
474
- msgstr "Het gemiddelde aantal punten per vraag dat de gebruiker had"
475
-
476
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
477
- #: php/options-page-text-tab.php:170
478
- msgid "The number of correct answers the user had"
479
- msgstr "Het aantal correcte antwoorden dat de gebruiker had"
480
-
481
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
482
- #: php/options-page-text-tab.php:173
483
- msgid "The total number of questions in the quiz"
484
- msgstr "Het totaal aantal vragen in de quiz"
485
-
486
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
487
- #: php/options-page-text-tab.php:176
488
- msgid "Score for the quiz when using correct answers"
489
- msgstr "Score voor de quiz bij gebruik van goede antwoorden"
490
-
491
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
492
- #: php/options-page-text-tab.php:179
493
- msgid "The name the user entered before the quiz"
494
- msgstr "De naam die de gebruiker invoerde voor aanvang van de quiz"
495
-
496
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
497
- #: php/options-page-text-tab.php:182
498
- msgid "The business the user entered before the quiz"
499
- msgstr "Het bedrijf dat de gebruiker invoerde voor aanvang van de quiz"
500
-
501
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
502
- #: php/options-page-text-tab.php:185
503
- msgid "The phone number the user entered before the quiz"
504
- msgstr "Het telefoonnummer dat de gebruiker invoerde voor aanvang van de quiz"
505
-
506
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
507
- #: php/options-page-text-tab.php:188
508
- msgid "The email the user entered before the quiz"
509
- msgstr "De email die de gebruiker invoerde voor aanvang van de quiz"
510
-
511
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
512
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
513
- msgid "The name of the quiz"
514
- msgstr "De naam van de quiz"
515
-
516
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
517
- #: php/options-page-text-tab.php:194
518
- msgid ""
519
- "Shows the question, the answer the user provided, and the correct answer"
520
- msgstr ""
521
- "Laat de vragen zien, de gegeven antwoorden van de gebruiker en het juste "
522
- "antwoord"
523
-
524
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
525
- #: php/options-page-text-tab.php:197
526
- msgid "The comments the user entered into comment box if enabled"
527
- msgstr ""
528
- "De opmerkingen die de gebruiker invoerde in de opmerkingenbox, indien "
529
- "ingeschakeld"
530
-
531
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
532
- msgid "The amount of time user spent on quiz in seconds"
533
- msgstr ""
534
-
535
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
536
- msgid "The amount of time user spent on quiz in minutes"
537
- msgstr ""
538
-
539
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
540
- #: php/options-page-text-tab.php:206
541
- msgid "The link to the certificate after completing the quiz"
542
- msgstr "De link naar het certificaat na voltooiing van de quiz"
543
-
544
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
545
- #: php/options-page-text-tab.php:209
546
- msgid "The amount of points a specific category earned."
547
- msgstr "De hoeveelheid punten verdiend in een specifieke categorie."
548
-
549
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
550
- #: php/options-page-text-tab.php:212
551
- msgid "The score a specific category earned."
552
- msgstr "De score verdiend in een specifieke categorie."
553
-
554
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
555
- #: php/options-page-text-tab.php:215
556
- msgid "The average points from all categories."
557
- msgstr "De gemiddelde punten van alle categorieën."
558
-
559
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
560
- #: php/options-page-text-tab.php:218
561
- msgid "The average score from all categories."
562
- msgstr "De gemiddelde score van alle categorieën."
563
-
564
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
565
- msgid "The question that the user answered"
566
- msgstr "De vraag die de gebruiker beantwoordde"
567
-
568
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
569
- msgid "The answer the user gave for the question"
570
- msgstr "Het antwoord van de gebruiker op de vraag"
571
-
572
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
573
- msgid "The correct answer for the question"
574
- msgstr "Het juiste antwoord op de vraag"
575
-
576
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
577
- msgid "The comments the user provided in the comment field for the question"
578
- msgstr ""
579
- "De opmerkingen geplaatst door de gebruiker in het opmerkingenveld van de "
580
- "vraag."
581
-
582
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
583
- msgid "Reason why the correct answer is the correct answer"
584
- msgstr "Reden waarom het juiste antwoord het juiste antwoord is"
585
-
586
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
587
- msgid "The Current Date"
588
- msgstr "De huidige datum"
589
-
590
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
591
- msgid "Save Email Templates And Settings"
592
- msgstr "Bewaar email templates en instellingen"
593
-
594
- #: php/options-page-email-tab.php:417
595
- msgid "Send user email upon completion?"
596
- msgstr "Stuur de gebruiker een email na voltooiing van de quiz?"
597
-
598
- #: php/options-page-email-tab.php:424
599
- msgid "Send admin email upon completion?"
600
- msgstr "Stuur admin email na voltooiing?"
601
-
602
- #: php/options-page-email-tab.php:431
603
- msgid ""
604
- "What emails should we send the admin email to? Separate emails with a comma."
605
- msgstr ""
606
- "Wat voor emails moeten we naar de admin email sturen? Aparte emails met een "
607
- "komma."
608
-
609
- #: php/options-page-email-tab.php:435
610
- msgid "What is the From Name for the email sent to users and admin?"
611
- msgstr ""
612
- "Wat is de Van naam voor de email die naar gebruikers en de admin wordt "
613
- "gestuurd?"
614
-
615
- #: php/options-page-email-tab.php:439
616
- #, fuzzy
617
- msgid "What is the From Email address for the email sent to users and admin?"
618
- msgstr ""
619
- "Wat is de Van naam voor de email die naar gebruikers en de admin wordt "
620
- "gestuurd?"
621
-
622
- #: php/options-page-email-tab.php:443
623
- msgid "Add user's email as Reply-To on admin email?"
624
- msgstr ""
625
-
626
- #: php/options-page-email-tab.php:452
627
- msgid "Email Sent To User"
628
- msgstr "Email naar gebruiker verstuurd"
629
-
630
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
631
- msgid "Add New User Email"
632
- msgstr "Voeg emailadres nieuwe gebruiker toe"
633
-
634
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
635
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
636
- #: php/options-page-results-page-tab.php:241
637
- #: php/options-page-results-page-tab.php:305
638
- msgid "Score Greater Than Or Equal To"
639
- msgstr "Score groter dan of gelijk aan"
640
-
641
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
642
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
643
- #: php/options-page-results-page-tab.php:242
644
- #: php/options-page-results-page-tab.php:306
645
- msgid "Score Less Than Or Equal To"
646
- msgstr "Score kleiner dan of gelijk aan"
647
-
648
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
649
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
650
- msgid "Subject"
651
- msgstr "Onderwerp"
652
-
653
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
654
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
655
- msgid "Email To Send"
656
- msgstr "Te versturen email"
657
-
658
- #: php/options-page-email-tab.php:539
659
- msgid "Email Sent To Admin"
660
- msgstr "Email naar Admin verstuurd"
661
-
662
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
663
- msgid "Add New Admin Email"
664
- msgstr "Voeg nieuwe Admin email toe"
665
-
666
- #: php/options-page-leaderboard-tab.php:13
667
- msgid "Leaderboard"
668
- msgstr "Klassement"
669
-
670
- #: php/options-page-leaderboard-tab.php:49
671
- msgid "The leaderboards has been updated successfully."
672
- msgstr "De klassementen zijn succesvol bijgewerkt"
673
-
674
- #: php/options-page-leaderboard-tab.php:83
675
- msgid "The name of the user who is in first place"
676
- msgstr "De naam van de gebruiker die eerste is"
677
-
678
- #: php/options-page-leaderboard-tab.php:84
679
- msgid "The score from the first place's quiz"
680
- msgstr "De score van de eerste plaats van de quiz"
681
-
682
- #: php/options-page-leaderboard-tab.php:88
683
- msgid "The name of the user who is in second place"
684
- msgstr "De score van de gebruiker die tweede is"
685
-
686
- #: php/options-page-leaderboard-tab.php:89
687
- msgid "The score from the second place's quiz"
688
- msgstr "De score van de tweede plaats in de quiz"
689
-
690
- #: php/options-page-leaderboard-tab.php:93
691
- msgid "The name of the user who is in third place"
692
- msgstr "De naam van de gebruiker die derde is"
693
-
694
- #: php/options-page-leaderboard-tab.php:94
695
- msgid "The score from the third place's quiz"
696
- msgstr "De score van de derde plaats in de quiz"
697
-
698
- #: php/options-page-leaderboard-tab.php:98
699
- msgid "The name of the user who is in fourth place"
700
- msgstr "De naam van de gebruiker die vierde is"
701
-
702
- #: php/options-page-leaderboard-tab.php:99
703
- msgid "The score from the fourth place's quiz"
704
- msgstr "De score van de vierde plaats in de quiz"
705
-
706
- #: php/options-page-leaderboard-tab.php:103
707
- msgid "The name of the user who is in fifth place"
708
- msgstr "De naam van de gebruiker die vijfde is"
709
-
710
- #: php/options-page-leaderboard-tab.php:104
711
- msgid "The score from the fifth place's quiz"
712
- msgstr "De score van de vijfde plaats in de quiz"
713
-
714
- #: php/options-page-leaderboard-tab.php:111
715
- #: php/options-page-leaderboard-tab.php:139
716
- msgid "Save Leaderboard Options"
717
- msgstr "Klassement opties bewaren"
718
-
719
- #: php/options-page-leaderboard-tab.php:120
720
- msgid "Leaderboard Template"
721
- msgstr "Klassement template"
722
-
723
- #: php/options-page-option-tab.php:13
724
- msgid "Options"
725
- msgstr "Opties"
726
-
727
- #: php/options-page-option-tab.php:110
728
- msgid "The options has been updated successfully."
729
- msgstr "De opties zijn succesvol bijgewerkt."
730
-
731
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
732
- msgid "Save Options"
733
- msgstr "Opties bewaren"
734
-
735
- #: php/options-page-option-tab.php:168
736
- msgid "Which system is this quiz graded on?"
737
- msgstr "Volgens welk systeem is deze quiz ingedeeld?"
738
-
739
- #: php/options-page-option-tab.php:170
740
- msgid "Correct/Incorrect"
741
- msgstr "Goed/Fout"
742
-
743
- #: php/options-page-option-tab.php:171
744
- msgid "Points"
745
- msgstr "Punten"
746
-
747
- #: php/options-page-option-tab.php:176
748
- msgid "Should the user be required to be logged in to take this quiz?"
749
- msgstr "Moet de gebruiker verplicht inloggen om een quiz te kunnen spelen?"
750
-
751
- #: php/options-page-option-tab.php:183
752
- msgid ""
753
- "How many questions per page would you like? (Leave 0 for all questions on "
754
- "one page)"
755
- msgstr ""
756
- "Hoeveel vragen per pagina wil je? (Laat 0 voor alle vragen op één pagina)"
757
-
758
- #: php/options-page-option-tab.php:189
759
- msgid ""
760
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
761
- "limit)"
762
- msgstr ""
763
- "Hoeveel minuten krijgt de gebruiker om de quiz te doen? (Laat 0 voor geen "
764
- "tijdslimiet)"
765
-
766
- #: php/options-page-option-tab.php:195
767
- msgid ""
768
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
769
- "user wants to. Currently only works for registered users)"
770
- msgstr ""
771
- "Hoe vaak kan een gebruiker een quiz doen? (Laat 0 voor ongelimiteerd. Dit "
772
- "werkt momenteel alleen voor geregistreerde gebruikers)"
773
-
774
- #: php/options-page-option-tab.php:201
775
- msgid ""
776
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
777
- msgstr ""
778
- "Hoeveel inzendingen kan deze quiz hebben? (Laat 0 voor een ongelimiteerd "
779
- "aantal inzendingen)"
780
-
781
- #: php/options-page-option-tab.php:207
782
- msgid ""
783
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
784
- msgstr ""
785
- "Hoeveel vragen moeten er geladen worden voor deze quiz? (Laat 0 om alle "
786
- "vragen te laden)"
787
-
788
- #: php/options-page-option-tab.php:213
789
- msgid ""
790
- "What time-frame should the user be able to access the quiz? (Leave blank if "
791
- "the user can access anytime)"
792
- msgstr ""
793
- "Binnen welke termijn moet de gebruiker toegang kunnen hebben tot de quiz? "
794
- "(Laat blanco voor ongelimiteerde toegang)"
795
-
796
- #: php/options-page-option-tab.php:215
797
- msgid "start date"
798
- msgstr "start datum"
799
-
800
- #: php/options-page-option-tab.php:218
801
- msgid "end date"
802
- msgstr "eind datum"
803
-
804
- #: php/options-page-option-tab.php:222
805
- msgid ""
806
- "Are the questions random? (Question Order will not apply if this is yes)"
807
- msgstr ""
808
- "Zijn de vragen willekeurig? (de volgorde van de vragen zal niet worden "
809
- "toegepast indien ja)"
810
-
811
- #: php/options-page-option-tab.php:224
812
- msgid "Random Questions"
813
- msgstr "Willekeurige vragen"
814
-
815
- #: php/options-page-option-tab.php:225
816
- msgid "Random Questions And Answers"
817
- msgstr "Willekeurige vragen en antwoorden"
818
-
819
- #: php/options-page-option-tab.php:230
820
- msgid ""
821
- "Would you like to ask for the contact information at the beginning or at the "
822
- "end of the quiz?"
823
- msgstr ""
824
- "Wil je de contactinformatie aan het begin van de quiz of aan het eind van de "
825
- "quiz vragen?"
826
-
827
- #: php/options-page-option-tab.php:232
828
- msgid "Beginning"
829
- msgstr "Begin"
830
-
831
- #: php/options-page-option-tab.php:233
832
- msgid "End"
833
- msgstr "Einde"
834
-
835
- #: php/options-page-option-tab.php:237
836
- msgid ""
837
- "If a logged-in user takes the quiz, would you like them to be able to edit "
838
- "contact information? If set to no, the fields will not show up for logged in "
839
- "users; however, the users information will be saved for the fields."
840
- msgstr ""
841
- "Mag een ingelogde gebruiker zijn contact informatie bijwerken? Als dit op "
842
- "nee staat dan zullen de bijbehorende velden niet zichtbaar zijn voor "
843
- "ingelogde gebruikers echter de gebruikersinformatie zal worden bewaard."
844
-
845
- #: php/options-page-option-tab.php:244
846
- msgid "Should we ask for users name?"
847
- msgstr "Moeten we om de naam van de gebruiker vragen?"
848
-
849
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
850
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
851
- msgid "Require"
852
- msgstr "Vereist"
853
-
854
- #: php/options-page-option-tab.php:252
855
- msgid "Should we ask for users business?"
856
- msgstr "Moeten we vragen om het bedrijf van de gebruiker?"
857
-
858
- #: php/options-page-option-tab.php:260
859
- msgid "Should we ask for users email?"
860
- msgstr "Moeten we om het emailadres van de gebruiker vragen?"
861
-
862
- #: php/options-page-option-tab.php:268
863
- msgid "Should we ask for users phone number?"
864
- msgstr "Moeten we om het telefoonnummer van de gebruiker vragen?"
865
-
866
- #: php/options-page-option-tab.php:276
867
- msgid "Would you like a place for the user to enter comments?"
868
- msgstr "Wil je een plek voor de gebruiker om opmerkingen te plaatsen?"
869
-
870
- #: php/options-page-option-tab.php:283
871
- msgid "Show question number on quiz?"
872
- msgstr "Laat het nummer van de vraag zien in de quiz?"
873
-
874
- #: php/options-page-option-tab.php:290
875
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
876
- msgstr "Laat social media knoppen zien (Twitter & Facebook)?"
877
-
878
- #: php/options-page-option-tab.php:290
879
- msgid ""
880
- "This option is for here only for users of older versions. Please use the new "
881
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
882
- "instead of using this option!"
883
- msgstr ""
884
- "Deze optie is alleen voor gebruikers van oudere versies. Gebruik s.v.p. de "
885
- "nieuwe template variabelen %FACEBOOK_SHARE% %TWITTER_SHARE% op je "
886
- "resultatenpagina in plaats van deze optie te gebruiken!"
887
-
888
- #: php/options-page-option-tab.php:297
889
- msgid ""
890
- "Disable question once user selects answer? (Currently only work on multiple "
891
- "choice)"
892
- msgstr ""
893
-
894
- #: php/options-page-option-tab.php:304
895
- msgid ""
896
- "Dynamically add class for incorrect/correct answer after user selects "
897
- "answer? (Currently only works on multiple choice)"
898
- msgstr ""
899
-
900
- #: php/options-page-preview-tab.php:13
901
- msgid "Preview"
902
- msgstr "Voorbeeld"
903
-
904
- #: php/options-page-questions-tab.php:13
905
- msgid "Questions"
906
- msgstr "Vragen"
907
-
908
- #: php/options-page-questions-tab.php:28
909
- msgid "Answer"
910
- msgstr "Antwoord"
911
-
912
- #: php/options-page-questions-tab.php:64
913
- msgid "The question order has been updated successfully."
914
- msgstr ""
915
-
916
- #: php/options-page-questions-tab.php:169
917
- msgid "The question has been updated successfully."
918
- msgstr "De vraag is succesvol bijgewerkt."
919
-
920
- #: php/options-page-questions-tab.php:214
921
- msgid "The question has been deleted successfully."
922
- msgstr "De vraag is succesvol verwijderd."
923
-
924
- #: php/options-page-questions-tab.php:306
925
- msgid "The question has been duplicated successfully."
926
- msgstr "De vraag is succesvol gedupliceerd."
927
-
928
- #: php/options-page-questions-tab.php:403
929
- msgid "The question has been created successfully."
930
- msgstr "De vraag is succesvol gemaakt."
931
-
932
- #: php/options-page-questions-tab.php:538
933
- msgid "Add Question"
934
- msgstr "Vraag toevoegen"
935
-
936
- #: php/options-page-questions-tab.php:539
937
- msgid "Save Question Order"
938
- msgstr ""
939
-
940
- #: php/options-page-questions-tab.php:552
941
- #, php-format
942
- msgid "One question"
943
- msgid_plural "%s questions"
944
- msgstr[0] "Een vraag"
945
- msgstr[1] "%s vragen"
946
-
947
- #: php/options-page-questions-tab.php:558
948
- #: php/options-page-questions-tab.php:566
949
- #: php/options-page-questions-tab.php:694
950
- msgid "Question Order"
951
- msgstr "Vraag volgorde"
952
-
953
- #: php/options-page-questions-tab.php:559
954
- #: php/options-page-questions-tab.php:567
955
- #: php/options-page-questions-tab.php:644
956
- msgid "Question Type"
957
- msgstr "Vraag type"
958
-
959
- #: php/options-page-questions-tab.php:560
960
- #: php/options-page-questions-tab.php:568
961
- #: php/options-page-questions-tab.php:707
962
- msgid "Category"
963
- msgstr "Categorie"
964
-
965
- #: php/options-page-questions-tab.php:561
966
- #: php/options-page-questions-tab.php:569
967
- msgid "Question"
968
- msgstr "Vraag"
969
-
970
- #: php/options-page-questions-tab.php:662
971
- msgid "Answers"
972
- msgstr "Antwoorden"
973
-
974
- #: php/options-page-questions-tab.php:663
975
- msgid "Points Worth"
976
- msgstr "Punten waard"
977
-
978
- #: php/options-page-questions-tab.php:664
979
- msgid "Correct Answer"
980
- msgstr "Goed antwoord"
981
-
982
- #: php/options-page-questions-tab.php:669
983
- msgid "Add New Answer!"
984
- msgstr "Voeg nieuw antwoord toe!"
985
-
986
- #: php/options-page-questions-tab.php:675
987
- msgid "Correct Answer Info"
988
- msgstr "Juiste antwoord informatie"
989
-
990
- #: php/options-page-questions-tab.php:685
991
- msgid "Comment Field"
992
- msgstr "Opmerkingenveld"
993
-
994
- #: php/options-page-questions-tab.php:687
995
- msgid "Small Text Field"
996
- msgstr "Klein tekstveld"
997
-
998
- #: php/options-page-questions-tab.php:688
999
- msgid "Large Text Field"
1000
- msgstr "Groot tekstveld"
1001
-
1002
- #: php/options-page-questions-tab.php:689
1003
- msgid "None"
1004
- msgstr "Geen"
1005
-
1006
- #: php/options-page-questions-tab.php:699
1007
- msgid "Required?"
1008
- msgstr "Vereist?"
1009
-
1010
- #: php/options-page-questions-tab.php:730
1011
- msgid "Create Question"
1012
- msgstr "Maak vraag"
1013
-
1014
- #: php/options-page-questions-tab.php:735
1015
- msgid "Are you sure you want to delete this question?"
1016
- msgstr "Weet je zeker dat je deze vraag wil verwijderen?"
1017
-
1018
- #: php/options-page-questions-tab.php:740
1019
- msgid "Delete Question"
1020
- msgstr "Verwijder vraag"
1021
-
1022
- #: php/options-page-questions-tab.php:745
1023
- msgid "Are you sure you want to duplicate this question?"
1024
- msgstr "Weet je zeker dat je deze vraag wil dupliceren?"
1025
-
1026
- #: php/options-page-questions-tab.php:750
1027
- msgid "Duplicate Question"
1028
- msgstr "Dupliceer vraag"
1029
-
1030
- #: php/options-page-results-page-tab.php:13
1031
- msgid "Results Pages"
1032
- msgstr "Resultaten pagina's"
1033
-
1034
- #: php/options-page-results-page-tab.php:55
1035
- msgid "The results page has been added successfully."
1036
- msgstr "De resultaten pagina is succesvol toegevoegd."
1037
-
1038
- #: php/options-page-results-page-tab.php:104
1039
- msgid "The results page has been saved successfully."
1040
- msgstr "De resultaten pagina is succesvol opgeslagen."
1041
-
1042
- #: php/options-page-results-page-tab.php:205
1043
- msgid "The amount of time user spent taking quiz in minutes"
1044
- msgstr ""
1045
-
1046
- #: php/options-page-results-page-tab.php:208
1047
- msgid "The amount of time user spent taking quiz in seconds"
1048
- msgstr ""
1049
-
1050
- #: php/options-page-results-page-tab.php:226
1051
- msgid "Displays button to share on Facebook."
1052
- msgstr "Geeft knop om op facebook te delen."
1053
-
1054
- #: php/options-page-results-page-tab.php:229
1055
- msgid "Displays button to share on Twitter."
1056
- msgstr "Geeft knop om op Twitter te delen."
1057
-
1058
- #: php/options-page-results-page-tab.php:234
1059
- #: php/options-page-results-page-tab.php:315
1060
- msgid "Save Results Pages"
1061
- msgstr "Bewaar resultaten pagina's"
1062
-
1063
- #: php/options-page-results-page-tab.php:235
1064
- #: php/options-page-results-page-tab.php:320
1065
- msgid "Add New Results Page"
1066
- msgstr "Voeg nieuwe resultaten pagina toe"
1067
-
1068
- #: php/options-page-results-page-tab.php:243
1069
- #: php/options-page-results-page-tab.php:307
1070
- msgid "Results Page Shown"
1071
- msgstr "De resultaten pagina wordt getoond"
1072
-
1073
- #: php/options-page-results-page-tab.php:244
1074
- #: php/options-page-results-page-tab.php:308
1075
- msgid "Redirect URL (Beta)"
1076
- msgstr "Redirect URL (Beta)"
1077
-
1078
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246
1079
- #: php/quizzes-page.php:369
1080
- msgid "Delete"
1081
- msgstr "Verwijder"
1082
-
1083
- #: php/options-page-results-page-tab.php:282
1084
- msgid "Are you sure?"
1085
- msgstr "Weet je het zeker?"
1086
-
1087
- #: php/options-page-style-tab.php:13
1088
- msgid "Style"
1089
- msgstr "Stijl"
1090
-
1091
- #: php/options-page-style-tab.php:39
1092
- msgid "The style has been saved successfully."
1093
- msgstr "De stijl is succesvol bewaard."
1094
-
1095
- #: php/options-page-style-tab.php:88
1096
- msgid "Quiz Styles"
1097
- msgstr "Quiz stijlen"
1098
-
1099
- #: php/options-page-style-tab.php:89
1100
- msgid "Choose your style:"
1101
- msgstr "Kies je stijl:"
1102
-
1103
- #: php/options-page-style-tab.php:118
1104
- msgid "Custom"
1105
- msgstr "Aangepast"
1106
-
1107
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1108
- msgid "Save Quiz Style"
1109
- msgstr "Bewaar quiz stijl"
1110
-
1111
- #: php/options-page-style-tab.php:125
1112
- msgid "Custom Style CSS"
1113
- msgstr "Eigen stijl CSS"
1114
-
1115
- #: php/options-page-style-tab.php:126
1116
- msgid ""
1117
- "For detailed help and guidance along with a list of different classes used "
1118
- "in this plugin, please visit the following link:"
1119
- msgstr ""
1120
- "Bezoek de volgende link voor gedetailleerde help en begeleiding samen met "
1121
- "een lijst van verschillende classes die gebruikt worden in deze plugin:"
1122
-
1123
- #: php/options-page-text-tab.php:13
1124
- msgid "Text"
1125
- msgstr "Tekst"
1126
-
1127
- #: php/options-page-text-tab.php:102
1128
- msgid "The templates has been updated successfully."
1129
- msgstr "De templates zijn succesvol opgeslagen."
1130
-
1131
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1132
- msgid "Save Templates"
1133
- msgstr "Bewaar teplates"
1134
-
1135
- #: php/options-page-text-tab.php:248
1136
- msgid "Message Templates"
1137
- msgstr "Bericht templates"
1138
-
1139
- #: php/options-page-text-tab.php:252
1140
- msgid "Message Displayed Before Quiz"
1141
- msgstr "Bericht getoond voor aanvang quiz"
1142
-
1143
- #: php/options-page-text-tab.php:262
1144
- msgid "Message Displayed Before Comments Box If Enabled"
1145
- msgstr "Bericht getoond voor opmerkingen box indien ingeschakeld"
1146
-
1147
- #: php/options-page-text-tab.php:272
1148
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1149
- msgstr ""
1150
- "Bericht getoond aan het einde van de quiz (Laat leeg om de tekst sectie weg "
1151
- "te laten)"
1152
-
1153
- #: php/options-page-text-tab.php:282
1154
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1155
- msgstr ""
1156
- "Bericht getoond indien de gebruiker de quiz te vaak heeft proberen te maken"
1157
-
1158
- #: php/options-page-text-tab.php:292
1159
- msgid ""
1160
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1161
- "Logged In"
1162
- msgstr ""
1163
- "Bericht getoond indien de gebruiker niet is ingelogd en de quiz dit wel "
1164
- "vereist"
1165
-
1166
- #: php/options-page-text-tab.php:302
1167
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1168
- msgstr "Bericht getoond indien de datum buiten het tijdspad is"
1169
-
1170
- #: php/options-page-text-tab.php:312
1171
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1172
- msgstr "Bericht getoond indien de grens van het aantal invoeren is bereikt"
1173
-
1174
- #: php/options-page-text-tab.php:322
1175
- msgid "%QUESTIONS_ANSWERS% Text"
1176
- msgstr "%QUESTIONS_ANSWERS% Tekst"
1177
-
1178
- #: php/options-page-text-tab.php:335
1179
- msgid "Twitter Sharing Text"
1180
- msgstr "Twitter Delen tekst"
1181
-
1182
- #: php/options-page-text-tab.php:352
1183
- msgid "Facebook Sharing Text"
1184
- msgstr "Facebook Delen tekst"
1185
-
1186
- #: php/options-page-text-tab.php:367
1187
- msgid "Other Templates"
1188
- msgstr "Andere templates"
1189
-
1190
- #: php/options-page-text-tab.php:370
1191
- msgid "Text for submit button"
1192
- msgstr "Teskt voor verstuur knop"
1193
-
1194
- #: php/options-page-text-tab.php:374
1195
- msgid "Text for name field"
1196
- msgstr "Tekst voor naam veld"
1197
-
1198
- #: php/options-page-text-tab.php:378
1199
- msgid "Text for business field"
1200
- msgstr "Tekst voor bedrijfsveld"
1201
-
1202
- #: php/options-page-text-tab.php:382
1203
- msgid "Text for email field"
1204
- msgstr "Tekst voor email veld"
1205
-
1206
- #: php/options-page-text-tab.php:386
1207
- msgid "Text for phone number field"
1208
- msgstr "Tekst voor telefoonnummer veld"
1209
-
1210
- #: php/options-page-text-tab.php:390
1211
- msgid "Text for comments field"
1212
- msgstr "Tekst voor opmerkingen veld"
1213
-
1214
- #: php/options-page-text-tab.php:394
1215
- msgid "Text for previous button"
1216
- msgstr "Tekst voor vorige knop"
1217
-
1218
- #: php/options-page-text-tab.php:398
1219
- msgid "Text for next button"
1220
- msgstr "Tekst voor volgende knop"
1221
-
1222
- #: php/options-page-tools-tab.php:49
1223
- msgid "The stats has been reset successfully."
1224
- msgstr "De stats zijn succesvol gereset."
1225
-
1226
- #: php/options-page-tools-tab.php:107
1227
- msgid ""
1228
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1229
- "and Times Quiz Has Been Taken)."
1230
- msgstr ""
1231
- "Gebruik deze knop om alle stats van deze quiz te resetten (Quiz weergaves en "
1232
- "keren dat de quiz is afgenomen)."
1233
-
1234
- #: php/options-page-tools-tab.php:108
1235
- msgid "Reset Quiz Views And Taken Stats"
1236
- msgstr "Reset weergeven quiz en afgenomen quiz stats"
1237
-
1238
- #: php/options-page-tools-tab.php:119
1239
- msgid ""
1240
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1241
- "this quiz will be reset. This is permanent and cannot be undone."
1242
- msgstr ""
1243
- "Weet je zeker dat je de stats naar 0 wil resetten? Alle weergave en "
1244
- "afgenomen stats zullen gereset worden. Dit is permanent en kan niet ongedaan "
1245
- "gemaakt worden."
1246
-
1247
- #: php/options-page-tools-tab.php:123
1248
- msgid "Reset All Stats For Quiz"
1249
- msgstr "Reset alle stats voor deze quiz"
1250
-
1251
- #: php/question-types.php:14
1252
- msgid "Multiple Choice"
1253
- msgstr "Meerkeuze"
1254
-
1255
- #: php/question-types.php:105
1256
- msgid "Horizontal Multiple Choice"
1257
- msgstr "Horizontale meerkeuze"
1258
-
1259
- #: php/question-types.php:194
1260
- msgid "Drop Down"
1261
- msgstr "Vervolgkeuze"
1262
-
1263
- #: php/question-types.php:280
1264
- msgid "Small Open Answer"
1265
- msgstr "Klein open antwoord"
1266
-
1267
- #: php/question-types.php:350
1268
- msgid "Multiple Response"
1269
- msgstr "Meerdere antwoorden"
1270
-
1271
- #: php/question-types.php:450
1272
- msgid "Large Open Answer"
1273
- msgstr "Groot open antwoord"
1274
-
1275
- #: php/question-types.php:528
1276
- msgid "Text Block"
1277
- msgstr "Tekst blok"
1278
-
1279
- #: php/question-types.php:562
1280
- msgid "Number"
1281
- msgstr "Nummer"
1282
-
1283
- #: php/question-types.php:643
1284
- msgid "Accept"
1285
- msgstr "Accepteer"
1286
-
1287
- #: php/question-types.php:688
1288
- msgid "Captcha"
1289
- msgstr "Captcha"
1290
-
1291
- #: php/question-types.php:745
1292
- msgid "Horizontal Multiple Response"
1293
- msgstr "Horizontale meerdere antwoorden"
1294
-
1295
- #: php/question-types.php:856
1296
- msgid ""
1297
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1298
- "box in your text."
1299
- msgstr ""
1300
- "Voor vul het lege veld in types, gebruik %BLANK% om aan te geven waar je in "
1301
- "je tekst de tekstbox wil hebben."
1302
-
1303
- #: php/question-types.php:860
1304
- msgid "Fill In The Blank"
1305
- msgstr "Vul het lege veld in"
1306
-
1307
- #: php/quiz-options-page.php:56
1308
- #, php-format
1309
- msgid "Quiz Settings For %s"
1310
- msgstr "Quiz instellingen voor %s"
1311
-
1312
- #: php/quiz-options-page.php:94
1313
- msgid ""
1314
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1315
- "wish to edit."
1316
- msgstr ""
1317
- "Ga naar de quizzen pagina en klik op de Bewerken link van de quiz die je wil "
1318
- "gaan bewerken."
1319
-
1320
- #: php/quizzes-page.php:171
1321
- msgid "Add New"
1322
- msgstr "Voeg nieuwe toe"
1323
-
1324
- #: php/quizzes-page.php:177
1325
- #, fuzzy, php-format
1326
- msgid "One quiz or survey"
1327
- msgid_plural "%s quizzes or surveys"
1328
- msgstr[0] "Dupliceer deze quiz?"
1329
- msgstr[1] "Dupliceer deze quiz?"
1330
-
1331
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1332
- msgid "URL"
1333
- msgstr "URL"
1334
-
1335
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1336
- #, fuzzy
1337
- msgid "Shortcode"
1338
- msgstr "Quiz shortcode"
1339
-
1340
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1341
- msgid "Leaderboard Shortcode"
1342
- msgstr "Klassement shortcode"
1343
-
1344
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1345
- #, fuzzy
1346
- msgid "Views"
1347
- msgstr "Quiz weergaves"
1348
-
1349
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1350
- #, fuzzy
1351
- msgid "Taken"
1352
- msgstr "Afgenomen quizzen"
1353
-
1354
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1355
- msgid "Last Modified"
1356
- msgstr "Laatst aangepast"
1357
-
1358
- #: php/quizzes-page.php:241
1359
- msgid "Edit Name"
1360
- msgstr "Bewerk naam"
1361
-
1362
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1363
- msgid "Edit"
1364
- msgstr "Bewerk"
1365
-
1366
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1367
- msgid "Duplicate"
1368
- msgstr "Dupliceer"
1369
-
1370
- #: php/quizzes-page.php:251
1371
- #, fuzzy
1372
- msgid "View Quiz/Survey"
1373
- msgstr "Quizzen"
1374
-
1375
- #: php/quizzes-page.php:333
1376
- #, fuzzy
1377
- msgid "Create New Quiz Or Survey"
1378
- msgstr "Maak nieuwe quiz"
1379
-
1380
- #: php/quizzes-page.php:335
1381
- msgid "Create"
1382
- msgstr ""
1383
-
1384
- #: php/quizzes-page.php:353
1385
- #, fuzzy
1386
- msgid "Duplicate questions also?"
1387
- msgstr "Dupliceer vraag"
1388
-
1389
- #: php/quizzes-page.php:355
1390
- #, fuzzy
1391
- msgid "Name Of New Quiz Or Survey:"
1392
- msgstr "Naam van de nieuwe quiz"
1393
-
1394
- #: php/quizzes-page.php:365
1395
- #, fuzzy
1396
- msgid "Are you sure you want to delete this quiz or survey?"
1397
- msgstr "Weet je zeker dat je deze quiz wil verwijderen?"
1398
-
1399
- #: php/stats-page.php:29
1400
- msgid "Quiz Statistics"
1401
- msgstr "Quiz statistieken"
1402
-
1403
- #: php/stats-page.php:68
1404
- #, fuzzy
1405
- msgid "Quiz Taken Stats"
1406
- msgstr "Quiz totale stats"
1407
-
1408
- #: php/tools-page.php:107
1409
- msgid "There has been an error! Please try again."
1410
- msgstr "Er is een fout opgetreden. Probeer onieuw."
1411
-
1412
- #: php/tools-page.php:125
1413
- msgid "Quiz Has Been Restored!"
1414
- msgstr "Quiz is hersteld!"
1415
-
1416
- #: php/tools-page.php:130
1417
- msgid ""
1418
- "Choose a quiz in the drop down and then click the button to restore a "
1419
- "deleted quiz."
1420
- msgstr ""
1421
- "Kies een quiz in het selectiemenu en klik dan op de knop om de verwijderde "
1422
- "quiz te herstellen."
1423
-
1424
- #: php/tools-page.php:140
1425
- msgid "Restore Quiz"
1426
- msgstr "Herstel quiz"
1427
-
1428
- #: php/tools-page.php:176 php/tools-page.php:192
1429
- #, php-format
1430
- msgid "Previous %s Audits"
1431
- msgstr "Vorige %s controles"
1432
-
1433
- #: php/tools-page.php:179 php/tools-page.php:186
1434
- #, php-format
1435
- msgid "Next %s Audits"
1436
- msgstr "Volgende %s controles"
1437
-
1438
- #: php/tools-page.php:199
1439
- msgid "User"
1440
- msgstr "Gebruiker"
1441
-
1442
- #: php/tools-page.php:200
1443
- msgid "Action"
1444
- msgstr "Aktie"
1445
-
1446
- #: php/tools-page.php:201
1447
- msgid "Time"
1448
- msgstr "Tijd"
1449
-
1450
- #: php/widgets.php:14
1451
- #, fuzzy
1452
- msgid "Quiz And Survey Master Leaderboard Widget"
1453
- msgstr "Quiz Master Next klassementswidget"
1454
-
1455
- #: php/widgets.php:29
1456
- msgid "Widget Title"
1457
- msgstr "Widget titel"
1458
-
1459
- #: php/widgets.php:33
1460
- msgid "Quiz ID"
1461
- msgstr "Quiz ID"
1462
-
1463
- #~ msgid "One quiz"
1464
- #~ msgid_plural "%s quizzes"
1465
- #~ msgstr[0] "Een quiz"
1466
- #~ msgstr[1] "%s quizzen"
1467
-
1468
- #, fuzzy
1469
- #~ msgid "Create Quiz Or Survey"
1470
- #~ msgstr "Maak quiz"
1471
-
1472
- #, fuzzy
1473
- #~ msgid "Name:"
1474
- #~ msgstr "Naam"
1475
-
1476
- #~ msgid "Quiz Settings"
1477
- #~ msgstr "Quiz instellingen"
1478
-
1479
- #~ msgid "Quiz Name:"
1480
- #~ msgstr "Quiz naam:"
1481
-
1482
- #~ msgid "Duplicate questions with quiz"
1483
- #~ msgstr "Dupliceer vragen met quiz"
1484
-
1485
- #~ msgid "Delete Quiz"
1486
- #~ msgstr "Verwijder quiz"
1487
-
1488
- #~ msgid ""
1489
- #~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
1490
- #~ "to enter in the link variable into the templates on the Quiz Text tab so "
1491
- #~ "the user can access the certificate."
1492
- #~ msgstr ""
1493
- #~ "Voer hier je tekst in voor het certificaat van deze quiz. Let er op om de "
1494
- #~ "linkvariabele in te voeren in de templates op de Quiz Next tab zodat de "
1495
- #~ "gebruiker toegang heeft tot het certificaat."
1496
-
1497
- #~ msgid "The amount of time user spent of quiz"
1498
- #~ msgstr "De hoeveelheid tijd die de gebruiker heeft besteedt aan de quiz"
1499
-
1500
- #~ msgid ""
1501
- #~ "Required currently only works on open answer, number, accept, and captcha "
1502
- #~ "question types"
1503
- #~ msgstr ""
1504
- #~ "Vereist werkt momenteel alleen op open antwoorden, nummer, accepteer en "
1505
- #~ "captcha type vragen"
1506
-
1507
- #~ msgid "Edit Question"
1508
- #~ msgstr "Bewerk vraag"
1509
-
1510
- #~ msgid "Quiz Daily Stats - Times Taken"
1511
- #~ msgstr "Quiz dagelijkse stats - benodigde tijd"
1512
-
1513
- #~ msgid "Quiz Weekly Stats - Times Taken"
1514
- #~ msgstr "Quiz wekelijke stats - benodigde tijd"
1515
-
1516
- #~ msgid "Quiz Monthly Stats - Times Taken"
1517
- #~ msgstr "Quiz maandelijkse stats - benodigde tijd"
1518
-
1519
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1520
- #~ msgstr "Quiz kwartaal stats - benodigde tijd"
1521
-
1522
- #~ msgid "Quizzes Taken Today"
1523
- #~ msgstr "Quizzen afgenomen vandaag"
1524
-
1525
- #~ msgid "Quizzes Taken Last 7 Days"
1526
- #~ msgstr "Quizzen afgenomen de laatste 7 dagen"
1527
-
1528
- #~ msgid "Quizzes Taken Last 30 Days"
1529
- #~ msgstr "Quizzen afgenomen de laatste 30 dagen"
1530
-
1531
- #~ msgid "Quizzes Taken Last 120 Days"
1532
- #~ msgstr "Quizzen afgenomen de laatste 120 dagen"
1533
-
1534
- #~ msgid "Total Created Quizzes"
1535
- #~ msgstr "Totaal gemaakte quizzen"
1536
-
1537
- #~ msgid "Total Deleted Quizzes"
1538
- #~ msgstr "Totaalverwijderde quizzen"
1539
-
1540
- #~ msgid "Total Active Quizzes"
1541
- #~ msgstr "Totaal actieve quizzen"
1542
-
1543
- #~ msgid "Total Created Questions"
1544
- #~ msgstr "Totaal gemaakte vragen"
1545
-
1546
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1547
- #~ msgstr "Totale tijd dat alle actieve quizzen zijn bekeken"
1548
-
1549
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1550
- #~ msgstr "Totale tijd dat alle quizzen zijn afgenomen"
1551
-
1552
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1553
- #~ msgstr "Gemiddeld aantal dat iedere actieve quiz is bekeken"
1554
-
1555
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1556
- #~ msgstr "Gemiddeld aantal dat iedere quiz is afgenomen"
1557
-
1558
- #~ msgid "Quiz That Has Been Viewed The Most"
1559
- #~ msgstr "Quiz die het meeste is bekeken"
1560
-
1561
- #~ msgid "Quiz That Has Been Taken The Most"
1562
- #~ msgstr "Quiz die het meeste is afgenomen"
1563
-
1564
- #~ msgid "Requested Features"
1565
- #~ msgstr "Gevraagde functies"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-pt_BR.mo DELETED
Binary file
languages/quiz-master-next-pt_BR.po DELETED
@@ -1,1598 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2016-01-21 13:00-0500\n"
9
- "PO-Revision-Date: \n"
10
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
12
- "Language: pt_BR\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: _;_e;__;esc_html_e;esc_html_x:1,2c;esc_html__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
- "X-Generator: Poedit 1.8.6\n"
23
- "X-Poedit-Basepath: .\n"
24
- "X-Poedit-SearchPath-0: ..\n"
25
-
26
- #: ../mlw_quizmaster2.php:227 ../php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "Testes"
30
-
31
- #: ../mlw_quizmaster2.php:228 ../mlw_quizmaster2.php:231
32
- #, fuzzy
33
- msgid "Settings"
34
- msgstr "Configuração de Avaliação"
35
-
36
- #: ../mlw_quizmaster2.php:229 ../php/admin-results-details-page.php:124
37
- #: ../php/quizzes-page.php:244
38
- msgid "Results"
39
- msgstr "Resultados"
40
-
41
- #: ../mlw_quizmaster2.php:230
42
- #, fuzzy
43
- msgid "Result Details"
44
- msgstr "Detalhes dos resultados da Avaliação"
45
-
46
- #: ../mlw_quizmaster2.php:232 ../php/options-page-tools-tab.php:13
47
- #: ../php/tools-page.php:65
48
- msgid "Tools"
49
- msgstr ""
50
-
51
- #: ../mlw_quizmaster2.php:233
52
- msgid "Stats"
53
- msgstr "Estatísticas"
54
-
55
- #: ../mlw_quizmaster2.php:234
56
- msgid "Addon Settings"
57
- msgstr "Configurações de complemento"
58
-
59
- #: ../mlw_quizmaster2.php:235
60
- #, fuzzy
61
- msgid "Help"
62
- msgstr "Página de Ajuda"
63
-
64
- #: ../mlw_quizmaster2.php:238 ../mlw_quizmaster2.php:239
65
- msgid "QMN About"
66
- msgstr "Sobre QMN"
67
-
68
- #: ../php/about-page.php:30
69
- #, fuzzy
70
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
71
- msgstr "Bemvindo!"
72
-
73
- #: ../php/about-page.php:31
74
- msgid "Thank you for updating!"
75
- msgstr ""
76
-
77
- #: ../php/about-page.php:35
78
- msgid "What's New!"
79
- msgstr ""
80
-
81
- #: ../php/about-page.php:37
82
- msgid "Changelog"
83
- msgstr ""
84
-
85
- #: ../php/about-page.php:39
86
- msgid "People Who Make QMN Possible"
87
- msgstr ""
88
-
89
- #: ../php/about-page.php:93
90
- #, php-format
91
- msgid "View %s"
92
- msgstr ""
93
-
94
- #: ../php/addons-page.php:60
95
- #, fuzzy
96
- msgid "These addons extend the functionality of Quiz And Survey Master"
97
- msgstr "Estes complementos estendem a funcionalidade do Questionário "
98
-
99
- #: ../php/addons-page.php:61 ../php/addons-page.php:105
100
- msgid "Browse All Addons"
101
- msgstr "Consultar todos os Complementos"
102
-
103
- #: ../php/addons-page.php:119
104
- msgid "Featured Addons"
105
- msgstr "Complementos em destaque"
106
-
107
- #: ../php/admin-results-details-page.php:18 ../php/admin-results-page.php:196
108
- msgid "Quiz Results"
109
- msgstr "Resultados"
110
-
111
- #: ../php/admin-results-details-page.php:202
112
- msgid "Create Certificate"
113
- msgstr "Criar Certificado"
114
-
115
- #: ../php/admin-results-details-page.php:206
116
- msgid "Download Certificate Here"
117
- msgstr "Baixe o Certificado Aqui"
118
-
119
- #: ../php/admin-results-details-page.php:219
120
- msgid "Certificate"
121
- msgstr "Certificado"
122
-
123
- #: ../php/admin-results-page.php:37
124
- msgid "Your results has been deleted successfully."
125
- msgstr "Seus resultados foram apagados com sucesso!"
126
-
127
- #: ../php/admin-results-page.php:58 ../php/class-qmn-quiz-creator.php:407
128
- #: ../php/class-qmn-quiz-creator.php:482 ../php/class-qmn-quiz-creator.php:533
129
- #: ../php/class-qmn-quiz-creator.php:700 ../php/class-qmn-quiz-creator.php:766
130
- #: ../php/options-page-certificate-tab.php:83
131
- #: ../php/options-page-email-tab.php:72 ../php/options-page-email-tab.php:140
132
- #: ../php/options-page-email-tab.php:245
133
- #: ../php/options-page-leaderboard-tab.php:68
134
- #: ../php/options-page-option-tab.php:131
135
- #: ../php/options-page-questions-tab.php:190
136
- #: ../php/options-page-questions-tab.php:235
137
- #: ../php/options-page-questions-tab.php:327
138
- #: ../php/options-page-questions-tab.php:424
139
- #: ../php/options-page-results-page-tab.php:76
140
- #: ../php/options-page-results-page-tab.php:125
141
- #: ../php/options-page-style-tab.php:60 ../php/options-page-text-tab.php:123
142
- #: ../php/options-page-tools-tab.php:68
143
- #, php-format
144
- msgid ""
145
- "There has been an error in this action. Please share this with the "
146
- "developer. Error Code: %s"
147
- msgstr ""
148
- "Houve um erro nesta ação. Por favor, compartilhe isso com o desenvolvedor. "
149
- "Código de erro:%s"
150
-
151
- #: ../php/admin-results-page.php:205
152
- #, php-format
153
- msgid "One result"
154
- msgid_plural "%s results"
155
- msgstr[0] "Um resultado"
156
- msgstr[1] "%s resultados"
157
-
158
- #: ../php/admin-results-page.php:290
159
- #, fuzzy
160
- msgid "Actions"
161
- msgstr "Opções"
162
-
163
- #: ../php/admin-results-page.php:291
164
- msgid "Quiz Name"
165
- msgstr "Nome da Avaliação"
166
-
167
- #: ../php/admin-results-page.php:292
168
- msgid "Score"
169
- msgstr "Placar"
170
-
171
- #: ../php/admin-results-page.php:293
172
- msgid "Time To Complete"
173
- msgstr "Tempo para concluir"
174
-
175
- #: ../php/admin-results-page.php:294 ../php/quizzes-page.php:222
176
- #: ../php/quizzes-page.php:271 ../php/quizzes-page.php:334
177
- #: ../php/quizzes-page.php:342
178
- #, fuzzy
179
- msgid "Name"
180
- msgstr "Nome da Avaliação"
181
-
182
- #: ../php/admin-results-page.php:295
183
- msgid "Business"
184
- msgstr "Empresa"
185
-
186
- #: ../php/admin-results-page.php:296
187
- msgid "Email"
188
- msgstr ""
189
-
190
- #: ../php/admin-results-page.php:297
191
- msgid "Phone"
192
- msgstr "Fone"
193
-
194
- #: ../php/admin-results-page.php:298
195
- msgid "Time Taken"
196
- msgstr "Tempo necessário"
197
-
198
- #: ../php/admin-results-page.php:340 ../php/options-page-option-tab.php:172
199
- msgid "Not Graded"
200
- msgstr "Sem Classificação"
201
-
202
- #: ../php/admin-results-page.php:357
203
- msgid "Are you sure you want to delete these results?"
204
- msgstr "Tem certeza de que deseja apagar estes resultados?"
205
-
206
- #: ../php/admin-results-page.php:362
207
- msgid "Delete Results"
208
- msgstr "Deletar Resultados"
209
-
210
- #: ../php/class-qmn-alert-manager.php:37
211
- msgid "Success!"
212
- msgstr "Sucesso!"
213
-
214
- #: ../php/class-qmn-alert-manager.php:41 ../php/quiz-options-page.php:94
215
- msgid "Error!"
216
- msgstr "Erro!"
217
-
218
- #: ../php/class-qmn-quiz-creator.php:386
219
- msgid ""
220
- "Your new quiz has been created successfully. To begin editing your quiz, "
221
- "click the Edit link on the new quiz."
222
- msgstr ""
223
- "Seu novo questionário foi criado com sucesso. Para começar a editar o seu "
224
- "questionário, clique no link Editar na nova avaliação."
225
-
226
- #: ../php/class-qmn-quiz-creator.php:461
227
- msgid "Your quiz has been deleted successfully."
228
- msgstr "Sua avaliação foi apagada com sucesso!"
229
-
230
- #: ../php/class-qmn-quiz-creator.php:512
231
- msgid "Your quiz name has been updated successfully."
232
- msgstr "O nome de sua avaliação foi atualizada com sucesso!"
233
-
234
- #: ../php/class-qmn-quiz-creator.php:678
235
- msgid "Your quiz has been duplicated successfully."
236
- msgstr "Sua avaliação foi repetida com sucesso."
237
-
238
- #: ../php/class-qmn-quiz-manager.php:80
239
- msgid "It appears that this quiz is not set up correctly"
240
- msgstr ""
241
-
242
- #: ../php/class-qmn-quiz-manager.php:275
243
- msgid "Not a valid e-mail address!"
244
- msgstr "Endereço de e-mail inválido"
245
-
246
- #: ../php/class-qmn-quiz-manager.php:276
247
- msgid "This field must be a number!"
248
- msgstr "Este campo só aceita números!"
249
-
250
- #: ../php/class-qmn-quiz-manager.php:277
251
- msgid "The entered text is not correct!"
252
- msgstr "Texto digitado não está correto!"
253
-
254
- #: ../php/class-qmn-quiz-manager.php:278
255
- msgid "Please complete all required fields!"
256
- msgstr "Por Favor preencha todos campos obrigatórios!"
257
-
258
- #: ../php/class-qmn-quiz-manager.php:390
259
- #: ../php/options-page-questions-tab.php:680
260
- msgid "Hint"
261
- msgstr "Sugestão"
262
-
263
- #: ../php/class-qmn-quiz-manager.php:1262 ../php/options-page-text-tab.php:142
264
- #, fuzzy
265
- msgid "Previous"
266
- msgstr "Visualizar"
267
-
268
- #: ../php/class-qmn-review-message.php:83
269
- #, php-format
270
- msgid ""
271
- "Greetings! I just noticed that you now have more than %d quiz results. That "
272
- "is\n"
273
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
274
- "rating on WordPress? This\n"
275
- "\t\twill help us by helping other users discover this plugin. %s"
276
- msgstr ""
277
-
278
- #: ../php/class-qmn-review-message.php:89
279
- msgid "Yeah, you deserve it!"
280
- msgstr ""
281
-
282
- #: ../php/class-qmn-review-message.php:90
283
- msgid "I already did!"
284
- msgstr ""
285
-
286
- #: ../php/class-qmn-review-message.php:91
287
- msgid "No, this plugin is not good enough"
288
- msgstr ""
289
-
290
- #: ../php/class-qmn-tracking.php:204
291
- #, fuzzy
292
- msgid ""
293
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
294
- "help us make this plugin better? No sensitive data is tracked."
295
- msgstr ""
296
- "Permitir anonimamente controlar o uso deste plugin e nos ajudar a fazer este "
297
- "plugin melhor? Sem os dados sensíveis são monitorados."
298
-
299
- #: ../php/class-qmn-tracking.php:205
300
- msgid "Allow"
301
- msgstr ""
302
-
303
- #: ../php/class-qmn-tracking.php:206
304
- msgid "Do not allow"
305
- msgstr ""
306
-
307
- #: ../php/dashboard-widgets.php:16
308
- #, fuzzy
309
- msgid "Quiz And Survey Master Snapshot"
310
- msgstr "próxima imagem capturada"
311
-
312
- #: ../php/dashboard-widgets.php:180
313
- msgid "quizzes taken today"
314
- msgstr "avaliações feitas hoje"
315
-
316
- #: ../php/dashboard-widgets.php:199
317
- msgid "quizzes taken last 7 days"
318
- msgstr "avaliações feitas nos ultimos 7 dias"
319
-
320
- #: ../php/dashboard-widgets.php:218
321
- #, fuzzy
322
- msgid "quizzes taken last 30 days"
323
- msgstr "avaliações feitas nos ultimos 7 dias"
324
-
325
- #: ../php/dashboard-widgets.php:237
326
- #, fuzzy
327
- msgid "quizzes taken last 120 days"
328
- msgstr "avaliações feitas nos ultimos 7 dias"
329
-
330
- #: ../php/dashboard-widgets.php:256
331
- msgid "total active quizzes"
332
- msgstr "Total de avaliações ativas"
333
-
334
- #: ../php/dashboard-widgets.php:262
335
- msgid "total active questions"
336
- msgstr "Total de questões ativas"
337
-
338
- #: ../php/dashboard-widgets.php:268
339
- msgid "most popular quiz"
340
- msgstr "Avaliação mais popular"
341
-
342
- #: ../php/dashboard-widgets.php:274
343
- msgid "least popular quiz"
344
- msgstr "Última avaliação popular"
345
-
346
- #: ../php/help-page.php:20
347
- msgid "Need Help?"
348
- msgstr ""
349
-
350
- #: ../php/help-page.php:21
351
- msgid "Support"
352
- msgstr ""
353
-
354
- #: ../php/help-page.php:22
355
- msgid "System Info"
356
- msgstr ""
357
-
358
- #: ../php/help-page.php:25
359
- msgid "Help Page"
360
- msgstr "Página de Ajuda"
361
-
362
- #: ../php/help-page.php:55
363
- msgid "Need help with the plugin? Try any of the following:"
364
- msgstr ""
365
-
366
- #: ../php/options-page-certificate-tab.php:15
367
- msgid "Certificate (Beta)"
368
- msgstr "Certificado"
369
-
370
- #: ../php/options-page-certificate-tab.php:64
371
- msgid "The certificate has been updated successfully."
372
- msgstr "O certificado foi atualizado com sucesso."
373
-
374
- #: ../php/options-page-certificate-tab.php:100
375
- msgid "Enter title here"
376
- msgstr "Coloque o título aqui"
377
-
378
- #: ../php/options-page-certificate-tab.php:100
379
- #: ../php/options-page-email-tab.php:91 ../php/options-page-email-tab.php:109
380
- msgid "Enter text here"
381
- msgstr "Coloque o texto aqui"
382
-
383
- #: ../php/options-page-certificate-tab.php:104
384
- msgid "Quiz Certificate (Beta)"
385
- msgstr "Certificado de Avaliação"
386
-
387
- #: ../php/options-page-certificate-tab.php:105
388
- #, fuzzy
389
- msgid ""
390
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
391
- "enter in the link variable into the templates on the Emails and Results Page "
392
- "tabs so the user can access the certificate."
393
- msgstr ""
394
- "Digite em seu texto aqui para preencher o certificado para esta avaliação. "
395
- "Certifique-se de entrarno link para os modelos da guia Texto do Questionário "
396
- "de modo que o usuário pode acessar o certificado."
397
-
398
- #: ../php/options-page-certificate-tab.php:106
399
- msgid "These fields cannot contain HTML."
400
- msgstr "Estes campos não contém HTML."
401
-
402
- #: ../php/options-page-certificate-tab.php:107
403
- #: ../php/options-page-certificate-tab.php:163
404
- msgid "Save Certificate Options"
405
- msgstr "Salvar Opções de Certificado"
406
-
407
- #: ../php/options-page-certificate-tab.php:115
408
- msgid "Enable Certificates For This Quiz?"
409
- msgstr "Ativar Certificados para esta Avaliação?"
410
-
411
- #: ../php/options-page-certificate-tab.php:117
412
- #: ../php/options-page-email-tab.php:419 ../php/options-page-email-tab.php:426
413
- #: ../php/options-page-email-tab.php:445 ../php/options-page-option-tab.php:178
414
- #: ../php/options-page-option-tab.php:239
415
- #: ../php/options-page-option-tab.php:246
416
- #: ../php/options-page-option-tab.php:254
417
- #: ../php/options-page-option-tab.php:262
418
- #: ../php/options-page-option-tab.php:270
419
- #: ../php/options-page-option-tab.php:278
420
- #: ../php/options-page-option-tab.php:285
421
- #: ../php/options-page-option-tab.php:292
422
- #: ../php/options-page-option-tab.php:299
423
- #: ../php/options-page-option-tab.php:306
424
- #: ../php/options-page-questions-tab.php:701
425
- #: ../php/options-page-results-page-tab.php:282
426
- msgid "Yes"
427
- msgstr "Sim"
428
-
429
- #: ../php/options-page-certificate-tab.php:118
430
- #: ../php/options-page-email-tab.php:420 ../php/options-page-email-tab.php:427
431
- #: ../php/options-page-email-tab.php:446 ../php/options-page-option-tab.php:179
432
- #: ../php/options-page-option-tab.php:226
433
- #: ../php/options-page-option-tab.php:240
434
- #: ../php/options-page-option-tab.php:248
435
- #: ../php/options-page-option-tab.php:256
436
- #: ../php/options-page-option-tab.php:264
437
- #: ../php/options-page-option-tab.php:272
438
- #: ../php/options-page-option-tab.php:279
439
- #: ../php/options-page-option-tab.php:286
440
- #: ../php/options-page-option-tab.php:293
441
- #: ../php/options-page-option-tab.php:300
442
- #: ../php/options-page-option-tab.php:307
443
- #: ../php/options-page-questions-tab.php:702
444
- #: ../php/options-page-results-page-tab.php:282
445
- msgid "No"
446
- msgstr "Não"
447
-
448
- #: ../php/options-page-certificate-tab.php:123
449
- msgid "Certificate Title"
450
- msgstr "Título do Certificado"
451
-
452
- #: ../php/options-page-certificate-tab.php:130
453
- msgid "Message Displayed On Certificate"
454
- msgstr "Mensagem exibida no Certificado"
455
-
456
- #: ../php/options-page-certificate-tab.php:132
457
- #: ../php/options-page-leaderboard-tab.php:122
458
- #: ../php/options-page-text-tab.php:254 ../php/options-page-text-tab.php:264
459
- #: ../php/options-page-text-tab.php:274 ../php/options-page-text-tab.php:284
460
- #: ../php/options-page-text-tab.php:294 ../php/options-page-text-tab.php:304
461
- #: ../php/options-page-text-tab.php:314 ../php/options-page-text-tab.php:324
462
- #: ../php/options-page-text-tab.php:337 ../php/options-page-text-tab.php:354
463
- msgid "Allowed Variables:"
464
- msgstr "Variaveis Mantidas:"
465
-
466
- #: ../php/options-page-certificate-tab.php:150
467
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
468
- msgstr "URL para o Logo ( JPG, JPEG, PNG or GIF)"
469
-
470
- #: ../php/options-page-certificate-tab.php:157
471
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
472
- msgstr "URL para o Background Img ( JPG, JPEG, PNG or GIF)"
473
-
474
- #: ../php/options-page-email-tab.php:13
475
- msgid "Emails"
476
- msgstr ""
477
-
478
- #: ../php/options-page-email-tab.php:51 ../php/options-page-email-tab.php:119
479
- msgid "The email has been added successfully."
480
- msgstr "E-mail adicionado com sucesso"
481
-
482
- #: ../php/options-page-email-tab.php:224
483
- msgid "The email has been updated successfully."
484
- msgstr "E-mail atualizado com sucesso"
485
-
486
- #: ../php/options-page-email-tab.php:323
487
- #: ../php/options-page-leaderboard-tab.php:80
488
- #: ../php/options-page-results-page-tab.php:166
489
- #: ../php/options-page-text-tab.php:161
490
- msgid "Template Variables"
491
- msgstr "Modelos Variáveis"
492
-
493
- #: ../php/options-page-email-tab.php:326
494
- #: ../php/options-page-results-page-tab.php:169
495
- #: ../php/options-page-text-tab.php:164
496
- msgid "Score for the quiz when using points"
497
- msgstr "Pontuação para avaliação que usa pontos"
498
-
499
- #: ../php/options-page-email-tab.php:329
500
- #: ../php/options-page-results-page-tab.php:172
501
- #: ../php/options-page-text-tab.php:167
502
- msgid "The average amount of points user had per question"
503
- msgstr "A quantidade média de pontos que o usuário tinha por pergunta"
504
-
505
- #: ../php/options-page-email-tab.php:332
506
- #: ../php/options-page-results-page-tab.php:175
507
- #: ../php/options-page-text-tab.php:170
508
- msgid "The number of correct answers the user had"
509
- msgstr "Número de respostas corretas que o usuario obteve"
510
-
511
- #: ../php/options-page-email-tab.php:335
512
- #: ../php/options-page-results-page-tab.php:178
513
- #: ../php/options-page-text-tab.php:173
514
- msgid "The total number of questions in the quiz"
515
- msgstr "O número total de perguntas no questionário"
516
-
517
- #: ../php/options-page-email-tab.php:338
518
- #: ../php/options-page-results-page-tab.php:181
519
- #: ../php/options-page-text-tab.php:176
520
- msgid "Score for the quiz when using correct answers"
521
- msgstr "Pontuação para o questionário ao usar respostas corretas"
522
-
523
- #: ../php/options-page-email-tab.php:341
524
- #: ../php/options-page-results-page-tab.php:184
525
- #: ../php/options-page-text-tab.php:179
526
- msgid "The name the user entered before the quiz"
527
- msgstr "O nome do usuário inserido antes do questionário"
528
-
529
- #: ../php/options-page-email-tab.php:344
530
- #: ../php/options-page-results-page-tab.php:187
531
- #: ../php/options-page-text-tab.php:182
532
- msgid "The business the user entered before the quiz"
533
- msgstr "O negócio que o usuário digitou antes do quiz"
534
-
535
- #: ../php/options-page-email-tab.php:347
536
- #: ../php/options-page-results-page-tab.php:190
537
- #: ../php/options-page-text-tab.php:185
538
- msgid "The phone number the user entered before the quiz"
539
- msgstr "O numero de telefone que o usuário digitou antes do quiz"
540
-
541
- #: ../php/options-page-email-tab.php:350
542
- #: ../php/options-page-results-page-tab.php:193
543
- #: ../php/options-page-text-tab.php:188
544
- msgid "The email the user entered before the quiz"
545
- msgstr "O e-mail que o usuário digitou antes do quiz"
546
-
547
- #: ../php/options-page-email-tab.php:353
548
- #: ../php/options-page-leaderboard-tab.php:108
549
- #: ../php/options-page-results-page-tab.php:196
550
- #: ../php/options-page-text-tab.php:191
551
- msgid "The name of the quiz"
552
- msgstr "Nome do questionário"
553
-
554
- #: ../php/options-page-email-tab.php:356
555
- #: ../php/options-page-results-page-tab.php:199
556
- #: ../php/options-page-text-tab.php:194
557
- msgid ""
558
- "Shows the question, the answer the user provided, and the correct answer"
559
- msgstr ""
560
- "Mostra a pergunta, a resposta do usuário fornecido, e a resposta correta"
561
-
562
- #: ../php/options-page-email-tab.php:359
563
- #: ../php/options-page-results-page-tab.php:202
564
- #: ../php/options-page-text-tab.php:197
565
- msgid "The comments the user entered into comment box if enabled"
566
- msgstr ""
567
- "Os comentários que o usuário entrou em caixa de comentário se habilitado"
568
-
569
- #: ../php/options-page-email-tab.php:362 ../php/options-page-text-tab.php:200
570
- #, fuzzy
571
- msgid "The amount of time user spent on quiz in seconds"
572
- msgstr "Tempo gasto do usuário na avaliação"
573
-
574
- #: ../php/options-page-email-tab.php:365 ../php/options-page-text-tab.php:203
575
- #, fuzzy
576
- msgid "The amount of time user spent on quiz in minutes"
577
- msgstr "Tempo gasto do usuário na avaliação"
578
-
579
- #: ../php/options-page-email-tab.php:368
580
- #: ../php/options-page-results-page-tab.php:211
581
- #: ../php/options-page-text-tab.php:206
582
- msgid "The link to the certificate after completing the quiz"
583
- msgstr "Link para o certificado após a conclusão do teste"
584
-
585
- #: ../php/options-page-email-tab.php:371
586
- #: ../php/options-page-results-page-tab.php:214
587
- #: ../php/options-page-text-tab.php:209
588
- msgid "The amount of points a specific category earned."
589
- msgstr "A quantidade de pontos de uma categoria específica obteve."
590
-
591
- #: ../php/options-page-email-tab.php:374
592
- #: ../php/options-page-results-page-tab.php:217
593
- #: ../php/options-page-text-tab.php:212
594
- msgid "The score a specific category earned."
595
- msgstr "A pontuação de uma categoria específica obteve."
596
-
597
- #: ../php/options-page-email-tab.php:377
598
- #: ../php/options-page-results-page-tab.php:220
599
- #: ../php/options-page-text-tab.php:215
600
- msgid "The average points from all categories."
601
- msgstr "Os pontos médios de todas as categorias."
602
-
603
- #: ../php/options-page-email-tab.php:380
604
- #: ../php/options-page-results-page-tab.php:223
605
- #: ../php/options-page-text-tab.php:218
606
- msgid "The average score from all categories."
607
- msgstr "Pontuação média de todas as categorias."
608
-
609
- #: ../php/options-page-email-tab.php:383 ../php/options-page-text-tab.php:221
610
- msgid "The question that the user answered"
611
- msgstr "A pergunta que o usuário respondeu"
612
-
613
- #: ../php/options-page-email-tab.php:386 ../php/options-page-text-tab.php:224
614
- msgid "The answer the user gave for the question"
615
- msgstr "A resposta que o usuário deu para a pergunta"
616
-
617
- #: ../php/options-page-email-tab.php:389 ../php/options-page-text-tab.php:227
618
- msgid "The correct answer for the question"
619
- msgstr "A resposta correta para a pergunta"
620
-
621
- #: ../php/options-page-email-tab.php:392 ../php/options-page-text-tab.php:230
622
- msgid "The comments the user provided in the comment field for the question"
623
- msgstr ""
624
- "Os comentários do usuário fornecidos no campo de comentários para a questão"
625
-
626
- #: ../php/options-page-email-tab.php:395 ../php/options-page-text-tab.php:233
627
- msgid "Reason why the correct answer is the correct answer"
628
- msgstr "Razão pela qual a resposta está correta"
629
-
630
- #: ../php/options-page-email-tab.php:398 ../php/options-page-text-tab.php:236
631
- msgid "The Current Date"
632
- msgstr "Data atual"
633
-
634
- #: ../php/options-page-email-tab.php:413 ../php/options-page-email-tab.php:623
635
- msgid "Save Email Templates And Settings"
636
- msgstr "Salvar modelo de e-mail e configurações"
637
-
638
- #: ../php/options-page-email-tab.php:417
639
- msgid "Send user email upon completion?"
640
- msgstr "Enviar e-mail do usuário após a conclusão?"
641
-
642
- #: ../php/options-page-email-tab.php:424
643
- msgid "Send admin email upon completion?"
644
- msgstr "Enviar e-mail de administração após a conclusão?"
645
-
646
- #: ../php/options-page-email-tab.php:431
647
- msgid ""
648
- "What emails should we send the admin email to? Separate emails with a comma."
649
- msgstr ""
650
- "Qual endereços de e-mails que devemos enviar para administração? Separar e-"
651
- "mails com uma vírgula."
652
-
653
- #: ../php/options-page-email-tab.php:435
654
- msgid "What is the From Name for the email sent to users and admin?"
655
- msgstr "Qual é o nome a partir do e-mail enviado aos usuários e administrador?"
656
-
657
- #: ../php/options-page-email-tab.php:439
658
- #, fuzzy
659
- msgid "What is the From Email address for the email sent to users and admin?"
660
- msgstr "Qual é o nome a partir do e-mail enviado aos usuários e administrador?"
661
-
662
- #: ../php/options-page-email-tab.php:443
663
- msgid "Add user's email as Reply-To on admin email?"
664
- msgstr ""
665
-
666
- #: ../php/options-page-email-tab.php:452
667
- msgid "Email Sent To User"
668
- msgstr "e-mail enviado ao usuário"
669
-
670
- #: ../php/options-page-email-tab.php:453 ../php/options-page-email-tab.php:531
671
- msgid "Add New User Email"
672
- msgstr "Adicionar novo usuário de e-mail"
673
-
674
- #: ../php/options-page-email-tab.php:458 ../php/options-page-email-tab.php:524
675
- #: ../php/options-page-email-tab.php:545 ../php/options-page-email-tab.php:611
676
- #: ../php/options-page-results-page-tab.php:241
677
- #: ../php/options-page-results-page-tab.php:305
678
- msgid "Score Greater Than Or Equal To"
679
- msgstr "Escore maior ou igual a"
680
-
681
- #: ../php/options-page-email-tab.php:459 ../php/options-page-email-tab.php:525
682
- #: ../php/options-page-email-tab.php:546 ../php/options-page-email-tab.php:612
683
- #: ../php/options-page-results-page-tab.php:242
684
- #: ../php/options-page-results-page-tab.php:306
685
- msgid "Score Less Than Or Equal To"
686
- msgstr "Escore menor ou igual a"
687
-
688
- #: ../php/options-page-email-tab.php:460 ../php/options-page-email-tab.php:526
689
- #: ../php/options-page-email-tab.php:547 ../php/options-page-email-tab.php:613
690
- msgid "Subject"
691
- msgstr "Assunto"
692
-
693
- #: ../php/options-page-email-tab.php:461 ../php/options-page-email-tab.php:527
694
- #: ../php/options-page-email-tab.php:548 ../php/options-page-email-tab.php:614
695
- msgid "Email To Send"
696
- msgstr "Enviar e-mail para"
697
-
698
- #: ../php/options-page-email-tab.php:539
699
- msgid "Email Sent To Admin"
700
- msgstr "Enviar e-mail para admin"
701
-
702
- #: ../php/options-page-email-tab.php:540 ../php/options-page-email-tab.php:618
703
- msgid "Add New Admin Email"
704
- msgstr "Adicionar novo e-mail de administrador"
705
-
706
- #: ../php/options-page-leaderboard-tab.php:13
707
- msgid "Leaderboard"
708
- msgstr "Classificação"
709
-
710
- #: ../php/options-page-leaderboard-tab.php:49
711
- msgid "The leaderboards has been updated successfully."
712
- msgstr "As tabelas de classificação foi atualizado com sucesso."
713
-
714
- #: ../php/options-page-leaderboard-tab.php:83
715
- msgid "The name of the user who is in first place"
716
- msgstr "O nome do usuário que está em primeiro lugar"
717
-
718
- #: ../php/options-page-leaderboard-tab.php:84
719
- msgid "The score from the first place's quiz"
720
- msgstr "A pontuação do questionário do primeiro lugar"
721
-
722
- #: ../php/options-page-leaderboard-tab.php:88
723
- msgid "The name of the user who is in second place"
724
- msgstr "O nome do usuário que está em segundo lugar"
725
-
726
- #: ../php/options-page-leaderboard-tab.php:89
727
- msgid "The score from the second place's quiz"
728
- msgstr "A pontuação do teste do segundo lugar"
729
-
730
- #: ../php/options-page-leaderboard-tab.php:93
731
- msgid "The name of the user who is in third place"
732
- msgstr "O nome do usuário que está em terceiro lugar"
733
-
734
- #: ../php/options-page-leaderboard-tab.php:94
735
- msgid "The score from the third place's quiz"
736
- msgstr "A pontuação do teste do terceiro lugar"
737
-
738
- #: ../php/options-page-leaderboard-tab.php:98
739
- msgid "The name of the user who is in fourth place"
740
- msgstr "O nome do usuário que está em quarto lugar"
741
-
742
- #: ../php/options-page-leaderboard-tab.php:99
743
- msgid "The score from the fourth place's quiz"
744
- msgstr "A pontuação do teste a quarta do lugar"
745
-
746
- #: ../php/options-page-leaderboard-tab.php:103
747
- msgid "The name of the user who is in fifth place"
748
- msgstr "O nome do usuário que está em quinto lugar"
749
-
750
- #: ../php/options-page-leaderboard-tab.php:104
751
- msgid "The score from the fifth place's quiz"
752
- msgstr "A pontuação do teste do quinto lugar"
753
-
754
- #: ../php/options-page-leaderboard-tab.php:111
755
- #: ../php/options-page-leaderboard-tab.php:139
756
- msgid "Save Leaderboard Options"
757
- msgstr "Salvar opções de Classificações"
758
-
759
- #: ../php/options-page-leaderboard-tab.php:120
760
- msgid "Leaderboard Template"
761
- msgstr "Modelos de Classificação"
762
-
763
- #: ../php/options-page-option-tab.php:13
764
- msgid "Options"
765
- msgstr "Opções"
766
-
767
- #: ../php/options-page-option-tab.php:110
768
- msgid "The options has been updated successfully."
769
- msgstr "As Opções foram atualizadas com sucesso."
770
-
771
- #: ../php/options-page-option-tab.php:160
772
- #: ../php/options-page-option-tab.php:311
773
- msgid "Save Options"
774
- msgstr "Salvar Opções"
775
-
776
- #: ../php/options-page-option-tab.php:168
777
- msgid "Which system is this quiz graded on?"
778
- msgstr "Escolha uma opção de avaliação"
779
-
780
- #: ../php/options-page-option-tab.php:170
781
- msgid "Correct/Incorrect"
782
- msgstr "Correto/Incorreto"
783
-
784
- #: ../php/options-page-option-tab.php:171
785
- msgid "Points"
786
- msgstr "Pontos"
787
-
788
- #: ../php/options-page-option-tab.php:176
789
- msgid "Should the user be required to be logged in to take this quiz?"
790
- msgstr "O usuário deve estar logado para fazer este teste?"
791
-
792
- #: ../php/options-page-option-tab.php:183
793
- msgid ""
794
- "How many questions per page would you like? (Leave 0 for all questions on "
795
- "one page)"
796
- msgstr ""
797
- "Quantas perguntas por página ? (Deixe 0 para todas as perguntas em uma "
798
- "página)"
799
-
800
- #: ../php/options-page-option-tab.php:189
801
- msgid ""
802
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
803
- "limit)"
804
- msgstr ""
805
- "Quantos minutos que o usuário tem que terminar o teste? (Deixe 0 para nenhum "
806
- "limite de tempo)"
807
-
808
- #: ../php/options-page-option-tab.php:195
809
- msgid ""
810
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
811
- "user wants to. Currently only works for registered users)"
812
- msgstr ""
813
- "Quantas vezes um usuário pode fazer o teste? (Deixe 0 para o número de "
814
- "vezes que o usuário quer. Atualmente só funciona para usuários registrados)"
815
-
816
- #: ../php/options-page-option-tab.php:201
817
- msgid ""
818
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
819
- msgstr ""
820
- "Quantas entradas no total pode ter este questionário? (Deixe 0 para entradas "
821
- "ilimitadas)"
822
-
823
- #: ../php/options-page-option-tab.php:207
824
- msgid ""
825
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
826
- msgstr ""
827
- "Quantas perguntas devem ser carregados para teste? (Deixe 0 para carregar "
828
- "todas as perguntas)"
829
-
830
- #: ../php/options-page-option-tab.php:213
831
- msgid ""
832
- "What time-frame should the user be able to access the quiz? (Leave blank if "
833
- "the user can access anytime)"
834
- msgstr ""
835
- "O espaço de tempo que o usuário deve ser capaz de acessar o questionário? "
836
- "(Deixe em branco se o usuário pode acessar a qualquer momento)"
837
-
838
- #: ../php/options-page-option-tab.php:215
839
- msgid "start date"
840
- msgstr "data de início"
841
-
842
- #: ../php/options-page-option-tab.php:218
843
- msgid "end date"
844
- msgstr "data final"
845
-
846
- #: ../php/options-page-option-tab.php:222
847
- msgid ""
848
- "Are the questions random? (Question Order will not apply if this is yes)"
849
- msgstr ""
850
- "São as perguntas aleatórias? (Pergunta Ordem não será aplicada se este é sim)"
851
-
852
- #: ../php/options-page-option-tab.php:224
853
- msgid "Random Questions"
854
- msgstr "Questões Aleatórias"
855
-
856
- #: ../php/options-page-option-tab.php:225
857
- msgid "Random Questions And Answers"
858
- msgstr "Perguntas e Respostas aleatórias"
859
-
860
- #: ../php/options-page-option-tab.php:230
861
- msgid ""
862
- "Would you like to ask for the contact information at the beginning or at the "
863
- "end of the quiz?"
864
- msgstr "Iformações de contato no início ou no final do questionário?"
865
-
866
- #: ../php/options-page-option-tab.php:232
867
- msgid "Beginning"
868
- msgstr "Inicio"
869
-
870
- #: ../php/options-page-option-tab.php:233
871
- msgid "End"
872
- msgstr "Fim"
873
-
874
- #: ../php/options-page-option-tab.php:237
875
- msgid ""
876
- "If a logged-in user takes the quiz, would you like them to be able to edit "
877
- "contact information? If set to no, the fields will not show up for logged in "
878
- "users; however, the users information will be saved for the fields."
879
- msgstr ""
880
- "Usuário poderá edita informações de contato? Se definido como não, os campos "
881
- "não vão aparecer para usuários logados; no entanto, a informação aos "
882
- "usuários será salvo para os campos."
883
-
884
- #: ../php/options-page-option-tab.php:244
885
- msgid "Should we ask for users name?"
886
- msgstr "Nome de usuário"
887
-
888
- #: ../php/options-page-option-tab.php:247
889
- #: ../php/options-page-option-tab.php:255
890
- #: ../php/options-page-option-tab.php:263
891
- #: ../php/options-page-option-tab.php:271
892
- msgid "Require"
893
- msgstr "Exigir"
894
-
895
- #: ../php/options-page-option-tab.php:252
896
- msgid "Should we ask for users business?"
897
- msgstr "Empresa em que trabalha"
898
-
899
- #: ../php/options-page-option-tab.php:260
900
- msgid "Should we ask for users email?"
901
- msgstr "Solicitar e-mail"
902
-
903
- #: ../php/options-page-option-tab.php:268
904
- msgid "Should we ask for users phone number?"
905
- msgstr "Solicitar núero de telefone"
906
-
907
- #: ../php/options-page-option-tab.php:276
908
- msgid "Would you like a place for the user to enter comments?"
909
- msgstr "Campo para usuário digitar comentário"
910
-
911
- #: ../php/options-page-option-tab.php:283
912
- msgid "Show question number on quiz?"
913
- msgstr "Exibir número das questões?"
914
-
915
- #: ../php/options-page-option-tab.php:290
916
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
917
- msgstr ""
918
- "Mostrar botões de compartilhamento de mídia social ? (Twitter e Facebook)"
919
-
920
- #: ../php/options-page-option-tab.php:290
921
- msgid ""
922
- "This option is for here only for users of older versions. Please use the new "
923
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
924
- "instead of using this option!"
925
- msgstr ""
926
-
927
- #: ../php/options-page-option-tab.php:297
928
- msgid ""
929
- "Disable question once user selects answer? (Currently only work on multiple "
930
- "choice)"
931
- msgstr ""
932
-
933
- #: ../php/options-page-option-tab.php:304
934
- msgid ""
935
- "Dynamically add class for incorrect/correct answer after user selects "
936
- "answer? (Currently only works on multiple choice)"
937
- msgstr ""
938
-
939
- #: ../php/options-page-preview-tab.php:13
940
- msgid "Preview"
941
- msgstr "Visualizar"
942
-
943
- #: ../php/options-page-questions-tab.php:13
944
- msgid "Questions"
945
- msgstr "Questões"
946
-
947
- #: ../php/options-page-questions-tab.php:28
948
- msgid "Answer"
949
- msgstr "Resposta"
950
-
951
- #: ../php/options-page-questions-tab.php:64
952
- #, fuzzy
953
- msgid "The question order has been updated successfully."
954
- msgstr "A questão foi atualizado com sucesso."
955
-
956
- #: ../php/options-page-questions-tab.php:169
957
- msgid "The question has been updated successfully."
958
- msgstr "A questão foi atualizado com sucesso."
959
-
960
- #: ../php/options-page-questions-tab.php:214
961
- msgid "The question has been deleted successfully."
962
- msgstr "A questão foi deletada com sucesso."
963
-
964
- #: ../php/options-page-questions-tab.php:306
965
- msgid "The question has been duplicated successfully."
966
- msgstr "A questão foi duplicada com sucesso."
967
-
968
- #: ../php/options-page-questions-tab.php:403
969
- msgid "The question has been created successfully."
970
- msgstr "A questão foi criada com sucesso."
971
-
972
- #: ../php/options-page-questions-tab.php:538
973
- msgid "Add Question"
974
- msgstr "Adicionar Pergunta"
975
-
976
- #: ../php/options-page-questions-tab.php:539
977
- #, fuzzy
978
- msgid "Save Question Order"
979
- msgstr "Ordem das perguntas"
980
-
981
- #: ../php/options-page-questions-tab.php:552
982
- #, php-format
983
- msgid "One question"
984
- msgid_plural "%s questions"
985
- msgstr[0] "Uma questão"
986
- msgstr[1] "%s Questões"
987
-
988
- #: ../php/options-page-questions-tab.php:558
989
- #: ../php/options-page-questions-tab.php:566
990
- #: ../php/options-page-questions-tab.php:694
991
- msgid "Question Order"
992
- msgstr "Ordem das perguntas"
993
-
994
- #: ../php/options-page-questions-tab.php:559
995
- #: ../php/options-page-questions-tab.php:567
996
- #: ../php/options-page-questions-tab.php:644
997
- msgid "Question Type"
998
- msgstr "Tipo de pergunta"
999
-
1000
- #: ../php/options-page-questions-tab.php:560
1001
- #: ../php/options-page-questions-tab.php:568
1002
- #: ../php/options-page-questions-tab.php:707
1003
- msgid "Category"
1004
- msgstr ""
1005
-
1006
- #: ../php/options-page-questions-tab.php:561
1007
- #: ../php/options-page-questions-tab.php:569
1008
- msgid "Question"
1009
- msgstr "Pergunta"
1010
-
1011
- #: ../php/options-page-questions-tab.php:662
1012
- msgid "Answers"
1013
- msgstr "Respostas"
1014
-
1015
- #: ../php/options-page-questions-tab.php:663
1016
- msgid "Points Worth"
1017
- msgstr "Vale Pontos"
1018
-
1019
- #: ../php/options-page-questions-tab.php:664
1020
- msgid "Correct Answer"
1021
- msgstr "Resposta correta"
1022
-
1023
- #: ../php/options-page-questions-tab.php:669
1024
- msgid "Add New Answer!"
1025
- msgstr "Adicionar nova Resposta"
1026
-
1027
- #: ../php/options-page-questions-tab.php:675
1028
- msgid "Correct Answer Info"
1029
- msgstr "Informação da resposta correta"
1030
-
1031
- #: ../php/options-page-questions-tab.php:685
1032
- msgid "Comment Field"
1033
- msgstr "Comentários"
1034
-
1035
- #: ../php/options-page-questions-tab.php:687
1036
- msgid "Small Text Field"
1037
- msgstr "Campo de texto pequeno"
1038
-
1039
- #: ../php/options-page-questions-tab.php:688
1040
- msgid "Large Text Field"
1041
- msgstr "Campo de texto Grande"
1042
-
1043
- #: ../php/options-page-questions-tab.php:689
1044
- msgid "None"
1045
- msgstr ""
1046
-
1047
- #: ../php/options-page-questions-tab.php:699
1048
- msgid "Required?"
1049
- msgstr "Exigido?"
1050
-
1051
- #: ../php/options-page-questions-tab.php:730
1052
- msgid "Create Question"
1053
- msgstr "Criar Pergunta"
1054
-
1055
- #: ../php/options-page-questions-tab.php:735
1056
- msgid "Are you sure you want to delete this question?"
1057
- msgstr "Tem certeza de que deseja excluir esta pergunta?"
1058
-
1059
- #: ../php/options-page-questions-tab.php:740
1060
- msgid "Delete Question"
1061
- msgstr "Apagar Perguntas"
1062
-
1063
- #: ../php/options-page-questions-tab.php:745
1064
- msgid "Are you sure you want to duplicate this question?"
1065
- msgstr "Tem certeza de que deseja duplicar esta pergunta?"
1066
-
1067
- #: ../php/options-page-questions-tab.php:750
1068
- msgid "Duplicate Question"
1069
- msgstr "Duplicar Pergunta"
1070
-
1071
- #: ../php/options-page-results-page-tab.php:13
1072
- msgid "Results Pages"
1073
- msgstr "Paginas de resultados"
1074
-
1075
- #: ../php/options-page-results-page-tab.php:55
1076
- msgid "The results page has been added successfully."
1077
- msgstr "A Página de resultados foi adicionada com sucesso."
1078
-
1079
- #: ../php/options-page-results-page-tab.php:104
1080
- msgid "The results page has been saved successfully."
1081
- msgstr "A Página de resultados foi salva com sucesso."
1082
-
1083
- #: ../php/options-page-results-page-tab.php:205
1084
- #, fuzzy
1085
- msgid "The amount of time user spent taking quiz in minutes"
1086
- msgstr "Tempo gasto do usuário na avaliação"
1087
-
1088
- #: ../php/options-page-results-page-tab.php:208
1089
- #, fuzzy
1090
- msgid "The amount of time user spent taking quiz in seconds"
1091
- msgstr "Tempo gasto do usuário na avaliação"
1092
-
1093
- #: ../php/options-page-results-page-tab.php:226
1094
- msgid "Displays button to share on Facebook."
1095
- msgstr ""
1096
-
1097
- #: ../php/options-page-results-page-tab.php:229
1098
- msgid "Displays button to share on Twitter."
1099
- msgstr ""
1100
-
1101
- #: ../php/options-page-results-page-tab.php:234
1102
- #: ../php/options-page-results-page-tab.php:315
1103
- msgid "Save Results Pages"
1104
- msgstr "Salvar página de resultados"
1105
-
1106
- #: ../php/options-page-results-page-tab.php:235
1107
- #: ../php/options-page-results-page-tab.php:320
1108
- msgid "Add New Results Page"
1109
- msgstr "Adicionar novas páginas de resultados"
1110
-
1111
- #: ../php/options-page-results-page-tab.php:243
1112
- #: ../php/options-page-results-page-tab.php:307
1113
- msgid "Results Page Shown"
1114
- msgstr "Página de Resultados"
1115
-
1116
- #: ../php/options-page-results-page-tab.php:244
1117
- #: ../php/options-page-results-page-tab.php:308
1118
- msgid "Redirect URL (Beta)"
1119
- msgstr ""
1120
-
1121
- #: ../php/options-page-results-page-tab.php:282 ../php/quizzes-page.php:246
1122
- #: ../php/quizzes-page.php:369
1123
- #, fuzzy
1124
- msgid "Delete"
1125
- msgstr "Delete Questionário"
1126
-
1127
- #: ../php/options-page-results-page-tab.php:282
1128
- msgid "Are you sure?"
1129
- msgstr "Você tem certeza?"
1130
-
1131
- #: ../php/options-page-style-tab.php:13
1132
- msgid "Style"
1133
- msgstr "Estilo"
1134
-
1135
- #: ../php/options-page-style-tab.php:39
1136
- msgid "The style has been saved successfully."
1137
- msgstr "Estilo salvo com sucesso!"
1138
-
1139
- #: ../php/options-page-style-tab.php:88
1140
- msgid "Quiz Styles"
1141
- msgstr "Estilo de Perguntas"
1142
-
1143
- #: ../php/options-page-style-tab.php:89
1144
- msgid "Choose your style:"
1145
- msgstr "Escolha seu estilo"
1146
-
1147
- #: ../php/options-page-style-tab.php:118
1148
- msgid "Custom"
1149
- msgstr ""
1150
-
1151
- #: ../php/options-page-style-tab.php:123 ../php/options-page-style-tab.php:135
1152
- msgid "Save Quiz Style"
1153
- msgstr "Salvar Estilo de Questionário"
1154
-
1155
- #: ../php/options-page-style-tab.php:125
1156
- msgid "Custom Style CSS"
1157
- msgstr "Estilo CSS personalizado"
1158
-
1159
- #: ../php/options-page-style-tab.php:126
1160
- msgid ""
1161
- "For detailed help and guidance along with a list of different classes used "
1162
- "in this plugin, please visit the following link:"
1163
- msgstr ""
1164
- "Para obter ajuda e orientação, juntamente com uma lista de diferentes "
1165
- "classes usadas em este plugin detalhadas, por favor visite o seguinte link:"
1166
-
1167
- #: ../php/options-page-text-tab.php:13
1168
- msgid "Text"
1169
- msgstr "texto"
1170
-
1171
- #: ../php/options-page-text-tab.php:102
1172
- msgid "The templates has been updated successfully."
1173
- msgstr "Os modelos foram atualizados com sucesso"
1174
-
1175
- #: ../php/options-page-text-tab.php:242 ../php/options-page-text-tab.php:402
1176
- msgid "Save Templates"
1177
- msgstr "Salvar modelos"
1178
-
1179
- #: ../php/options-page-text-tab.php:248
1180
- msgid "Message Templates"
1181
- msgstr "Modelos de mensagens"
1182
-
1183
- #: ../php/options-page-text-tab.php:252
1184
- msgid "Message Displayed Before Quiz"
1185
- msgstr "Mensagem exibida antes do questionário"
1186
-
1187
- #: ../php/options-page-text-tab.php:262
1188
- msgid "Message Displayed Before Comments Box If Enabled"
1189
- msgstr "Mensagem exibida antes, se a caixa de comentários estiver ativa"
1190
-
1191
- #: ../php/options-page-text-tab.php:272
1192
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1193
- msgstr ""
1194
- "Mensagem exibida ao encerrar a avaliação (Deixe em branco para omitir esta "
1195
- "seção)"
1196
-
1197
- #: ../php/options-page-text-tab.php:282
1198
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1199
- msgstr "Mensagem exibida se usuário tentar questionário várias vezes"
1200
-
1201
- #: ../php/options-page-text-tab.php:292
1202
- msgid ""
1203
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1204
- "Logged In"
1205
- msgstr ""
1206
- "Mensagem exibida Se o usuário não está logado e o Questionário requerer que "
1207
- "os usuários devam estar conectados"
1208
-
1209
- #: ../php/options-page-text-tab.php:302
1210
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1211
- msgstr "Mensagem exibida quando a data está fora do tempo programado"
1212
-
1213
- #: ../php/options-page-text-tab.php:312
1214
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1215
- msgstr "Mensagem exibida se ultrapassou o limite do total das entradas."
1216
-
1217
- #: ../php/options-page-text-tab.php:322
1218
- msgid "%QUESTIONS_ANSWERS% Text"
1219
- msgstr "%QUESTIONS_ANSWERS% Texto"
1220
-
1221
- #: ../php/options-page-text-tab.php:335
1222
- msgid "Twitter Sharing Text"
1223
- msgstr "Compartilhar texto Twitter"
1224
-
1225
- #: ../php/options-page-text-tab.php:352
1226
- msgid "Facebook Sharing Text"
1227
- msgstr "Compartilhar Texto Facebook "
1228
-
1229
- #: ../php/options-page-text-tab.php:367
1230
- msgid "Other Templates"
1231
- msgstr "Outros Modelos"
1232
-
1233
- #: ../php/options-page-text-tab.php:370
1234
- msgid "Text for submit button"
1235
- msgstr "Texto para botão submeter"
1236
-
1237
- #: ../php/options-page-text-tab.php:374
1238
- msgid "Text for name field"
1239
- msgstr "Texto para o Campo Nome"
1240
-
1241
- #: ../php/options-page-text-tab.php:378
1242
- msgid "Text for business field"
1243
- msgstr "Texto para o Campo Empresa"
1244
-
1245
- #: ../php/options-page-text-tab.php:382
1246
- msgid "Text for email field"
1247
- msgstr "Texto para o campo e-mail"
1248
-
1249
- #: ../php/options-page-text-tab.php:386
1250
- msgid "Text for phone number field"
1251
- msgstr "Texto para o campo numero telefone"
1252
-
1253
- #: ../php/options-page-text-tab.php:390
1254
- msgid "Text for comments field"
1255
- msgstr "Texto para o campo comentários"
1256
-
1257
- #: ../php/options-page-text-tab.php:394
1258
- msgid "Text for previous button"
1259
- msgstr "Texto para o botão anterior"
1260
-
1261
- #: ../php/options-page-text-tab.php:398
1262
- msgid "Text for next button"
1263
- msgstr "Texto para botão próximo "
1264
-
1265
- #: ../php/options-page-tools-tab.php:49
1266
- msgid "The stats has been reset successfully."
1267
- msgstr "Estatísticas resetadas com sucesso!"
1268
-
1269
- #: ../php/options-page-tools-tab.php:107
1270
- msgid ""
1271
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1272
- "and Times Quiz Has Been Taken)."
1273
- msgstr ""
1274
- "Utilize este botão para repor todas as estatísticas coletadas para este "
1275
- "questionário (Questionário Visualizações e vezes que o Questionário foi "
1276
- "usado)."
1277
-
1278
- #: ../php/options-page-tools-tab.php:108
1279
- msgid "Reset Quiz Views And Taken Stats"
1280
- msgstr "Resetar questionário, pontos de vista e Estatísticas "
1281
-
1282
- #: ../php/options-page-tools-tab.php:119
1283
- msgid ""
1284
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1285
- "this quiz will be reset. This is permanent and cannot be undone."
1286
- msgstr ""
1287
- "Tem certeza de que deseja redefinir as estatísticas para 0? Todos os pontos "
1288
- "de vista e estatísticas tomadas para esse teste serão repostos. Isso é "
1289
- "permanente e não pode ser desfeito."
1290
-
1291
- #: ../php/options-page-tools-tab.php:123
1292
- msgid "Reset All Stats For Quiz"
1293
- msgstr "Redefinir todas as estatísticas para Questionário"
1294
-
1295
- #: ../php/question-types.php:14
1296
- msgid "Multiple Choice"
1297
- msgstr "Multipla escolha"
1298
-
1299
- #: ../php/question-types.php:105
1300
- msgid "Horizontal Multiple Choice"
1301
- msgstr "Multipla escolha horizontal"
1302
-
1303
- #: ../php/question-types.php:194
1304
- msgid "Drop Down"
1305
- msgstr "Menu suspenso"
1306
-
1307
- #: ../php/question-types.php:280
1308
- msgid "Small Open Answer"
1309
- msgstr "Respostas curtas"
1310
-
1311
- #: ../php/question-types.php:350
1312
- msgid "Multiple Response"
1313
- msgstr "Resposta Multipla"
1314
-
1315
- #: ../php/question-types.php:450
1316
- msgid "Large Open Answer"
1317
- msgstr "Resposta Grande aberta"
1318
-
1319
- #: ../php/question-types.php:528
1320
- msgid "Text Block"
1321
- msgstr "Bloco de texto"
1322
-
1323
- #: ../php/question-types.php:562
1324
- msgid "Number"
1325
- msgstr "Numero"
1326
-
1327
- #: ../php/question-types.php:643
1328
- msgid "Accept"
1329
- msgstr "Aceitar"
1330
-
1331
- #: ../php/question-types.php:688
1332
- msgid "Captcha"
1333
- msgstr "captcha"
1334
-
1335
- #: ../php/question-types.php:745
1336
- msgid "Horizontal Multiple Response"
1337
- msgstr "Respostas múltiplas horizontais"
1338
-
1339
- #: ../php/question-types.php:856
1340
- msgid ""
1341
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1342
- "box in your text."
1343
- msgstr ""
1344
-
1345
- #: ../php/question-types.php:860
1346
- msgid "Fill In The Blank"
1347
- msgstr ""
1348
-
1349
- #: ../php/quiz-options-page.php:56
1350
- #, php-format
1351
- msgid "Quiz Settings For %s"
1352
- msgstr "Configurações do questionário para %s"
1353
-
1354
- #: ../php/quiz-options-page.php:94
1355
- msgid ""
1356
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1357
- "wish to edit."
1358
- msgstr ""
1359
- "Por favor, vá para a página de testes e clique no link Editar no "
1360
- "questionário que pretende editar."
1361
-
1362
- #: ../php/quizzes-page.php:171
1363
- #, fuzzy
1364
- msgid "Add New"
1365
- msgstr "Adicionar nova Resposta"
1366
-
1367
- #: ../php/quizzes-page.php:177
1368
- #, fuzzy, php-format
1369
- msgid "One quiz or survey"
1370
- msgid_plural "%s quizzes or surveys"
1371
- msgstr[0] "Duplicar questão?"
1372
- msgstr[1] "Duplicar questão?"
1373
-
1374
- #: ../php/quizzes-page.php:223 ../php/quizzes-page.php:272
1375
- msgid "URL"
1376
- msgstr "URL"
1377
-
1378
- #: ../php/quizzes-page.php:224 ../php/quizzes-page.php:273
1379
- #, fuzzy
1380
- msgid "Shortcode"
1381
- msgstr "Shortcode do teste"
1382
-
1383
- #: ../php/quizzes-page.php:225 ../php/quizzes-page.php:274
1384
- msgid "Leaderboard Shortcode"
1385
- msgstr "Shortcode da Pontuação"
1386
-
1387
- #: ../php/quizzes-page.php:226 ../php/quizzes-page.php:275
1388
- #, fuzzy
1389
- msgid "Views"
1390
- msgstr "Visualização do Questionário"
1391
-
1392
- #: ../php/quizzes-page.php:227 ../php/quizzes-page.php:276
1393
- #, fuzzy
1394
- msgid "Taken"
1395
- msgstr "Questionário Tomado"
1396
-
1397
- #: ../php/quizzes-page.php:228 ../php/quizzes-page.php:277
1398
- msgid "Last Modified"
1399
- msgstr "Ultima modificação"
1400
-
1401
- #: ../php/quizzes-page.php:241
1402
- msgid "Edit Name"
1403
- msgstr "Editar nome"
1404
-
1405
- #: ../php/quizzes-page.php:243 ../php/quizzes-page.php:346
1406
- #, fuzzy
1407
- msgid "Edit"
1408
- msgstr "Editar nome"
1409
-
1410
- #: ../php/quizzes-page.php:245 ../php/quizzes-page.php:358
1411
- msgid "Duplicate"
1412
- msgstr "Duplicar"
1413
-
1414
- #: ../php/quizzes-page.php:251
1415
- #, fuzzy
1416
- msgid "View Quiz/Survey"
1417
- msgstr "Testes"
1418
-
1419
- #: ../php/quizzes-page.php:333
1420
- #, fuzzy
1421
- msgid "Create New Quiz Or Survey"
1422
- msgstr "Criar Novo teste"
1423
-
1424
- #: ../php/quizzes-page.php:335
1425
- msgid "Create"
1426
- msgstr ""
1427
-
1428
- #: ../php/quizzes-page.php:353
1429
- #, fuzzy
1430
- msgid "Duplicate questions also?"
1431
- msgstr "Duplicar Pergunta"
1432
-
1433
- #: ../php/quizzes-page.php:355
1434
- #, fuzzy
1435
- msgid "Name Of New Quiz Or Survey:"
1436
- msgstr "Nome do novo questionário"
1437
-
1438
- #: ../php/quizzes-page.php:365
1439
- #, fuzzy
1440
- msgid "Are you sure you want to delete this quiz or survey?"
1441
- msgstr "Você tem certeza que deseja deletar este questionário?"
1442
-
1443
- #: ../php/stats-page.php:29
1444
- msgid "Quiz Statistics"
1445
- msgstr "Estatísticas"
1446
-
1447
- #: ../php/stats-page.php:68
1448
- #, fuzzy
1449
- msgid "Quiz Taken Stats"
1450
- msgstr "Questionário Total de Estatísticas"
1451
-
1452
- #: ../php/tools-page.php:107
1453
- msgid "There has been an error! Please try again."
1454
- msgstr "Houve um erro! Por favor tente novamente."
1455
-
1456
- #: ../php/tools-page.php:125
1457
- msgid "Quiz Has Been Restored!"
1458
- msgstr "A Avaliação foi restaurada!"
1459
-
1460
- #: ../php/tools-page.php:130
1461
- msgid ""
1462
- "Choose a quiz in the drop down and then click the button to restore a "
1463
- "deleted quiz."
1464
- msgstr ""
1465
- "Escolha uma Avaliação no drop down e, em seguida, clique no botão para "
1466
- "restaurar uma avaliação excluída."
1467
-
1468
- #: ../php/tools-page.php:140
1469
- msgid "Restore Quiz"
1470
- msgstr "Recuperar Avaliação"
1471
-
1472
- #: ../php/tools-page.php:176 ../php/tools-page.php:192
1473
- #, php-format
1474
- msgid "Previous %s Audits"
1475
- msgstr "Anterior % s Auditorias"
1476
-
1477
- #: ../php/tools-page.php:179 ../php/tools-page.php:186
1478
- #, php-format
1479
- msgid "Next %s Audits"
1480
- msgstr "Próximo% s Auditorias"
1481
-
1482
- #: ../php/tools-page.php:199
1483
- msgid "User"
1484
- msgstr ""
1485
-
1486
- #: ../php/tools-page.php:200
1487
- #, fuzzy
1488
- msgid "Action"
1489
- msgstr "Opções"
1490
-
1491
- #: ../php/tools-page.php:201
1492
- msgid "Time"
1493
- msgstr "Tempo"
1494
-
1495
- #: ../php/widgets.php:14
1496
- #, fuzzy
1497
- msgid "Quiz And Survey Master Leaderboard Widget"
1498
- msgstr "Widget de Classificações"
1499
-
1500
- #: ../php/widgets.php:29
1501
- msgid "Widget Title"
1502
- msgstr ""
1503
-
1504
- #: ../php/widgets.php:33
1505
- msgid "Quiz ID"
1506
- msgstr "ID de Avaliação"
1507
-
1508
- #~ msgid "One quiz"
1509
- #~ msgid_plural "%s quizzes"
1510
- #~ msgstr[0] "Uma questão"
1511
- #~ msgstr[1] "%s questões"
1512
-
1513
- #, fuzzy
1514
- #~ msgid "Create Quiz Or Survey"
1515
- #~ msgstr "Criar Teste"
1516
-
1517
- #, fuzzy
1518
- #~ msgid "Name:"
1519
- #~ msgstr "Nome da Avaliação"
1520
-
1521
- #~ msgid "Quiz Settings"
1522
- #~ msgstr "Configuração de Avaliação"
1523
-
1524
- #~ msgid "Quiz Name:"
1525
- #~ msgstr "Teste Nome:"
1526
-
1527
- #~ msgid "Duplicate questions with quiz"
1528
- #~ msgstr "Duplicar perguntas com questionário"
1529
-
1530
- #~ msgid "Delete Quiz"
1531
- #~ msgstr "Delete Questionário"
1532
-
1533
- #~ msgid ""
1534
- #~ "Required currently only works on open answer, number, accept, and captcha "
1535
- #~ "question types"
1536
- #~ msgstr ""
1537
- #~ "Necessário atualmente só funciona com resposta aberta, número, aceitar e "
1538
- #~ "tipos de captcha."
1539
-
1540
- #~ msgid "Edit Question"
1541
- #~ msgstr "Editar Pergunta"
1542
-
1543
- #~ msgid "Quiz Daily Stats - Times Taken"
1544
- #~ msgstr "Questionário Diário Estatísticas - Tempo Tomado"
1545
-
1546
- #~ msgid "Quiz Weekly Stats - Times Taken"
1547
- #~ msgstr "Questionário semanal Estatísticas - tempo tomado"
1548
-
1549
- #~ msgid "Quiz Monthly Stats - Times Taken"
1550
- #~ msgstr "Questionário mensal Estatísticas - tempo tomado"
1551
-
1552
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1553
- #~ msgstr "Questionário Quadrimestral Estatísticas - tempo tomado"
1554
-
1555
- #~ msgid "Quizzes Taken Today"
1556
- #~ msgstr "Avaliações feitas hoje"
1557
-
1558
- #~ msgid "Quizzes Taken Last 7 Days"
1559
- #~ msgstr "Avaliações feitas nos ultimos 7 dias"
1560
-
1561
- #~ msgid "Quizzes Taken Last 30 Days"
1562
- #~ msgstr "Avaliações feitas nos ultimos 30 dias"
1563
-
1564
- #~ msgid "Quizzes Taken Last 120 Days"
1565
- #~ msgstr "Avaliações feitas nos ultimos 120 dias"
1566
-
1567
- #~ msgid "Total Created Quizzes"
1568
- #~ msgstr "Total de Avaliações"
1569
-
1570
- #~ msgid "Total Deleted Quizzes"
1571
- #~ msgstr "Total de Avaliações deletadas"
1572
-
1573
- #~ msgid "Total Active Quizzes"
1574
- #~ msgstr "Total de Avaliações ativas"
1575
-
1576
- #~ msgid "Total Created Questions"
1577
- #~ msgstr "Total de questões criadas"
1578
-
1579
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1580
- #~ msgstr "Total de vezes que todos Testes ativos foram exibidos"
1581
-
1582
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1583
- #~ msgstr "Total de vezes que todos Testes ativos foram feitos"
1584
-
1585
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1586
- #~ msgstr "Média de avaliações ativas vistas"
1587
-
1588
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1589
- #~ msgstr "Média de avaliações ativas feitas"
1590
-
1591
- #~ msgid "Quiz That Has Been Viewed The Most"
1592
- #~ msgstr "Máximo de avaliações vistas"
1593
-
1594
- #~ msgid "Quiz That Has Been Taken The Most"
1595
- #~ msgstr "Máximo de avaliações feitas"
1596
-
1597
- #~ msgid "Requested Features"
1598
- #~ msgstr "Recursos solicitados"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-th.mo DELETED
Binary file
languages/quiz-master-next-th.po DELETED
@@ -1,1532 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2016-01-21 13:00-0500\n"
9
- "PO-Revision-Date: \n"
10
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
12
- "Language: th\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;"
20
- "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;"
21
- "__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
- "X-Poedit-Basepath: ..\n"
23
- "X-Generator: Poedit 1.8.6\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
27
- #, fuzzy
28
- msgid "Quizzes/Surveys"
29
- msgstr "แบบทดสอบ"
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr ""
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124 php/quizzes-page.php:244
36
- msgid "Results"
37
- msgstr "ผลลัพธ์"
38
-
39
- #: mlw_quizmaster2.php:230
40
- #, fuzzy
41
- msgid "Result Details"
42
- msgstr "รายละเอียดผลลัพธ์ของแบบทดสอบ"
43
-
44
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13 php/tools-page.php:65
45
- msgid "Tools"
46
- msgstr "เครื่องมือ"
47
-
48
- #: mlw_quizmaster2.php:233
49
- msgid "Stats"
50
- msgstr "สถิติ"
51
-
52
- #: mlw_quizmaster2.php:234
53
- msgid "Addon Settings"
54
- msgstr "ตั้งค่าส่วนเพิ่มเติม"
55
-
56
- #: mlw_quizmaster2.php:235
57
- msgid "Help"
58
- msgstr "ช่วยเหลือ"
59
-
60
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
61
- msgid "QMN About"
62
- msgstr "เกี่ยวกับ QMN"
63
-
64
- #: php/about-page.php:30
65
- #, fuzzy
66
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
67
- msgstr "ยินดีต้อนรับสู่ Quiz Master Next"
68
-
69
- #: php/about-page.php:31
70
- msgid "Thank you for updating!"
71
- msgstr "ขอบคุณที่อัพเดท!"
72
-
73
- #: php/about-page.php:35
74
- msgid "What's New!"
75
- msgstr "มีอะไรใหม่!"
76
-
77
- #: php/about-page.php:37
78
- msgid "Changelog"
79
- msgstr "บันทึกการเปลี่ยนแปลง"
80
-
81
- #: php/about-page.php:39
82
- msgid "People Who Make QMN Possible"
83
- msgstr ""
84
-
85
- #: php/about-page.php:93
86
- #, php-format
87
- msgid "View %s"
88
- msgstr ""
89
-
90
- #: php/addons-page.php:60
91
- #, fuzzy
92
- msgid "These addons extend the functionality of Quiz And Survey Master"
93
- msgstr "ส่วนเพิ่มเติม เหล่านี้ ขยายการทำงานของ Quiz Master Next"
94
-
95
- #: php/addons-page.php:61 php/addons-page.php:105
96
- msgid "Browse All Addons"
97
- msgstr "เลือกส่วนเพิ่มเติมทั้งหมด"
98
-
99
- #: php/addons-page.php:119
100
- msgid "Featured Addons"
101
- msgstr "ส่วนเพิ่มเติมแนะนำ"
102
-
103
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
104
- msgid "Quiz Results"
105
- msgstr "ผลลัพธ์แบบทดสอบ"
106
-
107
- #: php/admin-results-details-page.php:202
108
- msgid "Create Certificate"
109
- msgstr "สร้างประกาศนียบัตร"
110
-
111
- #: php/admin-results-details-page.php:206
112
- msgid "Download Certificate Here"
113
- msgstr "ดาวน์โหลดประกาศนียบัตร"
114
-
115
- #: php/admin-results-details-page.php:219
116
- msgid "Certificate"
117
- msgstr ""
118
-
119
- #: php/admin-results-page.php:37
120
- msgid "Your results has been deleted successfully."
121
- msgstr "ผลลัพท์ของท่านได้ถูกลบเรียบร้อย"
122
-
123
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
124
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
125
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
126
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
127
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
128
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
129
- #: php/options-page-questions-tab.php:190 php/options-page-questions-tab.php:235
130
- #: php/options-page-questions-tab.php:327 php/options-page-questions-tab.php:424
131
- #: php/options-page-results-page-tab.php:76 php/options-page-results-page-tab.php:125
132
- #: php/options-page-style-tab.php:60 php/options-page-text-tab.php:123
133
- #: php/options-page-tools-tab.php:68
134
- #, php-format
135
- msgid ""
136
- "There has been an error in this action. Please share this with the developer. Error Code: %s"
137
- msgstr "เกิดข้อผิดพลาดในการทำงาน โปรดแชร์ให้กับผู้พัฒนา หมายเลขข้อผิดพลาด Error Code: %s"
138
-
139
- #: php/admin-results-page.php:205
140
- #, php-format
141
- msgid "One result"
142
- msgid_plural "%s results"
143
- msgstr[0] ""
144
- msgstr[1] ""
145
-
146
- #: php/admin-results-page.php:290
147
- msgid "Actions"
148
- msgstr "กระทำ"
149
-
150
- #: php/admin-results-page.php:291
151
- msgid "Quiz Name"
152
- msgstr "ชื่อแบบทดสอบ"
153
-
154
- #: php/admin-results-page.php:292
155
- msgid "Score"
156
- msgstr "คำแนน"
157
-
158
- #: php/admin-results-page.php:293
159
- msgid "Time To Complete"
160
- msgstr "เวลาที่ทำสำเร็จ"
161
-
162
- #: php/admin-results-page.php:294 php/quizzes-page.php:222 php/quizzes-page.php:271
163
- #: php/quizzes-page.php:334 php/quizzes-page.php:342
164
- msgid "Name"
165
- msgstr "ชื่อ"
166
-
167
- #: php/admin-results-page.php:295
168
- msgid "Business"
169
- msgstr "ที่ทำงาน"
170
-
171
- #: php/admin-results-page.php:296
172
- msgid "Email"
173
- msgstr "อีเมล์"
174
-
175
- #: php/admin-results-page.php:297
176
- msgid "Phone"
177
- msgstr "โทรศัพท์"
178
-
179
- #: php/admin-results-page.php:298
180
- msgid "Time Taken"
181
- msgstr "ใช้เวลาไป"
182
-
183
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
184
- msgid "Not Graded"
185
- msgstr "ไม่คิดคะแนน"
186
-
187
- #: php/admin-results-page.php:357
188
- msgid "Are you sure you want to delete these results?"
189
- msgstr "คุณแน่ใจหรือไม่ที่จะลบผลลัพธ์"
190
-
191
- #: php/admin-results-page.php:362
192
- msgid "Delete Results"
193
- msgstr "ลบผลลัพธ์"
194
-
195
- #: php/class-qmn-alert-manager.php:37
196
- msgid "Success!"
197
- msgstr "สำเร็จ!"
198
-
199
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
200
- msgid "Error!"
201
- msgstr "ผิดพลาด!"
202
-
203
- #: php/class-qmn-quiz-creator.php:386
204
- msgid ""
205
- "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on "
206
- "the new quiz."
207
- msgstr "แบบทดสอบใหม่จองท่านได้ถูกสร้างเรียบร้อย คลิ้กลิงค์แก้ไขที่แบบทดสอบใหม่ เพื่อทำการแก้ไข"
208
-
209
- #: php/class-qmn-quiz-creator.php:461
210
- msgid "Your quiz has been deleted successfully."
211
- msgstr "แบบทดสอบของท่านได้ถูกลบเรียบร้อย"
212
-
213
- #: php/class-qmn-quiz-creator.php:512
214
- msgid "Your quiz name has been updated successfully."
215
- msgstr "ชื่อแบบทดสอบของท่านได้ถูกอัพเดทเรียบร้อย"
216
-
217
- #: php/class-qmn-quiz-creator.php:678
218
- msgid "Your quiz has been duplicated successfully."
219
- msgstr "แบบทดสอบของท่านได้ถูกทำสำเนาเรียบร้อย"
220
-
221
- #: php/class-qmn-quiz-manager.php:80
222
- msgid "It appears that this quiz is not set up correctly"
223
- msgstr ""
224
-
225
- #: php/class-qmn-quiz-manager.php:275
226
- msgid "Not a valid e-mail address!"
227
- msgstr "รูปแบบอีเมล์ไม่ถูกต้อง"
228
-
229
- #: php/class-qmn-quiz-manager.php:276
230
- msgid "This field must be a number!"
231
- msgstr "ใช้ตัวเลขในช่องนี้เท่านั้น"
232
-
233
- #: php/class-qmn-quiz-manager.php:277
234
- msgid "The entered text is not correct!"
235
- msgstr "ข้อความที่กรอกไม่ถูกต้อง!"
236
-
237
- #: php/class-qmn-quiz-manager.php:278
238
- msgid "Please complete all required fields!"
239
- msgstr "กรุณาตอบช่องบังคับทุกช่อง!"
240
-
241
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
242
- msgid "Hint"
243
- msgstr "บอกใบ้"
244
-
245
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
246
- msgid "Previous"
247
- msgstr "ก่อนหน้า"
248
-
249
- #: php/class-qmn-review-message.php:83
250
- #, php-format
251
- msgid ""
252
- "Greetings! I just noticed that you now have more than %d quiz results. That is\n"
253
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star rating on WordPress? "
254
- "This\n"
255
- "\t\twill help us by helping other users discover this plugin. %s"
256
- msgstr ""
257
-
258
- #: php/class-qmn-review-message.php:89
259
- msgid "Yeah, you deserve it!"
260
- msgstr ""
261
-
262
- #: php/class-qmn-review-message.php:90
263
- msgid "I already did!"
264
- msgstr ""
265
-
266
- #: php/class-qmn-review-message.php:91
267
- msgid "No, this plugin is not good enough"
268
- msgstr ""
269
-
270
- #: php/class-qmn-tracking.php:204
271
- msgid ""
272
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and help us make this "
273
- "plugin better? No sensitive data is tracked."
274
- msgstr ""
275
-
276
- #: php/class-qmn-tracking.php:205
277
- msgid "Allow"
278
- msgstr ""
279
-
280
- #: php/class-qmn-tracking.php:206
281
- msgid "Do not allow"
282
- msgstr ""
283
-
284
- #: php/dashboard-widgets.php:16
285
- #, fuzzy
286
- msgid "Quiz And Survey Master Snapshot"
287
- msgstr "Quiz Master Next Snapshot"
288
-
289
- #: php/dashboard-widgets.php:180
290
- msgid "quizzes taken today"
291
- msgstr "แบบทดสอบที่มีคนทำในวันนี้"
292
-
293
- #: php/dashboard-widgets.php:199
294
- msgid "quizzes taken last 7 days"
295
- msgstr "แบบทดสอบที่มีคนทำ ย้อนหลัง 7 วัน"
296
-
297
- #: php/dashboard-widgets.php:218
298
- #, fuzzy
299
- msgid "quizzes taken last 30 days"
300
- msgstr "แบบทดสอบที่มีคนทำ ย้อนหลัง 7 วัน"
301
-
302
- #: php/dashboard-widgets.php:237
303
- #, fuzzy
304
- msgid "quizzes taken last 120 days"
305
- msgstr "แบบทดสอบที่มีคนทำ ย้อนหลัง 7 วัน"
306
-
307
- #: php/dashboard-widgets.php:256
308
- msgid "total active quizzes"
309
- msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
310
-
311
- #: php/dashboard-widgets.php:262
312
- msgid "total active questions"
313
- msgstr "จำนวนคำถามที่ใช้งานทั้งหมด"
314
-
315
- #: php/dashboard-widgets.php:268
316
- msgid "most popular quiz"
317
- msgstr "แบบทดสอบเป็นที่นิยมสูงสุด"
318
-
319
- #: php/dashboard-widgets.php:274
320
- msgid "least popular quiz"
321
- msgstr "แบบทดสอบเป็นที่นิยมต่ำสุด"
322
-
323
- #: php/help-page.php:20
324
- msgid "Need Help?"
325
- msgstr "ต้องการความช่วยเหลือ?"
326
-
327
- #: php/help-page.php:21
328
- msgid "Support"
329
- msgstr "สนับสนุน"
330
-
331
- #: php/help-page.php:22
332
- msgid "System Info"
333
- msgstr "ข้อมูลระบบ"
334
-
335
- #: php/help-page.php:25
336
- msgid "Help Page"
337
- msgstr "หน้าช่วยเหลือ"
338
-
339
- #: php/help-page.php:55
340
- msgid "Need help with the plugin? Try any of the following:"
341
- msgstr "ต้องการความช่วยเหลือ? ลองทำสิ่งต่อไปนี้"
342
-
343
- #: php/options-page-certificate-tab.php:15
344
- msgid "Certificate (Beta)"
345
- msgstr "ประกาศนียบัตร (รุ่นทดสอบ)"
346
-
347
- #: php/options-page-certificate-tab.php:64
348
- msgid "The certificate has been updated successfully."
349
- msgstr "อัพเดทประกาศนียบัตรเรียบร้อย"
350
-
351
- #: php/options-page-certificate-tab.php:100
352
- msgid "Enter title here"
353
- msgstr "กรอกหัวข้อที่นี่"
354
-
355
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
356
- #: php/options-page-email-tab.php:109
357
- msgid "Enter text here"
358
- msgstr "กรอกข้อความที่นี่"
359
-
360
- #: php/options-page-certificate-tab.php:104
361
- msgid "Quiz Certificate (Beta)"
362
- msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
363
-
364
- #: php/options-page-certificate-tab.php:105
365
- msgid ""
366
- "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link "
367
- "variable into the templates on the Emails and Results Page tabs so the user can access the "
368
- "certificate."
369
- msgstr ""
370
-
371
- #: php/options-page-certificate-tab.php:106
372
- msgid "These fields cannot contain HTML."
373
- msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
374
-
375
- #: php/options-page-certificate-tab.php:107 php/options-page-certificate-tab.php:163
376
- msgid "Save Certificate Options"
377
- msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
378
-
379
- #: php/options-page-certificate-tab.php:115
380
- msgid "Enable Certificates For This Quiz?"
381
- msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
382
-
383
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
384
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
385
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
386
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
387
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
388
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
389
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
390
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
391
- #: php/options-page-results-page-tab.php:282
392
- msgid "Yes"
393
- msgstr "ใช่"
394
-
395
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
396
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
397
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
398
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
399
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
400
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
401
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
402
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
403
- #: php/options-page-questions-tab.php:702 php/options-page-results-page-tab.php:282
404
- msgid "No"
405
- msgstr "ไม่ใช่"
406
-
407
- #: php/options-page-certificate-tab.php:123
408
- msgid "Certificate Title"
409
- msgstr "หัวข้อประกาศนียบัตร"
410
-
411
- #: php/options-page-certificate-tab.php:130
412
- msgid "Message Displayed On Certificate"
413
- msgstr "ข้อความแสดงบนประกาศนียบัตร"
414
-
415
- #: php/options-page-certificate-tab.php:132 php/options-page-leaderboard-tab.php:122
416
- #: php/options-page-text-tab.php:254 php/options-page-text-tab.php:264
417
- #: php/options-page-text-tab.php:274 php/options-page-text-tab.php:284
418
- #: php/options-page-text-tab.php:294 php/options-page-text-tab.php:304
419
- #: php/options-page-text-tab.php:314 php/options-page-text-tab.php:324
420
- #: php/options-page-text-tab.php:337 php/options-page-text-tab.php:354
421
- msgid "Allowed Variables:"
422
- msgstr "ตัวแปรที่อนุญาตื"
423
-
424
- #: php/options-page-certificate-tab.php:150
425
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
426
- msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
427
-
428
- #: php/options-page-certificate-tab.php:157
429
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
430
- msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
431
-
432
- #: php/options-page-email-tab.php:13
433
- msgid "Emails"
434
- msgstr "อีเมล์"
435
-
436
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
437
- msgid "The email has been added successfully."
438
- msgstr "เพิ่มอีเมล์เรียบร้อย"
439
-
440
- #: php/options-page-email-tab.php:224
441
- msgid "The email has been updated successfully."
442
- msgstr "อัพเดทอีเมล์เรียบร้อย"
443
-
444
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
445
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
446
- msgid "Template Variables"
447
- msgstr "ตัวแปรแม่แบบ"
448
-
449
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
450
- #: php/options-page-text-tab.php:164
451
- msgid "Score for the quiz when using points"
452
- msgstr "คะแนนแบบทดสอบ ใช้งานคะแนน"
453
-
454
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
455
- #: php/options-page-text-tab.php:167
456
- msgid "The average amount of points user had per question"
457
- msgstr "คะแนนเฉลี่ยของผู้ใช้งาน ต่อคำถาม"
458
-
459
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
460
- #: php/options-page-text-tab.php:170
461
- msgid "The number of correct answers the user had"
462
- msgstr "จำนวนข้อถูกของผู้ใช้"
463
-
464
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
465
- #: php/options-page-text-tab.php:173
466
- msgid "The total number of questions in the quiz"
467
- msgstr "จำนวนคำถามทั้งหมดของแบบทดสอบนี้"
468
-
469
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
470
- #: php/options-page-text-tab.php:176
471
- msgid "Score for the quiz when using correct answers"
472
- msgstr "คะแนนแบบทดสอบ ใช้งานคำตอบที่ถูก"
473
-
474
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
475
- #: php/options-page-text-tab.php:179
476
- msgid "The name the user entered before the quiz"
477
- msgstr "ชื่อที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
478
-
479
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
480
- #: php/options-page-text-tab.php:182
481
- msgid "The business the user entered before the quiz"
482
- msgstr "ที่ทำงานที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
483
-
484
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
485
- #: php/options-page-text-tab.php:185
486
- msgid "The phone number the user entered before the quiz"
487
- msgstr "โทรศัพท์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
488
-
489
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
490
- #: php/options-page-text-tab.php:188
491
- msgid "The email the user entered before the quiz"
492
- msgstr "อีเมล์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
493
-
494
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
495
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
496
- msgid "The name of the quiz"
497
- msgstr "ชื่อของแบบทดสอบ"
498
-
499
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
500
- #: php/options-page-text-tab.php:194
501
- msgid "Shows the question, the answer the user provided, and the correct answer"
502
- msgstr "แสดงคำถาม, คำตอบจากผู้ใช้, และข้อที่ถูกต้อง"
503
-
504
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
505
- #: php/options-page-text-tab.php:197
506
- msgid "The comments the user entered into comment box if enabled"
507
- msgstr "ข้อแนะนำที่ได้รับจากผู้ใช้"
508
-
509
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
510
- msgid "The amount of time user spent on quiz in seconds"
511
- msgstr ""
512
-
513
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
514
- msgid "The amount of time user spent on quiz in minutes"
515
- msgstr ""
516
-
517
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
518
- #: php/options-page-text-tab.php:206
519
- msgid "The link to the certificate after completing the quiz"
520
- msgstr "ลิงค์ไปสู่ประกาศนียบัตรหลังทำแบบทดสอบเรียบร้อย"
521
-
522
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
523
- #: php/options-page-text-tab.php:209
524
- msgid "The amount of points a specific category earned."
525
- msgstr "คะแนนเฉพาะจากหมวดหมู่"
526
-
527
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
528
- #: php/options-page-text-tab.php:212
529
- msgid "The score a specific category earned."
530
- msgstr "คะแนนเฉพาะจากหมวดหมู่"
531
-
532
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
533
- #: php/options-page-text-tab.php:215
534
- msgid "The average points from all categories."
535
- msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
536
-
537
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
538
- #: php/options-page-text-tab.php:218
539
- msgid "The average score from all categories."
540
- msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
541
-
542
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
543
- msgid "The question that the user answered"
544
- msgstr "คำถามที่ผู้ใช้ตอบ"
545
-
546
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
547
- msgid "The answer the user gave for the question"
548
- msgstr "คำตอบที่ผู้ใช้ตอบคำถาม"
549
-
550
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
551
- msgid "The correct answer for the question"
552
- msgstr "คำตอบที่ถูกต้อง"
553
-
554
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
555
- msgid "The comments the user provided in the comment field for the question"
556
- msgstr "ข้อเสนอแนะที่ผู้ใช้กรอกสำหรับคำถาม"
557
-
558
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
559
- msgid "Reason why the correct answer is the correct answer"
560
- msgstr "เหตุผลอธิบายข้อถูก"
561
-
562
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
563
- msgid "The Current Date"
564
- msgstr "วันที่ปัจจุบัน"
565
-
566
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
567
- msgid "Save Email Templates And Settings"
568
- msgstr "บันทึกแม่แบบอีเมล์และการตั้งค่า"
569
-
570
- #: php/options-page-email-tab.php:417
571
- msgid "Send user email upon completion?"
572
- msgstr "ส่งอีเมล์หาผู้ใช้เมื่อเสร็จเรียบร้อย"
573
-
574
- #: php/options-page-email-tab.php:424
575
- msgid "Send admin email upon completion?"
576
- msgstr "ส่งอีเมล์หาผู้ดูแลระบบเมื่อเสร็จเรียบร้อย"
577
-
578
- #: php/options-page-email-tab.php:431
579
- msgid "What emails should we send the admin email to? Separate emails with a comma."
580
- msgstr "อีเมล์ใดที่จะใช้ส่งไปยังผู้ดูแลระบบ แยกแต่ละอีเมล์ด้วยเครื่องหมายลูกน่ำ"
581
-
582
- #: php/options-page-email-tab.php:435
583
- msgid "What is the From Name for the email sent to users and admin?"
584
- msgstr "ชื่อฟอร์มใดที่ต้องการใช้ส่งอีเมล์ไปยังผู้ใช้และผู้ดูแลระบบ"
585
-
586
- #: php/options-page-email-tab.php:439
587
- #, fuzzy
588
- msgid "What is the From Email address for the email sent to users and admin?"
589
- msgstr "ชื่อฟอร์มใดที่ต้องการใช้ส่งอีเมล์ไปยังผู้ใช้และผู้ดูแลระบบ"
590
-
591
- #: php/options-page-email-tab.php:443
592
- msgid "Add user's email as Reply-To on admin email?"
593
- msgstr ""
594
-
595
- #: php/options-page-email-tab.php:452
596
- msgid "Email Sent To User"
597
- msgstr "ส่งอีเมล์ให้ผู้ใช้เรียบร้อย"
598
-
599
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
600
- msgid "Add New User Email"
601
- msgstr "เพิ่มอีเมล์ผู้ใช่ใหม่"
602
-
603
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
604
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
605
- #: php/options-page-results-page-tab.php:241 php/options-page-results-page-tab.php:305
606
- msgid "Score Greater Than Or Equal To"
607
- msgstr "คะแนนมากกว่าหรือเท่ากับ"
608
-
609
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
610
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
611
- #: php/options-page-results-page-tab.php:242 php/options-page-results-page-tab.php:306
612
- msgid "Score Less Than Or Equal To"
613
- msgstr "คะแนนน้อยกว่าหรือเท่ากับ"
614
-
615
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
616
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
617
- msgid "Subject"
618
- msgstr "หัวเรื่อง"
619
-
620
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
621
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
622
- msgid "Email To Send"
623
- msgstr "อีเมล์ที่จะส่ง"
624
-
625
- #: php/options-page-email-tab.php:539
626
- msgid "Email Sent To Admin"
627
- msgstr "ส่งอีเมล์ไปหาผู้ดูแลระบบแล้ว"
628
-
629
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
630
- msgid "Add New Admin Email"
631
- msgstr "เพื่ออีเมล์ผู้ดูแลระบบใหม่"
632
-
633
- #: php/options-page-leaderboard-tab.php:13
634
- msgid "Leaderboard"
635
- msgstr "กระดานผู้นำ"
636
-
637
- #: php/options-page-leaderboard-tab.php:49
638
- msgid "The leaderboards has been updated successfully."
639
- msgstr "อัพเดทกระดานผู้นำเรียบร้อย"
640
-
641
- #: php/options-page-leaderboard-tab.php:83
642
- msgid "The name of the user who is in first place"
643
- msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 1"
644
-
645
- #: php/options-page-leaderboard-tab.php:84
646
- msgid "The score from the first place's quiz"
647
- msgstr "คะแนนจากแบบทดสอบลำดับที่ 1"
648
-
649
- #: php/options-page-leaderboard-tab.php:88
650
- msgid "The name of the user who is in second place"
651
- msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 2"
652
-
653
- #: php/options-page-leaderboard-tab.php:89
654
- msgid "The score from the second place's quiz"
655
- msgstr "คะแนนจากแบบทดสอบลำดับที่ 2"
656
-
657
- #: php/options-page-leaderboard-tab.php:93
658
- msgid "The name of the user who is in third place"
659
- msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 3"
660
-
661
- #: php/options-page-leaderboard-tab.php:94
662
- msgid "The score from the third place's quiz"
663
- msgstr "คะแนนจากแบบทดสอบลำดับที่ 3"
664
-
665
- #: php/options-page-leaderboard-tab.php:98
666
- msgid "The name of the user who is in fourth place"
667
- msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 4"
668
-
669
- #: php/options-page-leaderboard-tab.php:99
670
- msgid "The score from the fourth place's quiz"
671
- msgstr "คะแนนจากแบบทดสอบลำดับที่ 4"
672
-
673
- #: php/options-page-leaderboard-tab.php:103
674
- msgid "The name of the user who is in fifth place"
675
- msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 5"
676
-
677
- #: php/options-page-leaderboard-tab.php:104
678
- msgid "The score from the fifth place's quiz"
679
- msgstr "คะแนนจากแบบทดสอบลำดับที่ 5"
680
-
681
- #: php/options-page-leaderboard-tab.php:111 php/options-page-leaderboard-tab.php:139
682
- msgid "Save Leaderboard Options"
683
- msgstr "บันทึกการตั้งค่ากระดานผู้นำ"
684
-
685
- #: php/options-page-leaderboard-tab.php:120
686
- msgid "Leaderboard Template"
687
- msgstr "แม่แบบกระดานผู้นำ"
688
-
689
- #: php/options-page-option-tab.php:13
690
- msgid "Options"
691
- msgstr "ตัวเลือก"
692
-
693
- #: php/options-page-option-tab.php:110
694
- msgid "The options has been updated successfully."
695
- msgstr "อัพเดทตัวเลือกเรียบร้อย"
696
-
697
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
698
- msgid "Save Options"
699
- msgstr "บันทึกตัวเลือก"
700
-
701
- #: php/options-page-option-tab.php:168
702
- msgid "Which system is this quiz graded on?"
703
- msgstr "รูปแบบการให้คะแนน"
704
-
705
- #: php/options-page-option-tab.php:170
706
- msgid "Correct/Incorrect"
707
- msgstr "ข้อถูก/ข้อผิด"
708
-
709
- #: php/options-page-option-tab.php:171
710
- msgid "Points"
711
- msgstr "คะแนนรวม"
712
-
713
- #: php/options-page-option-tab.php:176
714
- msgid "Should the user be required to be logged in to take this quiz?"
715
- msgstr "ผู้ใช้งานต้อง ลงชื่อเข้าระบบ เพื่อทำแบบทดสอบ?"
716
-
717
- #: php/options-page-option-tab.php:183
718
- msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
719
- msgstr "จำนวนคำถามต่อหน้า? (ใส่ 0 จะแสดงคำถามทั้งหมดในหน้าเดียว)"
720
-
721
- #: php/options-page-option-tab.php:189
722
- msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
723
- msgstr "ให้เวลา กี่นาที สำหรับแบบทดสอบนี้? (ใส่ 0 จะไม่กำหนดเวลา)"
724
-
725
- #: php/options-page-option-tab.php:195
726
- msgid ""
727
- "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. "
728
- "Currently only works for registered users)"
729
- msgstr ""
730
- "จำกัดจำนวนครั้งที่ผู้ใช้งานทำแบบทดสอบนี้? (ใส่ 0 จะไม่จำกัดจำนวนครั้ง ใช้จำกัดได้เฉพาะผู้ใช้งานอยู่่ในระบบและลงชื่อเข้าใช้)"
731
-
732
- #: php/options-page-option-tab.php:201
733
- msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
734
- msgstr "จำนวนรายการทั้งหมดที่แบบทดสอบมีได้? (ใส่ 0 จะไม่จำกัดจำนวน)"
735
-
736
- #: php/options-page-option-tab.php:207
737
- msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
738
- msgstr "กำหนดจำนวนคำถามที่เลือกมาใช้ในแบบทดสอบนี้ (ใส่ 0 จะเลือกคำถามทั้งหมด)"
739
-
740
- #: php/options-page-option-tab.php:213
741
- msgid ""
742
- "What time-frame should the user be able to access the quiz? (Leave blank if the user can access "
743
- "anytime)"
744
- msgstr "กำหนดช่วงเวลาที่อนุญาติให้เข้าทำแบบทดสอบ (ใส่ 0 จะไม่กำหนดเวลา)"
745
-
746
- #: php/options-page-option-tab.php:215
747
- msgid "start date"
748
- msgstr "วันที่เริ่มต้น"
749
-
750
- #: php/options-page-option-tab.php:218
751
- msgid "end date"
752
- msgstr "วันที่สิ้นสุด"
753
-
754
- #: php/options-page-option-tab.php:222
755
- msgid "Are the questions random? (Question Order will not apply if this is yes)"
756
- msgstr "สุ่มเลือกคำถาม? (ระบบจะไม่สนใจการเรียงลำดับคำถาม)"
757
-
758
- #: php/options-page-option-tab.php:224
759
- msgid "Random Questions"
760
- msgstr "สุ่มคำถาม"
761
-
762
- #: php/options-page-option-tab.php:225
763
- msgid "Random Questions And Answers"
764
- msgstr "สุ่มลำดับคำถามและคำตอบ"
765
-
766
- #: php/options-page-option-tab.php:230
767
- msgid ""
768
- "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
769
- msgstr "ต้องการถามที่อยู่่เพื่อติดต่อกลับ ที่ตอนต้นหรือตอนท้ายของแบบทดสอบ?"
770
-
771
- #: php/options-page-option-tab.php:232
772
- msgid "Beginning"
773
- msgstr "ตอนต้น"
774
-
775
- #: php/options-page-option-tab.php:233
776
- msgid "End"
777
- msgstr "ตอนท้าย"
778
-
779
- #: php/options-page-option-tab.php:237
780
- msgid ""
781
- "If a logged-in user takes the quiz, would you like them to be able to edit contact information? "
782
- "If set to no, the fields will not show up for logged in users; however, the users information "
783
- "will be saved for the fields."
784
- msgstr ""
785
- "ถ้าผู้ทำแบบทดสอบเข้าใช้ระบบอยู่ คุณต้องการให้ผู้ใช้สามารถแก้ไขที่อยู่ติดต่อหรือไม่? หากเลือกไม่ ช่องต่างๆ จะไม่แสดงผล "
786
- "อย่างไรก็ตามข้อมูลต่างๆ จะยังคงถูกบันทึกช่องนั้นๆ ในฐานข้อมูล"
787
-
788
- #: php/options-page-option-tab.php:244
789
- msgid "Should we ask for users name?"
790
- msgstr "ถามชื่อผู้ใช้งาน?"
791
-
792
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
793
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
794
- msgid "Require"
795
- msgstr "บังคับ"
796
-
797
- #: php/options-page-option-tab.php:252
798
- msgid "Should we ask for users business?"
799
- msgstr "ถามสถานที่ทำงานของผู้ใช้?"
800
-
801
- #: php/options-page-option-tab.php:260
802
- msgid "Should we ask for users email?"
803
- msgstr "ถามอีเมล์ของผู้ใช้?"
804
-
805
- #: php/options-page-option-tab.php:268
806
- msgid "Should we ask for users phone number?"
807
- msgstr "ถามเบอร์โทรศัพท์ของผู้ใช้?"
808
-
809
- #: php/options-page-option-tab.php:276
810
- msgid "Would you like a place for the user to enter comments?"
811
- msgstr "ต้องการให้ผู้ใช้กรอกความคิดเห็น?"
812
-
813
- #: php/options-page-option-tab.php:283
814
- msgid "Show question number on quiz?"
815
- msgstr "แสดงหมายเลขข้อของแบบทดสอบ?"
816
-
817
- #: php/options-page-option-tab.php:290
818
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
819
- msgstr "แสดงปุ่มสำหรับสื่อสังคมออนไลน์ (Twitter & Facebook)"
820
-
821
- #: php/options-page-option-tab.php:290
822
- msgid ""
823
- "This option is for here only for users of older versions. Please use the new template variables "
824
- "%FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
825
- msgstr ""
826
-
827
- #: php/options-page-option-tab.php:297
828
- msgid "Disable question once user selects answer? (Currently only work on multiple choice)"
829
- msgstr ""
830
-
831
- #: php/options-page-option-tab.php:304
832
- msgid ""
833
- "Dynamically add class for incorrect/correct answer after user selects answer? (Currently only "
834
- "works on multiple choice)"
835
- msgstr ""
836
-
837
- #: php/options-page-preview-tab.php:13
838
- msgid "Preview"
839
- msgstr "ดูตัวอย่าง"
840
-
841
- #: php/options-page-questions-tab.php:13
842
- msgid "Questions"
843
- msgstr "คำถาม"
844
-
845
- #: php/options-page-questions-tab.php:28
846
- msgid "Answer"
847
- msgstr "คำตอบ"
848
-
849
- #: php/options-page-questions-tab.php:64
850
- msgid "The question order has been updated successfully."
851
- msgstr ""
852
-
853
- #: php/options-page-questions-tab.php:169
854
- msgid "The question has been updated successfully."
855
- msgstr "ปรับปรุงคำถามเรียบร้อย"
856
-
857
- #: php/options-page-questions-tab.php:214
858
- msgid "The question has been deleted successfully."
859
- msgstr "ลบคำถามเรียบร้อย"
860
-
861
- #: php/options-page-questions-tab.php:306
862
- msgid "The question has been duplicated successfully."
863
- msgstr "ทำสำเนาคำถามเรียบร้อย"
864
-
865
- #: php/options-page-questions-tab.php:403
866
- msgid "The question has been created successfully."
867
- msgstr "สร้างคำถามเรียบร้อย"
868
-
869
- #: php/options-page-questions-tab.php:538
870
- msgid "Add Question"
871
- msgstr "เพิ่มคำถาม"
872
-
873
- #: php/options-page-questions-tab.php:539
874
- msgid "Save Question Order"
875
- msgstr ""
876
-
877
- #: php/options-page-questions-tab.php:552
878
- #, php-format
879
- msgid "One question"
880
- msgid_plural "%s questions"
881
- msgstr[0] "หนึ่งคำถาม"
882
- msgstr[1] "%s คำถาม"
883
-
884
- #: php/options-page-questions-tab.php:558 php/options-page-questions-tab.php:566
885
- #: php/options-page-questions-tab.php:694
886
- msgid "Question Order"
887
- msgstr "ลำดับคำถาม"
888
-
889
- #: php/options-page-questions-tab.php:559 php/options-page-questions-tab.php:567
890
- #: php/options-page-questions-tab.php:644
891
- msgid "Question Type"
892
- msgstr "ชนิดคำถาม"
893
-
894
- #: php/options-page-questions-tab.php:560 php/options-page-questions-tab.php:568
895
- #: php/options-page-questions-tab.php:707
896
- msgid "Category"
897
- msgstr "หมวดหมู่"
898
-
899
- #: php/options-page-questions-tab.php:561 php/options-page-questions-tab.php:569
900
- msgid "Question"
901
- msgstr "คำถาม"
902
-
903
- #: php/options-page-questions-tab.php:662
904
- msgid "Answers"
905
- msgstr "คำตอบ"
906
-
907
- #: php/options-page-questions-tab.php:663
908
- msgid "Points Worth"
909
- msgstr "ค่าคะแนน"
910
-
911
- #: php/options-page-questions-tab.php:664
912
- msgid "Correct Answer"
913
- msgstr "ข้อที่ถูกต้อง"
914
-
915
- #: php/options-page-questions-tab.php:669
916
- msgid "Add New Answer!"
917
- msgstr "เพิ่มคำตอบใหม่"
918
-
919
- #: php/options-page-questions-tab.php:675
920
- msgid "Correct Answer Info"
921
- msgstr "ข้อความข้อที่ถูกต้อง"
922
-
923
- #: php/options-page-questions-tab.php:685
924
- msgid "Comment Field"
925
- msgstr "ข้อเสนอแนะ"
926
-
927
- #: php/options-page-questions-tab.php:687
928
- msgid "Small Text Field"
929
- msgstr "ข้อความสั้น"
930
-
931
- #: php/options-page-questions-tab.php:688
932
- msgid "Large Text Field"
933
- msgstr "ข้อความยาว"
934
-
935
- #: php/options-page-questions-tab.php:689
936
- msgid "None"
937
- msgstr "ไม่มี"
938
-
939
- #: php/options-page-questions-tab.php:699
940
- msgid "Required?"
941
- msgstr "บังคับ?"
942
-
943
- #: php/options-page-questions-tab.php:730
944
- msgid "Create Question"
945
- msgstr "สร้างคำถาม"
946
-
947
- #: php/options-page-questions-tab.php:735
948
- msgid "Are you sure you want to delete this question?"
949
- msgstr "คุณแน่ใจหรือไม่ที่จะลบคำถามนี้?"
950
-
951
- #: php/options-page-questions-tab.php:740
952
- msgid "Delete Question"
953
- msgstr "ลบคำถาม"
954
-
955
- #: php/options-page-questions-tab.php:745
956
- msgid "Are you sure you want to duplicate this question?"
957
- msgstr "คุณแน่ใจหรือไม่ที่จะสำเนาคำถามนี้?"
958
-
959
- #: php/options-page-questions-tab.php:750
960
- msgid "Duplicate Question"
961
- msgstr "ทำสำเนาคำถาม"
962
-
963
- #: php/options-page-results-page-tab.php:13
964
- msgid "Results Pages"
965
- msgstr "หน้าแสดงผลลัพธ์"
966
-
967
- #: php/options-page-results-page-tab.php:55
968
- msgid "The results page has been added successfully."
969
- msgstr "เพิ่มหน้าแสดงผลลัพธ์เรียบร้อย"
970
-
971
- #: php/options-page-results-page-tab.php:104
972
- msgid "The results page has been saved successfully."
973
- msgstr "บันทึกหน้าแสดงผลลัพธ์เรียบร้อย"
974
-
975
- #: php/options-page-results-page-tab.php:205
976
- msgid "The amount of time user spent taking quiz in minutes"
977
- msgstr ""
978
-
979
- #: php/options-page-results-page-tab.php:208
980
- msgid "The amount of time user spent taking quiz in seconds"
981
- msgstr ""
982
-
983
- #: php/options-page-results-page-tab.php:226
984
- msgid "Displays button to share on Facebook."
985
- msgstr ""
986
-
987
- #: php/options-page-results-page-tab.php:229
988
- msgid "Displays button to share on Twitter."
989
- msgstr ""
990
-
991
- #: php/options-page-results-page-tab.php:234 php/options-page-results-page-tab.php:315
992
- msgid "Save Results Pages"
993
- msgstr "บันทึกหน้าแสดงผลลัพธ์"
994
-
995
- #: php/options-page-results-page-tab.php:235 php/options-page-results-page-tab.php:320
996
- msgid "Add New Results Page"
997
- msgstr "เพิ่มหน้าแสดงผลลัพธ์ใหม่"
998
-
999
- #: php/options-page-results-page-tab.php:243 php/options-page-results-page-tab.php:307
1000
- msgid "Results Page Shown"
1001
- msgstr "แสดงหน้าแสดงผลลัพธ์"
1002
-
1003
- #: php/options-page-results-page-tab.php:244 php/options-page-results-page-tab.php:308
1004
- msgid "Redirect URL (Beta)"
1005
- msgstr ""
1006
-
1007
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246 php/quizzes-page.php:369
1008
- msgid "Delete"
1009
- msgstr "ลบ"
1010
-
1011
- #: php/options-page-results-page-tab.php:282
1012
- msgid "Are you sure?"
1013
- msgstr "คุณแน่ใจหรือไม่?"
1014
-
1015
- #: php/options-page-style-tab.php:13
1016
- msgid "Style"
1017
- msgstr "รูปแบบ"
1018
-
1019
- #: php/options-page-style-tab.php:39
1020
- msgid "The style has been saved successfully."
1021
- msgstr "บันทึกรูปแบบเรียบร้อย"
1022
-
1023
- #: php/options-page-style-tab.php:88
1024
- msgid "Quiz Styles"
1025
- msgstr "รูปแบบคำถาม"
1026
-
1027
- #: php/options-page-style-tab.php:89
1028
- msgid "Choose your style:"
1029
- msgstr "เลือกรูปแบบ:"
1030
-
1031
- #: php/options-page-style-tab.php:118
1032
- msgid "Custom"
1033
- msgstr "กำหนดเอง"
1034
-
1035
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1036
- msgid "Save Quiz Style"
1037
- msgstr "บันทึกรูปแบบคำถาม"
1038
-
1039
- #: php/options-page-style-tab.php:125
1040
- msgid "Custom Style CSS"
1041
- msgstr "กำหนด CSS เอง"
1042
-
1043
- #: php/options-page-style-tab.php:126
1044
- msgid ""
1045
- "For detailed help and guidance along with a list of different classes used in this plugin, "
1046
- "please visit the following link:"
1047
- msgstr "ข้อมูลความช่วยเหลือและห้องเรียนที่ใช้งานปลั้กอินนี้ กรุณาไปยังลิงค์:"
1048
-
1049
- #: php/options-page-text-tab.php:13
1050
- msgid "Text"
1051
- msgstr "ข้อความ"
1052
-
1053
- #: php/options-page-text-tab.php:102
1054
- msgid "The templates has been updated successfully."
1055
- msgstr "อัพเดทแม่แบบเรียบร้อย"
1056
-
1057
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1058
- msgid "Save Templates"
1059
- msgstr "บันทึกแม่แบบ"
1060
-
1061
- #: php/options-page-text-tab.php:248
1062
- msgid "Message Templates"
1063
- msgstr "แม่แบบข้อความ"
1064
-
1065
- #: php/options-page-text-tab.php:252
1066
- msgid "Message Displayed Before Quiz"
1067
- msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
1068
-
1069
- #: php/options-page-text-tab.php:262
1070
- msgid "Message Displayed Before Comments Box If Enabled"
1071
- msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
1072
-
1073
- #: php/options-page-text-tab.php:272
1074
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1075
- msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
1076
-
1077
- #: php/options-page-text-tab.php:282
1078
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1079
- msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
1080
-
1081
- #: php/options-page-text-tab.php:292
1082
- msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
1083
- msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
1084
-
1085
- #: php/options-page-text-tab.php:302
1086
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1087
- msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
1088
-
1089
- #: php/options-page-text-tab.php:312
1090
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1091
- msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
1092
-
1093
- #: php/options-page-text-tab.php:322
1094
- msgid "%QUESTIONS_ANSWERS% Text"
1095
- msgstr "%QUESTIONS_ANSWERS% ข้อความ"
1096
-
1097
- #: php/options-page-text-tab.php:335
1098
- msgid "Twitter Sharing Text"
1099
- msgstr "ข้อความแชร์ทวิตเตอร์"
1100
-
1101
- #: php/options-page-text-tab.php:352
1102
- msgid "Facebook Sharing Text"
1103
- msgstr "ข้อความแชร์เฟสบุค"
1104
-
1105
- #: php/options-page-text-tab.php:367
1106
- msgid "Other Templates"
1107
- msgstr "แม่แบบอื่นๆ"
1108
-
1109
- #: php/options-page-text-tab.php:370
1110
- msgid "Text for submit button"
1111
- msgstr "ข้อความสำหรับปุ่ม ส่ง"
1112
-
1113
- #: php/options-page-text-tab.php:374
1114
- msgid "Text for name field"
1115
- msgstr "ข้อความสำหรับช่องชื่อ"
1116
-
1117
- #: php/options-page-text-tab.php:378
1118
- msgid "Text for business field"
1119
- msgstr "ข้อความสำหรับช่องที่ทำงาน"
1120
-
1121
- #: php/options-page-text-tab.php:382
1122
- msgid "Text for email field"
1123
- msgstr "ข้อความสำหรับข่องอีเมล์"
1124
-
1125
- #: php/options-page-text-tab.php:386
1126
- msgid "Text for phone number field"
1127
- msgstr "ข้อความสำหรับช่องโทรศัพท์"
1128
-
1129
- #: php/options-page-text-tab.php:390
1130
- msgid "Text for comments field"
1131
- msgstr "ข้อความสำหรับช่องข้อแนะนำ"
1132
-
1133
- #: php/options-page-text-tab.php:394
1134
- msgid "Text for previous button"
1135
- msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
1136
-
1137
- #: php/options-page-text-tab.php:398
1138
- msgid "Text for next button"
1139
- msgstr "ข้อความสำหรับปุ่ม ถัดไป"
1140
-
1141
- #: php/options-page-tools-tab.php:49
1142
- msgid "The stats has been reset successfully."
1143
- msgstr "ล้างค่าสถิติเรียบร้อย"
1144
-
1145
- #: php/options-page-tools-tab.php:107
1146
- msgid ""
1147
- "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has "
1148
- "Been Taken)."
1149
- msgstr "ใช้ปุ่มนี้ เพื่อล้างค่าสถิติที่เก็บข้อมูลแบบทดสอบนี้"
1150
-
1151
- #: php/options-page-tools-tab.php:108
1152
- msgid "Reset Quiz Views And Taken Stats"
1153
- msgstr "ล้างสถิติการดูและทำแบบทดสอบ"
1154
-
1155
- #: php/options-page-tools-tab.php:119
1156
- msgid ""
1157
- "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be "
1158
- "reset. This is permanent and cannot be undone."
1159
- msgstr ""
1160
- "คุณแน่ใจหรือไม่ ว่าต้องการลบสถิติทั้งหมดเป็น 0? ข้อมูลสถิติการดูและทำแบบทำสอบจะถูกตั้งค่าใหม่ ไม่สามารถกู้คืนข้อมูลได้!!"
1161
-
1162
- #: php/options-page-tools-tab.php:123
1163
- msgid "Reset All Stats For Quiz"
1164
- msgstr "ล้างสถิติทั้งหมดของแบบทดสอบ"
1165
-
1166
- #: php/question-types.php:14
1167
- msgid "Multiple Choice"
1168
- msgstr "หลายตัวเลือก"
1169
-
1170
- #: php/question-types.php:105
1171
- msgid "Horizontal Multiple Choice"
1172
- msgstr "ตัวเลือกแนวนอน"
1173
-
1174
- #: php/question-types.php:194
1175
- msgid "Drop Down"
1176
- msgstr "ดรอปดาวน์"
1177
-
1178
- #: php/question-types.php:280
1179
- msgid "Small Open Answer"
1180
- msgstr "คำตอบปลายเปิดแบบสั้น"
1181
-
1182
- #: php/question-types.php:350
1183
- msgid "Multiple Response"
1184
- msgstr "เลือกหลายคำตอบ"
1185
-
1186
- #: php/question-types.php:450
1187
- msgid "Large Open Answer"
1188
- msgstr "กรอกคำตอบแบบยาว"
1189
-
1190
- #: php/question-types.php:528
1191
- msgid "Text Block"
1192
- msgstr "ช่องข้อความ"
1193
-
1194
- #: php/question-types.php:562
1195
- msgid "Number"
1196
- msgstr "ตัวเลข"
1197
-
1198
- #: php/question-types.php:643
1199
- msgid "Accept"
1200
- msgstr "ยอมรับ"
1201
-
1202
- #: php/question-types.php:688
1203
- msgid "Captcha"
1204
- msgstr "Captcha"
1205
-
1206
- #: php/question-types.php:745
1207
- msgid "Horizontal Multiple Response"
1208
- msgstr "เลือกได้หลายคำตอบแนวนอน"
1209
-
1210
- #: php/question-types.php:856
1211
- msgid ""
1212
- "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
1213
- msgstr ""
1214
-
1215
- #: php/question-types.php:860
1216
- msgid "Fill In The Blank"
1217
- msgstr ""
1218
-
1219
- #: php/quiz-options-page.php:56
1220
- #, php-format
1221
- msgid "Quiz Settings For %s"
1222
- msgstr "ตั้งค่าแบบทดสอบสำหรับ %s"
1223
-
1224
- #: php/quiz-options-page.php:94
1225
- msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
1226
- msgstr "กรุณาไปยังหน้ารายการแบบทดสอบและ คลิ้ก แก้ไขลิงค์ ของแบบทดสอบที่ต้องการแก้ไข"
1227
-
1228
- #: php/quizzes-page.php:171
1229
- msgid "Add New"
1230
- msgstr "เพิ่มใหม่"
1231
-
1232
- #: php/quizzes-page.php:177
1233
- #, fuzzy, php-format
1234
- msgid "One quiz or survey"
1235
- msgid_plural "%s quizzes or surveys"
1236
- msgstr[0] "ทำสำเนาแบบทดสอบนี้?"
1237
- msgstr[1] "ทำสำเนาแบบทดสอบนี้?"
1238
-
1239
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1240
- msgid "URL"
1241
- msgstr ""
1242
-
1243
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1244
- #, fuzzy
1245
- msgid "Shortcode"
1246
- msgstr "Shortcode แบบทดสอบ"
1247
-
1248
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1249
- msgid "Leaderboard Shortcode"
1250
- msgstr "Shortcode กระดานผู้นำ"
1251
-
1252
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1253
- #, fuzzy
1254
- msgid "Views"
1255
- msgstr "ดูแบบทดสอบ"
1256
-
1257
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1258
- #, fuzzy
1259
- msgid "Taken"
1260
- msgstr "แบบทดสอบถูกทำ"
1261
-
1262
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1263
- msgid "Last Modified"
1264
- msgstr "แก้ไขล่าสุด"
1265
-
1266
- #: php/quizzes-page.php:241
1267
- msgid "Edit Name"
1268
- msgstr "แก้ไขชื่อ"
1269
-
1270
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1271
- msgid "Edit"
1272
- msgstr "แก้ไข"
1273
-
1274
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1275
- msgid "Duplicate"
1276
- msgstr "ทำสำเนา"
1277
-
1278
- #: php/quizzes-page.php:251
1279
- #, fuzzy
1280
- msgid "View Quiz/Survey"
1281
- msgstr "แบบทดสอบ"
1282
-
1283
- #: php/quizzes-page.php:333
1284
- #, fuzzy
1285
- msgid "Create New Quiz Or Survey"
1286
- msgstr "สร้างแบบทดสอบใหม่"
1287
-
1288
- #: php/quizzes-page.php:335
1289
- msgid "Create"
1290
- msgstr ""
1291
-
1292
- #: php/quizzes-page.php:353
1293
- #, fuzzy
1294
- msgid "Duplicate questions also?"
1295
- msgstr "ทำสำเนาคำถาม"
1296
-
1297
- #: php/quizzes-page.php:355
1298
- #, fuzzy
1299
- msgid "Name Of New Quiz Or Survey:"
1300
- msgstr "ชื่อแบบทดสอบใหม่"
1301
-
1302
- #: php/quizzes-page.php:365
1303
- #, fuzzy
1304
- msgid "Are you sure you want to delete this quiz or survey?"
1305
- msgstr "คุณแน่ใจหรือไม่ที่จะลบแบบทดสอบ?"
1306
-
1307
- #: php/stats-page.php:29
1308
- msgid "Quiz Statistics"
1309
- msgstr "สถิติการทดสอบ"
1310
-
1311
- #: php/stats-page.php:68
1312
- #, fuzzy
1313
- msgid "Quiz Taken Stats"
1314
- msgstr "สถิติทดสอบทั้งหมด"
1315
-
1316
- #: php/tools-page.php:107
1317
- msgid "There has been an error! Please try again."
1318
- msgstr ""
1319
-
1320
- #: php/tools-page.php:125
1321
- msgid "Quiz Has Been Restored!"
1322
- msgstr ""
1323
-
1324
- #: php/tools-page.php:130
1325
- msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1326
- msgstr ""
1327
-
1328
- #: php/tools-page.php:140
1329
- msgid "Restore Quiz"
1330
- msgstr ""
1331
-
1332
- #: php/tools-page.php:176 php/tools-page.php:192
1333
- #, php-format
1334
- msgid "Previous %s Audits"
1335
- msgstr "การตรวจสอบภายใน %s ก่อนหน้า"
1336
-
1337
- #: php/tools-page.php:179 php/tools-page.php:186
1338
- #, php-format
1339
- msgid "Next %s Audits"
1340
- msgstr "Next %s Audits"
1341
-
1342
- #: php/tools-page.php:199
1343
- msgid "User"
1344
- msgstr "ผู้ใช้"
1345
-
1346
- #: php/tools-page.php:200
1347
- msgid "Action"
1348
- msgstr "กระทำ"
1349
-
1350
- #: php/tools-page.php:201
1351
- msgid "Time"
1352
- msgstr "เวลา"
1353
-
1354
- #: php/widgets.php:14
1355
- #, fuzzy
1356
- msgid "Quiz And Survey Master Leaderboard Widget"
1357
- msgstr "Leaderboard วิตเจ็ต"
1358
-
1359
- #: php/widgets.php:29
1360
- msgid "Widget Title"
1361
- msgstr "ชื่อหัวข้อวิตเจ็ต"
1362
-
1363
- #: php/widgets.php:33
1364
- msgid "Quiz ID"
1365
- msgstr "หมายเลขแบบทดสอบ"
1366
-
1367
- #~ msgid "One quiz"
1368
- #~ msgid_plural "%s quizzes"
1369
- #~ msgstr[0] "หนึ่งแบบทดสอบ"
1370
- #~ msgstr[1] "%s แบบทดสอบ"
1371
-
1372
- #, fuzzy
1373
- #~ msgid "Create Quiz Or Survey"
1374
- #~ msgstr "สร้างแบบทดสอบ"
1375
-
1376
- #, fuzzy
1377
- #~ msgid "Name:"
1378
- #~ msgstr "ชื่อ"
1379
-
1380
- #~ msgid "Quiz Settings"
1381
- #~ msgstr "ตั้งค่าแบบทดสอบ"
1382
-
1383
- #~ msgid "Quiz Name:"
1384
- #~ msgstr "ชื่อแบบทดสอบ:"
1385
-
1386
- #~ msgid "Delete Quiz"
1387
- #~ msgstr "ลบแบบทดสอบ"
1388
-
1389
- #~ msgid ""
1390
- #~ "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the "
1391
- #~ "link variable into the templates on the Quiz Text tab so the user can access the certificate."
1392
- #~ msgstr ""
1393
- #~ "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ "
1394
- #~ "ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
1395
-
1396
- #~ msgid "The amount of time user spent of quiz"
1397
- #~ msgstr "เวลาที่ใช้ทั่งหมดในการทำแบบทดสอบ"
1398
-
1399
- #~ msgid ""
1400
- #~ "Required currently only works on open answer, number, accept, and captcha question types"
1401
- #~ msgstr "บังคับได้เฉพาะคำถามแบบ คำตอบปลายเปิด ตัวเลข และ captcha เท่านั้น"
1402
-
1403
- #~ msgid "Edit Question"
1404
- #~ msgstr "แก้ไขคำถาม"
1405
-
1406
- #~ msgid "Quiz Daily Stats - Times Taken"
1407
- #~ msgstr "สถิติทดสอบรายวัน - เวลาที่ใช้"
1408
-
1409
- #~ msgid "Quiz Weekly Stats - Times Taken"
1410
- #~ msgstr "สถิติทดสอบรายสัปดาห์ - เวลาที่ใช้"
1411
-
1412
- #~ msgid "Quiz Monthly Stats - Times Taken"
1413
- #~ msgstr "สถิติทดสอบรายเดือน - เวลาที่ใช้"
1414
-
1415
- #~ msgid "Quiz Quarterly Stats - Times Taken"
1416
- #~ msgstr "สถิติทดสอบราย 3 เดือน - เวลาที่ใช้"
1417
-
1418
- #~ msgid "Quizzes Taken Today"
1419
- #~ msgstr "แบบทดสอบที่ทำวันนี้"
1420
-
1421
- #~ msgid "Quizzes Taken Last 7 Days"
1422
- #~ msgstr "แบบทดสอบที่ทำแล้วใน 7 วัน"
1423
-
1424
- #~ msgid "Quizzes Taken Last 30 Days"
1425
- #~ msgstr "แบบทดสอบที่ทำแล้วใน 30 วัน"
1426
-
1427
- #~ msgid "Quizzes Taken Last 120 Days"
1428
- #~ msgstr "แบบทดสอบที่ทำแล้วใน 120 วัน"
1429
-
1430
- #~ msgid "Total Created Quizzes"
1431
- #~ msgstr "จำนวนแบบทดสอบที่สร้างทั้งหมด"
1432
-
1433
- #~ msgid "Total Deleted Quizzes"
1434
- #~ msgstr "จำนวนแบบทดสอบที่ลบทั้งหมด"
1435
-
1436
- #~ msgid "Total Active Quizzes"
1437
- #~ msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
1438
-
1439
- #~ msgid "Total Created Questions"
1440
- #~ msgstr "จำนวนคำถามที่สร้างทั้งหมด"
1441
-
1442
- #~ msgid "Total Times All Active Quizzes Have Been Viewed"
1443
- #~ msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดดู"
1444
-
1445
- #~ msgid "Total Times All Active Quizzes Have Been Taken"
1446
- #~ msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดทำ"
1447
-
1448
- #~ msgid "Average Amount Each Active Quiz Has Been Viewed"
1449
- #~ msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดดู"
1450
-
1451
- #~ msgid "Average Amount Each Active Quiz Has Been Taken"
1452
- #~ msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดทำ"
1453
-
1454
- #~ msgid "Quiz That Has Been Viewed The Most"
1455
- #~ msgstr "แบบทดสอบที่ถูกเปิดดูมากที่สุด"
1456
-
1457
- #~ msgid "Quiz That Has Been Taken The Most"
1458
- #~ msgstr "แบบทดสอบที่ถูกเปิดทำมากที่สุด"
1459
-
1460
- #~ msgid "Requested Features"
1461
- #~ msgstr "ร้องของคุณสมบัติใหม่"
1462
-
1463
- #~ msgid "Default:"
1464
- #~ msgstr "ค่าเริ่มต้น:"
1465
-
1466
- #~ msgid "Total points user earned when taking quiz"
1467
- #~ msgstr "คะแนนรวมที่ได้รับจากการทำแบบทดสอบ"
1468
-
1469
- #~ msgid "The percent score for the quiz showing percent of total quetions answered correctly"
1470
- #~ msgstr "เปอร์เซ็นต์แสดงจำนวนข้อที่ตอบถูก"
1471
-
1472
- #~ msgid "It appears that this quiz is not set up correctly."
1473
- #~ msgstr "แบบทดสอบตั้งค่าไม่ถูกต้อง"
1474
-
1475
- #~ msgid "Previous %s Results"
1476
- #~ msgstr "ผลลัพท์ %s ก่อนหน้า"
1477
-
1478
- #~ msgid "Next %s Results"
1479
- #~ msgstr "Next %s Results"
1480
-
1481
- #~ msgid "Quiz Tools"
1482
- #~ msgstr "เครื่องมือแบบทดสอบ"
1483
-
1484
- #~ msgid "Name Provided"
1485
- #~ msgstr "ชื่อ"
1486
-
1487
- #~ msgid "Business Provided"
1488
- #~ msgstr "ที่ทำงาน"
1489
-
1490
- #~ msgid "Email Provided"
1491
- #~ msgstr "อีเมล์"
1492
-
1493
- #~ msgid "Phone Provided"
1494
- #~ msgstr "โทรศัพท์"
1495
-
1496
- #~ msgid "Score Received"
1497
- #~ msgstr "คะแนนที่ได้"
1498
-
1499
- #~ msgid "Answers Provided"
1500
- #~ msgstr "คำตอบที่ให้"
1501
-
1502
- #~ msgid "hours"
1503
- #~ msgstr "ชั่วโมง"
1504
-
1505
- #~ msgid "minutes"
1506
- #~ msgstr "นาที"
1507
-
1508
- #~ msgid "seconds"
1509
- #~ msgstr "วินาที"
1510
-
1511
- #~ msgid "The user took %s to complete this quiz."
1512
- #~ msgstr "ผู้ใช้งานใช้เวลาในการทำแบบทดสอบ %s"
1513
-
1514
- #~ msgid "The comments entered into the comment box (if enabled)"
1515
- #~ msgstr "ข้อแนะนำจากช่องรับข้อแนะนำ (หากเปิดใช้)"
1516
-
1517
- #~ msgid "The answers were as follows"
1518
- #~ msgstr "คำตอบดังแสดงต่อไปนี้"
1519
-
1520
- #~ msgid "Answer Provided: "
1521
- #~ msgstr "คำตอบที่ให้"
1522
-
1523
- #~ msgid "Correct Answer: "
1524
- #~ msgstr "คำตอบถูกต้อง"
1525
-
1526
- #~ msgid "Comments Entered:"
1527
- #~ msgstr "ข้อเสนอแนะที่ได้รับ"
1528
-
1529
- #~ msgid ""
1530
- #~ "Please go to the Quiz Results page and click on the View link from the result you wish to "
1531
- #~ "see."
1532
- #~ msgstr "กรุณาไปยังหน้าผลลัพท์ของแบบทดสอบ และ คลิ้กลิงค์สำหรับดู จากรายการผลลัพท์ที่ต้องการ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next.pot DELETED
@@ -1,1385 +0,0 @@
1
- # Quiz Master Next
2
- # Copyright (C) 2015 ...
3
- # This file is distributed under the GNU General Public License v2 or later.
4
- #, fuzzy
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: Quiz Master Next\n"
8
- "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2016-01-21 12:59-0500\n"
10
- "PO-Revision-Date: \n"
11
- "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
12
- "Language-Team: My Local Webstop <support@mylocalwebstop.com>\n"
13
- "Language: en_US\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
19
- "X-Poedit-SourceCharset: UTF-8\n"
20
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
21
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
22
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
23
- "X-Poedit-Basepath: ..\n"
24
- "X-Generator: Poedit 1.8.6\n"
25
- "X-Poedit-SearchPath-0: .\n"
26
-
27
- #: mlw_quizmaster2.php:227 php/quizzes-page.php:171
28
- msgid "Quizzes/Surveys"
29
- msgstr ""
30
-
31
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:231
32
- msgid "Settings"
33
- msgstr ""
34
-
35
- #: mlw_quizmaster2.php:229 php/admin-results-details-page.php:124
36
- #: php/quizzes-page.php:244
37
- msgid "Results"
38
- msgstr ""
39
-
40
- #: mlw_quizmaster2.php:230
41
- msgid "Result Details"
42
- msgstr ""
43
-
44
- #: mlw_quizmaster2.php:232 php/options-page-tools-tab.php:13
45
- #: php/tools-page.php:65
46
- msgid "Tools"
47
- msgstr ""
48
-
49
- #: mlw_quizmaster2.php:233
50
- msgid "Stats"
51
- msgstr ""
52
-
53
- #: mlw_quizmaster2.php:234
54
- msgid "Addon Settings"
55
- msgstr ""
56
-
57
- #: mlw_quizmaster2.php:235
58
- msgid "Help"
59
- msgstr ""
60
-
61
- #: mlw_quizmaster2.php:238 mlw_quizmaster2.php:239
62
- msgid "QMN About"
63
- msgstr ""
64
-
65
- #: php/about-page.php:30
66
- msgid "Welcome To Quiz And Survey Master (Formerly Quiz Master Next)"
67
- msgstr ""
68
-
69
- #: php/about-page.php:31
70
- msgid "Thank you for updating!"
71
- msgstr ""
72
-
73
- #: php/about-page.php:35
74
- msgid "What's New!"
75
- msgstr ""
76
-
77
- #: php/about-page.php:37
78
- msgid "Changelog"
79
- msgstr ""
80
-
81
- #: php/about-page.php:39
82
- msgid "People Who Make QMN Possible"
83
- msgstr ""
84
-
85
- #: php/about-page.php:93
86
- #, php-format
87
- msgid "View %s"
88
- msgstr ""
89
-
90
- #: php/addons-page.php:60
91
- msgid "These addons extend the functionality of Quiz And Survey Master"
92
- msgstr ""
93
-
94
- #: php/addons-page.php:61 php/addons-page.php:105
95
- msgid "Browse All Addons"
96
- msgstr ""
97
-
98
- #: php/addons-page.php:119
99
- msgid "Featured Addons"
100
- msgstr ""
101
-
102
- #: php/admin-results-details-page.php:18 php/admin-results-page.php:196
103
- msgid "Quiz Results"
104
- msgstr ""
105
-
106
- #: php/admin-results-details-page.php:202
107
- msgid "Create Certificate"
108
- msgstr ""
109
-
110
- #: php/admin-results-details-page.php:206
111
- msgid "Download Certificate Here"
112
- msgstr ""
113
-
114
- #: php/admin-results-details-page.php:219
115
- msgid "Certificate"
116
- msgstr ""
117
-
118
- #: php/admin-results-page.php:37
119
- msgid "Your results has been deleted successfully."
120
- msgstr ""
121
-
122
- #: php/admin-results-page.php:58 php/class-qmn-quiz-creator.php:407
123
- #: php/class-qmn-quiz-creator.php:482 php/class-qmn-quiz-creator.php:533
124
- #: php/class-qmn-quiz-creator.php:700 php/class-qmn-quiz-creator.php:766
125
- #: php/options-page-certificate-tab.php:83 php/options-page-email-tab.php:72
126
- #: php/options-page-email-tab.php:140 php/options-page-email-tab.php:245
127
- #: php/options-page-leaderboard-tab.php:68 php/options-page-option-tab.php:131
128
- #: php/options-page-questions-tab.php:190
129
- #: php/options-page-questions-tab.php:235
130
- #: php/options-page-questions-tab.php:327
131
- #: php/options-page-questions-tab.php:424
132
- #: php/options-page-results-page-tab.php:76
133
- #: php/options-page-results-page-tab.php:125 php/options-page-style-tab.php:60
134
- #: php/options-page-text-tab.php:123 php/options-page-tools-tab.php:68
135
- #, php-format
136
- msgid ""
137
- "There has been an error in this action. Please share this with the "
138
- "developer. Error Code: %s"
139
- msgstr ""
140
-
141
- #: php/admin-results-page.php:205
142
- #, php-format
143
- msgid "One result"
144
- msgid_plural "%s results"
145
- msgstr[0] ""
146
- msgstr[1] ""
147
-
148
- #: php/admin-results-page.php:290
149
- msgid "Actions"
150
- msgstr ""
151
-
152
- #: php/admin-results-page.php:291
153
- msgid "Quiz Name"
154
- msgstr ""
155
-
156
- #: php/admin-results-page.php:292
157
- msgid "Score"
158
- msgstr ""
159
-
160
- #: php/admin-results-page.php:293
161
- msgid "Time To Complete"
162
- msgstr ""
163
-
164
- #: php/admin-results-page.php:294 php/quizzes-page.php:222
165
- #: php/quizzes-page.php:271 php/quizzes-page.php:334 php/quizzes-page.php:342
166
- msgid "Name"
167
- msgstr ""
168
-
169
- #: php/admin-results-page.php:295
170
- msgid "Business"
171
- msgstr ""
172
-
173
- #: php/admin-results-page.php:296
174
- msgid "Email"
175
- msgstr ""
176
-
177
- #: php/admin-results-page.php:297
178
- msgid "Phone"
179
- msgstr ""
180
-
181
- #: php/admin-results-page.php:298
182
- msgid "Time Taken"
183
- msgstr ""
184
-
185
- #: php/admin-results-page.php:340 php/options-page-option-tab.php:172
186
- msgid "Not Graded"
187
- msgstr ""
188
-
189
- #: php/admin-results-page.php:357
190
- msgid "Are you sure you want to delete these results?"
191
- msgstr ""
192
-
193
- #: php/admin-results-page.php:362
194
- msgid "Delete Results"
195
- msgstr ""
196
-
197
- #: php/class-qmn-alert-manager.php:37
198
- msgid "Success!"
199
- msgstr ""
200
-
201
- #: php/class-qmn-alert-manager.php:41 php/quiz-options-page.php:94
202
- msgid "Error!"
203
- msgstr ""
204
-
205
- #: php/class-qmn-quiz-creator.php:386
206
- msgid ""
207
- "Your new quiz has been created successfully. To begin editing your quiz, "
208
- "click the Edit link on the new quiz."
209
- msgstr ""
210
-
211
- #: php/class-qmn-quiz-creator.php:461
212
- msgid "Your quiz has been deleted successfully."
213
- msgstr ""
214
-
215
- #: php/class-qmn-quiz-creator.php:512
216
- msgid "Your quiz name has been updated successfully."
217
- msgstr ""
218
-
219
- #: php/class-qmn-quiz-creator.php:678
220
- msgid "Your quiz has been duplicated successfully."
221
- msgstr ""
222
-
223
- #: php/class-qmn-quiz-manager.php:80
224
- msgid "It appears that this quiz is not set up correctly"
225
- msgstr ""
226
-
227
- #: php/class-qmn-quiz-manager.php:275
228
- msgid "Not a valid e-mail address!"
229
- msgstr ""
230
-
231
- #: php/class-qmn-quiz-manager.php:276
232
- msgid "This field must be a number!"
233
- msgstr ""
234
-
235
- #: php/class-qmn-quiz-manager.php:277
236
- msgid "The entered text is not correct!"
237
- msgstr ""
238
-
239
- #: php/class-qmn-quiz-manager.php:278
240
- msgid "Please complete all required fields!"
241
- msgstr ""
242
-
243
- #: php/class-qmn-quiz-manager.php:390 php/options-page-questions-tab.php:680
244
- msgid "Hint"
245
- msgstr ""
246
-
247
- #: php/class-qmn-quiz-manager.php:1262 php/options-page-text-tab.php:142
248
- msgid "Previous"
249
- msgstr ""
250
-
251
- #: php/class-qmn-review-message.php:83
252
- #, php-format
253
- msgid ""
254
- "Greetings! I just noticed that you now have more than %d quiz results. That "
255
- "is\n"
256
- "\t\tawesome! Could you please help me out by giving this plugin a 5-star "
257
- "rating on WordPress? This\n"
258
- "\t\twill help us by helping other users discover this plugin. %s"
259
- msgstr ""
260
-
261
- #: php/class-qmn-review-message.php:89
262
- msgid "Yeah, you deserve it!"
263
- msgstr ""
264
-
265
- #: php/class-qmn-review-message.php:90
266
- msgid "I already did!"
267
- msgstr ""
268
-
269
- #: php/class-qmn-review-message.php:91
270
- msgid "No, this plugin is not good enough"
271
- msgstr ""
272
-
273
- #: php/class-qmn-tracking.php:204
274
- msgid ""
275
- "Allow Quiz And Survey Master to anonymously track this plugin's usage and "
276
- "help us make this plugin better? No sensitive data is tracked."
277
- msgstr ""
278
-
279
- #: php/class-qmn-tracking.php:205
280
- msgid "Allow"
281
- msgstr ""
282
-
283
- #: php/class-qmn-tracking.php:206
284
- msgid "Do not allow"
285
- msgstr ""
286
-
287
- #: php/dashboard-widgets.php:16
288
- msgid "Quiz And Survey Master Snapshot"
289
- msgstr ""
290
-
291
- #: php/dashboard-widgets.php:180
292
- msgid "quizzes taken today"
293
- msgstr ""
294
-
295
- #: php/dashboard-widgets.php:199
296
- msgid "quizzes taken last 7 days"
297
- msgstr ""
298
-
299
- #: php/dashboard-widgets.php:218
300
- msgid "quizzes taken last 30 days"
301
- msgstr ""
302
-
303
- #: php/dashboard-widgets.php:237
304
- msgid "quizzes taken last 120 days"
305
- msgstr ""
306
-
307
- #: php/dashboard-widgets.php:256
308
- msgid "total active quizzes"
309
- msgstr ""
310
-
311
- #: php/dashboard-widgets.php:262
312
- msgid "total active questions"
313
- msgstr ""
314
-
315
- #: php/dashboard-widgets.php:268
316
- msgid "most popular quiz"
317
- msgstr ""
318
-
319
- #: php/dashboard-widgets.php:274
320
- msgid "least popular quiz"
321
- msgstr ""
322
-
323
- #: php/help-page.php:20
324
- msgid "Need Help?"
325
- msgstr ""
326
-
327
- #: php/help-page.php:21
328
- msgid "Support"
329
- msgstr ""
330
-
331
- #: php/help-page.php:22
332
- msgid "System Info"
333
- msgstr ""
334
-
335
- #: php/help-page.php:25
336
- msgid "Help Page"
337
- msgstr ""
338
-
339
- #: php/help-page.php:55
340
- msgid "Need help with the plugin? Try any of the following:"
341
- msgstr ""
342
-
343
- #: php/options-page-certificate-tab.php:15
344
- msgid "Certificate (Beta)"
345
- msgstr ""
346
-
347
- #: php/options-page-certificate-tab.php:64
348
- msgid "The certificate has been updated successfully."
349
- msgstr ""
350
-
351
- #: php/options-page-certificate-tab.php:100
352
- msgid "Enter title here"
353
- msgstr ""
354
-
355
- #: php/options-page-certificate-tab.php:100 php/options-page-email-tab.php:91
356
- #: php/options-page-email-tab.php:109
357
- msgid "Enter text here"
358
- msgstr ""
359
-
360
- #: php/options-page-certificate-tab.php:104
361
- msgid "Quiz Certificate (Beta)"
362
- msgstr ""
363
-
364
- #: php/options-page-certificate-tab.php:105
365
- msgid ""
366
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
367
- "enter in the link variable into the templates on the Emails and Results Page "
368
- "tabs so the user can access the certificate."
369
- msgstr ""
370
-
371
- #: php/options-page-certificate-tab.php:106
372
- msgid "These fields cannot contain HTML."
373
- msgstr ""
374
-
375
- #: php/options-page-certificate-tab.php:107
376
- #: php/options-page-certificate-tab.php:163
377
- msgid "Save Certificate Options"
378
- msgstr ""
379
-
380
- #: php/options-page-certificate-tab.php:115
381
- msgid "Enable Certificates For This Quiz?"
382
- msgstr ""
383
-
384
- #: php/options-page-certificate-tab.php:117 php/options-page-email-tab.php:419
385
- #: php/options-page-email-tab.php:426 php/options-page-email-tab.php:445
386
- #: php/options-page-option-tab.php:178 php/options-page-option-tab.php:239
387
- #: php/options-page-option-tab.php:246 php/options-page-option-tab.php:254
388
- #: php/options-page-option-tab.php:262 php/options-page-option-tab.php:270
389
- #: php/options-page-option-tab.php:278 php/options-page-option-tab.php:285
390
- #: php/options-page-option-tab.php:292 php/options-page-option-tab.php:299
391
- #: php/options-page-option-tab.php:306 php/options-page-questions-tab.php:701
392
- #: php/options-page-results-page-tab.php:282
393
- msgid "Yes"
394
- msgstr ""
395
-
396
- #: php/options-page-certificate-tab.php:118 php/options-page-email-tab.php:420
397
- #: php/options-page-email-tab.php:427 php/options-page-email-tab.php:446
398
- #: php/options-page-option-tab.php:179 php/options-page-option-tab.php:226
399
- #: php/options-page-option-tab.php:240 php/options-page-option-tab.php:248
400
- #: php/options-page-option-tab.php:256 php/options-page-option-tab.php:264
401
- #: php/options-page-option-tab.php:272 php/options-page-option-tab.php:279
402
- #: php/options-page-option-tab.php:286 php/options-page-option-tab.php:293
403
- #: php/options-page-option-tab.php:300 php/options-page-option-tab.php:307
404
- #: php/options-page-questions-tab.php:702
405
- #: php/options-page-results-page-tab.php:282
406
- msgid "No"
407
- msgstr ""
408
-
409
- #: php/options-page-certificate-tab.php:123
410
- msgid "Certificate Title"
411
- msgstr ""
412
-
413
- #: php/options-page-certificate-tab.php:130
414
- msgid "Message Displayed On Certificate"
415
- msgstr ""
416
-
417
- #: php/options-page-certificate-tab.php:132
418
- #: php/options-page-leaderboard-tab.php:122 php/options-page-text-tab.php:254
419
- #: php/options-page-text-tab.php:264 php/options-page-text-tab.php:274
420
- #: php/options-page-text-tab.php:284 php/options-page-text-tab.php:294
421
- #: php/options-page-text-tab.php:304 php/options-page-text-tab.php:314
422
- #: php/options-page-text-tab.php:324 php/options-page-text-tab.php:337
423
- #: php/options-page-text-tab.php:354
424
- msgid "Allowed Variables:"
425
- msgstr ""
426
-
427
- #: php/options-page-certificate-tab.php:150
428
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
429
- msgstr ""
430
-
431
- #: php/options-page-certificate-tab.php:157
432
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
433
- msgstr ""
434
-
435
- #: php/options-page-email-tab.php:13
436
- msgid "Emails"
437
- msgstr ""
438
-
439
- #: php/options-page-email-tab.php:51 php/options-page-email-tab.php:119
440
- msgid "The email has been added successfully."
441
- msgstr ""
442
-
443
- #: php/options-page-email-tab.php:224
444
- msgid "The email has been updated successfully."
445
- msgstr ""
446
-
447
- #: php/options-page-email-tab.php:323 php/options-page-leaderboard-tab.php:80
448
- #: php/options-page-results-page-tab.php:166 php/options-page-text-tab.php:161
449
- msgid "Template Variables"
450
- msgstr ""
451
-
452
- #: php/options-page-email-tab.php:326 php/options-page-results-page-tab.php:169
453
- #: php/options-page-text-tab.php:164
454
- msgid "Score for the quiz when using points"
455
- msgstr ""
456
-
457
- #: php/options-page-email-tab.php:329 php/options-page-results-page-tab.php:172
458
- #: php/options-page-text-tab.php:167
459
- msgid "The average amount of points user had per question"
460
- msgstr ""
461
-
462
- #: php/options-page-email-tab.php:332 php/options-page-results-page-tab.php:175
463
- #: php/options-page-text-tab.php:170
464
- msgid "The number of correct answers the user had"
465
- msgstr ""
466
-
467
- #: php/options-page-email-tab.php:335 php/options-page-results-page-tab.php:178
468
- #: php/options-page-text-tab.php:173
469
- msgid "The total number of questions in the quiz"
470
- msgstr ""
471
-
472
- #: php/options-page-email-tab.php:338 php/options-page-results-page-tab.php:181
473
- #: php/options-page-text-tab.php:176
474
- msgid "Score for the quiz when using correct answers"
475
- msgstr ""
476
-
477
- #: php/options-page-email-tab.php:341 php/options-page-results-page-tab.php:184
478
- #: php/options-page-text-tab.php:179
479
- msgid "The name the user entered before the quiz"
480
- msgstr ""
481
-
482
- #: php/options-page-email-tab.php:344 php/options-page-results-page-tab.php:187
483
- #: php/options-page-text-tab.php:182
484
- msgid "The business the user entered before the quiz"
485
- msgstr ""
486
-
487
- #: php/options-page-email-tab.php:347 php/options-page-results-page-tab.php:190
488
- #: php/options-page-text-tab.php:185
489
- msgid "The phone number the user entered before the quiz"
490
- msgstr ""
491
-
492
- #: php/options-page-email-tab.php:350 php/options-page-results-page-tab.php:193
493
- #: php/options-page-text-tab.php:188
494
- msgid "The email the user entered before the quiz"
495
- msgstr ""
496
-
497
- #: php/options-page-email-tab.php:353 php/options-page-leaderboard-tab.php:108
498
- #: php/options-page-results-page-tab.php:196 php/options-page-text-tab.php:191
499
- msgid "The name of the quiz"
500
- msgstr ""
501
-
502
- #: php/options-page-email-tab.php:356 php/options-page-results-page-tab.php:199
503
- #: php/options-page-text-tab.php:194
504
- msgid ""
505
- "Shows the question, the answer the user provided, and the correct answer"
506
- msgstr ""
507
-
508
- #: php/options-page-email-tab.php:359 php/options-page-results-page-tab.php:202
509
- #: php/options-page-text-tab.php:197
510
- msgid "The comments the user entered into comment box if enabled"
511
- msgstr ""
512
-
513
- #: php/options-page-email-tab.php:362 php/options-page-text-tab.php:200
514
- msgid "The amount of time user spent on quiz in seconds"
515
- msgstr ""
516
-
517
- #: php/options-page-email-tab.php:365 php/options-page-text-tab.php:203
518
- msgid "The amount of time user spent on quiz in minutes"
519
- msgstr ""
520
-
521
- #: php/options-page-email-tab.php:368 php/options-page-results-page-tab.php:211
522
- #: php/options-page-text-tab.php:206
523
- msgid "The link to the certificate after completing the quiz"
524
- msgstr ""
525
-
526
- #: php/options-page-email-tab.php:371 php/options-page-results-page-tab.php:214
527
- #: php/options-page-text-tab.php:209
528
- msgid "The amount of points a specific category earned."
529
- msgstr ""
530
-
531
- #: php/options-page-email-tab.php:374 php/options-page-results-page-tab.php:217
532
- #: php/options-page-text-tab.php:212
533
- msgid "The score a specific category earned."
534
- msgstr ""
535
-
536
- #: php/options-page-email-tab.php:377 php/options-page-results-page-tab.php:220
537
- #: php/options-page-text-tab.php:215
538
- msgid "The average points from all categories."
539
- msgstr ""
540
-
541
- #: php/options-page-email-tab.php:380 php/options-page-results-page-tab.php:223
542
- #: php/options-page-text-tab.php:218
543
- msgid "The average score from all categories."
544
- msgstr ""
545
-
546
- #: php/options-page-email-tab.php:383 php/options-page-text-tab.php:221
547
- msgid "The question that the user answered"
548
- msgstr ""
549
-
550
- #: php/options-page-email-tab.php:386 php/options-page-text-tab.php:224
551
- msgid "The answer the user gave for the question"
552
- msgstr ""
553
-
554
- #: php/options-page-email-tab.php:389 php/options-page-text-tab.php:227
555
- msgid "The correct answer for the question"
556
- msgstr ""
557
-
558
- #: php/options-page-email-tab.php:392 php/options-page-text-tab.php:230
559
- msgid "The comments the user provided in the comment field for the question"
560
- msgstr ""
561
-
562
- #: php/options-page-email-tab.php:395 php/options-page-text-tab.php:233
563
- msgid "Reason why the correct answer is the correct answer"
564
- msgstr ""
565
-
566
- #: php/options-page-email-tab.php:398 php/options-page-text-tab.php:236
567
- msgid "The Current Date"
568
- msgstr ""
569
-
570
- #: php/options-page-email-tab.php:413 php/options-page-email-tab.php:623
571
- msgid "Save Email Templates And Settings"
572
- msgstr ""
573
-
574
- #: php/options-page-email-tab.php:417
575
- msgid "Send user email upon completion?"
576
- msgstr ""
577
-
578
- #: php/options-page-email-tab.php:424
579
- msgid "Send admin email upon completion?"
580
- msgstr ""
581
-
582
- #: php/options-page-email-tab.php:431
583
- msgid ""
584
- "What emails should we send the admin email to? Separate emails with a comma."
585
- msgstr ""
586
-
587
- #: php/options-page-email-tab.php:435
588
- msgid "What is the From Name for the email sent to users and admin?"
589
- msgstr ""
590
-
591
- #: php/options-page-email-tab.php:439
592
- msgid "What is the From Email address for the email sent to users and admin?"
593
- msgstr ""
594
-
595
- #: php/options-page-email-tab.php:443
596
- msgid "Add user's email as Reply-To on admin email?"
597
- msgstr ""
598
-
599
- #: php/options-page-email-tab.php:452
600
- msgid "Email Sent To User"
601
- msgstr ""
602
-
603
- #: php/options-page-email-tab.php:453 php/options-page-email-tab.php:531
604
- msgid "Add New User Email"
605
- msgstr ""
606
-
607
- #: php/options-page-email-tab.php:458 php/options-page-email-tab.php:524
608
- #: php/options-page-email-tab.php:545 php/options-page-email-tab.php:611
609
- #: php/options-page-results-page-tab.php:241
610
- #: php/options-page-results-page-tab.php:305
611
- msgid "Score Greater Than Or Equal To"
612
- msgstr ""
613
-
614
- #: php/options-page-email-tab.php:459 php/options-page-email-tab.php:525
615
- #: php/options-page-email-tab.php:546 php/options-page-email-tab.php:612
616
- #: php/options-page-results-page-tab.php:242
617
- #: php/options-page-results-page-tab.php:306
618
- msgid "Score Less Than Or Equal To"
619
- msgstr ""
620
-
621
- #: php/options-page-email-tab.php:460 php/options-page-email-tab.php:526
622
- #: php/options-page-email-tab.php:547 php/options-page-email-tab.php:613
623
- msgid "Subject"
624
- msgstr ""
625
-
626
- #: php/options-page-email-tab.php:461 php/options-page-email-tab.php:527
627
- #: php/options-page-email-tab.php:548 php/options-page-email-tab.php:614
628
- msgid "Email To Send"
629
- msgstr ""
630
-
631
- #: php/options-page-email-tab.php:539
632
- msgid "Email Sent To Admin"
633
- msgstr ""
634
-
635
- #: php/options-page-email-tab.php:540 php/options-page-email-tab.php:618
636
- msgid "Add New Admin Email"
637
- msgstr ""
638
-
639
- #: php/options-page-leaderboard-tab.php:13
640
- msgid "Leaderboard"
641
- msgstr ""
642
-
643
- #: php/options-page-leaderboard-tab.php:49
644
- msgid "The leaderboards has been updated successfully."
645
- msgstr ""
646
-
647
- #: php/options-page-leaderboard-tab.php:83
648
- msgid "The name of the user who is in first place"
649
- msgstr ""
650
-
651
- #: php/options-page-leaderboard-tab.php:84
652
- msgid "The score from the first place's quiz"
653
- msgstr ""
654
-
655
- #: php/options-page-leaderboard-tab.php:88
656
- msgid "The name of the user who is in second place"
657
- msgstr ""
658
-
659
- #: php/options-page-leaderboard-tab.php:89
660
- msgid "The score from the second place's quiz"
661
- msgstr ""
662
-
663
- #: php/options-page-leaderboard-tab.php:93
664
- msgid "The name of the user who is in third place"
665
- msgstr ""
666
-
667
- #: php/options-page-leaderboard-tab.php:94
668
- msgid "The score from the third place's quiz"
669
- msgstr ""
670
-
671
- #: php/options-page-leaderboard-tab.php:98
672
- msgid "The name of the user who is in fourth place"
673
- msgstr ""
674
-
675
- #: php/options-page-leaderboard-tab.php:99
676
- msgid "The score from the fourth place's quiz"
677
- msgstr ""
678
-
679
- #: php/options-page-leaderboard-tab.php:103
680
- msgid "The name of the user who is in fifth place"
681
- msgstr ""
682
-
683
- #: php/options-page-leaderboard-tab.php:104
684
- msgid "The score from the fifth place's quiz"
685
- msgstr ""
686
-
687
- #: php/options-page-leaderboard-tab.php:111
688
- #: php/options-page-leaderboard-tab.php:139
689
- msgid "Save Leaderboard Options"
690
- msgstr ""
691
-
692
- #: php/options-page-leaderboard-tab.php:120
693
- msgid "Leaderboard Template"
694
- msgstr ""
695
-
696
- #: php/options-page-option-tab.php:13
697
- msgid "Options"
698
- msgstr ""
699
-
700
- #: php/options-page-option-tab.php:110
701
- msgid "The options has been updated successfully."
702
- msgstr ""
703
-
704
- #: php/options-page-option-tab.php:160 php/options-page-option-tab.php:311
705
- msgid "Save Options"
706
- msgstr ""
707
-
708
- #: php/options-page-option-tab.php:168
709
- msgid "Which system is this quiz graded on?"
710
- msgstr ""
711
-
712
- #: php/options-page-option-tab.php:170
713
- msgid "Correct/Incorrect"
714
- msgstr ""
715
-
716
- #: php/options-page-option-tab.php:171
717
- msgid "Points"
718
- msgstr ""
719
-
720
- #: php/options-page-option-tab.php:176
721
- msgid "Should the user be required to be logged in to take this quiz?"
722
- msgstr ""
723
-
724
- #: php/options-page-option-tab.php:183
725
- msgid ""
726
- "How many questions per page would you like? (Leave 0 for all questions on "
727
- "one page)"
728
- msgstr ""
729
-
730
- #: php/options-page-option-tab.php:189
731
- msgid ""
732
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
733
- "limit)"
734
- msgstr ""
735
-
736
- #: php/options-page-option-tab.php:195
737
- msgid ""
738
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
739
- "user wants to. Currently only works for registered users)"
740
- msgstr ""
741
-
742
- #: php/options-page-option-tab.php:201
743
- msgid ""
744
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
745
- msgstr ""
746
-
747
- #: php/options-page-option-tab.php:207
748
- msgid ""
749
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
750
- msgstr ""
751
-
752
- #: php/options-page-option-tab.php:213
753
- msgid ""
754
- "What time-frame should the user be able to access the quiz? (Leave blank if "
755
- "the user can access anytime)"
756
- msgstr ""
757
-
758
- #: php/options-page-option-tab.php:215
759
- msgid "start date"
760
- msgstr ""
761
-
762
- #: php/options-page-option-tab.php:218
763
- msgid "end date"
764
- msgstr ""
765
-
766
- #: php/options-page-option-tab.php:222
767
- msgid ""
768
- "Are the questions random? (Question Order will not apply if this is yes)"
769
- msgstr ""
770
-
771
- #: php/options-page-option-tab.php:224
772
- msgid "Random Questions"
773
- msgstr ""
774
-
775
- #: php/options-page-option-tab.php:225
776
- msgid "Random Questions And Answers"
777
- msgstr ""
778
-
779
- #: php/options-page-option-tab.php:230
780
- msgid ""
781
- "Would you like to ask for the contact information at the beginning or at the "
782
- "end of the quiz?"
783
- msgstr ""
784
-
785
- #: php/options-page-option-tab.php:232
786
- msgid "Beginning"
787
- msgstr ""
788
-
789
- #: php/options-page-option-tab.php:233
790
- msgid "End"
791
- msgstr ""
792
-
793
- #: php/options-page-option-tab.php:237
794
- msgid ""
795
- "If a logged-in user takes the quiz, would you like them to be able to edit "
796
- "contact information? If set to no, the fields will not show up for logged in "
797
- "users; however, the users information will be saved for the fields."
798
- msgstr ""
799
-
800
- #: php/options-page-option-tab.php:244
801
- msgid "Should we ask for users name?"
802
- msgstr ""
803
-
804
- #: php/options-page-option-tab.php:247 php/options-page-option-tab.php:255
805
- #: php/options-page-option-tab.php:263 php/options-page-option-tab.php:271
806
- msgid "Require"
807
- msgstr ""
808
-
809
- #: php/options-page-option-tab.php:252
810
- msgid "Should we ask for users business?"
811
- msgstr ""
812
-
813
- #: php/options-page-option-tab.php:260
814
- msgid "Should we ask for users email?"
815
- msgstr ""
816
-
817
- #: php/options-page-option-tab.php:268
818
- msgid "Should we ask for users phone number?"
819
- msgstr ""
820
-
821
- #: php/options-page-option-tab.php:276
822
- msgid "Would you like a place for the user to enter comments?"
823
- msgstr ""
824
-
825
- #: php/options-page-option-tab.php:283
826
- msgid "Show question number on quiz?"
827
- msgstr ""
828
-
829
- #: php/options-page-option-tab.php:290
830
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
831
- msgstr ""
832
-
833
- #: php/options-page-option-tab.php:290
834
- msgid ""
835
- "This option is for here only for users of older versions. Please use the new "
836
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
837
- "instead of using this option!"
838
- msgstr ""
839
-
840
- #: php/options-page-option-tab.php:297
841
- msgid ""
842
- "Disable question once user selects answer? (Currently only work on multiple "
843
- "choice)"
844
- msgstr ""
845
-
846
- #: php/options-page-option-tab.php:304
847
- msgid ""
848
- "Dynamically add class for incorrect/correct answer after user selects "
849
- "answer? (Currently only works on multiple choice)"
850
- msgstr ""
851
-
852
- #: php/options-page-preview-tab.php:13
853
- msgid "Preview"
854
- msgstr ""
855
-
856
- #: php/options-page-questions-tab.php:13
857
- msgid "Questions"
858
- msgstr ""
859
-
860
- #: php/options-page-questions-tab.php:28
861
- msgid "Answer"
862
- msgstr ""
863
-
864
- #: php/options-page-questions-tab.php:64
865
- msgid "The question order has been updated successfully."
866
- msgstr ""
867
-
868
- #: php/options-page-questions-tab.php:169
869
- msgid "The question has been updated successfully."
870
- msgstr ""
871
-
872
- #: php/options-page-questions-tab.php:214
873
- msgid "The question has been deleted successfully."
874
- msgstr ""
875
-
876
- #: php/options-page-questions-tab.php:306
877
- msgid "The question has been duplicated successfully."
878
- msgstr ""
879
-
880
- #: php/options-page-questions-tab.php:403
881
- msgid "The question has been created successfully."
882
- msgstr ""
883
-
884
- #: php/options-page-questions-tab.php:538
885
- msgid "Add Question"
886
- msgstr ""
887
-
888
- #: php/options-page-questions-tab.php:539
889
- msgid "Save Question Order"
890
- msgstr ""
891
-
892
- #: php/options-page-questions-tab.php:552
893
- #, php-format
894
- msgid "One question"
895
- msgid_plural "%s questions"
896
- msgstr[0] ""
897
- msgstr[1] ""
898
-
899
- #: php/options-page-questions-tab.php:558
900
- #: php/options-page-questions-tab.php:566
901
- #: php/options-page-questions-tab.php:694
902
- msgid "Question Order"
903
- msgstr ""
904
-
905
- #: php/options-page-questions-tab.php:559
906
- #: php/options-page-questions-tab.php:567
907
- #: php/options-page-questions-tab.php:644
908
- msgid "Question Type"
909
- msgstr ""
910
-
911
- #: php/options-page-questions-tab.php:560
912
- #: php/options-page-questions-tab.php:568
913
- #: php/options-page-questions-tab.php:707
914
- msgid "Category"
915
- msgstr ""
916
-
917
- #: php/options-page-questions-tab.php:561
918
- #: php/options-page-questions-tab.php:569
919
- msgid "Question"
920
- msgstr ""
921
-
922
- #: php/options-page-questions-tab.php:662
923
- msgid "Answers"
924
- msgstr ""
925
-
926
- #: php/options-page-questions-tab.php:663
927
- msgid "Points Worth"
928
- msgstr ""
929
-
930
- #: php/options-page-questions-tab.php:664
931
- msgid "Correct Answer"
932
- msgstr ""
933
-
934
- #: php/options-page-questions-tab.php:669
935
- msgid "Add New Answer!"
936
- msgstr ""
937
-
938
- #: php/options-page-questions-tab.php:675
939
- msgid "Correct Answer Info"
940
- msgstr ""
941
-
942
- #: php/options-page-questions-tab.php:685
943
- msgid "Comment Field"
944
- msgstr ""
945
-
946
- #: php/options-page-questions-tab.php:687
947
- msgid "Small Text Field"
948
- msgstr ""
949
-
950
- #: php/options-page-questions-tab.php:688
951
- msgid "Large Text Field"
952
- msgstr ""
953
-
954
- #: php/options-page-questions-tab.php:689
955
- msgid "None"
956
- msgstr ""
957
-
958
- #: php/options-page-questions-tab.php:699
959
- msgid "Required?"
960
- msgstr ""
961
-
962
- #: php/options-page-questions-tab.php:730
963
- msgid "Create Question"
964
- msgstr ""
965
-
966
- #: php/options-page-questions-tab.php:735
967
- msgid "Are you sure you want to delete this question?"
968
- msgstr ""
969
-
970
- #: php/options-page-questions-tab.php:740
971
- msgid "Delete Question"
972
- msgstr ""
973
-
974
- #: php/options-page-questions-tab.php:745
975
- msgid "Are you sure you want to duplicate this question?"
976
- msgstr ""
977
-
978
- #: php/options-page-questions-tab.php:750
979
- msgid "Duplicate Question"
980
- msgstr ""
981
-
982
- #: php/options-page-results-page-tab.php:13
983
- msgid "Results Pages"
984
- msgstr ""
985
-
986
- #: php/options-page-results-page-tab.php:55
987
- msgid "The results page has been added successfully."
988
- msgstr ""
989
-
990
- #: php/options-page-results-page-tab.php:104
991
- msgid "The results page has been saved successfully."
992
- msgstr ""
993
-
994
- #: php/options-page-results-page-tab.php:205
995
- msgid "The amount of time user spent taking quiz in minutes"
996
- msgstr ""
997
-
998
- #: php/options-page-results-page-tab.php:208
999
- msgid "The amount of time user spent taking quiz in seconds"
1000
- msgstr ""
1001
-
1002
- #: php/options-page-results-page-tab.php:226
1003
- msgid "Displays button to share on Facebook."
1004
- msgstr ""
1005
-
1006
- #: php/options-page-results-page-tab.php:229
1007
- msgid "Displays button to share on Twitter."
1008
- msgstr ""
1009
-
1010
- #: php/options-page-results-page-tab.php:234
1011
- #: php/options-page-results-page-tab.php:315
1012
- msgid "Save Results Pages"
1013
- msgstr ""
1014
-
1015
- #: php/options-page-results-page-tab.php:235
1016
- #: php/options-page-results-page-tab.php:320
1017
- msgid "Add New Results Page"
1018
- msgstr ""
1019
-
1020
- #: php/options-page-results-page-tab.php:243
1021
- #: php/options-page-results-page-tab.php:307
1022
- msgid "Results Page Shown"
1023
- msgstr ""
1024
-
1025
- #: php/options-page-results-page-tab.php:244
1026
- #: php/options-page-results-page-tab.php:308
1027
- msgid "Redirect URL (Beta)"
1028
- msgstr ""
1029
-
1030
- #: php/options-page-results-page-tab.php:282 php/quizzes-page.php:246
1031
- #: php/quizzes-page.php:369
1032
- msgid "Delete"
1033
- msgstr ""
1034
-
1035
- #: php/options-page-results-page-tab.php:282
1036
- msgid "Are you sure?"
1037
- msgstr ""
1038
-
1039
- #: php/options-page-style-tab.php:13
1040
- msgid "Style"
1041
- msgstr ""
1042
-
1043
- #: php/options-page-style-tab.php:39
1044
- msgid "The style has been saved successfully."
1045
- msgstr ""
1046
-
1047
- #: php/options-page-style-tab.php:88
1048
- msgid "Quiz Styles"
1049
- msgstr ""
1050
-
1051
- #: php/options-page-style-tab.php:89
1052
- msgid "Choose your style:"
1053
- msgstr ""
1054
-
1055
- #: php/options-page-style-tab.php:118
1056
- msgid "Custom"
1057
- msgstr ""
1058
-
1059
- #: php/options-page-style-tab.php:123 php/options-page-style-tab.php:135
1060
- msgid "Save Quiz Style"
1061
- msgstr ""
1062
-
1063
- #: php/options-page-style-tab.php:125
1064
- msgid "Custom Style CSS"
1065
- msgstr ""
1066
-
1067
- #: php/options-page-style-tab.php:126
1068
- msgid ""
1069
- "For detailed help and guidance along with a list of different classes used "
1070
- "in this plugin, please visit the following link:"
1071
- msgstr ""
1072
-
1073
- #: php/options-page-text-tab.php:13
1074
- msgid "Text"
1075
- msgstr ""
1076
-
1077
- #: php/options-page-text-tab.php:102
1078
- msgid "The templates has been updated successfully."
1079
- msgstr ""
1080
-
1081
- #: php/options-page-text-tab.php:242 php/options-page-text-tab.php:402
1082
- msgid "Save Templates"
1083
- msgstr ""
1084
-
1085
- #: php/options-page-text-tab.php:248
1086
- msgid "Message Templates"
1087
- msgstr ""
1088
-
1089
- #: php/options-page-text-tab.php:252
1090
- msgid "Message Displayed Before Quiz"
1091
- msgstr ""
1092
-
1093
- #: php/options-page-text-tab.php:262
1094
- msgid "Message Displayed Before Comments Box If Enabled"
1095
- msgstr ""
1096
-
1097
- #: php/options-page-text-tab.php:272
1098
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1099
- msgstr ""
1100
-
1101
- #: php/options-page-text-tab.php:282
1102
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1103
- msgstr ""
1104
-
1105
- #: php/options-page-text-tab.php:292
1106
- msgid ""
1107
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1108
- "Logged In"
1109
- msgstr ""
1110
-
1111
- #: php/options-page-text-tab.php:302
1112
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1113
- msgstr ""
1114
-
1115
- #: php/options-page-text-tab.php:312
1116
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1117
- msgstr ""
1118
-
1119
- #: php/options-page-text-tab.php:322
1120
- msgid "%QUESTIONS_ANSWERS% Text"
1121
- msgstr ""
1122
-
1123
- #: php/options-page-text-tab.php:335
1124
- msgid "Twitter Sharing Text"
1125
- msgstr ""
1126
-
1127
- #: php/options-page-text-tab.php:352
1128
- msgid "Facebook Sharing Text"
1129
- msgstr ""
1130
-
1131
- #: php/options-page-text-tab.php:367
1132
- msgid "Other Templates"
1133
- msgstr ""
1134
-
1135
- #: php/options-page-text-tab.php:370
1136
- msgid "Text for submit button"
1137
- msgstr ""
1138
-
1139
- #: php/options-page-text-tab.php:374
1140
- msgid "Text for name field"
1141
- msgstr ""
1142
-
1143
- #: php/options-page-text-tab.php:378
1144
- msgid "Text for business field"
1145
- msgstr ""
1146
-
1147
- #: php/options-page-text-tab.php:382
1148
- msgid "Text for email field"
1149
- msgstr ""
1150
-
1151
- #: php/options-page-text-tab.php:386
1152
- msgid "Text for phone number field"
1153
- msgstr ""
1154
-
1155
- #: php/options-page-text-tab.php:390
1156
- msgid "Text for comments field"
1157
- msgstr ""
1158
-
1159
- #: php/options-page-text-tab.php:394
1160
- msgid "Text for previous button"
1161
- msgstr ""
1162
-
1163
- #: php/options-page-text-tab.php:398
1164
- msgid "Text for next button"
1165
- msgstr ""
1166
-
1167
- #: php/options-page-tools-tab.php:49
1168
- msgid "The stats has been reset successfully."
1169
- msgstr ""
1170
-
1171
- #: php/options-page-tools-tab.php:107
1172
- msgid ""
1173
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1174
- "and Times Quiz Has Been Taken)."
1175
- msgstr ""
1176
-
1177
- #: php/options-page-tools-tab.php:108
1178
- msgid "Reset Quiz Views And Taken Stats"
1179
- msgstr ""
1180
-
1181
- #: php/options-page-tools-tab.php:119
1182
- msgid ""
1183
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1184
- "this quiz will be reset. This is permanent and cannot be undone."
1185
- msgstr ""
1186
-
1187
- #: php/options-page-tools-tab.php:123
1188
- msgid "Reset All Stats For Quiz"
1189
- msgstr ""
1190
-
1191
- #: php/question-types.php:14
1192
- msgid "Multiple Choice"
1193
- msgstr ""
1194
-
1195
- #: php/question-types.php:105
1196
- msgid "Horizontal Multiple Choice"
1197
- msgstr ""
1198
-
1199
- #: php/question-types.php:194
1200
- msgid "Drop Down"
1201
- msgstr ""
1202
-
1203
- #: php/question-types.php:280
1204
- msgid "Small Open Answer"
1205
- msgstr ""
1206
-
1207
- #: php/question-types.php:350
1208
- msgid "Multiple Response"
1209
- msgstr ""
1210
-
1211
- #: php/question-types.php:450
1212
- msgid "Large Open Answer"
1213
- msgstr ""
1214
-
1215
- #: php/question-types.php:528
1216
- msgid "Text Block"
1217
- msgstr ""
1218
-
1219
- #: php/question-types.php:562
1220
- msgid "Number"
1221
- msgstr ""
1222
-
1223
- #: php/question-types.php:643
1224
- msgid "Accept"
1225
- msgstr ""
1226
-
1227
- #: php/question-types.php:688
1228
- msgid "Captcha"
1229
- msgstr ""
1230
-
1231
- #: php/question-types.php:745
1232
- msgid "Horizontal Multiple Response"
1233
- msgstr ""
1234
-
1235
- #: php/question-types.php:856
1236
- msgid ""
1237
- "For fill in the blank types, use %BLANK% to represent where to put the text "
1238
- "box in your text."
1239
- msgstr ""
1240
-
1241
- #: php/question-types.php:860
1242
- msgid "Fill In The Blank"
1243
- msgstr ""
1244
-
1245
- #: php/quiz-options-page.php:56
1246
- #, php-format
1247
- msgid "Quiz Settings For %s"
1248
- msgstr ""
1249
-
1250
- #: php/quiz-options-page.php:94
1251
- msgid ""
1252
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1253
- "wish to edit."
1254
- msgstr ""
1255
-
1256
- #: php/quizzes-page.php:171
1257
- msgid "Add New"
1258
- msgstr ""
1259
-
1260
- #: php/quizzes-page.php:177
1261
- #, php-format
1262
- msgid "One quiz or survey"
1263
- msgid_plural "%s quizzes or surveys"
1264
- msgstr[0] ""
1265
- msgstr[1] ""
1266
-
1267
- #: php/quizzes-page.php:223 php/quizzes-page.php:272
1268
- msgid "URL"
1269
- msgstr ""
1270
-
1271
- #: php/quizzes-page.php:224 php/quizzes-page.php:273
1272
- msgid "Shortcode"
1273
- msgstr ""
1274
-
1275
- #: php/quizzes-page.php:225 php/quizzes-page.php:274
1276
- msgid "Leaderboard Shortcode"
1277
- msgstr ""
1278
-
1279
- #: php/quizzes-page.php:226 php/quizzes-page.php:275
1280
- msgid "Views"
1281
- msgstr ""
1282
-
1283
- #: php/quizzes-page.php:227 php/quizzes-page.php:276
1284
- msgid "Taken"
1285
- msgstr ""
1286
-
1287
- #: php/quizzes-page.php:228 php/quizzes-page.php:277
1288
- msgid "Last Modified"
1289
- msgstr ""
1290
-
1291
- #: php/quizzes-page.php:241
1292
- msgid "Edit Name"
1293
- msgstr ""
1294
-
1295
- #: php/quizzes-page.php:243 php/quizzes-page.php:346
1296
- msgid "Edit"
1297
- msgstr ""
1298
-
1299
- #: php/quizzes-page.php:245 php/quizzes-page.php:358
1300
- msgid "Duplicate"
1301
- msgstr ""
1302
-
1303
- #: php/quizzes-page.php:251
1304
- msgid "View Quiz/Survey"
1305
- msgstr ""
1306
-
1307
- #: php/quizzes-page.php:333
1308
- msgid "Create New Quiz Or Survey"
1309
- msgstr ""
1310
-
1311
- #: php/quizzes-page.php:335
1312
- msgid "Create"
1313
- msgstr ""
1314
-
1315
- #: php/quizzes-page.php:353
1316
- msgid "Duplicate questions also?"
1317
- msgstr ""
1318
-
1319
- #: php/quizzes-page.php:355
1320
- msgid "Name Of New Quiz Or Survey:"
1321
- msgstr ""
1322
-
1323
- #: php/quizzes-page.php:365
1324
- msgid "Are you sure you want to delete this quiz or survey?"
1325
- msgstr ""
1326
-
1327
- #: php/stats-page.php:29
1328
- msgid "Quiz Statistics"
1329
- msgstr ""
1330
-
1331
- #: php/stats-page.php:68
1332
- msgid "Quiz Taken Stats"
1333
- msgstr ""
1334
-
1335
- #: php/tools-page.php:107
1336
- msgid "There has been an error! Please try again."
1337
- msgstr ""
1338
-
1339
- #: php/tools-page.php:125
1340
- msgid "Quiz Has Been Restored!"
1341
- msgstr ""
1342
-
1343
- #: php/tools-page.php:130
1344
- msgid ""
1345
- "Choose a quiz in the drop down and then click the button to restore a "
1346
- "deleted quiz."
1347
- msgstr ""
1348
-
1349
- #: php/tools-page.php:140
1350
- msgid "Restore Quiz"
1351
- msgstr ""
1352
-
1353
- #: php/tools-page.php:176 php/tools-page.php:192
1354
- #, php-format
1355
- msgid "Previous %s Audits"
1356
- msgstr ""
1357
-
1358
- #: php/tools-page.php:179 php/tools-page.php:186
1359
- #, php-format
1360
- msgid "Next %s Audits"
1361
- msgstr ""
1362
-
1363
- #: php/tools-page.php:199
1364
- msgid "User"
1365
- msgstr ""
1366
-
1367
- #: php/tools-page.php:200
1368
- msgid "Action"
1369
- msgstr ""
1370
-
1371
- #: php/tools-page.php:201
1372
- msgid "Time"
1373
- msgstr ""
1374
-
1375
- #: php/widgets.php:14
1376
- msgid "Quiz And Survey Master Leaderboard Widget"
1377
- msgstr ""
1378
-
1379
- #: php/widgets.php:29
1380
- msgid "Widget Title"
1381
- msgstr ""
1382
-
1383
- #: php/widgets.php:33
1384
- msgid "Quiz ID"
1385
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
mlw_quizmaster2.php CHANGED
@@ -2,15 +2,14 @@
2
  /**
3
  * Plugin Name: Quiz And Survey Master
4
  * Description: Easily and quickly add quizzes and surveys to your website.
5
- * Version: 5.1.1
6
  * Author: Frank Corso
7
- * Author URI: http://www.quizandsurveymaster.com/
8
- * Plugin URI: http://www.quizandsurveymaster.com/
9
  * Text Domain: quiz-master-next
10
- * Domain Path: /languages
11
  *
12
  * @author Frank Corso
13
- * @version 5.1.1
14
  */
15
  if ( ! defined( 'ABSPATH' ) ) exit;
16
 
@@ -30,7 +29,7 @@ class MLWQuizMasterNext {
30
  * @var string
31
  * @since 4.0.0
32
  */
33
- public $version = '5.1.1';
34
 
35
  /**
36
  * QSM Alert Manager Object
@@ -175,7 +174,6 @@ class MLWQuizMasterNext {
175
  add_action( 'admin_head', array( $this, 'admin_head' ), 900 );
176
  add_action( 'widgets_init', create_function( '', 'return register_widget("Mlw_Qmn_Leaderboard_Widget");' ) );
177
  add_shortcode( 'mlw_quizmaster_leaderboard', 'mlw_quiz_leaderboard_shortcode' );
178
- add_action( 'plugins_loaded', array( $this, 'setup_translations' ) );
179
  add_action( 'init', array( $this, 'register_quiz_post_types' ) );
180
  }
181
 
@@ -234,7 +232,7 @@ class MLWQuizMasterNext {
234
  'labels' => $quiz_labels,
235
  'publicly_queryable' => true,
236
  'exclude_from_search' => $exclude_search,
237
- 'label' => 'Quizzes',
238
  'rewrite' => array( 'slug' => $cpt_slug ),
239
  'has_archive' => $has_archive,
240
  'supports' => array( 'title', 'author', 'comments' )
@@ -265,8 +263,8 @@ class MLWQuizMasterNext {
265
  add_submenu_page( __FILE__, __( 'Help', 'quiz-master-next' ), __( 'Help', 'quiz-master-next' ), 'moderate_comments', 'mlw_quiz_help', 'mlw_generate_help_page' );
266
 
267
  add_dashboard_page(
268
- __( 'QSM About', 'quiz' ),
269
- __( 'QSM About', 'quiz' ),
270
  'manage_options',
271
  'qsm_about',
272
  'mlw_generate_about_page'
@@ -287,16 +285,6 @@ class MLWQuizMasterNext {
287
  remove_submenu_page( 'quiz-master-next/mlw_quizmaster2.php', 'mlw_quiz_options' );
288
  remove_submenu_page( 'quiz-master-next/mlw_quizmaster2.php', 'mlw_quiz_result_details' );
289
  }
290
-
291
- /**
292
- * Loads the plugin language files
293
- *
294
- * @since 3.6.1
295
- * @return void
296
- */
297
- public function setup_translations() {
298
- load_plugin_textdomain( 'quiz-master-next', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
299
- }
300
  }
301
 
302
  $mlwQuizMasterNext = new MLWQuizMasterNext();
2
  /**
3
  * Plugin Name: Quiz And Survey Master
4
  * Description: Easily and quickly add quizzes and surveys to your website.
5
+ * Version: 5.1.2
6
  * Author: Frank Corso
7
+ * Author URI: https://www.quizandsurveymaster.com/
8
+ * Plugin URI: https://www.quizandsurveymaster.com/
9
  * Text Domain: quiz-master-next
 
10
  *
11
  * @author Frank Corso
12
+ * @version 5.1.2
13
  */
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
 
29
  * @var string
30
  * @since 4.0.0
31
  */
32
+ public $version = '5.1.2';
33
 
34
  /**
35
  * QSM Alert Manager Object
174
  add_action( 'admin_head', array( $this, 'admin_head' ), 900 );
175
  add_action( 'widgets_init', create_function( '', 'return register_widget("Mlw_Qmn_Leaderboard_Widget");' ) );
176
  add_shortcode( 'mlw_quizmaster_leaderboard', 'mlw_quiz_leaderboard_shortcode' );
 
177
  add_action( 'init', array( $this, 'register_quiz_post_types' ) );
178
  }
179
 
232
  'labels' => $quiz_labels,
233
  'publicly_queryable' => true,
234
  'exclude_from_search' => $exclude_search,
235
+ 'label' => __( 'Quizzes', 'quiz-master-next' ),
236
  'rewrite' => array( 'slug' => $cpt_slug ),
237
  'has_archive' => $has_archive,
238
  'supports' => array( 'title', 'author', 'comments' )
263
  add_submenu_page( __FILE__, __( 'Help', 'quiz-master-next' ), __( 'Help', 'quiz-master-next' ), 'moderate_comments', 'mlw_quiz_help', 'mlw_generate_help_page' );
264
 
265
  add_dashboard_page(
266
+ __( 'QSM About', 'quiz-master-next' ),
267
+ __( 'QSM About', 'quiz-master-next' ),
268
  'manage_options',
269
  'qsm_about',
270
  'mlw_generate_about_page'
285
  remove_submenu_page( 'quiz-master-next/mlw_quizmaster2.php', 'mlw_quiz_options' );
286
  remove_submenu_page( 'quiz-master-next/mlw_quizmaster2.php', 'mlw_quiz_result_details' );
287
  }
 
 
 
 
 
 
 
 
 
 
288
  }
289
 
290
  $mlwQuizMasterNext = new MLWQuizMasterNext();
php/about-page.php CHANGED
@@ -54,6 +54,7 @@ function mlw_generate_about_page() {
54
  </div>
55
  <div class="qsm-tab-content tab-2" style="display: none;">
56
  <h2>Changelog</h2>
 
57
  <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 40 ); ?>
58
  <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 25 ); ?>
59
  </div>
54
  </div>
55
  <div class="qsm-tab-content tab-2" style="display: none;">
56
  <h2>Changelog</h2>
57
+ <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 41 ); ?>
58
  <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 40 ); ?>
59
  <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 25 ); ?>
60
  </div>
php/admin-results-page.php CHANGED
@@ -287,17 +287,17 @@ function qsm_results_overview_tab_content() {
287
  ?>
288
  <input type="hidden" name="page" value="mlw_quiz_results">
289
  <p class="search-box">
290
- <label for="qmn_search_phrase">Search Results:</label>
291
  <input type="search" id="qmn_search_phrase" name="qmn_search_phrase" value="">
292
- <label for="qmn_order_by">Order By:</label>
293
  <select id="qmn_order_by" name="qmn_order_by">
294
- <option value="quiz_name">Quiz Name</option>
295
- <option value="name">User Name</option>
296
- <option value="point_score">Points</option>
297
- <option value="correct_score">Correct Percent</option>
298
- <option value="default">Default (time)</option>
299
  </select>
300
- <button class="button">Search Results</button>
301
  </p>
302
  </form>
303
  <form action="" method="post" name="bulk_delete_form">
287
  ?>
288
  <input type="hidden" name="page" value="mlw_quiz_results">
289
  <p class="search-box">
290
+ <label for="qmn_search_phrase"><?php _e( 'Search Results', 'quiz-master-next' ); ?></label>
291
  <input type="search" id="qmn_search_phrase" name="qmn_search_phrase" value="">
292
+ <label for="qmn_order_by"><?php _e( 'Order By', 'quiz-master-next' ); ?></label>
293
  <select id="qmn_order_by" name="qmn_order_by">
294
+ <option value="quiz_name"><?php _e( 'Quiz Name', 'quiz-master-next' ); ?></option>
295
+ <option value="name"><?php _e( 'User Name', 'quiz-master-next' ); ?></option>
296
+ <option value="point_score"><?php _e( 'Points', 'quiz-master-next' ); ?></option>
297
+ <option value="correct_score"><?php _e( 'Correct Percent', 'quiz-master-next' ); ?></option>
298
+ <option value="default"><?php _e( 'Default (Time)', 'quiz-master-next' ); ?></option>
299
  </select>
300
+ <button class="button"><?php _e( 'Search Results', 'quiz-master-next' ); ?></button>
301
  </p>
302
  </form>
303
  <form action="" method="post" name="bulk_delete_form">
php/class-qmn-quiz-manager.php CHANGED
@@ -122,6 +122,7 @@ class QMNQuizManager {
122
  </script>";
123
  $qmn_json_data = array(
124
  'quiz_id' => $qmn_array_for_variables['quiz_id'],
 
125
  'disable_answer' => $qmn_quiz_options->disable_answer_onselect,
126
  'ajax_show_correct' => $qmn_quiz_options->ajax_show_correct
127
  );
122
  </script>";
123
  $qmn_json_data = array(
124
  'quiz_id' => $qmn_array_for_variables['quiz_id'],
125
+ 'quiz_name' => $qmn_array_for_variables['quiz_name'],
126
  'disable_answer' => $qmn_quiz_options->disable_answer_onselect,
127
  'ajax_show_correct' => $qmn_quiz_options->ajax_show_correct
128
  );
php/help-page.php CHANGED
@@ -144,7 +144,7 @@ function qsm_support_meta_box_content() {
144
  <div class='quiz_email_support'>
145
  <form action="" method='post' name='emailForm' onsubmit='return mlw_validateForm()'>
146
  <input type='hidden' name='support_email' value='confirmation' />
147
- <p>We would love to hear from you. Fill out the form below and we will contact you shortly.</p>
148
  <p name='mlw_support_message' id='mlw_support_message'><?php echo $quiz_master_email_message; ?></p>
149
  <label>Name (Required):</label><br />
150
  <input type='text' name='username' value='' /><br />
144
  <div class='quiz_email_support'>
145
  <form action="" method='post' name='emailForm' onsubmit='return mlw_validateForm()'>
146
  <input type='hidden' name='support_email' value='confirmation' />
147
+ <p><?php _e( 'We would love to hear from you. Fill out the form below and we will contact you shortly.', 'quiz-master-next' ); ?></p>
148
  <p name='mlw_support_message' id='mlw_support_message'><?php echo $quiz_master_email_message; ?></p>
149
  <label>Name (Required):</label><br />
150
  <input type='text' name='username' value='' /><br />
php/options-page-contact-tab.php CHANGED
@@ -48,11 +48,11 @@ function qsm_options_contact_tab_content() {
48
  */
49
 
50
  ?>
51
- <h2>Contact</h2>
52
  <div class="contact-message"></div>
53
- <a class="save-contact button-primary">Save Contact Form</a>
54
  <div class="contact-form"></div>
55
- <a class="add-contact-field button-primary">Add New Field</a>
56
  <?php
57
  }
58
 
48
  */
49
 
50
  ?>
51
+ <h2><?php _e( 'Contact', 'quiz-master-next' ); ?></h2>
52
  <div class="contact-message"></div>
53
+ <a class="save-contact button-primary"><?php _e( 'Save Contact Fields', 'quiz-master-next' ); ?></a>
54
  <div class="contact-form"></div>
55
+ <a class="add-contact-field button-primary"><?php _e( 'Add New Field', 'quiz-master-next' ); ?></a>
56
  <?php
57
  }
58
 
php/question-types.php CHANGED
@@ -325,15 +325,17 @@ function qmn_small_open_review($id, $question, $answers)
325
  'correct_text' => ''
326
  );
327
  if ( isset( $_POST["question".$id] ) ) {
328
- $mlw_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
 
329
  } else {
330
  $mlw_user_answer = " ";
331
  }
332
  $return_array['user_text'] = $mlw_user_answer;
333
  foreach($answers as $answer)
334
  {
335
- $return_array['correct_text'] = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
336
- if (strtoupper($return_array['user_text']) == strtoupper($return_array['correct_text']))
 
337
  {
338
  $return_array['correct'] = "correct";
339
  $return_array['points'] = $answer[1];
@@ -495,15 +497,17 @@ function qmn_large_open_review($id, $question, $answers)
495
  'correct_text' => ''
496
  );
497
  if ( isset( $_POST["question".$id] ) ) {
498
- $mlw_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
 
499
  } else {
500
  $mlw_user_answer = " ";
501
  }
502
  $return_array['user_text'] = $mlw_user_answer;
503
  foreach($answers as $answer)
504
  {
505
- $return_array['correct_text'] = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
506
- if (strtoupper($return_array['user_text']) == strtoupper($return_array['correct_text']))
 
507
  {
508
  $return_array['correct'] = "correct";
509
  $return_array['points'] = $answer[1];
@@ -916,15 +920,17 @@ function qmn_fill_blank_review($id, $question, $answers)
916
  $return_array['question_text'] = str_replace( "%BLANK%", "__________", do_shortcode(htmlspecialchars_decode($question, ENT_QUOTES)));
917
  }
918
  if ( isset( $_POST["question".$id] ) ) {
919
- $mlw_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
 
920
  } else {
921
  $mlw_user_answer = " ";
922
  }
923
  $return_array['user_text'] = $mlw_user_answer;
924
  foreach($answers as $answer)
925
  {
926
- $return_array['correct_text'] = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
927
- if (strtoupper($return_array['user_text']) == strtoupper($return_array['correct_text']))
 
928
  {
929
  $return_array['correct'] = "correct";
930
  $return_array['points'] = $answer[1];
325
  'correct_text' => ''
326
  );
327
  if ( isset( $_POST["question".$id] ) ) {
328
+ $decode_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
329
+ $mlw_user_answer = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_user_answer ) ) );
330
  } else {
331
  $mlw_user_answer = " ";
332
  }
333
  $return_array['user_text'] = $mlw_user_answer;
334
  foreach($answers as $answer)
335
  {
336
+ $decode_correct_text = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
337
+ $return_array['correct_text'] = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_correct_text ) ) );
338
+ if (mb_strtoupper($return_array['user_text']) == mb_strtoupper($return_array['correct_text']))
339
  {
340
  $return_array['correct'] = "correct";
341
  $return_array['points'] = $answer[1];
497
  'correct_text' => ''
498
  );
499
  if ( isset( $_POST["question".$id] ) ) {
500
+ $decode_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
501
+ $mlw_user_answer = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_user_answer ) ) );
502
  } else {
503
  $mlw_user_answer = " ";
504
  }
505
  $return_array['user_text'] = $mlw_user_answer;
506
  foreach($answers as $answer)
507
  {
508
+ $decode_correct_text = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
509
+ $return_array['correct_text'] = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_correct_text ) ) );
510
+ if (mb_strtoupper($return_array['user_text']) == mb_strtoupper($return_array['correct_text']))
511
  {
512
  $return_array['correct'] = "correct";
513
  $return_array['points'] = $answer[1];
920
  $return_array['question_text'] = str_replace( "%BLANK%", "__________", do_shortcode(htmlspecialchars_decode($question, ENT_QUOTES)));
921
  }
922
  if ( isset( $_POST["question".$id] ) ) {
923
+ $decode_user_answer = strval( stripslashes( htmlspecialchars_decode( $_POST["question".$id], ENT_QUOTES ) ) );
924
+ $mlw_user_answer = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_user_answer ) ) );
925
  } else {
926
  $mlw_user_answer = " ";
927
  }
928
  $return_array['user_text'] = $mlw_user_answer;
929
  foreach($answers as $answer)
930
  {
931
+ $decode_correct_text = strval(htmlspecialchars_decode($answer[0], ENT_QUOTES));
932
+ $return_array['correct_text'] = trim( preg_replace( '/\s\s+/', ' ', str_replace( "\n", " ", $decode_correct_text ) ) );
933
+ if (mb_strtoupper($return_array['user_text']) == mb_strtoupper($return_array['correct_text']))
934
  {
935
  $return_array['correct'] = "correct";
936
  $return_array['points'] = $answer[1];
php/quizzes-page.php CHANGED
@@ -19,7 +19,7 @@ function qsm_generate_quizzes_surveys_page() {
19
 
20
  // Enqueue our styles and scripts
21
  wp_enqueue_style( 'qsm_admin_style', plugins_url( '../css/qsm-admin.css' , __FILE__ ) );
22
- wp_enqueue_script( 'qsm_admin_script', plugins_url( '../js/qsm-admin.js' , __FILE__ ), array( 'jquery-ui-core', 'jquery-ui-dialog', 'jquery-ui-button' ) );
23
  wp_enqueue_style( 'qsm_jquery_redmond_theme', '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/redmond/jquery-ui.css' );
24
 
25
  // Create new quiz
@@ -106,9 +106,9 @@ function qsm_generate_quizzes_surveys_page() {
106
  <div class="qsm-quizzes-page-content">
107
  <div class="<?php if ( 'false' != get_option( 'mlw_advert_shows' ) ) { echo 'qsm-quiz-page-wrapper-with-ads'; } else { echo 'qsm-quiz-page-wrapper'; } ?>">
108
  <p class="search-box">
109
- <label class="screen-reader-text" for="quiz_search">Search:</label>
110
  <input type="search" id="quiz_search" name="quiz_search" value="">
111
- <a href="#" class="button">Search</a>
112
  </p>
113
  <div class="tablenav top">
114
  <div class="tablenav-pages">
@@ -148,11 +148,11 @@ function qsm_generate_quizzes_surveys_page() {
148
  if ( 'true' == get_option( 'mlw_advert_shows' ) ) {
149
  ?>
150
  <div class="qsm-news-ads">
151
- <h3 class="qsm-news-ads-title">QSM News</h3>
152
  <div class="qsm-news-ads-widget">
153
- <h3>Subscribe to our newsletter!</h3>
154
- <p>Join our mailing list and receive a discount on your next purchase! Learn about our newest features, receive email-only promotions, receive tips and guides, and more!</p>
155
- <a target="_blank" href="http://quizandsurveymaster.com/subscribe-to-our-newsletter/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=subscribe-to-newsletter" class="button-primary">Subscribe Now</a>
156
  </div>
157
  <?php
158
  $qmn_rss = array();
@@ -177,7 +177,7 @@ function qsm_generate_quizzes_surveys_page() {
177
  <div>
178
  <?php echo $item['description']; ?>
179
  </div>
180
- <a target='_blank' href="<?php echo $item['link']; ?>" class="button-primary">Read More</a>
181
  </div>
182
  <?php
183
  }
@@ -189,7 +189,7 @@ function qsm_generate_quizzes_surveys_page() {
189
  </div>
190
 
191
  <!--New Quiz Dialog-->
192
- <div id="new_quiz_dialog" title="Create New Quiz Or Survey" style="display:none;">
193
  <form action="" method="post" class="qsm-dialog-form">
194
  <?php wp_nonce_field( 'qsm_new_quiz','qsm_new_quiz_nonce' ); ?>
195
  <h3><?php _e( 'Create New Quiz Or Survey', 'quiz-master-next' ); ?></h3>
@@ -199,7 +199,7 @@ function qsm_generate_quizzes_surveys_page() {
199
  </div>
200
 
201
  <!--Edit Quiz Name Dialog-->
202
- <div id="edit_dialog" title="Edit Name" style="display:none;">
203
  <form action='' method='post' class="qsm-dialog-form">
204
  <label><?php _e( 'Name', 'quiz-master-next' ); ?></label>
205
  <input type="text" id="edit_quiz_name" name="edit_quiz_name" />
@@ -210,7 +210,7 @@ function qsm_generate_quizzes_surveys_page() {
210
  </div>
211
 
212
  <!--Duplicate Quiz Dialog-->
213
- <div id="duplicate_dialog" title="Duplicate Quiz Or Survey" style="display:none;">
214
  <form action='' method='post' class="qsm-dialog-form">
215
  <label for="duplicate_questions"><?php _e( 'Duplicate questions also?', 'quiz-master-next' ); ?></label><input type="checkbox" name="duplicate_questions" id="duplicate_questions"/><br />
216
  <br />
@@ -222,15 +222,47 @@ function qsm_generate_quizzes_surveys_page() {
222
  </div>
223
 
224
  <!--Delete Quiz Dialog-->
225
- <div id="delete_dialog" title="Delete Quiz Or Survey?" style="display:none;">
226
- <form action='' method='post' class="qsm-dialog-form">
227
- <h3><b><?php _e( 'Are you sure you want to delete this quiz or survey?', 'quiz-master-next' ); ?></b></h3>
228
- <?php wp_nonce_field( 'qsm_delete_quiz','qsm_delete_quiz_nonce' ); ?>
229
- <input type='hidden' id='delete_quiz_id' name='delete_quiz_id' value='' />
230
- <input type='hidden' id='delete_quiz_name' name='delete_quiz_name' value='' />
231
- <p class='submit'><input type='submit' class='button-primary' value='<?php _e( 'Delete', 'quiz-master-next' ); ?>' /></p>
232
- </form>
233
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  </div>
235
  <?php
236
  }
19
 
20
  // Enqueue our styles and scripts
21
  wp_enqueue_style( 'qsm_admin_style', plugins_url( '../css/qsm-admin.css' , __FILE__ ) );
22
+ wp_enqueue_script( 'qsm_admin_script', plugins_url( '../js/qsm-admin.js' , __FILE__ ), array( 'underscore', 'jquery-ui-core', 'jquery-ui-dialog', 'jquery-ui-button' ), $mlwQuizMasterNext->version );
23
  wp_enqueue_style( 'qsm_jquery_redmond_theme', '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/redmond/jquery-ui.css' );
24
 
25
  // Create new quiz
106
  <div class="qsm-quizzes-page-content">
107
  <div class="<?php if ( 'false' != get_option( 'mlw_advert_shows' ) ) { echo 'qsm-quiz-page-wrapper-with-ads'; } else { echo 'qsm-quiz-page-wrapper'; } ?>">
108
  <p class="search-box">
109
+ <label class="screen-reader-text" for="quiz_search"><?php _e( 'Search', 'quiz-master-next' ); ?></label>
110
  <input type="search" id="quiz_search" name="quiz_search" value="">
111
+ <a href="#" class="button"><?php _e( 'Search', 'quiz-master-next' ); ?></a>
112
  </p>
113
  <div class="tablenav top">
114
  <div class="tablenav-pages">
148
  if ( 'true' == get_option( 'mlw_advert_shows' ) ) {
149
  ?>
150
  <div class="qsm-news-ads">
151
+ <h3 class="qsm-news-ads-title"><?php _e( 'QSM News', 'quiz-master-next' ); ?></h3>
152
  <div class="qsm-news-ads-widget">
153
+ <h3><?php _e( 'Subscribe to our newsletter!', 'quiz-master-next' ); ?></h3>
154
+ <p><?php _e( 'Join our mailing list and receive a discount on your next purchase! Learn about our newest features, receive email-only promotions, receive tips and guides, and more!', 'quiz-master-next' ); ?></p>
155
+ <a target="_blank" href="http://quizandsurveymaster.com/subscribe-to-our-newsletter/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=subscribe-to-newsletter" class="button-primary"><?php _e( 'Subscribe Now', 'quiz-master-next' ); ?></a>
156
  </div>
157
  <?php
158
  $qmn_rss = array();
177
  <div>
178
  <?php echo $item['description']; ?>
179
  </div>
180
+ <a target='_blank' href="<?php echo $item['link']; ?>" class="button-primary"><?php _e( 'Read More' ); ?></a>
181
  </div>
182
  <?php
183
  }
189
  </div>
190
 
191
  <!--New Quiz Dialog-->
192
+ <div id="new_quiz_dialog" title="<?php _e( 'Create New Quiz Or Survey', 'quiz-master-next' ); ?>" style="display:none;">
193
  <form action="" method="post" class="qsm-dialog-form">
194
  <?php wp_nonce_field( 'qsm_new_quiz','qsm_new_quiz_nonce' ); ?>
195
  <h3><?php _e( 'Create New Quiz Or Survey', 'quiz-master-next' ); ?></h3>
199
  </div>
200
 
201
  <!--Edit Quiz Name Dialog-->
202
+ <div id="edit_dialog" title="<?php _e( 'Edit Name', 'quiz-master-next' ); ?>" style="display:none;">
203
  <form action='' method='post' class="qsm-dialog-form">
204
  <label><?php _e( 'Name', 'quiz-master-next' ); ?></label>
205
  <input type="text" id="edit_quiz_name" name="edit_quiz_name" />
210
  </div>
211
 
212
  <!--Duplicate Quiz Dialog-->
213
+ <div id="duplicate_dialog" title="<?php _e( 'Duplicate', 'quiz-master-next' ); ?>" style="display:none;">
214
  <form action='' method='post' class="qsm-dialog-form">
215
  <label for="duplicate_questions"><?php _e( 'Duplicate questions also?', 'quiz-master-next' ); ?></label><input type="checkbox" name="duplicate_questions" id="duplicate_questions"/><br />
216
  <br />
222
  </div>
223
 
224
  <!--Delete Quiz Dialog-->
225
+ <div id="delete_dialog" title="<?php _e( 'Delete', 'quiz-master-next' ); ?>" style="display:none;">
226
+ <form action='' method='post' class="qsm-dialog-form">
227
+ <h3><b><?php _e( 'Are you sure you want to delete this quiz or survey?', 'quiz-master-next' ); ?></b></h3>
228
+ <?php wp_nonce_field( 'qsm_delete_quiz','qsm_delete_quiz_nonce' ); ?>
229
+ <input type='hidden' id='delete_quiz_id' name='delete_quiz_id' value='' />
230
+ <input type='hidden' id='delete_quiz_name' name='delete_quiz_name' value='' />
231
+ <p class='submit'><input type='submit' class='button-primary' value='<?php _e( 'Delete', 'quiz-master-next' ); ?>' /></p>
232
+ </form>
233
  </div>
234
+
235
+ <!-- Templates -->
236
+ <script type="text/template" id="no-quiz-info-tmpl">
237
+ <h2><?php _e( 'You do not have any quizzes or surveys. Click "Add New" to get started.', 'quiz-master-next' ); ?></h2>
238
+ <h2>Is this your first time using this plugin? Check out our <a href="https://quizandsurveymaster.com/documentation/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=documentation" target="_blank">Documentation</a> or watch our Getting Started Video below</h2>
239
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/n8xfNk490Wg" frameborder="0" allowfullscreen></iframe>
240
+ </script>
241
+
242
+ <script type="text/template" id="quiz-row-tmpl">
243
+ <tr class="qsm-quiz-row" data-id="<%= id %>">
244
+ <td class="post-title column-title">
245
+ <span class="qsm-quiz-name"><%= name %></span> <a class="qsm-edit-name" href="#"><?php _e( 'Edit Name', 'quiz-master-next' ); ?></a>
246
+ <div class="row-actions">
247
+ <a class="qsm-action-link" href="admin.php?page=mlw_quiz_options&&quiz_id=<%= id %>"><?php _e( 'Edit', 'quiz-master-next' ); ?></a> |
248
+ <a class="qsm-action-link" href="admin.php?page=mlw_quiz_results&&quiz_id=<%= id %>"><?php _e( 'Results', 'quiz-master-next' ); ?></a> |
249
+ <a class="qsm-action-link qsm-action-link-duplicate" href="#"><?php _e( 'Duplicate', 'quiz-master-next' ); ?></a> |
250
+ <a class="qsm-action-link qsm-action-link-delete" href="#"><?php _e( 'Delete', 'quiz-master-next' ); ?></a>
251
+ </div>
252
+ </td>
253
+ <td>
254
+ <a href="<%= link %>"><?php _e( 'View Quiz/Survey', 'quiz-master-next' ); ?></a>
255
+ <div class="row-actions">
256
+ <a class="qsm-action-link" href="post.php?post=<%= postID %>&action=edit"><?php _e( 'Edit Post Settings', 'quiz-master-next' ); ?></a>
257
+ </div>
258
+ </td>
259
+ <td>[qsm quiz=<%= id %>]</td>
260
+ <td>[qsm_link id=<%= id %>]<?php _e( 'Click here', 'quiz-master-next' ); ?>[/qsm_link]</td>
261
+ <td><%= views %></td>
262
+ <td><%= taken %></td>
263
+ <td><%= lastActivity %></td>
264
+ </tr>
265
+ </script>
266
  </div>
267
  <?php
268
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: fpcorso
3
  Tags: quiz, survey, lead, test, score, exam, questionnaire, answer, question, points
4
  Requires at least: 4.7
5
  Tested up to: 4.8
6
- Stable tag: 5.1.1
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -108,6 +108,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
108
 
109
  == Changelog ==
110
 
 
 
 
111
  = 5.1.1 (October 4, 2017) =
112
  * Closed Bug: Variable function names break Certificate addon - ([Issue #578](https://github.com/fpcorso/quiz_master_next/issues/578))
113
 
3
  Tags: quiz, survey, lead, test, score, exam, questionnaire, answer, question, points
4
  Requires at least: 4.7
5
  Tested up to: 4.8
6
+ Stable tag: 5.1.2
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
108
 
109
  == Changelog ==
110
 
111
+ = 5.1.2 (October 17, 2017) =
112
+ * Closed Bug: Special characters fail the uppercase validation in open answer/fill in the blank questions - ([Issue #580](https://github.com/fpcorso/quiz_master_next/issues/580))
113
+
114
  = 5.1.1 (October 4, 2017) =
115
  * Closed Bug: Variable function names break Certificate addon - ([Issue #578](https://github.com/fpcorso/quiz_master_next/issues/578))
116