Wp-Pro-Quiz - Version 0.23

Version Description

  • Automatically add to the leaderboard
  • Leaderboard is updated automatically
  • Cloze-Choice: several words per gap are possible
  • Quiz Summary added
  • Skip question button added
  • Email notification added
  • Category support added
  • Review Question added
  • CSS-adjustments
  • Bug fixes
  • Translation for spanish have been added (Thanks Carlos R.)
  • Translation for greek have been added (Thanks .)
Download this release

Release Info

Developer xeno010
Plugin Icon 128x128 Wp-Pro-Quiz
Version 0.23
Comparing to
See all releases

Code changes from version 0.22 to 0.23

Files changed (61) hide show
  1. css/wpProQuiz_front.css +114 -10
  2. css/wpProQuiz_front.min.css +1 -1
  3. img/normal.png +0 -0
  4. img/questionOverview.png +0 -0
  5. img/quizSummary.png +0 -0
  6. js/wpProQuiz_admin.js +382 -4
  7. js/wpProQuiz_admin.min.js +50 -40
  8. js/wpProQuiz_front.js +383 -32
  9. js/wpProQuiz_front.min.js +32 -22
  10. js/wpProQuiz_toplist.js +16 -10
  11. js/wpProQuiz_toplist.min.js +2 -2
  12. languages/wp-pro-quiz-ar.mo +0 -0
  13. languages/wp-pro-quiz-ar.po +662 -427
  14. languages/wp-pro-quiz-de_DE.mo +0 -0
  15. languages/wp-pro-quiz-de_DE.po +875 -453
  16. languages/wp-pro-quiz-el.mo +0 -0
  17. languages/wp-pro-quiz-el.po +1909 -0
  18. languages/wp-pro-quiz-es_ES.mo +0 -0
  19. languages/wp-pro-quiz-es_ES.po +2138 -0
  20. languages/wp-pro-quiz-nb_NO.mo +0 -0
  21. languages/wp-pro-quiz-nb_NO.po +683 -437
  22. languages/wp-pro-quiz-nl_NL.mo +0 -0
  23. languages/wp-pro-quiz-nl_NL.po +683 -437
  24. languages/wp-pro-quiz-ru_RU.mo +0 -0
  25. languages/wp-pro-quiz-ru_RU.po +682 -436
  26. languages/wp-pro-quiz-sv_SE.mo +0 -0
  27. languages/wp-pro-quiz-sv_SE.po +683 -437
  28. languages/wp-pro-quiz.pot +657 -425
  29. lib/controller/WpProQuiz_Controller_Admin.php +11 -12
  30. lib/controller/WpProQuiz_Controller_Ajax.php +36 -0
  31. lib/controller/WpProQuiz_Controller_Category.php +47 -0
  32. lib/controller/WpProQuiz_Controller_Controller.php +3 -0
  33. lib/controller/WpProQuiz_Controller_Front.php +3 -3
  34. lib/controller/WpProQuiz_Controller_GlobalSettings.php +8 -3
  35. lib/controller/WpProQuiz_Controller_Preview.php +2 -2
  36. lib/controller/WpProQuiz_Controller_Question.php +9 -3
  37. lib/controller/WpProQuiz_Controller_Quiz.php +38 -0
  38. lib/controller/WpProQuiz_Controller_Request.php +36 -0
  39. lib/controller/WpProQuiz_Controller_Statistics.php +210 -127
  40. lib/helper/WpProQuiz_Helper_DbUpgrade.php +70 -2
  41. lib/helper/WpProQuiz_Helper_Export.php +1 -1
  42. lib/helper/WpProQuiz_Helper_Import.php +14 -1
  43. lib/helper/WpProQuiz_Helper_Upgrade.php +1 -0
  44. lib/model/WpProQuiz_Model_Category.php +24 -0
  45. lib/model/WpProQuiz_Model_CategoryMapper.php +40 -0
  46. lib/model/WpProQuiz_Model_GlobalSettingsMapper.php +27 -0
  47. lib/model/WpProQuiz_Model_Mapper.php +2 -0
  48. lib/model/WpProQuiz_Model_Model.php +17 -9
  49. lib/model/WpProQuiz_Model_Question.php +12 -0
  50. lib/model/WpProQuiz_Model_QuestionMapper.php +8 -6
  51. lib/model/WpProQuiz_Model_Quiz.php +74 -31
  52. lib/model/WpProQuiz_Model_QuizMapper.php +8 -6
  53. lib/view/WpProQuiz_View_FrontQuiz.php +148 -55
  54. lib/view/WpProQuiz_View_GobalSettings.php +158 -47
  55. lib/view/WpProQuiz_View_QuestionEdit.php +43 -0
  56. lib/view/WpProQuiz_View_QuizEdit.php +193 -75
  57. lib/view/WpProQuiz_View_QuizOverall.php +1 -1
  58. lib/view/WpProQuiz_View_Statistics.php +128 -81
  59. readme.txt +21 -2
  60. uninstall.php +2 -1
  61. wp-pro-quiz.php +4 -2
css/wpProQuiz_front.css CHANGED
@@ -32,6 +32,7 @@
32
  box-shadow: 1px 1px 1px #333 !important;
33
  text-shadow: none !important;
34
  filter: none !important;
 
35
  }
36
 
37
  .wpProQuiz_question_page {
@@ -183,7 +184,7 @@
183
  text-align: center !important;
184
  margin-bottom: 20px !important;
185
  }
186
- .wpProQuiz_cloze input {
187
  background: transparent;
188
  border: 0 !important;
189
  border-bottom: 1px solid !important;
@@ -202,10 +203,15 @@
202
  font-weight: normal;
203
  display: inline;
204
  }
 
 
 
 
205
  .wpProQuiz_resultsList > li {
206
  background-image: none !important;
207
  padding: 0 !important;
208
- margin: 0 !important;
 
209
  }
210
  .wpProQuiz_lock, .wpProQuiz_prerequisite {
211
  border: 1px dotted #FFC3C3 !important;
@@ -219,6 +225,7 @@
219
  width: 100% !important;
220
  border: 1px solid #C3D1A3 !important;
221
  border-collapse: collapse !important;
 
222
  }
223
  .wpProQuiz_toplistTable caption {
224
  caption-side:top !important;
@@ -229,7 +236,7 @@
229
  font-size: 11px !important;
230
  }
231
  .wpProQuiz_toplistTable thead tr {
232
- background-color: rgb(155,187,89) !important;
233
  padding: 5px !important;
234
  color: white !important;
235
  font-weight: bold !important;
@@ -242,6 +249,9 @@
242
  text-align: center !important;
243
  border: 0 !important;
244
  }
 
 
 
245
  .wpProQuiz_toplistTrOdd {
246
  background-color: #EBF1DE !important;
247
  }
@@ -260,13 +270,6 @@
260
  font-weight: bold !important;
261
  color: dimGray !important;
262
  }
263
- .wpProQuiz_toplistButton, .wpProQuiz_toplistButton:hover {
264
- background-color: lightGrey !important;
265
- border: 1px solid rgb(194, 194, 194) !important;
266
- text-shadow: 1px 1px 1px white !important;
267
- margin-top: 5px !important;
268
- color: black !important;
269
- }
270
  .wpProQuiz_resultTable {
271
  margin: 15px auto !important;
272
  width: 400px !important;
@@ -279,6 +282,9 @@
279
  border-collapse: collapse !important;
280
  margin: 0 !important;
281
  }
 
 
 
282
  .wpProQuiz_resultName {
283
  width: 100px !important;
284
  border-right: 1px solid rgb(134, 134, 134) !important;
@@ -303,4 +309,102 @@
303
  }
304
  .wpProQuiz_addBox input[type="text"] {
305
  margin: 0 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  }
32
  box-shadow: 1px 1px 1px #333 !important;
33
  text-shadow: none !important;
34
  filter: none !important;
35
+ float: none;
36
  }
37
 
38
  .wpProQuiz_question_page {
184
  text-align: center !important;
185
  margin-bottom: 20px !important;
186
  }
187
+ .wpProQuiz_cloze input[type="text"] {
188
  background: transparent;
189
  border: 0 !important;
190
  border-bottom: 1px solid !important;
203
  font-weight: normal;
204
  display: inline;
205
  }
206
+ .wpProQuiz_questionListItem input {
207
+ float: none !important;
208
+ display: inline !important;
209
+ }
210
  .wpProQuiz_resultsList > li {
211
  background-image: none !important;
212
  padding: 0 !important;
213
+ margin: 0 !important;
214
+ list-style-type: none !important;
215
  }
216
  .wpProQuiz_lock, .wpProQuiz_prerequisite {
217
  border: 1px dotted #FFC3C3 !important;
225
  width: 100% !important;
226
  border: 1px solid #C3D1A3 !important;
227
  border-collapse: collapse !important;
228
+ margin: 0 !important;
229
  }
230
  .wpProQuiz_toplistTable caption {
231
  caption-side:top !important;
236
  font-size: 11px !important;
237
  }
238
  .wpProQuiz_toplistTable thead tr {
239
+ background: rgb(155,187,89) !important;
240
  padding: 5px !important;
241
  color: white !important;
242
  font-weight: bold !important;
249
  text-align: center !important;
250
  border: 0 !important;
251
  }
252
+ .wpProQuiz_toplistTable th {
253
+ background: #9BBB59 !important;
254
+ }
255
  .wpProQuiz_toplistTrOdd {
256
  background-color: #EBF1DE !important;
257
  }
270
  font-weight: bold !important;
271
  color: dimGray !important;
272
  }
 
 
 
 
 
 
 
273
  .wpProQuiz_resultTable {
274
  margin: 15px auto !important;
275
  width: 400px !important;
282
  border-collapse: collapse !important;
283
  margin: 0 !important;
284
  }
285
+ .wpProQuiz_resultTable td {
286
+ border: none;
287
+ }
288
  .wpProQuiz_resultName {
289
  width: 100px !important;
290
  border-right: 1px solid rgb(134, 134, 134) !important;
309
  }
310
  .wpProQuiz_addBox input[type="text"] {
311
  margin: 0 !important;
312
+ }
313
+ .wpProQuiz_reviewQuestion {
314
+ max-height: 100px;
315
+ overflow: hidden;
316
+ border: 1px solid #C3D1A3;
317
+ background-color: #F8FAF5;
318
+ position: relative;
319
+ }
320
+ .wpProQuiz_checkPage > div {
321
+ border: 1px solid #C3D1A3;
322
+ background-color: #F8FAF5;
323
+ }
324
+ .wpProQuiz_checkPage h3 {
325
+ margin: 10px 0 10px 0;
326
+ }
327
+ .wpProQuiz_reviewQuestion ol, .wpProQuiz_checkPage ol {
328
+ list-style-type: none !important;
329
+ margin: 0 !important;
330
+ padding: 5px 12px 0 5px !important;
331
+ zoom: 1 !important;
332
+ position: relative !important;
333
+ }
334
+ .wpProQuiz_reviewQuestion ol:after {
335
+ content: ".";
336
+ display: block;
337
+ height: 0;
338
+ clear: both;
339
+ visibility: hidden;
340
+ }
341
+ .wpProQuiz_reviewQuestionTarget {
342
+ font-weight: bold;
343
+ border-color: #7DB1D3 !important;
344
+ box-shadow: 0px 0px 2px 1px #C4C4C4;
345
+ }
346
+ .wpProQuiz_reviewQuestion li, .wpProQuiz_checkPage li {
347
+ float: left !important;
348
+ margin: 0 5px 5px 0 !important;
349
+ border: 1px solid #CFCFCF;
350
+ padding: 5px 0 5px 0 !important;
351
+ width: 30px !important;
352
+ text-align: center !important;
353
+ background-color: white;
354
+ cursor: pointer !important;
355
+ list-style-type: none !important;
356
+ }
357
+
358
+ .wpProQuiz_reviewQuestion div {
359
+ position: absolute;
360
+ right: 0;
361
+ background-color: #B8B8B8;
362
+ top: 0;
363
+ height: 20px;
364
+ width: 10px;
365
+ border: 0;
366
+ border-radius: 10px;
367
+ cursor: move;
368
+ }
369
+ .wpProQuiz_reviewLegend {
370
+ padding: 5px !important;
371
+ margin-bottom: 8px !important;
372
+ }
373
+ .wpProQuiz_reviewLegend ol {
374
+ list-style-type: none !important;
375
+ padding: 0 !important;
376
+ margin: 0 !important;
377
+ }
378
+ .wpProQuiz_reviewLegend li {
379
+ float: left !important;
380
+ padding-right: 5px !important;
381
+ list-style-type: none !important;
382
+ margin: 0 !important;
383
+ }
384
+ .wpProQuiz_reviewColor {
385
+ height: 10px !important;
386
+ width: 10px !important;
387
+ display: inline-block !important;
388
+ margin-right: 2px !important;
389
+ }
390
+ .wpProQuiz_button2 {
391
+ border: 1px solid #DADADA !important;
392
+ background: whiteSmoke !important;
393
+ color: #303030 !important;
394
+ border-radius: 4px !important;
395
+ padding: 3px 5px !important;
396
+ box-shadow: 1px 1px 1px #A7A7A7 !important;
397
+ text-shadow: none !important;
398
+ filter: none !important;
399
+ margin: 0 !important;
400
+ font-weight: normal !important;
401
+ }
402
+ .wpProQuiz_button2:hover {
403
+ background: #EBEBEB !important;
404
+ }
405
+ .wpProQuiz_reviewDiv {
406
+ margin: 20px 0 20px 0 !important;
407
+ }
408
+ .wpProQuiz_header {
409
+ margin: 0px !important;
410
  }
css/wpProQuiz_front.min.css CHANGED
@@ -1 +1 @@
1
- .wpProQuiz_answerCorrect{background:#6DB46D!important;font-weight:700!important;}.wpProQuiz_answerCorrect label{font-weight:700!important;}.wpProQuiz_answerIncorrect{background:#FF9191!important;font-weight:700!important;}.wpProQuiz_content{margin-top:10px!important;margin-bottom:10px!important;}.wpProQuiz_content h2{margin-bottom:10px!important;}*+html .wpProQuiz_button,*+html .wpProQuiz_button:hover{padding:3px 0!important;}.wpProQuiz_button,.wpProQuiz_button:hover{margin:0!important;padding:5px 10px!important;background:#13455B!important;border-radius:11px!important;color:#FFF!important;font-weight:700!important;border:1px solid #13455B!important;box-shadow:1px 1px 1px #333!important;text-shadow:none!important;filter:none!important;}.wpProQuiz_question_page{margin-bottom:10px!important;}.wpProQuiz_question_page span{font-weight:700!important;}.wpProQuiz_questionListItem:last-child,.wpProQuiz_questionListItemLastChildIE{padding:3px!important;margin-bottom:0!important;}.wpProQuiz_questionListItem{padding:3px!important;margin-bottom:5px!important;background-image:none!important;margin-left:0!important;list-style:none!important;}.wpProQuiz_questionListItem > table{border-collapse:collapse!important;margin:0!important;padding:0!important;width:100%;}.wpProQuiz_list,.wpProQuiz_listItem,.wpProQuiz_questionList,.wpProQuiz_sortStringList,.wpProQuiz_sortStringList,.wpProQuiz_maxtrixSortCriterion,.wpProQuiz_resultsList{list-style:none!important;padding:0!important;margin:0!important;}.wpProQuiz_questionList{margin-bottom:10px!important;background:#F8FAF5!important;border:1px solid #C3D1A3!important;padding:5px!important;list-style:none!important;}.wpProQuiz_listItem{position:relative!important;}.wpProQuiz_response{background:#F8FAF5!important;border:1px solid #C4C4C4!important;padding:5px!important;margin-bottom:15px!important;box-shadow:1px 1px 2px #AAA!important;}.wpProQuiz_response span{font-weight:700!important;}.wpProQuiz_sort{width:25px!important;}.wpProQuiz_results h3{margin-bottom:10px!important;}.wpProQuiz_sort_correct_answer{font-weight:700!important;margin-right:5px!important;display:none!important;}.wpProQuiz_sortable,.wpProQuiz_sortStringItem{padding:5px!important;border:1px solid #D3D3D3!important;box-shadow:2px 2px 1px #EEE;background-color:#F8FAF5!important;cursor:move;}.wpProQuiz_time_limit .time{font-weight:700!important;margin-top:5px!important;margin-bottom:5px!important;}.wpProQuiz_time_limit .wpProQuiz_progress{height:10px!important;background-color:blue!important;margin-bottom:5px!important;}.wpProQuiz_time_limit_expired{font-weight:700!important;font-size:15px!important;text-align:center!important;}.wpProQuiz_question_text{margin-bottom:10px!important;}.wpProQuiz_tipp > div{padding:10px!important;background-color:#DDECFF!important;border:1px dotted #363636!important;border-radius:10px!important;position:absolute!important;bottom:5px!important;left:5px!important;right:5px!important;box-shadow:2px 2px 5px 0 #313131!important;z-index:99999!important;}.wpProQuiz_matrixSortString,.wpProQuiz_matrixSortString > h3{margin-bottom:10px!important;margin-top:0!important;}.wpProQuiz_matrixSortString{background:#F8FAF5!important;border:1px solid #C3D1A3!important;padding:5px!important;}.wpProQuiz_sortStringList{padding:10px!important;}.wpProQuiz_sortStringList > li{float:left!important;margin-left:5px!important;margin-right:5px!important;margin-bottom:5px!important;}.wpProQuiz_sortStringItem{margin:0!important;background-image:none!important;list-style:none!important;}.wpProQuiz_maxtrixSortCriterion{padding:5px!important;}.wpProQuiz_placehold{background-color:#FFFFC2!important;list-style:none!important;background-image:none!important;padding:5px!important;height:30px!important;min-width:50px!important;margin:0!important;}.wpProQuiz_maxtrixSortText{padding:5px!important;}.wpProQuiz_mextrixTr > td{border:1px solid #D1D1D1!important;padding:5px!important;vertical-align:middle!important;}.wpProQuiz_points{font-weight:700!important;text-align:center!important;margin-bottom:20px!important;}.wpProQuiz_cloze input{background:transparent;border:0!important;border-bottom:1px solid!important;height:18px!important;margin:0!important;padding:0 4px!important;color:#000!important;border-radius:0!important;box-shadow:0 0!important;}.wpProQuiz_cloze input:focus{outline:none!important;}.wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{margin:0!important;font-weight:400;display:inline;}.wpProQuiz_resultsList > li{background-image:none!important;padding:0!important;margin:0!important;}.wpProQuiz_lock,.wpProQuiz_prerequisite{border:1px dotted #FFC3C3!important;background-color:#FFF7F7!important;}.wpProQuiz_lock p,.wpProQuiz_prerequisite p{margin:20px!important;font-weight:700!important;}.wpProQuiz_toplistTable{width:100%!important;border:1px solid #C3D1A3!important;border-collapse:collapse!important;}.wpProQuiz_toplistTable caption{caption-side:top!important;text-align:right!important;padding-bottom:2px!important;color:gray!important;margin:0!important;font-size:11px!important;}.wpProQuiz_toplistTable thead tr{background-color:#9bbb59!important;padding:5px!important;color:#FFF!important;font-weight:700!important;}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700!important;}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{padding:5px!important;text-align:center!important;border:0!important;}.wpProQuiz_toplistTrOdd{background-color:#EBF1DE!important;}.wpProQuiz_addToplist{margin-top:10px!important;background-color:#F5FAEA!important;padding:10px!important;border:1px solid #C3D1A3!important;}.wpProQuiz_addToplistMessage{border:1px solid #a0a0a0!important;background-color:#FCFFB3!important;margin-bottom:5px!important;border-radius:5px!important;padding:5px!important;font-weight:700!important;color:#696969!important;}.wpProQuiz_toplistButton,.wpProQuiz_toplistButton:hover{background-color:#D3D3D3!important;border:1px solid #c2c2c2!important;text-shadow:1px 1px 1px #FFF!important;margin-top:5px!important;color:#000!important;}.wpProQuiz_resultTable{margin:15px auto!important;width:400px!important;border:1px solid #C4C4C4!important;padding:15px!important;font-weight:700!important;}.wpProQuiz_resultTable table{width:100%!important;border-collapse:collapse!important;margin:0!important;}.wpProQuiz_resultName{width:100px!important;border-right:1px solid #868686!important;padding:10px 0!important;}.wpProQuiz_resultValue{padding:0!important;}.wpProQuiz_resultValue div{color:#000!important;text-align:right!important;box-shadow:1px 1px 3px 1px #C4C4C4!important;display:inline-block!important;height:18px!important;zoom:1!important;*display:inline!important;margin-right:3px!important;vertical-align:middle!important;}.wpProQuiz_addBox label{display:inline!important;}.wpProQuiz_addBox input[type="text"]{margin:0!important;}
1
+ .wpProQuiz_answerCorrect{background:#6db46d!important;font-weight:bold!important}.wpProQuiz_answerCorrect label{font-weight:bold!important}.wpProQuiz_answerIncorrect{background:#ff9191!important;font-weight:bold!important}.wpProQuiz_content{margin-top:10px!important;margin-bottom:10px!important}.wpProQuiz_content h2{margin-bottom:10px!important}*+html .wpProQuiz_button,*+html .wpProQuiz_button:hover{padding:3px 0!important}.wpProQuiz_button,.wpProQuiz_button:hover{margin:0!important;padding:5px 10px!important;background:#13455b!important;border-radius:11px!important;color:white!important;font-weight:bold!important;border:1px solid #13455b!important;box-shadow:1px 1px 1px #333!important;text-shadow:none!important;filter:none!important;float:none}.wpProQuiz_question_page{margin-bottom:10px!important}.wpProQuiz_question_page span{font-weight:bold!important}.wpProQuiz_questionListItem:last-child,.wpProQuiz_questionListItemLastChildIE{padding:3px!important;margin-bottom:0!important}.wpProQuiz_questionListItem{padding:3px!important;margin-bottom:5px!important;background-image:none!important;margin-left:0!important;list-style:none!important}.wpProQuiz_questionListItem>table{border-collapse:collapse!important;margin:0!important;padding:0!important;width:100%}.wpProQuiz_list,.wpProQuiz_listItem,.wpProQuiz_questionList,.wpProQuiz_sortStringList,.wpProQuiz_sortStringList,.wpProQuiz_maxtrixSortCriterion,.wpProQuiz_resultsList{list-style:none!important;padding:0!important;margin:0!important}.wpProQuiz_questionList{margin-bottom:10px!important;background:#f8faf5!important;border:1px solid #c3d1a3!important;padding:5px!important;list-style:none!important}.wpProQuiz_listItem{position:relative!important}.wpProQuiz_response{background:#f8faf5!important;border:1px solid #c4c4c4!important;padding:5px!important;margin-bottom:15px!important;box-shadow:1px 1px 2px #AAA!important}.wpProQuiz_response span{font-weight:bold!important}.wpProQuiz_sort{width:25px!important}.wpProQuiz_results h3{margin-bottom:10px!important}.wpProQuiz_sort_correct_answer{font-weight:bold!important;margin-right:5px!important;display:none!important}.wpProQuiz_sortable,.wpProQuiz_sortStringItem{padding:5px!important;border:1px solid lightGrey!important;box-shadow:2px 2px 1px #EEE;background-color:#f8faf5!important;cursor:move}.wpProQuiz_time_limit .time{font-weight:bold!important;margin-top:5px!important;margin-bottom:5px!important}.wpProQuiz_time_limit .wpProQuiz_progress{height:10px!important;background-color:blue!important;margin-bottom:5px!important}.wpProQuiz_time_limit_expired{font-weight:bold!important;font-size:15px!important;text-align:center!important}.wpProQuiz_question_text{margin-bottom:10px!important}.wpProQuiz_tipp>div{padding:10px!important;background-color:#ddecff!important;border:1px dotted #363636!important;border-radius:10px!important;position:absolute!important;bottom:5px!important;left:5px!important;right:5px!important;box-shadow:2px 2px 5px 0 #313131!important;z-index:99999!important}.wpProQuiz_matrixSortString,.wpProQuiz_matrixSortString>h3{margin-bottom:10px!important;margin-top:0!important}.wpProQuiz_matrixSortString{background:#f8faf5!important;border:1px solid #c3d1a3!important;padding:5px!important}.wpProQuiz_sortStringList{padding:10px!important}.wpProQuiz_sortStringList>li{float:left!important;margin-left:5px!important;margin-right:5px!important;margin-bottom:5px!important}.wpProQuiz_sortStringItem{margin:0!important;background-image:none!important;list-style:none!important}.wpProQuiz_maxtrixSortCriterion{padding:5px!important}.wpProQuiz_placehold{background-color:#ffffc2!important;list-style:none!important;background-image:none!important;padding:5px!important;height:30px!important;min-width:50px!important;margin:0!important}.wpProQuiz_maxtrixSortText{padding:5px!important}.wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1!important;padding:5px!important;vertical-align:middle!important}.wpProQuiz_points{font-weight:bold!important;text-align:center!important;margin-bottom:20px!important}.wpProQuiz_cloze input[type="text"]{background:transparent;border:0!important;border-bottom:1px solid!important;height:18px!important;margin:0!important;padding:0 4px 0 4px!important;color:black!important;border-radius:0!important;box-shadow:0 0!important}.wpProQuiz_cloze input:focus{outline:none!important}.wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{margin:0!important;font-weight:normal;display:inline}.wpProQuiz_questionListItem input{float:none!important;display:inline!important}.wpProQuiz_resultsList>li{background-image:none!important;padding:0!important;margin:0!important;list-style-type:none!important}.wpProQuiz_lock,.wpProQuiz_prerequisite{border:1px dotted #ffc3c3!important;background-color:#fff7f7!important}.wpProQuiz_lock p,.wpProQuiz_prerequisite p{margin:20px!important;font-weight:bold!important}.wpProQuiz_toplistTable{width:100%!important;border:1px solid #c3d1a3!important;border-collapse:collapse!important;margin:0!important}.wpProQuiz_toplistTable caption{caption-side:top!important;text-align:right!important;padding-bottom:2px!important;color:gray!important;margin:0!important;font-size:11px!important}.wpProQuiz_toplistTable thead tr{background:#9bbb59!important;padding:5px!important;color:white!important;font-weight:bold!important}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:bold!important}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{padding:5px!important;text-align:center!important;border:0!important}.wpProQuiz_toplistTable th{background:#9bbb59!important}.wpProQuiz_toplistTrOdd{background-color:#ebf1de!important}.wpProQuiz_addToplist{margin-top:10px!important;background-color:#f5faea!important;padding:10px!important;border:1px solid #c3d1a3!important}.wpProQuiz_addToplistMessage{border:1px solid #a0a0a0!important;background-color:#fcffb3!important;margin-bottom:5px!important;border-radius:5px!important;padding:5px!important;font-weight:bold!important;color:dimGray!important}.wpProQuiz_resultTable{margin:15px auto!important;width:400px!important;border:1px solid #c4c4c4!important;padding:15px!important;font-weight:bold!important}.wpProQuiz_resultTable table{width:100%!important;border-collapse:collapse!important;margin:0!important}.wpProQuiz_resultTable td{border:0}.wpProQuiz_resultName{width:100px!important;border-right:1px solid #868686!important;padding:10px 0!important}.wpProQuiz_resultValue{padding:0!important}.wpProQuiz_resultValue div{color:black!important;text-align:right!important;box-shadow:1px 1px 3px 1px #c4c4c4!important;display:inline-block!important;height:18px!important;zoom:1!important;*display:inline!important;margin-right:3px!important;vertical-align:middle!important}.wpProQuiz_addBox label{display:inline!important}.wpProQuiz_addBox input[type="text"]{margin:0!important}.wpProQuiz_reviewQuestion{max-height:100px;overflow:hidden;border:1px solid #c3d1a3;background-color:#f8faf5;position:relative}.wpProQuiz_checkPage>div{border:1px solid #c3d1a3;background-color:#f8faf5}.wpProQuiz_checkPage h3{margin:10px 0 10px 0}.wpProQuiz_reviewQuestion ol,.wpProQuiz_checkPage ol{list-style-type:none!important;margin:0!important;padding:5px 12px 0 5px!important;zoom:1!important;position:relative!important}.wpProQuiz_reviewQuestion ol:after{content:".";display:block;height:0;clear:both;visibility:hidden}.wpProQuiz_reviewQuestionTarget{font-weight:bold;border-color:#7db1d3!important;box-shadow:0 0 2px 1px #c4c4c4}.wpProQuiz_reviewQuestion li,.wpProQuiz_checkPage li{float:left!important;margin:0 5px 5px 0!important;border:1px solid #cfcfcf;padding:5px 0 5px 0!important;width:30px!important;text-align:center!important;background-color:white;cursor:pointer!important;list-style-type:none!important}.wpProQuiz_reviewQuestion div{position:absolute;right:0;background-color:#b8b8b8;top:0;height:20px;width:10px;border:0;border-radius:10px;cursor:move}.wpProQuiz_reviewLegend{padding:5px!important;margin-bottom:8px!important}.wpProQuiz_reviewLegend ol{list-style-type:none!important;padding:0!important;margin:0!important}.wpProQuiz_reviewLegend li{float:left!important;padding-right:5px!important;list-style-type:none!important;margin:0!important}.wpProQuiz_reviewColor{height:10px!important;width:10px!important;display:inline-block!important;margin-right:2px!important}.wpProQuiz_button2{border:1px solid #dadada!important;background:whiteSmoke!important;color:#303030!important;border-radius:4px!important;padding:3px 5px!important;box-shadow:1px 1px 1px #a7a7a7!important;text-shadow:none!important;filter:none!important;margin:0!important;font-weight:normal!important}.wpProQuiz_button2:hover{background:#ebebeb!important}.wpProQuiz_reviewDiv{margin:20px 0 20px 0!important}.wpProQuiz_header{margin:0!important}
img/normal.png ADDED
Binary file
img/questionOverview.png ADDED
Binary file
img/quizSummary.png ADDED
Binary file
js/wpProQuiz_admin.js CHANGED
@@ -29,7 +29,7 @@ jQuery(document).ready(function($) {
29
  $this = $(this);
30
 
31
  if(this.checked) {
32
- var text = $this.parent().parent().find('.wpProQuiz_quizName').text();
33
  $('<li>' + text + '</li>').appendTo($ul);
34
  }
35
  });
@@ -771,8 +771,18 @@ jQuery(document).ready(function($) {
771
  return false;
772
  });
773
 
774
- $('.wpProQuiz_demoBox a').mouseover(function() {
 
 
 
 
 
 
 
 
 
775
  $(this).next().show();
 
776
  }).mouseout(function() {
777
  $(this).next().hide();
778
  }).click(function() {
@@ -822,6 +832,14 @@ jQuery(document).ready(function($) {
822
 
823
  }).change();
824
 
 
 
 
 
 
 
 
 
825
  $('#statistics_on').change();
826
  $('#wpProQuiz_resultGradeEnabled').change();
827
  $('input[name="quizRunOnce"]').change();
@@ -1279,8 +1297,8 @@ jQuery(document).ready(function($) {
1279
  if($('.wpProQuiz_questionOverall').length)
1280
  $('.wpProQuiz_questionOverall').wpProQuiz_questionOverall();
1281
 
1282
- if($('.wpProQuiz_statistics').length)
1283
- $('.wpProQuiz_statistics').wpProQuiz_statistics();
1284
 
1285
  if($('.wpProQuiz_toplist').length)
1286
  $('.wpProQuiz_toplist').wpProQuiz_toplist();
@@ -1320,12 +1338,62 @@ jQuery(document).ready(function($) {
1320
  }
1321
 
1322
  return $('#'+id).val();
 
 
 
 
 
 
 
 
 
 
1323
  }
1324
  };
1325
 
1326
  var module = {
1327
 
1328
  gobalSettings: function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1329
  var init = function() {
1330
  $('.wpProQuiz_tab').click(function() {
1331
  var $this = $(this);
@@ -1341,6 +1409,23 @@ jQuery(document).ready(function($) {
1341
  $('#problemInfo, #problemContent').show('fast');
1342
  }
1343
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1344
  };
1345
 
1346
  init();
@@ -1416,6 +1501,33 @@ jQuery(document).ready(function($) {
1416
  li.remove();
1417
 
1418
  return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1419
  }
1420
  };
1421
 
@@ -1628,6 +1740,22 @@ jQuery(document).ready(function($) {
1628
  global.displayChecked(this, $('#wpProQuiz_showPointsBox'));
1629
  global.displayChecked(this, elements.gPoints, false, true);
1630
  }).change();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1631
  };
1632
 
1633
  var init = function() {
@@ -1636,16 +1764,266 @@ jQuery(document).ready(function($) {
1636
  formListener();
1637
  };
1638
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1639
  init();
1640
  }
1641
  };
1642
 
1643
  var init = function() {
1644
  var m = $.noop;
 
1645
  if($('.wpProQuiz_questionEdit').length) {
1646
  m = module.questionEdit;
1647
  } else if($('.wpProQuiz_globalSettings').length) {
1648
  m = module.gobalSettings;
 
 
1649
  }
1650
 
1651
  m();
29
  $this = $(this);
30
 
31
  if(this.checked) {
32
+ var text = $this.parent().parent().find('.wpProQuiz_quizName a:eq(0)').text();
33
  $('<li>' + text + '</li>').appendTo($ul);
34
  }
35
  });
771
  return false;
772
  });
773
 
774
+ $('.wpProQuiz_demoBox a').mouseover(function(e) {
775
+ var $this = $(this);
776
+ var d = $(document).width();
777
+ var img = $this.siblings().outerWidth(true);
778
+
779
+ if(e.pageX + img > d) {
780
+ var v = d - (e.pageX + img + 30);
781
+ $(this).next().css('left', v + "px");
782
+ }
783
+
784
  $(this).next().show();
785
+
786
  }).mouseout(function() {
787
  $(this).next().hide();
788
  }).click(function() {
832
 
833
  }).change();
834
 
835
+ $('input[name="showReviewQuestion"]').change(function() {
836
+ if(this.checked) {
837
+ $('.wpProQuiz_reviewQuestionOptions').show();
838
+ } else {
839
+ $('.wpProQuiz_reviewQuestionOptions').hide();
840
+ }
841
+ }).change();
842
+
843
  $('#statistics_on').change();
844
  $('#wpProQuiz_resultGradeEnabled').change();
845
  $('input[name="quizRunOnce"]').change();
1297
  if($('.wpProQuiz_questionOverall').length)
1298
  $('.wpProQuiz_questionOverall').wpProQuiz_questionOverall();
1299
 
1300
+ // if($('.wpProQuiz_statistics').length)
1301
+ // $('.wpProQuiz_statistics').wpProQuiz_statistics();
1302
 
1303
  if($('.wpProQuiz_toplist').length)
1304
  $('.wpProQuiz_toplist').wpProQuiz_toplist();
1338
  }
1339
 
1340
  return $('#'+id).val();
1341
+ },
1342
+
1343
+ ajaxPost: function(func, data, success) {
1344
+ var d = {
1345
+ action: 'wp_pro_quiz_admin_ajax',
1346
+ func: func,
1347
+ data: data
1348
+ };
1349
+
1350
+ $.post(ajaxurl, d, success, 'json');
1351
  }
1352
  };
1353
 
1354
  var module = {
1355
 
1356
  gobalSettings: function() {
1357
+ var methode = {
1358
+ categoryDelete: function(id) {
1359
+ var data = {
1360
+ categoryId: id
1361
+ };
1362
+
1363
+ global.ajaxPost('categoryDelete', data, function(json) {
1364
+ if(json.err) {
1365
+
1366
+ return;
1367
+ }
1368
+
1369
+ $('select[name="category"] option[value="'+id+'"]').remove();
1370
+ $('select[name="category"]').change();
1371
+ });
1372
+ },
1373
+
1374
+ categoryEdit: function(id, name) {
1375
+ var data = {
1376
+ categoryId: id,
1377
+ categoryName: $.trim(name)
1378
+ };
1379
+
1380
+ if(global.isEmpty(name)) {
1381
+ alert(wpProQuizLocalize.category_no_name);
1382
+ return;
1383
+ }
1384
+
1385
+ global.ajaxPost('categoryEdit', data, function(json) {
1386
+ if(json.err) {
1387
+
1388
+ return;
1389
+ }
1390
+
1391
+ $('select[name="category"] option[value="'+id+'"]').text(data.categoryName);
1392
+ $('select[name="category"]').change();
1393
+ });
1394
+ }
1395
+ };
1396
+
1397
  var init = function() {
1398
  $('.wpProQuiz_tab').click(function() {
1399
  var $this = $(this);
1409
  $('#problemInfo, #problemContent').show('fast');
1410
  }
1411
  });
1412
+
1413
+ $('select[name="category"]').change(function() {
1414
+ $('input[name="categoryEditText"]').val($(this).find(':selected').text());
1415
+ }).change();
1416
+
1417
+ $('input[name="categoryDelete"]').click(function() {
1418
+ var id = $('select[name="category"] option:selected').val();
1419
+
1420
+ methode.categoryDelete(id);
1421
+ });
1422
+
1423
+ $('input[name="categoryEdit"]').click(function() {
1424
+ var id = $('select[name="category"] option:selected').val();
1425
+ var text = $('input[name="categoryEditText"]').val();
1426
+
1427
+ methode.categoryEdit(id, text);
1428
+ });
1429
  };
1430
 
1431
  init();
1501
  li.remove();
1502
 
1503
  return false;
1504
+ },
1505
+
1506
+ addCategory: function() {
1507
+ var name = $.trim($('input[name="categoryAdd"]').val());
1508
+
1509
+ if(global.isEmpty(name)) {
1510
+ return;
1511
+ }
1512
+
1513
+ var data = {
1514
+ categoryName: name
1515
+ };
1516
+
1517
+ global.ajaxPost('categoryAdd', data, function(json) {
1518
+ if(json.err) {
1519
+ $('#categoryMsgBox').text(json.err).show('fast').delay(2000).hide('fast');
1520
+ return;
1521
+ }
1522
+
1523
+ var $option = $(document.createElement('option'))
1524
+ .val(json.categoryId)
1525
+ .text(json.categoryName)
1526
+ .attr('selected', 'selected');
1527
+
1528
+ $('select[name="category"]').append($option).change();
1529
+
1530
+ });
1531
  }
1532
  };
1533
 
1740
  global.displayChecked(this, $('#wpProQuiz_showPointsBox'));
1741
  global.displayChecked(this, elements.gPoints, false, true);
1742
  }).change();
1743
+
1744
+ $('select[name="category"]').change(function() {
1745
+ var $this = $(this);
1746
+ var box = $('#categoryAddBox').hide();
1747
+
1748
+
1749
+ if($this.val() == "-1") {
1750
+ box.show();
1751
+ }
1752
+
1753
+ }).change();
1754
+
1755
+ $('#categoryAddBtn').click(function() {
1756
+ methode.addCategory();
1757
+ });
1758
+
1759
  };
1760
 
1761
  var init = function() {
1764
  formListener();
1765
  };
1766
 
1767
+ init();
1768
+ },
1769
+
1770
+ statistic: function() {
1771
+ var methode = this;
1772
+
1773
+ var quizId = $('#quizId').val();
1774
+
1775
+ var currentTab = 'users';
1776
+
1777
+ var elements = {
1778
+ currentPage: $('#wpProQuiz_currentPage'),
1779
+ pageLeft: $('#wpProQuiz_pageLeft'),
1780
+ pageRight: $('#wpProQuiz_pageRight')
1781
+
1782
+ };
1783
+
1784
+ methode = {
1785
+ loadStatistic: function(userId, callback) {
1786
+ var data = {
1787
+ userId: userId
1788
+ };
1789
+
1790
+ global.ajaxPost('statisticLoad', data, function(json) {
1791
+
1792
+ });
1793
+ },
1794
+
1795
+ loadUsersStatistic: function() {
1796
+ var userId = $('#userSelect').val();
1797
+
1798
+ var data = {
1799
+ userId: userId,
1800
+ quizId: quizId
1801
+ };
1802
+
1803
+ methode.toggleLoadBox(false);
1804
+
1805
+ global.ajaxPost('statisticLoad', data, function(json) {
1806
+ $.each(json.question, function() {
1807
+ var $tr = $('#wpProQuiz_tr_' + this.questionId);
1808
+
1809
+ methode.setStatisticData($tr, this);
1810
+ });
1811
+
1812
+ $.each(json.category, function(i, v) {
1813
+ var $tr = $('#wpProQuiz_ctr_' + i);
1814
+
1815
+ methode.setStatisticData($tr, v);
1816
+ });
1817
+
1818
+ methode.toggleLoadBox(true);
1819
+ });
1820
+ },
1821
+
1822
+ setStatisticData: function($o, v) {
1823
+ $o.find('.wpProQuiz_cCorrect').text(v.correct);
1824
+ $o.find('.wpProQuiz_cIncorrect').text(v.incorrect);
1825
+ $o.find('.wpProQuiz_cTip').text(v.hint);
1826
+ $o.find('.wpProQuiz_cPoints').text(v.points);
1827
+ $o.find('.wpProQuiz_cResult').text(v.result);
1828
+ },
1829
+
1830
+ toggleLoadBox: function(show) {
1831
+ var $loadBox = $('#wpProQuiz_loadData');
1832
+ var $content = $('#wpProQuiz_content');
1833
+
1834
+ if(show) {
1835
+ $loadBox.hide();
1836
+ $content.show();
1837
+ } else {
1838
+ $content.hide();
1839
+ $loadBox.show();
1840
+ }
1841
+ },
1842
+
1843
+ reset: function(full) {
1844
+ var userId = $('#userSelect').val();
1845
+
1846
+ if(!confirm(wpProQuizLocalize.reset_statistics_msg)) {
1847
+ return;
1848
+ }
1849
+
1850
+ var data = {
1851
+ quizId: quizId,
1852
+ userId: userId,
1853
+ full: full ? 1 : 0
1854
+ };
1855
+
1856
+ methode.toggleLoadBox(false);
1857
+
1858
+ global.ajaxPost('statisticReset', data, function() {
1859
+ methode.loadUsersStatistic();
1860
+ });
1861
+ },
1862
+
1863
+ loadStatisticOverview: function(nav) {
1864
+
1865
+ var data = {
1866
+ quizId: quizId,
1867
+ pageLimit: $('#wpProQuiz_pageLimit').val(),
1868
+ onlyCompleted: Number($('#wpProQuiz_onlyCompleted').is(':checked')),
1869
+ page: elements.currentPage.val(),
1870
+ nav: Number(nav)
1871
+ };
1872
+
1873
+ methode.toggleLoadBox(false);
1874
+
1875
+ global.ajaxPost('statisticLoadOverview', data, function(json) {
1876
+ var $body = $('#wpProQuiz_statistics_overview_data');
1877
+ var $tr = $body.children();
1878
+ var $c = $tr.first().clone();
1879
+
1880
+ $tr.slice(1).remove();
1881
+
1882
+ $.each(json.items, function() {
1883
+ var clone = $c.clone();
1884
+
1885
+ methode.setStatisticData(clone, this);
1886
+
1887
+ clone.find('a').text(this.userName).data('userId', this.userId).click(function() {
1888
+ $('#userSelect').val($(this).data('userId'));
1889
+
1890
+ $('#wpProQuiz_typeUser').click();
1891
+
1892
+ return false;
1893
+ });
1894
+
1895
+ clone.show().appendTo($body);
1896
+ });
1897
+
1898
+ $c.remove();
1899
+
1900
+ methode.toggleLoadBox(true);
1901
+
1902
+ if(json.page != undefined)
1903
+ methode.handleNav(json.page);
1904
+ });
1905
+
1906
+ },
1907
+
1908
+ handleNav: function(nav) {
1909
+ var $p = $('#wpProQuiz_currentPage').empty();
1910
+
1911
+ for(var i = 1; i <= nav; i++) {
1912
+ $(document.createElement('option'))
1913
+ .val(i)
1914
+ .text(i)
1915
+ .appendTo($p);
1916
+ }
1917
+
1918
+ methode.checkNavBar();
1919
+ },
1920
+
1921
+ checkNavBar: function() {
1922
+ var n = elements.currentPage.val();
1923
+
1924
+ if(n == 1) {
1925
+ elements.pageLeft.hide();
1926
+ } else {
1927
+ elements.pageLeft.show();
1928
+ }
1929
+
1930
+ if(n == elements.currentPage.children().length) {
1931
+ elements.pageRight.hide();
1932
+ } else {
1933
+ elements.pageRight.show();
1934
+ }
1935
+ },
1936
+
1937
+ refresh: function() {
1938
+ if(currentTab == 'users') {
1939
+ methode.loadUsersStatistic();
1940
+ } else {
1941
+ methode.loadStatisticOverview(true);
1942
+ }
1943
+ }
1944
+ };
1945
+
1946
+ var init = function() {
1947
+
1948
+ $('#userSelect').change(function() {
1949
+ methode.loadUsersStatistic();
1950
+ });
1951
+
1952
+ $('.wpProQuiz_update').click(function() {
1953
+ methode.refresh();
1954
+ });
1955
+
1956
+ $('#wpProQuiz_reset').click(function() {
1957
+ methode.reset(false);
1958
+ });
1959
+
1960
+ $('.wpProQuiz_resetComplete').click(function() {
1961
+ methode.reset(true);
1962
+ });
1963
+
1964
+ $('.wpProQuiz_tab').click(function() {
1965
+ var $this = $(this);
1966
+
1967
+ $('.wpProQuiz_tab').removeClass('button-primary').addClass('button-secondary');
1968
+ $this.removeClass('button-secondary').addClass('button-primary');
1969
+ $('.wpProQuiz_tabContent').hide();
1970
+
1971
+ if($this.attr('id') == 'wpProQuiz_typeUser') {
1972
+ currentTab = 'users';
1973
+ $('#wpProQuiz_tabUsers').show();
1974
+ methode.loadUsersStatistic();
1975
+ } else {
1976
+ currentTab = 'overview';
1977
+ $('#wpProQuiz_tabOverview').show();
1978
+ methode.loadStatisticOverview(true);
1979
+ }
1980
+
1981
+ return false;
1982
+ });
1983
+
1984
+ $('#wpProQuiz_onlyCompleted').change(function() {
1985
+ elements.currentPage.val(1);
1986
+ methode.loadStatisticOverview(true);
1987
+ });
1988
+
1989
+ $('#wpProQuiz_pageLimit').change(function() {
1990
+ elements.currentPage.val(1);
1991
+ methode.loadStatisticOverview(true);
1992
+ });
1993
+
1994
+ elements.pageLeft.click(function() {
1995
+ elements.currentPage.val(Number(elements.currentPage.val()) - 1);
1996
+ methode.loadStatisticOverview(false);
1997
+ methode.checkNavBar();
1998
+ });
1999
+
2000
+ elements.pageRight.click(function() {
2001
+ elements.currentPage.val(Number(elements.currentPage.val()) + 1);
2002
+ methode.loadStatisticOverview(false);
2003
+ methode.checkNavBar();
2004
+ });
2005
+
2006
+ elements.currentPage.change(function() {
2007
+ methode.loadStatisticOverview(false);
2008
+ methode.checkNavBar();
2009
+ });
2010
+
2011
+ methode.loadUsersStatistic();
2012
+ };
2013
+
2014
  init();
2015
  }
2016
  };
2017
 
2018
  var init = function() {
2019
  var m = $.noop;
2020
+
2021
  if($('.wpProQuiz_questionEdit').length) {
2022
  m = module.questionEdit;
2023
  } else if($('.wpProQuiz_globalSettings').length) {
2024
  m = module.gobalSettings;
2025
+ } else if($('.wpProQuiz_statistics').length) {
2026
+ m = module.statistic;
2027
  }
2028
 
2029
  m();
js/wpProQuiz_admin.min.js CHANGED
@@ -1,41 +1,51 @@
1
- jQuery(document).ready(function(a){a.fn.wpProQuiz_preview=function(){var b={openPreview:function(b){window.open(a(b).attr("href"),"wpProQuizPreview","width=900,height=900")}};a(".wpProQuiz_prview").click(function(a){b.openPreview(this);a.preventDefault()})};a.fn.wpProQuiz_quizOverall=function(){var b={changeExport:function(b){$input=a(b);$export=a(".wpProQuiz_exportList");$ul=$export.find("ul").first();$export.find("li").remove();a('input[name="exportItems"]').each(function(){$this=a(this);if(this.checked){var c=
2
- $this.parent().parent().find(".wpProQuiz_quizName").text();a("<li>"+c+"</li>").appendTo($ul)}})},startExport:function(){$ele=a('input[name="exportItems"]:checked');if(1>$ele.length)return alert(wpProQuizLocalize.no_selected_quiz),!1;$hidden=a("#exportHidden");$hidden.html("");a('input[name="exportItems"]').each(function(){$this=a(this);this.checked&&a('<input type="hidden" value="'+this.value+'" name="exportIds[]">').appendTo($hidden)});return!0}};a(".wpProQuiz_delete").click(function(a){return!confirm(wpProQuizLocalize.delete_msg)?
3
  (a.preventDefault(),!1):!0});a(".wpProQuiz_import").click(function(b){b.preventDefault();a(".wpProQuiz_importList").toggle("fast");a(".wpProQuiz_exportList").hide();a(".wpProQuiz_exportCheck").hide()});a(".wpProQuiz_export").click(function(b){b.preventDefault();a(".wpProQuiz_exportList").toggle("fast");a(".wpProQuiz_exportCheck").toggle("fast");a(".wpProQuiz_importList").hide()});a('input[name="exportItems"]').change(function(){b.changeExport(this)});a('input[name="exportItemsAll"]').change(function(){var b=
4
- a('input[name="exportItems"]');this.checked?b.attr("checked",!0):b.attr("checked",!1);b.change()});a("#exportStart").click(function(a){b.startExport()||a.preventDefault()})};a.fn.wpProQuiz_questionOverall=function(){var b={saveSort:function(){var f={action:"wp_pro_quiz_update_sort",sort:b.parseSortArray()},c=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=save_sort";a.post(c,f,function(){a("#sortMsg").show(400).delay(1E3).hide(400)})},parseSortArray:function(){var b=
5
- [];a("tbody tr").each(function(){b.push(this.id.replace("wpProQuiz_questionId_",""))});return b},sortUpdate:function(){a(".wpProQuiz_questionOverall tbody").children().each(function(){$t=a(this).children().first().text(a(this).index()+1)})},loadQuestionCopy:function(){var b=a("#questionCopySelect"),c=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_question";b.hide();b.empty();a("#loadDataImg").show();a.post(c,{action:"wp_pro_quiz_load_question",
6
- excludeId:1},function(c){a.each(c,function(c,e){var h=a(document.createElement("optgroup"));h.attr("label",e.name);a.each(e.question,function(b,c){a(document.createElement("option")).val(c.id).text(c.name).appendTo(h)});b.append(h)});a("#loadDataImg").hide();b.show()},"json")}};a(".wp-list-table tbody").sortable({handle:".wpProQuiz_move",update:b.sortUpdate});a(".wpProQuiz_delete").click(function(a){return!confirm(wpProQuizLocalize.delete_msg)?(a.preventDefault(),!1):!0});a("#wpProQuiz_saveSort").click(function(a){a.preventDefault();
7
- b.saveSort()});a("#wpProQuiz_questionCopy").click(function(f){var c=a(".wpProQuiz_questionCopy");c.is(":visible")?c.hide():(c.show(),b.loadQuestionCopy());f.preventDefault()})};a.fn.wpProQuiz_quizEdit=function(){var b={addResult:function(){a("#resultList").children().each(function(){if("none"==a(this).css("display")){var b=a(this),e=b.find('textarea[name="resultTextGrade[text][]"]'),d=e.attr("id"),g=!0;b.find('input[name="resultTextGrade[prozent][]"]').val("0");b.find('input[name="resultTextGrade[activ][]"]').val("1").keyup();
8
- void 0!=tinymce.editors[d]&&!tinymce.editors[d].isHidden()&&(g=!1);void 0!=switchEditors&&!g&&(switchEditors.go(d,"toggle"),switchEditors.go(d,"toggle"));void 0!=tinymce.editors[d]?tinymce.editors[d].setContent(""):e.val("");void 0!=tinymce.editors[d]&&!g&&tinyMCE.execCommand("mceRemoveControl",!1,d);b.parent().children(":visible").last().after(b);void 0!=tinymce.editors[d]&&!g&&tinyMCE.execCommand("mceAddControl",!1,d);a(this).show();void 0!=switchEditors&&!g&&switchEditors.go(d,"toggle");return!1}})},
9
- deleteResult:function(b){a(b).parent().parent().hide();a(b).siblings('input[name="resultTextGrade[activ][]"]').val("0")},changeResult:function(c){c=a(c);if(b.validResultInput(c.val()))return c.siblings(".resultProzent").text(c.val()),c.removeAttr("style"),!0;c.css("background-color","#FF9696");return!1},validResultInput:function(a){if(f(a))return!1;a=a.replace(/\,/,".");return!isNaN(a)&&100>=Number(a)&&0<=Number(a)?null!=a.match(/\./)?3>a.split(".")[1].length:!0:!1},validInput:function(){if(f(a("#wpProQuiz_title").val()))return alert(wpProQuizLocalize.no_title_msg),
10
- !1;var c="",c=void 0!=tinymce.editors.text&&!tinymce.editors.text.isHidden()?tinymce.editors.text.getContent():a('textarea[name="text"]').val();if(f(c))return alert(wpProQuizLocalize.no_quiz_start_msg),!1;if(a("#wpProQuiz_resultGradeEnabled:checked").length){var e=!0;a("#resultList").children().each(function(){if(a(this).is(":visible")&&!b.validResultInput(a(this).find('input[name="resultTextGrade[prozent][]"]').val()))return e=!1});if(!e)return alert(wpProQuizLocalize.fail_grade_result),!1}return!0},
11
- resetLock:function(){var b=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php"),b=b.replace("action=edit","action=reset_lock");a.post(b,{action:"wp_pro_quiz_reset_lock"},function(){a("#resetLockMsg").show("fast").delay(2E3).hide("fast")})}},f=function(b){b=a.trim(b);return!b||0===b.length};a("#statistics_on").change(function(){this.checked?a("#statistics_ip_lock_tr").show():a("#statistics_ip_lock_tr").hide()});a(".addResult").click(function(){b.addResult()});a(".deleteResult").click(function(){b.deleteResult(this)});
12
- a('input[name="resultTextGrade[prozent][]"]').keyup(function(){b.changeResult(this)}).keydown(function(a){13==a.which&&a.preventDefault()});a("#wpProQuiz_resultGradeEnabled").change(function(){this.checked?(a("#resultGrade").show(),a("#resultNormal").hide()):(a("#resultGrade").hide(),a("#resultNormal").show())});a("#wpProQuiz_save").click(function(c){b.validInput()||c.preventDefault();a('select[name="prerequisiteList[]"] option').attr("selected","selected")});a('input[name="quizRunOnce"]').change(function(){this.checked?
13
- (a("#wpProQuiz_quiz_run_once_type").show(),a('input[name="quizRunOnceType"]:checked').change()):a("#wpProQuiz_quiz_run_once_type").hide()});a('input[name="quizRunOnceType"]').change(function(){this.checked&&("1"==this.value||"3"==this.value)?a("#wpProQuiz_quiz_run_once_cookie").show():a("#wpProQuiz_quiz_run_once_cookie").hide()});a('input[name="resetQuizLock"]').click(function(){b.resetLock();return!1});a(".wpProQuiz_demoBox a").mouseover(function(){a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1});
14
- a('input[name="showMaxQuestion"]').change(function(){this.checked?(a('input[name="statisticsOn"]').removeAttr("checked").attr("disabled","disabled").change(),a("#wpProQuiz_showMaxBox").show()):(a('input[name="statisticsOn"]').removeAttr("disabled"),a("#wpProQuiz_showMaxBox").hide())});a("#btnPrerequisiteAdd").click(function(){a('select[name="quizList"] option:selected').removeAttr("selected").appendTo('select[name="prerequisiteList[]"]')});a("#btnPrerequisiteDelete").click(function(){a('select[name="prerequisiteList[]"] option:selected').removeAttr("selected").appendTo('select[name="quizList"]')});
15
- a('input[name="prerequisite"]').change(function(){this.checked?a("#prerequisiteBox").show():a("#prerequisiteBox").hide()}).change();a('input[name="toplistDataAddMultiple"]').change(function(){this.checked?a("#toplistDataAddBlockBox").show():a("#toplistDataAddBlockBox").hide()}).change();a('input[name="toplistActivated"]').change(function(){this.checked?a("#toplistBox > tr:gt(0)").show():a("#toplistBox > tr:gt(0)").hide()}).change();a("#statistics_on").change();a("#wpProQuiz_resultGradeEnabled").change();
16
- a('input[name="quizRunOnce"]').change();a('input[name="quizRunOnceType"]:checked').change();a('input[name="showMaxQuestion"]').change()};a.fn.wpProQuiz_statistics=function(){var b="wpProQuiz_typeAnonymeUser",f=!0,c={loadStatistics:function(b){var d=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",b={action:"wp_pro_quiz_load_statistics",userId:b};a("#wpProQuiz_loadData").show();a("#wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();
17
- a.post(d,b,c.setStatistics,"json")},setStatistics:function(c){var d=a(".wpProQuiz_statistics_table"),g=d.find("tbody");if("wpProQuiz_typeOverview"!=b){var h=function(a,b,c){a.find(".wpProQuiz_cCorrect").text(b.cCorrect+" ("+b.pCorrect+"%)");a.find(".wpProQuiz_cIncorrect").text(b.cIncorrect+" ("+b.pIncorrect+"%)");a.find(".wpProQuiz_cTip").text(b.cTip);a.find(".wpProQuiz_cPoints").text(b.cPoints);!0==c&&d.find(".wpProQuiz_cResult").text(b.result+"%")};h(d,c.clear,!1);a.each(c.items,function(a,b){h(g.find("#wpProQuiz_tr_"+
18
- b.id),b,!1)});h(d.find("tfoot"),c.global,!0);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_content, .wpProQuiz_statistics_table").show()}},loadOverview:function(){a(".wpProQuiz_statistics_table, #wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();a("#wpProQuiz_loadData").show();var e=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",d={action:"wp_pro_quiz_load_statistics",overview:!0,pageLimit:a("#wpProQuiz_pageLimit").val(),
19
- onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),page:a("#wpProQuiz_currentPage").val(),generatePageNav:Number(f)};a.post(e,d,function(d){a("#wpProQuiz_statistics_overview_data").empty();if("wpProQuiz_typeOverview"==b){var e=a('<tr><th><a href="#">---</a></th><th class="wpProQuiz_points">---</th><th class="wpProQuiz_cCorrect" style="color: green;">---</th><th class="wpProQuiz_cIncorrect" style="color: red;">---</th><th class="wpProQuiz_cTip">---</th><th class="wpProQuiz_cResult" style="font-weight: bold;">---</th></tr>');
20
- a.each(d.items,function(b,d){var c=e.clone();c.find("a").text(d.userName).data("userId",d.userId).click(function(){a("#userSelect").val(a(this).data("userId"));a("#wpProQuiz_typeRegisteredUser").click();return!1});d.completed?(c.find(".wpProQuiz_points").text(d.cPoints),c.find(".wpProQuiz_cCorrect").text(d.cCorrect+" ("+d.pCorrect+"%)"),c.find(".wpProQuiz_cIncorrect").text(d.cIncorrect+" ("+d.pIncorrect+"%)"),c.find(".wpProQuiz_cTip").text(d.cTip),c.find(".wpProQuiz_cResult").text(d.result+"%")):
21
- c.find("th").removeAttr("style");a("#wpProQuiz_statistics_overview_data").append(c)});void 0!=d.page&&(c.setPageNav(d.page),f=!1);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_overview").show()}},"json")},changeTab:function(e){b=e;"wpProQuiz_typeRegisteredUser"==e?c.loadStatistics(a("#userSelect").val()):"wpProQuiz_typeAnonymeUser"==e?c.loadStatistics(0):c.loadOverview()},resetStatistic:function(e){var d="wpProQuiz_typeRegisteredUser"==b?a("#userSelect").val():0,g=(window.location.pathname+
22
- window.location.search).replace("admin.php","admin-ajax.php")+"&action=reset";a.post(g,{action:"wp_pro_quiz_statistics",userId:d,complete:e},function(){c.changeTab(b)})},setPageNav:function(b){b=Math.ceil(b/a("#wpProQuiz_pageLimit").val());a("#wpProQuiz_currentPage").empty();for(var d=1;d<=b;d++)a(document.createElement("option")).val(d).text(d).appendTo(a("#wpProQuiz_currentPage"));a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();1<a("#wpProQuiz_currentPage option").length&&a("#wpProQuiz_pageRight").show()}};
23
- a(".wpProQuiz_tab").click(function(){var b=a(this);if(b.hasClass("button-primary"))return!1;"wpProQuiz_typeRegisteredUser"==b.attr("id")?a("#wpProQuiz_userBox").show():a("#wpProQuiz_userBox").hide();a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");c.changeTab(b.attr("id"));return!1});a("#userSelect").change(function(){c.changeTab("wpProQuiz_typeRegisteredUser")});a(".wpProQuiz_update").click(function(){c.changeTab(b);
24
- return!1});a("#wpProQuiz_reset").click(function(){confirm(wpProQuizLocalize.reset_statistics_msg)&&c.resetStatistic(!1);return!1});a(".wpProQuiz_resetComplete").click(function(){confirm(wpProQuizLocalize.reset_statistics_msg)&&c.resetStatistic(!0);return!1});a("#wpProQuiz_pageLimit, #wpProQuiz_onlyCompleted").change(function(){a("#wpProQuiz_currentPage").val(0);f=!0;c.changeTab(b);return!1});a("#wpProQuiz_currentPage").change(function(){a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();1!=a("#wpProQuiz_currentPage option").length&&
25
- (a("#wpProQuiz_currentPage option:first-child:selected").length?a("#wpProQuiz_pageRight").show():a("#wpProQuiz_currentPage option:last-child:selected").length?a("#wpProQuiz_pageLeft").show():a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").show());c.changeTab(b)});a("#wpProQuiz_pageRight").click(function(){a("#wpProQuiz_currentPage option:selected").next().attr("selected","selected");a("#wpProQuiz_currentPage").change();return!1});a("#wpProQuiz_pageLeft").click(function(){a("#wpProQuiz_currentPage option:selected").prev().attr("selected",
26
- "selected");a("#wpProQuiz_currentPage").change();return!1});c.changeTab("wpProQuiz_typeAnonymeUser")};a.fn.wpProQuiz_toplist=function(){var b=this,f=a("#wpProQuiz_sorting"),c=a("#wpProQuiz_pageLimit"),e=a("#wpProQuiz_currentPage"),d=a("#wpProQuiz_loadData"),g=a("#wpProQuiz_pageLeft"),h=a("#wpProQuiz_pageRight"),i=a("#wpProQuiz_toplistTable tbody"),k=a("#wpProQuiz_toplistTable tbody tr:eq(0)").clone(),j=a("#wpProQuiz_content"),b={loadData:function(l){var m=(window.location.pathname+window.location.search).replace("admin.php",
27
- "admin-ajax.php")+"&action=load_toplist",g={action:"wp_pro_quiz_load_toplist",sort:f.val(),limit:c.val(),page:e.val()};void 0!=l&&a.extend(g,l);d.show();j.hide();a.post(m,g,function(a){b.handleDataRequest(a.data);void 0!=a.nav&&b.handleNav(a.nav);d.hide();j.show()},"json")},handleNav:function(d){e.empty();for(var c=1;c<=d.pages;c++)a(document.createElement("option")).val(c).text(c).appendTo(e);b.checkNav()},handleDataRequest:function(b){i.empty();a.each(b,function(a,b){var d=k.clone().children();
28
- d.eq(0).children().val(b.id);d.eq(1).text(b.name);d.eq(2).text(b.email);d.eq(3).text(b.type);d.eq(4).text(b.date);d.eq(5).text(b.points);d.eq(6).text(b.result);d.parent().show().appendTo(i)});b.length||a(document.createElement("td")).attr("colspan","7").text(wpProQuizLocalize.no_data_available).css({"font-weight":"bold","text-align":"center",padding:"5px"}).appendTo(document.createElement("tr")).appendTo(i)},checkNav:function(){var a=e.val();1==a?g.hide():g.show();a==e.children().length?h.hide():
29
- h.show()}};f.change(function(){b.loadData()});c.change(function(){b.loadData({nav:1})});e.change(function(){b.checkNav();b.loadData()});g.click(function(){e.val(Number(e.val())-1);b.checkNav();b.loadData()});h.click(function(){e.val(Number(e.val())+1);b.checkNav();b.loadData()});a("#wpProQuiz_deleteAll").click(function(){b.loadData({a:"deleteAll"})});a("#wpProQuiz_action").click(function(){var d=a("#wpProQuiz_actionName").val();if("0"!=d){var c=a('input[name="checkedData[]"]:checked').map(function(){return a(this).val()}).get();
30
- b.loadData({a:d,toplistIds:c})}});a("#wpProQuiz_checkedAll").change(function(){this.checked?a('input[name="checkedData[]"]').attr("checked","checked"):a('input[name="checkedData[]"]').removeAttr("checked","checked")});b.loadData({nav:1})};a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_preview();a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_quizOverall();a(".wpProQuiz_quizEdit").length&&a(".wpProQuiz_quizEdit").wpProQuiz_quizEdit();a(".wpProQuiz_questionOverall").length&&
31
- a(".wpProQuiz_questionOverall").wpProQuiz_questionOverall();a(".wpProQuiz_statistics").length&&a(".wpProQuiz_statistics").wpProQuiz_statistics();a(".wpProQuiz_toplist").length&&a(".wpProQuiz_toplist").wpProQuiz_toplist();(function(){var b=this,b={displayChecked:function(a,b,c,e){a=c?!a.checked:a.checked;e?a?b.attr("disabled","disabled"):b.removeAttr("disabled"):a?b.show():b.hide()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length},isNumber:function(d){d=a.trim(d);return!b.isEmpty(d)&&!isNaN(d)},
32
- getMceContent:function(b){var c=tinymce.editors[b];return void 0!=c&&!c.isHidden()?c.getContent():a("#"+b).val()}},f=function(){a(".wpProQuiz_tab").click(function(){var b=a(this);a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a("#problemInfo, #problemContent, #globalContent").hide("fast");"globalTab"==b.attr("id")?a("#globalContent").show("fast"):a("#problemInfo, #problemContent").show("fast")})},c=function(){var c=
33
- this,e=a.noop(),f=a(".answer_felder > div"),i=a('input[name="answerPointsActivated"]'),k=a('input[name="points"]'),c={generateArrayIndex:function(){var b=a('input[name="answerType"]:checked').val(),b="single"==b||"multiple"==b?"classic_answer":b;a(".answerList").each(function(){var c=a(this).parent().attr("class");a(this).children().each(function(d){a(this).find('[name^="answerData"]').each(function(){var a=this.name,e=a.search(/\](\[\w+\])+$/),f=b==c?d:"none";0<e&&(this.name="answerData["+f+a.substring(e,
34
- a.length))})})})},globalValidate:function(){if(b.isEmpty(b.getMceContent("question")))return alert(wpProQuizLocalize.no_question_msg),!1;if(i.is(":checked")){if("free_answer"==a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1}else{var c=k.val();if(!b.isNumber(c)||1>c)return alert(wpProQuizLocalize.no_nummber_points),!1}return!1===e()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1}},j={classic_answer:function(){var c=
35
- 0,d=0,e=0;a(".classic_answer .answerList").children().each(function(){var f=a(this);b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())||(c++,f.find('input[name="answerData[][correct]"]:checked').length&&d++,f=f.find('input[name="answerData[][points]"]').val(),b.isNumber(f)&&0<=f&&e++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!d?(alert(wpProQuizLocalize.no_correct_msg),!1):e!=c&&i.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},free_answer:function(){return b.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?
36
- (alert(wpProQuizLocalize.no_answer_msg),!1):!0},cloze_answer:function(){return b.isEmpty(b.getMceContent("cloze"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},sort_answer:function(){var c=0,d=0;a(".sort_answer .answerList").children().each(function(){var e=a(this);b.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||(c++,e=e.find('input[name="answerData[][points]"]').val(),b.isNumber(e)&&0<=e&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):d!=c&&i.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),
37
- !1):!0},matrix_sort_answer:function(){var c=0,d=0,e=!0,f=0;a(".matrix_sort_answer .answerList").children().each(function(){var g=a(this),h=g.find('input[name="answerData[][points]"]').val();b.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())?b.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())||(f++,b.isNumber(h)&&0<=h&&d++):(c++,f++,b.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())&&(e=!1),b.isNumber(h)&&0<=h&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),
38
- !1):!e?(alert(wpProQuizLocalize.no_sort_element_criterion),!1):d!=f&&i.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0}};f.hide();a("#wpProQuiz_tip").change(function(){b.displayChecked(this,a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){b.displayChecked(this,a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){f.hide();var b=this.value;if("single"==b||"multiple"==b){var c="single"==b?"radio":"checkbox",
39
- b="classic_answer";a(".wpProQuiz_classCorrect").each(function(){a("<input type="+c+" />").attr({name:this.name,value:this.value,checked:this.checked}).addClass("wpProQuiz_classCorrect wpProQuiz_checkbox").insertBefore(this)}).remove()}e=void 0!=j[b]?j[b]:a.noop();a("."+b).show()});a('input[name="answerType"]:checked').click();a(".deleteAnswer").click(c.answerRemove);a(".addAnswer").click(function(){var b=a(this).siblings("ul"),e=b.find("li:eq(0)").clone();e.find(".wpProQuiz_checkbox").removeAttr("checked");
40
- e.find(".wpProQuiz_text").val("");e.find(".wpProQuiz_points").val(1);e.find(".deleteAnswer").click(c.answerRemove);e.appendTo(b);return!1});a(".sort_answer ul, .classic_answer ul, .matrix_sort_answer ul").sortable({handle:".wpProQuiz_move"});a("#saveQuestion").click(function(){if(!c.globalValidate())return!1;c.generateArrayIndex();return!0});a(i).change(function(){b.displayChecked(this,a(".wpProQuiz_answerPoints"));b.displayChecked(this,a("#wpProQuiz_showPointsBox"));b.displayChecked(this,k,!1,!0)}).change()},
41
- e=a.noop;a(".wpProQuiz_questionEdit").length?e=c:a(".wpProQuiz_globalSettings").length&&(e=f);e()})()});
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function(a){a.fn.wpProQuiz_preview=function(){var b={openPreview:function(b){window.open(a(b).attr("href"),"wpProQuizPreview","width=900,height=900")}};a(".wpProQuiz_prview").click(function(a){b.openPreview(this);a.preventDefault()})};a.fn.wpProQuiz_quizOverall=function(){var b={changeExport:function(b){$input=a(b);$export=a(".wpProQuiz_exportList");$ul=$export.find("ul").first();$export.find("li").remove();a('input[name="exportItems"]').each(function(){$this=a(this);if(this.checked){var b=
2
+ $this.parent().parent().find(".wpProQuiz_quizName a:eq(0)").text();a("<li>"+b+"</li>").appendTo($ul)}})},startExport:function(){$ele=a('input[name="exportItems"]:checked');if(1>$ele.length)return alert(wpProQuizLocalize.no_selected_quiz),!1;$hidden=a("#exportHidden");$hidden.html("");a('input[name="exportItems"]').each(function(){$this=a(this);this.checked&&a('<input type="hidden" value="'+this.value+'" name="exportIds[]">').appendTo($hidden)});return!0}};a(".wpProQuiz_delete").click(function(a){return!confirm(wpProQuizLocalize.delete_msg)?
3
  (a.preventDefault(),!1):!0});a(".wpProQuiz_import").click(function(b){b.preventDefault();a(".wpProQuiz_importList").toggle("fast");a(".wpProQuiz_exportList").hide();a(".wpProQuiz_exportCheck").hide()});a(".wpProQuiz_export").click(function(b){b.preventDefault();a(".wpProQuiz_exportList").toggle("fast");a(".wpProQuiz_exportCheck").toggle("fast");a(".wpProQuiz_importList").hide()});a('input[name="exportItems"]').change(function(){b.changeExport(this)});a('input[name="exportItemsAll"]').change(function(){var b=
4
+ a('input[name="exportItems"]');this.checked?b.attr("checked",!0):b.attr("checked",!1);b.change()});a("#exportStart").click(function(a){b.startExport()||a.preventDefault()})};a.fn.wpProQuiz_questionOverall=function(){var b={saveSort:function(){var g={action:"wp_pro_quiz_update_sort",sort:b.parseSortArray()},d=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=save_sort";a.post(d,g,function(){a("#sortMsg").show(400).delay(1E3).hide(400)})},parseSortArray:function(){var b=
5
+ [];a("tbody tr").each(function(){b.push(this.id.replace("wpProQuiz_questionId_",""))});return b},sortUpdate:function(){a(".wpProQuiz_questionOverall tbody").children().each(function(){$t=a(this).children().first().text(a(this).index()+1)})},loadQuestionCopy:function(){var b=a("#questionCopySelect"),d=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_question";b.hide();b.empty();a("#loadDataImg").show();a.post(d,{action:"wp_pro_quiz_load_question",
6
+ excludeId:1},function(d){a.each(d,function(d,c){var e=a(document.createElement("optgroup"));e.attr("label",c.name);a.each(c.question,function(b,c){a(document.createElement("option")).val(c.id).text(c.name).appendTo(e)});b.append(e)});a("#loadDataImg").hide();b.show()},"json")}};a(".wp-list-table tbody").sortable({handle:".wpProQuiz_move",update:b.sortUpdate});a(".wpProQuiz_delete").click(function(a){return!confirm(wpProQuizLocalize.delete_msg)?(a.preventDefault(),!1):!0});a("#wpProQuiz_saveSort").click(function(a){a.preventDefault();
7
+ b.saveSort()});a("#wpProQuiz_questionCopy").click(function(g){var d=a(".wpProQuiz_questionCopy");d.is(":visible")?d.hide():(d.show(),b.loadQuestionCopy());g.preventDefault()})};a.fn.wpProQuiz_quizEdit=function(){var b={addResult:function(){a("#resultList").children().each(function(){if("none"==a(this).css("display")){var b=a(this),e=b.find('textarea[name="resultTextGrade[text][]"]'),f=e.attr("id"),c=!0;b.find('input[name="resultTextGrade[prozent][]"]').val("0");b.find('input[name="resultTextGrade[activ][]"]').val("1").keyup();
8
+ void 0!=tinymce.editors[f]&&!tinymce.editors[f].isHidden()&&(c=!1);void 0!=switchEditors&&!c&&(switchEditors.go(f,"toggle"),switchEditors.go(f,"toggle"));void 0!=tinymce.editors[f]?tinymce.editors[f].setContent(""):e.val("");void 0!=tinymce.editors[f]&&!c&&tinyMCE.execCommand("mceRemoveControl",!1,f);b.parent().children(":visible").last().after(b);void 0!=tinymce.editors[f]&&!c&&tinyMCE.execCommand("mceAddControl",!1,f);a(this).show();void 0!=switchEditors&&!c&&switchEditors.go(f,"toggle");return!1}})},
9
+ deleteResult:function(b){a(b).parent().parent().hide();a(b).siblings('input[name="resultTextGrade[activ][]"]').val("0")},changeResult:function(d){d=a(d);if(b.validResultInput(d.val()))return d.siblings(".resultProzent").text(d.val()),d.removeAttr("style"),!0;d.css("background-color","#FF9696");return!1},validResultInput:function(a){if(g(a))return!1;a=a.replace(/\,/,".");return!isNaN(a)&&100>=Number(a)&&0<=Number(a)?null!=a.match(/\./)?3>a.split(".")[1].length:!0:!1},validInput:function(){if(g(a("#wpProQuiz_title").val()))return alert(wpProQuizLocalize.no_title_msg),
10
+ !1;var d="",d=void 0!=tinymce.editors.text&&!tinymce.editors.text.isHidden()?tinymce.editors.text.getContent():a('textarea[name="text"]').val();if(g(d))return alert(wpProQuizLocalize.no_quiz_start_msg),!1;if(a("#wpProQuiz_resultGradeEnabled:checked").length){var e=!0;a("#resultList").children().each(function(){if(a(this).is(":visible")&&!b.validResultInput(a(this).find('input[name="resultTextGrade[prozent][]"]').val()))return e=!1});if(!e)return alert(wpProQuizLocalize.fail_grade_result),!1}return!0},
11
+ resetLock:function(){var b=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php"),b=b.replace("action=edit","action=reset_lock");a.post(b,{action:"wp_pro_quiz_reset_lock"},function(){a("#resetLockMsg").show("fast").delay(2E3).hide("fast")})}},g=function(b){b=a.trim(b);return!b||0===b.length};a("#statistics_on").change(function(){this.checked?a("#statistics_ip_lock_tr").show():a("#statistics_ip_lock_tr").hide()});a(".addResult").click(function(){b.addResult()});a(".deleteResult").click(function(){b.deleteResult(this)});
12
+ a('input[name="resultTextGrade[prozent][]"]').keyup(function(){b.changeResult(this)}).keydown(function(a){13==a.which&&a.preventDefault()});a("#wpProQuiz_resultGradeEnabled").change(function(){this.checked?(a("#resultGrade").show(),a("#resultNormal").hide()):(a("#resultGrade").hide(),a("#resultNormal").show())});a("#wpProQuiz_save").click(function(d){b.validInput()||d.preventDefault();a('select[name="prerequisiteList[]"] option').attr("selected","selected")});a('input[name="quizRunOnce"]').change(function(){this.checked?
13
+ (a("#wpProQuiz_quiz_run_once_type").show(),a('input[name="quizRunOnceType"]:checked').change()):a("#wpProQuiz_quiz_run_once_type").hide()});a('input[name="quizRunOnceType"]').change(function(){this.checked&&("1"==this.value||"3"==this.value)?a("#wpProQuiz_quiz_run_once_cookie").show():a("#wpProQuiz_quiz_run_once_cookie").hide()});a('input[name="resetQuizLock"]').click(function(){b.resetLock();return!1});a(".wpProQuiz_demoBox a").mouseover(function(b){var e=a(this),f=a(document).width(),e=e.siblings().outerWidth(!0);
14
+ b.pageX+e>f&&(b=f-(b.pageX+e+30),a(this).next().css("left",b+"px"));a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1});a('input[name="showMaxQuestion"]').change(function(){this.checked?(a('input[name="statisticsOn"]').removeAttr("checked").attr("disabled","disabled").change(),a("#wpProQuiz_showMaxBox").show()):(a('input[name="statisticsOn"]').removeAttr("disabled"),a("#wpProQuiz_showMaxBox").hide())});a("#btnPrerequisiteAdd").click(function(){a('select[name="quizList"] option:selected').removeAttr("selected").appendTo('select[name="prerequisiteList[]"]')});
15
+ a("#btnPrerequisiteDelete").click(function(){a('select[name="prerequisiteList[]"] option:selected').removeAttr("selected").appendTo('select[name="quizList"]')});a('input[name="prerequisite"]').change(function(){this.checked?a("#prerequisiteBox").show():a("#prerequisiteBox").hide()}).change();a('input[name="toplistDataAddMultiple"]').change(function(){this.checked?a("#toplistDataAddBlockBox").show():a("#toplistDataAddBlockBox").hide()}).change();a('input[name="toplistActivated"]').change(function(){this.checked?
16
+ a("#toplistBox > tr:gt(0)").show():a("#toplistBox > tr:gt(0)").hide()}).change();a('input[name="showReviewQuestion"]').change(function(){this.checked?a(".wpProQuiz_reviewQuestionOptions").show():a(".wpProQuiz_reviewQuestionOptions").hide()}).change();a("#statistics_on").change();a("#wpProQuiz_resultGradeEnabled").change();a('input[name="quizRunOnce"]').change();a('input[name="quizRunOnceType"]:checked').change();a('input[name="showMaxQuestion"]').change()};a.fn.wpProQuiz_statistics=function(){var b=
17
+ "wpProQuiz_typeAnonymeUser",g=!0,d={loadStatistics:function(b){var f=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",b={action:"wp_pro_quiz_load_statistics",userId:b};a("#wpProQuiz_loadData").show();a("#wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();a.post(f,b,d.setStatistics,"json")},setStatistics:function(e){var d=a(".wpProQuiz_statistics_table"),c=d.find("tbody");if("wpProQuiz_typeOverview"!=b){var i=function(a,
18
+ b,c){a.find(".wpProQuiz_cCorrect").text(b.cCorrect+" ("+b.pCorrect+"%)");a.find(".wpProQuiz_cIncorrect").text(b.cIncorrect+" ("+b.pIncorrect+"%)");a.find(".wpProQuiz_cTip").text(b.cTip);a.find(".wpProQuiz_cPoints").text(b.cPoints);!0==c&&d.find(".wpProQuiz_cResult").text(b.result+"%")};i(d,e.clear,!1);a.each(e.items,function(a,b){i(c.find("#wpProQuiz_tr_"+b.id),b,!1)});i(d.find("tfoot"),e.global,!0);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_content, .wpProQuiz_statistics_table").show()}},
19
+ loadOverview:function(){a(".wpProQuiz_statistics_table, #wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();a("#wpProQuiz_loadData").show();var e=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",f={action:"wp_pro_quiz_load_statistics",overview:!0,pageLimit:a("#wpProQuiz_pageLimit").val(),onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),page:a("#wpProQuiz_currentPage").val(),generatePageNav:Number(g)};
20
+ a.post(e,f,function(c){a("#wpProQuiz_statistics_overview_data").empty();if("wpProQuiz_typeOverview"==b){var e=a('<tr><th><a href="#">---</a></th><th class="wpProQuiz_points">---</th><th class="wpProQuiz_cCorrect" style="color: green;">---</th><th class="wpProQuiz_cIncorrect" style="color: red;">---</th><th class="wpProQuiz_cTip">---</th><th class="wpProQuiz_cResult" style="font-weight: bold;">---</th></tr>');a.each(c.items,function(b,c){var d=e.clone();d.find("a").text(c.userName).data("userId",c.userId).click(function(){a("#userSelect").val(a(this).data("userId"));
21
+ a("#wpProQuiz_typeRegisteredUser").click();return!1});c.completed?(d.find(".wpProQuiz_points").text(c.cPoints),d.find(".wpProQuiz_cCorrect").text(c.cCorrect+" ("+c.pCorrect+"%)"),d.find(".wpProQuiz_cIncorrect").text(c.cIncorrect+" ("+c.pIncorrect+"%)"),d.find(".wpProQuiz_cTip").text(c.cTip),d.find(".wpProQuiz_cResult").text(c.result+"%")):d.find("th").removeAttr("style");a("#wpProQuiz_statistics_overview_data").append(d)});void 0!=c.page&&(d.setPageNav(c.page),g=!1);a("#wpProQuiz_loadData").hide();
22
+ a("#wpProQuiz_statistics_overview").show()}},"json")},changeTab:function(e){b=e;"wpProQuiz_typeRegisteredUser"==e?d.loadStatistics(a("#userSelect").val()):"wpProQuiz_typeAnonymeUser"==e?d.loadStatistics(0):d.loadOverview()},resetStatistic:function(e){var f="wpProQuiz_typeRegisteredUser"==b?a("#userSelect").val():0,c=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=reset";a.post(c,{action:"wp_pro_quiz_statistics",userId:f,complete:e},function(){d.changeTab(b)})},
23
+ setPageNav:function(b){b=Math.ceil(b/a("#wpProQuiz_pageLimit").val());a("#wpProQuiz_currentPage").empty();for(var d=1;d<=b;d++)a(document.createElement("option")).val(d).text(d).appendTo(a("#wpProQuiz_currentPage"));a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();1<a("#wpProQuiz_currentPage option").length&&a("#wpProQuiz_pageRight").show()}};a(".wpProQuiz_tab").click(function(){var b=a(this);if(b.hasClass("button-primary"))return!1;"wpProQuiz_typeRegisteredUser"==b.attr("id")?a("#wpProQuiz_userBox").show():
24
+ a("#wpProQuiz_userBox").hide();a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");d.changeTab(b.attr("id"));return!1});a("#userSelect").change(function(){d.changeTab("wpProQuiz_typeRegisteredUser")});a(".wpProQuiz_update").click(function(){d.changeTab(b);return!1});a("#wpProQuiz_reset").click(function(){confirm(wpProQuizLocalize.reset_statistics_msg)&&d.resetStatistic(!1);return!1});a(".wpProQuiz_resetComplete").click(function(){confirm(wpProQuizLocalize.reset_statistics_msg)&&
25
+ d.resetStatistic(!0);return!1});a("#wpProQuiz_pageLimit, #wpProQuiz_onlyCompleted").change(function(){a("#wpProQuiz_currentPage").val(0);g=!0;d.changeTab(b);return!1});a("#wpProQuiz_currentPage").change(function(){a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();1!=a("#wpProQuiz_currentPage option").length&&(a("#wpProQuiz_currentPage option:first-child:selected").length?a("#wpProQuiz_pageRight").show():a("#wpProQuiz_currentPage option:last-child:selected").length?a("#wpProQuiz_pageLeft").show():
26
+ a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").show());d.changeTab(b)});a("#wpProQuiz_pageRight").click(function(){a("#wpProQuiz_currentPage option:selected").next().attr("selected","selected");a("#wpProQuiz_currentPage").change();return!1});a("#wpProQuiz_pageLeft").click(function(){a("#wpProQuiz_currentPage option:selected").prev().attr("selected","selected");a("#wpProQuiz_currentPage").change();return!1});d.changeTab("wpProQuiz_typeAnonymeUser")};a.fn.wpProQuiz_toplist=function(){var b=this,g=a("#wpProQuiz_sorting"),
27
+ d=a("#wpProQuiz_pageLimit"),e=a("#wpProQuiz_currentPage"),f=a("#wpProQuiz_loadData"),c=a("#wpProQuiz_pageLeft"),i=a("#wpProQuiz_pageRight"),l=a("#wpProQuiz_toplistTable tbody"),j=a("#wpProQuiz_toplistTable tbody tr:eq(0)").clone(),m=a("#wpProQuiz_content"),b={loadData:function(c){var h=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_toplist",n={action:"wp_pro_quiz_load_toplist",sort:g.val(),limit:d.val(),page:e.val()};void 0!=c&&a.extend(n,c);
28
+ f.show();m.hide();a.post(h,n,function(a){b.handleDataRequest(a.data);void 0!=a.nav&&b.handleNav(a.nav);f.hide();m.show()},"json")},handleNav:function(c){e.empty();for(var h=1;h<=c.pages;h++)a(document.createElement("option")).val(h).text(h).appendTo(e);b.checkNav()},handleDataRequest:function(b){l.empty();a.each(b,function(a,b){var c=j.clone().children();c.eq(0).children().val(b.id);c.eq(1).text(b.name);c.eq(2).text(b.email);c.eq(3).text(b.type);c.eq(4).text(b.date);c.eq(5).text(b.points);c.eq(6).text(b.result);
29
+ c.parent().show().appendTo(l)});b.length||a(document.createElement("td")).attr("colspan","7").text(wpProQuizLocalize.no_data_available).css({"font-weight":"bold","text-align":"center",padding:"5px"}).appendTo(document.createElement("tr")).appendTo(l)},checkNav:function(){var a=e.val();1==a?c.hide():c.show();a==e.children().length?i.hide():i.show()}};g.change(function(){b.loadData()});d.change(function(){b.loadData({nav:1})});e.change(function(){b.checkNav();b.loadData()});c.click(function(){e.val(Number(e.val())-
30
+ 1);b.checkNav();b.loadData()});i.click(function(){e.val(Number(e.val())+1);b.checkNav();b.loadData()});a("#wpProQuiz_deleteAll").click(function(){b.loadData({a:"deleteAll"})});a("#wpProQuiz_action").click(function(){var c=a("#wpProQuiz_actionName").val();if("0"!=c){var h=a('input[name="checkedData[]"]:checked').map(function(){return a(this).val()}).get();b.loadData({a:c,toplistIds:h})}});a("#wpProQuiz_checkedAll").change(function(){this.checked?a('input[name="checkedData[]"]').attr("checked","checked"):
31
+ a('input[name="checkedData[]"]').removeAttr("checked","checked")});b.loadData({nav:1})};a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_preview();a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_quizOverall();a(".wpProQuiz_quizEdit").length&&a(".wpProQuiz_quizEdit").wpProQuiz_quizEdit();a(".wpProQuiz_questionOverall").length&&a(".wpProQuiz_questionOverall").wpProQuiz_questionOverall();a(".wpProQuiz_toplist").length&&a(".wpProQuiz_toplist").wpProQuiz_toplist();
32
+ (function(){var b=this,b={displayChecked:function(a,b,d,e){a=d?!a.checked:a.checked;e?a?b.attr("disabled","disabled"):b.removeAttr("disabled"):a?b.show():b.hide()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length},isNumber:function(c){c=a.trim(c);return!b.isEmpty(c)&&!isNaN(c)},getMceContent:function(b){var d=tinymce.editors[b];return void 0!=d&&!d.isHidden()?d.getContent():a("#"+b).val()},ajaxPost:function(b,d,e){a.post(ajaxurl,{action:"wp_pro_quiz_admin_ajax",func:b,data:d},e,"json")}},g=
33
+ function(){var c={categoryDelete:function(c){b.ajaxPost("categoryDelete",{categoryId:c},function(b){b.err||(a('select[name="category"] option[value="'+c+'"]').remove(),a('select[name="category"]').change())})},categoryEdit:function(c,d){var e={categoryId:c,categoryName:a.trim(d)};b.isEmpty(d)?alert(wpProQuizLocalize.category_no_name):b.ajaxPost("categoryEdit",e,function(b){b.err||(a('select[name="category"] option[value="'+c+'"]').text(e.categoryName),a('select[name="category"]').change())})}};a(".wpProQuiz_tab").click(function(){var b=
34
+ a(this);a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a("#problemInfo, #problemContent, #globalContent").hide("fast");"globalTab"==b.attr("id")?a("#globalContent").show("fast"):a("#problemInfo, #problemContent").show("fast")});a('select[name="category"]').change(function(){a('input[name="categoryEditText"]').val(a(this).find(":selected").text())}).change();a('input[name="categoryDelete"]').click(function(){var b=
35
+ a('select[name="category"] option:selected').val();c.categoryDelete(b)});a('input[name="categoryEdit"]').click(function(){var b=a('select[name="category"] option:selected').val(),d=a('input[name="categoryEditText"]').val();c.categoryEdit(b,d)})},d=function(){var c=this,d=a.noop(),e=a(".answer_felder > div"),f=a('input[name="answerPointsActivated"]'),g=a('input[name="points"]'),c={generateArrayIndex:function(){var b=a('input[name="answerType"]:checked').val(),b="single"==b||"multiple"==b?"classic_answer":
36
+ b;a(".answerList").each(function(){var c=a(this).parent().attr("class");a(this).children().each(function(d){a(this).find('[name^="answerData"]').each(function(){var a=this.name,e=a.search(/\](\[\w+\])+$/),f=b==c?d:"none";0<e&&(this.name="answerData["+f+a.substring(e,a.length))})})})},globalValidate:function(){if(b.isEmpty(b.getMceContent("question")))return alert(wpProQuizLocalize.no_question_msg),!1;if(f.is(":checked")){if("free_answer"==a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),
37
+ !1}else{var c=g.val();if(!b.isNumber(c)||1>c)return alert(wpProQuizLocalize.no_nummber_points),!1}return!1===d()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1},addCategory:function(){var c=a.trim(a('input[name="categoryAdd"]').val());b.isEmpty(c)||b.ajaxPost("categoryAdd",{categoryName:c},function(b){b.err?a("#categoryMsgBox").text(b.err).show("fast").delay(2E3).hide("fast"):(b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected",
38
+ "selected"),a('select[name="category"]').append(b).change())})}},k={classic_answer:function(){var c=0,d=0,e=0;a(".classic_answer .answerList").children().each(function(){var f=a(this);b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())||(c++,f.find('input[name="answerData[][correct]"]:checked').length&&d++,f=f.find('input[name="answerData[][points]"]').val(),b.isNumber(f)&&0<=f&&e++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!d?(alert(wpProQuizLocalize.no_correct_msg),!1):
39
+ e!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},free_answer:function(){return b.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},cloze_answer:function(){return b.isEmpty(b.getMceContent("cloze"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},sort_answer:function(){var c=0,d=0;a(".sort_answer .answerList").children().each(function(){var e=a(this);b.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||
40
+ (c++,e=e.find('input[name="answerData[][points]"]').val(),b.isNumber(e)&&0<=e&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):d!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},matrix_sort_answer:function(){var c=0,d=0,e=!0,g=0;a(".matrix_sort_answer .answerList").children().each(function(){var f=a(this),j=f.find('input[name="answerData[][points]"]').val();b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())?b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())||
41
+ (g++,b.isNumber(j)&&0<=j&&d++):(c++,g++,b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())&&(e=!1),b.isNumber(j)&&0<=j&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!e?(alert(wpProQuizLocalize.no_sort_element_criterion),!1):d!=g&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0}};e.hide();a("#wpProQuiz_tip").change(function(){b.displayChecked(this,a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){b.displayChecked(this,
42
+ a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){e.hide();var b=this.value;if("single"==b||"multiple"==b){var c="single"==b?"radio":"checkbox",b="classic_answer";a(".wpProQuiz_classCorrect").each(function(){a("<input type="+c+" />").attr({name:this.name,value:this.value,checked:this.checked}).addClass("wpProQuiz_classCorrect wpProQuiz_checkbox").insertBefore(this)}).remove()}d=void 0!=k[b]?k[b]:a.noop();a("."+b).show()});a('input[name="answerType"]:checked').click();
43
+ a(".deleteAnswer").click(c.answerRemove);a(".addAnswer").click(function(){var b=a(this).siblings("ul"),d=b.find("li:eq(0)").clone();d.find(".wpProQuiz_checkbox").removeAttr("checked");d.find(".wpProQuiz_text").val("");d.find(".wpProQuiz_points").val(1);d.find(".deleteAnswer").click(c.answerRemove);d.appendTo(b);return!1});a(".sort_answer ul, .classic_answer ul, .matrix_sort_answer ul").sortable({handle:".wpProQuiz_move"});a("#saveQuestion").click(function(){if(!c.globalValidate())return!1;c.generateArrayIndex();
44
+ return!0});a(f).change(function(){b.displayChecked(this,a(".wpProQuiz_answerPoints"));b.displayChecked(this,a("#wpProQuiz_showPointsBox"));b.displayChecked(this,g,!1,!0)}).change();a('select[name="category"]').change(function(){var b=a(this),c=a("#categoryAddBox").hide();"-1"==b.val()&&c.show()}).change();a("#categoryAddBtn").click(function(){c.addCategory()})},e=function(){var c=this,d=a("#quizId").val(),e="users",f=a("#wpProQuiz_currentPage"),g=a("#wpProQuiz_pageLeft"),k=a("#wpProQuiz_pageRight"),
45
+ c={loadStatistic:function(a){b.ajaxPost("statisticLoad",{userId:a},function(){})},loadUsersStatistic:function(){var e={userId:a("#userSelect").val(),quizId:d};c.toggleLoadBox(!1);b.ajaxPost("statisticLoad",e,function(b){a.each(b.question,function(){var b=a("#wpProQuiz_tr_"+this.questionId);c.setStatisticData(b,this)});a.each(b.category,function(b,d){var e=a("#wpProQuiz_ctr_"+b);c.setStatisticData(e,d)});c.toggleLoadBox(!0)})},setStatisticData:function(a,b){a.find(".wpProQuiz_cCorrect").text(b.correct);
46
+ a.find(".wpProQuiz_cIncorrect").text(b.incorrect);a.find(".wpProQuiz_cTip").text(b.hint);a.find(".wpProQuiz_cPoints").text(b.points);a.find(".wpProQuiz_cResult").text(b.result)},toggleLoadBox:function(b){var c=a("#wpProQuiz_loadData"),d=a("#wpProQuiz_content");b?(c.hide(),d.show()):(d.hide(),c.show())},reset:function(e){var f=a("#userSelect").val();confirm(wpProQuizLocalize.reset_statistics_msg)&&(e={quizId:d,userId:f,full:e?1:0},c.toggleLoadBox(!1),b.ajaxPost("statisticReset",e,function(){c.loadUsersStatistic()}))},
47
+ loadStatisticOverview:function(e){e={quizId:d,pageLimit:a("#wpProQuiz_pageLimit").val(),onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),page:f.val(),nav:Number(e)};c.toggleLoadBox(!1);b.ajaxPost("statisticLoadOverview",e,function(b){var d=a("#wpProQuiz_statistics_overview_data"),e=d.children(),f=e.first().clone();e.slice(1).remove();a.each(b.items,function(){var b=f.clone();c.setStatisticData(b,this);b.find("a").text(this.userName).data("userId",this.userId).click(function(){a("#userSelect").val(a(this).data("userId"));
48
+ a("#wpProQuiz_typeUser").click();return!1});b.show().appendTo(d)});f.remove();c.toggleLoadBox(!0);void 0!=b.page&&c.handleNav(b.page)})},handleNav:function(b){for(var d=a("#wpProQuiz_currentPage").empty(),e=1;e<=b;e++)a(document.createElement("option")).val(e).text(e).appendTo(d);c.checkNavBar()},checkNavBar:function(){var a=f.val();1==a?g.hide():g.show();a==f.children().length?k.hide():k.show()},refresh:function(){"users"==e?c.loadUsersStatistic():c.loadStatisticOverview(!0)}};a("#userSelect").change(function(){c.loadUsersStatistic()});
49
+ a(".wpProQuiz_update").click(function(){c.refresh()});a("#wpProQuiz_reset").click(function(){c.reset(!1)});a(".wpProQuiz_resetComplete").click(function(){c.reset(!0)});a(".wpProQuiz_tab").click(function(){var b=a(this);a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a(".wpProQuiz_tabContent").hide();"wpProQuiz_typeUser"==b.attr("id")?(e="users",a("#wpProQuiz_tabUsers").show(),c.loadUsersStatistic()):(e="overview",
50
+ a("#wpProQuiz_tabOverview").show(),c.loadStatisticOverview(!0));return!1});a("#wpProQuiz_onlyCompleted").change(function(){f.val(1);c.loadStatisticOverview(!0)});a("#wpProQuiz_pageLimit").change(function(){f.val(1);c.loadStatisticOverview(!0)});g.click(function(){f.val(Number(f.val())-1);c.loadStatisticOverview(!1);c.checkNavBar()});k.click(function(){f.val(Number(f.val())+1);c.loadStatisticOverview(!1);c.checkNavBar()});f.change(function(){c.loadStatisticOverview(!1);c.checkNavBar()});c.loadUsersStatistic()},
51
+ f=a.noop;a(".wpProQuiz_questionEdit").length?f=d:a(".wpProQuiz_globalSettings").length?f=g:a(".wpProQuiz_statistics").length&&(f=e);f()})()});
js/wpProQuiz_front.js CHANGED
@@ -6,6 +6,7 @@
6
  var results = new Object();
7
  var startTime = 0;
8
  var currentQuestion = null;
 
9
 
10
  var bitOptions = {
11
  randomAnswer: 0,
@@ -13,7 +14,11 @@
13
  disabledAnswerMark: 0,
14
  checkBeforeStart: 0,
15
  preview: 0,
16
- cors: 0
 
 
 
 
17
  };
18
 
19
  var quizStatus = {
@@ -26,7 +31,8 @@
26
  var globalNames = {
27
  check: 'input[name="check"]',
28
  next: 'input[name="next"]',
29
- questionList: '.wpProQuiz_questionList'
 
30
  };
31
 
32
  var globalElements = {
@@ -41,7 +47,8 @@
41
  };
42
 
43
  var toplistData = {
44
- token: ''
 
45
  };
46
 
47
 
@@ -93,6 +100,167 @@
93
 
94
  })();
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  var checker = function(name, data, $question, $questionList) {
97
  var correct = true;
98
  var points = 0;
@@ -212,13 +380,9 @@
212
  var cloze = $this.children();
213
  var input = cloze.eq(0);
214
  var span = cloze.eq(1);
215
-
216
  var inputText = plugin.methode.cleanupCurlyQuotes(input.val());
217
- var correctText = plugin.methode.cleanupCurlyQuotes(span.text());
218
-
219
- correctText = $.trim(correctText.substr(1, correctText.length-2));
220
 
221
- if(inputText == correctText) {
222
  if(isDiffPoints) {
223
  points += data.points[i];
224
  }
@@ -237,7 +401,6 @@
237
  }
238
 
239
  input.attr('disabled', 'disabled');
240
-
241
  });
242
  }
243
  };
@@ -259,6 +422,10 @@
259
  bitOptions.disabledAnswerMark = config.bo & (1 << 2);
260
  bitOptions.checkBeforeStart = config.bo & (1 << 3);
261
  bitOptions.preview = config.bo & (1 << 4);
 
 
 
 
262
 
263
  var cors = config.bo & (1 << 5);
264
 
@@ -269,20 +436,25 @@
269
  },
270
 
271
  setClozeStyle: function() {
272
- $e.find('.wpProQuiz_cloze').each(function() {
273
- var children = $(this).children();
274
- var input = children.eq(0);
275
- var clone = children.eq(1).clone();
 
 
 
276
 
277
- clone.css('visibility', 'hidden');
 
 
 
278
 
279
- $('body').append(clone);
280
 
281
  var width = clone.width();
282
 
283
  clone.remove();
284
 
285
- input.width(width + 10);
286
  });
287
  },
288
 
@@ -366,10 +538,10 @@
366
  $e.find('.wpProQuiz_listItem').each(function(i, v) {
367
  var $this = $(this);
368
  $this.find('.wpProQuiz_question_page span:eq(0)').text(i+1);
369
- $this.find('> h3 span').text(i+1);
370
 
371
  $this.find('.wpProQuiz_questionListItem').each(function(i, v) {
372
- $(this).find('> span').text(i+1 + '. ');
373
  });
374
  });
375
 
@@ -380,6 +552,10 @@
380
  break;
381
  case 2:
382
  $e.find(globalNames.check).show();
 
 
 
 
383
  break;
384
  case 1:
385
  $e.find('input[name="back"]').slice(1).show();
@@ -394,15 +570,28 @@
394
  $listItem.show();
395
  } else {
396
  currentQuestion = $listItem.eq(0).show();
 
397
  }
398
 
399
- $e.find('.wpProQuiz_sortable').parents('ul').sortable().disableSelection();
 
 
 
 
 
 
400
 
401
  $e.find('.wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion').sortable({
402
  connectWith: '.wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList',
403
- placeholder: 'wpProQuiz_placehold'
 
 
 
 
 
404
  }).disableSelection();
405
 
 
406
 
407
  timelimit.start();
408
 
@@ -412,6 +601,7 @@
412
 
413
  globalElements.quizStartPage.hide();
414
  globalElements.quiz.show();
 
415
  },
416
 
417
  nextQuestion: function() {
@@ -419,21 +609,90 @@
419
 
420
  plugin.methode.scrollTo(globalElements.quiz);
421
 
422
- if(!currentQuestion.length)
423
- plugin.methode.finishQuiz();
 
 
 
424
  },
425
 
426
  prevQuestion: function() {
427
  currentQuestion = currentQuestion.hide().prev().show();
428
 
429
  plugin.methode.scrollTo(globalElements.quiz);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
430
  },
431
 
432
  finishQuiz: function(timeover) {
433
 
434
  timelimit.stop();
435
 
436
- var time = (+new Date() - startTime) / 1000;
437
  time = (config.timelimit && time > config.timelimit) ? config.timelimit : time;
438
 
439
  $e.find('.wpProQuiz_quiz_time span').text(plugin.methode.parseTime(time));
@@ -446,26 +705,37 @@
446
 
447
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
448
 
449
- var resultPercent = Math.round(results.comp.points / config.globalPoints * 100 * 100) / 100;
450
 
451
  $pointFields = $e.find('.wpProQuiz_points span');
452
 
453
  $pointFields.eq(0).text(results.comp.points);
454
  $pointFields.eq(1).text(config.globalPoints);
455
- $pointFields.eq(2).text(resultPercent + '%');
456
 
457
- $e.find('.wpProQuiz_resultsList > li').eq(plugin.methode.findResultIndex(resultPercent)).show();
458
 
459
- plugin.methode.setAverageResult(resultPercent, false);
460
 
461
  plugin.methode.sendCompletedQuiz();
462
 
 
 
 
 
 
 
 
463
  globalElements.quiz.hide();
464
  globalElements.results.show();
465
 
466
  plugin.methode.scrollTo(globalElements.results);
467
  },
468
 
 
 
 
 
469
  sendCompletedQuiz: function() {
470
  if(bitOptions.preview)
471
  return;
@@ -558,6 +828,7 @@
558
 
559
  $this.find('.wpProQuiz_response').show();
560
  $this.find(globalNames.check).hide();
 
561
  $this.find(globalNames.next).show();
562
 
563
  if(results[data.id] == undefined) {
@@ -578,6 +849,8 @@
578
  $this.find('.wpProQuiz_responsePoints').text(result.p);
579
 
580
  $this.data('check', true);
 
 
581
  });
582
  },
583
 
@@ -665,7 +938,7 @@
665
  },
666
 
667
  setAverageResult: function(p, g) {
668
- var v = $e.find('.wpProQuiz_resultValue:eq(' + (g ? 0 : 1) + ') >');
669
 
670
  v.eq(1).text(p + '%');
671
  v.eq(0).css('width', (240 * p / 100) + 'px');
@@ -681,9 +954,15 @@
681
  $tp.find('.wpProQuiz_toplistButton').show();
682
 
683
  toplistData.token = json.token;
 
684
 
685
  if(json.userId) {
686
  $addBox.hide();
 
 
 
 
 
687
  } else {
688
  $addBox.show();
689
 
@@ -705,11 +984,11 @@
705
  }
706
  },
707
 
708
- scrollTo: function(e) {
709
  var x = e.offset().top - 100;
710
 
711
- if((window.pageYOffset || document.body.scrollTop) > x) {
712
- $('html,body').animate({scrollTop: x}, 300);
713
  }
714
  },
715
 
@@ -735,6 +1014,7 @@
735
 
736
  if(json.clear) {
737
  $addBox.hide();
 
738
  } else {
739
  $addBox.show();
740
  }
@@ -745,12 +1025,71 @@
745
  $addBox.find('input[name="wpProQuiz_captcha"]').val('');
746
  }
747
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
  }
749
  };
750
 
751
  plugin.init = function() {
752
  plugin.methode.parseBitOptions();
753
  plugin.methode.setClozeStyle();
 
 
754
 
755
  if(bitOptions.checkBeforeStart && !bitOptions.preview) {
756
  plugin.methode.checkQuizLock();
@@ -782,17 +1121,29 @@
782
  });
783
 
784
  $e.find('input[name="checkSingle"]').click(function() {
785
- plugin.methode.finishQuiz();
786
  });
787
 
788
  $e.find('input[name="tip"]').click(plugin.methode.showTip);
 
 
 
 
789
 
790
  $e.find('input[name="wpProQuiz_toplistAdd"]').click(plugin.methode.addToplist);
791
 
 
 
 
 
 
 
792
  $e.find('input[name="showToplist"]').click(function() {
793
  globalElements.quiz.hide();
794
  globalElements.toplistShowInButton.toggle();
795
  });
 
 
796
  };
797
 
798
  plugin.init();
6
  var results = new Object();
7
  var startTime = 0;
8
  var currentQuestion = null;
9
+ var quizSolved = [];
10
 
11
  var bitOptions = {
12
  randomAnswer: 0,
14
  disabledAnswerMark: 0,
15
  checkBeforeStart: 0,
16
  preview: 0,
17
+ cors: 0,
18
+ isAddAutomatic: 0,
19
+ quizSummeryHide: 0,
20
+ skipButton: 0,
21
+ reviewQustion: 0
22
  };
23
 
24
  var quizStatus = {
31
  var globalNames = {
32
  check: 'input[name="check"]',
33
  next: 'input[name="next"]',
34
+ questionList: '.wpProQuiz_questionList',
35
+ skip: 'input[name="skip"]'
36
  };
37
 
38
  var globalElements = {
47
  };
48
 
49
  var toplistData = {
50
+ token: '',
51
+ isUser: 0
52
  };
53
 
54
 
100
 
101
  })();
102
 
103
+ var reviewBox = new function() {
104
+ var $contain = [], $cursor = [], $list = [], $items = [];
105
+ var x = 0, offset = 0, diff = 0, top = 0, max = 0;
106
+ var itemsStatus = [];
107
+
108
+ this.init = function() {
109
+ $contain = $e.find('.wpProQuiz_reviewQuestion');
110
+ $cursor = $contain.find('div');
111
+ $list = $contain.find('ol');
112
+ $items = $list.children();
113
+
114
+ $cursor.mousedown(function(e) {
115
+ e.preventDefault();
116
+ e.stopPropagation();
117
+
118
+ offset = e.pageY - $cursor.offset().top + top;
119
+
120
+ $(document).bind('mouseup.scrollEvent', endScroll);
121
+ $(document).bind('mousemove.scrollEvent', moveScroll);
122
+
123
+ });
124
+
125
+ $items.click(function(e) {
126
+ plugin.methode.showQuestion($(this).index());
127
+ });
128
+
129
+ $e.bind('questionSolved', function(e) {
130
+ itemsStatus[e.values.index].solved = e.values.solved;
131
+ setColor(e.values.index);
132
+ });
133
+
134
+ $e.bind('changeQuestion', function(e) {
135
+ $items.removeClass('wpProQuiz_reviewQuestionTarget');
136
+
137
+ $items.eq(e.values.index).addClass('wpProQuiz_reviewQuestionTarget');
138
+
139
+ scroll(e.values.index);
140
+ });
141
+
142
+ $e.bind('reviewQuestion', function(e) {
143
+ itemsStatus[e.values.index].review = !itemsStatus[e.values.index].review;
144
+ setColor(e.values.index);
145
+ });
146
+
147
+ $contain.bind('mousewheel DOMMouseScroll', function(e) {
148
+ e.preventDefault();
149
+
150
+ var ev = e.originalEvent;
151
+ var w = ev.wheelDelta ? -ev.wheelDelta / 120 : ev.detail / 3;
152
+ var plus = 20 * w;
153
+
154
+ var x = top - $list.offset().top + plus;
155
+
156
+ if(x > max)
157
+ x = max;
158
+
159
+ if(x < 0)
160
+ x = 0;
161
+
162
+ var o = x / diff;
163
+
164
+ $list.attr('style', 'margin-top: ' + (-x) + 'px !important');
165
+ $cursor.css({top: o});
166
+
167
+ return false;
168
+ });
169
+ };
170
+
171
+ this.show = function(save) {
172
+ if(bitOptions.reviewQustion)
173
+ $contain.parent().show();
174
+
175
+ if(save)
176
+ return;
177
+
178
+ var h = $list.outerHeight();
179
+ var c = $contain.height();
180
+ x = c - $cursor.height();
181
+ offset = 0;
182
+ max = h-c;
183
+ diff = max / x;
184
+
185
+ this.reset();
186
+
187
+ if(h > 100) {
188
+ $cursor.show();
189
+ }
190
+
191
+ top = $cursor.offset().top;
192
+ };
193
+
194
+ this.hide = function() {
195
+ $contain.parent().hide();
196
+ };
197
+
198
+ this.reset = function() {
199
+ for(var i = 0, c = $items.length; i < c; i++) {
200
+ itemsStatus[i] = {};
201
+ }
202
+
203
+ $items.removeClass('wpProQuiz_reviewQuestionTarget').css('background-color', '');
204
+ };
205
+
206
+ function scroll(index) {
207
+ var $item = $items.eq(index);
208
+ var iTop = $item.offset().top;
209
+ var cTop = $contain.offset().top;
210
+ var calc = iTop - cTop;
211
+
212
+
213
+ if((calc - 4) < 0 || (calc + 32) > 100) {
214
+ var x = cTop - $items.eq(0).offset().top - (cTop - $list.offset().top) + $item.position().top;
215
+
216
+ if(x > max)
217
+ x = max;
218
+
219
+ var o = x / diff;
220
+
221
+ $list.attr('style', 'margin-top: ' + (-x) + 'px !important');
222
+ $cursor.css({top: o});
223
+ }
224
+ }
225
+
226
+ function setColor(index) {
227
+ var color = '';
228
+ var itemStatus = itemsStatus[index];
229
+
230
+ if(itemStatus.review) {
231
+ color = '#FFB800';
232
+ } else if(itemStatus.solved) {
233
+ color = '#6CA54C';
234
+ }
235
+
236
+ $items.eq(index).css('background-color', color);
237
+ }
238
+
239
+ function moveScroll(e) {
240
+ e.preventDefault();
241
+
242
+ var o = e.pageY - offset;
243
+
244
+ if(o < 0)
245
+ o = 0;
246
+
247
+ if(o > x)
248
+ o = x;
249
+
250
+ var v = diff * o;
251
+
252
+ $list.attr('style', 'margin-top: ' + (-v) + 'px !important');
253
+
254
+ $cursor.css({top: o});
255
+ }
256
+
257
+ function endScroll(e) {
258
+ e.preventDefault();
259
+
260
+ $(document).unbind('.scrollEvent');
261
+ }
262
+ };
263
+
264
  var checker = function(name, data, $question, $questionList) {
265
  var correct = true;
266
  var points = 0;
380
  var cloze = $this.children();
381
  var input = cloze.eq(0);
382
  var span = cloze.eq(1);
 
383
  var inputText = plugin.methode.cleanupCurlyQuotes(input.val());
 
 
 
384
 
385
+ if($.inArray(inputText, data.correct[i]) >= 0) {
386
  if(isDiffPoints) {
387
  points += data.points[i];
388
  }
401
  }
402
 
403
  input.attr('disabled', 'disabled');
 
404
  });
405
  }
406
  };
422
  bitOptions.disabledAnswerMark = config.bo & (1 << 2);
423
  bitOptions.checkBeforeStart = config.bo & (1 << 3);
424
  bitOptions.preview = config.bo & (1 << 4);
425
+ bitOptions.isAddAutomatic = config.bo & (1 << 6);
426
+ bitOptions.reviewQustion = config.bo & ( 1 << 7);
427
+ bitOptions.quizSummeryHide = config.bo & (1 << 8);
428
+ bitOptions.skipButton = config.bo & (1 << 9);
429
 
430
  var cors = config.bo & (1 << 5);
431
 
436
  },
437
 
438
  setClozeStyle: function() {
439
+ $e.find('.wpProQuiz_cloze input').each(function() {
440
+ var $this = $(this);
441
+ var word = "";
442
+ var wordLen = $this.data('wordlen');
443
+
444
+ for(var i = 0; i < wordLen; i++)
445
+ word += "w";
446
 
447
+ var clone = $(document.createElement("span"))
448
+ .css('visibility', 'hidden')
449
+ .text(word)
450
+ .appendTo($('body'));
451
 
 
452
 
453
  var width = clone.width();
454
 
455
  clone.remove();
456
 
457
+ $this.width(width + 5);
458
  });
459
  },
460
 
538
  $e.find('.wpProQuiz_listItem').each(function(i, v) {
539
  var $this = $(this);
540
  $this.find('.wpProQuiz_question_page span:eq(0)').text(i+1);
541
+ $this.find('> h5 span').text(i+1);
542
 
543
  $this.find('.wpProQuiz_questionListItem').each(function(i, v) {
544
+ $(this).find('> span:not(.wpProQuiz_cloze)').text(i+1 + '. ');
545
  });
546
  });
547
 
552
  break;
553
  case 2:
554
  $e.find(globalNames.check).show();
555
+
556
+ if(!bitOptions.skipButton && bitOptions.reviewQustion)
557
+ $e.find(globalNames.skip).show();
558
+
559
  break;
560
  case 1:
561
  $e.find('input[name="back"]').slice(1).show();
570
  $listItem.show();
571
  } else {
572
  currentQuestion = $listItem.eq(0).show();
573
+ $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
574
  }
575
 
576
+ $e.find('.wpProQuiz_sortable').parents('ul').sortable({
577
+ update: function( event, ui ) {
578
+ var $p = $(this).parents('.wpProQuiz_listItem');
579
+
580
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: true}});
581
+ }
582
+ }).disableSelection();
583
 
584
  $e.find('.wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion').sortable({
585
  connectWith: '.wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList',
586
+ placeholder: 'wpProQuiz_placehold',
587
+ update: function( event, ui ) {
588
+ var $p = $(this).parents('.wpProQuiz_listItem');
589
+
590
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: true}});
591
+ }
592
  }).disableSelection();
593
 
594
+ quizSolved = [];
595
 
596
  timelimit.start();
597
 
601
 
602
  globalElements.quizStartPage.hide();
603
  globalElements.quiz.show();
604
+ reviewBox.show();
605
  },
606
 
607
  nextQuestion: function() {
609
 
610
  plugin.methode.scrollTo(globalElements.quiz);
611
 
612
+ $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
613
+
614
+ if(!currentQuestion.length) {
615
+ plugin.methode.showQuizSummary();
616
+ }
617
  },
618
 
619
  prevQuestion: function() {
620
  currentQuestion = currentQuestion.hide().prev().show();
621
 
622
  plugin.methode.scrollTo(globalElements.quiz);
623
+
624
+ $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
625
+ },
626
+
627
+ showQuestion: function(index) {
628
+ if(config.mode == 3) {
629
+ plugin.methode.scrollTo($e.find('.wpProQuiz_list > li').eq(index), 1);
630
+ return;
631
+ }
632
+
633
+ currentQuestion.hide();
634
+
635
+ currentQuestion = $e.find('.wpProQuiz_list > li').eq(index).show();
636
+
637
+ plugin.methode.scrollTo(globalElements.quiz);
638
+
639
+ $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
640
+
641
+ if(!currentQuestion.length)
642
+ plugin.methode.showQuizSummary();
643
+ },
644
+
645
+ skipQuestion: function() {
646
+ $e.trigger({type: 'skipQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
647
+
648
+ plugin.methode.nextQuestion();
649
+ },
650
+
651
+ reviewQuestion: function() {
652
+ $e.trigger({type: 'reviewQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
653
+ },
654
+
655
+ showQuizSummary: function() {
656
+ if(bitOptions.quizSummeryHide || !bitOptions.reviewQustion) {
657
+ plugin.methode.finishQuiz();
658
+ return;
659
+ }
660
+
661
+ var quizSummary = $e.find('.wpProQuiz_checkPage');
662
+
663
+ quizSummary.find('ol:eq(0)').empty()
664
+ .append($e.find('.wpProQuiz_reviewQuestion ol li').clone().removeClass('wpProQuiz_reviewQuestionTarget'))
665
+ .children().click(function(e) {
666
+ quizSummary.hide();
667
+ globalElements.quiz.show();
668
+ reviewBox.show(true);
669
+
670
+ plugin.methode.showQuestion($(this).index());
671
+ });
672
+
673
+ var cSolved = 0;
674
+
675
+ for(var i = 0, c = quizSolved.length; i < c; i++) {
676
+ if(quizSolved[i]) {
677
+ cSolved++;
678
+ }
679
+ }
680
+
681
+ quizSummary.find('span:eq(0)').text(cSolved);
682
+
683
+ reviewBox.hide();
684
+ globalElements.quiz.hide();
685
+
686
+ quizSummary.show();
687
+
688
+ plugin.methode.scrollTo(quizSummary);
689
  },
690
 
691
  finishQuiz: function(timeover) {
692
 
693
  timelimit.stop();
694
 
695
+ var time = (+new Date() - startTime) / 1000;
696
  time = (config.timelimit && time > config.timelimit) ? config.timelimit : time;
697
 
698
  $e.find('.wpProQuiz_quiz_time span').text(plugin.methode.parseTime(time));
705
 
706
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
707
 
708
+ results.comp.result = Math.round(results.comp.points / config.globalPoints * 100 * 100) / 100;
709
 
710
  $pointFields = $e.find('.wpProQuiz_points span');
711
 
712
  $pointFields.eq(0).text(results.comp.points);
713
  $pointFields.eq(1).text(config.globalPoints);
714
+ $pointFields.eq(2).text(results.comp.result + '%');
715
 
716
+ $e.find('.wpProQuiz_resultsList > li').eq(plugin.methode.findResultIndex(results.comp.result)).show();
717
 
718
+ plugin.methode.setAverageResult(results.comp.result, false);
719
 
720
  plugin.methode.sendCompletedQuiz();
721
 
722
+ if(bitOptions.isAddAutomatic && toplistData.isUser) {
723
+ plugin.methode.addToplist();
724
+ }
725
+
726
+ reviewBox.hide();
727
+
728
+ $e.find('.wpProQuiz_checkPage').hide();
729
  globalElements.quiz.hide();
730
  globalElements.results.show();
731
 
732
  plugin.methode.scrollTo(globalElements.results);
733
  },
734
 
735
+ questionSolved: function(e) {
736
+ quizSolved[e.values.index] = e.values.solved;
737
+ },
738
+
739
  sendCompletedQuiz: function() {
740
  if(bitOptions.preview)
741
  return;
828
 
829
  $this.find('.wpProQuiz_response').show();
830
  $this.find(globalNames.check).hide();
831
+ $this.find(globalNames.skip).hide();
832
  $this.find(globalNames.next).show();
833
 
834
  if(results[data.id] == undefined) {
849
  $this.find('.wpProQuiz_responsePoints').text(result.p);
850
 
851
  $this.data('check', true);
852
+
853
+ $e.trigger({type: 'questionSolved', values: {item: $this, index: $this.index(), solved: true}});
854
  });
855
  },
856
 
938
  },
939
 
940
  setAverageResult: function(p, g) {
941
+ var v = $e.find('.wpProQuiz_resultValue:eq(' + (g ? 0 : 1) + ') > * ');
942
 
943
  v.eq(1).text(p + '%');
944
  v.eq(0).css('width', (240 * p / 100) + 'px');
954
  $tp.find('.wpProQuiz_toplistButton').show();
955
 
956
  toplistData.token = json.token;
957
+ toplistData.isUser = 0;
958
 
959
  if(json.userId) {
960
  $addBox.hide();
961
+ toplistData.isUser = 1;
962
+
963
+ if(bitOptions.isAddAutomatic) {
964
+ $tp.hide();
965
+ }
966
  } else {
967
  $addBox.show();
968
 
984
  }
985
  },
986
 
987
+ scrollTo: function(e, h) {
988
  var x = e.offset().top - 100;
989
 
990
+ if(h || (window.pageYOffset || document.body.scrollTop) > x) {
991
+ $('html,body').animate({scrollTop: x}, 300);
992
  }
993
  },
994
 
1014
 
1015
  if(json.clear) {
1016
  $addBox.hide();
1017
+ plugin.methode.updateToplist();
1018
  } else {
1019
  $addBox.show();
1020
  }
1025
  $addBox.find('input[name="wpProQuiz_captcha"]').val('');
1026
  }
1027
  });
1028
+ },
1029
+
1030
+ updateToplist: function() {
1031
+ if(typeof(wpProQuiz_fetchToplist) == "function") {
1032
+ wpProQuiz_fetchToplist();
1033
+ }
1034
+ },
1035
+
1036
+ registerSolved: function() {
1037
+ $e.find('.wpProQuiz_questionInput[type="text"]').change(function(e) {
1038
+ var $this = $(this);
1039
+ var $p = $this.parents('.wpProQuiz_listItem');
1040
+ var s = false;
1041
+
1042
+ if($this.val() != '') {
1043
+ s = true;
1044
+ }
1045
+
1046
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: s}});
1047
+ });
1048
+
1049
+ $e.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput').change(function(e) {
1050
+ var $this = $(this);
1051
+ var $p = $this.parents('.wpProQuiz_listItem');
1052
+ var s = this.checked;
1053
+
1054
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: s}});
1055
+ });
1056
+
1057
+ $e.find('.wpProQuiz_cloze input').change(function() {
1058
+ var $this = $(this);
1059
+ var $p = $this.parents('.wpProQuiz_listItem');
1060
+ var s = true;
1061
+
1062
+ $p.find('.wpProQuiz_cloze input').each(function() {
1063
+ if($(this).val() == '') {
1064
+ s = false;
1065
+ return false;
1066
+ }
1067
+ });
1068
+
1069
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: s}});
1070
+ });
1071
+
1072
+ $e.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').change(function(e) {
1073
+ var $this = $(this);
1074
+ var $p = $this.parents('.wpProQuiz_listItem');
1075
+ var c = 0;
1076
+
1077
+ $p.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(e) {
1078
+ if(this.checked)
1079
+ c++;
1080
+ });
1081
+
1082
+ $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: (c) ? true : false}});
1083
+
1084
+ });
1085
  }
1086
  };
1087
 
1088
  plugin.init = function() {
1089
  plugin.methode.parseBitOptions();
1090
  plugin.methode.setClozeStyle();
1091
+ plugin.methode.registerSolved();
1092
+ reviewBox.init();
1093
 
1094
  if(bitOptions.checkBeforeStart && !bitOptions.preview) {
1095
  plugin.methode.checkQuizLock();
1121
  });
1122
 
1123
  $e.find('input[name="checkSingle"]').click(function() {
1124
+ plugin.methode.showQuizSummary();
1125
  });
1126
 
1127
  $e.find('input[name="tip"]').click(plugin.methode.showTip);
1128
+
1129
+ $e.find('input[name="skip"]').click(plugin.methode.skipQuestion);
1130
+
1131
+ $e.find('input[name="review"]').click(plugin.methode.reviewQuestion);
1132
 
1133
  $e.find('input[name="wpProQuiz_toplistAdd"]').click(plugin.methode.addToplist);
1134
 
1135
+ $e.find('input[name="quizSummary"]').click(plugin.methode.showQuizSummary);
1136
+
1137
+ $e.find('input[name="endQuizSummary"]').click(function() {
1138
+ plugin.methode.finishQuiz();
1139
+ });
1140
+
1141
  $e.find('input[name="showToplist"]').click(function() {
1142
  globalElements.quiz.hide();
1143
  globalElements.toplistShowInButton.toggle();
1144
  });
1145
+
1146
+ $e.bind('questionSolved', plugin.methode.questionSolved);
1147
  };
1148
 
1149
  plugin.init();
js/wpProQuiz_front.min.js CHANGED
@@ -1,22 +1,32 @@
1
- (function(d){d.wpProQuizFront=function(w,e){var b=d(w),c=this,f={},B=0,i=null,C=0,D=0,q=0,E=0,r=0,x=0,F=0,G=0,y=0,H=0,L=b.find('input[name="back"]'),I=b.find('input[name="next"]'),n=b.find(".wpProQuiz_quiz"),p=b.find(".wpProQuiz_list"),s=b.find(".wpProQuiz_results"),t=b.find(".wpProQuiz_text"),u=b.find(".wpProQuiz_time_limit"),z=b.find(".wpProQuiz_toplistShowInButton"),J="",v=e.timelimit,K=0,A={stop:function(){v&&(window.clearInterval(K),u.hide())},start:function(){if(v){var a=1E3*v,g=u.find("span").text(c.methode.parseTime(v)),
2
- b=u.find(".wpProQuiz_progress");u.show();var d=+new Date;K=window.setInterval(function(){var e=+new Date-d,h=a-e;500<=e&&g.text(c.methode.parseTime(Math.ceil(h/1E3)));b.css("width",100*(h/a)+"%");0>=h&&(A.stop(),c.methode.finishQuiz(!0))},16)}}};c.methode={parseBitOptions:function(){if(e.bo){C=e.bo&1;D=e.bo&2;q=e.bo&4;E=e.bo&8;r=e.bo&16;var a=e.bo&32;a&&(void 0!=jQuery.support&&void 0!=jQuery.support.cors&&!1==jQuery.support.cors)&&(x=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze").each(function(){var a=
3
- d(this).children(),g=a.eq(0),a=a.eq(1).clone();a.css("visibility","hidden");d("body").append(a);var b=a.width();a.remove();g.width(b+10)})},parseTime:function(a){var g=parseInt(a%60),b=parseInt(a/60%60),a=parseInt(a/3600%24);return(9<a?"":"0")+a+":"+((9<b?"":"0")+b)+":"+((9<g?"":"0")+g)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return d.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=
4
- d(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(d(this))})})},marker:function(a,b){q||(b?a.addClass("wpProQuiz_answerCorrect"):a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(){if(y)F=1;else if(G)t.hide(),b.find(".wpProQuiz_lock").show();else if(H)t.hide(),b.find(".wpProQuiz_prerequisite").show();else{c.methode.loadQuizData();D&&c.methode.random(p);C&&c.methode.random(b.find(".wpProQuiz_questionList"));c.methode.random(b.find(".wpProQuiz_sortStringList"));
5
- c.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a){var b=d(this);b.find(".wpProQuiz_question_page span:eq(0)").text(a+1);b.find("> h3 span").text(a+1);b.find(".wpProQuiz_questionListItem").each(function(a){d(this).find("> span").text(a+1+". ")})});switch(e.mode){case 3:b.find('input[name="checkSingle"]').show();b.find(".wpProQuiz_question_page").hide();break;case 2:b.find('input[name="check"]').show();break;case 1:b.find('input[name="back"]').slice(1).show();
6
- case 0:I.show()}var a=p.children();3==e.mode?a.show():i=a.eq(0).show();b.find(".wpProQuiz_sortable").parents("ul").sortable().disableSelection();b.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable({connectWith:".wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList",placeholder:"wpProQuiz_placehold"}).disableSelection();A.start();B=+new Date;f={comp:{points:0,correctQuestions:0}};t.hide();n.show()}},nextQuestion:function(){i=i.hide().next().show();c.methode.scrollTo(n);
7
- i.length||c.methode.finishQuiz()},prevQuestion:function(){i=i.hide().prev().show();c.methode.scrollTo(n)},finishQuiz:function(a){A.stop();var g=(+new Date-B)/1E3,g=e.timelimit&&g>e.timelimit?e.timelimit:g;b.find(".wpProQuiz_quiz_time span").text(c.methode.parseTime(g));a&&s.find(".wpProQuiz_time_limit_expired").show();c.methode.checkQuestion(p.children());b.find(".wpProQuiz_correct_answer").text(f.comp.correctQuestions);a=Math.round(1E4*(f.comp.points/e.globalPoints))/100;$pointFields=b.find(".wpProQuiz_points span");
8
- $pointFields.eq(0).text(f.comp.points);$pointFields.eq(1).text(e.globalPoints);$pointFields.eq(2).text(a+"%");b.find(".wpProQuiz_resultsList > li").eq(c.methode.findResultIndex(a)).show();c.methode.setAverageResult(a,!1);c.methode.sendCompletedQuiz();n.hide();s.show();c.methode.scrollTo(s)},sendCompletedQuiz:function(){r||c.methode.ajax({action:"wp_pro_quiz_completed_quiz",quizId:e.quizId,results:f})},findResultIndex:function(a){for(var b=e.resultsGrade,c=-1,d=999999,f=0;f<b.length;f++){var h=b[f];
9
- a>=h&&a-h<d&&(d=a-h,c=f)}return c},showQustionList:function(){z.hide();n.toggle();b.find(".wpProQuiz_QuestionButton").hide();p.children().show();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=d(this).children().get().sort(function(){return Math.round(Math.random())-0.5});d(a).appendTo(a[0].parentNode)})},restartQuiz:function(){s.hide();t.show();p.children().hide();z.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").val("").css("background-color",
10
- "");b.find(".wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect").removeClass("wpProQuiz_answerCorrect wpProQuiz_answerIncorrect");b.find(".wpProQuiz_listItem").data("check",!1);b.find(".wpProQuiz_response").hide().children().hide();c.methode.resetMatrix(b.find(".wpProQuiz_listItem"));b.find(".wpProQuiz_sortStringItem, .wpProQuiz_sortable").removeAttr("style");b.find(".wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li").hide();b.find('.wpProQuiz_question_page, input[name="tip"]').show()},
11
- checkQuestion:function(a){a=void 0==a?i:a;a.each(function(){var a,b,j=d(this),l=j.find(".wpProQuiz_questionList"),h=e.json[l.data("question_id")];a=h.type;if(j.data("check"))return!0;if("single"==h.type||"multiple"==h.type)a="singleMulti";var m=!0,k=0,i=d.isArray(h.points);({singleMulti:function(){var a=l.find(".wpProQuiz_questionInput").attr("disabled","disabled");l.children().each(function(b){var g=d(this),e=g.data("pos"),b=a.eq(b).is(":checked");h.correct[e]?(c.methode.marker(g,!0),b?i&&(k+=h.points[e]):
12
- m=!1):b?(c.methode.marker(g,!1),m=!1):i&&(k+=h.points[e])})},sort_answer:function(){var a=l.children();a.each(function(a){var b=d(this);a==b.data("pos")?(c.methode.marker(b,!0),i&&(k+=h.points[a])):(c.methode.marker(b,!1),m=!1)});a.children().css({"box-shadow":"0 0",cursor:"auto"});l.sortable("destroy");a.sort(function(a,b){return d(a).data("pos")>d(b).data("pos")?1:-1});l.append(a)},matrix_sort_answer:function(){var a=[];l.children().each(function(){var b=d(this),g=b.data("pos"),b=b.find(".wpProQuiz_maxtrixSortCriterion"),
13
- e=b.children();g==e.data("pos")?(c.methode.marker(b,!0),i&&(k+=h.points[g])):(m=!1,c.methode.marker(b,!1));a[g]=b});c.methode.resetMatrix(j);j.find(".wpProQuiz_sortStringItem").each(function(){var b=a[d(this).data("pos")];void 0!=b&&b.append(this)}).css({"box-shadow":"0 0",cursor:"auto"});j.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable("destroy")},free_answer:function(){var a=l.children(),b=a.find(".wpProQuiz_questionInput").attr("disabled","disabled").val();0<=d.inArray(d.trim(b).toLowerCase(),
14
- h.correct)?c.methode.marker(a,!0):(c.methode.marker(a,!1),m=!1)},cloze_answer:function(){l.find(".wpProQuiz_cloze").each(function(a){var b=d(this).children(),g=b.eq(0),b=b.eq(1),e=c.methode.cleanupCurlyQuotes(g.val()),f=c.methode.cleanupCurlyQuotes(b.text()),f=d.trim(f.substr(1,f.length-2));e==f?(i&&(k+=h.points[a]),q||g.css("background-color","#B0DAB0")):(q||g.css("background-color","#FFBABA"),m=!1,b.show());g.attr("disabled","disabled")})}})[a]();!i&&m&&(k=h.points);a=m;b=k;j.find(".wpProQuiz_response").show();
15
- j.find('input[name="check"]').hide();j.find('input[name="next"]').show();void 0==f[h.id]&&(f[h.id]={});f[h.id].points=b;f[h.id].correct=Number(a);f.comp.points+=b;a?(j.find(".wpProQuiz_correct").show(),f.comp.correctQuestions+=1):j.find(".wpProQuiz_incorrect").show();j.find(".wpProQuiz_responsePoints").text(b);j.data("check",!0)})},showTip:function(){var a=d(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");void 0==
16
- f[c]&&(f[c]={});f[c].tip=1;d(document).bind("mouseup.tipEvent",function(a){var c=b.find(".wpProQuiz_tipp"),g=b.find('input[name="tip"]');!c.is(a.target)&&(0==c.has(a.target).length&&!g.is(a.target))&&(c.hide("fast"),d(document).unbind(".tipEvent"))})},ajax:function(a,b,c){x&&(jQuery.support.cors=!0);d.post(WpProQuizGlobal.ajaxurl,a,b,c||"json");x&&(jQuery.support.cors=!1)},checkQuizLock:function(){y=1;c.methode.ajax({action:"wp_pro_quiz_check_lock",quizId:e.quizId},function(a){void 0!=a.lock&&(G=
17
- a.lock.is,a.lock.pre&&b.find('input[name="restartQuiz"]').hide());void 0!=a.prerequisite&&(H=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));y=0;F&&c.methode.startQuiz()})},loadQuizData:function(){c.methode.ajax({action:"wp_pro_quiz_load_quiz_data",quizId:e.quizId},function(a){a.toplist&&c.methode.handleToplistData(a.toplist);void 0!=a.averageResult&&c.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=b.find(".wpProQuiz_resultValue:eq("+(c?0:1)+") >");
18
- d.eq(1).text(a+"%");d.eq(0).css("width",240*a/100+"px")},handleToplistData:function(a){var c=b.find(".wpProQuiz_addToplist"),d=c.find(".wpProQuiz_addBox").show().children("div");a.canAdd?(c.show(),c.find(".wpProQuiz_addToplistMessage").hide(),c.find(".wpProQuiz_toplistButton").show(),J=a.token,a.userId?d.hide():(d.show(),c=d.children().eq(1),a.captcha?(c.find('input[name="wpProQuiz_captchaPrefix"]').val(a.captcha.code),c.find(".wpProQuiz_captchaImg").attr("src",a.captcha.img),c.find('input[name="wpProQuiz_captcha"]').val(""),
19
- c.show()):c.hide())):c.hide()},scrollTo:function(a){a=a.offset().top-100;(window.pageYOffset||document.body.scrollTop)>a&&d("html,body").animate({scrollTop:a},300)},addToplist:function(){if(!r){var a=b.find(".wpProQuiz_addToplistMessage").text(WpProQuizGlobal.loadData).show(),d=b.find(".wpProQuiz_addBox").hide();c.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:e.quizId,token:J,name:d.find('input[name="wpProQuiz_toplistName"]').val(),email:d.find('input[name="wpProQuiz_toplistEmail"]').val(),
20
- captcha:d.find('input[name="wpProQuiz_captcha"]').val(),prefix:d.find('input[name="wpProQuiz_captchaPrefix"]').val(),points:f.comp.points,totalPoints:e.globalPoints},function(b){a.text(b.text);b.clear?d.hide():d.show();b.captcha&&(d.find(".wpProQuiz_captchaImg").attr("src",b.captcha.img),d.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),d.find('input[name="wpProQuiz_captcha"]').val(""))})}}};c.init=function(){c.methode.parseBitOptions();c.methode.setClozeStyle();E&&!r&&c.methode.checkQuizLock();
21
- b.find('input[name="startQuiz"]').click(function(){c.methode.startQuiz();return!1});I.click(function(){c.methode.nextQuestion()});L.click(function(){c.methode.prevQuestion()});b.find('input[name="reShowQuestion"]').click(function(){c.methode.showQustionList()});b.find('input[name="restartQuiz"]').click(function(){c.methode.restartQuiz()});b.find('input[name="check"]').click(function(){c.methode.checkQuestion()});b.find('input[name="checkSingle"]').click(function(){c.methode.finishQuiz()});b.find('input[name="tip"]').click(c.methode.showTip);
22
- b.find('input[name="wpProQuiz_toplistAdd"]').click(c.methode.addToplist);b.find('input[name="showToplist"]').click(function(){n.hide();z.toggle()})};c.init()};d.fn.wpProQuizFront=function(w){return this.each(function(){void 0==d(this).data("wpProQuizFront")&&d(this).data("wpProQuizFront",new d.wpProQuizFront(this,w))})}})(jQuery);
 
 
 
 
 
 
 
 
 
 
1
+ (function(e){e.wpProQuizFront=function(C,f){var b=e(C),d=this,j={},K=0,g=null,t=[],L=0,M=0,u=0,N=0,v=0,D=0,E=0,O=0,P=0,w=0,Q=0,R=0,F=0,S=0,W=b.find('input[name="back"]'),T=b.find('input[name="next"]'),l=b.find(".wpProQuiz_quiz"),q=b.find(".wpProQuiz_list"),x=b.find(".wpProQuiz_results"),y=b.find(".wpProQuiz_text"),z=b.find(".wpProQuiz_time_limit"),G=b.find(".wpProQuiz_toplistShowInButton"),U="",H=0,A=f.timelimit,V=0,I={stop:function(){A&&(window.clearInterval(V),z.hide())},start:function(){if(A){var a=
2
+ 1E3*A,c=z.find("span").text(d.methode.parseTime(A)),b=z.find(".wpProQuiz_progress");z.show();var e=+new Date;V=window.setInterval(function(){var i=+new Date-e,h=a-i;500<=i&&c.text(d.methode.parseTime(Math.ceil(h/1E3)));b.css("width",100*(h/a)+"%");0>=h&&(I.stop(),d.methode.finishQuiz(!0))},16)}}},s=new function(){function a(a){var c="",b=r[a];b.review?c="#FFB800":b.solved&&(c="#6CA54C");f.eq(a).css("background-color",c)}function c(a){a.preventDefault();a=a.pageY-j;0>a&&(a=0);a>g&&(a=g);h.attr("style",
3
+ "margin-top: "+-(B*a)+"px !important");i.css({top:a})}function n(a){a.preventDefault();e(document).unbind(".scrollEvent")}var k=[],i=[],h=[],f=[],g=0,j=0,B=0,J=0,p=0,r=[];this.init=function(){k=b.find(".wpProQuiz_reviewQuestion");i=k.find("div");h=k.find("ol");f=h.children();i.mousedown(function(a){a.preventDefault();a.stopPropagation();j=a.pageY-i.offset().top+J;e(document).bind("mouseup.scrollEvent",n);e(document).bind("mousemove.scrollEvent",c)});f.click(function(){d.methode.showQuestion(e(this).index())});
4
+ b.bind("questionSolved",function(c){r[c.values.index].solved=c.values.solved;a(c.values.index)});b.bind("changeQuestion",function(a){f.removeClass("wpProQuiz_reviewQuestionTarget");f.eq(a.values.index).addClass("wpProQuiz_reviewQuestionTarget");var a=f.eq(a.values.index),c=a.offset().top,b=k.offset().top,c=c-b;if(0>c-4||100<c+32)a=b-f.eq(0).offset().top-(b-h.offset().top)+a.position().top,a>p&&(a=p),b=a/B,h.attr("style","margin-top: "+-a+"px !important"),i.css({top:b})});b.bind("reviewQuestion",function(c){r[c.values.index].review=
5
+ !r[c.values.index].review;a(c.values.index)});k.bind("mousewheel DOMMouseScroll",function(a){a.preventDefault();a=a.originalEvent;a=20*(a.wheelDelta?-a.wheelDelta/120:a.detail/3);a=J-h.offset().top+a;a>p&&(a=p);0>a&&(a=0);var c=a/B;h.attr("style","margin-top: "+-a+"px !important");i.css({top:c});return!1})};this.show=function(a){w&&k.parent().show();if(!a){var a=h.outerHeight(),c=k.height();g=c-i.height();j=0;p=a-c;B=p/g;this.reset();100<a&&i.show();J=i.offset().top}};this.hide=function(){k.parent().hide()};
6
+ this.reset=function(){for(var a=0,c=f.length;a<c;a++)r[a]={};f.removeClass("wpProQuiz_reviewQuestionTarget").css("background-color","")}};d.methode={parseBitOptions:function(){if(f.bo){L=f.bo&1;M=f.bo&2;u=f.bo&4;N=f.bo&8;v=f.bo&16;E=f.bo&64;w=f.bo&128;O=f.bo&256;P=f.bo&512;var a=f.bo&32;a&&(void 0!=jQuery.support&&void 0!=jQuery.support.cors&&!1==jQuery.support.cors)&&(D=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze input").each(function(){for(var a=e(this),c="",b=a.data("wordlen"),d=0;d<
7
+ b;d++)c+="w";c=e(document.createElement("span")).css("visibility","hidden").text(c).appendTo(e("body"));b=c.width();c.remove();a.width(b+5)})},parseTime:function(a){var c=parseInt(a%60),b=parseInt(a/60%60),a=parseInt(a/3600%24);return(9<a?"":"0")+a+":"+((9<b?"":"0")+b)+":"+((9<c?"":"0")+c)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return e.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=
8
+ e(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(e(this))})})},marker:function(a,c){u||(c?a.addClass("wpProQuiz_answerCorrect"):a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(){if(F)Q=1;else if(R)y.hide(),b.find(".wpProQuiz_lock").show();else if(S)y.hide(),b.find(".wpProQuiz_prerequisite").show();else{d.methode.loadQuizData();M&&d.methode.random(q);L&&d.methode.random(b.find(".wpProQuiz_questionList"));d.methode.random(b.find(".wpProQuiz_sortStringList"));
9
+ d.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a){var b=e(this);b.find(".wpProQuiz_question_page span:eq(0)").text(a+1);b.find("> h5 span").text(a+1);b.find(".wpProQuiz_questionListItem").each(function(a){e(this).find("> span:not(.wpProQuiz_cloze)").text(a+1+". ")})});switch(f.mode){case 3:b.find('input[name="checkSingle"]').show();b.find(".wpProQuiz_question_page").hide();break;case 2:b.find('input[name="check"]').show();!P&&w&&b.find('input[name="skip"]').show();
10
+ break;case 1:b.find('input[name="back"]').slice(1).show();case 0:T.show()}var a=q.children();3==f.mode?a.show():(g=a.eq(0).show(),b.trigger({type:"changeQuestion",values:{item:g,index:g.index()}}));b.find(".wpProQuiz_sortable").parents("ul").sortable({update:function(){var a=e(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();b.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable({connectWith:".wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList",
11
+ placeholder:"wpProQuiz_placehold",update:function(){var a=e(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();t=[];I.start();K=+new Date;j={comp:{points:0,correctQuestions:0}};y.hide();l.show();s.show()}},nextQuestion:function(){g=g.hide().next().show();d.methode.scrollTo(l);b.trigger({type:"changeQuestion",values:{item:g,index:g.index()}});g.length||d.methode.showQuizSummary()},prevQuestion:function(){g=g.hide().prev().show();
12
+ d.methode.scrollTo(l);b.trigger({type:"changeQuestion",values:{item:g,index:g.index()}})},showQuestion:function(a){3==f.mode?d.methode.scrollTo(b.find(".wpProQuiz_list > li").eq(a),1):(g.hide(),g=b.find(".wpProQuiz_list > li").eq(a).show(),d.methode.scrollTo(l),b.trigger({type:"changeQuestion",values:{item:g,index:g.index()}}),g.length||d.methode.showQuizSummary())},skipQuestion:function(){b.trigger({type:"skipQuestion",values:{item:g,index:g.index()}});d.methode.nextQuestion()},reviewQuestion:function(){b.trigger({type:"reviewQuestion",
13
+ values:{item:g,index:g.index()}})},showQuizSummary:function(){if(O||!w)d.methode.finishQuiz();else{var a=b.find(".wpProQuiz_checkPage");a.find("ol:eq(0)").empty().append(b.find(".wpProQuiz_reviewQuestion ol li").clone().removeClass("wpProQuiz_reviewQuestionTarget")).children().click(function(){a.hide();l.show();s.show(!0);d.methode.showQuestion(e(this).index())});for(var c=0,n=0,f=t.length;n<f;n++)t[n]&&c++;a.find("span:eq(0)").text(c);s.hide();l.hide();a.show();d.methode.scrollTo(a)}},finishQuiz:function(a){I.stop();
14
+ var c=(+new Date-K)/1E3,c=f.timelimit&&c>f.timelimit?f.timelimit:c;b.find(".wpProQuiz_quiz_time span").text(d.methode.parseTime(c));a&&x.find(".wpProQuiz_time_limit_expired").show();d.methode.checkQuestion(q.children());b.find(".wpProQuiz_correct_answer").text(j.comp.correctQuestions);j.comp.result=Math.round(1E4*(j.comp.points/f.globalPoints))/100;$pointFields=b.find(".wpProQuiz_points span");$pointFields.eq(0).text(j.comp.points);$pointFields.eq(1).text(f.globalPoints);$pointFields.eq(2).text(j.comp.result+
15
+ "%");b.find(".wpProQuiz_resultsList > li").eq(d.methode.findResultIndex(j.comp.result)).show();d.methode.setAverageResult(j.comp.result,!1);d.methode.sendCompletedQuiz();E&&H&&d.methode.addToplist();s.hide();b.find(".wpProQuiz_checkPage").hide();l.hide();x.show();d.methode.scrollTo(x)},questionSolved:function(a){t[a.values.index]=a.values.solved},sendCompletedQuiz:function(){v||d.methode.ajax({action:"wp_pro_quiz_completed_quiz",quizId:f.quizId,results:j})},findResultIndex:function(a){for(var b=f.resultsGrade,
16
+ d=-1,e=999999,i=0;i<b.length;i++){var h=b[i];a>=h&&a-h<e&&(e=a-h,d=i)}return d},showQustionList:function(){G.hide();l.toggle();b.find(".wpProQuiz_QuestionButton").hide();q.children().show();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=e(this).children().get().sort(function(){return Math.round(Math.random())-0.5});e(a).appendTo(a[0].parentNode)})},restartQuiz:function(){x.hide();y.show();q.children().hide();G.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").val("").css("background-color",
17
+ "");b.find(".wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect").removeClass("wpProQuiz_answerCorrect wpProQuiz_answerIncorrect");b.find(".wpProQuiz_listItem").data("check",!1);b.find(".wpProQuiz_response").hide().children().hide();d.methode.resetMatrix(b.find(".wpProQuiz_listItem"));b.find(".wpProQuiz_sortStringItem, .wpProQuiz_sortable").removeAttr("style");b.find(".wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li").hide();b.find('.wpProQuiz_question_page, input[name="tip"]').show()},
18
+ checkQuestion:function(a){a=void 0==a?g:a;a.each(function(){var a,n,k=e(this),i=k.find(".wpProQuiz_questionList"),h=f.json[i.data("question_id")];a=h.type;if(k.data("check"))return!0;if("single"==h.type||"multiple"==h.type)a="singleMulti";var g=!0,m=0,l=e.isArray(h.points);({singleMulti:function(){var a=i.find(".wpProQuiz_questionInput").attr("disabled","disabled");i.children().each(function(b){var c=e(this),f=c.data("pos"),b=a.eq(b).is(":checked");h.correct[f]?(d.methode.marker(c,!0),b?l&&(m+=h.points[f]):
19
+ g=!1):b?(d.methode.marker(c,!1),g=!1):l&&(m+=h.points[f])})},sort_answer:function(){var a=i.children();a.each(function(a){var b=e(this);a==b.data("pos")?(d.methode.marker(b,!0),l&&(m+=h.points[a])):(d.methode.marker(b,!1),g=!1)});a.children().css({"box-shadow":"0 0",cursor:"auto"});i.sortable("destroy");a.sort(function(a,b){return e(a).data("pos")>e(b).data("pos")?1:-1});i.append(a)},matrix_sort_answer:function(){var a=[];i.children().each(function(){var b=e(this),c=b.data("pos"),b=b.find(".wpProQuiz_maxtrixSortCriterion"),
20
+ f=b.children();c==f.data("pos")?(d.methode.marker(b,!0),l&&(m+=h.points[c])):(g=!1,d.methode.marker(b,!1));a[c]=b});d.methode.resetMatrix(k);k.find(".wpProQuiz_sortStringItem").each(function(){var b=a[e(this).data("pos")];void 0!=b&&b.append(this)}).css({"box-shadow":"0 0",cursor:"auto"});k.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable("destroy")},free_answer:function(){var a=i.children(),b=a.find(".wpProQuiz_questionInput").attr("disabled","disabled").val();0<=e.inArray(e.trim(b).toLowerCase(),
21
+ h.correct)?d.methode.marker(a,!0):(d.methode.marker(a,!1),g=!1)},cloze_answer:function(){i.find(".wpProQuiz_cloze").each(function(a){var b=e(this).children(),c=b.eq(0),b=b.eq(1),f=d.methode.cleanupCurlyQuotes(c.val());0<=e.inArray(f,h.correct[a])?(l&&(m+=h.points[a]),u||c.css("background-color","#B0DAB0")):(u||c.css("background-color","#FFBABA"),g=!1,b.show());c.attr("disabled","disabled")})}})[a]();!l&&g&&(m=h.points);a=g;n=m;k.find(".wpProQuiz_response").show();k.find('input[name="check"]').hide();
22
+ k.find('input[name="skip"]').hide();k.find('input[name="next"]').show();void 0==j[h.id]&&(j[h.id]={});j[h.id].points=n;j[h.id].correct=Number(a);j.comp.points+=n;a?(k.find(".wpProQuiz_correct").show(),j.comp.correctQuestions+=1):k.find(".wpProQuiz_incorrect").show();k.find(".wpProQuiz_responsePoints").text(n);k.data("check",!0);b.trigger({type:"questionSolved",values:{item:k,index:k.index(),solved:!0}})})},showTip:function(){var a=e(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");
23
+ a.siblings(".wpProQuiz_tipp").toggle("fast");void 0==j[c]&&(j[c]={});j[c].tip=1;e(document).bind("mouseup.tipEvent",function(a){var c=b.find(".wpProQuiz_tipp"),d=b.find('input[name="tip"]');!c.is(a.target)&&(0==c.has(a.target).length&&!d.is(a.target))&&(c.hide("fast"),e(document).unbind(".tipEvent"))})},ajax:function(a,b,d){D&&(jQuery.support.cors=!0);e.post(WpProQuizGlobal.ajaxurl,a,b,d||"json");D&&(jQuery.support.cors=!1)},checkQuizLock:function(){F=1;d.methode.ajax({action:"wp_pro_quiz_check_lock",
24
+ quizId:f.quizId},function(a){void 0!=a.lock&&(R=a.lock.is,a.lock.pre&&b.find('input[name="restartQuiz"]').hide());void 0!=a.prerequisite&&(S=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));F=0;Q&&d.methode.startQuiz()})},loadQuizData:function(){d.methode.ajax({action:"wp_pro_quiz_load_quiz_data",quizId:f.quizId},function(a){a.toplist&&d.methode.handleToplistData(a.toplist);void 0!=a.averageResult&&d.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=
25
+ b.find(".wpProQuiz_resultValue:eq("+(c?0:1)+") > * ");d.eq(1).text(a+"%");d.eq(0).css("width",240*a/100+"px")},handleToplistData:function(a){var c=b.find(".wpProQuiz_addToplist"),d=c.find(".wpProQuiz_addBox").show().children("div");a.canAdd?(c.show(),c.find(".wpProQuiz_addToplistMessage").hide(),c.find(".wpProQuiz_toplistButton").show(),U=a.token,H=0,a.userId?(d.hide(),H=1,E&&c.hide()):(d.show(),c=d.children().eq(1),a.captcha?(c.find('input[name="wpProQuiz_captchaPrefix"]').val(a.captcha.code),c.find(".wpProQuiz_captchaImg").attr("src",
26
+ a.captcha.img),c.find('input[name="wpProQuiz_captcha"]').val(""),c.show()):c.hide())):c.hide()},scrollTo:function(a,b){var d=a.offset().top-100;(b||(window.pageYOffset||document.body.scrollTop)>d)&&e("html,body").animate({scrollTop:d},300)},addToplist:function(){if(!v){var a=b.find(".wpProQuiz_addToplistMessage").text(WpProQuizGlobal.loadData).show(),c=b.find(".wpProQuiz_addBox").hide();d.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:f.quizId,token:U,name:c.find('input[name="wpProQuiz_toplistName"]').val(),
27
+ email:c.find('input[name="wpProQuiz_toplistEmail"]').val(),captcha:c.find('input[name="wpProQuiz_captcha"]').val(),prefix:c.find('input[name="wpProQuiz_captchaPrefix"]').val(),points:j.comp.points,totalPoints:f.globalPoints},function(b){a.text(b.text);b.clear?(c.hide(),d.methode.updateToplist()):c.show();b.captcha&&(c.find(".wpProQuiz_captchaImg").attr("src",b.captcha.img),c.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),c.find('input[name="wpProQuiz_captcha"]').val(""))})}},updateToplist:function(){"function"==
28
+ typeof wpProQuiz_fetchToplist&&wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(){var a=e(this),c=a.parents(".wpProQuiz_listItem"),d=!1;""!=a.val()&&(d=!0);b.trigger({type:"questionSolved",values:{item:c,index:c.index(),solved:d}})});b.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput').change(function(){var a=e(this).parents(".wpProQuiz_listItem"),c=this.checked;b.trigger({type:"questionSolved",values:{item:a,
29
+ index:a.index(),solved:c}})});b.find(".wpProQuiz_cloze input").change(function(){var a=e(this).parents(".wpProQuiz_listItem"),c=!0;a.find(".wpProQuiz_cloze input").each(function(){if(""==e(this).val())return c=!1});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').change(function(){var a=e(this).parents(".wpProQuiz_listItem"),c=0;a.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(){this.checked&&
30
+ c++});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c?!0:!1}})})}};d.init=function(){d.methode.parseBitOptions();d.methode.setClozeStyle();d.methode.registerSolved();s.init();N&&!v&&d.methode.checkQuizLock();b.find('input[name="startQuiz"]').click(function(){d.methode.startQuiz();return!1});T.click(function(){d.methode.nextQuestion()});W.click(function(){d.methode.prevQuestion()});b.find('input[name="reShowQuestion"]').click(function(){d.methode.showQustionList()});b.find('input[name="restartQuiz"]').click(function(){d.methode.restartQuiz()});
31
+ b.find('input[name="check"]').click(function(){d.methode.checkQuestion()});b.find('input[name="checkSingle"]').click(function(){d.methode.showQuizSummary()});b.find('input[name="tip"]').click(d.methode.showTip);b.find('input[name="skip"]').click(d.methode.skipQuestion);b.find('input[name="review"]').click(d.methode.reviewQuestion);b.find('input[name="wpProQuiz_toplistAdd"]').click(d.methode.addToplist);b.find('input[name="quizSummary"]').click(d.methode.showQuizSummary);b.find('input[name="endQuizSummary"]').click(function(){d.methode.finishQuiz()});
32
+ b.find('input[name="showToplist"]').click(function(){l.hide();G.toggle()});b.bind("questionSolved",d.methode.questionSolved)};d.init()};e.fn.wpProQuizFront=function(C){return this.each(function(){void 0==e(this).data("wpProQuizFront")&&e(this).data("wpProQuizFront",new e.wpProQuizFront(this,C))})}})(jQuery);
js/wpProQuiz_toplist.js CHANGED
@@ -1,15 +1,18 @@
1
- jQuery(document).ready(function($) {
2
  var plugin = this;
3
 
4
  plugin.toplist = {
5
  handleRequest: function(json) {
6
- $('.wpProQuiz_toplist').each(function() {
7
- var $tp = $(this);
8
  var data = json[$tp.data('quiz_id')];
9
- var clone = $tp.find('tbody tr').eq(2);
 
 
 
10
 
11
  if(data == undefined) {
12
- $tp.find('tbody tr').eq(0).hide().end().eq(1).show();
13
  return true;
14
  }
15
 
@@ -29,15 +32,16 @@ jQuery(document).ready(function($) {
29
  td.parent().show().appendTo($tp.find('tbody'));
30
  }
31
 
32
- $tp.find('tbody tr').eq(0).hide();
 
33
  });
34
  },
35
 
36
  fetchIds: function() {
37
  var ids = new Array();
38
 
39
- $('.wpProQuiz_toplist').each(function() {
40
- ids.push($(this).data('quiz_id'));
41
  });
42
 
43
  return ids;
@@ -49,7 +53,7 @@ jQuery(document).ready(function($) {
49
  if(quizIds.length == 0)
50
  return;
51
 
52
- $.post(WpProQuizGlobal.ajaxurl, {
53
  action: 'wp_pro_quiz_show_front_toplist',
54
  quizIds: quizIds
55
  }, function(json) {
@@ -59,4 +63,6 @@ jQuery(document).ready(function($) {
59
  };
60
 
61
  plugin.toplist.init();
62
- });
 
 
1
+ function wpProQuiz_fetchToplist() {
2
  var plugin = this;
3
 
4
  plugin.toplist = {
5
  handleRequest: function(json) {
6
+ jQuery('.wpProQuiz_toplist').each(function() {
7
+ var $tp = jQuery(this);
8
  var data = json[$tp.data('quiz_id')];
9
+ var $trs = $tp.find('tbody tr');
10
+ var clone = $trs.eq(2);
11
+
12
+ $trs.slice(3).remove();
13
 
14
  if(data == undefined) {
15
+ $trs.eq(0).hide().end().eq(1).show();
16
  return true;
17
  }
18
 
32
  td.parent().show().appendTo($tp.find('tbody'));
33
  }
34
 
35
+ $trs.eq(0).hide();
36
+ $trs.eq(1).hide();
37
  });
38
  },
39
 
40
  fetchIds: function() {
41
  var ids = new Array();
42
 
43
+ jQuery('.wpProQuiz_toplist').each(function() {
44
+ ids.push(jQuery(this).data('quiz_id'));
45
  });
46
 
47
  return ids;
53
  if(quizIds.length == 0)
54
  return;
55
 
56
+ jQuery.post(WpProQuizGlobal.ajaxurl, {
57
  action: 'wp_pro_quiz_show_front_toplist',
58
  quizIds: quizIds
59
  }, function(json) {
63
  };
64
 
65
  plugin.toplist.init();
66
+ }
67
+
68
+ jQuery(document).ready(wpProQuiz_fetchToplist);
js/wpProQuiz_toplist.min.js CHANGED
@@ -1,2 +1,2 @@
1
- jQuery(document).ready(function(f){var d=this;d.toplist={handleRequest:function(a){f(".wpProQuiz_toplist").each(function(){var g=f(this),e=a[g.data("quiz_id")],d=g.find("tbody tr").eq(2);if(void 0==e)return g.find("tbody tr").eq(0).hide().end().eq(1).show(),!0;for(var b=0,h=e.length;b<h;b++){var c=d.clone().children();c.eq(0).text(b+1);c.eq(1).text(e[b].name);c.eq(2).text(e[b].date);c.eq(3).text(e[b].points);c.eq(4).text(e[b].result+" %");b&1&&c.addClass("wpProQuiz_toplistTrOdd");c.parent().show().appendTo(g.find("tbody"))}g.find("tbody tr").eq(0).hide()})},
2
- fetchIds:function(){var a=[];f(".wpProQuiz_toplist").each(function(){a.push(f(this).data("quiz_id"))});return a},init:function(){var a=d.toplist.fetchIds();0!=a.length&&f.post(WpProQuizGlobal.ajaxurl,{action:"wp_pro_quiz_show_front_toplist",quizIds:a},function(a){d.toplist.handleRequest(a)},"json")}};d.toplist.init()});
1
+ function wpProQuiz_fetchToplist(){var d=this;d.toplist={handleRequest:function(a){jQuery(".wpProQuiz_toplist").each(function(){var g=jQuery(this),e=a[g.data("quiz_id")],f=g.find("tbody tr"),d=f.eq(2);f.slice(3).remove();if(void 0==e)return f.eq(0).hide().end().eq(1).show(),!0;for(var b=0,h=e.length;b<h;b++){var c=d.clone().children();c.eq(0).text(b+1);c.eq(1).text(e[b].name);c.eq(2).text(e[b].date);c.eq(3).text(e[b].points);c.eq(4).text(e[b].result+" %");b&1&&c.addClass("wpProQuiz_toplistTrOdd");
2
+ c.parent().show().appendTo(g.find("tbody"))}f.eq(0).hide();f.eq(1).hide()})},fetchIds:function(){var a=[];jQuery(".wpProQuiz_toplist").each(function(){a.push(jQuery(this).data("quiz_id"))});return a},init:function(){var a=d.toplist.fetchIds();0!=a.length&&jQuery.post(WpProQuizGlobal.ajaxurl,{action:"wp_pro_quiz_show_front_toplist",quizIds:a},function(a){d.toplist.handleRequest(a)},"json")}};d.toplist.init()}jQuery(document).ready(wpProQuiz_fetchToplist);
languages/wp-pro-quiz-ar.mo CHANGED
Binary file
languages/wp-pro-quiz-ar.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-14 21:54+0100\n"
5
- "PO-Revision-Date: 2013-02-14 21:54+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
@@ -14,72 +14,76 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "هل تريد حقاً ان تحذف هذا الاختبار/السؤال؟"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "لم يتم تعبئة هذا!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "لم يتم وضع سؤال!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "لم يتم اختيار اجابة صحيحة!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "لم يتم وضع اجابة!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "لم يتم تعبئة وصف للاختبار!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "النسبة المئوية في نص النتائج غير صحيحة."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "لا يوجد رقم في حقل /\"النقاط/\" أو أقل من 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr ""
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "لم يتم اختيار اختبار"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr ""
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr ""
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr ""
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
 
 
 
 
 
77
  #: lib/controller/WpProQuiz_Controller_Front.php:44
78
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
79
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
80
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
81
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
82
- #: lib/view/WpProQuiz_View_Statistics.php:45
83
  msgid "Loading"
84
  msgstr ""
85
 
@@ -89,18 +93,18 @@ msgstr ""
89
  #: lib/controller/WpProQuiz_Controller_Question.php:51
90
  #: lib/controller/WpProQuiz_Controller_Question.php:128
91
  #: lib/controller/WpProQuiz_Controller_Question.php:143
92
- #: lib/controller/WpProQuiz_Controller_Question.php:196
93
- #: lib/controller/WpProQuiz_Controller_Question.php:342
94
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
95
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
96
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
98
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
99
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
100
  msgid "You do not have sufficient permissions to access this page."
101
  msgstr ""
102
 
103
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
104
  msgid "Settings saved"
105
  msgstr ""
106
 
@@ -125,25 +129,25 @@ msgstr ""
125
  msgid "Edit question"
126
  msgstr "تحرير السؤال"
127
 
128
- #: lib/controller/WpProQuiz_Controller_Question.php:155
129
  msgid "Question not found"
130
  msgstr "لم يتم العثور على السؤال"
131
 
132
- #: lib/controller/WpProQuiz_Controller_Question.php:172
133
- #: lib/controller/WpProQuiz_Controller_Question.php:224
134
  #, php-format
135
  msgid "Question: %d"
136
  msgstr "السؤال: %d"
137
 
138
- #: lib/controller/WpProQuiz_Controller_Question.php:180
139
  msgid "Question edited"
140
  msgstr "تم تحرير السؤال"
141
 
142
- #: lib/controller/WpProQuiz_Controller_Question.php:200
143
  msgid "New question"
144
  msgstr "سؤال جديد"
145
 
146
- #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  msgid "Question added"
148
  msgstr "تم اضافة سؤال"
149
 
@@ -211,31 +215,46 @@ msgstr "صيغة الملف خاطئة"
211
  msgid "File is not compatible with the current version"
212
  msgstr ""
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
215
  msgid "The user completed a quiz."
216
  msgstr ""
217
 
218
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
219
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
220
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
221
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
222
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
223
  msgid "Leaderboard"
224
  msgstr ""
225
 
226
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
227
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
228
  #: lib/view/WpProQuiz_View_Import.php:22
229
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
231
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
232
- #: lib/view/WpProQuiz_View_Statistics.php:18
233
  #: lib/view/WpProQuiz_View_StyleManager.php:11
234
  msgid "back to overview"
235
  msgstr "العودة للرئيسية"
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
238
- #: lib/view/WpProQuiz_View_Statistics.php:115
239
  msgid "Filter"
240
  msgstr ""
241
 
@@ -244,22 +263,22 @@ msgid "Sort by:"
244
  msgstr ""
245
 
246
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
247
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
248
  msgid "best user"
249
  msgstr ""
250
 
251
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
252
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
253
  msgid "newest entry"
254
  msgstr ""
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
257
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
258
  msgid "oldest entry"
259
  msgstr ""
260
 
261
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
262
- #: lib/view/WpProQuiz_View_Statistics.php:126
263
  msgid "How many entries should be shown on one page:"
264
  msgstr ""
265
 
@@ -273,12 +292,12 @@ msgid "UR = unregistered user, R = registered user"
273
  msgstr ""
274
 
275
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
276
- #: lib/view/WpProQuiz_View_Statistics.php:145
277
  msgid "User"
278
  msgstr ""
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
281
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
282
  msgid "E-Mail"
283
  msgstr ""
284
 
@@ -288,24 +307,24 @@ msgid "Entered on"
288
  msgstr ""
289
 
290
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
291
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
292
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
293
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
294
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
295
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
296
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
299
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
300
- #: lib/view/WpProQuiz_View_Statistics.php:54
301
- #: lib/view/WpProQuiz_View_Statistics.php:146
302
  msgid "Points"
303
  msgstr "درجات"
304
 
305
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
306
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
307
- #: lib/view/WpProQuiz_View_Statistics.php:59
308
- #: lib/view/WpProQuiz_View_Statistics.php:150
309
  msgid "Results"
310
  msgstr "النتائج"
311
 
@@ -314,8 +333,9 @@ msgid "Action"
314
  msgstr "الحدث"
315
 
316
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
317
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
318
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
319
  msgid "Delete"
320
  msgstr "حذف"
321
 
@@ -327,137 +347,176 @@ msgstr ""
327
  msgid "Delete all entries"
328
  msgstr ""
329
 
330
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
  msgid "Start quiz"
332
  msgstr "بدأ الاختبار"
333
 
334
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
335
  msgid ""
336
  "You have already completed the quiz before. Hence you can not start it again."
337
  msgstr ""
338
 
339
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
340
  msgid "You have to finish following quiz, to start this quiz:"
341
  msgstr ""
342
 
343
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
344
  #, php-format
345
  msgid "%s of %s questions answered correctly"
346
  msgstr "تم اجابة %s من %s اسئلة بشكل صحيح"
347
 
348
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
349
  msgid "Your time: <span></span>"
350
  msgstr "وقتك: <span></span>"
351
 
352
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
353
  msgid "Time has elapsed"
354
  msgstr "مضى من الوقت"
355
 
356
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
357
  #, php-format
358
  msgid "You have reached %s of %s points, (%s)"
359
  msgstr "لقد وصلت الي %s من %s لنقاط, (%s)"
360
 
361
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
362
  msgid "Average score"
363
  msgstr ""
364
 
365
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
366
  msgid "Your score"
367
  msgstr ""
368
 
369
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
370
  msgid "Restart quiz"
371
  msgstr "اعادة الاختبار"
372
 
373
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
374
  msgid "View questions"
375
  msgstr "استعراض الاسئلة"
376
 
377
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
378
  msgid "Show leaderboard"
379
  msgstr ""
380
 
381
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
382
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
383
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
384
- msgid "Time limit"
385
- msgstr "الوقت المحدد"
386
-
387
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
388
  #, php-format
389
  msgid "Question %s of %s"
390
  msgstr "اسئلة %s من %s "
391
 
392
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
393
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
394
- #: lib/view/WpProQuiz_View_Statistics.php:53
395
  msgid "Question"
396
  msgstr "اسئلة"
397
 
398
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
399
  #, php-format
400
  msgid "%d points"
401
  msgstr "%d درجات"
402
 
403
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
404
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
405
  msgid "Sort elements"
406
  msgstr "ترتيب العناصر"
407
 
408
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
409
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
410
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
411
- #: lib/view/WpProQuiz_View_Statistics.php:55
412
- #: lib/view/WpProQuiz_View_Statistics.php:147
413
  msgid "Correct"
414
  msgstr "صحيح"
415
 
416
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
417
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
418
- #: lib/view/WpProQuiz_View_Statistics.php:56
419
- #: lib/view/WpProQuiz_View_Statistics.php:148
420
  msgid "Incorrect"
421
  msgstr "خطأ"
422
 
423
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
424
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
425
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
426
  msgid "Hint"
427
  msgstr "تلميح"
428
 
429
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
430
- msgid "Check"
431
- msgstr "التحقق"
 
 
432
 
433
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
434
  msgid "Back"
435
  msgstr "العودة"
436
 
437
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
438
  msgid "Next exercise"
439
  msgstr "التمرين التالي"
440
 
441
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
442
- msgid "Finish quiz"
443
- msgstr ""
444
-
445
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
446
  msgid "Your result entered into leaderboard"
447
  msgstr ""
448
 
449
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
450
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
451
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
452
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
453
  msgid "Name"
454
  msgstr "الاسم"
455
 
456
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
457
  msgid "Captcha"
458
  msgstr ""
459
 
460
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
461
  msgid "Send"
462
  msgstr ""
463
 
@@ -488,7 +547,7 @@ msgstr ""
488
 
489
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
490
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
491
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
492
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
493
  msgid "Global settings"
494
  msgstr ""
@@ -504,66 +563,56 @@ msgid ""
504
  msgstr ""
505
 
506
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
507
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
508
- msgid "Settings in case of problems"
509
- msgstr ""
510
-
511
  #: lib/view/WpProQuiz_View_GobalSettings.php:37
512
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
513
- msgid "Leaderboard time format"
514
- msgstr ""
515
-
516
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
517
- msgid "Custom"
518
- msgstr ""
519
-
520
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
521
- msgid "Documentation on date and time formatting"
522
  msgstr ""
523
 
524
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
525
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
526
  msgid "Automatically add [raw] shortcode"
527
  msgstr ""
528
 
529
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
530
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
531
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
532
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
533
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
534
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
535
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
536
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
552
  msgid "Activate"
553
  msgstr ""
554
 
555
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
556
  #, php-format
557
  msgid "It is recommended %s this option on your system."
558
  msgstr ""
559
 
560
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
561
  msgid ""
562
  "If this option is activated, a [raw] shortcode is automatically set around "
563
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
564
  msgstr ""
565
 
566
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
567
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
568
  msgid ""
569
  "Own themes changes internal order of filters, what causes the problems. "
@@ -572,79 +621,160 @@ msgstr ""
572
  "الثيمات الخاصة تغير النظام الداخلي للمرشحات، مما يسبب المشاكل. مع الرمز "
573
  "القصير إضافية [الخام] يتم منع هذا. MIB"
574
 
575
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
576
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
577
  msgid "Do not load the Javascript-files in the footer"
578
  msgstr ""
579
 
580
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
581
  msgid ""
582
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
583
  "when they are really needed."
584
  msgstr ""
585
 
586
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
587
  msgid "In very old Wordpress themes this can lead to problems."
588
  msgstr ""
589
 
590
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
591
  msgid ""
592
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
593
  "the header even if they are not needed."
594
  msgstr ""
595
 
596
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
597
  #, php-format
598
  msgid ""
599
  "Anyone who wants to learn more about this topic should read through the "
600
  "following websites %s and %s."
601
  msgstr ""
602
 
603
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
604
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
605
  msgid "Touch Library"
606
  msgstr ""
607
 
608
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
609
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
610
  msgid "Deactivate"
611
  msgstr ""
612
 
613
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
614
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
615
  msgstr ""
616
 
617
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
618
  msgid "If you have any problems with the Touch Library, please deactivate it."
619
  msgstr ""
620
 
621
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
622
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
623
  msgid "jQuery support cors"
624
  msgstr ""
625
 
626
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
627
  msgid "Is required only in rare cases."
628
  msgstr ""
629
 
630
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
631
  msgid "If you have problems with the front ajax, please activate it."
632
  msgstr ""
633
 
634
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
635
  msgid "e.g. Domain with special characters in combination with IE"
636
  msgstr ""
637
 
638
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
639
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
640
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
641
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
642
  msgid "Save"
643
  msgstr "حفظ"
644
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  #: lib/view/WpProQuiz_View_Import.php:21
646
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
647
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
648
  msgid "Import"
649
  msgstr "استيراد"
650
 
@@ -664,31 +794,27 @@ msgstr "تم الاستيراد بنجاح"
664
  msgid "Quiz name"
665
  msgstr "اسم الاختبار"
666
 
667
- #: lib/view/WpProQuiz_View_Import.php:44
668
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
669
- msgid "Questions"
670
- msgstr "اسئلة"
671
-
672
  #: lib/view/WpProQuiz_View_Import.php:67
673
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
674
  msgid "Start import"
675
  msgstr "ابدأ الاستيراد"
676
 
677
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
678
  msgid "Title"
679
  msgstr "العنوان"
680
 
681
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
682
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
683
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
684
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
685
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
686
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
687
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
688
  msgid "(optional)"
689
  msgstr "(اختيار)"
690
 
691
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
692
  msgid ""
693
  "The title is used for overview, it is not visible in quiz. If you leave the "
694
  "title field empty, a title will be generated."
@@ -696,49 +822,78 @@ msgstr ""
696
  "يتم استخدام العنوان للعرض، وهو غير مرئيا في الاختبار. إذا تركت حقل العنوان "
697
  "فارغا، سيتم إنشاء عنوان."
698
 
699
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
700
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
701
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
702
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
703
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
704
  msgid "(required)"
705
  msgstr "(مطلوب)"
706
 
707
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
708
  msgid "Points for this question (Standard is 1 point)"
709
  msgstr "درجات هذا السؤال (عادة 1 درجة)"
710
 
711
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
712
  msgid ""
713
  "This points will be rewarded, only if the user closes the question correctly."
714
  msgstr ""
715
 
716
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
717
  msgid "Different points for each answer"
718
  msgstr ""
719
 
720
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
721
  msgid ""
722
  "If you enable this option, you can enter different points for every answer."
723
  msgstr ""
724
 
725
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
726
  msgid "Show reached points in the correct- and incorrect message?"
727
  msgstr ""
728
 
729
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
730
  msgid "Message with the correct / incorrect answer"
731
  msgstr ""
732
 
733
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
734
  msgid "Deactivated in quiz settings."
735
  msgstr ""
736
 
737
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
738
  msgid "Message with the correct answer"
739
  msgstr "رسالة مع الاجابة الصحيحة"
740
 
741
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
742
  msgid ""
743
  "This text will be visible if answered correctly. It can be used as "
744
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -747,15 +902,15 @@ msgstr ""
747
  "وهذا النص مرئية إذا أجاب بشكل صحيح. ويمكن استخدامه كدليل شرح للمسائل "
748
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
749
 
750
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
751
  msgid "Same text for correct- and incorrect-message?"
752
  msgstr "نفس النص مع رسالة الاجابة الصحيحة - و الغير صحيحة؟"
753
 
754
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
755
  msgid "Message with the incorrect answer"
756
  msgstr "رسالة مع الاجابة الغير صحيحة"
757
 
758
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
759
  msgid ""
760
  "This text will be visible if answered incorrectly. It can be used as "
761
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -764,47 +919,47 @@ msgstr ""
764
  "وهذا النص مرئية إذا أجاب بشكل غير صحيح. ويمكن استخدامه كدليل شرح للمسائل "
765
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
766
 
767
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
768
  msgid "Here you can enter solution hint."
769
  msgstr "يمكنك وضع هنا تلميح للأجابة."
770
 
771
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
772
  msgid "Activate hint for this question?"
773
  msgstr "تفعيل التلميح لهذا السؤال؟"
774
 
775
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
776
  msgid "Answer type"
777
  msgstr "نوع السؤال؟"
778
 
779
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
780
  msgid "Single choice"
781
  msgstr "اختيار واحد"
782
 
783
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
784
  msgid "Multiple choice"
785
  msgstr "أختيار متعدد"
786
 
787
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
788
  msgid "\"Free\" choice"
789
  msgstr "\"حر\" اختيار"
790
 
791
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
792
  msgid "\"Sorting\" choice"
793
  msgstr "\"ترتيب\" اختيار"
794
 
795
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
796
  msgid "\"Matrix Sorting\" choice"
797
  msgstr "\"ترتيب منظمي\" اختيار"
798
 
799
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
800
  msgid "Cloze"
801
  msgstr "اكمل"
802
 
803
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
804
  msgid "Answers"
805
  msgstr "اجابات"
806
 
807
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
808
  msgid ""
809
  "Please sort the answers in right order with the \"Move\" - Button. The "
810
  "answers will be displayed randomly."
@@ -812,13 +967,13 @@ msgstr ""
812
  "يرجى فرز الإجابات في بالترتيب الصحيح بزر \"نقل\" - . سوف يتم عرض الإجابات "
813
  "بشكل عشوائي."
814
 
815
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
816
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
817
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
818
  msgid "Add new answer"
819
  msgstr "اضف اجابة جديدة"
820
 
821
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
822
  msgid ""
823
  "In this mode, not a list have to be sorted, but elements must be assigned to "
824
  "matching criterion."
@@ -826,54 +981,54 @@ msgstr ""
826
  "في هذا الوضع، لا يوجد قائمة لا بد من فرزها، ولكن يجب تعيين عناصر مطابقة "
827
  "لمعيار."
828
 
829
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
830
  msgid ""
831
  "You can create sort elements with empty criteria, which can't be assigned by "
832
  "user."
833
  msgstr ""
834
 
835
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
836
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
837
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
838
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
839
  msgid "Options"
840
  msgstr "خيارات"
841
 
842
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
843
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
844
  msgid "Answer"
845
  msgstr ""
846
 
847
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
848
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
849
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
850
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
851
  msgid "Allow HTML"
852
  msgstr "السماح بــ HTML"
853
 
854
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
855
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
856
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
857
  msgid "Delete answer"
858
  msgstr "حذف الاجابة"
859
 
860
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
861
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
862
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
863
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
864
  msgid "Move"
865
  msgstr "تحريك"
866
 
867
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
868
  msgid "Criterion"
869
  msgstr "معيار"
870
 
871
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
872
  msgid ""
873
  "correct answers (one per line) (answers will be converted to lower case)"
874
  msgstr "الإجابات الصحيحة (واحد في كل سطر) (يتم تحويل الإجابات إلى أحرف صغيرة)"
875
 
876
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
877
  msgid ""
878
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
879
  "small letters will be ignored."
@@ -881,13 +1036,21 @@ msgstr ""
881
  "لاحتوائه مع قاموس رواجا مثل {} \"{} I كرة القدم ألعاب \". يتم تجاهل الحروف "
882
  "الكبيرة والصغيرة."
883
 
884
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
885
  msgid ""
886
  "If mode \"Different points for every answer\" is activated, you can assign "
887
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
888
  msgstr ""
889
 
890
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
891
  msgid ""
892
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
893
  "\" 3 points."
@@ -897,13 +1060,8 @@ msgstr ""
897
  msgid "Questions sorted"
898
  msgstr "ترتيب الاسئلة"
899
 
900
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
901
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
902
- msgid "Edit"
903
- msgstr "تحرير"
904
-
905
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
906
- #: lib/view/WpProQuiz_View_Statistics.php:84
907
  msgid "Total"
908
  msgstr "المجموع"
909
 
@@ -930,132 +1088,100 @@ msgstr ""
930
  msgid "Copy questions"
931
  msgstr ""
932
 
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
934
  msgid "Quiz title"
935
  msgstr "عنوان الاختبار"
936
 
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
938
  msgid "Hide quiz title"
939
  msgstr "اخفاء عنوان الاختبار"
940
 
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
942
  msgid "Hide title"
943
  msgstr "اخفاء العنوان"
944
 
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
946
  msgid "The title serves as quiz heading."
947
  msgstr "العنوان يظهر كعنوانا من اجل الاختبار."
948
 
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
951
  msgid "Hide \"Restart quiz\" button"
952
  msgstr "اخفاء زر\"اعادة الاختبار\""
953
 
954
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
955
  msgid "Hide the \"Restart quiz\" button in the Frontend."
956
  msgstr "اخفاء زر \"اعادة الاختبار\" في الواجهة"
957
 
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
959
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
960
  msgid "Hide \"View question\" button"
961
  msgstr "اخفاء زر \"عرض السؤال\""
962
 
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
964
  msgid "Hide the \"View question\" button in the Frontend."
965
  msgstr "اخفاء زر \"عرض السؤال\" في الواجهة"
966
 
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
968
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
969
  msgid "Show points"
970
  msgstr "اعرض الدرجات"
971
 
972
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
973
  msgid "Shows in quiz, how many points are reachable for respective question."
974
  msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
975
 
976
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
977
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
978
  msgid "Display question randomly"
979
  msgstr "اعرض الاسئلة عشوائياً"
980
 
981
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
982
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
983
  msgid "Display answers randomly"
984
  msgstr "اعرض الاجابات عشوائياً"
985
 
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
987
  msgid "Seconds"
988
  msgstr "ثواني"
989
 
990
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
991
  msgid "0 = no limit"
992
  msgstr "0 = بدون وقت محدد"
993
 
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
996
  msgid "Number answers"
997
  msgstr ""
998
 
999
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1000
  msgid ""
1001
  "If this option is activated, all answers are numbered (only single and "
1002
  "multiple choice)"
1003
  msgstr ""
1004
 
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1006
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1007
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1010
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1011
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1012
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1013
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1014
  msgid "Demo"
1015
  msgstr ""
1016
 
1017
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1018
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1019
- msgid "Questions below each other"
1020
- msgstr ""
1021
-
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1023
- msgid ""
1024
- "If this option is activated, all answers are displayed below each other, i."
1025
- "e. all questions are on a single page. Otherwise all questions are displayed "
1026
- "one after the other."
1027
- msgstr ""
1028
-
1029
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1030
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1031
- msgid "Check -> continue"
1032
- msgstr "فحص->استكمال"
1033
-
1034
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1035
- msgid ""
1036
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1037
- "be displayed at the end. (Option will be ignored if \"questions below each "
1038
- "other\" was used)"
1039
- msgstr ""
1040
-
1041
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1042
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1043
- msgid "Back button"
1044
- msgstr "زر العودة"
1045
-
1046
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1047
- msgid ""
1048
- "Allows to use the back button in a question. (Option will be ignored if "
1049
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1050
- msgstr ""
1051
-
1052
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1053
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1054
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1055
  msgid "Statistics"
1056
  msgstr "احصائيات"
1057
 
1058
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1059
  msgid ""
1060
  "Statistics about right or wrong answers. Statistics will be saved by "
1061
  "completed quiz, not after every question. The statistics is only visible "
@@ -1065,16 +1191,16 @@ msgstr ""
1065
  "الاختبار، وليس بعد كل سؤال. الإحصاءات تظهر فقط خلال قائمة الإدارة. "
1066
  "(الإحصاءات الداخلية)"
1067
 
1068
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1069
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1070
  msgid "Statistics IP-lock"
1071
  msgstr "احصائيات قفل-اي بي"
1072
 
1073
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1074
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1075
  msgstr "بالدقائق (مستحسن 1440 دقيقة = 1 يوم)"
1076
 
1077
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1078
  msgid ""
1079
  "Protect the statistics from spam. Result will only be saved every X minutes "
1080
  "from same IP. (0 = deactivated)"
@@ -1082,260 +1208,362 @@ msgstr ""
1082
  "حماية الإحصاءات من البريد المزعج. النتائج سوف تحفظ كل * دقيقة من نفي الاي "
1083
  "بي. (0= غير مفعل)"
1084
 
1085
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1086
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1087
  msgid "Execute quiz only once"
1088
  msgstr ""
1089
 
1090
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1091
  msgid ""
1092
  "If you activate this option, the user can complete the quiz only once. "
1093
  "Afterwards the quiz is blocked for this user."
1094
  msgstr ""
1095
 
1096
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1097
  msgid "This option applies to:"
1098
  msgstr ""
1099
 
1100
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1101
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1102
  msgid "all users"
1103
  msgstr ""
1104
 
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1106
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1107
  msgid "registered useres only"
1108
  msgstr ""
1109
 
1110
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1111
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1112
  msgid "anonymous users only"
1113
  msgstr ""
1114
 
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1116
  msgid "user identification by cookie"
1117
  msgstr ""
1118
 
1119
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1120
  msgid ""
1121
  "If you activate this option, a cookie is set additionally for unregistrated "
1122
  "(anonymous) users. This ensures a longer assignment of the user than the "
1123
  "simple assignment by the IP address."
1124
  msgstr ""
1125
 
1126
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1127
  msgid "Reset the user identification"
1128
  msgstr ""
1129
 
1130
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1131
  msgid "User identification has been reset."
1132
  msgstr ""
1133
 
1134
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1135
  msgid "Resets user identification for all users."
1136
  msgstr ""
1137
 
1138
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1139
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1140
  msgid "Hide correct- and incorrect message"
1141
  msgstr ""
1142
 
1143
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1144
  msgid ""
1145
  "If you enable this option, no correct- or incorrect message will be "
1146
  "displayed."
1147
  msgstr ""
1148
 
1149
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1150
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1151
  msgid "Correct and incorrect answer mark"
1152
  msgstr ""
1153
 
1154
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1155
  msgid ""
1156
  "If you enable this option, answers won't be color highlighted as correct or "
1157
  "incorrect. "
1158
  msgstr ""
1159
 
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1161
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1162
  msgid "Show only specific number of questions"
1163
  msgstr ""
1164
 
1165
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1166
  msgid ""
1167
  "If you enable this option, maximum number of displayed questions will be X "
1168
  "from X questions. (The output of questions is random)"
1169
  msgstr ""
1170
 
1171
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1172
  msgid "The statistics function is not available in this option."
1173
  msgstr ""
1174
 
1175
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1176
  msgid ""
1177
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1178
  msgstr ""
1179
 
1180
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1181
  msgid "How many questions should be displayed simultaneously:"
1182
  msgstr ""
1183
 
1184
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1185
  msgid "in percent"
1186
  msgstr ""
1187
 
1188
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1189
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1190
  msgid "Show average points"
1191
  msgstr ""
1192
 
1193
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1194
  msgid "Statistics-function must be enabled."
1195
  msgstr ""
1196
 
1197
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1198
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1199
  msgid "Prerequisites"
1200
  msgstr ""
1201
 
1202
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1203
  msgid ""
1204
  "If you enable this option, you can choose quiz, which user have to finish "
1205
  "before he can start this quiz."
1206
  msgstr ""
1207
 
1208
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1209
  msgid ""
1210
  "In all selected quizzes statistic function have to be active. If it is not "
1211
  "it will be activated automatically."
1212
  msgstr ""
1213
 
1214
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1215
  msgid "Quiz"
1216
  msgstr ""
1217
 
1218
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1219
  msgid "Prerequisites (This quiz have to be finished)"
1220
  msgstr ""
1221
 
1222
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1223
  msgid ""
1224
  "The leaderboard allows users to enter results in public list and to share "
1225
  "the result this way."
1226
  msgstr ""
1227
 
1228
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1229
  msgid "The leaderboard works independent from internal statistics function."
1230
  msgstr ""
1231
 
1232
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1233
  msgid "Who can sign up to the list"
1234
  msgstr ""
1235
 
1236
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1237
  msgid ""
1238
  "Not registered users have to enter name and e-mail (e-mail won't be "
1239
  "displayed)"
1240
  msgstr ""
1241
 
1242
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1243
  msgid "display captcha"
1244
  msgstr ""
1245
 
1246
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1247
  msgid ""
1248
  "If you enable this option, additional captcha will be displayed for users "
1249
  "who are not registered."
1250
  msgstr ""
1251
 
1252
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1253
  msgid "This option requires additional plugin:"
1254
  msgstr ""
1255
 
1256
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1257
  msgid "Plugin has been detected."
1258
  msgstr ""
1259
 
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1261
  msgid "Plugin is not installed."
1262
  msgstr ""
1263
 
1264
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1265
  msgid "Sort list by"
1266
  msgstr ""
1267
 
1268
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1269
  msgid "Users can apply multiple times"
1270
  msgstr ""
1271
 
1272
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1273
  msgid "User can apply after:"
1274
  msgstr ""
1275
 
1276
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1277
  msgid "minute"
1278
  msgstr ""
1279
 
1280
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1281
  msgid "How many entries should be displayed"
1282
  msgstr ""
1283
 
1284
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1285
  msgid "Entries"
1286
  msgstr ""
1287
 
1288
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1289
  msgid "Automatically display leaderboard in quiz result"
1290
  msgstr ""
1291
 
1292
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1293
  msgid "Where should leaderboard be displayed:"
1294
  msgstr ""
1295
 
1296
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1297
  msgid "don't display"
1298
  msgstr ""
1299
 
1300
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1301
  msgid "below the \"result text\""
1302
  msgstr ""
1303
 
1304
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1305
  msgid "in a button"
1306
  msgstr ""
1307
 
1308
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1309
  msgid "Quiz description"
1310
  msgstr "وصف الاختبار"
1311
 
1312
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1313
  msgid "This text will be displayed before start of the quiz."
1314
  msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
1315
 
1316
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1317
  msgid "Results text"
1318
  msgstr "نص النتائج"
1319
 
1320
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1321
  msgid ""
1322
  "This text will be displayed at the end of the quiz (in results). (this text "
1323
  "is optional)"
1324
  msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
1325
 
1326
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1327
  msgid "Activate graduation"
1328
  msgstr "تفعيل التقييم"
1329
 
1330
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1331
  msgid "Hint:"
1332
  msgstr "تلميح:"
1333
 
1334
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1335
  msgid "Maximal 15 levels"
1336
  msgstr "اقصى حد 15 مستوى"
1337
 
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1339
  #, php-format
1340
  msgid ""
1341
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1344,26 +1572,26 @@ msgstr ""
1344
  "النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
1345
  "%d سؤال"
1346
 
1347
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1348
  msgid "Values can also be mixed up"
1349
  msgstr "يمكن لخبطة القيم"
1350
 
1351
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1352
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1353
  msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
1354
 
1355
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1356
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1357
  msgid "from:"
1358
  msgstr "من:"
1359
 
1360
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1361
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1362
  msgid "percent"
1363
  msgstr "النسبة المئوية"
1364
 
1365
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1366
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1367
  #, php-format
1368
  msgid ""
1369
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1372,12 +1600,12 @@ msgstr ""
1372
  "(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
1373
  "span>%%)"
1374
 
1375
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1376
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1377
  msgid "Delete graduation"
1378
  msgstr "حذف التقييم"
1379
 
1380
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1381
  msgid "Add graduation"
1382
  msgstr "اضافة تقييم"
1383
 
@@ -1402,103 +1630,107 @@ msgstr ""
1402
  msgid "Support WP-Pro-Quiz"
1403
  msgstr ""
1404
 
1405
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1406
  msgid "ID"
1407
  msgstr "الرقم"
1408
 
1409
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1410
  msgid "Shortcode"
1411
  msgstr "الكود"
1412
 
1413
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1414
  msgid "Shortcode-Leaderboard"
1415
  msgstr ""
1416
 
1417
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1418
  msgid "Preview"
1419
  msgstr "استعراض"
1420
 
1421
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1422
  msgid "Add quiz"
1423
  msgstr "اضف اختبار"
1424
 
1425
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1426
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1427
  msgid "Export"
1428
  msgstr "تصدير"
1429
 
1430
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1431
  msgid ""
1432
  "Choose the respective question, which you would like to export and press on "
1433
  "\"Start export\""
1434
  msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
1435
 
1436
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1437
  msgid "Start export"
1438
  msgstr "ابدأ التصدير"
1439
 
1440
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1441
  msgid "Import only *.wpq files from known and trusted sources."
1442
  msgstr "استورد ملفات *.wpq فقط من مصدر معروف او موثوق به"
1443
 
1444
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1445
  #, php-format
1446
  msgid "Maximal %d MiB"
1447
  msgstr "الحد الاقصى من %d MIB"
1448
 
1449
- #: lib/view/WpProQuiz_View_Statistics.php:17
1450
  #, php-format
1451
  msgid "Quiz: %s - Statistics"
1452
  msgstr "احصائيات اختبار: %s "
1453
 
1454
- #: lib/view/WpProQuiz_View_Statistics.php:21
1455
  msgid "Stats not enabled"
1456
  msgstr "الاحصائيات غير مفعلة"
1457
 
1458
- #: lib/view/WpProQuiz_View_Statistics.php:22
1459
  msgid "Activate statistics"
1460
  msgstr "تفعيل الاحصائيات"
1461
 
1462
- #: lib/view/WpProQuiz_View_Statistics.php:27
1463
- msgid "Anonymous users"
1464
- msgstr ""
1465
-
1466
- #: lib/view/WpProQuiz_View_Statistics.php:28
1467
- msgid "Registered users"
1468
  msgstr ""
1469
 
1470
- #: lib/view/WpProQuiz_View_Statistics.php:29
1471
  msgid "Overview"
1472
  msgstr ""
1473
 
1474
- #: lib/view/WpProQuiz_View_Statistics.php:34
1475
  msgid "Please select user name:"
1476
  msgstr ""
1477
 
1478
- #: lib/view/WpProQuiz_View_Statistics.php:57
1479
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1480
  msgid "Hints used"
1481
  msgstr "التلميحات مستخدمة"
1482
 
1483
- #: lib/view/WpProQuiz_View_Statistics.php:58
1484
  msgid "Points scored"
1485
  msgstr ""
1486
 
1487
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1488
  msgid "Reset statistics"
1489
  msgstr "اعادة ضبط الاحصائيات"
1490
 
1491
- #: lib/view/WpProQuiz_View_Statistics.php:100
1492
- #: lib/view/WpProQuiz_View_Statistics.php:172
1493
  msgid "Refresh"
1494
  msgstr ""
1495
 
1496
- #: lib/view/WpProQuiz_View_Statistics.php:104
1497
- #: lib/view/WpProQuiz_View_Statistics.php:174
1498
  msgid "Reset entire statistic"
1499
  msgstr ""
1500
 
1501
- #: lib/view/WpProQuiz_View_Statistics.php:120
1502
  msgid "Show only users, who solved the quiz:"
1503
  msgstr ""
1504
 
@@ -1580,6 +1812,9 @@ msgid ""
1580
  "english to english) e.g. to rename buttons."
1581
  msgstr ""
1582
 
 
 
 
1583
  #~ msgid "correct?"
1584
  #~ msgstr "صحيح؟"
1585
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:53+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:53+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "هل تريد حقاً ان تحذف هذا الاختبار/السؤال؟"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "لم يتم تعبئة هذا!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "لم يتم وضع سؤال!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "لم يتم اختيار اجابة صحيحة!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "لم يتم وضع اجابة!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "لم يتم تعبئة وصف للاختبار!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "النسبة المئوية في نص النتائج غير صحيحة."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "لا يوجد رقم في حقل /\"النقاط/\" أو أقل من 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr ""
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "لم يتم اختيار اختبار"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr ""
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr ""
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr ""
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
 
77
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
78
+ msgid "You must specify a name."
79
+ msgstr ""
80
+
81
  #: lib/controller/WpProQuiz_Controller_Front.php:44
82
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
83
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
84
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
85
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
86
+ #: lib/view/WpProQuiz_View_Statistics.php:40
87
  msgid "Loading"
88
  msgstr ""
89
 
93
  #: lib/controller/WpProQuiz_Controller_Question.php:51
94
  #: lib/controller/WpProQuiz_Controller_Question.php:128
95
  #: lib/controller/WpProQuiz_Controller_Question.php:143
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
102
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
103
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
104
  msgid "You do not have sufficient permissions to access this page."
105
  msgstr ""
106
 
107
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
108
  msgid "Settings saved"
109
  msgstr ""
110
 
129
  msgid "Edit question"
130
  msgstr "تحرير السؤال"
131
 
132
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
133
  msgid "Question not found"
134
  msgstr "لم يتم العثور على السؤال"
135
 
136
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
138
  #, php-format
139
  msgid "Question: %d"
140
  msgstr "السؤال: %d"
141
 
142
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
143
  msgid "Question edited"
144
  msgstr "تم تحرير السؤال"
145
 
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
147
  msgid "New question"
148
  msgstr "سؤال جديد"
149
 
150
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
151
  msgid "Question added"
152
  msgstr "تم اضافة سؤال"
153
 
215
  msgid "File is not compatible with the current version"
216
  msgstr ""
217
 
218
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
219
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
220
+ msgstr ""
221
+
222
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
223
+ msgid ""
224
+ "Wp-Pro-Quiz\n"
225
+ "\n"
226
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
227
+ "\n"
228
+ "Points: $points\n"
229
+ "Result: $result\n"
230
+ "\n"
231
+ msgstr ""
232
+
233
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
234
  msgid "The user completed a quiz."
235
  msgstr ""
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
238
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
241
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
242
  msgid "Leaderboard"
243
  msgstr ""
244
 
245
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
246
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
247
  #: lib/view/WpProQuiz_View_Import.php:22
248
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
249
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
251
+ #: lib/view/WpProQuiz_View_Statistics.php:24
252
  #: lib/view/WpProQuiz_View_StyleManager.php:11
253
  msgid "back to overview"
254
  msgstr "العودة للرئيسية"
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
257
+ #: lib/view/WpProQuiz_View_Statistics.php:158
258
  msgid "Filter"
259
  msgstr ""
260
 
263
  msgstr ""
264
 
265
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
267
  msgid "best user"
268
  msgstr ""
269
 
270
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
272
  msgid "newest entry"
273
  msgstr ""
274
 
275
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
277
  msgid "oldest entry"
278
  msgstr ""
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
281
+ #: lib/view/WpProQuiz_View_Statistics.php:169
282
  msgid "How many entries should be shown on one page:"
283
  msgstr ""
284
 
292
  msgstr ""
293
 
294
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
295
+ #: lib/view/WpProQuiz_View_Statistics.php:188
296
  msgid "User"
297
  msgstr ""
298
 
299
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
300
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
301
  msgid "E-Mail"
302
  msgstr ""
303
 
307
  msgstr ""
308
 
309
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
310
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
312
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
313
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
318
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
319
+ #: lib/view/WpProQuiz_View_Statistics.php:64
320
+ #: lib/view/WpProQuiz_View_Statistics.php:189
321
  msgid "Points"
322
  msgstr "درجات"
323
 
324
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
325
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
326
+ #: lib/view/WpProQuiz_View_Statistics.php:69
327
+ #: lib/view/WpProQuiz_View_Statistics.php:193
328
  msgid "Results"
329
  msgstr "النتائج"
330
 
333
  msgstr "الحدث"
334
 
335
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
336
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
337
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
338
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
339
  msgid "Delete"
340
  msgstr "حذف"
341
 
347
  msgid "Delete all entries"
348
  msgstr ""
349
 
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
353
+ msgid "Time limit"
354
+ msgstr "الوقت المحدد"
355
+
356
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
357
+ msgid "Answered"
358
+ msgstr ""
359
+
360
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
361
+ msgid "Review"
362
+ msgstr ""
363
+
364
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
365
+ msgid "Review question"
366
+ msgstr ""
367
+
368
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
370
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
374
+ msgid "Quiz-summary"
375
+ msgstr ""
376
+
377
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
378
+ #, php-format
379
+ msgid "%s of %s questions completed"
380
+ msgstr ""
381
+
382
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
383
+ #: lib/view/WpProQuiz_View_Import.php:44
384
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
385
+ msgid "Questions"
386
+ msgstr "اسئلة"
387
+
388
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
390
+ msgid "Finish quiz"
391
+ msgstr ""
392
+
393
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
394
  msgid "Start quiz"
395
  msgstr "بدأ الاختبار"
396
 
397
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
398
  msgid ""
399
  "You have already completed the quiz before. Hence you can not start it again."
400
  msgstr ""
401
 
402
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
403
  msgid "You have to finish following quiz, to start this quiz:"
404
  msgstr ""
405
 
406
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
407
  #, php-format
408
  msgid "%s of %s questions answered correctly"
409
  msgstr "تم اجابة %s من %s اسئلة بشكل صحيح"
410
 
411
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
412
  msgid "Your time: <span></span>"
413
  msgstr "وقتك: <span></span>"
414
 
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
416
  msgid "Time has elapsed"
417
  msgstr "مضى من الوقت"
418
 
419
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
420
  #, php-format
421
  msgid "You have reached %s of %s points, (%s)"
422
  msgstr "لقد وصلت الي %s من %s لنقاط, (%s)"
423
 
424
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
425
  msgid "Average score"
426
  msgstr ""
427
 
428
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
429
  msgid "Your score"
430
  msgstr ""
431
 
432
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
433
  msgid "Restart quiz"
434
  msgstr "اعادة الاختبار"
435
 
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
437
  msgid "View questions"
438
  msgstr "استعراض الاسئلة"
439
 
440
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
441
  msgid "Show leaderboard"
442
  msgstr ""
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
445
  #, php-format
446
  msgid "Question %s of %s"
447
  msgstr "اسئلة %s من %s "
448
 
449
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
450
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
451
+ #: lib/view/WpProQuiz_View_Statistics.php:63
452
  msgid "Question"
453
  msgstr "اسئلة"
454
 
455
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
456
  #, php-format
457
  msgid "%d points"
458
  msgstr "%d درجات"
459
 
460
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
461
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
462
  msgid "Sort elements"
463
  msgstr "ترتيب العناصر"
464
 
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
466
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
467
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
468
+ #: lib/view/WpProQuiz_View_Statistics.php:65
469
+ #: lib/view/WpProQuiz_View_Statistics.php:190
470
  msgid "Correct"
471
  msgstr "صحيح"
472
 
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
475
+ #: lib/view/WpProQuiz_View_Statistics.php:66
476
+ #: lib/view/WpProQuiz_View_Statistics.php:191
477
  msgid "Incorrect"
478
  msgstr "خطأ"
479
 
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
482
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
483
  msgid "Hint"
484
  msgstr "تلميح"
485
 
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
489
+ msgid "Skip question"
490
+ msgstr ""
491
 
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
493
  msgid "Back"
494
  msgstr "العودة"
495
 
496
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
497
+ msgid "Check"
498
+ msgstr "التحقق"
499
+
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
501
  msgid "Next exercise"
502
  msgstr "التمرين التالي"
503
 
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
 
 
 
 
505
  msgid "Your result entered into leaderboard"
506
  msgstr ""
507
 
508
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
509
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
510
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
511
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
512
  msgid "Name"
513
  msgstr "الاسم"
514
 
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
516
  msgid "Captcha"
517
  msgstr ""
518
 
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
520
  msgid "Send"
521
  msgstr ""
522
 
547
 
548
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
549
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
550
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
551
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
552
  msgid "Global settings"
553
  msgstr ""
563
  msgstr ""
564
 
565
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
 
 
 
 
566
  #: lib/view/WpProQuiz_View_GobalSettings.php:37
567
+ msgid "Settings in case of problems"
 
 
 
 
 
 
 
 
 
568
  msgstr ""
569
 
570
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
571
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
572
  msgid "Automatically add [raw] shortcode"
573
  msgstr ""
574
 
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
576
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
577
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
601
  msgid "Activate"
602
  msgstr ""
603
 
604
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
605
  #, php-format
606
  msgid "It is recommended %s this option on your system."
607
  msgstr ""
608
 
609
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
610
  msgid ""
611
  "If this option is activated, a [raw] shortcode is automatically set around "
612
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
613
  msgstr ""
614
 
615
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
616
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
617
  msgid ""
618
  "Own themes changes internal order of filters, what causes the problems. "
621
  "الثيمات الخاصة تغير النظام الداخلي للمرشحات، مما يسبب المشاكل. مع الرمز "
622
  "القصير إضافية [الخام] يتم منع هذا. MIB"
623
 
624
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
625
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
626
  msgid "Do not load the Javascript-files in the footer"
627
  msgstr ""
628
 
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
630
  msgid ""
631
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
632
  "when they are really needed."
633
  msgstr ""
634
 
635
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
636
  msgid "In very old Wordpress themes this can lead to problems."
637
  msgstr ""
638
 
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
640
  msgid ""
641
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
642
  "the header even if they are not needed."
643
  msgstr ""
644
 
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
646
  #, php-format
647
  msgid ""
648
  "Anyone who wants to learn more about this topic should read through the "
649
  "following websites %s and %s."
650
  msgstr ""
651
 
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
654
  msgid "Touch Library"
655
  msgstr ""
656
 
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
660
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
661
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
662
  msgid "Deactivate"
663
  msgstr ""
664
 
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
666
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
667
  msgstr ""
668
 
669
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
670
  msgid "If you have any problems with the Touch Library, please deactivate it."
671
  msgstr ""
672
 
673
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
674
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
675
  msgid "jQuery support cors"
676
  msgstr ""
677
 
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
679
  msgid "Is required only in rare cases."
680
  msgstr ""
681
 
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
683
  msgid "If you have problems with the front ajax, please activate it."
684
  msgstr ""
685
 
686
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
687
  msgid "e.g. Domain with special characters in combination with IE"
688
  msgstr ""
689
 
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
691
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
692
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
693
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
694
  msgid "Save"
695
  msgstr "حفظ"
696
 
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
699
+ msgid "Leaderboard time format"
700
+ msgstr ""
701
+
702
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
703
+ msgid "Custom"
704
+ msgstr ""
705
+
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
707
+ msgid "Documentation on date and time formatting"
708
+ msgstr ""
709
+
710
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
711
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
712
+ msgid "Category management"
713
+ msgstr ""
714
+
715
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
716
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
717
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
718
+ msgid "Edit"
719
+ msgstr "تحرير"
720
+
721
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
722
+ msgid "E-mail settings"
723
+ msgstr ""
724
+
725
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
726
+ msgid "To:"
727
+ msgstr ""
728
+
729
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
730
+ msgid ""
731
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
732
+ "com"
733
+ msgstr ""
734
+
735
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
736
+ msgid "From:"
737
+ msgstr ""
738
+
739
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
740
+ msgid "Subject:"
741
+ msgstr ""
742
+
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
744
+ msgid "Message body:"
745
+ msgstr ""
746
+
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
748
+ msgid "Allowed variables"
749
+ msgstr ""
750
+
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
752
+ msgid "User-ID"
753
+ msgstr ""
754
+
755
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
756
+ msgid "Username"
757
+ msgstr ""
758
+
759
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
760
+ msgid "Quiz-Name"
761
+ msgstr ""
762
+
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
764
+ msgid "Result in precent"
765
+ msgstr ""
766
+
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
768
+ msgid "Reached points"
769
+ msgstr ""
770
+
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
772
+ msgid "IP-address of the user"
773
+ msgstr ""
774
+
775
  #: lib/view/WpProQuiz_View_Import.php:21
776
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
777
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
778
  msgid "Import"
779
  msgstr "استيراد"
780
 
794
  msgid "Quiz name"
795
  msgstr "اسم الاختبار"
796
 
 
 
 
 
 
797
  #: lib/view/WpProQuiz_View_Import.php:67
798
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
799
  msgid "Start import"
800
  msgstr "ابدأ الاستيراد"
801
 
802
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
803
  msgid "Title"
804
  msgstr "العنوان"
805
 
806
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
807
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
808
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
809
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
810
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
812
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
814
  msgid "(optional)"
815
  msgstr "(اختيار)"
816
 
817
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
818
  msgid ""
819
  "The title is used for overview, it is not visible in quiz. If you leave the "
820
  "title field empty, a title will be generated."
822
  "يتم استخدام العنوان للعرض، وهو غير مرئيا في الاختبار. إذا تركت حقل العنوان "
823
  "فارغا، سيتم إنشاء عنوان."
824
 
825
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
826
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
827
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
828
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
831
  msgid "(required)"
832
  msgstr "(مطلوب)"
833
 
834
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
835
  msgid "Points for this question (Standard is 1 point)"
836
  msgstr "درجات هذا السؤال (عادة 1 درجة)"
837
 
838
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
839
  msgid ""
840
  "This points will be rewarded, only if the user closes the question correctly."
841
  msgstr ""
842
 
843
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
844
  msgid "Different points for each answer"
845
  msgstr ""
846
 
847
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
848
  msgid ""
849
  "If you enable this option, you can enter different points for every answer."
850
  msgstr ""
851
 
852
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
853
  msgid "Show reached points in the correct- and incorrect message?"
854
  msgstr ""
855
 
856
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
857
+ #: lib/view/WpProQuiz_View_Statistics.php:82
858
+ msgid "Category"
859
+ msgstr ""
860
+
861
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
862
+ msgid ""
863
+ "You can assign classify category for a question. Categories are e.g. visible "
864
+ "in statistics function."
865
+ msgstr ""
866
+
867
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
868
+ msgid "You can manage categories in global settings."
869
+ msgstr ""
870
+
871
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
872
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
873
+ msgid "Create new category"
874
+ msgstr ""
875
+
876
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
877
+ msgid "No category"
878
+ msgstr ""
879
+
880
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
881
+ msgid "Create"
882
+ msgstr ""
883
+
884
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
885
  msgid "Message with the correct / incorrect answer"
886
  msgstr ""
887
 
888
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
889
  msgid "Deactivated in quiz settings."
890
  msgstr ""
891
 
892
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
893
  msgid "Message with the correct answer"
894
  msgstr "رسالة مع الاجابة الصحيحة"
895
 
896
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
897
  msgid ""
898
  "This text will be visible if answered correctly. It can be used as "
899
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
902
  "وهذا النص مرئية إذا أجاب بشكل صحيح. ويمكن استخدامه كدليل شرح للمسائل "
903
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
904
 
905
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
906
  msgid "Same text for correct- and incorrect-message?"
907
  msgstr "نفس النص مع رسالة الاجابة الصحيحة - و الغير صحيحة؟"
908
 
909
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
910
  msgid "Message with the incorrect answer"
911
  msgstr "رسالة مع الاجابة الغير صحيحة"
912
 
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
914
  msgid ""
915
  "This text will be visible if answered incorrectly. It can be used as "
916
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
919
  "وهذا النص مرئية إذا أجاب بشكل غير صحيح. ويمكن استخدامه كدليل شرح للمسائل "
920
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
921
 
922
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
923
  msgid "Here you can enter solution hint."
924
  msgstr "يمكنك وضع هنا تلميح للأجابة."
925
 
926
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
927
  msgid "Activate hint for this question?"
928
  msgstr "تفعيل التلميح لهذا السؤال؟"
929
 
930
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
931
  msgid "Answer type"
932
  msgstr "نوع السؤال؟"
933
 
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
935
  msgid "Single choice"
936
  msgstr "اختيار واحد"
937
 
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
939
  msgid "Multiple choice"
940
  msgstr "أختيار متعدد"
941
 
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
943
  msgid "\"Free\" choice"
944
  msgstr "\"حر\" اختيار"
945
 
946
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
947
  msgid "\"Sorting\" choice"
948
  msgstr "\"ترتيب\" اختيار"
949
 
950
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
951
  msgid "\"Matrix Sorting\" choice"
952
  msgstr "\"ترتيب منظمي\" اختيار"
953
 
954
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
955
  msgid "Cloze"
956
  msgstr "اكمل"
957
 
958
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
959
  msgid "Answers"
960
  msgstr "اجابات"
961
 
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
963
  msgid ""
964
  "Please sort the answers in right order with the \"Move\" - Button. The "
965
  "answers will be displayed randomly."
967
  "يرجى فرز الإجابات في بالترتيب الصحيح بزر \"نقل\" - . سوف يتم عرض الإجابات "
968
  "بشكل عشوائي."
969
 
970
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
971
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
972
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
973
  msgid "Add new answer"
974
  msgstr "اضف اجابة جديدة"
975
 
976
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
977
  msgid ""
978
  "In this mode, not a list have to be sorted, but elements must be assigned to "
979
  "matching criterion."
981
  "في هذا الوضع، لا يوجد قائمة لا بد من فرزها، ولكن يجب تعيين عناصر مطابقة "
982
  "لمعيار."
983
 
984
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
985
  msgid ""
986
  "You can create sort elements with empty criteria, which can't be assigned by "
987
  "user."
988
  msgstr ""
989
 
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
992
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
994
  msgid "Options"
995
  msgstr "خيارات"
996
 
997
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
998
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
999
  msgid "Answer"
1000
  msgstr ""
1001
 
1002
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1005
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1006
  msgid "Allow HTML"
1007
  msgstr "السماح بــ HTML"
1008
 
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1010
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1011
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1012
  msgid "Delete answer"
1013
  msgstr "حذف الاجابة"
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1018
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1019
  msgid "Move"
1020
  msgstr "تحريك"
1021
 
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1023
  msgid "Criterion"
1024
  msgstr "معيار"
1025
 
1026
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1027
  msgid ""
1028
  "correct answers (one per line) (answers will be converted to lower case)"
1029
  msgstr "الإجابات الصحيحة (واحد في كل سطر) (يتم تحويل الإجابات إلى أحرف صغيرة)"
1030
 
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1032
  msgid ""
1033
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1034
  "small letters will be ignored."
1036
  "لاحتوائه مع قاموس رواجا مثل {} \"{} I كرة القدم ألعاب \". يتم تجاهل الحروف "
1037
  "الكبيرة والصغيرة."
1038
 
1039
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1040
+ msgid ""
1041
+ "You can specify multiple options for a search word. Enclose the word with "
1042
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1043
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1044
+ "hate are correct."
1045
+ msgstr ""
1046
+
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1048
  msgid ""
1049
  "If mode \"Different points for every answer\" is activated, you can assign "
1050
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1051
  msgstr ""
1052
 
1053
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1054
  msgid ""
1055
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1056
  "\" 3 points."
1060
  msgid "Questions sorted"
1061
  msgstr "ترتيب الاسئلة"
1062
 
 
 
 
 
 
1063
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1064
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1065
  msgid "Total"
1066
  msgstr "المجموع"
1067
 
1088
  msgid "Copy questions"
1089
  msgstr ""
1090
 
1091
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1092
  msgid "Quiz title"
1093
  msgstr "عنوان الاختبار"
1094
 
1095
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1096
  msgid "Hide quiz title"
1097
  msgstr "اخفاء عنوان الاختبار"
1098
 
1099
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1100
  msgid "Hide title"
1101
  msgstr "اخفاء العنوان"
1102
 
1103
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1104
  msgid "The title serves as quiz heading."
1105
  msgstr "العنوان يظهر كعنوانا من اجل الاختبار."
1106
 
1107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1108
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1109
  msgid "Hide \"Restart quiz\" button"
1110
  msgstr "اخفاء زر\"اعادة الاختبار\""
1111
 
1112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1113
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1114
  msgstr "اخفاء زر \"اعادة الاختبار\" في الواجهة"
1115
 
1116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1118
  msgid "Hide \"View question\" button"
1119
  msgstr "اخفاء زر \"عرض السؤال\""
1120
 
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1122
  msgid "Hide the \"View question\" button in the Frontend."
1123
  msgstr "اخفاء زر \"عرض السؤال\" في الواجهة"
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1127
  msgid "Show points"
1128
  msgstr "اعرض الدرجات"
1129
 
1130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1131
  msgid "Shows in quiz, how many points are reachable for respective question."
1132
  msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
1133
 
1134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1136
  msgid "Display question randomly"
1137
  msgstr "اعرض الاسئلة عشوائياً"
1138
 
1139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1141
  msgid "Display answers randomly"
1142
  msgstr "اعرض الاجابات عشوائياً"
1143
 
1144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1145
  msgid "Seconds"
1146
  msgstr "ثواني"
1147
 
1148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1149
  msgid "0 = no limit"
1150
  msgstr "0 = بدون وقت محدد"
1151
 
1152
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1154
  msgid "Number answers"
1155
  msgstr ""
1156
 
1157
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1158
  msgid ""
1159
  "If this option is activated, all answers are numbered (only single and "
1160
  "multiple choice)"
1161
  msgstr ""
1162
 
1163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1165
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1170
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1174
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1175
  msgid "Demo"
1176
  msgstr ""
1177
 
1178
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1180
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1181
  msgid "Statistics"
1182
  msgstr "احصائيات"
1183
 
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1185
  msgid ""
1186
  "Statistics about right or wrong answers. Statistics will be saved by "
1187
  "completed quiz, not after every question. The statistics is only visible "
1191
  "الاختبار، وليس بعد كل سؤال. الإحصاءات تظهر فقط خلال قائمة الإدارة. "
1192
  "(الإحصاءات الداخلية)"
1193
 
1194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1196
  msgid "Statistics IP-lock"
1197
  msgstr "احصائيات قفل-اي بي"
1198
 
1199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1200
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1201
  msgstr "بالدقائق (مستحسن 1440 دقيقة = 1 يوم)"
1202
 
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1204
  msgid ""
1205
  "Protect the statistics from spam. Result will only be saved every X minutes "
1206
  "from same IP. (0 = deactivated)"
1208
  "حماية الإحصاءات من البريد المزعج. النتائج سوف تحفظ كل * دقيقة من نفي الاي "
1209
  "بي. (0= غير مفعل)"
1210
 
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1213
  msgid "Execute quiz only once"
1214
  msgstr ""
1215
 
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1217
  msgid ""
1218
  "If you activate this option, the user can complete the quiz only once. "
1219
  "Afterwards the quiz is blocked for this user."
1220
  msgstr ""
1221
 
1222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1223
  msgid "This option applies to:"
1224
  msgstr ""
1225
 
1226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1227
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1228
  msgid "all users"
1229
  msgstr ""
1230
 
1231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1233
  msgid "registered useres only"
1234
  msgstr ""
1235
 
1236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1238
  msgid "anonymous users only"
1239
  msgstr ""
1240
 
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1242
  msgid "user identification by cookie"
1243
  msgstr ""
1244
 
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1246
  msgid ""
1247
  "If you activate this option, a cookie is set additionally for unregistrated "
1248
  "(anonymous) users. This ensures a longer assignment of the user than the "
1249
  "simple assignment by the IP address."
1250
  msgstr ""
1251
 
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1253
  msgid "Reset the user identification"
1254
  msgstr ""
1255
 
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1257
  msgid "User identification has been reset."
1258
  msgstr ""
1259
 
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1261
  msgid "Resets user identification for all users."
1262
  msgstr ""
1263
 
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1266
  msgid "Hide correct- and incorrect message"
1267
  msgstr ""
1268
 
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1270
  msgid ""
1271
  "If you enable this option, no correct- or incorrect message will be "
1272
  "displayed."
1273
  msgstr ""
1274
 
1275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1277
  msgid "Correct and incorrect answer mark"
1278
  msgstr ""
1279
 
1280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1281
  msgid ""
1282
  "If you enable this option, answers won't be color highlighted as correct or "
1283
  "incorrect. "
1284
  msgstr ""
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1288
  msgid "Show only specific number of questions"
1289
  msgstr ""
1290
 
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1292
  msgid ""
1293
  "If you enable this option, maximum number of displayed questions will be X "
1294
  "from X questions. (The output of questions is random)"
1295
  msgstr ""
1296
 
1297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1298
  msgid "The statistics function is not available in this option."
1299
  msgstr ""
1300
 
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1302
  msgid ""
1303
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1304
  msgstr ""
1305
 
1306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1307
  msgid "How many questions should be displayed simultaneously:"
1308
  msgstr ""
1309
 
1310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1311
  msgid "in percent"
1312
  msgstr ""
1313
 
1314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1316
  msgid "Show average points"
1317
  msgstr ""
1318
 
1319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1320
  msgid "Statistics-function must be enabled."
1321
  msgstr ""
1322
 
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1325
  msgid "Prerequisites"
1326
  msgstr ""
1327
 
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1329
  msgid ""
1330
  "If you enable this option, you can choose quiz, which user have to finish "
1331
  "before he can start this quiz."
1332
  msgstr ""
1333
 
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1335
  msgid ""
1336
  "In all selected quizzes statistic function have to be active. If it is not "
1337
  "it will be activated automatically."
1338
  msgstr ""
1339
 
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1341
  msgid "Quiz"
1342
  msgstr ""
1343
 
1344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1345
  msgid "Prerequisites (This quiz have to be finished)"
1346
  msgstr ""
1347
 
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1351
+ msgid "Question overview"
1352
+ msgstr ""
1353
+
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1355
+ msgid ""
1356
+ "Add at the top of the quiz a question overview, which allows easy "
1357
+ "navigation. Additional questions can be marked \"to review\"."
1358
+ msgstr ""
1359
+
1360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1361
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1362
+ msgstr ""
1363
+
1364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1365
+ msgid ""
1366
+ "If you enalbe this option, no quiz overview will be displayed, before "
1367
+ "finishing quiz."
1368
+ msgstr ""
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1371
+ msgid ""
1372
+ "If you enable this option, user won't be able to skip question. (only in "
1373
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1374
+ "\"Question-Overview\""
1375
+ msgstr ""
1376
+
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1379
+ msgid "E-mail notification"
1380
+ msgstr ""
1381
+
1382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1383
+ msgid "for registered users only"
1384
+ msgstr ""
1385
+
1386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1387
+ msgid "for all users"
1388
+ msgstr ""
1389
+
1390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1391
+ msgid ""
1392
+ "If you enable this option, you will be informed if a user completes this "
1393
+ "quiz."
1394
+ msgstr ""
1395
+
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1397
+ msgid "E-Mail settings can be edited in global settings."
1398
+ msgstr ""
1399
+
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1401
+ msgid "Quiz-Mode"
1402
+ msgstr ""
1403
+
1404
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1405
+ msgid "Normal"
1406
+ msgstr ""
1407
+
1408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1409
+ msgid "Normal + Back-Button"
1410
+ msgstr ""
1411
+
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1413
+ msgid "Check -> continue"
1414
+ msgstr "فحص->استكمال"
1415
+
1416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1417
+ msgid "Questions below each other"
1418
+ msgstr ""
1419
+
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1421
+ msgid ""
1422
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1423
+ "displayed at the end of the quiz."
1424
+ msgstr ""
1425
+
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1427
+ msgid "Allows to use the back button in a question."
1428
+ msgstr ""
1429
+
1430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1431
+ msgid "Shows \"right or wrong\" after each question."
1432
+ msgstr ""
1433
+
1434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1435
+ msgid ""
1436
+ "If this option is activated, all answers are displayed below each other, i."
1437
+ "e. all questions are on a single page."
1438
+ msgstr ""
1439
+
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1441
  msgid ""
1442
  "The leaderboard allows users to enter results in public list and to share "
1443
  "the result this way."
1444
  msgstr ""
1445
 
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1447
  msgid "The leaderboard works independent from internal statistics function."
1448
  msgstr ""
1449
 
1450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1451
  msgid "Who can sign up to the list"
1452
  msgstr ""
1453
 
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1455
  msgid ""
1456
  "Not registered users have to enter name and e-mail (e-mail won't be "
1457
  "displayed)"
1458
  msgstr ""
1459
 
1460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1461
+ msgid "insert automatically"
1462
+ msgstr ""
1463
+
1464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1465
+ msgid ""
1466
+ "If you enable this option, logged in users will be automatically entered "
1467
+ "into leaderboard"
1468
+ msgstr ""
1469
+
1470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1471
  msgid "display captcha"
1472
  msgstr ""
1473
 
1474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1475
  msgid ""
1476
  "If you enable this option, additional captcha will be displayed for users "
1477
  "who are not registered."
1478
  msgstr ""
1479
 
1480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1481
  msgid "This option requires additional plugin:"
1482
  msgstr ""
1483
 
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1485
  msgid "Plugin has been detected."
1486
  msgstr ""
1487
 
1488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1489
  msgid "Plugin is not installed."
1490
  msgstr ""
1491
 
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1493
  msgid "Sort list by"
1494
  msgstr ""
1495
 
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1497
  msgid "Users can apply multiple times"
1498
  msgstr ""
1499
 
1500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1501
  msgid "User can apply after:"
1502
  msgstr ""
1503
 
1504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1505
  msgid "minute"
1506
  msgstr ""
1507
 
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1509
  msgid "How many entries should be displayed"
1510
  msgstr ""
1511
 
1512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1513
  msgid "Entries"
1514
  msgstr ""
1515
 
1516
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1517
  msgid "Automatically display leaderboard in quiz result"
1518
  msgstr ""
1519
 
1520
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1521
  msgid "Where should leaderboard be displayed:"
1522
  msgstr ""
1523
 
1524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1525
  msgid "don't display"
1526
  msgstr ""
1527
 
1528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1529
  msgid "below the \"result text\""
1530
  msgstr ""
1531
 
1532
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1533
  msgid "in a button"
1534
  msgstr ""
1535
 
1536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1537
  msgid "Quiz description"
1538
  msgstr "وصف الاختبار"
1539
 
1540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1541
  msgid "This text will be displayed before start of the quiz."
1542
  msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
1543
 
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1545
  msgid "Results text"
1546
  msgstr "نص النتائج"
1547
 
1548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1549
  msgid ""
1550
  "This text will be displayed at the end of the quiz (in results). (this text "
1551
  "is optional)"
1552
  msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
1553
 
1554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1555
  msgid "Activate graduation"
1556
  msgstr "تفعيل التقييم"
1557
 
1558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1559
  msgid "Hint:"
1560
  msgstr "تلميح:"
1561
 
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1563
  msgid "Maximal 15 levels"
1564
  msgstr "اقصى حد 15 مستوى"
1565
 
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1567
  #, php-format
1568
  msgid ""
1569
  "Percentages refer to the total score of the quiz. (Current total %d points "
1572
  "النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
1573
  "%d سؤال"
1574
 
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1576
  msgid "Values can also be mixed up"
1577
  msgstr "يمكن لخبطة القيم"
1578
 
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1580
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1581
  msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
1582
 
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1585
  msgid "from:"
1586
  msgstr "من:"
1587
 
1588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1590
  msgid "percent"
1591
  msgstr "النسبة المئوية"
1592
 
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1595
  #, php-format
1596
  msgid ""
1597
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1600
  "(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
1601
  "span>%%)"
1602
 
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1605
  msgid "Delete graduation"
1606
  msgstr "حذف التقييم"
1607
 
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1609
  msgid "Add graduation"
1610
  msgstr "اضافة تقييم"
1611
 
1630
  msgid "Support WP-Pro-Quiz"
1631
  msgstr ""
1632
 
1633
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1634
  msgid "ID"
1635
  msgstr "الرقم"
1636
 
1637
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1638
  msgid "Shortcode"
1639
  msgstr "الكود"
1640
 
1641
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1642
  msgid "Shortcode-Leaderboard"
1643
  msgstr ""
1644
 
1645
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1646
  msgid "Preview"
1647
  msgstr "استعراض"
1648
 
1649
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1650
  msgid "Add quiz"
1651
  msgstr "اضف اختبار"
1652
 
1653
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1654
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1655
  msgid "Export"
1656
  msgstr "تصدير"
1657
 
1658
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1659
  msgid ""
1660
  "Choose the respective question, which you would like to export and press on "
1661
  "\"Start export\""
1662
  msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
1663
 
1664
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1665
  msgid "Start export"
1666
  msgstr "ابدأ التصدير"
1667
 
1668
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1669
  msgid "Import only *.wpq files from known and trusted sources."
1670
  msgstr "استورد ملفات *.wpq فقط من مصدر معروف او موثوق به"
1671
 
1672
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1673
  #, php-format
1674
  msgid "Maximal %d MiB"
1675
  msgstr "الحد الاقصى من %d MIB"
1676
 
1677
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1678
  #, php-format
1679
  msgid "Quiz: %s - Statistics"
1680
  msgstr "احصائيات اختبار: %s "
1681
 
1682
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1683
  msgid "Stats not enabled"
1684
  msgstr "الاحصائيات غير مفعلة"
1685
 
1686
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1687
  msgid "Activate statistics"
1688
  msgstr "تفعيل الاحصائيات"
1689
 
1690
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1691
+ msgid "Users"
 
 
 
 
1692
  msgstr ""
1693
 
1694
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1695
  msgid "Overview"
1696
  msgstr ""
1697
 
1698
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1699
  msgid "Please select user name:"
1700
  msgstr ""
1701
 
1702
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1703
+ msgid "Anonymous user"
1704
+ msgstr ""
1705
+
1706
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1707
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1708
  msgid "Hints used"
1709
  msgstr "التلميحات مستخدمة"
1710
 
1711
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1712
  msgid "Points scored"
1713
  msgstr ""
1714
 
1715
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1716
+ msgid "Sub-Total: "
1717
+ msgstr ""
1718
+
1719
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1720
  msgid "Reset statistics"
1721
  msgstr "اعادة ضبط الاحصائيات"
1722
 
1723
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1724
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1725
  msgid "Refresh"
1726
  msgstr ""
1727
 
1728
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1729
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1730
  msgid "Reset entire statistic"
1731
  msgstr ""
1732
 
1733
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1734
  msgid "Show only users, who solved the quiz:"
1735
  msgstr ""
1736
 
1812
  "english to english) e.g. to rename buttons."
1813
  msgstr ""
1814
 
1815
+ #~ msgid "Back button"
1816
+ #~ msgstr "زر العودة"
1817
+
1818
  #~ msgid "correct?"
1819
  #~ msgstr "صحيح؟"
1820
 
languages/wp-pro-quiz-de_DE.mo CHANGED
Binary file
languages/wp-pro-quiz-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-14 21:54+0100\n"
5
- "PO-Revision-Date: 2013-02-14 21:54+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
@@ -14,74 +14,78 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Wollen Sie das Quiz/Frage wirklich löschen?"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "Titel wurde nicht ausgefüllt!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "Keine Frage hinterlegt!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "Keine korrekte Antwort markiert!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "Keine Antwort hinterlegt!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "Quiz-Beschreibung nicht ausgefüllt!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Die Prozentwerte im Ergebnistext stimmen nicht."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Keine Zahl im Feld \"Punkte\" oder kleiner 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Keine Zahl im Feld \"Punkte\" oder kleiner 0"
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "Kein Quiz ausgewählt"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Soll die Statistik wirklich zurückgesetzt werden?"
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr "Keine Daten verfügbar"
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr "Kein Sortierelement im Kriterium"
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
  "\"Unterschiedliche Punkte für jede Antwort\" ist bei \"Free\" Choice nicht "
77
  "möglich"
78
 
 
 
 
 
79
  #: lib/controller/WpProQuiz_Controller_Front.php:44
80
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
81
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
82
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
83
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
84
- #: lib/view/WpProQuiz_View_Statistics.php:45
85
  msgid "Loading"
86
  msgstr "Daten werden geladen"
87
 
@@ -92,18 +96,18 @@ msgstr "Daten werden geladen"
92
  #: lib/controller/WpProQuiz_Controller_Question.php:51
93
  #: lib/controller/WpProQuiz_Controller_Question.php:128
94
  #: lib/controller/WpProQuiz_Controller_Question.php:143
95
- #: lib/controller/WpProQuiz_Controller_Question.php:196
96
- #: lib/controller/WpProQuiz_Controller_Question.php:342
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
101
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
102
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
103
  msgid "You do not have sufficient permissions to access this page."
104
  msgstr "You do not have sufficient permissions to access this page."
105
 
106
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
107
  msgid "Settings saved"
108
  msgstr "Einstellungen gespeichert"
109
 
@@ -128,25 +132,25 @@ msgstr "Fragen kopiert"
128
  msgid "Edit question"
129
  msgstr "Frage bearbeiten"
130
 
131
- #: lib/controller/WpProQuiz_Controller_Question.php:155
132
  msgid "Question not found"
133
  msgstr "Frage nicht gefunden"
134
 
135
- #: lib/controller/WpProQuiz_Controller_Question.php:172
136
- #: lib/controller/WpProQuiz_Controller_Question.php:224
137
  #, php-format
138
  msgid "Question: %d"
139
  msgstr "Frage: %d"
140
 
141
- #: lib/controller/WpProQuiz_Controller_Question.php:180
142
  msgid "Question edited"
143
  msgstr "Frage geändert"
144
 
145
- #: lib/controller/WpProQuiz_Controller_Question.php:200
146
  msgid "New question"
147
  msgstr "Neue Frage"
148
 
149
- #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  msgid "Question added"
151
  msgstr "Frage hinzugefügt"
152
 
@@ -173,6 +177,11 @@ msgstr "Quiz erstellen"
173
  msgid "Quiz deleted"
174
  msgstr "Quiz gelöscht"
175
 
 
 
 
 
 
176
  #: lib/controller/WpProQuiz_Controller_Toplist.php:136
177
  msgid "You signing up successfully."
178
  msgstr "Sie haben sich erfolgreich eingetragen."
@@ -214,31 +223,53 @@ msgstr "Datei hat falsches Format"
214
  msgid "File is not compatible with the current version"
215
  msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
218
  msgid "The user completed a quiz."
219
  msgstr "Der Benutzer beendet ein Quiz."
220
 
221
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
222
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
223
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
224
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
225
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
226
  msgid "Leaderboard"
227
  msgstr "Bestenliste"
228
 
229
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
230
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
231
  #: lib/view/WpProQuiz_View_Import.php:22
232
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
233
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
234
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
235
- #: lib/view/WpProQuiz_View_Statistics.php:18
236
  #: lib/view/WpProQuiz_View_StyleManager.php:11
237
  msgid "back to overview"
238
  msgstr "zurück zur Übersicht"
239
 
240
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
241
- #: lib/view/WpProQuiz_View_Statistics.php:115
242
  msgid "Filter"
243
  msgstr "Filter"
244
 
@@ -247,22 +278,22 @@ msgid "Sort by:"
247
  msgstr "Sortieren nach:"
248
 
249
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
250
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
251
  msgid "best user"
252
  msgstr "bester Benutzer"
253
 
254
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
255
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
256
  msgid "newest entry"
257
  msgstr "neuester Eintrag"
258
 
259
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
260
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
261
  msgid "oldest entry"
262
  msgstr "Ältester Eintrag"
263
 
264
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
265
- #: lib/view/WpProQuiz_View_Statistics.php:126
266
  msgid "How many entries should be shown on one page:"
267
  msgstr "Wie viele Benutzer sollen auf einer Seite angezeigt werden:"
268
 
@@ -276,12 +307,12 @@ msgid "UR = unregistered user, R = registered user"
276
  msgstr "UR = nicht registrierter Benutzer, R = registrierter Benutzer"
277
 
278
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
279
- #: lib/view/WpProQuiz_View_Statistics.php:145
280
  msgid "User"
281
  msgstr "Benutzer"
282
 
283
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
284
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
285
  msgid "E-Mail"
286
  msgstr "E-Mail"
287
 
@@ -291,24 +322,24 @@ msgid "Entered on"
291
  msgstr "Eingetragen am"
292
 
293
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
294
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
295
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
296
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
299
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
300
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
301
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
302
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
303
- #: lib/view/WpProQuiz_View_Statistics.php:54
304
- #: lib/view/WpProQuiz_View_Statistics.php:146
305
  msgid "Points"
306
  msgstr "Punkte"
307
 
308
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
309
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
310
- #: lib/view/WpProQuiz_View_Statistics.php:59
311
- #: lib/view/WpProQuiz_View_Statistics.php:150
312
  msgid "Results"
313
  msgstr "Ergebnis"
314
 
@@ -317,8 +348,9 @@ msgid "Action"
317
  msgstr "Aktion"
318
 
319
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
320
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
321
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
322
  msgid "Delete"
323
  msgstr "Löschen"
324
 
@@ -330,140 +362,179 @@ msgstr "Übernehmen"
330
  msgid "Delete all entries"
331
  msgstr "Alle Einträge löschen"
332
 
333
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Start quiz"
335
  msgstr "Quiz starten"
336
 
337
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
338
  msgid ""
339
  "You have already completed the quiz before. Hence you can not start it again."
340
  msgstr ""
341
  "Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut "
342
  "starten."
343
 
344
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
345
  msgid "You have to finish following quiz, to start this quiz:"
346
  msgstr ""
347
  "Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:"
348
 
349
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
350
  #, php-format
351
  msgid "%s of %s questions answered correctly"
352
  msgstr "%s von %s Frage korrekt beantwortet"
353
 
354
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
355
  msgid "Your time: <span></span>"
356
  msgstr "Ihre Zeit: <span></span>"
357
 
358
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
359
  msgid "Time has elapsed"
360
  msgstr "Zeit ist abgelaufen"
361
 
362
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
363
  #, php-format
364
  msgid "You have reached %s of %s points, (%s)"
365
  msgstr "Sie haben %s von %s Punkten erreicht (%s)"
366
 
367
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
368
  msgid "Average score"
369
  msgstr "Ø Punkte"
370
 
371
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
372
  msgid "Your score"
373
  msgstr "Deine Punkte"
374
 
375
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
376
  msgid "Restart quiz"
377
  msgstr "Quiz erneut starten"
378
 
379
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
380
  msgid "View questions"
381
  msgstr "Fragen ansehen"
382
 
383
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
384
  msgid "Show leaderboard"
385
  msgstr "Zeige Bestenliste"
386
 
387
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
388
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
389
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
390
- msgid "Time limit"
391
- msgstr "Zeitlimit"
392
-
393
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
394
  #, php-format
395
  msgid "Question %s of %s"
396
  msgstr "Frage %s von %s"
397
 
398
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
399
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
400
- #: lib/view/WpProQuiz_View_Statistics.php:53
401
  msgid "Question"
402
  msgstr "Frage"
403
 
404
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
405
  #, php-format
406
  msgid "%d points"
407
  msgstr "%d Punkte"
408
 
409
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
410
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
411
  msgid "Sort elements"
412
  msgstr "Sortierelemente"
413
 
414
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
415
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
416
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
417
- #: lib/view/WpProQuiz_View_Statistics.php:55
418
- #: lib/view/WpProQuiz_View_Statistics.php:147
419
  msgid "Correct"
420
  msgstr "Korrekt"
421
 
422
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
423
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
424
- #: lib/view/WpProQuiz_View_Statistics.php:56
425
- #: lib/view/WpProQuiz_View_Statistics.php:148
426
  msgid "Incorrect"
427
  msgstr "Inkorrekt"
428
 
429
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
430
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
431
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
432
  msgid "Hint"
433
  msgstr "Tipp"
434
 
435
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
436
- msgid "Check"
437
- msgstr "Prüfen"
 
 
438
 
439
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
440
  msgid "Back"
441
  msgstr "Zurück"
442
 
443
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
444
  msgid "Next exercise"
445
  msgstr "Nächste Frage"
446
 
447
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
448
- msgid "Finish quiz"
449
- msgstr "Quiz abschließen"
450
-
451
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
452
  msgid "Your result entered into leaderboard"
453
  msgstr "Dein Ergebnis in die Bestenliste eintragen"
454
 
455
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
456
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
457
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
458
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
459
  msgid "Name"
460
  msgstr "Name"
461
 
462
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
463
  msgid "Captcha"
464
  msgstr "Captcha"
465
 
466
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
467
  msgid "Send"
468
  msgstr "Abschicken"
469
 
@@ -494,7 +565,7 @@ msgstr "nicht zu aktivieren"
494
 
495
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
496
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
497
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
498
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
499
  msgid "Global settings"
500
  msgstr "Globale Einstellungen"
@@ -512,60 +583,50 @@ msgstr ""
512
  "Quiz gibt."
513
 
514
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
515
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
516
  msgid "Settings in case of problems"
517
  msgstr "Einstellungen bei Problemen"
518
 
519
- #: lib/view/WpProQuiz_View_GobalSettings.php:37
520
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
521
- msgid "Leaderboard time format"
522
- msgstr "Bestenliste Zeitformat"
523
-
524
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
525
- msgid "Custom"
526
- msgstr "Angepasst"
527
-
528
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
529
- msgid "Documentation on date and time formatting"
530
- msgstr "Dokumentation über Datum und Uhrzeit Formatierung (engl.)"
531
-
532
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
533
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
534
  msgid "Automatically add [raw] shortcode"
535
  msgstr "Automatisch [raw] Shortcode hinzufügen"
536
 
537
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
538
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
539
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
552
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
553
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
554
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
555
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
556
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
557
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
558
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
559
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
560
  msgid "Activate"
561
  msgstr "Aktivieren"
562
 
563
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
564
  #, php-format
565
  msgid "It is recommended %s this option on your system."
566
  msgstr "Es wird auf Ihrem System empfohlen dies %s."
567
 
568
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
569
  msgid ""
570
  "If this option is activated, a [raw] shortcode is automatically set around "
571
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
@@ -573,7 +634,7 @@ msgstr ""
573
  "Wenn diese Option aktivieren, wird automatisch ein [raw] Shortcode um den "
574
  "WpProQuiz Shortcode ( [WpProQuiz X] ) gesetzt ( [raw] [WpProQuiz X] [/raw] )."
575
 
576
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
577
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
578
  msgid ""
579
  "Own themes changes internal order of filters, what causes the problems. "
@@ -582,12 +643,12 @@ msgstr ""
582
  "Einige Themen verändern die interne Reihenfolge der Filter, wodurch es zu "
583
  "Fehlern kommt. Mit dem zusätzlichen Shortcode [raw] wird dies verhindert."
584
 
585
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
586
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
587
  msgid "Do not load the Javascript-files in the footer"
588
  msgstr "Javascript-Dateien nicht am Seitenende laden"
589
 
590
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
591
  msgid ""
592
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
593
  "when they are really needed."
@@ -595,11 +656,11 @@ msgstr ""
595
  "Standardmäßig werden alle WpProQuiz-Javascript-Dateien am Seitenende geladen "
596
  "und auch nur dann wenn sie wirklich benötigt werden."
597
 
598
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
599
  msgid "In very old Wordpress themes this can lead to problems."
600
  msgstr "Bei sehr alten Wordpress Themes kann dies zu Problemen führen."
601
 
602
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
603
  msgid ""
604
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
605
  "the header even if they are not needed."
@@ -608,7 +669,7 @@ msgstr ""
608
  "Dateien im Header geladen, eine Unterscheidung ob die Javascript Dateien "
609
  "wirklich benötigt werden kann dann nicht mehr getroffen werden."
610
 
611
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
612
  #, php-format
613
  msgid ""
614
  "Anyone who wants to learn more about this topic should read through the "
@@ -617,54 +678,136 @@ msgstr ""
617
  "Wer mehr über dieses Thema erfahren möchte, sollte sich folgende Webseiten "
618
  "durchlesen %s und %s"
619
 
620
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
621
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
622
  msgid "Touch Library"
623
  msgstr "Touch Library"
624
 
625
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
626
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
627
  msgid "Deactivate"
628
  msgstr "Deaktivieren"
629
 
630
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
631
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
632
  msgstr ""
633
  "In Version 0.13 wurde eine neue Touch Library für Mobilegeräte hinzugefügt."
634
 
635
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
636
  msgid "If you have any problems with the Touch Library, please deactivate it."
637
  msgstr ""
638
  "Wenn Sie Probleme mit der Touch Library haben, können Sie dies hier "
639
  "deaktivieren."
640
 
641
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
642
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
643
  msgid "jQuery support cors"
644
  msgstr "jQuery support cors"
645
 
646
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
647
  msgid "Is required only in rare cases."
648
  msgstr "Ist nur in seltenen Fällen erforderlich."
649
 
650
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
651
  msgid "If you have problems with the front ajax, please activate it."
652
  msgstr "Wenn Sie Probleme mit dem Front AJAX haben, bitte aktivieren Sie es."
653
 
654
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
655
  msgid "e.g. Domain with special characters in combination with IE"
656
  msgstr "z.B. Bei einer Domain mit Sonderzeichen in Kombination mit IE"
657
 
658
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
659
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
660
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
661
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
662
  msgid "Save"
663
  msgstr "Speichern"
664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
665
  #: lib/view/WpProQuiz_View_Import.php:21
666
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
667
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
668
  msgid "Import"
669
  msgstr "Import"
670
 
@@ -684,31 +827,27 @@ msgstr "Import erfolgreich abgeschlossen"
684
  msgid "Quiz name"
685
  msgstr "Quiz-Name"
686
 
687
- #: lib/view/WpProQuiz_View_Import.php:44
688
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
689
- msgid "Questions"
690
- msgstr "Fragen"
691
-
692
  #: lib/view/WpProQuiz_View_Import.php:67
693
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
694
  msgid "Start import"
695
  msgstr "Import starten"
696
 
697
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
698
  msgid "Title"
699
  msgstr "Titel"
700
 
701
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
702
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
703
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
704
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
705
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
706
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
707
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
708
  msgid "(optional)"
709
  msgstr "(Optional)"
710
 
711
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
712
  msgid ""
713
  "The title is used for overview, it is not visible in quiz. If you leave the "
714
  "title field empty, a title will be generated."
@@ -716,53 +855,80 @@ msgstr ""
716
  "Der Titel dient nur zur Übersicht, es wird nicht im Quiz angezeigt. Wird der "
717
  "Titel leer gelassen, wird ein Titel generiert."
718
 
719
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
720
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
721
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
722
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
723
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
724
  msgid "(required)"
725
  msgstr "(Pflichtfeld)"
726
 
727
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
728
  msgid "Points for this question (Standard is 1 point)"
729
  msgstr "Punkte für diese Frage (Standard ist 1 Punkt)"
730
 
731
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
732
  msgid ""
733
  "This points will be rewarded, only if the user closes the question correctly."
734
  msgstr ""
735
  "Diese Punkte werden nur dann vergeben, wenn der Benutzer die Frage korrekt "
736
  "abschließt."
737
 
738
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
739
  msgid "Different points for each answer"
740
  msgstr "Unterschiedliche Punkte für jede Antwort"
741
 
742
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
743
  msgid ""
744
  "If you enable this option, you can enter different points for every answer."
745
  msgstr ""
746
  "Wenn Sie diese Option aktivieren, können Sie für jede Antwort "
747
  "unterschiedliche Punkte vergeben."
748
 
749
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
750
  msgid "Show reached points in the correct- and incorrect message?"
751
  msgstr "Erreichte Punkte in der Korrekt- und Inkorrekt-Nachricht anzeigen?"
752
 
753
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  msgid "Message with the correct / incorrect answer"
755
  msgstr "Nachricht bei korrekter / inkorrekter Antwort"
756
 
757
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
758
  msgid "Deactivated in quiz settings."
759
  msgstr "In den Quiz-Einstellungen deaktiviert."
760
 
761
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
762
  msgid "Message with the correct answer"
763
  msgstr "Nachricht bei korrekter Antwort"
764
 
765
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
766
  msgid ""
767
  "This text will be visible if answered correctly. It can be used as "
768
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -772,15 +938,15 @@ msgstr ""
772
  "für komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
773
  "immer automatisch angezeigt."
774
 
775
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
776
  msgid "Same text for correct- and incorrect-message?"
777
  msgstr "Gleicher Text für Korrekt- und Inkorrekt-Nachricht?"
778
 
779
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
780
  msgid "Message with the incorrect answer"
781
  msgstr "Nachricht bei inkorrekter Antwort"
782
 
783
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
784
  msgid ""
785
  "This text will be visible if answered incorrectly. It can be used as "
786
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -790,47 +956,47 @@ msgstr ""
790
  "komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
791
  "immer automatisch angezeigt."
792
 
793
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
794
  msgid "Here you can enter solution hint."
795
  msgstr "Hier können Sie einen Lösungstipp hinterlegen."
796
 
797
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
798
  msgid "Activate hint for this question?"
799
  msgstr "Tipp für diese Frage aktivieren?"
800
 
801
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
802
  msgid "Answer type"
803
  msgstr "Antwort Typ?"
804
 
805
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
806
  msgid "Single choice"
807
  msgstr "Single choice"
808
 
809
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
810
  msgid "Multiple choice"
811
  msgstr "Multiple choice"
812
 
813
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
814
  msgid "\"Free\" choice"
815
  msgstr "\"Free\" choice"
816
 
817
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
818
  msgid "\"Sorting\" choice"
819
  msgstr "\"Sorting\" choice"
820
 
821
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
822
  msgid "\"Matrix Sorting\" choice"
823
  msgstr "\"Matrix Sorting\" choice"
824
 
825
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
826
  msgid "Cloze"
827
  msgstr "Lückentext"
828
 
829
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
830
  msgid "Answers"
831
  msgstr "Antworten"
832
 
833
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
834
  msgid ""
835
  "Please sort the answers in right order with the \"Move\" - Button. The "
836
  "answers will be displayed randomly."
@@ -838,13 +1004,13 @@ msgstr ""
838
  "Bitte Antworten mit dem \"Verschiebe\"-Button in die richtige Reihenfolge "
839
  "bringen. Die Antworten werden später immer zufällig ausgegeben."
840
 
841
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
842
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
843
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
844
  msgid "Add new answer"
845
  msgstr "Neue Antwort hinzufügen"
846
 
847
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
848
  msgid ""
849
  "In this mode, not a list have to be sorted, but elements must be assigned to "
850
  "matching criterion."
@@ -852,7 +1018,7 @@ msgstr ""
852
  "In diesem Modus muss nicht eine Liste sortiert werden, sondern die "
853
  "Sortierelemente müssen zu den passenden Kriterium zugeordnet werden."
854
 
855
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
856
  msgid ""
857
  "You can create sort elements with empty criteria, which can't be assigned by "
858
  "user."
@@ -860,50 +1026,50 @@ msgstr ""
860
  "Sie können auch Sortierelemente mit einem leeren Kriterium erstellen, der "
861
  "vom Benutzer nicht zugeordnet werden darf."
862
 
863
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
864
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
865
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
866
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
867
  msgid "Options"
868
  msgstr "Optionen"
869
 
870
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
871
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
872
  msgid "Answer"
873
  msgstr "Antwort"
874
 
875
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
876
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
877
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
878
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
879
  msgid "Allow HTML"
880
  msgstr "HTML erlauben"
881
 
882
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
883
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
884
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
885
  msgid "Delete answer"
886
  msgstr "Antwort löschen"
887
 
888
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
889
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
890
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
891
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
892
  msgid "Move"
893
  msgstr "Verschieben"
894
 
895
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
896
  msgid "Criterion"
897
  msgstr "Kriterium"
898
 
899
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
900
  msgid ""
901
  "correct answers (one per line) (answers will be converted to lower case)"
902
  msgstr ""
903
  "Korrekte Antworten (eine pro Zeile ) (Antworten werden in Kleinbuchstaben "
904
  "umgewandelt)"
905
 
906
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
907
  msgid ""
908
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
909
  "small letters will be ignored."
@@ -911,7 +1077,19 @@ msgstr ""
911
  "Umschliessen sie die gesuchten Woerter mit { } z.B. \"Ich {spiele} Fussball"
912
  "\". Gross- und Kleinschreibung wird ignoriert."
913
 
914
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
 
 
 
 
915
  msgid ""
916
  "If mode \"Different points for every answer\" is activated, you can assign "
917
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
@@ -920,7 +1098,7 @@ msgstr ""
920
  "können sie mit |POINTS unterschiedliche Punkte vergeben. Ansonsten gibt es "
921
  "für jede Korrekte Antwort einen Punkt."
922
 
923
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
924
  msgid ""
925
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
926
  "\" 3 points."
@@ -932,15 +1110,10 @@ msgstr ""
932
  msgid "Questions sorted"
933
  msgstr "Fragen sortiert"
934
 
935
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
936
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
937
- msgid "Edit"
938
- msgstr "Bearbeiten"
939
-
940
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
941
- #: lib/view/WpProQuiz_View_Statistics.php:84
942
  msgid "Total"
943
- msgstr "Total"
944
 
945
  #: lib/view/WpProQuiz_View_QuestionOverall.php:81
946
  msgid "Add question"
@@ -967,73 +1140,73 @@ msgstr ""
967
  msgid "Copy questions"
968
  msgstr "Fragen kopieren"
969
 
970
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
971
  msgid "Quiz title"
972
  msgstr "Quiz Titel"
973
 
974
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
975
  msgid "Hide quiz title"
976
  msgstr "Quiz Titel verstecken"
977
 
978
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
979
  msgid "Hide title"
980
  msgstr "Titel verstecken"
981
 
982
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
983
  msgid "The title serves as quiz heading."
984
  msgstr "Der Titel dient als Quiz Überschrift."
985
 
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
988
  msgid "Hide \"Restart quiz\" button"
989
  msgstr "Button \"Quiz erneut starten\" verstecken"
990
 
991
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
992
  msgid "Hide the \"Restart quiz\" button in the Frontend."
993
  msgstr "Versteckt den Button \"Quiz erneut starten\" im Frontend."
994
 
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
996
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
997
  msgid "Hide \"View question\" button"
998
  msgstr "Button \"Fragen ansehen\" verstecken"
999
 
1000
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
1001
  msgid "Hide the \"View question\" button in the Frontend."
1002
  msgstr "Versteckt den Button \"Fragen ansehen\" im Frontend."
1003
 
1004
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
1006
  msgid "Show points"
1007
  msgstr "Punkte anzeigen"
1008
 
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
1010
  msgid "Shows in quiz, how many points are reachable for respective question."
1011
  msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
1012
 
1013
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
1015
  msgid "Display question randomly"
1016
  msgstr "Fragen zufällig ausgeben"
1017
 
1018
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
1019
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
1020
  msgid "Display answers randomly"
1021
  msgstr "Antworten zufällig ausgeben"
1022
 
1023
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
1024
  msgid "Seconds"
1025
  msgstr "Sekunden"
1026
 
1027
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
1028
  msgid "0 = no limit"
1029
  msgstr "0 = Kein Limit"
1030
 
1031
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
1032
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
1033
  msgid "Number answers"
1034
  msgstr "Antworten nummerieren"
1035
 
1036
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1037
  msgid ""
1038
  "If this option is activated, all answers are numbered (only single and "
1039
  "multiple choice)"
@@ -1041,68 +1214,28 @@ msgstr ""
1041
  "Wenn Sie diese Option aktivieren, werden die Antworten durchnummeriert (nur "
1042
  "bei Single und Multiple Choice)."
1043
 
1044
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1045
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1046
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1047
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1048
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1049
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1050
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1051
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1052
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1053
  msgid "Demo"
1054
  msgstr "Demo"
1055
 
1056
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1057
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1058
- msgid "Questions below each other"
1059
- msgstr "Fragen untereinander"
1060
-
1061
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1062
- msgid ""
1063
- "If this option is activated, all answers are displayed below each other, i."
1064
- "e. all questions are on a single page. Otherwise all questions are displayed "
1065
- "one after the other."
1066
- msgstr ""
1067
- "Wenn Sie diese Option aktivieren, wenn alle Fragen untereinander angezeigt, "
1068
- "d.h. alle Fragen stehen auf einer Seite. Ansonsten werden die Fragen "
1069
- "nacheinander angezeigt."
1070
-
1071
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1072
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1073
- msgid "Check -> continue"
1074
- msgstr "Prüfen -> Weiter"
1075
-
1076
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1077
- msgid ""
1078
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1079
- "be displayed at the end. (Option will be ignored if \"questions below each "
1080
- "other\" was used)"
1081
- msgstr ""
1082
- "Zeigt \"richtig oder falsch\" nach jeder Frage an. Ansonsten werden die "
1083
- "Lösungen erst am Ende angezeigt. (Option wird ignoriert bei \"Antworten "
1084
- "nummerieren\")"
1085
-
1086
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1087
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1088
- msgid "Back button"
1089
- msgstr "Zurück Button"
1090
-
1091
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1092
- msgid ""
1093
- "Allows to use the back button in a question. (Option will be ignored if "
1094
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1095
- msgstr ""
1096
- "Ermöglicht das Zurückgehen einer Frage. (Option wird ignoriert bei \"Prüfen -"
1097
- "> Weiter\" und \"Antworten nummerieren\")"
1098
-
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1100
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1101
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1102
  msgid "Statistics"
1103
  msgstr "Statistik"
1104
 
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1106
  msgid ""
1107
  "Statistics about right or wrong answers. Statistics will be saved by "
1108
  "completed quiz, not after every question. The statistics is only visible "
@@ -1112,16 +1245,16 @@ msgstr ""
1112
  "vollständigen abschließen des Quiz gespeichert, nicht nach jeder Frage. Die "
1113
  "Statistik ist nur über das Adminmenü einsehbar (interne Statistik)"
1114
 
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1117
  msgid "Statistics IP-lock"
1118
  msgstr "Statistik IP-Sperre"
1119
 
1120
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1121
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1122
  msgstr "in Minuten (Empfohlen: 1440 Minuten = 1 Tag)"
1123
 
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1125
  msgid ""
1126
  "Protect the statistics from spam. Result will only be saved every X minutes "
1127
  "from same IP. (0 = deactivated)"
@@ -1129,12 +1262,12 @@ msgstr ""
1129
  "Schuetz die Statistik vor Spam. Ergebnis wird nur aller X Minuten von der "
1130
  "gleichen IP gespeichert. (0 = Deaktiviert)"
1131
 
1132
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1133
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1134
  msgid "Execute quiz only once"
1135
  msgstr "Quiz nur einmal ausführen"
1136
 
1137
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1138
  msgid ""
1139
  "If you activate this option, the user can complete the quiz only once. "
1140
  "Afterwards the quiz is blocked for this user."
@@ -1142,30 +1275,30 @@ msgstr ""
1142
  "Wenn diese Option aktivieren, kann ein Benutzer das Quiz nur einmal "
1143
  "absolvieren, danach wird das Quiz für diesen Benutzer gesperrt."
1144
 
1145
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1146
  msgid "This option applies to:"
1147
  msgstr "Diese Option gilt für:"
1148
 
1149
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1150
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1151
  msgid "all users"
1152
  msgstr "Alle Benutzer"
1153
 
1154
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1155
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1156
  msgid "registered useres only"
1157
  msgstr "nur registriere Benutzer"
1158
 
1159
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1161
  msgid "anonymous users only"
1162
  msgstr "nur anonyme Benutzer"
1163
 
1164
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1165
  msgid "user identification by cookie"
1166
  msgstr "Benutzer-Identifikation über Cookie"
1167
 
1168
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1169
  msgid ""
1170
  "If you activate this option, a cookie is set additionally for unregistrated "
1171
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1175,24 +1308,24 @@ msgstr ""
1175
  "Benutzer (anonyme) gesetzt. Dies gewährleistet eine längere Zuordnung des "
1176
  "Benutzers als nur über die IP-Adresse."
1177
 
1178
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1179
  msgid "Reset the user identification"
1180
  msgstr "Benutzer-Identifikation zurücksetzten"
1181
 
1182
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1183
  msgid "User identification has been reset."
1184
  msgstr "Benutzer-Identifikation wurde zurückgesetzt."
1185
 
1186
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1187
  msgid "Resets user identification for all users."
1188
  msgstr "Setzt die Benutzer-Identifikation für alle Benutzer zurück."
1189
 
1190
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1191
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1192
  msgid "Hide correct- and incorrect message"
1193
  msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
1194
 
1195
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1196
  msgid ""
1197
  "If you enable this option, no correct- or incorrect message will be "
1198
  "displayed."
@@ -1200,12 +1333,12 @@ msgstr ""
1200
  "Wenn Sie diese Option aktivieren, werden keine Korrekt- oder Inkorrekt-"
1201
  "Nachricht angezeigt."
1202
 
1203
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1204
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1205
  msgid "Correct and incorrect answer mark"
1206
  msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
1207
 
1208
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1209
  msgid ""
1210
  "If you enable this option, answers won't be color highlighted as correct or "
1211
  "incorrect. "
@@ -1213,12 +1346,12 @@ msgstr ""
1213
  "Wenn Sie diese Option aktivieren, werden die Antworten nicht mehr farblich "
1214
  "als korrekt oder inkorrekt gegenzeichnet."
1215
 
1216
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1217
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1218
  msgid "Show only specific number of questions"
1219
  msgstr "Zeige nur bestimmte Anzahl von Fragen"
1220
 
1221
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1222
  msgid ""
1223
  "If you enable this option, maximum number of displayed questions will be X "
1224
  "from X questions. (The output of questions is random)"
@@ -1226,40 +1359,40 @@ msgstr ""
1226
  "Wenn Sie diese Option aktivieren, werden immer nur maximal X von X Fragen "
1227
  "angezeigt. (Die Ausgabe der Fragen erfolgt zufällig)"
1228
 
1229
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1230
  msgid "The statistics function is not available in this option."
1231
  msgstr "Die Statistik-Funktion ist mit dieser Option nicht verfügbar."
1232
 
1233
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1234
  msgid ""
1235
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1236
  msgstr ""
1237
  "Diese Option funktioniert nicht zu verlässlich in Verbindung mit Frontend-"
1238
  "Cache-Plugins."
1239
 
1240
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1241
  msgid "How many questions should be displayed simultaneously:"
1242
  msgstr "Wie viele Fragen sollen gleichzeitig angezeigt werden:"
1243
 
1244
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1245
  msgid "in percent"
1246
  msgstr "in Prozent"
1247
 
1248
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1249
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1250
  msgid "Show average points"
1251
  msgstr "Durchschnittspunkte anzeigen"
1252
 
1253
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1254
  msgid "Statistics-function must be enabled."
1255
  msgstr "Statistik-Funktion muss aktiviert sein."
1256
 
1257
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1258
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1259
  msgid "Prerequisites"
1260
  msgstr "Voraussetzungen"
1261
 
1262
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1263
  msgid ""
1264
  "If you enable this option, you can choose quiz, which user have to finish "
1265
  "before he can start this quiz."
@@ -1267,7 +1400,7 @@ msgstr ""
1267
  "Wenn Sie diese Option aktivieren, können Sie wählen welches Quiz ein "
1268
  "Benutzer vorher abgeschlossen habe muss, bevor er dieses Quiz starten kann."
1269
 
1270
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1271
  msgid ""
1272
  "In all selected quizzes statistic function have to be active. If it is not "
1273
  "it will be activated automatically."
@@ -1275,15 +1408,123 @@ msgstr ""
1275
  "Bei allen ausgewählten Quiz muss die Statistik-Funktion aktiviert sein, ist "
1276
  "dies nicht der Fall wird diese automatisch aktiviert."
1277
 
1278
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1279
  msgid "Quiz"
1280
  msgstr "Quiz"
1281
 
1282
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1283
  msgid "Prerequisites (This quiz have to be finished)"
1284
  msgstr "Voraussetzung (Diese Quiz muss vorher abgeschlossen wurden sein.)"
1285
 
1286
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
  msgid ""
1288
  "The leaderboard allows users to enter results in public list and to share "
1289
  "the result this way."
@@ -1291,16 +1532,16 @@ msgstr ""
1291
  "Die Bestenliste ermöglicht es Benutzern Ihr Ergebnis in eine öffentliche "
1292
  "Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
1293
 
1294
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1295
  msgid "The leaderboard works independent from internal statistics function."
1296
  msgstr ""
1297
  "Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
1298
 
1299
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1300
  msgid "Who can sign up to the list"
1301
  msgstr "Wer darf sich in die Liste eintragen"
1302
 
1303
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1304
  msgid ""
1305
  "Not registered users have to enter name and e-mail (e-mail won't be "
1306
  "displayed)"
@@ -1308,11 +1549,23 @@ msgstr ""
1308
  "nicht registrierte Benutzer müssen sich mit Name und E-Mail eintragen. (E-"
1309
  "Mail wird nicht veröffentlicht)"
1310
 
1311
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
 
 
1312
  msgid "display captcha"
1313
  msgstr "Captcha einblenden"
1314
 
1315
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1316
  msgid ""
1317
  "If you enable this option, additional captcha will be displayed for users "
1318
  "who are not registered."
@@ -1320,75 +1573,75 @@ msgstr ""
1320
  "Wenn Sie diese Option aktivieren, wird für nicht registrierte Benutzer "
1321
  "zusätzlich ein Captcha angezeigt."
1322
 
1323
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1324
  msgid "This option requires additional plugin:"
1325
  msgstr "Diese Option benötigt ein zusätzliches Plugin:"
1326
 
1327
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1328
  msgid "Plugin has been detected."
1329
  msgstr "Plugin wurde erkannt."
1330
 
1331
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1332
  msgid "Plugin is not installed."
1333
  msgstr "Plugin ist nicht installiert."
1334
 
1335
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1336
  msgid "Sort list by"
1337
  msgstr "Liste sortieren nach"
1338
 
1339
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1340
  msgid "Users can apply multiple times"
1341
  msgstr "Benutzer dürfen sich mehrfach eintragen"
1342
 
1343
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1344
  msgid "User can apply after:"
1345
  msgstr "Benutzer darf sich erneut eintragen nach:"
1346
 
1347
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1348
  msgid "minute"
1349
  msgstr "Minuten"
1350
 
1351
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1352
  msgid "How many entries should be displayed"
1353
  msgstr "Wie viel Einträge sollen angezeigt werden"
1354
 
1355
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1356
  msgid "Entries"
1357
  msgstr "Einträge"
1358
 
1359
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1360
  msgid "Automatically display leaderboard in quiz result"
1361
  msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
1362
 
1363
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1364
  msgid "Where should leaderboard be displayed:"
1365
  msgstr "Wo soll die Bestenliste eingeblendet werden:"
1366
 
1367
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1368
  msgid "don't display"
1369
  msgstr "nicht anzeigen"
1370
 
1371
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1372
  msgid "below the \"result text\""
1373
  msgstr "unterhalb des \"Ergebnis Text\""
1374
 
1375
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1376
  msgid "in a button"
1377
  msgstr "in einem Button"
1378
 
1379
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1380
  msgid "Quiz description"
1381
  msgstr "Quiz Beschreibung"
1382
 
1383
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1384
  msgid "This text will be displayed before start of the quiz."
1385
  msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
1386
 
1387
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1388
  msgid "Results text"
1389
  msgstr "Ergebnis Text"
1390
 
1391
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1392
  msgid ""
1393
  "This text will be displayed at the end of the quiz (in results). (this text "
1394
  "is optional)"
@@ -1396,19 +1649,19 @@ msgstr ""
1396
  "Dieser Text wird beim Beenden (im Ergebnis) des Quizes angezeigt (Dieser "
1397
  "Text ist optional)"
1398
 
1399
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1400
  msgid "Activate graduation"
1401
  msgstr "Abstufungen aktivieren"
1402
 
1403
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1404
  msgid "Hint:"
1405
  msgstr "Hinweis:"
1406
 
1407
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1408
  msgid "Maximal 15 levels"
1409
  msgstr "Maximal 15 Stufen"
1410
 
1411
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1412
  #, php-format
1413
  msgid ""
1414
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1417,26 +1670,26 @@ msgstr ""
1417
  "Prozente beziehen sich auf die Gesamtpunktzahl des Quiz (Aktuell: insgesamt "
1418
  "%d Punkte bei %d Fragen)"
1419
 
1420
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1421
  msgid "Values can also be mixed up"
1422
  msgstr "Werte können auch durcheinander sein"
1423
 
1424
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1425
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1426
  msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
1427
 
1428
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1429
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1430
  msgid "from:"
1431
  msgstr "Ab:"
1432
 
1433
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1434
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1435
  msgid "percent"
1436
  msgstr "Prozent"
1437
 
1438
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1439
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1440
  #, php-format
1441
  msgid ""
1442
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1445,12 +1698,12 @@ msgstr ""
1445
  "(Wird angezeigt wenn Ergebnis-Prozent >= <span class=\"resultProzent\">%s</"
1446
  "span>%% ist)"
1447
 
1448
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1449
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1450
  msgid "Delete graduation"
1451
  msgstr "Stufe löschen"
1452
 
1453
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1454
  msgid "Add graduation"
1455
  msgstr "Stufe hinzufügen"
1456
 
@@ -1476,32 +1729,32 @@ msgstr "Style Manager"
1476
  msgid "Support WP-Pro-Quiz"
1477
  msgstr "Wp-Pro-Quiz unterstützen"
1478
 
1479
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1480
  msgid "ID"
1481
  msgstr "ID"
1482
 
1483
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1484
  msgid "Shortcode"
1485
  msgstr "Shortcode"
1486
 
1487
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1488
  msgid "Shortcode-Leaderboard"
1489
  msgstr "Shortcode-Bestenliste"
1490
 
1491
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1492
  msgid "Preview"
1493
  msgstr "Vorschau"
1494
 
1495
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1496
  msgid "Add quiz"
1497
  msgstr "Quiz hinzufügen"
1498
 
1499
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1500
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1501
  msgid "Export"
1502
  msgstr "Export"
1503
 
1504
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1505
  msgid ""
1506
  "Choose the respective question, which you would like to export and press on "
1507
  "\"Start export\""
@@ -1509,74 +1762,78 @@ msgstr ""
1509
  "Wählen Sie oben die entsprechen Quiz aus, die Sie exportieren möchten und "
1510
  "klicken Sie anschliessen auf \"Export starten\""
1511
 
1512
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1513
  msgid "Start export"
1514
  msgstr "Export starten"
1515
 
1516
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1517
  msgid "Import only *.wpq files from known and trusted sources."
1518
  msgstr ""
1519
  "Importieren sie nur *.wpq Dateien aus bekannten und vertrauenswürdigen "
1520
  "Quellen."
1521
 
1522
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1523
  #, php-format
1524
  msgid "Maximal %d MiB"
1525
  msgstr "Maximal %d MiB"
1526
 
1527
- #: lib/view/WpProQuiz_View_Statistics.php:17
1528
  #, php-format
1529
  msgid "Quiz: %s - Statistics"
1530
  msgstr "Quiz: %s - Statistik"
1531
 
1532
- #: lib/view/WpProQuiz_View_Statistics.php:21
1533
  msgid "Stats not enabled"
1534
  msgstr "Statistik ist nicht aktiviert"
1535
 
1536
- #: lib/view/WpProQuiz_View_Statistics.php:22
1537
  msgid "Activate statistics"
1538
  msgstr "Statistik aktivieren"
1539
 
1540
- #: lib/view/WpProQuiz_View_Statistics.php:27
1541
- msgid "Anonymous users"
1542
- msgstr "anonyme Benutzer"
1543
-
1544
- #: lib/view/WpProQuiz_View_Statistics.php:28
1545
- msgid "Registered users"
1546
- msgstr "registrierte Benutzer"
1547
 
1548
- #: lib/view/WpProQuiz_View_Statistics.php:29
1549
  msgid "Overview"
1550
  msgstr "Übersicht"
1551
 
1552
- #: lib/view/WpProQuiz_View_Statistics.php:34
1553
  msgid "Please select user name:"
1554
  msgstr "Bitte Benutzername auswählen:"
1555
 
1556
- #: lib/view/WpProQuiz_View_Statistics.php:57
1557
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1558
  msgid "Hints used"
1559
  msgstr "Tipp benutzt"
1560
 
1561
- #: lib/view/WpProQuiz_View_Statistics.php:58
1562
  msgid "Points scored"
1563
  msgstr "Punkte erzielt"
1564
 
1565
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1566
  msgid "Reset statistics"
1567
  msgstr "Statistik zurücksetzen"
1568
 
1569
- #: lib/view/WpProQuiz_View_Statistics.php:100
1570
- #: lib/view/WpProQuiz_View_Statistics.php:172
1571
  msgid "Refresh"
1572
  msgstr "Aktualisieren"
1573
 
1574
- #: lib/view/WpProQuiz_View_Statistics.php:104
1575
- #: lib/view/WpProQuiz_View_Statistics.php:174
1576
  msgid "Reset entire statistic"
1577
  msgstr "Alle Statistiken zurücksetzten"
1578
 
1579
- #: lib/view/WpProQuiz_View_Statistics.php:120
1580
  msgid "Show only users, who solved the quiz:"
1581
  msgstr "Nur Benutzer anzeigen die das Quiz absolviert haben:"
1582
 
@@ -1667,6 +1924,187 @@ msgstr ""
1667
  "Sie können Wp-Pro-Quiz auch vom englischen ins englische übersetzten umso z."
1668
  "B. die Buttons mit einem anderen Text zu belegen."
1669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1670
  #, fuzzy
1671
  #~ msgid "Unterschiedliche Punkte fuer jede Antwort"
1672
  #~ msgstr "Different points for each answer"
@@ -1700,10 +2138,6 @@ msgstr ""
1700
  #~ msgid "Optionen"
1701
  #~ msgstr "Options"
1702
 
1703
- #, fuzzy
1704
- #~ msgid "Bestenliste hinzugefuegt"
1705
- #~ msgstr "Leaderboard"
1706
-
1707
  #, fuzzy
1708
  #~ msgid "Unterschiedliche Punkte fuer jede Antwort hinzugefuegt"
1709
  #~ msgstr "Different points for each answer"
@@ -1724,10 +2158,6 @@ msgstr ""
1724
  #~ msgid "Ein Fehler ist aufgetreten."
1725
  #~ msgstr "An error has occurred."
1726
 
1727
- #, fuzzy
1728
- #~ msgid "Kein Name oder eine E-Mail angegeben."
1729
- #~ msgstr "No name or e-mail stated."
1730
-
1731
  #, fuzzy
1732
  #~ msgid "Captcha ist falsch."
1733
  #~ msgstr "Captcha is wrong."
@@ -1748,10 +2178,6 @@ msgstr ""
1748
  #~ msgid "aeltester Eintrag"
1749
  #~ msgstr "Oldest entry"
1750
 
1751
- #, fuzzy
1752
- #~ msgid "Loeschen"
1753
- #~ msgstr "Delete"
1754
-
1755
  #, fuzzy
1756
  #~ msgid "Alle Eintaege loeschen"
1757
  #~ msgstr "Delete all entries"
@@ -1836,10 +2262,6 @@ msgstr ""
1836
  #~ msgid "Neuste POT Datei"
1837
  #~ msgstr "Latest POT file"
1838
 
1839
- #, fuzzy
1840
- #~ msgid "Uebersetzten"
1841
- #~ msgstr "translate"
1842
-
1843
  #, fuzzy
1844
  #~ msgid "Speichern"
1845
  #~ msgstr "Save"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-21 16:39+0100\n"
5
+ "PO-Revision-Date: 2013-03-21 16:39+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Wollen Sie das Quiz/Frage wirklich löschen?"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "Titel wurde nicht ausgefüllt!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "Keine Frage hinterlegt!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "Keine korrekte Antwort markiert!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "Keine Antwort hinterlegt!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "Quiz-Beschreibung nicht ausgefüllt!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Die Prozentwerte im Ergebnistext stimmen nicht."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Keine Zahl im Feld \"Punkte\" oder kleiner 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Keine Zahl im Feld \"Punkte\" oder kleiner 0"
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "Kein Quiz ausgewählt"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Soll die Statistik wirklich zurückgesetzt werden?"
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Keine Daten verfügbar"
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr "Kein Sortierelement im Kriterium"
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
  "\"Unterschiedliche Punkte für jede Antwort\" ist bei \"Free\" Choice nicht "
77
  "möglich"
78
 
79
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
80
+ msgid "You must specify a name."
81
+ msgstr "Sie müssen einen Namen angeben."
82
+
83
  #: lib/controller/WpProQuiz_Controller_Front.php:44
84
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
85
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
86
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:439
87
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
88
+ #: lib/view/WpProQuiz_View_Statistics.php:40
89
  msgid "Loading"
90
  msgstr "Daten werden geladen"
91
 
96
  #: lib/controller/WpProQuiz_Controller_Question.php:51
97
  #: lib/controller/WpProQuiz_Controller_Question.php:128
98
  #: lib/controller/WpProQuiz_Controller_Question.php:143
99
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
100
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
102
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
103
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
104
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
105
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
106
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
107
  msgid "You do not have sufficient permissions to access this page."
108
  msgstr "You do not have sufficient permissions to access this page."
109
 
110
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
111
  msgid "Settings saved"
112
  msgstr "Einstellungen gespeichert"
113
 
132
  msgid "Edit question"
133
  msgstr "Frage bearbeiten"
134
 
135
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
136
  msgid "Question not found"
137
  msgstr "Frage nicht gefunden"
138
 
139
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
140
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
141
  #, php-format
142
  msgid "Question: %d"
143
  msgstr "Frage: %d"
144
 
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
146
  msgid "Question edited"
147
  msgstr "Frage geändert"
148
 
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
150
  msgid "New question"
151
  msgstr "Neue Frage"
152
 
153
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
154
  msgid "Question added"
155
  msgstr "Frage hinzugefügt"
156
 
177
  msgid "Quiz deleted"
178
  msgstr "Quiz gelöscht"
179
 
180
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
181
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
182
+ msgid "No category"
183
+ msgstr "Keine Kategorie"
184
+
185
  #: lib/controller/WpProQuiz_Controller_Toplist.php:136
186
  msgid "You signing up successfully."
187
  msgstr "Sie haben sich erfolgreich eingetragen."
223
  msgid "File is not compatible with the current version"
224
  msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
225
 
226
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
227
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
228
+ msgstr "Wp-Pro-Quiz: Ein Benutzer hat ein Quiz abgeschlossen"
229
+
230
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
231
+ msgid ""
232
+ "Wp-Pro-Quiz\n"
233
+ "\n"
234
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
235
+ "\n"
236
+ "Points: $points\n"
237
+ "Result: $result\n"
238
+ "\n"
239
+ msgstr ""
240
+ "Wp-Pro-Quiz\n"
241
+ "\n"
242
+ "Der Benutzer \"$username\" hat das Quiz \"$quizname\" beendet.\n"
243
+ "\n"
244
+ "Punkte: $points\n"
245
+ "Ergebnis: $result\n"
246
+ "\n"
247
+
248
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
249
  msgid "The user completed a quiz."
250
  msgstr "Der Benutzer beendet ein Quiz."
251
 
252
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
253
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
256
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
257
  msgid "Leaderboard"
258
  msgstr "Bestenliste"
259
 
260
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
261
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
262
  #: lib/view/WpProQuiz_View_Import.php:22
263
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
264
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
266
+ #: lib/view/WpProQuiz_View_Statistics.php:24
267
  #: lib/view/WpProQuiz_View_StyleManager.php:11
268
  msgid "back to overview"
269
  msgstr "zurück zur Übersicht"
270
 
271
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
272
+ #: lib/view/WpProQuiz_View_Statistics.php:158
273
  msgid "Filter"
274
  msgstr "Filter"
275
 
278
  msgstr "Sortieren nach:"
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
282
  msgid "best user"
283
  msgstr "bester Benutzer"
284
 
285
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
287
  msgid "newest entry"
288
  msgstr "neuester Eintrag"
289
 
290
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
292
  msgid "oldest entry"
293
  msgstr "Ältester Eintrag"
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
296
+ #: lib/view/WpProQuiz_View_Statistics.php:169
297
  msgid "How many entries should be shown on one page:"
298
  msgstr "Wie viele Benutzer sollen auf einer Seite angezeigt werden:"
299
 
307
  msgstr "UR = nicht registrierter Benutzer, R = registrierter Benutzer"
308
 
309
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
310
+ #: lib/view/WpProQuiz_View_Statistics.php:188
311
  msgid "User"
312
  msgstr "Benutzer"
313
 
314
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
315
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:447
316
  msgid "E-Mail"
317
  msgstr "E-Mail"
318
 
322
  msgstr "Eingetragen am"
323
 
324
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
325
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:320
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:338
327
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
328
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
329
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
330
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
331
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
332
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
333
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
334
+ #: lib/view/WpProQuiz_View_Statistics.php:64
335
+ #: lib/view/WpProQuiz_View_Statistics.php:189
336
  msgid "Points"
337
  msgstr "Punkte"
338
 
339
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
340
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
341
+ #: lib/view/WpProQuiz_View_Statistics.php:69
342
+ #: lib/view/WpProQuiz_View_Statistics.php:193
343
  msgid "Results"
344
  msgstr "Ergebnis"
345
 
348
  msgstr "Aktion"
349
 
350
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
351
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
352
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
353
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
354
  msgid "Delete"
355
  msgstr "Löschen"
356
 
362
  msgid "Delete all entries"
363
  msgstr "Alle Einträge löschen"
364
 
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
368
+ msgid "Time limit"
369
+ msgstr "Zeitlimit"
370
+
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
372
+ msgid "Answered"
373
+ msgstr "Beantwortet"
374
+
375
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
376
+ msgid "Review"
377
+ msgstr "Vorgemerkt"
378
+
379
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
380
+ msgid "Review question"
381
+ msgstr "Frage vormerken"
382
+
383
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:74
384
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
385
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
389
+ msgid "Quiz-summary"
390
+ msgstr "Quiz-Zusammenfassung"
391
+
392
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
393
+ #, php-format
394
+ msgid "%s of %s questions completed"
395
+ msgstr "%s von %s Fragen beantwortet"
396
+
397
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:85
398
+ #: lib/view/WpProQuiz_View_Import.php:44
399
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
400
+ msgid "Questions"
401
+ msgstr "Fragen"
402
+
403
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
404
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:394
405
+ msgid "Finish quiz"
406
+ msgstr "Quiz abschließen"
407
+
408
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:101
409
  msgid "Start quiz"
410
  msgstr "Quiz starten"
411
 
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:106
413
  msgid ""
414
  "You have already completed the quiz before. Hence you can not start it again."
415
  msgstr ""
416
  "Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut "
417
  "starten."
418
 
419
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:111
420
  msgid "You have to finish following quiz, to start this quiz:"
421
  msgstr ""
422
  "Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:"
423
 
424
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:118
425
  #, php-format
426
  msgid "%s of %s questions answered correctly"
427
  msgstr "%s von %s Frage korrekt beantwortet"
428
 
429
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:121
430
  msgid "Your time: <span></span>"
431
  msgstr "Ihre Zeit: <span></span>"
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:124
434
  msgid "Time has elapsed"
435
  msgstr "Zeit ist abgelaufen"
436
 
437
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:127
438
  #, php-format
439
  msgid "You have reached %s of %s points, (%s)"
440
  msgstr "Sie haben %s von %s Punkten erreicht (%s)"
441
 
442
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:135
443
  msgid "Average score"
444
  msgstr "Ø Punkte"
445
 
446
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:142
447
  msgid "Your score"
448
  msgstr "Deine Punkte"
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
451
  msgid "Restart quiz"
452
  msgstr "Quiz erneut starten"
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:176
455
  msgid "View questions"
456
  msgstr "Fragen ansehen"
457
 
458
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:179
459
  msgid "Show leaderboard"
460
  msgstr "Zeige Bestenliste"
461
 
462
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:210
 
 
 
 
 
 
463
  #, php-format
464
  msgid "Question %s of %s"
465
  msgstr "Frage %s von %s"
466
 
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:213
468
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
469
+ #: lib/view/WpProQuiz_View_Statistics.php:63
470
  msgid "Question"
471
  msgstr "Frage"
472
 
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:217
474
  #, php-format
475
  msgid "%d points"
476
  msgstr "%d Punkte"
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:227
479
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
480
  msgid "Sort elements"
481
  msgstr "Sortierelemente"
482
 
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:325
485
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
486
+ #: lib/view/WpProQuiz_View_Statistics.php:65
487
+ #: lib/view/WpProQuiz_View_Statistics.php:190
488
  msgid "Correct"
489
  msgstr "Korrekt"
490
 
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:343
493
+ #: lib/view/WpProQuiz_View_Statistics.php:66
494
+ #: lib/view/WpProQuiz_View_Statistics.php:191
495
  msgid "Incorrect"
496
  msgstr "Inkorrekt"
497
 
498
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:364
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
500
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
501
  msgid "Hint"
502
  msgstr "Tipp"
503
 
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
507
+ msgid "Skip question"
508
+ msgstr "Frage überspringen"
509
 
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
511
  msgid "Back"
512
  msgstr "Zurück"
513
 
514
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
515
+ msgid "Check"
516
+ msgstr "Prüfen"
517
+
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:378
519
  msgid "Next exercise"
520
  msgstr "Nächste Frage"
521
 
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
 
 
 
 
523
  msgid "Your result entered into leaderboard"
524
  msgstr "Dein Ergebnis in die Bestenliste eintragen"
525
 
526
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:444
527
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
528
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
529
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
530
  msgid "Name"
531
  msgstr "Name"
532
 
533
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:452
534
  msgid "Captcha"
535
  msgstr "Captcha"
536
 
537
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:458
538
  msgid "Send"
539
  msgstr "Abschicken"
540
 
565
 
566
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
567
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
568
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
569
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
570
  msgid "Global settings"
571
  msgstr "Globale Einstellungen"
583
  "Quiz gibt."
584
 
585
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
586
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
587
  msgid "Settings in case of problems"
588
  msgstr "Einstellungen bei Problemen"
589
 
590
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
591
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  msgid "Automatically add [raw] shortcode"
593
  msgstr "Automatisch [raw] Shortcode hinzufügen"
594
 
595
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
596
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
597
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
621
  msgid "Activate"
622
  msgstr "Aktivieren"
623
 
624
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
625
  #, php-format
626
  msgid "It is recommended %s this option on your system."
627
  msgstr "Es wird auf Ihrem System empfohlen dies %s."
628
 
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
630
  msgid ""
631
  "If this option is activated, a [raw] shortcode is automatically set around "
632
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
634
  "Wenn diese Option aktivieren, wird automatisch ein [raw] Shortcode um den "
635
  "WpProQuiz Shortcode ( [WpProQuiz X] ) gesetzt ( [raw] [WpProQuiz X] [/raw] )."
636
 
637
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
638
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
639
  msgid ""
640
  "Own themes changes internal order of filters, what causes the problems. "
643
  "Einige Themen verändern die interne Reihenfolge der Filter, wodurch es zu "
644
  "Fehlern kommt. Mit dem zusätzlichen Shortcode [raw] wird dies verhindert."
645
 
646
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
647
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
648
  msgid "Do not load the Javascript-files in the footer"
649
  msgstr "Javascript-Dateien nicht am Seitenende laden"
650
 
651
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
652
  msgid ""
653
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
654
  "when they are really needed."
656
  "Standardmäßig werden alle WpProQuiz-Javascript-Dateien am Seitenende geladen "
657
  "und auch nur dann wenn sie wirklich benötigt werden."
658
 
659
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
660
  msgid "In very old Wordpress themes this can lead to problems."
661
  msgstr "Bei sehr alten Wordpress Themes kann dies zu Problemen führen."
662
 
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
664
  msgid ""
665
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
666
  "the header even if they are not needed."
669
  "Dateien im Header geladen, eine Unterscheidung ob die Javascript Dateien "
670
  "wirklich benötigt werden kann dann nicht mehr getroffen werden."
671
 
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
673
  #, php-format
674
  msgid ""
675
  "Anyone who wants to learn more about this topic should read through the "
678
  "Wer mehr über dieses Thema erfahren möchte, sollte sich folgende Webseiten "
679
  "durchlesen %s und %s"
680
 
681
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
683
  msgid "Touch Library"
684
  msgstr "Touch Library"
685
 
686
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
688
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
690
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
691
  msgid "Deactivate"
692
  msgstr "Deaktivieren"
693
 
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
695
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
696
  msgstr ""
697
  "In Version 0.13 wurde eine neue Touch Library für Mobilegeräte hinzugefügt."
698
 
699
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
700
  msgid "If you have any problems with the Touch Library, please deactivate it."
701
  msgstr ""
702
  "Wenn Sie Probleme mit der Touch Library haben, können Sie dies hier "
703
  "deaktivieren."
704
 
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
707
  msgid "jQuery support cors"
708
  msgstr "jQuery support cors"
709
 
710
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
711
  msgid "Is required only in rare cases."
712
  msgstr "Ist nur in seltenen Fällen erforderlich."
713
 
714
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
715
  msgid "If you have problems with the front ajax, please activate it."
716
  msgstr "Wenn Sie Probleme mit dem Front AJAX haben, bitte aktivieren Sie es."
717
 
718
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
719
  msgid "e.g. Domain with special characters in combination with IE"
720
  msgstr "z.B. Bei einer Domain mit Sonderzeichen in Kombination mit IE"
721
 
722
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
723
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
725
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
726
  msgid "Save"
727
  msgstr "Speichern"
728
 
729
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
730
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
731
+ msgid "Leaderboard time format"
732
+ msgstr "Bestenliste Zeitformat"
733
+
734
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
735
+ msgid "Custom"
736
+ msgstr "Angepasst"
737
+
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
739
+ msgid "Documentation on date and time formatting"
740
+ msgstr "Dokumentation über Datum und Uhrzeit Formatierung (engl.)"
741
+
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
744
+ msgid "Category management"
745
+ msgstr "Kategorie-Verwaltung"
746
+
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
748
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
749
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
750
+ msgid "Edit"
751
+ msgstr "Bearbeiten"
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
754
+ msgid "E-mail settings"
755
+ msgstr "E-Mail Einstellungen"
756
+
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
758
+ msgid "To:"
759
+ msgstr "An:"
760
+
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
762
+ msgid ""
763
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
764
+ "com"
765
+ msgstr ""
766
+ "Mehrere E-Mail-Adressen mit Komma trennen, z.B. wp@test.com, test@test.com"
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
769
+ msgid "From:"
770
+ msgstr "Absender:"
771
+
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
773
+ msgid "Subject:"
774
+ msgstr "Betreff:"
775
+
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
777
+ msgid "Message body:"
778
+ msgstr "Nachricht:"
779
+
780
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
781
+ msgid "Allowed variables"
782
+ msgstr "Erlaubte Variablen"
783
+
784
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
785
+ msgid "User-ID"
786
+ msgstr "Benutzer-ID"
787
+
788
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
789
+ msgid "Username"
790
+ msgstr "Benutzername"
791
+
792
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
793
+ msgid "Quiz-Name"
794
+ msgstr "Quiz-Name"
795
+
796
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
797
+ msgid "Result in precent"
798
+ msgstr "Ergebnis in Prozent"
799
+
800
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
801
+ msgid "Reached points"
802
+ msgstr "Erreichte Punktzahl"
803
+
804
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
805
+ msgid "IP-address of the user"
806
+ msgstr "IP-Adresse des Benutzers"
807
+
808
  #: lib/view/WpProQuiz_View_Import.php:21
809
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
810
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
811
  msgid "Import"
812
  msgstr "Import"
813
 
827
  msgid "Quiz name"
828
  msgstr "Quiz-Name"
829
 
 
 
 
 
 
830
  #: lib/view/WpProQuiz_View_Import.php:67
831
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
832
  msgid "Start import"
833
  msgstr "Import starten"
834
 
835
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
836
  msgid "Title"
837
  msgstr "Titel"
838
 
839
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
840
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
841
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
842
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
843
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
844
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
847
  msgid "(optional)"
848
  msgstr "(Optional)"
849
 
850
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
851
  msgid ""
852
  "The title is used for overview, it is not visible in quiz. If you leave the "
853
  "title field empty, a title will be generated."
855
  "Der Titel dient nur zur Übersicht, es wird nicht im Quiz angezeigt. Wird der "
856
  "Titel leer gelassen, wird ein Titel generiert."
857
 
858
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
859
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
860
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
863
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
864
  msgid "(required)"
865
  msgstr "(Pflichtfeld)"
866
 
867
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
868
  msgid "Points for this question (Standard is 1 point)"
869
  msgstr "Punkte für diese Frage (Standard ist 1 Punkt)"
870
 
871
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
872
  msgid ""
873
  "This points will be rewarded, only if the user closes the question correctly."
874
  msgstr ""
875
  "Diese Punkte werden nur dann vergeben, wenn der Benutzer die Frage korrekt "
876
  "abschließt."
877
 
878
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
879
  msgid "Different points for each answer"
880
  msgstr "Unterschiedliche Punkte für jede Antwort"
881
 
882
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
883
  msgid ""
884
  "If you enable this option, you can enter different points for every answer."
885
  msgstr ""
886
  "Wenn Sie diese Option aktivieren, können Sie für jede Antwort "
887
  "unterschiedliche Punkte vergeben."
888
 
889
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
890
  msgid "Show reached points in the correct- and incorrect message?"
891
  msgstr "Erreichte Punkte in der Korrekt- und Inkorrekt-Nachricht anzeigen?"
892
 
893
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
894
+ #: lib/view/WpProQuiz_View_Statistics.php:82
895
+ msgid "Category"
896
+ msgstr "Kategorie"
897
+
898
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
899
+ msgid ""
900
+ "You can assign classify category for a question. Categories are e.g. visible "
901
+ "in statistics function."
902
+ msgstr ""
903
+ "Sie können Fragen in eine Kategorie einordnen. Die Kategorien sind dann z.B. "
904
+ "in der Statistik-Funktion sichtbar."
905
+
906
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
907
+ msgid "You can manage categories in global settings."
908
+ msgstr "Die Kategorien können sie in den Globalen-Einstellungen verwalten."
909
+
910
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
911
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
912
+ msgid "Create new category"
913
+ msgstr "Neue Kategorie anlegen"
914
+
915
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
916
+ msgid "Create"
917
+ msgstr "Anlegen"
918
+
919
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
920
  msgid "Message with the correct / incorrect answer"
921
  msgstr "Nachricht bei korrekter / inkorrekter Antwort"
922
 
923
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
924
  msgid "Deactivated in quiz settings."
925
  msgstr "In den Quiz-Einstellungen deaktiviert."
926
 
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
928
  msgid "Message with the correct answer"
929
  msgstr "Nachricht bei korrekter Antwort"
930
 
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
932
  msgid ""
933
  "This text will be visible if answered correctly. It can be used as "
934
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
938
  "für komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
939
  "immer automatisch angezeigt."
940
 
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
942
  msgid "Same text for correct- and incorrect-message?"
943
  msgstr "Gleicher Text für Korrekt- und Inkorrekt-Nachricht?"
944
 
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
946
  msgid "Message with the incorrect answer"
947
  msgstr "Nachricht bei inkorrekter Antwort"
948
 
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
950
  msgid ""
951
  "This text will be visible if answered incorrectly. It can be used as "
952
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
956
  "komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
957
  "immer automatisch angezeigt."
958
 
959
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
960
  msgid "Here you can enter solution hint."
961
  msgstr "Hier können Sie einen Lösungstipp hinterlegen."
962
 
963
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
964
  msgid "Activate hint for this question?"
965
  msgstr "Tipp für diese Frage aktivieren?"
966
 
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
968
  msgid "Answer type"
969
  msgstr "Antwort Typ?"
970
 
971
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
972
  msgid "Single choice"
973
  msgstr "Single choice"
974
 
975
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
976
  msgid "Multiple choice"
977
  msgstr "Multiple choice"
978
 
979
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
980
  msgid "\"Free\" choice"
981
  msgstr "\"Free\" choice"
982
 
983
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
984
  msgid "\"Sorting\" choice"
985
  msgstr "\"Sorting\" choice"
986
 
987
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
988
  msgid "\"Matrix Sorting\" choice"
989
  msgstr "\"Matrix Sorting\" choice"
990
 
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
992
  msgid "Cloze"
993
  msgstr "Lückentext"
994
 
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
996
  msgid "Answers"
997
  msgstr "Antworten"
998
 
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
1000
  msgid ""
1001
  "Please sort the answers in right order with the \"Move\" - Button. The "
1002
  "answers will be displayed randomly."
1004
  "Bitte Antworten mit dem \"Verschiebe\"-Button in die richtige Reihenfolge "
1005
  "bringen. Die Antworten werden später immer zufällig ausgegeben."
1006
 
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1010
  msgid "Add new answer"
1011
  msgstr "Neue Antwort hinzufügen"
1012
 
1013
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
1014
  msgid ""
1015
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1016
  "matching criterion."
1018
  "In diesem Modus muss nicht eine Liste sortiert werden, sondern die "
1019
  "Sortierelemente müssen zu den passenden Kriterium zugeordnet werden."
1020
 
1021
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1022
  msgid ""
1023
  "You can create sort elements with empty criteria, which can't be assigned by "
1024
  "user."
1026
  "Sie können auch Sortierelemente mit einem leeren Kriterium erstellen, der "
1027
  "vom Benutzer nicht zugeordnet werden darf."
1028
 
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1033
  msgid "Options"
1034
  msgstr "Optionen"
1035
 
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1037
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1038
  msgid "Answer"
1039
  msgstr "Antwort"
1040
 
1041
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1045
  msgid "Allow HTML"
1046
  msgstr "HTML erlauben"
1047
 
1048
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1049
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1050
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1051
  msgid "Delete answer"
1052
  msgstr "Antwort löschen"
1053
 
1054
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1055
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1056
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1057
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1058
  msgid "Move"
1059
  msgstr "Verschieben"
1060
 
1061
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1062
  msgid "Criterion"
1063
  msgstr "Kriterium"
1064
 
1065
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1066
  msgid ""
1067
  "correct answers (one per line) (answers will be converted to lower case)"
1068
  msgstr ""
1069
  "Korrekte Antworten (eine pro Zeile ) (Antworten werden in Kleinbuchstaben "
1070
  "umgewandelt)"
1071
 
1072
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1073
  msgid ""
1074
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1075
  "small letters will be ignored."
1077
  "Umschliessen sie die gesuchten Woerter mit { } z.B. \"Ich {spiele} Fussball"
1078
  "\". Gross- und Kleinschreibung wird ignoriert."
1079
 
1080
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1081
+ msgid ""
1082
+ "You can specify multiple options for a search word. Enclose the word with "
1083
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1084
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1085
+ "hate are correct."
1086
+ msgstr ""
1087
+ "Sie können auch mehrere Möglichkeiten für ein Such-Wort angeben. Umschließen "
1088
+ "Sie dies Wörter mit [ ] e.g. <span style=\"font-style: normal; letter-"
1089
+ "spacing: 2px;\"> \"Ich {[spiele][liebe][hasse]} Fußball\" </span>. Richtig "
1090
+ "wäre denn spiele, liebe ORDER hasse."
1091
+
1092
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1093
  msgid ""
1094
  "If mode \"Different points for every answer\" is activated, you can assign "
1095
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1098
  "können sie mit |POINTS unterschiedliche Punkte vergeben. Ansonsten gibt es "
1099
  "für jede Korrekte Antwort einen Punkt."
1100
 
1101
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1102
  msgid ""
1103
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1104
  "\" 3 points."
1110
  msgid "Questions sorted"
1111
  msgstr "Fragen sortiert"
1112
 
 
 
 
 
 
1113
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1114
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1115
  msgid "Total"
1116
+ msgstr "Summe"
1117
 
1118
  #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1119
  msgid "Add question"
1140
  msgid "Copy questions"
1141
  msgstr "Fragen kopieren"
1142
 
1143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1144
  msgid "Quiz title"
1145
  msgstr "Quiz Titel"
1146
 
1147
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1148
  msgid "Hide quiz title"
1149
  msgstr "Quiz Titel verstecken"
1150
 
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1152
  msgid "Hide title"
1153
  msgstr "Titel verstecken"
1154
 
1155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1156
  msgid "The title serves as quiz heading."
1157
  msgstr "Der Titel dient als Quiz Überschrift."
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1161
  msgid "Hide \"Restart quiz\" button"
1162
  msgstr "Button \"Quiz erneut starten\" verstecken"
1163
 
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1165
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1166
  msgstr "Versteckt den Button \"Quiz erneut starten\" im Frontend."
1167
 
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1170
  msgid "Hide \"View question\" button"
1171
  msgstr "Button \"Fragen ansehen\" verstecken"
1172
 
1173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1174
  msgid "Hide the \"View question\" button in the Frontend."
1175
  msgstr "Versteckt den Button \"Fragen ansehen\" im Frontend."
1176
 
1177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1178
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1179
  msgid "Show points"
1180
  msgstr "Punkte anzeigen"
1181
 
1182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1183
  msgid "Shows in quiz, how many points are reachable for respective question."
1184
  msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
1185
 
1186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1188
  msgid "Display question randomly"
1189
  msgstr "Fragen zufällig ausgeben"
1190
 
1191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1193
  msgid "Display answers randomly"
1194
  msgstr "Antworten zufällig ausgeben"
1195
 
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1197
  msgid "Seconds"
1198
  msgstr "Sekunden"
1199
 
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1201
  msgid "0 = no limit"
1202
  msgstr "0 = Kein Limit"
1203
 
1204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1206
  msgid "Number answers"
1207
  msgstr "Antworten nummerieren"
1208
 
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1210
  msgid ""
1211
  "If this option is activated, all answers are numbered (only single and "
1212
  "multiple choice)"
1214
  "Wenn Sie diese Option aktivieren, werden die Antworten durchnummeriert (nur "
1215
  "bei Single und Multiple Choice)."
1216
 
1217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1219
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1223
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1227
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1228
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1229
  msgid "Demo"
1230
  msgstr "Demo"
1231
 
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1234
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1235
  msgid "Statistics"
1236
  msgstr "Statistik"
1237
 
1238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1239
  msgid ""
1240
  "Statistics about right or wrong answers. Statistics will be saved by "
1241
  "completed quiz, not after every question. The statistics is only visible "
1245
  "vollständigen abschließen des Quiz gespeichert, nicht nach jeder Frage. Die "
1246
  "Statistik ist nur über das Adminmenü einsehbar (interne Statistik)"
1247
 
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1250
  msgid "Statistics IP-lock"
1251
  msgstr "Statistik IP-Sperre"
1252
 
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1254
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1255
  msgstr "in Minuten (Empfohlen: 1440 Minuten = 1 Tag)"
1256
 
1257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1258
  msgid ""
1259
  "Protect the statistics from spam. Result will only be saved every X minutes "
1260
  "from same IP. (0 = deactivated)"
1262
  "Schuetz die Statistik vor Spam. Ergebnis wird nur aller X Minuten von der "
1263
  "gleichen IP gespeichert. (0 = Deaktiviert)"
1264
 
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1267
  msgid "Execute quiz only once"
1268
  msgstr "Quiz nur einmal ausführen"
1269
 
1270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1271
  msgid ""
1272
  "If you activate this option, the user can complete the quiz only once. "
1273
  "Afterwards the quiz is blocked for this user."
1275
  "Wenn diese Option aktivieren, kann ein Benutzer das Quiz nur einmal "
1276
  "absolvieren, danach wird das Quiz für diesen Benutzer gesperrt."
1277
 
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1279
  msgid "This option applies to:"
1280
  msgstr "Diese Option gilt für:"
1281
 
1282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1284
  msgid "all users"
1285
  msgstr "Alle Benutzer"
1286
 
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1289
  msgid "registered useres only"
1290
  msgstr "nur registriere Benutzer"
1291
 
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1294
  msgid "anonymous users only"
1295
  msgstr "nur anonyme Benutzer"
1296
 
1297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1298
  msgid "user identification by cookie"
1299
  msgstr "Benutzer-Identifikation über Cookie"
1300
 
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1302
  msgid ""
1303
  "If you activate this option, a cookie is set additionally for unregistrated "
1304
  "(anonymous) users. This ensures a longer assignment of the user than the "
1308
  "Benutzer (anonyme) gesetzt. Dies gewährleistet eine längere Zuordnung des "
1309
  "Benutzers als nur über die IP-Adresse."
1310
 
1311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1312
  msgid "Reset the user identification"
1313
  msgstr "Benutzer-Identifikation zurücksetzten"
1314
 
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1316
  msgid "User identification has been reset."
1317
  msgstr "Benutzer-Identifikation wurde zurückgesetzt."
1318
 
1319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1320
  msgid "Resets user identification for all users."
1321
  msgstr "Setzt die Benutzer-Identifikation für alle Benutzer zurück."
1322
 
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1325
  msgid "Hide correct- and incorrect message"
1326
  msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
1327
 
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1329
  msgid ""
1330
  "If you enable this option, no correct- or incorrect message will be "
1331
  "displayed."
1333
  "Wenn Sie diese Option aktivieren, werden keine Korrekt- oder Inkorrekt-"
1334
  "Nachricht angezeigt."
1335
 
1336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1337
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1338
  msgid "Correct and incorrect answer mark"
1339
  msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
1340
 
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1342
  msgid ""
1343
  "If you enable this option, answers won't be color highlighted as correct or "
1344
  "incorrect. "
1346
  "Wenn Sie diese Option aktivieren, werden die Antworten nicht mehr farblich "
1347
  "als korrekt oder inkorrekt gegenzeichnet."
1348
 
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1351
  msgid "Show only specific number of questions"
1352
  msgstr "Zeige nur bestimmte Anzahl von Fragen"
1353
 
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1355
  msgid ""
1356
  "If you enable this option, maximum number of displayed questions will be X "
1357
  "from X questions. (The output of questions is random)"
1359
  "Wenn Sie diese Option aktivieren, werden immer nur maximal X von X Fragen "
1360
  "angezeigt. (Die Ausgabe der Fragen erfolgt zufällig)"
1361
 
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1363
  msgid "The statistics function is not available in this option."
1364
  msgstr "Die Statistik-Funktion ist mit dieser Option nicht verfügbar."
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1367
  msgid ""
1368
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1369
  msgstr ""
1370
  "Diese Option funktioniert nicht zu verlässlich in Verbindung mit Frontend-"
1371
  "Cache-Plugins."
1372
 
1373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1374
  msgid "How many questions should be displayed simultaneously:"
1375
  msgstr "Wie viele Fragen sollen gleichzeitig angezeigt werden:"
1376
 
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1378
  msgid "in percent"
1379
  msgstr "in Prozent"
1380
 
1381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1383
  msgid "Show average points"
1384
  msgstr "Durchschnittspunkte anzeigen"
1385
 
1386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1387
  msgid "Statistics-function must be enabled."
1388
  msgstr "Statistik-Funktion muss aktiviert sein."
1389
 
1390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1392
  msgid "Prerequisites"
1393
  msgstr "Voraussetzungen"
1394
 
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1396
  msgid ""
1397
  "If you enable this option, you can choose quiz, which user have to finish "
1398
  "before he can start this quiz."
1400
  "Wenn Sie diese Option aktivieren, können Sie wählen welches Quiz ein "
1401
  "Benutzer vorher abgeschlossen habe muss, bevor er dieses Quiz starten kann."
1402
 
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1404
  msgid ""
1405
  "In all selected quizzes statistic function have to be active. If it is not "
1406
  "it will be activated automatically."
1408
  "Bei allen ausgewählten Quiz muss die Statistik-Funktion aktiviert sein, ist "
1409
  "dies nicht der Fall wird diese automatisch aktiviert."
1410
 
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1412
  msgid "Quiz"
1413
  msgstr "Quiz"
1414
 
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1416
  msgid "Prerequisites (This quiz have to be finished)"
1417
  msgstr "Voraussetzung (Diese Quiz muss vorher abgeschlossen wurden sein.)"
1418
 
1419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1422
+ msgid "Question overview"
1423
+ msgstr "Frage-Übersicht"
1424
+
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1426
+ msgid ""
1427
+ "Add at the top of the quiz a question overview, which allows easy "
1428
+ "navigation. Additional questions can be marked \"to review\"."
1429
+ msgstr ""
1430
+ "Fügt oberhalb des Quiz eine Frage-Übersicht ein, die eine leichte Navigation "
1431
+ "erlaubt. Desweitern können Fragen als \"vorgemerkt\" markiert werden."
1432
+
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1434
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1435
+ msgstr ""
1436
+ "Zusätzlich wird vor dem abschließen des Quiz eine Quiz-Zusammenfassung "
1437
+ "angezeigt."
1438
+
1439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1440
+ msgid ""
1441
+ "If you enalbe this option, no quiz overview will be displayed, before "
1442
+ "finishing quiz."
1443
+ msgstr ""
1444
+ "Wenn Sie diese Option aktivieren, wird vor dem Abschluss des Quiz keine Quiz-"
1445
+ "Zusammenfassung angezeigt."
1446
+
1447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1448
+ msgid ""
1449
+ "If you enable this option, user won't be able to skip question. (only in "
1450
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1451
+ "\"Question-Overview\""
1452
+ msgstr ""
1453
+ "Wenn Sie diese Option aktivieren, können Benutzer keine Frage überspringen "
1454
+ "(nur im \"Prüfen -> Weiter\" Modus). Benutzer können aber weiterhin über die "
1455
+ "\"Frage-Übersicht\" navigieren."
1456
+
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1459
+ msgid "E-mail notification"
1460
+ msgstr "E-Mail Benachrichtigung"
1461
+
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1463
+ msgid "for registered users only"
1464
+ msgstr "Nur bei registrierten Benutzern"
1465
+
1466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1467
+ msgid "for all users"
1468
+ msgstr "Bei alle Benutzer"
1469
+
1470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1471
+ msgid ""
1472
+ "If you enable this option, you will be informed if a user completes this "
1473
+ "quiz."
1474
+ msgstr ""
1475
+ "Wenn Sie diese Option aktivieren, werden Sie informiert sobald ein Benutzer "
1476
+ "dieses Quiz abschließt."
1477
+
1478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1479
+ msgid "E-Mail settings can be edited in global settings."
1480
+ msgstr ""
1481
+ "Die E-Mail-Einstellungen können Sie in den Globalen-Einstellungen vornehmen."
1482
+
1483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1484
+ msgid "Quiz-Mode"
1485
+ msgstr "Quiz-Mode"
1486
+
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1488
+ msgid "Normal"
1489
+ msgstr "Normal"
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1492
+ msgid "Normal + Back-Button"
1493
+ msgstr "Normal + Zurück Button"
1494
+
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1496
+ msgid "Check -> continue"
1497
+ msgstr "Prüfen -> Weiter"
1498
+
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1500
+ msgid "Questions below each other"
1501
+ msgstr "Fragen untereinander"
1502
+
1503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1504
+ msgid ""
1505
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1506
+ "displayed at the end of the quiz."
1507
+ msgstr ""
1508
+ "Zeigt alle Fragen nacheinander, \"richtig\" oder \"falsch\" wird am Ende des "
1509
+ "Quiz angezeigt."
1510
+
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1512
+ msgid "Allows to use the back button in a question."
1513
+ msgstr "Ermöglicht das Zurückgehen einer Frage."
1514
+
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1516
+ msgid "Shows \"right or wrong\" after each question."
1517
+ msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
1518
+
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1520
+ msgid ""
1521
+ "If this option is activated, all answers are displayed below each other, i."
1522
+ "e. all questions are on a single page."
1523
+ msgstr ""
1524
+ "Wenn Sie diese Option aktivieren, wenn alle Fragen untereinander angezeigt, "
1525
+ "d.h. alle Fragen stehen auf einer Seite."
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1528
  msgid ""
1529
  "The leaderboard allows users to enter results in public list and to share "
1530
  "the result this way."
1532
  "Die Bestenliste ermöglicht es Benutzern Ihr Ergebnis in eine öffentliche "
1533
  "Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
1534
 
1535
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1536
  msgid "The leaderboard works independent from internal statistics function."
1537
  msgstr ""
1538
  "Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
1539
 
1540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1541
  msgid "Who can sign up to the list"
1542
  msgstr "Wer darf sich in die Liste eintragen"
1543
 
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1545
  msgid ""
1546
  "Not registered users have to enter name and e-mail (e-mail won't be "
1547
  "displayed)"
1549
  "nicht registrierte Benutzer müssen sich mit Name und E-Mail eintragen. (E-"
1550
  "Mail wird nicht veröffentlicht)"
1551
 
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1553
+ msgid "insert automatically"
1554
+ msgstr "Automatisch einfügen"
1555
+
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1557
+ msgid ""
1558
+ "If you enable this option, logged in users will be automatically entered "
1559
+ "into leaderboard"
1560
+ msgstr ""
1561
+ "Wenn Sie diese Option aktivieren, werden angemeldete Benutzer automatisch in "
1562
+ "die Bestenliste eingetragen."
1563
+
1564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1565
  msgid "display captcha"
1566
  msgstr "Captcha einblenden"
1567
 
1568
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1569
  msgid ""
1570
  "If you enable this option, additional captcha will be displayed for users "
1571
  "who are not registered."
1573
  "Wenn Sie diese Option aktivieren, wird für nicht registrierte Benutzer "
1574
  "zusätzlich ein Captcha angezeigt."
1575
 
1576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1577
  msgid "This option requires additional plugin:"
1578
  msgstr "Diese Option benötigt ein zusätzliches Plugin:"
1579
 
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1581
  msgid "Plugin has been detected."
1582
  msgstr "Plugin wurde erkannt."
1583
 
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1585
  msgid "Plugin is not installed."
1586
  msgstr "Plugin ist nicht installiert."
1587
 
1588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1589
  msgid "Sort list by"
1590
  msgstr "Liste sortieren nach"
1591
 
1592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1593
  msgid "Users can apply multiple times"
1594
  msgstr "Benutzer dürfen sich mehrfach eintragen"
1595
 
1596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1597
  msgid "User can apply after:"
1598
  msgstr "Benutzer darf sich erneut eintragen nach:"
1599
 
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1601
  msgid "minute"
1602
  msgstr "Minuten"
1603
 
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1605
  msgid "How many entries should be displayed"
1606
  msgstr "Wie viel Einträge sollen angezeigt werden"
1607
 
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1609
  msgid "Entries"
1610
  msgstr "Einträge"
1611
 
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1613
  msgid "Automatically display leaderboard in quiz result"
1614
  msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
1615
 
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1617
  msgid "Where should leaderboard be displayed:"
1618
  msgstr "Wo soll die Bestenliste eingeblendet werden:"
1619
 
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1621
  msgid "don't display"
1622
  msgstr "nicht anzeigen"
1623
 
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1625
  msgid "below the \"result text\""
1626
  msgstr "unterhalb des \"Ergebnis Text\""
1627
 
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1629
  msgid "in a button"
1630
  msgstr "in einem Button"
1631
 
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1633
  msgid "Quiz description"
1634
  msgstr "Quiz Beschreibung"
1635
 
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1637
  msgid "This text will be displayed before start of the quiz."
1638
  msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
1639
 
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1641
  msgid "Results text"
1642
  msgstr "Ergebnis Text"
1643
 
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1645
  msgid ""
1646
  "This text will be displayed at the end of the quiz (in results). (this text "
1647
  "is optional)"
1649
  "Dieser Text wird beim Beenden (im Ergebnis) des Quizes angezeigt (Dieser "
1650
  "Text ist optional)"
1651
 
1652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1653
  msgid "Activate graduation"
1654
  msgstr "Abstufungen aktivieren"
1655
 
1656
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1657
  msgid "Hint:"
1658
  msgstr "Hinweis:"
1659
 
1660
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1661
  msgid "Maximal 15 levels"
1662
  msgstr "Maximal 15 Stufen"
1663
 
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1665
  #, php-format
1666
  msgid ""
1667
  "Percentages refer to the total score of the quiz. (Current total %d points "
1670
  "Prozente beziehen sich auf die Gesamtpunktzahl des Quiz (Aktuell: insgesamt "
1671
  "%d Punkte bei %d Fragen)"
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1674
  msgid "Values can also be mixed up"
1675
  msgstr "Werte können auch durcheinander sein"
1676
 
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1678
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1679
  msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
1680
 
1681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1682
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1683
  msgid "from:"
1684
  msgstr "Ab:"
1685
 
1686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1688
  msgid "percent"
1689
  msgstr "Prozent"
1690
 
1691
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1692
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1693
  #, php-format
1694
  msgid ""
1695
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1698
  "(Wird angezeigt wenn Ergebnis-Prozent >= <span class=\"resultProzent\">%s</"
1699
  "span>%% ist)"
1700
 
1701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1703
  msgid "Delete graduation"
1704
  msgstr "Stufe löschen"
1705
 
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1707
  msgid "Add graduation"
1708
  msgstr "Stufe hinzufügen"
1709
 
1729
  msgid "Support WP-Pro-Quiz"
1730
  msgstr "Wp-Pro-Quiz unterstützen"
1731
 
1732
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1733
  msgid "ID"
1734
  msgstr "ID"
1735
 
1736
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1737
  msgid "Shortcode"
1738
  msgstr "Shortcode"
1739
 
1740
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1741
  msgid "Shortcode-Leaderboard"
1742
  msgstr "Shortcode-Bestenliste"
1743
 
1744
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1745
  msgid "Preview"
1746
  msgstr "Vorschau"
1747
 
1748
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1749
  msgid "Add quiz"
1750
  msgstr "Quiz hinzufügen"
1751
 
1752
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1753
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1754
  msgid "Export"
1755
  msgstr "Export"
1756
 
1757
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1758
  msgid ""
1759
  "Choose the respective question, which you would like to export and press on "
1760
  "\"Start export\""
1762
  "Wählen Sie oben die entsprechen Quiz aus, die Sie exportieren möchten und "
1763
  "klicken Sie anschliessen auf \"Export starten\""
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1766
  msgid "Start export"
1767
  msgstr "Export starten"
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1770
  msgid "Import only *.wpq files from known and trusted sources."
1771
  msgstr ""
1772
  "Importieren sie nur *.wpq Dateien aus bekannten und vertrauenswürdigen "
1773
  "Quellen."
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1776
  #, php-format
1777
  msgid "Maximal %d MiB"
1778
  msgstr "Maximal %d MiB"
1779
 
1780
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1781
  #, php-format
1782
  msgid "Quiz: %s - Statistics"
1783
  msgstr "Quiz: %s - Statistik"
1784
 
1785
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1786
  msgid "Stats not enabled"
1787
  msgstr "Statistik ist nicht aktiviert"
1788
 
1789
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1790
  msgid "Activate statistics"
1791
  msgstr "Statistik aktivieren"
1792
 
1793
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1794
+ msgid "Users"
1795
+ msgstr "Benutzer"
 
 
 
 
1796
 
1797
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1798
  msgid "Overview"
1799
  msgstr "Übersicht"
1800
 
1801
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1802
  msgid "Please select user name:"
1803
  msgstr "Bitte Benutzername auswählen:"
1804
 
1805
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1806
+ msgid "Anonymous user"
1807
+ msgstr "anonyme Benutzer"
1808
+
1809
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1810
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1811
  msgid "Hints used"
1812
  msgstr "Tipp benutzt"
1813
 
1814
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1815
  msgid "Points scored"
1816
  msgstr "Punkte erzielt"
1817
 
1818
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1819
+ msgid "Sub-Total: "
1820
+ msgstr "Zwischen-Summe"
1821
+
1822
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1823
  msgid "Reset statistics"
1824
  msgstr "Statistik zurücksetzen"
1825
 
1826
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1827
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1828
  msgid "Refresh"
1829
  msgstr "Aktualisieren"
1830
 
1831
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1832
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1833
  msgid "Reset entire statistic"
1834
  msgstr "Alle Statistiken zurücksetzten"
1835
 
1836
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1837
  msgid "Show only users, who solved the quiz:"
1838
  msgstr "Nur Benutzer anzeigen die das Quiz absolviert haben:"
1839
 
1924
  "Sie können Wp-Pro-Quiz auch vom englischen ins englische übersetzten umso z."
1925
  "B. die Buttons mit einem anderen Text zu belegen."
1926
 
1927
+ #, fuzzy
1928
+ #~ msgid "Server-Adresse empfohlen, z.B. info@YOUR-PAGE.com"
1929
+ #~ msgstr "Server address recommended, e.g. info@YOUR-PAGE.com"
1930
+
1931
+ #, fuzzy
1932
+ #~ msgid "E-Mail Benachrichtigung"
1933
+ #~ msgstr "E-mail notification"
1934
+
1935
+ #, fuzzy
1936
+ #~ msgid "Skip Question"
1937
+ #~ msgstr "Frage überspringen"
1938
+
1939
+ #, fuzzy
1940
+ #~ msgid "Sie muessen einen Namen angeben."
1941
+ #~ msgstr "You must specify a name."
1942
+
1943
+ #, fuzzy
1944
+ #~ msgid "Wp-Pro-Quiz: Ein Benutzer hat ein Quiz abgeschlossen"
1945
+ #~ msgstr "Wp-Pro-Quiz: A user completes a quiz"
1946
+
1947
+ #, fuzzy
1948
+ #~ msgid "%s von %s Fragen beantwortet"
1949
+ #~ msgstr "% of %s questions answered"
1950
+
1951
+ #, fuzzy
1952
+ #~ msgid "Fragen"
1953
+ #~ msgstr "Questions"
1954
+
1955
+ #, fuzzy
1956
+ #~ msgid "Kategorie Verwaltung"
1957
+ #~ msgstr "Category management"
1958
+
1959
+ #, fuzzy
1960
+ #~ msgid "Bearbeiten"
1961
+ #~ msgstr "Edit"
1962
+
1963
+ #, fuzzy
1964
+ #~ msgid "E-Mail Einstellungen"
1965
+ #~ msgstr "E-mail settings"
1966
+
1967
+ #, fuzzy
1968
+ #~ msgid "Erlaubte Variablen"
1969
+ #~ msgstr "Allowed variables"
1970
+
1971
+ #, fuzzy
1972
+ #~ msgid "Benutzer-ID"
1973
+ #~ msgstr "User-ID"
1974
+
1975
+ #, fuzzy
1976
+ #~ msgid "Benutzername"
1977
+ #~ msgstr "Username"
1978
+
1979
+ #, fuzzy
1980
+ #~ msgid "Ergebnis in Prozent"
1981
+ #~ msgstr "Result in precent"
1982
+
1983
+ #, fuzzy
1984
+ #~ msgid "Erreichte Punktzahl"
1985
+ #~ msgstr "Actual points"
1986
+
1987
+ #, fuzzy
1988
+ #~ msgid "Ip-Adresse des Benutzers"
1989
+ #~ msgstr "IP-address of the user"
1990
+
1991
+ #, fuzzy
1992
+ #~ msgid "Neue Kategorie anlegen"
1993
+ #~ msgstr "Create a new category"
1994
+
1995
+ #, fuzzy
1996
+ #~ msgid "Keine Kategorie"
1997
+ #~ msgstr "No category"
1998
+
1999
+ #, fuzzy
2000
+ #~ msgid "Anlegen"
2001
+ #~ msgstr "Create"
2002
+
2003
+ #, fuzzy
2004
+ #~ msgid "Nur bei Registierten Benutzern"
2005
+ #~ msgstr "For registered users only"
2006
+
2007
+ #, fuzzy
2008
+ #~ msgid "Bei allen Benutzern"
2009
+ #~ msgstr "For all users"
2010
+
2011
+ #, fuzzy
2012
+ #~ msgid "Quiz-Modus / Anzeige"
2013
+ #~ msgstr "Quiz-Mode"
2014
+
2015
+ #, fuzzy
2016
+ #~ msgid ""
2017
+ #~ "Zeigt alle Fragen nacheinander, \"richtig\" oder \"falsch\" wird am ende "
2018
+ #~ "des Quiz angezeigt."
2019
+ #~ msgstr ""
2020
+ #~ "Displays all questions sequentially, \"right \" or \"false \" is "
2021
+ #~ "displayed at the end of the quiz."
2022
+
2023
+ #, fuzzy
2024
+ #~ msgid "Automatisch einfuegen"
2025
+ #~ msgstr "Automatically insert"
2026
+
2027
+ #, fuzzy
2028
+ #~ msgid "Autmatisches hinzufuegen in die Toplist"
2029
+ #~ msgstr "Automatically add in the Toplist"
2030
+
2031
+ #, fuzzy
2032
+ #~ msgid "Toplist wird nun automatisch aktualisiert"
2033
+ #~ msgstr "Toplist is automatically updated"
2034
+
2035
+ #, fuzzy
2036
+ #~ msgid "Quiz-Summary hinzugefuegt"
2037
+ #~ msgstr "Quiz Summary added"
2038
+
2039
+ #, fuzzy
2040
+ #~ msgid "Question-Skip button hinzugefuegt"
2041
+ #~ msgstr "Question-skip button added"
2042
+
2043
+ #, fuzzy
2044
+ #~ msgid "E-Mail benachrichtigung hinzugefuegt"
2045
+ #~ msgstr "Email notification added"
2046
+
2047
+ #, fuzzy
2048
+ #~ msgid "Category support added"
2049
+ #~ msgstr "Category support added"
2050
+
2051
+ #, fuzzy
2052
+ #~ msgid "Question-Review hinzugefuegt"
2053
+ #~ msgstr "Question-Review added"
2054
+
2055
+ #, fuzzy
2056
+ #~ msgid "E-Mail benachrichtigung"
2057
+ #~ msgstr "E-mail notification"
2058
+
2059
+ #, fuzzy
2060
+ #~ msgid "Category support"
2061
+ #~ msgstr "Category support"
2062
+
2063
+ #, fuzzy
2064
+ #~ msgid "Kategorie: "
2065
+ #~ msgstr "Category:"
2066
+
2067
+ #, fuzzy
2068
+ #~ msgid "--- Neue Kategorie anlegen ----"
2069
+ #~ msgstr "--- Create a new category ----"
2070
+
2071
+ #, fuzzy
2072
+ #~ msgid "Loeschen"
2073
+ #~ msgstr "Delete"
2074
+
2075
+ #~ msgid ""
2076
+ #~ "xxx \\\n"
2077
+ #~ "\t\tasdasd \\\n"
2078
+ #~ "\t\ta"
2079
+ #~ msgstr ""
2080
+ #~ "asd\n"
2081
+ #~ "\t"
2082
+
2083
+ #~ msgid "Anonymous users"
2084
+ #~ msgstr "anonyme Benutzer"
2085
+
2086
+ #~ msgid "Registered users"
2087
+ #~ msgstr "registrierte Benutzer"
2088
+
2089
+ #~ msgid ""
2090
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2091
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
2092
+ #~ "below each other\" was used)"
2093
+ #~ msgstr ""
2094
+ #~ "Zeigt \"richtig oder falsch\" nach jeder Frage an. Ansonsten werden die "
2095
+ #~ "Lösungen erst am Ende angezeigt. (Option wird ignoriert bei \"Antworten "
2096
+ #~ "nummerieren\")"
2097
+
2098
+ #~ msgid "Back button"
2099
+ #~ msgstr "Zurück Button"
2100
+
2101
+ #~ msgid ""
2102
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
2103
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
2104
+ #~ msgstr ""
2105
+ #~ "Ermöglicht das Zurückgehen einer Frage. (Option wird ignoriert bei "
2106
+ #~ "\"Prüfen -> Weiter\" und \"Antworten nummerieren\")"
2107
+
2108
  #, fuzzy
2109
  #~ msgid "Unterschiedliche Punkte fuer jede Antwort"
2110
  #~ msgstr "Different points for each answer"
2138
  #~ msgid "Optionen"
2139
  #~ msgstr "Options"
2140
 
 
 
 
 
2141
  #, fuzzy
2142
  #~ msgid "Unterschiedliche Punkte fuer jede Antwort hinzugefuegt"
2143
  #~ msgstr "Different points for each answer"
2158
  #~ msgid "Ein Fehler ist aufgetreten."
2159
  #~ msgstr "An error has occurred."
2160
 
 
 
 
 
2161
  #, fuzzy
2162
  #~ msgid "Captcha ist falsch."
2163
  #~ msgstr "Captcha is wrong."
2178
  #~ msgid "aeltester Eintrag"
2179
  #~ msgstr "Oldest entry"
2180
 
 
 
 
 
2181
  #, fuzzy
2182
  #~ msgid "Alle Eintaege loeschen"
2183
  #~ msgstr "Delete all entries"
2262
  #~ msgid "Neuste POT Datei"
2263
  #~ msgstr "Latest POT file"
2264
 
 
 
 
 
2265
  #, fuzzy
2266
  #~ msgid "Speichern"
2267
  #~ msgstr "Save"
languages/wp-pro-quiz-el.mo ADDED
Binary file
languages/wp-pro-quiz-el.po ADDED
@@ -0,0 +1,1909 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-20 15:06+0100\n"
5
+ "PO-Revision-Date: 2013-03-20 15:06+0100\n"
6
+ "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
+ "Language-Team: <> <>\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.5\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+
16
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
17
+ msgid "Do you really want to delete the quiz/question?"
18
+ msgstr "Θέλεις πραγματικά να διαγράψεις το κουίζ/ερώτηση;"
19
+
20
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
21
+ msgid "Title is not filled!"
22
+ msgstr "Δεν έχει συμπληρωθεί ο τίτλος!"
23
+
24
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
25
+ msgid "No question deposited!"
26
+ msgstr "Δεν έχει κατατεθεί ερώτηση"
27
+
28
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
29
+ msgid "Correct answer was not selected!"
30
+ msgstr "Δεν επιλέχθηκε η σωστή απάντηση"
31
+
32
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
33
+ msgid "No answer deposited!"
34
+ msgstr "Δε δόθηκε απάντηση"
35
+
36
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
37
+ msgid "No quiz description filled!"
38
+ msgstr "Δεν έχει συμπληρωθεί η περιγραφή!"
39
+
40
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
41
+ msgid "The percent values in result text are incorrect."
42
+ msgstr "Οι τιμές ποσοστών στα αποτελέσματα είναι λάθος"
43
+
44
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
45
+ msgid "No number in the field \"Points\" or less than 1"
46
+ msgstr "Κανένας αριθμός στο πεδίο \"Βαθμοί \" ή είναι μικρότερος του 1"
47
+
48
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
49
+ msgid "No number in the field \"Points\" or less than 0"
50
+ msgstr "Κανένας αριθμός στο πεδίο \"Βαθμοί \" ή είναι μικρότερος του 1"
51
+
52
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
53
+ msgid "No quiz selected"
54
+ msgstr "Δεν έχει επιλεχθεί κουίζ."
55
+
56
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
57
+ msgid "Do you really want to reset the statistic?"
58
+ msgstr "Πραγματικά θέλεις να επαναφέρεις τα στατιστικά;"
59
+
60
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
61
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:67
63
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
64
+ msgid "No data available"
65
+ msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
66
+
67
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
68
+ msgid "No sort element in the criterion"
69
+ msgstr "Δε βρέθηκε στοιχείο ταξινόμησης στο κριτήριο"
70
+
71
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
72
+ msgid ""
73
+ "\"Different points for every answer\" is not possible at \"Free\" choice"
74
+ msgstr ""
75
+ "\"Διαφορετικοί βαθμοί για κάθε απάντηση\" δεν ισχύει για ερωτήσεις "
76
+ "\"ελέυθερης\" επιλογής"
77
+
78
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
79
+ msgid "You must specify a name."
80
+ msgstr ""
81
+
82
+ #: lib/controller/WpProQuiz_Controller_Front.php:44
83
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
84
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
85
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:439
86
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
87
+ #: lib/view/WpProQuiz_View_Statistics.php:40
88
+ msgid "Loading"
89
+ msgstr "Φόρτωση"
90
+
91
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
92
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
93
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:43
94
+ #: lib/controller/WpProQuiz_Controller_Question.php:51
95
+ #: lib/controller/WpProQuiz_Controller_Question.php:128
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:143
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
98
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
99
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:175
100
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:189
101
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:249
102
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:297
103
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
104
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:76
105
+ msgid "You do not have sufficient permissions to access this page."
106
+ msgstr "Δεν έχετε επαρκή δικαιώματα πρόσβασης στη σελίδα"
107
+
108
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
109
+ msgid "Settings saved"
110
+ msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
111
+
112
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:79
113
+ #: lib/helper/WpProQuiz_Helper_Import.php:59
114
+ #: lib/helper/WpProQuiz_Helper_Import.php:68
115
+ #: lib/helper/WpProQuiz_Helper_Import.php:75
116
+ msgid "File cannot be processed"
117
+ msgstr "Δεν μπορεί να γίνει επεξεργασία του αρχείου"
118
+
119
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
120
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
121
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:201
122
+ msgid "Quiz not found"
123
+ msgstr "Το κούζ δε βρέθηκε"
124
+
125
+ #: lib/controller/WpProQuiz_Controller_Question.php:65
126
+ msgid "questions copied"
127
+ msgstr "οι ερωτήσεις αντιγράφτηκαν"
128
+
129
+ #: lib/controller/WpProQuiz_Controller_Question.php:147
130
+ msgid "Edit question"
131
+ msgstr "Επεξεργασία ερώτησης"
132
+
133
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
134
+ msgid "Question not found"
135
+ msgstr "Η ερώτηση δε βρέθηκε"
136
+
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
138
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
139
+ #, php-format
140
+ msgid "Question: %d"
141
+ msgstr "Ερώτηση: %d"
142
+
143
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
144
+ msgid "Question edited"
145
+ msgstr "Η επεξεργασία της ερώτησης ολοκληρώθηκε"
146
+
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
148
+ msgid "New question"
149
+ msgstr "Νέα ερώτηση"
150
+
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
152
+ msgid "Question added"
153
+ msgstr "Η ερώτηση προστέθηκε"
154
+
155
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:196
156
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
157
+ msgid "Edit quiz"
158
+ msgstr "Επεξεργασία κουίζ"
159
+
160
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:216
161
+ msgid "Quiz edited"
162
+ msgstr "Η επεξεργασία του κούιζ ολοκληρώθηκε"
163
+
164
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:233
165
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:281
166
+ msgid "Quiz title or quiz description are not filled"
167
+ msgstr "Δεν έχει συμπληρωθεί ο τίτλος ή περιγραφή του κουίζ"
168
+
169
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:253
170
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:267
171
+ msgid "Create quiz"
172
+ msgstr "Δημιουργία κουίζ"
173
+
174
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:314
175
+ msgid "Quiz deleted"
176
+ msgstr "Το κούιζ διαγράφηκε"
177
+
178
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:136
179
+ msgid "You signing up successfully."
180
+ msgstr "Η εγγραφή σου έγινε με επιτυχία"
181
+
182
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:144
183
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
184
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:165
185
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:169
186
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:175
187
+ msgid "An error has occurred."
188
+ msgstr "Συνέβη ένα σφάλμα."
189
+
190
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:186
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:195
192
+ msgid "You can not enter again."
193
+ msgstr "Δεν μπορείτε να μπείτε πάλι."
194
+
195
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:199
196
+ msgid "No name or e-mail entered."
197
+ msgstr "Δε δόθηκε όνομα ή email."
198
+
199
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:203
200
+ msgid "Your name can not exceed 15 characters."
201
+ msgstr "Το όνομά σου δεν μπορεί να ξεπερνά τους 15 χαρακτήρες"
202
+
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
204
+ msgid "You entered wrong captcha code."
205
+ msgstr "Έβαλες λάθος κωδικό captcha."
206
+
207
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
208
+ msgid "File was not uploaded"
209
+ msgstr "Η μεταφόρτωση του αρχείου δεν έγινε"
210
+
211
+ #: lib/helper/WpProQuiz_Helper_Import.php:40
212
+ msgid "File have wrong format"
213
+ msgstr "Λάθος μορφή αρχείου"
214
+
215
+ #: lib/helper/WpProQuiz_Helper_Import.php:45
216
+ msgid "File is not compatible with the current version"
217
+ msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
218
+
219
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
220
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
221
+ msgstr ""
222
+
223
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
224
+ msgid ""
225
+ "Wp-Pro-Quiz\n"
226
+ "\n"
227
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
228
+ "\n"
229
+ "Points: $points\n"
230
+ "Result: $result\n"
231
+ "\n"
232
+ msgstr ""
233
+
234
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
235
+ msgid "The user completed a quiz."
236
+ msgstr "Ο χρήστης ολοκλήρωσε ένα κουιζ"
237
+
238
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
239
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
242
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
243
+ msgid "Leaderboard"
244
+ msgstr "Πίνακας βαθμολογίας"
245
+
246
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
247
+ #: lib/view/WpProQuiz_View_GobalSettings.php:21
248
+ #: lib/view/WpProQuiz_View_Import.php:22
249
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
250
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
252
+ #: lib/view/WpProQuiz_View_Statistics.php:24
253
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
254
+ msgid "back to overview"
255
+ msgstr "πίσω στην προεπισκόπιση"
256
+
257
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
258
+ #: lib/view/WpProQuiz_View_Statistics.php:158
259
+ msgid "Filter"
260
+ msgstr "Φίλτρο"
261
+
262
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
263
+ msgid "Sort by:"
264
+ msgstr "Ταξινόμηση κατά:"
265
+
266
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
268
+ msgid "best user"
269
+ msgstr "καλύτερος χρήστης"
270
+
271
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
273
+ msgid "newest entry"
274
+ msgstr "τελευταία εγγραφή"
275
+
276
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
278
+ msgid "oldest entry"
279
+ msgstr "παλιότερη εγγραφή"
280
+
281
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
282
+ #: lib/view/WpProQuiz_View_Statistics.php:169
283
+ msgid "How many entries should be shown on one page:"
284
+ msgstr "Πόσες ερωτήσεις θα εμφανίζονται στη σελίδα"
285
+
286
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
287
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
288
+ msgid "Type"
289
+ msgstr "Τύπος"
290
+
291
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
292
+ msgid "UR = unregistered user, R = registered user"
293
+ msgstr "UR = μη εγγεγραμμένος χρήστης, R = εγγεγραμμένος χρήστης"
294
+
295
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
296
+ #: lib/view/WpProQuiz_View_Statistics.php:188
297
+ msgid "User"
298
+ msgstr "Χρήστης"
299
+
300
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
301
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:447
302
+ msgid "E-Mail"
303
+ msgstr "E-Mail"
304
+
305
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
306
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
307
+ msgid "Entered on"
308
+ msgstr "Εισάχθηκε στις"
309
+
310
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:320
312
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:338
313
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
318
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
319
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
320
+ #: lib/view/WpProQuiz_View_Statistics.php:64
321
+ #: lib/view/WpProQuiz_View_Statistics.php:189
322
+ msgid "Points"
323
+ msgstr "Βαθμοί"
324
+
325
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
327
+ #: lib/view/WpProQuiz_View_Statistics.php:69
328
+ #: lib/view/WpProQuiz_View_Statistics.php:193
329
+ msgid "Results"
330
+ msgstr "Αποτελέσματα"
331
+
332
+ #: lib/view/WpProQuiz_View_AdminToplist.php:79
333
+ msgid "Action"
334
+ msgstr "Ενέργεια"
335
+
336
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
337
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
338
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:54
339
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
340
+ msgid "Delete"
341
+ msgstr "Διαγραφή"
342
+
343
+ #: lib/view/WpProQuiz_View_AdminToplist.php:82
344
+ msgid "Apply"
345
+ msgstr "Εφαρμογή"
346
+
347
+ #: lib/view/WpProQuiz_View_AdminToplist.php:83
348
+ msgid "Delete all entries"
349
+ msgstr "Διαγραφή όλων των εγγραφών"
350
+
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
354
+ msgid "Time limit"
355
+ msgstr "Όριο χρόνου"
356
+
357
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
358
+ msgid "Answered"
359
+ msgstr ""
360
+
361
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
362
+ msgid "Review"
363
+ msgstr ""
364
+
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
366
+ msgid "Review question"
367
+ msgstr ""
368
+
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:74
370
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
375
+ msgid "Quiz-summary"
376
+ msgstr ""
377
+
378
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
379
+ #, php-format
380
+ msgid "%s of %s questions completed"
381
+ msgstr ""
382
+
383
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:85
384
+ #: lib/view/WpProQuiz_View_Import.php:44
385
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
386
+ msgid "Questions"
387
+ msgstr "Ερωτήσεις"
388
+
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
390
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:394
391
+ msgid "Finish quiz"
392
+ msgstr "Ολοκλήρωσε το κουίζ"
393
+
394
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:101
395
+ msgid "Start quiz"
396
+ msgstr "Εκκίνηση κουίζ"
397
+
398
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:106
399
+ msgid ""
400
+ "You have already completed the quiz before. Hence you can not start it again."
401
+ msgstr ""
402
+ "Έχεις ήδη ολοκληρώσει το κουίζ. Δεν μπορείς, λοιπόν, να το ξεκινήσεις ξανά."
403
+
404
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:111
405
+ msgid "You have to finish following quiz, to start this quiz:"
406
+ msgstr ""
407
+ "Πρέπει να ολοκληρώσεις το επόμενο κουίζ για να ξεκινήσεις αυτό το κουίζ:"
408
+
409
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:118
410
+ #, php-format
411
+ msgid "%s of %s questions answered correctly"
412
+ msgstr "%s από %s ερωτήσεις απαντήθηκαν σωστά"
413
+
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:121
415
+ msgid "Your time: <span></span>"
416
+ msgstr "Ο χρόνος σου: <span></span>"
417
+
418
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:124
419
+ msgid "Time has elapsed"
420
+ msgstr "Ό χρόνος πέρασε"
421
+
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:127
423
+ #, php-format
424
+ msgid "You have reached %s of %s points, (%s)"
425
+ msgstr "Έφτασες %s από %s βαθμούς, (%s)"
426
+
427
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:135
428
+ msgid "Average score"
429
+ msgstr "Μέση βαθμολογία"
430
+
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:142
432
+ msgid "Your score"
433
+ msgstr "Οι βαθμοί σου"
434
+
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
436
+ msgid "Restart quiz"
437
+ msgstr "Επανεκίνηση κουίζ"
438
+
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:176
440
+ msgid "View questions"
441
+ msgstr "Προβολή ερωτήσεων"
442
+
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:179
444
+ msgid "Show leaderboard"
445
+ msgstr "Εμφάνιση πίνακα αποτελεσμέτων"
446
+
447
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:210
448
+ #, php-format
449
+ msgid "Question %s of %s"
450
+ msgstr "Ερώτηση %s από %s"
451
+
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:213
453
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
454
+ #: lib/view/WpProQuiz_View_Statistics.php:63
455
+ msgid "Question"
456
+ msgstr "Ερώτηση"
457
+
458
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:217
459
+ #, php-format
460
+ msgid "%d points"
461
+ msgstr "%d βαθμοί"
462
+
463
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:227
464
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
465
+ msgid "Sort elements"
466
+ msgstr "Ταξινόμηση στοιχείων"
467
+
468
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:325
470
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
471
+ #: lib/view/WpProQuiz_View_Statistics.php:65
472
+ #: lib/view/WpProQuiz_View_Statistics.php:190
473
+ msgid "Correct"
474
+ msgstr "Σωστό"
475
+
476
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
477
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:343
478
+ #: lib/view/WpProQuiz_View_Statistics.php:66
479
+ #: lib/view/WpProQuiz_View_Statistics.php:191
480
+ msgid "Incorrect"
481
+ msgstr "Λάθος"
482
+
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:364
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
485
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
486
+ msgid "Hint"
487
+ msgstr "Βοήθεια"
488
+
489
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
492
+ msgid "Skip question"
493
+ msgstr ""
494
+
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
496
+ msgid "Back"
497
+ msgstr "Πίσω"
498
+
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
500
+ msgid "Check"
501
+ msgstr "Έλεγχος"
502
+
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:378
504
+ msgid "Next exercise"
505
+ msgstr "Επόμενη άσκηση"
506
+
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
508
+ msgid "Your result entered into leaderboard"
509
+ msgstr "Τοο σκορ σου μπήκε στον πίνακα αποτελεσμάτων"
510
+
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:444
512
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
513
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
514
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
515
+ msgid "Name"
516
+ msgstr "Όνομα"
517
+
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:452
519
+ msgid "Captcha"
520
+ msgstr "Captcha"
521
+
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:458
523
+ msgid "Send"
524
+ msgstr "Αποστολή"
525
+
526
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
527
+ #, php-format
528
+ msgid "maximum of %s points"
529
+ msgstr "μέγιστο %s βαθμών"
530
+
531
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
532
+ msgid "Pos."
533
+ msgstr "Θέσ."
534
+
535
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
536
+ msgid "Result"
537
+ msgstr "Αποτέλεσμα"
538
+
539
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
540
+ msgid "Table is loading"
541
+ msgstr "Ο πίνακας φορτώνει"
542
+
543
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
544
+ msgid "to activate"
545
+ msgstr "για ενεργοποίηση"
546
+
547
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
548
+ msgid "not to activate"
549
+ msgstr "να μην ενεργοποιηθεί"
550
+
551
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
552
+ #: lib/view/WpProQuiz_View_GobalSettings.php:24
553
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
554
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
555
+ msgid "Global settings"
556
+ msgstr "Γενικές Ρυθμίσεις"
557
+
558
+ #: lib/view/WpProQuiz_View_GobalSettings.php:16
559
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
560
+ msgid "Please note"
561
+ msgstr "παρακαλώ σημειώστε"
562
+
563
+ #: lib/view/WpProQuiz_View_GobalSettings.php:18
564
+ msgid ""
565
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
566
+ msgstr ""
567
+ "Οι ρυθμίσεις αυτές πρέπει να ενεργοποιούνται μόνο σε περίπτωση προβλημάτων "
568
+ "με το Wp-Pro-Quiz."
569
+
570
+ #: lib/view/WpProQuiz_View_GobalSettings.php:25
571
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
572
+ msgid "Settings in case of problems"
573
+ msgstr "Ρυθμίσεις στην περίπτωση προβλημάτων"
574
+
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
576
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
577
+ msgid "Automatically add [raw] shortcode"
578
+ msgstr "Αυτόματη προσθήκη [raw] μικροκώδικα"
579
+
580
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
581
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
582
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
606
+ msgid "Activate"
607
+ msgstr "Ενεργοποίηση"
608
+
609
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
610
+ #, php-format
611
+ msgid "It is recommended %s this option on your system."
612
+ msgstr "Προτείνεται να %s αυτήν την επιλογή στο σύστημά σας."
613
+
614
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
615
+ msgid ""
616
+ "If this option is activated, a [raw] shortcode is automatically set around "
617
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
618
+ msgstr ""
619
+ "Αν αυτή επιλογή είναι ενεργοποιημένη, ένας μικροκώδικας [raw] μπαίνει "
620
+ "αυτόματα γύρω από το μικροκώδικα του WpProQuiz ( [WpProQuiz X] ) σε [raw] "
621
+ "[WpProQuiz X] [/raw]"
622
+
623
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
625
+ msgid ""
626
+ "Own themes changes internal order of filters, what causes the problems. "
627
+ "With additional shortcode [raw] this is prevented."
628
+ msgstr ""
629
+ "Τα θέματά σας αλλάζουν την εσωτερική σειρά των φίλτρων, πράγμα που "
630
+ "δημιουργεί προβλήματα. Με πρόσθετους μικροκώδικες [raw] τα προβλήματα "
631
+ "διορθώνονται."
632
+
633
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
634
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
635
+ msgid "Do not load the Javascript-files in the footer"
636
+ msgstr "Μη φορτώσεις τα αρχεία Javascript στο υποσέλιδο"
637
+
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
639
+ msgid ""
640
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
641
+ "when they are really needed."
642
+ msgstr ""
643
+ "Γενικά, όλα τα αρχεία Javascript του WpProQuiz φορτώνονται στο υποσέλιδο και "
644
+ "μόνο ότν πραγματικά χρειάζονται."
645
+
646
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
647
+ msgid "In very old Wordpress themes this can lead to problems."
648
+ msgstr "Σε πολύ παλιά θέματα Wordpress αυτό μπορεί να οδηγήσει σε προβλήματα."
649
+
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
651
+ msgid ""
652
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
653
+ "the header even if they are not needed."
654
+ msgstr ""
655
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, όλα τα αρχεία javascript του WpProQuiz "
656
+ "φορτώνονται στην κεφαλίδα ακόμα κι αν δεν χρειάζονται."
657
+
658
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
659
+ #, php-format
660
+ msgid ""
661
+ "Anyone who wants to learn more about this topic should read through the "
662
+ "following websites %s and %s."
663
+ msgstr ""
664
+ "Όποιος θέλει να μάθει περισσότερα για το θέμα αυτό πρέπει να επισκεφθεί τις "
665
+ "ακόλουθες ιστοσελίδες, %s και %s."
666
+
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
668
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
669
+ msgid "Touch Library"
670
+ msgstr "Βιβλιοθήκη Touch"
671
+
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
675
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
676
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
677
+ msgid "Deactivate"
678
+ msgstr "Απενεργοποίηση"
679
+
680
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
681
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
682
+ msgstr ""
683
+ "Στην έκδοση 0.13 Προστέθηκε μια νέα βιβλιοθήκη Touch για κινητές συσκευές."
684
+
685
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
686
+ msgid "If you have any problems with the Touch Library, please deactivate it."
687
+ msgstr ""
688
+ "Αν έχετε προβλήματα με τη βιβλιοθήκη Touch, παρακαλώ απενεργοποιήστε την."
689
+
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
692
+ msgid "jQuery support cors"
693
+ msgstr ""
694
+ "Η jQuery υποστηρίζει το cors (μηχανισμός διαμοιρασμού δεδομένων από άλλη "
695
+ "σελίδα)"
696
+
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
698
+ msgid "Is required only in rare cases."
699
+ msgstr "Απαιτείται σε σπάνιες περιπτώσεις"
700
+
701
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
702
+ msgid "If you have problems with the front ajax, please activate it."
703
+ msgstr "Ενεργοποιήστε το αν έχετυε πρόβλημα με Ajax στη σελίδα."
704
+
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
706
+ msgid "e.g. Domain with special characters in combination with IE"
707
+ msgstr "πχ Ιστοσελίδα με ειδικούς χαρακτήες σε συνδιασμό με ΙΕ."
708
+
709
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
710
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
712
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
713
+ msgid "Save"
714
+ msgstr "Αποθήκευση"
715
+
716
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
717
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
718
+ msgid "Leaderboard time format"
719
+ msgstr "Μορφή ώρας πίνακα βαθμολογίας"
720
+
721
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
722
+ msgid "Custom"
723
+ msgstr "Κατά παραγγελία"
724
+
725
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
726
+ msgid "Documentation on date and time formatting"
727
+ msgstr "τεκμηρίωση στη μορφοποίηση ημερομηνίας και ώρας"
728
+
729
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
730
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
731
+ msgid "Category management"
732
+ msgstr ""
733
+
734
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
735
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
736
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
737
+ msgid "Edit"
738
+ msgstr "Επεξεργασία"
739
+
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
741
+ msgid "E-mail settings"
742
+ msgstr ""
743
+
744
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
745
+ msgid "To:"
746
+ msgstr ""
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
749
+ msgid ""
750
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
751
+ "com"
752
+ msgstr ""
753
+
754
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
755
+ msgid "From:"
756
+ msgstr ""
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
759
+ msgid "Subject:"
760
+ msgstr ""
761
+
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
763
+ msgid "Message body:"
764
+ msgstr ""
765
+
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
767
+ msgid "Allowed variables"
768
+ msgstr ""
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
771
+ msgid "User-ID"
772
+ msgstr ""
773
+
774
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
775
+ msgid "Username"
776
+ msgstr ""
777
+
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
779
+ msgid "Quiz-Name"
780
+ msgstr ""
781
+
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
783
+ msgid "Result in precent"
784
+ msgstr ""
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
787
+ msgid "Reached points"
788
+ msgstr ""
789
+
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
791
+ msgid "IP-address of the user"
792
+ msgstr ""
793
+
794
+ #: lib/view/WpProQuiz_View_Import.php:21
795
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
796
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
797
+ msgid "Import"
798
+ msgstr "Εισαγωγή"
799
+
800
+ #: lib/view/WpProQuiz_View_Import.php:25
801
+ msgid "Error"
802
+ msgstr "Σφάλμα"
803
+
804
+ #: lib/view/WpProQuiz_View_Import.php:32
805
+ msgid "Successfully"
806
+ msgstr "Επιτυχημένα"
807
+
808
+ #: lib/view/WpProQuiz_View_Import.php:34
809
+ msgid "Import completed successfully"
810
+ msgstr "Η εισαγωγή ολοκληρώθηκε με επιτυχία"
811
+
812
+ #: lib/view/WpProQuiz_View_Import.php:43
813
+ msgid "Quiz name"
814
+ msgstr "Όνομα του κουίζ"
815
+
816
+ #: lib/view/WpProQuiz_View_Import.php:67
817
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
818
+ msgid "Start import"
819
+ msgstr "Εκκίνηση εισαγωγής"
820
+
821
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
822
+ msgid "Title"
823
+ msgstr "Τίτλος"
824
+
825
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
826
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
827
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
828
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
829
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
832
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
833
+ msgid "(optional)"
834
+ msgstr "(προεραιτικά)"
835
+
836
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
837
+ msgid ""
838
+ "The title is used for overview, it is not visible in quiz. If you leave the "
839
+ "title field empty, a title will be generated."
840
+ msgstr ""
841
+ "Ο τίτλος χρησιμοποιείται για ανασκόπηση, δεν είναι ορατός στο κουίζ. Αν "
842
+ "αφήσετε αυτό το πεδίο κενό, θα δημιουργηθεί ένας τίτλος."
843
+
844
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
845
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
846
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
850
+ msgid "(required)"
851
+ msgstr "(απαιτείται)"
852
+
853
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
854
+ msgid "Points for this question (Standard is 1 point)"
855
+ msgstr "Βαθμοί για αυτήν την ερώτηση (Το στάνταρντ είναι ένας βαθμός)"
856
+
857
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
858
+ msgid ""
859
+ "This points will be rewarded, only if the user closes the question correctly."
860
+ msgstr "Οι βαθμοί θα δοθούν μόνο αν ο χρήστης κλείσει σωστά την ερώτηση."
861
+
862
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
863
+ msgid "Different points for each answer"
864
+ msgstr "Διαφορετικοί βαθμοί για κάθε απάντηση"
865
+
866
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
867
+ msgid ""
868
+ "If you enable this option, you can enter different points for every answer."
869
+ msgstr ""
870
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείτε να εισάγετε διαφορετικούς "
871
+ "βαθμούς για κάθε απάντηση."
872
+
873
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
874
+ msgid "Show reached points in the correct- and incorrect message?"
875
+ msgstr "Εμφάνιση βαθμών στο μήνυμα σωστούς - λάθους;"
876
+
877
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
878
+ #: lib/view/WpProQuiz_View_Statistics.php:82
879
+ msgid "Category"
880
+ msgstr ""
881
+
882
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
883
+ msgid ""
884
+ "You can assign classify category for a question. Categories are e.g. visible "
885
+ "in statistics function."
886
+ msgstr ""
887
+
888
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
889
+ msgid "You can manage categories in global settings."
890
+ msgstr ""
891
+
892
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
893
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
894
+ msgid "Create new category"
895
+ msgstr ""
896
+
897
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
898
+ msgid "No category"
899
+ msgstr ""
900
+
901
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
902
+ msgid "Create"
903
+ msgstr ""
904
+
905
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
906
+ msgid "Message with the correct / incorrect answer"
907
+ msgstr "Μήνυμα με σωστή / λάθος απάντηση"
908
+
909
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
910
+ msgid "Deactivated in quiz settings."
911
+ msgstr "Απενεργοποιημένο στις ρυθμίσεις του κουίζ."
912
+
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
914
+ msgid "Message with the correct answer"
915
+ msgstr "Μήνυμα με σωστή απάντηση"
916
+
917
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
918
+ msgid ""
919
+ "This text will be visible if answered correctly. It can be used as "
920
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
921
+ "always displayed automatically."
922
+ msgstr ""
923
+ "Το κείμενο αυτό είναι ορατό αν δοθεί σωστή απάντηση. Χρησιμοποιείται σαν "
924
+ "επεξήγηση σε πολύπλοκες ερωτήσεις. Το μήνυμα \"Σωστό\" ή \"Λάθος\" πάντα "
925
+ "εμφανίζεται αυτόματα."
926
+
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
928
+ msgid "Same text for correct- and incorrect-message?"
929
+ msgstr "Ίδιο κείμενο για μηνύματα σωστού και λάθους"
930
+
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
932
+ msgid "Message with the incorrect answer"
933
+ msgstr "Μήνυμα με λάθος απάντηση"
934
+
935
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
936
+ msgid ""
937
+ "This text will be visible if answered incorrectly. It can be used as "
938
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
939
+ "always displayed automatically."
940
+ msgstr ""
941
+ "Το κείμενο αυτό είναι ορατό αν δοθεί λάθος απάντηση. Χρησιμοποιείται σαν "
942
+ "επεξήγηση σε πολύπλοκες ερωτήσεις. Το μήνυμα \"Σωστό\" ή \"Λάθος\" πάντα "
943
+ "εμφανίζεται αυτόματα."
944
+
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
946
+ msgid "Here you can enter solution hint."
947
+ msgstr "Εδώ μπορείτε να γράψετε μια βοήθεια "
948
+
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
950
+ msgid "Activate hint for this question?"
951
+ msgstr "Ενεργοποίηση βοήθειας για την ερώτηση αυτή;"
952
+
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
954
+ msgid "Answer type"
955
+ msgstr "Τύπος απάντησης"
956
+
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
958
+ msgid "Single choice"
959
+ msgstr "Μονή επιλογή"
960
+
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
962
+ msgid "Multiple choice"
963
+ msgstr "Πολλαπλής επιλογής"
964
+
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
966
+ msgid "\"Free\" choice"
967
+ msgstr "\"Ελεύθερη\" επιλογή"
968
+
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
970
+ msgid "\"Sorting\" choice"
971
+ msgstr "Επιλογή ταξινόμησης"
972
+
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
974
+ msgid "\"Matrix Sorting\" choice"
975
+ msgstr "Επιλογή \"Ταξινόμησης Πίνακα\""
976
+
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
978
+ msgid "Cloze"
979
+ msgstr "Κλείσιμο"
980
+
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
982
+ msgid "Answers"
983
+ msgstr "Απαντήσεις"
984
+
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
986
+ msgid ""
987
+ "Please sort the answers in right order with the \"Move\" - Button. The "
988
+ "answers will be displayed randomly."
989
+ msgstr ""
990
+ "Παρακαλώ ταξινομείστε τις απαντήσει στη σωστή σειρά με το κουμπί Μετακίνηση. "
991
+ "Οι απαντήσεις θα εμφανιστούν τυχαία."
992
+
993
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
996
+ msgid "Add new answer"
997
+ msgstr "Προσθήκη νέας ερώτησης"
998
+
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
1000
+ msgid ""
1001
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1002
+ "matching criterion."
1003
+ msgstr ""
1004
+ "Σε αυτήν την κατάσταση, δε χρειάζεται να ταξινομηθεί καμμιά λίστα, αλλά τα "
1005
+ "στοιχεία πρέπει να αντιστοιχηθούν με αντίστοιχα κριτήρια."
1006
+
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1008
+ msgid ""
1009
+ "You can create sort elements with empty criteria, which can't be assigned by "
1010
+ "user."
1011
+ msgstr ""
1012
+ "Μπορείτε να δημιουργήσετε στοιχεία ταξινόμησης με κενά κριτήρια, που δεν "
1013
+ "μπορούν να ανατεθούν από τους χρήστες."
1014
+
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1019
+ msgid "Options"
1020
+ msgstr "Επιλογές"
1021
+
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1024
+ msgid "Answer"
1025
+ msgstr "Απάντηση"
1026
+
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1031
+ msgid "Allow HTML"
1032
+ msgstr "Η HTML επιτρέπεται"
1033
+
1034
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1037
+ msgid "Delete answer"
1038
+ msgstr "Διαγραφή απάντησης"
1039
+
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1041
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1043
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1044
+ msgid "Move"
1045
+ msgstr "Μετακίνηση"
1046
+
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1048
+ msgid "Criterion"
1049
+ msgstr "Κριτήριο"
1050
+
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1052
+ msgid ""
1053
+ "correct answers (one per line) (answers will be converted to lower case)"
1054
+ msgstr ""
1055
+ "σωστές απαντήσεις (μια σε κάθε γραμμή) (οι απαντήσεις θα μετατραπούν σε "
1056
+ "μικρά γράμματα)"
1057
+
1058
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1059
+ msgid ""
1060
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1061
+ "small letters will be ignored."
1062
+ msgstr ""
1063
+ "Περικλείστε τις αναζητούμενες λέξεις με {}, πχ \"Εγώ {παίζω} ποδόσφαιρο\". "
1064
+ "Κεφαλαία και μικρά γράμματα δεν έχουν σημασία."
1065
+
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1067
+ msgid ""
1068
+ "You can specify multiple options for a search word. Enclose the word with "
1069
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1070
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1071
+ "hate are correct."
1072
+ msgstr ""
1073
+
1074
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1075
+ msgid ""
1076
+ "If mode \"Different points for every answer\" is activated, you can assign "
1077
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1078
+ msgstr ""
1079
+ "Αν η κατάσταση \"Διαφορετικοί πόντοι για κάθε απάντηση\" είναι "
1080
+ "ενεργοποιημένη, μπορείτε να ορίσετε βαθμούς με |Βαθμοί. Αλλιώς θα δίνεται 1 "
1081
+ "βαθμός για κάθε απάντηση. "
1082
+
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1084
+ msgid ""
1085
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1086
+ "\" 3 points."
1087
+ msgstr ""
1088
+ "πχ \"Εγώ {παίζω} ποδόσφαιρο με μια {μπάλλα|3}\" - το \"παίζω\" δίνει 1 βαθμό "
1089
+ "και ή \"μπάλλα\" δίνει 3 βαθμούς."
1090
+
1091
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1092
+ msgid "Questions sorted"
1093
+ msgstr "Οι ερωτήσεις ταξινομήθηκαν"
1094
+
1095
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1096
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1097
+ msgid "Total"
1098
+ msgstr "Σύνολο"
1099
+
1100
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1101
+ msgid "Add question"
1102
+ msgstr "Προσθήκη ερώτησης"
1103
+
1104
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1105
+ msgid "Save order"
1106
+ msgstr "Αποθήκευση σειράς"
1107
+
1108
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1109
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1110
+ msgid "Copy questions from another Quiz"
1111
+ msgstr "αντιγραφή ερωτήσεων από άλλο κουίζ"
1112
+
1113
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1114
+ msgid ""
1115
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1116
+ "selection enabled)"
1117
+ msgstr ""
1118
+ "Μπορείτε να αντιγράψετε ερωτήσεις από ένα άλλο κουίζ σε αυτό. (΄Η πολλαπλή "
1119
+ "επιλογή είναι ενεργοποιημένη)"
1120
+
1121
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1122
+ msgid "Copy questions"
1123
+ msgstr "αντιγραφή ερωτήσεων"
1124
+
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1126
+ msgid "Quiz title"
1127
+ msgstr "Τίτλος Κουίζ"
1128
+
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1130
+ msgid "Hide quiz title"
1131
+ msgstr "Απόκρυψη τίτλου κουίζ"
1132
+
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1134
+ msgid "Hide title"
1135
+ msgstr "Απόκρυψη Τίτλου"
1136
+
1137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1138
+ msgid "The title serves as quiz heading."
1139
+ msgstr "Ο τίτλος χρησιμοποιείται σαν επικεφαλίδα του κουίζ."
1140
+
1141
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1143
+ msgid "Hide \"Restart quiz\" button"
1144
+ msgstr "Απόκρυψη κουμπιού \"Επανάληψη Κουιζ\""
1145
+
1146
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1147
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1148
+ msgstr "Απόκρυψη κουμπιού \"Επανεκίνηση κουίζ\" στη σελίδα"
1149
+
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1152
+ msgid "Hide \"View question\" button"
1153
+ msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\""
1154
+
1155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1156
+ msgid "Hide the \"View question\" button in the Frontend."
1157
+ msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\" στη σελίδα"
1158
+
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1161
+ msgid "Show points"
1162
+ msgstr "Εμφάνιση βαθμών"
1163
+
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1165
+ msgid "Shows in quiz, how many points are reachable for respective question."
1166
+ msgstr "Εμφανίζει σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
1167
+
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1170
+ msgid "Display question randomly"
1171
+ msgstr "Τυχαία προβολή ερωτήσεων"
1172
+
1173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1174
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1175
+ msgid "Display answers randomly"
1176
+ msgstr "Τυχαία προβολή απαντήσεων"
1177
+
1178
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1179
+ msgid "Seconds"
1180
+ msgstr "Δευτερόλεπτα"
1181
+
1182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1183
+ msgid "0 = no limit"
1184
+ msgstr "0 = χωρίς όριο"
1185
+
1186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1188
+ msgid "Number answers"
1189
+ msgstr "Αρίθμηση απαντήσεων"
1190
+
1191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1192
+ msgid ""
1193
+ "If this option is activated, all answers are numbered (only single and "
1194
+ "multiple choice)"
1195
+ msgstr ""
1196
+ "Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
1197
+ "(μόνο οι μονές και πολλαπλής επιλογής)"
1198
+
1199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1211
+ msgid "Demo"
1212
+ msgstr "Επίδειξη"
1213
+
1214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1216
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
1217
+ msgid "Statistics"
1218
+ msgstr "Στατιστικά"
1219
+
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1221
+ msgid ""
1222
+ "Statistics about right or wrong answers. Statistics will be saved by "
1223
+ "completed quiz, not after every question. The statistics is only visible "
1224
+ "over administration menu. (internal statistics)"
1225
+ msgstr ""
1226
+ "Στατιστικά για σωστές ή λάθος απαντήσεις. Τα στατιστικά αποθηκεύονται όταν "
1227
+ "ολοκληρωθεί το κουίζ, κι όχι μετά από κάθε ερώτηση. Τα στατιστικά είναι "
1228
+ "ορατά μόνο από το μενού διαχείρησης. (Εσωτερικά στατιστικά)"
1229
+
1230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1232
+ msgid "Statistics IP-lock"
1233
+ msgstr "Στατιστικά ΙΡ-κλείδωμα"
1234
+
1235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1236
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1237
+ msgstr "σε λεπτά (συνιστόνται 1440 λεπτά = 1 μέρα)"
1238
+
1239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1240
+ msgid ""
1241
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1242
+ "from same IP. (0 = deactivated)"
1243
+ msgstr ""
1244
+ "Προστασία των στατιστικών από spam. Τα αποτελέσματα θα αποθηκεύονται κάθε Χ "
1245
+ "λεπτά από την ίδια διεύθυνση IP. (0 = απενεργοποιήση)"
1246
+
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1249
+ msgid "Execute quiz only once"
1250
+ msgstr "Εκτέλεση του κουίζ μόνο μια φορά"
1251
+
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1253
+ msgid ""
1254
+ "If you activate this option, the user can complete the quiz only once. "
1255
+ "Afterwards the quiz is blocked for this user."
1256
+ msgstr ""
1257
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης μπορεί να ολοκληρώσει το "
1258
+ "κουίζ μόνο μια φορά. Μετά το κουίζ μπλοκάρεται για αυτόν τον χρήστη."
1259
+
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1261
+ msgid "This option applies to:"
1262
+ msgstr "Η επιλογή εφαρμόζεται σε:"
1263
+
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1266
+ msgid "all users"
1267
+ msgstr "όλοι οι χρηστες"
1268
+
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1271
+ msgid "registered useres only"
1272
+ msgstr "μόνο εγγεγραμένοι χρήστες"
1273
+
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1276
+ msgid "anonymous users only"
1277
+ msgstr "μόνο ανώνυμοι χρήστες"
1278
+
1279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1280
+ msgid "user identification by cookie"
1281
+ msgstr "ταυτότητα χρήστη με cookie"
1282
+
1283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1284
+ msgid ""
1285
+ "If you activate this option, a cookie is set additionally for unregistrated "
1286
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1287
+ "simple assignment by the IP address."
1288
+ msgstr ""
1289
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, ορίζεται ένα cookie παραπάνω για τους "
1290
+ "μη εγγεγραμμένους (ανώνυμους) χρήστες. "
1291
+
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1293
+ msgid "Reset the user identification"
1294
+ msgstr "Επαναφορά ταυτότητας χρήστη"
1295
+
1296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1297
+ msgid "User identification has been reset."
1298
+ msgstr "Έχει γίνει επαναφορά της ταυτότητας χρήστη"
1299
+
1300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1301
+ msgid "Resets user identification for all users."
1302
+ msgstr "Επαναφορά ταυτότητας χρήστη για όλους τους χρήστες"
1303
+
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1306
+ msgid "Hide correct- and incorrect message"
1307
+ msgstr "Απόκρυψη μύνήματος σωστού-λάθους"
1308
+
1309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1310
+ msgid ""
1311
+ "If you enable this option, no correct- or incorrect message will be "
1312
+ "displayed."
1313
+ msgstr ""
1314
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανιστεί μήνυμα σωστού - λάθους."
1315
+
1316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1318
+ msgid "Correct and incorrect answer mark"
1319
+ msgstr "Σημάδι σωστών και λάθος απαντήσεων"
1320
+
1321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1322
+ msgid ""
1323
+ "If you enable this option, answers won't be color highlighted as correct or "
1324
+ "incorrect. "
1325
+ msgstr ""
1326
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
1327
+ "σωστές - λάθος."
1328
+
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1331
+ msgid "Show only specific number of questions"
1332
+ msgstr "Εμφάνιση συγκεκριμένου αριθμού ερωτήσεων"
1333
+
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1335
+ msgid ""
1336
+ "If you enable this option, maximum number of displayed questions will be X "
1337
+ "from X questions. (The output of questions is random)"
1338
+ msgstr ""
1339
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, ο μέγιστος αιρθμός εμφανιζόμενω "
1340
+ "ερωτήσεων θα είναι X από X ερωτήσεις. (Η έξοδος θα είναι τυχαία)"
1341
+
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1343
+ msgid "The statistics function is not available in this option."
1344
+ msgstr "Η λειτουργία στατιστικών δεν είναι διαθέσιμη σε αυτήν την επιλογή."
1345
+
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1347
+ msgid ""
1348
+ "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1349
+ msgstr ""
1350
+ "Η επιλογή αυτή δε δουλεύει αξιόπιστα σε συνεργασία με πρόσθετα Frontend - "
1351
+ "Cache."
1352
+
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1354
+ msgid "How many questions should be displayed simultaneously:"
1355
+ msgstr "Πόσες ερωτήσεις θα εμφανίζονται ταυτάχρονα"
1356
+
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1358
+ msgid "in percent"
1359
+ msgstr "επί τοις εκατό"
1360
+
1361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1363
+ msgid "Show average points"
1364
+ msgstr "Εμφάνιση μέσου όρου βαθμών"
1365
+
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1367
+ msgid "Statistics-function must be enabled."
1368
+ msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1372
+ msgid "Prerequisites"
1373
+ msgstr "Προαπαιτούμενα"
1374
+
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1376
+ msgid ""
1377
+ "If you enable this option, you can choose quiz, which user have to finish "
1378
+ "before he can start this quiz."
1379
+ msgstr ""
1380
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείται να διαλέξετε ποιο κουίζ "
1381
+ "πρέπει πρώτα να κάνουν οι χρήστες πριν ξεκινήσουν αυτό το κουίζ."
1382
+
1383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1384
+ msgid ""
1385
+ "In all selected quizzes statistic function have to be active. If it is not "
1386
+ "it will be activated automatically."
1387
+ msgstr ""
1388
+ "Σε όλα τα επιλεγμένα κουίζ η λειτουργία στατιστικών πρέπει να είναι ενεργή. "
1389
+ "Αν δεν είναι θα ενεργοποιηθεί αυτόματα."
1390
+
1391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1392
+ msgid "Quiz"
1393
+ msgstr "Κουίζ"
1394
+
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1396
+ msgid "Prerequisites (This quiz have to be finished)"
1397
+ msgstr "Προαπαιτούμενα (Αυτό το κουίζ πρέπει να τελειώσει)"
1398
+
1399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1402
+ msgid "Question overview"
1403
+ msgstr ""
1404
+
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1406
+ msgid ""
1407
+ "Add at the top of the quiz a question overview, which allows easy "
1408
+ "navigation. Additional questions can be marked \"to review\"."
1409
+ msgstr ""
1410
+
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1412
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1413
+ msgstr ""
1414
+
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1416
+ msgid ""
1417
+ "If you enalbe this option, no quiz overview will be displayed, before "
1418
+ "finishing quiz."
1419
+ msgstr ""
1420
+
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1422
+ msgid ""
1423
+ "If you enable this option, user won't be able to skip question. (only in "
1424
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1425
+ "\"Question-Overview\""
1426
+ msgstr ""
1427
+
1428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1430
+ msgid "E-mail notification"
1431
+ msgstr ""
1432
+
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1434
+ msgid "for registered users only"
1435
+ msgstr ""
1436
+
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1438
+ msgid "for all users"
1439
+ msgstr ""
1440
+
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1442
+ msgid ""
1443
+ "If you enable this option, you will be informed if a user completes this "
1444
+ "quiz."
1445
+ msgstr ""
1446
+
1447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1448
+ msgid "E-Mail settings can be edited in global settings."
1449
+ msgstr ""
1450
+
1451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1452
+ msgid "Quiz-Mode"
1453
+ msgstr ""
1454
+
1455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1456
+ msgid "Normal"
1457
+ msgstr ""
1458
+
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1460
+ msgid "Normal + Back-Button"
1461
+ msgstr ""
1462
+
1463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1464
+ msgid "Check -> continue"
1465
+ msgstr "Έλεγχος -> συνέχεια"
1466
+
1467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1468
+ msgid "Questions below each other"
1469
+ msgstr "Ερωτήσει η μια κάτω από την άλλη"
1470
+
1471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1472
+ msgid ""
1473
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1474
+ "displayed at the end of the quiz."
1475
+ msgstr ""
1476
+
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1478
+ msgid "Allows to use the back button in a question."
1479
+ msgstr ""
1480
+
1481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1482
+ msgid "Shows \"right or wrong\" after each question."
1483
+ msgstr ""
1484
+
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1486
+ msgid ""
1487
+ "If this option is activated, all answers are displayed below each other, i."
1488
+ "e. all questions are on a single page."
1489
+ msgstr ""
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1492
+ msgid ""
1493
+ "The leaderboard allows users to enter results in public list and to share "
1494
+ "the result this way."
1495
+ msgstr ""
1496
+ "Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
1497
+ "δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
1498
+
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1500
+ msgid "The leaderboard works independent from internal statistics function."
1501
+ msgstr ""
1502
+ "Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
1503
+ "στατιστικών."
1504
+
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1506
+ msgid "Who can sign up to the list"
1507
+ msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
1508
+
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1510
+ msgid ""
1511
+ "Not registered users have to enter name and e-mail (e-mail won't be "
1512
+ "displayed)"
1513
+ msgstr ""
1514
+ "Μη εγγεγραμμένοπι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
1515
+ "ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
1516
+
1517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1518
+ msgid "insert automatically"
1519
+ msgstr ""
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1522
+ msgid ""
1523
+ "If you enable this option, logged in users will be automatically entered "
1524
+ "into leaderboard"
1525
+ msgstr ""
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1528
+ msgid "display captcha"
1529
+ msgstr "προβολή captcha"
1530
+
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1532
+ msgid ""
1533
+ "If you enable this option, additional captcha will be displayed for users "
1534
+ "who are not registered."
1535
+ msgstr ""
1536
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
1537
+ "χρήστες που δεν είναι εγγεγραμμένοι."
1538
+
1539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1540
+ msgid "This option requires additional plugin:"
1541
+ msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετα:"
1542
+
1543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1544
+ msgid "Plugin has been detected."
1545
+ msgstr "To πρόσθετο Ανιχνεύθηκε"
1546
+
1547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1548
+ msgid "Plugin is not installed."
1549
+ msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
1550
+
1551
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1552
+ msgid "Sort list by"
1553
+ msgstr "Ταξινόμηση λίστας κατά"
1554
+
1555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1556
+ msgid "Users can apply multiple times"
1557
+ msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
1558
+
1559
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1560
+ msgid "User can apply after:"
1561
+ msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
1562
+
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1564
+ msgid "minute"
1565
+ msgstr "λεπτό"
1566
+
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1568
+ msgid "How many entries should be displayed"
1569
+ msgstr "Πόσες εγραφές θα εμφανίζονται"
1570
+
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1572
+ msgid "Entries"
1573
+ msgstr "Εγγραφές"
1574
+
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1576
+ msgid "Automatically display leaderboard in quiz result"
1577
+ msgstr "Αυτόματη προβολή "
1578
+
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1580
+ msgid "Where should leaderboard be displayed:"
1581
+ msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
1582
+
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1584
+ msgid "don't display"
1585
+ msgstr "μην εμφανίσεις"
1586
+
1587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1588
+ msgid "below the \"result text\""
1589
+ msgstr "κάτω από το \"κείμενο αποτελέσματος\""
1590
+
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1592
+ msgid "in a button"
1593
+ msgstr "σε ένα κουμπί"
1594
+
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1596
+ msgid "Quiz description"
1597
+ msgstr "περιγραφή κούζ"
1598
+
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1600
+ msgid "This text will be displayed before start of the quiz."
1601
+ msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
1602
+
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1604
+ msgid "Results text"
1605
+ msgstr "Κείμενο αποτελέσματος"
1606
+
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1608
+ msgid ""
1609
+ "This text will be displayed at the end of the quiz (in results). (this text "
1610
+ "is optional)"
1611
+ msgstr ""
1612
+ "Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
1613
+ "κείμενο αυτό είναι προεραιτικό)"
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1616
+ msgid "Activate graduation"
1617
+ msgstr "Ενεργοποίηση αποφοίτησης"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1620
+ msgid "Hint:"
1621
+ msgstr "Βοήθεια:"
1622
+
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1624
+ msgid "Maximal 15 levels"
1625
+ msgstr "Μέγιστο 15 επίπεδα"
1626
+
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1628
+ #, php-format
1629
+ msgid ""
1630
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1631
+ "in %d questions."
1632
+ msgstr ""
1633
+ "Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
1634
+ "ερωτήσεις)"
1635
+
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1637
+ msgid "Values can also be mixed up"
1638
+ msgstr "Οι τιμές μπορούν να αναμειχθούν"
1639
+
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1641
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1642
+ msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
1643
+
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1646
+ msgid "from:"
1647
+ msgstr "από:"
1648
+
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1651
+ msgid "percent"
1652
+ msgstr "επί τοις εκατό"
1653
+
1654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1656
+ #, php-format
1657
+ msgid ""
1658
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1659
+ "%s</span>%%)"
1660
+ msgstr ""
1661
+ "(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
1662
+ "\"resultProzent\">%s</span>%%)"
1663
+
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1666
+ msgid "Delete graduation"
1667
+ msgstr "Διαγραφή αποφοίτησης"
1668
+
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1670
+ msgid "Add graduation"
1671
+ msgstr "Προσθήκη αποφοίτησης"
1672
+
1673
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
1674
+ msgid "Quiz overview"
1675
+ msgstr "Ανασκόπηση του κουίζ"
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
1678
+ msgid "In case of problems"
1679
+ msgstr "Σε περίπτωση προβλήματος"
1680
+
1681
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
1682
+ msgid "If quiz doesn't work in front-end, please try following:"
1683
+ msgstr "Αν δε δουλέψει το κουίζ, παρακαλώ δοκιμάστε τα παρακάτω:"
1684
+
1685
+ #: lib/view/WpProQuiz_View_QuizOverall.php:46
1686
+ msgid "Style Manager"
1687
+ msgstr "Διαχειριστής Στυλ"
1688
+
1689
+ #: lib/view/WpProQuiz_View_QuizOverall.php:50
1690
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
1691
+ msgid "Support WP-Pro-Quiz"
1692
+ msgstr "Υποστηρίξτε το WP-Pro-Quiz"
1693
+
1694
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1695
+ msgid "ID"
1696
+ msgstr "ΑΑ"
1697
+
1698
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1699
+ msgid "Shortcode"
1700
+ msgstr "Μικροκώδικας"
1701
+
1702
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1703
+ msgid "Shortcode-Leaderboard"
1704
+ msgstr "Μικροκώδικας-Πίνακας βαθμολογίας"
1705
+
1706
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1707
+ msgid "Preview"
1708
+ msgstr "Προεπισκόπηση"
1709
+
1710
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1711
+ msgid "Add quiz"
1712
+ msgstr "Προσθήκη κουίζ"
1713
+
1714
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1715
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1716
+ msgid "Export"
1717
+ msgstr "Εξαγωγή"
1718
+
1719
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1720
+ msgid ""
1721
+ "Choose the respective question, which you would like to export and press on "
1722
+ "\"Start export\""
1723
+ msgstr ""
1724
+ "Διάλεξε την ερώτηση που θέλεις να εξαγάγεις και πάτησε \"Ξεκίνα εξαγωγή\""
1725
+
1726
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1727
+ msgid "Start export"
1728
+ msgstr "Εκκίνηση εξαγωγής"
1729
+
1730
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1731
+ msgid "Import only *.wpq files from known and trusted sources."
1732
+ msgstr "Εισάγετε αρχεία *.wpq μόνο από γνωστές και έμπιστες πηγές."
1733
+
1734
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1735
+ #, php-format
1736
+ msgid "Maximal %d MiB"
1737
+ msgstr "Μέγιστο %d MiB"
1738
+
1739
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1740
+ #, php-format
1741
+ msgid "Quiz: %s - Statistics"
1742
+ msgstr "Κουίζ: %s - Στατιστικά"
1743
+
1744
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1745
+ msgid "Stats not enabled"
1746
+ msgstr "Τα στατιστικά δεν είναι ενεργοποιημένα"
1747
+
1748
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1749
+ msgid "Activate statistics"
1750
+ msgstr "Ενεργοποίηση στατιστικών"
1751
+
1752
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1753
+ msgid "Users"
1754
+ msgstr ""
1755
+
1756
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1757
+ msgid "Overview"
1758
+ msgstr "Ανασκόπηση"
1759
+
1760
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1761
+ msgid "Please select user name:"
1762
+ msgstr "Παρακαλώ επιλέξτε όνομα χρήστη"
1763
+
1764
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1765
+ msgid "Anonymous user"
1766
+ msgstr ""
1767
+
1768
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1769
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1770
+ msgid "Hints used"
1771
+ msgstr "Βοήθεια "
1772
+
1773
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1774
+ msgid "Points scored"
1775
+ msgstr "Σύνολο βαθμών"
1776
+
1777
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1778
+ msgid "Sub-Total: "
1779
+ msgstr ""
1780
+
1781
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1782
+ msgid "Reset statistics"
1783
+ msgstr "Επαναφορά στατιστικών"
1784
+
1785
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1786
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1787
+ msgid "Refresh"
1788
+ msgstr "Ανανέωση"
1789
+
1790
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1791
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1792
+ msgid "Reset entire statistic"
1793
+ msgstr "Επαναφορά όλων των στατιστικών"
1794
+
1795
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1796
+ msgid "Show only users, who solved the quiz:"
1797
+ msgstr "Εμφάνισε μόνο τους χρήστες που έλυσαν το κουίζ."
1798
+
1799
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
1800
+ msgid "Front"
1801
+ msgstr "Εμπρός"
1802
+
1803
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
1804
+ msgid "Donate"
1805
+ msgstr "Δωρείστε"
1806
+
1807
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
1808
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
1809
+ msgstr ""
1810
+ "Το WP-Pro-Quiz είναι ένα μικρό αλλά ωραίο και ελεύεθερο πρόσθετο για το "
1811
+ "Wordpress."
1812
+
1813
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
1814
+ msgid ""
1815
+ "I try to implement all wishes as fast as possible and help with problems."
1816
+ msgstr ""
1817
+ "Προσπαθώ να υλοποιώ όλες τις επιθυμίες όσο πιο γρήγορα γίνεται και να βοηθώ "
1818
+ "με προβλήματα."
1819
+
1820
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
1821
+ msgid ""
1822
+ "Your donations can help to ensure that the project continues to remain free."
1823
+ msgstr ""
1824
+ "Οι δωρεές σας βοηθούν να εξασφαλιστεί ότι το πρότζεκτ συνεχίζει να παραμένει "
1825
+ "ελεύθερο."
1826
+
1827
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
1828
+ msgid "Translate WP-Pro-Quiz"
1829
+ msgstr "Μετάφραση του WP-Pro-Quiz"
1830
+
1831
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
1832
+ msgid "You need:"
1833
+ msgstr "Χρειάζεστε:"
1834
+
1835
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
1836
+ msgid "Latest POT file"
1837
+ msgstr "Το πιο πρόσφατο αρχείο POT"
1838
+
1839
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
1840
+ msgid "Open PoEdit"
1841
+ msgstr "Άνοιξε το PoEdit"
1842
+
1843
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
1844
+ msgid "File - New catalogue from POT file..."
1845
+ msgstr "Αρχείο - Νέος κατάλογος από αρχείο POT"
1846
+
1847
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
1848
+ msgid "Choose wp-pro-quiz.pot"
1849
+ msgstr "Διάλεξε το wp-pro-quiz.pot"
1850
+
1851
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
1852
+ msgid "Set \"Translation properties\""
1853
+ msgstr "Ορίστε τις \"Ιδιότητες Μετάφρασης\""
1854
+
1855
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
1856
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
1857
+ msgstr "Αποθηκεύστε το αρχείο PO με το όνομα \"wp-pro-qioz-de_DE.po\""
1858
+
1859
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
1860
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
1861
+ msgstr ""
1862
+ "αντικαταστείστε το de_DE με τον κωδικό της χώρας σας (πχ en_US, nl_NL...)"
1863
+
1864
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
1865
+ msgid "Translate"
1866
+ msgstr "Μετάφραση"
1867
+
1868
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
1869
+ msgid ""
1870
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
1871
+ "quiz/languages"
1872
+ msgstr ""
1873
+ "Μεταφορτώστε το αρχείο *.mo στον εξυπηρετητή, στο φάκελο /wp-content/plugins/"
1874
+ "wp-pro-quiz/languages"
1875
+
1876
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
1877
+ msgid "Finished"
1878
+ msgstr "Τέλειωσε"
1879
+
1880
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
1881
+ msgid ""
1882
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
1883
+ "english to english) e.g. to rename buttons."
1884
+ msgstr ""
1885
+ "Μπορείτε να μεταφράσετε το WP-Pro-Quiz από υπάρχουσα σε ήδη υπάρχουσα γλώσσα "
1886
+ "(πχ αγγλικά σε αγγλικά), για να μετονομάσετε τα κουμπια, για παράδειγμα."
1887
+
1888
+ #~ msgid ""
1889
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1890
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1891
+ #~ "below each other\" was used)"
1892
+ #~ msgstr ""
1893
+ #~ "Εμφανίζει το Σωστό ή Λάθος μετά από κάθε ερώτηση. Αλλιώς, οι λύσεις θα "
1894
+ #~ "εμφανιστούν στο τέλος. (Η επιλογή αυτή θα αγνοηθεί αν χρησιμοποιηθεί η "
1895
+ #~ "επιλογή Ερωτήσεις η μια κάτω από τη άλλη)"
1896
+
1897
+ #~ msgid "Back button"
1898
+ #~ msgstr "Κουμπί πίσω"
1899
+
1900
+ #~ msgid ""
1901
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1902
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1903
+ #~ msgstr ""
1904
+ #~ "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση. (Η επιλογή θα "
1905
+ #~ "αγνοείται αν χρησιμοποιείται το \"Έλεγχος -> Συνέχεια\" ή \"ερωτήσεις η "
1906
+ #~ "μια κάτω από την άλλη\")"
1907
+
1908
+ #~ msgid "Registered users"
1909
+ #~ msgstr "Εγγεγραμένοι χρήστες"
languages/wp-pro-quiz-es_ES.mo ADDED
Binary file
languages/wp-pro-quiz-es_ES.po ADDED
@@ -0,0 +1,2138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:53+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:53+0100\n"
6
+ "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
+ "Language-Team: Julius Fischer\n"
8
+ "Language: German\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.5\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
+ msgid "Do you really want to delete the quiz/question?"
19
+ msgstr "¿Realmente deseas borrar este cuestionario/esta pregunta?"
20
+
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
+ msgid "Title is not filled!"
23
+ msgstr "¡Has olvidado escribir el título!"
24
+
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
+ msgid "No question deposited!"
27
+ msgstr "¡No hay pregunta!"
28
+
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
+ msgid "Correct answer was not selected!"
31
+ msgstr "¡No se ha marcado una respuesta como correcta!"
32
+
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
+ msgid "No answer deposited!"
35
+ msgstr "¡No hay respuesta!"
36
+
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
+ msgid "No quiz description filled!"
39
+ msgstr "¡Falta la descripción del cuestionario!"
40
+
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
+ msgid "The percent values in result text are incorrect."
43
+ msgstr "Los valores del porcentaje son incorrectos."
44
+
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
+ msgid "No number in the field \"Points\" or less than 1"
47
+ msgstr "No hay número en la casilla \"Puntos\" o es un número menor que 1"
48
+
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
+ msgid "No number in the field \"Points\" or less than 0"
51
+ msgstr "No hay número en la casilla \"Puntos\" o es un número menor quer 0"
52
+
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
+ msgid "No quiz selected"
55
+ msgstr "No se ha seleccionado ningún cuestionario"
56
+
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
+ msgid "Do you really want to reset the statistic?"
59
+ msgstr "¿Realmente deseas reiniciar las estadísticas?"
60
+
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
+ msgid "No data available"
66
+ msgstr "No hay datos disponibles"
67
+
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
+ msgid "No sort element in the criterion"
70
+ msgstr "No hay ningún elemento en el criterio de ordenación"
71
+
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
+ msgid ""
74
+ "\"Different points for every answer\" is not possible at \"Free\" choice"
75
+ msgstr ""
76
+ "\"Asignar una puntución diferente a cada respuesta\" no es posible en la "
77
+ "modalildad de \"Libre\" elección"
78
+
79
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
80
+ msgid "You must specify a name."
81
+ msgstr ""
82
+
83
+ #: lib/controller/WpProQuiz_Controller_Front.php:44
84
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
85
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
86
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
87
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
88
+ #: lib/view/WpProQuiz_View_Statistics.php:40
89
+ msgid "Loading"
90
+ msgstr "Cargando"
91
+
92
+ # Must not be translated
93
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
94
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
95
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:43
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:51
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:128
98
+ #: lib/controller/WpProQuiz_Controller_Question.php:143
99
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
100
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
101
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:175
102
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:189
103
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:249
104
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:297
105
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
106
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:76
107
+ msgid "You do not have sufficient permissions to access this page."
108
+ msgstr "No tienes permisos suficientes para acceder a esta página."
109
+
110
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
111
+ msgid "Settings saved"
112
+ msgstr "Valores guardados"
113
+
114
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:79
115
+ #: lib/helper/WpProQuiz_Helper_Import.php:59
116
+ #: lib/helper/WpProQuiz_Helper_Import.php:68
117
+ #: lib/helper/WpProQuiz_Helper_Import.php:75
118
+ msgid "File cannot be processed"
119
+ msgstr "El archivo no puede ser procesado"
120
+
121
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
122
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
123
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:201
124
+ msgid "Quiz not found"
125
+ msgstr "Cuestionario no encontrado"
126
+
127
+ #: lib/controller/WpProQuiz_Controller_Question.php:65
128
+ msgid "questions copied"
129
+ msgstr "Preguntas copiadas"
130
+
131
+ #: lib/controller/WpProQuiz_Controller_Question.php:147
132
+ msgid "Edit question"
133
+ msgstr "Editar la pregunta"
134
+
135
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
136
+ msgid "Question not found"
137
+ msgstr "Pregunta no encontrada"
138
+
139
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
140
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
141
+ #, php-format
142
+ msgid "Question: %d"
143
+ msgstr "Pregunta: %d"
144
+
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
146
+ msgid "Question edited"
147
+ msgstr "Pregunta editada"
148
+
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
150
+ msgid "New question"
151
+ msgstr "Nueva pregunta"
152
+
153
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
154
+ msgid "Question added"
155
+ msgstr "Pregunta añadida"
156
+
157
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:196
158
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
159
+ msgid "Edit quiz"
160
+ msgstr "Editar cuestionario"
161
+
162
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:216
163
+ msgid "Quiz edited"
164
+ msgstr "Cuestionario editado"
165
+
166
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:233
167
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:281
168
+ msgid "Quiz title or quiz description are not filled"
169
+ msgstr "Faltan el título del cuestionario o su descripción"
170
+
171
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:253
172
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:267
173
+ msgid "Create quiz"
174
+ msgstr "Crear cuestionario"
175
+
176
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:314
177
+ msgid "Quiz deleted"
178
+ msgstr "Cuestionario bortrado"
179
+
180
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:136
181
+ msgid "You signing up successfully."
182
+ msgstr "Te has registrado correctamente"
183
+
184
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:144
185
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
186
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:165
187
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:169
188
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:175
189
+ msgid "An error has occurred."
190
+ msgstr "Se ha producido un error."
191
+
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:186
193
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:195
194
+ msgid "You can not enter again."
195
+ msgstr "No puedes volver a entrar."
196
+
197
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:199
198
+ msgid "No name or e-mail entered."
199
+ msgstr "Faltan el nombre o la dirección de correo electrónico."
200
+
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:203
202
+ msgid "Your name can not exceed 15 characters."
203
+ msgstr "Tu nombre no puede exceder los 15 caracteres"
204
+
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
206
+ msgid "You entered wrong captcha code."
207
+ msgstr "Código captcha incorrrecto."
208
+
209
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
210
+ msgid "File was not uploaded"
211
+ msgstr "No se ha subido el archivo"
212
+
213
+ #: lib/helper/WpProQuiz_Helper_Import.php:40
214
+ msgid "File have wrong format"
215
+ msgstr "El archivo tiene un formato inadecuado"
216
+
217
+ #: lib/helper/WpProQuiz_Helper_Import.php:45
218
+ msgid "File is not compatible with the current version"
219
+ msgstr "El archivo no es compatible con la versión actual"
220
+
221
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
222
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
223
+ msgstr ""
224
+
225
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
226
+ msgid ""
227
+ "Wp-Pro-Quiz\n"
228
+ "\n"
229
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
230
+ "\n"
231
+ "Points: $points\n"
232
+ "Result: $result\n"
233
+ "\n"
234
+ msgstr ""
235
+
236
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
237
+ msgid "The user completed a quiz."
238
+ msgstr "El usuario ha terminado un cuestionario."
239
+
240
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
241
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
244
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
245
+ msgid "Leaderboard"
246
+ msgstr "Ránking de puntuaciones"
247
+
248
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
249
+ #: lib/view/WpProQuiz_View_GobalSettings.php:21
250
+ #: lib/view/WpProQuiz_View_Import.php:22
251
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
252
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
254
+ #: lib/view/WpProQuiz_View_Statistics.php:24
255
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
256
+ msgid "back to overview"
257
+ msgstr "Volver al Menú principal"
258
+
259
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
260
+ #: lib/view/WpProQuiz_View_Statistics.php:158
261
+ msgid "Filter"
262
+ msgstr "Filtrar"
263
+
264
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
265
+ msgid "Sort by:"
266
+ msgstr "Ordenar por:"
267
+
268
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
270
+ msgid "best user"
271
+ msgstr "Mejor usuario"
272
+
273
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
275
+ msgid "newest entry"
276
+ msgstr "Entradas más reciente"
277
+
278
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
280
+ msgid "oldest entry"
281
+ msgstr "Entradas más antiguas"
282
+
283
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
284
+ #: lib/view/WpProQuiz_View_Statistics.php:169
285
+ msgid "How many entries should be shown on one page:"
286
+ msgstr "Cantidad de entradas a mostrar en una página:"
287
+
288
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
289
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
290
+ msgid "Type"
291
+ msgstr "Tipo"
292
+
293
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
294
+ msgid "UR = unregistered user, R = registered user"
295
+ msgstr "UR = usuario no registrado, R = usuario registrado"
296
+
297
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
298
+ #: lib/view/WpProQuiz_View_Statistics.php:188
299
+ msgid "User"
300
+ msgstr "Usuario"
301
+
302
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
303
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
304
+ msgid "E-Mail"
305
+ msgstr "E-Mail"
306
+
307
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
308
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
309
+ msgid "Entered on"
310
+ msgstr "Realizado el"
311
+
312
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
313
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
314
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
315
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
318
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
319
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
320
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
321
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
322
+ #: lib/view/WpProQuiz_View_Statistics.php:64
323
+ #: lib/view/WpProQuiz_View_Statistics.php:189
324
+ msgid "Points"
325
+ msgstr "Puntos"
326
+
327
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
329
+ #: lib/view/WpProQuiz_View_Statistics.php:69
330
+ #: lib/view/WpProQuiz_View_Statistics.php:193
331
+ msgid "Results"
332
+ msgstr "Resultados"
333
+
334
+ #: lib/view/WpProQuiz_View_AdminToplist.php:79
335
+ msgid "Action"
336
+ msgstr "Acción"
337
+
338
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
339
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
340
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:54
341
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
342
+ msgid "Delete"
343
+ msgstr "Borrar"
344
+
345
+ #: lib/view/WpProQuiz_View_AdminToplist.php:82
346
+ msgid "Apply"
347
+ msgstr "Aplicar"
348
+
349
+ #: lib/view/WpProQuiz_View_AdminToplist.php:83
350
+ msgid "Delete all entries"
351
+ msgstr "Borrar todas las entradas"
352
+
353
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
356
+ msgid "Time limit"
357
+ msgstr "Límite de tiempo"
358
+
359
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
360
+ msgid "Answered"
361
+ msgstr ""
362
+
363
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
364
+ msgid "Review"
365
+ msgstr ""
366
+
367
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
368
+ msgid "Review question"
369
+ msgstr ""
370
+
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
372
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
373
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
377
+ msgid "Quiz-summary"
378
+ msgstr ""
379
+
380
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
381
+ #, php-format
382
+ msgid "%s of %s questions completed"
383
+ msgstr ""
384
+
385
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
386
+ #: lib/view/WpProQuiz_View_Import.php:44
387
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
388
+ msgid "Questions"
389
+ msgstr "Preguntas"
390
+
391
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
392
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
393
+ msgid "Finish quiz"
394
+ msgstr "Acabar el cuestionario"
395
+
396
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
397
+ msgid "Start quiz"
398
+ msgstr "Empezar el cuestionario"
399
+
400
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
401
+ msgid ""
402
+ "You have already completed the quiz before. Hence you can not start it again."
403
+ msgstr ""
404
+ "Ya has realizado este cuestionario antes. Por tanto, no puedes empezarlo "
405
+ "otra vez."
406
+
407
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
408
+ msgid "You have to finish following quiz, to start this quiz:"
409
+ msgstr ""
410
+ "Tienes que terminar antes el siguiente cuestionario, para iniciar este "
411
+ "cuestionario:"
412
+
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
414
+ #, php-format
415
+ msgid "%s of %s questions answered correctly"
416
+ msgstr "%s de %s preguntas contestadas correctamente"
417
+
418
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
419
+ msgid "Your time: <span></span>"
420
+ msgstr "Tu tiempo: <span></span>"
421
+
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
423
+ msgid "Time has elapsed"
424
+ msgstr "El tiempo se ha terminado"
425
+
426
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
427
+ #, php-format
428
+ msgid "You have reached %s of %s points, (%s)"
429
+ msgstr "Has conseguido %s de %s puntos posibles (%s)"
430
+
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
432
+ msgid "Average score"
433
+ msgstr "Puntuación de promedio:"
434
+
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
436
+ msgid "Your score"
437
+ msgstr "Tu puntuación"
438
+
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
440
+ msgid "Restart quiz"
441
+ msgstr "Volver a empezar el cuestionario"
442
+
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
444
+ msgid "View questions"
445
+ msgstr "Comprobar las preguntas"
446
+
447
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
448
+ msgid "Show leaderboard"
449
+ msgstr "Mostrar el Ránking de puntuaciones"
450
+
451
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
452
+ #, php-format
453
+ msgid "Question %s of %s"
454
+ msgstr "Pregunta %s de %s"
455
+
456
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
457
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
458
+ #: lib/view/WpProQuiz_View_Statistics.php:63
459
+ msgid "Question"
460
+ msgstr "Pregunta"
461
+
462
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
463
+ #, php-format
464
+ msgid "%d points"
465
+ msgstr "%d puntos"
466
+
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
468
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
469
+ msgid "Sort elements"
470
+ msgstr "Ordenar elementos"
471
+
472
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
474
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
475
+ #: lib/view/WpProQuiz_View_Statistics.php:65
476
+ #: lib/view/WpProQuiz_View_Statistics.php:190
477
+ msgid "Correct"
478
+ msgstr "Correcto"
479
+
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
482
+ #: lib/view/WpProQuiz_View_Statistics.php:66
483
+ #: lib/view/WpProQuiz_View_Statistics.php:191
484
+ msgid "Incorrect"
485
+ msgstr "Incorrecto"
486
+
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
488
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
489
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
490
+ msgid "Hint"
491
+ msgstr "Pista de ayuda"
492
+
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
496
+ msgid "Skip question"
497
+ msgstr ""
498
+
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
500
+ msgid "Back"
501
+ msgstr "Volver atrás"
502
+
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
504
+ msgid "Check"
505
+ msgstr "Comprobar"
506
+
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
508
+ msgid "Next exercise"
509
+ msgstr "Siguiente ejercicio"
510
+
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
512
+ msgid "Your result entered into leaderboard"
513
+ msgstr "Registrar tu resultado registrado en el Ránking de puntuaciones"
514
+
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
516
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
517
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
518
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
519
+ msgid "Name"
520
+ msgstr "Nombre"
521
+
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
523
+ msgid "Captcha"
524
+ msgstr "Captcha"
525
+
526
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
527
+ msgid "Send"
528
+ msgstr ""
529
+
530
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
531
+ #, php-format
532
+ msgid "maximum of %s points"
533
+ msgstr "máximo de %s puntos"
534
+
535
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
536
+ msgid "Pos."
537
+ msgstr "Posición"
538
+
539
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
540
+ msgid "Result"
541
+ msgstr "Resultado"
542
+
543
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
544
+ msgid "Table is loading"
545
+ msgstr "La tabla se está cargando"
546
+
547
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
548
+ msgid "to activate"
549
+ msgstr "activar"
550
+
551
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
552
+ msgid "not to activate"
553
+ msgstr "no activar"
554
+
555
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
556
+ #: lib/view/WpProQuiz_View_GobalSettings.php:24
557
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
558
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
559
+ msgid "Global settings"
560
+ msgstr "Ajustes generales"
561
+
562
+ #: lib/view/WpProQuiz_View_GobalSettings.php:16
563
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
564
+ msgid "Please note"
565
+ msgstr "Toma nota, por favor"
566
+
567
+ #: lib/view/WpProQuiz_View_GobalSettings.php:18
568
+ msgid ""
569
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
570
+ msgstr ""
571
+ "Estos ajustes deberían usarse solo en caso de problemas con el "
572
+ "funcionamiento de Wp-Pro-Quiz."
573
+
574
+ #: lib/view/WpProQuiz_View_GobalSettings.php:25
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
576
+ msgid "Settings in case of problems"
577
+ msgstr "Ajustes en caso de problemas"
578
+
579
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
580
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
581
+ msgid "Automatically add [raw] shortcode"
582
+ msgstr "Añadir automáticamente el código abreviado del cuestionario [raw] "
583
+
584
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
585
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
586
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
610
+ msgid "Activate"
611
+ msgstr "Activar"
612
+
613
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
614
+ #, php-format
615
+ msgid "It is recommended %s this option on your system."
616
+ msgstr "Se recomienda %s esta opción en tu sistema."
617
+
618
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
619
+ msgid ""
620
+ "If this option is activated, a [raw] shortcode is automatically set around "
621
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
622
+ msgstr ""
623
+ "Al activar esta opción, un código abreviado [raw] se ajusta automáticamente "
624
+ "al código abreviado de WpProQuiz ( [WpProQuiz X] ) en ( [raw] [WpProQuiz "
625
+ "X] [/raw] )."
626
+
627
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
628
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
629
+ msgid ""
630
+ "Own themes changes internal order of filters, what causes the problems. "
631
+ "With additional shortcode [raw] this is prevented."
632
+ msgstr ""
633
+ "Los temas personalizados pueden cambian el orden de los filtros, lo que "
634
+ "puede causar problemas. Con el código abreviado adicional [raw], puede "
635
+ "prevenirse esto."
636
+
637
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
639
+ msgid "Do not load the Javascript-files in the footer"
640
+ msgstr "No cargar los archivos Javascript en el pie o footer"
641
+
642
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
643
+ msgid ""
644
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
645
+ "when they are really needed."
646
+ msgstr ""
647
+ "Generalmente todos los archivos Javascript de WpProQui se cargan en el "
648
+ "footer y solo cuando son estrictamente necesarios."
649
+
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
651
+ msgid "In very old Wordpress themes this can lead to problems."
652
+ msgstr ""
653
+ "Esto puede causar problemas en algunos temas para Wordpress muy antiguos."
654
+
655
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
656
+ msgid ""
657
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
658
+ "the header even if they are not needed."
659
+ msgstr ""
660
+ "Si activas esta opción, todos los archivos Javascript de WpProQuiz se "
661
+ "cargarán en el header, incluso cuando no sean necesarios."
662
+
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
664
+ #, php-format
665
+ msgid ""
666
+ "Anyone who wants to learn more about this topic should read through the "
667
+ "following websites %s and %s."
668
+ msgstr ""
669
+ "Si deseas saber más sobre este tema, puede consultar las siguientes páginas "
670
+ "web: %s y %s"
671
+
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
673
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
674
+ msgid "Touch Library"
675
+ msgstr "Librería Touch (pars dispositivos móviles)"
676
+
677
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
678
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
679
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
680
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
682
+ msgid "Deactivate"
683
+ msgstr "Desactivar"
684
+
685
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
686
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
687
+ msgstr ""
688
+ "En la versión 0.13 se añadió una nueva librería Touch para dispositivos "
689
+ "móviles."
690
+
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
692
+ msgid "If you have any problems with the Touch Library, please deactivate it."
693
+ msgstr "Si tienes problemas con la librería Touch, desactívala, por favor."
694
+
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
697
+ msgid "jQuery support cors"
698
+ msgstr "jQuery support cors"
699
+
700
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
701
+ msgid "Is required only in rare cases."
702
+ msgstr "Requerido solo en raros casos."
703
+
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
705
+ msgid "If you have problems with the front ajax, please activate it."
706
+ msgstr "Actívalo si tienes problemas con AJAX."
707
+
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
709
+ msgid "e.g. Domain with special characters in combination with IE"
710
+ msgstr "p.ej. Un dominio con caracteres especiales combinado con IE"
711
+
712
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
713
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
715
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
716
+ msgid "Save"
717
+ msgstr "Guardar"
718
+
719
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
720
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
721
+ msgid "Leaderboard time format"
722
+ msgstr "Formato del tiempo para el Ránking de puntuaciones"
723
+
724
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
725
+ msgid "Custom"
726
+ msgstr "Personalizado"
727
+
728
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
729
+ msgid "Documentation on date and time formatting"
730
+ msgstr ""
731
+ "Documentación acerca del formato de la fecha y de la hora (en inglés.)"
732
+
733
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
734
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
735
+ msgid "Category management"
736
+ msgstr ""
737
+
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
739
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
740
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
741
+ msgid "Edit"
742
+ msgstr "Editar"
743
+
744
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
745
+ msgid "E-mail settings"
746
+ msgstr ""
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
749
+ msgid "To:"
750
+ msgstr ""
751
+
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
753
+ msgid ""
754
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
755
+ "com"
756
+ msgstr ""
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
759
+ msgid "From:"
760
+ msgstr ""
761
+
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
763
+ msgid "Subject:"
764
+ msgstr ""
765
+
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
767
+ msgid "Message body:"
768
+ msgstr ""
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
771
+ msgid "Allowed variables"
772
+ msgstr ""
773
+
774
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
775
+ msgid "User-ID"
776
+ msgstr ""
777
+
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
779
+ msgid "Username"
780
+ msgstr ""
781
+
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
783
+ msgid "Quiz-Name"
784
+ msgstr ""
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
787
+ msgid "Result in precent"
788
+ msgstr ""
789
+
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
791
+ msgid "Reached points"
792
+ msgstr ""
793
+
794
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
795
+ msgid "IP-address of the user"
796
+ msgstr ""
797
+
798
+ #: lib/view/WpProQuiz_View_Import.php:21
799
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
800
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
801
+ msgid "Import"
802
+ msgstr "Importar"
803
+
804
+ #: lib/view/WpProQuiz_View_Import.php:25
805
+ msgid "Error"
806
+ msgstr "Error"
807
+
808
+ #: lib/view/WpProQuiz_View_Import.php:32
809
+ msgid "Successfully"
810
+ msgstr "Hecho satisfactoriamente"
811
+
812
+ #: lib/view/WpProQuiz_View_Import.php:34
813
+ msgid "Import completed successfully"
814
+ msgstr "Importación completada satisfactoriamente"
815
+
816
+ #: lib/view/WpProQuiz_View_Import.php:43
817
+ msgid "Quiz name"
818
+ msgstr "Nombre del cuestionario"
819
+
820
+ #: lib/view/WpProQuiz_View_Import.php:67
821
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
822
+ msgid "Start import"
823
+ msgstr "Empezar la importación"
824
+
825
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
826
+ msgid "Title"
827
+ msgstr "Título"
828
+
829
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
830
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
831
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
832
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
833
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
837
+ msgid "(optional)"
838
+ msgstr "(Opcional)"
839
+
840
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
841
+ msgid ""
842
+ "The title is used for overview, it is not visible in quiz. If you leave the "
843
+ "title field empty, a title will be generated."
844
+ msgstr ""
845
+ "El título se usa para el Menú principal, no es visible en el cuestionario. "
846
+ "Si dejas el tíitulo en blanco, se generará uno automáticamente."
847
+
848
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
849
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
850
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
852
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
854
+ msgid "(required)"
855
+ msgstr "(Requerido)"
856
+
857
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
858
+ msgid "Points for this question (Standard is 1 point)"
859
+ msgstr "Puntos para esta pregunta (1 punto por defecto)"
860
+
861
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
862
+ msgid ""
863
+ "This points will be rewarded, only if the user closes the question correctly."
864
+ msgstr ""
865
+ "Estos puntos se otorgarán solo si el usuario contesta corectamente la "
866
+ "pregunta"
867
+
868
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
869
+ msgid "Different points for each answer"
870
+ msgstr "Asignar un valor en puntos diferente para cada respuesta"
871
+
872
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
873
+ msgid ""
874
+ "If you enable this option, you can enter different points for every answer."
875
+ msgstr ""
876
+ "Si activas esta opción, podrás asignar un valor en puntos diferente para "
877
+ "cada respuesta."
878
+
879
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
880
+ msgid "Show reached points in the correct- and incorrect message?"
881
+ msgstr ""
882
+ "¿Mostrar los puntos conseguidos en el mensaje de Correcto o Incorrecto?"
883
+
884
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
885
+ #: lib/view/WpProQuiz_View_Statistics.php:82
886
+ msgid "Category"
887
+ msgstr ""
888
+
889
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
890
+ msgid ""
891
+ "You can assign classify category for a question. Categories are e.g. visible "
892
+ "in statistics function."
893
+ msgstr ""
894
+
895
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
896
+ msgid "You can manage categories in global settings."
897
+ msgstr ""
898
+
899
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
900
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
901
+ msgid "Create new category"
902
+ msgstr ""
903
+
904
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
905
+ msgid "No category"
906
+ msgstr ""
907
+
908
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
909
+ msgid "Create"
910
+ msgstr ""
911
+
912
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
913
+ msgid "Message with the correct / incorrect answer"
914
+ msgstr "Mensaje acompañando a la respuesta correcta / incorrecta"
915
+
916
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
917
+ msgid "Deactivated in quiz settings."
918
+ msgstr "Desactivado en los ajustes del cuestionario"
919
+
920
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
921
+ msgid "Message with the correct answer"
922
+ msgstr "Mensaje acompañando a la respuesta correcta"
923
+
924
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
925
+ msgid ""
926
+ "This text will be visible if answered correctly. It can be used as "
927
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
928
+ "always displayed automatically."
929
+ msgstr ""
930
+ " Este texto aparecerá si se ha contestado correctamente. Puede ser usado "
931
+ "como una explicación en preguntas complejas. El mensaje \"Correcto\" o "
932
+ "\"Incorrecto\" se muestra siempre automáticamente."
933
+
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
935
+ msgid "Same text for correct- and incorrect-message?"
936
+ msgstr ""
937
+ "¿Mostrar el mismo texto acompañando al mensaje de Correcto o Incorrexcto?"
938
+
939
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
940
+ msgid "Message with the incorrect answer"
941
+ msgstr "Mensaje acompañando a la respuesta incorrecta"
942
+
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
944
+ msgid ""
945
+ "This text will be visible if answered incorrectly. It can be used as "
946
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
947
+ "always displayed automatically."
948
+ msgstr ""
949
+ "Este texto se mostrará si se responde incorrectamente. Puede ser usado como "
950
+ "una explicación en preguntas complejas. El mensaje \"Correcto\" o "
951
+ "\"Incorrecto\" se muestra siempre automáticamente."
952
+
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
954
+ msgid "Here you can enter solution hint."
955
+ msgstr "Aquí puedes añadir una pista de ayuda"
956
+
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
958
+ msgid "Activate hint for this question?"
959
+ msgstr "¿Activar Pista de ayuda para la pregunta?"
960
+
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
962
+ msgid "Answer type"
963
+ msgstr "¿Tipo de respuesta?"
964
+
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
966
+ msgid "Single choice"
967
+ msgstr "Respuesta única"
968
+
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
970
+ msgid "Multiple choice"
971
+ msgstr "Respuesta múltiple"
972
+
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
974
+ msgid "\"Free\" choice"
975
+ msgstr "Respuesta \"Libre\" "
976
+
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
978
+ msgid "\"Sorting\" choice"
979
+ msgstr "\"Ordenar\" respuestas"
980
+
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
982
+ msgid "\"Matrix Sorting\" choice"
983
+ msgstr "Respuesta de\"Ordenar Matrix\" "
984
+
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
986
+ msgid "Cloze"
987
+ msgstr "Completar texto (espacios en blanco)"
988
+
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
990
+ msgid "Answers"
991
+ msgstr "Respuestas"
992
+
993
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
994
+ msgid ""
995
+ "Please sort the answers in right order with the \"Move\" - Button. The "
996
+ "answers will be displayed randomly."
997
+ msgstr ""
998
+ "Por favor, ordena las respuestas en el oden correcto usando el botón \"Mover"
999
+ "\"-Al usuario, las respuestas se le mostrarán aleatoriamente."
1000
+
1001
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
1002
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1004
+ msgid "Add new answer"
1005
+ msgstr "Añadir otra respuesta"
1006
+
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
1008
+ msgid ""
1009
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1010
+ "matching criterion."
1011
+ msgstr ""
1012
+ "En esta modalidad,no se trata de ordenar una lista de respuestas, sino de "
1013
+ "asignar elementos a un criterio coincidente"
1014
+
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1016
+ msgid ""
1017
+ "You can create sort elements with empty criteria, which can't be assigned by "
1018
+ "user."
1019
+ msgstr ""
1020
+ "Puede crear elementos con el criterio de ordenación vacío, de modo que no "
1021
+ "pueden ser asignados por el usuario."
1022
+
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1025
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1027
+ msgid "Options"
1028
+ msgstr "Opciones"
1029
+
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1032
+ msgid "Answer"
1033
+ msgstr "Respuesta"
1034
+
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1037
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1038
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1039
+ msgid "Allow HTML"
1040
+ msgstr "Permitir HTML"
1041
+
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1045
+ msgid "Delete answer"
1046
+ msgstr "Borrar respuesta"
1047
+
1048
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1049
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1050
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1051
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1052
+ msgid "Move"
1053
+ msgstr "Mover"
1054
+
1055
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1056
+ msgid "Criterion"
1057
+ msgstr "Criterio"
1058
+
1059
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1060
+ msgid ""
1061
+ "correct answers (one per line) (answers will be converted to lower case)"
1062
+ msgstr ""
1063
+ "respuestas correctas (una por línea)) (las respuestas se pasarán a letra "
1064
+ "minúscula)"
1065
+
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1067
+ msgid ""
1068
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1069
+ "small letters will be ignored."
1070
+ msgstr ""
1071
+ "Escribe las palabras que se ocultarán entre llaves { } p.ej \"Yo {juego} a "
1072
+ "fútbol\". Mayúsculas y minúsulas serán ignordas."
1073
+
1074
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1075
+ msgid ""
1076
+ "You can specify multiple options for a search word. Enclose the word with "
1077
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1078
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1079
+ "hate are correct."
1080
+ msgstr ""
1081
+
1082
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1083
+ msgid ""
1084
+ "If mode \"Different points for every answer\" is activated, you can assign "
1085
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1086
+ msgstr ""
1087
+ "Si la opción \"Asignar una puntución diferente a cada respuesta\" está "
1088
+ "activada, podrás asignar puntos variables usando el código |POINTS. En caso "
1089
+ "contrario, se otorgará 1 punto a cada respuesta. "
1090
+
1091
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1092
+ msgid ""
1093
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1094
+ "\" 3 points."
1095
+ msgstr ""
1096
+ "p.ej. \" Yo {juego} a fútbol con un {balónl|3}. \" - \"juego\" da 1 punto y "
1097
+ "\"Balón\" 3 puntos. "
1098
+
1099
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1100
+ msgid "Questions sorted"
1101
+ msgstr "Preguntas ordenadas"
1102
+
1103
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1104
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1105
+ msgid "Total"
1106
+ msgstr "Total"
1107
+
1108
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1109
+ msgid "Add question"
1110
+ msgstr "Añadir una pregunta"
1111
+
1112
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1113
+ msgid "Save order"
1114
+ msgstr "Guardar el orden"
1115
+
1116
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1117
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1118
+ msgid "Copy questions from another Quiz"
1119
+ msgstr "Copiar preguntas de otro cuestionario"
1120
+
1121
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1122
+ msgid ""
1123
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1124
+ "selection enabled)"
1125
+ msgstr ""
1126
+ "Aquí puedes copiar preguntas de otro cuestionario en este (con Respuesta "
1127
+ "múltiple activada)"
1128
+
1129
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1130
+ msgid "Copy questions"
1131
+ msgstr "Copiar preguntas"
1132
+
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1134
+ msgid "Quiz title"
1135
+ msgstr "Título del cuestionario"
1136
+
1137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1138
+ msgid "Hide quiz title"
1139
+ msgstr "Ocultar el título del cuestionario"
1140
+
1141
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1142
+ msgid "Hide title"
1143
+ msgstr "Ocultar el título"
1144
+
1145
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1146
+ msgid "The title serves as quiz heading."
1147
+ msgstr "El título sirve como encabezado del cuestionario."
1148
+
1149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1151
+ msgid "Hide \"Restart quiz\" button"
1152
+ msgstr "Ocultar el botón de \"Volver a empezar el cuestionario\" "
1153
+
1154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1155
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1156
+ msgstr ""
1157
+ "Ocultar el botón de \"Volver a empezar el cuestionario\" en el Frontend."
1158
+
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1161
+ msgid "Hide \"View question\" button"
1162
+ msgstr "Ocultar el botón de \"Comprobar las preguntas\" "
1163
+
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1165
+ msgid "Hide the \"View question\" button in the Frontend."
1166
+ msgstr "Ocultar el botón de \"Comprobar las preguntas\" en el Frontend."
1167
+
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1170
+ msgid "Show points"
1171
+ msgstr "Mostrar los puntos"
1172
+
1173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1174
+ msgid "Shows in quiz, how many points are reachable for respective question."
1175
+ msgstr ""
1176
+ "Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
1177
+ "pregunta,"
1178
+
1179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1181
+ msgid "Display question randomly"
1182
+ msgstr "Ordenar las preguntas aleatoriamente"
1183
+
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1186
+ msgid "Display answers randomly"
1187
+ msgstr "Ordenar las respuestas aleatoriamente"
1188
+
1189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1190
+ msgid "Seconds"
1191
+ msgstr "Segundos"
1192
+
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1194
+ msgid "0 = no limit"
1195
+ msgstr "0 = sin límite"
1196
+
1197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1199
+ msgid "Number answers"
1200
+ msgstr "Numerar las respuestas"
1201
+
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1203
+ msgid ""
1204
+ "If this option is activated, all answers are numbered (only single and "
1205
+ "multiple choice)"
1206
+ msgstr ""
1207
+ "Si esta opción está activada, todas las respuestas serán numeradas (solo en "
1208
+ "las modalidades de respuesta única y respuesta múltiple)."
1209
+
1210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1219
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1222
+ msgid "Demo"
1223
+ msgstr "Demo"
1224
+
1225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1227
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
1228
+ msgid "Statistics"
1229
+ msgstr "Estadísticas"
1230
+
1231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1232
+ msgid ""
1233
+ "Statistics about right or wrong answers. Statistics will be saved by "
1234
+ "completed quiz, not after every question. The statistics is only visible "
1235
+ "over administration menu. (internal statistics)"
1236
+ msgstr ""
1237
+ "Estadísticas de respuestas correctas e incorrectas. Las estadísticas se "
1238
+ "guardarán al acabar el cuestionario, no tras cada respuesta. Las "
1239
+ "estadísticas son visibles solo en el menú de administración (estadísticas "
1240
+ "internas)."
1241
+
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1244
+ msgid "Statistics IP-lock"
1245
+ msgstr "Estadísticas IP-lock"
1246
+
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1248
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1249
+ msgstr "en minutos (recomenado:: 1440 minutos = 1 día)"
1250
+
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1252
+ msgid ""
1253
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1254
+ "from same IP. (0 = deactivated)"
1255
+ msgstr ""
1256
+ "Protege las estadísticas de spam. Los resultados de una misma IP se guadarán "
1257
+ "solo cada X minutos. (0 = Desactivado)"
1258
+
1259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1261
+ msgid "Execute quiz only once"
1262
+ msgstr "Permitir realizar el cuestionario una sola vez"
1263
+
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1265
+ msgid ""
1266
+ "If you activate this option, the user can complete the quiz only once. "
1267
+ "Afterwards the quiz is blocked for this user."
1268
+ msgstr ""
1269
+ "Si se activa esta opción, el usuario solo podrá realizar el cuestionario una "
1270
+ "vez. Después, el cuestionario se bloquea para ese usuario."
1271
+
1272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1273
+ msgid "This option applies to:"
1274
+ msgstr "Aplicar esta opción a:"
1275
+
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1278
+ msgid "all users"
1279
+ msgstr "todos los usuarios"
1280
+
1281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1283
+ msgid "registered useres only"
1284
+ msgstr "solo usuarios registrados"
1285
+
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1288
+ msgid "anonymous users only"
1289
+ msgstr "solo usuarios anónimos"
1290
+
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1292
+ msgid "user identification by cookie"
1293
+ msgstr "identificación del usuario mediante cookie"
1294
+
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1296
+ msgid ""
1297
+ "If you activate this option, a cookie is set additionally for unregistrated "
1298
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1299
+ "simple assignment by the IP address."
1300
+ msgstr ""
1301
+ "Al activar esta opción, se asigna adicionalmente un cookie para los usuarios "
1302
+ "no registrados (anónimos). Esto asegura una asignación del usuario más "
1303
+ "prolongada que con una simple asignación mediante IP."
1304
+
1305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1306
+ msgid "Reset the user identification"
1307
+ msgstr "Reinicilar la identificación del usuario"
1308
+
1309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1310
+ msgid "User identification has been reset."
1311
+ msgstr "La identificación del usuario ha sido reiniciada."
1312
+
1313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1314
+ msgid "Resets user identification for all users."
1315
+ msgstr "Reiniciar la identificación de usuario para todos los usuarios."
1316
+
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1319
+ msgid "Hide correct- and incorrect message"
1320
+ msgstr "Oculltar el mensaje Correcto-Incorrecto"
1321
+
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1323
+ msgid ""
1324
+ "If you enable this option, no correct- or incorrect message will be "
1325
+ "displayed."
1326
+ msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
1327
+
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1330
+ msgid "Correct and incorrect answer mark"
1331
+ msgstr "Marcar respuestas correctas e incorrectas"
1332
+
1333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1334
+ msgid ""
1335
+ "If you enable this option, answers won't be color highlighted as correct or "
1336
+ "incorrect. "
1337
+ msgstr ""
1338
+ "Al activar esta opción,las respuestas no serán destacadas en diferentes "
1339
+ "colores como correctas o incoreectas."
1340
+
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1343
+ msgid "Show only specific number of questions"
1344
+ msgstr "Mostrar solo un número específico de preguntas"
1345
+
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1347
+ msgid ""
1348
+ "If you enable this option, maximum number of displayed questions will be X "
1349
+ "from X questions. (The output of questions is random)"
1350
+ msgstr ""
1351
+ "Al activar esta opción, la cantidad máxima de preguntas mostradas será X de "
1352
+ "X preguntas. (La selección de las preguntas será aleatoria)"
1353
+
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1355
+ msgid "The statistics function is not available in this option."
1356
+ msgstr "La función Estadísticas no está disponible en esta modalidad."
1357
+
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1359
+ msgid ""
1360
+ "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1361
+ msgstr "Esta opción no funciona correctamente con plugins de Caché Frontend"
1362
+
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1364
+ msgid "How many questions should be displayed simultaneously:"
1365
+ msgstr "Cantidad de preguntas a mostrar simultáneamente."
1366
+
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1368
+ msgid "in percent"
1369
+ msgstr "en porcentaje"
1370
+
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1373
+ msgid "Show average points"
1374
+ msgstr "Mostrar el promedio de puntuación"
1375
+
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1377
+ msgid "Statistics-function must be enabled."
1378
+ msgstr "La función Estadísticas deber estar activada."
1379
+
1380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1382
+ msgid "Prerequisites"
1383
+ msgstr "Prerrequisitos"
1384
+
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1386
+ msgid ""
1387
+ "If you enable this option, you can choose quiz, which user have to finish "
1388
+ "before he can start this quiz."
1389
+ msgstr ""
1390
+ "Al activar esta opción, puedes seleccionar un cuestionario que el usuario "
1391
+ "debe completar antes de empezar este cuestionario."
1392
+
1393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1394
+ msgid ""
1395
+ "In all selected quizzes statistic function have to be active. If it is not "
1396
+ "it will be activated automatically."
1397
+ msgstr ""
1398
+ "En todos los cuestionarios seleccionadas la función Estadísticas debe estar "
1399
+ "activa. De lo contario, será activada automáticamente."
1400
+
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1402
+ msgid "Quiz"
1403
+ msgstr "Cuestionario"
1404
+
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1406
+ msgid "Prerequisites (This quiz have to be finished)"
1407
+ msgstr "Prerrequisitos (este cuestionario debe ser completado previamente)"
1408
+
1409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1412
+ msgid "Question overview"
1413
+ msgstr ""
1414
+
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1416
+ msgid ""
1417
+ "Add at the top of the quiz a question overview, which allows easy "
1418
+ "navigation. Additional questions can be marked \"to review\"."
1419
+ msgstr ""
1420
+
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1422
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1423
+ msgstr ""
1424
+
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1426
+ msgid ""
1427
+ "If you enalbe this option, no quiz overview will be displayed, before "
1428
+ "finishing quiz."
1429
+ msgstr ""
1430
+
1431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1432
+ msgid ""
1433
+ "If you enable this option, user won't be able to skip question. (only in "
1434
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1435
+ "\"Question-Overview\""
1436
+ msgstr ""
1437
+
1438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1440
+ msgid "E-mail notification"
1441
+ msgstr ""
1442
+
1443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1444
+ msgid "for registered users only"
1445
+ msgstr ""
1446
+
1447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1448
+ msgid "for all users"
1449
+ msgstr ""
1450
+
1451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1452
+ msgid ""
1453
+ "If you enable this option, you will be informed if a user completes this "
1454
+ "quiz."
1455
+ msgstr ""
1456
+
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1458
+ msgid "E-Mail settings can be edited in global settings."
1459
+ msgstr ""
1460
+
1461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1462
+ msgid "Quiz-Mode"
1463
+ msgstr ""
1464
+
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1466
+ msgid "Normal"
1467
+ msgstr ""
1468
+
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1470
+ msgid "Normal + Back-Button"
1471
+ msgstr ""
1472
+
1473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1474
+ msgid "Check -> continue"
1475
+ msgstr "Comprobar -> continuar"
1476
+
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1478
+ msgid "Questions below each other"
1479
+ msgstr "Mostrar las respuestas una debajo de la otra"
1480
+
1481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1482
+ msgid ""
1483
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1484
+ "displayed at the end of the quiz."
1485
+ msgstr ""
1486
+
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1488
+ msgid "Allows to use the back button in a question."
1489
+ msgstr ""
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1492
+ msgid "Shows \"right or wrong\" after each question."
1493
+ msgstr ""
1494
+
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1496
+ msgid ""
1497
+ "If this option is activated, all answers are displayed below each other, i."
1498
+ "e. all questions are on a single page."
1499
+ msgstr ""
1500
+
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1502
+ msgid ""
1503
+ "The leaderboard allows users to enter results in public list and to share "
1504
+ "the result this way."
1505
+ msgstr ""
1506
+ "El Ránking de puntuaciones permite a los usuarios introducir y compartir "
1507
+ "sus resultados en una lista pública."
1508
+
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1510
+ msgid "The leaderboard works independent from internal statistics function."
1511
+ msgstr ""
1512
+ "El Ránking de puntuaciones funciona independientemente de las estadísticas "
1513
+ "internas."
1514
+
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1516
+ msgid "Who can sign up to the list"
1517
+ msgstr "Quién puede foirmar parte de la lista"
1518
+
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1520
+ msgid ""
1521
+ "Not registered users have to enter name and e-mail (e-mail won't be "
1522
+ "displayed)"
1523
+ msgstr ""
1524
+ "Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
1525
+ "no será mostrado)"
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1528
+ msgid "insert automatically"
1529
+ msgstr ""
1530
+
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1532
+ msgid ""
1533
+ "If you enable this option, logged in users will be automatically entered "
1534
+ "into leaderboard"
1535
+ msgstr ""
1536
+
1537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1538
+ msgid "display captcha"
1539
+ msgstr "Mostrar captcha"
1540
+
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1542
+ msgid ""
1543
+ "If you enable this option, additional captcha will be displayed for users "
1544
+ "who are not registered."
1545
+ msgstr ""
1546
+ "Al activar esta opción, a los usuarios no registrados se le mostrará un "
1547
+ "código captcha."
1548
+
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1550
+ msgid "This option requires additional plugin:"
1551
+ msgstr "Esta opción requiere un plugin adicional:"
1552
+
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1554
+ msgid "Plugin has been detected."
1555
+ msgstr "El plugin ha sido detectado."
1556
+
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1558
+ msgid "Plugin is not installed."
1559
+ msgstr "El plugin no está instalado."
1560
+
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1562
+ msgid "Sort list by"
1563
+ msgstr "Ordenar la lista por"
1564
+
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1566
+ msgid "Users can apply multiple times"
1567
+ msgstr "El usuario puede intentarlo cuantas veces desee."
1568
+
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1570
+ msgid "User can apply after:"
1571
+ msgstr "El usuario puede intentarlo de nuevo desspués de:"
1572
+
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1574
+ msgid "minute"
1575
+ msgstr "minuto"
1576
+
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1578
+ msgid "How many entries should be displayed"
1579
+ msgstr "Cantidad de entradas a mostrar"
1580
+
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1582
+ msgid "Entries"
1583
+ msgstr "Entradas"
1584
+
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1586
+ msgid "Automatically display leaderboard in quiz result"
1587
+ msgstr ""
1588
+ "Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
1589
+ "cuestionario."
1590
+
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1592
+ msgid "Where should leaderboard be displayed:"
1593
+ msgstr "Dónde será mostrado el Ránking de puntuaciones:"
1594
+
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1596
+ msgid "don't display"
1597
+ msgstr "No mostrarlo"
1598
+
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1600
+ msgid "below the \"result text\""
1601
+ msgstr "después del \"texto del resultado\""
1602
+
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1604
+ msgid "in a button"
1605
+ msgstr "en un botón"
1606
+
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1608
+ msgid "Quiz description"
1609
+ msgstr "Descripción del cuestionario"
1610
+
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1612
+ msgid "This text will be displayed before start of the quiz."
1613
+ msgstr "Este texto se mostrará antes del inicio del cuestionario."
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1616
+ msgid "Results text"
1617
+ msgstr "Texto del resultado"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1620
+ msgid ""
1621
+ "This text will be displayed at the end of the quiz (in results). (this text "
1622
+ "is optional)"
1623
+ msgstr ""
1624
+ "Este texto se mostrará al final del cuestionario (en los resultados). (este "
1625
+ "texto es opcional)"
1626
+
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1628
+ msgid "Activate graduation"
1629
+ msgstr "Activar calificaciones"
1630
+
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1632
+ msgid "Hint:"
1633
+ msgstr "Pista de ayuda:"
1634
+
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1636
+ msgid "Maximal 15 levels"
1637
+ msgstr "Máximo 15 niveles"
1638
+
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1640
+ #, php-format
1641
+ msgid ""
1642
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1643
+ "in %d questions."
1644
+ msgstr ""
1645
+ "Porcentaje en relación a la puntuación total del cuestionario. (Total "
1646
+ "actual: %d puntos en %d preguntas)"
1647
+
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1649
+ msgid "Values can also be mixed up"
1650
+ msgstr "Los valores pueden también mezclarse"
1651
+
1652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1653
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1654
+ msgstr ""
1655
+ "10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
1656
+
1657
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1659
+ msgid "from:"
1660
+ msgstr "de:"
1661
+
1662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1664
+ msgid "percent"
1665
+ msgstr "porcentaje"
1666
+
1667
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1669
+ #, php-format
1670
+ msgid ""
1671
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1672
+ "%s</span>%%)"
1673
+ msgstr ""
1674
+ "(Se mostrará cuando el procentaje del resultado sea >= <span class="
1675
+ "\"resultProzent\">%s</span>%% )"
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1678
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1679
+ msgid "Delete graduation"
1680
+ msgstr "Borrar calificación"
1681
+
1682
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1683
+ msgid "Add graduation"
1684
+ msgstr "Añadir calificación"
1685
+
1686
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
1687
+ msgid "Quiz overview"
1688
+ msgstr "Menú principal del cuestionario"
1689
+
1690
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
1691
+ msgid "In case of problems"
1692
+ msgstr "En caso de problemas"
1693
+
1694
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
1695
+ msgid "If quiz doesn't work in front-end, please try following:"
1696
+ msgstr ""
1697
+ "Si el cuestionario no funciona en el Front-End, intenta,por favor lo "
1698
+ "siguiente:"
1699
+
1700
+ #: lib/view/WpProQuiz_View_QuizOverall.php:46
1701
+ msgid "Style Manager"
1702
+ msgstr "Editor de estilos"
1703
+
1704
+ #: lib/view/WpProQuiz_View_QuizOverall.php:50
1705
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
1706
+ msgid "Support WP-Pro-Quiz"
1707
+ msgstr "Apoyar a Wp-Pro-Quiz"
1708
+
1709
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1710
+ msgid "ID"
1711
+ msgstr "ID"
1712
+
1713
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1714
+ msgid "Shortcode"
1715
+ msgstr "Código abreviado"
1716
+
1717
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1718
+ msgid "Shortcode-Leaderboard"
1719
+ msgstr "Código abreviado del Ránking de puntuaciones"
1720
+
1721
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1722
+ msgid "Preview"
1723
+ msgstr "Previsualizar"
1724
+
1725
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1726
+ msgid "Add quiz"
1727
+ msgstr "Añadir cuestionario"
1728
+
1729
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1730
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1731
+ msgid "Export"
1732
+ msgstr "Exportar"
1733
+
1734
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1735
+ msgid ""
1736
+ "Choose the respective question, which you would like to export and press on "
1737
+ "\"Start export\""
1738
+ msgstr ""
1739
+ "Selecciona las preguntas correspondientes que deseas exportar y pulsa sobre "
1740
+ "\"Empezar exportación\""
1741
+
1742
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1743
+ msgid "Start export"
1744
+ msgstr "Empezar exportación"
1745
+
1746
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1747
+ msgid "Import only *.wpq files from known and trusted sources."
1748
+ msgstr "Importar solo archivos *.wpq de fuentes conocidas y auténticas."
1749
+
1750
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1751
+ #, php-format
1752
+ msgid "Maximal %d MiB"
1753
+ msgstr "Máximo de %d MiB"
1754
+
1755
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1756
+ #, php-format
1757
+ msgid "Quiz: %s - Statistics"
1758
+ msgstr "Cuestionario: %s - Estadísticas"
1759
+
1760
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1761
+ msgid "Stats not enabled"
1762
+ msgstr "Estadísticas no activadas"
1763
+
1764
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1765
+ msgid "Activate statistics"
1766
+ msgstr "Activar estadísticas"
1767
+
1768
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1769
+ msgid "Users"
1770
+ msgstr ""
1771
+
1772
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1773
+ msgid "Overview"
1774
+ msgstr "Vista general"
1775
+
1776
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1777
+ msgid "Please select user name:"
1778
+ msgstr "Seleccione el nombre de usuario, por favor"
1779
+
1780
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1781
+ msgid "Anonymous user"
1782
+ msgstr ""
1783
+
1784
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1785
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1786
+ msgid "Hints used"
1787
+ msgstr "Pistas de ayuda usadas"
1788
+
1789
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1790
+ msgid "Points scored"
1791
+ msgstr "Puntos logrados"
1792
+
1793
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1794
+ msgid "Sub-Total: "
1795
+ msgstr ""
1796
+
1797
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1798
+ msgid "Reset statistics"
1799
+ msgstr "Reiniciar las estadísticas"
1800
+
1801
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1802
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1803
+ msgid "Refresh"
1804
+ msgstr "Actualizar"
1805
+
1806
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1807
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1808
+ msgid "Reset entire statistic"
1809
+ msgstr "Reiniciar trodas las estadísticas"
1810
+
1811
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1812
+ msgid "Show only users, who solved the quiz:"
1813
+ msgstr "Mostrar solo los usuarios que han resuelto el cuestionario"
1814
+
1815
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
1816
+ msgid "Front"
1817
+ msgstr "Frente"
1818
+
1819
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
1820
+ msgid "Donate"
1821
+ msgstr "Donar"
1822
+
1823
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
1824
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
1825
+ msgstr "Wp-Pro-Quiz es un pequeño pero fabuloso plugin para Wordpress"
1826
+
1827
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
1828
+ msgid ""
1829
+ "I try to implement all wishes as fast as possible and help with problems."
1830
+ msgstr ""
1831
+ "Intento añadirle todas las funciones que se me solicitan tan rápido como me "
1832
+ "es posible, así como ayudar con cualquier problema"
1833
+
1834
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
1835
+ msgid ""
1836
+ "Your donations can help to ensure that the project continues to remain free."
1837
+ msgstr ""
1838
+ "Vuestros donativos pueden ayudar a asegurar que el proyecto continúe siendo "
1839
+ "free."
1840
+
1841
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
1842
+ msgid "Translate WP-Pro-Quiz"
1843
+ msgstr "Traducir Wp-Pro-Quiz"
1844
+
1845
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
1846
+ msgid "You need:"
1847
+ msgstr "Necesitas:"
1848
+
1849
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
1850
+ msgid "Latest POT file"
1851
+ msgstr "El archivo POT más reciente"
1852
+
1853
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
1854
+ msgid "Open PoEdit"
1855
+ msgstr "Abrie el editor PoEdit"
1856
+
1857
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
1858
+ msgid "File - New catalogue from POT file..."
1859
+ msgstr "Archivo - Nuevo Catálogo para un archivo POT..."
1860
+
1861
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
1862
+ msgid "Choose wp-pro-quiz.pot"
1863
+ msgstr "Seleccionar wp-pro-quiz.pot"
1864
+
1865
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
1866
+ msgid "Set \"Translation properties\""
1867
+ msgstr "Establecer las \"Propiedades de la traducción\" "
1868
+
1869
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
1870
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
1871
+ msgstr "Guargar el archivo PO con el nombre \"wp-pro-quiz-de_DE.po\""
1872
+
1873
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
1874
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
1875
+ msgstr ""
1876
+ "sustiyuye de_DE con la abreviatura de cada lenguaje (p.ej. en_US, nl_NL ...)"
1877
+
1878
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
1879
+ msgid "Translate"
1880
+ msgstr "Traducir"
1881
+
1882
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
1883
+ msgid ""
1884
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
1885
+ "quiz/languages"
1886
+ msgstr ""
1887
+ "Subir el archivo *.mo generado a tu servidor en la carpeta /wp-content/"
1888
+ "plugins/wp-pro-quiz/languages"
1889
+
1890
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
1891
+ msgid "Finished"
1892
+ msgstr "¡Listo¡"
1893
+
1894
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
1895
+ msgid ""
1896
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
1897
+ "english to english) e.g. to rename buttons."
1898
+ msgstr ""
1899
+ "También puedes traducir WP-Pro-Quiz a un lenguaje ya incoroporado (p.ej, "
1900
+ "español a español\"), por ejemplo, para renombrar a tu gusto los botones."
1901
+
1902
+ #, fuzzy
1903
+ #~ msgid "Sie muessen einen Namen angeben."
1904
+ #~ msgstr "No name or e-mail stated."
1905
+
1906
+ #, fuzzy
1907
+ #~ msgid "Ueberpruefen"
1908
+ #~ msgstr "translate"
1909
+
1910
+ #, fuzzy
1911
+ #~ msgid "Loeschen"
1912
+ #~ msgstr "Delete"
1913
+
1914
+ #, fuzzy
1915
+ #~ msgid "Skip Question"
1916
+ #~ msgstr "Pregunta"
1917
+
1918
+ #~ msgid ""
1919
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1920
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1921
+ #~ "below each other\" was used)"
1922
+ #~ msgstr ""
1923
+ #~ "Mostrar \"correcto o incorrecto\" después de cada pregunta. En caso "
1924
+ #~ "contrario, las soluciones se mostrarán solo al final del cuestionario. "
1925
+ #~ "(Esta opción serña ignorada si se activa \"Mostrar las respuestas una "
1926
+ #~ "debajo de la otra\")"
1927
+
1928
+ #~ msgid "Back button"
1929
+ #~ msgstr "Botón de volver atrás"
1930
+
1931
+ #~ msgid ""
1932
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1933
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1934
+ #~ msgstr ""
1935
+ #~ "Permite usar el botón de volver atrás en una pregunta.. (Esta opción será "
1936
+ #~ "ignorada si están activados \"Comprobar -> continuar\" o \"Mostrar las "
1937
+ #~ "respuestas una debajo de la otra\")."
1938
+
1939
+ #~ msgid "Registered users"
1940
+ #~ msgstr "Usuarios registrados"
1941
+
1942
+ #, fuzzy
1943
+ #~ msgid "Unterschiedliche Punkte fuer jede Antwort"
1944
+ #~ msgstr "Different points for each answer"
1945
+
1946
+ #~ msgid ""
1947
+ #~ "You have reached <span></span> of <span></span> points, (<span></span>%)"
1948
+ #~ msgstr ""
1949
+ #~ "Sie haben <span></span> von <span></span> Punkten erreicht (<span></span>"
1950
+ #~ "%)"
1951
+
1952
+ #, fuzzy
1953
+ #~ msgid "Zeige Bestenliste"
1954
+ #~ msgstr "Show leaderboard"
1955
+
1956
+ #~ msgid "Captcha:"
1957
+ #~ msgstr "Captcha:"
1958
+
1959
+ #~ msgid "Points per correct answer"
1960
+ #~ msgstr "Punkte pro korrekte Antwort"
1961
+
1962
+ #~ msgid ""
1963
+ #~ "If you enable this option, for every correct answer user will receive X "
1964
+ #~ "points. Otherwise he will receive points only if the question was solved "
1965
+ #~ "completely."
1966
+ #~ msgstr ""
1967
+ #~ "Wenn Sie diese Option aktivieren, werden für jede korrekte Antwort X "
1968
+ #~ "Punkte vergeben. Ansonsten gibt es nur Punkte wenn die Frage vollständig "
1969
+ #~ "korrekt abgeschlossen wird."
1970
+
1971
+ #, fuzzy
1972
+ #~ msgid "Optionen"
1973
+ #~ msgstr "Options"
1974
+
1975
+ #, fuzzy
1976
+ #~ msgid "Bestenliste hinzugefuegt"
1977
+ #~ msgstr "Leaderboard"
1978
+
1979
+ #, fuzzy
1980
+ #~ msgid "Unterschiedliche Punkte fuer jede Antwort hinzugefuegt"
1981
+ #~ msgstr "Different points for each answer"
1982
+
1983
+ #, fuzzy
1984
+ #~ msgid "Keine Daten verfuegbar"
1985
+ #~ msgstr "No data available"
1986
+
1987
+ #, fuzzy
1988
+ #~ msgid "Please note:"
1989
+ #~ msgstr "Hinweis"
1990
+
1991
+ #, fuzzy
1992
+ #~ msgid "Aktivieren"
1993
+ #~ msgstr "Activate"
1994
+
1995
+ #, fuzzy
1996
+ #~ msgid "Ein Fehler ist aufgetreten."
1997
+ #~ msgstr "An error has occurred."
1998
+
1999
+ #, fuzzy
2000
+ #~ msgid "Captcha ist falsch."
2001
+ #~ msgstr "Captcha is wrong."
2002
+
2003
+ #, fuzzy
2004
+ #~ msgid "Bestenliste"
2005
+ #~ msgstr "Leaderboard"
2006
+
2007
+ #, fuzzy
2008
+ #~ msgid "Sortieren nach:"
2009
+ #~ msgstr "Sort by:"
2010
+
2011
+ #, fuzzy
2012
+ #~ msgid "neuster Eintrag"
2013
+ #~ msgstr "latest entry"
2014
+
2015
+ #, fuzzy
2016
+ #~ msgid "aeltester Eintrag"
2017
+ #~ msgstr "Oldest entry"
2018
+
2019
+ #, fuzzy
2020
+ #~ msgid "Alle Eintaege loeschen"
2021
+ #~ msgstr "Delete all entries"
2022
+
2023
+ #, fuzzy
2024
+ #~ msgid "average Punkte"
2025
+ #~ msgstr "Average score"
2026
+
2027
+ #, fuzzy
2028
+ #~ msgid "Deine Punkte"
2029
+ #~ msgstr "Your score"
2030
+
2031
+ #, fuzzy
2032
+ #~ msgid "Bestenliste:"
2033
+ #~ msgstr "Leaderboard:"
2034
+
2035
+ #, fuzzy
2036
+ #~ msgid "maximal %s Punkte"
2037
+ #~ msgstr "maximum of %s points"
2038
+
2039
+ #, fuzzy
2040
+ #~ msgid "Platz"
2041
+ #~ msgstr "Pos."
2042
+
2043
+ #, fuzzy
2044
+ #~ msgid "Ergebnis"
2045
+ #~ msgstr "Result"
2046
+
2047
+ #, fuzzy
2048
+ #~ msgid "Bestenliste Zeitformat"
2049
+ #~ msgstr "Leaderboard"
2050
+
2051
+ #, fuzzy
2052
+ #~ msgid "Voraussetzungen"
2053
+ #~ msgstr "Prerequisites"
2054
+
2055
+ #, fuzzy
2056
+ #~ msgid "Plugin wurde erkannt."
2057
+ #~ msgstr "Plugin has been detected."
2058
+
2059
+ #, fuzzy
2060
+ #~ msgid "Liste sortieren nach"
2061
+ #~ msgstr "Sort by"
2062
+
2063
+ #, fuzzy
2064
+ #~ msgid "Wieviel Eintraege sollen angezeigt werden"
2065
+ #~ msgstr "How many entries are to be displayed"
2066
+
2067
+ #, fuzzy
2068
+ #~ msgid "Eintraege"
2069
+ #~ msgstr "Entries"
2070
+
2071
+ #, fuzzy
2072
+ #~ msgid "nicht anzeigen"
2073
+ #~ msgstr "not show"
2074
+
2075
+ #, fuzzy
2076
+ #~ msgid "unterhalb des \"Ergebnis Text\""
2077
+ #~ msgstr "below the \"result text \""
2078
+
2079
+ #, fuzzy
2080
+ #~ msgid "in einem Button"
2081
+ #~ msgstr "in a button"
2082
+
2083
+ #, fuzzy
2084
+ #~ msgid "Shortcode-Bestenliste"
2085
+ #~ msgstr "Shortcode-Leaderboard"
2086
+
2087
+ #, fuzzy
2088
+ #~ msgid "Spenden"
2089
+ #~ msgstr "Donate"
2090
+
2091
+ #, fuzzy
2092
+ #~ msgid "Wp-Pro-Quiz Uebersetzten"
2093
+ #~ msgstr "Wp-Pro-Quiz translate"
2094
+
2095
+ #, fuzzy
2096
+ #~ msgid "Sie benoetigen:"
2097
+ #~ msgstr "You need:"
2098
+
2099
+ #, fuzzy
2100
+ #~ msgid "Neuste POT Datei"
2101
+ #~ msgstr "Latest POT file"
2102
+
2103
+ #, fuzzy
2104
+ #~ msgid "Speichern"
2105
+ #~ msgstr "Save"
2106
+
2107
+ #, fuzzy
2108
+ #~ msgid "Fertig"
2109
+ #~ msgstr "Finished"
2110
+
2111
+ #, fuzzy
2112
+ #~ msgid "Hinweis"
2113
+ #~ msgstr "Please note:"
2114
+
2115
+ #~ msgid "correct?"
2116
+ #~ msgstr "Korrekt?"
2117
+
2118
+ #~ msgid "All"
2119
+ #~ msgstr "Alle"
2120
+
2121
+ #~ msgid "One question is one point"
2122
+ #~ msgstr "Eine Frage ist 1 Punkt"
2123
+
2124
+ #~ msgid "Right"
2125
+ #~ msgstr "Richtig"
2126
+
2127
+ #~ msgid "Wrong"
2128
+ #~ msgstr "Falsch"
2129
+
2130
+ #~ msgid "Tip"
2131
+ #~ msgstr "Tipp"
2132
+
2133
+ #, fuzzy
2134
+ #~ msgid "Statistics reset"
2135
+ #~ msgstr "Statistik zurücksetzen"
2136
+
2137
+ #~ msgid "Not all fields are filled"
2138
+ #~ msgstr "Nicht alle Felder ausgefüllt"
languages/wp-pro-quiz-nb_NO.mo CHANGED
Binary file
languages/wp-pro-quiz-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-14 20:57+0100\n"
5
- "PO-Revision-Date: 2013-02-14 20:57+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Stein Ivar Johnsen\n"
8
  "Language: Norwegian\n"
@@ -14,72 +14,76 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Vil du virkelig slette quiz / spørsmål?"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "Tittel er ikke skrevet!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "Ingen spørsmål satt inn!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "Riktig svar var ikke valgt!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "Ingen svar satt inn!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "Ingen quiz beskrivelse er skrevet!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "De prosentvise verdiene i resultat teksten er feil."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Ingen nummer i feltet \"Poeng\" eller mindre enn 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Ingen nummer i feltet \"Poeng\" eller mindre enn 0"
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "Ingen quiz valgt"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Vil du virkelig tilbakestille statistikken?"
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr "Ingen data tilgjengelig"
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr "Ingen sorterings element i kriteriet"
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr "\"Ulike poeng for hvert svar\" er ikke tilgjengelig i \"Fritt\" valg"
76
 
 
 
 
 
77
  #: lib/controller/WpProQuiz_Controller_Front.php:44
78
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
79
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
80
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
81
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
82
- #: lib/view/WpProQuiz_View_Statistics.php:45
83
  msgid "Loading"
84
  msgstr "Laster"
85
 
@@ -89,19 +93,19 @@ msgstr "Laster"
89
  #: lib/controller/WpProQuiz_Controller_Question.php:51
90
  #: lib/controller/WpProQuiz_Controller_Question.php:128
91
  #: lib/controller/WpProQuiz_Controller_Question.php:143
92
- #: lib/controller/WpProQuiz_Controller_Question.php:196
93
- #: lib/controller/WpProQuiz_Controller_Question.php:342
94
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
95
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
96
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
98
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
99
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
100
  msgid "You do not have sufficient permissions to access this page."
101
  msgstr ""
102
  "Du har ikke tilstrekkelige tillatelser til å få tilgang til denne siden."
103
 
104
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
105
  msgid "Settings saved"
106
  msgstr "Innstillingene er lagret"
107
 
@@ -126,25 +130,25 @@ msgstr "spørsmål kopiert"
126
  msgid "Edit question"
127
  msgstr "Rediger spørsmål"
128
 
129
- #: lib/controller/WpProQuiz_Controller_Question.php:155
130
  msgid "Question not found"
131
  msgstr "Fant ikke spørsmål"
132
 
133
- #: lib/controller/WpProQuiz_Controller_Question.php:172
134
- #: lib/controller/WpProQuiz_Controller_Question.php:224
135
  #, php-format
136
  msgid "Question: %d"
137
  msgstr "Spørsmål: %d"
138
 
139
- #: lib/controller/WpProQuiz_Controller_Question.php:180
140
  msgid "Question edited"
141
  msgstr "Spørsmål redigert"
142
 
143
- #: lib/controller/WpProQuiz_Controller_Question.php:200
144
  msgid "New question"
145
  msgstr "Nytt spørsmål"
146
 
147
- #: lib/controller/WpProQuiz_Controller_Question.php:233
148
  msgid "Question added"
149
  msgstr "Spørsmål lagt til"
150
 
@@ -212,31 +216,46 @@ msgstr "Fil har feil format"
212
  msgid "File is not compatible with the current version"
213
  msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
216
  msgid "The user completed a quiz."
217
  msgstr "Brukeren fullførte en quiz."
218
 
219
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
220
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
221
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
222
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
223
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
224
  msgid "Leaderboard"
225
  msgstr "Leaderboard"
226
 
227
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
228
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
229
  #: lib/view/WpProQuiz_View_Import.php:22
230
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
231
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
232
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
233
- #: lib/view/WpProQuiz_View_Statistics.php:18
234
  #: lib/view/WpProQuiz_View_StyleManager.php:11
235
  msgid "back to overview"
236
  msgstr "tilbake til oversikten"
237
 
238
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
239
- #: lib/view/WpProQuiz_View_Statistics.php:115
240
  msgid "Filter"
241
  msgstr "Filtrer"
242
 
@@ -245,22 +264,22 @@ msgid "Sort by:"
245
  msgstr "Sorter etter:"
246
 
247
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
248
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
249
  msgid "best user"
250
  msgstr "beste bruker"
251
 
252
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
253
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
254
  msgid "newest entry"
255
  msgstr "nyeste oppføringen"
256
 
257
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
258
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
259
  msgid "oldest entry"
260
  msgstr "eldste oppføring"
261
 
262
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
263
- #: lib/view/WpProQuiz_View_Statistics.php:126
264
  msgid "How many entries should be shown on one page:"
265
  msgstr "Hvor mange oppføringer som skal vises på én side:"
266
 
@@ -274,12 +293,12 @@ msgid "UR = unregistered user, R = registered user"
274
  msgstr "UR = uregistrert bruker, R = registrert bruker"
275
 
276
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
277
- #: lib/view/WpProQuiz_View_Statistics.php:145
278
  msgid "User"
279
  msgstr "Bruker"
280
 
281
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
282
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
283
  msgid "E-Mail"
284
  msgstr "E-Post"
285
 
@@ -289,24 +308,24 @@ msgid "Entered on"
289
  msgstr "Lagt inn den"
290
 
291
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
292
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
293
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
294
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
295
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
296
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
299
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
300
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
301
- #: lib/view/WpProQuiz_View_Statistics.php:54
302
- #: lib/view/WpProQuiz_View_Statistics.php:146
303
  msgid "Points"
304
  msgstr "Poeng"
305
 
306
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
307
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
308
- #: lib/view/WpProQuiz_View_Statistics.php:59
309
- #: lib/view/WpProQuiz_View_Statistics.php:150
310
  msgid "Results"
311
  msgstr "Resultat"
312
 
@@ -315,8 +334,9 @@ msgid "Action"
315
  msgstr "Handling"
316
 
317
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
318
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
319
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
320
  msgid "Delete"
321
  msgstr "Slett"
322
 
@@ -328,139 +348,178 @@ msgstr "Legg til"
328
  msgid "Delete all entries"
329
  msgstr "Slett alle oppføringer"
330
 
331
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "Start quiz"
333
  msgstr "Start quiz"
334
 
335
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
336
  msgid ""
337
  "You have already completed the quiz before. Hence you can not start it again."
338
  msgstr ""
339
  "Du har allerede gjennomført quizen før. Derfor kan du ikke starte den på "
340
  "nytt."
341
 
342
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
343
  msgid "You have to finish following quiz, to start this quiz:"
344
  msgstr "Du må gjøre ferdig følgende quiz, for å starte denne quiz:"
345
 
346
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
347
  #, php-format
348
  msgid "%s of %s questions answered correctly"
349
  msgstr "%s av %s spørsmål rett besvart"
350
 
351
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
352
  msgid "Your time: <span></span>"
353
  msgstr "Din tid: <span></span>"
354
 
355
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
356
  msgid "Time has elapsed"
357
  msgstr "Tiden har gått"
358
 
359
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
360
  #, php-format
361
  msgid "You have reached %s of %s points, (%s)"
362
  msgstr "Du har nådd %s av %s poeng, (%s)"
363
 
364
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
365
  msgid "Average score"
366
  msgstr "Gjennomsnittlig poeng"
367
 
368
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
369
  msgid "Your score"
370
  msgstr "Poeng oppnådd"
371
 
372
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
373
  msgid "Restart quiz"
374
  msgstr "Restart quiz"
375
 
376
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
377
  msgid "View questions"
378
  msgstr "Vis spørsmål"
379
 
380
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
381
  msgid "Show leaderboard"
382
  msgstr "Vis leaderboard"
383
 
384
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
385
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
386
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
387
- msgid "Time limit"
388
- msgstr "Tidsfrist"
389
-
390
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
391
  #, php-format
392
  msgid "Question %s of %s"
393
  msgstr "Spørsmål %s av %s"
394
 
395
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
396
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
397
- #: lib/view/WpProQuiz_View_Statistics.php:53
398
  msgid "Question"
399
  msgstr "Spørsmål"
400
 
401
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
402
  #, php-format
403
  msgid "%d points"
404
  msgstr "%d poeng"
405
 
406
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
407
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
408
  msgid "Sort elements"
409
  msgstr "Sorter elementer"
410
 
411
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
412
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
413
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
414
- #: lib/view/WpProQuiz_View_Statistics.php:55
415
- #: lib/view/WpProQuiz_View_Statistics.php:147
416
  msgid "Correct"
417
  msgstr "Riktig"
418
 
419
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
420
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
421
- #: lib/view/WpProQuiz_View_Statistics.php:56
422
- #: lib/view/WpProQuiz_View_Statistics.php:148
423
  msgid "Incorrect"
424
  msgstr "Feil"
425
 
426
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
427
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
428
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
429
  msgid "Hint"
430
  msgstr "Tips"
431
 
432
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
433
- msgid "Check"
434
- msgstr "Sjekk"
 
 
435
 
436
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
437
  msgid "Back"
438
  msgstr "Tilbake"
439
 
440
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
441
  msgid "Next exercise"
442
  msgstr "Neste spørsmål"
443
 
444
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
445
- msgid "Finish quiz"
446
- msgstr "Fullfør quiz"
447
-
448
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
449
  msgid "Your result entered into leaderboard"
450
  msgstr "Ditt resultate er lagt inn i leaderboard"
451
 
452
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
453
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
454
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
455
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
456
  msgid "Name"
457
  msgstr "Navn"
458
 
459
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
460
  msgid "Captcha"
461
  msgstr "Captcha"
462
 
463
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
464
  msgid "Send"
465
  msgstr ""
466
 
@@ -491,7 +550,7 @@ msgstr "for å ikke aktivere"
491
 
492
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
493
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
494
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
495
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
496
  msgid "Global settings"
497
  msgstr "Globale innstillinger"
@@ -509,60 +568,50 @@ msgstr ""
509
  "Quiz."
510
 
511
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
512
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
513
  msgid "Settings in case of problems"
514
  msgstr "Innstillinger i tilfelle problemer"
515
 
516
- #: lib/view/WpProQuiz_View_GobalSettings.php:37
517
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
518
- msgid "Leaderboard time format"
519
- msgstr "Leaderboard tidsformat"
520
-
521
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
522
- msgid "Custom"
523
- msgstr "Egendefinert"
524
-
525
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
526
- msgid "Documentation on date and time formatting"
527
- msgstr "Dokumentasjon på dato og klokkeslett formatering"
528
-
529
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
530
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
531
  msgid "Automatically add [raw] shortcode"
532
  msgstr "Automatisk legge til [raw] kortkode"
533
 
534
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
535
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
536
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
552
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
553
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
554
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
555
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
556
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
557
  msgid "Activate"
558
  msgstr "Aktivere"
559
 
560
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
561
  #, php-format
562
  msgid "It is recommended %s this option on your system."
563
  msgstr "Det anbefales %s dette alternativet på systemet ditt."
564
 
565
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
566
  msgid ""
567
  "If this option is activated, a [raw] shortcode is automatically set around "
568
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
@@ -570,7 +619,7 @@ msgstr ""
570
  "Hvis dette alternativet er aktivert, [raw] kortkode blir automatisk satt "
571
  "rundt WpProQuiz kortkode ([WpProQuiz X]) i [raw] [WpProQuiz X] [/ raw]"
572
 
573
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
574
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
575
  msgid ""
576
  "Own themes changes internal order of filters, what causes the problems. "
@@ -579,12 +628,12 @@ msgstr ""
579
  "Egne temaer endrer interne rekkefølgen på filtrene, noe som forårsaker "
580
  "problemer. Med ekstra kortkode [raw] blir dette forhindret."
581
 
582
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
583
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
584
  msgid "Do not load the Javascript-files in the footer"
585
  msgstr "Ikke last JavaScript-filer i bunnteksten"
586
 
587
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
588
  msgid ""
589
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
590
  "when they are really needed."
@@ -592,11 +641,11 @@ msgstr ""
592
  "Vanligvis er alle WpProQuiz-Javascript filene lastet i bunnteksten og bare "
593
  "når de virkelig trengs."
594
 
595
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
596
  msgid "In very old Wordpress themes this can lead to problems."
597
  msgstr "I svært gamle Wordpress temaer kan dette føre til problemer."
598
 
599
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
600
  msgid ""
601
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
602
  "the header even if they are not needed."
@@ -604,7 +653,7 @@ msgstr ""
604
  "Hvis du aktiverer dette alternativet, blir alle WpProQuiz-Javascript filer "
605
  "lastes inn i toppteksten, selv om de ikke er nødvendig."
606
 
607
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
608
  #, php-format
609
  msgid ""
610
  "Anyone who wants to learn more about this topic should read through the "
@@ -613,52 +662,133 @@ msgstr ""
613
  "Alle som ønsker å lære mer om dette emnet bør lese gjennom følgende "
614
  "nettsteder %s og %s."
615
 
616
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
617
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
618
  msgid "Touch Library"
619
  msgstr "Touch bibliotek"
620
 
621
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
622
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
623
  msgid "Deactivate"
624
  msgstr "Deaktivere"
625
 
626
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
627
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
628
  msgstr "I versjon 0.13 et nytt Touch bibliotek ble laget for mobile enheter."
629
 
630
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
631
  msgid "If you have any problems with the Touch Library, please deactivate it."
632
  msgstr ""
633
  "Hvis du har noen problemer med Touch biblioteket, må du deaktivere det."
634
 
635
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
636
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
637
  msgid "jQuery support cors"
638
  msgstr "jQuery støtter cors"
639
 
640
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
641
  msgid "Is required only in rare cases."
642
  msgstr "Det kreves bare i sjeldne tilfeller."
643
 
644
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
645
  msgid "If you have problems with the front ajax, please activate it."
646
  msgstr "Hvis du har problemer med den ajax i front, vennligst aktiver det."
647
 
648
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
649
  msgid "e.g. Domain with special characters in combination with IE"
650
  msgstr "f.eks Domene med spesialtegn i kombinasjon med IE"
651
 
652
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
653
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
654
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
655
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
656
  msgid "Save"
657
  msgstr "Lagre"
658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
  #: lib/view/WpProQuiz_View_Import.php:21
660
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
661
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
662
  msgid "Import"
663
  msgstr "Importer"
664
 
@@ -678,31 +808,27 @@ msgstr "Import fullført"
678
  msgid "Quiz name"
679
  msgstr "Quiz navn"
680
 
681
- #: lib/view/WpProQuiz_View_Import.php:44
682
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
683
- msgid "Questions"
684
- msgstr "Spørsmål"
685
-
686
  #: lib/view/WpProQuiz_View_Import.php:67
687
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
688
  msgid "Start import"
689
  msgstr "Start import"
690
 
691
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
692
  msgid "Title"
693
  msgstr "Tittel"
694
 
695
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
696
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
697
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
698
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
699
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
700
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
701
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
702
  msgid "(optional)"
703
  msgstr "(valgfritt)"
704
 
705
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
706
  msgid ""
707
  "The title is used for overview, it is not visible in quiz. If you leave the "
708
  "title field empty, a title will be generated."
@@ -710,52 +836,81 @@ msgstr ""
710
  "Tittelen brukes for bedre oversikt, den er ikke synlig i quiz. Hvis du lar "
711
  "tittelen stå tom, vil en tittel bli generert."
712
 
713
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
714
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
715
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
716
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
717
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
718
  msgid "(required)"
719
  msgstr "(påkrevd)"
720
 
721
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
722
  msgid "Points for this question (Standard is 1 point)"
723
  msgstr "Poeng for dette spørsmålet (Standard er 1 poeng)"
724
 
725
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
726
  msgid ""
727
  "This points will be rewarded, only if the user closes the question correctly."
728
  msgstr ""
729
  "Dette poeng vil bli belønnet, bare hvis brukeren lukker spørsmålet riktig."
730
 
731
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
732
  msgid "Different points for each answer"
733
  msgstr "Forskjellige poeng for hvert svar"
734
 
735
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
736
  msgid ""
737
  "If you enable this option, you can enter different points for every answer."
738
  msgstr ""
739
  "Hvis du aktiverer dette alternativet, kan du legge til forskjellige poeng "
740
  "for hvert svar"
741
 
742
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
743
  msgid "Show reached points in the correct- and incorrect message?"
744
  msgstr "Vis oppnådde poeng i riktig og feil melding?"
745
 
746
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  msgid "Message with the correct / incorrect answer"
748
  msgstr "Melding med riktig / feil svar"
749
 
750
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
751
  msgid "Deactivated in quiz settings."
752
  msgstr "Deaktivert i quiz innstillinger."
753
 
754
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
755
  msgid "Message with the correct answer"
756
  msgstr "Melding ved riktig svar"
757
 
758
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
759
  msgid ""
760
  "This text will be visible if answered correctly. It can be used as "
761
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -765,15 +920,15 @@ msgstr ""
765
  "forklaring for komplekse spørsmål. Meldingen \"Rett \" eller \"Feil \" "
766
  "vises alltid automatisk."
767
 
768
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
769
  msgid "Same text for correct- and incorrect-message?"
770
  msgstr "Samme tekst for korrekt og ukorrekt-melding?"
771
 
772
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
773
  msgid "Message with the incorrect answer"
774
  msgstr "Melding ved feil svar"
775
 
776
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
777
  msgid ""
778
  "This text will be visible if answered incorrectly. It can be used as "
779
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -783,47 +938,47 @@ msgstr ""
783
  "forklaring for komplekse spørsmål. Meldingen \"Right \" eller \"Feil \" "
784
  "vises alltid automatisk."
785
 
786
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
787
  msgid "Here you can enter solution hint."
788
  msgstr "Her kan du legge inn løsnings tips."
789
 
790
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
791
  msgid "Activate hint for this question?"
792
  msgstr "Aktivere tips for dette spørsmål?"
793
 
794
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
795
  msgid "Answer type"
796
  msgstr "Svar type"
797
 
798
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
799
  msgid "Single choice"
800
  msgstr "Enkelt valg"
801
 
802
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
803
  msgid "Multiple choice"
804
  msgstr "Flere valg"
805
 
806
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
807
  msgid "\"Free\" choice"
808
  msgstr "\"Fritt\" valg"
809
 
810
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
811
  msgid "\"Sorting\" choice"
812
  msgstr "\"Sorterings\" valg"
813
 
814
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
815
  msgid "\"Matrix Sorting\" choice"
816
  msgstr "\"Matrix Sorterings\" valg"
817
 
818
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
819
  msgid "Cloze"
820
  msgstr "Steng"
821
 
822
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
823
  msgid "Answers"
824
  msgstr "Svar"
825
 
826
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
827
  msgid ""
828
  "Please sort the answers in right order with the \"Move\" - Button. The "
829
  "answers will be displayed randomly."
@@ -831,13 +986,13 @@ msgstr ""
831
  "Vennligst sorter svarene i riktig rekkefølge med \"Flytt \" - knappen. "
832
  "Svarene vises tilfeldig."
833
 
834
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
835
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
836
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
837
  msgid "Add new answer"
838
  msgstr "Legg til nytt svar"
839
 
840
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
841
  msgid ""
842
  "In this mode, not a list have to be sorted, but elements must be assigned to "
843
  "matching criterion."
@@ -845,7 +1000,7 @@ msgstr ""
845
  "I denne modusen, ikke en liste må sorteres, men elementer må være tilordnet "
846
  "matchende kriterium."
847
 
848
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
849
  msgid ""
850
  "You can create sort elements with empty criteria, which can't be assigned by "
851
  "user."
@@ -853,49 +1008,49 @@ msgstr ""
853
  "Du kan opprette sorter elementer med tomme kriterier, som ikke kan tildeles "
854
  "av bruker."
855
 
856
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
857
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
858
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
859
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
860
  msgid "Options"
861
  msgstr "Valg"
862
 
863
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
864
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
865
  msgid "Answer"
866
  msgstr "Svar"
867
 
868
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
869
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
870
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
871
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
872
  msgid "Allow HTML"
873
  msgstr "Tillat HTML"
874
 
875
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
876
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
877
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
878
  msgid "Delete answer"
879
  msgstr "Slett svar"
880
 
881
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
882
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
883
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
884
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
885
  msgid "Move"
886
  msgstr "Flytt"
887
 
888
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
889
  msgid "Criterion"
890
  msgstr "Kriterium "
891
 
892
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
893
  msgid ""
894
  "correct answers (one per line) (answers will be converted to lower case)"
895
  msgstr ""
896
  "riktige svar (én per linje) (svar vil bli konvertert til små bokstaver)"
897
 
898
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
899
  msgid ""
900
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
901
  "small letters will be ignored."
@@ -903,7 +1058,15 @@ msgstr ""
903
  "Omslutte søkte ord med {} f.eks \"Jeg {spiller} fotball \". Store og små "
904
  "bokstaver vil bli ignorert."
905
 
906
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
907
  msgid ""
908
  "If mode \"Different points for every answer\" is activated, you can assign "
909
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
@@ -911,7 +1074,7 @@ msgstr ""
911
  "Hvis mode \"Ulike poeng for hvert svar\" er aktivert, kan du tildele poeng "
912
  "med |POENG. Ellers 1 poeng vil bli tildelt for alle svar."
913
 
914
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
915
  msgid ""
916
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
917
  "\" 3 points."
@@ -923,13 +1086,8 @@ msgstr ""
923
  msgid "Questions sorted"
924
  msgstr "Spørsmål sortert"
925
 
926
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
927
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
928
- msgid "Edit"
929
- msgstr "Rediger"
930
-
931
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
932
- #: lib/view/WpProQuiz_View_Statistics.php:84
933
  msgid "Total"
934
  msgstr "Totalt"
935
 
@@ -958,73 +1116,73 @@ msgstr ""
958
  msgid "Copy questions"
959
  msgstr "Kopier spørsmål"
960
 
961
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
962
  msgid "Quiz title"
963
  msgstr "Quiz tittel"
964
 
965
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
966
  msgid "Hide quiz title"
967
  msgstr "Skjul quiz tittel"
968
 
969
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
970
  msgid "Hide title"
971
  msgstr "Skjul tittel"
972
 
973
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
974
  msgid "The title serves as quiz heading."
975
  msgstr "Tittelen fungerer som quiz overskrift."
976
 
977
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
978
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
979
  msgid "Hide \"Restart quiz\" button"
980
  msgstr "Skjul \"Restart quiz\" knapp"
981
 
982
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
983
  msgid "Hide the \"Restart quiz\" button in the Frontend."
984
  msgstr "Skjuler \"Restart quiz\" knappen i front."
985
 
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
988
  msgid "Hide \"View question\" button"
989
  msgstr "Skjul \"Vis spørsmål\" knapp"
990
 
991
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
992
  msgid "Hide the \"View question\" button in the Frontend."
993
  msgstr "Skjuler \"Vis spørsmål\" knappen i front."
994
 
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
996
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
997
  msgid "Show points"
998
  msgstr "Vis poeng"
999
 
1000
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
1001
  msgid "Shows in quiz, how many points are reachable for respective question."
1002
  msgstr "Viser i quiz, hvor mange poeng kan nås for respektive spørsmål."
1003
 
1004
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
1006
  msgid "Display question randomly"
1007
  msgstr "Vis spørsmål tilfeldig"
1008
 
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
1010
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
1011
  msgid "Display answers randomly"
1012
  msgstr "Vis svar tilfeldig"
1013
 
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
1015
  msgid "Seconds"
1016
  msgstr "Sekunder"
1017
 
1018
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
1019
  msgid "0 = no limit"
1020
  msgstr "0 = ingen grense"
1021
 
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
1023
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
1024
  msgid "Number answers"
1025
  msgstr "Nummerer svar"
1026
 
1027
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1028
  msgid ""
1029
  "If this option is activated, all answers are numbered (only single and "
1030
  "multiple choice)"
@@ -1032,69 +1190,28 @@ msgstr ""
1032
  "Hvis dette alternativet er aktivert, blir alle svarene nummerert (bare ved "
1033
  "enkle og flere valg)"
1034
 
1035
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1036
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1037
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1038
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1039
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1040
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1041
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1042
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1043
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1044
  msgid "Demo"
1045
  msgstr "Demo"
1046
 
1047
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1048
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1049
- msgid "Questions below each other"
1050
- msgstr "Spørsmål under hverandre"
1051
-
1052
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1053
- msgid ""
1054
- "If this option is activated, all answers are displayed below each other, i."
1055
- "e. all questions are on a single page. Otherwise all questions are displayed "
1056
- "one after the other."
1057
- msgstr ""
1058
- "Hvis dette alternativet er aktivert, blir alle svarene vist under hverandre, "
1059
- "dvs. alle spørsmålene er på en enkelt side. Ellers vil alle spørsmålene bli "
1060
- "vist etter hverandre."
1061
-
1062
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1063
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1064
- msgid "Check -> continue"
1065
- msgstr "Sjekk -> fortsette"
1066
-
1067
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1068
- msgid ""
1069
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1070
- "be displayed at the end. (Option will be ignored if \"questions below each "
1071
- "other\" was used)"
1072
- msgstr ""
1073
- "Viser \"rett eller galt \" etter hvert spørsmål. Ellers vil løsningene bli "
1074
- "vist på slutten. (Opsjonen vil bli ignorert hvis \"spørsmålene nedenfor "
1075
- "hverandre \" ble brukt)"
1076
-
1077
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1078
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1079
- msgid "Back button"
1080
- msgstr "Tilbake knapp"
1081
-
1082
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1083
- msgid ""
1084
- "Allows to use the back button in a question. (Option will be ignored if "
1085
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1086
- msgstr ""
1087
- "Tillater å bruke tilbake-knappen i et spørsmål. (Opsjonen vil bli ignorert "
1088
- "hvis \"Sjekk -> Fortsett \" eller \"spørsmålene nedenfor hverandre \" ble "
1089
- "brukt)"
1090
-
1091
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1092
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1093
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1094
  msgid "Statistics"
1095
  msgstr "Statistikk"
1096
 
1097
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1098
  msgid ""
1099
  "Statistics about right or wrong answers. Statistics will be saved by "
1100
  "completed quiz, not after every question. The statistics is only visible "
@@ -1104,16 +1221,16 @@ msgstr ""
1104
  "fullført quiz, ikke etter hvert spørsmål. Statistikken er bare synlig i "
1105
  "administrasjon menyen. (intern statistikk)"
1106
 
1107
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1108
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1109
  msgid "Statistics IP-lock"
1110
  msgstr "Statistikk IP-lås"
1111
 
1112
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1113
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1114
  msgstr "i minutter (anbefalt 1440 minutter = 1 dag)"
1115
 
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1117
  msgid ""
1118
  "Protect the statistics from spam. Result will only be saved every X minutes "
1119
  "from same IP. (0 = deactivated)"
@@ -1121,12 +1238,12 @@ msgstr ""
1121
  "Beskytt statistikken fra spam. Resultatet vil bare lagres hvert X minutt fra "
1122
  "samme IP. (0 = deaktivert)"
1123
 
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1125
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1126
  msgid "Execute quiz only once"
1127
  msgstr "Utfør quiz bare én gang"
1128
 
1129
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1130
  msgid ""
1131
  "If you activate this option, the user can complete the quiz only once. "
1132
  "Afterwards the quiz is blocked for this user."
@@ -1134,30 +1251,30 @@ msgstr ""
1134
  "Hvis du aktiverer dette alternativet, kan brukeren fylle ut quiz bare én "
1135
  "gang. Etterpå er quiz blokkert for denne brukeren."
1136
 
1137
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1138
  msgid "This option applies to:"
1139
  msgstr "Dette alternativet gjelder for:"
1140
 
1141
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1142
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1143
  msgid "all users"
1144
  msgstr "alle brukere"
1145
 
1146
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1147
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1148
  msgid "registered useres only"
1149
  msgstr "kun registrerte brukere"
1150
 
1151
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1152
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1153
  msgid "anonymous users only"
1154
  msgstr "kun anonyme brukere"
1155
 
1156
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1157
  msgid "user identification by cookie"
1158
  msgstr "bruker identifikasjon med cookie"
1159
 
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1161
  msgid ""
1162
  "If you activate this option, a cookie is set additionally for unregistrated "
1163
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1167,24 +1284,24 @@ msgstr ""
1167
  "uregistrerte (anonym) brukere. Dette sikrer et lengre opphold av brukeren "
1168
  "enn det enkle oppholdet med IP-adressen."
1169
 
1170
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1171
  msgid "Reset the user identification"
1172
  msgstr "Tilbakestille brukeridentifikasjon"
1173
 
1174
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1175
  msgid "User identification has been reset."
1176
  msgstr "Brukeridentifikasjon har blitt tilbakestilt."
1177
 
1178
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1179
  msgid "Resets user identification for all users."
1180
  msgstr "Tilbakestille brukeridentifikasjon for alle brukere."
1181
 
1182
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1183
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1184
  msgid "Hide correct- and incorrect message"
1185
  msgstr "Skjul riktig og feil melding"
1186
 
1187
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1188
  msgid ""
1189
  "If you enable this option, no correct- or incorrect message will be "
1190
  "displayed."
@@ -1192,12 +1309,12 @@ msgstr ""
1192
  "Hvis du aktiverer dette alternativet, vil ingen riktig-eller feil melding "
1193
  "bli vist."
1194
 
1195
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1196
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1197
  msgid "Correct and incorrect answer mark"
1198
  msgstr "Riktig og feil svar merket"
1199
 
1200
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1201
  msgid ""
1202
  "If you enable this option, answers won't be color highlighted as correct or "
1203
  "incorrect. "
@@ -1205,12 +1322,12 @@ msgstr ""
1205
  "Hvis du aktiverer dette alternativet, vil svarene ikke være farge fremhevet "
1206
  "som riktig eller gal."
1207
 
1208
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1209
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1210
  msgid "Show only specific number of questions"
1211
  msgstr "Vis bare bestemt antall spørsmål"
1212
 
1213
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1214
  msgid ""
1215
  "If you enable this option, maximum number of displayed questions will be X "
1216
  "from X questions. (The output of questions is random)"
@@ -1218,40 +1335,40 @@ msgstr ""
1218
  "Hvis du aktiverer dette alternativet, vil maksimalt antall viste spørsmål "
1219
  "være X fra X spørsmål. (Visningen av spørsmålene er tilfeldig)"
1220
 
1221
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1222
  msgid "The statistics function is not available in this option."
1223
  msgstr "Statistikk funksjonen er ikke tilgjengelig i dette alternativet."
1224
 
1225
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1226
  msgid ""
1227
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1228
  msgstr ""
1229
  "Dette alternativet fungerer ikke pålitelig i forbindelse med Frontend-cache-"
1230
  "Innstikk."
1231
 
1232
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1233
  msgid "How many questions should be displayed simultaneously:"
1234
  msgstr "Hvor mange spørsmål som skal vises samtidig:"
1235
 
1236
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1237
  msgid "in percent"
1238
  msgstr "i prosent"
1239
 
1240
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1241
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1242
  msgid "Show average points"
1243
  msgstr "Vis gjennomsnittlig poeng"
1244
 
1245
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1246
  msgid "Statistics-function must be enabled."
1247
  msgstr "Statistikk-funksjonen må være aktivert"
1248
 
1249
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1250
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1251
  msgid "Prerequisites"
1252
  msgstr "Forutsetninger"
1253
 
1254
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1255
  msgid ""
1256
  "If you enable this option, you can choose quiz, which user have to finish "
1257
  "before he can start this quiz."
@@ -1259,7 +1376,7 @@ msgstr ""
1259
  "Hvis du aktiverer dette alternativet, kan du velge quiz, som bruker må "
1260
  "fullføre før han kan starte denne quizen."
1261
 
1262
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1263
  msgid ""
1264
  "In all selected quizzes statistic function have to be active. If it is not "
1265
  "it will be activated automatically."
@@ -1267,15 +1384,107 @@ msgstr ""
1267
  "I alle valgte quizzer statistikk funksjon trenger å være aktiv. Om ikke vil "
1268
  "det bli aktivert automatisk."
1269
 
1270
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1271
  msgid "Quiz"
1272
  msgstr "Quiz"
1273
 
1274
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1275
  msgid "Prerequisites (This quiz have to be finished)"
1276
  msgstr "Forutsetninger (Denne quizen må være ferdig)"
1277
 
1278
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1279
  msgid ""
1280
  "The leaderboard allows users to enter results in public list and to share "
1281
  "the result this way."
@@ -1283,15 +1492,15 @@ msgstr ""
1283
  "Leaderboard lar brukerne skrive inn resultater i offentlig liste og dele "
1284
  "resultatet på denne måten."
1285
 
1286
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1287
  msgid "The leaderboard works independent from internal statistics function."
1288
  msgstr "Leaderboard fungerer uavhengig av intern statistikk funksjon."
1289
 
1290
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1291
  msgid "Who can sign up to the list"
1292
  msgstr "Hvem kan melde seg til listen"
1293
 
1294
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1295
  msgid ""
1296
  "Not registered users have to enter name and e-mail (e-mail won't be "
1297
  "displayed)"
@@ -1299,11 +1508,21 @@ msgstr ""
1299
  "Ikke registrerte brukere må skrive inn navn og e-post (e-post vil ikke bli "
1300
  "vist)"
1301
 
1302
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1303
  msgid "display captcha"
1304
  msgstr "vis captcha"
1305
 
1306
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1307
  msgid ""
1308
  "If you enable this option, additional captcha will be displayed for users "
1309
  "who are not registered."
@@ -1311,75 +1530,75 @@ msgstr ""
1311
  "Hvis du aktiverer dette alternativet, vil ytterligere captcha vises for "
1312
  "brukere som ikke er registrert."
1313
 
1314
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1315
  msgid "This option requires additional plugin:"
1316
  msgstr "Dette alternativet krever ekstra innstikk:"
1317
 
1318
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1319
  msgid "Plugin has been detected."
1320
  msgstr "Innstikk har blitt oppdaget."
1321
 
1322
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1323
  msgid "Plugin is not installed."
1324
  msgstr "Innstikk er ikke installert."
1325
 
1326
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1327
  msgid "Sort list by"
1328
  msgstr "Sorter liste med"
1329
 
1330
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1331
  msgid "Users can apply multiple times"
1332
  msgstr "Brukere kan legge til flere ganger"
1333
 
1334
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1335
  msgid "User can apply after:"
1336
  msgstr "Bruker kan legge til etter:"
1337
 
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1339
  msgid "minute"
1340
  msgstr "minutt"
1341
 
1342
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1343
  msgid "How many entries should be displayed"
1344
  msgstr "Hvor mange oppføringer som skal vises"
1345
 
1346
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1347
  msgid "Entries"
1348
  msgstr "Oppføringer"
1349
 
1350
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1351
  msgid "Automatically display leaderboard in quiz result"
1352
  msgstr "Automatisk vise leaderboard i quiz resultat"
1353
 
1354
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1355
  msgid "Where should leaderboard be displayed:"
1356
  msgstr "Hvor skal leaderboard vises:"
1357
 
1358
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1359
  msgid "don't display"
1360
  msgstr "ikke vis"
1361
 
1362
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1363
  msgid "below the \"result text\""
1364
  msgstr "under \"resultat tekst\""
1365
 
1366
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1367
  msgid "in a button"
1368
  msgstr "i en knapp"
1369
 
1370
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1371
  msgid "Quiz description"
1372
  msgstr "Quiz beskrivelse"
1373
 
1374
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1375
  msgid "This text will be displayed before start of the quiz."
1376
  msgstr "Denne teksten vil bli vist før starten av quiz."
1377
 
1378
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1379
  msgid "Results text"
1380
  msgstr "Resultat tekst"
1381
 
1382
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1383
  msgid ""
1384
  "This text will be displayed at the end of the quiz (in results). (this text "
1385
  "is optional)"
@@ -1387,19 +1606,19 @@ msgstr ""
1387
  "Denne teksten vil bli vist på slutten av quizen (i resultatene). (denne "
1388
  "teksten er valgfri)"
1389
 
1390
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1391
  msgid "Activate graduation"
1392
  msgstr "Aktivere gradering"
1393
 
1394
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1395
  msgid "Hint:"
1396
  msgstr "Tips:"
1397
 
1398
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1399
  msgid "Maximal 15 levels"
1400
  msgstr "Maksimalt 15 nivå"
1401
 
1402
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1403
  #, php-format
1404
  msgid ""
1405
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1408,26 +1627,26 @@ msgstr ""
1408
  "Prosenttallene gjelder den totale poengsummen for quiz. (Gjeldende total %d "
1409
  "poeng i %d spørsmål."
1410
 
1411
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1412
  msgid "Values can also be mixed up"
1413
  msgstr "Verdier kan også blandes"
1414
 
1415
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1416
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1417
  msgstr "10,15% eller 10,15% tillatt (maks. to sifre etter desimaltegnet)"
1418
 
1419
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1420
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1421
  msgid "from:"
1422
  msgstr "fra:"
1423
 
1424
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1425
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1426
  msgid "percent"
1427
  msgstr "prosent"
1428
 
1429
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1430
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1431
  #, php-format
1432
  msgid ""
1433
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1436,12 +1655,12 @@ msgstr ""
1436
  "(Vil bli vist, når resultat-prosent er >= <span class=\"resultProzent\"> %s "
1437
  "</ span>%%)"
1438
 
1439
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1440
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1441
  msgid "Delete graduation"
1442
  msgstr "Slett gradering"
1443
 
1444
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1445
  msgid "Add graduation"
1446
  msgstr "Legg til gradering"
1447
 
@@ -1466,32 +1685,32 @@ msgstr "Stil Manager"
1466
  msgid "Support WP-Pro-Quiz"
1467
  msgstr "Support WP-Pro-Quiz"
1468
 
1469
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1470
  msgid "ID"
1471
  msgstr "ID"
1472
 
1473
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1474
  msgid "Shortcode"
1475
  msgstr "Kortkode"
1476
 
1477
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1478
  msgid "Shortcode-Leaderboard"
1479
  msgstr "Kortkode-Leaderboard"
1480
 
1481
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1482
  msgid "Preview"
1483
  msgstr "Forhåndsvisning"
1484
 
1485
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1486
  msgid "Add quiz"
1487
  msgstr "Legg til quiz"
1488
 
1489
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1490
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1491
  msgid "Export"
1492
  msgstr "Eksporter"
1493
 
1494
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1495
  msgid ""
1496
  "Choose the respective question, which you would like to export and press on "
1497
  "\"Start export\""
@@ -1499,72 +1718,76 @@ msgstr ""
1499
  "Velg det aktuelle spørsmålet, som du ønsker å eksportere og trykk på \"Start "
1500
  "eksport \""
1501
 
1502
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1503
  msgid "Start export"
1504
  msgstr "Start eksport"
1505
 
1506
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1507
  msgid "Import only *.wpq files from known and trusted sources."
1508
  msgstr "Importere bare *. wpq filer fra kjente og pålitelige kilder."
1509
 
1510
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1511
  #, php-format
1512
  msgid "Maximal %d MiB"
1513
  msgstr "Maks %d MiB"
1514
 
1515
- #: lib/view/WpProQuiz_View_Statistics.php:17
1516
  #, php-format
1517
  msgid "Quiz: %s - Statistics"
1518
  msgstr "Quiz: %s - Statistikk"
1519
 
1520
- #: lib/view/WpProQuiz_View_Statistics.php:21
1521
  msgid "Stats not enabled"
1522
  msgstr "Statistikk ikke aktivert"
1523
 
1524
- #: lib/view/WpProQuiz_View_Statistics.php:22
1525
  msgid "Activate statistics"
1526
  msgstr "Aktiver statistikk"
1527
 
1528
- #: lib/view/WpProQuiz_View_Statistics.php:27
1529
- msgid "Anonymous users"
1530
- msgstr "Anonyme brukere"
1531
-
1532
- #: lib/view/WpProQuiz_View_Statistics.php:28
1533
- msgid "Registered users"
1534
- msgstr "Registrerte brukere"
1535
 
1536
- #: lib/view/WpProQuiz_View_Statistics.php:29
1537
  msgid "Overview"
1538
  msgstr "Oversikt"
1539
 
1540
- #: lib/view/WpProQuiz_View_Statistics.php:34
1541
  msgid "Please select user name:"
1542
  msgstr "Vennligst velg brukernavn:"
1543
 
1544
- #: lib/view/WpProQuiz_View_Statistics.php:57
1545
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1546
  msgid "Hints used"
1547
  msgstr "Tips brukt"
1548
 
1549
- #: lib/view/WpProQuiz_View_Statistics.php:58
1550
  msgid "Points scored"
1551
  msgstr "Poeng oppnådd"
1552
 
1553
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1554
  msgid "Reset statistics"
1555
  msgstr "Tilbakestill statistikk"
1556
 
1557
- #: lib/view/WpProQuiz_View_Statistics.php:100
1558
- #: lib/view/WpProQuiz_View_Statistics.php:172
1559
  msgid "Refresh"
1560
  msgstr "Oppdater"
1561
 
1562
- #: lib/view/WpProQuiz_View_Statistics.php:104
1563
- #: lib/view/WpProQuiz_View_Statistics.php:174
1564
  msgid "Reset entire statistic"
1565
  msgstr "Tilbakestille hele statistikken"
1566
 
1567
- #: lib/view/WpProQuiz_View_Statistics.php:120
1568
  msgid "Show only users, who solved the quiz:"
1569
  msgstr "Vis kun brukere som løste quizen:"
1570
 
@@ -1653,6 +1876,29 @@ msgstr ""
1653
  "Du kan oversette WP-Pro-Quiz fra eksisterende til eksisterende språk (f.eks "
1654
  "engelsk til norsk), f.eks ved å endre navn knapper."
1655
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1656
  #~ msgid "Points per correct answer"
1657
  #~ msgstr "Poeng pr riktig svar"
1658
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:54+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:54+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Stein Ivar Johnsen\n"
8
  "Language: Norwegian\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Vil du virkelig slette quiz / spørsmål?"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "Tittel er ikke skrevet!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "Ingen spørsmål satt inn!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "Riktig svar var ikke valgt!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "Ingen svar satt inn!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "Ingen quiz beskrivelse er skrevet!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "De prosentvise verdiene i resultat teksten er feil."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Ingen nummer i feltet \"Poeng\" eller mindre enn 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Ingen nummer i feltet \"Poeng\" eller mindre enn 0"
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "Ingen quiz valgt"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Vil du virkelig tilbakestille statistikken?"
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Ingen data tilgjengelig"
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr "Ingen sorterings element i kriteriet"
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr "\"Ulike poeng for hvert svar\" er ikke tilgjengelig i \"Fritt\" valg"
76
 
77
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
78
+ msgid "You must specify a name."
79
+ msgstr ""
80
+
81
  #: lib/controller/WpProQuiz_Controller_Front.php:44
82
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
83
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
84
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
85
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
86
+ #: lib/view/WpProQuiz_View_Statistics.php:40
87
  msgid "Loading"
88
  msgstr "Laster"
89
 
93
  #: lib/controller/WpProQuiz_Controller_Question.php:51
94
  #: lib/controller/WpProQuiz_Controller_Question.php:128
95
  #: lib/controller/WpProQuiz_Controller_Question.php:143
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
102
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
103
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
104
  msgid "You do not have sufficient permissions to access this page."
105
  msgstr ""
106
  "Du har ikke tilstrekkelige tillatelser til å få tilgang til denne siden."
107
 
108
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
109
  msgid "Settings saved"
110
  msgstr "Innstillingene er lagret"
111
 
130
  msgid "Edit question"
131
  msgstr "Rediger spørsmål"
132
 
133
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
134
  msgid "Question not found"
135
  msgstr "Fant ikke spørsmål"
136
 
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
138
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
139
  #, php-format
140
  msgid "Question: %d"
141
  msgstr "Spørsmål: %d"
142
 
143
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
144
  msgid "Question edited"
145
  msgstr "Spørsmål redigert"
146
 
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
148
  msgid "New question"
149
  msgstr "Nytt spørsmål"
150
 
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
152
  msgid "Question added"
153
  msgstr "Spørsmål lagt til"
154
 
216
  msgid "File is not compatible with the current version"
217
  msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
218
 
219
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
220
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
221
+ msgstr ""
222
+
223
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
224
+ msgid ""
225
+ "Wp-Pro-Quiz\n"
226
+ "\n"
227
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
228
+ "\n"
229
+ "Points: $points\n"
230
+ "Result: $result\n"
231
+ "\n"
232
+ msgstr ""
233
+
234
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
235
  msgid "The user completed a quiz."
236
  msgstr "Brukeren fullførte en quiz."
237
 
238
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
239
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
242
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
243
  msgid "Leaderboard"
244
  msgstr "Leaderboard"
245
 
246
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
247
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
248
  #: lib/view/WpProQuiz_View_Import.php:22
249
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
250
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
252
+ #: lib/view/WpProQuiz_View_Statistics.php:24
253
  #: lib/view/WpProQuiz_View_StyleManager.php:11
254
  msgid "back to overview"
255
  msgstr "tilbake til oversikten"
256
 
257
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
258
+ #: lib/view/WpProQuiz_View_Statistics.php:158
259
  msgid "Filter"
260
  msgstr "Filtrer"
261
 
264
  msgstr "Sorter etter:"
265
 
266
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
268
  msgid "best user"
269
  msgstr "beste bruker"
270
 
271
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
273
  msgid "newest entry"
274
  msgstr "nyeste oppføringen"
275
 
276
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
278
  msgid "oldest entry"
279
  msgstr "eldste oppføring"
280
 
281
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
282
+ #: lib/view/WpProQuiz_View_Statistics.php:169
283
  msgid "How many entries should be shown on one page:"
284
  msgstr "Hvor mange oppføringer som skal vises på én side:"
285
 
293
  msgstr "UR = uregistrert bruker, R = registrert bruker"
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
296
+ #: lib/view/WpProQuiz_View_Statistics.php:188
297
  msgid "User"
298
  msgstr "Bruker"
299
 
300
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
301
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
302
  msgid "E-Mail"
303
  msgstr "E-Post"
304
 
308
  msgstr "Lagt inn den"
309
 
310
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
312
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
313
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
318
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
319
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
320
+ #: lib/view/WpProQuiz_View_Statistics.php:64
321
+ #: lib/view/WpProQuiz_View_Statistics.php:189
322
  msgid "Points"
323
  msgstr "Poeng"
324
 
325
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
327
+ #: lib/view/WpProQuiz_View_Statistics.php:69
328
+ #: lib/view/WpProQuiz_View_Statistics.php:193
329
  msgid "Results"
330
  msgstr "Resultat"
331
 
334
  msgstr "Handling"
335
 
336
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
337
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
338
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
339
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
340
  msgid "Delete"
341
  msgstr "Slett"
342
 
348
  msgid "Delete all entries"
349
  msgstr "Slett alle oppføringer"
350
 
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
354
+ msgid "Time limit"
355
+ msgstr "Tidsfrist"
356
+
357
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
358
+ msgid "Answered"
359
+ msgstr ""
360
+
361
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
362
+ msgid "Review"
363
+ msgstr ""
364
+
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
366
+ msgid "Review question"
367
+ msgstr ""
368
+
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
370
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
375
+ msgid "Quiz-summary"
376
+ msgstr ""
377
+
378
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
379
+ #, php-format
380
+ msgid "%s of %s questions completed"
381
+ msgstr ""
382
+
383
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
384
+ #: lib/view/WpProQuiz_View_Import.php:44
385
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
386
+ msgid "Questions"
387
+ msgstr "Spørsmål"
388
+
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
390
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
391
+ msgid "Finish quiz"
392
+ msgstr "Fullfør quiz"
393
+
394
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
395
  msgid "Start quiz"
396
  msgstr "Start quiz"
397
 
398
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
399
  msgid ""
400
  "You have already completed the quiz before. Hence you can not start it again."
401
  msgstr ""
402
  "Du har allerede gjennomført quizen før. Derfor kan du ikke starte den på "
403
  "nytt."
404
 
405
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
406
  msgid "You have to finish following quiz, to start this quiz:"
407
  msgstr "Du må gjøre ferdig følgende quiz, for å starte denne quiz:"
408
 
409
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
410
  #, php-format
411
  msgid "%s of %s questions answered correctly"
412
  msgstr "%s av %s spørsmål rett besvart"
413
 
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
415
  msgid "Your time: <span></span>"
416
  msgstr "Din tid: <span></span>"
417
 
418
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
419
  msgid "Time has elapsed"
420
  msgstr "Tiden har gått"
421
 
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
423
  #, php-format
424
  msgid "You have reached %s of %s points, (%s)"
425
  msgstr "Du har nådd %s av %s poeng, (%s)"
426
 
427
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
428
  msgid "Average score"
429
  msgstr "Gjennomsnittlig poeng"
430
 
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
432
  msgid "Your score"
433
  msgstr "Poeng oppnådd"
434
 
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
436
  msgid "Restart quiz"
437
  msgstr "Restart quiz"
438
 
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
440
  msgid "View questions"
441
  msgstr "Vis spørsmål"
442
 
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
444
  msgid "Show leaderboard"
445
  msgstr "Vis leaderboard"
446
 
447
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
448
  #, php-format
449
  msgid "Question %s of %s"
450
  msgstr "Spørsmål %s av %s"
451
 
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
453
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
454
+ #: lib/view/WpProQuiz_View_Statistics.php:63
455
  msgid "Question"
456
  msgstr "Spørsmål"
457
 
458
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
459
  #, php-format
460
  msgid "%d points"
461
  msgstr "%d poeng"
462
 
463
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
464
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
465
  msgid "Sort elements"
466
  msgstr "Sorter elementer"
467
 
468
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
470
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
471
+ #: lib/view/WpProQuiz_View_Statistics.php:65
472
+ #: lib/view/WpProQuiz_View_Statistics.php:190
473
  msgid "Correct"
474
  msgstr "Riktig"
475
 
476
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
477
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
478
+ #: lib/view/WpProQuiz_View_Statistics.php:66
479
+ #: lib/view/WpProQuiz_View_Statistics.php:191
480
  msgid "Incorrect"
481
  msgstr "Feil"
482
 
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
485
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
486
  msgid "Hint"
487
  msgstr "Tips"
488
 
489
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
492
+ msgid "Skip question"
493
+ msgstr ""
494
 
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
496
  msgid "Back"
497
  msgstr "Tilbake"
498
 
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
500
+ msgid "Check"
501
+ msgstr "Sjekk"
502
+
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
504
  msgid "Next exercise"
505
  msgstr "Neste spørsmål"
506
 
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
 
 
 
 
508
  msgid "Your result entered into leaderboard"
509
  msgstr "Ditt resultate er lagt inn i leaderboard"
510
 
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
512
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
513
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
514
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
515
  msgid "Name"
516
  msgstr "Navn"
517
 
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
519
  msgid "Captcha"
520
  msgstr "Captcha"
521
 
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
523
  msgid "Send"
524
  msgstr ""
525
 
550
 
551
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
552
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
553
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
554
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
555
  msgid "Global settings"
556
  msgstr "Globale innstillinger"
568
  "Quiz."
569
 
570
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
571
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
572
  msgid "Settings in case of problems"
573
  msgstr "Innstillinger i tilfelle problemer"
574
 
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
576
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
577
  msgid "Automatically add [raw] shortcode"
578
  msgstr "Automatisk legge til [raw] kortkode"
579
 
580
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
581
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
582
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
606
  msgid "Activate"
607
  msgstr "Aktivere"
608
 
609
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
610
  #, php-format
611
  msgid "It is recommended %s this option on your system."
612
  msgstr "Det anbefales %s dette alternativet på systemet ditt."
613
 
614
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
615
  msgid ""
616
  "If this option is activated, a [raw] shortcode is automatically set around "
617
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
619
  "Hvis dette alternativet er aktivert, [raw] kortkode blir automatisk satt "
620
  "rundt WpProQuiz kortkode ([WpProQuiz X]) i [raw] [WpProQuiz X] [/ raw]"
621
 
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
623
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
624
  msgid ""
625
  "Own themes changes internal order of filters, what causes the problems. "
628
  "Egne temaer endrer interne rekkefølgen på filtrene, noe som forårsaker "
629
  "problemer. Med ekstra kortkode [raw] blir dette forhindret."
630
 
631
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
632
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
633
  msgid "Do not load the Javascript-files in the footer"
634
  msgstr "Ikke last JavaScript-filer i bunnteksten"
635
 
636
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
637
  msgid ""
638
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
639
  "when they are really needed."
641
  "Vanligvis er alle WpProQuiz-Javascript filene lastet i bunnteksten og bare "
642
  "når de virkelig trengs."
643
 
644
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
645
  msgid "In very old Wordpress themes this can lead to problems."
646
  msgstr "I svært gamle Wordpress temaer kan dette føre til problemer."
647
 
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
649
  msgid ""
650
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
651
  "the header even if they are not needed."
653
  "Hvis du aktiverer dette alternativet, blir alle WpProQuiz-Javascript filer "
654
  "lastes inn i toppteksten, selv om de ikke er nødvendig."
655
 
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
657
  #, php-format
658
  msgid ""
659
  "Anyone who wants to learn more about this topic should read through the "
662
  "Alle som ønsker å lære mer om dette emnet bør lese gjennom følgende "
663
  "nettsteder %s og %s."
664
 
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
667
  msgid "Touch Library"
668
  msgstr "Touch bibliotek"
669
 
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
671
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
675
  msgid "Deactivate"
676
  msgstr "Deaktivere"
677
 
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
679
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
680
  msgstr "I versjon 0.13 et nytt Touch bibliotek ble laget for mobile enheter."
681
 
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
683
  msgid "If you have any problems with the Touch Library, please deactivate it."
684
  msgstr ""
685
  "Hvis du har noen problemer med Touch biblioteket, må du deaktivere det."
686
 
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
689
  msgid "jQuery support cors"
690
  msgstr "jQuery støtter cors"
691
 
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
693
  msgid "Is required only in rare cases."
694
  msgstr "Det kreves bare i sjeldne tilfeller."
695
 
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
697
  msgid "If you have problems with the front ajax, please activate it."
698
  msgstr "Hvis du har problemer med den ajax i front, vennligst aktiver det."
699
 
700
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
701
  msgid "e.g. Domain with special characters in combination with IE"
702
  msgstr "f.eks Domene med spesialtegn i kombinasjon med IE"
703
 
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
705
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
707
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
708
  msgid "Save"
709
  msgstr "Lagre"
710
 
711
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
712
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
713
+ msgid "Leaderboard time format"
714
+ msgstr "Leaderboard tidsformat"
715
+
716
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
717
+ msgid "Custom"
718
+ msgstr "Egendefinert"
719
+
720
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
721
+ msgid "Documentation on date and time formatting"
722
+ msgstr "Dokumentasjon på dato og klokkeslett formatering"
723
+
724
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
725
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
726
+ msgid "Category management"
727
+ msgstr ""
728
+
729
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
730
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
731
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
732
+ msgid "Edit"
733
+ msgstr "Rediger"
734
+
735
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
736
+ msgid "E-mail settings"
737
+ msgstr ""
738
+
739
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
740
+ msgid "To:"
741
+ msgstr ""
742
+
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
744
+ msgid ""
745
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
746
+ "com"
747
+ msgstr ""
748
+
749
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
750
+ msgid "From:"
751
+ msgstr ""
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
754
+ msgid "Subject:"
755
+ msgstr ""
756
+
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
758
+ msgid "Message body:"
759
+ msgstr ""
760
+
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
762
+ msgid "Allowed variables"
763
+ msgstr ""
764
+
765
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
766
+ msgid "User-ID"
767
+ msgstr ""
768
+
769
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
770
+ msgid "Username"
771
+ msgstr ""
772
+
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
774
+ msgid "Quiz-Name"
775
+ msgstr ""
776
+
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
778
+ msgid "Result in precent"
779
+ msgstr ""
780
+
781
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
782
+ msgid "Reached points"
783
+ msgstr ""
784
+
785
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
786
+ msgid "IP-address of the user"
787
+ msgstr ""
788
+
789
  #: lib/view/WpProQuiz_View_Import.php:21
790
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
791
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
792
  msgid "Import"
793
  msgstr "Importer"
794
 
808
  msgid "Quiz name"
809
  msgstr "Quiz navn"
810
 
 
 
 
 
 
811
  #: lib/view/WpProQuiz_View_Import.php:67
812
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
813
  msgid "Start import"
814
  msgstr "Start import"
815
 
816
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
817
  msgid "Title"
818
  msgstr "Tittel"
819
 
820
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
821
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
822
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
823
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
824
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
828
  msgid "(optional)"
829
  msgstr "(valgfritt)"
830
 
831
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
832
  msgid ""
833
  "The title is used for overview, it is not visible in quiz. If you leave the "
834
  "title field empty, a title will be generated."
836
  "Tittelen brukes for bedre oversikt, den er ikke synlig i quiz. Hvis du lar "
837
  "tittelen stå tom, vil en tittel bli generert."
838
 
839
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
840
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
841
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
844
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
845
  msgid "(required)"
846
  msgstr "(påkrevd)"
847
 
848
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
849
  msgid "Points for this question (Standard is 1 point)"
850
  msgstr "Poeng for dette spørsmålet (Standard er 1 poeng)"
851
 
852
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
853
  msgid ""
854
  "This points will be rewarded, only if the user closes the question correctly."
855
  msgstr ""
856
  "Dette poeng vil bli belønnet, bare hvis brukeren lukker spørsmålet riktig."
857
 
858
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
859
  msgid "Different points for each answer"
860
  msgstr "Forskjellige poeng for hvert svar"
861
 
862
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
863
  msgid ""
864
  "If you enable this option, you can enter different points for every answer."
865
  msgstr ""
866
  "Hvis du aktiverer dette alternativet, kan du legge til forskjellige poeng "
867
  "for hvert svar"
868
 
869
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
870
  msgid "Show reached points in the correct- and incorrect message?"
871
  msgstr "Vis oppnådde poeng i riktig og feil melding?"
872
 
873
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
874
+ #: lib/view/WpProQuiz_View_Statistics.php:82
875
+ msgid "Category"
876
+ msgstr ""
877
+
878
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
879
+ msgid ""
880
+ "You can assign classify category for a question. Categories are e.g. visible "
881
+ "in statistics function."
882
+ msgstr ""
883
+
884
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
885
+ msgid "You can manage categories in global settings."
886
+ msgstr ""
887
+
888
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
889
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
890
+ msgid "Create new category"
891
+ msgstr ""
892
+
893
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
894
+ msgid "No category"
895
+ msgstr ""
896
+
897
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
898
+ msgid "Create"
899
+ msgstr ""
900
+
901
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
902
  msgid "Message with the correct / incorrect answer"
903
  msgstr "Melding med riktig / feil svar"
904
 
905
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
906
  msgid "Deactivated in quiz settings."
907
  msgstr "Deaktivert i quiz innstillinger."
908
 
909
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
910
  msgid "Message with the correct answer"
911
  msgstr "Melding ved riktig svar"
912
 
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
914
  msgid ""
915
  "This text will be visible if answered correctly. It can be used as "
916
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
920
  "forklaring for komplekse spørsmål. Meldingen \"Rett \" eller \"Feil \" "
921
  "vises alltid automatisk."
922
 
923
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
924
  msgid "Same text for correct- and incorrect-message?"
925
  msgstr "Samme tekst for korrekt og ukorrekt-melding?"
926
 
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
928
  msgid "Message with the incorrect answer"
929
  msgstr "Melding ved feil svar"
930
 
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
932
  msgid ""
933
  "This text will be visible if answered incorrectly. It can be used as "
934
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
938
  "forklaring for komplekse spørsmål. Meldingen \"Right \" eller \"Feil \" "
939
  "vises alltid automatisk."
940
 
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
942
  msgid "Here you can enter solution hint."
943
  msgstr "Her kan du legge inn løsnings tips."
944
 
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
946
  msgid "Activate hint for this question?"
947
  msgstr "Aktivere tips for dette spørsmål?"
948
 
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
950
  msgid "Answer type"
951
  msgstr "Svar type"
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
954
  msgid "Single choice"
955
  msgstr "Enkelt valg"
956
 
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
958
  msgid "Multiple choice"
959
  msgstr "Flere valg"
960
 
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
962
  msgid "\"Free\" choice"
963
  msgstr "\"Fritt\" valg"
964
 
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
966
  msgid "\"Sorting\" choice"
967
  msgstr "\"Sorterings\" valg"
968
 
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
970
  msgid "\"Matrix Sorting\" choice"
971
  msgstr "\"Matrix Sorterings\" valg"
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
974
  msgid "Cloze"
975
  msgstr "Steng"
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
978
  msgid "Answers"
979
  msgstr "Svar"
980
 
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
982
  msgid ""
983
  "Please sort the answers in right order with the \"Move\" - Button. The "
984
  "answers will be displayed randomly."
986
  "Vennligst sorter svarene i riktig rekkefølge med \"Flytt \" - knappen. "
987
  "Svarene vises tilfeldig."
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
992
  msgid "Add new answer"
993
  msgstr "Legg til nytt svar"
994
 
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
996
  msgid ""
997
  "In this mode, not a list have to be sorted, but elements must be assigned to "
998
  "matching criterion."
1000
  "I denne modusen, ikke en liste må sorteres, men elementer må være tilordnet "
1001
  "matchende kriterium."
1002
 
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1004
  msgid ""
1005
  "You can create sort elements with empty criteria, which can't be assigned by "
1006
  "user."
1008
  "Du kan opprette sorter elementer med tomme kriterier, som ikke kan tildeles "
1009
  "av bruker."
1010
 
1011
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1012
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1013
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1015
  msgid "Options"
1016
  msgstr "Valg"
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1019
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1020
  msgid "Answer"
1021
  msgstr "Svar"
1022
 
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1025
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1026
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1027
  msgid "Allow HTML"
1028
  msgstr "Tillat HTML"
1029
 
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1032
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1033
  msgid "Delete answer"
1034
  msgstr "Slett svar"
1035
 
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1037
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1038
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1039
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1040
  msgid "Move"
1041
  msgstr "Flytt"
1042
 
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1044
  msgid "Criterion"
1045
  msgstr "Kriterium "
1046
 
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1048
  msgid ""
1049
  "correct answers (one per line) (answers will be converted to lower case)"
1050
  msgstr ""
1051
  "riktige svar (én per linje) (svar vil bli konvertert til små bokstaver)"
1052
 
1053
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1054
  msgid ""
1055
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1056
  "small letters will be ignored."
1058
  "Omslutte søkte ord med {} f.eks \"Jeg {spiller} fotball \". Store og små "
1059
  "bokstaver vil bli ignorert."
1060
 
1061
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1062
+ msgid ""
1063
+ "You can specify multiple options for a search word. Enclose the word with "
1064
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1065
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1066
+ "hate are correct."
1067
+ msgstr ""
1068
+
1069
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1070
  msgid ""
1071
  "If mode \"Different points for every answer\" is activated, you can assign "
1072
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1074
  "Hvis mode \"Ulike poeng for hvert svar\" er aktivert, kan du tildele poeng "
1075
  "med |POENG. Ellers 1 poeng vil bli tildelt for alle svar."
1076
 
1077
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1078
  msgid ""
1079
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1080
  "\" 3 points."
1086
  msgid "Questions sorted"
1087
  msgstr "Spørsmål sortert"
1088
 
 
 
 
 
 
1089
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1090
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1091
  msgid "Total"
1092
  msgstr "Totalt"
1093
 
1116
  msgid "Copy questions"
1117
  msgstr "Kopier spørsmål"
1118
 
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1120
  msgid "Quiz title"
1121
  msgstr "Quiz tittel"
1122
 
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1124
  msgid "Hide quiz title"
1125
  msgstr "Skjul quiz tittel"
1126
 
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1128
  msgid "Hide title"
1129
  msgstr "Skjul tittel"
1130
 
1131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1132
  msgid "The title serves as quiz heading."
1133
  msgstr "Tittelen fungerer som quiz overskrift."
1134
 
1135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1136
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1137
  msgid "Hide \"Restart quiz\" button"
1138
  msgstr "Skjul \"Restart quiz\" knapp"
1139
 
1140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1141
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1142
  msgstr "Skjuler \"Restart quiz\" knappen i front."
1143
 
1144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1145
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1146
  msgid "Hide \"View question\" button"
1147
  msgstr "Skjul \"Vis spørsmål\" knapp"
1148
 
1149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1150
  msgid "Hide the \"View question\" button in the Frontend."
1151
  msgstr "Skjuler \"Vis spørsmål\" knappen i front."
1152
 
1153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1155
  msgid "Show points"
1156
  msgstr "Vis poeng"
1157
 
1158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1159
  msgid "Shows in quiz, how many points are reachable for respective question."
1160
  msgstr "Viser i quiz, hvor mange poeng kan nås for respektive spørsmål."
1161
 
1162
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1164
  msgid "Display question randomly"
1165
  msgstr "Vis spørsmål tilfeldig"
1166
 
1167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1169
  msgid "Display answers randomly"
1170
  msgstr "Vis svar tilfeldig"
1171
 
1172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1173
  msgid "Seconds"
1174
  msgstr "Sekunder"
1175
 
1176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1177
  msgid "0 = no limit"
1178
  msgstr "0 = ingen grense"
1179
 
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1182
  msgid "Number answers"
1183
  msgstr "Nummerer svar"
1184
 
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1186
  msgid ""
1187
  "If this option is activated, all answers are numbered (only single and "
1188
  "multiple choice)"
1190
  "Hvis dette alternativet er aktivert, blir alle svarene nummerert (bare ved "
1191
  "enkle og flere valg)"
1192
 
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1205
  msgid "Demo"
1206
  msgstr "Demo"
1207
 
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1210
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1211
  msgid "Statistics"
1212
  msgstr "Statistikk"
1213
 
1214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1215
  msgid ""
1216
  "Statistics about right or wrong answers. Statistics will be saved by "
1217
  "completed quiz, not after every question. The statistics is only visible "
1221
  "fullført quiz, ikke etter hvert spørsmål. Statistikken er bare synlig i "
1222
  "administrasjon menyen. (intern statistikk)"
1223
 
1224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1226
  msgid "Statistics IP-lock"
1227
  msgstr "Statistikk IP-lås"
1228
 
1229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1230
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1231
  msgstr "i minutter (anbefalt 1440 minutter = 1 dag)"
1232
 
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1234
  msgid ""
1235
  "Protect the statistics from spam. Result will only be saved every X minutes "
1236
  "from same IP. (0 = deactivated)"
1238
  "Beskytt statistikken fra spam. Resultatet vil bare lagres hvert X minutt fra "
1239
  "samme IP. (0 = deaktivert)"
1240
 
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1243
  msgid "Execute quiz only once"
1244
  msgstr "Utfør quiz bare én gang"
1245
 
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1247
  msgid ""
1248
  "If you activate this option, the user can complete the quiz only once. "
1249
  "Afterwards the quiz is blocked for this user."
1251
  "Hvis du aktiverer dette alternativet, kan brukeren fylle ut quiz bare én "
1252
  "gang. Etterpå er quiz blokkert for denne brukeren."
1253
 
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1255
  msgid "This option applies to:"
1256
  msgstr "Dette alternativet gjelder for:"
1257
 
1258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1260
  msgid "all users"
1261
  msgstr "alle brukere"
1262
 
1263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1265
  msgid "registered useres only"
1266
  msgstr "kun registrerte brukere"
1267
 
1268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1270
  msgid "anonymous users only"
1271
  msgstr "kun anonyme brukere"
1272
 
1273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1274
  msgid "user identification by cookie"
1275
  msgstr "bruker identifikasjon med cookie"
1276
 
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1278
  msgid ""
1279
  "If you activate this option, a cookie is set additionally for unregistrated "
1280
  "(anonymous) users. This ensures a longer assignment of the user than the "
1284
  "uregistrerte (anonym) brukere. Dette sikrer et lengre opphold av brukeren "
1285
  "enn det enkle oppholdet med IP-adressen."
1286
 
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1288
  msgid "Reset the user identification"
1289
  msgstr "Tilbakestille brukeridentifikasjon"
1290
 
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1292
  msgid "User identification has been reset."
1293
  msgstr "Brukeridentifikasjon har blitt tilbakestilt."
1294
 
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1296
  msgid "Resets user identification for all users."
1297
  msgstr "Tilbakestille brukeridentifikasjon for alle brukere."
1298
 
1299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1301
  msgid "Hide correct- and incorrect message"
1302
  msgstr "Skjul riktig og feil melding"
1303
 
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1305
  msgid ""
1306
  "If you enable this option, no correct- or incorrect message will be "
1307
  "displayed."
1309
  "Hvis du aktiverer dette alternativet, vil ingen riktig-eller feil melding "
1310
  "bli vist."
1311
 
1312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1314
  msgid "Correct and incorrect answer mark"
1315
  msgstr "Riktig og feil svar merket"
1316
 
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1318
  msgid ""
1319
  "If you enable this option, answers won't be color highlighted as correct or "
1320
  "incorrect. "
1322
  "Hvis du aktiverer dette alternativet, vil svarene ikke være farge fremhevet "
1323
  "som riktig eller gal."
1324
 
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1327
  msgid "Show only specific number of questions"
1328
  msgstr "Vis bare bestemt antall spørsmål"
1329
 
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1331
  msgid ""
1332
  "If you enable this option, maximum number of displayed questions will be X "
1333
  "from X questions. (The output of questions is random)"
1335
  "Hvis du aktiverer dette alternativet, vil maksimalt antall viste spørsmål "
1336
  "være X fra X spørsmål. (Visningen av spørsmålene er tilfeldig)"
1337
 
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1339
  msgid "The statistics function is not available in this option."
1340
  msgstr "Statistikk funksjonen er ikke tilgjengelig i dette alternativet."
1341
 
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1343
  msgid ""
1344
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1345
  msgstr ""
1346
  "Dette alternativet fungerer ikke pålitelig i forbindelse med Frontend-cache-"
1347
  "Innstikk."
1348
 
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1350
  msgid "How many questions should be displayed simultaneously:"
1351
  msgstr "Hvor mange spørsmål som skal vises samtidig:"
1352
 
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1354
  msgid "in percent"
1355
  msgstr "i prosent"
1356
 
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1359
  msgid "Show average points"
1360
  msgstr "Vis gjennomsnittlig poeng"
1361
 
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1363
  msgid "Statistics-function must be enabled."
1364
  msgstr "Statistikk-funksjonen må være aktivert"
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1368
  msgid "Prerequisites"
1369
  msgstr "Forutsetninger"
1370
 
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1372
  msgid ""
1373
  "If you enable this option, you can choose quiz, which user have to finish "
1374
  "before he can start this quiz."
1376
  "Hvis du aktiverer dette alternativet, kan du velge quiz, som bruker må "
1377
  "fullføre før han kan starte denne quizen."
1378
 
1379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1380
  msgid ""
1381
  "In all selected quizzes statistic function have to be active. If it is not "
1382
  "it will be activated automatically."
1384
  "I alle valgte quizzer statistikk funksjon trenger å være aktiv. Om ikke vil "
1385
  "det bli aktivert automatisk."
1386
 
1387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1388
  msgid "Quiz"
1389
  msgstr "Quiz"
1390
 
1391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1392
  msgid "Prerequisites (This quiz have to be finished)"
1393
  msgstr "Forutsetninger (Denne quizen må være ferdig)"
1394
 
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1398
+ msgid "Question overview"
1399
+ msgstr ""
1400
+
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1402
+ msgid ""
1403
+ "Add at the top of the quiz a question overview, which allows easy "
1404
+ "navigation. Additional questions can be marked \"to review\"."
1405
+ msgstr ""
1406
+
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1408
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1409
+ msgstr ""
1410
+
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1412
+ msgid ""
1413
+ "If you enalbe this option, no quiz overview will be displayed, before "
1414
+ "finishing quiz."
1415
+ msgstr ""
1416
+
1417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1418
+ msgid ""
1419
+ "If you enable this option, user won't be able to skip question. (only in "
1420
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1421
+ "\"Question-Overview\""
1422
+ msgstr ""
1423
+
1424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1426
+ msgid "E-mail notification"
1427
+ msgstr ""
1428
+
1429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1430
+ msgid "for registered users only"
1431
+ msgstr ""
1432
+
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1434
+ msgid "for all users"
1435
+ msgstr ""
1436
+
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1438
+ msgid ""
1439
+ "If you enable this option, you will be informed if a user completes this "
1440
+ "quiz."
1441
+ msgstr ""
1442
+
1443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1444
+ msgid "E-Mail settings can be edited in global settings."
1445
+ msgstr ""
1446
+
1447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1448
+ msgid "Quiz-Mode"
1449
+ msgstr ""
1450
+
1451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1452
+ msgid "Normal"
1453
+ msgstr ""
1454
+
1455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1456
+ msgid "Normal + Back-Button"
1457
+ msgstr ""
1458
+
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1460
+ msgid "Check -> continue"
1461
+ msgstr "Sjekk -> fortsette"
1462
+
1463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1464
+ msgid "Questions below each other"
1465
+ msgstr "Spørsmål under hverandre"
1466
+
1467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1468
+ msgid ""
1469
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1470
+ "displayed at the end of the quiz."
1471
+ msgstr ""
1472
+
1473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1474
+ msgid "Allows to use the back button in a question."
1475
+ msgstr ""
1476
+
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1478
+ msgid "Shows \"right or wrong\" after each question."
1479
+ msgstr ""
1480
+
1481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1482
+ msgid ""
1483
+ "If this option is activated, all answers are displayed below each other, i."
1484
+ "e. all questions are on a single page."
1485
+ msgstr ""
1486
+
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1488
  msgid ""
1489
  "The leaderboard allows users to enter results in public list and to share "
1490
  "the result this way."
1492
  "Leaderboard lar brukerne skrive inn resultater i offentlig liste og dele "
1493
  "resultatet på denne måten."
1494
 
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1496
  msgid "The leaderboard works independent from internal statistics function."
1497
  msgstr "Leaderboard fungerer uavhengig av intern statistikk funksjon."
1498
 
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1500
  msgid "Who can sign up to the list"
1501
  msgstr "Hvem kan melde seg til listen"
1502
 
1503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1504
  msgid ""
1505
  "Not registered users have to enter name and e-mail (e-mail won't be "
1506
  "displayed)"
1508
  "Ikke registrerte brukere må skrive inn navn og e-post (e-post vil ikke bli "
1509
  "vist)"
1510
 
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1512
+ msgid "insert automatically"
1513
+ msgstr ""
1514
+
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1516
+ msgid ""
1517
+ "If you enable this option, logged in users will be automatically entered "
1518
+ "into leaderboard"
1519
+ msgstr ""
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1522
  msgid "display captcha"
1523
  msgstr "vis captcha"
1524
 
1525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1526
  msgid ""
1527
  "If you enable this option, additional captcha will be displayed for users "
1528
  "who are not registered."
1530
  "Hvis du aktiverer dette alternativet, vil ytterligere captcha vises for "
1531
  "brukere som ikke er registrert."
1532
 
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1534
  msgid "This option requires additional plugin:"
1535
  msgstr "Dette alternativet krever ekstra innstikk:"
1536
 
1537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1538
  msgid "Plugin has been detected."
1539
  msgstr "Innstikk har blitt oppdaget."
1540
 
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1542
  msgid "Plugin is not installed."
1543
  msgstr "Innstikk er ikke installert."
1544
 
1545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1546
  msgid "Sort list by"
1547
  msgstr "Sorter liste med"
1548
 
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1550
  msgid "Users can apply multiple times"
1551
  msgstr "Brukere kan legge til flere ganger"
1552
 
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1554
  msgid "User can apply after:"
1555
  msgstr "Bruker kan legge til etter:"
1556
 
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1558
  msgid "minute"
1559
  msgstr "minutt"
1560
 
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1562
  msgid "How many entries should be displayed"
1563
  msgstr "Hvor mange oppføringer som skal vises"
1564
 
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1566
  msgid "Entries"
1567
  msgstr "Oppføringer"
1568
 
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1570
  msgid "Automatically display leaderboard in quiz result"
1571
  msgstr "Automatisk vise leaderboard i quiz resultat"
1572
 
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1574
  msgid "Where should leaderboard be displayed:"
1575
  msgstr "Hvor skal leaderboard vises:"
1576
 
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1578
  msgid "don't display"
1579
  msgstr "ikke vis"
1580
 
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1582
  msgid "below the \"result text\""
1583
  msgstr "under \"resultat tekst\""
1584
 
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1586
  msgid "in a button"
1587
  msgstr "i en knapp"
1588
 
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1590
  msgid "Quiz description"
1591
  msgstr "Quiz beskrivelse"
1592
 
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1594
  msgid "This text will be displayed before start of the quiz."
1595
  msgstr "Denne teksten vil bli vist før starten av quiz."
1596
 
1597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1598
  msgid "Results text"
1599
  msgstr "Resultat tekst"
1600
 
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1602
  msgid ""
1603
  "This text will be displayed at the end of the quiz (in results). (this text "
1604
  "is optional)"
1606
  "Denne teksten vil bli vist på slutten av quizen (i resultatene). (denne "
1607
  "teksten er valgfri)"
1608
 
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1610
  msgid "Activate graduation"
1611
  msgstr "Aktivere gradering"
1612
 
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1614
  msgid "Hint:"
1615
  msgstr "Tips:"
1616
 
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1618
  msgid "Maximal 15 levels"
1619
  msgstr "Maksimalt 15 nivå"
1620
 
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1622
  #, php-format
1623
  msgid ""
1624
  "Percentages refer to the total score of the quiz. (Current total %d points "
1627
  "Prosenttallene gjelder den totale poengsummen for quiz. (Gjeldende total %d "
1628
  "poeng i %d spørsmål."
1629
 
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1631
  msgid "Values can also be mixed up"
1632
  msgstr "Verdier kan også blandes"
1633
 
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1635
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1636
  msgstr "10,15% eller 10,15% tillatt (maks. to sifre etter desimaltegnet)"
1637
 
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1640
  msgid "from:"
1641
  msgstr "fra:"
1642
 
1643
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1645
  msgid "percent"
1646
  msgstr "prosent"
1647
 
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1650
  #, php-format
1651
  msgid ""
1652
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1655
  "(Vil bli vist, når resultat-prosent er >= <span class=\"resultProzent\"> %s "
1656
  "</ span>%%)"
1657
 
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1660
  msgid "Delete graduation"
1661
  msgstr "Slett gradering"
1662
 
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1664
  msgid "Add graduation"
1665
  msgstr "Legg til gradering"
1666
 
1685
  msgid "Support WP-Pro-Quiz"
1686
  msgstr "Support WP-Pro-Quiz"
1687
 
1688
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1689
  msgid "ID"
1690
  msgstr "ID"
1691
 
1692
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1693
  msgid "Shortcode"
1694
  msgstr "Kortkode"
1695
 
1696
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1697
  msgid "Shortcode-Leaderboard"
1698
  msgstr "Kortkode-Leaderboard"
1699
 
1700
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1701
  msgid "Preview"
1702
  msgstr "Forhåndsvisning"
1703
 
1704
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1705
  msgid "Add quiz"
1706
  msgstr "Legg til quiz"
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1709
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1710
  msgid "Export"
1711
  msgstr "Eksporter"
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1714
  msgid ""
1715
  "Choose the respective question, which you would like to export and press on "
1716
  "\"Start export\""
1718
  "Velg det aktuelle spørsmålet, som du ønsker å eksportere og trykk på \"Start "
1719
  "eksport \""
1720
 
1721
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1722
  msgid "Start export"
1723
  msgstr "Start eksport"
1724
 
1725
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1726
  msgid "Import only *.wpq files from known and trusted sources."
1727
  msgstr "Importere bare *. wpq filer fra kjente og pålitelige kilder."
1728
 
1729
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1730
  #, php-format
1731
  msgid "Maximal %d MiB"
1732
  msgstr "Maks %d MiB"
1733
 
1734
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1735
  #, php-format
1736
  msgid "Quiz: %s - Statistics"
1737
  msgstr "Quiz: %s - Statistikk"
1738
 
1739
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1740
  msgid "Stats not enabled"
1741
  msgstr "Statistikk ikke aktivert"
1742
 
1743
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1744
  msgid "Activate statistics"
1745
  msgstr "Aktiver statistikk"
1746
 
1747
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1748
+ msgid "Users"
1749
+ msgstr ""
 
 
 
 
1750
 
1751
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1752
  msgid "Overview"
1753
  msgstr "Oversikt"
1754
 
1755
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1756
  msgid "Please select user name:"
1757
  msgstr "Vennligst velg brukernavn:"
1758
 
1759
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1760
+ msgid "Anonymous user"
1761
+ msgstr ""
1762
+
1763
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1764
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1765
  msgid "Hints used"
1766
  msgstr "Tips brukt"
1767
 
1768
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1769
  msgid "Points scored"
1770
  msgstr "Poeng oppnådd"
1771
 
1772
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1773
+ msgid "Sub-Total: "
1774
+ msgstr ""
1775
+
1776
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1777
  msgid "Reset statistics"
1778
  msgstr "Tilbakestill statistikk"
1779
 
1780
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1781
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1782
  msgid "Refresh"
1783
  msgstr "Oppdater"
1784
 
1785
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1786
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1787
  msgid "Reset entire statistic"
1788
  msgstr "Tilbakestille hele statistikken"
1789
 
1790
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1791
  msgid "Show only users, who solved the quiz:"
1792
  msgstr "Vis kun brukere som løste quizen:"
1793
 
1876
  "Du kan oversette WP-Pro-Quiz fra eksisterende til eksisterende språk (f.eks "
1877
  "engelsk til norsk), f.eks ved å endre navn knapper."
1878
 
1879
+ #~ msgid ""
1880
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1881
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1882
+ #~ "below each other\" was used)"
1883
+ #~ msgstr ""
1884
+ #~ "Viser \"rett eller galt \" etter hvert spørsmål. Ellers vil løsningene "
1885
+ #~ "bli vist på slutten. (Opsjonen vil bli ignorert hvis \"spørsmålene "
1886
+ #~ "nedenfor hverandre \" ble brukt)"
1887
+
1888
+ #~ msgid "Back button"
1889
+ #~ msgstr "Tilbake knapp"
1890
+
1891
+ #~ msgid ""
1892
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1893
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1894
+ #~ msgstr ""
1895
+ #~ "Tillater å bruke tilbake-knappen i et spørsmål. (Opsjonen vil bli "
1896
+ #~ "ignorert hvis \"Sjekk -> Fortsett \" eller \"spørsmålene nedenfor "
1897
+ #~ "hverandre \" ble brukt)"
1898
+
1899
+ #~ msgid "Registered users"
1900
+ #~ msgstr "Registrerte brukere"
1901
+
1902
  #~ msgid "Points per correct answer"
1903
  #~ msgstr "Poeng pr riktig svar"
1904
 
languages/wp-pro-quiz-nl_NL.mo CHANGED
Binary file
languages/wp-pro-quiz-nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-14 20:56+0100\n"
5
- "PO-Revision-Date: 2013-02-14 20:56+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
@@ -14,74 +14,78 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Weet u zeker dat u de quiz/vragen wilt verwijderen?"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "Titel niet ingevuld!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "Geen vraag ingevuld!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "Het goede antwoord is niet geselecteerd!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "Geen antwoord ingevuld!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "Quiz-beschrijving niet ingevuld!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "De procentuele waardes in de resultaten zijn incorrect."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Geen getal in het veld \"Punten\" of kleiner dan 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Geen getal in het veld \"Punten\" of lager dan 0"
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "Geen quiz geselecteerd"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Weet u zeker dat u de statistieken opnieuw wilt instellen?"
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr "Geen data beschikbaar"
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr "Geen sorteer elementen in de criteria"
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
  "\"Verschillende punten voor ieder antwoord\" is niet mogelijk bij \"Vrije\" "
77
  "keuze"
78
 
 
 
 
 
79
  #: lib/controller/WpProQuiz_Controller_Front.php:44
80
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
81
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
82
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
83
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
84
- #: lib/view/WpProQuiz_View_Statistics.php:45
85
  msgid "Loading"
86
  msgstr "Laden"
87
 
@@ -92,18 +96,18 @@ msgstr "Laden"
92
  #: lib/controller/WpProQuiz_Controller_Question.php:51
93
  #: lib/controller/WpProQuiz_Controller_Question.php:128
94
  #: lib/controller/WpProQuiz_Controller_Question.php:143
95
- #: lib/controller/WpProQuiz_Controller_Question.php:196
96
- #: lib/controller/WpProQuiz_Controller_Question.php:342
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
101
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
102
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
103
  msgid "You do not have sufficient permissions to access this page."
104
  msgstr "U heeft niet voldoende rechten om deze pagina te bekijken."
105
 
106
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
107
  msgid "Settings saved"
108
  msgstr "Instellingen opgeslagen"
109
 
@@ -128,25 +132,25 @@ msgstr "Vragen gekopieërd"
128
  msgid "Edit question"
129
  msgstr "Vraag bewerken"
130
 
131
- #: lib/controller/WpProQuiz_Controller_Question.php:155
132
  msgid "Question not found"
133
  msgstr "Antwoord niet gevonden"
134
 
135
- #: lib/controller/WpProQuiz_Controller_Question.php:172
136
- #: lib/controller/WpProQuiz_Controller_Question.php:224
137
  #, php-format
138
  msgid "Question: %d"
139
  msgstr "Vraag: %d"
140
 
141
- #: lib/controller/WpProQuiz_Controller_Question.php:180
142
  msgid "Question edited"
143
  msgstr "Vraag bewerkt"
144
 
145
- #: lib/controller/WpProQuiz_Controller_Question.php:200
146
  msgid "New question"
147
  msgstr "Nieuwe vraag"
148
 
149
- #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  msgid "Question added"
151
  msgstr "Vraag toegevoegd"
152
 
@@ -214,31 +218,46 @@ msgstr "Bestand heeft verkeerde formaat"
214
  msgid "File is not compatible with the current version"
215
  msgstr "Bestand is niet compatibel met de huidige versie"
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
218
  msgid "The user completed a quiz."
219
  msgstr "De gebruiker heeft de quiz afgerond"
220
 
221
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
222
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
223
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
224
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
225
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
226
  msgid "Leaderboard"
227
  msgstr "Scorebord"
228
 
229
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
230
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
231
  #: lib/view/WpProQuiz_View_Import.php:22
232
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
233
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
234
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
235
- #: lib/view/WpProQuiz_View_Statistics.php:18
236
  #: lib/view/WpProQuiz_View_StyleManager.php:11
237
  msgid "back to overview"
238
  msgstr "terug naar overzicht"
239
 
240
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
241
- #: lib/view/WpProQuiz_View_Statistics.php:115
242
  msgid "Filter"
243
  msgstr "Filter"
244
 
@@ -247,22 +266,22 @@ msgid "Sort by:"
247
  msgstr "Sorteer op:"
248
 
249
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
250
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
251
  msgid "best user"
252
  msgstr "Beste deelnemer"
253
 
254
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
255
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
256
  msgid "newest entry"
257
  msgstr "Nieuwste inschrijving"
258
 
259
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
260
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
261
  msgid "oldest entry"
262
  msgstr "Oudste inschrijving"
263
 
264
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
265
- #: lib/view/WpProQuiz_View_Statistics.php:126
266
  msgid "How many entries should be shown on one page:"
267
  msgstr "Hoeveel gebruikers wilt u weergeven op één pagina:"
268
 
@@ -276,12 +295,12 @@ msgid "UR = unregistered user, R = registered user"
276
  msgstr "UR = ongeregistreerde gebruiker, R = geregistreerde gebruiker"
277
 
278
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
279
- #: lib/view/WpProQuiz_View_Statistics.php:145
280
  msgid "User"
281
  msgstr "Gebruiker"
282
 
283
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
284
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
285
  msgid "E-Mail"
286
  msgstr "E-Mail"
287
 
@@ -291,24 +310,24 @@ msgid "Entered on"
291
  msgstr "Ingeschreven op"
292
 
293
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
294
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
295
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
296
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
299
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
300
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
301
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
302
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
303
- #: lib/view/WpProQuiz_View_Statistics.php:54
304
- #: lib/view/WpProQuiz_View_Statistics.php:146
305
  msgid "Points"
306
  msgstr "Punten"
307
 
308
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
309
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
310
- #: lib/view/WpProQuiz_View_Statistics.php:59
311
- #: lib/view/WpProQuiz_View_Statistics.php:150
312
  msgid "Results"
313
  msgstr "Resultaten"
314
 
@@ -317,8 +336,9 @@ msgid "Action"
317
  msgstr "Actie"
318
 
319
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
320
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
321
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
322
  msgid "Delete"
323
  msgstr "Verwijderen"
324
 
@@ -330,138 +350,177 @@ msgstr "Toepassen"
330
  msgid "Delete all entries"
331
  msgstr "Verwijder alle deelnemers"
332
 
333
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Start quiz"
335
  msgstr "Quiz starten"
336
 
337
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
338
  msgid ""
339
  "You have already completed the quiz before. Hence you can not start it again."
340
  msgstr ""
341
  "U heeft de quiz al eerder gemaakt. Daarom kunt u de quiz niet nog eens maken."
342
 
343
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
344
  msgid "You have to finish following quiz, to start this quiz:"
345
  msgstr "De volgende quiz moet afgerond zijn alvorens deze te beginnen:"
346
 
347
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
348
  #, php-format
349
  msgid "%s of %s questions answered correctly"
350
  msgstr "%s van %s vragen correct beantwoord"
351
 
352
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
353
  msgid "Your time: <span></span>"
354
  msgstr "Uw tijd: <span></span>"
355
 
356
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
357
  msgid "Time has elapsed"
358
  msgstr "Tijd voorbij"
359
 
360
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
361
  #, php-format
362
  msgid "You have reached %s of %s points, (%s)"
363
  msgstr "U heeft %s van %s punten gehaald (%s)"
364
 
365
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
366
  msgid "Average score"
367
  msgstr "Gemiddelde score"
368
 
369
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
370
  msgid "Your score"
371
  msgstr "Uw score"
372
 
373
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
374
  msgid "Restart quiz"
375
  msgstr "Quiz opnieuw starten"
376
 
377
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
378
  msgid "View questions"
379
  msgstr "Bekijk vragen"
380
 
381
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
382
  msgid "Show leaderboard"
383
  msgstr "Geef scorebord weer"
384
 
385
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
386
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
387
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
388
- msgid "Time limit"
389
- msgstr "Tijdslimiet"
390
-
391
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
392
  #, php-format
393
  msgid "Question %s of %s"
394
  msgstr "Vraag %s van %s"
395
 
396
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
397
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
398
- #: lib/view/WpProQuiz_View_Statistics.php:53
399
  msgid "Question"
400
  msgstr "Vraag"
401
 
402
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
403
  #, php-format
404
  msgid "%d points"
405
  msgstr "%d punten"
406
 
407
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
408
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
409
  msgid "Sort elements"
410
  msgstr "Sorteer elementen"
411
 
412
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
413
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
414
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
415
- #: lib/view/WpProQuiz_View_Statistics.php:55
416
- #: lib/view/WpProQuiz_View_Statistics.php:147
417
  msgid "Correct"
418
  msgstr "Correct"
419
 
420
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
421
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
422
- #: lib/view/WpProQuiz_View_Statistics.php:56
423
- #: lib/view/WpProQuiz_View_Statistics.php:148
424
  msgid "Incorrect"
425
  msgstr "Incorrect"
426
 
427
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
428
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
429
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
430
  msgid "Hint"
431
  msgstr "Hint"
432
 
433
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
434
- msgid "Check"
435
- msgstr "Controleren"
 
 
436
 
437
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
438
  msgid "Back"
439
  msgstr "Terug"
440
 
441
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
442
  msgid "Next exercise"
443
  msgstr "Volgende vraag"
444
 
445
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
446
- msgid "Finish quiz"
447
- msgstr "Quiz beëindigen"
448
-
449
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
450
  msgid "Your result entered into leaderboard"
451
  msgstr "Uw resultaten toegevoegd aan het scorebord"
452
 
453
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
454
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
455
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
456
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
457
  msgid "Name"
458
  msgstr "Naam"
459
 
460
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
461
  msgid "Captcha"
462
  msgstr "Captcha"
463
 
464
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
465
  msgid "Send"
466
  msgstr ""
467
 
@@ -492,7 +551,7 @@ msgstr "niet activeren"
492
 
493
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
494
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
495
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
496
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
497
  msgid "Global settings"
498
  msgstr "Overige instellingen"
@@ -508,60 +567,50 @@ msgid ""
508
  msgstr "Deze instellingen alleen instellen bij problemen met Wp-Pro-Quiz."
509
 
510
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
511
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
512
  msgid "Settings in case of problems"
513
  msgstr "Instellingen in geval van problemen"
514
 
515
- #: lib/view/WpProQuiz_View_GobalSettings.php:37
516
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
517
- msgid "Leaderboard time format"
518
- msgstr "Scorebord tijd opmaak"
519
-
520
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
521
- msgid "Custom"
522
- msgstr "Aangepast"
523
-
524
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
525
- msgid "Documentation on date and time formatting"
526
- msgstr "Documentatie voor de opmaak van datum en tijd"
527
-
528
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
529
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
530
  msgid "Automatically add [raw] shortcode"
531
  msgstr "Voeg automatisch [raw] shortcode toe"
532
 
533
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
534
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
535
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
536
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
552
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
553
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
554
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
555
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
556
  msgid "Activate"
557
  msgstr "Activeren"
558
 
559
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
560
  #, php-format
561
  msgid "It is recommended %s this option on your system."
562
  msgstr "Het wordt aanbevolen %s deze optie op uw systeem."
563
 
564
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
565
  msgid ""
566
  "If this option is activated, a [raw] shortcode is automatically set around "
567
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
@@ -570,7 +619,7 @@ msgstr ""
570
  "WpProQuiz Shortcode ( [WpProQuiz X] ) geplaatst ( [raw] [WpProQuiz X] [/"
571
  "raw] )."
572
 
573
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
574
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
575
  msgid ""
576
  "Own themes changes internal order of filters, what causes the problems. "
@@ -579,12 +628,12 @@ msgstr ""
579
  "Eigen thema heeft de interne orde van de filter veranderd,dit heeft het "
580
  "probleem veroorzaakt. Met de extra shortcode [raw] wordt dit verholpen."
581
 
582
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
583
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
584
  msgid "Do not load the Javascript-files in the footer"
585
  msgstr "Javascript-bestand is niet geladen in de footer"
586
 
587
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
588
  msgid ""
589
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
590
  "when they are really needed."
@@ -592,11 +641,11 @@ msgstr ""
592
  "Standaard worden alle WpProQuiz-Javascript-bestanden geladen in de footer en "
593
  "alleen gebruikt wanneer ze werkelijk nodig zijn."
594
 
595
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
596
  msgid "In very old Wordpress themes this can lead to problems."
597
  msgstr "Dit kan leiden tot problemen bij erg oude Wordpress thema's."
598
 
599
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
600
  msgid ""
601
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
602
  "the header even if they are not needed."
@@ -604,7 +653,7 @@ msgstr ""
604
  "Wanneer u deze optie activeert, worden alle WpProQuiz-Javascript-bestanden "
605
  "geladen in de header, ook als ze niet nodig zijn."
606
 
607
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
608
  #, php-format
609
  msgid ""
610
  "Anyone who wants to learn more about this topic should read through the "
@@ -613,55 +662,136 @@ msgstr ""
613
  "Wie meer wil weten over deze onderwerpen moet de volgende websites %s en %s "
614
  "raadplegen."
615
 
616
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
617
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
618
  msgid "Touch Library"
619
  msgstr "Touch Library"
620
 
621
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
622
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
623
  msgid "Deactivate"
624
  msgstr "Deactiveren"
625
 
626
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
627
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
628
  msgstr ""
629
  "In versie 0.13 is een nieuwe Touch Library voor mobiele apparaten toegevoegd."
630
 
631
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
632
  msgid "If you have any problems with the Touch Library, please deactivate it."
633
  msgstr ""
634
  "Wanneer u problemen ondervindt met Touch Library, kunt u die hier "
635
  "deactiveren."
636
 
637
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
638
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
639
  msgid "jQuery support cors"
640
  msgstr "jQuery support cors"
641
 
642
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
643
  msgid "Is required only in rare cases."
644
  msgstr "Nodig in zeldzame gevallen."
645
 
646
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
647
  msgid "If you have problems with the front ajax, please activate it."
648
  msgstr ""
649
  "Wanneer u problemen ondervindt met front AJAX, activeer het alstublieft."
650
 
651
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
652
  msgid "e.g. Domain with special characters in combination with IE"
653
  msgstr "bv. Domein met speciale tekens in combinatie met IE."
654
 
655
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
656
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
657
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
658
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
659
  msgid "Save"
660
  msgstr "Opslaan"
661
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
  #: lib/view/WpProQuiz_View_Import.php:21
663
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
664
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
665
  msgid "Import"
666
  msgstr "Importeren"
667
 
@@ -681,31 +811,27 @@ msgstr "Import succesvol voltooid"
681
  msgid "Quiz name"
682
  msgstr "Quiz naam"
683
 
684
- #: lib/view/WpProQuiz_View_Import.php:44
685
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
686
- msgid "Questions"
687
- msgstr "Vragen"
688
-
689
  #: lib/view/WpProQuiz_View_Import.php:67
690
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
691
  msgid "Start import"
692
  msgstr "Importeren starten"
693
 
694
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
695
  msgid "Title"
696
  msgstr "Titel"
697
 
698
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
699
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
700
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
701
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
702
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
703
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
704
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
705
  msgid "(optional)"
706
  msgstr "(optioneel)"
707
 
708
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
709
  msgid ""
710
  "The title is used for overview, it is not visible in quiz. If you leave the "
711
  "title field empty, a title will be generated."
@@ -713,53 +839,82 @@ msgstr ""
713
  "De titel wordt gebruikt in het overzicht en is niet zichtbaar in de quiz. "
714
  "Een titel wordt gegenereerd wanneer u het titelveld leeg laat."
715
 
716
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
717
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
718
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
719
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
720
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
721
  msgid "(required)"
722
  msgstr "(verplicht)"
723
 
724
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
725
  msgid "Points for this question (Standard is 1 point)"
726
  msgstr "Punten voor deze vraag (Standaard is 1 punt)"
727
 
728
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
729
  msgid ""
730
  "This points will be rewarded, only if the user closes the question correctly."
731
  msgstr ""
732
  "Deze punten worden toegekend, alleen wanneer de gebruiker de vraag correct "
733
  "afsluit."
734
 
735
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
736
  msgid "Different points for each answer"
737
  msgstr "Verschillende punten voor elk antwoord"
738
 
739
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
740
  msgid ""
741
  "If you enable this option, you can enter different points for every answer."
742
  msgstr ""
743
  "Wanneer deze optie is ingeschakeld, kunt u verschillende punten toekennen "
744
  "aan iedere vraag."
745
 
746
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
747
  msgid "Show reached points in the correct- and incorrect message?"
748
  msgstr "Het aantal punten weergeven in het correct- en incorrect bericht?"
749
 
750
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
751
  msgid "Message with the correct / incorrect answer"
752
  msgstr "Bericht met het correct / incorrect antwoord"
753
 
754
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
755
  msgid "Deactivated in quiz settings."
756
  msgstr "Gedeactiveerd in de quiz instellingen."
757
 
758
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
759
  msgid "Message with the correct answer"
760
  msgstr "Melding bij het juiste antwoord"
761
 
762
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
763
  msgid ""
764
  "This text will be visible if answered correctly. It can be used as "
765
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -769,15 +924,15 @@ msgstr ""
769
  "als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" wordt "
770
  "altijd automatisch weergegeven."
771
 
772
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
773
  msgid "Same text for correct- and incorrect-message?"
774
  msgstr "Dezelfde tekst bij correct- en incorrecte-melding?"
775
 
776
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
777
  msgid "Message with the incorrect answer"
778
  msgstr "Melding bij het foute antwoord"
779
 
780
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
781
  msgid ""
782
  "This text will be visible if answered incorrectly. It can be used as "
783
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -787,47 +942,47 @@ msgstr ""
787
  "worden als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" "
788
  "wordt altijd automatisch weergegeven."
789
 
790
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
791
  msgid "Here you can enter solution hint."
792
  msgstr "Hier kunt u een hint plaatsen."
793
 
794
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
795
  msgid "Activate hint for this question?"
796
  msgstr "Een hint voor deze vraag activeren?"
797
 
798
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
799
  msgid "Answer type"
800
  msgstr "Type antwoord?"
801
 
802
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
803
  msgid "Single choice"
804
  msgstr "Enkele keuze"
805
 
806
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
807
  msgid "Multiple choice"
808
  msgstr "Meerkeuze"
809
 
810
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
811
  msgid "\"Free\" choice"
812
  msgstr "\"Open\" vraag"
813
 
814
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
815
  msgid "\"Sorting\" choice"
816
  msgstr "\"Sorteer\" antwoorden"
817
 
818
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
819
  msgid "\"Matrix Sorting\" choice"
820
  msgstr "\"Matrix Sorting\" choice"
821
 
822
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
823
  msgid "Cloze"
824
  msgstr "Cloze"
825
 
826
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
827
  msgid "Answers"
828
  msgstr "Antwoorden"
829
 
830
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
831
  msgid ""
832
  "Please sort the answers in right order with the \"Move\" - Button. The "
833
  "answers will be displayed randomly."
@@ -835,13 +990,13 @@ msgstr ""
835
  "Alstublieft de antwoorden in de juiste volgorde plaatsen met de \"Move\" - "
836
  "knop. De antwoorden worden willekeurig weergegeven."
837
 
838
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
839
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
840
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
841
  msgid "Add new answer"
842
  msgstr "Nieuw antwoord toevoegen"
843
 
844
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
845
  msgid ""
846
  "In this mode, not a list have to be sorted, but elements must be assigned to "
847
  "matching criterion."
@@ -849,7 +1004,7 @@ msgstr ""
849
  "In deze modus moet een lijst niet gesorteerd worden maar moeten de elementen "
850
  "bij het juiste criterium gevonden worden."
851
 
852
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
853
  msgid ""
854
  "You can create sort elements with empty criteria, which can't be assigned by "
855
  "user."
@@ -857,50 +1012,50 @@ msgstr ""
857
  "U kunt sorteer elementen aanmaken met lege criteria, die door de gebruiken "
858
  "niet toegekend kunnen worden."
859
 
860
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
861
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
862
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
863
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
864
  msgid "Options"
865
  msgstr "Opties"
866
 
867
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
868
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
869
  msgid "Answer"
870
  msgstr "Antwoord"
871
 
872
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
873
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
874
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
875
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
876
  msgid "Allow HTML"
877
  msgstr "HTML toestaan"
878
 
879
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
880
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
881
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
882
  msgid "Delete answer"
883
  msgstr "Antwoord verwijderen"
884
 
885
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
886
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
887
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
888
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
889
  msgid "Move"
890
  msgstr "Verplaatsen"
891
 
892
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
893
  msgid "Criterion"
894
  msgstr "Criterium"
895
 
896
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
897
  msgid ""
898
  "correct answers (one per line) (answers will be converted to lower case)"
899
  msgstr ""
900
  "Correcte antwoorden (een per regel) (antwoorden worden omgezet naar kleine "
901
  "letters)"
902
 
903
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
904
  msgid ""
905
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
906
  "small letters will be ignored."
@@ -908,7 +1063,15 @@ msgstr ""
908
  "Omsluit de gezochte woorden met { } bv. \"Ik {speel} voetbal\". Hoofdletters "
909
  "en kleine letters worden genegeerd."
910
 
911
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
912
  msgid ""
913
  "If mode \"Different points for every answer\" is activated, you can assign "
914
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
@@ -917,7 +1080,7 @@ msgstr ""
917
  "geactiveerd, kunt u punten toekennen met |PUNTEN. Anders wordt er 1 punt "
918
  "toegekend voor ieder antwoord."
919
 
920
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
921
  msgid ""
922
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
923
  "\" 3 points."
@@ -929,13 +1092,8 @@ msgstr ""
929
  msgid "Questions sorted"
930
  msgstr "Vragen gesorteerd"
931
 
932
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
933
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
934
- msgid "Edit"
935
- msgstr "Bewerken"
936
-
937
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
938
- #: lib/view/WpProQuiz_View_Statistics.php:84
939
  msgid "Total"
940
  msgstr "Totaal"
941
 
@@ -964,75 +1122,75 @@ msgstr ""
964
  msgid "Copy questions"
965
  msgstr "Vragen kopieëren"
966
 
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
968
  msgid "Quiz title"
969
  msgstr "Quiz titel"
970
 
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
972
  msgid "Hide quiz title"
973
  msgstr "Quiz titel verbergen"
974
 
975
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
976
  msgid "Hide title"
977
  msgstr "Titel verbergen"
978
 
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
980
  msgid "The title serves as quiz heading."
981
  msgstr "De titel dient als een quiz titel."
982
 
983
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
984
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
985
  msgid "Hide \"Restart quiz\" button"
986
  msgstr "Verberg \"Quiz opnieuw starten\" knop"
987
 
988
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
989
  msgid "Hide the \"Restart quiz\" button in the Frontend."
990
  msgstr "Verberg \"Quiz opnieuw starten\" in de gebruikersomgeving."
991
 
992
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
994
  msgid "Hide \"View question\" button"
995
  msgstr "Verberg \"Bekijk vraag\" knop"
996
 
997
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
998
  msgid "Hide the \"View question\" button in the Frontend."
999
  msgstr "Verberg de \"Bekijk vraag\" knop in de gebruikersomgeving."
1000
 
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1002
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
1003
  msgid "Show points"
1004
  msgstr "Toon punten"
1005
 
1006
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
1007
  msgid "Shows in quiz, how many points are reachable for respective question."
1008
  msgstr ""
1009
  "Wordt weergegeven in de quiz en geeft het aantal te verkrijgen punten weer "
1010
  "voor de betreffende vraag."
1011
 
1012
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1013
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
1014
  msgid "Display question randomly"
1015
  msgstr "Vragen willekeurig weergeven"
1016
 
1017
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
1018
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
1019
  msgid "Display answers randomly"
1020
  msgstr "Antwoorden willekeurig weergeven"
1021
 
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
1023
  msgid "Seconds"
1024
  msgstr "Seconden"
1025
 
1026
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
1027
  msgid "0 = no limit"
1028
  msgstr "0 = geen limiet"
1029
 
1030
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
1031
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
1032
  msgid "Number answers"
1033
  msgstr "Nummer antwoorden"
1034
 
1035
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1036
  msgid ""
1037
  "If this option is activated, all answers are numbered (only single and "
1038
  "multiple choice)"
@@ -1040,69 +1198,28 @@ msgstr ""
1040
  "Wanneer deze optie geactiveerd is, worden alle antwoorden genummerd (alleen "
1041
  "in enkel en meerkeuze vragen)"
1042
 
1043
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1044
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1045
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1046
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1047
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1048
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1049
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1050
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1051
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1052
  msgid "Demo"
1053
  msgstr "Demo"
1054
 
1055
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1056
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1057
- msgid "Questions below each other"
1058
- msgstr "Vragen onder elkaar"
1059
-
1060
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1061
- msgid ""
1062
- "If this option is activated, all answers are displayed below each other, i."
1063
- "e. all questions are on a single page. Otherwise all questions are displayed "
1064
- "one after the other."
1065
- msgstr ""
1066
- "Wanneer deze optie geactiveerd is worden alle antwoorden onder elkaar "
1067
- "weergegeven, d.w.z. alle antwoorden staan op één pagina. Zo niet, dan worden "
1068
- "alle antwoorden één voor één weergegeven."
1069
-
1070
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1071
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1072
- msgid "Check -> continue"
1073
- msgstr "Controleer -> doorgaan"
1074
-
1075
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1076
- msgid ""
1077
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1078
- "be displayed at the end. (Option will be ignored if \"questions below each "
1079
- "other\" was used)"
1080
- msgstr ""
1081
- "Geeft \"goed of fout\" weer na iedere vraag. Anders worden de antwoorden op "
1082
- "het einde weergegeven. (Optie wordt genegeerd wanneer \"vragen onder elkaar"
1083
- "\" gebruikt wordt)"
1084
-
1085
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1086
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1087
- msgid "Back button"
1088
- msgstr "Terug knop"
1089
-
1090
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1091
- msgid ""
1092
- "Allows to use the back button in a question. (Option will be ignored if "
1093
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1094
- msgstr ""
1095
- "Maakt het gebruik van de terug knop bij een vraag mogelijk. (Optie wordt "
1096
- "genegeerd wanneer \"Controleer -> doorgaan\" of \"vragen onder elkaar\" "
1097
- "gebruikt wordt)"
1098
-
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1100
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1101
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1102
  msgid "Statistics"
1103
  msgstr "Statistieken"
1104
 
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1106
  msgid ""
1107
  "Statistics about right or wrong answers. Statistics will be saved by "
1108
  "completed quiz, not after every question. The statistics is only visible "
@@ -1112,16 +1229,16 @@ msgstr ""
1112
  "bij het afsluiten van de quiz, niet na iedere vraag. De statistieken zijn "
1113
  "alleen zichtbaar in het administratie menu. (interne statistieken)"
1114
 
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1117
  msgid "Statistics IP-lock"
1118
  msgstr "Statistiek IP-slot"
1119
 
1120
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1121
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1122
  msgstr "in minuten (aanbevolen: 1440 minuten = 1 dag)"
1123
 
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1125
  msgid ""
1126
  "Protect the statistics from spam. Result will only be saved every X minutes "
1127
  "from same IP. (0 = deactivated)"
@@ -1129,12 +1246,12 @@ msgstr ""
1129
  "Bescherm de statitistieken van spam. Resultaten worden alleen opgeslagen "
1130
  "iedere X minuten van hetzelfde IP. (0 = deactiveren)"
1131
 
1132
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1133
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1134
  msgid "Execute quiz only once"
1135
  msgstr "Quiz eenmalig uitvoeren"
1136
 
1137
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1138
  msgid ""
1139
  "If you activate this option, the user can complete the quiz only once. "
1140
  "Afterwards the quiz is blocked for this user."
@@ -1142,30 +1259,30 @@ msgstr ""
1142
  "Wanneer deze optie geactiveerd is kan de gebruiker de quiz maar eenmalig "
1143
  "maken, daarna wordt de quiz geblokkeerd voor deze gebruiker."
1144
 
1145
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1146
  msgid "This option applies to:"
1147
  msgstr "Deze optie is geldig voor:"
1148
 
1149
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1150
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1151
  msgid "all users"
1152
  msgstr "Alle gebruikers"
1153
 
1154
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1155
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1156
  msgid "registered useres only"
1157
  msgstr "alleen geregistreerde gebruikers"
1158
 
1159
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1161
  msgid "anonymous users only"
1162
  msgstr "alleen anonieme gebruikers"
1163
 
1164
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1165
  msgid "user identification by cookie"
1166
  msgstr "gebruikersidentificatie m.b.v. cookie"
1167
 
1168
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1169
  msgid ""
1170
  "If you activate this option, a cookie is set additionally for unregistrated "
1171
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1175,24 +1292,24 @@ msgstr ""
1175
  "voor niet geregistreerde (anonieme) gebruikers. Dit waarborgt een betere "
1176
  "vaststelling van de gebruiker dan vasstelling bij IP adres."
1177
 
1178
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1179
  msgid "Reset the user identification"
1180
  msgstr "Reset de gebruikersidentificatie"
1181
 
1182
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1183
  msgid "User identification has been reset."
1184
  msgstr "Gebruikers identificatie is gereset."
1185
 
1186
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1187
  msgid "Resets user identification for all users."
1188
  msgstr "Stelt gebruikers identificatie opnieuw in voor alle gebruikers."
1189
 
1190
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1191
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1192
  msgid "Hide correct- and incorrect message"
1193
  msgstr "Verberg correct- en incorrect berichten"
1194
 
1195
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1196
  msgid ""
1197
  "If you enable this option, no correct- or incorrect message will be "
1198
  "displayed."
@@ -1200,12 +1317,12 @@ msgstr ""
1200
  "Wanneer deze optie is ingeschakeld, wordt er geen correct- of incorrect "
1201
  "bericht weergegeven."
1202
 
1203
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1204
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1205
  msgid "Correct and incorrect answer mark"
1206
  msgstr "Correcte en incorrecte antwoorden markering"
1207
 
1208
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1209
  msgid ""
1210
  "If you enable this option, answers won't be color highlighted as correct or "
1211
  "incorrect. "
@@ -1213,12 +1330,12 @@ msgstr ""
1213
  "Wanneer deze optie is ingeschakeld, antwoorden worden niet gemarkeerd als "
1214
  "correct of incorrect."
1215
 
1216
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1217
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1218
  msgid "Show only specific number of questions"
1219
  msgstr "Geef alleen een specifiek aantal vragen weer"
1220
 
1221
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1222
  msgid ""
1223
  "If you enable this option, maximum number of displayed questions will be X "
1224
  "from X questions. (The output of questions is random)"
@@ -1226,38 +1343,38 @@ msgstr ""
1226
  "Wanneer deze optie is ingeschakeld wordt het maximale aantal weer te geven "
1227
  "vragen van X tot X vragen. (De vragen worden willekeurig weergegeven)"
1228
 
1229
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1230
  msgid "The statistics function is not available in this option."
1231
  msgstr "De statistiek functie is niet beschikbaar met deze optie."
1232
 
1233
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1234
  msgid ""
1235
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1236
  msgstr "Deze optie werkt onbetrouwbaar in verband met Frontend-Cache-Plugins."
1237
 
1238
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1239
  msgid "How many questions should be displayed simultaneously:"
1240
  msgstr "Hoeveel vragen moeten er weergegeven worden:"
1241
 
1242
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1243
  msgid "in percent"
1244
  msgstr "in procenten"
1245
 
1246
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1247
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1248
  msgid "Show average points"
1249
  msgstr "Geef gemiddelde punten weer"
1250
 
1251
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1252
  msgid "Statistics-function must be enabled."
1253
  msgstr "Statistiek functie moet ingeschakeld zijn."
1254
 
1255
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1256
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1257
  msgid "Prerequisites"
1258
  msgstr "Voorwaarden"
1259
 
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1261
  msgid ""
1262
  "If you enable this option, you can choose quiz, which user have to finish "
1263
  "before he can start this quiz."
@@ -1265,7 +1382,7 @@ msgstr ""
1265
  "Wanneer deze optie is ingeschakeld, kunt u een quiz instellen die de "
1266
  "gebruiker volbracht moet hebben alvorens deze quiz te kunnen starten."
1267
 
1268
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1269
  msgid ""
1270
  "In all selected quizzes statistic function have to be active. If it is not "
1271
  "it will be activated automatically."
@@ -1273,15 +1390,107 @@ msgstr ""
1273
  "Alle geselecteerde quizen moeten de statistiek functies geactiveerd hebben. "
1274
  "Zo niet, dan worden deze automatisch geactiveerd."
1275
 
1276
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1277
  msgid "Quiz"
1278
  msgstr "Quiz"
1279
 
1280
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1281
  msgid "Prerequisites (This quiz have to be finished)"
1282
  msgstr "Voorwaarden (Deze quiz moet afgemaakt worden)"
1283
 
1284
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1285
  msgid ""
1286
  "The leaderboard allows users to enter results in public list and to share "
1287
  "the result this way."
@@ -1289,15 +1498,15 @@ msgstr ""
1289
  "Het scorebord laat gebruikers hun resultaten weergeven in een publieke lijst "
1290
  "om zodoende hun resultaten te delen."
1291
 
1292
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1293
  msgid "The leaderboard works independent from internal statistics function."
1294
  msgstr "Het scorebord werkt onafhankelijk van de interne statistiek functie."
1295
 
1296
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1297
  msgid "Who can sign up to the list"
1298
  msgstr "Wie kan zich inschrijven voor de lijst"
1299
 
1300
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1301
  msgid ""
1302
  "Not registered users have to enter name and e-mail (e-mail won't be "
1303
  "displayed)"
@@ -1305,11 +1514,21 @@ msgstr ""
1305
  "Niet geregistreerde gebruikers moeten naam en e-mail invoeren (e-mail wordt "
1306
  "niet weergegeven)"
1307
 
1308
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1309
  msgid "display captcha"
1310
  msgstr "Plaats captcha"
1311
 
1312
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1313
  msgid ""
1314
  "If you enable this option, additional captcha will be displayed for users "
1315
  "who are not registered."
@@ -1317,75 +1536,75 @@ msgstr ""
1317
  "Wanneer u deze optie aanzet, wordt een extra captcha weergegeven voor niet "
1318
  "geregistreerde gebruikers."
1319
 
1320
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1321
  msgid "This option requires additional plugin:"
1322
  msgstr "Deze optie vereist een extra plugin:"
1323
 
1324
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1325
  msgid "Plugin has been detected."
1326
  msgstr "Plugin is gevonden"
1327
 
1328
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1329
  msgid "Plugin is not installed."
1330
  msgstr "Plugin is niet geïnstalleerd"
1331
 
1332
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1333
  msgid "Sort list by"
1334
  msgstr "Sorteer lijst op"
1335
 
1336
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1337
  msgid "Users can apply multiple times"
1338
  msgstr "Gebruikers kan meerdere keren deelenemen"
1339
 
1340
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1341
  msgid "User can apply after:"
1342
  msgstr "Gebruiker kan deelnemen na:"
1343
 
1344
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1345
  msgid "minute"
1346
  msgstr "minuut"
1347
 
1348
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1349
  msgid "How many entries should be displayed"
1350
  msgstr "Hoeveel deelnemers moeten worden weergegeven"
1351
 
1352
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1353
  msgid "Entries"
1354
  msgstr "Deelnemers"
1355
 
1356
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1357
  msgid "Automatically display leaderboard in quiz result"
1358
  msgstr "Plaats automatisch het scorebord in de resultaten van de quiz"
1359
 
1360
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1361
  msgid "Where should leaderboard be displayed:"
1362
  msgstr "Waar moet het scorebord worden geplaatst:"
1363
 
1364
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1365
  msgid "don't display"
1366
  msgstr "niet weergeven"
1367
 
1368
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1369
  msgid "below the \"result text\""
1370
  msgstr "onder de \"resultaten tekst\""
1371
 
1372
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1373
  msgid "in a button"
1374
  msgstr "in een knop"
1375
 
1376
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1377
  msgid "Quiz description"
1378
  msgstr "Quiz beschrijving"
1379
 
1380
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1381
  msgid "This text will be displayed before start of the quiz."
1382
  msgstr "Deze tekst wordt weergegeven voordat de quiz begint."
1383
 
1384
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1385
  msgid "Results text"
1386
  msgstr "Resultaten tekst"
1387
 
1388
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1389
  msgid ""
1390
  "This text will be displayed at the end of the quiz (in results). (this text "
1391
  "is optional)"
@@ -1393,19 +1612,19 @@ msgstr ""
1393
  "Deze tekst wordt weergegeven nadat de quiz is afgelopen (in resultaten). "
1394
  "(deze tekst is optioneel)"
1395
 
1396
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1397
  msgid "Activate graduation"
1398
  msgstr "Gradatie instellen"
1399
 
1400
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1401
  msgid "Hint:"
1402
  msgstr "Hint:"
1403
 
1404
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1405
  msgid "Maximal 15 levels"
1406
  msgstr "Maximaal 15 niveaus"
1407
 
1408
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1409
  #, php-format
1410
  msgid ""
1411
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1414,26 +1633,26 @@ msgstr ""
1414
  "Procenten verwijzen naar de totale score van de quiz. (Huidige aantal %d "
1415
  "punten uit %d vragen)"
1416
 
1417
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1418
  msgid "Values can also be mixed up"
1419
  msgstr "Waarden kunnen ook worden gemengd"
1420
 
1421
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1422
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1423
  msgstr "10,15% of 10.15% toegestaan (maximaal twee cijfers achter de komma)"
1424
 
1425
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1426
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1427
  msgid "from:"
1428
  msgstr "van:"
1429
 
1430
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1431
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1432
  msgid "percent"
1433
  msgstr "procent"
1434
 
1435
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1436
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1437
  #, php-format
1438
  msgid ""
1439
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1442,12 +1661,12 @@ msgstr ""
1442
  "(wordt weergegeven wanneer resultaat-procenten is >= <span class="
1443
  "\"resultProzent\">%s</span>%%)"
1444
 
1445
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1446
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1447
  msgid "Delete graduation"
1448
  msgstr "Verwijder gradatie"
1449
 
1450
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1451
  msgid "Add graduation"
1452
  msgstr "Gradatie toevoegen"
1453
 
@@ -1474,104 +1693,108 @@ msgstr "Style Manager"
1474
  msgid "Support WP-Pro-Quiz"
1475
  msgstr "Steun WP-Pro-Quiz"
1476
 
1477
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1478
  msgid "ID"
1479
  msgstr "ID"
1480
 
1481
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1482
  msgid "Shortcode"
1483
  msgstr "Shortcode"
1484
 
1485
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1486
  msgid "Shortcode-Leaderboard"
1487
  msgstr "Shortcode-Scorebord"
1488
 
1489
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1490
  msgid "Preview"
1491
  msgstr "Voorbeeld"
1492
 
1493
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1494
  msgid "Add quiz"
1495
  msgstr "Quiz toevoegen"
1496
 
1497
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1498
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1499
  msgid "Export"
1500
  msgstr "Exporteren"
1501
 
1502
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1503
  msgid ""
1504
  "Choose the respective question, which you would like to export and press on "
1505
  "\"Start export\""
1506
  msgstr ""
1507
  "Kies de vragen die u wilt exporteren en klik op, \"Exporteren starten\""
1508
 
1509
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1510
  msgid "Start export"
1511
  msgstr "Exporteren starten"
1512
 
1513
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1514
  msgid "Import only *.wpq files from known and trusted sources."
1515
  msgstr "Importeer alleen *.wpq bestanden van bekende en vertrouwde bronnen."
1516
 
1517
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1518
  #, php-format
1519
  msgid "Maximal %d MiB"
1520
  msgstr "Maximaal %d MiB"
1521
 
1522
- #: lib/view/WpProQuiz_View_Statistics.php:17
1523
  #, php-format
1524
  msgid "Quiz: %s - Statistics"
1525
  msgstr "Quiz: %s - statistieken"
1526
 
1527
- #: lib/view/WpProQuiz_View_Statistics.php:21
1528
  msgid "Stats not enabled"
1529
  msgstr "Statistieken niet geactiveerd"
1530
 
1531
- #: lib/view/WpProQuiz_View_Statistics.php:22
1532
  msgid "Activate statistics"
1533
  msgstr "Activeer statistieken"
1534
 
1535
- #: lib/view/WpProQuiz_View_Statistics.php:27
1536
- msgid "Anonymous users"
1537
- msgstr "Anonieme gebruikers"
1538
-
1539
- #: lib/view/WpProQuiz_View_Statistics.php:28
1540
- msgid "Registered users"
1541
- msgstr "Geregistreerde gebruikers"
1542
 
1543
- #: lib/view/WpProQuiz_View_Statistics.php:29
1544
  msgid "Overview"
1545
  msgstr "Overzicht"
1546
 
1547
- #: lib/view/WpProQuiz_View_Statistics.php:34
1548
  msgid "Please select user name:"
1549
  msgstr "Selecteer een gebruikersnaam:"
1550
 
1551
- #: lib/view/WpProQuiz_View_Statistics.php:57
1552
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1553
  msgid "Hints used"
1554
  msgstr "Hints gebruikt"
1555
 
1556
- #: lib/view/WpProQuiz_View_Statistics.php:58
1557
  msgid "Points scored"
1558
  msgstr "Punten gescoord"
1559
 
1560
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1561
  msgid "Reset statistics"
1562
  msgstr "Reset statistieken"
1563
 
1564
- #: lib/view/WpProQuiz_View_Statistics.php:100
1565
- #: lib/view/WpProQuiz_View_Statistics.php:172
1566
  msgid "Refresh"
1567
  msgstr "Vernieuwen"
1568
 
1569
- #: lib/view/WpProQuiz_View_Statistics.php:104
1570
- #: lib/view/WpProQuiz_View_Statistics.php:174
1571
  msgid "Reset entire statistic"
1572
  msgstr "Reset alle statistieken"
1573
 
1574
- #: lib/view/WpProQuiz_View_Statistics.php:120
1575
  msgid "Show only users, who solved the quiz:"
1576
  msgstr "Geef alleen de gebruikers weer die de quiz voltooid hebben:"
1577
 
@@ -1660,6 +1883,29 @@ msgstr ""
1660
  "U kunt WP-Pro-Quiz vertalen van huidige naar huidige taal (bijv. Nederlands "
1661
  "naar Nederlands) bijv. om de knoppen te hernoemen."
1662
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1663
  #~ msgid "Points per correct answer"
1664
  #~ msgstr "Punten per correct antwoord"
1665
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:54+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:54+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Weet u zeker dat u de quiz/vragen wilt verwijderen?"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "Titel niet ingevuld!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "Geen vraag ingevuld!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "Het goede antwoord is niet geselecteerd!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "Geen antwoord ingevuld!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "Quiz-beschrijving niet ingevuld!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "De procentuele waardes in de resultaten zijn incorrect."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Geen getal in het veld \"Punten\" of kleiner dan 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Geen getal in het veld \"Punten\" of lager dan 0"
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "Geen quiz geselecteerd"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Weet u zeker dat u de statistieken opnieuw wilt instellen?"
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Geen data beschikbaar"
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr "Geen sorteer elementen in de criteria"
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
  "\"Verschillende punten voor ieder antwoord\" is niet mogelijk bij \"Vrije\" "
77
  "keuze"
78
 
79
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
80
+ msgid "You must specify a name."
81
+ msgstr ""
82
+
83
  #: lib/controller/WpProQuiz_Controller_Front.php:44
84
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
85
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
86
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
87
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
88
+ #: lib/view/WpProQuiz_View_Statistics.php:40
89
  msgid "Loading"
90
  msgstr "Laden"
91
 
96
  #: lib/controller/WpProQuiz_Controller_Question.php:51
97
  #: lib/controller/WpProQuiz_Controller_Question.php:128
98
  #: lib/controller/WpProQuiz_Controller_Question.php:143
99
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
100
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
102
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
103
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
104
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
105
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
106
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
107
  msgid "You do not have sufficient permissions to access this page."
108
  msgstr "U heeft niet voldoende rechten om deze pagina te bekijken."
109
 
110
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
111
  msgid "Settings saved"
112
  msgstr "Instellingen opgeslagen"
113
 
132
  msgid "Edit question"
133
  msgstr "Vraag bewerken"
134
 
135
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
136
  msgid "Question not found"
137
  msgstr "Antwoord niet gevonden"
138
 
139
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
140
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
141
  #, php-format
142
  msgid "Question: %d"
143
  msgstr "Vraag: %d"
144
 
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
146
  msgid "Question edited"
147
  msgstr "Vraag bewerkt"
148
 
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
150
  msgid "New question"
151
  msgstr "Nieuwe vraag"
152
 
153
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
154
  msgid "Question added"
155
  msgstr "Vraag toegevoegd"
156
 
218
  msgid "File is not compatible with the current version"
219
  msgstr "Bestand is niet compatibel met de huidige versie"
220
 
221
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
222
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
223
+ msgstr ""
224
+
225
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
226
+ msgid ""
227
+ "Wp-Pro-Quiz\n"
228
+ "\n"
229
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
230
+ "\n"
231
+ "Points: $points\n"
232
+ "Result: $result\n"
233
+ "\n"
234
+ msgstr ""
235
+
236
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
237
  msgid "The user completed a quiz."
238
  msgstr "De gebruiker heeft de quiz afgerond"
239
 
240
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
241
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
244
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
245
  msgid "Leaderboard"
246
  msgstr "Scorebord"
247
 
248
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
249
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
250
  #: lib/view/WpProQuiz_View_Import.php:22
251
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
252
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
254
+ #: lib/view/WpProQuiz_View_Statistics.php:24
255
  #: lib/view/WpProQuiz_View_StyleManager.php:11
256
  msgid "back to overview"
257
  msgstr "terug naar overzicht"
258
 
259
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
260
+ #: lib/view/WpProQuiz_View_Statistics.php:158
261
  msgid "Filter"
262
  msgstr "Filter"
263
 
266
  msgstr "Sorteer op:"
267
 
268
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
270
  msgid "best user"
271
  msgstr "Beste deelnemer"
272
 
273
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
275
  msgid "newest entry"
276
  msgstr "Nieuwste inschrijving"
277
 
278
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
280
  msgid "oldest entry"
281
  msgstr "Oudste inschrijving"
282
 
283
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
284
+ #: lib/view/WpProQuiz_View_Statistics.php:169
285
  msgid "How many entries should be shown on one page:"
286
  msgstr "Hoeveel gebruikers wilt u weergeven op één pagina:"
287
 
295
  msgstr "UR = ongeregistreerde gebruiker, R = geregistreerde gebruiker"
296
 
297
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
298
+ #: lib/view/WpProQuiz_View_Statistics.php:188
299
  msgid "User"
300
  msgstr "Gebruiker"
301
 
302
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
303
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
304
  msgid "E-Mail"
305
  msgstr "E-Mail"
306
 
310
  msgstr "Ingeschreven op"
311
 
312
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
313
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
314
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
315
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
318
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
319
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
320
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
321
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
322
+ #: lib/view/WpProQuiz_View_Statistics.php:64
323
+ #: lib/view/WpProQuiz_View_Statistics.php:189
324
  msgid "Points"
325
  msgstr "Punten"
326
 
327
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
329
+ #: lib/view/WpProQuiz_View_Statistics.php:69
330
+ #: lib/view/WpProQuiz_View_Statistics.php:193
331
  msgid "Results"
332
  msgstr "Resultaten"
333
 
336
  msgstr "Actie"
337
 
338
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
339
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
340
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
341
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
342
  msgid "Delete"
343
  msgstr "Verwijderen"
344
 
350
  msgid "Delete all entries"
351
  msgstr "Verwijder alle deelnemers"
352
 
353
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
356
+ msgid "Time limit"
357
+ msgstr "Tijdslimiet"
358
+
359
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
360
+ msgid "Answered"
361
+ msgstr ""
362
+
363
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
364
+ msgid "Review"
365
+ msgstr ""
366
+
367
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
368
+ msgid "Review question"
369
+ msgstr ""
370
+
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
372
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
373
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
377
+ msgid "Quiz-summary"
378
+ msgstr ""
379
+
380
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
381
+ #, php-format
382
+ msgid "%s of %s questions completed"
383
+ msgstr ""
384
+
385
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
386
+ #: lib/view/WpProQuiz_View_Import.php:44
387
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
388
+ msgid "Questions"
389
+ msgstr "Vragen"
390
+
391
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
392
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
393
+ msgid "Finish quiz"
394
+ msgstr "Quiz beëindigen"
395
+
396
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
397
  msgid "Start quiz"
398
  msgstr "Quiz starten"
399
 
400
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
401
  msgid ""
402
  "You have already completed the quiz before. Hence you can not start it again."
403
  msgstr ""
404
  "U heeft de quiz al eerder gemaakt. Daarom kunt u de quiz niet nog eens maken."
405
 
406
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
407
  msgid "You have to finish following quiz, to start this quiz:"
408
  msgstr "De volgende quiz moet afgerond zijn alvorens deze te beginnen:"
409
 
410
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
411
  #, php-format
412
  msgid "%s of %s questions answered correctly"
413
  msgstr "%s van %s vragen correct beantwoord"
414
 
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
416
  msgid "Your time: <span></span>"
417
  msgstr "Uw tijd: <span></span>"
418
 
419
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
420
  msgid "Time has elapsed"
421
  msgstr "Tijd voorbij"
422
 
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
424
  #, php-format
425
  msgid "You have reached %s of %s points, (%s)"
426
  msgstr "U heeft %s van %s punten gehaald (%s)"
427
 
428
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
429
  msgid "Average score"
430
  msgstr "Gemiddelde score"
431
 
432
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
433
  msgid "Your score"
434
  msgstr "Uw score"
435
 
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
437
  msgid "Restart quiz"
438
  msgstr "Quiz opnieuw starten"
439
 
440
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
441
  msgid "View questions"
442
  msgstr "Bekijk vragen"
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
445
  msgid "Show leaderboard"
446
  msgstr "Geef scorebord weer"
447
 
448
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
449
  #, php-format
450
  msgid "Question %s of %s"
451
  msgstr "Vraag %s van %s"
452
 
453
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
454
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
455
+ #: lib/view/WpProQuiz_View_Statistics.php:63
456
  msgid "Question"
457
  msgstr "Vraag"
458
 
459
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
460
  #, php-format
461
  msgid "%d points"
462
  msgstr "%d punten"
463
 
464
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
465
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
466
  msgid "Sort elements"
467
  msgstr "Sorteer elementen"
468
 
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
470
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
471
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
472
+ #: lib/view/WpProQuiz_View_Statistics.php:65
473
+ #: lib/view/WpProQuiz_View_Statistics.php:190
474
  msgid "Correct"
475
  msgstr "Correct"
476
 
477
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
479
+ #: lib/view/WpProQuiz_View_Statistics.php:66
480
+ #: lib/view/WpProQuiz_View_Statistics.php:191
481
  msgid "Incorrect"
482
  msgstr "Incorrect"
483
 
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
485
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
486
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
487
  msgid "Hint"
488
  msgstr "Hint"
489
 
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
493
+ msgid "Skip question"
494
+ msgstr ""
495
 
496
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
497
  msgid "Back"
498
  msgstr "Terug"
499
 
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
501
+ msgid "Check"
502
+ msgstr "Controleren"
503
+
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
505
  msgid "Next exercise"
506
  msgstr "Volgende vraag"
507
 
508
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
 
 
 
 
509
  msgid "Your result entered into leaderboard"
510
  msgstr "Uw resultaten toegevoegd aan het scorebord"
511
 
512
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
513
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
514
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
515
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
516
  msgid "Name"
517
  msgstr "Naam"
518
 
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
520
  msgid "Captcha"
521
  msgstr "Captcha"
522
 
523
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
524
  msgid "Send"
525
  msgstr ""
526
 
551
 
552
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
553
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
554
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
555
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
556
  msgid "Global settings"
557
  msgstr "Overige instellingen"
567
  msgstr "Deze instellingen alleen instellen bij problemen met Wp-Pro-Quiz."
568
 
569
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
570
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
571
  msgid "Settings in case of problems"
572
  msgstr "Instellingen in geval van problemen"
573
 
574
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
576
  msgid "Automatically add [raw] shortcode"
577
  msgstr "Voeg automatisch [raw] shortcode toe"
578
 
579
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
580
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
581
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
605
  msgid "Activate"
606
  msgstr "Activeren"
607
 
608
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
609
  #, php-format
610
  msgid "It is recommended %s this option on your system."
611
  msgstr "Het wordt aanbevolen %s deze optie op uw systeem."
612
 
613
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
614
  msgid ""
615
  "If this option is activated, a [raw] shortcode is automatically set around "
616
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
619
  "WpProQuiz Shortcode ( [WpProQuiz X] ) geplaatst ( [raw] [WpProQuiz X] [/"
620
  "raw] )."
621
 
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
623
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
624
  msgid ""
625
  "Own themes changes internal order of filters, what causes the problems. "
628
  "Eigen thema heeft de interne orde van de filter veranderd,dit heeft het "
629
  "probleem veroorzaakt. Met de extra shortcode [raw] wordt dit verholpen."
630
 
631
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
632
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
633
  msgid "Do not load the Javascript-files in the footer"
634
  msgstr "Javascript-bestand is niet geladen in de footer"
635
 
636
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
637
  msgid ""
638
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
639
  "when they are really needed."
641
  "Standaard worden alle WpProQuiz-Javascript-bestanden geladen in de footer en "
642
  "alleen gebruikt wanneer ze werkelijk nodig zijn."
643
 
644
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
645
  msgid "In very old Wordpress themes this can lead to problems."
646
  msgstr "Dit kan leiden tot problemen bij erg oude Wordpress thema's."
647
 
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
649
  msgid ""
650
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
651
  "the header even if they are not needed."
653
  "Wanneer u deze optie activeert, worden alle WpProQuiz-Javascript-bestanden "
654
  "geladen in de header, ook als ze niet nodig zijn."
655
 
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
657
  #, php-format
658
  msgid ""
659
  "Anyone who wants to learn more about this topic should read through the "
662
  "Wie meer wil weten over deze onderwerpen moet de volgende websites %s en %s "
663
  "raadplegen."
664
 
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
667
  msgid "Touch Library"
668
  msgstr "Touch Library"
669
 
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
671
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
675
  msgid "Deactivate"
676
  msgstr "Deactiveren"
677
 
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
679
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
680
  msgstr ""
681
  "In versie 0.13 is een nieuwe Touch Library voor mobiele apparaten toegevoegd."
682
 
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
684
  msgid "If you have any problems with the Touch Library, please deactivate it."
685
  msgstr ""
686
  "Wanneer u problemen ondervindt met Touch Library, kunt u die hier "
687
  "deactiveren."
688
 
689
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
691
  msgid "jQuery support cors"
692
  msgstr "jQuery support cors"
693
 
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
695
  msgid "Is required only in rare cases."
696
  msgstr "Nodig in zeldzame gevallen."
697
 
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
699
  msgid "If you have problems with the front ajax, please activate it."
700
  msgstr ""
701
  "Wanneer u problemen ondervindt met front AJAX, activeer het alstublieft."
702
 
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
704
  msgid "e.g. Domain with special characters in combination with IE"
705
  msgstr "bv. Domein met speciale tekens in combinatie met IE."
706
 
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
708
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
710
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
711
  msgid "Save"
712
  msgstr "Opslaan"
713
 
714
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
715
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
716
+ msgid "Leaderboard time format"
717
+ msgstr "Scorebord tijd opmaak"
718
+
719
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
720
+ msgid "Custom"
721
+ msgstr "Aangepast"
722
+
723
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
724
+ msgid "Documentation on date and time formatting"
725
+ msgstr "Documentatie voor de opmaak van datum en tijd"
726
+
727
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
728
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
729
+ msgid "Category management"
730
+ msgstr ""
731
+
732
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
733
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
734
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
735
+ msgid "Edit"
736
+ msgstr "Bewerken"
737
+
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
739
+ msgid "E-mail settings"
740
+ msgstr ""
741
+
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
743
+ msgid "To:"
744
+ msgstr ""
745
+
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
747
+ msgid ""
748
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
749
+ "com"
750
+ msgstr ""
751
+
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
753
+ msgid "From:"
754
+ msgstr ""
755
+
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
757
+ msgid "Subject:"
758
+ msgstr ""
759
+
760
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
761
+ msgid "Message body:"
762
+ msgstr ""
763
+
764
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
765
+ msgid "Allowed variables"
766
+ msgstr ""
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
769
+ msgid "User-ID"
770
+ msgstr ""
771
+
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
773
+ msgid "Username"
774
+ msgstr ""
775
+
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
777
+ msgid "Quiz-Name"
778
+ msgstr ""
779
+
780
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
781
+ msgid "Result in precent"
782
+ msgstr ""
783
+
784
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
785
+ msgid "Reached points"
786
+ msgstr ""
787
+
788
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
789
+ msgid "IP-address of the user"
790
+ msgstr ""
791
+
792
  #: lib/view/WpProQuiz_View_Import.php:21
793
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
794
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
795
  msgid "Import"
796
  msgstr "Importeren"
797
 
811
  msgid "Quiz name"
812
  msgstr "Quiz naam"
813
 
 
 
 
 
 
814
  #: lib/view/WpProQuiz_View_Import.php:67
815
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
816
  msgid "Start import"
817
  msgstr "Importeren starten"
818
 
819
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
820
  msgid "Title"
821
  msgstr "Titel"
822
 
823
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
824
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
825
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
826
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
827
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
828
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
831
  msgid "(optional)"
832
  msgstr "(optioneel)"
833
 
834
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
835
  msgid ""
836
  "The title is used for overview, it is not visible in quiz. If you leave the "
837
  "title field empty, a title will be generated."
839
  "De titel wordt gebruikt in het overzicht en is niet zichtbaar in de quiz. "
840
  "Een titel wordt gegenereerd wanneer u het titelveld leeg laat."
841
 
842
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
843
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
844
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
848
  msgid "(required)"
849
  msgstr "(verplicht)"
850
 
851
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
852
  msgid "Points for this question (Standard is 1 point)"
853
  msgstr "Punten voor deze vraag (Standaard is 1 punt)"
854
 
855
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
856
  msgid ""
857
  "This points will be rewarded, only if the user closes the question correctly."
858
  msgstr ""
859
  "Deze punten worden toegekend, alleen wanneer de gebruiker de vraag correct "
860
  "afsluit."
861
 
862
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
863
  msgid "Different points for each answer"
864
  msgstr "Verschillende punten voor elk antwoord"
865
 
866
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
867
  msgid ""
868
  "If you enable this option, you can enter different points for every answer."
869
  msgstr ""
870
  "Wanneer deze optie is ingeschakeld, kunt u verschillende punten toekennen "
871
  "aan iedere vraag."
872
 
873
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
874
  msgid "Show reached points in the correct- and incorrect message?"
875
  msgstr "Het aantal punten weergeven in het correct- en incorrect bericht?"
876
 
877
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
878
+ #: lib/view/WpProQuiz_View_Statistics.php:82
879
+ msgid "Category"
880
+ msgstr ""
881
+
882
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
883
+ msgid ""
884
+ "You can assign classify category for a question. Categories are e.g. visible "
885
+ "in statistics function."
886
+ msgstr ""
887
+
888
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
889
+ msgid "You can manage categories in global settings."
890
+ msgstr ""
891
+
892
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
893
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
894
+ msgid "Create new category"
895
+ msgstr ""
896
+
897
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
898
+ msgid "No category"
899
+ msgstr ""
900
+
901
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
902
+ msgid "Create"
903
+ msgstr ""
904
+
905
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
906
  msgid "Message with the correct / incorrect answer"
907
  msgstr "Bericht met het correct / incorrect antwoord"
908
 
909
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
910
  msgid "Deactivated in quiz settings."
911
  msgstr "Gedeactiveerd in de quiz instellingen."
912
 
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
914
  msgid "Message with the correct answer"
915
  msgstr "Melding bij het juiste antwoord"
916
 
917
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
918
  msgid ""
919
  "This text will be visible if answered correctly. It can be used as "
920
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
924
  "als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" wordt "
925
  "altijd automatisch weergegeven."
926
 
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
928
  msgid "Same text for correct- and incorrect-message?"
929
  msgstr "Dezelfde tekst bij correct- en incorrecte-melding?"
930
 
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
932
  msgid "Message with the incorrect answer"
933
  msgstr "Melding bij het foute antwoord"
934
 
935
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
936
  msgid ""
937
  "This text will be visible if answered incorrectly. It can be used as "
938
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
942
  "worden als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" "
943
  "wordt altijd automatisch weergegeven."
944
 
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
946
  msgid "Here you can enter solution hint."
947
  msgstr "Hier kunt u een hint plaatsen."
948
 
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
950
  msgid "Activate hint for this question?"
951
  msgstr "Een hint voor deze vraag activeren?"
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
954
  msgid "Answer type"
955
  msgstr "Type antwoord?"
956
 
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
958
  msgid "Single choice"
959
  msgstr "Enkele keuze"
960
 
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
962
  msgid "Multiple choice"
963
  msgstr "Meerkeuze"
964
 
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
966
  msgid "\"Free\" choice"
967
  msgstr "\"Open\" vraag"
968
 
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
970
  msgid "\"Sorting\" choice"
971
  msgstr "\"Sorteer\" antwoorden"
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
974
  msgid "\"Matrix Sorting\" choice"
975
  msgstr "\"Matrix Sorting\" choice"
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
978
  msgid "Cloze"
979
  msgstr "Cloze"
980
 
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
982
  msgid "Answers"
983
  msgstr "Antwoorden"
984
 
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
986
  msgid ""
987
  "Please sort the answers in right order with the \"Move\" - Button. The "
988
  "answers will be displayed randomly."
990
  "Alstublieft de antwoorden in de juiste volgorde plaatsen met de \"Move\" - "
991
  "knop. De antwoorden worden willekeurig weergegeven."
992
 
993
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
996
  msgid "Add new answer"
997
  msgstr "Nieuw antwoord toevoegen"
998
 
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
1000
  msgid ""
1001
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1002
  "matching criterion."
1004
  "In deze modus moet een lijst niet gesorteerd worden maar moeten de elementen "
1005
  "bij het juiste criterium gevonden worden."
1006
 
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1008
  msgid ""
1009
  "You can create sort elements with empty criteria, which can't be assigned by "
1010
  "user."
1012
  "U kunt sorteer elementen aanmaken met lege criteria, die door de gebruiken "
1013
  "niet toegekend kunnen worden."
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1019
  msgid "Options"
1020
  msgstr "Opties"
1021
 
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1024
  msgid "Answer"
1025
  msgstr "Antwoord"
1026
 
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1031
  msgid "Allow HTML"
1032
  msgstr "HTML toestaan"
1033
 
1034
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1037
  msgid "Delete answer"
1038
  msgstr "Antwoord verwijderen"
1039
 
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1041
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1043
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1044
  msgid "Move"
1045
  msgstr "Verplaatsen"
1046
 
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1048
  msgid "Criterion"
1049
  msgstr "Criterium"
1050
 
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1052
  msgid ""
1053
  "correct answers (one per line) (answers will be converted to lower case)"
1054
  msgstr ""
1055
  "Correcte antwoorden (een per regel) (antwoorden worden omgezet naar kleine "
1056
  "letters)"
1057
 
1058
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1059
  msgid ""
1060
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1061
  "small letters will be ignored."
1063
  "Omsluit de gezochte woorden met { } bv. \"Ik {speel} voetbal\". Hoofdletters "
1064
  "en kleine letters worden genegeerd."
1065
 
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1067
+ msgid ""
1068
+ "You can specify multiple options for a search word. Enclose the word with "
1069
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1070
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1071
+ "hate are correct."
1072
+ msgstr ""
1073
+
1074
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1075
  msgid ""
1076
  "If mode \"Different points for every answer\" is activated, you can assign "
1077
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1080
  "geactiveerd, kunt u punten toekennen met |PUNTEN. Anders wordt er 1 punt "
1081
  "toegekend voor ieder antwoord."
1082
 
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1084
  msgid ""
1085
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1086
  "\" 3 points."
1092
  msgid "Questions sorted"
1093
  msgstr "Vragen gesorteerd"
1094
 
 
 
 
 
 
1095
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1096
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1097
  msgid "Total"
1098
  msgstr "Totaal"
1099
 
1122
  msgid "Copy questions"
1123
  msgstr "Vragen kopieëren"
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1126
  msgid "Quiz title"
1127
  msgstr "Quiz titel"
1128
 
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1130
  msgid "Hide quiz title"
1131
  msgstr "Quiz titel verbergen"
1132
 
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1134
  msgid "Hide title"
1135
  msgstr "Titel verbergen"
1136
 
1137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1138
  msgid "The title serves as quiz heading."
1139
  msgstr "De titel dient als een quiz titel."
1140
 
1141
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1143
  msgid "Hide \"Restart quiz\" button"
1144
  msgstr "Verberg \"Quiz opnieuw starten\" knop"
1145
 
1146
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1147
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1148
  msgstr "Verberg \"Quiz opnieuw starten\" in de gebruikersomgeving."
1149
 
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1152
  msgid "Hide \"View question\" button"
1153
  msgstr "Verberg \"Bekijk vraag\" knop"
1154
 
1155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1156
  msgid "Hide the \"View question\" button in the Frontend."
1157
  msgstr "Verberg de \"Bekijk vraag\" knop in de gebruikersomgeving."
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1161
  msgid "Show points"
1162
  msgstr "Toon punten"
1163
 
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1165
  msgid "Shows in quiz, how many points are reachable for respective question."
1166
  msgstr ""
1167
  "Wordt weergegeven in de quiz en geeft het aantal te verkrijgen punten weer "
1168
  "voor de betreffende vraag."
1169
 
1170
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1172
  msgid "Display question randomly"
1173
  msgstr "Vragen willekeurig weergeven"
1174
 
1175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1177
  msgid "Display answers randomly"
1178
  msgstr "Antwoorden willekeurig weergeven"
1179
 
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1181
  msgid "Seconds"
1182
  msgstr "Seconden"
1183
 
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1185
  msgid "0 = no limit"
1186
  msgstr "0 = geen limiet"
1187
 
1188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1190
  msgid "Number answers"
1191
  msgstr "Nummer antwoorden"
1192
 
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1194
  msgid ""
1195
  "If this option is activated, all answers are numbered (only single and "
1196
  "multiple choice)"
1198
  "Wanneer deze optie geactiveerd is, worden alle antwoorden genummerd (alleen "
1199
  "in enkel en meerkeuze vragen)"
1200
 
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1213
  msgid "Demo"
1214
  msgstr "Demo"
1215
 
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1218
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  msgid "Statistics"
1220
  msgstr "Statistieken"
1221
 
1222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1223
  msgid ""
1224
  "Statistics about right or wrong answers. Statistics will be saved by "
1225
  "completed quiz, not after every question. The statistics is only visible "
1229
  "bij het afsluiten van de quiz, niet na iedere vraag. De statistieken zijn "
1230
  "alleen zichtbaar in het administratie menu. (interne statistieken)"
1231
 
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1234
  msgid "Statistics IP-lock"
1235
  msgstr "Statistiek IP-slot"
1236
 
1237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1238
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1239
  msgstr "in minuten (aanbevolen: 1440 minuten = 1 dag)"
1240
 
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1242
  msgid ""
1243
  "Protect the statistics from spam. Result will only be saved every X minutes "
1244
  "from same IP. (0 = deactivated)"
1246
  "Bescherm de statitistieken van spam. Resultaten worden alleen opgeslagen "
1247
  "iedere X minuten van hetzelfde IP. (0 = deactiveren)"
1248
 
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1251
  msgid "Execute quiz only once"
1252
  msgstr "Quiz eenmalig uitvoeren"
1253
 
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1255
  msgid ""
1256
  "If you activate this option, the user can complete the quiz only once. "
1257
  "Afterwards the quiz is blocked for this user."
1259
  "Wanneer deze optie geactiveerd is kan de gebruiker de quiz maar eenmalig "
1260
  "maken, daarna wordt de quiz geblokkeerd voor deze gebruiker."
1261
 
1262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1263
  msgid "This option applies to:"
1264
  msgstr "Deze optie is geldig voor:"
1265
 
1266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1268
  msgid "all users"
1269
  msgstr "Alle gebruikers"
1270
 
1271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1273
  msgid "registered useres only"
1274
  msgstr "alleen geregistreerde gebruikers"
1275
 
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1278
  msgid "anonymous users only"
1279
  msgstr "alleen anonieme gebruikers"
1280
 
1281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1282
  msgid "user identification by cookie"
1283
  msgstr "gebruikersidentificatie m.b.v. cookie"
1284
 
1285
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1286
  msgid ""
1287
  "If you activate this option, a cookie is set additionally for unregistrated "
1288
  "(anonymous) users. This ensures a longer assignment of the user than the "
1292
  "voor niet geregistreerde (anonieme) gebruikers. Dit waarborgt een betere "
1293
  "vaststelling van de gebruiker dan vasstelling bij IP adres."
1294
 
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1296
  msgid "Reset the user identification"
1297
  msgstr "Reset de gebruikersidentificatie"
1298
 
1299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1300
  msgid "User identification has been reset."
1301
  msgstr "Gebruikers identificatie is gereset."
1302
 
1303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1304
  msgid "Resets user identification for all users."
1305
  msgstr "Stelt gebruikers identificatie opnieuw in voor alle gebruikers."
1306
 
1307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1309
  msgid "Hide correct- and incorrect message"
1310
  msgstr "Verberg correct- en incorrect berichten"
1311
 
1312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1313
  msgid ""
1314
  "If you enable this option, no correct- or incorrect message will be "
1315
  "displayed."
1317
  "Wanneer deze optie is ingeschakeld, wordt er geen correct- of incorrect "
1318
  "bericht weergegeven."
1319
 
1320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1322
  msgid "Correct and incorrect answer mark"
1323
  msgstr "Correcte en incorrecte antwoorden markering"
1324
 
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1326
  msgid ""
1327
  "If you enable this option, answers won't be color highlighted as correct or "
1328
  "incorrect. "
1330
  "Wanneer deze optie is ingeschakeld, antwoorden worden niet gemarkeerd als "
1331
  "correct of incorrect."
1332
 
1333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1335
  msgid "Show only specific number of questions"
1336
  msgstr "Geef alleen een specifiek aantal vragen weer"
1337
 
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1339
  msgid ""
1340
  "If you enable this option, maximum number of displayed questions will be X "
1341
  "from X questions. (The output of questions is random)"
1343
  "Wanneer deze optie is ingeschakeld wordt het maximale aantal weer te geven "
1344
  "vragen van X tot X vragen. (De vragen worden willekeurig weergegeven)"
1345
 
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1347
  msgid "The statistics function is not available in this option."
1348
  msgstr "De statistiek functie is niet beschikbaar met deze optie."
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1351
  msgid ""
1352
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1353
  msgstr "Deze optie werkt onbetrouwbaar in verband met Frontend-Cache-Plugins."
1354
 
1355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1356
  msgid "How many questions should be displayed simultaneously:"
1357
  msgstr "Hoeveel vragen moeten er weergegeven worden:"
1358
 
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1360
  msgid "in percent"
1361
  msgstr "in procenten"
1362
 
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1365
  msgid "Show average points"
1366
  msgstr "Geef gemiddelde punten weer"
1367
 
1368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1369
  msgid "Statistics-function must be enabled."
1370
  msgstr "Statistiek functie moet ingeschakeld zijn."
1371
 
1372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1374
  msgid "Prerequisites"
1375
  msgstr "Voorwaarden"
1376
 
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1378
  msgid ""
1379
  "If you enable this option, you can choose quiz, which user have to finish "
1380
  "before he can start this quiz."
1382
  "Wanneer deze optie is ingeschakeld, kunt u een quiz instellen die de "
1383
  "gebruiker volbracht moet hebben alvorens deze quiz te kunnen starten."
1384
 
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1386
  msgid ""
1387
  "In all selected quizzes statistic function have to be active. If it is not "
1388
  "it will be activated automatically."
1390
  "Alle geselecteerde quizen moeten de statistiek functies geactiveerd hebben. "
1391
  "Zo niet, dan worden deze automatisch geactiveerd."
1392
 
1393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1394
  msgid "Quiz"
1395
  msgstr "Quiz"
1396
 
1397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1398
  msgid "Prerequisites (This quiz have to be finished)"
1399
  msgstr "Voorwaarden (Deze quiz moet afgemaakt worden)"
1400
 
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1404
+ msgid "Question overview"
1405
+ msgstr ""
1406
+
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1408
+ msgid ""
1409
+ "Add at the top of the quiz a question overview, which allows easy "
1410
+ "navigation. Additional questions can be marked \"to review\"."
1411
+ msgstr ""
1412
+
1413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1414
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1415
+ msgstr ""
1416
+
1417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1418
+ msgid ""
1419
+ "If you enalbe this option, no quiz overview will be displayed, before "
1420
+ "finishing quiz."
1421
+ msgstr ""
1422
+
1423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1424
+ msgid ""
1425
+ "If you enable this option, user won't be able to skip question. (only in "
1426
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1427
+ "\"Question-Overview\""
1428
+ msgstr ""
1429
+
1430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1432
+ msgid "E-mail notification"
1433
+ msgstr ""
1434
+
1435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1436
+ msgid "for registered users only"
1437
+ msgstr ""
1438
+
1439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1440
+ msgid "for all users"
1441
+ msgstr ""
1442
+
1443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1444
+ msgid ""
1445
+ "If you enable this option, you will be informed if a user completes this "
1446
+ "quiz."
1447
+ msgstr ""
1448
+
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1450
+ msgid "E-Mail settings can be edited in global settings."
1451
+ msgstr ""
1452
+
1453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1454
+ msgid "Quiz-Mode"
1455
+ msgstr ""
1456
+
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1458
+ msgid "Normal"
1459
+ msgstr ""
1460
+
1461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1462
+ msgid "Normal + Back-Button"
1463
+ msgstr ""
1464
+
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1466
+ msgid "Check -> continue"
1467
+ msgstr "Controleer -> doorgaan"
1468
+
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1470
+ msgid "Questions below each other"
1471
+ msgstr "Vragen onder elkaar"
1472
+
1473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1474
+ msgid ""
1475
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1476
+ "displayed at the end of the quiz."
1477
+ msgstr ""
1478
+
1479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1480
+ msgid "Allows to use the back button in a question."
1481
+ msgstr ""
1482
+
1483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1484
+ msgid "Shows \"right or wrong\" after each question."
1485
+ msgstr ""
1486
+
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1488
+ msgid ""
1489
+ "If this option is activated, all answers are displayed below each other, i."
1490
+ "e. all questions are on a single page."
1491
+ msgstr ""
1492
+
1493
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1494
  msgid ""
1495
  "The leaderboard allows users to enter results in public list and to share "
1496
  "the result this way."
1498
  "Het scorebord laat gebruikers hun resultaten weergeven in een publieke lijst "
1499
  "om zodoende hun resultaten te delen."
1500
 
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1502
  msgid "The leaderboard works independent from internal statistics function."
1503
  msgstr "Het scorebord werkt onafhankelijk van de interne statistiek functie."
1504
 
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1506
  msgid "Who can sign up to the list"
1507
  msgstr "Wie kan zich inschrijven voor de lijst"
1508
 
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1510
  msgid ""
1511
  "Not registered users have to enter name and e-mail (e-mail won't be "
1512
  "displayed)"
1514
  "Niet geregistreerde gebruikers moeten naam en e-mail invoeren (e-mail wordt "
1515
  "niet weergegeven)"
1516
 
1517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1518
+ msgid "insert automatically"
1519
+ msgstr ""
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1522
+ msgid ""
1523
+ "If you enable this option, logged in users will be automatically entered "
1524
+ "into leaderboard"
1525
+ msgstr ""
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1528
  msgid "display captcha"
1529
  msgstr "Plaats captcha"
1530
 
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1532
  msgid ""
1533
  "If you enable this option, additional captcha will be displayed for users "
1534
  "who are not registered."
1536
  "Wanneer u deze optie aanzet, wordt een extra captcha weergegeven voor niet "
1537
  "geregistreerde gebruikers."
1538
 
1539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1540
  msgid "This option requires additional plugin:"
1541
  msgstr "Deze optie vereist een extra plugin:"
1542
 
1543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1544
  msgid "Plugin has been detected."
1545
  msgstr "Plugin is gevonden"
1546
 
1547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1548
  msgid "Plugin is not installed."
1549
  msgstr "Plugin is niet geïnstalleerd"
1550
 
1551
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1552
  msgid "Sort list by"
1553
  msgstr "Sorteer lijst op"
1554
 
1555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1556
  msgid "Users can apply multiple times"
1557
  msgstr "Gebruikers kan meerdere keren deelenemen"
1558
 
1559
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1560
  msgid "User can apply after:"
1561
  msgstr "Gebruiker kan deelnemen na:"
1562
 
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1564
  msgid "minute"
1565
  msgstr "minuut"
1566
 
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1568
  msgid "How many entries should be displayed"
1569
  msgstr "Hoeveel deelnemers moeten worden weergegeven"
1570
 
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1572
  msgid "Entries"
1573
  msgstr "Deelnemers"
1574
 
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1576
  msgid "Automatically display leaderboard in quiz result"
1577
  msgstr "Plaats automatisch het scorebord in de resultaten van de quiz"
1578
 
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1580
  msgid "Where should leaderboard be displayed:"
1581
  msgstr "Waar moet het scorebord worden geplaatst:"
1582
 
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1584
  msgid "don't display"
1585
  msgstr "niet weergeven"
1586
 
1587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1588
  msgid "below the \"result text\""
1589
  msgstr "onder de \"resultaten tekst\""
1590
 
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1592
  msgid "in a button"
1593
  msgstr "in een knop"
1594
 
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1596
  msgid "Quiz description"
1597
  msgstr "Quiz beschrijving"
1598
 
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1600
  msgid "This text will be displayed before start of the quiz."
1601
  msgstr "Deze tekst wordt weergegeven voordat de quiz begint."
1602
 
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1604
  msgid "Results text"
1605
  msgstr "Resultaten tekst"
1606
 
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1608
  msgid ""
1609
  "This text will be displayed at the end of the quiz (in results). (this text "
1610
  "is optional)"
1612
  "Deze tekst wordt weergegeven nadat de quiz is afgelopen (in resultaten). "
1613
  "(deze tekst is optioneel)"
1614
 
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1616
  msgid "Activate graduation"
1617
  msgstr "Gradatie instellen"
1618
 
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1620
  msgid "Hint:"
1621
  msgstr "Hint:"
1622
 
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1624
  msgid "Maximal 15 levels"
1625
  msgstr "Maximaal 15 niveaus"
1626
 
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1628
  #, php-format
1629
  msgid ""
1630
  "Percentages refer to the total score of the quiz. (Current total %d points "
1633
  "Procenten verwijzen naar de totale score van de quiz. (Huidige aantal %d "
1634
  "punten uit %d vragen)"
1635
 
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1637
  msgid "Values can also be mixed up"
1638
  msgstr "Waarden kunnen ook worden gemengd"
1639
 
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1641
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1642
  msgstr "10,15% of 10.15% toegestaan (maximaal twee cijfers achter de komma)"
1643
 
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1646
  msgid "from:"
1647
  msgstr "van:"
1648
 
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1651
  msgid "percent"
1652
  msgstr "procent"
1653
 
1654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1656
  #, php-format
1657
  msgid ""
1658
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1661
  "(wordt weergegeven wanneer resultaat-procenten is >= <span class="
1662
  "\"resultProzent\">%s</span>%%)"
1663
 
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1666
  msgid "Delete graduation"
1667
  msgstr "Verwijder gradatie"
1668
 
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1670
  msgid "Add graduation"
1671
  msgstr "Gradatie toevoegen"
1672
 
1693
  msgid "Support WP-Pro-Quiz"
1694
  msgstr "Steun WP-Pro-Quiz"
1695
 
1696
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1697
  msgid "ID"
1698
  msgstr "ID"
1699
 
1700
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1701
  msgid "Shortcode"
1702
  msgstr "Shortcode"
1703
 
1704
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1705
  msgid "Shortcode-Leaderboard"
1706
  msgstr "Shortcode-Scorebord"
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1709
  msgid "Preview"
1710
  msgstr "Voorbeeld"
1711
 
1712
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1713
  msgid "Add quiz"
1714
  msgstr "Quiz toevoegen"
1715
 
1716
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1717
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1718
  msgid "Export"
1719
  msgstr "Exporteren"
1720
 
1721
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1722
  msgid ""
1723
  "Choose the respective question, which you would like to export and press on "
1724
  "\"Start export\""
1725
  msgstr ""
1726
  "Kies de vragen die u wilt exporteren en klik op, \"Exporteren starten\""
1727
 
1728
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1729
  msgid "Start export"
1730
  msgstr "Exporteren starten"
1731
 
1732
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1733
  msgid "Import only *.wpq files from known and trusted sources."
1734
  msgstr "Importeer alleen *.wpq bestanden van bekende en vertrouwde bronnen."
1735
 
1736
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1737
  #, php-format
1738
  msgid "Maximal %d MiB"
1739
  msgstr "Maximaal %d MiB"
1740
 
1741
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1742
  #, php-format
1743
  msgid "Quiz: %s - Statistics"
1744
  msgstr "Quiz: %s - statistieken"
1745
 
1746
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1747
  msgid "Stats not enabled"
1748
  msgstr "Statistieken niet geactiveerd"
1749
 
1750
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1751
  msgid "Activate statistics"
1752
  msgstr "Activeer statistieken"
1753
 
1754
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1755
+ msgid "Users"
1756
+ msgstr ""
 
 
 
 
1757
 
1758
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1759
  msgid "Overview"
1760
  msgstr "Overzicht"
1761
 
1762
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1763
  msgid "Please select user name:"
1764
  msgstr "Selecteer een gebruikersnaam:"
1765
 
1766
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1767
+ msgid "Anonymous user"
1768
+ msgstr ""
1769
+
1770
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1771
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1772
  msgid "Hints used"
1773
  msgstr "Hints gebruikt"
1774
 
1775
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1776
  msgid "Points scored"
1777
  msgstr "Punten gescoord"
1778
 
1779
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1780
+ msgid "Sub-Total: "
1781
+ msgstr ""
1782
+
1783
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1784
  msgid "Reset statistics"
1785
  msgstr "Reset statistieken"
1786
 
1787
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1788
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1789
  msgid "Refresh"
1790
  msgstr "Vernieuwen"
1791
 
1792
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1793
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1794
  msgid "Reset entire statistic"
1795
  msgstr "Reset alle statistieken"
1796
 
1797
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1798
  msgid "Show only users, who solved the quiz:"
1799
  msgstr "Geef alleen de gebruikers weer die de quiz voltooid hebben:"
1800
 
1883
  "U kunt WP-Pro-Quiz vertalen van huidige naar huidige taal (bijv. Nederlands "
1884
  "naar Nederlands) bijv. om de knoppen te hernoemen."
1885
 
1886
+ #~ msgid ""
1887
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1888
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1889
+ #~ "below each other\" was used)"
1890
+ #~ msgstr ""
1891
+ #~ "Geeft \"goed of fout\" weer na iedere vraag. Anders worden de antwoorden "
1892
+ #~ "op het einde weergegeven. (Optie wordt genegeerd wanneer \"vragen onder "
1893
+ #~ "elkaar\" gebruikt wordt)"
1894
+
1895
+ #~ msgid "Back button"
1896
+ #~ msgstr "Terug knop"
1897
+
1898
+ #~ msgid ""
1899
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1900
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1901
+ #~ msgstr ""
1902
+ #~ "Maakt het gebruik van de terug knop bij een vraag mogelijk. (Optie wordt "
1903
+ #~ "genegeerd wanneer \"Controleer -> doorgaan\" of \"vragen onder elkaar\" "
1904
+ #~ "gebruikt wordt)"
1905
+
1906
+ #~ msgid "Registered users"
1907
+ #~ msgstr "Geregistreerde gebruikers"
1908
+
1909
  #~ msgid "Points per correct answer"
1910
  #~ msgstr "Punten per correct antwoord"
1911
 
languages/wp-pro-quiz-ru_RU.mo CHANGED
Binary file
languages/wp-pro-quiz-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-14 20:56+0100\n"
5
- "PO-Revision-Date: 2013-02-14 20:56+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Sergei Bondarenko\n"
8
  "Language: Russian\n"
@@ -14,72 +14,76 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Вы действительно хотите удалить тест/вопрос?"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "Заголовок не заполнен!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "Нет сохраненных вопросов!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "Правильный ответ не выбран!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "Ответ не сохранен!!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "Не заполнено описание к тесту!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Процентное значение в тексте результатов неверно."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Нет числа в поле \"Баллы\" или оно меньше 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Нет числа в поле \"Баллы\" или оно меньше 0"
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "Тест не выбран"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Вы действительно хотите сбросить статистику?"
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr "Нет данных"
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr "Отсутствуют элементы для сортировки по критерию"
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr "\"Разные баллы за каждый ответ\" недоступен для типа \"Открытый\""
76
 
 
 
 
 
77
  #: lib/controller/WpProQuiz_Controller_Front.php:44
78
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
79
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
80
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
81
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
82
- #: lib/view/WpProQuiz_View_Statistics.php:45
83
  msgid "Loading"
84
  msgstr "Загрузка"
85
 
@@ -89,18 +93,18 @@ msgstr "Загрузка"
89
  #: lib/controller/WpProQuiz_Controller_Question.php:51
90
  #: lib/controller/WpProQuiz_Controller_Question.php:128
91
  #: lib/controller/WpProQuiz_Controller_Question.php:143
92
- #: lib/controller/WpProQuiz_Controller_Question.php:196
93
- #: lib/controller/WpProQuiz_Controller_Question.php:342
94
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
95
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
96
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
98
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
99
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
100
  msgid "You do not have sufficient permissions to access this page."
101
  msgstr "У Вас недостаточно прав для просмотра этой страницы"
102
 
103
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
104
  msgid "Settings saved"
105
  msgstr "Настройки сохранены"
106
 
@@ -125,25 +129,25 @@ msgstr "вопросы скопированы"
125
  msgid "Edit question"
126
  msgstr "Редактирование вопроса"
127
 
128
- #: lib/controller/WpProQuiz_Controller_Question.php:155
129
  msgid "Question not found"
130
  msgstr "Вопрос не найден"
131
 
132
- #: lib/controller/WpProQuiz_Controller_Question.php:172
133
- #: lib/controller/WpProQuiz_Controller_Question.php:224
134
  #, php-format
135
  msgid "Question: %d"
136
  msgstr "Задание %d"
137
 
138
- #: lib/controller/WpProQuiz_Controller_Question.php:180
139
  msgid "Question edited"
140
  msgstr "Вопрос отредактирован"
141
 
142
- #: lib/controller/WpProQuiz_Controller_Question.php:200
143
  msgid "New question"
144
  msgstr "Новый вопрос"
145
 
146
- #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  msgid "Question added"
148
  msgstr "Вопрос добавлен"
149
 
@@ -211,31 +215,46 @@ msgstr "Неверный формат файла"
211
  msgid "File is not compatible with the current version"
212
  msgstr "Файл не совместим с текущей версией"
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
215
  msgid "The user completed a quiz."
216
  msgstr "Пользователь завершил тест."
217
 
218
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
219
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
220
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
221
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
222
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
223
  msgid "Leaderboard"
224
  msgstr "Таблица лучших"
225
 
226
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
227
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
228
  #: lib/view/WpProQuiz_View_Import.php:22
229
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
231
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
232
- #: lib/view/WpProQuiz_View_Statistics.php:18
233
  #: lib/view/WpProQuiz_View_StyleManager.php:11
234
  msgid "back to overview"
235
  msgstr "Назад к списку"
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
238
- #: lib/view/WpProQuiz_View_Statistics.php:115
239
  msgid "Filter"
240
  msgstr "Фильтр"
241
 
@@ -244,22 +263,22 @@ msgid "Sort by:"
244
  msgstr "Сортировать по:"
245
 
246
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
247
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
248
  msgid "best user"
249
  msgstr "лучшему пользователю"
250
 
251
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
252
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
253
  msgid "newest entry"
254
  msgstr "новым записям"
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
257
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
258
  msgid "oldest entry"
259
  msgstr "старым записям"
260
 
261
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
262
- #: lib/view/WpProQuiz_View_Statistics.php:126
263
  msgid "How many entries should be shown on one page:"
264
  msgstr "Количество записей на странице:"
265
 
@@ -274,12 +293,12 @@ msgstr ""
274
  "UR = незарегистрированный пользователь, R = зарегистрированный пользователь"
275
 
276
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
277
- #: lib/view/WpProQuiz_View_Statistics.php:145
278
  msgid "User"
279
  msgstr "Пользователь"
280
 
281
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
282
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
283
  msgid "E-Mail"
284
  msgstr "E-Mail"
285
 
@@ -289,24 +308,24 @@ msgid "Entered on"
289
  msgstr "Записано"
290
 
291
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
292
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
293
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
294
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
295
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
296
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
299
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
300
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
301
- #: lib/view/WpProQuiz_View_Statistics.php:54
302
- #: lib/view/WpProQuiz_View_Statistics.php:146
303
  msgid "Points"
304
  msgstr "Баллы"
305
 
306
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
307
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
308
- #: lib/view/WpProQuiz_View_Statistics.php:59
309
- #: lib/view/WpProQuiz_View_Statistics.php:150
310
  msgid "Results"
311
  msgstr "Результаты"
312
 
@@ -315,8 +334,9 @@ msgid "Action"
315
  msgstr "Действие"
316
 
317
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
318
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
319
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
320
  msgid "Delete"
321
  msgstr "Удалить"
322
 
@@ -328,137 +348,176 @@ msgstr "Применить"
328
  msgid "Delete all entries"
329
  msgstr "Удалить все записи"
330
 
331
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "Start quiz"
333
  msgstr "Начать тест"
334
 
335
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
336
  msgid ""
337
  "You have already completed the quiz before. Hence you can not start it again."
338
  msgstr "Вы уже проходили тест ранее. Вы не можете запустить его снова."
339
 
340
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
341
  msgid "You have to finish following quiz, to start this quiz:"
342
  msgstr "Вы должны закончить следующие тесты, чтобы начать этот:"
343
 
344
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
345
  #, php-format
346
  msgid "%s of %s questions answered correctly"
347
  msgstr "Правильных ответов: %s из %s"
348
 
349
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
350
  msgid "Your time: <span></span>"
351
  msgstr "Ваше время: <span></span>"
352
 
353
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
354
  msgid "Time has elapsed"
355
  msgstr "Время вышло"
356
 
357
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
358
  #, php-format
359
  msgid "You have reached %s of %s points, (%s)"
360
  msgstr "Вы набрали %s из %s баллов (%s)"
361
 
362
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
363
  msgid "Average score"
364
  msgstr "Средний результат"
365
 
366
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
367
  msgid "Your score"
368
  msgstr "Ваш результат"
369
 
370
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
371
  msgid "Restart quiz"
372
  msgstr "Начать тест заново"
373
 
374
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
375
  msgid "View questions"
376
  msgstr "Показать вопросы"
377
 
378
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
379
  msgid "Show leaderboard"
380
  msgstr "Показать таблицу лучших"
381
 
382
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
383
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
384
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
385
- msgid "Time limit"
386
- msgstr "Лимит времени"
387
-
388
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
389
  #, php-format
390
  msgid "Question %s of %s"
391
  msgstr "Задание %s из %s"
392
 
393
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
394
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
395
- #: lib/view/WpProQuiz_View_Statistics.php:53
396
  msgid "Question"
397
  msgstr "Условие:"
398
 
399
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
400
  #, php-format
401
  msgid "%d points"
402
  msgstr "Количество баллов: %d"
403
 
404
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
405
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
406
  msgid "Sort elements"
407
  msgstr "Элементы сортировки"
408
 
409
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
410
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
411
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
412
- #: lib/view/WpProQuiz_View_Statistics.php:55
413
- #: lib/view/WpProQuiz_View_Statistics.php:147
414
  msgid "Correct"
415
  msgstr "Правильно"
416
 
417
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
418
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
419
- #: lib/view/WpProQuiz_View_Statistics.php:56
420
- #: lib/view/WpProQuiz_View_Statistics.php:148
421
  msgid "Incorrect"
422
  msgstr "Неправильно"
423
 
424
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
425
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
426
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
427
  msgid "Hint"
428
  msgstr "Подсказка"
429
 
430
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
431
- msgid "Check"
432
- msgstr "Проверить"
 
 
433
 
434
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
435
  msgid "Back"
436
  msgstr "Назад"
437
 
438
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
439
  msgid "Next exercise"
440
  msgstr "Далее"
441
 
442
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
443
- msgid "Finish quiz"
444
- msgstr "Завершить тест"
445
-
446
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
447
  msgid "Your result entered into leaderboard"
448
  msgstr "Вы можете добавить свой результат в таблицу лучших"
449
 
450
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
451
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
452
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
453
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
454
  msgid "Name"
455
  msgstr "Имя"
456
 
457
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
458
  msgid "Captcha"
459
  msgstr "Капча"
460
 
461
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
462
  msgid "Send"
463
  msgstr "отправить"
464
 
@@ -489,7 +548,7 @@ msgstr "отключить"
489
 
490
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
491
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
492
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
493
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
494
  msgid "Global settings"
495
  msgstr "Глобальные настройки"
@@ -506,60 +565,50 @@ msgstr ""
506
  "Эти параметры должны быть установлены только в случае проблем с Wp-Pro-Quiz."
507
 
508
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
509
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
510
  msgid "Settings in case of problems"
511
  msgstr "Настройки в случае возникновения проблем"
512
 
513
- #: lib/view/WpProQuiz_View_GobalSettings.php:37
514
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
515
- msgid "Leaderboard time format"
516
- msgstr "Формат времени в таблице лучших"
517
-
518
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
519
- msgid "Custom"
520
- msgstr "Произвольно"
521
-
522
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
523
- msgid "Documentation on date and time formatting"
524
- msgstr "Документация по форматированию даты и времени."
525
-
526
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
527
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
528
  msgid "Automatically add [raw] shortcode"
529
  msgstr "Автоматически добавлять шорткод [raw]"
530
 
531
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
532
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
533
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
534
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
535
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
536
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
552
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
553
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
554
  msgid "Activate"
555
  msgstr "Активно"
556
 
557
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
558
  #, php-format
559
  msgid "It is recommended %s this option on your system."
560
  msgstr "Рекомендуется %s эту опцию в вашей системе."
561
 
562
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
563
  msgid ""
564
  "If this option is activated, a [raw] shortcode is automatically set around "
565
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
@@ -567,7 +616,7 @@ msgstr ""
567
  "Если этот параметр активен, шорткод [raw] будет автоматически обрамлять "
568
  "WpProQuiz шорткод ( [WpProQuiz X] в [raw] [WpProQuiz X] [/raw])."
569
 
570
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
571
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
572
  msgid ""
573
  "Own themes changes internal order of filters, what causes the problems. "
@@ -576,12 +625,12 @@ msgstr ""
576
  "Некоторые темы меняют внутренний порядок фильтра, что приводит к ошибкам. "
577
  "Шорткод [raw] препятствует этому."
578
 
579
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
580
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
581
  msgid "Do not load the Javascript-files in the footer"
582
  msgstr "Не загружать Javascript-файлы в нижнюю часть страницы (подвал)"
583
 
584
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
585
  msgid ""
586
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
587
  "when they are really needed."
@@ -589,11 +638,11 @@ msgstr ""
589
  "По умолчанию все WpProQuiz-Javascript файлы грузятся в нижнюю часть страницы "
590
  "(подвал) и только если они действительно нужны."
591
 
592
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
593
  msgid "In very old Wordpress themes this can lead to problems."
594
  msgstr "Может вызывать проблемы в старых темах Wordpress."
595
 
596
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
597
  msgid ""
598
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
599
  "the header even if they are not needed."
@@ -601,7 +650,7 @@ msgstr ""
601
  "Если Вы включите эту опцию, все WpProQuiz-Javascript файлы будут загружены в "
602
  "заголовок страницы, даже если они не нужны."
603
 
604
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
605
  #, php-format
606
  msgid ""
607
  "Anyone who wants to learn more about this topic should read through the "
@@ -610,52 +659,133 @@ msgstr ""
610
  "Если Вам нужна дополнительная информация по данной теме, посетите следующие "
611
  "вебсайты: %s и %s"
612
 
613
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
614
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
615
  msgid "Touch Library"
616
  msgstr "Сеснсорная библиотека"
617
 
618
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
619
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
620
  msgid "Deactivate"
621
  msgstr "Неактивно"
622
 
623
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
624
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
625
  msgstr ""
626
  "В версии 0.13 добавлена новая сенсорная библиотека для мобильных устройств."
627
 
628
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
629
  msgid "If you have any problems with the Touch Library, please deactivate it."
630
  msgstr "Если у Вас проблемы с сенсорной библиотекой, пожалуйста отключите ее."
631
 
632
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
633
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
634
  msgid "jQuery support cors"
635
  msgstr "Поддержка jQuery"
636
 
637
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
638
  msgid "Is required only in rare cases."
639
  msgstr "Требуется только в редких случаях."
640
 
641
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
642
  msgid "If you have problems with the front ajax, please activate it."
643
  msgstr "Пожалуйста, активируйте при проблеммах с ajax."
644
 
645
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
646
  msgid "e.g. Domain with special characters in combination with IE"
647
  msgstr "Например домен со специальными символами в сочетании с IE"
648
 
649
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
650
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
651
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
652
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
653
  msgid "Save"
654
  msgstr "Сохранить"
655
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
656
  #: lib/view/WpProQuiz_View_Import.php:21
657
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
658
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
659
  msgid "Import"
660
  msgstr "Импорт"
661
 
@@ -675,31 +805,27 @@ msgstr "Импорт завершен успешно"
675
  msgid "Quiz name"
676
  msgstr "Название теста"
677
 
678
- #: lib/view/WpProQuiz_View_Import.php:44
679
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
680
- msgid "Questions"
681
- msgstr "Вопросы"
682
-
683
  #: lib/view/WpProQuiz_View_Import.php:67
684
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
685
  msgid "Start import"
686
  msgstr "Начать импорт"
687
 
688
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
689
  msgid "Title"
690
  msgstr "Заголовок"
691
 
692
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
693
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
694
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
695
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
696
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
697
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
698
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
699
  msgid "(optional)"
700
  msgstr "(необязательное поле)"
701
 
702
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
703
  msgid ""
704
  "The title is used for overview, it is not visible in quiz. If you leave the "
705
  "title field empty, a title will be generated."
@@ -707,54 +833,83 @@ msgstr ""
707
  "Название используется для обзора и не отображается в тесте. Если поле "
708
  "оставить пустым, название сгенерируется автоматически."
709
 
710
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
711
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
712
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
713
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
714
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
715
  msgid "(required)"
716
  msgstr "(обязательное поле)"
717
 
718
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
719
  msgid "Points for this question (Standard is 1 point)"
720
  msgstr "Количество баллов для этого вопроса (по-умолчанию 1 балл)"
721
 
722
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
723
  msgid ""
724
  "This points will be rewarded, only if the user closes the question correctly."
725
  msgstr ""
726
  "Баллы будут назначены только если пользователь правильно ответит на задание."
727
 
728
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
729
  msgid "Different points for each answer"
730
  msgstr "Разные баллы за каждый ответ"
731
 
732
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
733
  msgid ""
734
  "If you enable this option, you can enter different points for every answer."
735
  msgstr ""
736
  "При включении данной опции Вы сможете вводить разные баллы для каждого "
737
  "ответа."
738
 
739
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
740
  msgid "Show reached points in the correct- and incorrect message?"
741
  msgstr ""
742
  "Показывать набранные баллы в сообщениях к правильному и неправильному "
743
  "ответам?"
744
 
745
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
746
  msgid "Message with the correct / incorrect answer"
747
  msgstr "Сообщение для правильного / неправильного ответа"
748
 
749
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
750
  msgid "Deactivated in quiz settings."
751
  msgstr "Отключено в настройках теста."
752
 
753
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
754
  msgid "Message with the correct answer"
755
  msgstr "Сообщение для правильного ответа"
756
 
757
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
758
  msgid ""
759
  "This text will be visible if answered correctly. It can be used as "
760
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -764,15 +919,15 @@ msgstr ""
764
  "качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
765
  "\"Неправильно\" всегда отображается автоматически."
766
 
767
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
768
  msgid "Same text for correct- and incorrect-message?"
769
  msgstr "Одинаковый текст для сообщений с правильным и неправильным ответом?"
770
 
771
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
772
  msgid "Message with the incorrect answer"
773
  msgstr "Сообщение для неправильного ответа"
774
 
775
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
776
  msgid ""
777
  "This text will be visible if answered incorrectly. It can be used as "
778
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -782,47 +937,47 @@ msgstr ""
782
  "в качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
783
  "\"Неправильно\" всегда отображается автоматически."
784
 
785
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
786
  msgid "Here you can enter solution hint."
787
  msgstr "Сюда можно ввести подсказку."
788
 
789
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
790
  msgid "Activate hint for this question?"
791
  msgstr "Активировать подсказку для этого вопроса?"
792
 
793
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
794
  msgid "Answer type"
795
  msgstr "Тип ответа"
796
 
797
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
798
  msgid "Single choice"
799
  msgstr "Одиночный выбор"
800
 
801
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
802
  msgid "Multiple choice"
803
  msgstr "Множественный выбор"
804
 
805
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
806
  msgid "\"Free\" choice"
807
  msgstr "\"Открытый\""
808
 
809
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
810
  msgid "\"Sorting\" choice"
811
  msgstr "\"Сортировка\""
812
 
813
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
814
  msgid "\"Matrix Sorting\" choice"
815
  msgstr "\"Матричная сортировка\""
816
 
817
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
818
  msgid "Cloze"
819
  msgstr "\"Заключенный в текст\""
820
 
821
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
822
  msgid "Answers"
823
  msgstr "Ответы"
824
 
825
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
826
  msgid ""
827
  "Please sort the answers in right order with the \"Move\" - Button. The "
828
  "answers will be displayed randomly."
@@ -830,13 +985,13 @@ msgstr ""
830
  "Пожалуйста, отсортируйте ответы в правильном порядке при помощи кнопки "
831
  "\"Переместить \". Ответы будут отображаться в случайном порядке."
832
 
833
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
834
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
835
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
836
  msgid "Add new answer"
837
  msgstr "Добавить новый ответ"
838
 
839
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
840
  msgid ""
841
  "In this mode, not a list have to be sorted, but elements must be assigned to "
842
  "matching criterion."
@@ -844,56 +999,56 @@ msgstr ""
844
  "В этом режиме не нужно сортировать список. Элементы сортировки должны быть "
845
  "отнесены к соответствующему критерию."
846
 
847
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
848
  msgid ""
849
  "You can create sort elements with empty criteria, which can't be assigned by "
850
  "user."
851
  msgstr "Вы можете создать элемент сортировки с пустым критерием."
852
 
853
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
854
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
855
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
856
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
857
  msgid "Options"
858
  msgstr "Настройки"
859
 
860
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
861
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
862
  msgid "Answer"
863
  msgstr "Ответ"
864
 
865
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
866
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
867
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
868
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
869
  msgid "Allow HTML"
870
  msgstr "Разрешить HTML"
871
 
872
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
873
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
874
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
875
  msgid "Delete answer"
876
  msgstr "Удалить ответ"
877
 
878
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
879
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
880
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
881
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
882
  msgid "Move"
883
  msgstr "Переместить"
884
 
885
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
886
  msgid "Criterion"
887
  msgstr "Критерий"
888
 
889
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
890
  msgid ""
891
  "correct answers (one per line) (answers will be converted to lower case)"
892
  msgstr ""
893
  "правильных ответов (по одному на строку) (ответы будут преобразованы в "
894
  "нижний регистр)"
895
 
896
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
897
  msgid ""
898
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
899
  "small letters will be ignored."
@@ -901,7 +1056,15 @@ msgstr ""
901
  "Заключите слово в { } , например, \"Я {играю} в футбол\". Прописные и "
902
  "строчные буквы будут игнорироваться."
903
 
904
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
905
  msgid ""
906
  "If mode \"Different points for every answer\" is activated, you can assign "
907
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
@@ -909,7 +1072,7 @@ msgstr ""
909
  "Если активирован режим \"Разные баллы за каждый ответ\", то Вы сможете "
910
  "назначить баллы с |БАЛЛЫ. Иначе будет присвоен 1 балл за ответ."
911
 
912
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
913
  msgid ""
914
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
915
  "\" 3 points."
@@ -921,13 +1084,8 @@ msgstr ""
921
  msgid "Questions sorted"
922
  msgstr "Вопросы отсортированы"
923
 
924
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
925
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
926
- msgid "Edit"
927
- msgstr "Редактировать"
928
-
929
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
930
- #: lib/view/WpProQuiz_View_Statistics.php:84
931
  msgid "Total"
932
  msgstr "Всего"
933
 
@@ -956,74 +1114,74 @@ msgstr ""
956
  msgid "Copy questions"
957
  msgstr "Вопросы скопированы"
958
 
959
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
960
  msgid "Quiz title"
961
  msgstr "Заголовок теста"
962
 
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
964
  msgid "Hide quiz title"
965
  msgstr "Спрятать заголовок теста"
966
 
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
968
  msgid "Hide title"
969
  msgstr "Спрятать заголовок"
970
 
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
972
  msgid "The title serves as quiz heading."
973
  msgstr "Заголовок служит названием теста."
974
 
975
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
976
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
977
  msgid "Hide \"Restart quiz\" button"
978
  msgstr "Спрятать кнопку \"Перезагрузить тест\""
979
 
980
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
981
  msgid "Hide the \"Restart quiz\" button in the Frontend."
982
  msgstr "Спрятать кнопку \"Перезагрузить тест\" в конце теста."
983
 
984
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
985
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
986
  msgid "Hide \"View question\" button"
987
  msgstr "Спрятать кнопку \"Показать вопросы\""
988
 
989
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
990
  msgid "Hide the \"View question\" button in the Frontend."
991
  msgstr "Спрятать кнопку \"Показать вопросы\" в конце теста."
992
 
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
995
  msgid "Show points"
996
  msgstr "Показывать баллы"
997
 
998
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
999
  msgid "Shows in quiz, how many points are reachable for respective question."
1000
  msgstr ""
1001
  "Показывать в тесте, сколько можно набрать баллов на соответствующий вопрос."
1002
 
1003
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1004
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
1005
  msgid "Display question randomly"
1006
  msgstr "Выводить вопросы случайным образом"
1007
 
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
1010
  msgid "Display answers randomly"
1011
  msgstr "Выводить ответы случайным образом"
1012
 
1013
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
1014
  msgid "Seconds"
1015
  msgstr "Секунды"
1016
 
1017
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
1018
  msgid "0 = no limit"
1019
  msgstr "0 = без ограничений"
1020
 
1021
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
1023
  msgid "Number answers"
1024
  msgstr "Номера ответов"
1025
 
1026
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1027
  msgid ""
1028
  "If this option is activated, all answers are numbered (only single and "
1029
  "multiple choice)"
@@ -1031,68 +1189,28 @@ msgstr ""
1031
  "Если эта опция включена, все ответы нумеруются (только для одиночного и "
1032
  "множественного выбора)"
1033
 
1034
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1035
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1036
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1037
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1038
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1039
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1040
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1041
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1042
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1043
  msgid "Demo"
1044
  msgstr "Демо"
1045
 
1046
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1047
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1048
- msgid "Questions below each other"
1049
- msgstr "Вопросы один под другим"
1050
-
1051
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1052
- msgid ""
1053
- "If this option is activated, all answers are displayed below each other, i."
1054
- "e. all questions are on a single page. Otherwise all questions are displayed "
1055
- "one after the other."
1056
- msgstr ""
1057
- "Если Вы включите данную опцию, вопросы будут отображаться один под другим, т."
1058
- "е. все вопросы на одной странице. В противном случае все вопросы "
1059
- "отображаются последовательно."
1060
-
1061
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1062
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1063
- msgid "Check -> continue"
1064
- msgstr "Проверить -> Далее"
1065
-
1066
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1067
- msgid ""
1068
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1069
- "be displayed at the end. (Option will be ignored if \"questions below each "
1070
- "other\" was used)"
1071
- msgstr ""
1072
- "Показывать \"правильно или неправильно\" после вопроса. В противном случае "
1073
- "решение будет показано в конце теста. (Опция игнорируется для \"Ответы с "
1074
- "номерами \")"
1075
-
1076
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1077
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1078
- msgid "Back button"
1079
- msgstr "Кнопка назад"
1080
-
1081
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1082
- msgid ""
1083
- "Allows to use the back button in a question. (Option will be ignored if "
1084
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1085
- msgstr ""
1086
- "Позволяет вернуться к вопросу. (Опция игнорируется для \"Проверить -> Далее "
1087
- "\" и для \"Ответы с номерами \")"
1088
-
1089
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1090
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1091
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1092
  msgid "Statistics"
1093
  msgstr "Статистика"
1094
 
1095
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1096
  msgid ""
1097
  "Statistics about right or wrong answers. Statistics will be saved by "
1098
  "completed quiz, not after every question. The statistics is only visible "
@@ -1102,16 +1220,16 @@ msgstr ""
1102
  "будет сохранена по завершении теста, а не после каждого вопроса. Статистика "
1103
  "отображается только в административном меню. (внутренняя статистика)"
1104
 
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1106
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1107
  msgid "Statistics IP-lock"
1108
  msgstr "Статистика IP-блокировки"
1109
 
1110
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1111
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1112
  msgstr "в минутах (рекомендация: 1440 минут = 1 день)"
1113
 
1114
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1115
  msgid ""
1116
  "Protect the statistics from spam. Result will only be saved every X minutes "
1117
  "from same IP. (0 = deactivated)"
@@ -1119,12 +1237,12 @@ msgstr ""
1119
  "Защитить статистику от спама. Результат будет сохраняться только каждые X "
1120
  "минут с одного IP. (0 = деактивировано)"
1121
 
1122
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1123
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1124
  msgid "Execute quiz only once"
1125
  msgstr "Выполнять тест только 1 раз"
1126
 
1127
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1128
  msgid ""
1129
  "If you activate this option, the user can complete the quiz only once. "
1130
  "Afterwards the quiz is blocked for this user."
@@ -1132,30 +1250,30 @@ msgstr ""
1132
  "Если вы активируете эту опцию, пользователь сможет пройти тест только один "
1133
  "раз. После тест будет заблокирован для данного пользователя."
1134
 
1135
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1136
  msgid "This option applies to:"
1137
  msgstr "Этот параметр применяется к:"
1138
 
1139
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1140
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1141
  msgid "all users"
1142
  msgstr "все пользователи"
1143
 
1144
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1145
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1146
  msgid "registered useres only"
1147
  msgstr "только зарегистрированные пользователи"
1148
 
1149
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1150
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1151
  msgid "anonymous users only"
1152
  msgstr "только анонимные пользователи"
1153
 
1154
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1155
  msgid "user identification by cookie"
1156
  msgstr "Идентифицировать пользователя по кукисам"
1157
 
1158
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1159
  msgid ""
1160
  "If you activate this option, a cookie is set additionally for unregistrated "
1161
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1165,24 +1283,24 @@ msgstr ""
1165
  "незарегистрированных (анонимных) пользователей. Это обеспечивает более "
1166
  "длительное назначение пользователю, чем простое задание по IP-адресу."
1167
 
1168
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1169
  msgid "Reset the user identification"
1170
  msgstr "Сброс идентификации пользователя"
1171
 
1172
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1173
  msgid "User identification has been reset."
1174
  msgstr "Идентификация пользователей была сброшена."
1175
 
1176
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1177
  msgid "Resets user identification for all users."
1178
  msgstr "Сбросить идентификацию для всех пользователей."
1179
 
1180
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1181
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1182
  msgid "Hide correct- and incorrect message"
1183
  msgstr "Спрятать сообщения \"Правильно \" и \"Неправильно\""
1184
 
1185
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1186
  msgid ""
1187
  "If you enable this option, no correct- or incorrect message will be "
1188
  "displayed."
@@ -1190,12 +1308,12 @@ msgstr ""
1190
  "Если Вы включите эту опцию, то не будет сообщений для правильного или "
1191
  "неправильного ответов."
1192
 
1193
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1194
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1195
  msgid "Correct and incorrect answer mark"
1196
  msgstr "Цветовое выделение для правильного и неправильного ответов"
1197
 
1198
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1199
  msgid ""
1200
  "If you enable this option, answers won't be color highlighted as correct or "
1201
  "incorrect. "
@@ -1203,12 +1321,12 @@ msgstr ""
1203
  "Если Вы включите эту опцию, ответы не будут выделены цветом, как правильные "
1204
  "или неправильные."
1205
 
1206
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1207
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1208
  msgid "Show only specific number of questions"
1209
  msgstr "Показывать только определенное количество вопросов"
1210
 
1211
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1212
  msgid ""
1213
  "If you enable this option, maximum number of displayed questions will be X "
1214
  "from X questions. (The output of questions is random)"
@@ -1216,38 +1334,38 @@ msgstr ""
1216
  "Если Вы включите эту опцию, максимальное количество отображаемых вопросов "
1217
  "будет X из X. (Вывод случайным образом)"
1218
 
1219
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1220
  msgid "The statistics function is not available in this option."
1221
  msgstr "Статистика недоступна с данной опцией"
1222
 
1223
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1224
  msgid ""
1225
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1226
  msgstr "Эта опция работает ненадежно с кеширующими плагинами."
1227
 
1228
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1229
  msgid "How many questions should be displayed simultaneously:"
1230
  msgstr "Сколько вопросов должно быть показано:"
1231
 
1232
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1233
  msgid "in percent"
1234
  msgstr "в процентах"
1235
 
1236
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1237
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1238
  msgid "Show average points"
1239
  msgstr "Показывать средний балл"
1240
 
1241
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1242
  msgid "Statistics-function must be enabled."
1243
  msgstr "Необходимо включить статистику"
1244
 
1245
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1246
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1247
  msgid "Prerequisites"
1248
  msgstr "Предварительные условия"
1249
 
1250
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1251
  msgid ""
1252
  "If you enable this option, you can choose quiz, which user have to finish "
1253
  "before he can start this quiz."
@@ -1256,7 +1374,7 @@ msgstr ""
1256
  "(которые) пользователь должен будет закончить, прежде чем он сможет начать "
1257
  "данный тест."
1258
 
1259
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1260
  msgid ""
1261
  "In all selected quizzes statistic function have to be active. If it is not "
1262
  "it will be activated automatically."
@@ -1264,29 +1382,121 @@ msgstr ""
1264
  "Для всех выбранных тестов должна быть активна статистика. Если это не так, "
1265
  "то она будет активирована автоматически."
1266
 
1267
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1268
  msgid "Quiz"
1269
  msgstr "Тест"
1270
 
1271
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1272
  msgid "Prerequisites (This quiz have to be finished)"
1273
  msgstr "Условия (Эти тесты должны быть закончены)"
1274
 
1275
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1276
  msgid ""
1277
  "The leaderboard allows users to enter results in public list and to share "
1278
  "the result this way."
1279
  msgstr "Таблица лучших позволяет пользователям делиться своими результатами."
1280
 
1281
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1282
  msgid "The leaderboard works independent from internal statistics function."
1283
  msgstr "Работает независимо от внутренней статистики."
1284
 
1285
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1286
  msgid "Who can sign up to the list"
1287
  msgstr "Кто может добавить свои результаты"
1288
 
1289
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1290
  msgid ""
1291
  "Not registered users have to enter name and e-mail (e-mail won't be "
1292
  "displayed)"
@@ -1294,11 +1504,21 @@ msgstr ""
1294
  "Незарегистрированные пользователи должны будут ввести свое имя и e-mail (e-"
1295
  "mail не будет опубликован)"
1296
 
1297
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1298
  msgid "display captcha"
1299
  msgstr "показывать капчу"
1300
 
1301
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1302
  msgid ""
1303
  "If you enable this option, additional captcha will be displayed for users "
1304
  "who are not registered."
@@ -1306,75 +1526,75 @@ msgstr ""
1306
  "Если Вы включите данную опцию, то будет показана капча для "
1307
  "незарегистрированных пользователей."
1308
 
1309
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1310
  msgid "This option requires additional plugin:"
1311
  msgstr "Эта опция требует дополнительного плагина:"
1312
 
1313
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1314
  msgid "Plugin has been detected."
1315
  msgstr "Плагин обнаружен."
1316
 
1317
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1318
  msgid "Plugin is not installed."
1319
  msgstr "Плагин не установлен."
1320
 
1321
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1322
  msgid "Sort list by"
1323
  msgstr "Сортировка по"
1324
 
1325
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1326
  msgid "Users can apply multiple times"
1327
  msgstr "Позволить пользователям добавлять себя многократно"
1328
 
1329
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1330
  msgid "User can apply after:"
1331
  msgstr "Пользователь сможет себя добавить после:"
1332
 
1333
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1334
  msgid "minute"
1335
  msgstr "мин."
1336
 
1337
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1338
  msgid "How many entries should be displayed"
1339
  msgstr "Сколько записей должно отображаться"
1340
 
1341
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1342
  msgid "Entries"
1343
  msgstr "Записи"
1344
 
1345
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1346
  msgid "Automatically display leaderboard in quiz result"
1347
  msgstr "Показывать таблицу лучших в результатах теста"
1348
 
1349
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1350
  msgid "Where should leaderboard be displayed:"
1351
  msgstr "Где будет таблица:"
1352
 
1353
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1354
  msgid "don't display"
1355
  msgstr "не показывать"
1356
 
1357
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1358
  msgid "below the \"result text\""
1359
  msgstr "за \"текстом результата\""
1360
 
1361
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1362
  msgid "in a button"
1363
  msgstr "кнопкой"
1364
 
1365
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1366
  msgid "Quiz description"
1367
  msgstr "Описание теста"
1368
 
1369
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1370
  msgid "This text will be displayed before start of the quiz."
1371
  msgstr "Этот текст будет отображаться перед началом теста."
1372
 
1373
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1374
  msgid "Results text"
1375
  msgstr "Текст для результата"
1376
 
1377
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1378
  msgid ""
1379
  "This text will be displayed at the end of the quiz (in results). (this text "
1380
  "is optional)"
@@ -1382,19 +1602,19 @@ msgstr ""
1382
  "Этот текст будет отображаться в конце теста (в результатах). (не является "
1383
  "обязательным)"
1384
 
1385
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1386
  msgid "Activate graduation"
1387
  msgstr "Активировать окончания"
1388
 
1389
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1390
  msgid "Hint:"
1391
  msgstr "Подсказка:"
1392
 
1393
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1394
  msgid "Maximal 15 levels"
1395
  msgstr "Максимум 15 уровней"
1396
 
1397
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1398
  #, php-format
1399
  msgid ""
1400
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1402,26 +1622,26 @@ msgid ""
1402
  msgstr ""
1403
  "Проценты относятся к общему баллу теста (Всего %d баллов в %d вопросах)"
1404
 
1405
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1406
  msgid "Values can also be mixed up"
1407
  msgstr "значения могут быть перепутаны"
1408
 
1409
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1410
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1411
  msgstr "Допускается 10,15% или 10.15% (макс. до двух знаков после запятой)"
1412
 
1413
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1414
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1415
  msgid "from:"
1416
  msgstr "от:"
1417
 
1418
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1419
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1420
  msgid "percent"
1421
  msgstr "процент"
1422
 
1423
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1424
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1425
  #, php-format
1426
  msgid ""
1427
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1430,12 +1650,12 @@ msgstr ""
1430
  "(Будет отображаться, если процентный результат >= <span class=\"resultProzent"
1431
  "\">%s</span>%%)"
1432
 
1433
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1434
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1435
  msgid "Delete graduation"
1436
  msgstr "Удалить окончания"
1437
 
1438
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1439
  msgid "Add graduation"
1440
  msgstr "Добавить окончания"
1441
 
@@ -1460,104 +1680,108 @@ msgstr "Менеджер стилей"
1460
  msgid "Support WP-Pro-Quiz"
1461
  msgstr "Поддержка WP-Pro-Quiz"
1462
 
1463
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1464
  msgid "ID"
1465
  msgstr "ID"
1466
 
1467
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1468
  msgid "Shortcode"
1469
  msgstr "Шорткод"
1470
 
1471
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1472
  msgid "Shortcode-Leaderboard"
1473
  msgstr "Шорткод таблицы лучших"
1474
 
1475
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1476
  msgid "Preview"
1477
  msgstr "Предварительный просмотр"
1478
 
1479
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1480
  msgid "Add quiz"
1481
  msgstr "Добавить тест"
1482
 
1483
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1484
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1485
  msgid "Export"
1486
  msgstr "Экспорт"
1487
 
1488
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1489
  msgid ""
1490
  "Choose the respective question, which you would like to export and press on "
1491
  "\"Start export\""
1492
  msgstr ""
1493
  "Выберите вопрос, который хотите экспортировать и нажмите \"Экспортировать\""
1494
 
1495
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1496
  msgid "Start export"
1497
  msgstr "Экспортировать"
1498
 
1499
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1500
  msgid "Import only *.wpq files from known and trusted sources."
1501
  msgstr "Импортировать только *.wpq файлы из известных и надежных источников."
1502
 
1503
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1504
  #, php-format
1505
  msgid "Maximal %d MiB"
1506
  msgstr "Максимально %d MiB"
1507
 
1508
- #: lib/view/WpProQuiz_View_Statistics.php:17
1509
  #, php-format
1510
  msgid "Quiz: %s - Statistics"
1511
  msgstr "Тест: %s - Статистика"
1512
 
1513
- #: lib/view/WpProQuiz_View_Statistics.php:21
1514
  msgid "Stats not enabled"
1515
  msgstr "Статистика выключена"
1516
 
1517
- #: lib/view/WpProQuiz_View_Statistics.php:22
1518
  msgid "Activate statistics"
1519
  msgstr "Включить статистику"
1520
 
1521
- #: lib/view/WpProQuiz_View_Statistics.php:27
1522
- msgid "Anonymous users"
1523
- msgstr "Анонимный пользователь"
1524
-
1525
- #: lib/view/WpProQuiz_View_Statistics.php:28
1526
- msgid "Registered users"
1527
- msgstr "Зарегистрированные пользователи"
1528
 
1529
- #: lib/view/WpProQuiz_View_Statistics.php:29
1530
  msgid "Overview"
1531
  msgstr "Обзор"
1532
 
1533
- #: lib/view/WpProQuiz_View_Statistics.php:34
1534
  msgid "Please select user name:"
1535
  msgstr "Пожалуйста, укажите имя:"
1536
 
1537
- #: lib/view/WpProQuiz_View_Statistics.php:57
1538
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1539
  msgid "Hints used"
1540
  msgstr "Подсказка использована"
1541
 
1542
- #: lib/view/WpProQuiz_View_Statistics.php:58
1543
  msgid "Points scored"
1544
  msgstr "набрано баллов"
1545
 
1546
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1547
  msgid "Reset statistics"
1548
  msgstr "Сбросить статистику"
1549
 
1550
- #: lib/view/WpProQuiz_View_Statistics.php:100
1551
- #: lib/view/WpProQuiz_View_Statistics.php:172
1552
  msgid "Refresh"
1553
  msgstr "Обновить"
1554
 
1555
- #: lib/view/WpProQuiz_View_Statistics.php:104
1556
- #: lib/view/WpProQuiz_View_Statistics.php:174
1557
  msgid "Reset entire statistic"
1558
  msgstr "Сброс всей статистики"
1559
 
1560
- #: lib/view/WpProQuiz_View_Statistics.php:120
1561
  msgid "Show only users, who solved the quiz:"
1562
  msgstr "Показывать только тех пользователей, которые прошли тест:"
1563
 
@@ -1649,6 +1873,28 @@ msgstr ""
1649
  "Вы можете перевести WP-Pro-Quiz на тот же язык (с русского на русский), "
1650
  "например для перевода кнопок."
1651
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1652
  #~ msgid "Points per correct answer"
1653
  #~ msgstr "Баллы за правильное соответствие"
1654
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:55+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:55+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Sergei Bondarenko\n"
8
  "Language: Russian\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Вы действительно хотите удалить тест/вопрос?"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "Заголовок не заполнен!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "Нет сохраненных вопросов!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "Правильный ответ не выбран!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "Ответ не сохранен!!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "Не заполнено описание к тесту!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Процентное значение в тексте результатов неверно."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Нет числа в поле \"Баллы\" или оно меньше 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Нет числа в поле \"Баллы\" или оно меньше 0"
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "Тест не выбран"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Вы действительно хотите сбросить статистику?"
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Нет данных"
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr "Отсутствуют элементы для сортировки по критерию"
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr "\"Разные баллы за каждый ответ\" недоступен для типа \"Открытый\""
76
 
77
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
78
+ msgid "You must specify a name."
79
+ msgstr ""
80
+
81
  #: lib/controller/WpProQuiz_Controller_Front.php:44
82
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
83
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
84
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
85
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
86
+ #: lib/view/WpProQuiz_View_Statistics.php:40
87
  msgid "Loading"
88
  msgstr "Загрузка"
89
 
93
  #: lib/controller/WpProQuiz_Controller_Question.php:51
94
  #: lib/controller/WpProQuiz_Controller_Question.php:128
95
  #: lib/controller/WpProQuiz_Controller_Question.php:143
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
102
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
103
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
104
  msgid "You do not have sufficient permissions to access this page."
105
  msgstr "У Вас недостаточно прав для просмотра этой страницы"
106
 
107
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
108
  msgid "Settings saved"
109
  msgstr "Настройки сохранены"
110
 
129
  msgid "Edit question"
130
  msgstr "Редактирование вопроса"
131
 
132
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
133
  msgid "Question not found"
134
  msgstr "Вопрос не найден"
135
 
136
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
138
  #, php-format
139
  msgid "Question: %d"
140
  msgstr "Задание %d"
141
 
142
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
143
  msgid "Question edited"
144
  msgstr "Вопрос отредактирован"
145
 
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
147
  msgid "New question"
148
  msgstr "Новый вопрос"
149
 
150
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
151
  msgid "Question added"
152
  msgstr "Вопрос добавлен"
153
 
215
  msgid "File is not compatible with the current version"
216
  msgstr "Файл не совместим с текущей версией"
217
 
218
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
219
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
220
+ msgstr ""
221
+
222
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
223
+ msgid ""
224
+ "Wp-Pro-Quiz\n"
225
+ "\n"
226
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
227
+ "\n"
228
+ "Points: $points\n"
229
+ "Result: $result\n"
230
+ "\n"
231
+ msgstr ""
232
+
233
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
234
  msgid "The user completed a quiz."
235
  msgstr "Пользователь завершил тест."
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
238
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
241
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
242
  msgid "Leaderboard"
243
  msgstr "Таблица лучших"
244
 
245
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
246
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
247
  #: lib/view/WpProQuiz_View_Import.php:22
248
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
249
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
251
+ #: lib/view/WpProQuiz_View_Statistics.php:24
252
  #: lib/view/WpProQuiz_View_StyleManager.php:11
253
  msgid "back to overview"
254
  msgstr "Назад к списку"
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
257
+ #: lib/view/WpProQuiz_View_Statistics.php:158
258
  msgid "Filter"
259
  msgstr "Фильтр"
260
 
263
  msgstr "Сортировать по:"
264
 
265
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
267
  msgid "best user"
268
  msgstr "лучшему пользователю"
269
 
270
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
272
  msgid "newest entry"
273
  msgstr "новым записям"
274
 
275
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
277
  msgid "oldest entry"
278
  msgstr "старым записям"
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
281
+ #: lib/view/WpProQuiz_View_Statistics.php:169
282
  msgid "How many entries should be shown on one page:"
283
  msgstr "Количество записей на странице:"
284
 
293
  "UR = незарегистрированный пользователь, R = зарегистрированный пользователь"
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
296
+ #: lib/view/WpProQuiz_View_Statistics.php:188
297
  msgid "User"
298
  msgstr "Пользователь"
299
 
300
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
301
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
302
  msgid "E-Mail"
303
  msgstr "E-Mail"
304
 
308
  msgstr "Записано"
309
 
310
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
312
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
313
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
318
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
319
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
320
+ #: lib/view/WpProQuiz_View_Statistics.php:64
321
+ #: lib/view/WpProQuiz_View_Statistics.php:189
322
  msgid "Points"
323
  msgstr "Баллы"
324
 
325
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
327
+ #: lib/view/WpProQuiz_View_Statistics.php:69
328
+ #: lib/view/WpProQuiz_View_Statistics.php:193
329
  msgid "Results"
330
  msgstr "Результаты"
331
 
334
  msgstr "Действие"
335
 
336
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
337
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
338
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
339
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
340
  msgid "Delete"
341
  msgstr "Удалить"
342
 
348
  msgid "Delete all entries"
349
  msgstr "Удалить все записи"
350
 
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
354
+ msgid "Time limit"
355
+ msgstr "Лимит времени"
356
+
357
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
358
+ msgid "Answered"
359
+ msgstr ""
360
+
361
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
362
+ msgid "Review"
363
+ msgstr ""
364
+
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
366
+ msgid "Review question"
367
+ msgstr ""
368
+
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
370
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
371
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
375
+ msgid "Quiz-summary"
376
+ msgstr ""
377
+
378
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
379
+ #, php-format
380
+ msgid "%s of %s questions completed"
381
+ msgstr ""
382
+
383
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
384
+ #: lib/view/WpProQuiz_View_Import.php:44
385
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
386
+ msgid "Questions"
387
+ msgstr "Вопросы"
388
+
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
390
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
391
+ msgid "Finish quiz"
392
+ msgstr "Завершить тест"
393
+
394
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
395
  msgid "Start quiz"
396
  msgstr "Начать тест"
397
 
398
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
399
  msgid ""
400
  "You have already completed the quiz before. Hence you can not start it again."
401
  msgstr "Вы уже проходили тест ранее. Вы не можете запустить его снова."
402
 
403
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
404
  msgid "You have to finish following quiz, to start this quiz:"
405
  msgstr "Вы должны закончить следующие тесты, чтобы начать этот:"
406
 
407
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
408
  #, php-format
409
  msgid "%s of %s questions answered correctly"
410
  msgstr "Правильных ответов: %s из %s"
411
 
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
413
  msgid "Your time: <span></span>"
414
  msgstr "Ваше время: <span></span>"
415
 
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
417
  msgid "Time has elapsed"
418
  msgstr "Время вышло"
419
 
420
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
421
  #, php-format
422
  msgid "You have reached %s of %s points, (%s)"
423
  msgstr "Вы набрали %s из %s баллов (%s)"
424
 
425
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
426
  msgid "Average score"
427
  msgstr "Средний результат"
428
 
429
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
430
  msgid "Your score"
431
  msgstr "Ваш результат"
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
434
  msgid "Restart quiz"
435
  msgstr "Начать тест заново"
436
 
437
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
438
  msgid "View questions"
439
  msgstr "Показать вопросы"
440
 
441
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
442
  msgid "Show leaderboard"
443
  msgstr "Показать таблицу лучших"
444
 
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
446
  #, php-format
447
  msgid "Question %s of %s"
448
  msgstr "Задание %s из %s"
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
451
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
452
+ #: lib/view/WpProQuiz_View_Statistics.php:63
453
  msgid "Question"
454
  msgstr "Условие:"
455
 
456
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
457
  #, php-format
458
  msgid "%d points"
459
  msgstr "Количество баллов: %d"
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
462
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
463
  msgid "Sort elements"
464
  msgstr "Элементы сортировки"
465
 
466
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
468
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
469
+ #: lib/view/WpProQuiz_View_Statistics.php:65
470
+ #: lib/view/WpProQuiz_View_Statistics.php:190
471
  msgid "Correct"
472
  msgstr "Правильно"
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
475
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
476
+ #: lib/view/WpProQuiz_View_Statistics.php:66
477
+ #: lib/view/WpProQuiz_View_Statistics.php:191
478
  msgid "Incorrect"
479
  msgstr "Неправильно"
480
 
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
483
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
484
  msgid "Hint"
485
  msgstr "Подсказка"
486
 
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
490
+ msgid "Skip question"
491
+ msgstr ""
492
 
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
494
  msgid "Back"
495
  msgstr "Назад"
496
 
497
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
498
+ msgid "Check"
499
+ msgstr "Проверить"
500
+
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
502
  msgid "Next exercise"
503
  msgstr "Далее"
504
 
505
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
 
 
 
 
506
  msgid "Your result entered into leaderboard"
507
  msgstr "Вы можете добавить свой результат в таблицу лучших"
508
 
509
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
510
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
511
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
512
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
513
  msgid "Name"
514
  msgstr "Имя"
515
 
516
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
517
  msgid "Captcha"
518
  msgstr "Капча"
519
 
520
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
521
  msgid "Send"
522
  msgstr "отправить"
523
 
548
 
549
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
550
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
551
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
552
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
553
  msgid "Global settings"
554
  msgstr "Глобальные настройки"
565
  "Эти параметры должны быть установлены только в случае проблем с Wp-Pro-Quiz."
566
 
567
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
568
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
569
  msgid "Settings in case of problems"
570
  msgstr "Настройки в случае возникновения проблем"
571
 
572
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
573
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
574
  msgid "Automatically add [raw] shortcode"
575
  msgstr "Автоматически добавлять шорткод [raw]"
576
 
577
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
578
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
579
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
603
  msgid "Activate"
604
  msgstr "Активно"
605
 
606
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
607
  #, php-format
608
  msgid "It is recommended %s this option on your system."
609
  msgstr "Рекомендуется %s эту опцию в вашей системе."
610
 
611
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
612
  msgid ""
613
  "If this option is activated, a [raw] shortcode is automatically set around "
614
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
616
  "Если этот параметр активен, шорткод [raw] будет автоматически обрамлять "
617
  "WpProQuiz шорткод ( [WpProQuiz X] в [raw] [WpProQuiz X] [/raw])."
618
 
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
620
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
621
  msgid ""
622
  "Own themes changes internal order of filters, what causes the problems. "
625
  "Некоторые темы меняют внутренний порядок фильтра, что приводит к ошибкам. "
626
  "Шорткод [raw] препятствует этому."
627
 
628
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
630
  msgid "Do not load the Javascript-files in the footer"
631
  msgstr "Не загружать Javascript-файлы в нижнюю часть страницы (подвал)"
632
 
633
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
634
  msgid ""
635
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
636
  "when they are really needed."
638
  "По умолчанию все WpProQuiz-Javascript файлы грузятся в нижнюю часть страницы "
639
  "(подвал) и только если они действительно нужны."
640
 
641
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
642
  msgid "In very old Wordpress themes this can lead to problems."
643
  msgstr "Может вызывать проблемы в старых темах Wordpress."
644
 
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
646
  msgid ""
647
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
648
  "the header even if they are not needed."
650
  "Если Вы включите эту опцию, все WpProQuiz-Javascript файлы будут загружены в "
651
  "заголовок страницы, даже если они не нужны."
652
 
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
654
  #, php-format
655
  msgid ""
656
  "Anyone who wants to learn more about this topic should read through the "
659
  "Если Вам нужна дополнительная информация по данной теме, посетите следующие "
660
  "вебсайты: %s и %s"
661
 
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
664
  msgid "Touch Library"
665
  msgstr "Сеснсорная библиотека"
666
 
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
670
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
671
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
672
  msgid "Deactivate"
673
  msgstr "Неактивно"
674
 
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
676
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
677
  msgstr ""
678
  "В версии 0.13 добавлена новая сенсорная библиотека для мобильных устройств."
679
 
680
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
681
  msgid "If you have any problems with the Touch Library, please deactivate it."
682
  msgstr "Если у Вас проблемы с сенсорной библиотекой, пожалуйста отключите ее."
683
 
684
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
685
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
686
  msgid "jQuery support cors"
687
  msgstr "Поддержка jQuery"
688
 
689
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
690
  msgid "Is required only in rare cases."
691
  msgstr "Требуется только в редких случаях."
692
 
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
694
  msgid "If you have problems with the front ajax, please activate it."
695
  msgstr "Пожалуйста, активируйте при проблеммах с ajax."
696
 
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
698
  msgid "e.g. Domain with special characters in combination with IE"
699
  msgstr "Например домен со специальными символами в сочетании с IE"
700
 
701
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
702
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
704
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
705
  msgid "Save"
706
  msgstr "Сохранить"
707
 
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
709
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
710
+ msgid "Leaderboard time format"
711
+ msgstr "Формат времени в таблице лучших"
712
+
713
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
714
+ msgid "Custom"
715
+ msgstr "Произвольно"
716
+
717
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
718
+ msgid "Documentation on date and time formatting"
719
+ msgstr "Документация по форматированию даты и времени."
720
+
721
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
722
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
723
+ msgid "Category management"
724
+ msgstr ""
725
+
726
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
727
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
728
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
729
+ msgid "Edit"
730
+ msgstr "Редактировать"
731
+
732
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
733
+ msgid "E-mail settings"
734
+ msgstr ""
735
+
736
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
737
+ msgid "To:"
738
+ msgstr ""
739
+
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
741
+ msgid ""
742
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
743
+ "com"
744
+ msgstr ""
745
+
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
747
+ msgid "From:"
748
+ msgstr ""
749
+
750
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
751
+ msgid "Subject:"
752
+ msgstr ""
753
+
754
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
755
+ msgid "Message body:"
756
+ msgstr ""
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
759
+ msgid "Allowed variables"
760
+ msgstr ""
761
+
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
763
+ msgid "User-ID"
764
+ msgstr ""
765
+
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
767
+ msgid "Username"
768
+ msgstr ""
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
771
+ msgid "Quiz-Name"
772
+ msgstr ""
773
+
774
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
775
+ msgid "Result in precent"
776
+ msgstr ""
777
+
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
779
+ msgid "Reached points"
780
+ msgstr ""
781
+
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
783
+ msgid "IP-address of the user"
784
+ msgstr ""
785
+
786
  #: lib/view/WpProQuiz_View_Import.php:21
787
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
788
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
789
  msgid "Import"
790
  msgstr "Импорт"
791
 
805
  msgid "Quiz name"
806
  msgstr "Название теста"
807
 
 
 
 
 
 
808
  #: lib/view/WpProQuiz_View_Import.php:67
809
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
810
  msgid "Start import"
811
  msgstr "Начать импорт"
812
 
813
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
814
  msgid "Title"
815
  msgstr "Заголовок"
816
 
817
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
818
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
819
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
820
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
821
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
822
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
824
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
825
  msgid "(optional)"
826
  msgstr "(необязательное поле)"
827
 
828
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
829
  msgid ""
830
  "The title is used for overview, it is not visible in quiz. If you leave the "
831
  "title field empty, a title will be generated."
833
  "Название используется для обзора и не отображается в тесте. Если поле "
834
  "оставить пустым, название сгенерируется автоматически."
835
 
836
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
837
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
838
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
840
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
842
  msgid "(required)"
843
  msgstr "(обязательное поле)"
844
 
845
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
846
  msgid "Points for this question (Standard is 1 point)"
847
  msgstr "Количество баллов для этого вопроса (по-умолчанию 1 балл)"
848
 
849
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
850
  msgid ""
851
  "This points will be rewarded, only if the user closes the question correctly."
852
  msgstr ""
853
  "Баллы будут назначены только если пользователь правильно ответит на задание."
854
 
855
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
856
  msgid "Different points for each answer"
857
  msgstr "Разные баллы за каждый ответ"
858
 
859
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
860
  msgid ""
861
  "If you enable this option, you can enter different points for every answer."
862
  msgstr ""
863
  "При включении данной опции Вы сможете вводить разные баллы для каждого "
864
  "ответа."
865
 
866
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
867
  msgid "Show reached points in the correct- and incorrect message?"
868
  msgstr ""
869
  "Показывать набранные баллы в сообщениях к правильному и неправильному "
870
  "ответам?"
871
 
872
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
873
+ #: lib/view/WpProQuiz_View_Statistics.php:82
874
+ msgid "Category"
875
+ msgstr ""
876
+
877
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
878
+ msgid ""
879
+ "You can assign classify category for a question. Categories are e.g. visible "
880
+ "in statistics function."
881
+ msgstr ""
882
+
883
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
884
+ msgid "You can manage categories in global settings."
885
+ msgstr ""
886
+
887
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
888
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
889
+ msgid "Create new category"
890
+ msgstr ""
891
+
892
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
893
+ msgid "No category"
894
+ msgstr ""
895
+
896
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
897
+ msgid "Create"
898
+ msgstr ""
899
+
900
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
901
  msgid "Message with the correct / incorrect answer"
902
  msgstr "Сообщение для правильного / неправильного ответа"
903
 
904
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
905
  msgid "Deactivated in quiz settings."
906
  msgstr "Отключено в настройках теста."
907
 
908
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
909
  msgid "Message with the correct answer"
910
  msgstr "Сообщение для правильного ответа"
911
 
912
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
913
  msgid ""
914
  "This text will be visible if answered correctly. It can be used as "
915
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
919
  "качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
920
  "\"Неправильно\" всегда отображается автоматически."
921
 
922
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
923
  msgid "Same text for correct- and incorrect-message?"
924
  msgstr "Одинаковый текст для сообщений с правильным и неправильным ответом?"
925
 
926
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
927
  msgid "Message with the incorrect answer"
928
  msgstr "Сообщение для неправильного ответа"
929
 
930
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
931
  msgid ""
932
  "This text will be visible if answered incorrectly. It can be used as "
933
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
937
  "в качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
938
  "\"Неправильно\" всегда отображается автоматически."
939
 
940
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
941
  msgid "Here you can enter solution hint."
942
  msgstr "Сюда можно ввести подсказку."
943
 
944
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
945
  msgid "Activate hint for this question?"
946
  msgstr "Активировать подсказку для этого вопроса?"
947
 
948
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
949
  msgid "Answer type"
950
  msgstr "Тип ответа"
951
 
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
953
  msgid "Single choice"
954
  msgstr "Одиночный выбор"
955
 
956
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
957
  msgid "Multiple choice"
958
  msgstr "Множественный выбор"
959
 
960
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
961
  msgid "\"Free\" choice"
962
  msgstr "\"Открытый\""
963
 
964
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
965
  msgid "\"Sorting\" choice"
966
  msgstr "\"Сортировка\""
967
 
968
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
969
  msgid "\"Matrix Sorting\" choice"
970
  msgstr "\"Матричная сортировка\""
971
 
972
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
973
  msgid "Cloze"
974
  msgstr "\"Заключенный в текст\""
975
 
976
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
977
  msgid "Answers"
978
  msgstr "Ответы"
979
 
980
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
981
  msgid ""
982
  "Please sort the answers in right order with the \"Move\" - Button. The "
983
  "answers will be displayed randomly."
985
  "Пожалуйста, отсортируйте ответы в правильном порядке при помощи кнопки "
986
  "\"Переместить \". Ответы будут отображаться в случайном порядке."
987
 
988
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
991
  msgid "Add new answer"
992
  msgstr "Добавить новый ответ"
993
 
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
995
  msgid ""
996
  "In this mode, not a list have to be sorted, but elements must be assigned to "
997
  "matching criterion."
999
  "В этом режиме не нужно сортировать список. Элементы сортировки должны быть "
1000
  "отнесены к соответствующему критерию."
1001
 
1002
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
1003
  msgid ""
1004
  "You can create sort elements with empty criteria, which can't be assigned by "
1005
  "user."
1006
  msgstr "Вы можете создать элемент сортировки с пустым критерием."
1007
 
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1010
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1012
  msgid "Options"
1013
  msgstr "Настройки"
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1017
  msgid "Answer"
1018
  msgstr "Ответ"
1019
 
1020
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1021
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1024
  msgid "Allow HTML"
1025
  msgstr "Разрешить HTML"
1026
 
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1030
  msgid "Delete answer"
1031
  msgstr "Удалить ответ"
1032
 
1033
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1034
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1036
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1037
  msgid "Move"
1038
  msgstr "Переместить"
1039
 
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1041
  msgid "Criterion"
1042
  msgstr "Критерий"
1043
 
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1045
  msgid ""
1046
  "correct answers (one per line) (answers will be converted to lower case)"
1047
  msgstr ""
1048
  "правильных ответов (по одному на строку) (ответы будут преобразованы в "
1049
  "нижний регистр)"
1050
 
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1052
  msgid ""
1053
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1054
  "small letters will be ignored."
1056
  "Заключите слово в { } , например, \"Я {играю} в футбол\". Прописные и "
1057
  "строчные буквы будут игнорироваться."
1058
 
1059
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1060
+ msgid ""
1061
+ "You can specify multiple options for a search word. Enclose the word with "
1062
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1063
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1064
+ "hate are correct."
1065
+ msgstr ""
1066
+
1067
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1068
  msgid ""
1069
  "If mode \"Different points for every answer\" is activated, you can assign "
1070
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1072
  "Если активирован режим \"Разные баллы за каждый ответ\", то Вы сможете "
1073
  "назначить баллы с |БАЛЛЫ. Иначе будет присвоен 1 балл за ответ."
1074
 
1075
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1076
  msgid ""
1077
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1078
  "\" 3 points."
1084
  msgid "Questions sorted"
1085
  msgstr "Вопросы отсортированы"
1086
 
 
 
 
 
 
1087
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1088
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1089
  msgid "Total"
1090
  msgstr "Всего"
1091
 
1114
  msgid "Copy questions"
1115
  msgstr "Вопросы скопированы"
1116
 
1117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1118
  msgid "Quiz title"
1119
  msgstr "Заголовок теста"
1120
 
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1122
  msgid "Hide quiz title"
1123
  msgstr "Спрятать заголовок теста"
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1126
  msgid "Hide title"
1127
  msgstr "Спрятать заголовок"
1128
 
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1130
  msgid "The title serves as quiz heading."
1131
  msgstr "Заголовок служит названием теста."
1132
 
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1135
  msgid "Hide \"Restart quiz\" button"
1136
  msgstr "Спрятать кнопку \"Перезагрузить тест\""
1137
 
1138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1139
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1140
  msgstr "Спрятать кнопку \"Перезагрузить тест\" в конце теста."
1141
 
1142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1144
  msgid "Hide \"View question\" button"
1145
  msgstr "Спрятать кнопку \"Показать вопросы\""
1146
 
1147
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1148
  msgid "Hide the \"View question\" button in the Frontend."
1149
  msgstr "Спрятать кнопку \"Показать вопросы\" в конце теста."
1150
 
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1152
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1153
  msgid "Show points"
1154
  msgstr "Показывать баллы"
1155
 
1156
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1157
  msgid "Shows in quiz, how many points are reachable for respective question."
1158
  msgstr ""
1159
  "Показывать в тесте, сколько можно набрать баллов на соответствующий вопрос."
1160
 
1161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1162
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1163
  msgid "Display question randomly"
1164
  msgstr "Выводить вопросы случайным образом"
1165
 
1166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1168
  msgid "Display answers randomly"
1169
  msgstr "Выводить ответы случайным образом"
1170
 
1171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1172
  msgid "Seconds"
1173
  msgstr "Секунды"
1174
 
1175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1176
  msgid "0 = no limit"
1177
  msgstr "0 = без ограничений"
1178
 
1179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1181
  msgid "Number answers"
1182
  msgstr "Номера ответов"
1183
 
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1185
  msgid ""
1186
  "If this option is activated, all answers are numbered (only single and "
1187
  "multiple choice)"
1189
  "Если эта опция включена, все ответы нумеруются (только для одиночного и "
1190
  "множественного выбора)"
1191
 
1192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1204
  msgid "Demo"
1205
  msgstr "Демо"
1206
 
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1209
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1210
  msgid "Statistics"
1211
  msgstr "Статистика"
1212
 
1213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1214
  msgid ""
1215
  "Statistics about right or wrong answers. Statistics will be saved by "
1216
  "completed quiz, not after every question. The statistics is only visible "
1220
  "будет сохранена по завершении теста, а не после каждого вопроса. Статистика "
1221
  "отображается только в административном меню. (внутренняя статистика)"
1222
 
1223
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1225
  msgid "Statistics IP-lock"
1226
  msgstr "Статистика IP-блокировки"
1227
 
1228
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1229
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1230
  msgstr "в минутах (рекомендация: 1440 минут = 1 день)"
1231
 
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1233
  msgid ""
1234
  "Protect the statistics from spam. Result will only be saved every X minutes "
1235
  "from same IP. (0 = deactivated)"
1237
  "Защитить статистику от спама. Результат будет сохраняться только каждые X "
1238
  "минут с одного IP. (0 = деактивировано)"
1239
 
1240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1242
  msgid "Execute quiz only once"
1243
  msgstr "Выполнять тест только 1 раз"
1244
 
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1246
  msgid ""
1247
  "If you activate this option, the user can complete the quiz only once. "
1248
  "Afterwards the quiz is blocked for this user."
1250
  "Если вы активируете эту опцию, пользователь сможет пройти тест только один "
1251
  "раз. После тест будет заблокирован для данного пользователя."
1252
 
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1254
  msgid "This option applies to:"
1255
  msgstr "Этот параметр применяется к:"
1256
 
1257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1259
  msgid "all users"
1260
  msgstr "все пользователи"
1261
 
1262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1264
  msgid "registered useres only"
1265
  msgstr "только зарегистрированные пользователи"
1266
 
1267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1269
  msgid "anonymous users only"
1270
  msgstr "только анонимные пользователи"
1271
 
1272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1273
  msgid "user identification by cookie"
1274
  msgstr "Идентифицировать пользователя по кукисам"
1275
 
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1277
  msgid ""
1278
  "If you activate this option, a cookie is set additionally for unregistrated "
1279
  "(anonymous) users. This ensures a longer assignment of the user than the "
1283
  "незарегистрированных (анонимных) пользователей. Это обеспечивает более "
1284
  "длительное назначение пользователю, чем простое задание по IP-адресу."
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1287
  msgid "Reset the user identification"
1288
  msgstr "Сброс идентификации пользователя"
1289
 
1290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1291
  msgid "User identification has been reset."
1292
  msgstr "Идентификация пользователей была сброшена."
1293
 
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1295
  msgid "Resets user identification for all users."
1296
  msgstr "Сбросить идентификацию для всех пользователей."
1297
 
1298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1300
  msgid "Hide correct- and incorrect message"
1301
  msgstr "Спрятать сообщения \"Правильно \" и \"Неправильно\""
1302
 
1303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1304
  msgid ""
1305
  "If you enable this option, no correct- or incorrect message will be "
1306
  "displayed."
1308
  "Если Вы включите эту опцию, то не будет сообщений для правильного или "
1309
  "неправильного ответов."
1310
 
1311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1313
  msgid "Correct and incorrect answer mark"
1314
  msgstr "Цветовое выделение для правильного и неправильного ответов"
1315
 
1316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1317
  msgid ""
1318
  "If you enable this option, answers won't be color highlighted as correct or "
1319
  "incorrect. "
1321
  "Если Вы включите эту опцию, ответы не будут выделены цветом, как правильные "
1322
  "или неправильные."
1323
 
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1326
  msgid "Show only specific number of questions"
1327
  msgstr "Показывать только определенное количество вопросов"
1328
 
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1330
  msgid ""
1331
  "If you enable this option, maximum number of displayed questions will be X "
1332
  "from X questions. (The output of questions is random)"
1334
  "Если Вы включите эту опцию, максимальное количество отображаемых вопросов "
1335
  "будет X из X. (Вывод случайным образом)"
1336
 
1337
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1338
  msgid "The statistics function is not available in this option."
1339
  msgstr "Статистика недоступна с данной опцией"
1340
 
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1342
  msgid ""
1343
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1344
  msgstr "Эта опция работает ненадежно с кеширующими плагинами."
1345
 
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1347
  msgid "How many questions should be displayed simultaneously:"
1348
  msgstr "Сколько вопросов должно быть показано:"
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1351
  msgid "in percent"
1352
  msgstr "в процентах"
1353
 
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1356
  msgid "Show average points"
1357
  msgstr "Показывать средний балл"
1358
 
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1360
  msgid "Statistics-function must be enabled."
1361
  msgstr "Необходимо включить статистику"
1362
 
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1365
  msgid "Prerequisites"
1366
  msgstr "Предварительные условия"
1367
 
1368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1369
  msgid ""
1370
  "If you enable this option, you can choose quiz, which user have to finish "
1371
  "before he can start this quiz."
1374
  "(которые) пользователь должен будет закончить, прежде чем он сможет начать "
1375
  "данный тест."
1376
 
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1378
  msgid ""
1379
  "In all selected quizzes statistic function have to be active. If it is not "
1380
  "it will be activated automatically."
1382
  "Для всех выбранных тестов должна быть активна статистика. Если это не так, "
1383
  "то она будет активирована автоматически."
1384
 
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1386
  msgid "Quiz"
1387
  msgstr "Тест"
1388
 
1389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1390
  msgid "Prerequisites (This quiz have to be finished)"
1391
  msgstr "Условия (Эти тесты должны быть закончены)"
1392
 
1393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1396
+ msgid "Question overview"
1397
+ msgstr ""
1398
+
1399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1400
+ msgid ""
1401
+ "Add at the top of the quiz a question overview, which allows easy "
1402
+ "navigation. Additional questions can be marked \"to review\"."
1403
+ msgstr ""
1404
+
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1406
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1407
+ msgstr ""
1408
+
1409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1410
+ msgid ""
1411
+ "If you enalbe this option, no quiz overview will be displayed, before "
1412
+ "finishing quiz."
1413
+ msgstr ""
1414
+
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1416
+ msgid ""
1417
+ "If you enable this option, user won't be able to skip question. (only in "
1418
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1419
+ "\"Question-Overview\""
1420
+ msgstr ""
1421
+
1422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1424
+ msgid "E-mail notification"
1425
+ msgstr ""
1426
+
1427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1428
+ msgid "for registered users only"
1429
+ msgstr ""
1430
+
1431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1432
+ msgid "for all users"
1433
+ msgstr ""
1434
+
1435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1436
+ msgid ""
1437
+ "If you enable this option, you will be informed if a user completes this "
1438
+ "quiz."
1439
+ msgstr ""
1440
+
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1442
+ msgid "E-Mail settings can be edited in global settings."
1443
+ msgstr ""
1444
+
1445
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1446
+ msgid "Quiz-Mode"
1447
+ msgstr ""
1448
+
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1450
+ msgid "Normal"
1451
+ msgstr ""
1452
+
1453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1454
+ msgid "Normal + Back-Button"
1455
+ msgstr ""
1456
+
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1458
+ msgid "Check -> continue"
1459
+ msgstr "Проверить -> Далее"
1460
+
1461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1462
+ msgid "Questions below each other"
1463
+ msgstr "Вопросы один под другим"
1464
+
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1466
+ msgid ""
1467
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1468
+ "displayed at the end of the quiz."
1469
+ msgstr ""
1470
+
1471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1472
+ msgid "Allows to use the back button in a question."
1473
+ msgstr ""
1474
+
1475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1476
+ msgid "Shows \"right or wrong\" after each question."
1477
+ msgstr ""
1478
+
1479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1480
+ msgid ""
1481
+ "If this option is activated, all answers are displayed below each other, i."
1482
+ "e. all questions are on a single page."
1483
+ msgstr ""
1484
+
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1486
  msgid ""
1487
  "The leaderboard allows users to enter results in public list and to share "
1488
  "the result this way."
1489
  msgstr "Таблица лучших позволяет пользователям делиться своими результатами."
1490
 
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1492
  msgid "The leaderboard works independent from internal statistics function."
1493
  msgstr "Работает независимо от внутренней статистики."
1494
 
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1496
  msgid "Who can sign up to the list"
1497
  msgstr "Кто может добавить свои результаты"
1498
 
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1500
  msgid ""
1501
  "Not registered users have to enter name and e-mail (e-mail won't be "
1502
  "displayed)"
1504
  "Незарегистрированные пользователи должны будут ввести свое имя и e-mail (e-"
1505
  "mail не будет опубликован)"
1506
 
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1508
+ msgid "insert automatically"
1509
+ msgstr ""
1510
+
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1512
+ msgid ""
1513
+ "If you enable this option, logged in users will be automatically entered "
1514
+ "into leaderboard"
1515
+ msgstr ""
1516
+
1517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1518
  msgid "display captcha"
1519
  msgstr "показывать капчу"
1520
 
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1522
  msgid ""
1523
  "If you enable this option, additional captcha will be displayed for users "
1524
  "who are not registered."
1526
  "Если Вы включите данную опцию, то будет показана капча для "
1527
  "незарегистрированных пользователей."
1528
 
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1530
  msgid "This option requires additional plugin:"
1531
  msgstr "Эта опция требует дополнительного плагина:"
1532
 
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1534
  msgid "Plugin has been detected."
1535
  msgstr "Плагин обнаружен."
1536
 
1537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1538
  msgid "Plugin is not installed."
1539
  msgstr "Плагин не установлен."
1540
 
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1542
  msgid "Sort list by"
1543
  msgstr "Сортировка по"
1544
 
1545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1546
  msgid "Users can apply multiple times"
1547
  msgstr "Позволить пользователям добавлять себя многократно"
1548
 
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1550
  msgid "User can apply after:"
1551
  msgstr "Пользователь сможет себя добавить после:"
1552
 
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1554
  msgid "minute"
1555
  msgstr "мин."
1556
 
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1558
  msgid "How many entries should be displayed"
1559
  msgstr "Сколько записей должно отображаться"
1560
 
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1562
  msgid "Entries"
1563
  msgstr "Записи"
1564
 
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1566
  msgid "Automatically display leaderboard in quiz result"
1567
  msgstr "Показывать таблицу лучших в результатах теста"
1568
 
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1570
  msgid "Where should leaderboard be displayed:"
1571
  msgstr "Где будет таблица:"
1572
 
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1574
  msgid "don't display"
1575
  msgstr "не показывать"
1576
 
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1578
  msgid "below the \"result text\""
1579
  msgstr "за \"текстом результата\""
1580
 
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1582
  msgid "in a button"
1583
  msgstr "кнопкой"
1584
 
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1586
  msgid "Quiz description"
1587
  msgstr "Описание теста"
1588
 
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1590
  msgid "This text will be displayed before start of the quiz."
1591
  msgstr "Этот текст будет отображаться перед началом теста."
1592
 
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1594
  msgid "Results text"
1595
  msgstr "Текст для результата"
1596
 
1597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1598
  msgid ""
1599
  "This text will be displayed at the end of the quiz (in results). (this text "
1600
  "is optional)"
1602
  "Этот текст будет отображаться в конце теста (в результатах). (не является "
1603
  "обязательным)"
1604
 
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1606
  msgid "Activate graduation"
1607
  msgstr "Активировать окончания"
1608
 
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1610
  msgid "Hint:"
1611
  msgstr "Подсказка:"
1612
 
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1614
  msgid "Maximal 15 levels"
1615
  msgstr "Максимум 15 уровней"
1616
 
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1618
  #, php-format
1619
  msgid ""
1620
  "Percentages refer to the total score of the quiz. (Current total %d points "
1622
  msgstr ""
1623
  "Проценты относятся к общему баллу теста (Всего %d баллов в %d вопросах)"
1624
 
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1626
  msgid "Values can also be mixed up"
1627
  msgstr "значения могут быть перепутаны"
1628
 
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1630
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1631
  msgstr "Допускается 10,15% или 10.15% (макс. до двух знаков после запятой)"
1632
 
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1635
  msgid "from:"
1636
  msgstr "от:"
1637
 
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1640
  msgid "percent"
1641
  msgstr "процент"
1642
 
1643
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1645
  #, php-format
1646
  msgid ""
1647
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1650
  "(Будет отображаться, если процентный результат >= <span class=\"resultProzent"
1651
  "\">%s</span>%%)"
1652
 
1653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1655
  msgid "Delete graduation"
1656
  msgstr "Удалить окончания"
1657
 
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1659
  msgid "Add graduation"
1660
  msgstr "Добавить окончания"
1661
 
1680
  msgid "Support WP-Pro-Quiz"
1681
  msgstr "Поддержка WP-Pro-Quiz"
1682
 
1683
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1684
  msgid "ID"
1685
  msgstr "ID"
1686
 
1687
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1688
  msgid "Shortcode"
1689
  msgstr "Шорткод"
1690
 
1691
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1692
  msgid "Shortcode-Leaderboard"
1693
  msgstr "Шорткод таблицы лучших"
1694
 
1695
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1696
  msgid "Preview"
1697
  msgstr "Предварительный просмотр"
1698
 
1699
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1700
  msgid "Add quiz"
1701
  msgstr "Добавить тест"
1702
 
1703
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1704
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1705
  msgid "Export"
1706
  msgstr "Экспорт"
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1709
  msgid ""
1710
  "Choose the respective question, which you would like to export and press on "
1711
  "\"Start export\""
1712
  msgstr ""
1713
  "Выберите вопрос, который хотите экспортировать и нажмите \"Экспортировать\""
1714
 
1715
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1716
  msgid "Start export"
1717
  msgstr "Экспортировать"
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1720
  msgid "Import only *.wpq files from known and trusted sources."
1721
  msgstr "Импортировать только *.wpq файлы из известных и надежных источников."
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1724
  #, php-format
1725
  msgid "Maximal %d MiB"
1726
  msgstr "Максимально %d MiB"
1727
 
1728
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1729
  #, php-format
1730
  msgid "Quiz: %s - Statistics"
1731
  msgstr "Тест: %s - Статистика"
1732
 
1733
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1734
  msgid "Stats not enabled"
1735
  msgstr "Статистика выключена"
1736
 
1737
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1738
  msgid "Activate statistics"
1739
  msgstr "Включить статистику"
1740
 
1741
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1742
+ msgid "Users"
1743
+ msgstr ""
 
 
 
 
1744
 
1745
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1746
  msgid "Overview"
1747
  msgstr "Обзор"
1748
 
1749
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1750
  msgid "Please select user name:"
1751
  msgstr "Пожалуйста, укажите имя:"
1752
 
1753
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1754
+ msgid "Anonymous user"
1755
+ msgstr ""
1756
+
1757
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1758
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1759
  msgid "Hints used"
1760
  msgstr "Подсказка использована"
1761
 
1762
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1763
  msgid "Points scored"
1764
  msgstr "набрано баллов"
1765
 
1766
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1767
+ msgid "Sub-Total: "
1768
+ msgstr ""
1769
+
1770
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1771
  msgid "Reset statistics"
1772
  msgstr "Сбросить статистику"
1773
 
1774
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1775
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1776
  msgid "Refresh"
1777
  msgstr "Обновить"
1778
 
1779
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1780
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1781
  msgid "Reset entire statistic"
1782
  msgstr "Сброс всей статистики"
1783
 
1784
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1785
  msgid "Show only users, who solved the quiz:"
1786
  msgstr "Показывать только тех пользователей, которые прошли тест:"
1787
 
1873
  "Вы можете перевести WP-Pro-Quiz на тот же язык (с русского на русский), "
1874
  "например для перевода кнопок."
1875
 
1876
+ #~ msgid ""
1877
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1878
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1879
+ #~ "below each other\" was used)"
1880
+ #~ msgstr ""
1881
+ #~ "Показывать \"правильно или неправильно\" после вопроса. В противном "
1882
+ #~ "случае решение будет показано в конце теста. (Опция игнорируется для "
1883
+ #~ "\"Ответы с номерами \")"
1884
+
1885
+ #~ msgid "Back button"
1886
+ #~ msgstr "Кнопка назад"
1887
+
1888
+ #~ msgid ""
1889
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1890
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1891
+ #~ msgstr ""
1892
+ #~ "Позволяет вернуться к вопросу. (Опция игнорируется для \"Проверить -> "
1893
+ #~ "Далее \" и для \"Ответы с номерами \")"
1894
+
1895
+ #~ msgid "Registered users"
1896
+ #~ msgstr "Зарегистрированные пользователи"
1897
+
1898
  #~ msgid "Points per correct answer"
1899
  #~ msgstr "Баллы за правильное соответствие"
1900
 
languages/wp-pro-quiz-sv_SE.mo CHANGED
Binary file
languages/wp-pro-quiz-sv_SE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-09 12:29+0100\n"
5
- "PO-Revision-Date: 2013-02-09 12:29+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
@@ -14,72 +14,76 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Vill du verkligen ta bort detta quiz/denna fråga"
20
 
21
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
22
  msgid "Title is not filled!"
23
  msgstr "Överskriften är tom!"
24
 
25
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
26
  msgid "No question deposited!"
27
  msgstr "Ingen fråga inlagd!"
28
 
29
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
30
  msgid "Correct answer was not selected!"
31
  msgstr "Rätt svar var inte markerat!"
32
 
33
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
34
  msgid "No answer deposited!"
35
  msgstr "Inget svar inskrivet!"
36
 
37
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
38
  msgid "No quiz description filled!"
39
  msgstr "Ingen quiz-beskrivning iskriven!"
40
 
41
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Procenttalet för resultattexten är inkorrekt."
44
 
45
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Inget nummer i fältet \"Poäng\" är mindre än 1"
48
 
49
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Inget nummer i fältet \"Poäng\" är mindre än 0"
52
 
53
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
54
  msgid "No quiz selected"
55
  msgstr "Inget quiz markerat"
56
 
57
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Vill du verkligen nollställa statistiken?"
60
 
61
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
65
  msgid "No data available"
66
  msgstr ""
67
 
68
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
69
  msgid "No sort element in the criterion"
70
  msgstr ""
71
 
72
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
 
 
 
 
 
77
  #: lib/controller/WpProQuiz_Controller_Front.php:44
78
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
79
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
80
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
81
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
82
- #: lib/view/WpProQuiz_View_Statistics.php:45
83
  msgid "Loading"
84
  msgstr "Laddar"
85
 
@@ -89,18 +93,18 @@ msgstr "Laddar"
89
  #: lib/controller/WpProQuiz_Controller_Question.php:51
90
  #: lib/controller/WpProQuiz_Controller_Question.php:128
91
  #: lib/controller/WpProQuiz_Controller_Question.php:143
92
- #: lib/controller/WpProQuiz_Controller_Question.php:196
93
- #: lib/controller/WpProQuiz_Controller_Question.php:342
94
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
95
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
96
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
98
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
99
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
100
  msgid "You do not have sufficient permissions to access this page."
101
  msgstr ""
102
 
103
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
104
  msgid "Settings saved"
105
  msgstr "Inställningar sparade"
106
 
@@ -125,25 +129,25 @@ msgstr "Frågor kopierade"
125
  msgid "Edit question"
126
  msgstr "Ändra fråga"
127
 
128
- #: lib/controller/WpProQuiz_Controller_Question.php:155
129
  msgid "Question not found"
130
  msgstr "Fråga ej funnen"
131
 
132
- #: lib/controller/WpProQuiz_Controller_Question.php:172
133
- #: lib/controller/WpProQuiz_Controller_Question.php:224
134
  #, php-format
135
  msgid "Question: %d"
136
  msgstr "Fråga: %d"
137
 
138
- #: lib/controller/WpProQuiz_Controller_Question.php:180
139
  msgid "Question edited"
140
  msgstr "Fråga ändrad"
141
 
142
- #: lib/controller/WpProQuiz_Controller_Question.php:200
143
  msgid "New question"
144
  msgstr "Ny fråga"
145
 
146
- #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  msgid "Question added"
148
  msgstr "Fråga tillagd"
149
 
@@ -211,31 +215,46 @@ msgstr "Filen har fel format"
211
  msgid "File is not compatible with the current version"
212
  msgstr ""
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
215
  msgid "The user completed a quiz."
216
  msgstr ""
217
 
218
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
219
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
220
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
221
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
222
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
223
  msgid "Leaderboard"
224
  msgstr ""
225
 
226
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
227
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
228
  #: lib/view/WpProQuiz_View_Import.php:22
229
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
231
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
232
- #: lib/view/WpProQuiz_View_Statistics.php:18
233
  #: lib/view/WpProQuiz_View_StyleManager.php:11
234
  msgid "back to overview"
235
  msgstr "Tillbaka till översikten"
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
238
- #: lib/view/WpProQuiz_View_Statistics.php:115
239
  msgid "Filter"
240
  msgstr ""
241
 
@@ -244,22 +263,22 @@ msgid "Sort by:"
244
  msgstr ""
245
 
246
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
247
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
248
  msgid "best user"
249
  msgstr ""
250
 
251
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
252
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
253
  msgid "newest entry"
254
  msgstr ""
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
257
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
258
  msgid "oldest entry"
259
  msgstr ""
260
 
261
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
262
- #: lib/view/WpProQuiz_View_Statistics.php:126
263
  msgid "How many entries should be shown on one page:"
264
  msgstr ""
265
 
@@ -273,12 +292,12 @@ msgid "UR = unregistered user, R = registered user"
273
  msgstr ""
274
 
275
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
276
- #: lib/view/WpProQuiz_View_Statistics.php:145
277
  msgid "User"
278
  msgstr ""
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
281
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
282
  msgid "E-Mail"
283
  msgstr ""
284
 
@@ -288,24 +307,24 @@ msgid "Entered on"
288
  msgstr ""
289
 
290
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
291
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
292
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
293
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
294
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
295
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
296
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
298
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
299
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
300
- #: lib/view/WpProQuiz_View_Statistics.php:54
301
- #: lib/view/WpProQuiz_View_Statistics.php:146
302
  msgid "Points"
303
  msgstr "Poäng"
304
 
305
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
306
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
307
- #: lib/view/WpProQuiz_View_Statistics.php:59
308
- #: lib/view/WpProQuiz_View_Statistics.php:150
309
  msgid "Results"
310
  msgstr "Resultat"
311
 
@@ -314,8 +333,9 @@ msgid "Action"
314
  msgstr "Aktion"
315
 
316
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
317
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
318
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
319
  msgid "Delete"
320
  msgstr "Ta bort"
321
 
@@ -327,138 +347,177 @@ msgstr ""
327
  msgid "Delete all entries"
328
  msgstr ""
329
 
330
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
  msgid "Start quiz"
332
  msgstr "Starta quiz"
333
 
334
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
335
  msgid ""
336
  "You have already completed the quiz before. Hence you can not start it again."
337
  msgstr ""
338
  "Du har redan färdigställt detta quiz, därför får du inte starta det igen."
339
 
340
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
341
  msgid "You have to finish following quiz, to start this quiz:"
342
  msgstr ""
343
 
344
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
345
  #, php-format
346
  msgid "%s of %s questions answered correctly"
347
  msgstr "%s av %s är frågor korrekt svarade"
348
 
349
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
350
  msgid "Your time: <span></span>"
351
  msgstr "Din tid: <span></span>"
352
 
353
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
354
  msgid "Time has elapsed"
355
  msgstr "Tid har gått ut!"
356
 
357
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
358
  #, php-format
359
  msgid "You have reached %s of %s points, (%s)"
360
  msgstr "Du fick %s av %s möjliga poäng, (%s)"
361
 
362
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
363
  msgid "Average score"
364
  msgstr ""
365
 
366
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
367
  msgid "Your score"
368
  msgstr ""
369
 
370
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
371
  msgid "Restart quiz"
372
  msgstr "Starta om quiz"
373
 
374
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
375
  msgid "View questions"
376
  msgstr "Visa svar"
377
 
378
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
379
  msgid "Show leaderboard"
380
  msgstr ""
381
 
382
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
383
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
384
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
385
- msgid "Time limit"
386
- msgstr "Tid"
387
-
388
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
389
  #, php-format
390
  msgid "Question %s of %s"
391
  msgstr "Fråga %s av %s"
392
 
393
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
394
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
395
- #: lib/view/WpProQuiz_View_Statistics.php:53
396
  msgid "Question"
397
  msgstr "Fråga"
398
 
399
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
400
  #, php-format
401
  msgid "%d points"
402
  msgstr "%d poäng"
403
 
404
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
405
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
406
  msgid "Sort elements"
407
  msgstr "sortera element"
408
 
409
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
410
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
411
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
412
- #: lib/view/WpProQuiz_View_Statistics.php:55
413
- #: lib/view/WpProQuiz_View_Statistics.php:147
414
  msgid "Correct"
415
  msgstr "Rätt svar!"
416
 
417
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
418
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
419
- #: lib/view/WpProQuiz_View_Statistics.php:56
420
- #: lib/view/WpProQuiz_View_Statistics.php:148
421
  msgid "Incorrect"
422
  msgstr "Fel svar!"
423
 
424
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
425
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
426
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
427
  msgid "Hint"
428
  msgstr "Tips"
429
 
430
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
431
- msgid "Check"
432
- msgstr "Svara"
 
 
433
 
434
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
435
  msgid "Back"
436
  msgstr "Tillbaka"
437
 
438
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
 
 
 
 
439
  msgid "Next exercise"
440
  msgstr "Nästa fråga >>"
441
 
442
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
443
- msgid "Finish quiz"
444
- msgstr "Avsluta quiz"
445
-
446
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
447
  msgid "Your result entered into leaderboard"
448
  msgstr ""
449
 
450
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
451
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
452
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
453
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
454
  msgid "Name"
455
  msgstr "Namn"
456
 
457
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
458
  msgid "Captcha"
459
  msgstr ""
460
 
461
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
462
  msgid "Send"
463
  msgstr ""
464
 
@@ -489,7 +548,7 @@ msgstr "inte att aktivera"
489
 
490
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
491
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
492
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
493
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
494
  msgid "Global settings"
495
  msgstr ""
@@ -506,60 +565,50 @@ msgstr ""
506
  "Dessa inställningar skall endast användas vid problemet med Wp-Pro-Quiz"
507
 
508
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
509
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
510
  msgid "Settings in case of problems"
511
  msgstr "Inställningar i fall det blir problem"
512
 
513
- #: lib/view/WpProQuiz_View_GobalSettings.php:37
514
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
515
- msgid "Leaderboard time format"
516
- msgstr ""
517
-
518
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
519
- msgid "Custom"
520
- msgstr ""
521
-
522
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
523
- msgid "Documentation on date and time formatting"
524
- msgstr ""
525
-
526
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
527
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
528
  msgid "Automatically add [raw] shortcode"
529
  msgstr "Lägger automatiskt till [raw]-kortkoden"
530
 
531
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
532
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
533
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
534
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
535
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
536
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
551
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
552
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
553
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
554
  msgid "Activate"
555
  msgstr "Aktivera"
556
 
557
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
558
  #, php-format
559
  msgid "It is recommended %s this option on your system."
560
  msgstr "Det är rekommenderat att %s detta val på ditt system"
561
 
562
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
563
  msgid ""
564
  "If this option is activated, a [raw] shortcode is automatically set around "
565
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
@@ -567,7 +616,7 @@ msgstr ""
567
  "Om det här valet är aktiverat, en [raw]-kortkod sätts automatiskt runt "
568
  "WpProQuiz-kortkodet ([WpProQuiz X] ) blir [raw] [WpProQuiz X] [/raw]"
569
 
570
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
571
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
572
  msgid ""
573
  "Own themes changes internal order of filters, what causes the problems. "
@@ -576,12 +625,12 @@ msgstr ""
576
  "Egna tema-ändringar ändrar på filterna, vilket kan orsaka problem. Med "
577
  "tillägg av kortkoden [raw] kan detta förhindras."
578
 
579
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
580
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
581
  msgid "Do not load the Javascript-files in the footer"
582
  msgstr "Ladda inte Javascript-filerna i footer"
583
 
584
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
585
  msgid ""
586
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
587
  "when they are really needed."
@@ -589,11 +638,11 @@ msgstr ""
589
  "Generellt laddas alla WpProQuiz-javascriptfiler i footern och endast när de "
590
  "behövs."
591
 
592
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
593
  msgid "In very old Wordpress themes this can lead to problems."
594
  msgstr "I väldigt gamla Wordpress-tema kan detta leda till problem."
595
 
596
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
597
  msgid ""
598
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
599
  "the header even if they are not needed."
@@ -601,7 +650,7 @@ msgstr ""
601
  "Om du aktiverar detta val, så kommer alla WpProQuiz-javascriptfiler att "
602
  "laddas i headern även om det inte behövs."
603
 
604
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
605
  #, php-format
606
  msgid ""
607
  "Anyone who wants to learn more about this topic should read through the "
@@ -610,51 +659,132 @@ msgstr ""
610
  "Alla som vill lära sig mer om detta ämne bör läsa igenom de följande "
611
  "webbsidorna %s och %s."
612
 
613
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
614
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
615
  msgid "Touch Library"
616
  msgstr "Touch Library"
617
 
618
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
619
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
620
  msgid "Deactivate"
621
  msgstr "Deaktivera"
622
 
623
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
624
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
625
  msgstr "I version 0.13 lades ett nytt Touch Library till för mobila enheter."
626
 
627
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
628
  msgid "If you have any problems with the Touch Library, please deactivate it."
629
  msgstr "Om du har några problem med Touch Library, vänligen deaktivera det."
630
 
631
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
632
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
633
  msgid "jQuery support cors"
634
  msgstr ""
635
 
636
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
637
  msgid "Is required only in rare cases."
638
  msgstr ""
639
 
640
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
641
  msgid "If you have problems with the front ajax, please activate it."
642
  msgstr ""
643
 
644
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
645
  msgid "e.g. Domain with special characters in combination with IE"
646
  msgstr ""
647
 
648
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
649
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
650
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
651
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
652
  msgid "Save"
653
  msgstr "Spara"
654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
655
  #: lib/view/WpProQuiz_View_Import.php:21
656
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
657
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
658
  msgid "Import"
659
  msgstr "Importera"
660
 
@@ -674,31 +804,27 @@ msgstr "Import lyckades"
674
  msgid "Quiz name"
675
  msgstr "Quiz-namn"
676
 
677
- #: lib/view/WpProQuiz_View_Import.php:44
678
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
679
- msgid "Questions"
680
- msgstr "Frågor"
681
-
682
  #: lib/view/WpProQuiz_View_Import.php:67
683
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
684
  msgid "Start import"
685
  msgstr "Börja importera"
686
 
687
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
688
  msgid "Title"
689
  msgstr "Titel"
690
 
691
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
692
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
693
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
694
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
695
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
696
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
697
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
698
  msgid "(optional)"
699
  msgstr "(valfritt)"
700
 
701
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
702
  msgid ""
703
  "The title is used for overview, it is not visible in quiz. If you leave the "
704
  "title field empty, a title will be generated."
@@ -706,49 +832,78 @@ msgstr ""
706
  "Denna överskrift syns bara i admin-gränssnittet, och är inte synbart i "
707
  "quizzet. Om du lämnar överskriften tom kommer en överskrift att genereras."
708
 
709
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
710
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
711
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
712
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
713
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
714
  msgid "(required)"
715
  msgstr "(krav)"
716
 
717
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
718
  msgid "Points for this question (Standard is 1 point)"
719
  msgstr "Poäng för denna fråga (standard är 1 poäng)"
720
 
721
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
722
  msgid ""
723
  "This points will be rewarded, only if the user closes the question correctly."
724
  msgstr ""
725
 
726
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
727
  msgid "Different points for each answer"
728
  msgstr ""
729
 
730
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
731
  msgid ""
732
  "If you enable this option, you can enter different points for every answer."
733
  msgstr ""
734
 
735
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
736
  msgid "Show reached points in the correct- and incorrect message?"
737
  msgstr ""
738
 
739
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
  msgid "Message with the correct / incorrect answer"
741
  msgstr ""
742
 
743
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
744
  msgid "Deactivated in quiz settings."
745
  msgstr ""
746
 
747
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
748
  msgid "Message with the correct answer"
749
  msgstr "Meddelande till det rätta svaret"
750
 
751
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
752
  msgid ""
753
  "This text will be visible if answered correctly. It can be used as "
754
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -758,15 +913,15 @@ msgstr ""
758
  "förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller \"Fel\" "
759
  "kommer alltid att visas automatiskt."
760
 
761
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
762
  msgid "Same text for correct- and incorrect-message?"
763
  msgstr "Samma text för rätt och fel svar?"
764
 
765
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
766
  msgid "Message with the incorrect answer"
767
  msgstr "Meddelande för felaktigt svar"
768
 
769
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
770
  msgid ""
771
  "This text will be visible if answered incorrectly. It can be used as "
772
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
@@ -776,47 +931,47 @@ msgstr ""
776
  "användas som förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller "
777
  "\"Fel\" kommer alltid att visas automatiskt."
778
 
779
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
780
  msgid "Here you can enter solution hint."
781
  msgstr "Här kan du skriva in ett tips."
782
 
783
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
784
  msgid "Activate hint for this question?"
785
  msgstr "Aktivera tips för denna fråga"
786
 
787
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
788
  msgid "Answer type"
789
  msgstr "Svarstyp"
790
 
791
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
792
  msgid "Single choice"
793
  msgstr "Ett svar"
794
 
795
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
796
  msgid "Multiple choice"
797
  msgstr "Flera svar"
798
 
799
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
800
  msgid "\"Free\" choice"
801
  msgstr "\"Fritt\" svar"
802
 
803
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
804
  msgid "\"Sorting\" choice"
805
  msgstr "\"Sorteringssvar\""
806
 
807
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
808
  msgid "\"Matrix Sorting\" choice"
809
  msgstr "\"Matrix Sorting\"-svar"
810
 
811
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
812
  msgid "Cloze"
813
  msgstr "Cloze"
814
 
815
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
816
  msgid "Answers"
817
  msgstr "Svar"
818
 
819
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
820
  msgid ""
821
  "Please sort the answers in right order with the \"Move\" - Button. The "
822
  "answers will be displayed randomly."
@@ -824,13 +979,13 @@ msgstr ""
824
  "Vänligen sortera svaren i rätt ordning med \"flytta\"-knappen. Svaren kommer "
825
  "att visas i blandad ordning."
826
 
827
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
828
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
829
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
830
  msgid "Add new answer"
831
  msgstr "Lägg till nytt svar"
832
 
833
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
834
  msgid ""
835
  "In this mode, not a list have to be sorted, but elements must be assigned to "
836
  "matching criterion."
@@ -838,55 +993,55 @@ msgstr ""
838
  "I denna metod så har vi inte en lista som måste sorteras, utan element som "
839
  "måste matchas till kriterier."
840
 
841
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
842
  msgid ""
843
  "You can create sort elements with empty criteria, which can't be assigned by "
844
  "user."
845
  msgstr ""
846
 
847
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
848
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
849
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
850
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
851
  msgid "Options"
852
  msgstr "Alternativ"
853
 
854
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
855
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
856
  msgid "Answer"
857
  msgstr ""
858
 
859
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
860
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
861
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
862
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
863
  msgid "Allow HTML"
864
  msgstr "Tillåt HTML"
865
 
866
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
867
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
868
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
869
  msgid "Delete answer"
870
  msgstr "Radera svar"
871
 
872
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
873
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
874
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
875
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
876
  msgid "Move"
877
  msgstr "Flytta"
878
 
879
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
880
  msgid "Criterion"
881
  msgstr "Kriterie"
882
 
883
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
884
  msgid ""
885
  "correct answers (one per line) (answers will be converted to lower case)"
886
  msgstr ""
887
  "Korrekt svar (en per rad) (svar kommer att konverteras till små bokstäver)"
888
 
889
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
890
  msgid ""
891
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
892
  "small letters will be ignored."
@@ -894,13 +1049,21 @@ msgstr ""
894
  "Inkapsla det sökta ordet med {} t.ex \"Jag {spelar} fotboll\". Stora och små "
895
  "bokstäver ignoreras."
896
 
897
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
898
  msgid ""
899
  "If mode \"Different points for every answer\" is activated, you can assign "
900
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
901
  msgstr ""
902
 
903
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
904
  msgid ""
905
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
906
  "\" 3 points."
@@ -910,13 +1073,8 @@ msgstr ""
910
  msgid "Questions sorted"
911
  msgstr "Frågor sorterade"
912
 
913
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
914
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
915
- msgid "Edit"
916
- msgstr "Ändra"
917
-
918
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
919
- #: lib/view/WpProQuiz_View_Statistics.php:84
920
  msgid "Total"
921
  msgstr "Totalt"
922
 
@@ -945,73 +1103,73 @@ msgstr ""
945
  msgid "Copy questions"
946
  msgstr "Kopiera frågor"
947
 
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
949
  msgid "Quiz title"
950
  msgstr "Quiz-överskrift"
951
 
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
953
  msgid "Hide quiz title"
954
  msgstr "Göm quiz-överskrift"
955
 
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
957
  msgid "Hide title"
958
  msgstr "Göm överskrift"
959
 
960
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
961
  msgid "The title serves as quiz heading."
962
  msgstr "Titeln agerar quiz-överskrift"
963
 
964
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
965
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
966
  msgid "Hide \"Restart quiz\" button"
967
  msgstr "Göm \"Starta om quiz\"-knappen"
968
 
969
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
970
  msgid "Hide the \"Restart quiz\" button in the Frontend."
971
  msgstr "Gömmer \"Starta om quiz\"-knappen för användaren"
972
 
973
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
974
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
975
  msgid "Hide \"View question\" button"
976
  msgstr "Göm \"Visa fråga\"-knappen"
977
 
978
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
979
  msgid "Hide the \"View question\" button in the Frontend."
980
  msgstr "Gömmer \"Visa fråga\"-knappen för användaren"
981
 
982
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
983
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
984
  msgid "Show points"
985
  msgstr "Visa poäng"
986
 
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
988
  msgid "Shows in quiz, how many points are reachable for respective question."
989
  msgstr "Visa i quiz hur många poäng som är max för varje fråga."
990
 
991
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
992
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
993
  msgid "Display question randomly"
994
  msgstr "Visa frågor i blandad ordning"
995
 
996
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
997
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
998
  msgid "Display answers randomly"
999
  msgstr "Visa svar i blandad ordning"
1000
 
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
1002
  msgid "Seconds"
1003
  msgstr "Sekunder"
1004
 
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
1006
  msgid "0 = no limit"
1007
  msgstr "0 = ingen tidsbegränsning"
1008
 
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
1010
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
1011
  msgid "Number answers"
1012
  msgstr "Nummersvar"
1013
 
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
1015
  msgid ""
1016
  "If this option is activated, all answers are numbered (only single and "
1017
  "multiple choice)"
@@ -1019,69 +1177,28 @@ msgstr ""
1019
  "Om det här svaret är aktiverat, så kommer alla svar att vara numrerade "
1020
  "(endast singel och multi-svar)"
1021
 
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1023
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
1024
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
1025
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1026
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
1027
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
1028
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
1029
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
1030
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
1031
  msgid "Demo"
1032
  msgstr "Demo"
1033
 
1034
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1035
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1036
- msgid "Questions below each other"
1037
- msgstr "Frågor under varandra"
1038
-
1039
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1040
- msgid ""
1041
- "If this option is activated, all answers are displayed below each other, i."
1042
- "e. all questions are on a single page. Otherwise all questions are displayed "
1043
- "one after the other."
1044
- msgstr ""
1045
- "Om det här valet är aktiverat så kommer alla frågor visas under varandra, "
1046
- "tex alla frågor är på en enskild sida. Annars kommer alla frågor att visas "
1047
- "en och en."
1048
-
1049
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1050
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1051
- msgid "Check -> continue"
1052
- msgstr "Visa rätt svar innan användaren fortsätter"
1053
-
1054
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1055
- msgid ""
1056
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1057
- "be displayed at the end. (Option will be ignored if \"questions below each "
1058
- "other\" was used)"
1059
- msgstr ""
1060
- "Visar \"rätt eller fel\" efter varje fråga. I annat fall kommer de rätta "
1061
- "svaren att visas i slutet (Valet kommer att ignoreras ifall \"Frågor under "
1062
- "varadra\" har använts)"
1063
-
1064
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1065
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1066
- msgid "Back button"
1067
- msgstr "Bakåtknapp"
1068
-
1069
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1070
- msgid ""
1071
- "Allows to use the back button in a question. (Option will be ignored if "
1072
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1073
- msgstr ""
1074
- "Tillåter en bakåt-knapp i frågorna (valet kommer att ignoreras om \"Visa "
1075
- "rätt svar innan användaren fortsätter\" eller \"\frågor under varandra\" har "
1076
- "använts)"
1077
-
1078
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1079
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1080
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1081
  msgid "Statistics"
1082
  msgstr "Statistik"
1083
 
1084
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1085
  msgid ""
1086
  "Statistics about right or wrong answers. Statistics will be saved by "
1087
  "completed quiz, not after every question. The statistics is only visible "
@@ -1091,16 +1208,16 @@ msgstr ""
1091
  "färdigställda quiz, inte efter varje fråga. Statistiken går endast att se i "
1092
  "administratörsmenyn (intern statistik)"
1093
 
1094
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1095
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1096
  msgid "Statistics IP-lock"
1097
  msgstr "Statistik-IPblockering"
1098
 
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1100
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1101
  msgstr "i minuter (rekommenderas 1440 minuter = 1 dag)"
1102
 
1103
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1104
  msgid ""
1105
  "Protect the statistics from spam. Result will only be saved every X minutes "
1106
  "from same IP. (0 = deactivated)"
@@ -1108,12 +1225,12 @@ msgstr ""
1108
  "Skydda statistik för spam. Resultat kommer endast att sparas varje x minut "
1109
  "från samma IP. (0 = deaktiverad)"
1110
 
1111
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1112
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1113
  msgid "Execute quiz only once"
1114
  msgstr "Tillåt användare att genomföra quiz endast en gång"
1115
 
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1117
  msgid ""
1118
  "If you activate this option, the user can complete the quiz only once. "
1119
  "Afterwards the quiz is blocked for this user."
@@ -1121,30 +1238,30 @@ msgstr ""
1121
  "Om du aktiverar detta så kommer användarna endast kunna köra ditt quiz en "
1122
  "gång. Efter är användaren blockerad för att köra igen."
1123
 
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1125
  msgid "This option applies to:"
1126
  msgstr "Detta val gäller:"
1127
 
1128
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1129
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1130
  msgid "all users"
1131
  msgstr "alla användare"
1132
 
1133
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1134
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1135
  msgid "registered useres only"
1136
  msgstr "endast registrerade användare"
1137
 
1138
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1139
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1140
  msgid "anonymous users only"
1141
  msgstr "endast anonyma användare"
1142
 
1143
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1144
  msgid "user identification by cookie"
1145
  msgstr "användaridentifiering via cookies"
1146
 
1147
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1148
  msgid ""
1149
  "If you activate this option, a cookie is set additionally for unregistrated "
1150
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1154,201 +1271,303 @@ msgstr ""
1154
  "(anonyma) användare. Detta säkrar mer långvariga quiz för användaren "
1155
  "istället för bara kontroll via IP-adress."
1156
 
1157
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1158
  msgid "Reset the user identification"
1159
  msgstr "Nollställ användaridentifikation"
1160
 
1161
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1162
  msgid "User identification has been reset."
1163
  msgstr "Användaridentifikation nollställd."
1164
 
1165
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1166
  msgid "Resets user identification for all users."
1167
  msgstr "Nollställ användaridentifikation för alla användare."
1168
 
1169
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1170
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1171
  msgid "Hide correct- and incorrect message"
1172
  msgstr ""
1173
 
1174
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1175
  msgid ""
1176
  "If you enable this option, no correct- or incorrect message will be "
1177
  "displayed."
1178
  msgstr ""
1179
 
1180
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1181
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1182
  msgid "Correct and incorrect answer mark"
1183
  msgstr ""
1184
 
1185
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1186
  msgid ""
1187
  "If you enable this option, answers won't be color highlighted as correct or "
1188
  "incorrect. "
1189
  msgstr ""
1190
 
1191
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1192
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1193
  msgid "Show only specific number of questions"
1194
  msgstr ""
1195
 
1196
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1197
  msgid ""
1198
  "If you enable this option, maximum number of displayed questions will be X "
1199
  "from X questions. (The output of questions is random)"
1200
  msgstr ""
1201
 
1202
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1203
  msgid "The statistics function is not available in this option."
1204
  msgstr ""
1205
 
1206
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1207
  msgid ""
1208
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1209
  msgstr ""
1210
 
1211
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1212
  msgid "How many questions should be displayed simultaneously:"
1213
  msgstr ""
1214
 
1215
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1216
  msgid "in percent"
1217
  msgstr ""
1218
 
1219
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1220
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1221
  msgid "Show average points"
1222
  msgstr ""
1223
 
1224
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1225
  msgid "Statistics-function must be enabled."
1226
  msgstr ""
1227
 
1228
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1229
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1230
  msgid "Prerequisites"
1231
  msgstr ""
1232
 
1233
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1234
  msgid ""
1235
  "If you enable this option, you can choose quiz, which user have to finish "
1236
  "before he can start this quiz."
1237
  msgstr ""
1238
 
1239
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1240
  msgid ""
1241
  "In all selected quizzes statistic function have to be active. If it is not "
1242
  "it will be activated automatically."
1243
  msgstr ""
1244
 
1245
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1246
  msgid "Quiz"
1247
  msgstr ""
1248
 
1249
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1250
  msgid "Prerequisites (This quiz have to be finished)"
1251
  msgstr ""
1252
 
1253
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1254
  msgid ""
1255
  "The leaderboard allows users to enter results in public list and to share "
1256
  "the result this way."
1257
  msgstr ""
1258
 
1259
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1260
  msgid "The leaderboard works independent from internal statistics function."
1261
  msgstr ""
1262
 
1263
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1264
  msgid "Who can sign up to the list"
1265
  msgstr ""
1266
 
1267
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1268
  msgid ""
1269
  "Not registered users have to enter name and e-mail (e-mail won't be "
1270
  "displayed)"
1271
  msgstr ""
1272
 
1273
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1274
  msgid "display captcha"
1275
  msgstr ""
1276
 
1277
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1278
  msgid ""
1279
  "If you enable this option, additional captcha will be displayed for users "
1280
  "who are not registered."
1281
  msgstr ""
1282
 
1283
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1284
  msgid "This option requires additional plugin:"
1285
  msgstr ""
1286
 
1287
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1288
  msgid "Plugin has been detected."
1289
  msgstr ""
1290
 
1291
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1292
  msgid "Plugin is not installed."
1293
  msgstr ""
1294
 
1295
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1296
  msgid "Sort list by"
1297
  msgstr ""
1298
 
1299
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1300
  msgid "Users can apply multiple times"
1301
  msgstr ""
1302
 
1303
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1304
  msgid "User can apply after:"
1305
  msgstr ""
1306
 
1307
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1308
  msgid "minute"
1309
  msgstr ""
1310
 
1311
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1312
  msgid "How many entries should be displayed"
1313
  msgstr ""
1314
 
1315
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1316
  msgid "Entries"
1317
  msgstr ""
1318
 
1319
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1320
  msgid "Automatically display leaderboard in quiz result"
1321
  msgstr ""
1322
 
1323
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1324
  msgid "Where should leaderboard be displayed:"
1325
  msgstr ""
1326
 
1327
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1328
  msgid "don't display"
1329
  msgstr ""
1330
 
1331
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1332
  msgid "below the \"result text\""
1333
  msgstr ""
1334
 
1335
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1336
  msgid "in a button"
1337
  msgstr ""
1338
 
1339
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1340
  msgid "Quiz description"
1341
  msgstr "Quiz-beskrivning"
1342
 
1343
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1344
  msgid "This text will be displayed before start of the quiz."
1345
  msgstr "Denna text kommer att visas innan quiz startas."
1346
 
1347
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1348
  msgid "Results text"
1349
  msgstr "Resultattext"
1350
 
1351
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1352
  msgid ""
1353
  "This text will be displayed at the end of the quiz (in results). (this text "
1354
  "is optional)"
@@ -1356,19 +1575,19 @@ msgstr ""
1356
  "Denna text kommer att visas i slutet av varje quiz (i resultatetn). (Denna "
1357
  "text är frivillig)"
1358
 
1359
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1360
  msgid "Activate graduation"
1361
  msgstr "Aktivera graduering"
1362
 
1363
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1364
  msgid "Hint:"
1365
  msgstr "Tips:"
1366
 
1367
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1368
  msgid "Maximal 15 levels"
1369
  msgstr "Maximum 15 nivåer"
1370
 
1371
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1372
  #, php-format
1373
  msgid ""
1374
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1377,26 +1596,26 @@ msgstr ""
1377
  "Procenten representerar totalprocenten för quizzet. (För närvarande totalt "
1378
  "%d poäng av %d frågor)"
1379
 
1380
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1381
  msgid "Values can also be mixed up"
1382
  msgstr "Värden kan också mixas in"
1383
 
1384
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1385
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1386
  msgstr "10,15% och 10.15% tillåtet (max två siffror efter decimalen)"
1387
 
1388
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1389
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1390
  msgid "from:"
1391
  msgstr "från:"
1392
 
1393
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1394
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1395
  msgid "percent"
1396
  msgstr "procent"
1397
 
1398
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1399
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1400
  #, php-format
1401
  msgid ""
1402
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -1405,12 +1624,12 @@ msgstr ""
1405
  "(Kommer att visas när resultat-procenten är >= <span class=\"resultprozent\">"
1406
  "%s</span>%%)"
1407
 
1408
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1409
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1410
  msgid "Delete graduation"
1411
  msgstr "Ta bort graduering"
1412
 
1413
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1414
  msgid "Add graduation"
1415
  msgstr "Lägg till graduering"
1416
 
@@ -1435,32 +1654,32 @@ msgstr "Stil-manager"
1435
  msgid "Support WP-Pro-Quiz"
1436
  msgstr ""
1437
 
1438
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1439
  msgid "ID"
1440
  msgstr "ID"
1441
 
1442
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1443
  msgid "Shortcode"
1444
  msgstr "Kortkod"
1445
 
1446
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1447
  msgid "Shortcode-Leaderboard"
1448
  msgstr ""
1449
 
1450
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1451
  msgid "Preview"
1452
  msgstr "Förhandsgranskning"
1453
 
1454
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1455
  msgid "Add quiz"
1456
  msgstr "Lägg till quiz"
1457
 
1458
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1459
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1460
  msgid "Export"
1461
  msgstr "Exportera"
1462
 
1463
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1464
  msgid ""
1465
  "Choose the respective question, which you would like to export and press on "
1466
  "\"Start export\""
@@ -1468,72 +1687,76 @@ msgstr ""
1468
  "Välj respektive fråga som du vill exportera och klicka på \"Starta "
1469
  "exportering\""
1470
 
1471
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1472
  msgid "Start export"
1473
  msgstr "Starta expotering"
1474
 
1475
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1476
  msgid "Import only *.wpq files from known and trusted sources."
1477
  msgstr "Impoertera endast *.wpq-filer från kända källor."
1478
 
1479
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1480
  #, php-format
1481
  msgid "Maximal %d MiB"
1482
  msgstr "Maximalt %d MiB"
1483
 
1484
- #: lib/view/WpProQuiz_View_Statistics.php:17
1485
  #, php-format
1486
  msgid "Quiz: %s - Statistics"
1487
  msgstr "Quiz: %s - Statistik"
1488
 
1489
- #: lib/view/WpProQuiz_View_Statistics.php:21
1490
  msgid "Stats not enabled"
1491
  msgstr "Statistik inte påsatt"
1492
 
1493
- #: lib/view/WpProQuiz_View_Statistics.php:22
1494
  msgid "Activate statistics"
1495
  msgstr "Aktivera statistik"
1496
 
1497
- #: lib/view/WpProQuiz_View_Statistics.php:27
1498
- msgid "Anonymous users"
1499
- msgstr "Anonyma användare"
1500
-
1501
- #: lib/view/WpProQuiz_View_Statistics.php:28
1502
- msgid "Registered users"
1503
- msgstr "Registrerade användare"
1504
 
1505
- #: lib/view/WpProQuiz_View_Statistics.php:29
1506
  msgid "Overview"
1507
  msgstr "Överblick"
1508
 
1509
- #: lib/view/WpProQuiz_View_Statistics.php:34
1510
  msgid "Please select user name:"
1511
  msgstr "Vänligen markera användarnamn"
1512
 
1513
- #: lib/view/WpProQuiz_View_Statistics.php:57
1514
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1515
  msgid "Hints used"
1516
  msgstr "Tips använt"
1517
 
1518
- #: lib/view/WpProQuiz_View_Statistics.php:58
1519
  msgid "Points scored"
1520
  msgstr ""
1521
 
1522
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1523
  msgid "Reset statistics"
1524
  msgstr "Nollställ statistik"
1525
 
1526
- #: lib/view/WpProQuiz_View_Statistics.php:100
1527
- #: lib/view/WpProQuiz_View_Statistics.php:172
1528
  msgid "Refresh"
1529
  msgstr "Uppdatera"
1530
 
1531
- #: lib/view/WpProQuiz_View_Statistics.php:104
1532
- #: lib/view/WpProQuiz_View_Statistics.php:174
1533
  msgid "Reset entire statistic"
1534
  msgstr "Nolltäll all statistik"
1535
 
1536
- #: lib/view/WpProQuiz_View_Statistics.php:120
1537
  msgid "Show only users, who solved the quiz:"
1538
  msgstr ""
1539
 
@@ -1615,6 +1838,29 @@ msgid ""
1615
  "english to english) e.g. to rename buttons."
1616
  msgstr ""
1617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1618
  #~ msgid "correct?"
1619
  #~ msgstr "Korrekt svar"
1620
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:55+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:55+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
18
  msgid "Do you really want to delete the quiz/question?"
19
  msgstr "Vill du verkligen ta bort detta quiz/denna fråga"
20
 
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
22
  msgid "Title is not filled!"
23
  msgstr "Överskriften är tom!"
24
 
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
26
  msgid "No question deposited!"
27
  msgstr "Ingen fråga inlagd!"
28
 
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
30
  msgid "Correct answer was not selected!"
31
  msgstr "Rätt svar var inte markerat!"
32
 
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
34
  msgid "No answer deposited!"
35
  msgstr "Inget svar inskrivet!"
36
 
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
38
  msgid "No quiz description filled!"
39
  msgstr "Ingen quiz-beskrivning iskriven!"
40
 
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
42
  msgid "The percent values in result text are incorrect."
43
  msgstr "Procenttalet för resultattexten är inkorrekt."
44
 
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
46
  msgid "No number in the field \"Points\" or less than 1"
47
  msgstr "Inget nummer i fältet \"Poäng\" är mindre än 1"
48
 
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
50
  msgid "No number in the field \"Points\" or less than 0"
51
  msgstr "Inget nummer i fältet \"Poäng\" är mindre än 0"
52
 
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
54
  msgid "No quiz selected"
55
  msgstr "Inget quiz markerat"
56
 
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
58
  msgid "Do you really want to reset the statistic?"
59
  msgstr "Vill du verkligen nollställa statistiken?"
60
 
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr ""
67
 
68
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
69
  msgid "No sort element in the criterion"
70
  msgstr ""
71
 
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
73
  msgid ""
74
  "\"Different points for every answer\" is not possible at \"Free\" choice"
75
  msgstr ""
76
 
77
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
78
+ msgid "You must specify a name."
79
+ msgstr ""
80
+
81
  #: lib/controller/WpProQuiz_Controller_Front.php:44
82
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
83
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
84
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
85
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
86
+ #: lib/view/WpProQuiz_View_Statistics.php:40
87
  msgid "Loading"
88
  msgstr "Laddar"
89
 
93
  #: lib/controller/WpProQuiz_Controller_Question.php:51
94
  #: lib/controller/WpProQuiz_Controller_Question.php:128
95
  #: lib/controller/WpProQuiz_Controller_Question.php:143
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
97
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
101
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
102
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
103
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
104
  msgid "You do not have sufficient permissions to access this page."
105
  msgstr ""
106
 
107
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
108
  msgid "Settings saved"
109
  msgstr "Inställningar sparade"
110
 
129
  msgid "Edit question"
130
  msgstr "Ändra fråga"
131
 
132
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
133
  msgid "Question not found"
134
  msgstr "Fråga ej funnen"
135
 
136
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
138
  #, php-format
139
  msgid "Question: %d"
140
  msgstr "Fråga: %d"
141
 
142
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
143
  msgid "Question edited"
144
  msgstr "Fråga ändrad"
145
 
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
147
  msgid "New question"
148
  msgstr "Ny fråga"
149
 
150
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
151
  msgid "Question added"
152
  msgstr "Fråga tillagd"
153
 
215
  msgid "File is not compatible with the current version"
216
  msgstr ""
217
 
218
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
219
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
220
+ msgstr ""
221
+
222
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
223
+ msgid ""
224
+ "Wp-Pro-Quiz\n"
225
+ "\n"
226
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
227
+ "\n"
228
+ "Points: $points\n"
229
+ "Result: $result\n"
230
+ "\n"
231
+ msgstr ""
232
+
233
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
234
  msgid "The user completed a quiz."
235
  msgstr ""
236
 
237
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
238
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
241
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
242
  msgid "Leaderboard"
243
  msgstr ""
244
 
245
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
246
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
247
  #: lib/view/WpProQuiz_View_Import.php:22
248
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
249
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
251
+ #: lib/view/WpProQuiz_View_Statistics.php:24
252
  #: lib/view/WpProQuiz_View_StyleManager.php:11
253
  msgid "back to overview"
254
  msgstr "Tillbaka till översikten"
255
 
256
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
257
+ #: lib/view/WpProQuiz_View_Statistics.php:158
258
  msgid "Filter"
259
  msgstr ""
260
 
263
  msgstr ""
264
 
265
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
267
  msgid "best user"
268
  msgstr ""
269
 
270
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
272
  msgid "newest entry"
273
  msgstr ""
274
 
275
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
277
  msgid "oldest entry"
278
  msgstr ""
279
 
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
281
+ #: lib/view/WpProQuiz_View_Statistics.php:169
282
  msgid "How many entries should be shown on one page:"
283
  msgstr ""
284
 
292
  msgstr ""
293
 
294
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
295
+ #: lib/view/WpProQuiz_View_Statistics.php:188
296
  msgid "User"
297
  msgstr ""
298
 
299
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
300
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
301
  msgid "E-Mail"
302
  msgstr ""
303
 
307
  msgstr ""
308
 
309
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
310
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
312
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
313
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
318
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
319
+ #: lib/view/WpProQuiz_View_Statistics.php:64
320
+ #: lib/view/WpProQuiz_View_Statistics.php:189
321
  msgid "Points"
322
  msgstr "Poäng"
323
 
324
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
325
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
326
+ #: lib/view/WpProQuiz_View_Statistics.php:69
327
+ #: lib/view/WpProQuiz_View_Statistics.php:193
328
  msgid "Results"
329
  msgstr "Resultat"
330
 
333
  msgstr "Aktion"
334
 
335
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
336
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
337
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
338
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
339
  msgid "Delete"
340
  msgstr "Ta bort"
341
 
347
  msgid "Delete all entries"
348
  msgstr ""
349
 
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
353
+ msgid "Time limit"
354
+ msgstr "Tid"
355
+
356
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
357
+ msgid "Answered"
358
+ msgstr ""
359
+
360
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
361
+ msgid "Review"
362
+ msgstr ""
363
+
364
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
365
+ msgid "Review question"
366
+ msgstr ""
367
+
368
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
370
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
374
+ msgid "Quiz-summary"
375
+ msgstr ""
376
+
377
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
378
+ #, php-format
379
+ msgid "%s of %s questions completed"
380
+ msgstr ""
381
+
382
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
383
+ #: lib/view/WpProQuiz_View_Import.php:44
384
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
385
+ msgid "Questions"
386
+ msgstr "Frågor"
387
+
388
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
390
+ msgid "Finish quiz"
391
+ msgstr "Avsluta quiz"
392
+
393
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
394
  msgid "Start quiz"
395
  msgstr "Starta quiz"
396
 
397
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
398
  msgid ""
399
  "You have already completed the quiz before. Hence you can not start it again."
400
  msgstr ""
401
  "Du har redan färdigställt detta quiz, därför får du inte starta det igen."
402
 
403
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
404
  msgid "You have to finish following quiz, to start this quiz:"
405
  msgstr ""
406
 
407
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
408
  #, php-format
409
  msgid "%s of %s questions answered correctly"
410
  msgstr "%s av %s är frågor korrekt svarade"
411
 
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
413
  msgid "Your time: <span></span>"
414
  msgstr "Din tid: <span></span>"
415
 
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
417
  msgid "Time has elapsed"
418
  msgstr "Tid har gått ut!"
419
 
420
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
421
  #, php-format
422
  msgid "You have reached %s of %s points, (%s)"
423
  msgstr "Du fick %s av %s möjliga poäng, (%s)"
424
 
425
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
426
  msgid "Average score"
427
  msgstr ""
428
 
429
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
430
  msgid "Your score"
431
  msgstr ""
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
434
  msgid "Restart quiz"
435
  msgstr "Starta om quiz"
436
 
437
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
438
  msgid "View questions"
439
  msgstr "Visa svar"
440
 
441
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
442
  msgid "Show leaderboard"
443
  msgstr ""
444
 
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
446
  #, php-format
447
  msgid "Question %s of %s"
448
  msgstr "Fråga %s av %s"
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
451
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
452
+ #: lib/view/WpProQuiz_View_Statistics.php:63
453
  msgid "Question"
454
  msgstr "Fråga"
455
 
456
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
457
  #, php-format
458
  msgid "%d points"
459
  msgstr "%d poäng"
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
462
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
463
  msgid "Sort elements"
464
  msgstr "sortera element"
465
 
466
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
468
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
469
+ #: lib/view/WpProQuiz_View_Statistics.php:65
470
+ #: lib/view/WpProQuiz_View_Statistics.php:190
471
  msgid "Correct"
472
  msgstr "Rätt svar!"
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
475
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
476
+ #: lib/view/WpProQuiz_View_Statistics.php:66
477
+ #: lib/view/WpProQuiz_View_Statistics.php:191
478
  msgid "Incorrect"
479
  msgstr "Fel svar!"
480
 
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
483
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
484
  msgid "Hint"
485
  msgstr "Tips"
486
 
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
490
+ msgid "Skip question"
491
+ msgstr ""
492
 
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
494
  msgid "Back"
495
  msgstr "Tillbaka"
496
 
497
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
498
+ msgid "Check"
499
+ msgstr "Svara"
500
+
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
502
  msgid "Next exercise"
503
  msgstr "Nästa fråga >>"
504
 
505
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
 
 
 
 
506
  msgid "Your result entered into leaderboard"
507
  msgstr ""
508
 
509
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
510
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
511
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
512
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
513
  msgid "Name"
514
  msgstr "Namn"
515
 
516
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
517
  msgid "Captcha"
518
  msgstr ""
519
 
520
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
521
  msgid "Send"
522
  msgstr ""
523
 
548
 
549
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
550
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
551
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
552
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
553
  msgid "Global settings"
554
  msgstr ""
565
  "Dessa inställningar skall endast användas vid problemet med Wp-Pro-Quiz"
566
 
567
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
568
+ #: lib/view/WpProQuiz_View_GobalSettings.php:37
569
  msgid "Settings in case of problems"
570
  msgstr "Inställningar i fall det blir problem"
571
 
572
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
573
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
574
  msgid "Automatically add [raw] shortcode"
575
  msgstr "Lägger automatiskt till [raw]-kortkoden"
576
 
577
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
578
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
579
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
603
  msgid "Activate"
604
  msgstr "Aktivera"
605
 
606
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
607
  #, php-format
608
  msgid "It is recommended %s this option on your system."
609
  msgstr "Det är rekommenderat att %s detta val på ditt system"
610
 
611
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
612
  msgid ""
613
  "If this option is activated, a [raw] shortcode is automatically set around "
614
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
616
  "Om det här valet är aktiverat, en [raw]-kortkod sätts automatiskt runt "
617
  "WpProQuiz-kortkodet ([WpProQuiz X] ) blir [raw] [WpProQuiz X] [/raw]"
618
 
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
620
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
621
  msgid ""
622
  "Own themes changes internal order of filters, what causes the problems. "
625
  "Egna tema-ändringar ändrar på filterna, vilket kan orsaka problem. Med "
626
  "tillägg av kortkoden [raw] kan detta förhindras."
627
 
628
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
630
  msgid "Do not load the Javascript-files in the footer"
631
  msgstr "Ladda inte Javascript-filerna i footer"
632
 
633
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
634
  msgid ""
635
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
636
  "when they are really needed."
638
  "Generellt laddas alla WpProQuiz-javascriptfiler i footern och endast när de "
639
  "behövs."
640
 
641
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
642
  msgid "In very old Wordpress themes this can lead to problems."
643
  msgstr "I väldigt gamla Wordpress-tema kan detta leda till problem."
644
 
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
646
  msgid ""
647
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
648
  "the header even if they are not needed."
650
  "Om du aktiverar detta val, så kommer alla WpProQuiz-javascriptfiler att "
651
  "laddas i headern även om det inte behövs."
652
 
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
654
  #, php-format
655
  msgid ""
656
  "Anyone who wants to learn more about this topic should read through the "
659
  "Alla som vill lära sig mer om detta ämne bör läsa igenom de följande "
660
  "webbsidorna %s och %s."
661
 
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
664
  msgid "Touch Library"
665
  msgstr "Touch Library"
666
 
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
670
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
671
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
672
  msgid "Deactivate"
673
  msgstr "Deaktivera"
674
 
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
676
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
677
  msgstr "I version 0.13 lades ett nytt Touch Library till för mobila enheter."
678
 
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
680
  msgid "If you have any problems with the Touch Library, please deactivate it."
681
  msgstr "Om du har några problem med Touch Library, vänligen deaktivera det."
682
 
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
684
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
685
  msgid "jQuery support cors"
686
  msgstr ""
687
 
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
689
  msgid "Is required only in rare cases."
690
  msgstr ""
691
 
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
693
  msgid "If you have problems with the front ajax, please activate it."
694
  msgstr ""
695
 
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
697
  msgid "e.g. Domain with special characters in combination with IE"
698
  msgstr ""
699
 
700
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
701
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
703
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
704
  msgid "Save"
705
  msgstr "Spara"
706
 
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
709
+ msgid "Leaderboard time format"
710
+ msgstr ""
711
+
712
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
713
+ msgid "Custom"
714
+ msgstr ""
715
+
716
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
717
+ msgid "Documentation on date and time formatting"
718
+ msgstr ""
719
+
720
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
721
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
722
+ msgid "Category management"
723
+ msgstr ""
724
+
725
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
726
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
727
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
728
+ msgid "Edit"
729
+ msgstr "Ändra"
730
+
731
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
732
+ msgid "E-mail settings"
733
+ msgstr ""
734
+
735
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
736
+ msgid "To:"
737
+ msgstr ""
738
+
739
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
740
+ msgid ""
741
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
742
+ "com"
743
+ msgstr ""
744
+
745
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
746
+ msgid "From:"
747
+ msgstr ""
748
+
749
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
750
+ msgid "Subject:"
751
+ msgstr ""
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
754
+ msgid "Message body:"
755
+ msgstr ""
756
+
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
758
+ msgid "Allowed variables"
759
+ msgstr ""
760
+
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
762
+ msgid "User-ID"
763
+ msgstr ""
764
+
765
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
766
+ msgid "Username"
767
+ msgstr ""
768
+
769
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
770
+ msgid "Quiz-Name"
771
+ msgstr ""
772
+
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
774
+ msgid "Result in precent"
775
+ msgstr ""
776
+
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
778
+ msgid "Reached points"
779
+ msgstr ""
780
+
781
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
782
+ msgid "IP-address of the user"
783
+ msgstr ""
784
+
785
  #: lib/view/WpProQuiz_View_Import.php:21
786
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
787
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
788
  msgid "Import"
789
  msgstr "Importera"
790
 
804
  msgid "Quiz name"
805
  msgstr "Quiz-namn"
806
 
 
 
 
 
 
807
  #: lib/view/WpProQuiz_View_Import.php:67
808
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
809
  msgid "Start import"
810
  msgstr "Börja importera"
811
 
812
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
813
  msgid "Title"
814
  msgstr "Titel"
815
 
816
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
817
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
818
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
819
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
820
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
822
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
824
  msgid "(optional)"
825
  msgstr "(valfritt)"
826
 
827
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
828
  msgid ""
829
  "The title is used for overview, it is not visible in quiz. If you leave the "
830
  "title field empty, a title will be generated."
832
  "Denna överskrift syns bara i admin-gränssnittet, och är inte synbart i "
833
  "quizzet. Om du lämnar överskriften tom kommer en överskrift att genereras."
834
 
835
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
836
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
837
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
840
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
841
  msgid "(required)"
842
  msgstr "(krav)"
843
 
844
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
845
  msgid "Points for this question (Standard is 1 point)"
846
  msgstr "Poäng för denna fråga (standard är 1 poäng)"
847
 
848
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
849
  msgid ""
850
  "This points will be rewarded, only if the user closes the question correctly."
851
  msgstr ""
852
 
853
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
854
  msgid "Different points for each answer"
855
  msgstr ""
856
 
857
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
858
  msgid ""
859
  "If you enable this option, you can enter different points for every answer."
860
  msgstr ""
861
 
862
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
863
  msgid "Show reached points in the correct- and incorrect message?"
864
  msgstr ""
865
 
866
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
867
+ #: lib/view/WpProQuiz_View_Statistics.php:82
868
+ msgid "Category"
869
+ msgstr ""
870
+
871
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
872
+ msgid ""
873
+ "You can assign classify category for a question. Categories are e.g. visible "
874
+ "in statistics function."
875
+ msgstr ""
876
+
877
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
878
+ msgid "You can manage categories in global settings."
879
+ msgstr ""
880
+
881
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
882
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
883
+ msgid "Create new category"
884
+ msgstr ""
885
+
886
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
887
+ msgid "No category"
888
+ msgstr ""
889
+
890
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
891
+ msgid "Create"
892
+ msgstr ""
893
+
894
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
895
  msgid "Message with the correct / incorrect answer"
896
  msgstr ""
897
 
898
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
899
  msgid "Deactivated in quiz settings."
900
  msgstr ""
901
 
902
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
903
  msgid "Message with the correct answer"
904
  msgstr "Meddelande till det rätta svaret"
905
 
906
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
907
  msgid ""
908
  "This text will be visible if answered correctly. It can be used as "
909
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
913
  "förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller \"Fel\" "
914
  "kommer alltid att visas automatiskt."
915
 
916
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
917
  msgid "Same text for correct- and incorrect-message?"
918
  msgstr "Samma text för rätt och fel svar?"
919
 
920
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
921
  msgid "Message with the incorrect answer"
922
  msgstr "Meddelande för felaktigt svar"
923
 
924
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
925
  msgid ""
926
  "This text will be visible if answered incorrectly. It can be used as "
927
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
931
  "användas som förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller "
932
  "\"Fel\" kommer alltid att visas automatiskt."
933
 
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
935
  msgid "Here you can enter solution hint."
936
  msgstr "Här kan du skriva in ett tips."
937
 
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
939
  msgid "Activate hint for this question?"
940
  msgstr "Aktivera tips för denna fråga"
941
 
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
943
  msgid "Answer type"
944
  msgstr "Svarstyp"
945
 
946
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
947
  msgid "Single choice"
948
  msgstr "Ett svar"
949
 
950
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
951
  msgid "Multiple choice"
952
  msgstr "Flera svar"
953
 
954
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
955
  msgid "\"Free\" choice"
956
  msgstr "\"Fritt\" svar"
957
 
958
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
959
  msgid "\"Sorting\" choice"
960
  msgstr "\"Sorteringssvar\""
961
 
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
963
  msgid "\"Matrix Sorting\" choice"
964
  msgstr "\"Matrix Sorting\"-svar"
965
 
966
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
967
  msgid "Cloze"
968
  msgstr "Cloze"
969
 
970
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
971
  msgid "Answers"
972
  msgstr "Svar"
973
 
974
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
975
  msgid ""
976
  "Please sort the answers in right order with the \"Move\" - Button. The "
977
  "answers will be displayed randomly."
979
  "Vänligen sortera svaren i rätt ordning med \"flytta\"-knappen. Svaren kommer "
980
  "att visas i blandad ordning."
981
 
982
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
983
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
984
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
985
  msgid "Add new answer"
986
  msgstr "Lägg till nytt svar"
987
 
988
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
989
  msgid ""
990
  "In this mode, not a list have to be sorted, but elements must be assigned to "
991
  "matching criterion."
993
  "I denna metod så har vi inte en lista som måste sorteras, utan element som "
994
  "måste matchas till kriterier."
995
 
996
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
997
  msgid ""
998
  "You can create sort elements with empty criteria, which can't be assigned by "
999
  "user."
1000
  msgstr ""
1001
 
1002
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1006
  msgid "Options"
1007
  msgstr "Alternativ"
1008
 
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
1010
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
1011
  msgid "Answer"
1012
  msgstr ""
1013
 
1014
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
1018
  msgid "Allow HTML"
1019
  msgstr "Tillåt HTML"
1020
 
1021
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
1024
  msgid "Delete answer"
1025
  msgstr "Radera svar"
1026
 
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1030
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1031
  msgid "Move"
1032
  msgstr "Flytta"
1033
 
1034
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1035
  msgid "Criterion"
1036
  msgstr "Kriterie"
1037
 
1038
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1039
  msgid ""
1040
  "correct answers (one per line) (answers will be converted to lower case)"
1041
  msgstr ""
1042
  "Korrekt svar (en per rad) (svar kommer att konverteras till små bokstäver)"
1043
 
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1045
  msgid ""
1046
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1047
  "small letters will be ignored."
1049
  "Inkapsla det sökta ordet med {} t.ex \"Jag {spelar} fotboll\". Stora och små "
1050
  "bokstäver ignoreras."
1051
 
1052
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1053
+ msgid ""
1054
+ "You can specify multiple options for a search word. Enclose the word with "
1055
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1056
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1057
+ "hate are correct."
1058
+ msgstr ""
1059
+
1060
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1061
  msgid ""
1062
  "If mode \"Different points for every answer\" is activated, you can assign "
1063
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1064
  msgstr ""
1065
 
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1067
  msgid ""
1068
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1069
  "\" 3 points."
1073
  msgid "Questions sorted"
1074
  msgstr "Frågor sorterade"
1075
 
 
 
 
 
 
1076
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1077
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1078
  msgid "Total"
1079
  msgstr "Totalt"
1080
 
1103
  msgid "Copy questions"
1104
  msgstr "Kopiera frågor"
1105
 
1106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1107
  msgid "Quiz title"
1108
  msgstr "Quiz-överskrift"
1109
 
1110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1111
  msgid "Hide quiz title"
1112
  msgstr "Göm quiz-överskrift"
1113
 
1114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1115
  msgid "Hide title"
1116
  msgstr "Göm överskrift"
1117
 
1118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1119
  msgid "The title serves as quiz heading."
1120
  msgstr "Titeln agerar quiz-överskrift"
1121
 
1122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1124
  msgid "Hide \"Restart quiz\" button"
1125
  msgstr "Göm \"Starta om quiz\"-knappen"
1126
 
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1128
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1129
  msgstr "Gömmer \"Starta om quiz\"-knappen för användaren"
1130
 
1131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1133
  msgid "Hide \"View question\" button"
1134
  msgstr "Göm \"Visa fråga\"-knappen"
1135
 
1136
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1137
  msgid "Hide the \"View question\" button in the Frontend."
1138
  msgstr "Gömmer \"Visa fråga\"-knappen för användaren"
1139
 
1140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1141
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1142
  msgid "Show points"
1143
  msgstr "Visa poäng"
1144
 
1145
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1146
  msgid "Shows in quiz, how many points are reachable for respective question."
1147
  msgstr "Visa i quiz hur många poäng som är max för varje fråga."
1148
 
1149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1151
  msgid "Display question randomly"
1152
  msgstr "Visa frågor i blandad ordning"
1153
 
1154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1156
  msgid "Display answers randomly"
1157
  msgstr "Visa svar i blandad ordning"
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1160
  msgid "Seconds"
1161
  msgstr "Sekunder"
1162
 
1163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1164
  msgid "0 = no limit"
1165
  msgstr "0 = ingen tidsbegränsning"
1166
 
1167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1169
  msgid "Number answers"
1170
  msgstr "Nummersvar"
1171
 
1172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1173
  msgid ""
1174
  "If this option is activated, all answers are numbered (only single and "
1175
  "multiple choice)"
1177
  "Om det här svaret är aktiverat, så kommer alla svar att vara numrerade "
1178
  "(endast singel och multi-svar)"
1179
 
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1190
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1192
  msgid "Demo"
1193
  msgstr "Demo"
1194
 
1195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1197
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1198
  msgid "Statistics"
1199
  msgstr "Statistik"
1200
 
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1202
  msgid ""
1203
  "Statistics about right or wrong answers. Statistics will be saved by "
1204
  "completed quiz, not after every question. The statistics is only visible "
1208
  "färdigställda quiz, inte efter varje fråga. Statistiken går endast att se i "
1209
  "administratörsmenyn (intern statistik)"
1210
 
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1213
  msgid "Statistics IP-lock"
1214
  msgstr "Statistik-IPblockering"
1215
 
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1217
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1218
  msgstr "i minuter (rekommenderas 1440 minuter = 1 dag)"
1219
 
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1221
  msgid ""
1222
  "Protect the statistics from spam. Result will only be saved every X minutes "
1223
  "from same IP. (0 = deactivated)"
1225
  "Skydda statistik för spam. Resultat kommer endast att sparas varje x minut "
1226
  "från samma IP. (0 = deaktiverad)"
1227
 
1228
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1230
  msgid "Execute quiz only once"
1231
  msgstr "Tillåt användare att genomföra quiz endast en gång"
1232
 
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1234
  msgid ""
1235
  "If you activate this option, the user can complete the quiz only once. "
1236
  "Afterwards the quiz is blocked for this user."
1238
  "Om du aktiverar detta så kommer användarna endast kunna köra ditt quiz en "
1239
  "gång. Efter är användaren blockerad för att köra igen."
1240
 
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1242
  msgid "This option applies to:"
1243
  msgstr "Detta val gäller:"
1244
 
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1247
  msgid "all users"
1248
  msgstr "alla användare"
1249
 
1250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1252
  msgid "registered useres only"
1253
  msgstr "endast registrerade användare"
1254
 
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1257
  msgid "anonymous users only"
1258
  msgstr "endast anonyma användare"
1259
 
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1261
  msgid "user identification by cookie"
1262
  msgstr "användaridentifiering via cookies"
1263
 
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1265
  msgid ""
1266
  "If you activate this option, a cookie is set additionally for unregistrated "
1267
  "(anonymous) users. This ensures a longer assignment of the user than the "
1271
  "(anonyma) användare. Detta säkrar mer långvariga quiz för användaren "
1272
  "istället för bara kontroll via IP-adress."
1273
 
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1275
  msgid "Reset the user identification"
1276
  msgstr "Nollställ användaridentifikation"
1277
 
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1279
  msgid "User identification has been reset."
1280
  msgstr "Användaridentifikation nollställd."
1281
 
1282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1283
  msgid "Resets user identification for all users."
1284
  msgstr "Nollställ användaridentifikation för alla användare."
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1288
  msgid "Hide correct- and incorrect message"
1289
  msgstr ""
1290
 
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1292
  msgid ""
1293
  "If you enable this option, no correct- or incorrect message will be "
1294
  "displayed."
1295
  msgstr ""
1296
 
1297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1299
  msgid "Correct and incorrect answer mark"
1300
  msgstr ""
1301
 
1302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1303
  msgid ""
1304
  "If you enable this option, answers won't be color highlighted as correct or "
1305
  "incorrect. "
1306
  msgstr ""
1307
 
1308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1310
  msgid "Show only specific number of questions"
1311
  msgstr ""
1312
 
1313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1314
  msgid ""
1315
  "If you enable this option, maximum number of displayed questions will be X "
1316
  "from X questions. (The output of questions is random)"
1317
  msgstr ""
1318
 
1319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1320
  msgid "The statistics function is not available in this option."
1321
  msgstr ""
1322
 
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1324
  msgid ""
1325
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1326
  msgstr ""
1327
 
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1329
  msgid "How many questions should be displayed simultaneously:"
1330
  msgstr ""
1331
 
1332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1333
  msgid "in percent"
1334
  msgstr ""
1335
 
1336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1337
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1338
  msgid "Show average points"
1339
  msgstr ""
1340
 
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1342
  msgid "Statistics-function must be enabled."
1343
  msgstr ""
1344
 
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1347
  msgid "Prerequisites"
1348
  msgstr ""
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1351
  msgid ""
1352
  "If you enable this option, you can choose quiz, which user have to finish "
1353
  "before he can start this quiz."
1354
  msgstr ""
1355
 
1356
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1357
  msgid ""
1358
  "In all selected quizzes statistic function have to be active. If it is not "
1359
  "it will be activated automatically."
1360
  msgstr ""
1361
 
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1363
  msgid "Quiz"
1364
  msgstr ""
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1367
  msgid "Prerequisites (This quiz have to be finished)"
1368
  msgstr ""
1369
 
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1373
+ msgid "Question overview"
1374
+ msgstr ""
1375
+
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1377
+ msgid ""
1378
+ "Add at the top of the quiz a question overview, which allows easy "
1379
+ "navigation. Additional questions can be marked \"to review\"."
1380
+ msgstr ""
1381
+
1382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1383
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1384
+ msgstr ""
1385
+
1386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1387
+ msgid ""
1388
+ "If you enalbe this option, no quiz overview will be displayed, before "
1389
+ "finishing quiz."
1390
+ msgstr ""
1391
+
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1393
+ msgid ""
1394
+ "If you enable this option, user won't be able to skip question. (only in "
1395
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1396
+ "\"Question-Overview\""
1397
+ msgstr ""
1398
+
1399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1401
+ msgid "E-mail notification"
1402
+ msgstr ""
1403
+
1404
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1405
+ msgid "for registered users only"
1406
+ msgstr ""
1407
+
1408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1409
+ msgid "for all users"
1410
+ msgstr ""
1411
+
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1413
+ msgid ""
1414
+ "If you enable this option, you will be informed if a user completes this "
1415
+ "quiz."
1416
+ msgstr ""
1417
+
1418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1419
+ msgid "E-Mail settings can be edited in global settings."
1420
+ msgstr ""
1421
+
1422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1423
+ msgid "Quiz-Mode"
1424
+ msgstr ""
1425
+
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1427
+ msgid "Normal"
1428
+ msgstr ""
1429
+
1430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1431
+ msgid "Normal + Back-Button"
1432
+ msgstr ""
1433
+
1434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1435
+ msgid "Check -> continue"
1436
+ msgstr "Visa rätt svar innan användaren fortsätter"
1437
+
1438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1439
+ msgid "Questions below each other"
1440
+ msgstr "Frågor under varandra"
1441
+
1442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1443
+ msgid ""
1444
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1445
+ "displayed at the end of the quiz."
1446
+ msgstr ""
1447
+
1448
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1449
+ msgid "Allows to use the back button in a question."
1450
+ msgstr ""
1451
+
1452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1453
+ msgid "Shows \"right or wrong\" after each question."
1454
+ msgstr ""
1455
+
1456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1457
+ msgid ""
1458
+ "If this option is activated, all answers are displayed below each other, i."
1459
+ "e. all questions are on a single page."
1460
+ msgstr ""
1461
+
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1463
  msgid ""
1464
  "The leaderboard allows users to enter results in public list and to share "
1465
  "the result this way."
1466
  msgstr ""
1467
 
1468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1469
  msgid "The leaderboard works independent from internal statistics function."
1470
  msgstr ""
1471
 
1472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1473
  msgid "Who can sign up to the list"
1474
  msgstr ""
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1477
  msgid ""
1478
  "Not registered users have to enter name and e-mail (e-mail won't be "
1479
  "displayed)"
1480
  msgstr ""
1481
 
1482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1483
+ msgid "insert automatically"
1484
+ msgstr ""
1485
+
1486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1487
+ msgid ""
1488
+ "If you enable this option, logged in users will be automatically entered "
1489
+ "into leaderboard"
1490
+ msgstr ""
1491
+
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1493
  msgid "display captcha"
1494
  msgstr ""
1495
 
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1497
  msgid ""
1498
  "If you enable this option, additional captcha will be displayed for users "
1499
  "who are not registered."
1500
  msgstr ""
1501
 
1502
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1503
  msgid "This option requires additional plugin:"
1504
  msgstr ""
1505
 
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1507
  msgid "Plugin has been detected."
1508
  msgstr ""
1509
 
1510
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1511
  msgid "Plugin is not installed."
1512
  msgstr ""
1513
 
1514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1515
  msgid "Sort list by"
1516
  msgstr ""
1517
 
1518
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1519
  msgid "Users can apply multiple times"
1520
  msgstr ""
1521
 
1522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1523
  msgid "User can apply after:"
1524
  msgstr ""
1525
 
1526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1527
  msgid "minute"
1528
  msgstr ""
1529
 
1530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1531
  msgid "How many entries should be displayed"
1532
  msgstr ""
1533
 
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1535
  msgid "Entries"
1536
  msgstr ""
1537
 
1538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1539
  msgid "Automatically display leaderboard in quiz result"
1540
  msgstr ""
1541
 
1542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1543
  msgid "Where should leaderboard be displayed:"
1544
  msgstr ""
1545
 
1546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1547
  msgid "don't display"
1548
  msgstr ""
1549
 
1550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1551
  msgid "below the \"result text\""
1552
  msgstr ""
1553
 
1554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1555
  msgid "in a button"
1556
  msgstr ""
1557
 
1558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1559
  msgid "Quiz description"
1560
  msgstr "Quiz-beskrivning"
1561
 
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1563
  msgid "This text will be displayed before start of the quiz."
1564
  msgstr "Denna text kommer att visas innan quiz startas."
1565
 
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1567
  msgid "Results text"
1568
  msgstr "Resultattext"
1569
 
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1571
  msgid ""
1572
  "This text will be displayed at the end of the quiz (in results). (this text "
1573
  "is optional)"
1575
  "Denna text kommer att visas i slutet av varje quiz (i resultatetn). (Denna "
1576
  "text är frivillig)"
1577
 
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1579
  msgid "Activate graduation"
1580
  msgstr "Aktivera graduering"
1581
 
1582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1583
  msgid "Hint:"
1584
  msgstr "Tips:"
1585
 
1586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1587
  msgid "Maximal 15 levels"
1588
  msgstr "Maximum 15 nivåer"
1589
 
1590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1591
  #, php-format
1592
  msgid ""
1593
  "Percentages refer to the total score of the quiz. (Current total %d points "
1596
  "Procenten representerar totalprocenten för quizzet. (För närvarande totalt "
1597
  "%d poäng av %d frågor)"
1598
 
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1600
  msgid "Values can also be mixed up"
1601
  msgstr "Värden kan också mixas in"
1602
 
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1604
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1605
  msgstr "10,15% och 10.15% tillåtet (max två siffror efter decimalen)"
1606
 
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1609
  msgid "from:"
1610
  msgstr "från:"
1611
 
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1614
  msgid "percent"
1615
  msgstr "procent"
1616
 
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1619
  #, php-format
1620
  msgid ""
1621
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1624
  "(Kommer att visas när resultat-procenten är >= <span class=\"resultprozent\">"
1625
  "%s</span>%%)"
1626
 
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1629
  msgid "Delete graduation"
1630
  msgstr "Ta bort graduering"
1631
 
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1633
  msgid "Add graduation"
1634
  msgstr "Lägg till graduering"
1635
 
1654
  msgid "Support WP-Pro-Quiz"
1655
  msgstr ""
1656
 
1657
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1658
  msgid "ID"
1659
  msgstr "ID"
1660
 
1661
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1662
  msgid "Shortcode"
1663
  msgstr "Kortkod"
1664
 
1665
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1666
  msgid "Shortcode-Leaderboard"
1667
  msgstr ""
1668
 
1669
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1670
  msgid "Preview"
1671
  msgstr "Förhandsgranskning"
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1674
  msgid "Add quiz"
1675
  msgstr "Lägg till quiz"
1676
 
1677
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1678
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1679
  msgid "Export"
1680
  msgstr "Exportera"
1681
 
1682
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1683
  msgid ""
1684
  "Choose the respective question, which you would like to export and press on "
1685
  "\"Start export\""
1687
  "Välj respektive fråga som du vill exportera och klicka på \"Starta "
1688
  "exportering\""
1689
 
1690
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1691
  msgid "Start export"
1692
  msgstr "Starta expotering"
1693
 
1694
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1695
  msgid "Import only *.wpq files from known and trusted sources."
1696
  msgstr "Impoertera endast *.wpq-filer från kända källor."
1697
 
1698
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1699
  #, php-format
1700
  msgid "Maximal %d MiB"
1701
  msgstr "Maximalt %d MiB"
1702
 
1703
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1704
  #, php-format
1705
  msgid "Quiz: %s - Statistics"
1706
  msgstr "Quiz: %s - Statistik"
1707
 
1708
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1709
  msgid "Stats not enabled"
1710
  msgstr "Statistik inte påsatt"
1711
 
1712
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1713
  msgid "Activate statistics"
1714
  msgstr "Aktivera statistik"
1715
 
1716
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1717
+ msgid "Users"
1718
+ msgstr ""
 
 
 
 
1719
 
1720
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1721
  msgid "Overview"
1722
  msgstr "Överblick"
1723
 
1724
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1725
  msgid "Please select user name:"
1726
  msgstr "Vänligen markera användarnamn"
1727
 
1728
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1729
+ msgid "Anonymous user"
1730
+ msgstr ""
1731
+
1732
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1733
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1734
  msgid "Hints used"
1735
  msgstr "Tips använt"
1736
 
1737
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1738
  msgid "Points scored"
1739
  msgstr ""
1740
 
1741
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1742
+ msgid "Sub-Total: "
1743
+ msgstr ""
1744
+
1745
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1746
  msgid "Reset statistics"
1747
  msgstr "Nollställ statistik"
1748
 
1749
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1750
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1751
  msgid "Refresh"
1752
  msgstr "Uppdatera"
1753
 
1754
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1755
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1756
  msgid "Reset entire statistic"
1757
  msgstr "Nolltäll all statistik"
1758
 
1759
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1760
  msgid "Show only users, who solved the quiz:"
1761
  msgstr ""
1762
 
1838
  "english to english) e.g. to rename buttons."
1839
  msgstr ""
1840
 
1841
+ #~ msgid ""
1842
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
1843
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
1844
+ #~ "below each other\" was used)"
1845
+ #~ msgstr ""
1846
+ #~ "Visar \"rätt eller fel\" efter varje fråga. I annat fall kommer de rätta "
1847
+ #~ "svaren att visas i slutet (Valet kommer att ignoreras ifall \"Frågor "
1848
+ #~ "under varadra\" har använts)"
1849
+
1850
+ #~ msgid "Back button"
1851
+ #~ msgstr "Bakåtknapp"
1852
+
1853
+ #~ msgid ""
1854
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
1855
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
1856
+ #~ msgstr ""
1857
+ #~ "Tillåter en bakåt-knapp i frågorna (valet kommer att ignoreras om \"Visa "
1858
+ #~ "rätt svar innan användaren fortsätter\" eller \"\frågor under varandra\" "
1859
+ #~ "har använts)"
1860
+
1861
+ #~ msgid "Registered users"
1862
+ #~ msgstr "Registrerade användare"
1863
+
1864
  #~ msgid "correct?"
1865
  #~ msgstr "Korrekt svar"
1866
 
languages/wp-pro-quiz.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2013-02-09 12:29+0100\n"
5
- "PO-Revision-Date: 2013-02-09 12:29+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
@@ -13,72 +13,76 @@ msgstr ""
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
- #: lib/controller/WpProQuiz_Controller_Admin.php:98
17
  msgid "Do you really want to delete the quiz/question?"
18
  msgstr ""
19
 
20
- #: lib/controller/WpProQuiz_Controller_Admin.php:99
21
  msgid "Title is not filled!"
22
  msgstr ""
23
 
24
- #: lib/controller/WpProQuiz_Controller_Admin.php:100
25
  msgid "No question deposited!"
26
  msgstr ""
27
 
28
- #: lib/controller/WpProQuiz_Controller_Admin.php:101
29
  msgid "Correct answer was not selected!"
30
  msgstr ""
31
 
32
- #: lib/controller/WpProQuiz_Controller_Admin.php:102
33
  msgid "No answer deposited!"
34
  msgstr ""
35
 
36
- #: lib/controller/WpProQuiz_Controller_Admin.php:103
37
  msgid "No quiz description filled!"
38
  msgstr ""
39
 
40
- #: lib/controller/WpProQuiz_Controller_Admin.php:104
41
  msgid "The percent values in result text are incorrect."
42
  msgstr ""
43
 
44
- #: lib/controller/WpProQuiz_Controller_Admin.php:105
45
  msgid "No number in the field \"Points\" or less than 1"
46
  msgstr ""
47
 
48
- #: lib/controller/WpProQuiz_Controller_Admin.php:106
49
  msgid "No number in the field \"Points\" or less than 0"
50
  msgstr ""
51
 
52
- #: lib/controller/WpProQuiz_Controller_Admin.php:107
53
  msgid "No quiz selected"
54
  msgstr ""
55
 
56
- #: lib/controller/WpProQuiz_Controller_Admin.php:108
57
  msgid "Do you really want to reset the statistic?"
58
  msgstr ""
59
 
60
- #: lib/controller/WpProQuiz_Controller_Admin.php:109
61
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
63
- #: lib/view/WpProQuiz_View_QuizOverall.php:111
64
  msgid "No data available"
65
  msgstr ""
66
 
67
- #: lib/controller/WpProQuiz_Controller_Admin.php:110
68
  msgid "No sort element in the criterion"
69
  msgstr ""
70
 
71
- #: lib/controller/WpProQuiz_Controller_Admin.php:111
72
  msgid ""
73
  "\"Different points for every answer\" is not possible at \"Free\" choice"
74
  msgstr ""
75
 
 
 
 
 
76
  #: lib/controller/WpProQuiz_Controller_Front.php:44
77
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
78
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
79
- #: lib/view/WpProQuiz_View_FrontQuiz.php:392
80
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
81
- #: lib/view/WpProQuiz_View_Statistics.php:45
82
  msgid "Loading"
83
  msgstr ""
84
 
@@ -88,18 +92,18 @@ msgstr ""
88
  #: lib/controller/WpProQuiz_Controller_Question.php:51
89
  #: lib/controller/WpProQuiz_Controller_Question.php:128
90
  #: lib/controller/WpProQuiz_Controller_Question.php:143
91
- #: lib/controller/WpProQuiz_Controller_Question.php:196
92
- #: lib/controller/WpProQuiz_Controller_Question.php:342
93
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
94
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
95
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
96
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
97
- #: lib/controller/WpProQuiz_Controller_Statistics.php:163
98
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
99
  msgid "You do not have sufficient permissions to access this page."
100
  msgstr ""
101
 
102
- #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:19
103
  msgid "Settings saved"
104
  msgstr ""
105
 
@@ -124,25 +128,25 @@ msgstr ""
124
  msgid "Edit question"
125
  msgstr ""
126
 
127
- #: lib/controller/WpProQuiz_Controller_Question.php:155
128
  msgid "Question not found"
129
  msgstr ""
130
 
131
- #: lib/controller/WpProQuiz_Controller_Question.php:172
132
- #: lib/controller/WpProQuiz_Controller_Question.php:224
133
  #, php-format
134
  msgid "Question: %d"
135
  msgstr ""
136
 
137
- #: lib/controller/WpProQuiz_Controller_Question.php:180
138
  msgid "Question edited"
139
  msgstr ""
140
 
141
- #: lib/controller/WpProQuiz_Controller_Question.php:200
142
  msgid "New question"
143
  msgstr ""
144
 
145
- #: lib/controller/WpProQuiz_Controller_Question.php:233
146
  msgid "Question added"
147
  msgstr ""
148
 
@@ -210,31 +214,46 @@ msgstr ""
210
  msgid "File is not compatible with the current version"
211
  msgstr ""
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
214
  msgid "The user completed a quiz."
215
  msgstr ""
216
 
217
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
218
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
219
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
220
- #: lib/view/WpProQuiz_View_QuizEdit.php:534
221
- #: lib/view/WpProQuiz_View_QuizOverall.php:96
222
  msgid "Leaderboard"
223
  msgstr ""
224
 
225
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
226
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
227
  #: lib/view/WpProQuiz_View_Import.php:22
228
- #: lib/view/WpProQuiz_View_QuestionEdit.php:8
229
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
230
- #: lib/view/WpProQuiz_View_QuizEdit.php:8
231
- #: lib/view/WpProQuiz_View_Statistics.php:18
232
  #: lib/view/WpProQuiz_View_StyleManager.php:11
233
  msgid "back to overview"
234
  msgstr ""
235
 
236
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
237
- #: lib/view/WpProQuiz_View_Statistics.php:115
238
  msgid "Filter"
239
  msgstr ""
240
 
@@ -243,22 +262,22 @@ msgid "Sort by:"
243
  msgstr ""
244
 
245
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
246
- #: lib/view/WpProQuiz_View_QuizEdit.php:600
247
  msgid "best user"
248
  msgstr ""
249
 
250
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
251
- #: lib/view/WpProQuiz_View_QuizEdit.php:604
252
  msgid "newest entry"
253
  msgstr ""
254
 
255
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
256
- #: lib/view/WpProQuiz_View_QuizEdit.php:608
257
  msgid "oldest entry"
258
  msgstr ""
259
 
260
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
261
- #: lib/view/WpProQuiz_View_Statistics.php:126
262
  msgid "How many entries should be shown on one page:"
263
  msgstr ""
264
 
@@ -272,12 +291,12 @@ msgid "UR = unregistered user, R = registered user"
272
  msgstr ""
273
 
274
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
275
- #: lib/view/WpProQuiz_View_Statistics.php:145
276
  msgid "User"
277
  msgstr ""
278
 
279
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
280
- #: lib/view/WpProQuiz_View_FrontQuiz.php:400
281
  msgid "E-Mail"
282
  msgstr ""
283
 
@@ -287,24 +306,24 @@ msgid "Entered on"
287
  msgstr ""
288
 
289
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
290
- #: lib/view/WpProQuiz_View_FrontQuiz.php:283
291
- #: lib/view/WpProQuiz_View_FrontQuiz.php:301
292
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
293
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
294
- #: lib/view/WpProQuiz_View_QuestionEdit.php:28
295
- #: lib/view/WpProQuiz_View_QuestionEdit.php:223
296
- #: lib/view/WpProQuiz_View_QuestionEdit.php:260
297
- #: lib/view/WpProQuiz_View_QuestionEdit.php:318
298
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
299
- #: lib/view/WpProQuiz_View_Statistics.php:54
300
- #: lib/view/WpProQuiz_View_Statistics.php:146
301
  msgid "Points"
302
  msgstr ""
303
 
304
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
305
- #: lib/view/WpProQuiz_View_FrontQuiz.php:64
306
- #: lib/view/WpProQuiz_View_Statistics.php:59
307
- #: lib/view/WpProQuiz_View_Statistics.php:150
308
  msgid "Results"
309
  msgstr ""
310
 
@@ -313,8 +332,9 @@ msgid "Action"
313
  msgstr ""
314
 
315
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
 
316
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
317
- #: lib/view/WpProQuiz_View_QuizOverall.php:84
318
  msgid "Delete"
319
  msgstr ""
320
 
@@ -326,137 +346,176 @@ msgstr ""
326
  msgid "Delete all entries"
327
  msgstr ""
328
 
329
- #: lib/view/WpProQuiz_View_FrontQuiz.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  msgid "Start quiz"
331
  msgstr ""
332
 
333
- #: lib/view/WpProQuiz_View_FrontQuiz.php:54
334
  msgid ""
335
  "You have already completed the quiz before. Hence you can not start it again."
336
  msgstr ""
337
 
338
- #: lib/view/WpProQuiz_View_FrontQuiz.php:59
339
  msgid "You have to finish following quiz, to start this quiz:"
340
  msgstr ""
341
 
342
- #: lib/view/WpProQuiz_View_FrontQuiz.php:66
343
  #, php-format
344
  msgid "%s of %s questions answered correctly"
345
  msgstr ""
346
 
347
- #: lib/view/WpProQuiz_View_FrontQuiz.php:69
348
  msgid "Your time: <span></span>"
349
  msgstr ""
350
 
351
- #: lib/view/WpProQuiz_View_FrontQuiz.php:72
352
  msgid "Time has elapsed"
353
  msgstr ""
354
 
355
- #: lib/view/WpProQuiz_View_FrontQuiz.php:75
356
  #, php-format
357
  msgid "You have reached %s of %s points, (%s)"
358
  msgstr ""
359
 
360
- #: lib/view/WpProQuiz_View_FrontQuiz.php:83
361
  msgid "Average score"
362
  msgstr ""
363
 
364
- #: lib/view/WpProQuiz_View_FrontQuiz.php:90
365
  msgid "Your score"
366
  msgstr ""
367
 
368
- #: lib/view/WpProQuiz_View_FrontQuiz.php:122
369
  msgid "Restart quiz"
370
  msgstr ""
371
 
372
- #: lib/view/WpProQuiz_View_FrontQuiz.php:124
373
  msgid "View questions"
374
  msgstr ""
375
 
376
- #: lib/view/WpProQuiz_View_FrontQuiz.php:127
377
  msgid "Show leaderboard"
378
  msgstr ""
379
 
380
- #: lib/view/WpProQuiz_View_FrontQuiz.php:138
381
- #: lib/view/WpProQuiz_View_QuizEdit.php:132
382
- #: lib/view/WpProQuiz_View_QuizEdit.php:137
383
- msgid "Time limit"
384
- msgstr ""
385
-
386
- #: lib/view/WpProQuiz_View_FrontQuiz.php:162
387
  #, php-format
388
  msgid "Question %s of %s"
389
  msgstr ""
390
 
391
- #: lib/view/WpProQuiz_View_FrontQuiz.php:165
392
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
393
- #: lib/view/WpProQuiz_View_Statistics.php:53
394
  msgid "Question"
395
  msgstr ""
396
 
397
- #: lib/view/WpProQuiz_View_FrontQuiz.php:169
398
  #, php-format
399
  msgid "%d points"
400
  msgstr ""
401
 
402
- #: lib/view/WpProQuiz_View_FrontQuiz.php:179
403
- #: lib/view/WpProQuiz_View_QuestionEdit.php:252
404
  msgid "Sort elements"
405
  msgstr ""
406
 
407
- #: lib/view/WpProQuiz_View_FrontQuiz.php:281
408
- #: lib/view/WpProQuiz_View_FrontQuiz.php:288
409
- #: lib/view/WpProQuiz_View_QuestionEdit.php:211
410
- #: lib/view/WpProQuiz_View_Statistics.php:55
411
- #: lib/view/WpProQuiz_View_Statistics.php:147
412
  msgid "Correct"
413
  msgstr ""
414
 
415
- #: lib/view/WpProQuiz_View_FrontQuiz.php:299
416
- #: lib/view/WpProQuiz_View_FrontQuiz.php:306
417
- #: lib/view/WpProQuiz_View_Statistics.php:56
418
- #: lib/view/WpProQuiz_View_Statistics.php:148
419
  msgid "Incorrect"
420
  msgstr ""
421
 
422
- #: lib/view/WpProQuiz_View_FrontQuiz.php:327
423
- #: lib/view/WpProQuiz_View_FrontQuiz.php:336
424
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
425
  msgid "Hint"
426
  msgstr ""
427
 
428
- #: lib/view/WpProQuiz_View_FrontQuiz.php:333
429
- msgid "Check"
 
 
430
  msgstr ""
431
 
432
- #: lib/view/WpProQuiz_View_FrontQuiz.php:334
433
  msgid "Back"
434
  msgstr ""
435
 
436
- #: lib/view/WpProQuiz_View_FrontQuiz.php:338
437
- msgid "Next exercise"
438
  msgstr ""
439
 
440
- #: lib/view/WpProQuiz_View_FrontQuiz.php:351
441
- msgid "Finish quiz"
442
  msgstr ""
443
 
444
- #: lib/view/WpProQuiz_View_FrontQuiz.php:390
445
  msgid "Your result entered into leaderboard"
446
  msgstr ""
447
 
448
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
449
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
450
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
451
- #: lib/view/WpProQuiz_View_QuizOverall.php:58
452
  msgid "Name"
453
  msgstr ""
454
 
455
- #: lib/view/WpProQuiz_View_FrontQuiz.php:405
456
  msgid "Captcha"
457
  msgstr ""
458
 
459
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
460
  msgid "Send"
461
  msgstr ""
462
 
@@ -487,7 +546,7 @@ msgstr ""
487
 
488
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
489
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
490
- #: lib/view/WpProQuiz_View_GobalSettings.php:31
491
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
492
  msgid "Global settings"
493
  msgstr ""
@@ -503,145 +562,216 @@ msgid ""
503
  msgstr ""
504
 
505
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
506
- #: lib/view/WpProQuiz_View_GobalSettings.php:78
507
- msgid "Settings in case of problems"
508
- msgstr ""
509
-
510
  #: lib/view/WpProQuiz_View_GobalSettings.php:37
511
- #: lib/view/WpProQuiz_View_GobalSettings.php:42
512
- msgid "Leaderboard time format"
513
- msgstr ""
514
-
515
- #: lib/view/WpProQuiz_View_GobalSettings.php:64
516
- msgid "Custom"
517
- msgstr ""
518
-
519
- #: lib/view/WpProQuiz_View_GobalSettings.php:68
520
- msgid "Documentation on date and time formatting"
521
  msgstr ""
522
 
523
- #: lib/view/WpProQuiz_View_GobalSettings.php:84
524
- #: lib/view/WpProQuiz_View_GobalSettings.php:89
525
  msgid "Automatically add [raw] shortcode"
526
  msgstr ""
527
 
528
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
529
- #: lib/view/WpProQuiz_View_GobalSettings.php:115
530
- #: lib/view/WpProQuiz_View_GobalSettings.php:167
531
- #: lib/view/WpProQuiz_View_QuizEdit.php:33
532
- #: lib/view/WpProQuiz_View_QuizEdit.php:52
533
- #: lib/view/WpProQuiz_View_QuizEdit.php:71
534
- #: lib/view/WpProQuiz_View_QuizEdit.php:90
535
- #: lib/view/WpProQuiz_View_QuizEdit.php:109
536
- #: lib/view/WpProQuiz_View_QuizEdit.php:125
537
- #: lib/view/WpProQuiz_View_QuizEdit.php:159
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:209
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:234
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:259
542
- #: lib/view/WpProQuiz_View_QuizEdit.php:299
543
- #: lib/view/WpProQuiz_View_QuizEdit.php:357
544
- #: lib/view/WpProQuiz_View_QuizEdit.php:407
545
- #: lib/view/WpProQuiz_View_QuizEdit.php:442
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:467
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:539
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:572
549
- #: lib/view/WpProQuiz_View_QuizEdit.php:620
550
- #: lib/view/WpProQuiz_View_QuizEdit.php:696
 
 
 
551
  msgid "Activate"
552
  msgstr ""
553
 
554
- #: lib/view/WpProQuiz_View_GobalSettings.php:93
555
  #, php-format
556
  msgid "It is recommended %s this option on your system."
557
  msgstr ""
558
 
559
- #: lib/view/WpProQuiz_View_GobalSettings.php:96
560
  msgid ""
561
  "If this option is activated, a [raw] shortcode is automatically set around "
562
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
563
  msgstr ""
564
 
565
- #: lib/view/WpProQuiz_View_GobalSettings.php:99
566
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
567
  msgid ""
568
  "Own themes changes internal order of filters, what causes the problems. "
569
  "With additional shortcode [raw] this is prevented."
570
  msgstr ""
571
 
572
- #: lib/view/WpProQuiz_View_GobalSettings.php:106
573
- #: lib/view/WpProQuiz_View_GobalSettings.php:111
574
  msgid "Do not load the Javascript-files in the footer"
575
  msgstr ""
576
 
577
- #: lib/view/WpProQuiz_View_GobalSettings.php:118
578
  msgid ""
579
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
580
  "when they are really needed."
581
  msgstr ""
582
 
583
- #: lib/view/WpProQuiz_View_GobalSettings.php:121
584
  msgid "In very old Wordpress themes this can lead to problems."
585
  msgstr ""
586
 
587
- #: lib/view/WpProQuiz_View_GobalSettings.php:124
588
  msgid ""
589
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
590
  "the header even if they are not needed."
591
  msgstr ""
592
 
593
- #: lib/view/WpProQuiz_View_GobalSettings.php:127
594
  #, php-format
595
  msgid ""
596
  "Anyone who wants to learn more about this topic should read through the "
597
  "following websites %s and %s."
598
  msgstr ""
599
 
600
- #: lib/view/WpProQuiz_View_GobalSettings.php:136
601
- #: lib/view/WpProQuiz_View_GobalSettings.php:141
602
  msgid "Touch Library"
603
  msgstr ""
604
 
605
- #: lib/view/WpProQuiz_View_GobalSettings.php:145
606
- #: lib/view/WpProQuiz_View_QuizEdit.php:382
 
 
 
607
  msgid "Deactivate"
608
  msgstr ""
609
 
610
- #: lib/view/WpProQuiz_View_GobalSettings.php:148
611
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
612
  msgstr ""
613
 
614
- #: lib/view/WpProQuiz_View_GobalSettings.php:151
615
  msgid "If you have any problems with the Touch Library, please deactivate it."
616
  msgstr ""
617
 
618
- #: lib/view/WpProQuiz_View_GobalSettings.php:158
619
- #: lib/view/WpProQuiz_View_GobalSettings.php:163
620
  msgid "jQuery support cors"
621
  msgstr ""
622
 
623
- #: lib/view/WpProQuiz_View_GobalSettings.php:170
624
  msgid "Is required only in rare cases."
625
  msgstr ""
626
 
627
- #: lib/view/WpProQuiz_View_GobalSettings.php:173
628
  msgid "If you have problems with the front ajax, please activate it."
629
  msgstr ""
630
 
631
- #: lib/view/WpProQuiz_View_GobalSettings.php:176
632
  msgid "e.g. Domain with special characters in combination with IE"
633
  msgstr ""
634
 
635
- #: lib/view/WpProQuiz_View_GobalSettings.php:185
636
- #: lib/view/WpProQuiz_View_QuestionEdit.php:185
637
- #: lib/view/WpProQuiz_View_QuizEdit.php:790
638
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
639
  msgid "Save"
640
  msgstr ""
641
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  #: lib/view/WpProQuiz_View_Import.php:21
643
- #: lib/view/WpProQuiz_View_QuizOverall.php:120
644
- #: lib/view/WpProQuiz_View_QuizOverall.php:137
645
  msgid "Import"
646
  msgstr ""
647
 
@@ -661,218 +791,251 @@ msgstr ""
661
  msgid "Quiz name"
662
  msgstr ""
663
 
664
- #: lib/view/WpProQuiz_View_Import.php:44
665
- #: lib/view/WpProQuiz_View_QuizOverall.php:75
666
- msgid "Questions"
667
- msgstr ""
668
-
669
  #: lib/view/WpProQuiz_View_Import.php:67
670
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
671
  msgid "Start import"
672
  msgstr ""
673
 
674
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
675
  msgid "Title"
676
  msgstr ""
677
 
678
- #: lib/view/WpProQuiz_View_QuestionEdit.php:12
679
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
680
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
681
- #: lib/view/WpProQuiz_View_QuestionEdit.php:96
682
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
683
- #: lib/view/WpProQuiz_View_QuizEdit.php:684
684
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
 
685
  msgid "(optional)"
686
  msgstr ""
687
 
688
- #: lib/view/WpProQuiz_View_QuestionEdit.php:15
689
  msgid ""
690
  "The title is used for overview, it is not visible in quiz. If you leave the "
691
  "title field empty, a title will be generated."
692
  msgstr ""
693
 
694
- #: lib/view/WpProQuiz_View_QuestionEdit.php:21
695
- #: lib/view/WpProQuiz_View_QuestionEdit.php:52
696
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
697
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
698
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
 
699
  msgid "(required)"
700
  msgstr ""
701
 
702
- #: lib/view/WpProQuiz_View_QuestionEdit.php:25
703
  msgid "Points for this question (Standard is 1 point)"
704
  msgstr ""
705
 
706
- #: lib/view/WpProQuiz_View_QuestionEdit.php:31
707
  msgid ""
708
  "This points will be rewarded, only if the user closes the question correctly."
709
  msgstr ""
710
 
711
- #: lib/view/WpProQuiz_View_QuestionEdit.php:37
712
  msgid "Different points for each answer"
713
  msgstr ""
714
 
715
- #: lib/view/WpProQuiz_View_QuestionEdit.php:40
716
  msgid ""
717
  "If you enable this option, you can enter different points for every answer."
718
  msgstr ""
719
 
720
- #: lib/view/WpProQuiz_View_QuestionEdit.php:46
721
  msgid "Show reached points in the correct- and incorrect message?"
722
  msgstr ""
723
 
724
- #: lib/view/WpProQuiz_View_QuestionEdit.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
  msgid "Message with the correct / incorrect answer"
726
  msgstr ""
727
 
728
- #: lib/view/WpProQuiz_View_QuestionEdit.php:62
729
  msgid "Deactivated in quiz settings."
730
  msgstr ""
731
 
732
- #: lib/view/WpProQuiz_View_QuestionEdit.php:67
733
  msgid "Message with the correct answer"
734
  msgstr ""
735
 
736
- #: lib/view/WpProQuiz_View_QuestionEdit.php:70
737
  msgid ""
738
  "This text will be visible if answered correctly. It can be used as "
739
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
740
  "always displayed automatically."
741
  msgstr ""
742
 
743
- #: lib/view/WpProQuiz_View_QuestionEdit.php:74
744
  msgid "Same text for correct- and incorrect-message?"
745
  msgstr ""
746
 
747
- #: lib/view/WpProQuiz_View_QuestionEdit.php:84
748
  msgid "Message with the incorrect answer"
749
  msgstr ""
750
 
751
- #: lib/view/WpProQuiz_View_QuestionEdit.php:87
752
  msgid ""
753
  "This text will be visible if answered incorrectly. It can be used as "
754
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
755
  "always displayed automatically."
756
  msgstr ""
757
 
758
- #: lib/view/WpProQuiz_View_QuestionEdit.php:99
759
  msgid "Here you can enter solution hint."
760
  msgstr ""
761
 
762
- #: lib/view/WpProQuiz_View_QuestionEdit.php:103
763
  msgid "Activate hint for this question?"
764
  msgstr ""
765
 
766
- #: lib/view/WpProQuiz_View_QuestionEdit.php:115
767
  msgid "Answer type"
768
  msgstr ""
769
 
770
- #: lib/view/WpProQuiz_View_QuestionEdit.php:123
771
  msgid "Single choice"
772
  msgstr ""
773
 
774
- #: lib/view/WpProQuiz_View_QuestionEdit.php:127
775
  msgid "Multiple choice"
776
  msgstr ""
777
 
778
- #: lib/view/WpProQuiz_View_QuestionEdit.php:131
779
  msgid "\"Free\" choice"
780
  msgstr ""
781
 
782
- #: lib/view/WpProQuiz_View_QuestionEdit.php:135
783
  msgid "\"Sorting\" choice"
784
  msgstr ""
785
 
786
- #: lib/view/WpProQuiz_View_QuestionEdit.php:139
787
  msgid "\"Matrix Sorting\" choice"
788
  msgstr ""
789
 
790
- #: lib/view/WpProQuiz_View_QuestionEdit.php:143
791
  msgid "Cloze"
792
  msgstr ""
793
 
794
- #: lib/view/WpProQuiz_View_QuestionEdit.php:148
795
  msgid "Answers"
796
  msgstr ""
797
 
798
- #: lib/view/WpProQuiz_View_QuestionEdit.php:155
799
  msgid ""
800
  "Please sort the answers in right order with the \"Move\" - Button. The "
801
  "answers will be displayed randomly."
802
  msgstr ""
803
 
804
- #: lib/view/WpProQuiz_View_QuestionEdit.php:160
805
- #: lib/view/WpProQuiz_View_QuestionEdit.php:166
806
- #: lib/view/WpProQuiz_View_QuestionEdit.php:178
807
  msgid "Add new answer"
808
  msgstr ""
809
 
810
- #: lib/view/WpProQuiz_View_QuestionEdit.php:170
811
  msgid ""
812
  "In this mode, not a list have to be sorted, but elements must be assigned to "
813
  "matching criterion."
814
  msgstr ""
815
 
816
- #: lib/view/WpProQuiz_View_QuestionEdit.php:173
817
  msgid ""
818
  "You can create sort elements with empty criteria, which can't be assigned by "
819
  "user."
820
  msgstr ""
821
 
822
- #: lib/view/WpProQuiz_View_QuestionEdit.php:201
823
- #: lib/view/WpProQuiz_View_QuestionEdit.php:250
824
- #: lib/view/WpProQuiz_View_QuestionEdit.php:302
825
- #: lib/view/WpProQuiz_View_QuizEdit.php:18
826
  msgid "Options"
827
  msgstr ""
828
 
829
- #: lib/view/WpProQuiz_View_QuestionEdit.php:202
830
- #: lib/view/WpProQuiz_View_QuestionEdit.php:303
831
  msgid "Answer"
832
  msgstr ""
833
 
834
- #: lib/view/WpProQuiz_View_QuestionEdit.php:217
835
- #: lib/view/WpProQuiz_View_QuestionEdit.php:275
836
- #: lib/view/WpProQuiz_View_QuestionEdit.php:281
837
- #: lib/view/WpProQuiz_View_QuestionEdit.php:312
838
  msgid "Allow HTML"
839
  msgstr ""
840
 
841
- #: lib/view/WpProQuiz_View_QuestionEdit.php:234
842
- #: lib/view/WpProQuiz_View_QuestionEdit.php:288
843
- #: lib/view/WpProQuiz_View_QuestionEdit.php:329
844
  msgid "Delete answer"
845
  msgstr ""
846
 
847
- #: lib/view/WpProQuiz_View_QuestionEdit.php:235
848
- #: lib/view/WpProQuiz_View_QuestionEdit.php:289
849
- #: lib/view/WpProQuiz_View_QuestionEdit.php:330
850
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
851
  msgid "Move"
852
  msgstr ""
853
 
854
- #: lib/view/WpProQuiz_View_QuestionEdit.php:251
855
  msgid "Criterion"
856
  msgstr ""
857
 
858
- #: lib/view/WpProQuiz_View_QuestionEdit.php:341
859
  msgid ""
860
  "correct answers (one per line) (answers will be converted to lower case)"
861
  msgstr ""
862
 
863
- #: lib/view/WpProQuiz_View_QuestionEdit.php:354
864
  msgid ""
865
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
866
  "small letters will be ignored."
867
  msgstr ""
868
 
869
- #: lib/view/WpProQuiz_View_QuestionEdit.php:357
 
 
 
 
 
 
 
 
870
  msgid ""
871
  "If mode \"Different points for every answer\" is activated, you can assign "
872
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
873
  msgstr ""
874
 
875
- #: lib/view/WpProQuiz_View_QuestionEdit.php:360
876
  msgid ""
877
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
878
  "\" 3 points."
@@ -882,13 +1045,8 @@ msgstr ""
882
  msgid "Questions sorted"
883
  msgstr ""
884
 
885
- #: lib/view/WpProQuiz_View_QuestionOverall.php:50
886
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
887
- msgid "Edit"
888
- msgstr ""
889
-
890
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
891
- #: lib/view/WpProQuiz_View_Statistics.php:84
892
  msgid "Total"
893
  msgstr ""
894
 
@@ -915,445 +1073,515 @@ msgstr ""
915
  msgid "Copy questions"
916
  msgstr ""
917
 
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:12
919
  msgid "Quiz title"
920
  msgstr ""
921
 
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:24
923
  msgid "Hide quiz title"
924
  msgstr ""
925
 
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
927
  msgid "Hide title"
928
  msgstr ""
929
 
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:36
931
  msgid "The title serves as quiz heading."
932
  msgstr ""
933
 
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:48
936
  msgid "Hide \"Restart quiz\" button"
937
  msgstr ""
938
 
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:55
940
  msgid "Hide the \"Restart quiz\" button in the Frontend."
941
  msgstr ""
942
 
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:67
945
  msgid "Hide \"View question\" button"
946
  msgstr ""
947
 
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:74
949
  msgid "Hide the \"View question\" button in the Frontend."
950
  msgstr ""
951
 
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
953
- #: lib/view/WpProQuiz_View_QuizEdit.php:86
954
  msgid "Show points"
955
  msgstr ""
956
 
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:93
958
  msgid "Shows in quiz, how many points are reachable for respective question."
959
  msgstr ""
960
 
961
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
962
- #: lib/view/WpProQuiz_View_QuizEdit.php:105
963
  msgid "Display question randomly"
964
  msgstr ""
965
 
966
- #: lib/view/WpProQuiz_View_QuizEdit.php:116
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:121
968
  msgid "Display answers randomly"
969
  msgstr ""
970
 
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:140
972
  msgid "Seconds"
973
  msgstr ""
974
 
975
- #: lib/view/WpProQuiz_View_QuizEdit.php:143
976
  msgid "0 = no limit"
977
  msgstr ""
978
 
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:150
980
- #: lib/view/WpProQuiz_View_QuizEdit.php:155
981
  msgid "Number answers"
982
  msgstr ""
983
 
984
- #: lib/view/WpProQuiz_View_QuizEdit.php:162
985
  msgid ""
986
  "If this option is activated, all answers are numbered (only single and "
987
  "multiple choice)"
988
  msgstr ""
989
 
990
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
991
- #: lib/view/WpProQuiz_View_QuizEdit.php:190
992
- #: lib/view/WpProQuiz_View_QuizEdit.php:215
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:363
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:388
996
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
997
- #: lib/view/WpProQuiz_View_QuizEdit.php:661
998
- #: lib/view/WpProQuiz_View_QuizEdit.php:671
 
 
 
999
  msgid "Demo"
1000
  msgstr ""
1001
 
1002
- #: lib/view/WpProQuiz_View_QuizEdit.php:175
1003
- #: lib/view/WpProQuiz_View_QuizEdit.php:180
1004
- msgid "Questions below each other"
1005
- msgstr ""
1006
-
1007
- #: lib/view/WpProQuiz_View_QuizEdit.php:187
1008
- msgid ""
1009
- "If this option is activated, all answers are displayed below each other, i."
1010
- "e. all questions are on a single page. Otherwise all questions are displayed "
1011
- "one after the other."
1012
- msgstr ""
1013
-
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:200
1015
- #: lib/view/WpProQuiz_View_QuizEdit.php:205
1016
- msgid "Check -> continue"
1017
- msgstr ""
1018
-
1019
- #: lib/view/WpProQuiz_View_QuizEdit.php:212
1020
- msgid ""
1021
- "Shows \"right or wrong\" after each question. Otherwise the solutions will "
1022
- "be displayed at the end. (Option will be ignored if \"questions below each "
1023
- "other\" was used)"
1024
- msgstr ""
1025
-
1026
- #: lib/view/WpProQuiz_View_QuizEdit.php:225
1027
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1028
- msgid "Back button"
1029
- msgstr ""
1030
-
1031
- #: lib/view/WpProQuiz_View_QuizEdit.php:237
1032
- msgid ""
1033
- "Allows to use the back button in a question. (Option will be ignored if "
1034
- "\"Check -> Continue\" or \"questions below each other\" was used)"
1035
- msgstr ""
1036
-
1037
- #: lib/view/WpProQuiz_View_QuizEdit.php:250
1038
- #: lib/view/WpProQuiz_View_QuizEdit.php:255
1039
- #: lib/view/WpProQuiz_View_QuizOverall.php:92
1040
  msgid "Statistics"
1041
  msgstr ""
1042
 
1043
- #: lib/view/WpProQuiz_View_QuizEdit.php:262
1044
  msgid ""
1045
  "Statistics about right or wrong answers. Statistics will be saved by "
1046
  "completed quiz, not after every question. The statistics is only visible "
1047
  "over administration menu. (internal statistics)"
1048
  msgstr ""
1049
 
1050
- #: lib/view/WpProQuiz_View_QuizEdit.php:269
1051
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1052
  msgid "Statistics IP-lock"
1053
  msgstr ""
1054
 
1055
- #: lib/view/WpProQuiz_View_QuizEdit.php:278
1056
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1057
  msgstr ""
1058
 
1059
- #: lib/view/WpProQuiz_View_QuizEdit.php:281
1060
  msgid ""
1061
  "Protect the statistics from spam. Result will only be saved every X minutes "
1062
  "from same IP. (0 = deactivated)"
1063
  msgstr ""
1064
 
1065
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1066
- #: lib/view/WpProQuiz_View_QuizEdit.php:294
1067
  msgid "Execute quiz only once"
1068
  msgstr ""
1069
 
1070
- #: lib/view/WpProQuiz_View_QuizEdit.php:302
1071
  msgid ""
1072
  "If you activate this option, the user can complete the quiz only once. "
1073
  "Afterwards the quiz is blocked for this user."
1074
  msgstr ""
1075
 
1076
- #: lib/view/WpProQuiz_View_QuizEdit.php:306
1077
  msgid "This option applies to:"
1078
  msgstr ""
1079
 
1080
- #: lib/view/WpProQuiz_View_QuizEdit.php:314
1081
- #: lib/view/WpProQuiz_View_QuizEdit.php:550
1082
  msgid "all users"
1083
  msgstr ""
1084
 
1085
- #: lib/view/WpProQuiz_View_QuizEdit.php:318
1086
- #: lib/view/WpProQuiz_View_QuizEdit.php:554
1087
  msgid "registered useres only"
1088
  msgstr ""
1089
 
1090
- #: lib/view/WpProQuiz_View_QuizEdit.php:322
1091
- #: lib/view/WpProQuiz_View_QuizEdit.php:558
1092
  msgid "anonymous users only"
1093
  msgstr ""
1094
 
1095
- #: lib/view/WpProQuiz_View_QuizEdit.php:328
1096
  msgid "user identification by cookie"
1097
  msgstr ""
1098
 
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:331
1100
  msgid ""
1101
  "If you activate this option, a cookie is set additionally for unregistrated "
1102
  "(anonymous) users. This ensures a longer assignment of the user than the "
1103
  "simple assignment by the IP address."
1104
  msgstr ""
1105
 
1106
- #: lib/view/WpProQuiz_View_QuizEdit.php:336
1107
  msgid "Reset the user identification"
1108
  msgstr ""
1109
 
1110
- #: lib/view/WpProQuiz_View_QuizEdit.php:337
1111
  msgid "User identification has been reset."
1112
  msgstr ""
1113
 
1114
- #: lib/view/WpProQuiz_View_QuizEdit.php:339
1115
  msgid "Resets user identification for all users."
1116
  msgstr ""
1117
 
1118
- #: lib/view/WpProQuiz_View_QuizEdit.php:348
1119
- #: lib/view/WpProQuiz_View_QuizEdit.php:353
1120
  msgid "Hide correct- and incorrect message"
1121
  msgstr ""
1122
 
1123
- #: lib/view/WpProQuiz_View_QuizEdit.php:360
1124
  msgid ""
1125
  "If you enable this option, no correct- or incorrect message will be "
1126
  "displayed."
1127
  msgstr ""
1128
 
1129
- #: lib/view/WpProQuiz_View_QuizEdit.php:373
1130
- #: lib/view/WpProQuiz_View_QuizEdit.php:378
1131
  msgid "Correct and incorrect answer mark"
1132
  msgstr ""
1133
 
1134
- #: lib/view/WpProQuiz_View_QuizEdit.php:385
1135
  msgid ""
1136
  "If you enable this option, answers won't be color highlighted as correct or "
1137
  "incorrect. "
1138
  msgstr ""
1139
 
1140
- #: lib/view/WpProQuiz_View_QuizEdit.php:398
1141
- #: lib/view/WpProQuiz_View_QuizEdit.php:403
1142
  msgid "Show only specific number of questions"
1143
  msgstr ""
1144
 
1145
- #: lib/view/WpProQuiz_View_QuizEdit.php:410
1146
  msgid ""
1147
  "If you enable this option, maximum number of displayed questions will be X "
1148
  "from X questions. (The output of questions is random)"
1149
  msgstr ""
1150
 
1151
- #: lib/view/WpProQuiz_View_QuizEdit.php:413
1152
  msgid "The statistics function is not available in this option."
1153
  msgstr ""
1154
 
1155
- #: lib/view/WpProQuiz_View_QuizEdit.php:416
1156
  msgid ""
1157
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1158
  msgstr ""
1159
 
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:420
1161
  msgid "How many questions should be displayed simultaneously:"
1162
  msgstr ""
1163
 
1164
- #: lib/view/WpProQuiz_View_QuizEdit.php:425
1165
  msgid "in percent"
1166
  msgstr ""
1167
 
1168
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1169
- #: lib/view/WpProQuiz_View_QuizEdit.php:438
1170
  msgid "Show average points"
1171
  msgstr ""
1172
 
1173
- #: lib/view/WpProQuiz_View_QuizEdit.php:445
1174
  msgid "Statistics-function must be enabled."
1175
  msgstr ""
1176
 
1177
- #: lib/view/WpProQuiz_View_QuizEdit.php:458
1178
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1179
  msgid "Prerequisites"
1180
  msgstr ""
1181
 
1182
- #: lib/view/WpProQuiz_View_QuizEdit.php:470
1183
  msgid ""
1184
  "If you enable this option, you can choose quiz, which user have to finish "
1185
  "before he can start this quiz."
1186
  msgstr ""
1187
 
1188
- #: lib/view/WpProQuiz_View_QuizEdit.php:473
1189
  msgid ""
1190
  "In all selected quizzes statistic function have to be active. If it is not "
1191
  "it will be activated automatically."
1192
  msgstr ""
1193
 
1194
- #: lib/view/WpProQuiz_View_QuizEdit.php:478
1195
  msgid "Quiz"
1196
  msgstr ""
1197
 
1198
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1199
  msgid "Prerequisites (This quiz have to be finished)"
1200
  msgstr ""
1201
 
1202
- #: lib/view/WpProQuiz_View_QuizEdit.php:525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1203
  msgid ""
1204
  "The leaderboard allows users to enter results in public list and to share "
1205
  "the result this way."
1206
  msgstr ""
1207
 
1208
- #: lib/view/WpProQuiz_View_QuizEdit.php:528
1209
  msgid "The leaderboard works independent from internal statistics function."
1210
  msgstr ""
1211
 
1212
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1213
  msgid "Who can sign up to the list"
1214
  msgstr ""
1215
 
1216
- #: lib/view/WpProQuiz_View_QuizEdit.php:561
1217
  msgid ""
1218
  "Not registered users have to enter name and e-mail (e-mail won't be "
1219
  "displayed)"
1220
  msgstr ""
1221
 
1222
- #: lib/view/WpProQuiz_View_QuizEdit.php:567
 
 
 
 
 
 
 
 
 
 
1223
  msgid "display captcha"
1224
  msgstr ""
1225
 
1226
- #: lib/view/WpProQuiz_View_QuizEdit.php:575
1227
  msgid ""
1228
  "If you enable this option, additional captcha will be displayed for users "
1229
  "who are not registered."
1230
  msgstr ""
1231
 
1232
- #: lib/view/WpProQuiz_View_QuizEdit.php:578
1233
  msgid "This option requires additional plugin:"
1234
  msgstr ""
1235
 
1236
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1237
  msgid "Plugin has been detected."
1238
  msgstr ""
1239
 
1240
- #: lib/view/WpProQuiz_View_QuizEdit.php:587
1241
  msgid "Plugin is not installed."
1242
  msgstr ""
1243
 
1244
- #: lib/view/WpProQuiz_View_QuizEdit.php:595
1245
  msgid "Sort list by"
1246
  msgstr ""
1247
 
1248
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
1249
  msgid "Users can apply multiple times"
1250
  msgstr ""
1251
 
1252
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
1253
  msgid "User can apply after:"
1254
  msgstr ""
1255
 
1256
- #: lib/view/WpProQuiz_View_QuizEdit.php:627
1257
  msgid "minute"
1258
  msgstr ""
1259
 
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:634
1261
  msgid "How many entries should be displayed"
1262
  msgstr ""
1263
 
1264
- #: lib/view/WpProQuiz_View_QuizEdit.php:640
1265
  msgid "Entries"
1266
  msgstr ""
1267
 
1268
- #: lib/view/WpProQuiz_View_QuizEdit.php:647
1269
  msgid "Automatically display leaderboard in quiz result"
1270
  msgstr ""
1271
 
1272
- #: lib/view/WpProQuiz_View_QuizEdit.php:651
1273
  msgid "Where should leaderboard be displayed:"
1274
  msgstr ""
1275
 
1276
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1277
  msgid "don't display"
1278
  msgstr ""
1279
 
1280
- #: lib/view/WpProQuiz_View_QuizEdit.php:658
1281
  msgid "below the \"result text\""
1282
  msgstr ""
1283
 
1284
- #: lib/view/WpProQuiz_View_QuizEdit.php:668
1285
  msgid "in a button"
1286
  msgstr ""
1287
 
1288
- #: lib/view/WpProQuiz_View_QuizEdit.php:711
1289
  msgid "Quiz description"
1290
  msgstr ""
1291
 
1292
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1293
  msgid "This text will be displayed before start of the quiz."
1294
  msgstr ""
1295
 
1296
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1297
  msgid "Results text"
1298
  msgstr ""
1299
 
1300
- #: lib/view/WpProQuiz_View_QuizEdit.php:725
1301
  msgid ""
1302
  "This text will be displayed at the end of the quiz (in results). (this text "
1303
  "is optional)"
1304
  msgstr ""
1305
 
1306
- #: lib/view/WpProQuiz_View_QuizEdit.php:729
1307
  msgid "Activate graduation"
1308
  msgstr ""
1309
 
1310
- #: lib/view/WpProQuiz_View_QuizEdit.php:735
1311
  msgid "Hint:"
1312
  msgstr ""
1313
 
1314
- #: lib/view/WpProQuiz_View_QuizEdit.php:737
1315
  msgid "Maximal 15 levels"
1316
  msgstr ""
1317
 
1318
- #: lib/view/WpProQuiz_View_QuizEdit.php:739
1319
  #, php-format
1320
  msgid ""
1321
  "Percentages refer to the total score of the quiz. (Current total %d points "
1322
  "in %d questions."
1323
  msgstr ""
1324
 
1325
- #: lib/view/WpProQuiz_View_QuizEdit.php:742
1326
  msgid "Values can also be mixed up"
1327
  msgstr ""
1328
 
1329
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
1330
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1331
  msgstr ""
1332
 
1333
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1334
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1335
  msgid "from:"
1336
  msgstr ""
1337
 
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1339
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1340
  msgid "percent"
1341
  msgstr ""
1342
 
1343
- #: lib/view/WpProQuiz_View_QuizEdit.php:759
1344
- #: lib/view/WpProQuiz_View_QuizEdit.php:770
1345
  #, php-format
1346
  msgid ""
1347
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1348
  "%s</span>%%)"
1349
  msgstr ""
1350
 
1351
- #: lib/view/WpProQuiz_View_QuizEdit.php:760
1352
- #: lib/view/WpProQuiz_View_QuizEdit.php:771
1353
  msgid "Delete graduation"
1354
  msgstr ""
1355
 
1356
- #: lib/view/WpProQuiz_View_QuizEdit.php:778
1357
  msgid "Add graduation"
1358
  msgstr ""
1359
 
@@ -1378,103 +1606,107 @@ msgstr ""
1378
  msgid "Support WP-Pro-Quiz"
1379
  msgstr ""
1380
 
1381
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
1382
  msgid "ID"
1383
  msgstr ""
1384
 
1385
- #: lib/view/WpProQuiz_View_QuizOverall.php:59
1386
  msgid "Shortcode"
1387
  msgstr ""
1388
 
1389
- #: lib/view/WpProQuiz_View_QuizOverall.php:60
1390
  msgid "Shortcode-Leaderboard"
1391
  msgstr ""
1392
 
1393
- #: lib/view/WpProQuiz_View_QuizOverall.php:88
1394
  msgid "Preview"
1395
  msgstr ""
1396
 
1397
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
1398
  msgid "Add quiz"
1399
  msgstr ""
1400
 
1401
- #: lib/view/WpProQuiz_View_QuizOverall.php:122
1402
- #: lib/view/WpProQuiz_View_QuizOverall.php:127
1403
  msgid "Export"
1404
  msgstr ""
1405
 
1406
- #: lib/view/WpProQuiz_View_QuizOverall.php:128
1407
  msgid ""
1408
  "Choose the respective question, which you would like to export and press on "
1409
  "\"Start export\""
1410
  msgstr ""
1411
 
1412
- #: lib/view/WpProQuiz_View_QuizOverall.php:132
1413
  msgid "Start export"
1414
  msgstr ""
1415
 
1416
- #: lib/view/WpProQuiz_View_QuizOverall.php:138
1417
  msgid "Import only *.wpq files from known and trusted sources."
1418
  msgstr ""
1419
 
1420
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
1421
  #, php-format
1422
  msgid "Maximal %d MiB"
1423
  msgstr ""
1424
 
1425
- #: lib/view/WpProQuiz_View_Statistics.php:17
1426
  #, php-format
1427
  msgid "Quiz: %s - Statistics"
1428
  msgstr ""
1429
 
1430
- #: lib/view/WpProQuiz_View_Statistics.php:21
1431
  msgid "Stats not enabled"
1432
  msgstr ""
1433
 
1434
- #: lib/view/WpProQuiz_View_Statistics.php:22
1435
  msgid "Activate statistics"
1436
  msgstr ""
1437
 
1438
- #: lib/view/WpProQuiz_View_Statistics.php:27
1439
- msgid "Anonymous users"
1440
- msgstr ""
1441
-
1442
- #: lib/view/WpProQuiz_View_Statistics.php:28
1443
- msgid "Registered users"
1444
  msgstr ""
1445
 
1446
- #: lib/view/WpProQuiz_View_Statistics.php:29
1447
  msgid "Overview"
1448
  msgstr ""
1449
 
1450
- #: lib/view/WpProQuiz_View_Statistics.php:34
1451
  msgid "Please select user name:"
1452
  msgstr ""
1453
 
1454
- #: lib/view/WpProQuiz_View_Statistics.php:57
1455
- #: lib/view/WpProQuiz_View_Statistics.php:149
 
 
 
 
1456
  msgid "Hints used"
1457
  msgstr ""
1458
 
1459
- #: lib/view/WpProQuiz_View_Statistics.php:58
1460
  msgid "Points scored"
1461
  msgstr ""
1462
 
1463
- #: lib/view/WpProQuiz_View_Statistics.php:98
 
 
 
 
1464
  msgid "Reset statistics"
1465
  msgstr ""
1466
 
1467
- #: lib/view/WpProQuiz_View_Statistics.php:100
1468
- #: lib/view/WpProQuiz_View_Statistics.php:172
1469
  msgid "Refresh"
1470
  msgstr ""
1471
 
1472
- #: lib/view/WpProQuiz_View_Statistics.php:104
1473
- #: lib/view/WpProQuiz_View_Statistics.php:174
1474
  msgid "Reset entire statistic"
1475
  msgstr ""
1476
 
1477
- #: lib/view/WpProQuiz_View_Statistics.php:120
1478
  msgid "Show only users, who solved the quiz:"
1479
  msgstr ""
1480
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-03-19 13:58+0100\n"
5
+ "PO-Revision-Date: 2013-03-19 13:59+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SearchPath-0: .\n"
15
 
16
+ #: lib/controller/WpProQuiz_Controller_Admin.php:96
17
  msgid "Do you really want to delete the quiz/question?"
18
  msgstr ""
19
 
20
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
21
  msgid "Title is not filled!"
22
  msgstr ""
23
 
24
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
25
  msgid "No question deposited!"
26
  msgstr ""
27
 
28
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
29
  msgid "Correct answer was not selected!"
30
  msgstr ""
31
 
32
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
33
  msgid "No answer deposited!"
34
  msgstr ""
35
 
36
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
37
  msgid "No quiz description filled!"
38
  msgstr ""
39
 
40
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
41
  msgid "The percent values in result text are incorrect."
42
  msgstr ""
43
 
44
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
45
  msgid "No number in the field \"Points\" or less than 1"
46
  msgstr ""
47
 
48
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
49
  msgid "No number in the field \"Points\" or less than 0"
50
  msgstr ""
51
 
52
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
53
  msgid "No quiz selected"
54
  msgstr ""
55
 
56
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
57
  msgid "Do you really want to reset the statistic?"
58
  msgstr ""
59
 
60
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
61
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
  #: lib/view/WpProQuiz_View_QuestionOverall.php:67
63
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
64
  msgid "No data available"
65
  msgstr ""
66
 
67
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
68
  msgid "No sort element in the criterion"
69
  msgstr ""
70
 
71
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
72
  msgid ""
73
  "\"Different points for every answer\" is not possible at \"Free\" choice"
74
  msgstr ""
75
 
76
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
77
+ msgid "You must specify a name."
78
+ msgstr ""
79
+
80
  #: lib/controller/WpProQuiz_Controller_Front.php:44
81
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
82
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
83
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
84
  #: lib/view/WpProQuiz_View_QuestionOverall.php:93
85
+ #: lib/view/WpProQuiz_View_Statistics.php:40
86
  msgid "Loading"
87
  msgstr ""
88
 
92
  #: lib/controller/WpProQuiz_Controller_Question.php:51
93
  #: lib/controller/WpProQuiz_Controller_Question.php:128
94
  #: lib/controller/WpProQuiz_Controller_Question.php:143
95
+ #: lib/controller/WpProQuiz_Controller_Question.php:200
96
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
97
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
98
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
99
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
100
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
101
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
102
  #: lib/controller/WpProQuiz_Controller_Toplist.php:76
103
  msgid "You do not have sufficient permissions to access this page."
104
  msgstr ""
105
 
106
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
107
  msgid "Settings saved"
108
  msgstr ""
109
 
128
  msgid "Edit question"
129
  msgstr ""
130
 
131
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
132
  msgid "Question not found"
133
  msgstr ""
134
 
135
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
136
+ #: lib/controller/WpProQuiz_Controller_Question.php:227
137
  #, php-format
138
  msgid "Question: %d"
139
  msgstr ""
140
 
141
+ #: lib/controller/WpProQuiz_Controller_Question.php:183
142
  msgid "Question edited"
143
  msgstr ""
144
 
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
146
  msgid "New question"
147
  msgstr ""
148
 
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:238
150
  msgid "Question added"
151
  msgstr ""
152
 
214
  msgid "File is not compatible with the current version"
215
  msgstr ""
216
 
217
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
218
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
219
+ msgstr ""
220
+
221
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:48
222
+ msgid ""
223
+ "Wp-Pro-Quiz\n"
224
+ "\n"
225
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
226
+ "\n"
227
+ "Points: $points\n"
228
+ "Result: $result\n"
229
+ "\n"
230
+ msgstr ""
231
+
232
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
233
  msgid "The user completed a quiz."
234
  msgstr ""
235
 
236
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
237
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
240
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
241
  msgid "Leaderboard"
242
  msgstr ""
243
 
244
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
245
  #: lib/view/WpProQuiz_View_GobalSettings.php:21
246
  #: lib/view/WpProQuiz_View_Import.php:22
247
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:18
248
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
250
+ #: lib/view/WpProQuiz_View_Statistics.php:24
251
  #: lib/view/WpProQuiz_View_StyleManager.php:11
252
  msgid "back to overview"
253
  msgstr ""
254
 
255
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
256
+ #: lib/view/WpProQuiz_View_Statistics.php:158
257
  msgid "Filter"
258
  msgstr ""
259
 
262
  msgstr ""
263
 
264
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:718
266
  msgid "best user"
267
  msgstr ""
268
 
269
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
271
  msgid "newest entry"
272
  msgstr ""
273
 
274
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
276
  msgid "oldest entry"
277
  msgstr ""
278
 
279
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
280
+ #: lib/view/WpProQuiz_View_Statistics.php:169
281
  msgid "How many entries should be shown on one page:"
282
  msgstr ""
283
 
291
  msgstr ""
292
 
293
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
294
+ #: lib/view/WpProQuiz_View_Statistics.php:188
295
  msgid "User"
296
  msgstr ""
297
 
298
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
299
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:445
300
  msgid "E-Mail"
301
  msgstr ""
302
 
306
  msgstr ""
307
 
308
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
309
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
310
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:336
311
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
312
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
313
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:38
314
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
315
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:300
316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:358
317
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
318
+ #: lib/view/WpProQuiz_View_Statistics.php:64
319
+ #: lib/view/WpProQuiz_View_Statistics.php:189
320
  msgid "Points"
321
  msgstr ""
322
 
323
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
324
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:114
325
+ #: lib/view/WpProQuiz_View_Statistics.php:69
326
+ #: lib/view/WpProQuiz_View_Statistics.php:193
327
  msgid "Results"
328
  msgstr ""
329
 
332
  msgstr ""
333
 
334
  #: lib/view/WpProQuiz_View_AdminToplist.php:80
335
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
336
  #: lib/view/WpProQuiz_View_QuestionOverall.php:54
337
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
338
  msgid "Delete"
339
  msgstr ""
340
 
346
  msgid "Delete all entries"
347
  msgstr ""
348
 
349
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:45
350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:143
352
+ msgid "Time limit"
353
+ msgstr ""
354
+
355
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:61
356
+ msgid "Answered"
357
+ msgstr ""
358
+
359
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
360
+ msgid "Review"
361
+ msgstr ""
362
+
363
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
364
+ msgid "Review question"
365
+ msgstr ""
366
+
367
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:73
368
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:79
369
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:390
370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:484
372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
373
+ msgid "Quiz-summary"
374
+ msgstr ""
375
+
376
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:81
377
+ #, php-format
378
+ msgid "%s of %s questions completed"
379
+ msgstr ""
380
+
381
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:83
382
+ #: lib/view/WpProQuiz_View_Import.php:44
383
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
384
+ msgid "Questions"
385
+ msgstr ""
386
+
387
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:92
388
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:392
389
+ msgid "Finish quiz"
390
+ msgstr ""
391
+
392
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:99
393
  msgid "Start quiz"
394
  msgstr ""
395
 
396
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:104
397
  msgid ""
398
  "You have already completed the quiz before. Hence you can not start it again."
399
  msgstr ""
400
 
401
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:109
402
  msgid "You have to finish following quiz, to start this quiz:"
403
  msgstr ""
404
 
405
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:116
406
  #, php-format
407
  msgid "%s of %s questions answered correctly"
408
  msgstr ""
409
 
410
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:119
411
  msgid "Your time: <span></span>"
412
  msgstr ""
413
 
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:122
415
  msgid "Time has elapsed"
416
  msgstr ""
417
 
418
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:125
419
  #, php-format
420
  msgid "You have reached %s of %s points, (%s)"
421
  msgstr ""
422
 
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
424
  msgid "Average score"
425
  msgstr ""
426
 
427
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:140
428
  msgid "Your score"
429
  msgstr ""
430
 
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
432
  msgid "Restart quiz"
433
  msgstr ""
434
 
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:174
436
  msgid "View questions"
437
  msgstr ""
438
 
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:177
440
  msgid "Show leaderboard"
441
  msgstr ""
442
 
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:208
 
 
 
 
 
 
444
  #, php-format
445
  msgid "Question %s of %s"
446
  msgstr ""
447
 
448
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:211
449
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
450
+ #: lib/view/WpProQuiz_View_Statistics.php:63
451
  msgid "Question"
452
  msgstr ""
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
455
  #, php-format
456
  msgid "%d points"
457
  msgstr ""
458
 
459
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
460
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:292
461
  msgid "Sort elements"
462
  msgstr ""
463
 
464
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:323
466
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
467
+ #: lib/view/WpProQuiz_View_Statistics.php:65
468
+ #: lib/view/WpProQuiz_View_Statistics.php:190
469
  msgid "Correct"
470
  msgstr ""
471
 
472
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:334
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:341
474
+ #: lib/view/WpProQuiz_View_Statistics.php:66
475
+ #: lib/view/WpProQuiz_View_Statistics.php:191
476
  msgid "Incorrect"
477
  msgstr ""
478
 
479
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:362
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:373
481
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
482
  msgid "Hint"
483
  msgstr ""
484
 
485
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:369
486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:508
488
+ msgid "Skip question"
489
  msgstr ""
490
 
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:371
492
  msgid "Back"
493
  msgstr ""
494
 
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:375
496
+ msgid "Check"
497
  msgstr ""
498
 
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:376
500
+ msgid "Next exercise"
501
  msgstr ""
502
 
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
504
  msgid "Your result entered into leaderboard"
505
  msgstr ""
506
 
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:442
508
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
509
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
510
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
511
  msgid "Name"
512
  msgstr ""
513
 
514
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:450
515
  msgid "Captcha"
516
  msgstr ""
517
 
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:456
519
  msgid "Send"
520
  msgstr ""
521
 
546
 
547
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
548
  #: lib/view/WpProQuiz_View_GobalSettings.php:24
549
+ #: lib/view/WpProQuiz_View_GobalSettings.php:156
550
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
551
  msgid "Global settings"
552
  msgstr ""
562
  msgstr ""
563
 
564
  #: lib/view/WpProQuiz_View_GobalSettings.php:25
 
 
 
 
565
  #: lib/view/WpProQuiz_View_GobalSettings.php:37
566
+ msgid "Settings in case of problems"
 
 
 
 
 
 
 
 
 
567
  msgstr ""
568
 
569
+ #: lib/view/WpProQuiz_View_GobalSettings.php:43
570
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
571
  msgid "Automatically add [raw] shortcode"
572
  msgstr ""
573
 
574
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
575
+ #: lib/view/WpProQuiz_View_GobalSettings.php:74
576
+ #: lib/view/WpProQuiz_View_GobalSettings.php:126
577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:115
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:131
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:373
589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:398
590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:459
591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:570
594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:676
597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:690
598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:738
599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:814
600
  msgid "Activate"
601
  msgstr ""
602
 
603
+ #: lib/view/WpProQuiz_View_GobalSettings.php:52
604
  #, php-format
605
  msgid "It is recommended %s this option on your system."
606
  msgstr ""
607
 
608
+ #: lib/view/WpProQuiz_View_GobalSettings.php:55
609
  msgid ""
610
  "If this option is activated, a [raw] shortcode is automatically set around "
611
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
612
  msgstr ""
613
 
614
+ #: lib/view/WpProQuiz_View_GobalSettings.php:58
615
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
616
  msgid ""
617
  "Own themes changes internal order of filters, what causes the problems. "
618
  "With additional shortcode [raw] this is prevented."
619
  msgstr ""
620
 
621
+ #: lib/view/WpProQuiz_View_GobalSettings.php:65
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:70
623
  msgid "Do not load the Javascript-files in the footer"
624
  msgstr ""
625
 
626
+ #: lib/view/WpProQuiz_View_GobalSettings.php:77
627
  msgid ""
628
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
629
  "when they are really needed."
630
  msgstr ""
631
 
632
+ #: lib/view/WpProQuiz_View_GobalSettings.php:80
633
  msgid "In very old Wordpress themes this can lead to problems."
634
  msgstr ""
635
 
636
+ #: lib/view/WpProQuiz_View_GobalSettings.php:83
637
  msgid ""
638
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
639
  "the header even if they are not needed."
640
  msgstr ""
641
 
642
+ #: lib/view/WpProQuiz_View_GobalSettings.php:86
643
  #, php-format
644
  msgid ""
645
  "Anyone who wants to learn more about this topic should read through the "
646
  "following websites %s and %s."
647
  msgstr ""
648
 
649
+ #: lib/view/WpProQuiz_View_GobalSettings.php:95
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:100
651
  msgid "Touch Library"
652
  msgstr ""
653
 
654
+ #: lib/view/WpProQuiz_View_GobalSettings.php:104
655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:313
656
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
657
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:531
659
  msgid "Deactivate"
660
  msgstr ""
661
 
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:107
663
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
664
  msgstr ""
665
 
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:110
667
  msgid "If you have any problems with the Touch Library, please deactivate it."
668
  msgstr ""
669
 
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:117
671
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
672
  msgid "jQuery support cors"
673
  msgstr ""
674
 
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:129
676
  msgid "Is required only in rare cases."
677
  msgstr ""
678
 
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:132
680
  msgid "If you have problems with the front ajax, please activate it."
681
  msgstr ""
682
 
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:135
684
  msgid "e.g. Domain with special characters in combination with IE"
685
  msgstr ""
686
 
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:144
688
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:225
689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:908
690
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
691
  msgid "Save"
692
  msgstr ""
693
 
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:162
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:167
696
+ msgid "Leaderboard time format"
697
+ msgstr ""
698
+
699
+ #: lib/view/WpProQuiz_View_GobalSettings.php:189
700
+ msgid "Custom"
701
+ msgstr ""
702
+
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:193
704
+ msgid "Documentation on date and time formatting"
705
+ msgstr ""
706
+
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:200
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:205
709
+ msgid "Category management"
710
+ msgstr ""
711
+
712
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
713
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:50
714
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
715
+ msgid "Edit"
716
+ msgstr ""
717
+
718
+ #: lib/view/WpProQuiz_View_GobalSettings.php:233
719
+ msgid "E-mail settings"
720
+ msgstr ""
721
+
722
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
723
+ msgid "To:"
724
+ msgstr ""
725
+
726
+ #: lib/view/WpProQuiz_View_GobalSettings.php:246
727
+ msgid ""
728
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
729
+ "com"
730
+ msgstr ""
731
+
732
+ #: lib/view/WpProQuiz_View_GobalSettings.php:252
733
+ msgid "From:"
734
+ msgstr ""
735
+
736
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
737
+ msgid "Subject:"
738
+ msgstr ""
739
+
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
741
+ msgid "Message body:"
742
+ msgstr ""
743
+
744
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
745
+ msgid "Allowed variables"
746
+ msgstr ""
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
749
+ msgid "User-ID"
750
+ msgstr ""
751
+
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
753
+ msgid "Username"
754
+ msgstr ""
755
+
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
757
+ msgid "Quiz-Name"
758
+ msgstr ""
759
+
760
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
761
+ msgid "Result in precent"
762
+ msgstr ""
763
+
764
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
765
+ msgid "Reached points"
766
+ msgstr ""
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
769
+ msgid "IP-address of the user"
770
+ msgstr ""
771
+
772
  #: lib/view/WpProQuiz_View_Import.php:21
773
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
774
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
775
  msgid "Import"
776
  msgstr ""
777
 
791
  msgid "Quiz name"
792
  msgstr ""
793
 
 
 
 
 
 
794
  #: lib/view/WpProQuiz_View_Import.php:67
795
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
796
  msgid "Start import"
797
  msgstr ""
798
 
799
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
800
  msgid "Title"
801
  msgstr ""
802
 
803
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
804
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
805
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
806
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
807
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:136
808
+ #: lib/view/WpProQuiz_View_QuizEdit.php:626
809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:802
810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
811
  msgid "(optional)"
812
  msgstr ""
813
 
814
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:25
815
  msgid ""
816
  "The title is used for overview, it is not visible in quiz. If you leave the "
817
  "title field empty, a title will be generated."
818
  msgstr ""
819
 
820
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:31
821
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:92
822
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
824
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
826
  msgid "(required)"
827
  msgstr ""
828
 
829
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
830
  msgid "Points for this question (Standard is 1 point)"
831
  msgstr ""
832
 
833
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:41
834
  msgid ""
835
  "This points will be rewarded, only if the user closes the question correctly."
836
  msgstr ""
837
 
838
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:47
839
  msgid "Different points for each answer"
840
  msgstr ""
841
 
842
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:50
843
  msgid ""
844
  "If you enable this option, you can enter different points for every answer."
845
  msgstr ""
846
 
847
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
848
  msgid "Show reached points in the correct- and incorrect message?"
849
  msgstr ""
850
 
851
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:62
852
+ #: lib/view/WpProQuiz_View_Statistics.php:82
853
+ msgid "Category"
854
+ msgstr ""
855
+
856
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
857
+ msgid ""
858
+ "You can assign classify category for a question. Categories are e.g. visible "
859
+ "in statistics function."
860
+ msgstr ""
861
+
862
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
863
+ msgid "You can manage categories in global settings."
864
+ msgstr ""
865
+
866
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
867
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:82
868
+ msgid "Create new category"
869
+ msgstr ""
870
+
871
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:73
872
+ msgid "No category"
873
+ msgstr ""
874
+
875
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:84
876
+ msgid "Create"
877
+ msgstr ""
878
+
879
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
880
  msgid "Message with the correct / incorrect answer"
881
  msgstr ""
882
 
883
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
884
  msgid "Deactivated in quiz settings."
885
  msgstr ""
886
 
887
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:107
888
  msgid "Message with the correct answer"
889
  msgstr ""
890
 
891
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
892
  msgid ""
893
  "This text will be visible if answered correctly. It can be used as "
894
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
895
  "always displayed automatically."
896
  msgstr ""
897
 
898
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
899
  msgid "Same text for correct- and incorrect-message?"
900
  msgstr ""
901
 
902
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:124
903
  msgid "Message with the incorrect answer"
904
  msgstr ""
905
 
906
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:127
907
  msgid ""
908
  "This text will be visible if answered incorrectly. It can be used as "
909
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
910
  "always displayed automatically."
911
  msgstr ""
912
 
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:139
914
  msgid "Here you can enter solution hint."
915
  msgstr ""
916
 
917
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
918
  msgid "Activate hint for this question?"
919
  msgstr ""
920
 
921
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:155
922
  msgid "Answer type"
923
  msgstr ""
924
 
925
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:163
926
  msgid "Single choice"
927
  msgstr ""
928
 
929
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
930
  msgid "Multiple choice"
931
  msgstr ""
932
 
933
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
934
  msgid "\"Free\" choice"
935
  msgstr ""
936
 
937
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
938
  msgid "\"Sorting\" choice"
939
  msgstr ""
940
 
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
942
  msgid "\"Matrix Sorting\" choice"
943
  msgstr ""
944
 
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
946
  msgid "Cloze"
947
  msgstr ""
948
 
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:188
950
  msgid "Answers"
951
  msgstr ""
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:195
954
  msgid ""
955
  "Please sort the answers in right order with the \"Move\" - Button. The "
956
  "answers will be displayed randomly."
957
  msgstr ""
958
 
959
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:200
960
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:206
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
962
  msgid "Add new answer"
963
  msgstr ""
964
 
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:210
966
  msgid ""
967
  "In this mode, not a list have to be sorted, but elements must be assigned to "
968
  "matching criterion."
969
  msgstr ""
970
 
971
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:213
972
  msgid ""
973
  "You can create sort elements with empty criteria, which can't be assigned by "
974
  "user."
975
  msgstr ""
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:241
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:290
979
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
981
  msgid "Options"
982
  msgstr ""
983
 
984
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:242
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:343
986
  msgid "Answer"
987
  msgstr ""
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:257
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:315
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:321
992
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:352
993
  msgid "Allow HTML"
994
  msgstr ""
995
 
996
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
997
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
998
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:369
999
  msgid "Delete answer"
1000
  msgstr ""
1001
 
1002
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:275
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1005
  #: lib/view/WpProQuiz_View_QuestionOverall.php:58
1006
  msgid "Move"
1007
  msgstr ""
1008
 
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:291
1010
  msgid "Criterion"
1011
  msgstr ""
1012
 
1013
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:381
1014
  msgid ""
1015
  "correct answers (one per line) (answers will be converted to lower case)"
1016
  msgstr ""
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:394
1019
  msgid ""
1020
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1021
  "small letters will be ignored."
1022
  msgstr ""
1023
 
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:397
1025
+ msgid ""
1026
+ "You can specify multiple options for a search word. Enclose the word with "
1027
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1028
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1029
+ "hate are correct."
1030
+ msgstr ""
1031
+
1032
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:400
1033
  msgid ""
1034
  "If mode \"Different points for every answer\" is activated, you can assign "
1035
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1036
  msgstr ""
1037
 
1038
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:403
1039
  msgid ""
1040
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1041
  "\" 3 points."
1045
  msgid "Questions sorted"
1046
  msgstr ""
1047
 
 
 
 
 
 
1048
  #: lib/view/WpProQuiz_View_QuestionOverall.php:74
1049
+ #: lib/view/WpProQuiz_View_Statistics.php:125
1050
  msgid "Total"
1051
  msgstr ""
1052
 
1073
  msgid "Copy questions"
1074
  msgstr ""
1075
 
1076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1077
  msgid "Quiz title"
1078
  msgstr ""
1079
 
1080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1081
  msgid "Hide quiz title"
1082
  msgstr ""
1083
 
1084
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1085
  msgid "Hide title"
1086
  msgstr ""
1087
 
1088
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1089
  msgid "The title serves as quiz heading."
1090
  msgstr ""
1091
 
1092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1094
  msgid "Hide \"Restart quiz\" button"
1095
  msgstr ""
1096
 
1097
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1098
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1099
  msgstr ""
1100
 
1101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1103
  msgid "Hide \"View question\" button"
1104
  msgstr ""
1105
 
1106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1107
  msgid "Hide the \"View question\" button in the Frontend."
1108
  msgstr ""
1109
 
1110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1112
  msgid "Show points"
1113
  msgstr ""
1114
 
1115
+ #: lib/view/WpProQuiz_View_QuizEdit.php:99
1116
  msgid "Shows in quiz, how many points are reachable for respective question."
1117
  msgstr ""
1118
 
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:111
1121
  msgid "Display question randomly"
1122
  msgstr ""
1123
 
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:122
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1126
  msgid "Display answers randomly"
1127
  msgstr ""
1128
 
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
1130
  msgid "Seconds"
1131
  msgstr ""
1132
 
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1134
  msgid "0 = no limit"
1135
  msgstr ""
1136
 
1137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1139
  msgid "Number answers"
1140
  msgstr ""
1141
 
1142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1143
  msgid ""
1144
  "If this option is activated, all answers are numbered (only single and "
1145
  "multiple choice)"
1146
  msgstr ""
1147
 
1148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:319
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:379
1152
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:590
1155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:598
1156
+ #: lib/view/WpProQuiz_View_QuizEdit.php:606
1157
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
1158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:779
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
1160
  msgid "Demo"
1161
  msgstr ""
1162
 
1163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
1165
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1166
  msgid "Statistics"
1167
  msgstr ""
1168
 
1169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1170
  msgid ""
1171
  "Statistics about right or wrong answers. Statistics will be saved by "
1172
  "completed quiz, not after every question. The statistics is only visible "
1173
  "over administration menu. (internal statistics)"
1174
  msgstr ""
1175
 
1176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:200
1177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1178
  msgid "Statistics IP-lock"
1179
  msgstr ""
1180
 
1181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1182
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1183
  msgstr ""
1184
 
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:212
1186
  msgid ""
1187
  "Protect the statistics from spam. Result will only be saved every X minutes "
1188
  "from same IP. (0 = deactivated)"
1189
  msgstr ""
1190
 
1191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:219
1192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:225
1193
  msgid "Execute quiz only once"
1194
  msgstr ""
1195
 
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1197
  msgid ""
1198
  "If you activate this option, the user can complete the quiz only once. "
1199
  "Afterwards the quiz is blocked for this user."
1200
  msgstr ""
1201
 
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:237
1203
  msgid "This option applies to:"
1204
  msgstr ""
1205
 
1206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:245
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1208
  msgid "all users"
1209
  msgstr ""
1210
 
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:249
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1213
  msgid "registered useres only"
1214
  msgstr ""
1215
 
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1218
  msgid "anonymous users only"
1219
  msgstr ""
1220
 
1221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:259
1222
  msgid "user identification by cookie"
1223
  msgstr ""
1224
 
1225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1226
  msgid ""
1227
  "If you activate this option, a cookie is set additionally for unregistrated "
1228
  "(anonymous) users. This ensures a longer assignment of the user than the "
1229
  "simple assignment by the IP address."
1230
  msgstr ""
1231
 
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:267
1233
  msgid "Reset the user identification"
1234
  msgstr ""
1235
 
1236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:268
1237
  msgid "User identification has been reset."
1238
  msgstr ""
1239
 
1240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1241
  msgid "Resets user identification for all users."
1242
  msgstr ""
1243
 
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:284
1246
  msgid "Hide correct- and incorrect message"
1247
  msgstr ""
1248
 
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1250
  msgid ""
1251
  "If you enable this option, no correct- or incorrect message will be "
1252
  "displayed."
1253
  msgstr ""
1254
 
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:304
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
1257
  msgid "Correct and incorrect answer mark"
1258
  msgstr ""
1259
 
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1261
  msgid ""
1262
  "If you enable this option, answers won't be color highlighted as correct or "
1263
  "incorrect. "
1264
  msgstr ""
1265
 
1266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1268
  msgid "Show only specific number of questions"
1269
  msgstr ""
1270
 
1271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1272
  msgid ""
1273
  "If you enable this option, maximum number of displayed questions will be X "
1274
  "from X questions. (The output of questions is random)"
1275
  msgstr ""
1276
 
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1278
  msgid "The statistics function is not available in this option."
1279
  msgstr ""
1280
 
1281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1282
  msgid ""
1283
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1284
  msgstr ""
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1287
  msgid "How many questions should be displayed simultaneously:"
1288
  msgstr ""
1289
 
1290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:356
1291
  msgid "in percent"
1292
  msgstr ""
1293
 
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:364
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:369
1296
  msgid "Show average points"
1297
  msgstr ""
1298
 
1299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:376
1300
  msgid "Statistics-function must be enabled."
1301
  msgstr ""
1302
 
1303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:394
1305
  msgid "Prerequisites"
1306
  msgstr ""
1307
 
1308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1309
  msgid ""
1310
  "If you enable this option, you can choose quiz, which user have to finish "
1311
  "before he can start this quiz."
1312
  msgstr ""
1313
 
1314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:404
1315
  msgid ""
1316
  "In all selected quizzes statistic function have to be active. If it is not "
1317
  "it will be activated automatically."
1318
  msgstr ""
1319
 
1320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:409
1321
  msgid "Quiz"
1322
  msgstr ""
1323
 
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1325
  msgid "Prerequisites (This quiz have to be finished)"
1326
  msgstr ""
1327
 
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:450
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1331
+ msgid "Question overview"
1332
+ msgstr ""
1333
+
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1335
+ msgid ""
1336
+ "Add at the top of the quiz a question overview, which allows easy "
1337
+ "navigation. Additional questions can be marked \"to review\"."
1338
+ msgstr ""
1339
+
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1341
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1342
+ msgstr ""
1343
+
1344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:496
1345
+ msgid ""
1346
+ "If you enalbe this option, no quiz overview will be displayed, before "
1347
+ "finishing quiz."
1348
+ msgstr ""
1349
+
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1351
+ msgid ""
1352
+ "If you enable this option, user won't be able to skip question. (only in "
1353
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1354
+ "\"Question-Overview\""
1355
+ msgstr ""
1356
+
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:527
1359
+ msgid "E-mail notification"
1360
+ msgstr ""
1361
+
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1363
+ msgid "for registered users only"
1364
+ msgstr ""
1365
+
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:539
1367
+ msgid "for all users"
1368
+ msgstr ""
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1371
+ msgid ""
1372
+ "If you enable this option, you will be informed if a user completes this "
1373
+ "quiz."
1374
+ msgstr ""
1375
+
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
1377
+ msgid "E-Mail settings can be edited in global settings."
1378
+ msgstr ""
1379
+
1380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:555
1381
+ msgid "Quiz-Mode"
1382
+ msgstr ""
1383
+
1384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:560
1385
+ msgid "Normal"
1386
+ msgstr ""
1387
+
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:561
1389
+ msgid "Normal + Back-Button"
1390
+ msgstr ""
1391
+
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1393
+ msgid "Check -> continue"
1394
+ msgstr ""
1395
+
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:563
1397
+ msgid "Questions below each other"
1398
+ msgstr ""
1399
+
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:575
1401
+ msgid ""
1402
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1403
+ "displayed at the end of the quiz."
1404
+ msgstr ""
1405
+
1406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:578
1407
+ msgid "Allows to use the back button in a question."
1408
+ msgstr ""
1409
+
1410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:581
1411
+ msgid "Shows \"right or wrong\" after each question."
1412
+ msgstr ""
1413
+
1414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:584
1415
+ msgid ""
1416
+ "If this option is activated, all answers are displayed below each other, i."
1417
+ "e. all questions are on a single page."
1418
+ msgstr ""
1419
+
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:629
1421
  msgid ""
1422
  "The leaderboard allows users to enter results in public list and to share "
1423
  "the result this way."
1424
  msgstr ""
1425
 
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
1427
  msgid "The leaderboard works independent from internal statistics function."
1428
  msgstr ""
1429
 
1430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
1431
  msgid "Who can sign up to the list"
1432
  msgstr ""
1433
 
1434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1435
  msgid ""
1436
  "Not registered users have to enter name and e-mail (e-mail won't be "
1437
  "displayed)"
1438
  msgstr ""
1439
 
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:671
1441
+ msgid "insert automatically"
1442
+ msgstr ""
1443
+
1444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:679
1445
+ msgid ""
1446
+ "If you enable this option, logged in users will be automatically entered "
1447
+ "into leaderboard"
1448
+ msgstr ""
1449
+
1450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
1451
  msgid "display captcha"
1452
  msgstr ""
1453
 
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:693
1455
  msgid ""
1456
  "If you enable this option, additional captcha will be displayed for users "
1457
  "who are not registered."
1458
  msgstr ""
1459
 
1460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1461
  msgid "This option requires additional plugin:"
1462
  msgstr ""
1463
 
1464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1465
  msgid "Plugin has been detected."
1466
  msgstr ""
1467
 
1468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
1469
  msgid "Plugin is not installed."
1470
  msgstr ""
1471
 
1472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:713
1473
  msgid "Sort list by"
1474
  msgstr ""
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:732
1477
  msgid "Users can apply multiple times"
1478
  msgstr ""
1479
 
1480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
1481
  msgid "User can apply after:"
1482
  msgstr ""
1483
 
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:745
1485
  msgid "minute"
1486
  msgstr ""
1487
 
1488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:752
1489
  msgid "How many entries should be displayed"
1490
  msgstr ""
1491
 
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1493
  msgid "Entries"
1494
  msgstr ""
1495
 
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:765
1497
  msgid "Automatically display leaderboard in quiz result"
1498
  msgstr ""
1499
 
1500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
1501
  msgid "Where should leaderboard be displayed:"
1502
  msgstr ""
1503
 
1504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1505
  msgid "don't display"
1506
  msgstr ""
1507
 
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1509
  msgid "below the \"result text\""
1510
  msgstr ""
1511
 
1512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1513
  msgid "in a button"
1514
  msgstr ""
1515
 
1516
+ #: lib/view/WpProQuiz_View_QuizEdit.php:829
1517
  msgid "Quiz description"
1518
  msgstr ""
1519
 
1520
+ #: lib/view/WpProQuiz_View_QuizEdit.php:832
1521
  msgid "This text will be displayed before start of the quiz."
1522
  msgstr ""
1523
 
1524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1525
  msgid "Results text"
1526
  msgstr ""
1527
 
1528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
1529
  msgid ""
1530
  "This text will be displayed at the end of the quiz (in results). (this text "
1531
  "is optional)"
1532
  msgstr ""
1533
 
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:847
1535
  msgid "Activate graduation"
1536
  msgstr ""
1537
 
1538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
1539
  msgid "Hint:"
1540
  msgstr ""
1541
 
1542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
1543
  msgid "Maximal 15 levels"
1544
  msgstr ""
1545
 
1546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:857
1547
  #, php-format
1548
  msgid ""
1549
  "Percentages refer to the total score of the quiz. (Current total %d points "
1550
  "in %d questions."
1551
  msgstr ""
1552
 
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:860
1554
  msgid "Values can also be mixed up"
1555
  msgstr ""
1556
 
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:861
1558
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1559
  msgstr ""
1560
 
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1563
  msgid "from:"
1564
  msgstr ""
1565
 
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1568
  msgid "percent"
1569
  msgstr ""
1570
 
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:877
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:888
1573
  #, php-format
1574
  msgid ""
1575
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1576
  "%s</span>%%)"
1577
  msgstr ""
1578
 
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:889
1581
  msgid "Delete graduation"
1582
  msgstr ""
1583
 
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:896
1585
  msgid "Add graduation"
1586
  msgstr ""
1587
 
1606
  msgid "Support WP-Pro-Quiz"
1607
  msgstr ""
1608
 
1609
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1610
  msgid "ID"
1611
  msgstr ""
1612
 
1613
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1614
  msgid "Shortcode"
1615
  msgstr ""
1616
 
1617
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1618
  msgid "Shortcode-Leaderboard"
1619
  msgstr ""
1620
 
1621
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1622
  msgid "Preview"
1623
  msgstr ""
1624
 
1625
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1626
  msgid "Add quiz"
1627
  msgstr ""
1628
 
1629
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1630
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1631
  msgid "Export"
1632
  msgstr ""
1633
 
1634
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1635
  msgid ""
1636
  "Choose the respective question, which you would like to export and press on "
1637
  "\"Start export\""
1638
  msgstr ""
1639
 
1640
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1641
  msgid "Start export"
1642
  msgstr ""
1643
 
1644
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1645
  msgid "Import only *.wpq files from known and trusted sources."
1646
  msgstr ""
1647
 
1648
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1649
  #, php-format
1650
  msgid "Maximal %d MiB"
1651
  msgstr ""
1652
 
1653
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1654
  #, php-format
1655
  msgid "Quiz: %s - Statistics"
1656
  msgstr ""
1657
 
1658
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1659
  msgid "Stats not enabled"
1660
  msgstr ""
1661
 
1662
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1663
  msgid "Activate statistics"
1664
  msgstr ""
1665
 
1666
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1667
+ msgid "Users"
 
 
 
 
1668
  msgstr ""
1669
 
1670
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1671
  msgid "Overview"
1672
  msgstr ""
1673
 
1674
+ #: lib/view/WpProQuiz_View_Statistics.php:47
1675
  msgid "Please select user name:"
1676
  msgstr ""
1677
 
1678
+ #: lib/view/WpProQuiz_View_Statistics.php:51
1679
+ msgid "Anonymous user"
1680
+ msgstr ""
1681
+
1682
+ #: lib/view/WpProQuiz_View_Statistics.php:67
1683
+ #: lib/view/WpProQuiz_View_Statistics.php:192
1684
  msgid "Hints used"
1685
  msgstr ""
1686
 
1687
+ #: lib/view/WpProQuiz_View_Statistics.php:68
1688
  msgid "Points scored"
1689
  msgstr ""
1690
 
1691
+ #: lib/view/WpProQuiz_View_Statistics.php:105
1692
+ msgid "Sub-Total: "
1693
+ msgstr ""
1694
+
1695
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1696
  msgid "Reset statistics"
1697
  msgstr ""
1698
 
1699
+ #: lib/view/WpProQuiz_View_Statistics.php:141
1700
+ #: lib/view/WpProQuiz_View_Statistics.php:215
1701
  msgid "Refresh"
1702
  msgstr ""
1703
 
1704
+ #: lib/view/WpProQuiz_View_Statistics.php:145
1705
+ #: lib/view/WpProQuiz_View_Statistics.php:217
1706
  msgid "Reset entire statistic"
1707
  msgstr ""
1708
 
1709
+ #: lib/view/WpProQuiz_View_Statistics.php:163
1710
  msgid "Show only users, who solved the quiz:"
1711
  msgstr ""
1712
 
lib/controller/WpProQuiz_Controller_Admin.php CHANGED
@@ -1,19 +1,22 @@
1
  <?php
2
  class WpProQuiz_Controller_Admin {
3
-
 
 
4
  public function __construct() {
5
 
 
 
 
 
 
6
  add_action('wp_ajax_wp_pro_quiz_update_sort', array($this, 'updateSort'));
7
  add_action('wp_ajax_wp_pro_quiz_load_question', array($this, 'updateSort'));
8
 
9
- add_action('wp_ajax_wp_pro_quiz_load_statistics', array($this, 'loadStatistics'));
10
- add_action('wp_ajax_wp_pro_quiz_statistics', array($this, 'loadStatistics'));
11
-
12
  add_action('wp_ajax_wp_pro_quiz_reset_lock', array($this, 'resetLock'));
13
 
14
  add_action('wp_ajax_wp_pro_quiz_load_toplist', array($this, 'adminToplist'));
15
 
16
-
17
  add_action('wp_ajax_wp_pro_quiz_completed_quiz', array($this, 'completedQuiz'));
18
  add_action('wp_ajax_nopriv_wp_pro_quiz_completed_quiz', array($this, 'completedQuiz'));
19
 
@@ -83,11 +86,6 @@ class WpProQuiz_Controller_Admin {
83
  $c->route();
84
  }
85
 
86
- public function loadStatistics() {
87
- $c = new WpProQuiz_Controller_Statistics();
88
- $c->route();
89
- }
90
-
91
  public function completedQuiz() {
92
  $quiz = new WpProQuiz_Controller_Quiz();
93
  $quiz->completedQuiz();
@@ -108,7 +106,8 @@ class WpProQuiz_Controller_Admin {
108
  'reset_statistics_msg' => __('Do you really want to reset the statistic?', 'wp-pro-quiz'),
109
  'no_data_available' => __('No data available', 'wp-pro-quiz'),
110
  'no_sort_element_criterion' => __('No sort element in the criterion', 'wp-pro-quiz'),
111
- 'dif_points' => __('"Different points for every answer" is not possible at "Free" choice', 'wp-pro-quiz')
 
112
  );
113
 
114
  wp_localize_script('wpProQuiz_admin_javascript', 'wpProQuizLocalize', $translation_array);
@@ -117,7 +116,7 @@ class WpProQuiz_Controller_Admin {
117
  public function enqueueScript() {
118
  wp_enqueue_script(
119
  'wpProQuiz_admin_javascript',
120
- plugins_url('js/wpProQuiz_admin.min.js', WPPROQUIZ_FILE),
121
  array('jquery', 'jquery-ui-sortable'),
122
  WPPROQUIZ_VERSION
123
  );
1
  <?php
2
  class WpProQuiz_Controller_Admin {
3
+
4
+ protected $_ajax;
5
+
6
  public function __construct() {
7
 
8
+ $this->_ajax = new WpProQuiz_Controller_Ajax();
9
+
10
+ $this->_ajax->init();
11
+
12
+ //deprecated - use WpProQuiz_Controller_Ajax
13
  add_action('wp_ajax_wp_pro_quiz_update_sort', array($this, 'updateSort'));
14
  add_action('wp_ajax_wp_pro_quiz_load_question', array($this, 'updateSort'));
15
 
 
 
 
16
  add_action('wp_ajax_wp_pro_quiz_reset_lock', array($this, 'resetLock'));
17
 
18
  add_action('wp_ajax_wp_pro_quiz_load_toplist', array($this, 'adminToplist'));
19
 
 
20
  add_action('wp_ajax_wp_pro_quiz_completed_quiz', array($this, 'completedQuiz'));
21
  add_action('wp_ajax_nopriv_wp_pro_quiz_completed_quiz', array($this, 'completedQuiz'));
22
 
86
  $c->route();
87
  }
88
 
 
 
 
 
 
89
  public function completedQuiz() {
90
  $quiz = new WpProQuiz_Controller_Quiz();
91
  $quiz->completedQuiz();
106
  'reset_statistics_msg' => __('Do you really want to reset the statistic?', 'wp-pro-quiz'),
107
  'no_data_available' => __('No data available', 'wp-pro-quiz'),
108
  'no_sort_element_criterion' => __('No sort element in the criterion', 'wp-pro-quiz'),
109
+ 'dif_points' => __('"Different points for every answer" is not possible at "Free" choice', 'wp-pro-quiz'),
110
+ 'category_no_name' => __('You must specify a name.', 'wp-pro-quiz')
111
  );
112
 
113
  wp_localize_script('wpProQuiz_admin_javascript', 'wpProQuizLocalize', $translation_array);
116
  public function enqueueScript() {
117
  wp_enqueue_script(
118
  'wpProQuiz_admin_javascript',
119
+ plugins_url('js/wpProQuiz_admin'.(WPPROQUIZ_DEV ? '' : '.min').'.js', WPPROQUIZ_FILE),
120
  array('jquery', 'jquery-ui-sortable'),
121
  WPPROQUIZ_VERSION
122
  );
lib/controller/WpProQuiz_Controller_Ajax.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @since 0.23
4
+ */
5
+ class WpProQuiz_Controller_Ajax {
6
+
7
+ private $_callbacks = array();
8
+
9
+ public function init() {
10
+ $this->initCallbacks();
11
+
12
+ add_action('wp_ajax_wp_pro_quiz_admin_ajax', array($this, 'adminAjaxCallback'));
13
+ }
14
+
15
+ public function adminAjaxCallback() {
16
+ $func = isset($_POST['func']) ? $_POST['func'] : '';
17
+ $data = isset($_POST['data']) ? $_POST['data'] : null;
18
+
19
+ if(isset($this->_callbacks[$func])) {
20
+ echo call_user_func($this->_callbacks[$func], $data, $func);
21
+ }
22
+
23
+ exit;
24
+ }
25
+
26
+ private function initCallbacks() {
27
+ $this->_callbacks = array(
28
+ 'categoryAdd' => array('WpProQuiz_Controller_Category', 'ajaxAddCategory'),
29
+ 'categoryDelete' => array('WpProQuiz_Controller_Category', 'ajaxDeleteCategory'),
30
+ 'categoryEdit' => array('WpProQuiz_Controller_Category', 'ajaxEditCategory'),
31
+ 'statisticLoad' => array('WpProQuiz_Controller_Statistics', 'ajaxLoadStatistic'),
32
+ 'statisticLoadOverview' => array('WpProQuiz_Controller_Statistics', 'ajaxLoadStatsticOverview'),
33
+ 'statisticReset' => array('WpProQuiz_Controller_Statistics', 'ajaxReset')
34
+ );
35
+ }
36
+ }
lib/controller/WpProQuiz_Controller_Category.php ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class WpProQuiz_Controller_Category {
3
+
4
+ public static function ajaxAddCategory($data, $func) {
5
+ if(!current_user_can('wpProQuiz_edit_quiz')) {
6
+ return json_encode(array());
7
+ }
8
+
9
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
10
+
11
+ $category = new WpProQuiz_Model_Category($data);
12
+
13
+ $categoryMapper->save($category);
14
+
15
+ return json_encode(array('categoryId' => $category->getCategoryId(),
16
+ 'categoryName' => $category->getCategoryName()
17
+ ));
18
+ }
19
+
20
+ public static function ajaxEditCategory($data, $func) {
21
+ if(!current_user_can('wpProQuiz_edit_quiz')) {
22
+ return json_encode(array());
23
+ }
24
+
25
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
26
+
27
+ $category = new WpProQuiz_Model_Category($data);
28
+
29
+ $categoryMapper->save($category);
30
+
31
+ return json_encode(array());
32
+ }
33
+
34
+ public static function ajaxDeleteCategory($data, $func) {
35
+ if(!current_user_can('wpProQuiz_edit_quiz')) {
36
+ return json_encode(array());
37
+ }
38
+
39
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
40
+
41
+ $category = new WpProQuiz_Model_Category($data);
42
+
43
+ $categoryMapper->delete($category->getCategoryId());
44
+
45
+ return json_encode(array());
46
+ }
47
+ }
lib/controller/WpProQuiz_Controller_Controller.php CHANGED
@@ -3,6 +3,9 @@ class WpProQuiz_Controller_Controller {
3
  protected $_post = null;
4
  protected $_cookie = null;
5
 
 
 
 
6
  public function __construct() {
7
  if($this->_post === null) {
8
  $this->_post = stripslashes_deep($_POST);
3
  protected $_post = null;
4
  protected $_cookie = null;
5
 
6
+ /**
7
+ * @deprecated
8
+ */
9
  public function __construct() {
10
  if($this->_post === null) {
11
  $this->_post = stripslashes_deep($_POST);
lib/controller/WpProQuiz_Controller_Front.php CHANGED
@@ -19,7 +19,7 @@ class WpProQuiz_Controller_Front {
19
 
20
  wp_enqueue_style(
21
  'wpProQuiz_front_style',
22
- plugins_url('css/wpProQuiz_front.min.css', WPPROQUIZ_FILE),
23
  array(),
24
  WPPROQUIZ_VERSION
25
  );
@@ -33,7 +33,7 @@ class WpProQuiz_Controller_Front {
33
  if($quiz) {
34
  wp_enqueue_script(
35
  'wpProQuiz_front_javascript',
36
- plugins_url('js/wpProQuiz_front.min.js', WPPROQUIZ_FILE),
37
  array('jquery-ui-sortable'),
38
  WPPROQUIZ_VERSION,
39
  $footer
@@ -48,7 +48,7 @@ class WpProQuiz_Controller_Front {
48
  if($toplist) {
49
  wp_enqueue_script(
50
  'wpProQuiz_front_javascript_toplist',
51
- plugins_url('js/wpProQuiz_toplist.min.js', WPPROQUIZ_FILE),
52
  array('jquery-ui-sortable'),
53
  WPPROQUIZ_VERSION,
54
  $footer
19
 
20
  wp_enqueue_style(
21
  'wpProQuiz_front_style',
22
+ plugins_url('css/wpProQuiz_front'.(WPPROQUIZ_DEV ? '' : '.min').'.css', WPPROQUIZ_FILE),
23
  array(),
24
  WPPROQUIZ_VERSION
25
  );
33
  if($quiz) {
34
  wp_enqueue_script(
35
  'wpProQuiz_front_javascript',
36
+ plugins_url('js/wpProQuiz_front'.(WPPROQUIZ_DEV ? '' : '.min').'.js', WPPROQUIZ_FILE),
37
  array('jquery-ui-sortable'),
38
  WPPROQUIZ_VERSION,
39
  $footer
48
  if($toplist) {
49
  wp_enqueue_script(
50
  'wpProQuiz_front_javascript_toplist',
51
+ plugins_url('js/wpProQuiz_toplist'.(WPPROQUIZ_DEV ? '' : '.min').'.js', WPPROQUIZ_FILE),
52
  array('jquery-ui-sortable'),
53
  WPPROQUIZ_VERSION,
54
  $footer
lib/controller/WpProQuiz_Controller_GlobalSettings.php CHANGED
@@ -12,14 +12,13 @@ class WpProQuiz_Controller_GlobalSettings extends WpProQuiz_Controller_Controlle
12
  }
13
 
14
  $mapper = new WpProQuiz_Model_GlobalSettingsMapper();
 
15
  $view = new WpProQuiz_View_GobalSettings();
16
 
17
  if(isset($this->_post['submit'])) {
18
  $mapper->save(new WpProQuiz_Model_GlobalSettings($this->_post));
19
  WpProQuiz_View_View::admin_notices(__('Settings saved', 'wp-pro-quiz'), 'info');
20
 
21
-
22
-
23
  $toplistDateFormat = $this->_post['toplist_date_format'];
24
 
25
  if($toplistDateFormat == 'custom') {
@@ -29,10 +28,16 @@ class WpProQuiz_Controller_GlobalSettings extends WpProQuiz_Controller_Controlle
29
  if(add_option('wpProQuiz_toplistDataFormat', $toplistDateFormat) === false) {
30
  update_option('wpProQuiz_toplistDataFormat', $toplistDateFormat);
31
  }
 
 
 
 
32
  }
33
-
34
  $view->settings = $mapper->fetchAll();
35
  $view->isRaw = !preg_match('[raw]', apply_filters('the_content', '[raw]a[/raw]'));
 
 
36
 
37
  $view->toplistDataFormat = get_option('wpProQuiz_toplistDataFormat', 'Y/m/d g:i A');
38
 
12
  }
13
 
14
  $mapper = new WpProQuiz_Model_GlobalSettingsMapper();
15
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
16
  $view = new WpProQuiz_View_GobalSettings();
17
 
18
  if(isset($this->_post['submit'])) {
19
  $mapper->save(new WpProQuiz_Model_GlobalSettings($this->_post));
20
  WpProQuiz_View_View::admin_notices(__('Settings saved', 'wp-pro-quiz'), 'info');
21
 
 
 
22
  $toplistDateFormat = $this->_post['toplist_date_format'];
23
 
24
  if($toplistDateFormat == 'custom') {
28
  if(add_option('wpProQuiz_toplistDataFormat', $toplistDateFormat) === false) {
29
  update_option('wpProQuiz_toplistDataFormat', $toplistDateFormat);
30
  }
31
+
32
+ //Email
33
+ $mapper->saveEmailSettiongs($this->_post['email']);
34
+
35
  }
36
+
37
  $view->settings = $mapper->fetchAll();
38
  $view->isRaw = !preg_match('[raw]', apply_filters('the_content', '[raw]a[/raw]'));
39
+ $view->category = $categoryMapper->fetchAll();
40
+ $view->email = $mapper->getEmailSettings();
41
 
42
  $view->toplistDataFormat = get_option('wpProQuiz_toplistDataFormat', 'Y/m/d g:i A');
43
 
lib/controller/WpProQuiz_Controller_Preview.php CHANGED
@@ -5,7 +5,7 @@ class WpProQuiz_Controller_Preview extends WpProQuiz_Controller_Controller {
5
 
6
  wp_enqueue_script(
7
  'wpProQuiz_front_javascript',
8
- plugins_url('js/wpProQuiz_front.min.js', WPPROQUIZ_FILE),
9
  array('jquery', 'jquery-ui-sortable'),
10
  WPPROQUIZ_VERSION
11
  );
@@ -17,7 +17,7 @@ class WpProQuiz_Controller_Preview extends WpProQuiz_Controller_Controller {
17
 
18
  wp_enqueue_style(
19
  'wpProQuiz_front_style',
20
- plugins_url('css/wpProQuiz_front.min.css', WPPROQUIZ_FILE),
21
  array(),
22
  WPPROQUIZ_VERSION
23
  );
5
 
6
  wp_enqueue_script(
7
  'wpProQuiz_front_javascript',
8
+ plugins_url('js/wpProQuiz_front'.(WPPROQUIZ_DEV ? '' : '.min').'.js', WPPROQUIZ_FILE),
9
  array('jquery', 'jquery-ui-sortable'),
10
  WPPROQUIZ_VERSION
11
  );
17
 
18
  wp_enqueue_style(
19
  'wpProQuiz_front_style',
20
+ plugins_url('css/wpProQuiz_front'.(WPPROQUIZ_DEV ? '' : '.min').'.css', WPPROQUIZ_FILE),
21
  array(),
22
  WPPROQUIZ_VERSION
23
  );
lib/controller/WpProQuiz_Controller_Question.php CHANGED
@@ -148,6 +148,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
148
 
149
  $mapper = new WpProQuiz_Model_QuestionMapper();
150
  $quizMapper = new WpProQuiz_Model_QuizMapper();
 
151
 
152
  $this->view->quiz = $quizMapper->fetch($id);
153
 
@@ -175,6 +176,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
175
  if(isset($post['answerPointsActivated'])) {
176
  $post['points'] = $clearPost['points'];
177
  }
 
 
178
 
179
  $mapper->save(new WpProQuiz_Model_Question($post));
180
  WpProQuiz_View_View::admin_notices(__('Question edited', 'wp-pro-quiz'), 'info');
@@ -182,6 +185,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
182
 
183
  $this->view->question = $mapper->fetch($id);
184
  $this->view->data = $this->setAnswerObject($this->view->question);
 
185
 
186
  if($this->view->question->isAnswerPointsActivated()) {
187
  $this->view->question->setPoints(1);
@@ -199,9 +203,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
199
  $this->view = new WpProQuiz_View_QuestionEdit();
200
  $this->view->header = __('New question', 'wp-pro-quiz');
201
 
202
- $post = null;
203
-
204
  $quizMapper = new WpProQuiz_Model_QuizMapper();
 
205
 
206
  $this->view->quiz = $quizMapper->fetch($this->_quizId);
207
 
@@ -209,7 +212,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
209
 
210
  $questionMapper = new WpProQuiz_Model_QuestionMapper();
211
 
212
- $post = $this->_post;
213
 
214
  $post['title'] = isset($post['title']) ? trim($post['title']) : '';
215
  $post['quizId'] = $this->_quizId;
@@ -228,6 +231,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
228
  $post['points'] = $clearPost['points'];
229
  }
230
 
 
 
231
  $questionMapper->save(new WpProQuiz_Model_Question($post));
232
 
233
  WpProQuiz_View_View::admin_notices(__('Question added', 'wp-pro-quiz'), 'info');
@@ -240,6 +245,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
240
  $this->view->question = new WpProQuiz_Model_Question($post);
241
  $this->view->data = $this->setAnswerObject($this->view->question);
242
  $this->view->question->setQuizId($this->_quizId);
 
243
 
244
  if($this->view->question->isAnswerPointsActivated()) {
245
  $this->view->question->setPoints(1);
148
 
149
  $mapper = new WpProQuiz_Model_QuestionMapper();
150
  $quizMapper = new WpProQuiz_Model_QuizMapper();
151
+ $cateoryMapper = new WpProQuiz_Model_CategoryMapper();
152
 
153
  $this->view->quiz = $quizMapper->fetch($id);
154
 
176
  if(isset($post['answerPointsActivated'])) {
177
  $post['points'] = $clearPost['points'];
178
  }
179
+
180
+ $post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
181
 
182
  $mapper->save(new WpProQuiz_Model_Question($post));
183
  WpProQuiz_View_View::admin_notices(__('Question edited', 'wp-pro-quiz'), 'info');
185
 
186
  $this->view->question = $mapper->fetch($id);
187
  $this->view->data = $this->setAnswerObject($this->view->question);
188
+ $this->view->categories = $cateoryMapper->fetchAll();
189
 
190
  if($this->view->question->isAnswerPointsActivated()) {
191
  $this->view->question->setPoints(1);
203
  $this->view = new WpProQuiz_View_QuestionEdit();
204
  $this->view->header = __('New question', 'wp-pro-quiz');
205
 
 
 
206
  $quizMapper = new WpProQuiz_Model_QuizMapper();
207
+ $cateoryMapper = new WpProQuiz_Model_CategoryMapper();
208
 
209
  $this->view->quiz = $quizMapper->fetch($this->_quizId);
210
 
212
 
213
  $questionMapper = new WpProQuiz_Model_QuestionMapper();
214
 
215
+ $post = WpProQuiz_Controller_Request::getPost();
216
 
217
  $post['title'] = isset($post['title']) ? trim($post['title']) : '';
218
  $post['quizId'] = $this->_quizId;
231
  $post['points'] = $clearPost['points'];
232
  }
233
 
234
+ $post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
235
+
236
  $questionMapper->save(new WpProQuiz_Model_Question($post));
237
 
238
  WpProQuiz_View_View::admin_notices(__('Question added', 'wp-pro-quiz'), 'info');
245
  $this->view->question = new WpProQuiz_Model_Question($post);
246
  $this->view->data = $this->setAnswerObject($this->view->question);
247
  $this->view->question->setQuizId($this->_quizId);
248
+ $this->view->categories = $cateoryMapper->fetchAll();
249
 
250
  if($this->view->question->isAnswerPointsActivated()) {
251
  $this->view->question->setPoints(1);
lib/controller/WpProQuiz_Controller_Quiz.php CHANGED
@@ -368,6 +368,8 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
368
 
369
  $this->setResultCookie($quiz);
370
 
 
 
371
  if(!$this->isPreLockQuiz($quiz)) {
372
  $statistics = new WpProQuiz_Controller_Statistics();
373
  $statistics->save();
@@ -452,4 +454,40 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
452
  else
453
  return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
454
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  }
368
 
369
  $this->setResultCookie($quiz);
370
 
371
+ $this->emailNote($quiz, $this->_post['results']['comp']);
372
+
373
  if(!$this->isPreLockQuiz($quiz)) {
374
  $statistics = new WpProQuiz_Controller_Statistics();
375
  $statistics->save();
454
  else
455
  return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
456
  }
457
+
458
+ private function emailNote(WpProQuiz_Model_Quiz $quiz, $result) {
459
+ if($quiz->getEmailNotification() == WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_NONE
460
+ || (get_current_user_id() == 0 && $quiz->getEmailNotification() == WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_REG_USER)) {
461
+
462
+ return;
463
+ }
464
+
465
+ $globalMapper = new WpProQuiz_Model_GlobalSettingsMapper();
466
+ $email = $globalMapper->getEmailSettings();
467
+
468
+ $user = wp_get_current_user();
469
+
470
+ $r = array(
471
+ '$userId' => $user->ID,
472
+ '$username' => $user->display_name,
473
+ '$quizname' => $quiz->getName(),
474
+ '$result' => $result['result'].'%',
475
+ '$points' => $result['points'],
476
+ '$ip' => filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP)
477
+ );
478
+
479
+ if($user->ID == 0) {
480
+ $r['$username'] = $r['$ip'];
481
+ }
482
+
483
+ $msg = str_replace(array_keys($r), $r, $email['message']);
484
+
485
+ $headers = '';
486
+
487
+ if(!empty($email['from'])) {
488
+ $headers = 'From: '.$email['from'];
489
+ }
490
+
491
+ wp_mail($email['to'], $email['subject'], $msg, $headers);
492
+ }
493
  }
lib/controller/WpProQuiz_Controller_Request.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class WpProQuiz_Controller_Request {
3
+ static protected $_post = null;
4
+ static protected $_cookie = null;
5
+
6
+ public static function getPost() {
7
+ if(self::$_post == null) {
8
+ self::$_post = self::clear($_POST);
9
+ }
10
+
11
+ return self::$_post;
12
+ }
13
+
14
+ public static function getPostValue($name) {
15
+ if(self::$_post == null) {
16
+ self::$_post = self::clear($_POST);
17
+ }
18
+
19
+ return isset(self::$_post[$name]) ? self::$_post[$name] : null;
20
+ }
21
+
22
+ public static function getCookie() {
23
+ if(self::$_post == null) {
24
+ self::$_cookie = self::clear($_COOKIE);
25
+ }
26
+
27
+ return self::$_cookie;
28
+ }
29
+
30
+ private static function clear($data) {
31
+ if($data !== null)
32
+ return stripslashes_deep($data);
33
+
34
+ return array();
35
+ }
36
+ }
lib/controller/WpProQuiz_Controller_Statistics.php CHANGED
@@ -5,12 +5,6 @@ class WpProQuiz_Controller_Statistics extends WpProQuiz_Controller_Controller {
5
  $action = (isset($_GET['action'])) ? $_GET['action'] : 'show';
6
 
7
  switch ($action) {
8
- case 'load_statistics':
9
- $this->loadStatistics($_GET['id']);
10
- break;
11
- case 'reset':
12
- $this->reset($_GET['id']);
13
- break;
14
  case 'show':
15
  default:
16
  $this->show($_GET['id']);
@@ -32,143 +26,40 @@ class WpProQuiz_Controller_Statistics extends WpProQuiz_Controller_Controller {
32
  return 0;
33
  }
34
 
35
- private function loadStatistics($quizId) {
36
 
37
  if(!current_user_can('wpProQuiz_show_statistics')) {
38
- echo json_encode(array());
39
- exit;
40
- }
41
-
42
- if(isset($this->_post['overview']) && $this->_post['overview'] == true) {
43
- $this->loadStatisticsOverview($quizId);
44
-
45
- exit;
46
- }
47
-
48
- $statisticMapper = new WpProQuiz_Model_StatisticMapper();
49
- $quizMapper = new WpProQuiz_Model_QuizMapper();
50
- $statistics = $statisticMapper->fetchAll($quizId, $this->_post['userId']);
51
-
52
- $data = array( 'global' => array('cCorrect' => 0, 'cIncorrect' => 0, 'pCorrect' => 0, 'pIncorrect' => 0, 'cTip' => 0, 'cPoints' => 0, 'result' => 0),
53
- 'items' => array());
54
-
55
- $data['clear'] = $data['global'];
56
-
57
- $maxPoints = $quizMapper->sumQuestionPoints($quizId);
58
- $sumQuestion = $quizMapper->countQuestion($quizId);
59
-
60
- foreach($statistics as $statistic) {
61
- $sum = $statistic->getCorrectCount() + $statistic->getIncorrectCount();
62
-
63
- $data['global']['cCorrect'] += $statistic->getCorrectCount();
64
- $data['global']['cIncorrect'] += $statistic->getIncorrectCount();
65
- $data['global']['cTip'] += $statistic->getHintCount();
66
- $data['global']['cPoints'] += $statistic->getPoints();
67
-
68
- $data['items'][] = array(
69
- 'id' => $statistic->getQuestionId(),
70
- 'cCorrect' => $statistic->getCorrectCount(),
71
- 'cIncorrect' => $statistic->getIncorrectCount(),
72
- 'cTip' => $statistic->getHintCount(),
73
- 'pCorrect' => round((100 * $statistic->getCorrectCount() / $sum), 2),
74
- 'pIncorrect' => round((100 * $statistic->getIncorrectCount() / $sum), 2),
75
- 'cPoints' => $statistic->getPoints()
76
- );
77
  }
78
 
79
- $sum = $data['global']['cCorrect'] + $data['global']['cIncorrect'];
80
-
81
- if($sum > 0) {
82
- $data['global']['pCorrect'] = round((100 * $data['global']['cCorrect'] / $sum), 2);
83
- $data['global']['pIncorrect'] = round((100 * $data['global']['cIncorrect'] / $sum), 2);
84
- $data['global']['result'] = round((100 * $data['global']['cPoints'] / ($sum * $maxPoints / $sumQuestion)), 2);
85
- }
86
-
87
- echo json_encode($data);
88
-
89
- exit;
90
- }
91
-
92
- private function loadStatisticsOverview($quizId) {
93
- $m = new WpProQuiz_Model_StatisticMapper();
94
  $quizMapper = new WpProQuiz_Model_QuizMapper();
95
-
96
- $page = (isset($this->_post['page']) && $this->_post['page'] > 0) ? $this->_post['page'] : 1;
97
- $limit = $this->_post['pageLimit'];
98
- $start = $limit * ($page - 1);
99
-
100
- $s = $m->fetchOverview($quizId, (bool)$this->_post['onlyCompleted'], $start, $limit);
101
- $data = array('items' => array());
102
-
103
- $maxPoints = $quizMapper->sumQuestionPoints($quizId);
104
- $sumQuestion = $quizMapper->countQuestion($quizId);
105
-
106
- foreach($s as $r) {
107
-
108
- $sum = $r->getCorrectCount() + $r->getIncorrectCount();
109
-
110
- if($sum === 0) {
111
- $data['items'][] = array(
112
- 'userId' => $r->getUserId(),
113
- 'userName' => $r->getUserName(),
114
- 'completed' => false
115
- );
116
-
117
- continue;
118
- }
119
-
120
- $data['items'][] = array(
121
- 'userId' => $r->getUserId(),
122
- 'userName' => $r->getUserName(),
123
- 'cPoints' => $r->getPoints(),
124
- 'totalPoints' => $r->getTotalPoints(),
125
- 'cCorrect' => $r->getCorrectCount(),
126
- 'cIncorrect' => $r->getIncorrectCount(),
127
- 'cTip' => $r->getHintCount(),
128
- 'pCorrect' => round((100 * $r->getCorrectCount() / $sum), 2),
129
- 'pIncorrect' => round((100 * $r->getIncorrectCount() / $sum), 2),
130
- 'result' => round((100 * $r->getPoints() / ($sum * $maxPoints / $sumQuestion)), 2),
131
- 'completed' => true
132
- );
133
- }
134
 
135
- if(isset($this->_post['generatePageNav']) && $this->_post['generatePageNav']) {
136
- $count = $m->countOverview($quizId, (bool)$this->_post['onlyCompleted']);
137
- $data['page'] = $count > 0 ? $count : 1;
138
- }
139
-
140
- echo json_encode($data);
141
- }
142
-
143
- private function reset($quizId) {
144
 
145
- if(!current_user_can('wpProQuiz_reset_statistics')) {
146
- exit;
147
- }
148
 
149
- $statisticMapper = new WpProQuiz_Model_StatisticMapper();
 
150
 
151
- if(isset($this->_post['complete']) && $this->_post['complete']) {
152
- $statisticMapper->deleteByQuizId($quizId);
153
- } else {
154
- $statisticMapper->delete($quizId, $this->_post['userId']);
155
  }
156
 
157
- exit;
158
- }
159
-
160
- private function show($quizId) {
161
 
162
- if(!current_user_can('wpProQuiz_show_statistics')) {
163
- wp_die(__('You do not have sufficient permissions to access this page.'));
164
  }
165
 
166
- $view = new WpProQuiz_View_Statistics();
167
- $questionMapper = new WpProQuiz_Model_QuestionMapper();
168
- $quizMapper = new WpProQuiz_Model_QuizMapper();
169
 
170
  $view->quiz = $quizMapper->fetch($quizId);
171
- $view->question = $questionMapper->fetchAll($quizId);
 
172
 
173
  if(has_action('pre_user_query', 'ure_exclude_administrators')) {
174
  remove_action('pre_user_query', 'ure_exclude_administrators');
@@ -181,6 +72,8 @@ class WpProQuiz_Controller_Statistics extends WpProQuiz_Controller_Controller {
181
  $users = get_users(array('fields' => array('ID','user_login','display_name')));
182
  }
183
 
 
 
184
  $view->users = $users;
185
  $view->show();
186
  }
@@ -278,4 +171,194 @@ class WpProQuiz_Controller_Statistics extends WpProQuiz_Controller_Controller {
278
  else
279
  return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
280
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  }
5
  $action = (isset($_GET['action'])) ? $_GET['action'] : 'show';
6
 
7
  switch ($action) {
 
 
 
 
 
 
8
  case 'show':
9
  default:
10
  $this->show($_GET['id']);
26
  return 0;
27
  }
28
 
29
+ private function show($quizId) {
30
 
31
  if(!current_user_can('wpProQuiz_show_statistics')) {
32
+ wp_die(__('You do not have sufficient permissions to access this page.'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }
34
 
35
+ $view = new WpProQuiz_View_Statistics();
36
+ $questionMapper = new WpProQuiz_Model_QuestionMapper();
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  $quizMapper = new WpProQuiz_Model_QuizMapper();
38
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
+ $questions = $questionMapper->fetchAll($quizId);
41
+ $category = $categoryMapper->fetchAll();
42
+ $categoryEmpty = new WpProQuiz_Model_Category();
 
 
 
 
 
 
43
 
44
+ $categoryEmpty->setCategoryName(__('No category', 'wp-pro-quiz'));
 
 
45
 
46
+ $list = array();
47
+ $cats = array();
48
 
49
+ foreach($category as $c) {
50
+ $cats[$c->getCategoryId()] = $c;
 
 
51
  }
52
 
53
+ $cats[0] = $categoryEmpty;
 
 
 
54
 
55
+ foreach($questions as $q) {
56
+ $list[$q->getCategoryId()][] = $q;
57
  }
58
 
 
 
 
59
 
60
  $view->quiz = $quizMapper->fetch($quizId);
61
+ $view->questionList = $list;
62
+ $view->categoryList = $cats;
63
 
64
  if(has_action('pre_user_query', 'ure_exclude_administrators')) {
65
  remove_action('pre_user_query', 'ure_exclude_administrators');
72
  $users = get_users(array('fields' => array('ID','user_login','display_name')));
73
  }
74
 
75
+ array_unshift($users, (object)array('ID' => 0));
76
+
77
  $view->users = $users;
78
  $view->show();
79
  }
171
  else
172
  return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
173
  }
174
+
175
+ public static function ajaxLoadStatistic($data, $func) {
176
+ if(!current_user_can('wpProQuiz_show_statistics')) {
177
+ return json_encode(array());
178
+ }
179
+
180
+ $userId = $data['userId'];
181
+ $quizId = $data['quizId'];
182
+
183
+ $statisticMapper = new WpProQuiz_Model_StatisticMapper();
184
+ $questionMapper = new WpProQuiz_Model_QuestionMapper();
185
+
186
+ $statistics = $statisticMapper->fetchAll($quizId, $userId);
187
+
188
+ $maxPoints = 0;
189
+ $sumQuestion = 0;
190
+
191
+ $questionData = $questionMapper->fetchAllList($quizId, array('id', 'category_id', 'points'));
192
+ $category = array();
193
+ $categoryList = array();
194
+
195
+ $empty = array(
196
+ 'questionId' => 0,
197
+ 'correct' => 0,
198
+ 'incorrect' => 0,
199
+ 'hint' => 0,
200
+ 'points' => 0,
201
+ 'result' => 0,
202
+ );
203
+
204
+ $ca = $sa = array();
205
+
206
+ $ga = $empty;
207
+
208
+ foreach($questionData as $cc) {
209
+ $categoryList[$cc['id']] = $cc['category_id'];
210
+
211
+ $c = &$category[$cc['category_id']];
212
+
213
+ if(empty($c)) {
214
+ $c = $cc;
215
+ $c['sum'] = 1;
216
+ } else {
217
+ $c['points'] += $cc['points'];
218
+ $c['sum']++;
219
+ }
220
+
221
+ $maxPoints += $cc['points'];
222
+ $sumQuestion++;
223
+
224
+ $sa[$cc['id']] = self::calcTotal($empty);
225
+ $sa[$cc['id']]['questionId'] = $cc['id'];
226
+
227
+ $ca[$cc['category_id']] = self::calcTotal($empty);
228
+ }
229
+
230
+ foreach($statistics as $statistic) {
231
+ $s = $statistic->getCorrectCount() + $statistic->getIncorrectCount();
232
+
233
+ if($s > 0) {
234
+ $correct = $statistic->getCorrectCount().' ('.round((100 * $statistic->getCorrectCount() / $s), 2).'%)';
235
+ $incorrect = $statistic->getIncorrectCount().' ('.round((100 * $statistic->getIncorrectCount() / $s), 2).'%)';
236
+ } else {
237
+ $incorrect = $correct = '0 (0%)';
238
+ }
239
+
240
+ $ga['correct'] += $statistic->getCorrectCount();
241
+ $ga['incorrect'] += $statistic->getIncorrectCount();
242
+ $ga['hint'] += $statistic->getHintCount();
243
+ $ga['points'] += $statistic->getPoints();
244
+
245
+ $cats = &$ca[$categoryList[$statistic->getQuestionId()]];
246
+
247
+ if(!is_array($cats)) {
248
+ $cats = $empty;
249
+ }
250
+
251
+ $cats['correct'] += $statistic->getCorrectCount();
252
+ $cats['incorrect'] += $statistic->getIncorrectCount();
253
+ $cats['hint'] += $statistic->getHintCount();
254
+ $cats['points'] += $statistic->getPoints();
255
+
256
+
257
+ $sa[$statistic->getQuestionId()] = array(
258
+ 'questionId' => $statistic->getQuestionId(),
259
+ 'correct' => $correct,
260
+ 'incorrect' => $incorrect,
261
+ 'hint' => $statistic->getHintCount(),
262
+ 'points' => $statistic->getPoints()
263
+ );
264
+ }
265
+
266
+ foreach($ca as $catIndex => $cat) {
267
+ $ca[$catIndex] = self::calcTotal($cat, $category[$catIndex]['points'], $category[$catIndex]['sum']);
268
+ }
269
+
270
+ $sa[0] = self::calcTotal($ga, $maxPoints, $sumQuestion);
271
+
272
+ return json_encode(array(
273
+ 'question' => $sa,
274
+ 'category' => $ca
275
+ ));
276
+ }
277
+
278
+ public static function ajaxReset($data, $func) {
279
+ if(!current_user_can('wpProQuiz_reset_statistics')) {
280
+ return;
281
+ }
282
+
283
+ $statisticMapper = new WpProQuiz_Model_StatisticMapper();
284
+
285
+ if(isset($data['full']) && $data['full']) {
286
+ $statisticMapper->deleteByQuizId($data['quizId']);
287
+ } else {
288
+ $statisticMapper->delete($data['quizId'], $data['userId']);
289
+ }
290
+ }
291
+
292
+ public static function ajaxLoadStatsticOverview($data, $func) {
293
+ if(!current_user_can('wpProQuiz_show_statistics')) {
294
+ return json_encode(array());
295
+ }
296
+
297
+ $statisticMapper = new WpProQuiz_Model_StatisticMapper();
298
+
299
+ $quizMapper = new WpProQuiz_Model_QuizMapper();
300
+
301
+ $quizId = $data['quizId'];
302
+
303
+ $page = (isset($data['page']) && $data['page'] > 0) ? $data['page'] : 1;
304
+ $limit = $data['pageLimit'];
305
+ $start = $limit * ($page - 1);
306
+
307
+ $statistics = $statisticMapper->fetchOverview($quizId, (bool)$data['onlyCompleted'], $start, $limit);
308
+
309
+ $d = array('items' => array());
310
+
311
+ $maxPoints = $quizMapper->sumQuestionPoints($quizId);
312
+ $sumQuestion = $quizMapper->countQuestion($quizId);
313
+
314
+ foreach($statistics as $statistic) {
315
+
316
+ $sum = $statistic->getCorrectCount() + $statistic->getIncorrectCount();
317
+
318
+ if($sum > 0) {
319
+ $correct = $statistic->getCorrectCount().' ('.round((100 * $statistic->getCorrectCount() / $sum), 2).'%)';
320
+ $incorrect = $statistic->getIncorrectCount().' ('.round((100 * $statistic->getIncorrectCount() / $sum), 2).'%)';
321
+ $hint = $statistic->getHintCount();
322
+ $result = round((100 * $statistic->getPoints() / ($sum * $maxPoints / $sumQuestion)), 2).'%';
323
+ $points = $statistic->getPoints();
324
+ } else {
325
+ $points = $result = $hint = $correct = $incorrect = '---';
326
+ }
327
+
328
+
329
+ $d['items'][] = array(
330
+ 'userId' => $statistic->getUserId(),
331
+ 'userName' => $statistic->getUserName(),
332
+ 'points' => $points,
333
+ 'correct' => $correct,
334
+ 'incorrect' => $incorrect,
335
+ 'hint' => $hint,
336
+ 'result' => $result
337
+ );
338
+ }
339
+
340
+ if(isset($data['nav']) && $data['nav']) {
341
+ $count = $statisticMapper->countOverview($quizId, (bool)$data['onlyCompleted']);
342
+ $d['page'] = ceil(($count > 0 ? $count : 1) / $limit);
343
+ }
344
+
345
+ return json_encode($d);
346
+
347
+ }
348
+
349
+ private static function calcTotal($a, $maxPoints = null, $sumQuestion = null) {
350
+ $s = $a['correct'] + $a['incorrect'];
351
+
352
+ if($s > 0) {
353
+ $a['correct'] = $a['correct'].' ('.round((100 * $a['correct'] / $s), 2).'%)';
354
+ $a['incorrect'] = $a['incorrect'].' ('.round((100 * $a['incorrect'] / $s), 2).'%)';
355
+
356
+ if($maxPoints !== null)
357
+ $a['result'] = round((100 * $a['points'] / ($s * $maxPoints / $sumQuestion)), 2).'%';
358
+ } else {
359
+ $a['result'] = $a['correct'] = $a['incorrect'] = '0 (0%)';
360
+ }
361
+
362
+ return $a;
363
+ }
364
  }
lib/helper/WpProQuiz_Helper_DbUpgrade.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  class WpProQuiz_Helper_DbUpgrade {
3
 
4
- const WPPROQUIZ_DB_VERSION = 17;
5
 
6
  private $_wpdb;
7
  private $_prefix;
@@ -44,6 +44,7 @@ class WpProQuiz_Helper_DbUpgrade {
44
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_statistic`');
45
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_toplist`');
46
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_prerequisite`');
 
47
  }
48
 
49
  private function install() {
@@ -83,6 +84,11 @@ class WpProQuiz_Helper_DbUpgrade {
83
  `toplist_data` text NOT NULL,
84
  `show_average_result` tinyint(1) NOT NULL,
85
  `prerequisite` tinyint(1) NOT NULL,
 
 
 
 
 
86
  PRIMARY KEY (`id`)
87
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
88
  ');
@@ -104,8 +110,10 @@ class WpProQuiz_Helper_DbUpgrade {
104
  `show_points_in_box` tinyint(1) NOT NULL,
105
  `answer_points_activated` tinyint(1) NOT NULL,
106
  `answer_data` longtext NOT NULL,
 
107
  PRIMARY KEY (`id`),
108
- KEY `quiz_id` (`quiz_id`)
 
109
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
110
  ');
111
 
@@ -155,6 +163,14 @@ class WpProQuiz_Helper_DbUpgrade {
155
  PRIMARY KEY (`toplist_id`,`quiz_id`)
156
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
157
  ');
 
 
 
 
 
 
 
 
158
  }
159
 
160
  private function upgradeDbV1() {
@@ -678,4 +694,56 @@ class WpProQuiz_Helper_DbUpgrade {
678
 
679
  return 17;
680
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  }
1
  <?php
2
  class WpProQuiz_Helper_DbUpgrade {
3
 
4
+ const WPPROQUIZ_DB_VERSION = 18;
5
 
6
  private $_wpdb;
7
  private $_prefix;
44
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_statistic`');
45
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_toplist`');
46
  $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_prerequisite`');
47
+ $this->_wpdb->query('DROP TABLE IF EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_category`');
48
  }
49
 
50
  private function install() {
84
  `toplist_data` text NOT NULL,
85
  `show_average_result` tinyint(1) NOT NULL,
86
  `prerequisite` tinyint(1) NOT NULL,
87
+ `quiz_modus` tinyint(3) unsigned NOT NULL,
88
+ `show_review_question` tinyint(1) NOT NULL,
89
+ `quiz_summary_hide` tinyint(1) NOT NULL,
90
+ `skip_question_disabled` tinyint(1) NOT NULL,
91
+ `email_notification` tinyint(3) unsigned NOT NULL,
92
  PRIMARY KEY (`id`)
93
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
94
  ');
110
  `show_points_in_box` tinyint(1) NOT NULL,
111
  `answer_points_activated` tinyint(1) NOT NULL,
112
  `answer_data` longtext NOT NULL,
113
+ `category_id` int(10) unsigned NOT NULL,
114
  PRIMARY KEY (`id`),
115
+ KEY `quiz_id` (`quiz_id`),
116
+ KEY `category_id` (`category_id`)
117
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
118
  ');
119
 
163
  PRIMARY KEY (`toplist_id`,`quiz_id`)
164
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
165
  ');
166
+
167
+ $this->_wpdb->query('
168
+ CREATE TABLE IF NOT EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_category` (
169
+ `category_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
170
+ `category_name` varchar(200) NOT NULL,
171
+ PRIMARY KEY (`category_id`)
172
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
173
+ ');
174
  }
175
 
176
  private function upgradeDbV1() {
694
 
695
  return 17;
696
  }
697
+
698
+ private function upgradeDbV17() {
699
+
700
+ $this->_wpdb->query('
701
+ CREATE TABLE IF NOT EXISTS `'.$this->_wpdb->prefix.'wp_pro_quiz_category` (
702
+ `category_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
703
+ `category_name` varchar(200) NOT NULL,
704
+ PRIMARY KEY (`category_id`)
705
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
706
+ ');
707
+
708
+ $this->_wpdb->query('
709
+ ALTER TABLE `'.$this->_wpdb->prefix.'wp_pro_quiz_master`
710
+ ADD `quiz_modus` TINYINT UNSIGNED NOT NULL ,
711
+ ADD `show_review_question` TINYINT( 1 ) NOT NULL ,
712
+ ADD `quiz_summary_hide` TINYINT( 1 ) NOT NULL ,
713
+ ADD `skip_question_disabled` TINYINT( 1 ) NOT NULL ,
714
+ ADD `email_notification` TINYINT UNSIGNED NOT NULL
715
+ ');
716
+
717
+ $this->_wpdb->query('
718
+ ALTER TABLE `'.$this->_wpdb->prefix.'wp_pro_quiz_question`
719
+ ADD `category_id` INT UNSIGNED NOT NULL ,
720
+ ADD INDEX ( `category_id` )
721
+ ');
722
+
723
+ $this->_wpdb->update($this->_wpdb->prefix.'wp_pro_quiz_master',
724
+ array(
725
+ 'quiz_modus' => WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE,
726
+ 'back_button' => 0,
727
+ 'check_answer' => 0),
728
+ array('question_on_single_page' => 1));
729
+
730
+ $this->_wpdb->update($this->_wpdb->prefix.'wp_pro_quiz_master',
731
+ array(
732
+ 'quiz_modus' => WpProQuiz_Model_Quiz::QUIZ_MODUS_CHECK,
733
+ 'back_button' => 0),
734
+ array('check_answer' => 1));
735
+
736
+ $this->_wpdb->update($this->_wpdb->prefix.'wp_pro_quiz_master',
737
+ array('quiz_modus' => WpProQuiz_Model_Quiz::QUIZ_MODUS_BACK_BUTTON),
738
+ array('back_button' => 1));
739
+
740
+ $this->_wpdb->query('
741
+ ALTER TABLE `'.$this->_wpdb->prefix.'wp_pro_quiz_master`
742
+ DROP `check_answer`,
743
+ DROP `back_button`,
744
+ DROP `question_on_single_page`
745
+ ');
746
+
747
+ return 18;
748
+ }
749
  }
lib/helper/WpProQuiz_Helper_Export.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  class WpProQuiz_Helper_Export {
3
 
4
- const WPPROQUIZ_EXPORT_VERSION = 3;
5
 
6
  public function export($ids) {
7
  $export = array();
1
  <?php
2
  class WpProQuiz_Helper_Export {
3
 
4
+ const WPPROQUIZ_EXPORT_VERSION = 4;
5
 
6
  public function export($ids) {
7
  $export = array();
lib/helper/WpProQuiz_Helper_Import.php CHANGED
@@ -90,7 +90,8 @@ class WpProQuiz_Helper_Import {
90
 
91
  switch($data['exportVersion']) {
92
  case '3':
93
- return $this->importData($data, $ids);
 
94
  break;
95
  }
96
 
@@ -116,6 +117,18 @@ class WpProQuiz_Helper_Import {
116
 
117
  $master->setId(0);
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  $quizMapper->save($master);
120
 
121
  foreach($o['question'][$oldId] as $question) {
90
 
91
  switch($data['exportVersion']) {
92
  case '3':
93
+ case '4':
94
+ return $this->importData($data, $ids, $data['exportVersion']);
95
  break;
96
  }
97
 
117
 
118
  $master->setId(0);
119
 
120
+ if($version == 3) {
121
+ if($master->isQuestionOnSinglePage()) {
122
+ $master->setQuizModus(WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE);
123
+ } else if($master->isCheckAnswer()) {
124
+ $master->setQuizModus(WpProQuiz_Model_Quiz::QUIZ_MODUS_CHECK);
125
+ } else if($master->isBackButton()) {
126
+ $master->setQuizModus(WpProQuiz_Model_Quiz::QUIZ_MODUS_BACK_BUTTON);
127
+ } else {
128
+ $master->setQuizModus(WpProQuiz_Model_Quiz::QUIZ_MODUS_NORMAL);
129
+ }
130
+ }
131
+
132
  $quizMapper->save($master);
133
 
134
  foreach($o['question'][$oldId] as $question) {
lib/helper/WpProQuiz_Helper_Upgrade.php CHANGED
@@ -19,6 +19,7 @@ class WpProQuiz_Helper_Upgrade {
19
  WpProQuiz_Helper_Upgrade::updateV20();
20
  case '0.20':
21
  case '0.21':
 
22
  break;
23
  default:
24
  WpProQuiz_Helper_Upgrade::install();
19
  WpProQuiz_Helper_Upgrade::updateV20();
20
  case '0.20':
21
  case '0.21':
22
+ case '0.22':
23
  break;
24
  default:
25
  WpProQuiz_Helper_Upgrade::install();
lib/model/WpProQuiz_Model_Category.php ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class WpProQuiz_Model_Category extends WpProQuiz_Model_Model {
3
+
4
+ protected $_categoryId = 0;
5
+ protected $_categoryName = '';
6
+
7
+ public function setCategoryId($_categoryId) {
8
+ $this->_categoryId = (int)$_categoryId;
9
+ return $this;
10
+ }
11
+
12
+ public function getCategoryId() {
13
+ return $this->_categoryId;
14
+ }
15
+
16
+ public function setCategoryName($_categoryName) {
17
+ $this->_categoryName = (string)$_categoryName;
18
+ return $this;
19
+ }
20
+
21
+ public function getCategoryName() {
22
+ return $this->_categoryName;
23
+ }
24
+ }
lib/model/WpProQuiz_Model_CategoryMapper.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class WpProQuiz_Model_CategoryMapper extends WpProQuiz_Model_Mapper {
3
+
4
+ public function fetchAll() {
5
+ $r = array();
6
+
7
+ $results = $this->_wpdb->get_results("SELECT * FROM {$this->_tableCategory}", ARRAY_A);
8
+
9
+ foreach ($results as $row) {
10
+ $r[] = new WpProQuiz_Model_Category($row);
11
+ }
12
+
13
+ return $r;
14
+ }
15
+
16
+ public function save(WpProQuiz_Model_Category $category) {
17
+ $data = array('category_name' => $category->getCategoryName());
18
+ $format = array('%s');
19
+
20
+ if($category->getCategoryId() == 0) {
21
+ $this->_wpdb->insert($this->_tableCategory, $data, $format);
22
+ $category->setCategoryId($this->_wpdb->insert_id);
23
+ } else {
24
+ $this->_wpdb->update(
25
+ $this->_tableCategory,
26
+ $data,
27
+ array('category_id' => $category->getCategoryId()),
28
+ $format,
29
+ array('%d'));
30
+ }
31
+
32
+ return $category;
33
+ }
34
+
35
+ public function delete($categoryId) {
36
+ $this->_wpdb->update($this->_tableQuestion, array('category_id' => 0), array('category_id' => $categoryId), array('%d'), array('%d'));
37
+
38
+ return $this->_wpdb->delete($this->_tableCategory, array('category_id' => $categoryId), array('%d'));
39
+ }
40
+ }
lib/model/WpProQuiz_Model_GlobalSettingsMapper.php CHANGED
@@ -37,4 +37,31 @@ class WpProQuiz_Model_GlobalSettingsMapper extends WpProQuiz_Model_Mapper {
37
  delete_option('wpProQuiz_touchLibraryDeactivate');
38
  delete_option('wpProQuiz_corsActivated');
39
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
37
  delete_option('wpProQuiz_touchLibraryDeactivate');
38
  delete_option('wpProQuiz_corsActivated');
39
  }
40
+
41
+ public function getEmailSettings() {
42
+ $e = get_option('wpProQuiz_emailSettings', null);
43
+
44
+ if($e === null) {
45
+ $e['to'] = '';
46
+ $e['from'] = '';
47
+ $e['subject'] = __('Wp-Pro-Quiz: One user completed a quiz', 'wp-pro-quiz');
48
+ $e['message'] = __('Wp-Pro-Quiz
49
+
50
+ The user "$username" has completed "$quizname" the quiz.
51
+
52
+ Points: $points
53
+ Result: $result
54
+
55
+ ', 'wp-pro-quiz');
56
+
57
+ }
58
+
59
+ return $e;
60
+ }
61
+
62
+ public function saveEmailSettiongs($data) {
63
+ if(add_option('wpProQuiz_emailSettings', $data, '', 'no') === false) {
64
+ update_option('wpProQuiz_emailSettings', $data);
65
+ }
66
+ }
67
  }
lib/model/WpProQuiz_Model_Mapper.php CHANGED
@@ -20,6 +20,7 @@ class WpProQuiz_Model_Mapper {
20
  protected $_tableStatistic;
21
  protected $_tableToplist;
22
  protected $_tablePrerequisite;
 
23
 
24
 
25
  function __construct() {
@@ -34,6 +35,7 @@ class WpProQuiz_Model_Mapper {
34
  $this->_tableStatistic = $this->_prefix.'statistic';
35
  $this->_tableToplist = $this->_prefix.'toplist';
36
  $this->_tablePrerequisite = $this->_prefix.'prerequisite';
 
37
  }
38
 
39
  public function getInsertId() {
20
  protected $_tableStatistic;
21
  protected $_tableToplist;
22
  protected $_tablePrerequisite;
23
+ protected $_tableCategory;
24
 
25
 
26
  function __construct() {
35
  $this->_tableStatistic = $this->_prefix.'statistic';
36
  $this->_tableToplist = $this->_prefix.'toplist';
37
  $this->_tablePrerequisite = $this->_prefix.'prerequisite';
38
+ $this->_tableCategory = $this->_prefix.'category';
39
  }
40
 
41
  public function getInsertId() {
lib/model/WpProQuiz_Model_Model.php CHANGED
@@ -12,17 +12,25 @@ class WpProQuiz_Model_Model {
12
 
13
  public function setModelData($array) {
14
  if($array != null) {
15
- foreach($array as $k => $v) {
16
- if(strpos($k, '_') !== false) {
17
- // $k = str_replace(' ', '', ucwords(str_replace('_', ' ', $k)));
18
- $k = implode('', array_map('ucfirst', explode('_', $k)));
19
- } else {
20
- $k = ucfirst($k);
21
- }
22
 
23
- // $this->{'set'.ucfirst($k)}($v);
 
 
 
 
 
 
 
 
 
24
  $this->{'set'.$k}($v);
25
- }
26
  }
27
  }
28
 
12
 
13
  public function setModelData($array) {
14
  if($array != null) {
15
+ // foreach($array as $k => $v) {
16
+ // if(strpos($k, '_') !== false) {
17
+ // // $k = str_replace(' ', '', ucwords(str_replace('_', ' ', $k)));
18
+ // $k = implode('', array_map('ucfirst', explode('_', $k)));
19
+ // } else {
20
+ // $k = ucfirst($k);
21
+ // }
22
 
23
+ // // $this->{'set'.ucfirst($k)}($v);
24
+ // $this->{'set'.$k}($v);
25
+ // }
26
+
27
+ //3,4x faster
28
+ $n = explode(' ', implode('', array_map('ucfirst', explode('_', implode(' _', array_keys($array))))));
29
+
30
+ $a = array_combine($n, $array);
31
+
32
+ foreach($a as $k => $v)
33
  $this->{'set'.$k}($v);
 
34
  }
35
  }
36
 
lib/model/WpProQuiz_Model_Question.php CHANGED
@@ -17,6 +17,9 @@ class WpProQuiz_Model_Question extends WpProQuiz_Model_Model {
17
  //0.19
18
  protected $_answerPointsActivated = false;
19
  protected $_answerData = null;
 
 
 
20
 
21
  public function setId($_id) {
22
  $this->_id = $_id;
@@ -170,4 +173,13 @@ class WpProQuiz_Model_Question extends WpProQuiz_Model_Model {
170
 
171
  return $this->_answerData;
172
  }
 
 
 
 
 
 
 
 
 
173
  }
17
  //0.19
18
  protected $_answerPointsActivated = false;
19
  protected $_answerData = null;
20
+
21
+ //0.23
22
+ protected $_categoryId = 0;
23
 
24
  public function setId($_id) {
25
  $this->_id = $_id;
173
 
174
  return $this->_answerData;
175
  }
176
+
177
+ public function setCategoryId($_categoryId) {
178
+ $this->_categoryId = (int)$_categoryId;
179
+ return $this;
180
+ }
181
+
182
+ public function getCategoryId() {
183
+ return $this->_categoryId;
184
+ }
185
  }
lib/model/WpProQuiz_Model_QuestionMapper.php CHANGED
@@ -42,13 +42,14 @@ class WpProQuiz_Model_QuestionMapper extends WpProQuiz_Model_Mapper {
42
  'answer_type' => $question->getAnswerType(),
43
  'show_points_in_box' => (int)$question->isShowPointsInBox(),
44
  'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
45
- 'answer_data' => $question->getAnswerData(true)
 
46
  ),
47
  array('id' => $question->getId()),
48
- array('%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s'),
49
  array('%d'));
50
  } else {
51
- $id = $this->_wpdb->insert($this->_table, array(
52
  'quiz_id' => $question->getQuizId(),
53
  'sort' => $this->count($question->getQuizId()),
54
  'title' => $question->getTitle(),
@@ -62,12 +63,13 @@ class WpProQuiz_Model_QuestionMapper extends WpProQuiz_Model_Mapper {
62
  'answer_type' => $question->getAnswerType(),
63
  'show_points_in_box' => (int)$question->isShowPointsInBox(),
64
  'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
65
- 'answer_data' => $question->getAnswerData(true)
 
66
  ),
67
- array('%d', '%d', '%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s')
68
  );
69
 
70
- $question->setId($id);
71
  }
72
 
73
  return $question;
42
  'answer_type' => $question->getAnswerType(),
43
  'show_points_in_box' => (int)$question->isShowPointsInBox(),
44
  'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
45
+ 'answer_data' => $question->getAnswerData(true),
46
+ 'category_id' => $question->getCategoryId()
47
  ),
48
  array('id' => $question->getId()),
49
+ array('%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d'),
50
  array('%d'));
51
  } else {
52
+ $this->_wpdb->insert($this->_table, array(
53
  'quiz_id' => $question->getQuizId(),
54
  'sort' => $this->count($question->getQuizId()),
55
  'title' => $question->getTitle(),
63
  'answer_type' => $question->getAnswerType(),
64
  'show_points_in_box' => (int)$question->isShowPointsInBox(),
65
  'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
66
+ 'answer_data' => $question->getAnswerData(true),
67
+ 'category_id' => $question->getCategoryId()
68
  ),
69
+ array('%d', '%d', '%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d')
70
  );
71
 
72
+ $question->setId($this->_wpdb->insert_id);
73
  }
74
 
75
  return $question;
lib/model/WpProQuiz_Model_Quiz.php CHANGED
@@ -17,6 +17,15 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
17
  const QUIZ_TOPLIST_SHOW_IN_NORMAL = 1;
18
  const QUIZ_TOPLIST_SHOW_IN_BUTTON = 2;
19
 
 
 
 
 
 
 
 
 
 
20
  protected $_id;
21
  protected $_name;
22
  protected $_text;
@@ -27,8 +36,6 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
27
  protected $_questionRandom;
28
  protected $_answerRandom;
29
  protected $_timeLimit = 0;
30
- protected $_backButton;
31
- protected $_checkAnswer;
32
  protected $_statisticsOn;
33
  protected $_statisticsIpLock;
34
  protected $_resultGradeEnabled = false;
@@ -37,7 +44,6 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
37
  protected $_quizRunOnceType = 0;
38
  protected $_quizRunOnceCookie = false;
39
  protected $_quizRunOnceTime = 0;
40
- protected $_questionOnSinglePage = false;
41
  protected $_numberedAnswer = false;
42
  protected $_hideAnswerMessageBox = false;
43
  protected $_disabledAnswerMark = false;
@@ -62,6 +68,14 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
62
 
63
  protected $_prerequisite = false;
64
 
 
 
 
 
 
 
 
 
65
  public function getId() {
66
  return $this->_id;
67
  }
@@ -134,24 +148,6 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
134
  return $this->_timeLimit;
135
  }
136
 
137
- public function setBackButton($_backButton) {
138
- $this->_backButton = (bool)$_backButton;
139
- return $this;
140
- }
141
-
142
- public function isBackButton() {
143
- return $this->_backButton;
144
- }
145
-
146
- public function setCheckAnswer($_checkAnswer) {
147
- $this->_checkAnswer = (bool)$_checkAnswer;
148
- return $this;
149
- }
150
-
151
- public function isCheckAnswer() {
152
- return $this->_checkAnswer;
153
- }
154
-
155
  public function setStatisticsOn($_statisticsOn) {
156
  $this->_statisticsOn = (bool)$_statisticsOn;
157
  return $this;
@@ -254,15 +250,6 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
254
  return $this->_quizRunOnceTime;
255
  }
256
 
257
- public function setQuestionOnSinglePage($_questionOnSinglePage) {
258
- $this->_questionOnSinglePage = (bool)$_questionOnSinglePage;
259
- return $this;
260
- }
261
-
262
- public function isQuestionOnSinglePage() {
263
- return $this->_questionOnSinglePage;
264
- }
265
-
266
  public function setNumberedAnswer($_numberedAnswer) {
267
  $this->_numberedAnswer = (bool)$_numberedAnswer;
268
  return $this;
@@ -392,7 +379,8 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
392
  'toplistDataAddBlock' => $this->getToplistDataAddBlock(),
393
  'toplistDataShowLimit' => $this->getToplistDataShowLimit(),
394
  'toplistDataShowIn' => $this->getToplistDataShowIn(),
395
- 'toplistDataCaptcha' => $this->isToplistDataCaptcha()
 
396
  );
397
 
398
  return serialize($a);
@@ -433,4 +421,59 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
433
  public function isPrerequisite() {
434
  return $this->_prerequisite;
435
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  }
17
  const QUIZ_TOPLIST_SHOW_IN_NORMAL = 1;
18
  const QUIZ_TOPLIST_SHOW_IN_BUTTON = 2;
19
 
20
+ const QUIZ_MODUS_NORMAL = 0;
21
+ const QUIZ_MODUS_BACK_BUTTON = 1;
22
+ const QUIZ_MODUS_CHECK = 2;
23
+ const QUIZ_MODUS_SINGLE = 3;
24
+
25
+ const QUIZ_EMAIL_NOTE_NONE = 0;
26
+ const QUIZ_EMAIL_NOTE_REG_USER = 1;
27
+ const QUIZ_EMAIL_NOTE_ALL = 2;
28
+
29
  protected $_id;
30
  protected $_name;
31
  protected $_text;
36
  protected $_questionRandom;
37
  protected $_answerRandom;
38
  protected $_timeLimit = 0;
 
 
39
  protected $_statisticsOn;
40
  protected $_statisticsIpLock;
41
  protected $_resultGradeEnabled = false;
44
  protected $_quizRunOnceType = 0;
45
  protected $_quizRunOnceCookie = false;
46
  protected $_quizRunOnceTime = 0;
 
47
  protected $_numberedAnswer = false;
48
  protected $_hideAnswerMessageBox = false;
49
  protected $_disabledAnswerMark = false;
68
 
69
  protected $_prerequisite = false;
70
 
71
+ //0.22
72
+ protected $_toplistDataAddAutomatic = false;
73
+ protected $_quizModus = 0;
74
+ protected $_showReviewQuestion = false;
75
+ protected $_quizSummaryHide = false;
76
+ protected $_skipQuestionDisabled = false;
77
+ protected $_emailNotification = 0;
78
+
79
  public function getId() {
80
  return $this->_id;
81
  }
148
  return $this->_timeLimit;
149
  }
150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  public function setStatisticsOn($_statisticsOn) {
152
  $this->_statisticsOn = (bool)$_statisticsOn;
153
  return $this;
250
  return $this->_quizRunOnceTime;
251
  }
252
 
 
 
 
 
 
 
 
 
 
253
  public function setNumberedAnswer($_numberedAnswer) {
254
  $this->_numberedAnswer = (bool)$_numberedAnswer;
255
  return $this;
379
  'toplistDataAddBlock' => $this->getToplistDataAddBlock(),
380
  'toplistDataShowLimit' => $this->getToplistDataShowLimit(),
381
  'toplistDataShowIn' => $this->getToplistDataShowIn(),
382
+ 'toplistDataCaptcha' => $this->isToplistDataCaptcha(),
383
+ 'toplistDataAddAutomatic' => $this->isToplistDataAddAutomatic()
384
  );
385
 
386
  return serialize($a);
421
  public function isPrerequisite() {
422
  return $this->_prerequisite;
423
  }
424
+
425
+ public function setToplistDataAddAutomatic($_toplistDataAddAutomatic) {
426
+ $this->_toplistDataAddAutomatic = (bool)$_toplistDataAddAutomatic;
427
+ return $this;
428
+ }
429
+
430
+ public function isToplistDataAddAutomatic() {
431
+ return $this->_toplistDataAddAutomatic;
432
+ }
433
+
434
+ public function setQuizModus($_quizModus) {
435
+ $this->_quizModus = (int)$_quizModus;
436
+ return $this;
437
+ }
438
+
439
+ public function getQuizModus() {
440
+ return $this->_quizModus;
441
+ }
442
+
443
+ public function setShowReviewQuestion($_showReviewQuestion) {
444
+ $this->_showReviewQuestion = (bool)$_showReviewQuestion;
445
+ return $this;
446
+ }
447
+
448
+ public function isShowReviewQuestion() {
449
+ return $this->_showReviewQuestion;
450
+ }
451
+
452
+ public function setQuizSummaryHide($_quizSummaryHide) {
453
+ $this->_quizSummaryHide = (bool)$_quizSummaryHide;
454
+ return $this;
455
+ }
456
+
457
+ public function isQuizSummaryHide() {
458
+ return $this->_quizSummaryHide;
459
+ }
460
+
461
+ public function setSkipQuestionDisabled($_skipQuestion) {
462
+ $this->_skipQuestionDisabled = (bool)$_skipQuestion;
463
+ return $this;
464
+ }
465
+
466
+ public function isSkipQuestionDisabled() {
467
+ return $this->_skipQuestionDisabled;
468
+ }
469
+
470
+ public function setEmailNotification($_emailNotification) {
471
+ $this->_emailNotification = (int)$_emailNotification;
472
+ return $this;
473
+ }
474
+
475
+ public function getEmailNotification() {
476
+ return $this->_emailNotification;
477
+ }
478
+
479
  }
lib/model/WpProQuiz_Model_QuizMapper.php CHANGED
@@ -71,8 +71,6 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
71
  'btn_view_question_hidden' => (int)$data->isBtnViewQuestionHidden(),
72
  'question_random' => (int)$data->isQuestionRandom(),
73
  'answer_random' => (int)$data->isAnswerRandom(),
74
- 'back_button' => (int)$data->isBackButton(),
75
- 'check_answer' => (int) $data->isCheckAnswer(),
76
  'time_limit' => (int)$data->getTimeLimit(),
77
  'statistics_on' => (int)$data->isStatisticsOn(),
78
  'statistics_ip_lock' => (int)$data->getStatisticsIpLock(),
@@ -82,7 +80,6 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
82
  'quiz_run_once_type' => $data->getQuizRunOnceType(),
83
  'quiz_run_once_cookie' => (int)$data->isQuizRunOnceCookie(),
84
  'quiz_run_once_time' => (int)$data->getQuizRunOnceTime(),
85
- 'question_on_single_page' => (int)$data->isQuestionOnSinglePage(),
86
  'numbered_answer' => (int)$data->isNumberedAnswer(),
87
  'hide_answer_message_box' => (int)$data->isHideAnswerMessageBox(),
88
  'disabled_answer_mark' => (int)$data->isDisabledAnswerMark(),
@@ -92,7 +89,12 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
92
  'toplist_activated' => (int)$data->isToplistActivated(),
93
  'toplist_data' => $data->getToplistData(),
94
  'show_average_result' => (int)$data->isShowAverageResult(),
95
- 'prerequisite' => (int)$data->isPrerequisite()
 
 
 
 
 
96
  );
97
 
98
  if($data->getId() != 0) {
@@ -101,13 +103,13 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
101
  array(
102
  'id' => $data->getId()
103
  ),
104
- array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d'),
105
  array('%d'));
106
  } else {
107
 
108
  $result = $this->_wpdb->insert($this->_table,
109
  $set,
110
- array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d'));
111
 
112
  $data->setId($this->_wpdb->insert_id);
113
  }
71
  'btn_view_question_hidden' => (int)$data->isBtnViewQuestionHidden(),
72
  'question_random' => (int)$data->isQuestionRandom(),
73
  'answer_random' => (int)$data->isAnswerRandom(),
 
 
74
  'time_limit' => (int)$data->getTimeLimit(),
75
  'statistics_on' => (int)$data->isStatisticsOn(),
76
  'statistics_ip_lock' => (int)$data->getStatisticsIpLock(),
80
  'quiz_run_once_type' => $data->getQuizRunOnceType(),
81
  'quiz_run_once_cookie' => (int)$data->isQuizRunOnceCookie(),
82
  'quiz_run_once_time' => (int)$data->getQuizRunOnceTime(),
 
83
  'numbered_answer' => (int)$data->isNumberedAnswer(),
84
  'hide_answer_message_box' => (int)$data->isHideAnswerMessageBox(),
85
  'disabled_answer_mark' => (int)$data->isDisabledAnswerMark(),
89
  'toplist_activated' => (int)$data->isToplistActivated(),
90
  'toplist_data' => $data->getToplistData(),
91
  'show_average_result' => (int)$data->isShowAverageResult(),
92
+ 'prerequisite' => (int)$data->isPrerequisite(),
93
+ 'quiz_modus' => (int)$data->getQuizModus(),
94
+ 'show_review_question' => (int)$data->isShowReviewQuestion(),
95
+ 'quiz_summary_hide' => (int)$data->isQuizSummaryHide(),
96
+ 'skip_question_disabled' => (int)$data->isSkipQuestionDisabled(),
97
+ 'email_notification' => $data->getEmailNotification()
98
  );
99
 
100
  if($data->getId() != 0) {
103
  array(
104
  'id' => $data->getId()
105
  ),
106
+ array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d'),
107
  array('%d'));
108
  } else {
109
 
110
  $result = $this->_wpdb->insert($this->_table,
111
  $set,
112
+ array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d'));
113
 
114
  $data->setId($this->_wpdb->insert_id);
115
  }
lib/view/WpProQuiz_View_FrontQuiz.php CHANGED
@@ -1,6 +1,13 @@
1
  <?php
2
  class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
3
 
 
 
 
 
 
 
 
4
  private function getFreeCorrect($data) {
5
  $t = str_replace("\r\n", "\n", strtolower($data->getAnswer()));
6
  $t = str_replace("\r", "\n", $t);
@@ -25,15 +32,8 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
25
 
26
  $resultsProzent = json_encode($result['prozent']);
27
 
28
- $mode = 0;
29
- if($this->quiz->isQuestionOnSinglePage()) {
30
- $mode = 3;
31
- } else if($this->quiz->isCheckAnswer()) {
32
- $mode = 2;
33
- } else if($this->quiz->isBackButton()) {
34
- $mode = 1;
35
- }
36
-
37
  $json = array();
38
  ?>
39
 
@@ -41,6 +41,58 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
41
  <?php if(!$this->quiz->isTitleHidden()) { ?>
42
  <h2><?php echo $this->quiz->getName(); ?></h2>
43
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  <div class="wpProQuiz_text">
45
  <p>
46
  <?php echo do_shortcode(apply_filters('comment_text', $this->quiz->getText())); ?>
@@ -61,7 +113,7 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
61
  </p>
62
  </div>
63
  <div style="display: none;" class="wpProQuiz_results">
64
- <h3><?php _e('Results', 'wp-pro-quiz'); ?></h3>
65
  <p>
66
  <?php printf(__('%s of %s questions answered correctly', 'wp-pro-quiz'), '<span class="wpProQuiz_correct_answer">0</span>', '<span>'.$question_count.'</span>'); ?>
67
  </p>
@@ -134,10 +186,6 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
134
  <?php echo do_shortcode('[WpProQuiz_toplist '.$this->quiz->getId().' q="true"]'); ?>
135
  </div>
136
  <?php } ?>
137
- <div style="display: none;" class="wpProQuiz_time_limit">
138
- <div class="time"><?php _e('Time limit', 'wp-pro-quiz'); ?>: <span>00:03:15</span></div>
139
- <div class="wpProQuiz_progress"></div>
140
- </div>
141
  <div style="display: none;" class="wpProQuiz_quiz">
142
  <ol class="wpProQuiz_list">
143
  <?php
@@ -158,12 +206,12 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
158
 
159
  ?>
160
  <li class="wpProQuiz_listItem" style="display: none;">
161
- <div class="wpProQuiz_question_page" <?php echo $this->quiz->isQuestionOnSinglePage() ? 'style="display: none;"' : ''; ?> >
162
  <?php printf(__('Question %s of %s', 'wp-pro-quiz'), '<span>'.$index.'</span>', '<span>'.$question_count.'</span>'); ?>
163
  </div>
164
- <h3 style="display: inline-block;">
165
  <span><?php echo $index; ?></span>. <?php _e('Question', 'wp-pro-quiz'); ?>
166
- </h3>
167
 
168
  <?php if($this->quiz->isShowPoints()) { ?>
169
  <span style="font-weight: bold; float: right;"><?php printf(__('%d points', 'wp-pro-quiz'), $question->getPoints()); ?></span>
@@ -176,7 +224,7 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
176
  </div>
177
  <?php if($question->getAnswerType() === 'matrix_sort_answer') { ?>
178
  <div class="wpProQuiz_matrixSortString">
179
- <h3><?php _e('Sort elements', 'wp-pro-quiz'); ?></h3>
180
  <ul class="wpProQuiz_sortStringList">
181
  <?php
182
  foreach($answerArray as $k => $v) {
@@ -238,33 +286,22 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
238
  </tbody>
239
  </table>
240
 
241
-
242
  <?php } else if($question->getAnswerType() === 'cloze_answer') {
243
- $json[$question->getId()]['correct'] = array();
 
 
 
 
244
 
245
  if($question->isAnswerPointsActivated()) {
246
- preg_match_all('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', $answer_text, $matches);
247
-
248
- $json[$question->getId()]['points'] = array();
249
-
250
- foreach($matches[2] as $match) {
251
- if(empty($match))
252
- $match = 1;
253
-
254
- $json[$question->getId()]['points'][] = (int)$match;
255
- }
256
  }
257
 
258
- $clozeText = do_shortcode(apply_filters('comment_text', $answer_text));
259
-
260
- $input = '<span class="wpProQuiz_cloze"><input type="text" value="">';
261
-
262
- $clozeText = preg_replace('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', $input.' <span class="wpProQuiz_clozeCorrect" style="display: none;">(\1)</span></span>', $clozeText);
263
-
264
- echo $clozeText;
265
  } ?>
266
-
267
-
268
  </li>
269
  <?php
270
  $answer_index++;
@@ -324,21 +361,24 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
324
  <?php if($question->isTipEnabled()) { ?>
325
  <div class="wpProQuiz_tipp" style="display: none; position: relative;">
326
  <div>
327
- <h3 style="margin: 0px 0px 10px;"><?php _e('Hint', 'wp-pro-quiz'); ?></h3>
328
  <?php echo do_shortcode(apply_filters('comment_text', $question->getTipMsg())); ?>
329
  </div>
330
  </div>
331
  <?php } ?>
332
 
333
- <input type="button" name="check" value="<?php _e('Check', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: left !important; margin-right: 10px !important; display: none;">
 
 
334
  <input type="button" name="back" value="<?php _e('Back', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: left !important; margin-right: 10px !important; display: none;">
335
  <?php if($question->isTipEnabled()) { ?>
336
- <input type="button" name="tip" value="<?php _e('Hint', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton wpProQuiz_TipButton" style="float: left !important; display: inline-block;">
337
  <?php } ?>
 
338
  <input type="button" name="next" value="<?php _e('Next exercise', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right; display: none;" >
339
  <div style="clear: both;"></div>
340
 
341
- <?php if($this->quiz->isQuestionOnSinglePage()) { ?>
342
  <div style="margin-bottom: 20px;"></div>
343
  <?php } ?>
344
 
@@ -346,9 +386,13 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
346
 
347
  <?php } ?>
348
  </ol>
349
- <?php if($this->quiz->isQuestionOnSinglePage()) { ?>
350
  <div>
351
- <input type="button" name="checkSingle" value="<?php _e('Finish quiz', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" >
 
 
 
 
352
  </div>
353
  <?php } ?>
354
  </div>
@@ -358,16 +402,19 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
358
  <?php
359
  //Create Options
360
 
361
- $bo = 0;
362
-
363
- $bo |= ((int)$this->quiz->isAnswerRandom()) << 0;
364
- $bo |= ((int)$this->quiz->isQuestionRandom()) << 1;
365
- $bo |= ((int)$this->quiz->isDisabledAnswerMark()) << 2;
366
- $bo |= ((int)($this->quiz->isQuizRunOnce() || $this->quiz->isPrerequisite())) << 3;
367
- $bo |= ((int)$preview) << 4;
368
- $bo |= ((int)get_option('wpProQuiz_corsActivated')) << 5;
 
 
 
 
369
  ?>
370
-
371
  <script type="text/javascript">
372
  jQuery(document).ready(function($) {
373
  $('#wpProQuiz_<?php echo $this->quiz->getId(); ?>').wpProQuizFront({
@@ -408,10 +455,56 @@ jQuery(document).ready(function($) {
408
  <img alt="captcha" src="" class="wpProQuiz_captchaImg" style="vertical-align: middle;">
409
  </div>
410
  </div>
411
- <input class="wpProQuiz_toplistButton" type="submit" value="<?php _e('Send', 'wp-pro-quiz'); ?>" name="wpProQuiz_toplistAdd">
412
  </div>
413
  </div>
414
  </div>
415
  <?php
416
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
  }
1
  <?php
2
  class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
3
 
4
+ /**
5
+ * @var WpProQuiz_Model_Quiz
6
+ */
7
+ public $quiz;
8
+
9
+ private $_clozeTemp = array();
10
+
11
  private function getFreeCorrect($data) {
12
  $t = str_replace("\r\n", "\n", strtolower($data->getAnswer()));
13
  $t = str_replace("\r", "\n", $t);
32
 
33
  $resultsProzent = json_encode($result['prozent']);
34
 
35
+ $mode = $this->quiz->getQuizModus();
36
+
 
 
 
 
 
 
 
37
  $json = array();
38
  ?>
39
 
41
  <?php if(!$this->quiz->isTitleHidden()) { ?>
42
  <h2><?php echo $this->quiz->getName(); ?></h2>
43
  <?php } ?>
44
+ <div style="display: none;" class="wpProQuiz_time_limit">
45
+ <div class="time"><?php _e('Time limit', 'wp-pro-quiz'); ?>: <span>0</span></div>
46
+ <div class="wpProQuiz_progress"></div>
47
+ </div>
48
+ <div class="wpProQuiz_reviewDiv" style="display: none;">
49
+ <div class="wpProQuiz_reviewQuestion">
50
+ <ol>
51
+ <?php for($xy = 1; $xy <= $question_count; $xy++) { ?>
52
+ <li><?php echo $xy; ?></li>
53
+ <?php } ?>
54
+ </ol>
55
+ <div style="display: none;"></div>
56
+ </div>
57
+ <div class="wpProQuiz_reviewLegend">
58
+ <ol>
59
+ <li>
60
+ <span class="wpProQuiz_reviewColor" style="background-color: #6CA54C;"></span>
61
+ <span class="wpProQuiz_reviewText"><?php _e('Answered', 'wp-pro-quiz'); ?></span>
62
+ </li>
63
+ <li>
64
+ <span class="wpProQuiz_reviewColor" style="background-color: #FFB800;"></span>
65
+ <span class="wpProQuiz_reviewText"><?php _e('Review', 'wp-pro-quiz'); ?></span>
66
+ </li>
67
+ </ol>
68
+ <div style="clear: both;"></div>
69
+ </div>
70
+ <div>
71
+ <?php if($this->quiz->getQuizModus() != WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE) { ?>
72
+ <input type="button" name="review" value="<?php _e('Review question', 'wp-pro-quiz'); ?>" class="wpProQuiz_button2" style="float: left; display: block;">
73
+ <?php if(!$this->quiz->isQuizSummaryHide()) { ?>
74
+ <input type="button" name="quizSummary" value="<?php _e('Quiz-summary', 'wp-pro-quiz'); ?>" class="wpProQuiz_button2" style="float: right;" >
75
+ <?php } ?>
76
+ <div style="clear: both;"></div>
77
+ <?php } ?>
78
+ </div>
79
+ </div>
80
+ <div class="wpProQuiz_checkPage" style="display: none;">
81
+ <h4 class="wpProQuiz_header"><?php _e('Quiz-summary', 'wp-pro-quiz'); ?></h4>
82
+ <p>
83
+ <?php printf(__('%s of %s questions completed', 'wp-pro-quiz'), '<span>0</span>', $question_count); ?>
84
+ </p>
85
+ <p><?php _e('Questions', 'wp-pro-quiz'); ?>:</p>
86
+ <div style="margin-bottom: 20px;">
87
+ <ol>
88
+ <?php for($xy = 1; $xy <= $question_count; $xy++) { ?>
89
+ <li><?php echo $xy; ?></li>
90
+ <?php } ?>
91
+ </ol>
92
+ <div style="clear: both;"></div>
93
+ </div>
94
+ <input type="button" name="endQuizSummary" value="<?php _e('Finish quiz', 'wp-pro-quiz'); ?>" class="wpProQuiz_button" >
95
+ </div>
96
  <div class="wpProQuiz_text">
97
  <p>
98
  <?php echo do_shortcode(apply_filters('comment_text', $this->quiz->getText())); ?>
113
  </p>
114
  </div>
115
  <div style="display: none;" class="wpProQuiz_results">
116
+ <h4 class="wpProQuiz_header"><?php _e('Results', 'wp-pro-quiz'); ?></h4>
117
  <p>
118
  <?php printf(__('%s of %s questions answered correctly', 'wp-pro-quiz'), '<span class="wpProQuiz_correct_answer">0</span>', '<span>'.$question_count.'</span>'); ?>
119
  </p>
186
  <?php echo do_shortcode('[WpProQuiz_toplist '.$this->quiz->getId().' q="true"]'); ?>
187
  </div>
188
  <?php } ?>
 
 
 
 
189
  <div style="display: none;" class="wpProQuiz_quiz">
190
  <ol class="wpProQuiz_list">
191
  <?php
206
 
207
  ?>
208
  <li class="wpProQuiz_listItem" style="display: none;">
209
+ <div class="wpProQuiz_question_page" <?php echo $this->quiz->getQuizModus() == WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE ? 'style="display: none;"' : ''; ?> >
210
  <?php printf(__('Question %s of %s', 'wp-pro-quiz'), '<span>'.$index.'</span>', '<span>'.$question_count.'</span>'); ?>
211
  </div>
212
+ <h5 style="display: inline-block;" class="wpProQuiz_header">
213
  <span><?php echo $index; ?></span>. <?php _e('Question', 'wp-pro-quiz'); ?>
214
+ </h5>
215
 
216
  <?php if($this->quiz->isShowPoints()) { ?>
217
  <span style="font-weight: bold; float: right;"><?php printf(__('%d points', 'wp-pro-quiz'), $question->getPoints()); ?></span>
224
  </div>
225
  <?php if($question->getAnswerType() === 'matrix_sort_answer') { ?>
226
  <div class="wpProQuiz_matrixSortString">
227
+ <h5 class="wpProQuiz_header"><?php _e('Sort elements', 'wp-pro-quiz'); ?></h5>
228
  <ul class="wpProQuiz_sortStringList">
229
  <?php
230
  foreach($answerArray as $k => $v) {
286
  </tbody>
287
  </table>
288
 
 
289
  <?php } else if($question->getAnswerType() === 'cloze_answer') {
290
+ $clozeData = $this->fetchCloze($v->getAnswer());
291
+
292
+ $this->_clozeTemp = $clozeData['data'];
293
+
294
+ $json[$question->getId()]['correct'] = $clozeData['correct'];
295
 
296
  if($question->isAnswerPointsActivated()) {
297
+ $json[$question->getId()]['points'] = $clozeData['points'];
 
 
 
 
 
 
 
 
 
298
  }
299
 
300
+ $cloze = do_shortcode(apply_filters('comment_text', $clozeData['replace']));
301
+ $cloze = $clozeData['replace'];
302
+
303
+ echo preg_replace_callback('#@@wpProQuizCloze@@#im', array($this, 'clozeCallback'), $cloze);
 
 
 
304
  } ?>
 
 
305
  </li>
306
  <?php
307
  $answer_index++;
361
  <?php if($question->isTipEnabled()) { ?>
362
  <div class="wpProQuiz_tipp" style="display: none; position: relative;">
363
  <div>
364
+ <h5 style="margin: 0px 0px 10px;" class="wpProQuiz_header"><?php _e('Hint', 'wp-pro-quiz'); ?></h5>
365
  <?php echo do_shortcode(apply_filters('comment_text', $question->getTipMsg())); ?>
366
  </div>
367
  </div>
368
  <?php } ?>
369
 
370
+ <?php if($this->quiz->getQuizModus() == WpProQuiz_Model_Quiz::QUIZ_MODUS_CHECK && !$this->quiz->isSkipQuestionDisabled() && $this->quiz->isShowReviewQuestion()) { ?>
371
+ <input type="button" name="skip" value="<?php _e('Skip question', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: left; margin-right: 10px !important;" >
372
+ <?php } ?>
373
  <input type="button" name="back" value="<?php _e('Back', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: left !important; margin-right: 10px !important; display: none;">
374
  <?php if($question->isTipEnabled()) { ?>
375
+ <input type="button" name="tip" value="<?php _e('Hint', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton wpProQuiz_TipButton" style="float: left !important; display: inline-block; margin-right: 10px !important;">
376
  <?php } ?>
377
+ <input type="button" name="check" value="<?php _e('Check', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right !important; margin-right: 10px !important; display: none;">
378
  <input type="button" name="next" value="<?php _e('Next exercise', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" style="float: right; display: none;" >
379
  <div style="clear: both;"></div>
380
 
381
+ <?php if($this->quiz->getQuizModus() == WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE) { ?>
382
  <div style="margin-bottom: 20px;"></div>
383
  <?php } ?>
384
 
386
 
387
  <?php } ?>
388
  </ol>
389
+ <?php if($this->quiz->getQuizModus() == WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE) { ?>
390
  <div>
391
+ <?php if($this->quiz->isShowReviewQuestion() && !$this->quiz->isQuizSummaryHide()) { ?>
392
+ <input type="button" name="checkSingle" value="<?php _e('Quiz-summary', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" >
393
+ <?php } else { ?>
394
+ <input type="button" name="checkSingle" value="<?php _e('Finish quiz', 'wp-pro-quiz'); ?>" class="wpProQuiz_button wpProQuiz_QuestionButton" >
395
+ <?php } ?>
396
  </div>
397
  <?php } ?>
398
  </div>
402
  <?php
403
  //Create Options
404
 
405
+ $bo = 0;
406
+
407
+ $bo |= ((int)$this->quiz->isAnswerRandom()) << 0;
408
+ $bo |= ((int)$this->quiz->isQuestionRandom()) << 1;
409
+ $bo |= ((int)$this->quiz->isDisabledAnswerMark()) << 2;
410
+ $bo |= ((int)($this->quiz->isQuizRunOnce() || $this->quiz->isPrerequisite())) << 3;
411
+ $bo |= ((int)$preview) << 4;
412
+ $bo |= ((int)get_option('wpProQuiz_corsActivated')) << 5;
413
+ $bo |= ((int)$this->quiz->isToplistDataAddAutomatic()) << 6;
414
+ $bo |= ((int)$this->quiz->isShowReviewQuestion()) << 7;
415
+ $bo |= ((int)$this->quiz->isQuizSummaryHide()) << 8;
416
+ $bo |= ((int)($this->quiz->isSkipQuestion() && $this->quiz->isShowReviewQuestion())) << 9;
417
  ?>
 
418
  <script type="text/javascript">
419
  jQuery(document).ready(function($) {
420
  $('#wpProQuiz_<?php echo $this->quiz->getId(); ?>').wpProQuizFront({
455
  <img alt="captcha" src="" class="wpProQuiz_captchaImg" style="vertical-align: middle;">
456
  </div>
457
  </div>
458
+ <input class="wpProQuiz_button2" type="submit" value="<?php _e('Send', 'wp-pro-quiz'); ?>" name="wpProQuiz_toplistAdd">
459
  </div>
460
  </div>
461
  </div>
462
  <?php
463
  }
464
+
465
+ private function fetchCloze($answer_text) {
466
+ preg_match_all('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', $answer_text, $matches, PREG_SET_ORDER);
467
+
468
+ $data = array();
469
+
470
+ foreach($matches as $k => $v) {
471
+ $text = $v[1];
472
+ $points = !empty($v[2]) ? (int)$v[2] : 1;
473
+ $rowText = $multiTextData = array();
474
+ $len = array();
475
+
476
+ if(preg_match_all('#\[(.*?)\]#im', $text, $multiTextMatches)) {
477
+ foreach($multiTextMatches[1] as $multiText) {
478
+ $x = mb_strtolower(trim(html_entity_decode($multiText, ENT_QUOTES)));
479
+
480
+ $len[] = strlen($x);
481
+ $multiTextData[] = $x;
482
+ $rowText[] = $multiText;
483
+ }
484
+ } else {
485
+ $x = mb_strtolower(trim(html_entity_decode($text, ENT_QUOTES)));
486
+
487
+ $len[] = strlen($x);
488
+ $multiTextData[] = $x;
489
+ $rowText[] = $text;
490
+ }
491
+
492
+ $a = '<span class="wpProQuiz_cloze"><input data-wordlen="'.max($len).'" type="text" value=""> ';
493
+ $a .= '<span class="wpProQuiz_clozeCorrect" style="display: none;">('.implode(', ', $rowText).')</span></span>';
494
+
495
+ $data['correct'][] = $multiTextData;
496
+ $data['points'][] = $points;
497
+ $data['data'][] = $a;
498
+ }
499
+
500
+ $data['replace'] = preg_replace('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', '@@wpProQuizCloze@@', $answer_text);
501
+
502
+ return $data;
503
+ }
504
+
505
+ private function clozeCallback($t) {
506
+ $a = array_shift($this->_clozeTemp);
507
+
508
+ return $a === null ? '' : $a;
509
+ }
510
  }
lib/view/WpProQuiz_View_GobalSettings.php CHANGED
@@ -27,52 +27,11 @@ class WpProQuiz_View_GobalSettings extends WpProQuiz_View_View {
27
 
28
  <form method="post">
29
  <div id="poststuff">
30
- <div class="postbox" id="globalContent">
31
- <h3 class="hndle"><?php _e('Global settings', 'wp-pro-quiz'); ?></h3>
32
- <div class="wrap">
33
- <table class="form-table">
34
- <tbody>
35
- <tr>
36
- <th scope="row">
37
- <?php _e('Leaderboard time format', 'wp-pro-quiz'); ?>
38
- </th>
39
- <td>
40
- <fieldset>
41
- <legend class="screen-reader-text">
42
- <span><?php _e('Leaderboard time format', 'wp-pro-quiz'); ?></span>
43
- </legend>
44
- <label>
45
- <input type="radio" name="toplist_date_format" value="d.m.Y H:i" <?php $this->checked($this->toplistDataFormat, 'd.m.Y H:i'); ?>> 06.11.2010 12:50
46
- </label> <br>
47
- <label>
48
- <input type="radio" name="toplist_date_format" value="Y/m/d g:i A" <?php $this->checked($this->toplistDataFormat, 'Y/m/d g:i A'); ?>> 2010/11/06 12:50 AM
49
- </label> <br>
50
- <label>
51
- <input type="radio" name="toplist_date_format" value="Y/m/d \a\t g:i A" <?php $this->checked($this->toplistDataFormat, 'Y/m/d \a\t g:i A'); ?>> 2010/11/06 at 12:50 AM
52
- </label> <br>
53
- <label>
54
- <input type="radio" name="toplist_date_format" value="Y/m/d \a\t g:ia" <?php $this->checked($this->toplistDataFormat, 'Y/m/d \a\t g:ia'); ?>> 2010/11/06 at 12:50am
55
- </label> <br>
56
- <label>
57
- <input type="radio" name="toplist_date_format" value="F j, Y g:i a" <?php $this->checked($this->toplistDataFormat, 'F j, Y g:i a'); ?>> November 6, 2010 12:50 am
58
- </label> <br>
59
- <label>
60
- <input type="radio" name="toplist_date_format" value="M j, Y @ G:i" <?php $this->checked($this->toplistDataFormat, 'M j, Y @ G:i'); ?>> Nov 6, 2010 @ 0:50
61
- </label> <br>
62
- <label>
63
- <input type="radio" name="toplist_date_format" value="custom" <?php echo in_array($this->toplistDataFormat, array('d.m.Y H:i', 'Y/m/d g:i A', 'Y/m/d \a\t g:i A', 'Y/m/d \a\t g:ia', 'F j, Y g:i a', 'M j, Y @ G:i')) ? '' : 'checked="checked"'; ?> >
64
- <?php _e('Custom', 'wp-pro-quiz'); ?>:
65
- <input class="medium-text" name="toplist_date_format_custom" style="width: 100px;" value="<?php echo $this->toplistDataFormat; ?>">
66
- </label>
67
- <p>
68
- <a href="http://codex.wordpress.org/Formatting_Date_and_Time" target="_blank"><?php _e('Documentation on date and time formatting', 'wp-pro-quiz'); ?></a>
69
- </p>
70
- </fieldset>
71
- </td>
72
- </tr>
73
- </tbody>
74
- </table>
75
- </div>
76
  </div>
77
  <div class="postbox" id="problemContent" style="display: none;">
78
  <h3 class="hndle"><?php _e('Settings in case of problems', 'wp-pro-quiz'); ?></h3>
@@ -187,6 +146,158 @@ class WpProQuiz_View_GobalSettings extends WpProQuiz_View_View {
187
  </form>
188
  </div>
189
 
190
- <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  }
192
  }
27
 
28
  <form method="post">
29
  <div id="poststuff">
30
+ <div id="globalContent">
31
+
32
+ <?php $this->globalSettings(); ?>
33
+ <?php $this->emailSettings(); ?>
34
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  </div>
36
  <div class="postbox" id="problemContent" style="display: none;">
37
  <h3 class="hndle"><?php _e('Settings in case of problems', 'wp-pro-quiz'); ?></h3>
146
  </form>
147
  </div>
148
 
149
+ <?php
150
+ }
151
+
152
+ private function globalSettings() {
153
+ ?>
154
+
155
+ <div class="postbox">
156
+ <h3 class="hndle"><?php _e('Global settings', 'wp-pro-quiz'); ?></h3>
157
+ <div class="wrap">
158
+ <table class="form-table">
159
+ <tbody>
160
+ <tr>
161
+ <th scope="row">
162
+ <?php _e('Leaderboard time format', 'wp-pro-quiz'); ?>
163
+ </th>
164
+ <td>
165
+ <fieldset>
166
+ <legend class="screen-reader-text">
167
+ <span><?php _e('Leaderboard time format', 'wp-pro-quiz'); ?></span>
168
+ </legend>
169
+ <label>
170
+ <input type="radio" name="toplist_date_format" value="d.m.Y H:i" <?php $this->checked($this->toplistDataFormat, 'd.m.Y H:i'); ?>> 06.11.2010 12:50
171
+ </label> <br>
172
+ <label>
173
+ <input type="radio" name="toplist_date_format" value="Y/m/d g:i A" <?php $this->checked($this->toplistDataFormat, 'Y/m/d g:i A'); ?>> 2010/11/06 12:50 AM
174
+ </label> <br>
175
+ <label>
176
+ <input type="radio" name="toplist_date_format" value="Y/m/d \a\t g:i A" <?php $this->checked($this->toplistDataFormat, 'Y/m/d \a\t g:i A'); ?>> 2010/11/06 at 12:50 AM
177
+ </label> <br>
178
+ <label>
179
+ <input type="radio" name="toplist_date_format" value="Y/m/d \a\t g:ia" <?php $this->checked($this->toplistDataFormat, 'Y/m/d \a\t g:ia'); ?>> 2010/11/06 at 12:50am
180
+ </label> <br>
181
+ <label>
182
+ <input type="radio" name="toplist_date_format" value="F j, Y g:i a" <?php $this->checked($this->toplistDataFormat, 'F j, Y g:i a'); ?>> November 6, 2010 12:50 am
183
+ </label> <br>
184
+ <label>
185
+ <input type="radio" name="toplist_date_format" value="M j, Y @ G:i" <?php $this->checked($this->toplistDataFormat, 'M j, Y @ G:i'); ?>> Nov 6, 2010 @ 0:50
186
+ </label> <br>
187
+ <label>
188
+ <input type="radio" name="toplist_date_format" value="custom" <?php echo in_array($this->toplistDataFormat, array('d.m.Y H:i', 'Y/m/d g:i A', 'Y/m/d \a\t g:i A', 'Y/m/d \a\t g:ia', 'F j, Y g:i a', 'M j, Y @ G:i')) ? '' : 'checked="checked"'; ?> >
189
+ <?php _e('Custom', 'wp-pro-quiz'); ?>:
190
+ <input class="medium-text" name="toplist_date_format_custom" style="width: 100px;" value="<?php echo $this->toplistDataFormat; ?>">
191
+ </label>
192
+ <p>
193
+ <a href="http://codex.wordpress.org/Formatting_Date_and_Time" target="_blank"><?php _e('Documentation on date and time formatting', 'wp-pro-quiz'); ?></a>
194
+ </p>
195
+ </fieldset>
196
+ </td>
197
+ </tr>
198
+ <tr>
199
+ <th scope="row">
200
+ <?php _e('Category management', 'wp-pro-quiz'); ?>
201
+ </th>
202
+ <td>
203
+ <fieldset>
204
+ <legend class="screen-reader-text">
205
+ <span><?php _e('Category management', 'wp-pro-quiz'); ?></span>
206
+ </legend>
207
+ <select name="category">
208
+ <?php foreach($this->category as $cat) {
209
+ echo '<option value="'.$cat->getCategoryId().'">'.$cat->getCategoryName().'</option>';
210
+
211
+ } ?>
212
+ </select>
213
+ <div style="padding-top: 5px;">
214
+ <input type="text" value="" name="categoryEditText">
215
+ </div>
216
+ <div style="padding-top: 5px;">
217
+ <input type="button" value="<?php _e('Delete', 'wp-pro-quiz'); ?>" name="categoryDelete" class="button-secondary">
218
+ <input type="button" value="<?php _e('Edit', 'wp-pro-quiz'); ?>" name="categoryEdit" class="button-secondary">
219
+ </div>
220
+ </fieldset>
221
+ </td>
222
+ </tr>
223
+ </tbody>
224
+ </table>
225
+ </div>
226
+ </div>
227
+
228
+ <?php
229
+ }
230
+ private function emailSettings() {
231
+ ?>
232
+ <div class="postbox">
233
+ <h3 class="hndle"><?php _e('E-mail settings', 'wp-pro-quiz'); ?></h3>
234
+ <div class="wrap">
235
+ <table class="form-table">
236
+ <tbody>
237
+ <tr>
238
+ <th scope="row">
239
+ <?php _e('To:', 'wp-pro-quiz'); ?>
240
+ </th>
241
+ <td>
242
+ <label>
243
+ <input type="text" name="email[to]" value="<?php echo $this->email['to']; ?>" class="regular-text">
244
+ </label>
245
+ <p class="description">
246
+ <?php _e('Separate multiple email addresses with a comma, e.g. wp@test.com, test@test.com', 'wp-pro-quiz'); ?>
247
+ </p>
248
+ </td>
249
+ </tr>
250
+ <tr>
251
+ <th scope="row">
252
+ <?php _e('From:', 'wp-pro-quiz'); ?>
253
+ </th>
254
+ <td>
255
+ <label>
256
+ <input type="text" name="email[from]" value="<?php echo $this->email['from']; ?>" class="regular-text">
257
+ </label>
258
+ <!-- <p class="description"> -->
259
+ <?php //_e('Server-Adresse empfohlen, z.B. info@YOUR-PAGE.com', 'wp-pro-quiz'); ?>
260
+ <!-- </p> -->
261
+ </td>
262
+ </tr>
263
+ <tr>
264
+ <th scope="row">
265
+ <?php _e('Subject:', 'wp-pro-quiz'); ?>
266
+ </th>
267
+ <td>
268
+ <label>
269
+ <input type="text" name="email[subject]" value="<?php echo $this->email['subject']; ?>" class="regular-text">
270
+ </label>
271
+ </td>
272
+ </tr>
273
+ <tr>
274
+ <th scope="row">
275
+ <?php _e('Message body:', 'wp-pro-quiz'); ?>
276
+ </th>
277
+ <td>
278
+ <label>
279
+ <textarea name="email[message]" class="large-text" rows="15"><?php echo $this->email['message']; ?></textarea>
280
+ </label>
281
+
282
+ <div>
283
+ <h4><?php _e('Allowed variables', 'wp-pro-quiz'); ?>:</h4>
284
+ <ul>
285
+ <li><span>$userId</span> - <?php _e('User-ID', 'wp-pro-quiz'); ?></li>
286
+ <li><span>$username</span> - <?php _e('Username', 'wp-pro-quiz'); ?></li>
287
+ <li><span>$quizname</span> - <?php _e('Quiz-Name', 'wp-pro-quiz'); ?></li>
288
+ <li><span>$result</span> - <?php _e('Result in precent', 'wp-pro-quiz'); ?></li>
289
+ <li><span>$points</span> - <?php _e('Reached points', 'wp-pro-quiz'); ?></li>
290
+ <li><span>$ip</span> - <?php _e('IP-address of the user', 'wp-pro-quiz'); ?></li>
291
+ </ul>
292
+ </div>
293
+
294
+ </td>
295
+ </tr>
296
+ </tbody>
297
+ </table>
298
+ </div>
299
+ </div>
300
+
301
+ <?php
302
  }
303
  }
lib/view/WpProQuiz_View_QuestionEdit.php CHANGED
@@ -1,6 +1,16 @@
1
  <?php
2
  class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
3
 
 
 
 
 
 
 
 
 
 
 
4
  public function show() {
5
  ?>
6
  <div class="wrap wpProQuiz_questionEdit">
@@ -48,6 +58,36 @@ class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
48
  </div>
49
  </div>
50
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  <div class="postbox">
52
  <h3 class="hndle"><?php _e('Question', 'wp-pro-quiz'); ?> <?php _e('(required)', 'wp-pro-quiz'); ?></h3>
53
  <div class="inside">
@@ -353,6 +393,9 @@ class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
353
  <p class="description">
354
  <?php _e('Enclose the searched words with { } e.g. "I {play} soccer". Capital and small letters will be ignored.', 'wp-pro-quiz'); ?>
355
  </p>
 
 
 
356
  <p class="description" style="margin-top: 10px;">
357
  <?php _e('If mode "Different points for every answer" is activated, you can assign points with |POINTS. Otherwise 1 point will be awarded for every answer.', 'wp-pro-quiz'); ?>
358
  </p>
1
  <?php
2
  class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
3
 
4
+ /**
5
+ * @var WpProQuiz_Model_Category
6
+ */
7
+ public $categories;
8
+
9
+ /**
10
+ * @var WpProQuiz_Model_Question;
11
+ */
12
+ public $question;
13
+
14
  public function show() {
15
  ?>
16
  <div class="wrap wpProQuiz_questionEdit">
58
  </div>
59
  </div>
60
  </div>
61
+ <div class="postbox">
62
+ <h3 class="hndle"><?php _e('Category', 'wp-pro-quiz'); ?> <?php _e('(optional)', 'wp-pro-quiz'); ?></h3>
63
+ <div class="inside">
64
+ <p class="description">
65
+ <?php _e('You can assign classify category for a question. Categories are e.g. visible in statistics function.', 'wp-pro-quiz'); ?>
66
+ </p>
67
+ <p class="description">
68
+ <?php _e('You can manage categories in global settings.', 'wp-pro-quiz'); ?>
69
+ </p>
70
+ <div>
71
+ <select name="category">
72
+ <option value="-1">--- <?php _e('Create new category', 'wp-pro-quiz'); ?> ----</option>
73
+ <option value="0" <?php echo $this->question->getCategoryId() == 0 ? 'selected="selected"' : ''; ?>>--- <?php _e('No category', 'wp-pro-quiz'); ?> ---</option>
74
+ <?php
75
+ foreach($this->categories as $cat) {
76
+ echo '<option '.($this->question->getCategoryId() == $cat->getCategoryId() ? 'selected="selected"' : '').' value="'.$cat->getCategoryId().'">'.$cat->getCategoryName().'</option>';
77
+ }
78
+ ?>
79
+ </select>
80
+ </div>
81
+ <div style="display: none;" id="categoryAddBox">
82
+ <h4><?php _e('Create new category', 'wp-pro-quiz'); ?></h4>
83
+ <input type="text" name="categoryAdd" value="">
84
+ <input type="button" class="button-secondary" name="" id="categoryAddBtn" value="<?php _e('Create', 'wp-pro-quiz'); ?>">
85
+ </div>
86
+ <div id="categoryMsgBox" style="display:none; padding: 5px; border: 1px solid rgb(160, 160, 160); background-color: rgb(255, 255, 168); font-weight: bold; margin: 5px; ">
87
+ Kategorie gespeichert
88
+ </div>
89
+ </div>
90
+ </div>
91
  <div class="postbox">
92
  <h3 class="hndle"><?php _e('Question', 'wp-pro-quiz'); ?> <?php _e('(required)', 'wp-pro-quiz'); ?></h3>
93
  <div class="inside">
393
  <p class="description">
394
  <?php _e('Enclose the searched words with { } e.g. "I {play} soccer". Capital and small letters will be ignored.', 'wp-pro-quiz'); ?>
395
  </p>
396
+ <p class="description">
397
+ <?php _e('You can specify multiple options for a search word. Enclose the word with [ ] e.g. <span style="font-style: normal; letter-spacing: 2px;"> "I {[play][love][hate]} soccer" </span>. In this case answers play, love OR hate are correct.', 'wp-pro-quiz'); ?>
398
+ </p>
399
  <p class="description" style="margin-top: 10px;">
400
  <?php _e('If mode "Different points for every answer" is activated, you can assign points with |POINTS. Otherwise 1 point will be awarded for every answer.', 'wp-pro-quiz'); ?>
401
  </p>
lib/view/WpProQuiz_View_QuizEdit.php CHANGED
@@ -3,6 +3,12 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
3
 
4
  public function show() {
5
  ?>
 
 
 
 
 
 
6
  <div class="wrap">
7
  <h2 style="margin-bottom: 10px;"><?php echo $this->header; ?></h2>
8
  <a class="button-secondary" href="admin.php?page=wpProQuiz"><?php _e('back to overview', 'wp-pro-quiz'); ?></a>
@@ -170,81 +176,6 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
170
  </fieldset>
171
  </td>
172
  </tr>
173
- <tr>
174
- <th scope="row">
175
- <?php _e('Questions below each other', 'wp-pro-quiz'); ?>
176
- </th>
177
- <td>
178
- <fieldset>
179
- <legend class="screen-reader-text">
180
- <span><?php _e('Questions below each other', 'wp-pro-quiz'); ?></span>
181
- </legend>
182
- <label>
183
- <input type="checkbox" value="1" name="questionOnSinglePage" <?php echo $this->quiz->isQuestionOnSinglePage() ? 'checked="checked"' : ''; ?>>
184
- <?php _e('Activate', 'wp-pro-quiz'); ?>
185
- </label>
186
- <p class="description">
187
- <?php _e('If this option is activated, all answers are displayed below each other, i.e. all questions are on a single page. Otherwise all questions are displayed one after the other.', 'wp-pro-quiz'); ?>
188
- </p>
189
- <div class="wpProQuiz_demoBox">
190
- <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
191
- <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
192
- <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/singlePage.png'; ?> ">
193
- </div>
194
- </div>
195
- </fieldset>
196
- </td>
197
- </tr>
198
- <tr>
199
- <th scope="row">
200
- <?php _e('Check -> continue', 'wp-pro-quiz'); ?>
201
- </th>
202
- <td>
203
- <fieldset>
204
- <legend class="screen-reader-text">
205
- <span><?php _e('Check -> continue', 'wp-pro-quiz'); ?></span>
206
- </legend>
207
- <label for="check_next">
208
- <input type="checkbox" id="check_next" value="1" name="checkAnswer" <?php echo $this->quiz->isCheckAnswer() ? 'checked="checked"' : ''; ?>>
209
- <?php _e('Activate', 'wp-pro-quiz'); ?>
210
- </label>
211
- <p class="description">
212
- <?php _e('Shows "right or wrong" after each question. Otherwise the solutions will be displayed at the end. (Option will be ignored if "questions below each other" was used)', 'wp-pro-quiz'); ?>
213
- </p>
214
- <div class="wpProQuiz_demoBox">
215
- <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
216
- <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
217
- <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/checkCcontinue.png'; ?> ">
218
- </div>
219
- </div>
220
- </fieldset>
221
- </td>
222
- </tr>
223
- <tr>
224
- <th scope="row">
225
- <?php _e('Back button', 'wp-pro-quiz'); ?>
226
- </th>
227
- <td>
228
- <fieldset>
229
- <legend class="screen-reader-text">
230
- <span><?php _e('Back button', 'wp-pro-quiz'); ?></span>
231
- </legend>
232
- <label for="back_button">
233
- <input type="checkbox" id="back_button" value="1" name="backButton" <?php echo $this->quiz->isBackButton() ? 'checked="checked"' : ''; ?>>
234
- <?php _e('Activate', 'wp-pro-quiz'); ?>
235
- </label>
236
- <p class="description">
237
- <?php _e('Allows to use the back button in a question. (Option will be ignored if "Check -> Continue" or "questions below each other" was used)', 'wp-pro-quiz'); ?>
238
- </p>
239
- <div class="wpProQuiz_demoBox">
240
- <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
241
- <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
242
- <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/backButton.png'; ?> ">
243
- </div>
244
- </div>
245
- </fieldset>
246
- </td>
247
- </tr>
248
  <tr>
249
  <th scope="row">
250
  <?php _e('Statistics', 'wp-pro-quiz'); ?>
@@ -514,6 +445,179 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
514
  </fieldset>
515
  </td>
516
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
517
  </tbody>
518
  </table>
519
  </div>
@@ -562,6 +666,20 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
562
  </p>
563
  </td>
564
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  <tr>
566
  <th scope="row">
567
  <?php _e('display captcha', 'wp-pro-quiz'); ?>
3
 
4
  public function show() {
5
  ?>
6
+ <style>
7
+ .wpProQuiz_quizModus th, .wpProQuiz_quizModus td {
8
+ border-right: 1px solid #A0A0A0;
9
+ padding: 5px;
10
+ }
11
+ </style>
12
  <div class="wrap">
13
  <h2 style="margin-bottom: 10px;"><?php echo $this->header; ?></h2>
14
  <a class="button-secondary" href="admin.php?page=wpProQuiz"><?php _e('back to overview', 'wp-pro-quiz'); ?></a>
176
  </fieldset>
177
  </td>
178
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  <tr>
180
  <th scope="row">
181
  <?php _e('Statistics', 'wp-pro-quiz'); ?>
445
  </fieldset>
446
  </td>
447
  </tr>
448
+ <tr>
449
+ <th scope="row">
450
+ <?php _e('Question overview', 'wp-pro-quiz'); ?>
451
+ </th>
452
+ <td>
453
+ <fieldset>
454
+ <legend class="screen-reader-text">
455
+ <span><?php _e('Question overview', 'wp-pro-quiz'); ?></span>
456
+ </legend>
457
+ <label>
458
+ <input type="checkbox" value="1" name="showReviewQuestion" <?php $this->checked($this->quiz->isShowReviewQuestion()); ?>>
459
+ <?php _e('Activate', 'wp-pro-quiz'); ?>
460
+ </label>
461
+ <p class="description">
462
+ <?php _e('Add at the top of the quiz a question overview, which allows easy navigation. Additional questions can be marked "to review".', 'wp-pro-quiz'); ?>
463
+ </p>
464
+ <p class="description">
465
+ <?php _e('Additional quiz overview will be displayed, before quiz is finished.', 'wp-pro-quiz'); ?>
466
+ </p>
467
+ <div class="wpProQuiz_demoBox">
468
+ <?php _e('Question overview', 'wp-pro-quiz'); ?>: <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
469
+ <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
470
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/questionOverview.png'; ?> ">
471
+ </div>
472
+ </div>
473
+ <div class="wpProQuiz_demoBox">
474
+ <?php _e('Quiz-summary', 'wp-pro-quiz'); ?>: <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
475
+ <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
476
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/quizSummary.png'; ?> ">
477
+ </div>
478
+ </div>
479
+ </fieldset>
480
+ </td>
481
+ </tr>
482
+ <tr class="wpProQuiz_reviewQuestionOptions" style="display: none;">
483
+ <th scope="row">
484
+ <?php _e('Quiz-summary', 'wp-pro-quiz'); ?>
485
+ </th>
486
+ <td>
487
+ <fieldset>
488
+ <legend class="screen-reader-text">
489
+ <span><?php _e('Quiz-summary', 'wp-pro-quiz'); ?></span>
490
+ </legend>
491
+ <label>
492
+ <input type="checkbox" value="1" name="quizSummaryHide" <?php $this->checked($this->quiz->isQuizSummaryHide()); ?>>
493
+ <?php _e('Deactivate', 'wp-pro-quiz'); ?>
494
+ </label>
495
+ <p class="description">
496
+ <?php _e('If you enalbe this option, no quiz overview will be displayed, before finishing quiz.', 'wp-pro-quiz'); ?>
497
+ </p>
498
+ </fieldset>
499
+ </td>
500
+ </tr>
501
+ <tr class="wpProQuiz_reviewQuestionOptions" style="display: none;">
502
+ <th scope="row">
503
+ <?php _e('Skip question', 'wp-pro-quiz'); ?>
504
+ </th>
505
+ <td>
506
+ <fieldset>
507
+ <legend class="screen-reader-text">
508
+ <span><?php _e('Skip question', 'wp-pro-quiz'); ?></span>
509
+ </legend>
510
+ <label>
511
+ <input type="checkbox" value="1" name="skipQuestionDisabled" <?php $this->checked($this->quiz->isSkipQuestionDisabled()); ?>>
512
+ <?php _e('Deactivate', 'wp-pro-quiz'); ?>
513
+ </label>
514
+ <p class="description">
515
+ <?php _e('If you enable this option, user won\'t be able to skip question. (only in "Overview -> next" mode). User still will be able to navigate over "Question-Overview"', 'wp-pro-quiz'); ?>
516
+ </p>
517
+ </fieldset>
518
+ </td>
519
+ </tr>
520
+ <tr>
521
+ <th scope="row">
522
+ <?php _e('E-mail notification', 'wp-pro-quiz'); ?>
523
+ </th>
524
+ <td>
525
+ <fieldset>
526
+ <legend class="screen-reader-text">
527
+ <span><?php _e('E-mail notification', 'wp-pro-quiz'); ?></span>
528
+ </legend>
529
+ <label>
530
+ <input type="radio" name="emailNotification" value="<?php echo WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_NONE; ?>" <?php $this->checked($this->quiz->getEmailNotification(), WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_NONE); ?>>
531
+ <?php _e('Deactivate', 'wp-pro-quiz'); ?>
532
+ </label>
533
+ <label>
534
+ <input type="radio" name="emailNotification" value="<?php echo WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_REG_USER; ?>" <?php $this->checked($this->quiz->getEmailNotification(), WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_REG_USER); ?>>
535
+ <?php _e('for registered users only', 'wp-pro-quiz'); ?>
536
+ </label>
537
+ <label>
538
+ <input type="radio" name="emailNotification" value="<?php echo WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_ALL; ?>" <?php $this->checked($this->quiz->getEmailNotification(), WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_ALL); ?>>
539
+ <?php _e('for all users', 'wp-pro-quiz'); ?>
540
+ </label>
541
+ <p class="description">
542
+ <?php _e('If you enable this option, you will be informed if a user completes this quiz.', 'wp-pro-quiz'); ?>
543
+ </p>
544
+ <p class="description">
545
+ <?php _e('E-Mail settings can be edited in global settings.', 'wp-pro-quiz'); ?>
546
+ </p>
547
+ </fieldset>
548
+ </td>
549
+ </tr>
550
+ </tbody>
551
+ </table>
552
+ </div>
553
+ </div>
554
+ <div class="postbox">
555
+ <h3 class="hndle"><?php _e('Quiz-Mode', 'wp-pro-quiz'); ?> <?php _e('(required)', 'wp-pro-quiz'); ?></h3>
556
+ <div class="inside">
557
+ <table style="width: 100%; border-collapse: collapse; border: 1px solid #A0A0A0;" class="wpProQuiz_quizModus">
558
+ <thead>
559
+ <tr>
560
+ <th style="width: 25%;"><?php _e('Normal', 'wp-pro-quiz'); ?></th>
561
+ <th style="width: 25%;"><?php _e('Normal + Back-Button', 'wp-pro-quiz'); ?></th>
562
+ <th style="width: 25%;"><?php _e('Check -> continue', 'wp-pro-quiz'); ?></th>
563
+ <th style="width: 25%;"><?php _e('Questions below each other', 'wp-pro-quiz'); ?></th>
564
+ </tr>
565
+ </thead>
566
+ <tbody>
567
+ <tr>
568
+ <td><label><input type="radio" name="quizModus" value="0" <?php $this->checked($this->quiz->getQuizModus(), WpProQuiz_Model_Quiz::QUIZ_MODUS_NORMAL); ?>> <?php _e('Activate', 'wp-pro-quiz'); ?></label></td>
569
+ <td><label><input type="radio" name="quizModus" value="1" <?php $this->checked($this->quiz->getQuizModus(), WpProQuiz_Model_Quiz::QUIZ_MODUS_BACK_BUTTON); ?>> <?php _e('Activate', 'wp-pro-quiz'); ?></label></td>
570
+ <td><label><input type="radio" name="quizModus" value="2" <?php $this->checked($this->quiz->getQuizModus(), WpProQuiz_Model_Quiz::QUIZ_MODUS_CHECK); ?>> <?php _e('Activate', 'wp-pro-quiz'); ?></label></td>
571
+ <td><label><input type="radio" name="quizModus" value="3" <?php $this->checked($this->quiz->getQuizModus(), WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE); ?>> <?php _e('Activate', 'wp-pro-quiz'); ?></label></td>
572
+ </tr>
573
+ <tr>
574
+ <td>
575
+ <?php _e('Displays all questions sequentially, "right" or "false" will be displayed at the end of the quiz.', 'wp-pro-quiz'); ?>
576
+ </td>
577
+ <td>
578
+ <?php _e('Allows to use the back button in a question.', 'wp-pro-quiz'); ?>
579
+ </td>
580
+ <td>
581
+ <?php _e('Shows "right or wrong" after each question.', 'wp-pro-quiz'); ?>
582
+ </td>
583
+ <td>
584
+ <?php _e('If this option is activated, all answers are displayed below each other, i.e. all questions are on a single page.', 'wp-pro-quiz'); ?>
585
+ </td>
586
+ </tr>
587
+ <tr>
588
+ <td>
589
+ <div class="wpProQuiz_demoBox">
590
+ <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
591
+ <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
592
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/normal.png'; ?> ">
593
+ </div>
594
+ </div>
595
+ </td>
596
+ <td>
597
+ <div class="wpProQuiz_demoBox">
598
+ <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
599
+ <div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
600
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/backButton.png'; ?> ">
601
+ </div>
602
+ </div>
603
+ </td>
604
+ <td>
605
+ <div class="wpProQuiz_demoBox" style="position: relative;">
606
+ <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
607
+ <div style="z-index: 9999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
608
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/checkCcontinue.png'; ?> ">
609
+ </div>
610
+ </div>
611
+ </td>
612
+ <td>
613
+ <div class="wpProQuiz_demoBox" style="position: relative;">
614
+ <a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
615
+ <div style="z-index: 9999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
616
+ <img alt="" src="<?php echo WPPROQUIZ_URL.'/img/singlePage.png'; ?> ">
617
+ </div>
618
+ </div>
619
+ </td>
620
+ </tr>
621
  </tbody>
622
  </table>
623
  </div>
666
  </p>
667
  </td>
668
  </tr>
669
+ <tr>
670
+ <th scope="row">
671
+ <?php _e('insert automatically', 'wp-pro-quiz'); ?>
672
+ </th>
673
+ <td>
674
+ <label>
675
+ <input name="toplistDataAddAutomatic" type="checkbox" value="1" <?php $this->checked($this->quiz->isToplistDataAddAutomatic()); ?>>
676
+ <?php _e('Activate', 'wp-pro-quiz'); ?>
677
+ </label>
678
+ <p class="description">
679
+ <?php _e('If you enable this option, logged in users will be automatically entered into leaderboard', 'wp-pro-quiz'); ?>
680
+ </p>
681
+ </td>
682
+ </tr>
683
  <tr>
684
  <th scope="row">
685
  <?php _e('display captcha', 'wp-pro-quiz'); ?>
lib/view/WpProQuiz_View_QuizOverall.php CHANGED
@@ -68,7 +68,7 @@ class WpProQuiz_View_QuizOverall extends WpProQuiz_View_View {
68
  <th class="wpProQuiz_exportCheck"><input type="checkbox" name="exportItems" value="<?php echo $quiz->getId(); ?>"></th>
69
  <td><?php echo $quiz->getId(); ?></td>
70
  <td class="wpProQuiz_quizName">
71
- <strong><?php echo $quiz->getName(); ?></strong>
72
  <div class="row-actions">
73
  <span>
74
  <a href="admin.php?page=wpProQuiz&module=question&quiz_id=<?php echo $quiz->getId(); ?>"><?php _e('Questions', 'wp-pro-quiz'); ?></a> |
68
  <th class="wpProQuiz_exportCheck"><input type="checkbox" name="exportItems" value="<?php echo $quiz->getId(); ?>"></th>
69
  <td><?php echo $quiz->getId(); ?></td>
70
  <td class="wpProQuiz_quizName">
71
+ <strong><a href="admin.php?page=wpProQuiz&module=question&quiz_id=<?php echo $quiz->getId(); ?>"><?php echo $quiz->getName(); ?></a></strong>
72
  <div class="row-actions">
73
  <span>
74
  <a href="admin.php?page=wpProQuiz&module=question&quiz_id=<?php echo $quiz->getId(); ?>"><?php _e('Questions', 'wp-pro-quiz'); ?></a> |
lib/view/WpProQuiz_View_Statistics.php CHANGED
@@ -1,21 +1,28 @@
1
  <?php
2
  class WpProQuiz_View_Statistics extends WpProQuiz_View_View {
3
-
4
  public function show() {
 
5
  ?>
6
 
7
- <style>
8
  .wpProQuiz_blueBox {
9
  padding: 20px;
10
  background-color: rgb(223, 238, 255);
11
  border: 1px dotted;
12
  margin-top: 10px;
13
- }
 
 
 
14
  </style>
15
 
 
16
  <div class="wrap wpProQuiz_statistics">
 
17
  <h2><?php printf(__('Quiz: %s - Statistics', 'wp-pro-quiz'), $this->quiz->getName()); ?></h2>
18
  <p><a class="button-secondary" href="admin.php?page=wpProQuiz"><?php _e('back to overview', 'wp-pro-quiz'); ?></a></p>
 
19
  <?php if(!$this->quiz->isStatisticsOn()) { ?>
20
  <p style="padding: 30px; background: #F7E4E4; border: 1px dotted; width: 300px;">
21
  <span style="font-weight: bold; padding-right: 10px;"><?php _e('Stats not enabled', 'wp-pro-quiz'); ?></span>
@@ -24,92 +31,128 @@ class WpProQuiz_View_Statistics extends WpProQuiz_View_View {
24
  <?php return; } ?>
25
 
26
  <div style="padding: 10px 0px;">
27
- <a class="button-primary wpProQuiz_tab" id="wpProQuiz_typeAnonymeUser" href="#"><?php _e('Anonymous users', 'wp-pro-quiz'); ?></a>
28
- <a class="button-secondary wpProQuiz_tab" id="wpProQuiz_typeRegisteredUser" href="#"><?php _e('Registered users', 'wp-pro-quiz'); ?></a>
29
  <a class="button-secondary wpProQuiz_tab" id="wpProQuiz_typeOverview" href="#"><?php _e('Overview', 'wp-pro-quiz'); ?></a>
30
  </div>
31
 
32
- <div class="wpProQuiz_blueBox" id="wpProQuiz_userBox" style="margin-bottom: 20px; display: none;">
33
- <span>
34
- <?php _e('Please select user name:', 'wp-pro-quiz'); ?>
35
- <select name="userSelect" id="userSelect">
36
- <?php foreach($this->users as $user) {
37
- echo '<option value="', $user->ID, '">', $user->user_login, ' (', $user->display_name, ')</option>';
38
- } ?>
39
- </select>
40
- </span>
41
- </div>
42
-
43
- <div id="wpProQuiz_loadData" class="wpProQuiz_blueBox" style="background-color: #F8F5A8;">
44
  <img alt="load" src="data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA">
45
  <?php _e('Loading', 'wp-pro-quiz'); ?>
46
  </div>
47
-
48
- <div id="wpProQuiz_statistics_content" style="display: none;">
49
- <table class="wp-list-table widefat wpProQuiz_statistics_table">
50
- <thead>
51
- <tr>
52
- <th scope="col" style="width: 50px;"></th>
53
- <th scope="col"><?php _e('Question', 'wp-pro-quiz'); ?></th>
54
- <th scope="col" style="width: 100px;"><?php _e('Points', 'wp-pro-quiz'); ?></th>
55
- <th scope="col" style="width: 100px;"><?php _e('Correct', 'wp-pro-quiz'); ?></th>
56
- <th scope="col" style="width: 100px;"><?php _e('Incorrect', 'wp-pro-quiz'); ?></th>
57
- <th scope="col" style="width: 100px;"><?php _e('Hints used', 'wp-pro-quiz'); ?></th>
58
- <th scope="col" style="width: 100px;"><?php _e('Points scored', 'wp-pro-quiz'); ?></th>
59
- <th scope="col" style="width: 60px;"><?php _e('Results', 'wp-pro-quiz'); ?></th>
60
- </tr>
61
- </thead>
62
- <tbody>
63
- <?php
64
- $index = 1;
65
- $gPoints = 0;
66
- foreach($this->question as $question) {
67
- $gPoints += $question->getPoints();
68
- ?>
69
- <tr id="wpProQuiz_tr_<?php echo $question->getId(); ?>">
70
- <th><?php echo $index++; ?></th>
71
- <th><?php echo $question->getTitle(); ?></th>
72
- <th class="wpProQuiz_points"><?php echo $question->getPoints(); ?></th>
73
- <th class="wpProQuiz_cCorrect" style="color: green;"></th>
74
- <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
75
- <th class="wpProQuiz_cTip"></th>
76
- <th class="wpProQuiz_cPoints"></th>
77
- <th></th>
78
- </tr>
79
- <?php } ?>
80
- </tbody>
81
- <tfoot>
82
- <tr>
83
- <th></th>
84
- <th><?php _e('Total', 'wp-pro-quiz'); ?></th>
85
- <th class="wpProQuiz_points"><?php echo $gPoints; ?></th>
86
- <th class="wpProQuiz_cCorrect" style="color: green;"></th>
87
- <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
88
- <th class="wpProQuiz_cTip"></th>
89
- <th class="wpProQuiz_cPoints"></th>
90
- <th class="wpProQuiz_cResult" style="font-weight: bold;"></th>
91
- </tr>
92
- </tfoot>
93
- </table>
94
-
95
- <div style="margin-top: 10px;">
96
- <div style="float: left;">
97
- <?php if(current_user_can('wpProQuiz_reset_statistics')) { ?>
98
- <a class="button-secondary" href="#" id="wpProQuiz_reset"><?php _e('Reset statistics', 'wp-pro-quiz'); ?></a>
99
- <?php } ?>
100
- <a class="button-secondary wpProQuiz_update" href="#"><?php _e('Refresh', 'wp-pro-quiz'); ?></a>
101
  </div>
102
- <div style="float: right;">
103
- <?php if(current_user_can('wpProQuiz_reset_statistics')) { ?>
104
- <a class="button-secondary wpProQuiz_resetComplete" href="#"><?php _e('Reset entire statistic', 'wp-pro-quiz'); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  </div>
107
- <div style="clear: both;"></div>
108
  </div>
109
- </div>
110
-
111
- <div id="wpProQuiz_statistics_overview">
112
- <input type="hidden" value="<?php echo $gPoints; ?>" name="gPoints" id="wpProQuiz_gPoints">
 
113
  <div id="poststuff">
114
  <div class="postbox">
115
  <h3 class="hndle"><?php _e('Filter', 'wp-pro-quiz'); ?></h3>
@@ -151,9 +194,9 @@ class WpProQuiz_View_Statistics extends WpProQuiz_View_View {
151
  </tr>
152
  </thead>
153
  <tbody id="wpProQuiz_statistics_overview_data">
154
- <tr>
155
  <th><a href="#"></a></th>
156
- <th class="wpProQuiz_points"></th>
157
  <th class="wpProQuiz_cCorrect" style="color: green;"></th>
158
  <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
159
  <th class="wpProQuiz_cTip"></th>
@@ -176,7 +219,11 @@ class WpProQuiz_View_Statistics extends WpProQuiz_View_View {
176
  </div>
177
  <div style="clear: both;"></div>
178
  </div>
 
179
  </div>
 
 
 
180
  </div>
181
 
182
  <?php
1
  <?php
2
  class WpProQuiz_View_Statistics extends WpProQuiz_View_View {
3
+
4
  public function show() {
5
+
6
  ?>
7
 
8
+ <style>
9
  .wpProQuiz_blueBox {
10
  padding: 20px;
11
  background-color: rgb(223, 238, 255);
12
  border: 1px dotted;
13
  margin-top: 10px;
14
+ }
15
+ .categoryTr th {
16
+ background-color: #F1F1F1;
17
+ }
18
  </style>
19
 
20
+
21
  <div class="wrap wpProQuiz_statistics">
22
+ <input type="hidden" id="quizId" value="<?php echo $this->quiz->getId(); ?>" name="quizId">
23
  <h2><?php printf(__('Quiz: %s - Statistics', 'wp-pro-quiz'), $this->quiz->getName()); ?></h2>
24
  <p><a class="button-secondary" href="admin.php?page=wpProQuiz"><?php _e('back to overview', 'wp-pro-quiz'); ?></a></p>
25
+
26
  <?php if(!$this->quiz->isStatisticsOn()) { ?>
27
  <p style="padding: 30px; background: #F7E4E4; border: 1px dotted; width: 300px;">
28
  <span style="font-weight: bold; padding-right: 10px;"><?php _e('Stats not enabled', 'wp-pro-quiz'); ?></span>
31
  <?php return; } ?>
32
 
33
  <div style="padding: 10px 0px;">
34
+ <a class="button-primary wpProQuiz_tab" id="wpProQuiz_typeUser" href="#"><?php _e('Users', 'wp-pro-quiz'); ?></a>
 
35
  <a class="button-secondary wpProQuiz_tab" id="wpProQuiz_typeOverview" href="#"><?php _e('Overview', 'wp-pro-quiz'); ?></a>
36
  </div>
37
 
38
+ <div id="wpProQuiz_loadData" class="wpProQuiz_blueBox" style="background-color: #F8F5A8; display: none;">
 
 
 
 
 
 
 
 
 
 
 
39
  <img alt="load" src="data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA">
40
  <?php _e('Loading', 'wp-pro-quiz'); ?>
41
  </div>
42
+
43
+ <div id="wpProQuiz_content" style="display: none;">
44
+ <div id="wpProQuiz_tabUsers" class="wpProQuiz_tabContent">
45
+ <div class="wpProQuiz_blueBox" id="wpProQuiz_userBox" style="margin-bottom: 20px;">
46
+ <span>
47
+ <?php _e('Please select user name:', 'wp-pro-quiz'); ?>
48
+ <select name="userSelect" id="userSelect">
49
+ <?php foreach($this->users as $user) {
50
+ if($user->ID == 0)
51
+ echo '<option value="0">=== ', __('Anonymous user', 'wp-pro-quiz'),' ===</option>';
52
+ else
53
+ echo '<option value="', $user->ID, '">', $user->user_login, ' (', $user->display_name, ')</option>';
54
+ } ?>
55
+ </select>
56
+ </span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </div>
58
+
59
+ <table class="wp-list-table widefat">
60
+ <thead>
61
+ <tr>
62
+ <th scope="col" style="width: 50px;"></th>
63
+ <th scope="col"><?php _e('Question', 'wp-pro-quiz'); ?></th>
64
+ <th scope="col" style="width: 100px;"><?php _e('Points', 'wp-pro-quiz'); ?></th>
65
+ <th scope="col" style="width: 100px;"><?php _e('Correct', 'wp-pro-quiz'); ?></th>
66
+ <th scope="col" style="width: 100px;"><?php _e('Incorrect', 'wp-pro-quiz'); ?></th>
67
+ <th scope="col" style="width: 100px;"><?php _e('Hints used', 'wp-pro-quiz'); ?></th>
68
+ <th scope="col" style="width: 100px;"><?php _e('Points scored', 'wp-pro-quiz'); ?></th>
69
+ <th scope="col" style="width: 60px;"><?php _e('Results', 'wp-pro-quiz'); ?></th>
70
+ </tr>
71
+ </thead>
72
+ <tbody>
73
+ <?php
74
+ $gPoints = 0;
75
+ foreach($this->questionList as $k => $ql) {
76
+ $index = 1;
77
+ $cPoints = 0;
78
+ ?>
79
+
80
+ <tr class="categoryTr">
81
+ <th colspan="8">
82
+ <span><?php _e('Category', 'wp-pro-quiz'); ?>:</span>
83
+ <span style="font-weight: bold;"><?php echo $this->categoryList[$k]->getCategoryName(); ?></span>
84
+ </th>
85
+ </tr>
86
+
87
+ <?php foreach($ql as $q) {
88
+ $gPoints += $q->getPoints();
89
+ $cPoints += $q->getPoints();
90
+ ?>
91
+ <tr id="wpProQuiz_tr_<?php echo $q->getId(); ?>">
92
+ <th><?php echo $index++; ?></th>
93
+ <th><?php echo $q->getTitle(); ?></th>
94
+ <th class="wpProQuiz_points"><?php echo $q->getPoints(); ?></th>
95
+ <th class="wpProQuiz_cCorrect" style="color: green;"></th>
96
+ <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
97
+ <th class="wpProQuiz_cTip"></th>
98
+ <th class="wpProQuiz_cPoints"></th>
99
+ <th></th>
100
+ </tr>
101
+ <?php } ?>
102
+
103
+ <tr class="categoryTr" id="wpProQuiz_ctr_<?php echo $k; ?>">
104
+ <th colspan="2">
105
+ <span><?php _e('Sub-Total: ', 'wp-pro-quiz'); ?></span>
106
+ </th>
107
+ <th class="wpProQuiz_points"><?php echo $cPoints; ?></th>
108
+ <th class="wpProQuiz_cCorrect" style="color: green;"></th>
109
+ <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
110
+ <th class="wpProQuiz_cTip"></th>
111
+ <th class="wpProQuiz_cPoints"></th>
112
+ <th class="wpProQuiz_cResult" style="font-weight: bold;"></th>
113
+ </tr>
114
+
115
+ <tr>
116
+ <th colspan="8"></th>
117
+ </tr>
118
+
119
  <?php } ?>
120
+ </tbody>
121
+
122
+ <tfoot>
123
+ <tr id="wpProQuiz_tr_0">
124
+ <th></th>
125
+ <th><?php _e('Total', 'wp-pro-quiz'); ?></th>
126
+ <th class="wpProQuiz_points"><?php echo $gPoints; ?></th>
127
+ <th class="wpProQuiz_cCorrect" style="color: green;"></th>
128
+ <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
129
+ <th class="wpProQuiz_cTip"></th>
130
+ <th class="wpProQuiz_cPoints"></th>
131
+ <th class="wpProQuiz_cResult" style="font-weight: bold;"></th>
132
+ </tr>
133
+ </tfoot>
134
+ </table>
135
+
136
+ <div style="margin-top: 10px;">
137
+ <div style="float: left;">
138
+ <?php if(current_user_can('wpProQuiz_reset_statistics')) { ?>
139
+ <a class="button-secondary" href="#" id="wpProQuiz_reset"><?php _e('Reset statistics', 'wp-pro-quiz'); ?></a>
140
+ <?php } ?>
141
+ <a class="button-secondary wpProQuiz_update" href="#"><?php _e('Refresh', 'wp-pro-quiz'); ?></a>
142
+ </div>
143
+ <div style="float: right;">
144
+ <?php if(current_user_can('wpProQuiz_reset_statistics')) { ?>
145
+ <a class="button-secondary wpProQuiz_resetComplete" href="#"><?php _e('Reset entire statistic', 'wp-pro-quiz'); ?></a>
146
+ <?php } ?>
147
+ </div>
148
+ <div style="clear: both;"></div>
149
  </div>
 
150
  </div>
151
+
152
+ <div id="wpProQuiz_tabOverview" class="wpProQuiz_tabContent" style="display: none;">
153
+
154
+ <input type="hidden" value="<?php echo 0; ?>" name="gPoints" id="wpProQuiz_gPoints">
155
+
156
  <div id="poststuff">
157
  <div class="postbox">
158
  <h3 class="hndle"><?php _e('Filter', 'wp-pro-quiz'); ?></h3>
194
  </tr>
195
  </thead>
196
  <tbody id="wpProQuiz_statistics_overview_data">
197
+ <tr style="display: none;">
198
  <th><a href="#"></a></th>
199
+ <th class="wpProQuiz_cPoints"></th>
200
  <th class="wpProQuiz_cCorrect" style="color: green;"></th>
201
  <th class="wpProQuiz_cIncorrect" style="color: red;"></th>
202
  <th class="wpProQuiz_cTip"></th>
219
  </div>
220
  <div style="clear: both;"></div>
221
  </div>
222
+
223
  </div>
224
+
225
+ </div>
226
+
227
  </div>
228
 
229
  <?php
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: quiz, test, answer, question, learning
5
  Requires at least: 3.3
6
  Tested up to: 3.5.1
7
- Stable tag: 0.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -37,6 +37,9 @@ A powerful and beautiful quiz plugin for WordPress.
37
  * Quiz requirements
38
  * Hints
39
  * Import / Export function
 
 
 
40
  * Many configuration options
41
  * Really nice standard design
42
  * Mighty
@@ -46,8 +49,10 @@ A powerful and beautiful quiz plugin for WordPress.
46
  * Dutch / nederlands (Thanks Bas W.)
47
  * English (Thanks Alexander M.)
48
  * German / deutsch
 
49
  * Norwegian / norsk (Thanks Stein Ivar J.)
50
  * Russian / русский (Thanks Sergei B. and Alex A.)
 
51
  * Swedish / svenska (Thanks Martin J.)
52
 
53
  = Live Demo =
@@ -207,4 +212,18 @@ http://www.it-gecko.de/wp-pro-quiz-quiz-plugin-fuer-wordpress.html (scroll to "D
207
  * Time limit improves (JS)
208
  * Updated norwegian translation
209
  * Updated russian translation
210
- * Updated dutch translation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  Tags: quiz, test, answer, question, learning
5
  Requires at least: 3.3
6
  Tested up to: 3.5.1
7
+ Stable tag: 0.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
37
  * Quiz requirements
38
  * Hints
39
  * Import / Export function
40
+ * E-mail notification
41
+ * Category support
42
+ * Quiz-summary
43
  * Many configuration options
44
  * Really nice standard design
45
  * Mighty
49
  * Dutch / nederlands (Thanks Bas W.)
50
  * English (Thanks Alexander M.)
51
  * German / deutsch
52
+ * Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
53
  * Norwegian / norsk (Thanks Stein Ivar J.)
54
  * Russian / русский (Thanks Sergei B. and Alex A.)
55
+ * Spanish / español (Thanks Carlos R.)
56
  * Swedish / svenska (Thanks Martin J.)
57
 
58
  = Live Demo =
212
  * Time limit improves (JS)
213
  * Updated norwegian translation
214
  * Updated russian translation
215
+ * Updated dutch translation
216
+
217
+ = 0.23 =
218
+ * Automatically add to the leaderboard
219
+ * Leaderboard is updated automatically
220
+ * Cloze-Choice: several words per gap are possible
221
+ * Quiz Summary added
222
+ * Skip question button added
223
+ * Email notification added
224
+ * Category support added
225
+ * Review Question added
226
+ * CSS-adjustments
227
+ * Bug fixes
228
+ * Translation for spanish have been added (Thanks Carlos R.)
229
+ * Translation for greek have been added (Thanks Ζαχαρίας Σ.)
uninstall.php CHANGED
@@ -15,4 +15,5 @@ delete_option('wpProQuiz_addRawShortcode');
15
  delete_option('wpProQuiz_jsLoadInHead');
16
  delete_option('wpProQuiz_touchLibraryDeactivate');
17
  delete_option('wpProQuiz_corsActivated');
18
- delete_option('wpProQuiz_toplistDataFormat');
 
15
  delete_option('wpProQuiz_jsLoadInHead');
16
  delete_option('wpProQuiz_touchLibraryDeactivate');
17
  delete_option('wpProQuiz_corsActivated');
18
+ delete_option('wpProQuiz_toplistDataFormat');
19
+ delete_option('wpProQuiz_emailSettings');
wp-pro-quiz.php CHANGED
@@ -3,14 +3,16 @@
3
  Plugin Name: WP-Pro-Quiz
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
5
  Description: A powerful and beautiful quiz plugin for WordPress.
6
- Version: 0.22
7
  Author: Julius Fischer
8
  Author URI: http://www.it-gecko.de
9
  Text Domain: wp-pro-quiz
10
  Domain Path: /languages
11
  */
12
 
13
- define('WPPROQUIZ_VERSION', '0.22');
 
 
14
 
15
  define('WPPROQUIZ_PATH', dirname(__FILE__));
16
  define('WPPROQUIZ_URL', plugins_url('', __FILE__));
3
  Plugin Name: WP-Pro-Quiz
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
5
  Description: A powerful and beautiful quiz plugin for WordPress.
6
+ Version: 0.23
7
  Author: Julius Fischer
8
  Author URI: http://www.it-gecko.de
9
  Text Domain: wp-pro-quiz
10
  Domain Path: /languages
11
  */
12
 
13
+ define('WPPROQUIZ_VERSION', '0.23');
14
+
15
+ define('WPPROQUIZ_DEV', false);
16
 
17
  define('WPPROQUIZ_PATH', dirname(__FILE__));
18
  define('WPPROQUIZ_URL', plugins_url('', __FILE__));