Wp-Pro-Quiz - Version 0.24

Version Description

  • Support for Achievements V3 added
  • Support for Achievements V2 removed
  • Improvement of statistics function
  • TinyMCE editor added to E-Mail settings
  • Assessment choice added
  • Time logger for each question added
  • Option "Show category score" added in Quiz-result-site
  • User e-mail support added (send an email with quiz-result to the user)
  • "Question overview" in "View questions" will now be displayed
  • Rename button "next exercise" to "next"
  • Rename last button "next exercise" to "Finish quiz" or "Quiz-summary"
  • Bugfix for IIS
  • Adminmenu: "Media add" button in "answers" (edit/new question) added
  • Adminmenu: show question-category in question overview
  • Adminmenu: option "Hide correct questions - display" added
  • Adminmenu: option "Hide quiz time - display" added
  • Adminmenu: option "Hide score - display" added
  • Updated russian translation
  • Updated dutch translation
  • Updated greek translation
  • Translation for danish have been added (Thanks Kenneth D.)
  • Translation for french have been added (Thanks Aurlien C.)
Download this release

Release Info

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

Code changes from version 0.23 to 0.24

Files changed (41) hide show
  1. css/wpProQuiz_front.css +32 -4
  2. css/wpProQuiz_front.min.css +1 -1
  3. img/assessmentDemo1.png +0 -0
  4. img/assessmentDemo2.png +0 -0
  5. img/catOverview.png +0 -0
  6. img/hideCorrectQuestion.png +0 -0
  7. img/hideQuizPoints.png +0 -0
  8. img/hideQuizTime.png +0 -0
  9. img/wp_pro_quiz.jpg +0 -0
  10. img/wp_pro_quiz_small.jpg +0 -0
  11. js/wpProQuiz_admin.js +255 -29
  12. js/wpProQuiz_admin.min.js +50 -44
  13. js/wpProQuiz_front.js +233 -37
  14. js/wpProQuiz_front.min.js +35 -32
  15. languages/wp-pro-quiz-ar.mo +0 -0
  16. languages/wp-pro-quiz-ar.po +821 -600
  17. languages/wp-pro-quiz-da_DK.mo +0 -0
  18. languages/wp-pro-quiz-da_DK.po +2157 -0
  19. languages/wp-pro-quiz-de_DE.mo +0 -0
  20. languages/wp-pro-quiz-de_DE.po +875 -635
  21. languages/wp-pro-quiz-el.mo +0 -0
  22. languages/wp-pro-quiz-el.po +965 -701
  23. languages/wp-pro-quiz-es_ES.mo +0 -0
  24. languages/wp-pro-quiz-es_ES.po +856 -640
  25. languages/wp-pro-quiz-fr_FR.mo +0 -0
  26. languages/wp-pro-quiz-fr_FR.po +2175 -0
  27. languages/wp-pro-quiz-nb_NO.mo +0 -0
  28. languages/wp-pro-quiz-nb_NO.po +840 -620
  29. languages/wp-pro-quiz-nl_NL.mo +0 -0
  30. languages/wp-pro-quiz-nl_NL.po +898 -648
  31. languages/wp-pro-quiz-ru_RU.mo +0 -0
  32. languages/wp-pro-quiz-ru_RU.po +887 -636
  33. languages/wp-pro-quiz-sv_SE.mo +0 -0
  34. languages/wp-pro-quiz-sv_SE.po +832 -611
  35. languages/wp-pro-quiz.pot +798 -574
  36. lib/controller/WpProQuiz_Controller_Admin.php +3 -1
  37. lib/controller/WpProQuiz_Controller_Front.php +6 -1
  38. lib/controller/WpProQuiz_Controller_GlobalSettings.php +10 -0
  39. lib/controller/WpProQuiz_Controller_Question.php +30 -4
  40. lib/controller/WpProQuiz_Controller_Quiz.php +52 -18
  41. lib/controller/WpProQuiz_Controller_Statistics.php +0 -0
css/wpProQuiz_front.css CHANGED
@@ -63,7 +63,7 @@
63
  width: 100%;
64
  }
65
 
66
- .wpProQuiz_list, .wpProQuiz_listItem, .wpProQuiz_questionList, .wpProQuiz_sortStringList, .wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion, .wpProQuiz_resultsList {
67
  list-style: none !important;
68
  padding: 0 !important;
69
  margin: 0 !important;
@@ -281,17 +281,19 @@
281
  width: 100% !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;
291
  padding: 10px 0px !important;
 
 
 
292
  }
293
  .wpProQuiz_resultValue {
294
  padding: 0 !important;
 
295
  }
296
  .wpProQuiz_resultValue div {
297
  color: black !important;
@@ -407,4 +409,30 @@
407
  }
408
  .wpProQuiz_header {
409
  margin: 0px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
  }
63
  width: 100%;
64
  }
65
 
66
+ .wpProQuiz_list, .wpProQuiz_listItem, .wpProQuiz_questionList, .wpProQuiz_sortStringList, .wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion, .wpProQuiz_resultsList, .wpProQuiz_catOverview ol {
67
  list-style: none !important;
68
  padding: 0 !important;
69
  margin: 0 !important;
281
  width: 100% !important;
282
  border-collapse: collapse !important;
283
  margin: 0 !important;
284
+ border: 0 !important;
 
 
285
  }
286
  .wpProQuiz_resultName {
287
  width: 100px !important;
288
  border-right: 1px solid rgb(134, 134, 134) !important;
289
  padding: 10px 0px !important;
290
+ border-bottom: 0 !important;
291
+ border-top: 0 !important;
292
+ border-left: 0 !important;
293
  }
294
  .wpProQuiz_resultValue {
295
  padding: 0 !important;
296
+ border: 0 !important;
297
  }
298
  .wpProQuiz_resultValue div {
299
  color: black !important;
409
  }
410
  .wpProQuiz_header {
411
  margin: 0px !important;
412
+ }
413
+ .wpProQuiz_catOverview {
414
+ margin-top: 10px;
415
+ margin-bottom: 20px;
416
+ }
417
+ .wpProQuiz_catOverview li {
418
+ list-style: none !important;
419
+ padding: 0 !important;
420
+ clear: left !important;
421
+ border-bottom: 1px dashed #aaa;
422
+ height: 1.05em !important;
423
+ margin: 10px 0 0 0 !important;
424
+ position: relative !important;
425
+ }
426
+ .wpProQuiz_catOverview span {
427
+ background:#fff !important;
428
+ padding:0 3px 0 0 !important;
429
+ float:left !important;
430
+ position:absolute !important;
431
+ text-decoration:none !important;
432
+ }
433
+ span.wpProQuiz_catPercent {
434
+ font-weight: bold !important;
435
+ padding-left: 5px !important;
436
+ color: #000 !important;
437
+ right: 0 !important;
438
  }
css/wpProQuiz_front.min.css CHANGED
@@ -1 +1 @@
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}
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,.wpProQuiz_catOverview ol{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;border:0!important}.wpProQuiz_resultName{width:100px!important;border-right:1px solid #868686!important;padding:10px 0!important;border-bottom:0!important;border-top:0!important;border-left:0!important}.wpProQuiz_resultValue{padding:0!important;border: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}.wpProQuiz_catOverview{margin-top:10px;margin-bottom:20px}.wpProQuiz_catOverview li{list-style:none!important;padding:0!important;clear:left!important;border-bottom:1px dashed #aaa;height:1.05em!important;margin:10px 0 0 0!important;position:relative!important}.wpProQuiz_catOverview span{background:#fff!important;padding:0 3px 0 0!important;float:left!important;position:absolute!important;text-decoration:none!important}span.wpProQuiz_catPercent{font-weight:bold!important;padding-left:5px!important;color:#000!important;right:0!important}
img/assessmentDemo1.png ADDED
Binary file
img/assessmentDemo2.png ADDED
Binary file
img/catOverview.png ADDED
Binary file
img/hideCorrectQuestion.png ADDED
Binary file
img/hideQuizPoints.png ADDED
Binary file
img/hideQuizTime.png ADDED
Binary file
img/wp_pro_quiz.jpg ADDED
Binary file
img/wp_pro_quiz_small.jpg ADDED
Binary file
js/wpProQuiz_admin.js CHANGED
@@ -1,4 +1,7 @@
1
  jQuery(document).ready(function($) {
 
 
 
2
  $.fn.wpProQuiz_preview = function() {
3
  var methods = {
4
  openPreview: function(obj) {
@@ -1123,7 +1126,6 @@ jQuery(document).ready(function($) {
1123
  };
1124
 
1125
  $.fn.wpProQuiz_toplist = function() {
1126
- var methods = this;
1127
  var elements = {
1128
  sort: $('#wpProQuiz_sorting'),
1129
  pageLimit: $('#wpProQuiz_pageLimit'),
@@ -1136,10 +1138,11 @@ jQuery(document).ready(function($) {
1136
  content: $('#wpProQuiz_content')
1137
  };
1138
 
1139
- methods = {
1140
  loadData: function(action) {
1141
  var location = window.location.pathname + window.location.search;
1142
  var url = location.replace('admin.php', 'admin-ajax.php') + '&action=load_toplist';
 
1143
  var data = {
1144
  action: 'wp_pro_quiz_load_toplist',
1145
  sort: elements.sort.val(),
@@ -1155,10 +1158,12 @@ jQuery(document).ready(function($) {
1155
  elements.content.hide();
1156
 
1157
  $.post(url, data, function(json) {
1158
- methods.handleDataRequest(json.data);
 
1159
 
1160
  if(json.nav != undefined) {
1161
- methods.handleNav(json.nav);
 
1162
  }
1163
 
1164
  elements.loadDataBox.hide();
@@ -1175,10 +1180,11 @@ jQuery(document).ready(function($) {
1175
  .appendTo(elements.currentPage);
1176
  }
1177
 
1178
- methods.checkNav();
1179
  },
1180
 
1181
  handleDataRequest: function(json) {
 
1182
 
1183
  elements.dataBody.empty();
1184
 
@@ -1186,8 +1192,10 @@ jQuery(document).ready(function($) {
1186
  var data = elements.rowClone.clone().children();
1187
 
1188
  data.eq(0).children().val(v.id);
1189
- data.eq(1).text(v.name);
1190
- data.eq(2).text(v.email);
 
 
1191
  data.eq(3).text(v.type);
1192
  data.eq(4).text(v.date);
1193
  data.eq(5).text(v.points);
@@ -1205,6 +1213,63 @@ jQuery(document).ready(function($) {
1205
  .appendTo(elements.dataBody);
1206
  }
1207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1208
  },
1209
 
1210
  checkNav: function() {
@@ -1221,6 +1286,12 @@ jQuery(document).ready(function($) {
1221
  } else {
1222
  elements.pageRight.show();
1223
  }
 
 
 
 
 
 
1224
  }
1225
  };
1226
 
@@ -1306,6 +1377,9 @@ jQuery(document).ready(function($) {
1306
  /**
1307
  * NEW
1308
  */
 
 
 
1309
  function WpProQuiz_Admin() {
1310
  var global = this;
1311
 
@@ -1351,8 +1425,28 @@ jQuery(document).ready(function($) {
1351
  }
1352
  };
1353
 
1354
- var module = {
 
 
 
 
1355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1356
  gobalSettings: function() {
1357
  var methode = {
1358
  categoryDelete: function(id) {
@@ -1391,24 +1485,29 @@ jQuery(document).ready(function($) {
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);
1400
-
1401
- $('.wpProQuiz_tab').removeClass('button-primary').addClass('button-secondary');
1402
- $this.removeClass('button-secondary').addClass('button-primary');
1403
-
1404
- $('#problemInfo, #problemContent, #globalContent').hide('fast');
1405
-
1406
- if($this.attr('id') == 'globalTab') {
1407
- $('#globalContent').show('fast');
1408
- } else {
1409
- $('#problemInfo, #problemContent').show('fast');
1410
- }
1411
- });
1412
 
1413
  $('select[name="category"]').change(function() {
1414
  $('input[name="categoryEditText"]').val($(this).find(':selected').text());
@@ -1426,6 +1525,46 @@ jQuery(document).ready(function($) {
1426
 
1427
  methode.categoryEdit(id, text);
1428
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1429
  };
1430
 
1431
  init();
@@ -1528,6 +1667,38 @@ jQuery(document).ready(function($) {
1528
  $('select[name="category"]').append($option).change();
1529
 
1530
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1531
  }
1532
  };
1533
 
@@ -1669,6 +1840,15 @@ jQuery(document).ready(function($) {
1669
  return false;
1670
  }
1671
 
 
 
 
 
 
 
 
 
 
1672
  return true;
1673
  }
1674
  };
@@ -1715,6 +1895,7 @@ jQuery(document).ready(function($) {
1715
  clone.find('.wpProQuiz_text').val('');
1716
  clone.find('.wpProQuiz_points').val(1);
1717
  clone.find('.deleteAnswer').click(methode.answerRemove);
 
1718
 
1719
  clone.appendTo(ul);
1720
 
@@ -1756,6 +1937,7 @@ jQuery(document).ready(function($) {
1756
  methode.addCategory();
1757
  });
1758
 
 
1759
  };
1760
 
1761
  var init = function() {
@@ -1768,6 +1950,7 @@ jQuery(document).ready(function($) {
1768
  },
1769
 
1770
  statistic: function() {
 
1771
  var methode = this;
1772
 
1773
  var quizId = $('#quizId').val();
@@ -1777,7 +1960,8 @@ jQuery(document).ready(function($) {
1777
  var elements = {
1778
  currentPage: $('#wpProQuiz_currentPage'),
1779
  pageLeft: $('#wpProQuiz_pageLeft'),
1780
- pageRight: $('#wpProQuiz_pageRight')
 
1781
 
1782
  };
1783
 
@@ -1797,7 +1981,8 @@ jQuery(document).ready(function($) {
1797
 
1798
  var data = {
1799
  userId: userId,
1800
- quizId: quizId
 
1801
  };
1802
 
1803
  methode.toggleLoadBox(false);
@@ -1815,6 +2000,21 @@ jQuery(document).ready(function($) {
1815
  methode.setStatisticData($tr, v);
1816
  });
1817
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1818
  methode.toggleLoadBox(true);
1819
  });
1820
  },
@@ -1825,6 +2025,7 @@ jQuery(document).ready(function($) {
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) {
@@ -1840,7 +2041,7 @@ jQuery(document).ready(function($) {
1840
  }
1841
  },
1842
 
1843
- reset: function(full) {
1844
  var userId = $('#userSelect').val();
1845
 
1846
  if(!confirm(wpProQuizLocalize.reset_statistics_msg)) {
@@ -1850,7 +2051,8 @@ jQuery(document).ready(function($) {
1850
  var data = {
1851
  quizId: quizId,
1852
  userId: userId,
1853
- full: full ? 1 : 0
 
1854
  };
1855
 
1856
  methode.toggleLoadBox(false);
@@ -1945,7 +2147,7 @@ jQuery(document).ready(function($) {
1945
 
1946
  var init = function() {
1947
 
1948
- $('#userSelect').change(function() {
1949
  methode.loadUsersStatistic();
1950
  });
1951
 
@@ -1954,11 +2156,15 @@ jQuery(document).ready(function($) {
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() {
@@ -2016,6 +2222,8 @@ jQuery(document).ready(function($) {
2016
  };
2017
 
2018
  var init = function() {
 
 
2019
  var m = $.noop;
2020
 
2021
  if($('.wpProQuiz_questionEdit').length) {
@@ -2027,6 +2235,24 @@ jQuery(document).ready(function($) {
2027
  }
2028
 
2029
  m();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2030
  };
2031
 
2032
  init();
1
  jQuery(document).ready(function($) {
2
+ /**
3
+ * @memberOf $.fn
4
+ */
5
  $.fn.wpProQuiz_preview = function() {
6
  var methods = {
7
  openPreview: function(obj) {
1126
  };
1127
 
1128
  $.fn.wpProQuiz_toplist = function() {
 
1129
  var elements = {
1130
  sort: $('#wpProQuiz_sorting'),
1131
  pageLimit: $('#wpProQuiz_pageLimit'),
1138
  content: $('#wpProQuiz_content')
1139
  };
1140
 
1141
+ var methods = {
1142
  loadData: function(action) {
1143
  var location = window.location.pathname + window.location.search;
1144
  var url = location.replace('admin.php', 'admin-ajax.php') + '&action=load_toplist';
1145
+ var th = this;
1146
  var data = {
1147
  action: 'wp_pro_quiz_load_toplist',
1148
  sort: elements.sort.val(),
1158
  elements.content.hide();
1159
 
1160
  $.post(url, data, function(json) {
1161
+ //methods.handleDataRequest(json.data);
1162
+ th.handleDataRequest(json.data);
1163
 
1164
  if(json.nav != undefined) {
1165
+ //methods.handleNav(json.nav);
1166
+ th.handleNav(json.nav);
1167
  }
1168
 
1169
  elements.loadDataBox.hide();
1180
  .appendTo(elements.currentPage);
1181
  }
1182
 
1183
+ this.checkNav();
1184
  },
1185
 
1186
  handleDataRequest: function(json) {
1187
+ var methods = this;
1188
 
1189
  elements.dataBody.empty();
1190
 
1192
  var data = elements.rowClone.clone().children();
1193
 
1194
  data.eq(0).children().val(v.id);
1195
+ data.eq(1).find('strong').text(v.name);
1196
+ data.eq(1).find('.inline_editUsername').val(v.name);
1197
+ data.eq(2).find('.wpProQuiz_email').text(v.email);
1198
+ data.eq(2).find('input').val(v.email);
1199
  data.eq(3).text(v.type);
1200
  data.eq(4).text(v.date);
1201
  data.eq(5).text(v.points);
1213
  .appendTo(elements.dataBody);
1214
  }
1215
 
1216
+ $('.wpProQuiz_delete').click(function() {
1217
+ if(confirm(wpProQuizLocalize.confirm_delete_entry)) {
1218
+ var id = new Array($(this).closest('tr').find('input[name="checkedData[]"]').val());
1219
+
1220
+ methods.loadData({a: 'delete', toplistIds: id});
1221
+ }
1222
+
1223
+ return false;
1224
+ });
1225
+
1226
+ $('.wpProQuiz_edit').click(function() {
1227
+ var $contain = $(this).closest('tr');
1228
+
1229
+ $contain.find('.row-actions').hide();
1230
+ $contain.find('.inline-edit').show();
1231
+
1232
+ $contain.find('.wpProQuiz_username, .wpProQuiz_email').hide();
1233
+ $contain.find('.inline_editUsername, .inline_editEmail').show();
1234
+
1235
+ return false;
1236
+ });
1237
+
1238
+ $('.inline_editSave').click(function() {
1239
+ var $contain = $(this).closest('tr');
1240
+ var username = $contain.find('.inline_editUsername').val();
1241
+ var email = $contain.find('.inline_editEmail').val();
1242
+
1243
+ if(methods.isEmpty(username) || methods.isEmpty(email)) {
1244
+ alert(wpProQuizLocalize.not_all_fields_completed);
1245
+
1246
+ return false;
1247
+ }
1248
+
1249
+ methods.loadData({
1250
+ a: 'edit',
1251
+ toplistId: $contain.find('input[name="checkedData[]"]').val(),
1252
+ name: username,
1253
+ email: email
1254
+ });
1255
+
1256
+ return false;
1257
+ });
1258
+
1259
+ $('.inline_editCancel').click(function() {
1260
+ var $contain = $(this).closest('tr');
1261
+
1262
+ $contain.find('.row-actions').show();
1263
+ $contain.find('.inline-edit').hide();
1264
+
1265
+ $contain.find('.wpProQuiz_username, .wpProQuiz_email').show();
1266
+ $contain.find('.inline_editUsername, .inline_editEmail').hide();
1267
+
1268
+ $contain.find('.inline_editUsername').val($contain.find('.wpProQuiz_username').text());
1269
+ $contain.find('.inline_editEmail').val($contain.find('.wpProQuiz_email').text());
1270
+
1271
+ return false;
1272
+ });
1273
  },
1274
 
1275
  checkNav: function() {
1286
  } else {
1287
  elements.pageRight.show();
1288
  }
1289
+ },
1290
+
1291
+ isEmpty: function(text) {
1292
+ text = $.trim(text);
1293
+
1294
+ return (!text || 0 === text.length);
1295
  }
1296
  };
1297
 
1377
  /**
1378
  * NEW
1379
  */
1380
+ /**
1381
+ * @memberOf WpProQuiz_Admin
1382
+ */
1383
  function WpProQuiz_Admin() {
1384
  var global = this;
1385
 
1425
  }
1426
  };
1427
 
1428
+ var tabWrapper = function() {
1429
+ $('.wpProQuiz_tab_wrapper a').click(function() {
1430
+ var $this = $(this);
1431
+ var tabId = $this.data('tab');
1432
+ var currentTab = $this.siblings('.button-primary').removeClass('button-primary').addClass('button-secondary');
1433
 
1434
+ $this.removeClass('button-secondary').addClass('button-primary');
1435
+
1436
+ $(currentTab.data('tab')).hide('fast');
1437
+ $(tabId).show('fast');
1438
+
1439
+ $(document).trigger({type: 'changeTab', tabId: tabId});
1440
+
1441
+ return false;
1442
+ });
1443
+ };
1444
+
1445
+ var module = {
1446
+ /**
1447
+ * @memberOf WpProQuiz_admin.module
1448
+ */
1449
+
1450
  gobalSettings: function() {
1451
  var methode = {
1452
  categoryDelete: function(id) {
1485
  $('select[name="category"] option[value="'+id+'"]').text(data.categoryName);
1486
  $('select[name="category"]').change();
1487
  });
1488
+ },
1489
+
1490
+ changeTimeFormat: function(inputName, $select) {
1491
+ if($select.val() != "0")
1492
+ $('input[name="' + inputName + '"]').val($select.val());
1493
  }
1494
  };
1495
 
1496
  var init = function() {
1497
+ // $('.wpProQuiz_tab').click(function() {
1498
+ // var $this = $(this);
1499
+ //
1500
+ // $('.wpProQuiz_tab').removeClass('button-primary').addClass('button-secondary');
1501
+ // $this.removeClass('button-secondary').addClass('button-primary');
1502
+ //
1503
+ // $('#problemInfo, #problemContent, #globalContent').hide('fast');
1504
+ //
1505
+ // if($this.attr('id') == 'globalTab') {
1506
+ // $('#globalContent').show('fast');
1507
+ // } else {
1508
+ // $('#problemInfo, #problemContent').show('fast');
1509
+ // }
1510
+ // });
1511
 
1512
  $('select[name="category"]').change(function() {
1513
  $('input[name="categoryEditText"]').val($(this).find(':selected').text());
1525
 
1526
  methode.categoryEdit(id, text);
1527
  });
1528
+
1529
+ $('#statistic_time_format_select').change(function() {
1530
+ methode.changeTimeFormat('statisticTimeFormat', $(this));
1531
+ });
1532
+
1533
+ $(document).bind('changeTab', function(data) {
1534
+ $('#problemInfo').hide('fast');
1535
+
1536
+ switch (data.tabId) {
1537
+ case '#problemContent':
1538
+ $('#problemInfo').show('fast');
1539
+ break;
1540
+ case '#emailSettingsTab':
1541
+ break;
1542
+ }
1543
+ });
1544
+
1545
+ $('input[name="email[html]"]').change(function() {
1546
+ if(switchEditors == undefined)
1547
+ return false;
1548
+
1549
+ if(this.checked) {
1550
+ switchEditors.go('adminEmailEditor', 'tmce');
1551
+ } else {
1552
+ switchEditors.go('adminEmailEditor', 'html');
1553
+ }
1554
+
1555
+ }).change();
1556
+
1557
+ $('input[name="userEmail[html]"]').change(function() {
1558
+ if(switchEditors == undefined)
1559
+ return false;
1560
+
1561
+ if(this.checked) {
1562
+ switchEditors.go('userEmailEditor', 'tmce');
1563
+ } else {
1564
+ switchEditors.go('userEmailEditor', 'html');
1565
+ }
1566
+
1567
+ }).change();
1568
  };
1569
 
1570
  init();
1667
  $('select[name="category"]').append($option).change();
1668
 
1669
  });
1670
+ },
1671
+
1672
+ addMediaClick: function() {
1673
+ if(typeof tb_show != "function")
1674
+ return false;
1675
+
1676
+ var closest = $(this).closest('li');
1677
+ var htmlCheck = closest.find('input[name="answerData[][html]"]:eq(0)');
1678
+ var field = closest.find('.wpProQuiz_text:eq(0)');
1679
+
1680
+ window.org_send_to_editor = window.send_to_editor;
1681
+ var org_tb_remove = tb_remove;
1682
+
1683
+ window.send_to_editor = function(html) {
1684
+ var img = $('img', html)[0].outerHTML;
1685
+
1686
+ field.val(field.val() + img);
1687
+ htmlCheck.attr('checked', true);
1688
+
1689
+ tb_remove();
1690
+
1691
+ window.send_to_editor = window.org_send_to_editor;
1692
+ };
1693
+
1694
+ window.tb_remove = function() {
1695
+ window.send_to_editor = window.org_send_to_editor;
1696
+ tb_remove = org_tb_remove;
1697
+
1698
+ tb_remove();
1699
+ };
1700
+
1701
+ tb_show('', 'media-upload.php?type=image&TB_iframe=true');
1702
  }
1703
  };
1704
 
1840
  return false;
1841
  }
1842
 
1843
+ return true;
1844
+ },
1845
+
1846
+ assessment_answer: function() {
1847
+ if(global.isEmpty(global.getMceContent('assessment'))) {
1848
+ alert(wpProQuizLocalize.no_answer_msg);
1849
+ return false;
1850
+ }
1851
+
1852
  return true;
1853
  }
1854
  };
1895
  clone.find('.wpProQuiz_text').val('');
1896
  clone.find('.wpProQuiz_points').val(1);
1897
  clone.find('.deleteAnswer').click(methode.answerRemove);
1898
+ clone.find('.addMedia').click(methode.addMediaClick);
1899
 
1900
  clone.appendTo(ul);
1901
 
1937
  methode.addCategory();
1938
  });
1939
 
1940
+ $('.addMedia').click(methode.addMediaClick);
1941
  };
1942
 
1943
  var init = function() {
1950
  },
1951
 
1952
  statistic: function() {
1953
+
1954
  var methode = this;
1955
 
1956
  var quizId = $('#quizId').val();
1960
  var elements = {
1961
  currentPage: $('#wpProQuiz_currentPage'),
1962
  pageLeft: $('#wpProQuiz_pageLeft'),
1963
+ pageRight: $('#wpProQuiz_pageRight'),
1964
+ testSelect: $('#testSelect')
1965
 
1966
  };
1967
 
1981
 
1982
  var data = {
1983
  userId: userId,
1984
+ quizId: quizId,
1985
+ testId: $('#testSelect').val()
1986
  };
1987
 
1988
  methode.toggleLoadBox(false);
2000
  methode.setStatisticData($tr, v);
2001
  });
2002
 
2003
+ $('#testSelect option:gt(0)').remove();
2004
+ var $testSelect = $('#testSelect');
2005
+
2006
+ $.each(json.tests, function() {
2007
+ var $option = $(document.createElement('option'));
2008
+
2009
+ $option.val(this.id);
2010
+ $option.text(this.date);
2011
+
2012
+ if(json.testId == this.id)
2013
+ $option.attr('selected', true);
2014
+
2015
+ $testSelect.append($option);
2016
+ });
2017
+
2018
  methode.toggleLoadBox(true);
2019
  });
2020
  },
2025
  $o.find('.wpProQuiz_cTip').text(v.hint);
2026
  $o.find('.wpProQuiz_cPoints').text(v.points);
2027
  $o.find('.wpProQuiz_cResult').text(v.result);
2028
+ $o.find('.wpProQuiz_cTime').text(v.questionTime);
2029
  },
2030
 
2031
  toggleLoadBox: function(show) {
2041
  }
2042
  },
2043
 
2044
+ reset: function(type) {
2045
  var userId = $('#userSelect').val();
2046
 
2047
  if(!confirm(wpProQuizLocalize.reset_statistics_msg)) {
2051
  var data = {
2052
  quizId: quizId,
2053
  userId: userId,
2054
+ testId: elements.testSelect.val(),
2055
+ type: type
2056
  };
2057
 
2058
  methode.toggleLoadBox(false);
2147
 
2148
  var init = function() {
2149
 
2150
+ $('#userSelect, #testSelect').change(function() {
2151
  methode.loadUsersStatistic();
2152
  });
2153
 
2156
  });
2157
 
2158
  $('#wpProQuiz_reset').click(function() {
2159
+ methode.reset(0);
2160
+ });
2161
+
2162
+ $('#wpProQuiz_resetUser').click(function() {
2163
+ methode.reset(1);
2164
  });
2165
 
2166
  $('.wpProQuiz_resetComplete').click(function() {
2167
+ methode.reset(2);
2168
  });
2169
 
2170
  $('.wpProQuiz_tab').click(function() {
2222
  };
2223
 
2224
  var init = function() {
2225
+ tabWrapper();
2226
+
2227
  var m = $.noop;
2228
 
2229
  if($('.wpProQuiz_questionEdit').length) {
2235
  }
2236
 
2237
  m();
2238
+
2239
+ $('.wpProQuiz_demoImgBox a').mouseover(function(e) {
2240
+ var $this = $(this);
2241
+ var d = $(document).width();
2242
+ var img = $this.siblings().outerWidth(true);
2243
+
2244
+ if(e.pageX + img > d) {
2245
+ var v = d - (e.pageX + img + 30);
2246
+ $(this).next().css('left', v + "px");
2247
+ }
2248
+
2249
+ $(this).next().show();
2250
+
2251
+ }).mouseout(function() {
2252
+ $(this).next().hide();
2253
+ }).click(function() {
2254
+ return false;
2255
+ });
2256
  };
2257
 
2258
  init();
js/wpProQuiz_admin.min.js CHANGED
@@ -1,51 +1,57 @@
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()})()});
 
 
 
 
 
 
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 d=
2
+ $this.parent().parent().find(".wpProQuiz_quizName a:eq(0)").text();a("<li>"+d+"</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 h={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,h,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 g=a(document.createElement("optgroup"));g.attr("label",c.name);a.each(c.question,function(c,d){a(document.createElement("option")).val(d.id).text(d.name).appendTo(g)});b.append(g)});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(h){var d=a(".wpProQuiz_questionCopy");d.is(":visible")?d.hide():(d.show(),b.loadQuestionCopy());h.preventDefault()})};a.fn.wpProQuiz_quizEdit=function(){var b={addResult:function(){a("#resultList").children().each(function(){if("none"==a(this).css("display")){var d=a(this),b=d.find('textarea[name="resultTextGrade[text][]"]'),e=b.attr("id"),c=!0;d.find('input[name="resultTextGrade[prozent][]"]').val("0");d.find('input[name="resultTextGrade[activ][]"]').val("1").keyup();
8
+ void 0!=tinymce.editors[e]&&!tinymce.editors[e].isHidden()&&(c=!1);void 0!=switchEditors&&!c&&(switchEditors.go(e,"toggle"),switchEditors.go(e,"toggle"));void 0!=tinymce.editors[e]?tinymce.editors[e].setContent(""):b.val("");void 0!=tinymce.editors[e]&&!c&&tinyMCE.execCommand("mceRemoveControl",!1,e);d.parent().children(":visible").last().after(d);void 0!=tinymce.editors[e]&&!c&&tinyMCE.execCommand("mceAddControl",!1,e);a(this).show();void 0!=switchEditors&&!c&&switchEditors.go(e,"toggle");return!1}})},
9
+ deleteResult:function(d){a(d).parent().parent().hide();a(d).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(h(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(h(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(h(d))return alert(wpProQuizLocalize.no_quiz_start_msg),!1;if(a("#wpProQuiz_resultGradeEnabled:checked").length){var f=!0;a("#resultList").children().each(function(){if(a(this).is(":visible")&&!b.validResultInput(a(this).find('input[name="resultTextGrade[prozent][]"]').val()))return f=!1});if(!f)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")})}},h=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 f=a(this),e=a(document).width(),f=f.siblings().outerWidth(!0);
14
+ b.pageX+f>e&&(b=e-(b.pageX+f+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",h=!0,d={loadStatistics:function(b){var e=(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(e,b,d.setStatistics,"json")},setStatistics:function(d){var e=a(".wpProQuiz_statistics_table"),c=e.find("tbody");if("wpProQuiz_typeOverview"!=b){var g=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&&e.find(".wpProQuiz_cResult").text(b.result+"%")};g(e,d.clear,!1);a.each(d.items,function(a,b){g(c.find("#wpProQuiz_tr_"+b.id),b,!1)});g(e.find("tfoot"),d.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 f=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",e={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(h)};
20
+ a.post(f,e,function(c){a("#wpProQuiz_statistics_overview_data").empty();if("wpProQuiz_typeOverview"==b){var g=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=g.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),h=!1);a("#wpProQuiz_loadData").hide();
22
+ a("#wpProQuiz_statistics_overview").show()}},"json")},changeTab:function(f){b=f;"wpProQuiz_typeRegisteredUser"==f?d.loadStatistics(a("#userSelect").val()):"wpProQuiz_typeAnonymeUser"==f?d.loadStatistics(0):d.loadOverview()},resetStatistic:function(f){var e="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:e,complete:f},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);h=!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=a("#wpProQuiz_sorting"),
27
+ h=a("#wpProQuiz_pageLimit"),d=a("#wpProQuiz_currentPage"),f=a("#wpProQuiz_loadData"),e=a("#wpProQuiz_pageLeft"),c=a("#wpProQuiz_pageRight"),g=a("#wpProQuiz_toplistTable tbody"),p=a("#wpProQuiz_toplistTable tbody tr:eq(0)").clone(),l=a("#wpProQuiz_content"),i={loadData:function(c){var k=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_toplist",m=this,n={action:"wp_pro_quiz_load_toplist",sort:b.val(),limit:h.val(),page:d.val()};void 0!=c&&a.extend(n,
28
+ c);f.show();l.hide();a.post(k,n,function(a){m.handleDataRequest(a.data);void 0!=a.nav&&m.handleNav(a.nav);f.hide();l.show()},"json")},handleNav:function(b){d.empty();for(var c=1;c<=b.pages;c++)a(document.createElement("option")).val(c).text(c).appendTo(d);this.checkNav()},handleDataRequest:function(b){var c=this;g.empty();a.each(b,function(a,b){var c=p.clone().children();c.eq(0).children().val(b.id);c.eq(1).find("strong").text(b.name);c.eq(1).find(".inline_editUsername").val(b.name);c.eq(2).find(".wpProQuiz_email").text(b.email);
29
+ c.eq(2).find("input").val(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);c.parent().show().appendTo(g)});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(g);a(".wpProQuiz_delete").click(function(){if(confirm(wpProQuizLocalize.confirm_delete_entry)){var b=Array(a(this).closest("tr").find('input[name="checkedData[]"]').val());
30
+ c.loadData({a:"delete",toplistIds:b})}return!1});a(".wpProQuiz_edit").click(function(){var b=a(this).closest("tr");b.find(".row-actions").hide();b.find(".inline-edit").show();b.find(".wpProQuiz_username, .wpProQuiz_email").hide();b.find(".inline_editUsername, .inline_editEmail").show();return!1});a(".inline_editSave").click(function(){var b=a(this).closest("tr"),d=b.find(".inline_editUsername").val(),g=b.find(".inline_editEmail").val();if(c.isEmpty(d)||c.isEmpty(g))return alert(wpProQuizLocalize.not_all_fields_completed),
31
+ !1;c.loadData({a:"edit",toplistId:b.find('input[name="checkedData[]"]').val(),name:d,email:g});return!1});a(".inline_editCancel").click(function(){var b=a(this).closest("tr");b.find(".row-actions").show();b.find(".inline-edit").hide();b.find(".wpProQuiz_username, .wpProQuiz_email").show();b.find(".inline_editUsername, .inline_editEmail").hide();b.find(".inline_editUsername").val(b.find(".wpProQuiz_username").text());b.find(".inline_editEmail").val(b.find(".wpProQuiz_email").text());return!1})},checkNav:function(){var a=
32
+ d.val();1==a?e.hide():e.show();a==d.children().length?c.hide():c.show()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length}};b.change(function(){i.loadData()});h.change(function(){i.loadData({nav:1})});d.change(function(){i.checkNav();i.loadData()});e.click(function(){d.val(Number(d.val())-1);i.checkNav();i.loadData()});c.click(function(){d.val(Number(d.val())+1);i.checkNav();i.loadData()});a("#wpProQuiz_deleteAll").click(function(){i.loadData({a:"deleteAll"})});a("#wpProQuiz_action").click(function(){var b=
33
+ a("#wpProQuiz_actionName").val();if("0"!=b){var c=a('input[name="checkedData[]"]:checked').map(function(){return a(this).val()}).get();i.loadData({a:b,toplistIds:c})}});a("#wpProQuiz_checkedAll").change(function(){this.checked?a('input[name="checkedData[]"]').attr("checked","checked"):a('input[name="checkedData[]"]').removeAttr("checked","checked")});i.loadData({nav:1})};a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_preview();a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_quizOverall();
34
+ 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();(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);
35
+ 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")}},h=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,
36
+ 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())})},changeTimeFormat:function(b,c){"0"!=c.val()&&a('input[name="'+b+'"]').val(c.val())}};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=
37
+ 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)});a("#statistic_time_format_select").change(function(){c.changeTimeFormat("statisticTimeFormat",a(this))});a(document).bind("changeTab",function(b){a("#problemInfo").hide("fast");switch(b.tabId){case "#problemContent":a("#problemInfo").show("fast")}});a('input[name="email[html]"]').change(function(){if(void 0==
38
+ switchEditors)return!1;this.checked?switchEditors.go("adminEmailEditor","tmce"):switchEditors.go("adminEmailEditor","html")}).change();a('input[name="userEmail[html]"]').change(function(){if(void 0==switchEditors)return!1;this.checked?switchEditors.go("userEmailEditor","tmce"):switchEditors.go("userEmailEditor","html")}).change()},d=function(){var c=this,d=a.noop(),e=a(".answer_felder > div"),f=a('input[name="answerPointsActivated"]'),i=a('input[name="points"]'),c={generateArrayIndex:function(){var b=
39
+ 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+\])+$/),g=b==c?d:"none";0<e&&(this.name="answerData["+g+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"==
40
+ a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1}else{var c=i.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"):
41
+ (b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected","selected"),a('select[name="category"]').append(b).change())})},addMediaClick:function(){if("function"!=typeof tb_show)return!1;var b=a(this).closest("li"),c=b.find('input[name="answerData[][html]"]:eq(0)'),d=b.find(".wpProQuiz_text:eq(0)");window.org_send_to_editor=window.send_to_editor;var e=tb_remove;window.send_to_editor=function(b){b=a("img",b)[0].outerHTML;d.val(d.val()+b);c.attr("checked",!0);tb_remove();
42
+ window.send_to_editor=window.org_send_to_editor};window.tb_remove=function(){window.send_to_editor=window.org_send_to_editor;tb_remove=e;tb_remove()};tb_show("","media-upload.php?type=image&TB_iframe=true")}},h={classic_answer:function(){var c=0,d=0,e=0;a(".classic_answer .answerList").children().each(function(){var g=a(this);b.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())||(c++,g.find('input[name="answerData[][correct]"]:checked').length&&d++,g=g.find('input[name="answerData[][points]"]').val(),
43
+ b.isNumber(g)&&0<=g&&e++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!d?(alert(wpProQuizLocalize.no_correct_msg),!1):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=
44
+ 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&&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),h=f.find('input[name="answerData[][points]"]').val();
45
+ b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())?b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())||(g++,b.isNumber(h)&&0<=h&&d++):(c++,g++,b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())&&(e=!1),b.isNumber(h)&&0<=h&&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},assessment_answer:function(){return b.isEmpty(b.getMceContent("assessment"))?
46
+ (alert(wpProQuizLocalize.no_answer_msg),!1):!0}};e.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(){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,
47
+ value:this.value,checked:this.checked}).addClass("wpProQuiz_classCorrect wpProQuiz_checkbox").insertBefore(this)}).remove()}d=void 0!=h[b]?h[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"),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);
48
+ d.find(".addMedia").click(c.addMediaClick);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();return!0});a(f).change(function(){b.displayChecked(this,a(".wpProQuiz_answerPoints"));b.displayChecked(this,a("#wpProQuiz_showPointsBox"));b.displayChecked(this,i,!1,!0)}).change();a('select[name="category"]').change(function(){var b=a(this),
49
+ c=a("#categoryAddBox").hide();"-1"==b.val()&&c.show()}).change();a("#categoryAddBtn").click(function(){c.addCategory()});a(".addMedia").click(c.addMediaClick)},f=function(){var c=this,d=a("#quizId").val(),e="users",f=a("#wpProQuiz_currentPage"),h=a("#wpProQuiz_pageLeft"),j=a("#wpProQuiz_pageRight"),k=a("#testSelect"),c={loadStatistic:function(a){b.ajaxPost("statisticLoad",{userId:a},function(){})},loadUsersStatistic:function(){var e={userId:a("#userSelect").val(),quizId:d,testId:a("#testSelect").val()};
50
+ 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)});a("#testSelect option:gt(0)").remove();var d=a("#testSelect");a.each(b.tests,function(){var c=a(document.createElement("option"));c.val(this.id);c.text(this.date);b.testId==this.id&&c.attr("selected",!0);d.append(c)});c.toggleLoadBox(!0)})},setStatisticData:function(a,
51
+ b){a.find(".wpProQuiz_cCorrect").text(b.correct);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);a.find(".wpProQuiz_cTime").text(b.questionTime)},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,
52
+ userId:f,testId:k.val(),type:e},c.toggleLoadBox(!1),b.ajaxPost("statisticReset",e,function(){c.loadUsersStatistic()}))},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=
53
+ 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"));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?h.hide():
54
+ h.show();a==f.children().length?j.hide():j.show()},refresh:function(){"users"==e?c.loadUsersStatistic():c.loadStatisticOverview(!0)}};a("#userSelect, #testSelect").change(function(){c.loadUsersStatistic()});a(".wpProQuiz_update").click(function(){c.refresh()});a("#wpProQuiz_reset").click(function(){c.reset(0)});a("#wpProQuiz_resetUser").click(function(){c.reset(1)});a(".wpProQuiz_resetComplete").click(function(){c.reset(2)});a(".wpProQuiz_tab").click(function(){var b=a(this);a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");
55
+ 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",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)});h.click(function(){f.val(Number(f.val())-1);c.loadStatisticOverview(!1);
56
+ c.checkNavBar()});j.click(function(){f.val(Number(f.val())+1);c.loadStatisticOverview(!1);c.checkNavBar()});f.change(function(){c.loadStatisticOverview(!1);c.checkNavBar()});c.loadUsersStatistic()};a(".wpProQuiz_tab_wrapper a").click(function(){var b=a(this),d=b.data("tab"),e=b.siblings(".button-primary").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a(e.data("tab")).hide("fast");a(d).show("fast");a(document).trigger({type:"changeTab",
57
+ tabId:d});return!1});var e=a.noop;a(".wpProQuiz_questionEdit").length?e=d:a(".wpProQuiz_globalSettings").length?e=h:a(".wpProQuiz_statistics").length&&(e=f);e();a(".wpProQuiz_demoImgBox a").mouseover(function(b){var d=a(this),e=a(document).width(),d=d.siblings().outerWidth(!0);b.pageX+d>e&&(b=e-(b.pageX+d+30),a(this).next().css("left",b+"px"));a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1})})()});
js/wpProQuiz_front.js CHANGED
@@ -1,12 +1,19 @@
1
  (function($) {
 
 
 
2
  $.wpProQuizFront = function(element, options) {
 
3
  var $e = $(element);
4
  var config = options;
5
  var plugin = this;
6
  var results = new Object();
 
7
  var startTime = 0;
8
  var currentQuestion = null;
9
  var quizSolved = [];
 
 
10
 
11
  var bitOptions = {
12
  randomAnswer: 0,
@@ -43,7 +50,8 @@
43
  results: $e.find('.wpProQuiz_results'),
44
  quizStartPage: $e.find('.wpProQuiz_text'),
45
  timelimit: $e.find('.wpProQuiz_time_limit'),
46
- toplistShowInButton: $e.find('.wpProQuiz_toplistShowInButton')
 
47
  };
48
 
49
  var toplistData = {
@@ -51,7 +59,9 @@
51
  isUser: 0
52
  };
53
 
54
-
 
 
55
  var timelimit = (function() {
56
  var _counter = config.timelimit;
57
  var _intervalId = 0;
@@ -100,7 +110,12 @@
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 = [];
@@ -172,9 +187,14 @@
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();
@@ -195,6 +215,30 @@
195
  $contain.parent().hide();
196
  };
197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  this.reset = function() {
199
  for(var i = 0, c = $items.length; i < c; i++) {
200
  itemsStatus[i] = {};
@@ -261,6 +305,58 @@
261
  }
262
  };
263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  var checker = function(name, data, $question, $questionList) {
265
  var correct = true;
266
  var points = 0;
@@ -402,6 +498,18 @@
402
 
403
  input.attr('disabled', 'disabled');
404
  });
 
 
 
 
 
 
 
 
 
 
 
 
405
  }
406
  };
407
 
@@ -415,6 +523,10 @@
415
  };
416
 
417
  plugin.methode = {
 
 
 
 
418
  parseBitOptions: function() {
419
  if(config.bo) {
420
  bitOptions.randomAnswer = config.bo & (1 << 0);
@@ -499,6 +611,7 @@
499
  e.addClass('wpProQuiz_answerIncorrect');
500
  }
501
  }
 
502
  },
503
 
504
  startQuiz: function() {
@@ -545,6 +658,8 @@
545
  });
546
  });
547
 
 
 
548
  switch (config.mode) {
549
  case 3:
550
  $e.find('input[name="checkSingle"]').show();
@@ -564,15 +679,26 @@
564
  break;
565
  }
566
 
 
 
 
 
 
567
  var $listItem = globalElements.questionList.children();
568
 
 
 
569
  if(config.mode == 3) {
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');
@@ -597,49 +723,92 @@
597
 
598
  startTime = +new Date();
599
 
600
- results = {comp: {points: 0, correctQuestions: 0}};
 
 
 
 
 
 
 
 
 
 
 
 
601
 
602
  globalElements.quizStartPage.hide();
603
  globalElements.quiz.show();
604
  reviewBox.show();
 
 
 
 
605
  },
606
 
607
  nextQuestion: function() {
608
- currentQuestion = currentQuestion.hide().next().show();
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() {
@@ -653,6 +822,9 @@
653
  },
654
 
655
  showQuizSummary: function() {
 
 
 
656
  if(bitOptions.quizSummeryHide || !bitOptions.reviewQustion) {
657
  plugin.methode.finishQuiz();
658
  return;
@@ -689,7 +861,8 @@
689
  },
690
 
691
  finishQuiz: function(timeover) {
692
-
 
693
  timelimit.stop();
694
 
695
  var time = (+new Date() - startTime) / 1000;
@@ -701,7 +874,7 @@
701
  globalElements.results.find('.wpProQuiz_time_limit_expired').show();
702
  }
703
 
704
- plugin.methode.checkQuestion(globalElements.questionList.children());
705
 
706
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
707
 
@@ -717,6 +890,8 @@
717
 
718
  plugin.methode.setAverageResult(results.comp.result, false);
719
 
 
 
720
  plugin.methode.sendCompletedQuiz();
721
 
722
  if(bitOptions.isAddAutomatic && toplistData.isUser) {
@@ -732,6 +907,16 @@
732
  plugin.methode.scrollTo(globalElements.results);
733
  },
734
 
 
 
 
 
 
 
 
 
 
 
735
  questionSolved: function(e) {
736
  quizSolved[e.values.index] = e.values.solved;
737
  },
@@ -765,10 +950,12 @@
765
  },
766
 
767
  showQustionList: function() {
 
768
  globalElements.toplistShowInButton.hide();
769
  globalElements.quiz.toggle();
770
  $e.find('.wpProQuiz_QuestionButton').hide();
771
  globalElements.questionList.children().show();
 
772
 
773
  $e.find('.wpProQuiz_question_page').hide();
774
  },
@@ -788,9 +975,12 @@
788
  globalElements.quizStartPage.show();
789
  globalElements.questionList.children().hide();
790
  globalElements.toplistShowInButton.hide();
 
791
 
792
  $e.find('.wpProQuiz_questionInput, .wpProQuiz_cloze input').removeAttr('disabled').removeAttr('checked')
793
- .val('').css('background-color', '');
 
 
794
 
795
  $e.find('.wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect').removeClass('wpProQuiz_answerCorrect wpProQuiz_answerIncorrect');
796
 
@@ -805,9 +995,15 @@
805
  $e.find('.wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li').hide();
806
 
807
  $e.find('.wpProQuiz_question_page, input[name="tip"]').show();
 
 
 
 
 
 
808
  },
809
 
810
- checkQuestion: function(list) {
811
  list = (list == undefined) ? currentQuestion : list;
812
 
813
  list.each(function() {
@@ -816,6 +1012,8 @@
816
  var data = config.json[$questionList.data('question_id')];
817
  var name = data.type;
818
 
 
 
819
  if($this.data('check')) {
820
  return true;
821
  }
@@ -831,14 +1029,12 @@
831
  $this.find(globalNames.skip).hide();
832
  $this.find(globalNames.next).show();
833
 
834
- if(results[data.id] == undefined) {
835
- results[data.id] = new Object();
836
- }
837
-
838
  results[data.id].points = result.p;
839
  results[data.id].correct = Number(result.c);
840
  results['comp'].points += result.p;
841
 
 
 
842
  if(result.c) {
843
  $this.find('.wpProQuiz_correct').show();
844
  results['comp'].correctQuestions += 1;
@@ -850,7 +1046,8 @@
850
 
851
  $this.data('check', true);
852
 
853
- $e.trigger({type: 'questionSolved', values: {item: $this, index: $this.index(), solved: true}});
 
854
  });
855
  },
856
 
@@ -860,10 +1057,6 @@
860
 
861
  $this.siblings('.wpProQuiz_tipp').toggle('fast');
862
 
863
- if(results[id] == undefined) {
864
- results[id] = new Object();
865
- }
866
-
867
  results[id].tip = 1;
868
 
869
  $(document).bind('mouseup.tipEvent', function(e) {
@@ -1046,7 +1239,7 @@
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;
@@ -1085,6 +1278,9 @@
1085
  }
1086
  };
1087
 
 
 
 
1088
  plugin.init = function() {
1089
  plugin.methode.parseBitOptions();
1090
  plugin.methode.setClozeStyle();
1
  (function($) {
2
+ /**
3
+ * @memberOf $
4
+ */
5
  $.wpProQuizFront = function(element, options) {
6
+
7
  var $e = $(element);
8
  var config = options;
9
  var plugin = this;
10
  var results = new Object();
11
+ var catResults = new Object();
12
  var startTime = 0;
13
  var currentQuestion = null;
14
  var quizSolved = [];
15
+ var lastButtonValue = "";
16
+ var inViewQuestions = false;
17
 
18
  var bitOptions = {
19
  randomAnswer: 0,
50
  results: $e.find('.wpProQuiz_results'),
51
  quizStartPage: $e.find('.wpProQuiz_text'),
52
  timelimit: $e.find('.wpProQuiz_time_limit'),
53
+ toplistShowInButton: $e.find('.wpProQuiz_toplistShowInButton'),
54
+ listItems: $()
55
  };
56
 
57
  var toplistData = {
59
  isUser: 0
60
  };
61
 
62
+ /**
63
+ * @memberOf timelimit
64
+ */
65
  var timelimit = (function() {
66
  var _counter = config.timelimit;
67
  var _intervalId = 0;
110
 
111
  })();
112
 
113
+
114
+ /**
115
+ * @memberOf reviewBox
116
+ */
117
  var reviewBox = new function() {
118
+
119
  var $contain = [], $cursor = [], $list = [], $items = [];
120
  var x = 0, offset = 0, diff = 0, top = 0, max = 0;
121
  var itemsStatus = [];
187
  if(bitOptions.reviewQustion)
188
  $contain.parent().show();
189
 
190
+ $e.find('.wpProQuiz_reviewDiv .wpProQuiz_button2').show();
191
+
192
  if(save)
193
  return;
194
 
195
+ $list.attr('style', 'margin-top: 0px !important');
196
+ $cursor.css({top: 0});
197
+
198
  var h = $list.outerHeight();
199
  var c = $contain.height();
200
  x = c - $cursor.height();
215
  $contain.parent().hide();
216
  };
217
 
218
+ this.toggle = function() {
219
+ if(bitOptions.reviewQustion) {
220
+ $contain.parent().toggle();
221
+ $items.removeClass('wpProQuiz_reviewQuestionTarget');
222
+ $e.find('.wpProQuiz_reviewDiv .wpProQuiz_button2').hide();
223
+
224
+ $list.attr('style', 'margin-top: 0px !important');
225
+ $cursor.css({top: 0});
226
+
227
+ var h = $list.outerHeight();
228
+ var c = $contain.height();
229
+ x = c - $cursor.height();
230
+ offset = 0;
231
+ max = h-c;
232
+ diff = max / x;
233
+
234
+ if(h > 100) {
235
+ $cursor.show();
236
+ }
237
+
238
+ top = $cursor.offset().top;
239
+ }
240
+ };
241
+
242
  this.reset = function() {
243
  for(var i = 0, c = $items.length; i < c; i++) {
244
  itemsStatus[i] = {};
305
  }
306
  };
307
 
308
+
309
+ function QuestionTimer() {
310
+ var questionStartTime = 0;
311
+ var currentQuestionId = -1;
312
+
313
+ var quizStartTimer = 0;
314
+ var isQuizStart = false;
315
+
316
+ this.questionStart = function(questionId) {
317
+ if(currentQuestionId != -1)
318
+ this.questionStop();
319
+
320
+ currentQuestionId = questionId;
321
+ questionStartTime = +new Date();
322
+ };
323
+
324
+ this.questionStop = function() {
325
+ if(currentQuestionId == -1)
326
+ return;
327
+
328
+ results[currentQuestionId].time += Math.round((new Date() - questionStartTime) / 1000);
329
+
330
+ currentQuestionId = -1;
331
+ };
332
+
333
+ this.startQuiz = function() {
334
+ if(isQuizStart)
335
+ this.stopQuiz();
336
+
337
+ quizStartTimer = +new Date();
338
+ isQuizStart = true;
339
+ };
340
+
341
+ this.stopQuiz = function() {
342
+ if(!isQuizStart)
343
+ return;
344
+
345
+ results['comp'].quizTime += Math.round((new Date() - quizStartTimer) / 1000);
346
+ isQuizStart = false;
347
+ };
348
+
349
+ this.init = function() {
350
+
351
+ };
352
+
353
+ };
354
+
355
+ var questionTimer = new QuestionTimer();
356
+
357
+ /**
358
+ * @memberOf checker
359
+ */
360
  var checker = function(name, data, $question, $questionList) {
361
  var correct = true;
362
  var points = 0;
498
 
499
  input.attr('disabled', 'disabled');
500
  });
501
+ },
502
+
503
+ assessment_answer: function() {
504
+ correct = true;
505
+ var $input = $questionList.find('.wpProQuiz_questionInput').attr('disabled', 'disabled');
506
+ var val = 0;
507
+
508
+ $input.filter(':checked').each(function() {
509
+ val += parseInt($(this).val());
510
+ });
511
+
512
+ points = val;
513
  }
514
  };
515
 
523
  };
524
 
525
  plugin.methode = {
526
+ /**
527
+ * @memberOf plugin.methode
528
+ */
529
+
530
  parseBitOptions: function() {
531
  if(config.bo) {
532
  bitOptions.randomAnswer = config.bo & (1 << 0);
611
  e.addClass('wpProQuiz_answerIncorrect');
612
  }
613
  }
614
+
615
  },
616
 
617
  startQuiz: function() {
658
  });
659
  });
660
 
661
+ globalElements.next = $e.find(globalNames.next);
662
+
663
  switch (config.mode) {
664
  case 3:
665
  $e.find('input[name="checkSingle"]').show();
679
  break;
680
  }
681
 
682
+ //Change last name
683
+ var $lastButton = globalElements.next.last();
684
+ lastButtonValue = $lastButton.val();
685
+ $lastButton.val(config.lbn);
686
+
687
  var $listItem = globalElements.questionList.children();
688
 
689
+ globalElements.listItems = $e.find('.wpProQuiz_list > li');
690
+
691
  if(config.mode == 3) {
692
  $listItem.show();
693
  } else {
694
  currentQuestion = $listItem.eq(0).show();
695
+
696
+ var questionId = currentQuestion.find(globalNames.questionList).data('question_id');
697
+ questionTimer.questionStart(questionId);
698
  }
699
 
700
+ questionTimer.startQuiz();
701
+
702
  $e.find('.wpProQuiz_sortable').parents('ul').sortable({
703
  update: function( event, ui ) {
704
  var $p = $(this).parents('.wpProQuiz_listItem');
723
 
724
  startTime = +new Date();
725
 
726
+ results = {comp: {points: 0, correctQuestions: 0, quizTime: 0}};
727
+
728
+ $e.find('.wpProQuiz_questionList').each(function() {
729
+ var questionId = $(this).data('question_id');
730
+
731
+ results[questionId] = {time: 0};
732
+ });
733
+
734
+ catResults = {};
735
+
736
+ $.each(options.catPoints, function(i, v) {
737
+ catResults[i] = 0;
738
+ });
739
 
740
  globalElements.quizStartPage.hide();
741
  globalElements.quiz.show();
742
  reviewBox.show();
743
+
744
+ if(config.mode != 3) {
745
+ $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
746
+ }
747
  },
748
 
749
  nextQuestion: function() {
750
+ // currentQuestion = currentQuestion.hide().next().show();
751
+ //
752
+ // plugin.methode.scrollTo(globalElements.quiz);
753
+ //
754
+ // $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
755
+ //
756
+ // if(!currentQuestion.length) {
757
+ // plugin.methode.showQuizSummary();
758
+ // }
759
+
760
+ this.showQuestionObject(currentQuestion.next());
761
  },
762
 
763
  prevQuestion: function() {
764
+ // currentQuestion = currentQuestion.hide().prev().show();
765
+ //
766
+ // plugin.methode.scrollTo(globalElements.quiz);
767
+ //
768
+ // $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
769
+ //
770
+ this.showQuestionObject(currentQuestion.prev());
771
  },
772
 
773
  showQuestion: function(index) {
774
+ var $element = globalElements.listItems.eq(index);
775
+
776
+ if(config.mode == 3 || inViewQuestions) {
777
+ // plugin.methode.scrollTo($e.find('.wpProQuiz_list > li').eq(index), 1);
778
+ plugin.methode.scrollTo($element, 1);
779
+ questionTimer.startQuiz();
780
  return;
781
  }
782
 
783
+ // currentQuestion.hide();
784
+ //
785
+ // currentQuestion = $element.show();
786
+ //
787
+ // plugin.methode.scrollTo(globalElements.quiz);
788
+ //
789
+ // $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
790
+ //
791
+ // if(!currentQuestion.length)
792
+ // plugin.methode.showQuizSummary();
793
+
794
+ this.showQuestionObject($element);
795
+ },
796
+
797
+ showQuestionObject: function(obj) {
798
  currentQuestion.hide();
799
+
800
+ currentQuestion = obj.show();
801
 
802
  plugin.methode.scrollTo(globalElements.quiz);
803
 
804
  $e.trigger({type: 'changeQuestion', values: {item: currentQuestion, index: currentQuestion.index()}});
805
 
806
+ if(!currentQuestion.length) {
807
  plugin.methode.showQuizSummary();
808
+ } else {
809
+ var questionId = currentQuestion.find(globalNames.questionList).data('question_id');
810
+ questionTimer.questionStart(questionId);
811
+ }
812
  },
813
 
814
  skipQuestion: function() {
822
  },
823
 
824
  showQuizSummary: function() {
825
+ questionTimer.questionStop();
826
+ questionTimer.stopQuiz();
827
+
828
  if(bitOptions.quizSummeryHide || !bitOptions.reviewQustion) {
829
  plugin.methode.finishQuiz();
830
  return;
861
  },
862
 
863
  finishQuiz: function(timeover) {
864
+ questionTimer.questionStop();
865
+ questionTimer.stopQuiz();
866
  timelimit.stop();
867
 
868
  var time = (+new Date() - startTime) / 1000;
874
  globalElements.results.find('.wpProQuiz_time_limit_expired').show();
875
  }
876
 
877
+ plugin.methode.checkQuestion(globalElements.questionList.children(), true);
878
 
879
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
880
 
890
 
891
  plugin.methode.setAverageResult(results.comp.result, false);
892
 
893
+ this.setCategoryOverview();
894
+
895
  plugin.methode.sendCompletedQuiz();
896
 
897
  if(bitOptions.isAddAutomatic && toplistData.isUser) {
907
  plugin.methode.scrollTo(globalElements.results);
908
  },
909
 
910
+ setCategoryOverview: function() {
911
+ $e.find('.wpProQuiz_catOverview li').each(function() {
912
+ var $this = $(this);
913
+ var catId = $this.data('category_id');
914
+ var r = Math.round(catResults[catId] / config.catPoints[catId] * 100 * 100) / 100;
915
+
916
+ $this.find('.wpProQuiz_catPercent').text(r + '%');
917
+ });
918
+ },
919
+
920
  questionSolved: function(e) {
921
  quizSolved[e.values.index] = e.values.solved;
922
  },
950
  },
951
 
952
  showQustionList: function() {
953
+ inViewQuestions = !inViewQuestions;
954
  globalElements.toplistShowInButton.hide();
955
  globalElements.quiz.toggle();
956
  $e.find('.wpProQuiz_QuestionButton').hide();
957
  globalElements.questionList.children().show();
958
+ reviewBox.toggle();
959
 
960
  $e.find('.wpProQuiz_question_page').hide();
961
  },
975
  globalElements.quizStartPage.show();
976
  globalElements.questionList.children().hide();
977
  globalElements.toplistShowInButton.hide();
978
+ reviewBox.hide();
979
 
980
  $e.find('.wpProQuiz_questionInput, .wpProQuiz_cloze input').removeAttr('disabled').removeAttr('checked')
981
+ .css('background-color', '');
982
+
983
+ $e.find('.wpProQuiz_cloze input').val('');
984
 
985
  $e.find('.wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect').removeClass('wpProQuiz_answerCorrect wpProQuiz_answerIncorrect');
986
 
995
  $e.find('.wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li').hide();
996
 
997
  $e.find('.wpProQuiz_question_page, input[name="tip"]').show();
998
+
999
+ globalElements.results.find('.wpProQuiz_time_limit_expired').hide();
1000
+
1001
+ globalElements.next.last().val(lastButtonValue);
1002
+
1003
+ inViewQuestions = false;
1004
  },
1005
 
1006
+ checkQuestion: function(list, endCheck) {
1007
  list = (list == undefined) ? currentQuestion : list;
1008
 
1009
  list.each(function() {
1012
  var data = config.json[$questionList.data('question_id')];
1013
  var name = data.type;
1014
 
1015
+ questionTimer.questionStop();
1016
+
1017
  if($this.data('check')) {
1018
  return true;
1019
  }
1029
  $this.find(globalNames.skip).hide();
1030
  $this.find(globalNames.next).show();
1031
 
 
 
 
 
1032
  results[data.id].points = result.p;
1033
  results[data.id].correct = Number(result.c);
1034
  results['comp'].points += result.p;
1035
 
1036
+ catResults[data.catId] += result.p;
1037
+
1038
  if(result.c) {
1039
  $this.find('.wpProQuiz_correct').show();
1040
  results['comp'].correctQuestions += 1;
1046
 
1047
  $this.data('check', true);
1048
 
1049
+ if(!endCheck)
1050
+ $e.trigger({type: 'questionSolved', values: {item: $this, index: $this.index(), solved: true}});
1051
  });
1052
  },
1053
 
1057
 
1058
  $this.siblings('.wpProQuiz_tipp').toggle('fast');
1059
 
 
 
 
 
1060
  results[id].tip = 1;
1061
 
1062
  $(document).bind('mouseup.tipEvent', function(e) {
1239
  $e.trigger({type: 'questionSolved', values: {item: $p, index: $p.index(), solved: s}});
1240
  });
1241
 
1242
+ $e.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput, .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionInput').change(function(e) {
1243
  var $this = $(this);
1244
  var $p = $this.parents('.wpProQuiz_listItem');
1245
  var s = this.checked;
1278
  }
1279
  };
1280
 
1281
+ /**
1282
+ * @memberOf plugin
1283
+ */
1284
  plugin.init = function() {
1285
  plugin.methode.parseBitOptions();
1286
  plugin.methode.setClozeStyle();
js/wpProQuiz_front.min.js CHANGED
@@ -1,32 +1,35 @@
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);
 
 
 
1
+ (function(f){f.wpProQuizFront=function(G,e){var b=f(G),d=this,h={},s={},N=0,i=null,y=[],O="",z=!1,P=0,Q=0,A=0,R=0,B=0,H=0,I=0,S=0,T=0,t=0,U=0,V=0,J=0,W=0,$=b.find('input[name="back"]'),u=b.find('input[name="next"]'),m=b.find(".wpProQuiz_quiz"),v=b.find(".wpProQuiz_list"),w=b.find(".wpProQuiz_results"),C=b.find(".wpProQuiz_text"),D=b.find(".wpProQuiz_time_limit"),K=b.find(".wpProQuiz_toplistShowInButton"),X=f(),Y="",L=0,E=e.timelimit,Z=0,M={stop:function(){E&&(window.clearInterval(Z),D.hide())},start:function(){if(E){var a=
2
+ 1E3*E,c=D.find("span").text(d.methode.parseTime(E)),b=D.find(".wpProQuiz_progress");D.show();var f=+new Date;Z=window.setInterval(function(){var g=+new Date-f,e=a-g;500<=g&&c.text(d.methode.parseTime(Math.ceil(e/1E3)));b.css("width",100*(e/a)+"%");0>=e&&(M.stop(),d.methode.finishQuiz(!0))},16)}}},r=new function(){function a(a){var c="",b=x[a];b.review?c="#FFB800":b.solved&&(c="#6CA54C");j.eq(a).css("background-color",c)}function c(a){a.preventDefault();a=a.pageY-l;0>a&&(a=0);a>h&&(a=h);k.attr("style",
3
+ "margin-top: "+-(i*a)+"px !important");g.css({top:a})}function aa(a){a.preventDefault();f(document).unbind(".scrollEvent")}var e=[],g=[],k=[],j=[],h=0,l=0,i=0,F=0,q=0,x=[];this.init=function(){e=b.find(".wpProQuiz_reviewQuestion");g=e.find("div");k=e.find("ol");j=k.children();g.mousedown(function(a){a.preventDefault();a.stopPropagation();l=a.pageY-g.offset().top+F;f(document).bind("mouseup.scrollEvent",aa);f(document).bind("mousemove.scrollEvent",c)});j.click(function(){d.methode.showQuestion(f(this).index())});
4
+ b.bind("questionSolved",function(c){x[c.values.index].solved=c.values.solved;a(c.values.index)});b.bind("changeQuestion",function(a){j.removeClass("wpProQuiz_reviewQuestionTarget");j.eq(a.values.index).addClass("wpProQuiz_reviewQuestionTarget");var a=j.eq(a.values.index),c=a.offset().top,b=e.offset().top,c=c-b;if(0>c-4||100<c+32)a=b-j.eq(0).offset().top-(b-k.offset().top)+a.position().top,a>q&&(a=q),b=a/i,k.attr("style","margin-top: "+-a+"px !important"),g.css({top:b})});b.bind("reviewQuestion",function(c){x[c.values.index].review=
5
+ !x[c.values.index].review;a(c.values.index)});e.bind("mousewheel DOMMouseScroll",function(a){a.preventDefault();a=a.originalEvent;a=20*(a.wheelDelta?-a.wheelDelta/120:a.detail/3);a=F-k.offset().top+a;a>q&&(a=q);0>a&&(a=0);var c=a/i;k.attr("style","margin-top: "+-a+"px !important");g.css({top:c});return!1})};this.show=function(a){t&&e.parent().show();b.find(".wpProQuiz_reviewDiv .wpProQuiz_button2").show();if(!a){k.attr("style","margin-top: 0px !important");g.css({top:0});var a=k.outerHeight(),c=e.height();
6
+ h=c-g.height();l=0;q=a-c;i=q/h;this.reset();100<a&&g.show();F=g.offset().top}};this.hide=function(){e.parent().hide()};this.toggle=function(){if(t){e.parent().toggle();j.removeClass("wpProQuiz_reviewQuestionTarget");b.find(".wpProQuiz_reviewDiv .wpProQuiz_button2").hide();k.attr("style","margin-top: 0px !important");g.css({top:0});var a=k.outerHeight(),c=e.height();h=c-g.height();l=0;q=a-c;i=q/h;100<a&&g.show();F=g.offset().top}};this.reset=function(){for(var a=0,c=j.length;a<c;a++)x[a]={};j.removeClass("wpProQuiz_reviewQuestionTarget").css("background-color",
7
+ "")}},p=new function(){var a=0,c=-1,b=0,d=!1;this.questionStart=function(b){-1!=c&&this.questionStop();c=b;a=+new Date};this.questionStop=function(){-1!=c&&(h[c].time+=Math.round((new Date-a)/1E3),c=-1)};this.startQuiz=function(){d&&this.stopQuiz();b=+new Date;d=!0};this.stopQuiz=function(){d&&(h.comp.quizTime+=Math.round((new Date-b)/1E3),d=!1)};this.init=function(){}};d.methode={parseBitOptions:function(){if(e.bo){P=e.bo&1;Q=e.bo&2;A=e.bo&4;R=e.bo&8;B=e.bo&16;I=e.bo&64;t=e.bo&128;S=e.bo&256;T=e.bo&
8
+ 512;var a=e.bo&32;a&&(void 0!=jQuery.support&&void 0!=jQuery.support.cors&&!1==jQuery.support.cors)&&(H=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze input").each(function(){for(var a=f(this),c="",b=a.data("wordlen"),d=0;d<b;d++)c+="w";c=f(document.createElement("span")).css("visibility","hidden").text(c).appendTo(f("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
+ ":"+((9<c?"":"0")+c)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return f.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=f(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(f(this))})})},marker:function(a,c){A||(c?a.addClass("wpProQuiz_answerCorrect"):a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(){if(J)U=1;else if(V)C.hide(),
10
+ b.find(".wpProQuiz_lock").show();else if(W)C.hide(),b.find(".wpProQuiz_prerequisite").show();else{d.methode.loadQuizData();Q&&d.methode.random(v);P&&d.methode.random(b.find(".wpProQuiz_questionList"));d.methode.random(b.find(".wpProQuiz_sortStringList"));d.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a){var b=f(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){f(this).find("> span:not(.wpProQuiz_cloze)").text(a+
11
+ 1+". ")})});u=b.find('input[name="next"]');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();!T&&t&&b.find('input[name="skip"]').show();break;case 1:b.find('input[name="back"]').slice(1).show();case 0:u.show()}var a=u.last();O=a.val();a.val(e.lbn);a=v.children();X=b.find(".wpProQuiz_list > li");3==e.mode?a.show():(i=a.eq(0).show(),a=i.find(".wpProQuiz_questionList").data("question_id"),p.questionStart(a));
12
+ p.startQuiz();b.find(".wpProQuiz_sortable").parents("ul").sortable({update:function(){var a=f(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",placeholder:"wpProQuiz_placehold",update:function(){var a=f(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",
13
+ values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();y=[];M.start();N=+new Date;h={comp:{points:0,correctQuestions:0,quizTime:0}};b.find(".wpProQuiz_questionList").each(function(){var a=f(this).data("question_id");h[a]={time:0}});s={};f.each(e.catPoints,function(a){s[a]=0});C.hide();m.show();r.show();3!=e.mode&&b.trigger({type:"changeQuestion",values:{item:i,index:i.index()}})}},nextQuestion:function(){this.showQuestionObject(i.next())},prevQuestion:function(){this.showQuestionObject(i.prev())},
14
+ showQuestion:function(a){a=X.eq(a);3==e.mode||z?(d.methode.scrollTo(a,1),p.startQuiz()):this.showQuestionObject(a)},showQuestionObject:function(a){i.hide();i=a.show();d.methode.scrollTo(m);b.trigger({type:"changeQuestion",values:{item:i,index:i.index()}});i.length?(a=i.find(".wpProQuiz_questionList").data("question_id"),p.questionStart(a)):d.methode.showQuizSummary()},skipQuestion:function(){b.trigger({type:"skipQuestion",values:{item:i,index:i.index()}});d.methode.nextQuestion()},reviewQuestion:function(){b.trigger({type:"reviewQuestion",
15
+ values:{item:i,index:i.index()}})},showQuizSummary:function(){p.questionStop();p.stopQuiz();if(S||!t)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();m.show();r.show(!0);d.methode.showQuestion(f(this).index())});for(var c=0,e=0,h=y.length;e<h;e++)y[e]&&c++;a.find("span:eq(0)").text(c);r.hide();m.hide();a.show();d.methode.scrollTo(a)}},
16
+ finishQuiz:function(a){p.questionStop();p.stopQuiz();M.stop();var c=(+new Date-N)/1E3,c=e.timelimit&&c>e.timelimit?e.timelimit:c;b.find(".wpProQuiz_quiz_time span").text(d.methode.parseTime(c));a&&w.find(".wpProQuiz_time_limit_expired").show();d.methode.checkQuestion(v.children(),!0);b.find(".wpProQuiz_correct_answer").text(h.comp.correctQuestions);h.comp.result=Math.round(1E4*(h.comp.points/e.globalPoints))/100;$pointFields=b.find(".wpProQuiz_points span");$pointFields.eq(0).text(h.comp.points);
17
+ $pointFields.eq(1).text(e.globalPoints);$pointFields.eq(2).text(h.comp.result+"%");b.find(".wpProQuiz_resultsList > li").eq(d.methode.findResultIndex(h.comp.result)).show();d.methode.setAverageResult(h.comp.result,!1);this.setCategoryOverview();d.methode.sendCompletedQuiz();I&&L&&d.methode.addToplist();r.hide();b.find(".wpProQuiz_checkPage").hide();m.hide();w.show();d.methode.scrollTo(w)},setCategoryOverview:function(){b.find(".wpProQuiz_catOverview li").each(function(){var a=f(this),b=a.data("category_id"),
18
+ b=Math.round(1E4*(s[b]/e.catPoints[b]))/100;a.find(".wpProQuiz_catPercent").text(b+"%")})},questionSolved:function(a){y[a.values.index]=a.values.solved},sendCompletedQuiz:function(){B||d.methode.ajax({action:"wp_pro_quiz_completed_quiz",quizId:e.quizId,results:h})},findResultIndex:function(a){for(var b=e.resultsGrade,d=-1,f=999999,g=0;g<b.length;g++){var h=b[g];a>=h&&a-h<f&&(f=a-h,d=g)}return d},showQustionList:function(){z=!z;K.hide();m.toggle();b.find(".wpProQuiz_QuestionButton").hide();v.children().show();
19
+ r.toggle();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=f(this).children().get().sort(function(){return Math.round(Math.random())-0.5});f(a).appendTo(a[0].parentNode)})},restartQuiz:function(){w.hide();C.show();v.children().hide();K.hide();r.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").css("background-color","");b.find(".wpProQuiz_cloze input").val("");b.find(".wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect").removeClass("wpProQuiz_answerCorrect wpProQuiz_answerIncorrect");
20
+ 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();w.find(".wpProQuiz_time_limit_expired").hide();u.last().val(O);z=!1},checkQuestion:function(a,c){a=void 0==a?i:
21
+ a;a.each(function(){var a,i,g=f(this),k=g.find(".wpProQuiz_questionList"),j=e.json[k.data("question_id")];a=j.type;p.questionStop();if(g.data("check"))return!0;if("single"==j.type||"multiple"==j.type)a="singleMulti";var n=!0,l=0,m=f.isArray(j.points);({singleMulti:function(){var a=k.find(".wpProQuiz_questionInput").attr("disabled","disabled");k.children().each(function(b){var c=f(this),e=c.data("pos"),b=a.eq(b).is(":checked");j.correct[e]?(d.methode.marker(c,!0),b?m&&(l+=j.points[e]):n=!1):b?(d.methode.marker(c,
22
+ !1),n=!1):m&&(l+=j.points[e])})},sort_answer:function(){var a=k.children();a.each(function(a){var b=f(this);a==b.data("pos")?(d.methode.marker(b,!0),m&&(l+=j.points[a])):(d.methode.marker(b,!1),n=!1)});a.children().css({"box-shadow":"0 0",cursor:"auto"});k.sortable("destroy");a.sort(function(a,b){return f(a).data("pos")>f(b).data("pos")?1:-1});k.append(a)},matrix_sort_answer:function(){var a=[];k.children().each(function(){var b=f(this),c=b.data("pos"),b=b.find(".wpProQuiz_maxtrixSortCriterion"),
23
+ e=b.children();c==e.data("pos")?(d.methode.marker(b,!0),m&&(l+=j.points[c])):(n=!1,d.methode.marker(b,!1));a[c]=b});d.methode.resetMatrix(g);g.find(".wpProQuiz_sortStringItem").each(function(){var b=a[f(this).data("pos")];void 0!=b&&b.append(this)}).css({"box-shadow":"0 0",cursor:"auto"});g.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable("destroy")},free_answer:function(){var a=k.children(),b=a.find(".wpProQuiz_questionInput").attr("disabled","disabled").val();0<=f.inArray(f.trim(b).toLowerCase(),
24
+ j.correct)?d.methode.marker(a,!0):(d.methode.marker(a,!1),n=!1)},cloze_answer:function(){k.find(".wpProQuiz_cloze").each(function(a){var b=f(this).children(),c=b.eq(0),b=b.eq(1),e=d.methode.cleanupCurlyQuotes(c.val());0<=f.inArray(e,j.correct[a])?(m&&(l+=j.points[a]),A||c.css("background-color","#B0DAB0")):(A||c.css("background-color","#FFBABA"),n=!1,b.show());c.attr("disabled","disabled")})},assessment_answer:function(){n=!0;var a=0;k.find(".wpProQuiz_questionInput").attr("disabled","disabled").filter(":checked").each(function(){a+=
25
+ parseInt(f(this).val())});l=a}})[a]();!m&&n&&(l=j.points);a=n;i=l;g.find(".wpProQuiz_response").show();g.find('input[name="check"]').hide();g.find('input[name="skip"]').hide();g.find('input[name="next"]').show();h[j.id].points=i;h[j.id].correct=Number(a);h.comp.points+=i;s[j.catId]+=i;a?(g.find(".wpProQuiz_correct").show(),h.comp.correctQuestions+=1):g.find(".wpProQuiz_incorrect").show();g.find(".wpProQuiz_responsePoints").text(i);g.data("check",!0);c||b.trigger({type:"questionSolved",values:{item:g,
26
+ index:g.index(),solved:!0}})})},showTip:function(){var a=f(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");h[c].tip=1;f(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"),f(document).unbind(".tipEvent"))})},ajax:function(a,b,d){H&&(jQuery.support.cors=!0);f.post(WpProQuizGlobal.ajaxurl,
27
+ a,b,d||"json");H&&(jQuery.support.cors=!1)},checkQuizLock:function(){J=1;d.methode.ajax({action:"wp_pro_quiz_check_lock",quizId:e.quizId},function(a){void 0!=a.lock&&(V=a.lock.is,a.lock.pre&&b.find('input[name="restartQuiz"]').hide());void 0!=a.prerequisite&&(W=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));J=0;U&&d.methode.startQuiz()})},loadQuizData:function(){d.methode.ajax({action:"wp_pro_quiz_load_quiz_data",quizId:e.quizId},function(a){a.toplist&&d.methode.handleToplistData(a.toplist);
28
+ void 0!=a.averageResult&&d.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=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(),Y=a.token,L=0,a.userId?(d.hide(),L=1,I&&c.hide()):
29
+ (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(""),c.show()):c.hide())):c.hide()},scrollTo:function(a,b){var d=a.offset().top-100;(b||(window.pageYOffset||document.body.scrollTop)>d)&&f("html,body").animate({scrollTop:d},300)},addToplist:function(){if(!B){var a=b.find(".wpProQuiz_addToplistMessage").text(WpProQuizGlobal.loadData).show(),
30
+ c=b.find(".wpProQuiz_addBox").hide();d.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:e.quizId,token:Y,name:c.find('input[name="wpProQuiz_toplistName"]').val(),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:h.comp.points,totalPoints:e.globalPoints},function(b){a.text(b.text);b.clear?(c.hide(),d.methode.updateToplist()):c.show();b.captcha&&(c.find(".wpProQuiz_captchaImg").attr("src",
31
+ b.captcha.img),c.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),c.find('input[name="wpProQuiz_captcha"]').val(""))})}},updateToplist:function(){"function"==typeof wpProQuiz_fetchToplist&&wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(){var a=f(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, .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionInput').change(function(){var a=
32
+ f(this).parents(".wpProQuiz_listItem"),c=this.checked;b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find(".wpProQuiz_cloze input").change(function(){var a=f(this).parents(".wpProQuiz_listItem"),c=!0;a.find(".wpProQuiz_cloze input").each(function(){if(""==f(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=f(this).parents(".wpProQuiz_listItem"),
33
+ c=0;a.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(){this.checked&&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();r.init();R&&!B&&d.methode.checkQuizLock();b.find('input[name="startQuiz"]').click(function(){d.methode.startQuiz();return!1});u.click(function(){d.methode.nextQuestion()});$.click(function(){d.methode.prevQuestion()});
34
+ b.find('input[name="reShowQuestion"]').click(function(){d.methode.showQustionList()});b.find('input[name="restartQuiz"]').click(function(){d.methode.restartQuiz()});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);
35
+ b.find('input[name="quizSummary"]').click(d.methode.showQuizSummary);b.find('input[name="endQuizSummary"]').click(function(){d.methode.finishQuiz()});b.find('input[name="showToplist"]').click(function(){m.hide();K.toggle()});b.bind("questionSolved",d.methode.questionSolved)};d.init()};f.fn.wpProQuizFront=function(G){return this.each(function(){void 0==f(this).data("wpProQuizFront")&&f(this).data("wpProQuizFront",new f.wpProQuizFront(this,G))})}})(jQuery);
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-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"
@@ -60,7 +60,7 @@ 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 ""
@@ -78,11 +78,20 @@ msgstr ""
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 ""
@@ -93,14 +102,14 @@ msgstr ""
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
 
@@ -134,20 +143,20 @@ 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
 
@@ -174,32 +183,38 @@ msgstr "انشاء اختبار"
174
  msgid "Quiz deleted"
175
  msgstr "تم حذف الاختبار"
176
 
177
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
178
- msgid "You signing up successfully."
 
 
 
 
 
 
179
  msgstr ""
180
 
181
- #: lib/controller/WpProQuiz_Controller_Toplist.php:144
182
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
183
- #: lib/controller/WpProQuiz_Controller_Toplist.php:165
184
- #: lib/controller/WpProQuiz_Controller_Toplist.php:169
185
- #: lib/controller/WpProQuiz_Controller_Toplist.php:175
186
- msgid "An error has occurred."
187
  msgstr ""
188
 
189
- #: lib/controller/WpProQuiz_Controller_Toplist.php:186
190
- #: lib/controller/WpProQuiz_Controller_Toplist.php:195
191
- msgid "You can not enter again."
 
 
 
192
  msgstr ""
193
 
194
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
195
- msgid "No name or e-mail entered."
 
196
  msgstr ""
197
 
198
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
199
  msgid "Your name can not exceed 15 characters."
200
  msgstr ""
201
 
202
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
203
  msgid "You entered wrong captcha code."
204
  msgstr ""
205
 
@@ -216,10 +231,11 @@ 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"
@@ -230,22 +246,46 @@ msgid ""
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
@@ -254,7 +294,7 @@ 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,22 +303,22 @@ msgid "Sort by:"
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,12 +332,12 @@ msgid "UR = unregistered user, R = registered user"
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,216 +347,243 @@ msgid "Entered on"
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
 
331
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
332
- msgid "Action"
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
 
342
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
343
- msgid "Apply"
344
  msgstr ""
345
 
346
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
@@ -538,238 +605,277 @@ msgid "Table is loading"
538
  msgstr ""
539
 
540
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
541
- msgid "to activate"
 
 
 
542
  msgstr ""
543
 
544
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
545
- msgid "not to activate"
546
  msgstr ""
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 ""
554
 
555
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
556
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
557
- msgid "Please note"
 
 
 
 
 
 
 
558
  msgstr ""
559
 
560
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
561
- msgid ""
562
- "These settings should only be set in cases of problems with Wp-Pro-Quiz."
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. "
619
- "With additional shortcode [raw] this is prevented."
620
  msgstr ""
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
@@ -799,22 +905,21 @@ msgstr "اسم الاختبار"
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,78 +927,75 @@ msgstr ""
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,15 +1004,15 @@ msgstr ""
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,47 +1021,51 @@ msgstr ""
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,13 +1073,13 @@ msgstr ""
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,54 +1087,60 @@ msgstr ""
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,7 +1148,7 @@ msgstr ""
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 "
@@ -1044,47 +1156,93 @@ msgid ""
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."
1057
  msgstr ""
1058
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1059
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1068
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1069
  msgid "Add question"
1070
  msgstr "اضافة سؤال"
1071
 
1072
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1073
  msgid "Save order"
1074
  msgstr "حفظ الترتيب"
1075
 
1076
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1077
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1078
  msgid "Copy questions from another Quiz"
1079
  msgstr ""
1080
 
1081
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1082
  msgid ""
1083
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1084
  "selection enabled)"
1085
  msgstr ""
1086
 
1087
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1088
  msgid "Copy questions"
1089
  msgstr ""
1090
 
@@ -1124,64 +1282,29 @@ 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,16 +1314,16 @@ msgstr ""
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,406 +1331,490 @@ msgstr ""
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 "
1570
- "in %d questions."
1571
  msgstr ""
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\">"
1598
- "%s</span>%%)"
1599
  msgstr ""
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
 
1612
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1613
  msgid "Quiz overview"
@@ -1695,42 +1902,59 @@ msgstr ""
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,6 +2036,9 @@ msgid ""
1812
  "english to english) e.g. to rename buttons."
1813
  msgstr ""
1814
 
 
 
 
1815
  #~ msgid "Back button"
1816
  #~ msgstr "زر العودة"
1817
 
@@ -1830,14 +2057,8 @@ msgstr ""
1830
  #~ msgid "Tip"
1831
  #~ msgstr "ملاحظة"
1832
 
1833
- #~ msgid "Statistics activate"
1834
- #~ msgstr "تفعيل الاحصائيات"
1835
-
1836
  #~ msgid "Statistics reset"
1837
  #~ msgstr "اعادة ضبط الاحصائيات"
1838
 
1839
  #~ msgid "add new question"
1840
  #~ msgstr "اضف سؤال جديد"
1841
-
1842
- #~ msgid "Not all fields are filled"
1843
- #~ msgstr "لم يتم تعبئة جميع الحقول"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:16+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:16+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr ""
78
  msgid "You must specify a name."
79
  msgstr ""
80
 
81
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
82
+ msgid "This entry should really be deleted?"
83
+ msgstr ""
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
86
+ msgid "Not all fields completed."
87
+ msgstr ""
88
+
89
  #: lib/controller/WpProQuiz_Controller_Front.php:44
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
91
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
92
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
93
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
94
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
95
  #: lib/view/WpProQuiz_View_Statistics.php:40
96
  msgid "Loading"
97
  msgstr ""
102
  #: lib/controller/WpProQuiz_Controller_Question.php:51
103
  #: lib/controller/WpProQuiz_Controller_Question.php:128
104
  #: lib/controller/WpProQuiz_Controller_Question.php:143
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
107
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
108
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
109
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
111
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
112
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
113
  msgid "You do not have sufficient permissions to access this page."
114
  msgstr ""
115
 
143
  msgstr "لم يتم العثور على السؤال"
144
 
145
  #: lib/controller/WpProQuiz_Controller_Question.php:173
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  #, php-format
148
  msgid "Question: %d"
149
  msgstr "السؤال: %d"
150
 
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
152
  msgid "Question edited"
153
  msgstr "تم تحرير السؤال"
154
 
155
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
156
  msgid "New question"
157
  msgstr "سؤال جديد"
158
 
159
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
160
  msgid "Question added"
161
  msgstr "تم اضافة سؤال"
162
 
183
  msgid "Quiz deleted"
184
  msgstr "تم حذف الاختبار"
185
 
186
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
187
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
188
+ msgid "No category"
189
+ msgstr ""
190
+
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
193
+ msgid "No name or e-mail entered."
194
  msgstr ""
195
 
 
196
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
197
+ msgid "You signed up successfully."
 
 
 
198
  msgstr ""
199
 
200
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
205
+ msgid "An error has occurred."
206
  msgstr ""
207
 
208
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
210
+ msgid "You can not enter again."
211
  msgstr ""
212
 
213
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
214
  msgid "Your name can not exceed 15 characters."
215
  msgstr ""
216
 
217
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
218
  msgid "You entered wrong captcha code."
219
  msgstr ""
220
 
231
  msgstr ""
232
 
233
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
234
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
235
  msgid "Wp-Pro-Quiz: One user completed a quiz"
236
  msgstr ""
237
 
238
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
239
  msgid ""
240
  "Wp-Pro-Quiz\n"
241
  "\n"
246
  "\n"
247
  msgstr ""
248
 
249
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
250
+ msgid ""
251
+ "Wp-Pro-Quiz\n"
252
+ "\n"
253
+ "You have completed the quiz \"$quizname\".\n"
254
+ "\n"
255
+ "Points: $points\n"
256
+ "Result: $result\n"
257
+ "\n"
258
+ msgstr ""
259
+
260
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
261
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
262
  msgid "The user completed a quiz."
263
  msgstr ""
264
 
265
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
266
+ msgid "The user completed a quiz with 100 percent."
267
+ msgstr ""
268
+
269
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
270
+ msgid "A powerful and beautiful quiz plugin for WordPress."
271
+ msgstr ""
272
+
273
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
274
+ msgid "WP-Pro-Quiz"
275
+ msgstr ""
276
+
277
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
278
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
281
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
282
  msgid "Leaderboard"
283
  msgstr ""
284
 
285
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
286
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
287
  #: lib/view/WpProQuiz_View_Import.php:22
288
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
289
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
290
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
291
  #: lib/view/WpProQuiz_View_Statistics.php:24
294
  msgstr "العودة للرئيسية"
295
 
296
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
297
+ #: lib/view/WpProQuiz_View_Statistics.php:200
298
  msgid "Filter"
299
  msgstr ""
300
 
303
  msgstr ""
304
 
305
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
307
  msgid "best user"
308
  msgstr ""
309
 
310
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
312
  msgid "newest entry"
313
  msgstr ""
314
 
315
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
317
  msgid "oldest entry"
318
  msgstr ""
319
 
320
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
321
+ #: lib/view/WpProQuiz_View_Statistics.php:211
322
  msgid "How many entries should be shown on one page:"
323
  msgstr ""
324
 
332
  msgstr ""
333
 
334
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
335
+ #: lib/view/WpProQuiz_View_Statistics.php:230
336
  msgid "User"
337
  msgstr ""
338
 
339
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
340
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
341
  msgid "E-Mail"
342
  msgstr ""
343
 
347
  msgstr ""
348
 
349
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
352
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
353
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
354
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
355
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
357
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
358
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
359
+ #: lib/view/WpProQuiz_View_Statistics.php:96
360
+ #: lib/view/WpProQuiz_View_Statistics.php:231
361
  msgid "Points"
362
  msgstr "درجات"
363
 
364
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
366
+ #: lib/view/WpProQuiz_View_Statistics.php:102
367
+ #: lib/view/WpProQuiz_View_Statistics.php:236
368
  msgid "Results"
369
  msgstr "النتائج"
370
 
371
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
372
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
373
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
374
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
375
+ msgid "Edit"
376
+ msgstr "تحرير"
377
 
378
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
379
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
380
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
381
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
382
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
383
  msgid "Delete"
384
  msgstr "حذف"
385
 
386
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
387
+ msgid "save"
388
  msgstr ""
389
 
390
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
391
+ msgid "cancel"
392
  msgstr ""
393
 
394
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
395
+ msgid "Action"
396
+ msgstr "الحدث"
 
 
397
 
398
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
399
+ msgid "Apply"
400
  msgstr ""
401
 
402
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
403
+ msgid "Delete all entries"
404
  msgstr ""
405
 
406
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
409
+ msgid "Time limit"
410
+ msgstr "الوقت المحدد"
411
 
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
420
  msgid "Quiz-summary"
421
  msgstr ""
422
 
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
424
  #, php-format
425
  msgid "%s of %s questions completed"
426
  msgstr ""
427
 
428
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
429
  #: lib/view/WpProQuiz_View_Import.php:44
430
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
431
  msgid "Questions"
432
  msgstr "اسئلة"
433
 
434
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
437
  msgid "Finish quiz"
438
  msgstr ""
439
 
440
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
441
  msgid "Start quiz"
442
  msgstr "بدأ الاختبار"
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
445
  msgid ""
446
  "You have already completed the quiz before. Hence you can not start it again."
447
  msgstr ""
448
 
449
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
450
  msgid "You have to finish following quiz, to start this quiz:"
451
  msgstr ""
452
 
453
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
454
  #, php-format
455
  msgid "%s of %s questions answered correctly"
456
  msgstr "تم اجابة %s من %s اسئلة بشكل صحيح"
457
 
458
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
459
  msgid "Your time: <span></span>"
460
  msgstr "وقتك: <span></span>"
461
 
462
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
463
  msgid "Time has elapsed"
464
  msgstr "مضى من الوقت"
465
 
466
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
467
  #, php-format
468
  msgid "You have reached %s of %s points, (%s)"
469
  msgstr "لقد وصلت الي %s من %s لنقاط, (%s)"
470
 
471
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
472
  msgid "Average score"
473
  msgstr ""
474
 
475
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
476
  msgid "Your score"
477
  msgstr ""
478
 
479
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
480
+ msgid "Categories"
481
+ msgstr ""
482
+
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
484
+ msgid "Not categorized"
485
+ msgstr ""
486
+
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
488
  msgid "Restart quiz"
489
  msgstr "اعادة الاختبار"
490
 
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
492
  msgid "View questions"
493
  msgstr "استعراض الاسئلة"
494
 
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
496
  msgid "Show leaderboard"
497
  msgstr ""
498
 
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
500
+ msgid "Answered"
501
+ msgstr ""
502
+
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
504
+ msgid "Review"
505
+ msgstr ""
506
+
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
508
+ msgid "Review question"
509
+ msgstr ""
510
+
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
512
  #, php-format
513
  msgid "Question %s of %s"
514
  msgstr "اسئلة %s من %s "
515
 
516
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
517
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
518
+ #: lib/view/WpProQuiz_View_Statistics.php:95
519
  msgid "Question"
520
  msgstr "اسئلة"
521
 
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
523
  #, php-format
524
  msgid "%d points"
525
  msgstr "%d درجات"
526
 
527
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
528
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
529
  msgid "Sort elements"
530
  msgstr "ترتيب العناصر"
531
 
532
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
533
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
534
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
535
+ #: lib/view/WpProQuiz_View_Statistics.php:97
536
+ #: lib/view/WpProQuiz_View_Statistics.php:232
537
  msgid "Correct"
538
  msgstr "صحيح"
539
 
540
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
541
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
542
+ #: lib/view/WpProQuiz_View_Statistics.php:98
543
+ #: lib/view/WpProQuiz_View_Statistics.php:233
544
  msgid "Incorrect"
545
  msgstr "خطأ"
546
 
547
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
548
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
549
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
550
  msgid "Hint"
551
  msgstr "تلميح"
552
 
553
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
556
  msgid "Skip question"
557
  msgstr ""
558
 
559
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
560
  msgid "Back"
561
  msgstr "العودة"
562
 
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
564
  msgid "Check"
565
  msgstr "التحقق"
566
 
567
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
568
+ msgid "Next"
569
+ msgstr ""
570
 
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
572
+ msgid "Your result has been entered into leaderboard"
573
  msgstr ""
574
 
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
576
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
577
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
578
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
579
  msgid "Name"
580
  msgstr "الاسم"
581
 
582
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
583
  msgid "Captcha"
584
  msgstr ""
585
 
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
587
  msgid "Send"
588
  msgstr ""
589
 
605
  msgstr ""
606
 
607
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
608
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
609
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
610
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
611
+ msgid "Global settings"
612
  msgstr ""
613
 
614
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
615
+ msgid "E-Mail settings"
616
  msgstr ""
617
 
618
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
620
+ msgid "Settings in case of problems"
 
 
621
  msgstr ""
622
 
623
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
624
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
626
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
627
+ msgid "Save"
628
+ msgstr "حفظ"
629
+
630
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
631
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
632
+ msgid "Leaderboard time format"
633
  msgstr ""
634
 
635
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
636
+ msgid "Custom"
 
637
  msgstr ""
638
 
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
640
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
641
+ msgid "Documentation on date and time formatting"
642
  msgstr ""
643
 
644
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
646
+ msgid "Statistic time format"
647
  msgstr ""
648
 
649
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
650
+ msgid "Select example:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  msgstr ""
652
 
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
654
+ msgid "Time format:"
 
655
  msgstr ""
656
 
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
658
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
659
+ msgid "Category management"
 
660
  msgstr ""
661
 
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
664
+ msgid "Admin e-mail settings"
 
 
665
  msgstr ""
 
 
666
 
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
668
+ msgid "To:"
 
669
  msgstr ""
670
 
671
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
672
  msgid ""
673
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
674
+ "com"
675
  msgstr ""
676
 
677
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
679
+ msgid "From:"
680
  msgstr ""
681
 
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
684
+ msgid "Subject:"
 
685
  msgstr ""
686
 
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
689
+ msgid "HTML"
 
 
690
  msgstr ""
691
 
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
698
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
700
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
724
+ msgid "Activate"
725
  msgstr ""
726
 
727
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
728
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
729
+ msgid "Message body:"
 
 
 
730
  msgstr ""
731
 
732
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
733
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
734
+ msgid "Allowed variables"
735
  msgstr ""
736
 
737
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
739
+ msgid "User-ID"
740
  msgstr ""
741
 
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
744
+ msgid "Username"
745
  msgstr ""
746
 
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
749
+ msgid "Quiz-Name"
750
  msgstr ""
751
 
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
754
+ msgid "Result in precent"
755
  msgstr ""
756
 
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
759
+ msgid "Reached points"
760
  msgstr ""
761
 
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
764
+ msgid "IP-address of the user"
765
+ msgstr ""
 
 
766
 
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
769
+ msgid "User e-mail settings"
770
  msgstr ""
771
 
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
773
+ msgid "to activate"
774
  msgstr ""
775
 
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
777
+ msgid "not to activate"
778
  msgstr ""
779
 
780
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
781
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
782
+ msgid "Please note"
783
  msgstr ""
784
 
785
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
786
+ msgid ""
787
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
788
+ msgstr ""
 
789
 
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
791
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
792
+ msgid "Automatically add [raw] shortcode"
793
  msgstr ""
794
 
795
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
796
+ #, php-format
797
+ msgid "It is recommended %s this option on your system."
798
  msgstr ""
799
 
800
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
801
  msgid ""
802
+ "If this option is activated, a [raw] shortcode is automatically set around "
803
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
804
  msgstr ""
805
 
806
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
807
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
808
+ msgid ""
809
+ "Own themes changes internal order of filters, what causes the problems. "
810
+ "With additional shortcode [raw] this is prevented."
811
  msgstr ""
812
+ "الثيمات الخاصة تغير النظام الداخلي للمرشحات، مما يسبب المشاكل. مع الرمز "
813
+ "القصير إضافية [الخام] يتم منع هذا. MIB"
814
 
815
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
816
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
817
+ msgid "Do not load the Javascript-files in the footer"
818
  msgstr ""
819
 
820
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
821
+ msgid ""
822
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
823
+ "when they are really needed."
824
  msgstr ""
825
 
826
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
827
+ msgid "In very old Wordpress themes this can lead to problems."
828
  msgstr ""
829
 
830
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
831
+ msgid ""
832
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
833
+ "the header even if they are not needed."
834
  msgstr ""
835
 
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
837
+ #, php-format
838
+ msgid ""
839
+ "Anyone who wants to learn more about this topic should read through the "
840
+ "following websites %s and %s."
841
  msgstr ""
842
 
843
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
845
+ msgid "Touch Library"
846
  msgstr ""
847
 
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
850
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
852
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
853
+ msgid "Deactivate"
854
  msgstr ""
855
 
856
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
857
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
858
  msgstr ""
859
 
860
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
861
+ msgid "If you have any problems with the Touch Library, please deactivate it."
862
+ msgstr ""
863
+
864
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
865
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
866
+ msgid "jQuery support cors"
867
+ msgstr ""
868
+
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
870
+ msgid "Is required only in rare cases."
871
+ msgstr ""
872
+
873
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
874
+ msgid "If you have problems with the front ajax, please activate it."
875
+ msgstr ""
876
+
877
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
878
+ msgid "e.g. Domain with special characters in combination with IE"
879
  msgstr ""
880
 
881
  #: lib/view/WpProQuiz_View_Import.php:21
905
  msgid "Start import"
906
  msgstr "ابدأ الاستيراد"
907
 
908
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
909
  msgid "Title"
910
  msgstr "العنوان"
911
 
912
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
914
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
915
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
916
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
919
  msgid "(optional)"
920
  msgstr "(اختيار)"
921
 
922
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
923
  msgid ""
924
  "The title is used for overview, it is not visible in quiz. If you leave the "
925
  "title field empty, a title will be generated."
927
  "يتم استخدام العنوان للعرض، وهو غير مرئيا في الاختبار. إذا تركت حقل العنوان "
928
  "فارغا، سيتم إنشاء عنوان."
929
 
930
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
932
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
933
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
936
  msgid "(required)"
937
  msgstr "(مطلوب)"
938
 
939
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
940
  msgid "Points for this question (Standard is 1 point)"
941
  msgstr "درجات هذا السؤال (عادة 1 درجة)"
942
 
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
944
  msgid ""
945
  "This points will be rewarded, only if the user closes the question correctly."
946
  msgstr ""
947
 
948
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
949
  msgid "Different points for each answer"
950
  msgstr ""
951
 
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
953
  msgid ""
954
  "If you enable this option, you can enter different points for every answer."
955
  msgstr ""
956
 
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
958
  msgid "Show reached points in the correct- and incorrect message?"
959
  msgstr ""
960
 
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
962
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
963
+ #: lib/view/WpProQuiz_View_Statistics.php:115
964
  msgid "Category"
965
  msgstr ""
966
 
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
968
  msgid ""
969
  "You can assign classify category for a question. Categories are e.g. visible "
970
  "in statistics function."
971
  msgstr ""
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
974
  msgid "You can manage categories in global settings."
975
  msgstr ""
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
979
  msgid "Create new category"
980
  msgstr ""
981
 
982
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
983
  msgid "Create"
984
  msgstr ""
985
 
986
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
987
  msgid "Message with the correct / incorrect answer"
988
  msgstr ""
989
 
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
991
  msgid "Deactivated in quiz settings."
992
  msgstr ""
993
 
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
995
  msgid "Message with the correct answer"
996
  msgstr "رسالة مع الاجابة الصحيحة"
997
 
998
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
999
  msgid ""
1000
  "This text will be visible if answered correctly. It can be used as "
1001
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1004
  "وهذا النص مرئية إذا أجاب بشكل صحيح. ويمكن استخدامه كدليل شرح للمسائل "
1005
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
1006
 
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1008
  msgid "Same text for correct- and incorrect-message?"
1009
  msgstr "نفس النص مع رسالة الاجابة الصحيحة - و الغير صحيحة؟"
1010
 
1011
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1012
  msgid "Message with the incorrect answer"
1013
  msgstr "رسالة مع الاجابة الغير صحيحة"
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1016
  msgid ""
1017
  "This text will be visible if answered incorrectly. It can be used as "
1018
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1021
  "وهذا النص مرئية إذا أجاب بشكل غير صحيح. ويمكن استخدامه كدليل شرح للمسائل "
1022
  "المعقدة. الرسالة\"صحيح \" أو\" خطأ\" دائما يتم عرضها تلقائيا."
1023
 
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1025
  msgid "Here you can enter solution hint."
1026
  msgstr "يمكنك وضع هنا تلميح للأجابة."
1027
 
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1029
  msgid "Activate hint for this question?"
1030
  msgstr "تفعيل التلميح لهذا السؤال؟"
1031
 
1032
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1033
  msgid "Answer type"
1034
  msgstr "نوع السؤال؟"
1035
 
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1037
  msgid "Single choice"
1038
  msgstr "اختيار واحد"
1039
 
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1041
  msgid "Multiple choice"
1042
  msgstr "أختيار متعدد"
1043
 
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1045
  msgid "\"Free\" choice"
1046
  msgstr "\"حر\" اختيار"
1047
 
1048
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1049
  msgid "\"Sorting\" choice"
1050
  msgstr "\"ترتيب\" اختيار"
1051
 
1052
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1053
  msgid "\"Matrix Sorting\" choice"
1054
  msgstr "\"ترتيب منظمي\" اختيار"
1055
 
1056
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1057
  msgid "Cloze"
1058
  msgstr "اكمل"
1059
 
1060
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1061
+ msgid "Assessment"
1062
+ msgstr ""
1063
+
1064
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1065
  msgid "Answers"
1066
  msgstr "اجابات"
1067
 
1068
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1069
  msgid ""
1070
  "Please sort the answers in right order with the \"Move\" - Button. The "
1071
  "answers will be displayed randomly."
1073
  "يرجى فرز الإجابات في بالترتيب الصحيح بزر \"نقل\" - . سوف يتم عرض الإجابات "
1074
  "بشكل عشوائي."
1075
 
1076
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1077
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1078
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1079
  msgid "Add new answer"
1080
  msgstr "اضف اجابة جديدة"
1081
 
1082
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1083
  msgid ""
1084
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1085
  "matching criterion."
1087
  "في هذا الوضع، لا يوجد قائمة لا بد من فرزها، ولكن يجب تعيين عناصر مطابقة "
1088
  "لمعيار."
1089
 
1090
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1091
  msgid ""
1092
  "You can create sort elements with empty criteria, which can't be assigned by "
1093
  "user."
1094
  msgstr ""
1095
 
1096
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1097
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1098
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1099
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1100
  msgid "Options"
1101
  msgstr "خيارات"
1102
 
1103
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1104
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1105
  msgid "Answer"
1106
  msgstr ""
1107
 
1108
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1109
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1110
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1111
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1112
  msgid "Allow HTML"
1113
  msgstr "السماح بــ HTML"
1114
 
1115
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1116
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1117
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1118
  msgid "Delete answer"
1119
  msgstr "حذف الاجابة"
1120
 
1121
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1122
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1123
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1124
+ msgid "Add Media"
1125
+ msgstr ""
1126
+
1127
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1128
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1129
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1130
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1131
  msgid "Move"
1132
  msgstr "تحريك"
1133
 
1134
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1135
  msgid "Criterion"
1136
  msgstr "معيار"
1137
 
1138
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1139
  msgid ""
1140
  "correct answers (one per line) (answers will be converted to lower case)"
1141
  msgstr "الإجابات الصحيحة (واحد في كل سطر) (يتم تحويل الإجابات إلى أحرف صغيرة)"
1142
 
1143
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1144
  msgid ""
1145
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1146
  "small letters will be ignored."
1148
  "لاحتوائه مع قاموس رواجا مثل {} \"{} I كرة القدم ألعاب \". يتم تجاهل الحروف "
1149
  "الكبيرة والصغيرة."
1150
 
1151
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1152
  msgid ""
1153
  "You can specify multiple options for a search word. Enclose the word with "
1154
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1156
  "hate are correct."
1157
  msgstr ""
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1160
  msgid ""
1161
  "If mode \"Different points for every answer\" is activated, you can assign "
1162
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1163
  msgstr ""
1164
 
1165
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1166
  msgid ""
1167
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1168
  "\" 3 points."
1169
  msgstr ""
1170
 
1171
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1172
+ msgid "Here you can create an assessment question."
1173
+ msgstr ""
1174
+
1175
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1176
+ msgid ""
1177
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1178
+ msgstr ""
1179
+
1180
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1181
+ msgid "The number of options in the maximum score."
1182
+ msgstr ""
1183
+
1184
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1185
+ msgid "Examples:"
1186
+ msgstr ""
1187
+
1188
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1189
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1190
+ msgstr ""
1191
+
1192
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1193
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1210
+ msgid "Demo"
1211
+ msgstr ""
1212
+
1213
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1214
+ msgid "less true { [a] [b] [c] } more true"
1215
+ msgstr ""
1216
+
1217
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1218
  msgid "Questions sorted"
1219
  msgstr "ترتيب الاسئلة"
1220
 
1221
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1222
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1223
  msgid "Total"
1224
  msgstr "المجموع"
1225
 
1226
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1227
  msgid "Add question"
1228
  msgstr "اضافة سؤال"
1229
 
1230
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1231
  msgid "Save order"
1232
  msgstr "حفظ الترتيب"
1233
 
 
1234
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1235
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1236
  msgid "Copy questions from another Quiz"
1237
  msgstr ""
1238
 
1239
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1240
  msgid ""
1241
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1242
  "selection enabled)"
1243
  msgstr ""
1244
 
1245
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1246
  msgid "Copy questions"
1247
  msgstr ""
1248
 
1282
 
1283
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1284
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1285
  msgid "Display question randomly"
1286
  msgstr "اعرض الاسئلة عشوائياً"
1287
 
1288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1289
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1290
  msgid "Display answers randomly"
1291
  msgstr "اعرض الاجابات عشوائياً"
1292
 
1293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1294
  msgid "Seconds"
1295
  msgstr "ثواني"
1296
 
1297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1298
  msgid "0 = no limit"
1299
  msgstr "0 = بدون وقت محدد"
1300
 
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1303
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1304
  msgid "Statistics"
1305
  msgstr "احصائيات"
1306
 
1307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1308
  msgid ""
1309
  "Statistics about right or wrong answers. Statistics will be saved by "
1310
  "completed quiz, not after every question. The statistics is only visible "
1314
  "الاختبار، وليس بعد كل سؤال. الإحصاءات تظهر فقط خلال قائمة الإدارة. "
1315
  "(الإحصاءات الداخلية)"
1316
 
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1319
  msgid "Statistics IP-lock"
1320
  msgstr "احصائيات قفل-اي بي"
1321
 
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1323
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1324
  msgstr "بالدقائق (مستحسن 1440 دقيقة = 1 يوم)"
1325
 
1326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1327
  msgid ""
1328
  "Protect the statistics from spam. Result will only be saved every X minutes "
1329
  "from same IP. (0 = deactivated)"
1331
  "حماية الإحصاءات من البريد المزعج. النتائج سوف تحفظ كل * دقيقة من نفي الاي "
1332
  "بي. (0= غير مفعل)"
1333
 
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1336
  msgid "Execute quiz only once"
1337
  msgstr ""
1338
 
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1340
  msgid ""
1341
  "If you activate this option, the user can complete the quiz only once. "
1342
  "Afterwards the quiz is blocked for this user."
1343
  msgstr ""
1344
 
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1346
  msgid "This option applies to:"
1347
  msgstr ""
1348
 
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1351
  msgid "all users"
1352
  msgstr ""
1353
 
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1356
  msgid "registered useres only"
1357
  msgstr ""
1358
 
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1361
  msgid "anonymous users only"
1362
  msgstr ""
1363
 
1364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1365
  msgid "user identification by cookie"
1366
  msgstr ""
1367
 
1368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1369
  msgid ""
1370
  "If you activate this option, a cookie is set additionally for unregistrated "
1371
  "(anonymous) users. This ensures a longer assignment of the user than the "
1372
  "simple assignment by the IP address."
1373
  msgstr ""
1374
 
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1376
  msgid "Reset the user identification"
1377
  msgstr ""
1378
 
1379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1380
  msgid "User identification has been reset."
1381
  msgstr ""
1382
 
1383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1384
  msgid "Resets user identification for all users."
1385
  msgstr ""
1386
 
1387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1389
  msgid "Show only specific number of questions"
1390
  msgstr ""
1391
 
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1393
  msgid ""
1394
  "If you enable this option, maximum number of displayed questions will be X "
1395
  "from X questions. (The output of questions is random)"
1396
  msgstr ""
1397
 
1398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1399
  msgid "The statistics function is not available in this option."
1400
  msgstr ""
1401
 
1402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1403
  msgid ""
1404
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1405
  msgstr ""
1406
 
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1408
  msgid "How many questions should be displayed simultaneously:"
1409
  msgstr ""
1410
 
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1412
  msgid "in percent"
1413
  msgstr ""
1414
 
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1417
  msgid "Prerequisites"
1418
  msgstr ""
1419
 
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1421
  msgid ""
1422
  "If you enable this option, you can choose quiz, which user have to finish "
1423
  "before he can start this quiz."
1424
  msgstr ""
1425
 
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1427
  msgid ""
1428
  "In all selected quizzes statistic function have to be active. If it is not "
1429
  "it will be activated automatically."
1430
  msgstr ""
1431
 
1432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1433
  msgid "Quiz"
1434
  msgstr ""
1435
 
1436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1437
  msgid "Prerequisites (This quiz have to be finished)"
1438
  msgstr ""
1439
 
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1443
  msgid "Question overview"
1444
  msgstr ""
1445
 
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1447
  msgid ""
1448
  "Add at the top of the quiz a question overview, which allows easy "
1449
  "navigation. Additional questions can be marked \"to review\"."
1450
  msgstr ""
1451
 
1452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1453
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1454
  msgstr ""
1455
 
1456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1457
  msgid ""
1458
  "If you enalbe this option, no quiz overview will be displayed, before "
1459
  "finishing quiz."
1460
  msgstr ""
1461
 
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1463
  msgid ""
1464
  "If you enable this option, user won't be able to skip question. (only in "
1465
  "\"Overview -> next\" mode). User still will be able to navigate over "
1466
  "\"Question-Overview\""
1467
  msgstr ""
1468
 
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1471
+ msgid "Admin e-mail notification"
1472
  msgstr ""
1473
 
1474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1475
  msgid "for registered users only"
1476
  msgstr ""
1477
 
1478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1479
  msgid "for all users"
1480
  msgstr ""
1481
 
1482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1483
  msgid ""
1484
  "If you enable this option, you will be informed if a user completes this "
1485
  "quiz."
1486
  msgstr ""
1487
 
1488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1490
  msgid "E-Mail settings can be edited in global settings."
1491
  msgstr ""
1492
 
1493
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1495
+ msgid "User e-mail notification"
1496
  msgstr ""
1497
 
1498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1499
+ msgid ""
1500
+ "If you enable this option, an email is sent with his quiz result to the "
1501
+ "user. (only registered users)"
1502
  msgstr ""
1503
 
1504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1505
+ msgid "Quiz description"
1506
+ msgstr "وصف الاختبار"
1507
+
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1509
+ msgid "This text will be displayed before start of the quiz."
1510
+ msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
1511
+
1512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1513
+ msgid "Results text"
1514
+ msgstr "نص النتائج"
1515
+
1516
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1517
+ msgid ""
1518
+ "This text will be displayed at the end of the quiz (in results). (this text "
1519
+ "is optional)"
1520
+ msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
1521
+
1522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1523
+ msgid "Activate graduation"
1524
+ msgstr "تفعيل التقييم"
1525
+
1526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1527
+ msgid "Hint:"
1528
+ msgstr "تلميح:"
1529
+
1530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1531
+ msgid "Maximal 15 levels"
1532
+ msgstr "اقصى حد 15 مستوى"
1533
+
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1535
+ #, php-format
1536
+ msgid ""
1537
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1538
+ "in %d questions."
1539
+ msgstr ""
1540
+ "النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
1541
+ "%d سؤال"
1542
+
1543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1544
+ msgid "Values can also be mixed up"
1545
+ msgstr "يمكن لخبطة القيم"
1546
+
1547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1548
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1549
+ msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
1550
+
1551
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1553
+ msgid "from:"
1554
+ msgstr "من:"
1555
+
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1558
+ msgid "percent"
1559
+ msgstr "النسبة المئوية"
1560
+
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1563
+ #, php-format
1564
+ msgid ""
1565
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1566
+ "%s</span>%%)"
1567
+ msgstr ""
1568
+ "(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
1569
+ "span>%%)"
1570
+
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1573
+ msgid "Delete graduation"
1574
+ msgstr "حذف التقييم"
1575
+
1576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1577
+ msgid "Add graduation"
1578
+ msgstr "اضافة تقييم"
1579
+
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1581
+ msgid "Result-Options"
1582
  msgstr ""
1583
 
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1585
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1586
+ msgid "Show average points"
1587
+ msgstr ""
1588
 
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1590
+ msgid "Statistics-function must be enabled."
1591
+ msgstr ""
1592
+
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1595
+ msgid "Show category score"
1596
  msgstr ""
1597
 
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1599
  msgid ""
1600
+ "If you enable this option, the results of each category is displayed on the "
1601
+ "results page."
1602
  msgstr ""
1603
 
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1606
+ msgid "Hide correct questions - display"
1607
  msgstr ""
1608
 
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1610
+ msgid ""
1611
+ "If you select this option, no longer the number of correctly answered "
1612
+ "questions are displayed on the results page."
1613
+ msgstr ""
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1617
+ msgid "Hide quiz time - display"
1618
  msgstr ""
1619
 
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1621
  msgid ""
1622
+ "If you enable this option, the time for finishing the quiz won't be "
1623
+ "displayed on the results page anymore."
1624
+ msgstr ""
1625
+
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1628
+ msgid "Hide score - display"
1629
+ msgstr ""
1630
+
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1632
+ msgid ""
1633
+ "If you enable this option, final score won't be displayed on the results "
1634
+ "page anymore."
1635
+ msgstr ""
1636
+
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1638
+ msgid "Question-Options"
1639
+ msgstr ""
1640
+
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1643
+ msgid "Show points"
1644
+ msgstr "اعرض الدرجات"
1645
+
1646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1647
+ msgid "Shows in quiz, how many points are reachable for respective question."
1648
+ msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
1649
+
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1652
+ msgid "Number answers"
1653
+ msgstr ""
1654
+
1655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1656
+ msgid ""
1657
+ "If this option is activated, all answers are numbered (only single and "
1658
+ "multiple choice)"
1659
+ msgstr ""
1660
+
1661
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1663
+ msgid "Hide correct- and incorrect message"
1664
+ msgstr ""
1665
+
1666
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1667
+ msgid ""
1668
+ "If you enable this option, no correct- or incorrect message will be "
1669
+ "displayed."
1670
+ msgstr ""
1671
+
1672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1674
+ msgid "Correct and incorrect answer mark"
1675
+ msgstr ""
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1678
+ msgid ""
1679
+ "If you enable this option, answers won't be color highlighted as correct or "
1680
+ "incorrect. "
1681
  msgstr ""
1682
 
1683
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1684
  msgid ""
1685
  "The leaderboard allows users to enter results in public list and to share "
1686
  "the result this way."
1687
  msgstr ""
1688
 
1689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1690
  msgid "The leaderboard works independent from internal statistics function."
1691
  msgstr ""
1692
 
1693
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1694
  msgid "Who can sign up to the list"
1695
  msgstr ""
1696
 
1697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1698
  msgid ""
1699
  "Not registered users have to enter name and e-mail (e-mail won't be "
1700
  "displayed)"
1701
  msgstr ""
1702
 
1703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1704
  msgid "insert automatically"
1705
  msgstr ""
1706
 
1707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1708
  msgid ""
1709
  "If you enable this option, logged in users will be automatically entered "
1710
  "into leaderboard"
1711
  msgstr ""
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1714
  msgid "display captcha"
1715
  msgstr ""
1716
 
1717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1718
  msgid ""
1719
  "If you enable this option, additional captcha will be displayed for users "
1720
  "who are not registered."
1721
  msgstr ""
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1724
  msgid "This option requires additional plugin:"
1725
  msgstr ""
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1728
  msgid "Plugin has been detected."
1729
  msgstr ""
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1732
  msgid "Plugin is not installed."
1733
  msgstr ""
1734
 
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1736
  msgid "Sort list by"
1737
  msgstr ""
1738
 
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1740
  msgid "Users can apply multiple times"
1741
  msgstr ""
1742
 
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1744
  msgid "User can apply after:"
1745
  msgstr ""
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1748
  msgid "minute"
1749
  msgstr ""
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1752
  msgid "How many entries should be displayed"
1753
  msgstr ""
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1756
  msgid "Entries"
1757
  msgstr ""
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1760
  msgid "Automatically display leaderboard in quiz result"
1761
  msgstr ""
1762
 
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1764
  msgid "Where should leaderboard be displayed:"
1765
  msgstr ""
1766
 
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1768
  msgid "don't display"
1769
  msgstr ""
1770
 
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1772
  msgid "below the \"result text\""
1773
  msgstr ""
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1776
  msgid "in a button"
1777
  msgstr ""
1778
 
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1780
+ msgid "Quiz-Mode"
1781
+ msgstr ""
 
 
 
 
 
 
 
 
1782
 
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1784
+ msgid "Normal"
1785
+ msgstr ""
 
 
1786
 
1787
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1788
+ msgid "Normal + Back-Button"
1789
+ msgstr ""
1790
 
1791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1792
+ msgid "Check -> continue"
1793
+ msgstr "فحص->استكمال"
1794
 
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1796
+ msgid "Questions below each other"
1797
+ msgstr ""
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1800
  msgid ""
1801
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1802
+ "displayed at the end of the quiz."
1803
  msgstr ""
 
 
 
 
 
 
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1806
+ msgid "Allows to use the back button in a question."
1807
+ msgstr ""
 
 
 
 
 
1808
 
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1810
+ msgid "Shows \"right or wrong\" after each question."
1811
+ msgstr ""
 
1812
 
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1814
  msgid ""
1815
+ "If this option is activated, all answers are displayed below each other, i."
1816
+ "e. all questions are on a single page."
1817
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1818
 
1819
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1820
  msgid "Quiz overview"
1902
  msgid "Overview"
1903
  msgstr ""
1904
 
1905
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1906
  msgid "Please select user name:"
1907
  msgstr ""
1908
 
1909
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1910
+ msgid "Select a test:"
1911
+ msgstr ""
1912
+
1913
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1914
  msgid "Anonymous user"
1915
  msgstr ""
1916
 
1917
+ #: lib/view/WpProQuiz_View_Statistics.php:84
1918
+ msgid "average"
1919
+ msgstr ""
1920
+
1921
+ #: lib/view/WpProQuiz_View_Statistics.php:99
1922
+ #: lib/view/WpProQuiz_View_Statistics.php:234
1923
  msgid "Hints used"
1924
  msgstr "التلميحات مستخدمة"
1925
 
1926
+ #: lib/view/WpProQuiz_View_Statistics.php:100
1927
+ #: lib/view/WpProQuiz_View_Statistics.php:235
1928
+ msgid "Time"
1929
+ msgstr ""
1930
+
1931
+ #: lib/view/WpProQuiz_View_Statistics.php:101
1932
  msgid "Points scored"
1933
  msgstr ""
1934
 
1935
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1936
  msgid "Sub-Total: "
1937
  msgstr ""
1938
 
1939
+ #: lib/view/WpProQuiz_View_Statistics.php:174
1940
+ #: lib/view/WpProQuiz_View_Statistics.php:259
1941
+ msgid "Refresh"
1942
+ msgstr ""
1943
+
1944
+ #: lib/view/WpProQuiz_View_Statistics.php:178
1945
  msgid "Reset statistics"
1946
  msgstr "اعادة ضبط الاحصائيات"
1947
 
1948
+ #: lib/view/WpProQuiz_View_Statistics.php:179
1949
+ msgid "Reset user statistics"
 
1950
  msgstr ""
1951
 
1952
+ #: lib/view/WpProQuiz_View_Statistics.php:180
1953
+ #: lib/view/WpProQuiz_View_Statistics.php:261
1954
  msgid "Reset entire statistic"
1955
  msgstr ""
1956
 
1957
+ #: lib/view/WpProQuiz_View_Statistics.php:205
1958
  msgid "Show only users, who solved the quiz:"
1959
  msgstr ""
1960
 
2036
  "english to english) e.g. to rename buttons."
2037
  msgstr ""
2038
 
2039
+ #~ msgid "Next exercise"
2040
+ #~ msgstr "التمرين التالي"
2041
+
2042
  #~ msgid "Back button"
2043
  #~ msgstr "زر العودة"
2044
 
2057
  #~ msgid "Tip"
2058
  #~ msgstr "ملاحظة"
2059
 
 
 
 
2060
  #~ msgid "Statistics reset"
2061
  #~ msgstr "اعادة ضبط الاحصائيات"
2062
 
2063
  #~ msgid "add new question"
2064
  #~ msgstr "اضف سؤال جديد"
 
 
 
languages/wp-pro-quiz-da_DK.mo ADDED
Binary file
languages/wp-pro-quiz-da_DK.po ADDED
@@ -0,0 +1,2157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:16+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:17+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 "Vil du virkelig slette Quizen/spørgsmålet?"
19
+
20
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
21
+ msgid "Title is not filled!"
22
+ msgstr "Titlen er ikke udfyldt!"
23
+
24
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
25
+ msgid "No question deposited!"
26
+ msgstr "Ingen spørgmål angivet"
27
+
28
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
29
+ msgid "Correct answer was not selected!"
30
+ msgstr "Korrekt svar blev ikke valgt"
31
+
32
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
33
+ msgid "No answer deposited!"
34
+ msgstr "intet svar angivet!"
35
+
36
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
37
+ msgid "No quiz description filled!"
38
+ msgstr "Quiz beskrivelsen er ikke udfyldt!"
39
+
40
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
41
+ msgid "The percent values in result text are incorrect."
42
+ msgstr "De procentvise værdier i resultat teksten er forkerte."
43
+
44
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
45
+ msgid "No number in the field \"Points\" or less than 1"
46
+ msgstr "Intet tal i feltet \"Point\" eller mindre end 1"
47
+
48
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
49
+ msgid "No number in the field \"Points\" or less than 0"
50
+ msgstr "Intet tal i feltet \"Points\" eller mindre end 0"
51
+
52
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
53
+ msgid "No quiz selected"
54
+ msgstr "Ingen quiz valgt"
55
+
56
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
57
+ msgid "Do you really want to reset the statistic?"
58
+ msgstr "Vil du virkelig nulstille statistikken?"
59
+
60
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
61
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
63
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
64
+ msgid "No data available"
65
+ msgstr "Ingen data tilgængelig"
66
+
67
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
68
+ msgid "No sort element in the criterion"
69
+ msgstr "Intet sorterings element i kriteriet"
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
+ "\"Forskellige proint for hvert svar\" er ikke muligt i \"Frit \" valg\""
76
+
77
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
78
+ msgid "You must specify a name."
79
+ msgstr "Du skal angive et navn."
80
+
81
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
82
+ msgid "This entry should really be deleted?"
83
+ msgstr ""
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
86
+ msgid "Not all fields completed."
87
+ msgstr ""
88
+
89
+ #: lib/controller/WpProQuiz_Controller_Front.php:44
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
91
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
92
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
93
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
94
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
95
+ #: lib/view/WpProQuiz_View_Statistics.php:40
96
+ msgid "Loading"
97
+ msgstr "Indlæser"
98
+
99
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
100
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
101
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:43
102
+ #: lib/controller/WpProQuiz_Controller_Question.php:51
103
+ #: lib/controller/WpProQuiz_Controller_Question.php:128
104
+ #: lib/controller/WpProQuiz_Controller_Question.php:143
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
107
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:175
108
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:189
109
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:249
110
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:297
111
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
112
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
113
+ msgid "You do not have sufficient permissions to access this page."
114
+ msgstr "Du har ikke de nødvendige rettigheder for at tilgå denne side."
115
+
116
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
117
+ msgid "Settings saved"
118
+ msgstr "Indstillingerne er gemt"
119
+
120
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:79
121
+ #: lib/helper/WpProQuiz_Helper_Import.php:59
122
+ #: lib/helper/WpProQuiz_Helper_Import.php:68
123
+ #: lib/helper/WpProQuiz_Helper_Import.php:75
124
+ msgid "File cannot be processed"
125
+ msgstr "Filen kan ikke behandles"
126
+
127
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
128
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
129
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:201
130
+ msgid "Quiz not found"
131
+ msgstr "Quizzen blev ikke fundet"
132
+
133
+ #: lib/controller/WpProQuiz_Controller_Question.php:65
134
+ msgid "questions copied"
135
+ msgstr "Spørgsmål kopieret"
136
+
137
+ #: lib/controller/WpProQuiz_Controller_Question.php:147
138
+ msgid "Edit question"
139
+ msgstr "Rediger spørgsmål"
140
+
141
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
142
+ msgid "Question not found"
143
+ msgstr "Spørgsmål blev ikke fundet "
144
+
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
147
+ #, php-format
148
+ msgid "Question: %d"
149
+ msgstr "Spørgsmål: %d"
150
+
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
152
+ msgid "Question edited"
153
+ msgstr "Spørgsmålet blev redigeret"
154
+
155
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
156
+ msgid "New question"
157
+ msgstr "Nyt spørgsmål"
158
+
159
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
160
+ msgid "Question added"
161
+ msgstr "Spørgsmål tilføjet"
162
+
163
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:196
164
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
165
+ msgid "Edit quiz"
166
+ msgstr "Rediger quiz"
167
+
168
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:216
169
+ msgid "Quiz edited"
170
+ msgstr "Quiz redigeret"
171
+
172
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:233
173
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:281
174
+ msgid "Quiz title or quiz description are not filled"
175
+ msgstr "Quizzens titel eller beskrivelse er ikke udfyldt"
176
+
177
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:253
178
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:267
179
+ msgid "Create quiz"
180
+ msgstr "Opret quiz"
181
+
182
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:314
183
+ msgid "Quiz deleted"
184
+ msgstr "Quiz slettet"
185
+
186
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
187
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
188
+ msgid "No category"
189
+ msgstr "Ingen kategori"
190
+
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
193
+ msgid "No name or e-mail entered."
194
+ msgstr "Navn eller e-mail blev ikke udfyldt."
195
+
196
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
197
+ msgid "You signed up successfully."
198
+ msgstr ""
199
+
200
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
205
+ msgid "An error has occurred."
206
+ msgstr "Der er opstod en fejl."
207
+
208
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
210
+ msgid "You can not enter again."
211
+ msgstr "Du kan ikke deltage igen."
212
+
213
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
214
+ msgid "Your name can not exceed 15 characters."
215
+ msgstr "Dit navn må ikke overstige 15 tegn."
216
+
217
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
218
+ msgid "You entered wrong captcha code."
219
+ msgstr "Du har indtastet en forkert captcha kode."
220
+
221
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
222
+ msgid "File was not uploaded"
223
+ msgstr "Filen blev ikke uploaded"
224
+
225
+ #: lib/helper/WpProQuiz_Helper_Import.php:40
226
+ msgid "File have wrong format"
227
+ msgstr "filen har forkert filtype"
228
+
229
+ #: lib/helper/WpProQuiz_Helper_Import.php:45
230
+ msgid "File is not compatible with the current version"
231
+ msgstr "Filen er ikke kompatibel med den aktuelle version"
232
+
233
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
234
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
235
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
236
+ msgstr "Wp-Pro-Quiz: En brugeren har gennemført en quiz."
237
+
238
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
239
+ msgid ""
240
+ "Wp-Pro-Quiz\n"
241
+ "\n"
242
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
243
+ "\n"
244
+ "Points: $points\n"
245
+ "Result: $result\n"
246
+ "\n"
247
+ msgstr ""
248
+ "Wp-Pro-Quiz\n"
249
+ "\n"
250
+ "Brugeren \"$username\" har gennemført \"$quizname\" quizzen.\n"
251
+ "\n"
252
+ "Point: $point\n"
253
+ "Resultat: $result\n"
254
+ "\n"
255
+
256
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
257
+ msgid ""
258
+ "Wp-Pro-Quiz\n"
259
+ "\n"
260
+ "You have completed the quiz \"$quizname\".\n"
261
+ "\n"
262
+ "Points: $points\n"
263
+ "Result: $result\n"
264
+ "\n"
265
+ msgstr ""
266
+
267
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
268
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
269
+ msgid "The user completed a quiz."
270
+ msgstr "Brugeren har gennemført en quiz."
271
+
272
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
273
+ msgid "The user completed a quiz with 100 percent."
274
+ msgstr ""
275
+
276
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
277
+ msgid "A powerful and beautiful quiz plugin for WordPress."
278
+ msgstr ""
279
+
280
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
281
+ msgid "WP-Pro-Quiz"
282
+ msgstr ""
283
+
284
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
285
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
288
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
289
+ msgid "Leaderboard"
290
+ msgstr "Rangliste"
291
+
292
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
293
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
294
+ #: lib/view/WpProQuiz_View_Import.php:22
295
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
296
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
298
+ #: lib/view/WpProQuiz_View_Statistics.php:24
299
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
300
+ msgid "back to overview"
301
+ msgstr "Tilbage til oversigt"
302
+
303
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
304
+ #: lib/view/WpProQuiz_View_Statistics.php:200
305
+ msgid "Filter"
306
+ msgstr "Filter"
307
+
308
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
309
+ msgid "Sort by:"
310
+ msgstr "Sorter efter:"
311
+
312
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
314
+ msgid "best user"
315
+ msgstr "bedste bruger"
316
+
317
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
319
+ msgid "newest entry"
320
+ msgstr "nyeste postering"
321
+
322
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
324
+ msgid "oldest entry"
325
+ msgstr "ældste postering"
326
+
327
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
328
+ #: lib/view/WpProQuiz_View_Statistics.php:211
329
+ msgid "How many entries should be shown on one page:"
330
+ msgstr "Hvor mange posteringer skal vises på én side:"
331
+
332
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
333
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
334
+ msgid "Type"
335
+ msgstr "Type"
336
+
337
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
338
+ msgid "UR = unregistered user, R = registered user"
339
+ msgstr ""
340
+
341
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
342
+ #: lib/view/WpProQuiz_View_Statistics.php:230
343
+ msgid "User"
344
+ msgstr "UR = uregistreret bruger, R = registreret bruger"
345
+
346
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
347
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
348
+ msgid "E-Mail"
349
+ msgstr "E-Mail"
350
+
351
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
352
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
353
+ msgid "Entered on"
354
+ msgstr "Indtastet den"
355
+
356
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
357
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
358
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
359
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
360
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
361
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
362
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
364
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
365
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
366
+ #: lib/view/WpProQuiz_View_Statistics.php:96
367
+ #: lib/view/WpProQuiz_View_Statistics.php:231
368
+ msgid "Points"
369
+ msgstr "Point"
370
+
371
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
372
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
373
+ #: lib/view/WpProQuiz_View_Statistics.php:102
374
+ #: lib/view/WpProQuiz_View_Statistics.php:236
375
+ msgid "Results"
376
+ msgstr "Resultat"
377
+
378
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
379
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
380
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
381
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
382
+ msgid "Edit"
383
+ msgstr "Rediger"
384
+
385
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
386
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
387
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
388
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
389
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
390
+ msgid "Delete"
391
+ msgstr "Slet"
392
+
393
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
394
+ msgid "save"
395
+ msgstr ""
396
+
397
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
398
+ msgid "cancel"
399
+ msgstr ""
400
+
401
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
402
+ msgid "Action"
403
+ msgstr "Handling"
404
+
405
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
406
+ msgid "Apply"
407
+ msgstr "Anvend"
408
+
409
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
410
+ msgid "Delete all entries"
411
+ msgstr "Slet alle posteringer"
412
+
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
416
+ msgid "Time limit"
417
+ msgstr "Tidsfrist"
418
+
419
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
420
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
421
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
427
+ msgid "Quiz-summary"
428
+ msgstr "Quiz-oversigt"
429
+
430
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
431
+ #, php-format
432
+ msgid "%s of %s questions completed"
433
+ msgstr "%s af %s spørgsmål besvaret"
434
+
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
436
+ #: lib/view/WpProQuiz_View_Import.php:44
437
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
438
+ msgid "Questions"
439
+ msgstr "Spørgsmål"
440
+
441
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
442
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
444
+ msgid "Finish quiz"
445
+ msgstr "Afslut quiz"
446
+
447
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
448
+ msgid "Start quiz"
449
+ msgstr "Start quiz"
450
+
451
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
452
+ msgid ""
453
+ "You have already completed the quiz before. Hence you can not start it again."
454
+ msgstr ""
455
+ "Du har allerede afsluttet quizzen før. Du kan derfor ikke starte den igen."
456
+
457
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
458
+ msgid "You have to finish following quiz, to start this quiz:"
459
+ msgstr ""
460
+ "Du er nødt til at afslutte følgende quiz, for at kunne starte denne quiz:"
461
+
462
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
463
+ #, php-format
464
+ msgid "%s of %s questions answered correctly"
465
+ msgstr "%s af %s spørgsmål besvaret korrekt"
466
+
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
468
+ msgid "Your time: <span></span>"
469
+ msgstr "Tidsforbrug: <span></span>"
470
+
471
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
472
+ msgid "Time has elapsed"
473
+ msgstr "Tiden er udløbet"
474
+
475
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
476
+ #, php-format
477
+ msgid "You have reached %s of %s points, (%s)"
478
+ msgstr "Du har opnået %s af %s point, (%s)"
479
+
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
481
+ msgid "Average score"
482
+ msgstr "Gennemsnitlig resultat"
483
+
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
485
+ msgid "Your score"
486
+ msgstr "Dit resultat"
487
+
488
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
489
+ msgid "Categories"
490
+ msgstr ""
491
+
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
493
+ msgid "Not categorized"
494
+ msgstr ""
495
+
496
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
497
+ msgid "Restart quiz"
498
+ msgstr "Genstart quiz"
499
+
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
501
+ msgid "View questions"
502
+ msgstr "Vis spørgsmål"
503
+
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
505
+ msgid "Show leaderboard"
506
+ msgstr "Vis ranglisten"
507
+
508
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
509
+ msgid "Answered"
510
+ msgstr "Besvaret"
511
+
512
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
513
+ msgid "Review"
514
+ msgstr "Gennemse"
515
+
516
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
517
+ msgid "Review question"
518
+ msgstr "Gennemse spørgsmål"
519
+
520
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
521
+ #, php-format
522
+ msgid "Question %s of %s"
523
+ msgstr "Spørgsmål %s af %s"
524
+
525
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
526
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
527
+ #: lib/view/WpProQuiz_View_Statistics.php:95
528
+ msgid "Question"
529
+ msgstr "Spørgsmål"
530
+
531
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
532
+ #, php-format
533
+ msgid "%d points"
534
+ msgstr "%d point"
535
+
536
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
537
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
538
+ msgid "Sort elements"
539
+ msgstr "Sorter elementer"
540
+
541
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
542
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
543
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
544
+ #: lib/view/WpProQuiz_View_Statistics.php:97
545
+ #: lib/view/WpProQuiz_View_Statistics.php:232
546
+ msgid "Correct"
547
+ msgstr "Korrekt"
548
+
549
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
550
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
551
+ #: lib/view/WpProQuiz_View_Statistics.php:98
552
+ #: lib/view/WpProQuiz_View_Statistics.php:233
553
+ msgid "Incorrect"
554
+ msgstr "Forkert"
555
+
556
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
557
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
558
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
559
+ msgid "Hint"
560
+ msgstr "Tip"
561
+
562
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
565
+ msgid "Skip question"
566
+ msgstr "spring dette spørgsmål over"
567
+
568
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
569
+ msgid "Back"
570
+ msgstr "Tilbage"
571
+
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
573
+ msgid "Check"
574
+ msgstr "tjek"
575
+
576
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
577
+ msgid "Next"
578
+ msgstr ""
579
+
580
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
581
+ msgid "Your result has been entered into leaderboard"
582
+ msgstr ""
583
+
584
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
585
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
586
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
587
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
588
+ msgid "Name"
589
+ msgstr "Navn"
590
+
591
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
592
+ msgid "Captcha"
593
+ msgstr "Captcha"
594
+
595
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
596
+ msgid "Send"
597
+ msgstr "Send"
598
+
599
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
600
+ #, php-format
601
+ msgid "maximum of %s points"
602
+ msgstr "Maksimalt %s point"
603
+
604
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
605
+ msgid "Pos."
606
+ msgstr "Pos."
607
+
608
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
609
+ msgid "Result"
610
+ msgstr "Resultat"
611
+
612
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
613
+ msgid "Table is loading"
614
+ msgstr "Tabellen indlæses"
615
+
616
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
617
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
618
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
619
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
620
+ msgid "Global settings"
621
+ msgstr "Globale indstillinger"
622
+
623
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
624
+ msgid "E-Mail settings"
625
+ msgstr ""
626
+
627
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
628
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
629
+ msgid "Settings in case of problems"
630
+ msgstr "Indstillinger i tilfælde af problemer"
631
+
632
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
633
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
635
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
636
+ msgid "Save"
637
+ msgstr "Gem"
638
+
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
640
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
641
+ msgid "Leaderboard time format"
642
+ msgstr "Ranglistens tidsformat"
643
+
644
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
645
+ msgid "Custom"
646
+ msgstr "Brugerdefineret"
647
+
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
649
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
650
+ msgid "Documentation on date and time formatting"
651
+ msgstr "Dokumentation om dato og tids formatering"
652
+
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
654
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
655
+ msgid "Statistic time format"
656
+ msgstr ""
657
+
658
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
659
+ msgid "Select example:"
660
+ msgstr ""
661
+
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
663
+ msgid "Time format:"
664
+ msgstr ""
665
+
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
668
+ msgid "Category management"
669
+ msgstr "Kategori styring"
670
+
671
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
673
+ msgid "Admin e-mail settings"
674
+ msgstr ""
675
+
676
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
677
+ msgid "To:"
678
+ msgstr "Til:"
679
+
680
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
681
+ msgid ""
682
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
683
+ "com"
684
+ msgstr ""
685
+ "Adskil flere e-mail-adresser med et komma, f.eks wp@test.com, test@test.com"
686
+
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
689
+ msgid "From:"
690
+ msgstr "Fra:"
691
+
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
694
+ msgid "Subject:"
695
+ msgstr "Emne:"
696
+
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
699
+ msgid "HTML"
700
+ msgstr ""
701
+
702
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
734
+ msgid "Activate"
735
+ msgstr "Aktivér"
736
+
737
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
739
+ msgid "Message body:"
740
+ msgstr "Meddelelse:"
741
+
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
744
+ msgid "Allowed variables"
745
+ msgstr "Tilladte variabler"
746
+
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
749
+ msgid "User-ID"
750
+ msgstr "Bruger-ID"
751
+
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
754
+ msgid "Username"
755
+ msgstr "Brugernavn"
756
+
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
759
+ msgid "Quiz-Name"
760
+ msgstr "Quiz-Navn"
761
+
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
764
+ msgid "Result in precent"
765
+ msgstr "Resultat i procent"
766
+
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
769
+ msgid "Reached points"
770
+ msgstr "Opnåede point"
771
+
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
774
+ msgid "IP-address of the user"
775
+ msgstr "Brugerens IP-addresse"
776
+
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
779
+ msgid "User e-mail settings"
780
+ msgstr ""
781
+
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
783
+ msgid "to activate"
784
+ msgstr "til aktivering"
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
787
+ msgid "not to activate"
788
+ msgstr "ikke til aktivering"
789
+
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
791
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
792
+ msgid "Please note"
793
+ msgstr "Vær opmærksom på"
794
+
795
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
796
+ msgid ""
797
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
798
+ msgstr ""
799
+ "Disse indstillinger bør kun ændres i tilfælde af problemer med Wp-Pro-Quiz."
800
+
801
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
802
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
803
+ msgid "Automatically add [raw] shortcode"
804
+ msgstr "Tilføj automatisk [RAW] shortcode"
805
+
806
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
807
+ #, php-format
808
+ msgid "It is recommended %s this option on your system."
809
+ msgstr "Det anbefales at bruge denne indstilling %s på dit system."
810
+
811
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
812
+ msgid ""
813
+ "If this option is activated, a [raw] shortcode is automatically set around "
814
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
815
+ msgstr ""
816
+ "Hvis denne indstilling er aktiveret vil der automatisk blive indsat [RAW] "
817
+ "shortcode rundt om WpProQuiz shortcode ([WpProQuiz X]) som [RAW] [WpProQuiz "
818
+ "X] [/ raw]"
819
+
820
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
821
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
822
+ msgid ""
823
+ "Own themes changes internal order of filters, what causes the problems. "
824
+ "With additional shortcode [raw] this is prevented."
825
+ msgstr ""
826
+ "Egne temaer kan ændrer intern rækkefølge i filtre, hvilket kan forårsage "
827
+ "problemer. Med ekstra shortcode [RAW] forhindres dette."
828
+
829
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
830
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
831
+ msgid "Do not load the Javascript-files in the footer"
832
+ msgstr "Indlæs ikke Javascript-filer i sidefoden"
833
+
834
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
835
+ msgid ""
836
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
837
+ "when they are really needed."
838
+ msgstr ""
839
+ "Generelt bliver alle WpProQuiz-Javascript filer indlæst i sidefoden og kun "
840
+ "når der virkelig er brug for dem."
841
+
842
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
843
+ msgid "In very old Wordpress themes this can lead to problems."
844
+ msgstr "I meget gamle Wordpress temaer kan dette føre til problemer."
845
+
846
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
847
+ msgid ""
848
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
849
+ "the header even if they are not needed."
850
+ msgstr ""
851
+ "Hvis du aktiverer denne indstilling, bliver alle WpProQuiz-Javascript filer "
852
+ "lagt i headeren, selv om de ikke er nødvendige."
853
+
854
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
855
+ #, php-format
856
+ msgid ""
857
+ "Anyone who wants to learn more about this topic should read through the "
858
+ "following websites %s and %s."
859
+ msgstr ""
860
+ "Alle som ønsker at lære mere om dette emne bør læse igennem følgende "
861
+ "websites % s og %s."
862
+
863
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
864
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
865
+ msgid "Touch Library"
866
+ msgstr "Touch bibliotek"
867
+
868
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
872
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
873
+ msgid "Deactivate"
874
+ msgstr "Deaktiver"
875
+
876
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
877
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
878
+ msgstr ""
879
+ "I version 0.13 blev et nyt Touch bibliotek tilføjet for mobile enheder."
880
+
881
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
882
+ msgid "If you have any problems with the Touch Library, please deactivate it."
883
+ msgstr "Hvis du har problemer med Touch biblioteket, bedes du deaktivere det."
884
+
885
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
886
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
887
+ msgid "jQuery support cors"
888
+ msgstr ""
889
+
890
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
891
+ msgid "Is required only in rare cases."
892
+ msgstr "Kræves kun i sjældne tilfælde."
893
+
894
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
895
+ msgid "If you have problems with the front ajax, please activate it."
896
+ msgstr "Hvis du har problemer med front ajax, bedes du aktivere den."
897
+
898
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
899
+ msgid "e.g. Domain with special characters in combination with IE"
900
+ msgstr "fx Domæne med specialtegn i kombination med IE"
901
+
902
+ #: lib/view/WpProQuiz_View_Import.php:21
903
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
904
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
905
+ msgid "Import"
906
+ msgstr "Importer"
907
+
908
+ #: lib/view/WpProQuiz_View_Import.php:25
909
+ msgid "Error"
910
+ msgstr "Fejl"
911
+
912
+ #: lib/view/WpProQuiz_View_Import.php:32
913
+ msgid "Successfully"
914
+ msgstr "Gennemført"
915
+
916
+ #: lib/view/WpProQuiz_View_Import.php:34
917
+ msgid "Import completed successfully"
918
+ msgstr "Import fuldført"
919
+
920
+ #: lib/view/WpProQuiz_View_Import.php:43
921
+ msgid "Quiz name"
922
+ msgstr "Quiz navn"
923
+
924
+ #: lib/view/WpProQuiz_View_Import.php:67
925
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
926
+ msgid "Start import"
927
+ msgstr "Start import"
928
+
929
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
930
+ msgid "Title"
931
+ msgstr "Titel"
932
+
933
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
935
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
936
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
937
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
940
+ msgid "(optional)"
941
+ msgstr "(valgfri)"
942
+
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
944
+ msgid ""
945
+ "The title is used for overview, it is not visible in quiz. If you leave the "
946
+ "title field empty, a title will be generated."
947
+ msgstr ""
948
+ "Titlen bruges til overblik, den er ikke synlig i quizzen. Hvis du lader "
949
+ "feltet være tomt ,vil en titel blive genereret."
950
+
951
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
957
+ msgid "(required)"
958
+ msgstr "(påkrævet)"
959
+
960
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
961
+ msgid "Points for this question (Standard is 1 point)"
962
+ msgstr "Antal Point for dette spørgsmål (Standard er 1 point)"
963
+
964
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
965
+ msgid ""
966
+ "This points will be rewarded, only if the user closes the question correctly."
967
+ msgstr ""
968
+ "Disse point vil kun blive tildelt, hvis brugeren lukker spørgsmålet korrekt."
969
+
970
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
971
+ msgid "Different points for each answer"
972
+ msgstr "Forskelligt antal point for hvert svar"
973
+
974
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
975
+ msgid ""
976
+ "If you enable this option, you can enter different points for every answer."
977
+ msgstr ""
978
+ "Hvis du aktiverer denne indstilling, kan du indtaste forskellige antal point "
979
+ "for hvert svar."
980
+
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
982
+ msgid "Show reached points in the correct- and incorrect message?"
983
+ msgstr "Vis opnåede point i korrekt og forkert beskeden?"
984
+
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
986
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
987
+ #: lib/view/WpProQuiz_View_Statistics.php:115
988
+ msgid "Category"
989
+ msgstr "Kategori"
990
+
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
992
+ msgid ""
993
+ "You can assign classify category for a question. Categories are e.g. visible "
994
+ "in statistics function."
995
+ msgstr ""
996
+ "Du kan tildele klassificering af kategori til et spørgsmål. Kategorierne er "
997
+ "fx synlige i Statistik funktionen."
998
+
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1000
+ msgid "You can manage categories in global settings."
1001
+ msgstr "Du kan administrere kategorier i globale indstillinger."
1002
+
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1005
+ msgid "Create new category"
1006
+ msgstr "Opret ny kategori"
1007
+
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
1009
+ msgid "Create"
1010
+ msgstr "Opret"
1011
+
1012
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1013
+ msgid "Message with the correct / incorrect answer"
1014
+ msgstr "Meddelelse med det korrekt / forkert svar"
1015
+
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1017
+ msgid "Deactivated in quiz settings."
1018
+ msgstr "Deaktiveret i quizzens indstillinger."
1019
+
1020
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1021
+ msgid "Message with the correct answer"
1022
+ msgstr "Meddelelse med korrekte svar"
1023
+
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1025
+ msgid ""
1026
+ "This text will be visible if answered correctly. It can be used as "
1027
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1028
+ "always displayed automatically."
1029
+ msgstr ""
1030
+ "Denne tekst vil være synlig, hvis besvarelsen er korrekt. Det kan bruges som "
1031
+ "forklaring til komplekse spørgsmål. Meddelelsen \"Korrekt\" eller \"Forkert"
1032
+ "\" vises altid automatisk."
1033
+
1034
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1035
+ msgid "Same text for correct- and incorrect-message?"
1036
+ msgstr "Samme tekst til korrekt- og forkert-meddelelse?"
1037
+
1038
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1039
+ msgid "Message with the incorrect answer"
1040
+ msgstr "Meddelelse med det forkert svar"
1041
+
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1043
+ msgid ""
1044
+ "This text will be visible if answered incorrectly. It can be used as "
1045
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1046
+ "always displayed automatically."
1047
+ msgstr ""
1048
+ "Denne tekst vil være synlig, hvis besvarelsen er forkert. Det kan bruges som "
1049
+ "forklaring til komplekse spørgsmål. Meddelelsen \"Korrekt\" eller \"Forkert"
1050
+ "\" vises altid automatisk."
1051
+
1052
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1053
+ msgid "Here you can enter solution hint."
1054
+ msgstr "Her kan du indtaste løsning tip."
1055
+
1056
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1057
+ msgid "Activate hint for this question?"
1058
+ msgstr "Aktivér tips til dette spørgsmål?"
1059
+
1060
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1061
+ msgid "Answer type"
1062
+ msgstr "Svar type"
1063
+
1064
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1065
+ msgid "Single choice"
1066
+ msgstr "Enektl valg"
1067
+
1068
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1069
+ msgid "Multiple choice"
1070
+ msgstr "Flere valg"
1071
+
1072
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1073
+ msgid "\"Free\" choice"
1074
+ msgstr "\"Frit\" valg\""
1075
+
1076
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1077
+ msgid "\"Sorting\" choice"
1078
+ msgstr "\"Sorterings\" valg"
1079
+
1080
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1081
+ msgid "\"Matrix Sorting\" choice"
1082
+ msgstr "\"Matrix Sorterings\" valg"
1083
+
1084
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1085
+ msgid "Cloze"
1086
+ msgstr "Streng"
1087
+
1088
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1089
+ msgid "Assessment"
1090
+ msgstr ""
1091
+
1092
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1093
+ msgid "Answers"
1094
+ msgstr "Svar"
1095
+
1096
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1097
+ msgid ""
1098
+ "Please sort the answers in right order with the \"Move\" - Button. The "
1099
+ "answers will be displayed randomly."
1100
+ msgstr ""
1101
+ "Venligst sorter svarene i rigtig rækkefølge med \"Flyt\" - knappen. Svarene "
1102
+ "vises tilfældigt."
1103
+
1104
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1105
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1106
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1107
+ msgid "Add new answer"
1108
+ msgstr "Tilføj nyt svar"
1109
+
1110
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1111
+ msgid ""
1112
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1113
+ "matching criterion."
1114
+ msgstr ""
1115
+ "I denne indstilling, vil en liste ikke blive sorteret, men elementerne skal "
1116
+ "anvises til matchende kriterium."
1117
+
1118
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1119
+ msgid ""
1120
+ "You can create sort elements with empty criteria, which can't be assigned by "
1121
+ "user."
1122
+ msgstr ""
1123
+ "Du kan oprette sorterings elementer med tomme kriterier, som ikke kan "
1124
+ "tildeles af brugeren."
1125
+
1126
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1127
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1128
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1130
+ msgid "Options"
1131
+ msgstr "Valgmuligheder"
1132
+
1133
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1134
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1135
+ msgid "Answer"
1136
+ msgstr "Svar"
1137
+
1138
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1139
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1140
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1141
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1142
+ msgid "Allow HTML"
1143
+ msgstr "Tillad HTML"
1144
+
1145
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1146
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1147
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1148
+ msgid "Delete answer"
1149
+ msgstr "Slet svar"
1150
+
1151
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1152
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1153
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1154
+ msgid "Add Media"
1155
+ msgstr ""
1156
+
1157
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1158
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1159
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1160
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1161
+ msgid "Move"
1162
+ msgstr "Flyt"
1163
+
1164
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1165
+ msgid "Criterion"
1166
+ msgstr "kriterium"
1167
+
1168
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1169
+ msgid ""
1170
+ "correct answers (one per line) (answers will be converted to lower case)"
1171
+ msgstr ""
1172
+ "korrekte svar (en pr linje) (svar vil blive konverteret til små bogstaver)"
1173
+
1174
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1175
+ msgid ""
1176
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1177
+ "small letters will be ignored."
1178
+ msgstr ""
1179
+ "Omslut de søgte ord med {} fx \"Jeg {play} soccer\". Store og små bogstaver "
1180
+ "vil blive ignoreret."
1181
+
1182
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1183
+ msgid ""
1184
+ "You can specify multiple options for a search word. Enclose the word with "
1185
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1186
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1187
+ "hate are correct."
1188
+ msgstr ""
1189
+ "Du kan angive flere muligheder for et søgeord. Omslut ordet med [] fx <span "
1190
+ "style=\"font-style: normal; letter-spacing: 2px;\"> \"Jeg {[spiller] "
1191
+ "[elsker] [hader]} fodbold\" </ span>. I dette tilfælde vil svaret spiller, "
1192
+ "elsker eller hader er korrekte."
1193
+
1194
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1195
+ msgid ""
1196
+ "If mode \"Different points for every answer\" is activated, you can assign "
1197
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1198
+ msgstr ""
1199
+ "Hvis \"forskelligt antal point for hvert svar\" er valgt, kan du tildele "
1200
+ "point med |POINTS. Ellers vil der blive tildelt 1 point for hvert svar."
1201
+
1202
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1203
+ msgid ""
1204
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1205
+ "\" 3 points."
1206
+ msgstr ""
1207
+ "fx. \"Jeg {spiller} fodbold, med en {bold|3}\" - \"spiller\" giver 1 point "
1208
+ "og \"bold\" 3 point."
1209
+
1210
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1211
+ msgid "Here you can create an assessment question."
1212
+ msgstr ""
1213
+
1214
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1215
+ msgid ""
1216
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1217
+ msgstr ""
1218
+
1219
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1220
+ msgid "The number of options in the maximum score."
1221
+ msgstr ""
1222
+
1223
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1224
+ msgid "Examples:"
1225
+ msgstr ""
1226
+
1227
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1228
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1229
+ msgstr ""
1230
+
1231
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1232
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1249
+ msgid "Demo"
1250
+ msgstr "Demo"
1251
+
1252
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1253
+ msgid "less true { [a] [b] [c] } more true"
1254
+ msgstr ""
1255
+
1256
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1257
+ msgid "Questions sorted"
1258
+ msgstr "Spørgsmål sorteret"
1259
+
1260
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1261
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1262
+ msgid "Total"
1263
+ msgstr "Totalt"
1264
+
1265
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1266
+ msgid "Add question"
1267
+ msgstr "Tilføj spørgsmål"
1268
+
1269
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1270
+ msgid "Save order"
1271
+ msgstr "Gem rækkefølgen"
1272
+
1273
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1274
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1275
+ msgid "Copy questions from another Quiz"
1276
+ msgstr "Kopiér spørgmål fra en anden quiz"
1277
+
1278
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1279
+ msgid ""
1280
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1281
+ "selection enabled)"
1282
+ msgstr ""
1283
+ "Her kan du kopiere spørgsmål fra en anden quiz ind i denne quiz. (Multiple "
1284
+ "selection aktiveret)"
1285
+
1286
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1287
+ msgid "Copy questions"
1288
+ msgstr "Kopier spørgsmål"
1289
+
1290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1291
+ msgid "Quiz title"
1292
+ msgstr "Quiz titel"
1293
+
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1295
+ msgid "Hide quiz title"
1296
+ msgstr "Skjul quiz titel"
1297
+
1298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1299
+ msgid "Hide title"
1300
+ msgstr "Skjul titel"
1301
+
1302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1303
+ msgid "The title serves as quiz heading."
1304
+ msgstr "Titlen fungerer som quizzens overskrift."
1305
+
1306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1308
+ msgid "Hide \"Restart quiz\" button"
1309
+ msgstr "Skjul \"Genstart quiz\" knappen"
1310
+
1311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1312
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1313
+ msgstr "Skjul \"Genstart quiz\" knappen i Frontend."
1314
+
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1317
+ msgid "Hide \"View question\" button"
1318
+ msgstr "Skjul \"Vis spørgsmål\" knappen"
1319
+
1320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1321
+ msgid "Hide the \"View question\" button in the Frontend."
1322
+ msgstr "Skjul \"View spørgsmålet\" knappen i Frontend."
1323
+
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1326
+ msgid "Display question randomly"
1327
+ msgstr "Vis spørgsmål tilfældigt"
1328
+
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1331
+ msgid "Display answers randomly"
1332
+ msgstr "Vis svar tilfældigt"
1333
+
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1335
+ msgid "Seconds"
1336
+ msgstr "Sekunder"
1337
+
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1339
+ msgid "0 = no limit"
1340
+ msgstr "0 = ingen grænse"
1341
+
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
1344
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
1345
+ msgid "Statistics"
1346
+ msgstr "Statistik"
1347
+
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1349
+ msgid ""
1350
+ "Statistics about right or wrong answers. Statistics will be saved by "
1351
+ "completed quiz, not after every question. The statistics is only visible "
1352
+ "over administration menu. (internal statistics)"
1353
+ msgstr ""
1354
+ "Statistik over rigtige eller forkerte svar. Statistik vil blive gemt efter "
1355
+ "afslutning af quizzen, ikke efter hvert spørgsmål. Statistikken er kun "
1356
+ "synlig i administrations menuen. (Intern statistik)"
1357
+
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1360
+ msgid "Statistics IP-lock"
1361
+ msgstr "Statistik IP-lock"
1362
+
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1364
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1365
+ msgstr "i minutter (anbefalet 1440 minutter = 1 dag)"
1366
+
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1368
+ msgid ""
1369
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1370
+ "from same IP. (0 = deactivated)"
1371
+ msgstr ""
1372
+ "Beskyt statistikken mod spam. Resultatet vil kun blive gemt hvert X minut "
1373
+ "fra samme IP. (0 = deaktiveret)"
1374
+
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1377
+ msgid "Execute quiz only once"
1378
+ msgstr "Udfør kun quiz én gang"
1379
+
1380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1381
+ msgid ""
1382
+ "If you activate this option, the user can complete the quiz only once. "
1383
+ "Afterwards the quiz is blocked for this user."
1384
+ msgstr ""
1385
+ "Hvis du aktiverer denne indstilling, kan brugeren kun fuldføre quizzen én "
1386
+ "gang. Bagefter er quizzen blokeret for denne bruger."
1387
+
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1389
+ msgid "This option applies to:"
1390
+ msgstr "Denne mulighed gælder for:"
1391
+
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1394
+ msgid "all users"
1395
+ msgstr "alle brugere"
1396
+
1397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1399
+ msgid "registered useres only"
1400
+ msgstr "kun for registrerede brugere"
1401
+
1402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1404
+ msgid "anonymous users only"
1405
+ msgstr "Kun for anonyme brugere"
1406
+
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1408
+ msgid "user identification by cookie"
1409
+ msgstr "bruger identifikation med cookie"
1410
+
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1412
+ msgid ""
1413
+ "If you activate this option, a cookie is set additionally for unregistrated "
1414
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1415
+ "simple assignment by the IP address."
1416
+ msgstr ""
1417
+ "Hvis du aktiverer denne indstilling, vil en cookie blife tilføjet for "
1418
+ "uregistrerede (anonyme) brugere. Dette sikrer en længere tildeling af "
1419
+ "brugeren end den simpleere tildfeling ud fra IP-adressen."
1420
+
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1422
+ msgid "Reset the user identification"
1423
+ msgstr "Nulstil brugeroplysninger"
1424
+
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1426
+ msgid "User identification has been reset."
1427
+ msgstr "Brugeroplysningerne er blevet nulstillet.."
1428
+
1429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1430
+ msgid "Resets user identification for all users."
1431
+ msgstr "Nulstil brugeroplysningerne for alle brugere."
1432
+
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1435
+ msgid "Show only specific number of questions"
1436
+ msgstr "Vis kun bestemt antal spørgsmål"
1437
+
1438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1439
+ msgid ""
1440
+ "If you enable this option, maximum number of displayed questions will be X "
1441
+ "from X questions. (The output of questions is random)"
1442
+ msgstr ""
1443
+ "Hvis du aktiverer denne indstilling, vil maksimalt antal af viste spørgsmål "
1444
+ "være X fra X spørgsmål. (sortering af spørgsmålene er tilfældig)"
1445
+
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1447
+ msgid "The statistics function is not available in this option."
1448
+ msgstr "Statistik funktionen er ikke tilgængelig i denne type."
1449
+
1450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1451
+ msgid ""
1452
+ "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1453
+ msgstr ""
1454
+ "Denne type virker ikke pålideligt i forbindelse med Frontend-Cache-plugin."
1455
+
1456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1457
+ msgid "How many questions should be displayed simultaneously:"
1458
+ msgstr "Hvor mange spørgsmål skal vises samtidigt:"
1459
+
1460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1461
+ msgid "in percent"
1462
+ msgstr "i procent"
1463
+
1464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
1466
+ msgid "Prerequisites"
1467
+ msgstr "Forudsætninger"
1468
+
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1470
+ msgid ""
1471
+ "If you enable this option, you can choose quiz, which user have to finish "
1472
+ "before he can start this quiz."
1473
+ msgstr ""
1474
+ "Hvis du aktiverer denne indstilling, kan du vælge quizzer, som brugeren er "
1475
+ "nødt til at afslutte, før han kan begynde denne quiz."
1476
+
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1478
+ msgid ""
1479
+ "In all selected quizzes statistic function have to be active. If it is not "
1480
+ "it will be activated automatically."
1481
+ msgstr ""
1482
+ "I de valgte quizzer skal statistik funktion være aktiveret. Hvis det ikke er "
1483
+ "valgt, vil det automatisk blive aktiveret."
1484
+
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1486
+ msgid "Quiz"
1487
+ msgstr "Quiz"
1488
+
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1490
+ msgid "Prerequisites (This quiz have to be finished)"
1491
+ msgstr "Forudsætninger (Denne quiz skal være fuldført)"
1492
+
1493
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1496
+ msgid "Question overview"
1497
+ msgstr "Spørgsmåls oversigt"
1498
+
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1500
+ msgid ""
1501
+ "Add at the top of the quiz a question overview, which allows easy "
1502
+ "navigation. Additional questions can be marked \"to review\"."
1503
+ msgstr ""
1504
+ "Tilføj øverst i quizzen en spørgsmålsoversigt, der giver en lettere "
1505
+ "navigation. Yderligere spørgsmål kan mærkes \"revider\"."
1506
+
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1508
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1509
+ msgstr "En quiz oversigt vil blive vist, før quizzen er fuldført."
1510
+
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1512
+ msgid ""
1513
+ "If you enalbe this option, no quiz overview will be displayed, before "
1514
+ "finishing quiz."
1515
+ msgstr ""
1516
+ "Hvis du aktivere denne mulighed, vil der ikke blive vist et quiz oversigt, "
1517
+ "før fuldførelse af quizzen."
1518
+
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1520
+ msgid ""
1521
+ "If you enable this option, user won't be able to skip question. (only in "
1522
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1523
+ "\"Question-Overview\""
1524
+ msgstr ""
1525
+ "Hvis du aktiverer denne mulighed, vil brugeren ikke være i stand til at "
1526
+ "springe til næste spørgsmål. (Kun i \"Oversigt -> Næste\" tilstand). "
1527
+ "Brugeren vil stadig være i stand til at navigere via \"Spørgsmåls-Oversigt\""
1528
+
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1531
+ msgid "Admin e-mail notification"
1532
+ msgstr ""
1533
+
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1535
+ msgid "for registered users only"
1536
+ msgstr "kun for registrerede brugere"
1537
+
1538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1539
+ msgid "for all users"
1540
+ msgstr "for alle brugere"
1541
+
1542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1543
+ msgid ""
1544
+ "If you enable this option, you will be informed if a user completes this "
1545
+ "quiz."
1546
+ msgstr ""
1547
+ "Hvis du aktiverer denne indstilling, vil du blive informeret, hvis en bruger "
1548
+ "fuldføre denne quiz."
1549
+
1550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1551
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1552
+ msgid "E-Mail settings can be edited in global settings."
1553
+ msgstr "E-mail indstillinger kan redigeres i globale indstillinger."
1554
+
1555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1557
+ msgid "User e-mail notification"
1558
+ msgstr ""
1559
+
1560
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1561
+ msgid ""
1562
+ "If you enable this option, an email is sent with his quiz result to the "
1563
+ "user. (only registered users)"
1564
+ msgstr ""
1565
+
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1567
+ msgid "Quiz description"
1568
+ msgstr "Quiz beskrivelse"
1569
+
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1571
+ msgid "This text will be displayed before start of the quiz."
1572
+ msgstr "Denne tekst vil blive vist før quiz start."
1573
+
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1575
+ msgid "Results text"
1576
+ msgstr "Resultat tekst"
1577
+
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1579
+ msgid ""
1580
+ "This text will be displayed at the end of the quiz (in results). (this text "
1581
+ "is optional)"
1582
+ msgstr ""
1583
+ "Denne tekst vil blive vist i slutningen af ​​quizzen (i resultater). (Denne "
1584
+ "tekst er valgfrit)"
1585
+
1586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1587
+ msgid "Activate graduation"
1588
+ msgstr "Aktiver graduering"
1589
+
1590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1591
+ msgid "Hint:"
1592
+ msgstr "Tip:"
1593
+
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1595
+ msgid "Maximal 15 levels"
1596
+ msgstr "Maksimalt 15 niveauer"
1597
+
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1599
+ #, php-format
1600
+ msgid ""
1601
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1602
+ "in %d questions."
1603
+ msgstr ""
1604
+ "Procenter henviser til den samlede score i quizzen. (Samlede nuværende %d "
1605
+ "point af %d spørgsmål."
1606
+
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1608
+ msgid "Values can also be mixed up"
1609
+ msgstr "Værdier kan også blandes"
1610
+
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1612
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1613
+ msgstr "10,15% eller 10,15% tilladt (maks. to decimaler)"
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1617
+ msgid "from:"
1618
+ msgstr "fra:"
1619
+
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1622
+ msgid "percent"
1623
+ msgstr "procent"
1624
+
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1627
+ #, php-format
1628
+ msgid ""
1629
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1630
+ "%s</span>%%)"
1631
+ msgstr ""
1632
+ "(Vises, når resultatet i procent er> = <span class=\"resultProzent\"> %s </ "
1633
+ "span>%%)"
1634
+
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1637
+ msgid "Delete graduation"
1638
+ msgstr "Slet graduering"
1639
+
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1641
+ msgid "Add graduation"
1642
+ msgstr "Tilføj graduering"
1643
+
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1645
+ msgid "Result-Options"
1646
+ msgstr ""
1647
+
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1650
+ msgid "Show average points"
1651
+ msgstr "Vis gennemsnitlige point"
1652
+
1653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1654
+ msgid "Statistics-function must be enabled."
1655
+ msgstr "Statistik-funktionen skal være aktiveret."
1656
+
1657
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1659
+ msgid "Show category score"
1660
+ msgstr ""
1661
+
1662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1663
+ msgid ""
1664
+ "If you enable this option, the results of each category is displayed on the "
1665
+ "results page."
1666
+ msgstr ""
1667
+
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1670
+ msgid "Hide correct questions - display"
1671
+ msgstr ""
1672
+
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1674
+ msgid ""
1675
+ "If you select this option, no longer the number of correctly answered "
1676
+ "questions are displayed on the results page."
1677
+ msgstr ""
1678
+
1679
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1680
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1681
+ msgid "Hide quiz time - display"
1682
+ msgstr ""
1683
+
1684
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1685
+ msgid ""
1686
+ "If you enable this option, the time for finishing the quiz won't be "
1687
+ "displayed on the results page anymore."
1688
+ msgstr ""
1689
+
1690
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1691
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1692
+ msgid "Hide score - display"
1693
+ msgstr ""
1694
+
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1696
+ msgid ""
1697
+ "If you enable this option, final score won't be displayed on the results "
1698
+ "page anymore."
1699
+ msgstr ""
1700
+
1701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1702
+ msgid "Question-Options"
1703
+ msgstr ""
1704
+
1705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1707
+ msgid "Show points"
1708
+ msgstr "Vis point"
1709
+
1710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1711
+ msgid "Shows in quiz, how many points are reachable for respective question."
1712
+ msgstr "Vis hvor mange point der kan opnås for de respektive spørgsmål."
1713
+
1714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1716
+ msgid "Number answers"
1717
+ msgstr "Nummerer svar"
1718
+
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1720
+ msgid ""
1721
+ "If this option is activated, all answers are numbered (only single and "
1722
+ "multiple choice)"
1723
+ msgstr ""
1724
+ "Hvis denne indstilling er aktiveret, bliver alle svarene nummereret (kun "
1725
+ "single og multiple choice)"
1726
+
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1729
+ msgid "Hide correct- and incorrect message"
1730
+ msgstr "Skjul korrekt-og forkert meddelelse"
1731
+
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1733
+ msgid ""
1734
+ "If you enable this option, no correct- or incorrect message will be "
1735
+ "displayed."
1736
+ msgstr ""
1737
+ "Hvis du aktiverer denne indstilling, vil der ikke blive vist en korrekt "
1738
+ "eller forkert meddelelse."
1739
+
1740
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1742
+ msgid "Correct and incorrect answer mark"
1743
+ msgstr "Rigtig og forkert svar markering"
1744
+
1745
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1746
+ msgid ""
1747
+ "If you enable this option, answers won't be color highlighted as correct or "
1748
+ "incorrect. "
1749
+ msgstr ""
1750
+ "Hvis du aktiverer denne indstilling, vil svarene ikke være farve fremhævet "
1751
+ "som rigtige eller forkerte. "
1752
+
1753
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1754
+ msgid ""
1755
+ "The leaderboard allows users to enter results in public list and to share "
1756
+ "the result this way."
1757
+ msgstr ""
1758
+ "Ranglisten giver brugerne mulighed for at indskrive deres resultater i "
1759
+ "offentlig liste og dele resultatet på denne måde."
1760
+
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1762
+ msgid "The leaderboard works independent from internal statistics function."
1763
+ msgstr "Ranglisten fungerer uafhængigt af den interne statistik funktion."
1764
+
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1766
+ msgid "Who can sign up to the list"
1767
+ msgstr "Hvem kan tilmelde sig til listen"
1768
+
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1770
+ msgid ""
1771
+ "Not registered users have to enter name and e-mail (e-mail won't be "
1772
+ "displayed)"
1773
+ msgstr ""
1774
+ "Ikke registrerede brugere skal indtaste navn og e-mail adresse (e-mail "
1775
+ "adressen vil ikke blive vist)"
1776
+
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1778
+ msgid "insert automatically"
1779
+ msgstr "Indsæt automatisk"
1780
+
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1782
+ msgid ""
1783
+ "If you enable this option, logged in users will be automatically entered "
1784
+ "into leaderboard"
1785
+ msgstr ""
1786
+ "Hvis du aktiverer denne indstilling, vil indloggede brugere automatisk "
1787
+ "blive opskrevet på ranglisten"
1788
+
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1790
+ msgid "display captcha"
1791
+ msgstr "vis captcha"
1792
+
1793
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1794
+ msgid ""
1795
+ "If you enable this option, additional captcha will be displayed for users "
1796
+ "who are not registered."
1797
+ msgstr ""
1798
+ "Hvis du aktiverer denne mulighed, vil yderligere captcha blive vist for "
1799
+ "brugere, der ikke er registreret."
1800
+
1801
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1802
+ msgid "This option requires additional plugin:"
1803
+ msgstr "Denne mulighed kræver yderligere plugin:"
1804
+
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1806
+ msgid "Plugin has been detected."
1807
+ msgstr "Plugin blev fundet."
1808
+
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1810
+ msgid "Plugin is not installed."
1811
+ msgstr "Plugin er ikke installeret."
1812
+
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1814
+ msgid "Sort list by"
1815
+ msgstr "Sorter listen efter"
1816
+
1817
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1818
+ msgid "Users can apply multiple times"
1819
+ msgstr "Brugere kan opskrives flere gange"
1820
+
1821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1822
+ msgid "User can apply after:"
1823
+ msgstr "Brugeren kan opskrive efter:"
1824
+
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1826
+ msgid "minute"
1827
+ msgstr "minut"
1828
+
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1830
+ msgid "How many entries should be displayed"
1831
+ msgstr "Hvor mange posteringer skal vises"
1832
+
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1834
+ msgid "Entries"
1835
+ msgstr "Posteringer"
1836
+
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1838
+ msgid "Automatically display leaderboard in quiz result"
1839
+ msgstr "Vis automatisk ranglisten i quiz resultat"
1840
+
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1842
+ msgid "Where should leaderboard be displayed:"
1843
+ msgstr "Hvor skal ranglisten vises:"
1844
+
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1846
+ msgid "don't display"
1847
+ msgstr "vis ikke"
1848
+
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1850
+ msgid "below the \"result text\""
1851
+ msgstr "under \"resultat tekst\""
1852
+
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1854
+ msgid "in a button"
1855
+ msgstr "i en knap"
1856
+
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1858
+ msgid "Quiz-Mode"
1859
+ msgstr "Quiz-Type"
1860
+
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1862
+ msgid "Normal"
1863
+ msgstr "Normal"
1864
+
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1866
+ msgid "Normal + Back-Button"
1867
+ msgstr "Normal + Tilbage knap"
1868
+
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1870
+ msgid "Check -> continue"
1871
+ msgstr "Tjek -> fortsæt"
1872
+
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1874
+ msgid "Questions below each other"
1875
+ msgstr "Spørgsmål under hinanden"
1876
+
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
1878
+ msgid ""
1879
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1880
+ "displayed at the end of the quiz."
1881
+ msgstr ""
1882
+ "Viser alle spørgsmål selvstændigt, \"rigtig\" eller \"forkert\" vises i "
1883
+ "slutningen af ​​quiz."
1884
+
1885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1886
+ msgid "Allows to use the back button in a question."
1887
+ msgstr "Gør det muligt at bruge tilbage knappen i et spørgsmål."
1888
+
1889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1890
+ msgid "Shows \"right or wrong\" after each question."
1891
+ msgstr "Viser \"rigtigt eller forkert\" efter hvert spørgsmål."
1892
+
1893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
1894
+ msgid ""
1895
+ "If this option is activated, all answers are displayed below each other, i."
1896
+ "e. all questions are on a single page."
1897
+ msgstr ""
1898
+ "Hvis denne indstilling er aktiveret, bliver svarene vist under hinanden, "
1899
+ "dvs. alle spørgsmålene er på en enkelt side."
1900
+
1901
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
1902
+ msgid "Quiz overview"
1903
+ msgstr "Quiz oversigt"
1904
+
1905
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
1906
+ msgid "In case of problems"
1907
+ msgstr "I tilfælde af problemer"
1908
+
1909
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
1910
+ msgid "If quiz doesn't work in front-end, please try following:"
1911
+ msgstr "Hvis quiz ikke virker i front-end, så prøv følgende:"
1912
+
1913
+ #: lib/view/WpProQuiz_View_QuizOverall.php:46
1914
+ msgid "Style Manager"
1915
+ msgstr "Stilhåndtering"
1916
+
1917
+ #: lib/view/WpProQuiz_View_QuizOverall.php:50
1918
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
1919
+ msgid "Support WP-Pro-Quiz"
1920
+ msgstr "Support WP-Pro-quiz"
1921
+
1922
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1923
+ msgid "ID"
1924
+ msgstr "ID"
1925
+
1926
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1927
+ msgid "Shortcode"
1928
+ msgstr "Shortcode"
1929
+
1930
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1931
+ msgid "Shortcode-Leaderboard"
1932
+ msgstr "shortcode-rangliste"
1933
+
1934
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1935
+ msgid "Preview"
1936
+ msgstr "Eksempel"
1937
+
1938
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1939
+ msgid "Add quiz"
1940
+ msgstr "Tilføj quiz"
1941
+
1942
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1943
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1944
+ msgid "Export"
1945
+ msgstr "Eksporter"
1946
+
1947
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1948
+ msgid ""
1949
+ "Choose the respective question, which you would like to export and press on "
1950
+ "\"Start export\""
1951
+ msgstr ""
1952
+ "Vælg den respektive spørgsmål, som du gerne vil eksportere, og tryk på "
1953
+ "\"Start eksport\""
1954
+
1955
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1956
+ msgid "Start export"
1957
+ msgstr "Start eksport"
1958
+
1959
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1960
+ msgid "Import only *.wpq files from known and trusted sources."
1961
+ msgstr "Importer kun *. Wpq filer fra kendte og pålidelige kilder."
1962
+
1963
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1964
+ #, php-format
1965
+ msgid "Maximal %d MiB"
1966
+ msgstr "Maks % d MiB"
1967
+
1968
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1969
+ #, php-format
1970
+ msgid "Quiz: %s - Statistics"
1971
+ msgstr "Quiz: %s - Statistik"
1972
+
1973
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1974
+ msgid "Stats not enabled"
1975
+ msgstr "Statistik er ikke aktiveret"
1976
+
1977
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1978
+ msgid "Activate statistics"
1979
+ msgstr "Aktiver statistik"
1980
+
1981
+ #: lib/view/WpProQuiz_View_Statistics.php:34
1982
+ msgid "Users"
1983
+ msgstr "Bruger"
1984
+
1985
+ #: lib/view/WpProQuiz_View_Statistics.php:35
1986
+ msgid "Overview"
1987
+ msgstr "Oversigt"
1988
+
1989
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1990
+ msgid "Please select user name:"
1991
+ msgstr "Vælg brugernavn:"
1992
+
1993
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1994
+ msgid "Select a test:"
1995
+ msgstr ""
1996
+
1997
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1998
+ msgid "Anonymous user"
1999
+ msgstr "Anonym bruger"
2000
+
2001
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2002
+ msgid "average"
2003
+ msgstr ""
2004
+
2005
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2006
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2007
+ msgid "Hints used"
2008
+ msgstr "Tips brugt"
2009
+
2010
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2011
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2012
+ msgid "Time"
2013
+ msgstr ""
2014
+
2015
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2016
+ msgid "Points scored"
2017
+ msgstr "optjente point"
2018
+
2019
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2020
+ msgid "Sub-Total: "
2021
+ msgstr "Total i alt:"
2022
+
2023
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2024
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2025
+ msgid "Refresh"
2026
+ msgstr "Opdater"
2027
+
2028
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2029
+ msgid "Reset statistics"
2030
+ msgstr "Nulstil statistik"
2031
+
2032
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2033
+ msgid "Reset user statistics"
2034
+ msgstr ""
2035
+
2036
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2037
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2038
+ msgid "Reset entire statistic"
2039
+ msgstr "Nulstil hele statistik"
2040
+
2041
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2042
+ msgid "Show only users, who solved the quiz:"
2043
+ msgstr "Vis kun brugere, som løste quizzen:"
2044
+
2045
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
2046
+ msgid "Front"
2047
+ msgstr "Front"
2048
+
2049
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
2050
+ msgid "Donate"
2051
+ msgstr "Doner"
2052
+
2053
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
2054
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
2055
+ msgstr "WP-Pro-Quiz er et lille, men godt gratis quiz plugin til WordPress."
2056
+
2057
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
2058
+ msgid ""
2059
+ "I try to implement all wishes as fast as possible and help with problems."
2060
+ msgstr ""
2061
+ "Jeg forsøger at gennemføre alle ønsker så hurtigt som muligt og hjælpe med "
2062
+ "problemer."
2063
+
2064
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
2065
+ msgid ""
2066
+ "Your donations can help to ensure that the project continues to remain free."
2067
+ msgstr ""
2068
+ "Dine donationer kan medvirke til at sikre, at projektet fortsat er gratis."
2069
+
2070
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
2071
+ msgid "Translate WP-Pro-Quiz"
2072
+ msgstr "Oversæt WP-Pro-Quiz"
2073
+
2074
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
2075
+ msgid "You need:"
2076
+ msgstr "Du skal bruge:"
2077
+
2078
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
2079
+ msgid "Latest POT file"
2080
+ msgstr "Seneste POT-fil"
2081
+
2082
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
2083
+ msgid "Open PoEdit"
2084
+ msgstr "start PoEdit"
2085
+
2086
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
2087
+ msgid "File - New catalogue from POT file..."
2088
+ msgstr "File - Nyt katalog fra POT-fil ..."
2089
+
2090
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
2091
+ msgid "Choose wp-pro-quiz.pot"
2092
+ msgstr "Vælg wp-pro-quiz.pot"
2093
+
2094
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
2095
+ msgid "Set \"Translation properties\""
2096
+ msgstr "Indstil \"oversættelse egenskaber\""
2097
+
2098
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
2099
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2100
+ msgstr "Gem PO-fil - med navnet \"wp-pro-qioz-da_DK.po\""
2101
+
2102
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
2103
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2104
+ msgstr "erstat da_DK med din lande korte koden (f.eks en_US, nl_NL ...)"
2105
+
2106
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
2107
+ msgid "Translate"
2108
+ msgstr "Oversæt"
2109
+
2110
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
2111
+ msgid ""
2112
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
2113
+ "quiz/languages"
2114
+ msgstr ""
2115
+ "Upload genererede *. Mo-filen til din server, til / wp-content/plugins/wp-"
2116
+ "pro-quiz/languages"
2117
+
2118
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
2119
+ msgid "Finished"
2120
+ msgstr "Færdig"
2121
+
2122
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
2123
+ msgid ""
2124
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
2125
+ "english to english) e.g. to rename buttons."
2126
+ msgstr ""
2127
+ "Du kan oversætte WP-Pro-Quiz fra eksisterende til eksisterende sprog (f.eks "
2128
+ "engelsk til engelsk), f.eks for at omdøbe knapper."
2129
+
2130
+ #, fuzzy
2131
+ #~ msgid ""
2132
+ #~ "Wp-Pro-Quiz\n"
2133
+ #~ "\t\t\n"
2134
+ #~ "Sie haben das Quiz \"$quizname\" abgeschlossen.\n"
2135
+ #~ "\t\t\n"
2136
+ #~ "Points: $points\n"
2137
+ #~ "Result: $result\n"
2138
+ #~ "\t\t\n"
2139
+ #~ msgstr ""
2140
+ #~ "Wp-Pro-Quiz\n"
2141
+ #~ "\n"
2142
+ #~ "Brugeren \"$username\" har gennemført \"$quizname\" quizzen.\n"
2143
+ #~ "\n"
2144
+ #~ "Point: $point\n"
2145
+ #~ "Resultat: $result\n"
2146
+ #~ "\n"
2147
+
2148
+ #~ msgid "Next exercise"
2149
+ #~ msgstr "Næste spørgsmål"
2150
+
2151
+ #, fuzzy
2152
+ #~ msgid "Admin E-mail settings"
2153
+ #~ msgstr "E-mail indstillinger"
2154
+
2155
+ #, fuzzy
2156
+ #~ msgid "User E-mail settings"
2157
+ #~ msgstr "E-mail indstillinger"
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-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"
@@ -60,7 +60,7 @@ 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"
@@ -80,11 +80,20 @@ msgstr ""
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"
@@ -96,14 +105,14 @@ msgstr "Daten werden geladen"
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
 
@@ -137,20 +146,20 @@ 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
 
@@ -178,36 +187,37 @@ 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."
 
188
 
189
- #: lib/controller/WpProQuiz_Controller_Toplist.php:144
190
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
191
- #: lib/controller/WpProQuiz_Controller_Toplist.php:165
192
- #: lib/controller/WpProQuiz_Controller_Toplist.php:169
193
- #: lib/controller/WpProQuiz_Controller_Toplist.php:175
 
 
 
 
 
194
  msgid "An error has occurred."
195
  msgstr "Ein Fehler ist aufgetreten."
196
 
197
- #: lib/controller/WpProQuiz_Controller_Toplist.php:186
198
- #: lib/controller/WpProQuiz_Controller_Toplist.php:195
199
  msgid "You can not enter again."
200
  msgstr "Sie können sich nicht erneut eintragen."
201
 
202
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
203
- msgid "No name or e-mail entered."
204
- msgstr "Kein Name oder keine E-Mail angegeben."
205
-
206
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
207
  msgid "Your name can not exceed 15 characters."
208
  msgstr "Ihr Name darf maximal 15 Zeichen lang sein."
209
 
210
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
211
  msgid "You entered wrong captcha code."
212
  msgstr "Captcha code ist falsch."
213
 
@@ -224,10 +234,11 @@ 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"
@@ -245,22 +256,53 @@ msgstr ""
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
@@ -269,7 +311,7 @@ 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,22 +320,22 @@ msgid "Sort by:"
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,12 +349,12 @@ msgid "UR = unregistered user, R = registered user"
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,219 +364,246 @@ msgid "Entered on"
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
 
346
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
347
- msgid "Action"
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
 
357
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
 
 
 
 
 
 
 
 
 
 
 
 
358
  msgid "Apply"
359
  msgstr "Übernehmen"
360
 
361
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
@@ -556,77 +625,202 @@ msgid "Table is loading"
556
  msgstr "Tabelle wird geladen"
557
 
558
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  msgid "to activate"
560
  msgstr "zu aktiveren"
561
 
562
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
563
  msgid "not to activate"
564
  msgstr "nicht zu aktivieren"
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"
572
-
573
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
574
  #: lib/view/WpProQuiz_View_WpqSupport.php:50
575
  msgid "Please note"
576
  msgstr "Hinweis"
577
 
578
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
579
  msgid ""
580
  "These settings should only be set in cases of problems with Wp-Pro-Quiz."
581
  msgstr ""
582
  "Diese Einstellungen sollten nur gesetzt werden, wenn es Probleme mit Wp-Pro-"
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,7 +828,7 @@ msgstr ""
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,12 +837,12 @@ msgstr ""
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,11 +850,11 @@ msgstr ""
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,7 +863,7 @@ msgstr ""
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,133 +872,47 @@ msgstr ""
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
@@ -832,22 +940,21 @@ msgstr "Quiz-Name"
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,47 +962,48 @@ msgstr ""
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."
@@ -903,32 +1011,32 @@ 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,15 +1046,15 @@ msgstr ""
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,47 +1064,51 @@ msgstr ""
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,13 +1116,13 @@ msgstr ""
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,7 +1130,7 @@ msgstr ""
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,50 +1138,56 @@ msgstr ""
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,7 +1195,7 @@ msgstr ""
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 "
@@ -1089,7 +1207,7 @@ msgstr ""
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,7 +1216,7 @@ msgstr ""
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."
@@ -1106,29 +1224,77 @@ msgstr ""
1106
  "z.B. \" Ich {spiele} Fußball, mit einem {ball|3}. \" - \"Spiele\" gibt einen "
1107
  "Punkt und \"Ball\" drei Punkte."
1108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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"
1120
  msgstr "Frage hinzufügen"
1121
 
1122
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1123
  msgid "Save order"
1124
  msgstr "Sortierung speichern"
1125
 
1126
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1127
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1128
  msgid "Copy questions from another Quiz"
1129
  msgstr "Fragen aus einem anderen Quiz kopieren."
1130
 
1131
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1132
  msgid ""
1133
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1134
  "selection enabled)"
@@ -1136,7 +1302,7 @@ msgstr ""
1136
  "Hier können Sie Fragen aus einem anderen Quiz in dieses Quiz kopieren. "
1137
  "(Mehrfachauswahl aktiviert)"
1138
 
1139
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1140
  msgid "Copy questions"
1141
  msgstr "Fragen kopieren"
1142
 
@@ -1176,66 +1342,29 @@ 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)"
1213
- msgstr ""
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,16 +1374,16 @@ msgstr ""
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,12 +1391,12 @@ msgstr ""
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,30 +1404,30 @@ msgstr ""
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,50 +1437,24 @@ msgstr ""
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."
1332
- msgstr ""
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. "
1345
- msgstr ""
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,40 +1462,31 @@ msgstr ""
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,7 +1494,7 @@ msgstr ""
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,21 +1502,21 @@ msgstr ""
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\"."
@@ -1430,13 +1524,13 @@ 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."
@@ -1444,7 +1538,7 @@ 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 "
@@ -1454,20 +1548,20 @@ msgstr ""
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."
@@ -1475,56 +1569,221 @@ 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,16 +1791,16 @@ msgstr ""
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,11 +1808,11 @@ msgstr ""
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"
@@ -1561,11 +1820,11 @@ 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,139 +1832,105 @@ msgstr ""
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)"
1648
- msgstr ""
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 "
1668
- "in %d questions."
1669
  msgstr ""
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\">"
1696
- "%s</span>%%)"
1697
  msgstr ""
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
 
1710
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1711
  msgid "Quiz overview"
@@ -1798,42 +2023,59 @@ msgstr "Benutzer"
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,6 +2166,15 @@ msgstr ""
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"
@@ -2182,10 +2433,6 @@ msgstr ""
2182
  #~ msgid "Alle Eintaege loeschen"
2183
  #~ msgstr "Delete all entries"
2184
 
2185
- #, fuzzy
2186
- #~ msgid "average Punkte"
2187
- #~ msgstr "Average score"
2188
-
2189
  #, fuzzy
2190
  #~ msgid "Deine Punkte"
2191
  #~ msgstr "Your score"
@@ -2291,10 +2538,3 @@ msgstr ""
2291
 
2292
  #~ msgid "Tip"
2293
  #~ msgstr "Tipp"
2294
-
2295
- #, fuzzy
2296
- #~ msgid "Statistics reset"
2297
- #~ msgstr "Statistik zurücksetzen"
2298
-
2299
- #~ msgid "Not all fields are filled"
2300
- #~ msgstr "Nicht alle Felder ausgefüllt"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:14+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:15+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Keine Daten verfügbar"
80
  msgid "You must specify a name."
81
  msgstr "Sie müssen einen Namen angeben."
82
 
83
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
84
+ msgid "This entry should really be deleted?"
85
+ msgstr "Soll dieser Eintrag wirklich gelöscht werden?"
86
+
87
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
88
+ msgid "Not all fields completed."
89
+ msgstr "Es wurden nicht alle Felder ausgefüllt."
90
+
91
  #: lib/controller/WpProQuiz_Controller_Front.php:44
92
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
93
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
94
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
95
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
96
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
97
  #: lib/view/WpProQuiz_View_Statistics.php:40
98
  msgid "Loading"
99
  msgstr "Daten werden geladen"
105
  #: lib/controller/WpProQuiz_Controller_Question.php:51
106
  #: lib/controller/WpProQuiz_Controller_Question.php:128
107
  #: lib/controller/WpProQuiz_Controller_Question.php:143
108
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
109
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
111
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
112
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
113
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
114
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
115
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "You do not have sufficient permissions to access this page."
118
 
146
  msgstr "Frage nicht gefunden"
147
 
148
  #: lib/controller/WpProQuiz_Controller_Question.php:173
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  #, php-format
151
  msgid "Question: %d"
152
  msgstr "Frage: %d"
153
 
154
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
155
  msgid "Question edited"
156
  msgstr "Frage geändert"
157
 
158
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
159
  msgid "New question"
160
  msgstr "Neue Frage"
161
 
162
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
163
  msgid "Question added"
164
  msgstr "Frage hinzugefügt"
165
 
187
  msgstr "Quiz gelöscht"
188
 
189
  #: lib/controller/WpProQuiz_Controller_Statistics.php:44
190
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
191
  msgid "No category"
192
  msgstr "Keine Kategorie"
193
 
194
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
195
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
196
+ msgid "No name or e-mail entered."
197
+ msgstr "Kein Name oder keine E-Mail angegeben."
198
 
 
199
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
200
+ msgid "You signed up successfully."
201
+ msgstr "Sie haben sich erfolgreich eingetragen."
202
+
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
206
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
207
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
208
  msgid "An error has occurred."
209
  msgstr "Ein Fehler ist aufgetreten."
210
 
211
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
212
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
213
  msgid "You can not enter again."
214
  msgstr "Sie können sich nicht erneut eintragen."
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
217
  msgid "Your name can not exceed 15 characters."
218
  msgstr "Ihr Name darf maximal 15 Zeichen lang sein."
219
 
220
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
221
  msgid "You entered wrong captcha code."
222
  msgstr "Captcha code ist falsch."
223
 
234
  msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
235
 
236
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
237
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
238
  msgid "Wp-Pro-Quiz: One user completed a quiz"
239
  msgstr "Wp-Pro-Quiz: Ein Benutzer hat ein Quiz abgeschlossen"
240
 
241
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
242
  msgid ""
243
  "Wp-Pro-Quiz\n"
244
  "\n"
256
  "Ergebnis: $result\n"
257
  "\n"
258
 
259
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
260
+ msgid ""
261
+ "Wp-Pro-Quiz\n"
262
+ "\n"
263
+ "You have completed the quiz \"$quizname\".\n"
264
+ "\n"
265
+ "Points: $points\n"
266
+ "Result: $result\n"
267
+ "\n"
268
+ msgstr ""
269
+ "Wp-Pro-Quiz\n"
270
+ "\n"
271
+ "Sie haben das Quiz \"$quizname\" abgeschlossen.\n"
272
+ "\n"
273
+ "Punkte: $points\n"
274
+ "Ergebnis: $result\n"
275
+ "\n"
276
+
277
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
278
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
279
  msgid "The user completed a quiz."
280
  msgstr "Der Benutzer beendet ein Quiz."
281
 
282
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
283
+ msgid "The user completed a quiz with 100 percent."
284
+ msgstr "Der Benutzer beendet ein Quiz mit 100 Prozent."
285
+
286
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
287
+ msgid "A powerful and beautiful quiz plugin for WordPress."
288
+ msgstr "Eine leistungsstarkes und schönes Quiz-Plugin für WordPress."
289
+
290
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
291
+ msgid "WP-Pro-Quiz"
292
+ msgstr "WP-Pro-Quiz"
293
+
294
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
295
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
298
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
299
  msgid "Leaderboard"
300
  msgstr "Bestenliste"
301
 
302
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
303
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
304
  #: lib/view/WpProQuiz_View_Import.php:22
305
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
306
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
307
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
308
  #: lib/view/WpProQuiz_View_Statistics.php:24
311
  msgstr "zurück zur Übersicht"
312
 
313
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
314
+ #: lib/view/WpProQuiz_View_Statistics.php:200
315
  msgid "Filter"
316
  msgstr "Filter"
317
 
320
  msgstr "Sortieren nach:"
321
 
322
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
324
  msgid "best user"
325
  msgstr "bester Benutzer"
326
 
327
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
329
  msgid "newest entry"
330
  msgstr "neuester Eintrag"
331
 
332
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
334
  msgid "oldest entry"
335
  msgstr "Ältester Eintrag"
336
 
337
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
338
+ #: lib/view/WpProQuiz_View_Statistics.php:211
339
  msgid "How many entries should be shown on one page:"
340
  msgstr "Wie viele Benutzer sollen auf einer Seite angezeigt werden:"
341
 
349
  msgstr "UR = nicht registrierter Benutzer, R = registrierter Benutzer"
350
 
351
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
352
+ #: lib/view/WpProQuiz_View_Statistics.php:230
353
  msgid "User"
354
  msgstr "Benutzer"
355
 
356
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
357
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
358
  msgid "E-Mail"
359
  msgstr "E-Mail"
360
 
364
  msgstr "Eingetragen am"
365
 
366
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
367
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
368
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
369
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
370
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
371
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
372
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
373
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
374
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
375
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
376
+ #: lib/view/WpProQuiz_View_Statistics.php:96
377
+ #: lib/view/WpProQuiz_View_Statistics.php:231
378
  msgid "Points"
379
  msgstr "Punkte"
380
 
381
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
382
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
383
+ #: lib/view/WpProQuiz_View_Statistics.php:102
384
+ #: lib/view/WpProQuiz_View_Statistics.php:236
385
  msgid "Results"
386
  msgstr "Ergebnis"
387
 
388
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
389
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
390
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
391
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
392
+ msgid "Edit"
393
+ msgstr "Bearbeiten"
394
 
395
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
396
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
397
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
398
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
399
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
400
  msgid "Delete"
401
  msgstr "Löschen"
402
 
403
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
404
+ msgid "save"
405
+ msgstr "Speichern"
406
+
407
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
408
+ msgid "cancel"
409
+ msgstr "Abbrechen"
410
+
411
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
412
+ msgid "Action"
413
+ msgstr "Aktion"
414
+
415
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
416
  msgid "Apply"
417
  msgstr "Übernehmen"
418
 
419
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
420
  msgid "Delete all entries"
421
  msgstr "Alle Einträge löschen"
422
 
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
426
  msgid "Time limit"
427
  msgstr "Zeitlimit"
428
 
429
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
430
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
432
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
437
  msgid "Quiz-summary"
438
  msgstr "Quiz-Zusammenfassung"
439
 
440
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
441
  #, php-format
442
  msgid "%s of %s questions completed"
443
  msgstr "%s von %s Fragen beantwortet"
444
 
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
446
  #: lib/view/WpProQuiz_View_Import.php:44
447
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
448
  msgid "Questions"
449
  msgstr "Fragen"
450
 
451
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
453
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
454
  msgid "Finish quiz"
455
  msgstr "Quiz abschließen"
456
 
457
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
458
  msgid "Start quiz"
459
  msgstr "Quiz starten"
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
462
  msgid ""
463
  "You have already completed the quiz before. Hence you can not start it again."
464
  msgstr ""
465
  "Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut "
466
  "starten."
467
 
468
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
469
  msgid "You have to finish following quiz, to start this quiz:"
470
  msgstr ""
471
  "Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:"
472
 
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
474
  #, php-format
475
  msgid "%s of %s questions answered correctly"
476
  msgstr "%s von %s Frage korrekt beantwortet"
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
479
  msgid "Your time: <span></span>"
480
  msgstr "Ihre Zeit: <span></span>"
481
 
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
483
  msgid "Time has elapsed"
484
  msgstr "Zeit ist abgelaufen"
485
 
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
487
  #, php-format
488
  msgid "You have reached %s of %s points, (%s)"
489
  msgstr "Sie haben %s von %s Punkten erreicht (%s)"
490
 
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
492
  msgid "Average score"
493
  msgstr "Ø Punkte"
494
 
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
496
  msgid "Your score"
497
  msgstr "Deine Punkte"
498
 
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
500
+ msgid "Categories"
501
+ msgstr "Kategorien"
502
+
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
504
+ msgid "Not categorized"
505
+ msgstr "Nicht kategorisiert"
506
+
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
508
  msgid "Restart quiz"
509
  msgstr "Quiz erneut starten"
510
 
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
512
  msgid "View questions"
513
  msgstr "Fragen ansehen"
514
 
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
516
  msgid "Show leaderboard"
517
  msgstr "Zeige Bestenliste"
518
 
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
520
+ msgid "Answered"
521
+ msgstr "Beantwortet"
522
+
523
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
524
+ msgid "Review"
525
+ msgstr "Vorgemerkt"
526
+
527
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
528
+ msgid "Review question"
529
+ msgstr "Frage vormerken"
530
+
531
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
532
  #, php-format
533
  msgid "Question %s of %s"
534
  msgstr "Frage %s von %s"
535
 
536
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
537
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
538
+ #: lib/view/WpProQuiz_View_Statistics.php:95
539
  msgid "Question"
540
  msgstr "Frage"
541
 
542
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
543
  #, php-format
544
  msgid "%d points"
545
  msgstr "%d Punkte"
546
 
547
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
548
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
549
  msgid "Sort elements"
550
  msgstr "Sortierelemente"
551
 
552
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
553
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
554
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
555
+ #: lib/view/WpProQuiz_View_Statistics.php:97
556
+ #: lib/view/WpProQuiz_View_Statistics.php:232
557
  msgid "Correct"
558
  msgstr "Korrekt"
559
 
560
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
561
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
562
+ #: lib/view/WpProQuiz_View_Statistics.php:98
563
+ #: lib/view/WpProQuiz_View_Statistics.php:233
564
  msgid "Incorrect"
565
  msgstr "Inkorrekt"
566
 
567
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
568
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
569
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
570
  msgid "Hint"
571
  msgstr "Tipp"
572
 
573
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
576
  msgid "Skip question"
577
  msgstr "Frage überspringen"
578
 
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
580
  msgid "Back"
581
  msgstr "Zurück"
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
584
  msgid "Check"
585
  msgstr "Prüfen"
586
 
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
588
+ msgid "Next"
589
+ msgstr "Weiter"
590
 
591
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
592
+ msgid "Your result has been entered into leaderboard"
593
+ msgstr "Dein Ergebnis wurde in die Bestenliste eingetragen"
594
 
595
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
596
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
597
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
598
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
599
  msgid "Name"
600
  msgstr "Name"
601
 
602
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
603
  msgid "Captcha"
604
  msgstr "Captcha"
605
 
606
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
607
  msgid "Send"
608
  msgstr "Abschicken"
609
 
625
  msgstr "Tabelle wird geladen"
626
 
627
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
628
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
630
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
631
+ msgid "Global settings"
632
+ msgstr "Globale Einstellungen"
633
+
634
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
635
+ msgid "E-Mail settings"
636
+ msgstr "E-Mail Einstellungen"
637
+
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
640
+ msgid "Settings in case of problems"
641
+ msgstr "Einstellungen bei Problemen"
642
+
643
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
644
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
646
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
647
+ msgid "Save"
648
+ msgstr "Speichern"
649
+
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
651
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
652
+ msgid "Leaderboard time format"
653
+ msgstr "Bestenliste Zeitformat"
654
+
655
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
656
+ msgid "Custom"
657
+ msgstr "Angepasst"
658
+
659
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
660
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
661
+ msgid "Documentation on date and time formatting"
662
+ msgstr "Dokumentation über Datum und Uhrzeit Formatierung (engl.)"
663
+
664
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
666
+ msgid "Statistic time format"
667
+ msgstr "Statistik Zeitformat"
668
+
669
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
670
+ msgid "Select example:"
671
+ msgstr "Wähle ein Beispiel:"
672
+
673
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
674
+ msgid "Time format:"
675
+ msgstr "Zeitformat:"
676
+
677
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
679
+ msgid "Category management"
680
+ msgstr "Kategorie-Verwaltung"
681
+
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
684
+ msgid "Admin e-mail settings"
685
+ msgstr "Admin E-mail settings"
686
+
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
688
+ msgid "To:"
689
+ msgstr "An:"
690
+
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
692
+ msgid ""
693
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
694
+ "com"
695
+ msgstr ""
696
+ "Mehrere E-Mail-Adressen mit Komma trennen, z.B. wp@test.com, test@test.com"
697
+
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
699
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
700
+ msgid "From:"
701
+ msgstr "Absender:"
702
+
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
705
+ msgid "Subject:"
706
+ msgstr "Betreff:"
707
+
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
709
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
710
+ msgid "HTML"
711
+ msgstr "HTML"
712
+
713
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
714
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
715
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
716
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
717
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
738
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
740
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
744
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
745
+ msgid "Activate"
746
+ msgstr "Aktivieren"
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
749
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
750
+ msgid "Message body:"
751
+ msgstr "Nachricht:"
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
754
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
755
+ msgid "Allowed variables"
756
+ msgstr "Erlaubte Variablen"
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
759
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
760
+ msgid "User-ID"
761
+ msgstr "Benutzer-ID"
762
+
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
764
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
765
+ msgid "Username"
766
+ msgstr "Benutzername"
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
769
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
770
+ msgid "Quiz-Name"
771
+ msgstr "Quiz-Name"
772
+
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
774
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
775
+ msgid "Result in precent"
776
+ msgstr "Ergebnis in Prozent"
777
+
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
779
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
780
+ msgid "Reached points"
781
+ msgstr "Erreichte Punktzahl"
782
+
783
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
784
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
785
+ msgid "IP-address of the user"
786
+ msgstr "IP-Adresse des Benutzers"
787
+
788
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
789
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
790
+ msgid "User e-mail settings"
791
+ msgstr "Benutzer E-Mail Einstellungen"
792
+
793
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
794
  msgid "to activate"
795
  msgstr "zu aktiveren"
796
 
797
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
798
  msgid "not to activate"
799
  msgstr "nicht zu aktivieren"
800
 
801
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
 
 
 
 
 
 
 
802
  #: lib/view/WpProQuiz_View_WpqSupport.php:50
803
  msgid "Please note"
804
  msgstr "Hinweis"
805
 
806
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
807
  msgid ""
808
  "These settings should only be set in cases of problems with Wp-Pro-Quiz."
809
  msgstr ""
810
  "Diese Einstellungen sollten nur gesetzt werden, wenn es Probleme mit Wp-Pro-"
811
  "Quiz gibt."
812
 
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
814
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
 
 
 
 
 
815
  msgid "Automatically add [raw] shortcode"
816
  msgstr "Automatisch [raw] Shortcode hinzufügen"
817
 
818
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
819
  #, php-format
820
  msgid "It is recommended %s this option on your system."
821
  msgstr "Es wird auf Ihrem System empfohlen dies %s."
822
 
823
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
824
  msgid ""
825
  "If this option is activated, a [raw] shortcode is automatically set around "
826
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
828
  "Wenn diese Option aktivieren, wird automatisch ein [raw] Shortcode um den "
829
  "WpProQuiz Shortcode ( [WpProQuiz X] ) gesetzt ( [raw] [WpProQuiz X] [/raw] )."
830
 
831
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
832
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
833
  msgid ""
834
  "Own themes changes internal order of filters, what causes the problems. "
837
  "Einige Themen verändern die interne Reihenfolge der Filter, wodurch es zu "
838
  "Fehlern kommt. Mit dem zusätzlichen Shortcode [raw] wird dies verhindert."
839
 
840
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
841
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
842
  msgid "Do not load the Javascript-files in the footer"
843
  msgstr "Javascript-Dateien nicht am Seitenende laden"
844
 
845
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
846
  msgid ""
847
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
848
  "when they are really needed."
850
  "Standardmäßig werden alle WpProQuiz-Javascript-Dateien am Seitenende geladen "
851
  "und auch nur dann wenn sie wirklich benötigt werden."
852
 
853
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
854
  msgid "In very old Wordpress themes this can lead to problems."
855
  msgstr "Bei sehr alten Wordpress Themes kann dies zu Problemen führen."
856
 
857
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
858
  msgid ""
859
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
860
  "the header even if they are not needed."
863
  "Dateien im Header geladen, eine Unterscheidung ob die Javascript Dateien "
864
  "wirklich benötigt werden kann dann nicht mehr getroffen werden."
865
 
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
867
  #, php-format
868
  msgid ""
869
  "Anyone who wants to learn more about this topic should read through the "
872
  "Wer mehr über dieses Thema erfahren möchte, sollte sich folgende Webseiten "
873
  "durchlesen %s und %s"
874
 
875
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
876
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
877
  msgid "Touch Library"
878
  msgstr "Touch Library"
879
 
880
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
884
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
885
  msgid "Deactivate"
886
  msgstr "Deaktivieren"
887
 
888
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
889
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
890
  msgstr ""
891
  "In Version 0.13 wurde eine neue Touch Library für Mobilegeräte hinzugefügt."
892
 
893
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
894
  msgid "If you have any problems with the Touch Library, please deactivate it."
895
  msgstr ""
896
  "Wenn Sie Probleme mit der Touch Library haben, können Sie dies hier "
897
  "deaktivieren."
898
 
899
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
900
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
901
  msgid "jQuery support cors"
902
  msgstr "jQuery support cors"
903
 
904
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
905
  msgid "Is required only in rare cases."
906
  msgstr "Ist nur in seltenen Fällen erforderlich."
907
 
908
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
909
  msgid "If you have problems with the front ajax, please activate it."
910
  msgstr "Wenn Sie Probleme mit dem Front AJAX haben, bitte aktivieren Sie es."
911
 
912
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
913
  msgid "e.g. Domain with special characters in combination with IE"
914
  msgstr "z.B. Bei einer Domain mit Sonderzeichen in Kombination mit IE"
915
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
916
  #: lib/view/WpProQuiz_View_Import.php:21
917
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
918
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
940
  msgid "Start import"
941
  msgstr "Import starten"
942
 
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
944
  msgid "Title"
945
  msgstr "Titel"
946
 
947
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
948
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
950
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
951
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
954
  msgid "(optional)"
955
  msgstr "(Optional)"
956
 
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
958
  msgid ""
959
  "The title is used for overview, it is not visible in quiz. If you leave the "
960
  "title field empty, a title will be generated."
962
  "Der Titel dient nur zur Übersicht, es wird nicht im Quiz angezeigt. Wird der "
963
  "Titel leer gelassen, wird ein Titel generiert."
964
 
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
966
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
968
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
971
  msgid "(required)"
972
  msgstr "(Pflichtfeld)"
973
 
974
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
975
  msgid "Points for this question (Standard is 1 point)"
976
  msgstr "Punkte für diese Frage (Standard ist 1 Punkt)"
977
 
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
979
  msgid ""
980
  "This points will be rewarded, only if the user closes the question correctly."
981
  msgstr ""
982
  "Diese Punkte werden nur dann vergeben, wenn der Benutzer die Frage korrekt "
983
  "abschließt."
984
 
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
986
  msgid "Different points for each answer"
987
  msgstr "Unterschiedliche Punkte für jede Antwort"
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
990
  msgid ""
991
  "If you enable this option, you can enter different points for every answer."
992
  msgstr ""
993
  "Wenn Sie diese Option aktivieren, können Sie für jede Antwort "
994
  "unterschiedliche Punkte vergeben."
995
 
996
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
997
  msgid "Show reached points in the correct- and incorrect message?"
998
  msgstr "Erreichte Punkte in der Korrekt- und Inkorrekt-Nachricht anzeigen?"
999
 
1000
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
1001
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1002
+ #: lib/view/WpProQuiz_View_Statistics.php:115
1003
  msgid "Category"
1004
  msgstr "Kategorie"
1005
 
1006
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
1007
  msgid ""
1008
  "You can assign classify category for a question. Categories are e.g. visible "
1009
  "in statistics function."
1011
  "Sie können Fragen in eine Kategorie einordnen. Die Kategorien sind dann z.B. "
1012
  "in der Statistik-Funktion sichtbar."
1013
 
1014
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1015
  msgid "You can manage categories in global settings."
1016
  msgstr "Die Kategorien können sie in den Globalen-Einstellungen verwalten."
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1019
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1020
  msgid "Create new category"
1021
  msgstr "Neue Kategorie anlegen"
1022
 
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
1024
  msgid "Create"
1025
  msgstr "Anlegen"
1026
 
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1028
  msgid "Message with the correct / incorrect answer"
1029
  msgstr "Nachricht bei korrekter / inkorrekter Antwort"
1030
 
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1032
  msgid "Deactivated in quiz settings."
1033
  msgstr "In den Quiz-Einstellungen deaktiviert."
1034
 
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1036
  msgid "Message with the correct answer"
1037
  msgstr "Nachricht bei korrekter Antwort"
1038
 
1039
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1040
  msgid ""
1041
  "This text will be visible if answered correctly. It can be used as "
1042
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1046
  "für komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
1047
  "immer automatisch angezeigt."
1048
 
1049
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1050
  msgid "Same text for correct- and incorrect-message?"
1051
  msgstr "Gleicher Text für Korrekt- und Inkorrekt-Nachricht?"
1052
 
1053
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1054
  msgid "Message with the incorrect answer"
1055
  msgstr "Nachricht bei inkorrekter Antwort"
1056
 
1057
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1058
  msgid ""
1059
  "This text will be visible if answered incorrectly. It can be used as "
1060
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1064
  "komplexe Aufgaben dienen. Die Nachricht \"Richtig\" oder \"Falsch\" wird "
1065
  "immer automatisch angezeigt."
1066
 
1067
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1068
  msgid "Here you can enter solution hint."
1069
  msgstr "Hier können Sie einen Lösungstipp hinterlegen."
1070
 
1071
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1072
  msgid "Activate hint for this question?"
1073
  msgstr "Tipp für diese Frage aktivieren?"
1074
 
1075
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1076
  msgid "Answer type"
1077
  msgstr "Antwort Typ?"
1078
 
1079
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1080
  msgid "Single choice"
1081
  msgstr "Single choice"
1082
 
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1084
  msgid "Multiple choice"
1085
  msgstr "Multiple choice"
1086
 
1087
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1088
  msgid "\"Free\" choice"
1089
  msgstr "\"Free\" choice"
1090
 
1091
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1092
  msgid "\"Sorting\" choice"
1093
  msgstr "\"Sorting\" choice"
1094
 
1095
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1096
  msgid "\"Matrix Sorting\" choice"
1097
  msgstr "\"Matrix Sorting\" choice"
1098
 
1099
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1100
  msgid "Cloze"
1101
  msgstr "Lückentext"
1102
 
1103
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1104
+ msgid "Assessment"
1105
+ msgstr "Beurteilung"
1106
+
1107
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1108
  msgid "Answers"
1109
  msgstr "Antworten"
1110
 
1111
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1112
  msgid ""
1113
  "Please sort the answers in right order with the \"Move\" - Button. The "
1114
  "answers will be displayed randomly."
1116
  "Bitte Antworten mit dem \"Verschiebe\"-Button in die richtige Reihenfolge "
1117
  "bringen. Die Antworten werden später immer zufällig ausgegeben."
1118
 
1119
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1120
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1121
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1122
  msgid "Add new answer"
1123
  msgstr "Neue Antwort hinzufügen"
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1126
  msgid ""
1127
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1128
  "matching criterion."
1130
  "In diesem Modus muss nicht eine Liste sortiert werden, sondern die "
1131
  "Sortierelemente müssen zu den passenden Kriterium zugeordnet werden."
1132
 
1133
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1134
  msgid ""
1135
  "You can create sort elements with empty criteria, which can't be assigned by "
1136
  "user."
1138
  "Sie können auch Sortierelemente mit einem leeren Kriterium erstellen, der "
1139
  "vom Benutzer nicht zugeordnet werden darf."
1140
 
1141
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1142
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1143
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1144
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1145
  msgid "Options"
1146
  msgstr "Optionen"
1147
 
1148
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1149
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1150
  msgid "Answer"
1151
  msgstr "Antwort"
1152
 
1153
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1154
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1155
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1157
  msgid "Allow HTML"
1158
  msgstr "HTML erlauben"
1159
 
1160
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1161
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1162
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1163
  msgid "Delete answer"
1164
  msgstr "Antwort löschen"
1165
 
1166
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1167
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1168
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1169
+ msgid "Add Media"
1170
+ msgstr "Datei hinzufügen"
1171
+
1172
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1173
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1174
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1175
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1176
  msgid "Move"
1177
  msgstr "Verschieben"
1178
 
1179
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1180
  msgid "Criterion"
1181
  msgstr "Kriterium"
1182
 
1183
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1184
  msgid ""
1185
  "correct answers (one per line) (answers will be converted to lower case)"
1186
  msgstr ""
1187
  "Korrekte Antworten (eine pro Zeile ) (Antworten werden in Kleinbuchstaben "
1188
  "umgewandelt)"
1189
 
1190
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1191
  msgid ""
1192
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1193
  "small letters will be ignored."
1195
  "Umschliessen sie die gesuchten Woerter mit { } z.B. \"Ich {spiele} Fussball"
1196
  "\". Gross- und Kleinschreibung wird ignoriert."
1197
 
1198
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1199
  msgid ""
1200
  "You can specify multiple options for a search word. Enclose the word with "
1201
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1207
  "spacing: 2px;\"> \"Ich {[spiele][liebe][hasse]} Fußball\" </span>. Richtig "
1208
  "wäre denn spiele, liebe ORDER hasse."
1209
 
1210
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1211
  msgid ""
1212
  "If mode \"Different points for every answer\" is activated, you can assign "
1213
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1216
  "können sie mit |POINTS unterschiedliche Punkte vergeben. Ansonsten gibt es "
1217
  "für jede Korrekte Antwort einen Punkt."
1218
 
1219
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1220
  msgid ""
1221
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1222
  "\" 3 points."
1224
  "z.B. \" Ich {spiele} Fußball, mit einem {ball|3}. \" - \"Spiele\" gibt einen "
1225
  "Punkt und \"Ball\" drei Punkte."
1226
 
1227
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1228
+ msgid "Here you can create an assessment question."
1229
+ msgstr "Hier können Sie eine Beurteilungsfrage erstellen."
1230
+
1231
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1232
+ msgid ""
1233
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1234
+ msgstr ""
1235
+ "Umschließen Sie eine Beurteilung mit { }. Die einzelnen Beurteilungen werden "
1236
+ "mit [ ] gekennzeichnet."
1237
+
1238
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1239
+ msgid "The number of options in the maximum score."
1240
+ msgstr "Die Anzahl der Auswahlmöglichkeiten ergibt die maximale Punktzahl."
1241
+
1242
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1243
+ msgid "Examples:"
1244
+ msgstr "Beispiele:"
1245
+
1246
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1247
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1248
+ msgstr "weniger wahr {[1] [2] [3] [4] [5]} mehr wahr"
1249
+
1250
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1251
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1261
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1268
+ msgid "Demo"
1269
+ msgstr "Demo"
1270
+
1271
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1272
+ msgid "less true { [a] [b] [c] } more true"
1273
+ msgstr "weniger wahr {[a] [b] [c]} mehr wahr"
1274
+
1275
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1276
  msgid "Questions sorted"
1277
  msgstr "Fragen sortiert"
1278
 
1279
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1280
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1281
  msgid "Total"
1282
  msgstr "Summe"
1283
 
1284
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1285
  msgid "Add question"
1286
  msgstr "Frage hinzufügen"
1287
 
1288
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1289
  msgid "Save order"
1290
  msgstr "Sortierung speichern"
1291
 
 
1292
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1293
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1294
  msgid "Copy questions from another Quiz"
1295
  msgstr "Fragen aus einem anderen Quiz kopieren."
1296
 
1297
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1298
  msgid ""
1299
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1300
  "selection enabled)"
1302
  "Hier können Sie Fragen aus einem anderen Quiz in dieses Quiz kopieren. "
1303
  "(Mehrfachauswahl aktiviert)"
1304
 
1305
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1306
  msgid "Copy questions"
1307
  msgstr "Fragen kopieren"
1308
 
1342
 
1343
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1344
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1345
  msgid "Display question randomly"
1346
  msgstr "Fragen zufällig ausgeben"
1347
 
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1350
  msgid "Display answers randomly"
1351
  msgstr "Antworten zufällig ausgeben"
1352
 
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1354
  msgid "Seconds"
1355
  msgstr "Sekunden"
1356
 
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1358
  msgid "0 = no limit"
1359
  msgstr "0 = Kein Limit"
1360
 
1361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1363
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1364
  msgid "Statistics"
1365
  msgstr "Statistik"
1366
 
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1368
  msgid ""
1369
  "Statistics about right or wrong answers. Statistics will be saved by "
1370
  "completed quiz, not after every question. The statistics is only visible "
1374
  "vollständigen abschließen des Quiz gespeichert, nicht nach jeder Frage. Die "
1375
  "Statistik ist nur über das Adminmenü einsehbar (interne Statistik)"
1376
 
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1379
  msgid "Statistics IP-lock"
1380
  msgstr "Statistik IP-Sperre"
1381
 
1382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1383
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1384
  msgstr "in Minuten (Empfohlen: 1440 Minuten = 1 Tag)"
1385
 
1386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1387
  msgid ""
1388
  "Protect the statistics from spam. Result will only be saved every X minutes "
1389
  "from same IP. (0 = deactivated)"
1391
  "Schuetz die Statistik vor Spam. Ergebnis wird nur aller X Minuten von der "
1392
  "gleichen IP gespeichert. (0 = Deaktiviert)"
1393
 
1394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1396
  msgid "Execute quiz only once"
1397
  msgstr "Quiz nur einmal ausführen"
1398
 
1399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1400
  msgid ""
1401
  "If you activate this option, the user can complete the quiz only once. "
1402
  "Afterwards the quiz is blocked for this user."
1404
  "Wenn diese Option aktivieren, kann ein Benutzer das Quiz nur einmal "
1405
  "absolvieren, danach wird das Quiz für diesen Benutzer gesperrt."
1406
 
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1408
  msgid "This option applies to:"
1409
  msgstr "Diese Option gilt für:"
1410
 
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1413
  msgid "all users"
1414
  msgstr "Alle Benutzer"
1415
 
1416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1418
  msgid "registered useres only"
1419
  msgstr "nur registriere Benutzer"
1420
 
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1423
  msgid "anonymous users only"
1424
  msgstr "nur anonyme Benutzer"
1425
 
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1427
  msgid "user identification by cookie"
1428
  msgstr "Benutzer-Identifikation über Cookie"
1429
 
1430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1431
  msgid ""
1432
  "If you activate this option, a cookie is set additionally for unregistrated "
1433
  "(anonymous) users. This ensures a longer assignment of the user than the "
1437
  "Benutzer (anonyme) gesetzt. Dies gewährleistet eine längere Zuordnung des "
1438
  "Benutzers als nur über die IP-Adresse."
1439
 
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1441
  msgid "Reset the user identification"
1442
  msgstr "Benutzer-Identifikation zurücksetzten"
1443
 
1444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1445
  msgid "User identification has been reset."
1446
  msgstr "Benutzer-Identifikation wurde zurückgesetzt."
1447
 
1448
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1449
+ msgid "Resets user identification for all users."
1450
+ msgstr "Setzt die Benutzer-Identifikation für alle Benutzer zurück."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1451
 
1452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1454
  msgid "Show only specific number of questions"
1455
  msgstr "Zeige nur bestimmte Anzahl von Fragen"
1456
 
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1458
  msgid ""
1459
  "If you enable this option, maximum number of displayed questions will be X "
1460
  "from X questions. (The output of questions is random)"
1462
  "Wenn Sie diese Option aktivieren, werden immer nur maximal X von X Fragen "
1463
  "angezeigt. (Die Ausgabe der Fragen erfolgt zufällig)"
1464
 
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1466
  msgid "The statistics function is not available in this option."
1467
  msgstr "Die Statistik-Funktion ist mit dieser Option nicht verfügbar."
1468
 
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1470
  msgid ""
1471
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1472
  msgstr ""
1473
  "Diese Option funktioniert nicht zu verlässlich in Verbindung mit Frontend-"
1474
  "Cache-Plugins."
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1477
  msgid "How many questions should be displayed simultaneously:"
1478
  msgstr "Wie viele Fragen sollen gleichzeitig angezeigt werden:"
1479
 
1480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1481
  msgid "in percent"
1482
  msgstr "in Prozent"
1483
 
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1486
  msgid "Prerequisites"
1487
  msgstr "Voraussetzungen"
1488
 
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1490
  msgid ""
1491
  "If you enable this option, you can choose quiz, which user have to finish "
1492
  "before he can start this quiz."
1494
  "Wenn Sie diese Option aktivieren, können Sie wählen welches Quiz ein "
1495
  "Benutzer vorher abgeschlossen habe muss, bevor er dieses Quiz starten kann."
1496
 
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1498
  msgid ""
1499
  "In all selected quizzes statistic function have to be active. If it is not "
1500
  "it will be activated automatically."
1502
  "Bei allen ausgewählten Quiz muss die Statistik-Funktion aktiviert sein, ist "
1503
  "dies nicht der Fall wird diese automatisch aktiviert."
1504
 
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1506
  msgid "Quiz"
1507
  msgstr "Quiz"
1508
 
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1510
  msgid "Prerequisites (This quiz have to be finished)"
1511
  msgstr "Voraussetzung (Diese Quiz muss vorher abgeschlossen wurden sein.)"
1512
 
1513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1516
  msgid "Question overview"
1517
  msgstr "Frage-Übersicht"
1518
 
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1520
  msgid ""
1521
  "Add at the top of the quiz a question overview, which allows easy "
1522
  "navigation. Additional questions can be marked \"to review\"."
1524
  "Fügt oberhalb des Quiz eine Frage-Übersicht ein, die eine leichte Navigation "
1525
  "erlaubt. Desweitern können Fragen als \"vorgemerkt\" markiert werden."
1526
 
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1528
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1529
  msgstr ""
1530
  "Zusätzlich wird vor dem abschließen des Quiz eine Quiz-Zusammenfassung "
1531
  "angezeigt."
1532
 
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1534
  msgid ""
1535
  "If you enalbe this option, no quiz overview will be displayed, before "
1536
  "finishing quiz."
1538
  "Wenn Sie diese Option aktivieren, wird vor dem Abschluss des Quiz keine Quiz-"
1539
  "Zusammenfassung angezeigt."
1540
 
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1542
  msgid ""
1543
  "If you enable this option, user won't be able to skip question. (only in "
1544
  "\"Overview -> next\" mode). User still will be able to navigate over "
1548
  "(nur im \"Prüfen -> Weiter\" Modus). Benutzer können aber weiterhin über die "
1549
  "\"Frage-Übersicht\" navigieren."
1550
 
1551
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1553
+ msgid "Admin e-mail notification"
1554
+ msgstr "Admin E-Mail-Benachrichtigung"
1555
 
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1557
  msgid "for registered users only"
1558
  msgstr "Nur bei registrierten Benutzern"
1559
 
1560
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1561
  msgid "for all users"
1562
  msgstr "Bei alle Benutzer"
1563
 
1564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1565
  msgid ""
1566
  "If you enable this option, you will be informed if a user completes this "
1567
  "quiz."
1569
  "Wenn Sie diese Option aktivieren, werden Sie informiert sobald ein Benutzer "
1570
  "dieses Quiz abschließt."
1571
 
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1574
  msgid "E-Mail settings can be edited in global settings."
1575
  msgstr ""
1576
  "Die E-Mail-Einstellungen können Sie in den Globalen-Einstellungen vornehmen."
1577
 
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1580
+ msgid "User e-mail notification"
1581
+ msgstr "Benutzer E-Mail-Benachrichtigung"
1582
 
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1584
+ msgid ""
1585
+ "If you enable this option, an email is sent with his quiz result to the "
1586
+ "user. (only registered users)"
1587
+ msgstr ""
1588
+ "Wenn Sie diese Option aktivieren, wird an den jeweiligen Benutzer eine E-"
1589
+ "Mail mit seinem Quiz-Ergebnis geschickt. (nur bei registrieren Benutzern)"
1590
 
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1592
+ msgid "Quiz description"
1593
+ msgstr "Quiz Beschreibung"
1594
+
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1596
+ msgid "This text will be displayed before start of the quiz."
1597
+ msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
1598
+
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1600
+ msgid "Results text"
1601
+ msgstr "Ergebnis Text"
1602
+
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1604
+ msgid ""
1605
+ "This text will be displayed at the end of the quiz (in results). (this text "
1606
+ "is optional)"
1607
+ msgstr ""
1608
+ "Dieser Text wird beim Beenden (im Ergebnis) des Quizes angezeigt (Dieser "
1609
+ "Text ist optional)"
1610
+
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1612
+ msgid "Activate graduation"
1613
+ msgstr "Abstufungen aktivieren"
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1616
+ msgid "Hint:"
1617
+ msgstr "Hinweis:"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1620
+ msgid "Maximal 15 levels"
1621
+ msgstr "Maximal 15 Stufen"
1622
+
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1624
+ #, php-format
1625
+ msgid ""
1626
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1627
+ "in %d questions."
1628
+ msgstr ""
1629
+ "Prozente beziehen sich auf die Gesamtpunktzahl des Quiz (Aktuell: insgesamt "
1630
+ "%d Punkte bei %d Fragen)"
1631
+
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1633
+ msgid "Values can also be mixed up"
1634
+ msgstr "Werte können auch durcheinander sein"
1635
+
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1637
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1638
+ msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
1639
+
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1642
+ msgid "from:"
1643
+ msgstr "Ab:"
1644
+
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1647
+ msgid "percent"
1648
+ msgstr "Prozent"
1649
+
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1652
+ #, php-format
1653
+ msgid ""
1654
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1655
+ "%s</span>%%)"
1656
+ msgstr ""
1657
+ "(Wird angezeigt wenn Ergebnis-Prozent >= <span class=\"resultProzent\">%s</"
1658
+ "span>%% ist)"
1659
+
1660
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1661
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1662
+ msgid "Delete graduation"
1663
+ msgstr "Stufe löschen"
1664
 
1665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1666
+ msgid "Add graduation"
1667
+ msgstr "Stufe hinzufügen"
1668
+
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1670
+ msgid "Result-Options"
1671
+ msgstr "Ergebnisoptionen"
1672
+
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1674
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1675
+ msgid "Show average points"
1676
+ msgstr "Durchschnittspunkte anzeigen"
1677
 
1678
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1679
+ msgid "Statistics-function must be enabled."
1680
+ msgstr "Statistik-Funktion muss aktiviert sein."
1681
+
1682
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1683
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1684
+ msgid "Show category score"
1685
+ msgstr "Zeige Kategoriepunkte"
1686
 
1687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1688
  msgid ""
1689
+ "If you enable this option, the results of each category is displayed on the "
1690
+ "results page."
1691
  msgstr ""
1692
+ "Wenn Sie diese Option aktivieren, wird auf der Ergebnisseite die Resultate "
1693
+ "der einzelnen Kategorien angezeigt."
1694
 
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1696
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1697
+ msgid "Hide correct questions - display"
1698
+ msgstr "Verstecke korrekte Fragen - Anzeige"
1699
 
1700
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1701
+ msgid ""
1702
+ "If you select this option, no longer the number of correctly answered "
1703
+ "questions are displayed on the results page."
1704
+ msgstr ""
1705
+ "Wenn Sie diese Option aktivieren, werden die Anzahl der korrekt "
1706
+ "beantworteten Fragen nicht mehr auf der Ergebnisseite angezeigt."
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1710
+ msgid "Hide quiz time - display"
1711
+ msgstr "Verstecke Quiz-Zeit - Anzeige"
1712
+
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1714
  msgid ""
1715
+ "If you enable this option, the time for finishing the quiz won't be "
1716
+ "displayed on the results page anymore."
1717
  msgstr ""
1718
+ "Wenn Sie diese Option aktivieren, wird die Zeit für die Beantwortung des "
1719
+ "Quiz nicht mehr auf der Ergebnisseite angezeigt."
1720
+
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1723
+ msgid "Hide score - display"
1724
+ msgstr "Verstecke Punkte - Anzeige"
1725
+
1726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1727
+ msgid ""
1728
+ "If you enable this option, final score won't be displayed on the results "
1729
+ "page anymore."
1730
+ msgstr ""
1731
+ "Wenn Sie diese Option aktivieren, werden die erreichten Punkte nicht mehr "
1732
+ "auf der Ergebnisseite angezeigt."
1733
+
1734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1735
+ msgid "Question-Options"
1736
+ msgstr "Frage-Optionen"
1737
+
1738
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1740
+ msgid "Show points"
1741
+ msgstr "Punkte anzeigen"
1742
+
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1744
+ msgid "Shows in quiz, how many points are reachable for respective question."
1745
+ msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
1746
+
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1749
+ msgid "Number answers"
1750
+ msgstr "Antworten nummerieren"
1751
+
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1753
+ msgid ""
1754
+ "If this option is activated, all answers are numbered (only single and "
1755
+ "multiple choice)"
1756
+ msgstr ""
1757
+ "Wenn Sie diese Option aktivieren, werden die Antworten durchnummeriert (nur "
1758
+ "bei Single und Multiple Choice)."
1759
+
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1762
+ msgid "Hide correct- and incorrect message"
1763
+ msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
1764
+
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1766
+ msgid ""
1767
+ "If you enable this option, no correct- or incorrect message will be "
1768
+ "displayed."
1769
+ msgstr ""
1770
+ "Wenn Sie diese Option aktivieren, werden keine Korrekt- oder Inkorrekt-"
1771
+ "Nachricht angezeigt."
1772
+
1773
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1775
+ msgid "Correct and incorrect answer mark"
1776
+ msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
1777
+
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1779
+ msgid ""
1780
+ "If you enable this option, answers won't be color highlighted as correct or "
1781
+ "incorrect. "
1782
+ msgstr ""
1783
+ "Wenn Sie diese Option aktivieren, werden die Antworten nicht mehr farblich "
1784
+ "als korrekt oder inkorrekt gegenzeichnet."
1785
 
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1787
  msgid ""
1788
  "The leaderboard allows users to enter results in public list and to share "
1789
  "the result this way."
1791
  "Die Bestenliste ermöglicht es Benutzern Ihr Ergebnis in eine öffentliche "
1792
  "Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1795
  msgid "The leaderboard works independent from internal statistics function."
1796
  msgstr ""
1797
  "Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1800
  msgid "Who can sign up to the list"
1801
  msgstr "Wer darf sich in die Liste eintragen"
1802
 
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1804
  msgid ""
1805
  "Not registered users have to enter name and e-mail (e-mail won't be "
1806
  "displayed)"
1808
  "nicht registrierte Benutzer müssen sich mit Name und E-Mail eintragen. (E-"
1809
  "Mail wird nicht veröffentlicht)"
1810
 
1811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1812
  msgid "insert automatically"
1813
  msgstr "Automatisch einfügen"
1814
 
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1816
  msgid ""
1817
  "If you enable this option, logged in users will be automatically entered "
1818
  "into leaderboard"
1820
  "Wenn Sie diese Option aktivieren, werden angemeldete Benutzer automatisch in "
1821
  "die Bestenliste eingetragen."
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1824
  msgid "display captcha"
1825
  msgstr "Captcha einblenden"
1826
 
1827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1828
  msgid ""
1829
  "If you enable this option, additional captcha will be displayed for users "
1830
  "who are not registered."
1832
  "Wenn Sie diese Option aktivieren, wird für nicht registrierte Benutzer "
1833
  "zusätzlich ein Captcha angezeigt."
1834
 
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1836
  msgid "This option requires additional plugin:"
1837
  msgstr "Diese Option benötigt ein zusätzliches Plugin:"
1838
 
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1840
  msgid "Plugin has been detected."
1841
  msgstr "Plugin wurde erkannt."
1842
 
1843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1844
  msgid "Plugin is not installed."
1845
  msgstr "Plugin ist nicht installiert."
1846
 
1847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1848
  msgid "Sort list by"
1849
  msgstr "Liste sortieren nach"
1850
 
1851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1852
  msgid "Users can apply multiple times"
1853
  msgstr "Benutzer dürfen sich mehrfach eintragen"
1854
 
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1856
  msgid "User can apply after:"
1857
  msgstr "Benutzer darf sich erneut eintragen nach:"
1858
 
1859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1860
  msgid "minute"
1861
  msgstr "Minuten"
1862
 
1863
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1864
  msgid "How many entries should be displayed"
1865
  msgstr "Wie viel Einträge sollen angezeigt werden"
1866
 
1867
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1868
  msgid "Entries"
1869
  msgstr "Einträge"
1870
 
1871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1872
  msgid "Automatically display leaderboard in quiz result"
1873
  msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
1874
 
1875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1876
  msgid "Where should leaderboard be displayed:"
1877
  msgstr "Wo soll die Bestenliste eingeblendet werden:"
1878
 
1879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1880
  msgid "don't display"
1881
  msgstr "nicht anzeigen"
1882
 
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1884
  msgid "below the \"result text\""
1885
  msgstr "unterhalb des \"Ergebnis Text\""
1886
 
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1888
  msgid "in a button"
1889
  msgstr "in einem Button"
1890
 
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1892
+ msgid "Quiz-Mode"
1893
+ msgstr "Quiz-Mode"
 
 
 
 
 
 
 
 
1894
 
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1896
+ msgid "Normal"
1897
+ msgstr "Normal"
 
 
 
 
1898
 
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1900
+ msgid "Normal + Back-Button"
1901
+ msgstr "Normal + Zurück Button"
1902
 
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1904
+ msgid "Check -> continue"
1905
+ msgstr "Prüfen -> Weiter"
1906
 
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1908
+ msgid "Questions below each other"
1909
+ msgstr "Fragen untereinander"
1910
 
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1912
  msgid ""
1913
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1914
+ "displayed at the end of the quiz."
1915
  msgstr ""
1916
+ "Zeigt alle Fragen nacheinander, \"richtig\" oder \"falsch\" wird am Ende des "
1917
+ "Quiz angezeigt."
 
 
 
 
 
 
 
 
1918
 
1919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1920
+ msgid "Allows to use the back button in a question."
1921
+ msgstr "Ermöglicht das Zurückgehen einer Frage."
 
1922
 
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1924
+ msgid "Shows \"right or wrong\" after each question."
1925
+ msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
 
1926
 
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1928
  msgid ""
1929
+ "If this option is activated, all answers are displayed below each other, i."
1930
+ "e. all questions are on a single page."
1931
  msgstr ""
1932
+ "Wenn Sie diese Option aktivieren, wenn alle Fragen untereinander angezeigt, "
1933
+ "d.h. alle Fragen stehen auf einer Seite."
 
 
 
 
 
 
 
 
 
1934
 
1935
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1936
  msgid "Quiz overview"
2023
  msgid "Overview"
2024
  msgstr "Übersicht"
2025
 
2026
+ #: lib/view/WpProQuiz_View_Statistics.php:61
2027
  msgid "Please select user name:"
2028
  msgstr "Bitte Benutzername auswählen:"
2029
 
2030
+ #: lib/view/WpProQuiz_View_Statistics.php:65
2031
+ msgid "Select a test:"
2032
+ msgstr "Bitte Test auswählen:"
2033
+
2034
+ #: lib/view/WpProQuiz_View_Statistics.php:75
2035
  msgid "Anonymous user"
2036
  msgstr "anonyme Benutzer"
2037
 
2038
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2039
+ msgid "average"
2040
+ msgstr "Durchschnitt"
2041
+
2042
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2043
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2044
  msgid "Hints used"
2045
  msgstr "Tipp benutzt"
2046
 
2047
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2048
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2049
+ msgid "Time"
2050
+ msgstr "Zeit"
2051
+
2052
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2053
  msgid "Points scored"
2054
  msgstr "Punkte erzielt"
2055
 
2056
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2057
  msgid "Sub-Total: "
2058
  msgstr "Zwischen-Summe"
2059
 
2060
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2061
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2062
+ msgid "Refresh"
2063
+ msgstr "Aktualisieren"
2064
+
2065
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2066
  msgid "Reset statistics"
2067
  msgstr "Statistik zurücksetzen"
2068
 
2069
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2070
+ msgid "Reset user statistics"
2071
+ msgstr "Benutzer-Statistik zurücksetzen"
 
2072
 
2073
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2074
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2075
  msgid "Reset entire statistic"
2076
  msgstr "Alle Statistiken zurücksetzten"
2077
 
2078
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2079
  msgid "Show only users, who solved the quiz:"
2080
  msgstr "Nur Benutzer anzeigen die das Quiz absolviert haben:"
2081
 
2166
  "Sie können Wp-Pro-Quiz auch vom englischen ins englische übersetzten umso z."
2167
  "B. die Buttons mit einem anderen Text zu belegen."
2168
 
2169
+ #~ msgid "Admin E-mail settings"
2170
+ #~ msgstr "Admin E-Mail Einstellungen"
2171
+
2172
+ #~ msgid "User E-mail settings"
2173
+ #~ msgstr "Benutzer E-Mail Einstellungen"
2174
+
2175
+ #~ msgid "Next exercise"
2176
+ #~ msgstr "Nächste Frage"
2177
+
2178
  #, fuzzy
2179
  #~ msgid "Server-Adresse empfohlen, z.B. info@YOUR-PAGE.com"
2180
  #~ msgstr "Server address recommended, e.g. info@YOUR-PAGE.com"
2433
  #~ msgid "Alle Eintaege loeschen"
2434
  #~ msgstr "Delete all entries"
2435
 
 
 
 
 
2436
  #, fuzzy
2437
  #~ msgid "Deine Punkte"
2438
  #~ msgstr "Your score"
2538
 
2539
  #~ msgid "Tip"
2540
  #~ msgstr "Tipp"
 
 
 
 
 
 
 
languages/wp-pro-quiz-el.mo CHANGED
Binary file
languages/wp-pro-quiz-el.po CHANGED
@@ -1,16 +1,18 @@
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
@@ -23,11 +25,11 @@ 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!"
@@ -47,7 +49,7 @@ msgstr "Κανένας αριθμός στο πεδίο \"Βαθμοί \" ή ε
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"
@@ -59,7 +61,7 @@ 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 "Δεν υπάρχουν διαθέσιμα δεδομένα"
@@ -73,17 +75,26 @@ 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 "Φόρτωση"
@@ -94,14 +105,14 @@ msgstr "Φόρτωση"
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
 
@@ -120,7 +131,7 @@ msgstr "Δεν μπορεί να γίνει επεξεργασία του αρχ
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"
@@ -135,20 +146,20 @@ 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
 
@@ -175,32 +186,38 @@ msgstr "Δημιουργία κουίζ"
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
 
@@ -217,10 +234,11 @@ 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"
@@ -230,23 +248,54 @@ msgid ""
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
@@ -255,7 +304,7 @@ 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
 
@@ -264,24 +313,24 @@ 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
@@ -293,14 +342,14 @@ 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
@@ -308,218 +357,245 @@ 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
 
@@ -541,77 +617,203 @@ 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]"
@@ -620,7 +822,7 @@ msgstr ""
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. "
@@ -630,24 +832,24 @@ msgstr ""
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."
@@ -655,7 +857,7 @@ 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 "
@@ -664,257 +866,170 @@ 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 "
@@ -924,15 +1039,15 @@ msgstr ""
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 "
@@ -942,61 +1057,65 @@ msgstr ""
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."
@@ -1004,7 +1123,7 @@ 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."
@@ -1012,50 +1131,56 @@ 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."
@@ -1063,15 +1188,19 @@ 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."
@@ -1080,51 +1209,97 @@ msgstr ""
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"
@@ -1158,66 +1333,29 @@ 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 "
@@ -1227,16 +1365,16 @@ msgstr ""
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)"
@@ -1244,12 +1382,12 @@ 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."
@@ -1257,122 +1395,90 @@ 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."
@@ -1380,7 +1486,7 @@ 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."
@@ -1388,107 +1494,277 @@ 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."
@@ -1496,39 +1772,41 @@ 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."
@@ -1536,139 +1814,105 @@ 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"
@@ -1676,11 +1920,11 @@ 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"
@@ -1751,50 +1995,67 @@ 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"
@@ -1838,7 +2099,7 @@ 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..."
@@ -1846,7 +2107,7 @@ 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\""
@@ -1854,16 +2115,16 @@ 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 ""
@@ -1875,7 +2136,7 @@ msgstr ""
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 ""
@@ -1885,6 +2146,9 @@ 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 "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:17+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:18+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
+ "Language-Team: Ζαχαρίας Σδρέγας <azdrax@gmail.com>\n"
8
+ "Language: el\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-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: lib/controller/WpProQuiz_Controller_Admin.php:96
25
 
26
  #: lib/controller/WpProQuiz_Controller_Admin.php:98
27
  msgid "No question deposited!"
28
+ msgstr "Δεν έχει κατατεθεί ερώτηση!"
29
 
30
  #: lib/controller/WpProQuiz_Controller_Admin.php:99
31
  msgid "Correct answer was not selected!"
32
+ msgstr "Δεν επιλέχθηκε η σωστή απάντηση!"
33
 
34
  #: lib/controller/WpProQuiz_Controller_Admin.php:100
35
  msgid "No answer deposited!"
49
 
50
  #: lib/controller/WpProQuiz_Controller_Admin.php:104
51
  msgid "No number in the field \"Points\" or less than 0"
52
+ msgstr "Κανένας αριθμός στο πεδίο \"Βαθμοί \" ή είναι μικρότερος του 0"
53
 
54
  #: lib/controller/WpProQuiz_Controller_Admin.php:105
55
  msgid "No quiz selected"
61
 
62
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
63
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
64
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
65
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
66
  msgid "No data available"
67
  msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
75
  "\"Different points for every answer\" is not possible at \"Free\" choice"
76
  msgstr ""
77
  "\"Διαφορετικοί βαθμοί για κάθε απάντηση\" δεν ισχύει για ερωτήσεις "
78
+ "\"Ελεύθερης\" επιλογής"
79
 
80
  #: lib/controller/WpProQuiz_Controller_Admin.php:110
81
  msgid "You must specify a name."
82
+ msgstr "Πρέπει να ορίσετε ένα όνομα."
83
+
84
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
85
+ msgid "This entry should really be deleted?"
86
+ msgstr ""
87
+
88
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
89
+ msgid "Not all fields completed."
90
  msgstr ""
91
 
92
  #: lib/controller/WpProQuiz_Controller_Front.php:44
93
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
94
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
95
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
96
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
97
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
98
  #: lib/view/WpProQuiz_View_Statistics.php:40
99
  msgid "Loading"
100
  msgstr "Φόρτωση"
105
  #: lib/controller/WpProQuiz_Controller_Question.php:51
106
  #: lib/controller/WpProQuiz_Controller_Question.php:128
107
  #: lib/controller/WpProQuiz_Controller_Question.php:143
108
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
109
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
111
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
112
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
113
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
114
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
115
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "Δεν έχετε επαρκή δικαιώματα πρόσβασης στη σελίδα"
118
 
131
  #: lib/controller/WpProQuiz_Controller_Question.php:19
132
  #: lib/controller/WpProQuiz_Controller_Quiz.php:201
133
  msgid "Quiz not found"
134
+ msgstr "Το κούιζ δε βρέθηκε"
135
 
136
  #: lib/controller/WpProQuiz_Controller_Question.php:65
137
  msgid "questions copied"
146
  msgstr "Η ερώτηση δε βρέθηκε"
147
 
148
  #: lib/controller/WpProQuiz_Controller_Question.php:173
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  #, php-format
151
  msgid "Question: %d"
152
  msgstr "Ερώτηση: %d"
153
 
154
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
155
  msgid "Question edited"
156
  msgstr "Η επεξεργασία της ερώτησης ολοκληρώθηκε"
157
 
158
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
159
  msgid "New question"
160
  msgstr "Νέα ερώτηση"
161
 
162
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
163
  msgid "Question added"
164
  msgstr "Η ερώτηση προστέθηκε"
165
 
186
  msgid "Quiz deleted"
187
  msgstr "Το κούιζ διαγράφηκε"
188
 
189
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
190
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
191
+ msgid "No category"
192
+ msgstr "Καμμιά κατηγορία"
193
+
194
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
195
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
196
+ msgid "No name or e-mail entered."
197
+ msgstr "Δε δόθηκε όνομα ή διεύθυνση ηλεκτρονικού ταχυδρομείου."
198
 
 
199
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
200
+ msgid "You signed up successfully."
201
+ msgstr ""
202
+
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
206
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
207
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
208
  msgid "An error has occurred."
209
  msgstr "Συνέβη ένα σφάλμα."
210
 
211
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
212
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
213
  msgid "You can not enter again."
214
  msgstr "Δεν μπορείτε να μπείτε πάλι."
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
217
  msgid "Your name can not exceed 15 characters."
218
  msgstr "Το όνομά σου δεν μπορεί να ξεπερνά τους 15 χαρακτήρες"
219
 
220
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
221
  msgid "You entered wrong captcha code."
222
  msgstr "Έβαλες λάθος κωδικό captcha."
223
 
234
  msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
235
 
236
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
237
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
238
  msgid "Wp-Pro-Quiz: One user completed a quiz"
239
+ msgstr "Wp-Pro-Quiz: Ένας χρήστης ολοκλήρωσε το κουίζ"
240
 
241
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
242
  msgid ""
243
  "Wp-Pro-Quiz\n"
244
  "\n"
248
  "Result: $result\n"
249
  "\n"
250
  msgstr ""
251
+ "Wp-Pro-Quiz\n"
252
+ "\n"
253
+ "Ο χρήστης \"$username\" ολοκλήρωσε το κουίζ \"$quizname\".\n"
254
+ "\n"
255
+ "Βαθμοί: $points\n"
256
+ "Αποτέλεσμα: $result\n"
257
+ "\n"
258
+
259
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
260
+ msgid ""
261
+ "Wp-Pro-Quiz\n"
262
+ "\n"
263
+ "You have completed the quiz \"$quizname\".\n"
264
+ "\n"
265
+ "Points: $points\n"
266
+ "Result: $result\n"
267
+ "\n"
268
+ msgstr ""
269
 
270
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
271
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
272
  msgid "The user completed a quiz."
273
+ msgstr "Ο χρήστης ολοκλήρωσε ένα κουιζ."
274
+
275
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
276
+ msgid "The user completed a quiz with 100 percent."
277
+ msgstr ""
278
+
279
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
280
+ msgid "A powerful and beautiful quiz plugin for WordPress."
281
+ msgstr ""
282
+
283
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
284
+ msgid "WP-Pro-Quiz"
285
+ msgstr ""
286
 
287
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
288
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
289
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
291
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
292
  msgid "Leaderboard"
293
  msgstr "Πίνακας βαθμολογίας"
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
296
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
297
  #: lib/view/WpProQuiz_View_Import.php:22
298
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
299
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
300
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
301
  #: lib/view/WpProQuiz_View_Statistics.php:24
304
  msgstr "πίσω στην προεπισκόπιση"
305
 
306
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
307
+ #: lib/view/WpProQuiz_View_Statistics.php:200
308
  msgid "Filter"
309
  msgstr "Φίλτρο"
310
 
313
  msgstr "Ταξινόμηση κατά:"
314
 
315
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
317
  msgid "best user"
318
  msgstr "καλύτερος χρήστης"
319
 
320
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
322
  msgid "newest entry"
323
  msgstr "τελευταία εγγραφή"
324
 
325
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
327
  msgid "oldest entry"
328
  msgstr "παλιότερη εγγραφή"
329
 
330
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
331
+ #: lib/view/WpProQuiz_View_Statistics.php:211
332
  msgid "How many entries should be shown on one page:"
333
+ msgstr "Πόσες ερωτήσεις θα εμφανίζονται σε μια σελίδα"
334
 
335
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
336
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
342
  msgstr "UR = μη εγγεγραμμένος χρήστης, R = εγγεγραμμένος χρήστης"
343
 
344
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
345
+ #: lib/view/WpProQuiz_View_Statistics.php:230
346
  msgid "User"
347
  msgstr "Χρήστης"
348
 
349
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
351
  msgid "E-Mail"
352
+ msgstr "Ηλεκτρονικό Ταχυδρομείο"
353
 
354
  #: lib/view/WpProQuiz_View_AdminToplist.php:58
355
  #: lib/view/WpProQuiz_View_FrontToplist.php:16
357
  msgstr "Εισάχθηκε στις"
358
 
359
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
360
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
361
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
362
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
364
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
365
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
366
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
367
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
368
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
369
+ #: lib/view/WpProQuiz_View_Statistics.php:96
370
+ #: lib/view/WpProQuiz_View_Statistics.php:231
371
  msgid "Points"
372
  msgstr "Βαθμοί"
373
 
374
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
375
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
376
+ #: lib/view/WpProQuiz_View_Statistics.php:102
377
+ #: lib/view/WpProQuiz_View_Statistics.php:236
378
  msgid "Results"
379
  msgstr "Αποτελέσματα"
380
 
381
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
382
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
383
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
384
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
385
+ msgid "Edit"
386
+ msgstr "Επεξεργασία"
387
 
388
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
389
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
390
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
391
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
392
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
393
  msgid "Delete"
394
  msgstr "Διαγραφή"
395
 
396
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
397
+ msgid "save"
398
+ msgstr ""
399
+
400
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
401
+ msgid "cancel"
402
+ msgstr ""
403
+
404
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
405
+ msgid "Action"
406
+ msgstr "Ενέργεια"
407
+
408
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
409
  msgid "Apply"
410
  msgstr "Εφαρμογή"
411
 
412
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
413
  msgid "Delete all entries"
414
  msgstr "Διαγραφή όλων των εγγραφών"
415
 
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
419
  msgid "Time limit"
420
  msgstr "Όριο χρόνου"
421
 
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
424
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
425
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
430
  msgid "Quiz-summary"
431
+ msgstr "Περίληψη κουίζ"
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
434
  #, php-format
435
  msgid "%s of %s questions completed"
436
+ msgstr "Ολοκληρώθηκαν %s από %s ερωτήσεις"
437
 
438
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
439
  #: lib/view/WpProQuiz_View_Import.php:44
440
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
441
  msgid "Questions"
442
  msgstr "Ερωτήσεις"
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
446
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
447
  msgid "Finish quiz"
448
+ msgstr "Ολοκλήρωση του κουίζ"
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
451
  msgid "Start quiz"
452
  msgstr "Εκκίνηση κουίζ"
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
455
  msgid ""
456
  "You have already completed the quiz before. Hence you can not start it again."
457
  msgstr ""
458
  "Έχεις ήδη ολοκληρώσει το κουίζ. Δεν μπορείς, λοιπόν, να το ξεκινήσεις ξανά."
459
 
460
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
461
  msgid "You have to finish following quiz, to start this quiz:"
462
  msgstr ""
463
  "Πρέπει να ολοκληρώσεις το επόμενο κουίζ για να ξεκινήσεις αυτό το κουίζ:"
464
 
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
466
  #, php-format
467
  msgid "%s of %s questions answered correctly"
468
+ msgstr "Απαντήθηκαν σωστά %s από %s ερωτήσεις"
469
 
470
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
471
  msgid "Your time: <span></span>"
472
  msgstr "Ο χρόνος σου: <span></span>"
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
475
  msgid "Time has elapsed"
476
  msgstr "Ό χρόνος πέρασε"
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
479
  #, php-format
480
  msgid "You have reached %s of %s points, (%s)"
481
  msgstr "Έφτασες %s από %s βαθμούς, (%s)"
482
 
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
484
  msgid "Average score"
485
  msgstr "Μέση βαθμολογία"
486
 
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
488
  msgid "Your score"
489
  msgstr "Οι βαθμοί σου"
490
 
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
492
+ msgid "Categories"
493
+ msgstr ""
494
+
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
496
+ msgid "Not categorized"
497
+ msgstr ""
498
+
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
500
  msgid "Restart quiz"
501
  msgstr "Επανεκίνηση κουίζ"
502
 
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
504
  msgid "View questions"
505
  msgstr "Προβολή ερωτήσεων"
506
 
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
508
  msgid "Show leaderboard"
509
  msgstr "Εμφάνιση πίνακα αποτελεσμέτων"
510
 
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
512
+ msgid "Answered"
513
+ msgstr "Απαντήθηκε"
514
+
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
516
+ msgid "Review"
517
+ msgstr "Ανασκόπηση"
518
+
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
520
+ msgid "Review question"
521
+ msgstr "Ανασκόπηση ερώτησης"
522
+
523
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
524
  #, php-format
525
  msgid "Question %s of %s"
526
  msgstr "Ερώτηση %s από %s"
527
 
528
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
529
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
530
+ #: lib/view/WpProQuiz_View_Statistics.php:95
531
  msgid "Question"
532
  msgstr "Ερώτηση"
533
 
534
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
535
  #, php-format
536
  msgid "%d points"
537
  msgstr "%d βαθμοί"
538
 
539
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
540
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
541
  msgid "Sort elements"
542
  msgstr "Ταξινόμηση στοιχείων"
543
 
544
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
545
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
546
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
547
+ #: lib/view/WpProQuiz_View_Statistics.php:97
548
+ #: lib/view/WpProQuiz_View_Statistics.php:232
549
  msgid "Correct"
550
  msgstr "Σωστό"
551
 
552
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
553
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
554
+ #: lib/view/WpProQuiz_View_Statistics.php:98
555
+ #: lib/view/WpProQuiz_View_Statistics.php:233
556
  msgid "Incorrect"
557
  msgstr "Λάθος"
558
 
559
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
560
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
561
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
562
  msgid "Hint"
563
  msgstr "Βοήθεια"
564
 
565
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
568
  msgid "Skip question"
569
+ msgstr "Υπερπήδηση ερώτησης"
570
 
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
572
  msgid "Back"
573
  msgstr "Πίσω"
574
 
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
576
  msgid "Check"
577
  msgstr "Έλεγχος"
578
 
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
580
+ msgid "Next"
581
+ msgstr ""
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
584
+ msgid "Your result has been entered into leaderboard"
585
+ msgstr ""
586
 
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
588
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
589
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
590
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
591
  msgid "Name"
592
  msgstr "Όνομα"
593
 
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
595
  msgid "Captcha"
596
  msgstr "Captcha"
597
 
598
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
599
  msgid "Send"
600
  msgstr "Αποστολή"
601
 
617
  msgstr "Ο πίνακας φορτώνει"
618
 
619
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
620
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
621
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
622
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
623
  msgid "Global settings"
624
  msgstr "Γενικές Ρυθμίσεις"
625
 
626
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
627
+ msgid "E-Mail settings"
 
 
 
 
 
 
628
  msgstr ""
 
 
629
 
630
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
631
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
632
  msgid "Settings in case of problems"
633
  msgstr "Ρυθμίσεις στην περίπτωση προβλημάτων"
634
 
635
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
636
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
638
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
639
+ msgid "Save"
640
+ msgstr "Αποθηκεύστε"
641
+
642
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
643
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
644
+ msgid "Leaderboard time format"
645
+ msgstr "Μορφή ώρας πίνακα βαθμολογίας"
646
+
647
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
648
+ msgid "Custom"
649
+ msgstr "Ειδική"
650
+
651
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
653
+ msgid "Documentation on date and time formatting"
654
+ msgstr "Τεκμηρίωση στη μορφοποίηση ημερομηνίας και ώρας"
655
+
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
658
+ msgid "Statistic time format"
659
+ msgstr ""
660
+
661
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
662
+ msgid "Select example:"
663
+ msgstr ""
664
+
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
666
+ msgid "Time format:"
667
+ msgstr ""
668
+
669
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
671
+ msgid "Category management"
672
+ msgstr "Διαχείριση Κατηγοριών"
673
 
674
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
676
+ msgid "Admin e-mail settings"
677
+ msgstr ""
678
+
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
680
+ msgid "To:"
681
+ msgstr "Προς:"
682
+
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
684
+ msgid ""
685
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
686
+ "com"
687
+ msgstr ""
688
+ "Ξεχωρίστε πολλαπλές διευθύνεις ηλεκτρονικού ταχυδρομείου με κόμμα, πχ "
689
+ "wp@test.com, test@test.com"
690
+
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
693
+ msgid "From:"
694
+ msgstr "Από:"
695
+
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
698
+ msgid "Subject:"
699
+ msgstr "Θέμα:"
700
+
701
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
702
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
703
+ msgid "HTML"
704
+ msgstr ""
705
+
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
709
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
710
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
711
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
712
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
713
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
714
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
725
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
738
  msgid "Activate"
739
  msgstr "Ενεργοποίηση"
740
 
741
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
743
+ msgid "Message body:"
744
+ msgstr "Σώμα μηνύματος"
745
+
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
748
+ msgid "Allowed variables"
749
+ msgstr "Επιτρεπτές μεταβλητές"
750
+
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
753
+ msgid "User-ID"
754
+ msgstr "ΑΑ Χρήστη"
755
+
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
758
+ msgid "Username"
759
+ msgstr "Όνομα Χρήστη"
760
+
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
763
+ msgid "Quiz-Name"
764
+ msgstr "Όνομα Κουίζ"
765
+
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
768
+ msgid "Result in precent"
769
+ msgstr "Αποτέλεσμα σε επί τοις εκατό"
770
+
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
773
+ msgid "Reached points"
774
+ msgstr "Συνολικοί βαθμοί"
775
+
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
778
+ msgid "IP-address of the user"
779
+ msgstr "Διεύθυνση IP του χρήστη"
780
+
781
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
783
+ msgid "User e-mail settings"
784
+ msgstr ""
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
787
+ msgid "to activate"
788
+ msgstr "για ενεργοποίηση"
789
+
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
791
+ msgid "not to activate"
792
+ msgstr "να μην ενεργοποιηθεί"
793
+
794
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
795
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
796
+ msgid "Please note"
797
+ msgstr "Παρακαλώ σημειώστε"
798
+
799
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
800
+ msgid ""
801
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
802
+ msgstr ""
803
+ "Οι ρυθμίσεις αυτές πρέπει να ενεργοποιούνται μόνο σε περίπτωση προβλημάτων "
804
+ "με το Wp-Pro-Quiz."
805
+
806
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
807
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
808
+ msgid "Automatically add [raw] shortcode"
809
+ msgstr "Αυτόματη προσθήκη [raw] μικροκώδικα"
810
+
811
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
812
  #, php-format
813
  msgid "It is recommended %s this option on your system."
814
  msgstr "Προτείνεται να %s αυτήν την επιλογή στο σύστημά σας."
815
 
816
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
817
  msgid ""
818
  "If this option is activated, a [raw] shortcode is automatically set around "
819
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
822
  "αυτόματα γύρω από το μικροκώδικα του WpProQuiz ( [WpProQuiz X] ) σε [raw] "
823
  "[WpProQuiz X] [/raw]"
824
 
825
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
826
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
827
  msgid ""
828
  "Own themes changes internal order of filters, what causes the problems. "
832
  "δημιουργεί προβλήματα. Με πρόσθετους μικροκώδικες [raw] τα προβλήματα "
833
  "διορθώνονται."
834
 
835
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
837
  msgid "Do not load the Javascript-files in the footer"
838
  msgstr "Μη φορτώσεις τα αρχεία Javascript στο υποσέλιδο"
839
 
840
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
841
  msgid ""
842
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
843
  "when they are really needed."
844
  msgstr ""
845
  "Γενικά, όλα τα αρχεία Javascript του WpProQuiz φορτώνονται στο υποσέλιδο και "
846
+ "μόνο όταν πραγματικά χρειάζονται."
847
 
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
849
  msgid "In very old Wordpress themes this can lead to problems."
850
  msgstr "Σε πολύ παλιά θέματα Wordpress αυτό μπορεί να οδηγήσει σε προβλήματα."
851
 
852
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
853
  msgid ""
854
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
855
  "the header even if they are not needed."
857
  "Αν ενεργοποιήσετε αυτήν την επιλογή, όλα τα αρχεία javascript του WpProQuiz "
858
  "φορτώνονται στην κεφαλίδα ακόμα κι αν δεν χρειάζονται."
859
 
860
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
861
  #, php-format
862
  msgid ""
863
  "Anyone who wants to learn more about this topic should read through the "
866
  "Όποιος θέλει να μάθει περισσότερα για το θέμα αυτό πρέπει να επισκεφθεί τις "
867
  "ακόλουθες ιστοσελίδες, %s και %s."
868
 
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
870
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
871
  msgid "Touch Library"
872
  msgstr "Βιβλιοθήκη Touch"
873
 
874
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
876
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
879
  msgid "Deactivate"
880
  msgstr "Απενεργοποίηση"
881
 
882
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
883
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
884
  msgstr ""
885
  "Στην έκδοση 0.13 Προστέθηκε μια νέα βιβλιοθήκη Touch για κινητές συσκευές."
886
 
887
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
888
  msgid "If you have any problems with the Touch Library, please deactivate it."
889
  msgstr ""
890
  "Αν έχετε προβλήματα με τη βιβλιοθήκη Touch, παρακαλώ απενεργοποιήστε την."
891
 
892
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
893
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
894
  msgid "jQuery support cors"
895
  msgstr ""
896
  "Η jQuery υποστηρίζει το cors (μηχανισμός διαμοιρασμού δεδομένων από άλλη "
897
  "σελίδα)"
898
 
899
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
900
  msgid "Is required only in rare cases."
901
  msgstr "Απαιτείται σε σπάνιες περιπτώσεις"
902
 
903
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
904
  msgid "If you have problems with the front ajax, please activate it."
905
+ msgstr "Ενεργοποιήστε το αν έχετε πρόβλημα με Ajax στη σελίδα."
906
 
907
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
908
  msgid "e.g. Domain with special characters in combination with IE"
909
  msgstr "πχ Ιστοσελίδα με ειδικούς χαρακτήες σε συνδιασμό με ΙΕ."
910
 
911
+ #: lib/view/WpProQuiz_View_Import.php:21
912
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
913
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
914
+ msgid "Import"
915
+ msgstr "Εισαγωγή"
 
916
 
917
+ #: lib/view/WpProQuiz_View_Import.php:25
918
+ msgid "Error"
919
+ msgstr "Σφάλμα"
 
920
 
921
+ #: lib/view/WpProQuiz_View_Import.php:32
922
+ msgid "Successfully"
923
+ msgstr "Επιτυχημένα"
924
 
925
+ #: lib/view/WpProQuiz_View_Import.php:34
926
+ msgid "Import completed successfully"
927
+ msgstr "Η εισαγωγή ολοκληρώθηκε με επιτυχία"
928
 
929
+ #: lib/view/WpProQuiz_View_Import.php:43
930
+ msgid "Quiz name"
931
+ msgstr "Όνομα του κουίζ"
 
932
 
933
+ #: lib/view/WpProQuiz_View_Import.php:67
934
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
935
+ msgid "Start import"
936
+ msgstr "Εκκίνηση εισαγωγής"
 
937
 
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
939
+ msgid "Title"
940
+ msgstr "Τίτλος"
941
 
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
944
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
946
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
949
+ msgid "(optional)"
950
+ msgstr "(προεραιτικά)"
951
 
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
953
  msgid ""
954
+ "The title is used for overview, it is not visible in quiz. If you leave the "
955
+ "title field empty, a title will be generated."
956
  msgstr ""
957
+ "Ο τίτλος χρησιμοποιείται για ανασκόπηση, δεν είναι ορατός στο κουίζ. Αν "
958
+ "αφήσετε αυτό το πεδίο κενό, θα δημιουργηθεί ένας τίτλος."
959
 
960
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
961
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
966
+ msgid "(required)"
967
+ msgstr "(απαιτείται)"
968
 
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
970
  msgid "Points for this question (Standard is 1 point)"
971
  msgstr "Βαθμοί για αυτήν την ερώτηση (Το στάνταρντ είναι ένας βαθμός)"
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
974
  msgid ""
975
  "This points will be rewarded, only if the user closes the question correctly."
976
  msgstr "Οι βαθμοί θα δοθούν μόνο αν ο χρήστης κλείσει σωστά την ερώτηση."
977
 
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
979
  msgid "Different points for each answer"
980
  msgstr "Διαφορετικοί βαθμοί για κάθε απάντηση"
981
 
982
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
983
  msgid ""
984
  "If you enable this option, you can enter different points for every answer."
985
  msgstr ""
986
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείτε να εισάγετε διαφορετικούς "
987
  "βαθμούς για κάθε απάντηση."
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
990
  msgid "Show reached points in the correct- and incorrect message?"
991
  msgstr "Εμφάνιση βαθμών στο μήνυμα σωστούς - λάθους;"
992
 
993
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
994
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
995
+ #: lib/view/WpProQuiz_View_Statistics.php:115
996
  msgid "Category"
997
+ msgstr "Κατηγορία"
998
 
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
1000
  msgid ""
1001
  "You can assign classify category for a question. Categories are e.g. visible "
1002
  "in statistics function."
1003
  msgstr ""
1004
+ "Μπορείτε να ορίσετε κατηγορίες για μια ερώτηση. Οι κατηγορίες είναι πχ "
1005
+ "ορατές στη λειτουργία στατιστικών."
1006
 
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1008
  msgid "You can manage categories in global settings."
1009
+ msgstr "Μπορείτε να διαχειριστείτε τις κατηγορίες στις γενικές ρυθμίσεις"
1010
 
1011
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1012
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1013
  msgid "Create new category"
1014
+ msgstr "Δημιουργία νέας κατηγορίας"
1015
 
1016
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
1017
  msgid "Create"
1018
+ msgstr "Δημιουργία"
1019
 
1020
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1021
  msgid "Message with the correct / incorrect answer"
1022
  msgstr "Μήνυμα με σωστή / λάθος απάντηση"
1023
 
1024
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1025
  msgid "Deactivated in quiz settings."
1026
  msgstr "Απενεργοποιημένο στις ρυθμίσεις του κουίζ."
1027
 
1028
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1029
  msgid "Message with the correct answer"
1030
+ msgstr "Μήνυμα με τη σωστή απάντηση"
1031
 
1032
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1033
  msgid ""
1034
  "This text will be visible if answered correctly. It can be used as "
1035
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1039
  "επεξήγηση σε πολύπλοκες ερωτήσεις. Το μήνυμα \"Σωστό\" ή \"Λάθος\" πάντα "
1040
  "εμφανίζεται αυτόματα."
1041
 
1042
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1043
  msgid "Same text for correct- and incorrect-message?"
1044
  msgstr "Ίδιο κείμενο για μηνύματα σωστού και λάθους"
1045
 
1046
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1047
  msgid "Message with the incorrect answer"
1048
+ msgstr "Μήνυμα με τη λάθος απάντηση"
1049
 
1050
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1051
  msgid ""
1052
  "This text will be visible if answered incorrectly. It can be used as "
1053
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1057
  "επεξήγηση σε πολύπλοκες ερωτήσεις. Το μήνυμα \"Σωστό\" ή \"Λάθος\" πάντα "
1058
  "εμφανίζεται αυτόματα."
1059
 
1060
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1061
  msgid "Here you can enter solution hint."
1062
  msgstr "Εδώ μπορείτε να γράψετε μια βοήθεια "
1063
 
1064
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1065
  msgid "Activate hint for this question?"
1066
  msgstr "Ενεργοποίηση βοήθειας για την ερώτηση αυτή;"
1067
 
1068
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1069
  msgid "Answer type"
1070
  msgstr "Τύπος απάντησης"
1071
 
1072
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1073
  msgid "Single choice"
1074
  msgstr "Μονή επιλογή"
1075
 
1076
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1077
  msgid "Multiple choice"
1078
  msgstr "Πολλαπλής επιλογής"
1079
 
1080
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1081
  msgid "\"Free\" choice"
1082
  msgstr "\"Ελεύθερη\" επιλογή"
1083
 
1084
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1085
  msgid "\"Sorting\" choice"
1086
  msgstr "Επιλογή ταξινόμησης"
1087
 
1088
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1089
  msgid "\"Matrix Sorting\" choice"
1090
  msgstr "Επιλογή \"Ταξινόμησης Πίνακα\""
1091
 
1092
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1093
  msgid "Cloze"
1094
  msgstr "Κλείσιμο"
1095
 
1096
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1097
+ msgid "Assessment"
1098
+ msgstr ""
1099
+
1100
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1101
  msgid "Answers"
1102
  msgstr "Απαντήσεις"
1103
 
1104
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1105
  msgid ""
1106
  "Please sort the answers in right order with the \"Move\" - Button. The "
1107
  "answers will be displayed randomly."
1108
  msgstr ""
1109
+ "Παρακαλώ ταξινομείστε τις απαντήσει στη σωστή σειρά με το κουμπί \"Μετακίνηση"
1110
+ "\". Οι απαντήσεις θα εμφανιστούν τυχαία."
1111
 
1112
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1113
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1114
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1115
  msgid "Add new answer"
1116
+ msgstr "Προσθήκη νέας απάντησης"
1117
 
1118
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1119
  msgid ""
1120
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1121
  "matching criterion."
1123
  "Σε αυτήν την κατάσταση, δε χρειάζεται να ταξινομηθεί καμμιά λίστα, αλλά τα "
1124
  "στοιχεία πρέπει να αντιστοιχηθούν με αντίστοιχα κριτήρια."
1125
 
1126
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1127
  msgid ""
1128
  "You can create sort elements with empty criteria, which can't be assigned by "
1129
  "user."
1131
  "Μπορείτε να δημιουργήσετε στοιχεία ταξινόμησης με κενά κριτήρια, που δεν "
1132
  "μπορούν να ανατεθούν από τους χρήστες."
1133
 
1134
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1135
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1136
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1137
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1138
  msgid "Options"
1139
  msgstr "Επιλογές"
1140
 
1141
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1142
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1143
  msgid "Answer"
1144
  msgstr "Απάντηση"
1145
 
1146
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1147
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1148
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1149
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1150
  msgid "Allow HTML"
1151
  msgstr "Η HTML επιτρέπεται"
1152
 
1153
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1154
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1155
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1156
  msgid "Delete answer"
1157
  msgstr "Διαγραφή απάντησης"
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1160
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1161
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1162
+ msgid "Add Media"
1163
+ msgstr ""
1164
+
1165
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1166
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1167
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1168
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1169
  msgid "Move"
1170
  msgstr "Μετακίνηση"
1171
 
1172
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1173
  msgid "Criterion"
1174
  msgstr "Κριτήριο"
1175
 
1176
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1177
  msgid ""
1178
  "correct answers (one per line) (answers will be converted to lower case)"
1179
  msgstr ""
1180
  "σωστές απαντήσεις (μια σε κάθε γραμμή) (οι απαντήσεις θα μετατραπούν σε "
1181
  "μικρά γράμματα)"
1182
 
1183
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1184
  msgid ""
1185
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1186
  "small letters will be ignored."
1188
  "Περικλείστε τις αναζητούμενες λέξεις με {}, πχ \"Εγώ {παίζω} ποδόσφαιρο\". "
1189
  "Κεφαλαία και μικρά γράμματα δεν έχουν σημασία."
1190
 
1191
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1192
  msgid ""
1193
  "You can specify multiple options for a search word. Enclose the word with "
1194
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1195
  "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1196
  "hate are correct."
1197
  msgstr ""
1198
+ "Μπορείτε να ορίσετε πολλαπλές επιλογές για μια λέξη στην αναζήτηση. "
1199
+ "Περικλείστε τη λέξη με [], πχ <span style=\"font-style: normal; letter-"
1200
+ "spacing: 2px;\"> \"Εγώ {[παίζω][αγαπώ][μισώ]} το ποδόσφαιρο.\" </span>. Στην "
1201
+ "περίπτωση αυτή, οι απαντήσεις παίζω. αγαπώ ή μισώ είναι σωστές."
1202
 
1203
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1204
  msgid ""
1205
  "If mode \"Different points for every answer\" is activated, you can assign "
1206
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1209
  "ενεργοποιημένη, μπορείτε να ορίσετε βαθμούς με |Βαθμοί. Αλλιώς θα δίνεται 1 "
1210
  "βαθμός για κάθε απάντηση. "
1211
 
1212
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1213
  msgid ""
1214
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1215
  "\" 3 points."
1216
  msgstr ""
1217
  "πχ \"Εγώ {παίζω} ποδόσφαιρο με μια {μπάλλα|3}\" - το \"παίζω\" δίνει 1 βαθμό "
1218
+ "και το \"μπάλλα\" δίνει 3 βαθμούς."
1219
+
1220
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1221
+ msgid "Here you can create an assessment question."
1222
+ msgstr ""
1223
+
1224
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1225
+ msgid ""
1226
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1227
+ msgstr ""
1228
+
1229
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1230
+ msgid "The number of options in the maximum score."
1231
+ msgstr ""
1232
+
1233
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1234
+ msgid "Examples:"
1235
+ msgstr ""
1236
+
1237
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1238
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1239
+ msgstr ""
1240
+
1241
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1242
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1259
+ msgid "Demo"
1260
+ msgstr "Επίδειξη"
1261
+
1262
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1263
+ msgid "less true { [a] [b] [c] } more true"
1264
+ msgstr ""
1265
 
1266
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1267
  msgid "Questions sorted"
1268
  msgstr "Οι ερωτήσεις ταξινομήθηκαν"
1269
 
1270
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1271
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1272
  msgid "Total"
1273
  msgstr "Σύνολο"
1274
 
1275
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1276
  msgid "Add question"
1277
  msgstr "Προσθήκη ερώτησης"
1278
 
1279
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1280
  msgid "Save order"
1281
  msgstr "Αποθήκευση σειράς"
1282
 
 
1283
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1284
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1285
  msgid "Copy questions from another Quiz"
1286
+ msgstr "Αντιγραφή ερωτήσεων από άλλο κουίζ"
1287
 
1288
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1289
  msgid ""
1290
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1291
  "selection enabled)"
1292
  msgstr ""
1293
+ "Εδώ πορείτε να αντιγράψετε ερωτήσεις από ένα άλλο κουίζ σε αυτό. (΄Η "
1294
+ "πολλαπλή επιλογή είναι ενεργοποιημένη)"
1295
 
1296
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1297
  msgid "Copy questions"
1298
+ msgstr "Αντιγραφή ερωτήσεων"
1299
 
1300
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
1301
  msgid "Quiz title"
1302
+ msgstr "Τίτλος κουίζ"
1303
 
1304
  #: lib/view/WpProQuiz_View_QuizEdit.php:30
1305
  msgid "Hide quiz title"
1333
 
1334
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1335
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1336
  msgid "Display question randomly"
1337
  msgstr "Τυχαία προβολή ερωτήσεων"
1338
 
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1341
  msgid "Display answers randomly"
1342
  msgstr "Τυχαία προβολή απαντήσεων"
1343
 
1344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1345
  msgid "Seconds"
1346
  msgstr "Δευτερόλεπτα"
1347
 
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1349
  msgid "0 = no limit"
1350
  msgstr "0 = χωρίς όριο"
1351
 
1352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1354
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1355
  msgid "Statistics"
1356
  msgstr "Στατιστικά"
1357
 
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1359
  msgid ""
1360
  "Statistics about right or wrong answers. Statistics will be saved by "
1361
  "completed quiz, not after every question. The statistics is only visible "
1365
  "ολοκληρωθεί το κουίζ, κι όχι μετά από κάθε ερώτηση. Τα στατιστικά είναι "
1366
  "ορατά μόνο από το μενού διαχείρησης. (Εσωτερικά στατιστικά)"
1367
 
1368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1369
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1370
  msgid "Statistics IP-lock"
1371
  msgstr "Στατιστικά ΙΡ-κλείδωμα"
1372
 
1373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1374
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1375
+ msgstr "σε λεπτά (συνιστώνται 1440 λεπτά = 1 μέρα)"
1376
 
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1378
  msgid ""
1379
  "Protect the statistics from spam. Result will only be saved every X minutes "
1380
  "from same IP. (0 = deactivated)"
1382
  "Προστασία των στατιστικών από spam. Τα αποτελέσματα θα αποθηκεύονται κάθε Χ "
1383
  "λεπτά από την ίδια διεύθυνση IP. (0 = απενεργοποιήση)"
1384
 
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1387
  msgid "Execute quiz only once"
1388
  msgstr "Εκτέλεση του κουίζ μόνο μια φορά"
1389
 
1390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1391
  msgid ""
1392
  "If you activate this option, the user can complete the quiz only once. "
1393
  "Afterwards the quiz is blocked for this user."
1395
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης μπορεί να ολοκληρώσει το "
1396
  "κουίζ μόνο μια φορά. Μετά το κουίζ μπλοκάρεται για αυτόν τον χρήστη."
1397
 
1398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1399
  msgid "This option applies to:"
1400
  msgstr "Η επιλογή εφαρμόζεται σε:"
1401
 
1402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1404
  msgid "all users"
1405
  msgstr "όλοι οι χρηστες"
1406
 
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1409
  msgid "registered useres only"
1410
  msgstr "μόνο εγγεγραμένοι χρήστες"
1411
 
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1414
  msgid "anonymous users only"
1415
  msgstr "μόνο ανώνυμοι χρήστες"
1416
 
1417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1418
  msgid "user identification by cookie"
1419
  msgstr "ταυτότητα χρήστη με cookie"
1420
 
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1422
  msgid ""
1423
  "If you activate this option, a cookie is set additionally for unregistrated "
1424
  "(anonymous) users. This ensures a longer assignment of the user than the "
1425
  "simple assignment by the IP address."
1426
  msgstr ""
1427
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ορίζεται ένα cookie παραπάνω για τους "
1428
+ "μη εγγεγραμμένους (ανώνυμους) χρήστες. Εξασφαλίζεται έτσι περισσότερος "
1429
+ "χρόνος για την ολοκλήρωση του κουίζ για τους χρήστες από την ανάθεση με "
1430
+ "χρήση της διεύθυνσης IP."
1431
 
1432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1433
  msgid "Reset the user identification"
1434
  msgstr "Επαναφορά ταυτότητας χρήστη"
1435
 
1436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1437
  msgid "User identification has been reset."
1438
  msgstr "Έχει γίνει επαναφορά της ταυτότητας χρήστη"
1439
 
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1441
  msgid "Resets user identification for all users."
1442
  msgstr "Επαναφορά ταυτότητας χρήστη για όλους τους χρήστες"
1443
 
1444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1445
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1446
  msgid "Show only specific number of questions"
1447
  msgstr "Εμφάνιση συγκεκριμένου αριθμού ερωτήσεων"
1448
 
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1450
  msgid ""
1451
  "If you enable this option, maximum number of displayed questions will be X "
1452
  "from X questions. (The output of questions is random)"
1453
  msgstr ""
1454
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, ο μέγιστος αιρθμός εμφανιζόμενων "
1455
  "ερωτήσεων θα είναι X από X ερωτήσεις. (Η έξοδος θα είναι τυχαία)"
1456
 
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1458
  msgid "The statistics function is not available in this option."
1459
  msgstr "Η λειτουργία στατιστικών δεν είναι διαθέσιμη σε αυτήν την επιλογή."
1460
 
1461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1462
  msgid ""
1463
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1464
  msgstr ""
1465
  "Η επιλογή αυτή δε δουλεύει αξιόπιστα σε συνεργασία με πρόσθετα Frontend - "
1466
  "Cache."
1467
 
1468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1469
  msgid "How many questions should be displayed simultaneously:"
1470
  msgstr "Πόσες ερωτήσεις θα εμφανίζονται ταυτάχρονα"
1471
 
1472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1473
  msgid "in percent"
1474
  msgstr "επί τοις εκατό"
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1478
  msgid "Prerequisites"
1479
  msgstr "Προαπαιτούμενα"
1480
 
1481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1482
  msgid ""
1483
  "If you enable this option, you can choose quiz, which user have to finish "
1484
  "before he can start this quiz."
1486
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείται να διαλέξετε ποιο κουίζ "
1487
  "πρέπει πρώτα να κάνουν οι χρήστες πριν ξεκινήσουν αυτό το κουίζ."
1488
 
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1490
  msgid ""
1491
  "In all selected quizzes statistic function have to be active. If it is not "
1492
  "it will be activated automatically."
1494
  "Σε όλα τα επιλεγμένα κουίζ η λειτουργία στατιστικών πρέπει να είναι ενεργή. "
1495
  "Αν δεν είναι θα ενεργοποιηθεί αυτόματα."
1496
 
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1498
  msgid "Quiz"
1499
  msgstr "Κουίζ"
1500
 
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1502
  msgid "Prerequisites (This quiz have to be finished)"
1503
  msgstr "Προαπαιτούμενα (Αυτό το κουίζ πρέπει να τελειώσει)"
1504
 
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1508
  msgid "Question overview"
1509
+ msgstr "Ανασκόπηση ερώτησης"
1510
 
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1512
  msgid ""
1513
  "Add at the top of the quiz a question overview, which allows easy "
1514
  "navigation. Additional questions can be marked \"to review\"."
1515
  msgstr ""
1516
+ "Προσθήκη στην κορυφή την ανασκόπηση μιας ερώτησης, που επιτρέπει την εύκολη "
1517
+ "πλοήγηση. Επιπλέον ερωτήσεις μπορεί να σημαδευτούν ως \"προς αναθεώρηση\"."
1518
 
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1520
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1521
+ msgstr "Δε θα εμφανίζεται επισκόπηση του κουίζ πριν αυτό τελειώσει."
1522
 
1523
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1524
  msgid ""
1525
  "If you enalbe this option, no quiz overview will be displayed, before "
1526
  "finishing quiz."
1527
  msgstr ""
1528
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται η επισκόπηση του "
1529
+ "κουίζ, πριν το τέλος του."
1530
 
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1532
  msgid ""
1533
  "If you enable this option, user won't be able to skip question. (only in "
1534
  "\"Overview -> next\" mode). User still will be able to navigate over "
1535
  "\"Question-Overview\""
1536
  msgstr ""
1537
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, οι χρήστες δε θα μπορούν να υπερπηδούν "
1538
+ "ερωτήσεις. (Μόνο στη λειτουργία \"Ανασκόπηση -> Επόμενο\"). Οι χρήστες θα "
1539
+ "μπορούν να πλοηγούνται, παρ' όλα αυτά, πάνω από το \"Ερώτηση-Ανασκόπηση\""
1540
 
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1543
+ msgid "Admin e-mail notification"
1544
  msgstr ""
1545
 
1546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1547
  msgid "for registered users only"
1548
+ msgstr "μόνο για εγγεγραμμένους χρήστες"
1549
 
1550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1551
  msgid "for all users"
1552
+ msgstr "για όλους τους χρήστες"
1553
 
1554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1555
  msgid ""
1556
  "If you enable this option, you will be informed if a user completes this "
1557
  "quiz."
1558
  msgstr ""
1559
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, θα ενημερώνεστε αν ένας χρήστης "
1560
+ "ολοκληρώνει το κουίζ."
1561
 
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1564
  msgid "E-Mail settings can be edited in global settings."
1565
  msgstr ""
1566
+ "Η επεξεργασία των ρυθμίσεων ηλεκτρονικού ταχυδρομείου μπορεί να γίνει από "
1567
+ "τις γενικές ρυθμίσεις."
1568
 
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1571
+ msgid "User e-mail notification"
1572
  msgstr ""
1573
 
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1575
+ msgid ""
1576
+ "If you enable this option, an email is sent with his quiz result to the "
1577
+ "user. (only registered users)"
1578
  msgstr ""
1579
 
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1581
+ msgid "Quiz description"
1582
+ msgstr "Περιγραφή κούζ"
1583
+
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1585
+ msgid "This text will be displayed before start of the quiz."
1586
+ msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
1587
+
1588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1589
+ msgid "Results text"
1590
+ msgstr "Κείμενο αποτελέσματος"
1591
+
1592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1593
+ msgid ""
1594
+ "This text will be displayed at the end of the quiz (in results). (this text "
1595
+ "is optional)"
1596
+ msgstr ""
1597
+ "Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
1598
+ "κείμενο αυτό είναι προεραιτικό)"
1599
+
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1601
+ msgid "Activate graduation"
1602
+ msgstr "Ενεργοποίηση αποφοίτησης"
1603
+
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1605
+ msgid "Hint:"
1606
+ msgstr "Βοήθεια:"
1607
+
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1609
+ msgid "Maximal 15 levels"
1610
+ msgstr "Μέγιστο 15 επίπεδα"
1611
+
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1613
+ #, php-format
1614
+ msgid ""
1615
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1616
+ "in %d questions."
1617
+ msgstr ""
1618
+ "Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
1619
+ "ερωτήσεις)"
1620
+
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1622
+ msgid "Values can also be mixed up"
1623
+ msgstr "Οι τιμές μπορούν να αναμειχθούν"
1624
+
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1626
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1627
+ msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
1628
+
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1631
+ msgid "from:"
1632
+ msgstr "από:"
1633
+
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1636
+ msgid "percent"
1637
+ msgstr "επί τοις εκατό"
1638
+
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1641
+ #, php-format
1642
+ msgid ""
1643
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1644
+ "%s</span>%%)"
1645
+ msgstr ""
1646
+ "(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
1647
+ "\"resultProzent\">%s</span>%%)"
1648
+
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1651
+ msgid "Delete graduation"
1652
+ msgstr "Διαγραφή αποφοίτησης"
1653
+
1654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1655
+ msgid "Add graduation"
1656
+ msgstr "Προσθήκη αποφοίτησης"
1657
+
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1659
+ msgid "Result-Options"
1660
  msgstr ""
1661
 
1662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1663
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1664
+ msgid "Show average points"
1665
+ msgstr "Εμφάνιση μέσου όρου βαθμών"
1666
 
1667
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1668
+ msgid "Statistics-function must be enabled."
1669
+ msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
1670
 
1671
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1673
+ msgid "Show category score"
1674
+ msgstr ""
1675
+
1676
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1677
  msgid ""
1678
+ "If you enable this option, the results of each category is displayed on the "
1679
+ "results page."
1680
  msgstr ""
1681
 
1682
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1683
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1684
+ msgid "Hide correct questions - display"
1685
  msgstr ""
1686
 
1687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1688
+ msgid ""
1689
+ "If you select this option, no longer the number of correctly answered "
1690
+ "questions are displayed on the results page."
1691
  msgstr ""
1692
 
1693
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1694
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1695
+ msgid "Hide quiz time - display"
1696
+ msgstr ""
1697
+
1698
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1699
  msgid ""
1700
+ "If you enable this option, the time for finishing the quiz won't be "
1701
+ "displayed on the results page anymore."
1702
+ msgstr ""
1703
+
1704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1706
+ msgid "Hide score - display"
1707
+ msgstr ""
1708
+
1709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1710
+ msgid ""
1711
+ "If you enable this option, final score won't be displayed on the results "
1712
+ "page anymore."
1713
+ msgstr ""
1714
+
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1716
+ msgid "Question-Options"
1717
  msgstr ""
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1721
+ msgid "Show points"
1722
+ msgstr "Εμφάνιση βαθμών"
1723
+
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1725
+ msgid "Shows in quiz, how many points are reachable for respective question."
1726
+ msgstr "Εμφάνιση σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
1727
+
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1730
+ msgid "Number answers"
1731
+ msgstr "Αρίθμηση απαντήσεων"
1732
+
1733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1734
+ msgid ""
1735
+ "If this option is activated, all answers are numbered (only single and "
1736
+ "multiple choice)"
1737
+ msgstr ""
1738
+ "Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
1739
+ "(μόνο οι μονές και πολλαπλής επιλογής)"
1740
+
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1743
+ msgid "Hide correct- and incorrect message"
1744
+ msgstr "Απόκρυψη μύνήματος σωστού-λάθους"
1745
+
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1747
+ msgid ""
1748
+ "If you enable this option, no correct- or incorrect message will be "
1749
+ "displayed."
1750
+ msgstr ""
1751
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται μήνυμα σωστού - "
1752
+ "λάθους."
1753
+
1754
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1756
+ msgid "Correct and incorrect answer mark"
1757
+ msgstr "Σημάδι σωστών και λάθος απαντήσεων"
1758
+
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1760
+ msgid ""
1761
+ "If you enable this option, answers won't be color highlighted as correct or "
1762
+ "incorrect. "
1763
+ msgstr ""
1764
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
1765
+ "σωστές - λάθος."
1766
+
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1768
  msgid ""
1769
  "The leaderboard allows users to enter results in public list and to share "
1770
  "the result this way."
1772
  "Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
1773
  "δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1776
  msgid "The leaderboard works independent from internal statistics function."
1777
  msgstr ""
1778
  "Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
1779
  "στατιστικών."
1780
 
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1782
  msgid "Who can sign up to the list"
1783
  msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1786
  msgid ""
1787
  "Not registered users have to enter name and e-mail (e-mail won't be "
1788
  "displayed)"
1789
  msgstr ""
1790
+ "Μη εγγεγραμμένοι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
1791
  "ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
1792
 
1793
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1794
  msgid "insert automatically"
1795
+ msgstr "αυτόματη εισαγωγή"
1796
 
1797
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1798
  msgid ""
1799
  "If you enable this option, logged in users will be automatically entered "
1800
  "into leaderboard"
1801
  msgstr ""
1802
+ "Αν ενεργοποιήσετε αυτήν την επιλογή, οι συνδεδεμένοι χρήστες θα εισάγονται "
1803
+ "αυτόματα στον πίνακα βαθμολογίας."
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1806
  msgid "display captcha"
1807
  msgstr "προβολή captcha"
1808
 
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1810
  msgid ""
1811
  "If you enable this option, additional captcha will be displayed for users "
1812
  "who are not registered."
1814
  "Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
1815
  "χρήστες που δεν είναι εγγεγραμμένοι."
1816
 
1817
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1818
  msgid "This option requires additional plugin:"
1819
+ msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετο:"
1820
 
1821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1822
  msgid "Plugin has been detected."
1823
+ msgstr "Ανιχνεύθηκε τo πρόσθετο "
1824
 
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1826
  msgid "Plugin is not installed."
1827
  msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1830
  msgid "Sort list by"
1831
  msgstr "Ταξινόμηση λίστας κατά"
1832
 
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1834
  msgid "Users can apply multiple times"
1835
  msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
1836
 
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1838
  msgid "User can apply after:"
1839
  msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
1840
 
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1842
  msgid "minute"
1843
  msgstr "λεπτό"
1844
 
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1846
  msgid "How many entries should be displayed"
1847
  msgstr "Πόσες εγραφές θα εμφανίζονται"
1848
 
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1850
  msgid "Entries"
1851
  msgstr "Εγγραφές"
1852
 
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1854
  msgid "Automatically display leaderboard in quiz result"
1855
+ msgstr "Αυτόματη προβολή πίνακα βαθμολογία στα αποτελέσματα του κουίζ"
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1858
  msgid "Where should leaderboard be displayed:"
1859
  msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1862
  msgid "don't display"
1863
  msgstr "μην εμφανίσεις"
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1866
  msgid "below the \"result text\""
1867
  msgstr "κάτω από το \"κείμενο αποτελέσματος\""
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1870
  msgid "in a button"
1871
  msgstr "σε ένα κουμπί"
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1874
+ msgid "Quiz-Mode"
1875
+ msgstr "Κατάσταση Κουίζ"
 
 
 
 
 
 
 
 
1876
 
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1878
+ msgid "Normal"
1879
+ msgstr "Κανονικό"
 
 
 
 
1880
 
1881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1882
+ msgid "Normal + Back-Button"
1883
+ msgstr "Κανονικό + Κουμπί Πίσω"
1884
 
1885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1886
+ msgid "Check -> continue"
1887
+ msgstr "Έλεγχος -> συνέχεια"
1888
 
1889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1890
+ msgid "Questions below each other"
1891
+ msgstr "Ερωτήσει η μια κάτω από την άλλη"
1892
 
1893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1894
  msgid ""
1895
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1896
+ "displayed at the end of the quiz."
1897
  msgstr ""
1898
+ "Εμφάνιση όλων των ερωτήσεων με τη σειρά, τα \"σωστό\" ή \"λάθος\" θα "
1899
+ "εμφανίζονται στο τέλος του κουίζ."
 
 
 
 
1900
 
1901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1902
+ msgid "Allows to use the back button in a question."
1903
+ msgstr "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση"
 
 
 
 
 
1904
 
1905
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1906
+ msgid "Shows \"right or wrong\" after each question."
1907
+ msgstr "Εμφάνιση \"σωστό ή λάθος\" μετά από κάθε ερώτηση."
 
1908
 
1909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1910
  msgid ""
1911
+ "If this option is activated, all answers are displayed below each other, i."
1912
+ "e. all questions are on a single page."
1913
  msgstr ""
1914
+ "Αν η επιλογή αυτή είναι ενεργοποιημένη, όλες οι απαντήσεις εμφανίζονται η "
1915
+ "μια κάτω από την άλλη, πχ όλες οι απαντήσεις στην ίδια σελίδα. "
 
 
 
 
 
 
 
 
 
1916
 
1917
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1918
  msgid "Quiz overview"
1920
 
1921
  #: lib/view/WpProQuiz_View_QuizOverall.php:34
1922
  msgid "In case of problems"
1923
+ msgstr "Σε περίπτωση προβλημάτων"
1924
 
1925
  #: lib/view/WpProQuiz_View_QuizOverall.php:36
1926
  msgid "If quiz doesn't work in front-end, please try following:"
1927
+ msgstr "Αν δε δουλέψει το κουίζ στη σελίδα, παρακαλώ δοκιμάστε τα παρακάτω:"
1928
 
1929
  #: lib/view/WpProQuiz_View_QuizOverall.php:46
1930
  msgid "Style Manager"
1995
 
1996
  #: lib/view/WpProQuiz_View_Statistics.php:34
1997
  msgid "Users"
1998
+ msgstr "Χρήστες"
1999
 
2000
  #: lib/view/WpProQuiz_View_Statistics.php:35
2001
  msgid "Overview"
2002
  msgstr "Ανασκόπηση"
2003
 
2004
+ #: lib/view/WpProQuiz_View_Statistics.php:61
2005
  msgid "Please select user name:"
2006
  msgstr "Παρακαλώ επιλέξτε όνομα χρήστη"
2007
 
2008
+ #: lib/view/WpProQuiz_View_Statistics.php:65
2009
+ msgid "Select a test:"
2010
+ msgstr ""
2011
+
2012
+ #: lib/view/WpProQuiz_View_Statistics.php:75
2013
  msgid "Anonymous user"
2014
+ msgstr "Ανώνυμος χρήστης"
2015
+
2016
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2017
+ msgid "average"
2018
  msgstr ""
2019
 
2020
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2021
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2022
  msgid "Hints used"
2023
+ msgstr "Βοήθεια που χρησιμοποιήθηκε "
2024
+
2025
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2026
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2027
+ msgid "Time"
2028
+ msgstr ""
2029
 
2030
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2031
  msgid "Points scored"
2032
  msgstr "Σύνολο βαθμών"
2033
 
2034
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2035
  msgid "Sub-Total: "
2036
+ msgstr "Υποσύνολο:"
2037
 
2038
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2039
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2040
+ msgid "Refresh"
2041
+ msgstr "Ανανέωση"
2042
+
2043
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2044
  msgid "Reset statistics"
2045
  msgstr "Επαναφορά στατιστικών"
2046
 
2047
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2048
+ msgid "Reset user statistics"
2049
+ msgstr ""
 
2050
 
2051
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2052
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2053
  msgid "Reset entire statistic"
2054
  msgstr "Επαναφορά όλων των στατιστικών"
2055
 
2056
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2057
  msgid "Show only users, who solved the quiz:"
2058
+ msgstr "Εμφάνιση μόνο τους χρήστες που έλυσαν το κουίζ."
2059
 
2060
  #: lib/view/WpProQuiz_View_StyleManager.php:15
2061
  msgid "Front"
2099
 
2100
  #: lib/view/WpProQuiz_View_WpqSupport.php:35
2101
  msgid "Open PoEdit"
2102
+ msgstr "Ανοίξτε το PoEdit"
2103
 
2104
  #: lib/view/WpProQuiz_View_WpqSupport.php:36
2105
  msgid "File - New catalogue from POT file..."
2107
 
2108
  #: lib/view/WpProQuiz_View_WpqSupport.php:37
2109
  msgid "Choose wp-pro-quiz.pot"
2110
+ msgstr "Επιλέξτε το wp-pro-quiz.pot"
2111
 
2112
  #: lib/view/WpProQuiz_View_WpqSupport.php:38
2113
  msgid "Set \"Translation properties\""
2115
 
2116
  #: lib/view/WpProQuiz_View_WpqSupport.php:39
2117
  msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2118
+ msgstr "Αποθηκεύστε το αρχείο PO με το όνομα \"wp-pro-quiz-de_DE.po\""
2119
 
2120
  #: lib/view/WpProQuiz_View_WpqSupport.php:41
2121
  msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2122
  msgstr ""
2123
+ "Aντικαταστείστε το de_DE με τον κωδικό της χώρας σας (πχ en_US, nl_NL...)"
2124
 
2125
  #: lib/view/WpProQuiz_View_WpqSupport.php:44
2126
  msgid "Translate"
2127
+ msgstr "Μεταφράστε"
2128
 
2129
  #: lib/view/WpProQuiz_View_WpqSupport.php:46
2130
  msgid ""
2136
 
2137
  #: lib/view/WpProQuiz_View_WpqSupport.php:47
2138
  msgid "Finished"
2139
+ msgstr "Τελειώσατε"
2140
 
2141
  #: lib/view/WpProQuiz_View_WpqSupport.php:51
2142
  msgid ""
2146
  "Μπορείτε να μεταφράσετε το WP-Pro-Quiz από υπάρχουσα σε ήδη υπάρχουσα γλώσσα "
2147
  "(πχ αγγλικά σε αγγλικά), για να μετονομάσετε τα κουμπια, για παράδειγμα."
2148
 
2149
+ #~ msgid "Next exercise"
2150
+ #~ msgstr "Επόμενη άσκηση"
2151
+
2152
  #~ msgid ""
2153
  #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2154
  #~ "will be displayed at the end. (Option will be ignored if \"questions "
languages/wp-pro-quiz-es_ES.mo CHANGED
Binary file
languages/wp-pro-quiz-es_ES.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -60,7 +60,7 @@ 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"
@@ -80,11 +80,20 @@ msgstr ""
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"
@@ -96,14 +105,14 @@ msgstr "Cargando"
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
 
@@ -137,20 +146,20 @@ 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
 
@@ -177,32 +186,38 @@ msgstr "Crear cuestionario"
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
 
@@ -219,10 +234,11 @@ 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"
@@ -233,22 +249,46 @@ msgid ""
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
@@ -257,7 +297,7 @@ 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
 
@@ -266,22 +306,22 @@ 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
 
@@ -295,12 +335,12 @@ 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
 
@@ -310,220 +350,247 @@ 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
 
@@ -545,77 +612,202 @@ 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]"
@@ -624,7 +816,7 @@ msgstr ""
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. "
@@ -634,12 +826,12 @@ msgstr ""
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."
@@ -647,12 +839,12 @@ 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."
@@ -660,7 +852,7 @@ 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 "
@@ -669,132 +861,46 @@ 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
@@ -822,22 +928,21 @@ msgstr "Nombre del cuestionario"
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."
@@ -845,83 +950,80 @@ 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 "
@@ -931,16 +1033,16 @@ msgstr ""
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 "
@@ -950,47 +1052,51 @@ msgstr ""
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."
@@ -998,13 +1104,13 @@ 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."
@@ -1012,7 +1118,7 @@ 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."
@@ -1020,50 +1126,56 @@ 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."
@@ -1071,7 +1183,7 @@ 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 "
@@ -1079,7 +1191,7 @@ msgid ""
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."
@@ -1088,7 +1200,7 @@ msgstr ""
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."
@@ -1096,29 +1208,75 @@ 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)"
@@ -1126,7 +1284,7 @@ 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
 
@@ -1167,68 +1325,29 @@ 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 "
@@ -1239,16 +1358,16 @@ msgstr ""
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)"
@@ -1256,12 +1375,12 @@ 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."
@@ -1269,81 +1388,57 @@ 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)"
@@ -1351,38 +1446,29 @@ 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."
@@ -1390,7 +1476,7 @@ 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."
@@ -1398,107 +1484,267 @@ 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."
@@ -1506,17 +1752,17 @@ 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)"
@@ -1524,21 +1770,21 @@ 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."
@@ -1546,142 +1792,103 @@ 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"
@@ -1773,42 +1980,59 @@ msgstr ""
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
 
@@ -1899,6 +2123,9 @@ 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."
@@ -2020,10 +2247,6 @@ msgstr ""
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"
@@ -2129,10 +2352,3 @@ msgstr ""
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"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:18+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:18+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "No hay datos disponibles"
80
  msgid "You must specify a name."
81
  msgstr ""
82
 
83
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
84
+ msgid "This entry should really be deleted?"
85
+ msgstr ""
86
+
87
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
88
+ msgid "Not all fields completed."
89
+ msgstr ""
90
+
91
  #: lib/controller/WpProQuiz_Controller_Front.php:44
92
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
93
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
94
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
95
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
96
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
97
  #: lib/view/WpProQuiz_View_Statistics.php:40
98
  msgid "Loading"
99
  msgstr "Cargando"
105
  #: lib/controller/WpProQuiz_Controller_Question.php:51
106
  #: lib/controller/WpProQuiz_Controller_Question.php:128
107
  #: lib/controller/WpProQuiz_Controller_Question.php:143
108
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
109
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
111
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
112
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
113
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
114
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
115
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "No tienes permisos suficientes para acceder a esta página."
118
 
146
  msgstr "Pregunta no encontrada"
147
 
148
  #: lib/controller/WpProQuiz_Controller_Question.php:173
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  #, php-format
151
  msgid "Question: %d"
152
  msgstr "Pregunta: %d"
153
 
154
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
155
  msgid "Question edited"
156
  msgstr "Pregunta editada"
157
 
158
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
159
  msgid "New question"
160
  msgstr "Nueva pregunta"
161
 
162
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
163
  msgid "Question added"
164
  msgstr "Pregunta añadida"
165
 
186
  msgid "Quiz deleted"
187
  msgstr "Cuestionario bortrado"
188
 
189
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
190
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
191
+ msgid "No category"
192
+ msgstr ""
193
+
194
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
195
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
196
+ msgid "No name or e-mail entered."
197
+ msgstr "Faltan el nombre o la dirección de correo electrónico."
198
 
 
199
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
200
+ msgid "You signed up successfully."
201
+ msgstr ""
202
+
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
206
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
207
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
208
  msgid "An error has occurred."
209
  msgstr "Se ha producido un error."
210
 
211
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
212
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
213
  msgid "You can not enter again."
214
  msgstr "No puedes volver a entrar."
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
217
  msgid "Your name can not exceed 15 characters."
218
  msgstr "Tu nombre no puede exceder los 15 caracteres"
219
 
220
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
221
  msgid "You entered wrong captcha code."
222
  msgstr "Código captcha incorrrecto."
223
 
234
  msgstr "El archivo no es compatible con la versión actual"
235
 
236
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
237
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
238
  msgid "Wp-Pro-Quiz: One user completed a quiz"
239
  msgstr ""
240
 
241
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
242
  msgid ""
243
  "Wp-Pro-Quiz\n"
244
  "\n"
249
  "\n"
250
  msgstr ""
251
 
252
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
253
+ msgid ""
254
+ "Wp-Pro-Quiz\n"
255
+ "\n"
256
+ "You have completed the quiz \"$quizname\".\n"
257
+ "\n"
258
+ "Points: $points\n"
259
+ "Result: $result\n"
260
+ "\n"
261
+ msgstr ""
262
+
263
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
264
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
265
  msgid "The user completed a quiz."
266
  msgstr "El usuario ha terminado un cuestionario."
267
 
268
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
269
+ msgid "The user completed a quiz with 100 percent."
270
+ msgstr ""
271
+
272
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
273
+ msgid "A powerful and beautiful quiz plugin for WordPress."
274
+ msgstr ""
275
+
276
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
277
+ msgid "WP-Pro-Quiz"
278
+ msgstr ""
279
+
280
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
281
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
284
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
285
  msgid "Leaderboard"
286
  msgstr "Ránking de puntuaciones"
287
 
288
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
289
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
290
  #: lib/view/WpProQuiz_View_Import.php:22
291
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
292
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
293
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
294
  #: lib/view/WpProQuiz_View_Statistics.php:24
297
  msgstr "Volver al Menú principal"
298
 
299
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
300
+ #: lib/view/WpProQuiz_View_Statistics.php:200
301
  msgid "Filter"
302
  msgstr "Filtrar"
303
 
306
  msgstr "Ordenar por:"
307
 
308
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
310
  msgid "best user"
311
  msgstr "Mejor usuario"
312
 
313
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
315
  msgid "newest entry"
316
  msgstr "Entradas más reciente"
317
 
318
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
320
  msgid "oldest entry"
321
  msgstr "Entradas más antiguas"
322
 
323
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
324
+ #: lib/view/WpProQuiz_View_Statistics.php:211
325
  msgid "How many entries should be shown on one page:"
326
  msgstr "Cantidad de entradas a mostrar en una página:"
327
 
335
  msgstr "UR = usuario no registrado, R = usuario registrado"
336
 
337
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
338
+ #: lib/view/WpProQuiz_View_Statistics.php:230
339
  msgid "User"
340
  msgstr "Usuario"
341
 
342
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
343
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
344
  msgid "E-Mail"
345
  msgstr "E-Mail"
346
 
350
  msgstr "Realizado el"
351
 
352
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
353
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
354
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
355
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
357
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
358
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
359
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
360
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
361
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
362
+ #: lib/view/WpProQuiz_View_Statistics.php:96
363
+ #: lib/view/WpProQuiz_View_Statistics.php:231
364
  msgid "Points"
365
  msgstr "Puntos"
366
 
367
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
368
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
369
+ #: lib/view/WpProQuiz_View_Statistics.php:102
370
+ #: lib/view/WpProQuiz_View_Statistics.php:236
371
  msgid "Results"
372
  msgstr "Resultados"
373
 
374
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
375
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
376
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
377
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
378
+ msgid "Edit"
379
+ msgstr "Editar"
380
 
381
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
382
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
383
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
384
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
385
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
386
  msgid "Delete"
387
  msgstr "Borrar"
388
 
389
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
390
+ msgid "save"
391
+ msgstr ""
392
+
393
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
394
+ msgid "cancel"
395
+ msgstr ""
396
+
397
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
398
+ msgid "Action"
399
+ msgstr "Acción"
400
+
401
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
402
  msgid "Apply"
403
  msgstr "Aplicar"
404
 
405
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
406
  msgid "Delete all entries"
407
  msgstr "Borrar todas las entradas"
408
 
409
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
412
  msgid "Time limit"
413
  msgstr "Límite de tiempo"
414
 
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
417
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
418
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
423
  msgid "Quiz-summary"
424
  msgstr ""
425
 
426
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
427
  #, php-format
428
  msgid "%s of %s questions completed"
429
  msgstr ""
430
 
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
432
  #: lib/view/WpProQuiz_View_Import.php:44
433
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
434
  msgid "Questions"
435
  msgstr "Preguntas"
436
 
437
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
438
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
440
  msgid "Finish quiz"
441
  msgstr "Acabar el cuestionario"
442
 
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
444
  msgid "Start quiz"
445
  msgstr "Empezar el cuestionario"
446
 
447
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
448
  msgid ""
449
  "You have already completed the quiz before. Hence you can not start it again."
450
  msgstr ""
451
  "Ya has realizado este cuestionario antes. Por tanto, no puedes empezarlo "
452
  "otra vez."
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
455
  msgid "You have to finish following quiz, to start this quiz:"
456
  msgstr ""
457
  "Tienes que terminar antes el siguiente cuestionario, para iniciar este "
458
  "cuestionario:"
459
 
460
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
461
  #, php-format
462
  msgid "%s of %s questions answered correctly"
463
  msgstr "%s de %s preguntas contestadas correctamente"
464
 
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
466
  msgid "Your time: <span></span>"
467
  msgstr "Tu tiempo: <span></span>"
468
 
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
470
  msgid "Time has elapsed"
471
  msgstr "El tiempo se ha terminado"
472
 
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
474
  #, php-format
475
  msgid "You have reached %s of %s points, (%s)"
476
  msgstr "Has conseguido %s de %s puntos posibles (%s)"
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
479
  msgid "Average score"
480
  msgstr "Puntuación de promedio:"
481
 
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
483
  msgid "Your score"
484
  msgstr "Tu puntuación"
485
 
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
487
+ msgid "Categories"
488
+ msgstr ""
489
+
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
491
+ msgid "Not categorized"
492
+ msgstr ""
493
+
494
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
495
  msgid "Restart quiz"
496
  msgstr "Volver a empezar el cuestionario"
497
 
498
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
499
  msgid "View questions"
500
  msgstr "Comprobar las preguntas"
501
 
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
503
  msgid "Show leaderboard"
504
  msgstr "Mostrar el Ránking de puntuaciones"
505
 
506
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
507
+ msgid "Answered"
508
+ msgstr ""
509
+
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
511
+ msgid "Review"
512
+ msgstr ""
513
+
514
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
515
+ msgid "Review question"
516
+ msgstr ""
517
+
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
519
  #, php-format
520
  msgid "Question %s of %s"
521
  msgstr "Pregunta %s de %s"
522
 
523
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
524
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
525
+ #: lib/view/WpProQuiz_View_Statistics.php:95
526
  msgid "Question"
527
  msgstr "Pregunta"
528
 
529
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
530
  #, php-format
531
  msgid "%d points"
532
  msgstr "%d puntos"
533
 
534
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
535
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
536
  msgid "Sort elements"
537
  msgstr "Ordenar elementos"
538
 
539
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
540
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
541
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
542
+ #: lib/view/WpProQuiz_View_Statistics.php:97
543
+ #: lib/view/WpProQuiz_View_Statistics.php:232
544
  msgid "Correct"
545
  msgstr "Correcto"
546
 
547
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
548
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
549
+ #: lib/view/WpProQuiz_View_Statistics.php:98
550
+ #: lib/view/WpProQuiz_View_Statistics.php:233
551
  msgid "Incorrect"
552
  msgstr "Incorrecto"
553
 
554
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
556
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
557
  msgid "Hint"
558
  msgstr "Pista de ayuda"
559
 
560
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
563
  msgid "Skip question"
564
  msgstr ""
565
 
566
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
567
  msgid "Back"
568
  msgstr "Volver atrás"
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
571
  msgid "Check"
572
  msgstr "Comprobar"
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
575
+ msgid "Next"
576
+ msgstr ""
577
 
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
579
+ msgid "Your result has been entered into leaderboard"
580
+ msgstr ""
581
 
582
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
583
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
584
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
585
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
586
  msgid "Name"
587
  msgstr "Nombre"
588
 
589
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
590
  msgid "Captcha"
591
  msgstr "Captcha"
592
 
593
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
594
  msgid "Send"
595
  msgstr ""
596
 
612
  msgstr "La tabla se está cargando"
613
 
614
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
615
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
616
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
617
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
618
  msgid "Global settings"
619
  msgstr "Ajustes generales"
620
 
621
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
622
+ msgid "E-Mail settings"
 
 
 
 
 
 
623
  msgstr ""
 
 
624
 
625
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
626
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
627
  msgid "Settings in case of problems"
628
  msgstr "Ajustes en caso de problemas"
629
 
630
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
631
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
633
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
634
+ msgid "Save"
635
+ msgstr "Guardar"
636
+
637
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
639
+ msgid "Leaderboard time format"
640
+ msgstr "Formato del tiempo para el Ránking de puntuaciones"
641
+
642
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
643
+ msgid "Custom"
644
+ msgstr "Personalizado"
645
+
646
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
647
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
648
+ msgid "Documentation on date and time formatting"
649
+ msgstr ""
650
+ "Documentación acerca del formato de la fecha y de la hora (en inglés.)"
651
+
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
654
+ msgid "Statistic time format"
655
+ msgstr ""
656
+
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
658
+ msgid "Select example:"
659
+ msgstr ""
660
+
661
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
662
+ msgid "Time format:"
663
+ msgstr ""
664
+
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
667
+ msgid "Category management"
668
+ msgstr ""
669
+
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
671
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
672
+ msgid "Admin e-mail settings"
673
+ msgstr ""
674
+
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
676
+ msgid "To:"
677
+ msgstr ""
678
+
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
680
+ msgid ""
681
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
682
+ "com"
683
+ msgstr ""
684
+
685
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
686
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
687
+ msgid "From:"
688
+ msgstr ""
689
+
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
692
+ msgid "Subject:"
693
+ msgstr ""
694
+
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
697
+ msgid "HTML"
698
+ msgstr ""
699
 
700
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
701
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
702
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
705
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
706
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
707
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
708
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
719
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
732
  msgid "Activate"
733
  msgstr "Activar"
734
 
735
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
736
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
737
+ msgid "Message body:"
738
+ msgstr ""
739
+
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
741
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
742
+ msgid "Allowed variables"
743
+ msgstr ""
744
+
745
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
747
+ msgid "User-ID"
748
+ msgstr ""
749
+
750
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
752
+ msgid "Username"
753
+ msgstr ""
754
+
755
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
757
+ msgid "Quiz-Name"
758
+ msgstr ""
759
+
760
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
762
+ msgid "Result in precent"
763
+ msgstr ""
764
+
765
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
767
+ msgid "Reached points"
768
+ msgstr ""
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
772
+ msgid "IP-address of the user"
773
+ msgstr ""
774
+
775
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
777
+ msgid "User e-mail settings"
778
+ msgstr ""
779
+
780
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
781
+ msgid "to activate"
782
+ msgstr "activar"
783
+
784
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
785
+ msgid "not to activate"
786
+ msgstr "no activar"
787
+
788
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
789
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
790
+ msgid "Please note"
791
+ msgstr "Toma nota, por favor"
792
+
793
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
794
+ msgid ""
795
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
796
+ msgstr ""
797
+ "Estos ajustes deberían usarse solo en caso de problemas con el "
798
+ "funcionamiento de Wp-Pro-Quiz."
799
+
800
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
801
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
802
+ msgid "Automatically add [raw] shortcode"
803
+ msgstr "Añadir automáticamente el código abreviado del cuestionario [raw] "
804
+
805
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
806
  #, php-format
807
  msgid "It is recommended %s this option on your system."
808
  msgstr "Se recomienda %s esta opción en tu sistema."
809
 
810
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
811
  msgid ""
812
  "If this option is activated, a [raw] shortcode is automatically set around "
813
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
816
  "al código abreviado de WpProQuiz ( [WpProQuiz X] ) en ( [raw] [WpProQuiz "
817
  "X] [/raw] )."
818
 
819
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
820
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
821
  msgid ""
822
  "Own themes changes internal order of filters, what causes the problems. "
826
  "puede causar problemas. Con el código abreviado adicional [raw], puede "
827
  "prevenirse esto."
828
 
829
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
830
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
831
  msgid "Do not load the Javascript-files in the footer"
832
  msgstr "No cargar los archivos Javascript en el pie o footer"
833
 
834
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
835
  msgid ""
836
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
837
  "when they are really needed."
839
  "Generalmente todos los archivos Javascript de WpProQui se cargan en el "
840
  "footer y solo cuando son estrictamente necesarios."
841
 
842
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
843
  msgid "In very old Wordpress themes this can lead to problems."
844
  msgstr ""
845
  "Esto puede causar problemas en algunos temas para Wordpress muy antiguos."
846
 
847
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
848
  msgid ""
849
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
850
  "the header even if they are not needed."
852
  "Si activas esta opción, todos los archivos Javascript de WpProQuiz se "
853
  "cargarán en el header, incluso cuando no sean necesarios."
854
 
855
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
856
  #, php-format
857
  msgid ""
858
  "Anyone who wants to learn more about this topic should read through the "
861
  "Si deseas saber más sobre este tema, puede consultar las siguientes páginas "
862
  "web: %s y %s"
863
 
864
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
865
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
866
  msgid "Touch Library"
867
  msgstr "Librería Touch (pars dispositivos móviles)"
868
 
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
872
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
874
  msgid "Deactivate"
875
  msgstr "Desactivar"
876
 
877
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
878
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
879
  msgstr ""
880
  "En la versión 0.13 se añadió una nueva librería Touch para dispositivos "
881
  "móviles."
882
 
883
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
884
  msgid "If you have any problems with the Touch Library, please deactivate it."
885
  msgstr "Si tienes problemas con la librería Touch, desactívala, por favor."
886
 
887
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
888
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
889
  msgid "jQuery support cors"
890
  msgstr "jQuery support cors"
891
 
892
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
893
  msgid "Is required only in rare cases."
894
  msgstr "Requerido solo en raros casos."
895
 
896
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
897
  msgid "If you have problems with the front ajax, please activate it."
898
  msgstr "Actívalo si tienes problemas con AJAX."
899
 
900
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
901
  msgid "e.g. Domain with special characters in combination with IE"
902
  msgstr "p.ej. Un dominio con caracteres especiales combinado con IE"
903
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
  #: lib/view/WpProQuiz_View_Import.php:21
905
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
906
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
928
  msgid "Start import"
929
  msgstr "Empezar la importación"
930
 
931
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
932
  msgid "Title"
933
  msgstr "Título"
934
 
935
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
936
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
937
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
939
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
942
  msgid "(optional)"
943
  msgstr "(Opcional)"
944
 
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
946
  msgid ""
947
  "The title is used for overview, it is not visible in quiz. If you leave the "
948
  "title field empty, a title will be generated."
950
  "El título se usa para el Menú principal, no es visible en el cuestionario. "
951
  "Si dejas el tíitulo en blanco, se generará uno automáticamente."
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
954
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
955
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
956
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
959
  msgid "(required)"
960
  msgstr "(Requerido)"
961
 
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
963
  msgid "Points for this question (Standard is 1 point)"
964
  msgstr "Puntos para esta pregunta (1 punto por defecto)"
965
 
966
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
967
  msgid ""
968
  "This points will be rewarded, only if the user closes the question correctly."
969
  msgstr ""
970
  "Estos puntos se otorgarán solo si el usuario contesta corectamente la "
971
  "pregunta"
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
974
  msgid "Different points for each answer"
975
  msgstr "Asignar un valor en puntos diferente para cada respuesta"
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
978
  msgid ""
979
  "If you enable this option, you can enter different points for every answer."
980
  msgstr ""
981
  "Si activas esta opción, podrás asignar un valor en puntos diferente para "
982
  "cada respuesta."
983
 
984
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
985
  msgid "Show reached points in the correct- and incorrect message?"
986
  msgstr ""
987
  "¿Mostrar los puntos conseguidos en el mensaje de Correcto o Incorrecto?"
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
990
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
991
+ #: lib/view/WpProQuiz_View_Statistics.php:115
992
  msgid "Category"
993
  msgstr ""
994
 
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
996
  msgid ""
997
  "You can assign classify category for a question. Categories are e.g. visible "
998
  "in statistics function."
999
  msgstr ""
1000
 
1001
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1002
  msgid "You can manage categories in global settings."
1003
  msgstr ""
1004
 
1005
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1006
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1007
  msgid "Create new category"
1008
  msgstr ""
1009
 
1010
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
1011
  msgid "Create"
1012
  msgstr ""
1013
 
1014
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1015
  msgid "Message with the correct / incorrect answer"
1016
  msgstr "Mensaje acompañando a la respuesta correcta / incorrecta"
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1019
  msgid "Deactivated in quiz settings."
1020
  msgstr "Desactivado en los ajustes del cuestionario"
1021
 
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1023
  msgid "Message with the correct answer"
1024
  msgstr "Mensaje acompañando a la respuesta correcta"
1025
 
1026
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1027
  msgid ""
1028
  "This text will be visible if answered correctly. It can be used as "
1029
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1033
  "como una explicación en preguntas complejas. El mensaje \"Correcto\" o "
1034
  "\"Incorrecto\" se muestra siempre automáticamente."
1035
 
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1037
  msgid "Same text for correct- and incorrect-message?"
1038
  msgstr ""
1039
  "¿Mostrar el mismo texto acompañando al mensaje de Correcto o Incorrexcto?"
1040
 
1041
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1042
  msgid "Message with the incorrect answer"
1043
  msgstr "Mensaje acompañando a la respuesta incorrecta"
1044
 
1045
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1046
  msgid ""
1047
  "This text will be visible if answered incorrectly. It can be used as "
1048
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1052
  "una explicación en preguntas complejas. El mensaje \"Correcto\" o "
1053
  "\"Incorrecto\" se muestra siempre automáticamente."
1054
 
1055
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1056
  msgid "Here you can enter solution hint."
1057
  msgstr "Aquí puedes añadir una pista de ayuda"
1058
 
1059
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1060
  msgid "Activate hint for this question?"
1061
  msgstr "¿Activar Pista de ayuda para la pregunta?"
1062
 
1063
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1064
  msgid "Answer type"
1065
  msgstr "¿Tipo de respuesta?"
1066
 
1067
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1068
  msgid "Single choice"
1069
  msgstr "Respuesta única"
1070
 
1071
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1072
  msgid "Multiple choice"
1073
  msgstr "Respuesta múltiple"
1074
 
1075
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1076
  msgid "\"Free\" choice"
1077
  msgstr "Respuesta \"Libre\" "
1078
 
1079
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1080
  msgid "\"Sorting\" choice"
1081
  msgstr "\"Ordenar\" respuestas"
1082
 
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1084
  msgid "\"Matrix Sorting\" choice"
1085
  msgstr "Respuesta de\"Ordenar Matrix\" "
1086
 
1087
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1088
  msgid "Cloze"
1089
  msgstr "Completar texto (espacios en blanco)"
1090
 
1091
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1092
+ msgid "Assessment"
1093
+ msgstr ""
1094
+
1095
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1096
  msgid "Answers"
1097
  msgstr "Respuestas"
1098
 
1099
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1100
  msgid ""
1101
  "Please sort the answers in right order with the \"Move\" - Button. The "
1102
  "answers will be displayed randomly."
1104
  "Por favor, ordena las respuestas en el oden correcto usando el botón \"Mover"
1105
  "\"-Al usuario, las respuestas se le mostrarán aleatoriamente."
1106
 
1107
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1108
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1109
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1110
  msgid "Add new answer"
1111
  msgstr "Añadir otra respuesta"
1112
 
1113
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1114
  msgid ""
1115
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1116
  "matching criterion."
1118
  "En esta modalidad,no se trata de ordenar una lista de respuestas, sino de "
1119
  "asignar elementos a un criterio coincidente"
1120
 
1121
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1122
  msgid ""
1123
  "You can create sort elements with empty criteria, which can't be assigned by "
1124
  "user."
1126
  "Puede crear elementos con el criterio de ordenación vacío, de modo que no "
1127
  "pueden ser asignados por el usuario."
1128
 
1129
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1130
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1131
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1132
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1133
  msgid "Options"
1134
  msgstr "Opciones"
1135
 
1136
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1137
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1138
  msgid "Answer"
1139
  msgstr "Respuesta"
1140
 
1141
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1142
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1143
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1144
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1145
  msgid "Allow HTML"
1146
  msgstr "Permitir HTML"
1147
 
1148
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1149
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1151
  msgid "Delete answer"
1152
  msgstr "Borrar respuesta"
1153
 
1154
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1155
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1157
+ msgid "Add Media"
1158
+ msgstr ""
1159
+
1160
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1161
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1162
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1163
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1164
  msgid "Move"
1165
  msgstr "Mover"
1166
 
1167
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1168
  msgid "Criterion"
1169
  msgstr "Criterio"
1170
 
1171
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1172
  msgid ""
1173
  "correct answers (one per line) (answers will be converted to lower case)"
1174
  msgstr ""
1175
  "respuestas correctas (una por línea)) (las respuestas se pasarán a letra "
1176
  "minúscula)"
1177
 
1178
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1179
  msgid ""
1180
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1181
  "small letters will be ignored."
1183
  "Escribe las palabras que se ocultarán entre llaves { } p.ej \"Yo {juego} a "
1184
  "fútbol\". Mayúsculas y minúsulas serán ignordas."
1185
 
1186
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1187
  msgid ""
1188
  "You can specify multiple options for a search word. Enclose the word with "
1189
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1191
  "hate are correct."
1192
  msgstr ""
1193
 
1194
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1195
  msgid ""
1196
  "If mode \"Different points for every answer\" is activated, you can assign "
1197
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1200
  "activada, podrás asignar puntos variables usando el código |POINTS. En caso "
1201
  "contrario, se otorgará 1 punto a cada respuesta. "
1202
 
1203
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1204
  msgid ""
1205
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1206
  "\" 3 points."
1208
  "p.ej. \" Yo {juego} a fútbol con un {balónl|3}. \" - \"juego\" da 1 punto y "
1209
  "\"Balón\" 3 puntos. "
1210
 
1211
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1212
+ msgid "Here you can create an assessment question."
1213
+ msgstr ""
1214
+
1215
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1216
+ msgid ""
1217
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1218
+ msgstr ""
1219
+
1220
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1221
+ msgid "The number of options in the maximum score."
1222
+ msgstr ""
1223
+
1224
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1225
+ msgid "Examples:"
1226
+ msgstr ""
1227
+
1228
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1229
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1230
+ msgstr ""
1231
+
1232
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1233
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1250
+ msgid "Demo"
1251
+ msgstr "Demo"
1252
+
1253
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1254
+ msgid "less true { [a] [b] [c] } more true"
1255
+ msgstr ""
1256
+
1257
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1258
  msgid "Questions sorted"
1259
  msgstr "Preguntas ordenadas"
1260
 
1261
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1262
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1263
  msgid "Total"
1264
  msgstr "Total"
1265
 
1266
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1267
  msgid "Add question"
1268
  msgstr "Añadir una pregunta"
1269
 
1270
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1271
  msgid "Save order"
1272
  msgstr "Guardar el orden"
1273
 
 
1274
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1275
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1276
  msgid "Copy questions from another Quiz"
1277
  msgstr "Copiar preguntas de otro cuestionario"
1278
 
1279
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1280
  msgid ""
1281
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1282
  "selection enabled)"
1284
  "Aquí puedes copiar preguntas de otro cuestionario en este (con Respuesta "
1285
  "múltiple activada)"
1286
 
1287
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1288
  msgid "Copy questions"
1289
  msgstr "Copiar preguntas"
1290
 
1325
 
1326
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1327
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
 
 
1328
  msgid "Display question randomly"
1329
  msgstr "Ordenar las preguntas aleatoriamente"
1330
 
1331
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1333
  msgid "Display answers randomly"
1334
  msgstr "Ordenar las respuestas aleatoriamente"
1335
 
1336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1337
  msgid "Seconds"
1338
  msgstr "Segundos"
1339
 
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1341
  msgid "0 = no limit"
1342
  msgstr "0 = sin límite"
1343
 
1344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1346
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1347
  msgid "Statistics"
1348
  msgstr "Estadísticas"
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1351
  msgid ""
1352
  "Statistics about right or wrong answers. Statistics will be saved by "
1353
  "completed quiz, not after every question. The statistics is only visible "
1358
  "estadísticas son visibles solo en el menú de administración (estadísticas "
1359
  "internas)."
1360
 
1361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1363
  msgid "Statistics IP-lock"
1364
  msgstr "Estadísticas IP-lock"
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1367
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1368
  msgstr "en minutos (recomenado:: 1440 minutos = 1 día)"
1369
 
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1371
  msgid ""
1372
  "Protect the statistics from spam. Result will only be saved every X minutes "
1373
  "from same IP. (0 = deactivated)"
1375
  "Protege las estadísticas de spam. Los resultados de una misma IP se guadarán "
1376
  "solo cada X minutos. (0 = Desactivado)"
1377
 
1378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1380
  msgid "Execute quiz only once"
1381
  msgstr "Permitir realizar el cuestionario una sola vez"
1382
 
1383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1384
  msgid ""
1385
  "If you activate this option, the user can complete the quiz only once. "
1386
  "Afterwards the quiz is blocked for this user."
1388
  "Si se activa esta opción, el usuario solo podrá realizar el cuestionario una "
1389
  "vez. Después, el cuestionario se bloquea para ese usuario."
1390
 
1391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1392
  msgid "This option applies to:"
1393
  msgstr "Aplicar esta opción a:"
1394
 
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1397
  msgid "all users"
1398
  msgstr "todos los usuarios"
1399
 
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1402
  msgid "registered useres only"
1403
  msgstr "solo usuarios registrados"
1404
 
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1407
  msgid "anonymous users only"
1408
  msgstr "solo usuarios anónimos"
1409
 
1410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1411
  msgid "user identification by cookie"
1412
  msgstr "identificación del usuario mediante cookie"
1413
 
1414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1415
  msgid ""
1416
+ "If you activate this option, a cookie is set additionally for unregistrated "
1417
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1418
+ "simple assignment by the IP address."
1419
  msgstr ""
1420
+ "Al activar esta opción, se asigna adicionalmente un cookie para los usuarios "
1421
+ "no registrados (anónimos). Esto asegura una asignación del usuario más "
1422
+ "prolongada que con una simple asignación mediante IP."
1423
+
1424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1425
+ msgid "Reset the user identification"
1426
+ msgstr "Reinicilar la identificación del usuario"
1427
+
1428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1429
+ msgid "User identification has been reset."
1430
+ msgstr "La identificación del usuario ha sido reiniciada."
1431
 
1432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1433
+ msgid "Resets user identification for all users."
1434
+ msgstr "Reiniciar la identificación de usuario para todos los usuarios."
1435
+
1436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1438
  msgid "Show only specific number of questions"
1439
  msgstr "Mostrar solo un número específico de preguntas"
1440
 
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1442
  msgid ""
1443
  "If you enable this option, maximum number of displayed questions will be X "
1444
  "from X questions. (The output of questions is random)"
1446
  "Al activar esta opción, la cantidad máxima de preguntas mostradas será X de "
1447
  "X preguntas. (La selección de las preguntas será aleatoria)"
1448
 
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1450
  msgid "The statistics function is not available in this option."
1451
  msgstr "La función Estadísticas no está disponible en esta modalidad."
1452
 
1453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1454
  msgid ""
1455
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1456
  msgstr "Esta opción no funciona correctamente con plugins de Caché Frontend"
1457
 
1458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1459
  msgid "How many questions should be displayed simultaneously:"
1460
  msgstr "Cantidad de preguntas a mostrar simultáneamente."
1461
 
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1463
  msgid "in percent"
1464
  msgstr "en porcentaje"
1465
 
1466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1468
  msgid "Prerequisites"
1469
  msgstr "Prerrequisitos"
1470
 
1471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1472
  msgid ""
1473
  "If you enable this option, you can choose quiz, which user have to finish "
1474
  "before he can start this quiz."
1476
  "Al activar esta opción, puedes seleccionar un cuestionario que el usuario "
1477
  "debe completar antes de empezar este cuestionario."
1478
 
1479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1480
  msgid ""
1481
  "In all selected quizzes statistic function have to be active. If it is not "
1482
  "it will be activated automatically."
1484
  "En todos los cuestionarios seleccionadas la función Estadísticas debe estar "
1485
  "activa. De lo contario, será activada automáticamente."
1486
 
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1488
  msgid "Quiz"
1489
  msgstr "Cuestionario"
1490
 
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1492
  msgid "Prerequisites (This quiz have to be finished)"
1493
  msgstr "Prerrequisitos (este cuestionario debe ser completado previamente)"
1494
 
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1498
  msgid "Question overview"
1499
  msgstr ""
1500
 
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1502
  msgid ""
1503
  "Add at the top of the quiz a question overview, which allows easy "
1504
  "navigation. Additional questions can be marked \"to review\"."
1505
  msgstr ""
1506
 
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1508
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1509
  msgstr ""
1510
 
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1512
  msgid ""
1513
  "If you enalbe this option, no quiz overview will be displayed, before "
1514
  "finishing quiz."
1515
  msgstr ""
1516
 
1517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1518
  msgid ""
1519
  "If you enable this option, user won't be able to skip question. (only in "
1520
  "\"Overview -> next\" mode). User still will be able to navigate over "
1521
  "\"Question-Overview\""
1522
  msgstr ""
1523
 
1524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1526
+ msgid "Admin e-mail notification"
1527
  msgstr ""
1528
 
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1530
  msgid "for registered users only"
1531
  msgstr ""
1532
 
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1534
  msgid "for all users"
1535
  msgstr ""
1536
 
1537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1538
  msgid ""
1539
  "If you enable this option, you will be informed if a user completes this "
1540
  "quiz."
1541
  msgstr ""
1542
 
1543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1545
  msgid "E-Mail settings can be edited in global settings."
1546
  msgstr ""
1547
 
1548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1550
+ msgid "User e-mail notification"
1551
  msgstr ""
1552
 
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1554
+ msgid ""
1555
+ "If you enable this option, an email is sent with his quiz result to the "
1556
+ "user. (only registered users)"
1557
  msgstr ""
1558
 
1559
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1560
+ msgid "Quiz description"
1561
+ msgstr "Descripción del cuestionario"
1562
+
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1564
+ msgid "This text will be displayed before start of the quiz."
1565
+ msgstr "Este texto se mostrará antes del inicio del cuestionario."
1566
+
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1568
+ msgid "Results text"
1569
+ msgstr "Texto del resultado"
1570
+
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1572
+ msgid ""
1573
+ "This text will be displayed at the end of the quiz (in results). (this text "
1574
+ "is optional)"
1575
+ msgstr ""
1576
+ "Este texto se mostrará al final del cuestionario (en los resultados). (este "
1577
+ "texto es opcional)"
1578
+
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1580
+ msgid "Activate graduation"
1581
+ msgstr "Activar calificaciones"
1582
+
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1584
+ msgid "Hint:"
1585
+ msgstr "Pista de ayuda:"
1586
+
1587
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1588
+ msgid "Maximal 15 levels"
1589
+ msgstr "Máximo 15 niveles"
1590
+
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1592
+ #, php-format
1593
+ msgid ""
1594
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1595
+ "in %d questions."
1596
+ msgstr ""
1597
+ "Porcentaje en relación a la puntuación total del cuestionario. (Total "
1598
+ "actual: %d puntos en %d preguntas)"
1599
+
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1601
+ msgid "Values can also be mixed up"
1602
+ msgstr "Los valores pueden también mezclarse"
1603
+
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1605
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1606
+ msgstr ""
1607
+ "10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
1608
+
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1611
+ msgid "from:"
1612
+ msgstr "de:"
1613
+
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1616
+ msgid "percent"
1617
+ msgstr "porcentaje"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1621
+ #, php-format
1622
+ msgid ""
1623
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1624
+ "%s</span>%%)"
1625
+ msgstr ""
1626
+ "(Se mostrará cuando el procentaje del resultado sea >= <span class="
1627
+ "\"resultProzent\">%s</span>%% )"
1628
+
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1631
+ msgid "Delete graduation"
1632
+ msgstr "Borrar calificación"
1633
+
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1635
+ msgid "Add graduation"
1636
+ msgstr "Añadir calificación"
1637
+
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1639
+ msgid "Result-Options"
1640
  msgstr ""
1641
 
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1643
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1644
+ msgid "Show average points"
1645
+ msgstr "Mostrar el promedio de puntuación"
1646
 
1647
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1648
+ msgid "Statistics-function must be enabled."
1649
+ msgstr "La función Estadísticas deber estar activada."
1650
+
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1653
+ msgid "Show category score"
1654
+ msgstr ""
1655
 
1656
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1657
  msgid ""
1658
+ "If you enable this option, the results of each category is displayed on the "
1659
+ "results page."
1660
  msgstr ""
1661
 
1662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1664
+ msgid "Hide correct questions - display"
1665
  msgstr ""
1666
 
1667
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1668
+ msgid ""
1669
+ "If you select this option, no longer the number of correctly answered "
1670
+ "questions are displayed on the results page."
1671
  msgstr ""
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1675
+ msgid "Hide quiz time - display"
1676
+ msgstr ""
1677
+
1678
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1679
  msgid ""
1680
+ "If you enable this option, the time for finishing the quiz won't be "
1681
+ "displayed on the results page anymore."
1682
+ msgstr ""
1683
+
1684
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1686
+ msgid "Hide score - display"
1687
+ msgstr ""
1688
+
1689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1690
+ msgid ""
1691
+ "If you enable this option, final score won't be displayed on the results "
1692
+ "page anymore."
1693
+ msgstr ""
1694
+
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1696
+ msgid "Question-Options"
1697
+ msgstr ""
1698
+
1699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1700
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1701
+ msgid "Show points"
1702
+ msgstr "Mostrar los puntos"
1703
+
1704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1705
+ msgid "Shows in quiz, how many points are reachable for respective question."
1706
+ msgstr ""
1707
+ "Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
1708
+ "pregunta,"
1709
+
1710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1712
+ msgid "Number answers"
1713
+ msgstr "Numerar las respuestas"
1714
+
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1716
+ msgid ""
1717
+ "If this option is activated, all answers are numbered (only single and "
1718
+ "multiple choice)"
1719
+ msgstr ""
1720
+ "Si esta opción está activada, todas las respuestas serán numeradas (solo en "
1721
+ "las modalidades de respuesta única y respuesta múltiple)."
1722
+
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1725
+ msgid "Hide correct- and incorrect message"
1726
+ msgstr "Oculltar el mensaje Correcto-Incorrecto"
1727
+
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1729
+ msgid ""
1730
+ "If you enable this option, no correct- or incorrect message will be "
1731
+ "displayed."
1732
+ msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
1733
+
1734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1736
+ msgid "Correct and incorrect answer mark"
1737
+ msgstr "Marcar respuestas correctas e incorrectas"
1738
+
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1740
+ msgid ""
1741
+ "If you enable this option, answers won't be color highlighted as correct or "
1742
+ "incorrect. "
1743
  msgstr ""
1744
+ "Al activar esta opción,las respuestas no serán destacadas en diferentes "
1745
+ "colores como correctas o incoreectas."
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1748
  msgid ""
1749
  "The leaderboard allows users to enter results in public list and to share "
1750
  "the result this way."
1752
  "El Ránking de puntuaciones permite a los usuarios introducir y compartir "
1753
  "sus resultados en una lista pública."
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1756
  msgid "The leaderboard works independent from internal statistics function."
1757
  msgstr ""
1758
  "El Ránking de puntuaciones funciona independientemente de las estadísticas "
1759
  "internas."
1760
 
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1762
  msgid "Who can sign up to the list"
1763
  msgstr "Quién puede foirmar parte de la lista"
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1766
  msgid ""
1767
  "Not registered users have to enter name and e-mail (e-mail won't be "
1768
  "displayed)"
1770
  "Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
1771
  "no será mostrado)"
1772
 
1773
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1774
  msgid "insert automatically"
1775
  msgstr ""
1776
 
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1778
  msgid ""
1779
  "If you enable this option, logged in users will be automatically entered "
1780
  "into leaderboard"
1781
  msgstr ""
1782
 
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1784
  msgid "display captcha"
1785
  msgstr "Mostrar captcha"
1786
 
1787
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1788
  msgid ""
1789
  "If you enable this option, additional captcha will be displayed for users "
1790
  "who are not registered."
1792
  "Al activar esta opción, a los usuarios no registrados se le mostrará un "
1793
  "código captcha."
1794
 
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1796
  msgid "This option requires additional plugin:"
1797
  msgstr "Esta opción requiere un plugin adicional:"
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1800
  msgid "Plugin has been detected."
1801
  msgstr "El plugin ha sido detectado."
1802
 
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1804
  msgid "Plugin is not installed."
1805
  msgstr "El plugin no está instalado."
1806
 
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1808
  msgid "Sort list by"
1809
  msgstr "Ordenar la lista por"
1810
 
1811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1812
  msgid "Users can apply multiple times"
1813
  msgstr "El usuario puede intentarlo cuantas veces desee."
1814
 
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1816
  msgid "User can apply after:"
1817
  msgstr "El usuario puede intentarlo de nuevo desspués de:"
1818
 
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1820
  msgid "minute"
1821
  msgstr "minuto"
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1824
  msgid "How many entries should be displayed"
1825
  msgstr "Cantidad de entradas a mostrar"
1826
 
1827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1828
  msgid "Entries"
1829
  msgstr "Entradas"
1830
 
1831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1832
  msgid "Automatically display leaderboard in quiz result"
1833
  msgstr ""
1834
  "Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
1835
  "cuestionario."
1836
 
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1838
  msgid "Where should leaderboard be displayed:"
1839
  msgstr "Dónde será mostrado el Ránking de puntuaciones:"
1840
 
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1842
  msgid "don't display"
1843
  msgstr "No mostrarlo"
1844
 
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1846
  msgid "below the \"result text\""
1847
  msgstr "después del \"texto del resultado\""
1848
 
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1850
  msgid "in a button"
1851
  msgstr "en un botón"
1852
 
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1854
+ msgid "Quiz-Mode"
1855
+ msgstr ""
 
 
 
 
 
 
 
 
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1858
+ msgid "Normal"
 
 
1859
  msgstr ""
 
 
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1862
+ msgid "Normal + Back-Button"
1863
+ msgstr ""
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1866
+ msgid "Check -> continue"
1867
+ msgstr "Comprobar -> continuar"
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1870
+ msgid "Questions below each other"
1871
+ msgstr "Mostrar las respuestas una debajo de la otra"
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1874
  msgid ""
1875
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1876
+ "displayed at the end of the quiz."
1877
  msgstr ""
 
 
 
 
 
 
1878
 
1879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1880
+ msgid "Allows to use the back button in a question."
1881
  msgstr ""
 
 
 
 
 
 
1882
 
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1884
+ msgid "Shows \"right or wrong\" after each question."
1885
+ msgstr ""
 
1886
 
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1888
  msgid ""
1889
+ "If this option is activated, all answers are displayed below each other, i."
1890
+ "e. all questions are on a single page."
1891
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1892
 
1893
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1894
  msgid "Quiz overview"
1980
  msgid "Overview"
1981
  msgstr "Vista general"
1982
 
1983
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1984
  msgid "Please select user name:"
1985
  msgstr "Seleccione el nombre de usuario, por favor"
1986
 
1987
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1988
+ msgid "Select a test:"
1989
+ msgstr ""
1990
+
1991
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1992
  msgid "Anonymous user"
1993
  msgstr ""
1994
 
1995
+ #: lib/view/WpProQuiz_View_Statistics.php:84
1996
+ msgid "average"
1997
+ msgstr ""
1998
+
1999
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2000
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2001
  msgid "Hints used"
2002
  msgstr "Pistas de ayuda usadas"
2003
 
2004
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2005
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2006
+ msgid "Time"
2007
+ msgstr ""
2008
+
2009
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2010
  msgid "Points scored"
2011
  msgstr "Puntos logrados"
2012
 
2013
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2014
  msgid "Sub-Total: "
2015
  msgstr ""
2016
 
2017
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2018
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2019
+ msgid "Refresh"
2020
+ msgstr "Actualizar"
2021
+
2022
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2023
  msgid "Reset statistics"
2024
  msgstr "Reiniciar las estadísticas"
2025
 
2026
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2027
+ msgid "Reset user statistics"
2028
+ msgstr ""
 
2029
 
2030
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2031
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2032
  msgid "Reset entire statistic"
2033
  msgstr "Reiniciar trodas las estadísticas"
2034
 
2035
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2036
  msgid "Show only users, who solved the quiz:"
2037
  msgstr "Mostrar solo los usuarios que han resuelto el cuestionario"
2038
 
2123
  "También puedes traducir WP-Pro-Quiz a un lenguaje ya incoroporado (p.ej, "
2124
  "español a español\"), por ejemplo, para renombrar a tu gusto los botones."
2125
 
2126
+ #~ msgid "Next exercise"
2127
+ #~ msgstr "Siguiente ejercicio"
2128
+
2129
  #, fuzzy
2130
  #~ msgid "Sie muessen einen Namen angeben."
2131
  #~ msgstr "No name or e-mail stated."
2247
  #~ msgid "Alle Eintaege loeschen"
2248
  #~ msgstr "Delete all entries"
2249
 
 
 
 
 
2250
  #, fuzzy
2251
  #~ msgid "Deine Punkte"
2252
  #~ msgstr "Your score"
2352
 
2353
  #~ msgid "Tip"
2354
  #~ msgstr "Tipp"
 
 
 
 
 
 
 
languages/wp-pro-quiz-fr_FR.mo ADDED
Binary file
languages/wp-pro-quiz-fr_FR.po ADDED
@@ -0,0 +1,2175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:18+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:19+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 "Voulez-vous vraiment supprimer ce quiz/cette question ?"
19
+
20
+ #: lib/controller/WpProQuiz_Controller_Admin.php:97
21
+ msgid "Title is not filled!"
22
+ msgstr "Manque le titre !"
23
+
24
+ #: lib/controller/WpProQuiz_Controller_Admin.php:98
25
+ msgid "No question deposited!"
26
+ msgstr "Aucune question renseigné !"
27
+
28
+ #: lib/controller/WpProQuiz_Controller_Admin.php:99
29
+ msgid "Correct answer was not selected!"
30
+ msgstr "La bonne réponse n'a pas été sélectionnée !"
31
+
32
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
33
+ msgid "No answer deposited!"
34
+ msgstr "Aucune réponse déposée !"
35
+
36
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
37
+ msgid "No quiz description filled!"
38
+ msgstr "La description du quiz n'est pas remplie !"
39
+
40
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
41
+ msgid "The percent values in result text are incorrect."
42
+ msgstr "Les valeurs en pourcentage dans le texte résultat sont incorrects."
43
+
44
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
45
+ msgid "No number in the field \"Points\" or less than 1"
46
+ msgstr "Pas de numéro dans le champ \"Points \" ou inférieur à 1"
47
+
48
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
49
+ msgid "No number in the field \"Points\" or less than 0"
50
+ msgstr "Pas de numéro dans le champ \"Points \" ou inférieur à 0"
51
+
52
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
53
+ msgid "No quiz selected"
54
+ msgstr "Aucun quiz sélectionné"
55
+
56
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
57
+ msgid "Do you really want to reset the statistic?"
58
+ msgstr "Voulez-vous vraiment réinitialiser les statistiques?"
59
+
60
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
61
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
63
+ #: lib/view/WpProQuiz_View_QuizOverall.php:110
64
+ msgid "No data available"
65
+ msgstr "Aucune donnée disponible"
66
+
67
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
68
+ msgid "No sort element in the criterion"
69
+ msgstr "Aucun élément de tri dans le critère"
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
+ "\"Différents points pour chaque réponse n'est pas possible pour le choix "
76
+ "\"libre\""
77
+
78
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
79
+ msgid "You must specify a name."
80
+ msgstr "Vous devez indiquer un nom."
81
+
82
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
83
+ msgid "This entry should really be deleted?"
84
+ msgstr ""
85
+
86
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
87
+ msgid "Not all fields completed."
88
+ msgstr ""
89
+
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:44
91
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
92
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
93
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
94
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
95
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
96
+ #: lib/view/WpProQuiz_View_Statistics.php:40
97
+ msgid "Loading"
98
+ msgstr "Chargement"
99
+
100
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
101
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
102
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:43
103
+ #: lib/controller/WpProQuiz_Controller_Question.php:51
104
+ #: lib/controller/WpProQuiz_Controller_Question.php:128
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:143
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
107
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
108
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:175
109
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:189
110
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:249
111
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:297
112
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:32
113
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
114
+ msgid "You do not have sufficient permissions to access this page."
115
+ msgstr "Vous n'avez pas les permissions suffisantes pour accéder à cette page."
116
+
117
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
118
+ msgid "Settings saved"
119
+ msgstr "Paramètres auvegardés"
120
+
121
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:79
122
+ #: lib/helper/WpProQuiz_Helper_Import.php:59
123
+ #: lib/helper/WpProQuiz_Helper_Import.php:68
124
+ #: lib/helper/WpProQuiz_Helper_Import.php:75
125
+ msgid "File cannot be processed"
126
+ msgstr "Impossible de traiter ce fichier"
127
+
128
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
129
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
130
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:201
131
+ msgid "Quiz not found"
132
+ msgstr "Quiz non trouvé"
133
+
134
+ #: lib/controller/WpProQuiz_Controller_Question.php:65
135
+ msgid "questions copied"
136
+ msgstr "questions copiées"
137
+
138
+ #: lib/controller/WpProQuiz_Controller_Question.php:147
139
+ msgid "Edit question"
140
+ msgstr "Editer la question"
141
+
142
+ #: lib/controller/WpProQuiz_Controller_Question.php:156
143
+ msgid "Question not found"
144
+ msgstr "Question introuvable"
145
+
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:173
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
148
+ #, php-format
149
+ msgid "Question: %d"
150
+ msgstr "Question: %d"
151
+
152
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
153
+ msgid "Question edited"
154
+ msgstr "Question modifiée"
155
+
156
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
157
+ msgid "New question"
158
+ msgstr "Nouvelle question"
159
+
160
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
161
+ msgid "Question added"
162
+ msgstr "Question ajouté"
163
+
164
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:196
165
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
166
+ msgid "Edit quiz"
167
+ msgstr "Modifier le quiz"
168
+
169
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:216
170
+ msgid "Quiz edited"
171
+ msgstr "Quiz modifié"
172
+
173
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:233
174
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:281
175
+ msgid "Quiz title or quiz description are not filled"
176
+ msgstr "Le titre ou la description du quiz ne sont pas remplis"
177
+
178
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:253
179
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:267
180
+ msgid "Create quiz"
181
+ msgstr "Créer un quiz"
182
+
183
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:314
184
+ msgid "Quiz deleted"
185
+ msgstr "Quiz supprimé"
186
+
187
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
188
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
189
+ msgid "No category"
190
+ msgstr "Pas de catégorie"
191
+
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
193
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
194
+ msgid "No name or e-mail entered."
195
+ msgstr "Aucun nom ou courriel indiqué"
196
+
197
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
198
+ msgid "You signed up successfully."
199
+ msgstr ""
200
+
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
206
+ msgid "An error has occurred."
207
+ msgstr "Une erreur s'est produite."
208
+
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
210
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
211
+ msgid "You can not enter again."
212
+ msgstr "Vous ne pouvez pas refaire le quiz."
213
+
214
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
215
+ msgid "Your name can not exceed 15 characters."
216
+ msgstr "Votre nom ne doit pas dépasser 15 caractères."
217
+
218
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
219
+ msgid "You entered wrong captcha code."
220
+ msgstr "Le code captcha n'est pas correct"
221
+
222
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
223
+ msgid "File was not uploaded"
224
+ msgstr "Le fichier n'a pas été téléchargé"
225
+
226
+ #: lib/helper/WpProQuiz_Helper_Import.php:40
227
+ msgid "File have wrong format"
228
+ msgstr "Le fichier n'a pas le bon format"
229
+
230
+ #: lib/helper/WpProQuiz_Helper_Import.php:45
231
+ msgid "File is not compatible with the current version"
232
+ msgstr "Le fichier n'est pas compatible avec la version actuelle"
233
+
234
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
235
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
236
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
237
+ msgstr "Wp-Pro-Quiz: Un utilisateur a terminé un quiz."
238
+
239
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
240
+ msgid ""
241
+ "Wp-Pro-Quiz\n"
242
+ "\n"
243
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
244
+ "\n"
245
+ "Points: $points\n"
246
+ "Result: $result\n"
247
+ "\n"
248
+ msgstr ""
249
+ "Wp-Pro-Quiz\n"
250
+ "\n"
251
+ "L'utilisateur \"$username\" a terminé le quiz \"$quizname\".\n"
252
+ "\n"
253
+ "Points: $points\n"
254
+ "Resultats: $result\n"
255
+ "\n"
256
+
257
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
258
+ msgid ""
259
+ "Wp-Pro-Quiz\n"
260
+ "\n"
261
+ "You have completed the quiz \"$quizname\".\n"
262
+ "\n"
263
+ "Points: $points\n"
264
+ "Result: $result\n"
265
+ "\n"
266
+ msgstr ""
267
+
268
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
269
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
270
+ msgid "The user completed a quiz."
271
+ msgstr "L'utilisateur a terminé un quiz."
272
+
273
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
274
+ msgid "The user completed a quiz with 100 percent."
275
+ msgstr ""
276
+
277
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
278
+ msgid "A powerful and beautiful quiz plugin for WordPress."
279
+ msgstr ""
280
+
281
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
282
+ msgid "WP-Pro-Quiz"
283
+ msgstr ""
284
+
285
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
286
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
289
+ #: lib/view/WpProQuiz_View_QuizOverall.php:95
290
+ msgid "Leaderboard"
291
+ msgstr "Tableau de bord"
292
+
293
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
294
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
295
+ #: lib/view/WpProQuiz_View_Import.php:22
296
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
297
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:14
299
+ #: lib/view/WpProQuiz_View_Statistics.php:24
300
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
301
+ msgid "back to overview"
302
+ msgstr "retour à la vue d'ensemble"
303
+
304
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
305
+ #: lib/view/WpProQuiz_View_Statistics.php:200
306
+ msgid "Filter"
307
+ msgstr "Filtrer"
308
+
309
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
310
+ msgid "Sort by:"
311
+ msgstr "Trier par:"
312
+
313
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
315
+ msgid "best user"
316
+ msgstr "Meilleur utilisateur"
317
+
318
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
320
+ msgid "newest entry"
321
+ msgstr "entrée la plus récente"
322
+
323
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
325
+ msgid "oldest entry"
326
+ msgstr "entrée la plus ancienne"
327
+
328
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
329
+ #: lib/view/WpProQuiz_View_Statistics.php:211
330
+ msgid "How many entries should be shown on one page:"
331
+ msgstr "Combien d'entrées doivent figurer sur une page:"
332
+
333
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
334
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
335
+ msgid "Type"
336
+ msgstr "Type"
337
+
338
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
339
+ msgid "UR = unregistered user, R = registered user"
340
+ msgstr "UR = utilisateur non-connecté, R =utilisateur connecté"
341
+
342
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
343
+ #: lib/view/WpProQuiz_View_Statistics.php:230
344
+ msgid "User"
345
+ msgstr "Utilisateur"
346
+
347
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
348
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
349
+ msgid "E-Mail"
350
+ msgstr "E-Mail"
351
+
352
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
353
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
354
+ msgid "Entered on"
355
+ msgstr "Passé le"
356
+
357
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
358
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
359
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
360
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
361
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
362
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
364
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
365
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
366
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
367
+ #: lib/view/WpProQuiz_View_Statistics.php:96
368
+ #: lib/view/WpProQuiz_View_Statistics.php:231
369
+ msgid "Points"
370
+ msgstr "Points"
371
+
372
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
373
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
374
+ #: lib/view/WpProQuiz_View_Statistics.php:102
375
+ #: lib/view/WpProQuiz_View_Statistics.php:236
376
+ msgid "Results"
377
+ msgstr "Résultats"
378
+
379
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
380
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
381
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
382
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
383
+ msgid "Edit"
384
+ msgstr "Modifier"
385
+
386
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
387
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
388
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
389
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
390
+ #: lib/view/WpProQuiz_View_QuizOverall.php:83
391
+ msgid "Delete"
392
+ msgstr "Supprimer"
393
+
394
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
395
+ msgid "save"
396
+ msgstr ""
397
+
398
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
399
+ msgid "cancel"
400
+ msgstr ""
401
+
402
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
403
+ msgid "Action"
404
+ msgstr "Action"
405
+
406
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
407
+ msgid "Apply"
408
+ msgstr "Appliquer"
409
+
410
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
411
+ msgid "Delete all entries"
412
+ msgstr "Effacer toutes les entrées"
413
+
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
417
+ msgid "Time limit"
418
+ msgstr "Limite de temps"
419
+
420
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
421
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
428
+ msgid "Quiz-summary"
429
+ msgstr "Résumé-Quiz"
430
+
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
432
+ #, php-format
433
+ msgid "%s of %s questions completed"
434
+ msgstr "%s questions correctes sur %s "
435
+
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
437
+ #: lib/view/WpProQuiz_View_Import.php:44
438
+ #: lib/view/WpProQuiz_View_QuizOverall.php:74
439
+ msgid "Questions"
440
+ msgstr "Questions"
441
+
442
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
445
+ msgid "Finish quiz"
446
+ msgstr "Terminer le quiz"
447
+
448
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
449
+ msgid "Start quiz"
450
+ msgstr "Démarrez le quiz"
451
+
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
453
+ msgid ""
454
+ "You have already completed the quiz before. Hence you can not start it again."
455
+ msgstr ""
456
+ "Vous avez déjà rempli le questionnaire avant. Par conséquent, vous ne pouvez "
457
+ "pas recommencer."
458
+
459
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
460
+ msgid "You have to finish following quiz, to start this quiz:"
461
+ msgstr "Vous devez finir le quiz suivant, avant de commencer celui-ci :"
462
+
463
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
464
+ #, php-format
465
+ msgid "%s of %s questions answered correctly"
466
+ msgstr "%s questions sur %s répondues correctement"
467
+
468
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
469
+ msgid "Your time: <span></span>"
470
+ msgstr "Votre temps: <span></span>"
471
+
472
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
473
+ msgid "Time has elapsed"
474
+ msgstr "Temps écoulé"
475
+
476
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
477
+ #, php-format
478
+ msgid "You have reached %s of %s points, (%s)"
479
+ msgstr "Vous avez atteint %s points sur %s , (%s)"
480
+
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
482
+ msgid "Average score"
483
+ msgstr "Score moyen"
484
+
485
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
486
+ msgid "Your score"
487
+ msgstr "Votre score"
488
+
489
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
490
+ msgid "Categories"
491
+ msgstr ""
492
+
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
494
+ msgid "Not categorized"
495
+ msgstr ""
496
+
497
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
498
+ msgid "Restart quiz"
499
+ msgstr "Refaire le quiz"
500
+
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
502
+ msgid "View questions"
503
+ msgstr "Voir les questions"
504
+
505
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
506
+ msgid "Show leaderboard"
507
+ msgstr "Voir le classement"
508
+
509
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
510
+ msgid "Answered"
511
+ msgstr "Répondu"
512
+
513
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
514
+ msgid "Review"
515
+ msgstr "Examiner"
516
+
517
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
518
+ msgid "Review question"
519
+ msgstr "Examiner la question"
520
+
521
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
522
+ #, php-format
523
+ msgid "Question %s of %s"
524
+ msgstr "Question %s sur %s"
525
+
526
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
527
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
528
+ #: lib/view/WpProQuiz_View_Statistics.php:95
529
+ msgid "Question"
530
+ msgstr "Question"
531
+
532
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
533
+ #, php-format
534
+ msgid "%d points"
535
+ msgstr "%d points"
536
+
537
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
538
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
539
+ msgid "Sort elements"
540
+ msgstr "Trier les éléments"
541
+
542
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
543
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
544
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
545
+ #: lib/view/WpProQuiz_View_Statistics.php:97
546
+ #: lib/view/WpProQuiz_View_Statistics.php:232
547
+ msgid "Correct"
548
+ msgstr "Exact"
549
+
550
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
551
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
552
+ #: lib/view/WpProQuiz_View_Statistics.php:98
553
+ #: lib/view/WpProQuiz_View_Statistics.php:233
554
+ msgid "Incorrect"
555
+ msgstr "Inexact"
556
+
557
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
558
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
559
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
560
+ msgid "Hint"
561
+ msgstr "Indice"
562
+
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
566
+ msgid "Skip question"
567
+ msgstr "Passer la question"
568
+
569
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
570
+ msgid "Back"
571
+ msgstr "Retour"
572
+
573
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
574
+ msgid "Check"
575
+ msgstr "Vérifier"
576
+
577
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
578
+ msgid "Next"
579
+ msgstr ""
580
+
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
582
+ msgid "Your result has been entered into leaderboard"
583
+ msgstr ""
584
+
585
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
586
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
587
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
588
+ #: lib/view/WpProQuiz_View_QuizOverall.php:57
589
+ msgid "Name"
590
+ msgstr "Nom"
591
+
592
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
593
+ msgid "Captcha"
594
+ msgstr "Captcha"
595
+
596
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
597
+ msgid "Send"
598
+ msgstr "Envoyer"
599
+
600
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
601
+ #, php-format
602
+ msgid "maximum of %s points"
603
+ msgstr "maximum de %s points"
604
+
605
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
606
+ msgid "Pos."
607
+ msgstr "Position"
608
+
609
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
610
+ msgid "Result"
611
+ msgstr "Résultat"
612
+
613
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
614
+ msgid "Table is loading"
615
+ msgstr "Chargement du tableau"
616
+
617
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
618
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
621
+ msgid "Global settings"
622
+ msgstr "Paramètres généraux"
623
+
624
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
625
+ msgid "E-Mail settings"
626
+ msgstr ""
627
+
628
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
630
+ msgid "Settings in case of problems"
631
+ msgstr "Paramètres en cas de problèmes"
632
+
633
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
634
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
636
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
637
+ msgid "Save"
638
+ msgstr "Enregistrer"
639
+
640
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
641
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
642
+ msgid "Leaderboard time format"
643
+ msgstr "Format de temps pour le classement"
644
+
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
646
+ msgid "Custom"
647
+ msgstr "Personnaliser"
648
+
649
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
651
+ msgid "Documentation on date and time formatting"
652
+ msgstr "Documentation sur le format des dates et de l'heure"
653
+
654
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
655
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
656
+ msgid "Statistic time format"
657
+ msgstr ""
658
+
659
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
660
+ msgid "Select example:"
661
+ msgstr ""
662
+
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
664
+ msgid "Time format:"
665
+ msgstr ""
666
+
667
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
668
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
669
+ msgid "Category management"
670
+ msgstr "Gestion des catégories"
671
+
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
673
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
674
+ msgid "Admin e-mail settings"
675
+ msgstr ""
676
+
677
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
678
+ msgid "To:"
679
+ msgstr "A:"
680
+
681
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
682
+ msgid ""
683
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
684
+ "com"
685
+ msgstr ""
686
+ "Séparez les adresses par une virgule, par exemple wp@test.com, test@test.com"
687
+
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
689
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
690
+ msgid "From:"
691
+ msgstr "De:"
692
+
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
695
+ msgid "Subject:"
696
+ msgstr "Sujet:"
697
+
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
699
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
700
+ msgid "HTML"
701
+ msgstr ""
702
+
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
735
+ msgid "Activate"
736
+ msgstr "Activer"
737
+
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
739
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
740
+ msgid "Message body:"
741
+ msgstr "Corps du message"
742
+
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
744
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
745
+ msgid "Allowed variables"
746
+ msgstr "Variables autorisées"
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
749
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
750
+ msgid "User-ID"
751
+ msgstr "ID de l'utilisateur"
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
754
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
755
+ msgid "Username"
756
+ msgstr "Identifiant"
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
759
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
760
+ msgid "Quiz-Name"
761
+ msgstr "Nom-quiz"
762
+
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
764
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
765
+ msgid "Result in precent"
766
+ msgstr "Résultat en pourcentage"
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
769
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
770
+ msgid "Reached points"
771
+ msgstr "Points atteints"
772
+
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
774
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
775
+ msgid "IP-address of the user"
776
+ msgstr "Adresse IP de l'utilisateur"
777
+
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
779
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
780
+ msgid "User e-mail settings"
781
+ msgstr ""
782
+
783
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
784
+ msgid "to activate"
785
+ msgstr "d'activer"
786
+
787
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
788
+ msgid "not to activate"
789
+ msgstr "de ne pas activer"
790
+
791
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
792
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
793
+ msgid "Please note"
794
+ msgstr "Veuillez noter"
795
+
796
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
797
+ msgid ""
798
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
799
+ msgstr ""
800
+ "Ces paramètres ne doivent être réglés qu'en cas de problèmes avec Wp-Pro-"
801
+ "Quiz."
802
+
803
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
804
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
805
+ msgid "Automatically add [raw] shortcode"
806
+ msgstr "Ajouter automatiquement un shortcode [raw]"
807
+
808
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
809
+ #, php-format
810
+ msgid "It is recommended %s this option on your system."
811
+ msgstr "Il est recommandé %s cette option sur votre système."
812
+
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
814
+ msgid ""
815
+ "If this option is activated, a [raw] shortcode is automatically set around "
816
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
817
+ msgstr ""
818
+ "Si cette option est activée, un shortcode [raw] est automatiquement mis "
819
+ "autour du shortcode WpProQuiz ( [WpProQuiz X] ) devient [raw] [WpProQuiz X] "
820
+ "[/raw]"
821
+
822
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
823
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
824
+ msgid ""
825
+ "Own themes changes internal order of filters, what causes the problems. "
826
+ "With additional shortcode [raw] this is prevented."
827
+ msgstr ""
828
+ "Certains thèmes modifient l'ordre interne des filtres, ce qui cause des "
829
+ "problèmes. L'utilisation de shorcode [raw] empêche ce genre de problèmes."
830
+
831
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
832
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
833
+ msgid "Do not load the Javascript-files in the footer"
834
+ msgstr "Ne pas charger les fichiers javascript dans le pied de page"
835
+
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
837
+ msgid ""
838
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
839
+ "when they are really needed."
840
+ msgstr ""
841
+ "En général, tous les fichiers Javascript-WpProQuiz sont chargés dans le pied "
842
+ "de page et seulement quand ils sont vraiment nécessaires."
843
+
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
845
+ msgid "In very old Wordpress themes this can lead to problems."
846
+ msgstr "Dans les anciens thèmes Wordpress cela peut provoquer des problèmes"
847
+
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
849
+ msgid ""
850
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
851
+ "the header even if they are not needed."
852
+ msgstr ""
853
+ "Si vous activez cette option, tous les fichiers WpProQuiz-Javascript sont "
854
+ "chargés dans l'en-tête, même s'ils ne sont pas nécessaires."
855
+
856
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
857
+ #, php-format
858
+ msgid ""
859
+ "Anyone who wants to learn more about this topic should read through the "
860
+ "following websites %s and %s."
861
+ msgstr ""
862
+ "Pour ceux qui veulent en savoir plus concernant ce sujet devrait lire les "
863
+ "sites suivants %s et %s."
864
+
865
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
867
+ msgid "Touch Library"
868
+ msgstr "Bibliothèque tactile"
869
+
870
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
872
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
875
+ msgid "Deactivate"
876
+ msgstr "Désactiver"
877
+
878
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
879
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
880
+ msgstr ""
881
+ "Dans la version 0.13 une nouvelle bibliothèque tactile a été ajoutée pour "
882
+ "les appareils mobiles."
883
+
884
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
885
+ msgid "If you have any problems with the Touch Library, please deactivate it."
886
+ msgstr ""
887
+ "Si vous rencontrez des problèmes avec la bibliothèque tactile, veuillez la "
888
+ "désactiver."
889
+
890
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
891
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
892
+ msgid "jQuery support cors"
893
+ msgstr "noyau de support jQuery"
894
+
895
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
896
+ msgid "Is required only in rare cases."
897
+ msgstr "N'est nécessaire que dans de rares cas."
898
+
899
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
900
+ msgid "If you have problems with the front ajax, please activate it."
901
+ msgstr ""
902
+ "Si vous rencontrez des problèmes avec l'ajax côté utilisateur, veuillez "
903
+ "l'activer."
904
+
905
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
906
+ msgid "e.g. Domain with special characters in combination with IE"
907
+ msgstr "ex: Domaine avec des caractères spéciaux en combinaison avec IE"
908
+
909
+ #: lib/view/WpProQuiz_View_Import.php:21
910
+ #: lib/view/WpProQuiz_View_QuizOverall.php:119
911
+ #: lib/view/WpProQuiz_View_QuizOverall.php:136
912
+ msgid "Import"
913
+ msgstr "Importer"
914
+
915
+ #: lib/view/WpProQuiz_View_Import.php:25
916
+ msgid "Error"
917
+ msgstr "Erreur"
918
+
919
+ #: lib/view/WpProQuiz_View_Import.php:32
920
+ msgid "Successfully"
921
+ msgstr "Avec succès"
922
+
923
+ #: lib/view/WpProQuiz_View_Import.php:34
924
+ msgid "Import completed successfully"
925
+ msgstr "Importation terminée avec succès"
926
+
927
+ #: lib/view/WpProQuiz_View_Import.php:43
928
+ msgid "Quiz name"
929
+ msgstr "Nom du quiz"
930
+
931
+ #: lib/view/WpProQuiz_View_Import.php:67
932
+ #: lib/view/WpProQuiz_View_QuizOverall.php:147
933
+ msgid "Start import"
934
+ msgstr "Commencer l'importation"
935
+
936
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
937
+ msgid "Title"
938
+ msgstr "Titre"
939
+
940
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
944
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
947
+ msgid "(optional)"
948
+ msgstr "(optionnel)"
949
+
950
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
951
+ msgid ""
952
+ "The title is used for overview, it is not visible in quiz. If you leave the "
953
+ "title field empty, a title will be generated."
954
+ msgstr ""
955
+ "Le titre est utilisé pour avoir un aperçu, il n'est pas visible dans le "
956
+ "quiz. Si vous laissez le champ vide titre, un titre sera généré."
957
+
958
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
959
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
960
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
964
+ msgid "(required)"
965
+ msgstr "(obligatoire)"
966
+
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
968
+ msgid "Points for this question (Standard is 1 point)"
969
+ msgstr "Points pour cette question (le standard est 1 point)"
970
+
971
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
972
+ msgid ""
973
+ "This points will be rewarded, only if the user closes the question correctly."
974
+ msgstr ""
975
+ "Les points seront attribués si et seulement si l'utilisateur répond "
976
+ "correctement à la question."
977
+
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
979
+ msgid "Different points for each answer"
980
+ msgstr "Différents points pour chaque réponse"
981
+
982
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
983
+ msgid ""
984
+ "If you enable this option, you can enter different points for every answer."
985
+ msgstr ""
986
+ "Si vous activez cette option, vous pouvez saisir différents points pour "
987
+ "chaque réponse."
988
+
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
990
+ msgid "Show reached points in the correct- and incorrect message?"
991
+ msgstr ""
992
+ "Montrer le nombre de points atteints dans le message correct-incorrect?"
993
+
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
995
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
996
+ #: lib/view/WpProQuiz_View_Statistics.php:115
997
+ msgid "Category"
998
+ msgstr "Catégorie"
999
+
1000
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
1001
+ msgid ""
1002
+ "You can assign classify category for a question. Categories are e.g. visible "
1003
+ "in statistics function."
1004
+ msgstr ""
1005
+ "Vous pouvez attribuer une catégorie pour une question. Les catégories sont "
1006
+ "par exemple visibles dans la fonction statistiques."
1007
+
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1009
+ msgid "You can manage categories in global settings."
1010
+ msgstr "Vous pouvez gérer les catégories dans les paramètres généraux."
1011
+
1012
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1013
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1014
+ msgid "Create new category"
1015
+ msgstr "Créer une nouvelle catégorie"
1016
+
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
1018
+ msgid "Create"
1019
+ msgstr "Créer"
1020
+
1021
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1022
+ msgid "Message with the correct / incorrect answer"
1023
+ msgstr "Message avec la réponse correcte/incorrecte"
1024
+
1025
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1026
+ msgid "Deactivated in quiz settings."
1027
+ msgstr "Désactivé dans les paramètres du quiz."
1028
+
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1030
+ msgid "Message with the correct answer"
1031
+ msgstr "Message avec la réponse correcte"
1032
+
1033
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1034
+ msgid ""
1035
+ "This text will be visible if answered correctly. It can be used as "
1036
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1037
+ "always displayed automatically."
1038
+ msgstr ""
1039
+ "Ce texte sera visible si la réponse est correcte. Il peut être utilisé comme "
1040
+ "explication pour les questions complexes. Le message \"Vrai \" ou \"Faux\" "
1041
+ "est toujours affiché automatiquement."
1042
+
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1044
+ msgid "Same text for correct- and incorrect-message?"
1045
+ msgstr "Texte indentique pour le message correcte ou incorrecte?"
1046
+
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1048
+ msgid "Message with the incorrect answer"
1049
+ msgstr "Message avec la réponse incorrecte"
1050
+
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1052
+ msgid ""
1053
+ "This text will be visible if answered incorrectly. It can be used as "
1054
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1055
+ "always displayed automatically."
1056
+ msgstr ""
1057
+ "Ce texte sera visible si la réponse est correcte. Il peut être utilisé comme "
1058
+ "explication pour les questions complexes. Le message \"Vrai \" ou \"Faux\" "
1059
+ "est toujours affiché automatiquement."
1060
+
1061
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1062
+ msgid "Here you can enter solution hint."
1063
+ msgstr "Vous pouvez entrer ici un indice"
1064
+
1065
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1066
+ msgid "Activate hint for this question?"
1067
+ msgstr "Autoriser l'indice pour cette question?"
1068
+
1069
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1070
+ msgid "Answer type"
1071
+ msgstr "Type de réponse"
1072
+
1073
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1074
+ msgid "Single choice"
1075
+ msgstr "Choix unique"
1076
+
1077
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1078
+ msgid "Multiple choice"
1079
+ msgstr "Choix multiple"
1080
+
1081
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1082
+ msgid "\"Free\" choice"
1083
+ msgstr "Choix \"libre\""
1084
+
1085
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1086
+ msgid "\"Sorting\" choice"
1087
+ msgstr "Réponses à trier"
1088
+
1089
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1090
+ msgid "\"Matrix Sorting\" choice"
1091
+ msgstr "Choix par tri matriciel"
1092
+
1093
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1094
+ msgid "Cloze"
1095
+ msgstr "Texte à trous"
1096
+
1097
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1098
+ msgid "Assessment"
1099
+ msgstr ""
1100
+
1101
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1102
+ msgid "Answers"
1103
+ msgstr "Réponses"
1104
+
1105
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1106
+ msgid ""
1107
+ "Please sort the answers in right order with the \"Move\" - Button. The "
1108
+ "answers will be displayed randomly."
1109
+ msgstr ""
1110
+ "S'il vous plaît trier les réponses dans le bon ordre avec le bouton "
1111
+ "\"Déplacer \". Les réponses seront affichées au hasard."
1112
+
1113
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1114
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1115
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1116
+ msgid "Add new answer"
1117
+ msgstr "Ajouter une nouvelle réponse"
1118
+
1119
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1120
+ msgid ""
1121
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1122
+ "matching criterion."
1123
+ msgstr ""
1124
+ "Dans ce mode, une liste n'a pas à être triée, mais les éléments doivent être "
1125
+ "affectés au critère correspondant."
1126
+
1127
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1128
+ msgid ""
1129
+ "You can create sort elements with empty criteria, which can't be assigned by "
1130
+ "user."
1131
+ msgstr ""
1132
+ "Vous pouvez créer des éléments à trier avec critères vides, qui ne peuvent "
1133
+ "être affectés par l'utilisateur."
1134
+
1135
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1136
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1137
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:24
1139
+ msgid "Options"
1140
+ msgstr "Options"
1141
+
1142
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1143
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1144
+ msgid "Answer"
1145
+ msgstr "Réponse"
1146
+
1147
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1148
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1149
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1151
+ msgid "Allow HTML"
1152
+ msgstr "HTML autorisé"
1153
+
1154
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1155
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1157
+ msgid "Delete answer"
1158
+ msgstr "Supprimer la réponse"
1159
+
1160
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1161
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1162
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1163
+ msgid "Add Media"
1164
+ msgstr ""
1165
+
1166
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1167
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1168
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1169
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1170
+ msgid "Move"
1171
+ msgstr "Déplacer"
1172
+
1173
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1174
+ msgid "Criterion"
1175
+ msgstr "Critère"
1176
+
1177
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1178
+ msgid ""
1179
+ "correct answers (one per line) (answers will be converted to lower case)"
1180
+ msgstr ""
1181
+ "réponses acceptées (une par ligne) (les réponses seront converties en "
1182
+ "minuscules)"
1183
+
1184
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1185
+ msgid ""
1186
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1187
+ "small letters will be ignored."
1188
+ msgstr ""
1189
+ "Placez les mots recherchés avec {} par exemple \"Je {joue} au football \". "
1190
+ "Majuscules et minuscules sont ignorées."
1191
+
1192
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1193
+ msgid ""
1194
+ "You can specify multiple options for a search word. Enclose the word with "
1195
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1196
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1197
+ "hate are correct."
1198
+ msgstr ""
1199
+ "Vous pouvez spécifier plusieurs options pour un terme de recherche. Entourez "
1200
+ "le mot avec [], par exemple <span style=\"font-style: normal; letter-"
1201
+ "spacing: 2px;\"> \"Il {[joue] [aime] [déteste]} le football \" </ span>. "
1202
+ "Dans ce cas, les réponses joue, aime ou déteste sont corrects."
1203
+
1204
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1205
+ msgid ""
1206
+ "If mode \"Different points for every answer\" is activated, you can assign "
1207
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1208
+ msgstr ""
1209
+ "Si le mode \"Points différents pour chaque réponse \" est activé, vous "
1210
+ "pouvez attribuer des points avec | POINTS. Sinon, 1 point sera attribué pour "
1211
+ "chaque réponse."
1212
+
1213
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1214
+ msgid ""
1215
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1216
+ "\" 3 points."
1217
+ msgstr ""
1218
+ "exemple: \"Je {joue} au foot, avec un {ballon|3}\" - \"joue\" donne 1 point "
1219
+ "et \"ballon\" 3 points."
1220
+
1221
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1222
+ msgid "Here you can create an assessment question."
1223
+ msgstr ""
1224
+
1225
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1226
+ msgid ""
1227
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1228
+ msgstr ""
1229
+
1230
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1231
+ msgid "The number of options in the maximum score."
1232
+ msgstr ""
1233
+
1234
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1235
+ msgid "Examples:"
1236
+ msgstr ""
1237
+
1238
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1239
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1240
+ msgstr ""
1241
+
1242
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1243
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1260
+ msgid "Demo"
1261
+ msgstr "Démo"
1262
+
1263
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1264
+ msgid "less true { [a] [b] [c] } more true"
1265
+ msgstr ""
1266
+
1267
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1268
+ msgid "Questions sorted"
1269
+ msgstr "Questions triées"
1270
+
1271
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1272
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1273
+ msgid "Total"
1274
+ msgstr "Total"
1275
+
1276
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1277
+ msgid "Add question"
1278
+ msgstr "Ajouter une question"
1279
+
1280
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1281
+ msgid "Save order"
1282
+ msgstr "Enregistrer l'ordre"
1283
+
1284
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1285
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1286
+ msgid "Copy questions from another Quiz"
1287
+ msgstr "Copier les questions d'un autre quiz"
1288
+
1289
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1290
+ msgid ""
1291
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1292
+ "selection enabled)"
1293
+ msgstr ""
1294
+ "Ici vous pouvez copier des questions d'un autre quiz dans ce quiz. (La "
1295
+ "sélection multiple est activée)"
1296
+
1297
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1298
+ msgid "Copy questions"
1299
+ msgstr "Copier les questions"
1300
+
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:18
1302
+ msgid "Quiz title"
1303
+ msgstr "Titre du quiz"
1304
+
1305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:30
1306
+ msgid "Hide quiz title"
1307
+ msgstr "Cacher le titre du quiz"
1308
+
1309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:35
1310
+ msgid "Hide title"
1311
+ msgstr "Cacher le titre"
1312
+
1313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:42
1314
+ msgid "The title serves as quiz heading."
1315
+ msgstr "Le titre est utilisé comme entête du quiz"
1316
+
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
1319
+ msgid "Hide \"Restart quiz\" button"
1320
+ msgstr "Cacher le bouton \"Redémarrer le quiz\" "
1321
+
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:61
1323
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1324
+ msgstr "Cacher le bouton \"Redémarrer le quiz\" dans l'application."
1325
+
1326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:68
1327
+ #: lib/view/WpProQuiz_View_QuizEdit.php:73
1328
+ msgid "Hide \"View question\" button"
1329
+ msgstr "Cacher le bouton \"Voir la question\""
1330
+
1331
+ #: lib/view/WpProQuiz_View_QuizEdit.php:80
1332
+ msgid "Hide the \"View question\" button in the Frontend."
1333
+ msgstr "Cacher le bouton \"Voir la question\" dans l'application."
1334
+
1335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:92
1337
+ msgid "Display question randomly"
1338
+ msgstr "Afficher la question au hasard"
1339
+
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1342
+ msgid "Display answers randomly"
1343
+ msgstr "Afficher les réponses au hasard"
1344
+
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1346
+ msgid "Seconds"
1347
+ msgstr "Secondes"
1348
+
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1350
+ msgid "0 = no limit"
1351
+ msgstr "0 = aucune limite"
1352
+
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
1355
+ #: lib/view/WpProQuiz_View_QuizOverall.php:91
1356
+ msgid "Statistics"
1357
+ msgstr "Statistiques"
1358
+
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1360
+ msgid ""
1361
+ "Statistics about right or wrong answers. Statistics will be saved by "
1362
+ "completed quiz, not after every question. The statistics is only visible "
1363
+ "over administration menu. (internal statistics)"
1364
+ msgstr ""
1365
+ "Statistiques concernant les réponses Vrai ou Faux. Les statistiques seront "
1366
+ "sauvés une fois le quiz terminé, non pas après chaque question. Les "
1367
+ "statistiques ne sont visibles que sur le menu d'administration. "
1368
+ "(statistiques internes)"
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1372
+ msgid "Statistics IP-lock"
1373
+ msgstr "Blocage des statistiques par IP"
1374
+
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1376
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1377
+ msgstr "en minutes (1440 minutes = 1 jour recommandé )"
1378
+
1379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1380
+ msgid ""
1381
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1382
+ "from same IP. (0 = deactivated)"
1383
+ msgstr ""
1384
+ "Protéger les statistiques du spam. Un résultat ne sera sauvé que toutes les "
1385
+ "X minutes pour la même IP. (0 = désactivé)"
1386
+
1387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1389
+ msgid "Execute quiz only once"
1390
+ msgstr "N'exécuter le questionnaire qu'une seule fois"
1391
+
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1393
+ msgid ""
1394
+ "If you activate this option, the user can complete the quiz only once. "
1395
+ "Afterwards the quiz is blocked for this user."
1396
+ msgstr ""
1397
+ "Si vous activez cette option, l'utilisateur peut compléter le quiz une fois "
1398
+ "et une seule. Ensuite, le quiz est bloqué pour cet utilisateur."
1399
+
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1401
+ msgid "This option applies to:"
1402
+ msgstr "Cette option s'applique à:"
1403
+
1404
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1406
+ msgid "all users"
1407
+ msgstr "tous les utilisateurs"
1408
+
1409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1411
+ msgid "registered useres only"
1412
+ msgstr "utilisateurs enregistrés seulement"
1413
+
1414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1416
+ msgid "anonymous users only"
1417
+ msgstr "utilisateurs anonymes seulement"
1418
+
1419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1420
+ msgid "user identification by cookie"
1421
+ msgstr "Identification de l'utilisateur par cookie"
1422
+
1423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1424
+ msgid ""
1425
+ "If you activate this option, a cookie is set additionally for unregistrated "
1426
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1427
+ "simple assignment by the IP address."
1428
+ msgstr ""
1429
+ "Si vous activez cette option, un cookie est défini également pour un "
1430
+ "utilisateur non enregistré (anonyme). Cela garantit une plus longue "
1431
+ "affectation de l'utilisateur que la simple affectation de l'adresse IP."
1432
+
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1434
+ msgid "Reset the user identification"
1435
+ msgstr "Réinitialiser l'identification de l'utilisateur"
1436
+
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1438
+ msgid "User identification has been reset."
1439
+ msgstr "L'identification de l'utilisateur a été réinitialisé."
1440
+
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1442
+ msgid "Resets user identification for all users."
1443
+ msgstr ""
1444
+ "Réinitialise l'dentification de l'utilisateur pour tous les utilisateurs."
1445
+
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1448
+ msgid "Show only specific number of questions"
1449
+ msgstr "Montrer seulement un nombre spécifique de questions"
1450
+
1451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1452
+ msgid ""
1453
+ "If you enable this option, maximum number of displayed questions will be X "
1454
+ "from X questions. (The output of questions is random)"
1455
+ msgstr ""
1456
+ "Si vous activez cette option, le nombre maximal de questions affichées sera "
1457
+ "de X sur X questions. (La sortie des questions est aléatoire)"
1458
+
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1460
+ msgid "The statistics function is not available in this option."
1461
+ msgstr "La fonction statistiques n'est pas disponible avec cette option."
1462
+
1463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1464
+ msgid ""
1465
+ "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1466
+ msgstr ""
1467
+ "Cette option ne fonctionne pas efficacement avec les modules de gestion de "
1468
+ "cache côté utilisateur."
1469
+
1470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1471
+ msgid "How many questions should be displayed simultaneously:"
1472
+ msgstr "Combien de questions doivent être affichées simultanément:"
1473
+
1474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1475
+ msgid "in percent"
1476
+ msgstr "en pourcentage"
1477
+
1478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
1480
+ msgid "Prerequisites"
1481
+ msgstr "Conditions préalables"
1482
+
1483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1484
+ msgid ""
1485
+ "If you enable this option, you can choose quiz, which user have to finish "
1486
+ "before he can start this quiz."
1487
+ msgstr ""
1488
+ "Si vous activez cette option, vous pouvez choisir un quiz que l'utilisateur "
1489
+ "doit finir avant de commencer ce quiz."
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1492
+ msgid ""
1493
+ "In all selected quizzes statistic function have to be active. If it is not "
1494
+ "it will be activated automatically."
1495
+ msgstr ""
1496
+ "Dans tous les quiz choisis la fonction doit être activée. Si ce n'est pas le "
1497
+ "cas, ce sera fait automatiquement."
1498
+
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1500
+ msgid "Quiz"
1501
+ msgstr "Quiz"
1502
+
1503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1504
+ msgid "Prerequisites (This quiz have to be finished)"
1505
+ msgstr "Prérequis (Ce questionnaire doit être terminé)"
1506
+
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1510
+ msgid "Question overview"
1511
+ msgstr "Aperçu de la question"
1512
+
1513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1514
+ msgid ""
1515
+ "Add at the top of the quiz a question overview, which allows easy "
1516
+ "navigation. Additional questions can be marked \"to review\"."
1517
+ msgstr ""
1518
+ "Ajouter en haut du quiz un aperçu question, ce qui permet une navigation "
1519
+ "facile. Des questions supplémentaires peuvent être marqués \"A examiner\"."
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1522
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1523
+ msgstr "Un aperçu supplémentaire du quiz sera affiché, avant la fin du quiz."
1524
+
1525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1526
+ msgid ""
1527
+ "If you enalbe this option, no quiz overview will be displayed, before "
1528
+ "finishing quiz."
1529
+ msgstr ""
1530
+ "Si vous activez cette option, aucun aperçu du quiz ne sera affiché avant de "
1531
+ "terminer le quiz."
1532
+
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1534
+ msgid ""
1535
+ "If you enable this option, user won't be able to skip question. (only in "
1536
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1537
+ "\"Question-Overview\""
1538
+ msgstr ""
1539
+ "Si vous activez cette option, l'utilisateur ne sera pas en mesure de sauter "
1540
+ "la question. (uniquement en mode \"Aperçu -> suivant \"). L'utilisateur sera "
1541
+ "encore en mesure de naviguer sur \"Question-Vue d'ensemble\""
1542
+
1543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1545
+ msgid "Admin e-mail notification"
1546
+ msgstr ""
1547
+
1548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1549
+ msgid "for registered users only"
1550
+ msgstr "Pour les utilisateurs enregistrés seulement"
1551
+
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1553
+ msgid "for all users"
1554
+ msgstr "pour tous les utilisateurs"
1555
+
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1557
+ msgid ""
1558
+ "If you enable this option, you will be informed if a user completes this "
1559
+ "quiz."
1560
+ msgstr ""
1561
+ "Si vous activez cette option, vous serez informé lorsqu'un utilisateur "
1562
+ "termine ce quiz."
1563
+
1564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1566
+ msgid "E-Mail settings can be edited in global settings."
1567
+ msgstr ""
1568
+ "Les paramètres Email peuvent être modifés dans les paramètres généraux."
1569
+
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1572
+ msgid "User e-mail notification"
1573
+ msgstr ""
1574
+
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1576
+ msgid ""
1577
+ "If you enable this option, an email is sent with his quiz result to the "
1578
+ "user. (only registered users)"
1579
+ msgstr ""
1580
+
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1582
+ msgid "Quiz description"
1583
+ msgstr "Description du quiz"
1584
+
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1586
+ msgid "This text will be displayed before start of the quiz."
1587
+ msgstr "Ce texte sera affiché avant le début du test."
1588
+
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1590
+ msgid "Results text"
1591
+ msgstr "Texte pour le résultat"
1592
+
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1594
+ msgid ""
1595
+ "This text will be displayed at the end of the quiz (in results). (this text "
1596
+ "is optional)"
1597
+ msgstr ""
1598
+ "Ce texte sera affiché à la fin du quiz (dans les résultats). (Ce texte est "
1599
+ "facultatif)"
1600
+
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1602
+ msgid "Activate graduation"
1603
+ msgstr "Activer le système de barême"
1604
+
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1606
+ msgid "Hint:"
1607
+ msgstr "Indice:"
1608
+
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1610
+ msgid "Maximal 15 levels"
1611
+ msgstr "15 niveaux maximum"
1612
+
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1614
+ #, php-format
1615
+ msgid ""
1616
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1617
+ "in %d questions."
1618
+ msgstr ""
1619
+ "Les pourcentages se réfèrent au score total du quiz. (Total actuel %d points "
1620
+ "sur %d questions.)"
1621
+
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1623
+ msgid "Values can also be mixed up"
1624
+ msgstr "Les valeurs peuvent aussi être mélangés"
1625
+
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1627
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1628
+ msgstr "10,15% ou 10.15% autorisés (max. 2 chiffres après la virgule)"
1629
+
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1632
+ msgid "from:"
1633
+ msgstr "de:"
1634
+
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1637
+ msgid "percent"
1638
+ msgstr "pourcent"
1639
+
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1642
+ #, php-format
1643
+ msgid ""
1644
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1645
+ "%s</span>%%)"
1646
+ msgstr ""
1647
+ "(sera affiché, lorsque le pourcentage est >= <span class=\"resultProzent\">"
1648
+ "%s</span>%%)"
1649
+
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1652
+ msgid "Delete graduation"
1653
+ msgstr "Supprimer le barême"
1654
+
1655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1656
+ msgid "Add graduation"
1657
+ msgstr "Ajouter un barême"
1658
+
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1660
+ msgid "Result-Options"
1661
+ msgstr ""
1662
+
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:562
1665
+ msgid "Show average points"
1666
+ msgstr "Montrer la moyenne des points"
1667
+
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1669
+ msgid "Statistics-function must be enabled."
1670
+ msgstr "La fonction statistiques doit être activée."
1671
+
1672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1674
+ msgid "Show category score"
1675
+ msgstr ""
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1678
+ msgid ""
1679
+ "If you enable this option, the results of each category is displayed on the "
1680
+ "results page."
1681
+ msgstr ""
1682
+
1683
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1684
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1685
+ msgid "Hide correct questions - display"
1686
+ msgstr ""
1687
+
1688
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1689
+ msgid ""
1690
+ "If you select this option, no longer the number of correctly answered "
1691
+ "questions are displayed on the results page."
1692
+ msgstr ""
1693
+
1694
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1696
+ msgid "Hide quiz time - display"
1697
+ msgstr ""
1698
+
1699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1700
+ msgid ""
1701
+ "If you enable this option, the time for finishing the quiz won't be "
1702
+ "displayed on the results page anymore."
1703
+ msgstr ""
1704
+
1705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1707
+ msgid "Hide score - display"
1708
+ msgstr ""
1709
+
1710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1711
+ msgid ""
1712
+ "If you enable this option, final score won't be displayed on the results "
1713
+ "page anymore."
1714
+ msgstr ""
1715
+
1716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1717
+ msgid "Question-Options"
1718
+ msgstr ""
1719
+
1720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1722
+ msgid "Show points"
1723
+ msgstr "Montrer les points"
1724
+
1725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1726
+ msgid "Shows in quiz, how many points are reachable for respective question."
1727
+ msgstr ""
1728
+ "Montre dans le quiz, combien de points sont accessibles pour chaque question."
1729
+
1730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1732
+ msgid "Number answers"
1733
+ msgstr "Réponse n°"
1734
+
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1736
+ msgid ""
1737
+ "If this option is activated, all answers are numbered (only single and "
1738
+ "multiple choice)"
1739
+ msgstr ""
1740
+ "Si cette option est activée, toutes les réponses sont numérotés (seul choix "
1741
+ "simple ou choix multiple)"
1742
+
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1744
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1745
+ msgid "Hide correct- and incorrect message"
1746
+ msgstr "Cacher le message correct- et incorrect"
1747
+
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1749
+ msgid ""
1750
+ "If you enable this option, no correct- or incorrect message will be "
1751
+ "displayed."
1752
+ msgstr ""
1753
+ "Si vous activez cette option, aucun message correcte ou incorrecte ne sera "
1754
+ "affiché."
1755
+
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1758
+ msgid "Correct and incorrect answer mark"
1759
+ msgstr "Marque de réponse correcte ou incorrecte"
1760
+
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1762
+ msgid ""
1763
+ "If you enable this option, answers won't be color highlighted as correct or "
1764
+ "incorrect. "
1765
+ msgstr ""
1766
+ "Si vous activez cette option, les réponses ne seront pas surlignées comme "
1767
+ "correcte ou incorrecte."
1768
+
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1770
+ msgid ""
1771
+ "The leaderboard allows users to enter results in public list and to share "
1772
+ "the result this way."
1773
+ msgstr ""
1774
+ "Le classement permet aux utilisateurs d'entrer les résultats dans la liste "
1775
+ "publique et de partager le résultat de cette façon."
1776
+
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1778
+ msgid "The leaderboard works independent from internal statistics function."
1779
+ msgstr ""
1780
+ "Le classement fonctionne indépendamment de la fonction interne de "
1781
+ "statistiques "
1782
+
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1784
+ msgid "Who can sign up to the list"
1785
+ msgstr "Qui peut s'inscrire à la liste"
1786
+
1787
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1788
+ msgid ""
1789
+ "Not registered users have to enter name and e-mail (e-mail won't be "
1790
+ "displayed)"
1791
+ msgstr ""
1792
+ "Les utilisateurs non-connectés doivent saisir leur nom et leur email "
1793
+ "(l'email reste secret)"
1794
+
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1796
+ msgid "insert automatically"
1797
+ msgstr "insérer automatiquement"
1798
+
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1800
+ msgid ""
1801
+ "If you enable this option, logged in users will be automatically entered "
1802
+ "into leaderboard"
1803
+ msgstr ""
1804
+ "Si vous activez cette option, les utilisateurs enregistrés seront "
1805
+ "automatiquement dans le classement"
1806
+
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1808
+ msgid "display captcha"
1809
+ msgstr "Afficher le captcha"
1810
+
1811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1812
+ msgid ""
1813
+ "If you enable this option, additional captcha will be displayed for users "
1814
+ "who are not registered."
1815
+ msgstr ""
1816
+ "Si vous activez cette option,un captcha supplémentaire sera affiché pour "
1817
+ "les utilisateurs qui ne sont pas enregistrés."
1818
+
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1820
+ msgid "This option requires additional plugin:"
1821
+ msgstr "Cette option nécessite un module supplémentaire:"
1822
+
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1824
+ msgid "Plugin has been detected."
1825
+ msgstr "L'extension a été détectée"
1826
+
1827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1828
+ msgid "Plugin is not installed."
1829
+ msgstr "L'extension n'est pas installée"
1830
+
1831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1832
+ msgid "Sort list by"
1833
+ msgstr "Trier la liste par"
1834
+
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1836
+ msgid "Users can apply multiple times"
1837
+ msgstr "Les utilisateurs peuvent s'exercer plusieurs fois"
1838
+
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1840
+ msgid "User can apply after:"
1841
+ msgstr "L'utilisateur peut s'exercer après:"
1842
+
1843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1844
+ msgid "minute"
1845
+ msgstr "minute"
1846
+
1847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1848
+ msgid "How many entries should be displayed"
1849
+ msgstr "Combien d'entrées doivent être affichées"
1850
+
1851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1852
+ msgid "Entries"
1853
+ msgstr "Entrées"
1854
+
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1856
+ msgid "Automatically display leaderboard in quiz result"
1857
+ msgstr "Afficher automatiquement le classement dans le résultat du quiz"
1858
+
1859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1860
+ msgid "Where should leaderboard be displayed:"
1861
+ msgstr "Où doit s'afficher le classement:"
1862
+
1863
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1864
+ msgid "don't display"
1865
+ msgstr "ne pas montrer"
1866
+
1867
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1868
+ msgid "below the \"result text\""
1869
+ msgstr "en dessous le \"texte du résultat\""
1870
+
1871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1872
+ msgid "in a button"
1873
+ msgstr "dans un bouton"
1874
+
1875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1876
+ msgid "Quiz-Mode"
1877
+ msgstr "Mode-Quiz"
1878
+
1879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1880
+ msgid "Normal"
1881
+ msgstr "Normal"
1882
+
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1884
+ msgid "Normal + Back-Button"
1885
+ msgstr "Normal+Bouton de retour"
1886
+
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1888
+ msgid "Check -> continue"
1889
+ msgstr "Vérifier -> suite"
1890
+
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1892
+ msgid "Questions below each other"
1893
+ msgstr "Questions l'une en dessus de l'autre"
1894
+
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
1896
+ msgid ""
1897
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1898
+ "displayed at the end of the quiz."
1899
+ msgstr ""
1900
+ "Affiche toutes les questions de manière séquentielle, les \"vrai\" ou \"faux"
1901
+ "\" seront affichés à la fin du quiz."
1902
+
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1904
+ msgid "Allows to use the back button in a question."
1905
+ msgstr "Permet d'utiliser le bouton de retour à une question."
1906
+
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1908
+ msgid "Shows \"right or wrong\" after each question."
1909
+ msgstr "Montre \"Vrai ou faux\" après chaque question."
1910
+
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
1912
+ msgid ""
1913
+ "If this option is activated, all answers are displayed below each other, i."
1914
+ "e. all questions are on a single page."
1915
+ msgstr ""
1916
+ "Si cette option est activée, toutes les réponses sont affichées les unes en "
1917
+ "dessous des autres, càd toutes les questions sont sur une seule page."
1918
+
1919
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
1920
+ msgid "Quiz overview"
1921
+ msgstr "Aperçu du quiz"
1922
+
1923
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
1924
+ msgid "In case of problems"
1925
+ msgstr "En cas de problèmes"
1926
+
1927
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
1928
+ msgid "If quiz doesn't work in front-end, please try following:"
1929
+ msgstr ""
1930
+ "Si le quizz ne fonctionne pas côté utilisateur, veuillez essayer ce qui suit:"
1931
+
1932
+ #: lib/view/WpProQuiz_View_QuizOverall.php:46
1933
+ msgid "Style Manager"
1934
+ msgstr "Gestionnaire de style"
1935
+
1936
+ #: lib/view/WpProQuiz_View_QuizOverall.php:50
1937
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
1938
+ msgid "Support WP-Pro-Quiz"
1939
+ msgstr "Soutenez WP-Pro-Quiz"
1940
+
1941
+ #: lib/view/WpProQuiz_View_QuizOverall.php:56
1942
+ msgid "ID"
1943
+ msgstr "ID"
1944
+
1945
+ #: lib/view/WpProQuiz_View_QuizOverall.php:58
1946
+ msgid "Shortcode"
1947
+ msgstr "Shortcode"
1948
+
1949
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1950
+ msgid "Shortcode-Leaderboard"
1951
+ msgstr "Classement-Shortcode"
1952
+
1953
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
1954
+ msgid "Preview"
1955
+ msgstr "Prévisualiser"
1956
+
1957
+ #: lib/view/WpProQuiz_View_QuizOverall.php:117
1958
+ msgid "Add quiz"
1959
+ msgstr "Ajouter un quiz"
1960
+
1961
+ #: lib/view/WpProQuiz_View_QuizOverall.php:121
1962
+ #: lib/view/WpProQuiz_View_QuizOverall.php:126
1963
+ msgid "Export"
1964
+ msgstr "Exporter"
1965
+
1966
+ #: lib/view/WpProQuiz_View_QuizOverall.php:127
1967
+ msgid ""
1968
+ "Choose the respective question, which you would like to export and press on "
1969
+ "\"Start export\""
1970
+ msgstr ""
1971
+ "Choisissez la question correspondante, que vous souhaitez exporter, puis "
1972
+ "appuyez sur \"Démarrer l'exportation\""
1973
+
1974
+ #: lib/view/WpProQuiz_View_QuizOverall.php:131
1975
+ msgid "Start export"
1976
+ msgstr "Commencer l'exportation"
1977
+
1978
+ #: lib/view/WpProQuiz_View_QuizOverall.php:137
1979
+ msgid "Import only *.wpq files from known and trusted sources."
1980
+ msgstr "Iimportez les fichiers *.wpq uniquement de sources fiables."
1981
+
1982
+ #: lib/view/WpProQuiz_View_QuizOverall.php:145
1983
+ #, php-format
1984
+ msgid "Maximal %d MiB"
1985
+ msgstr "Maximum %d MiB"
1986
+
1987
+ #: lib/view/WpProQuiz_View_Statistics.php:23
1988
+ #, php-format
1989
+ msgid "Quiz: %s - Statistics"
1990
+ msgstr "Quiz: %s - Statistiques"
1991
+
1992
+ #: lib/view/WpProQuiz_View_Statistics.php:28
1993
+ msgid "Stats not enabled"
1994
+ msgstr "Statistiques désactivées"
1995
+
1996
+ #: lib/view/WpProQuiz_View_Statistics.php:29
1997
+ msgid "Activate statistics"
1998
+ msgstr "Activer les statistiques"
1999
+
2000
+ #: lib/view/WpProQuiz_View_Statistics.php:34
2001
+ msgid "Users"
2002
+ msgstr "Utilisateurs"
2003
+
2004
+ #: lib/view/WpProQuiz_View_Statistics.php:35
2005
+ msgid "Overview"
2006
+ msgstr "Vue d'ensemble"
2007
+
2008
+ #: lib/view/WpProQuiz_View_Statistics.php:61
2009
+ msgid "Please select user name:"
2010
+ msgstr "Choisissez un nom d'utilisateur S.V.P."
2011
+
2012
+ #: lib/view/WpProQuiz_View_Statistics.php:65
2013
+ msgid "Select a test:"
2014
+ msgstr ""
2015
+
2016
+ #: lib/view/WpProQuiz_View_Statistics.php:75
2017
+ msgid "Anonymous user"
2018
+ msgstr "Utilisateur anonyme"
2019
+
2020
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2021
+ msgid "average"
2022
+ msgstr ""
2023
+
2024
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2025
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2026
+ msgid "Hints used"
2027
+ msgstr "Indices utilisés"
2028
+
2029
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2030
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2031
+ msgid "Time"
2032
+ msgstr ""
2033
+
2034
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2035
+ msgid "Points scored"
2036
+ msgstr "Points obtenus"
2037
+
2038
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2039
+ msgid "Sub-Total: "
2040
+ msgstr "Total intermédiaire"
2041
+
2042
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2043
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2044
+ msgid "Refresh"
2045
+ msgstr "Actualiser"
2046
+
2047
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2048
+ msgid "Reset statistics"
2049
+ msgstr "Réinitialiser les statistiques"
2050
+
2051
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2052
+ msgid "Reset user statistics"
2053
+ msgstr ""
2054
+
2055
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2056
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2057
+ msgid "Reset entire statistic"
2058
+ msgstr "Réinitialiser entièrement les statistiques"
2059
+
2060
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2061
+ msgid "Show only users, who solved the quiz:"
2062
+ msgstr "Ne montrer que les utilisateurs qui ont résolu le quiz:"
2063
+
2064
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
2065
+ msgid "Front"
2066
+ msgstr "Côté utilisateur"
2067
+
2068
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
2069
+ msgid "Donate"
2070
+ msgstr "Donnez"
2071
+
2072
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
2073
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
2074
+ msgstr ""
2075
+ "WP-Pro-Quiz est une petite mais utile extension gratuite de quiz pour "
2076
+ "WordPress."
2077
+
2078
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
2079
+ msgid ""
2080
+ "I try to implement all wishes as fast as possible and help with problems."
2081
+ msgstr ""
2082
+ "J'essaie de mettre en œuvre tous les souhaits aussi vite que possible et de "
2083
+ "corriger les problèmes."
2084
+
2085
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
2086
+ msgid ""
2087
+ "Your donations can help to ensure that the project continues to remain free."
2088
+ msgstr ""
2089
+ "Pour que le projet continue à rester libre vos dons sont les bienvenus."
2090
+
2091
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
2092
+ msgid "Translate WP-Pro-Quiz"
2093
+ msgstr "Traduire WP-Pro-Quiz"
2094
+
2095
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
2096
+ msgid "You need:"
2097
+ msgstr "Vous avez besoin de:"
2098
+
2099
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
2100
+ msgid "Latest POT file"
2101
+ msgstr "Du dernier fichier POT"
2102
+
2103
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
2104
+ msgid "Open PoEdit"
2105
+ msgstr "Ouvrez PoEdit"
2106
+
2107
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
2108
+ msgid "File - New catalogue from POT file..."
2109
+ msgstr "Fichier - Nouvelle liste depuis un fichier POT ..."
2110
+
2111
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
2112
+ msgid "Choose wp-pro-quiz.pot"
2113
+ msgstr "Choisissez wp-pro-quiz.pot"
2114
+
2115
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
2116
+ msgid "Set \"Translation properties\""
2117
+ msgstr "Fixer les \"propriétés de traduction\""
2118
+
2119
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
2120
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2121
+ msgstr "Sauvegardez le fichier PO - avec le nom \"wp-pro-quiz-de_DE.po\""
2122
+
2123
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
2124
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2125
+ msgstr "remplacer de_DE avec le code de votre pays (càd fr_FR, nl_NL, ...)"
2126
+
2127
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
2128
+ msgid "Translate"
2129
+ msgstr "Traduire"
2130
+
2131
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
2132
+ msgid ""
2133
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
2134
+ "quiz/languages"
2135
+ msgstr ""
2136
+ "Téléchargez le fichier *.mo généré sur votre serveur dans le dossier /wp-"
2137
+ "content/plugins/wp-pro-quiz/languages"
2138
+
2139
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
2140
+ msgid "Finished"
2141
+ msgstr "Terminé"
2142
+
2143
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
2144
+ msgid ""
2145
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
2146
+ "english to english) e.g. to rename buttons."
2147
+ msgstr ""
2148
+ "Vous pouvez traduire WP-Pro-Quiz dans la même langue (ex: anglais vers "
2149
+ "l'anglais) pour renommer un bouton par exemple."
2150
+
2151
+ #~ msgid "Next exercise"
2152
+ #~ msgstr "Question suivante"
2153
+
2154
+ #~ msgid ""
2155
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2156
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
2157
+ #~ "below each other\" was used)"
2158
+ #~ msgstr ""
2159
+ #~ "Montre \"Vrai ou faux\" après chaque question. Sinon, les solutions "
2160
+ #~ "seront affichées à la fin. (l'option sera ignorée si \"questions l'une en "
2161
+ #~ "dessous l'autre\" est utilisé)"
2162
+
2163
+ #~ msgid "Back button"
2164
+ #~ msgstr "Bouton retour"
2165
+
2166
+ #~ msgid ""
2167
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
2168
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
2169
+ #~ msgstr ""
2170
+ #~ "Permet d'utiliser le bouton de retour à une question. (L'option sera "
2171
+ #~ "ignorée si \"Vérifier -> Continuer\" ou \"questions en dessous l'une de "
2172
+ #~ "l'autre a été utilisé)"
2173
+
2174
+ #~ msgid "Registered users"
2175
+ #~ msgstr "Utilisateurs enregistrés"
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-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"
@@ -60,7 +60,7 @@ 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"
@@ -78,11 +78,20 @@ msgstr "\"Ulike poeng for hvert svar\" er ikke tilgjengelig i \"Fritt\" valg"
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"
@@ -93,14 +102,14 @@ msgstr "Laster"
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."
@@ -135,20 +144,20 @@ 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
 
@@ -175,32 +184,38 @@ msgstr "Lag quiz"
175
  msgid "Quiz deleted"
176
  msgstr "Quiz slettet"
177
 
178
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
179
- msgid "You signing up successfully."
180
- msgstr "Du registrerte deg med hell."
 
 
 
 
 
 
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 "En feil har oppstått."
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 "Du kan ikke starte på nytt."
194
 
195
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
196
- msgid "No name or e-mail entered."
197
- msgstr "Ingen navn eller e-post skrevet."
198
-
199
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
200
  msgid "Your name can not exceed 15 characters."
201
  msgstr "Navnet ditt kan ikke overskride 15 tegn."
202
 
203
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
204
  msgid "You entered wrong captcha code."
205
  msgstr "Du har tastet inn feil captcha kode."
206
 
@@ -217,10 +232,11 @@ 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"
@@ -231,22 +247,46 @@ msgid ""
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
@@ -255,7 +295,7 @@ 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,22 +304,22 @@ msgid "Sort by:"
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,12 +333,12 @@ msgid "UR = unregistered user, R = registered user"
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,218 +348,245 @@ msgid "Entered on"
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
 
332
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
333
- msgid "Action"
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
 
343
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Apply"
345
  msgstr "Legg til"
346
 
347
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
@@ -541,77 +608,201 @@ msgid "Table is loading"
541
  msgstr "Tabell lastes"
542
 
543
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
544
- msgid "to activate"
545
- msgstr "for å aktivere"
546
-
547
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
548
- msgid "not to activate"
549
- msgstr "for å ikke aktivere"
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"
557
 
558
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
559
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
560
- msgid "Please note"
561
- msgstr "Vær oppmerksom på"
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
- "Disse innstillingene skal bare settes i tilfelle av problemer med Wp-Pro-"
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,7 +810,7 @@ msgstr ""
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,12 +819,12 @@ msgstr ""
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,11 +832,11 @@ msgstr ""
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,7 +844,7 @@ msgstr ""
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,130 +853,45 @@ msgstr ""
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
@@ -813,22 +919,21 @@ msgstr "Quiz navn"
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,81 +941,78 @@ msgstr ""
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,15 +1022,15 @@ msgstr ""
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,47 +1040,51 @@ msgstr ""
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,13 +1092,13 @@ msgstr ""
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,7 +1106,7 @@ msgstr ""
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,49 +1114,55 @@ msgstr ""
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,7 +1170,7 @@ msgstr ""
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 "
@@ -1066,7 +1178,7 @@ msgid ""
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,7 +1186,7 @@ msgstr ""
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."
@@ -1082,29 +1194,75 @@ msgstr ""
1082
  "f.eks \"I {play} fotball, med en {ball | 3}\" - \"play\" gir 1 poeng og "
1083
  "\"ball\" 3 poeng."
1084
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1085
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1094
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1095
  msgid "Add question"
1096
  msgstr "Legg til spørsmål"
1097
 
1098
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1099
  msgid "Save order"
1100
  msgstr "Lagre rekkefølge"
1101
 
1102
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1103
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1104
  msgid "Copy questions from another Quiz"
1105
  msgstr "Kopier spørsmål fra en annen Quiz"
1106
 
1107
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1108
  msgid ""
1109
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1110
  "selection enabled)"
@@ -1112,7 +1270,7 @@ msgstr ""
1112
  "Her kan du kopiere spørsmål fra en annen quiz til denne quizen. (Flervalg "
1113
  "aktivert)"
1114
 
1115
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1116
  msgid "Copy questions"
1117
  msgstr "Kopier spørsmål"
1118
 
@@ -1152,66 +1310,29 @@ 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)"
1189
- msgstr ""
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,16 +1342,16 @@ msgstr ""
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,12 +1359,12 @@ msgstr ""
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,30 +1372,30 @@ msgstr ""
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,50 +1405,24 @@ msgstr ""
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."
1308
- msgstr ""
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. "
1321
- msgstr ""
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,40 +1430,31 @@ msgstr ""
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,7 +1462,7 @@ msgstr ""
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,107 +1470,266 @@ msgstr ""
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,15 +1737,15 @@ msgstr ""
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,21 +1753,21 @@ msgstr ""
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,139 +1775,101 @@ msgstr ""
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)"
1605
  msgstr ""
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 "
1625
- "in %d questions."
1626
  msgstr ""
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\">"
1653
- "%s</span>%%)"
1654
  msgstr ""
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
 
1667
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1668
  msgid "Quiz overview"
@@ -1752,42 +1959,59 @@ msgstr ""
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,6 +2100,9 @@ msgstr ""
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 "
@@ -1927,10 +2154,3 @@ msgstr ""
1927
 
1928
  #~ msgid "Tip"
1929
  #~ msgstr "Tipp"
1930
-
1931
- #, fuzzy
1932
- #~ msgid "Statistics reset"
1933
- #~ msgstr "Statistik zurücksetzen"
1934
-
1935
- #~ msgid "Not all fields are filled"
1936
- #~ msgstr "Nicht alle Felder ausgefüllt"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:19+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:19+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Stein Ivar Johnsen\n"
8
  "Language: Norwegian\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Ingen data tilgjengelig"
78
  msgid "You must specify a name."
79
  msgstr ""
80
 
81
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
82
+ msgid "This entry should really be deleted?"
83
+ msgstr ""
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
86
+ msgid "Not all fields completed."
87
+ msgstr ""
88
+
89
  #: lib/controller/WpProQuiz_Controller_Front.php:44
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
91
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
92
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
93
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
94
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
95
  #: lib/view/WpProQuiz_View_Statistics.php:40
96
  msgid "Loading"
97
  msgstr "Laster"
102
  #: lib/controller/WpProQuiz_Controller_Question.php:51
103
  #: lib/controller/WpProQuiz_Controller_Question.php:128
104
  #: lib/controller/WpProQuiz_Controller_Question.php:143
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
107
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
108
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
109
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
111
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
112
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
113
  msgid "You do not have sufficient permissions to access this page."
114
  msgstr ""
115
  "Du har ikke tilstrekkelige tillatelser til å få tilgang til denne siden."
144
  msgstr "Fant ikke spørsmål"
145
 
146
  #: lib/controller/WpProQuiz_Controller_Question.php:173
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
148
  #, php-format
149
  msgid "Question: %d"
150
  msgstr "Spørsmål: %d"
151
 
152
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
153
  msgid "Question edited"
154
  msgstr "Spørsmål redigert"
155
 
156
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
157
  msgid "New question"
158
  msgstr "Nytt spørsmål"
159
 
160
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
161
  msgid "Question added"
162
  msgstr "Spørsmål lagt til"
163
 
184
  msgid "Quiz deleted"
185
  msgstr "Quiz slettet"
186
 
187
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
188
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
189
+ msgid "No category"
190
+ msgstr ""
191
+
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
193
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
194
+ msgid "No name or e-mail entered."
195
+ msgstr "Ingen navn eller e-post skrevet."
196
 
 
197
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
198
+ msgid "You signed up successfully."
199
+ msgstr ""
200
+
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
206
  msgid "An error has occurred."
207
  msgstr "En feil har oppstått."
208
 
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
210
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
211
  msgid "You can not enter again."
212
  msgstr "Du kan ikke starte på nytt."
213
 
214
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
215
  msgid "Your name can not exceed 15 characters."
216
  msgstr "Navnet ditt kan ikke overskride 15 tegn."
217
 
218
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
219
  msgid "You entered wrong captcha code."
220
  msgstr "Du har tastet inn feil captcha kode."
221
 
232
  msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
233
 
234
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
235
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
236
  msgid "Wp-Pro-Quiz: One user completed a quiz"
237
  msgstr ""
238
 
239
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
240
  msgid ""
241
  "Wp-Pro-Quiz\n"
242
  "\n"
247
  "\n"
248
  msgstr ""
249
 
250
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
251
+ msgid ""
252
+ "Wp-Pro-Quiz\n"
253
+ "\n"
254
+ "You have completed the quiz \"$quizname\".\n"
255
+ "\n"
256
+ "Points: $points\n"
257
+ "Result: $result\n"
258
+ "\n"
259
+ msgstr ""
260
+
261
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
262
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
263
  msgid "The user completed a quiz."
264
  msgstr "Brukeren fullførte en quiz."
265
 
266
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
267
+ msgid "The user completed a quiz with 100 percent."
268
+ msgstr ""
269
+
270
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
271
+ msgid "A powerful and beautiful quiz plugin for WordPress."
272
+ msgstr ""
273
+
274
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
275
+ msgid "WP-Pro-Quiz"
276
+ msgstr ""
277
+
278
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
279
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
282
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
283
  msgid "Leaderboard"
284
  msgstr "Leaderboard"
285
 
286
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
287
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
288
  #: lib/view/WpProQuiz_View_Import.php:22
289
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
290
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
291
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
292
  #: lib/view/WpProQuiz_View_Statistics.php:24
295
  msgstr "tilbake til oversikten"
296
 
297
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
298
+ #: lib/view/WpProQuiz_View_Statistics.php:200
299
  msgid "Filter"
300
  msgstr "Filtrer"
301
 
304
  msgstr "Sorter etter:"
305
 
306
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
308
  msgid "best user"
309
  msgstr "beste bruker"
310
 
311
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
313
  msgid "newest entry"
314
  msgstr "nyeste oppføringen"
315
 
316
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
318
  msgid "oldest entry"
319
  msgstr "eldste oppføring"
320
 
321
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
322
+ #: lib/view/WpProQuiz_View_Statistics.php:211
323
  msgid "How many entries should be shown on one page:"
324
  msgstr "Hvor mange oppføringer som skal vises på én side:"
325
 
333
  msgstr "UR = uregistrert bruker, R = registrert bruker"
334
 
335
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
336
+ #: lib/view/WpProQuiz_View_Statistics.php:230
337
  msgid "User"
338
  msgstr "Bruker"
339
 
340
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
341
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
342
  msgid "E-Mail"
343
  msgstr "E-Post"
344
 
348
  msgstr "Lagt inn den"
349
 
350
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
352
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
353
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
354
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
355
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
357
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
358
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
359
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
360
+ #: lib/view/WpProQuiz_View_Statistics.php:96
361
+ #: lib/view/WpProQuiz_View_Statistics.php:231
362
  msgid "Points"
363
  msgstr "Poeng"
364
 
365
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
366
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
367
+ #: lib/view/WpProQuiz_View_Statistics.php:102
368
+ #: lib/view/WpProQuiz_View_Statistics.php:236
369
  msgid "Results"
370
  msgstr "Resultat"
371
 
372
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
373
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
374
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
375
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
376
+ msgid "Edit"
377
+ msgstr "Rediger"
378
 
379
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
380
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
381
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
382
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
383
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
384
  msgid "Delete"
385
  msgstr "Slett"
386
 
387
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
388
+ msgid "save"
389
+ msgstr ""
390
+
391
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
392
+ msgid "cancel"
393
+ msgstr ""
394
+
395
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
396
+ msgid "Action"
397
+ msgstr "Handling"
398
+
399
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
400
  msgid "Apply"
401
  msgstr "Legg til"
402
 
403
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
404
  msgid "Delete all entries"
405
  msgstr "Slett alle oppføringer"
406
 
407
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
410
  msgid "Time limit"
411
  msgstr "Tidsfrist"
412
 
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
421
  msgid "Quiz-summary"
422
  msgstr ""
423
 
424
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
425
  #, php-format
426
  msgid "%s of %s questions completed"
427
  msgstr ""
428
 
429
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
430
  #: lib/view/WpProQuiz_View_Import.php:44
431
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
432
  msgid "Questions"
433
  msgstr "Spørsmål"
434
 
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
437
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
438
  msgid "Finish quiz"
439
  msgstr "Fullfør quiz"
440
 
441
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
442
  msgid "Start quiz"
443
  msgstr "Start quiz"
444
 
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
446
  msgid ""
447
  "You have already completed the quiz before. Hence you can not start it again."
448
  msgstr ""
449
  "Du har allerede gjennomført quizen før. Derfor kan du ikke starte den på "
450
  "nytt."
451
 
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
453
  msgid "You have to finish following quiz, to start this quiz:"
454
  msgstr "Du må gjøre ferdig følgende quiz, for å starte denne quiz:"
455
 
456
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
457
  #, php-format
458
  msgid "%s of %s questions answered correctly"
459
  msgstr "%s av %s spørsmål rett besvart"
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
462
  msgid "Your time: <span></span>"
463
  msgstr "Din tid: <span></span>"
464
 
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
466
  msgid "Time has elapsed"
467
  msgstr "Tiden har gått"
468
 
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
470
  #, php-format
471
  msgid "You have reached %s of %s points, (%s)"
472
  msgstr "Du har nådd %s av %s poeng, (%s)"
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
475
  msgid "Average score"
476
  msgstr "Gjennomsnittlig poeng"
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
479
  msgid "Your score"
480
  msgstr "Poeng oppnådd"
481
 
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
483
+ msgid "Categories"
484
+ msgstr ""
485
+
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
487
+ msgid "Not categorized"
488
+ msgstr ""
489
+
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
491
  msgid "Restart quiz"
492
  msgstr "Restart quiz"
493
 
494
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
495
  msgid "View questions"
496
  msgstr "Vis spørsmål"
497
 
498
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
499
  msgid "Show leaderboard"
500
  msgstr "Vis leaderboard"
501
 
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
503
+ msgid "Answered"
504
+ msgstr ""
505
+
506
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
507
+ msgid "Review"
508
+ msgstr ""
509
+
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
511
+ msgid "Review question"
512
+ msgstr ""
513
+
514
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
515
  #, php-format
516
  msgid "Question %s of %s"
517
  msgstr "Spørsmål %s av %s"
518
 
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
520
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
521
+ #: lib/view/WpProQuiz_View_Statistics.php:95
522
  msgid "Question"
523
  msgstr "Spørsmål"
524
 
525
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
526
  #, php-format
527
  msgid "%d points"
528
  msgstr "%d poeng"
529
 
530
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
531
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
532
  msgid "Sort elements"
533
  msgstr "Sorter elementer"
534
 
535
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
536
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
537
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
538
+ #: lib/view/WpProQuiz_View_Statistics.php:97
539
+ #: lib/view/WpProQuiz_View_Statistics.php:232
540
  msgid "Correct"
541
  msgstr "Riktig"
542
 
543
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
544
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
545
+ #: lib/view/WpProQuiz_View_Statistics.php:98
546
+ #: lib/view/WpProQuiz_View_Statistics.php:233
547
  msgid "Incorrect"
548
  msgstr "Feil"
549
 
550
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
551
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
552
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
553
  msgid "Hint"
554
  msgstr "Tips"
555
 
556
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
559
  msgid "Skip question"
560
  msgstr ""
561
 
562
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
563
  msgid "Back"
564
  msgstr "Tilbake"
565
 
566
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
567
  msgid "Check"
568
  msgstr "Sjekk"
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
571
+ msgid "Next"
572
+ msgstr ""
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
575
+ msgid "Your result has been entered into leaderboard"
576
+ msgstr ""
577
 
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
579
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
580
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
581
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
582
  msgid "Name"
583
  msgstr "Navn"
584
 
585
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
586
  msgid "Captcha"
587
  msgstr "Captcha"
588
 
589
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
590
  msgid "Send"
591
  msgstr ""
592
 
608
  msgstr "Tabell lastes"
609
 
610
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
611
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
612
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
613
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
614
  msgid "Global settings"
615
  msgstr "Globale innstillinger"
616
 
617
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
618
+ msgid "E-Mail settings"
 
 
 
 
 
 
619
  msgstr ""
 
 
620
 
621
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
623
  msgid "Settings in case of problems"
624
  msgstr "Innstillinger i tilfelle problemer"
625
 
626
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
627
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
629
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
630
+ msgid "Save"
631
+ msgstr "Lagre"
632
+
633
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
634
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
635
+ msgid "Leaderboard time format"
636
+ msgstr "Leaderboard tidsformat"
637
+
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
639
+ msgid "Custom"
640
+ msgstr "Egendefinert"
641
+
642
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
643
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
644
+ msgid "Documentation on date and time formatting"
645
+ msgstr "Dokumentasjon på dato og klokkeslett formatering"
646
+
647
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
649
+ msgid "Statistic time format"
650
+ msgstr ""
651
+
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
653
+ msgid "Select example:"
654
+ msgstr ""
655
+
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
657
+ msgid "Time format:"
658
+ msgstr ""
659
+
660
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
661
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
662
+ msgid "Category management"
663
+ msgstr ""
664
+
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
667
+ msgid "Admin e-mail settings"
668
+ msgstr ""
669
+
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
671
+ msgid "To:"
672
+ msgstr ""
673
+
674
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
675
+ msgid ""
676
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
677
+ "com"
678
+ msgstr ""
679
+
680
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
681
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
682
+ msgid "From:"
683
+ msgstr ""
684
+
685
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
686
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
687
+ msgid "Subject:"
688
+ msgstr ""
689
+
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
692
+ msgid "HTML"
693
+ msgstr ""
694
 
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
699
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
700
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
701
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
702
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
703
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
714
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
727
  msgid "Activate"
728
  msgstr "Aktivere"
729
 
730
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
731
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
732
+ msgid "Message body:"
733
+ msgstr ""
734
+
735
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
736
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
737
+ msgid "Allowed variables"
738
+ msgstr ""
739
+
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
741
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
742
+ msgid "User-ID"
743
+ msgstr ""
744
+
745
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
747
+ msgid "Username"
748
+ msgstr ""
749
+
750
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
752
+ msgid "Quiz-Name"
753
+ msgstr ""
754
+
755
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
757
+ msgid "Result in precent"
758
+ msgstr ""
759
+
760
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
762
+ msgid "Reached points"
763
+ msgstr ""
764
+
765
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
767
+ msgid "IP-address of the user"
768
+ msgstr ""
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
772
+ msgid "User e-mail settings"
773
+ msgstr ""
774
+
775
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
776
+ msgid "to activate"
777
+ msgstr "for å aktivere"
778
+
779
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
780
+ msgid "not to activate"
781
+ msgstr "for å ikke aktivere"
782
+
783
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
784
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
785
+ msgid "Please note"
786
+ msgstr "Vær oppmerksom på"
787
+
788
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
789
+ msgid ""
790
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
791
+ msgstr ""
792
+ "Disse innstillingene skal bare settes i tilfelle av problemer med Wp-Pro-"
793
+ "Quiz."
794
+
795
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
796
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
797
+ msgid "Automatically add [raw] shortcode"
798
+ msgstr "Automatisk legge til [raw] kortkode"
799
+
800
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
801
  #, php-format
802
  msgid "It is recommended %s this option on your system."
803
  msgstr "Det anbefales %s dette alternativet på systemet ditt."
804
 
805
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
806
  msgid ""
807
  "If this option is activated, a [raw] shortcode is automatically set around "
808
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
810
  "Hvis dette alternativet er aktivert, [raw] kortkode blir automatisk satt "
811
  "rundt WpProQuiz kortkode ([WpProQuiz X]) i [raw] [WpProQuiz X] [/ raw]"
812
 
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
814
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
815
  msgid ""
816
  "Own themes changes internal order of filters, what causes the problems. "
819
  "Egne temaer endrer interne rekkefølgen på filtrene, noe som forårsaker "
820
  "problemer. Med ekstra kortkode [raw] blir dette forhindret."
821
 
822
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
823
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
824
  msgid "Do not load the Javascript-files in the footer"
825
  msgstr "Ikke last JavaScript-filer i bunnteksten"
826
 
827
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
828
  msgid ""
829
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
830
  "when they are really needed."
832
  "Vanligvis er alle WpProQuiz-Javascript filene lastet i bunnteksten og bare "
833
  "når de virkelig trengs."
834
 
835
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
836
  msgid "In very old Wordpress themes this can lead to problems."
837
  msgstr "I svært gamle Wordpress temaer kan dette føre til problemer."
838
 
839
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
840
  msgid ""
841
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
842
  "the header even if they are not needed."
844
  "Hvis du aktiverer dette alternativet, blir alle WpProQuiz-Javascript filer "
845
  "lastes inn i toppteksten, selv om de ikke er nødvendig."
846
 
847
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
848
  #, php-format
849
  msgid ""
850
  "Anyone who wants to learn more about this topic should read through the "
853
  "Alle som ønsker å lære mer om dette emnet bør lese gjennom følgende "
854
  "nettsteder %s og %s."
855
 
856
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
857
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
858
  msgid "Touch Library"
859
  msgstr "Touch bibliotek"
860
 
861
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
863
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
866
  msgid "Deactivate"
867
  msgstr "Deaktivere"
868
 
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
870
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
871
  msgstr "I versjon 0.13 et nytt Touch bibliotek ble laget for mobile enheter."
872
 
873
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
874
  msgid "If you have any problems with the Touch Library, please deactivate it."
875
  msgstr ""
876
  "Hvis du har noen problemer med Touch biblioteket, må du deaktivere det."
877
 
878
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
879
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
880
  msgid "jQuery support cors"
881
  msgstr "jQuery støtter cors"
882
 
883
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
884
  msgid "Is required only in rare cases."
885
  msgstr "Det kreves bare i sjeldne tilfeller."
886
 
887
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
888
  msgid "If you have problems with the front ajax, please activate it."
889
  msgstr "Hvis du har problemer med den ajax i front, vennligst aktiver det."
890
 
891
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
892
  msgid "e.g. Domain with special characters in combination with IE"
893
  msgstr "f.eks Domene med spesialtegn i kombinasjon med IE"
894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
895
  #: lib/view/WpProQuiz_View_Import.php:21
896
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
897
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
919
  msgid "Start import"
920
  msgstr "Start import"
921
 
922
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
923
  msgid "Title"
924
  msgstr "Tittel"
925
 
926
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
928
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
929
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
930
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
933
  msgid "(optional)"
934
  msgstr "(valgfritt)"
935
 
936
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
937
  msgid ""
938
  "The title is used for overview, it is not visible in quiz. If you leave the "
939
  "title field empty, a title will be generated."
941
  "Tittelen brukes for bedre oversikt, den er ikke synlig i quiz. Hvis du lar "
942
  "tittelen stå tom, vil en tittel bli generert."
943
 
944
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
945
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
946
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
947
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
950
  msgid "(required)"
951
  msgstr "(påkrevd)"
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
954
  msgid "Points for this question (Standard is 1 point)"
955
  msgstr "Poeng for dette spørsmålet (Standard er 1 poeng)"
956
 
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
958
  msgid ""
959
  "This points will be rewarded, only if the user closes the question correctly."
960
  msgstr ""
961
  "Dette poeng vil bli belønnet, bare hvis brukeren lukker spørsmålet riktig."
962
 
963
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
964
  msgid "Different points for each answer"
965
  msgstr "Forskjellige poeng for hvert svar"
966
 
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
968
  msgid ""
969
  "If you enable this option, you can enter different points for every answer."
970
  msgstr ""
971
  "Hvis du aktiverer dette alternativet, kan du legge til forskjellige poeng "
972
  "for hvert svar"
973
 
974
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
975
  msgid "Show reached points in the correct- and incorrect message?"
976
  msgstr "Vis oppnådde poeng i riktig og feil melding?"
977
 
978
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
979
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
980
+ #: lib/view/WpProQuiz_View_Statistics.php:115
981
  msgid "Category"
982
  msgstr ""
983
 
984
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
985
  msgid ""
986
  "You can assign classify category for a question. Categories are e.g. visible "
987
  "in statistics function."
988
  msgstr ""
989
 
990
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
991
  msgid "You can manage categories in global settings."
992
  msgstr ""
993
 
994
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
995
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
996
  msgid "Create new category"
997
  msgstr ""
998
 
999
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
1000
  msgid "Create"
1001
  msgstr ""
1002
 
1003
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1004
  msgid "Message with the correct / incorrect answer"
1005
  msgstr "Melding med riktig / feil svar"
1006
 
1007
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1008
  msgid "Deactivated in quiz settings."
1009
  msgstr "Deaktivert i quiz innstillinger."
1010
 
1011
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1012
  msgid "Message with the correct answer"
1013
  msgstr "Melding ved riktig svar"
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1016
  msgid ""
1017
  "This text will be visible if answered correctly. It can be used as "
1018
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1022
  "forklaring for komplekse spørsmål. Meldingen \"Rett \" eller \"Feil \" "
1023
  "vises alltid automatisk."
1024
 
1025
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1026
  msgid "Same text for correct- and incorrect-message?"
1027
  msgstr "Samme tekst for korrekt og ukorrekt-melding?"
1028
 
1029
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1030
  msgid "Message with the incorrect answer"
1031
  msgstr "Melding ved feil svar"
1032
 
1033
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1034
  msgid ""
1035
  "This text will be visible if answered incorrectly. It can be used as "
1036
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1040
  "forklaring for komplekse spørsmål. Meldingen \"Right \" eller \"Feil \" "
1041
  "vises alltid automatisk."
1042
 
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1044
  msgid "Here you can enter solution hint."
1045
  msgstr "Her kan du legge inn løsnings tips."
1046
 
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1048
  msgid "Activate hint for this question?"
1049
  msgstr "Aktivere tips for dette spørsmål?"
1050
 
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1052
  msgid "Answer type"
1053
  msgstr "Svar type"
1054
 
1055
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1056
  msgid "Single choice"
1057
  msgstr "Enkelt valg"
1058
 
1059
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1060
  msgid "Multiple choice"
1061
  msgstr "Flere valg"
1062
 
1063
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1064
  msgid "\"Free\" choice"
1065
  msgstr "\"Fritt\" valg"
1066
 
1067
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1068
  msgid "\"Sorting\" choice"
1069
  msgstr "\"Sorterings\" valg"
1070
 
1071
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1072
  msgid "\"Matrix Sorting\" choice"
1073
  msgstr "\"Matrix Sorterings\" valg"
1074
 
1075
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1076
  msgid "Cloze"
1077
  msgstr "Steng"
1078
 
1079
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1080
+ msgid "Assessment"
1081
+ msgstr ""
1082
+
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1084
  msgid "Answers"
1085
  msgstr "Svar"
1086
 
1087
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1088
  msgid ""
1089
  "Please sort the answers in right order with the \"Move\" - Button. The "
1090
  "answers will be displayed randomly."
1092
  "Vennligst sorter svarene i riktig rekkefølge med \"Flytt \" - knappen. "
1093
  "Svarene vises tilfeldig."
1094
 
1095
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1096
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1097
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1098
  msgid "Add new answer"
1099
  msgstr "Legg til nytt svar"
1100
 
1101
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1102
  msgid ""
1103
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1104
  "matching criterion."
1106
  "I denne modusen, ikke en liste må sorteres, men elementer må være tilordnet "
1107
  "matchende kriterium."
1108
 
1109
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1110
  msgid ""
1111
  "You can create sort elements with empty criteria, which can't be assigned by "
1112
  "user."
1114
  "Du kan opprette sorter elementer med tomme kriterier, som ikke kan tildeles "
1115
  "av bruker."
1116
 
1117
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1118
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1119
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1120
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1121
  msgid "Options"
1122
  msgstr "Valg"
1123
 
1124
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1125
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1126
  msgid "Answer"
1127
  msgstr "Svar"
1128
 
1129
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1130
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1131
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1132
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1133
  msgid "Allow HTML"
1134
  msgstr "Tillat HTML"
1135
 
1136
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1137
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1138
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1139
  msgid "Delete answer"
1140
  msgstr "Slett svar"
1141
 
1142
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1143
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1144
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1145
+ msgid "Add Media"
1146
+ msgstr ""
1147
+
1148
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1149
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1151
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1152
  msgid "Move"
1153
  msgstr "Flytt"
1154
 
1155
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1156
  msgid "Criterion"
1157
  msgstr "Kriterium "
1158
 
1159
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1160
  msgid ""
1161
  "correct answers (one per line) (answers will be converted to lower case)"
1162
  msgstr ""
1163
  "riktige svar (én per linje) (svar vil bli konvertert til små bokstaver)"
1164
 
1165
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1166
  msgid ""
1167
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1168
  "small letters will be ignored."
1170
  "Omslutte søkte ord med {} f.eks \"Jeg {spiller} fotball \". Store og små "
1171
  "bokstaver vil bli ignorert."
1172
 
1173
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1174
  msgid ""
1175
  "You can specify multiple options for a search word. Enclose the word with "
1176
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1178
  "hate are correct."
1179
  msgstr ""
1180
 
1181
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1182
  msgid ""
1183
  "If mode \"Different points for every answer\" is activated, you can assign "
1184
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1186
  "Hvis mode \"Ulike poeng for hvert svar\" er aktivert, kan du tildele poeng "
1187
  "med |POENG. Ellers 1 poeng vil bli tildelt for alle svar."
1188
 
1189
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1190
  msgid ""
1191
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1192
  "\" 3 points."
1194
  "f.eks \"I {play} fotball, med en {ball | 3}\" - \"play\" gir 1 poeng og "
1195
  "\"ball\" 3 poeng."
1196
 
1197
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1198
+ msgid "Here you can create an assessment question."
1199
+ msgstr ""
1200
+
1201
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1202
+ msgid ""
1203
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1204
+ msgstr ""
1205
+
1206
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1207
+ msgid "The number of options in the maximum score."
1208
+ msgstr ""
1209
+
1210
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1211
+ msgid "Examples:"
1212
+ msgstr ""
1213
+
1214
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1215
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1216
+ msgstr ""
1217
+
1218
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1219
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1223
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1227
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1228
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1232
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1236
+ msgid "Demo"
1237
+ msgstr "Demo"
1238
+
1239
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1240
+ msgid "less true { [a] [b] [c] } more true"
1241
+ msgstr ""
1242
+
1243
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1244
  msgid "Questions sorted"
1245
  msgstr "Spørsmål sortert"
1246
 
1247
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1248
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1249
  msgid "Total"
1250
  msgstr "Totalt"
1251
 
1252
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1253
  msgid "Add question"
1254
  msgstr "Legg til spørsmål"
1255
 
1256
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1257
  msgid "Save order"
1258
  msgstr "Lagre rekkefølge"
1259
 
 
1260
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1261
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1262
  msgid "Copy questions from another Quiz"
1263
  msgstr "Kopier spørsmål fra en annen Quiz"
1264
 
1265
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1266
  msgid ""
1267
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1268
  "selection enabled)"
1270
  "Her kan du kopiere spørsmål fra en annen quiz til denne quizen. (Flervalg "
1271
  "aktivert)"
1272
 
1273
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1274
  msgid "Copy questions"
1275
  msgstr "Kopier spørsmål"
1276
 
1310
 
1311
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1312
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1313
  msgid "Display question randomly"
1314
  msgstr "Vis spørsmål tilfeldig"
1315
 
1316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1318
  msgid "Display answers randomly"
1319
  msgstr "Vis svar tilfeldig"
1320
 
1321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1322
  msgid "Seconds"
1323
  msgstr "Sekunder"
1324
 
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1326
  msgid "0 = no limit"
1327
  msgstr "0 = ingen grense"
1328
 
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1331
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1332
  msgid "Statistics"
1333
  msgstr "Statistikk"
1334
 
1335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1336
  msgid ""
1337
  "Statistics about right or wrong answers. Statistics will be saved by "
1338
  "completed quiz, not after every question. The statistics is only visible "
1342
  "fullført quiz, ikke etter hvert spørsmål. Statistikken er bare synlig i "
1343
  "administrasjon menyen. (intern statistikk)"
1344
 
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1347
  msgid "Statistics IP-lock"
1348
  msgstr "Statistikk IP-lås"
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1351
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1352
  msgstr "i minutter (anbefalt 1440 minutter = 1 dag)"
1353
 
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1355
  msgid ""
1356
  "Protect the statistics from spam. Result will only be saved every X minutes "
1357
  "from same IP. (0 = deactivated)"
1359
  "Beskytt statistikken fra spam. Resultatet vil bare lagres hvert X minutt fra "
1360
  "samme IP. (0 = deaktivert)"
1361
 
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1364
  msgid "Execute quiz only once"
1365
  msgstr "Utfør quiz bare én gang"
1366
 
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1368
  msgid ""
1369
  "If you activate this option, the user can complete the quiz only once. "
1370
  "Afterwards the quiz is blocked for this user."
1372
  "Hvis du aktiverer dette alternativet, kan brukeren fylle ut quiz bare én "
1373
  "gang. Etterpå er quiz blokkert for denne brukeren."
1374
 
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1376
  msgid "This option applies to:"
1377
  msgstr "Dette alternativet gjelder for:"
1378
 
1379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1381
  msgid "all users"
1382
  msgstr "alle brukere"
1383
 
1384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1386
  msgid "registered useres only"
1387
  msgstr "kun registrerte brukere"
1388
 
1389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1391
  msgid "anonymous users only"
1392
  msgstr "kun anonyme brukere"
1393
 
1394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1395
  msgid "user identification by cookie"
1396
  msgstr "bruker identifikasjon med cookie"
1397
 
1398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1399
  msgid ""
1400
  "If you activate this option, a cookie is set additionally for unregistrated "
1401
  "(anonymous) users. This ensures a longer assignment of the user than the "
1405
  "uregistrerte (anonym) brukere. Dette sikrer et lengre opphold av brukeren "
1406
  "enn det enkle oppholdet med IP-adressen."
1407
 
1408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1409
  msgid "Reset the user identification"
1410
  msgstr "Tilbakestille brukeridentifikasjon"
1411
 
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1413
  msgid "User identification has been reset."
1414
  msgstr "Brukeridentifikasjon har blitt tilbakestilt."
1415
 
1416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1417
  msgid "Resets user identification for all users."
1418
  msgstr "Tilbakestille brukeridentifikasjon for alle brukere."
1419
 
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1422
  msgid "Show only specific number of questions"
1423
  msgstr "Vis bare bestemt antall spørsmål"
1424
 
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1426
  msgid ""
1427
  "If you enable this option, maximum number of displayed questions will be X "
1428
  "from X questions. (The output of questions is random)"
1430
  "Hvis du aktiverer dette alternativet, vil maksimalt antall viste spørsmål "
1431
  "være X fra X spørsmål. (Visningen av spørsmålene er tilfeldig)"
1432
 
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1434
  msgid "The statistics function is not available in this option."
1435
  msgstr "Statistikk funksjonen er ikke tilgjengelig i dette alternativet."
1436
 
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1438
  msgid ""
1439
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1440
  msgstr ""
1441
  "Dette alternativet fungerer ikke pålitelig i forbindelse med Frontend-cache-"
1442
  "Innstikk."
1443
 
1444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1445
  msgid "How many questions should be displayed simultaneously:"
1446
  msgstr "Hvor mange spørsmål som skal vises samtidig:"
1447
 
1448
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1449
  msgid "in percent"
1450
  msgstr "i prosent"
1451
 
1452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1454
  msgid "Prerequisites"
1455
  msgstr "Forutsetninger"
1456
 
1457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1458
  msgid ""
1459
  "If you enable this option, you can choose quiz, which user have to finish "
1460
  "before he can start this quiz."
1462
  "Hvis du aktiverer dette alternativet, kan du velge quiz, som bruker må "
1463
  "fullføre før han kan starte denne quizen."
1464
 
1465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1466
  msgid ""
1467
  "In all selected quizzes statistic function have to be active. If it is not "
1468
  "it will be activated automatically."
1470
  "I alle valgte quizzer statistikk funksjon trenger å være aktiv. Om ikke vil "
1471
  "det bli aktivert automatisk."
1472
 
1473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1474
  msgid "Quiz"
1475
  msgstr "Quiz"
1476
 
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1478
  msgid "Prerequisites (This quiz have to be finished)"
1479
  msgstr "Forutsetninger (Denne quizen må være ferdig)"
1480
 
1481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1484
  msgid "Question overview"
1485
  msgstr ""
1486
 
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1488
  msgid ""
1489
  "Add at the top of the quiz a question overview, which allows easy "
1490
  "navigation. Additional questions can be marked \"to review\"."
1491
  msgstr ""
1492
 
1493
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1494
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1495
  msgstr ""
1496
 
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1498
  msgid ""
1499
  "If you enalbe this option, no quiz overview will be displayed, before "
1500
  "finishing quiz."
1501
  msgstr ""
1502
 
1503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1504
  msgid ""
1505
  "If you enable this option, user won't be able to skip question. (only in "
1506
  "\"Overview -> next\" mode). User still will be able to navigate over "
1507
  "\"Question-Overview\""
1508
  msgstr ""
1509
 
1510
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1512
+ msgid "Admin e-mail notification"
1513
  msgstr ""
1514
 
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1516
  msgid "for registered users only"
1517
  msgstr ""
1518
 
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1520
  msgid "for all users"
1521
  msgstr ""
1522
 
1523
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1524
  msgid ""
1525
  "If you enable this option, you will be informed if a user completes this "
1526
  "quiz."
1527
  msgstr ""
1528
 
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1531
  msgid "E-Mail settings can be edited in global settings."
1532
  msgstr ""
1533
 
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1535
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1536
+ msgid "User e-mail notification"
1537
  msgstr ""
1538
 
1539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1540
+ msgid ""
1541
+ "If you enable this option, an email is sent with his quiz result to the "
1542
+ "user. (only registered users)"
1543
  msgstr ""
1544
 
1545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1546
+ msgid "Quiz description"
1547
+ msgstr "Quiz beskrivelse"
1548
+
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1550
+ msgid "This text will be displayed before start of the quiz."
1551
+ msgstr "Denne teksten vil bli vist før starten av quiz."
1552
+
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1554
+ msgid "Results text"
1555
+ msgstr "Resultat tekst"
1556
+
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1558
+ msgid ""
1559
+ "This text will be displayed at the end of the quiz (in results). (this text "
1560
+ "is optional)"
1561
+ msgstr ""
1562
+ "Denne teksten vil bli vist på slutten av quizen (i resultatene). (denne "
1563
+ "teksten er valgfri)"
1564
+
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1566
+ msgid "Activate graduation"
1567
+ msgstr "Aktivere gradering"
1568
+
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1570
+ msgid "Hint:"
1571
+ msgstr "Tips:"
1572
+
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1574
+ msgid "Maximal 15 levels"
1575
+ msgstr "Maksimalt 15 nivå"
1576
+
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1578
+ #, php-format
1579
+ msgid ""
1580
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1581
+ "in %d questions."
1582
+ msgstr ""
1583
+ "Prosenttallene gjelder den totale poengsummen for quiz. (Gjeldende total %d "
1584
+ "poeng i %d spørsmål."
1585
+
1586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1587
+ msgid "Values can also be mixed up"
1588
+ msgstr "Verdier kan også blandes"
1589
+
1590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1591
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1592
+ msgstr "10,15% eller 10,15% tillatt (maks. to sifre etter desimaltegnet)"
1593
+
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1596
+ msgid "from:"
1597
+ msgstr "fra:"
1598
+
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1601
+ msgid "percent"
1602
+ msgstr "prosent"
1603
+
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1606
+ #, php-format
1607
+ msgid ""
1608
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1609
+ "%s</span>%%)"
1610
+ msgstr ""
1611
+ "(Vil bli vist, når resultat-prosent er >= <span class=\"resultProzent\"> %s "
1612
+ "</ span>%%)"
1613
+
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1616
+ msgid "Delete graduation"
1617
+ msgstr "Slett gradering"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1620
+ msgid "Add graduation"
1621
+ msgstr "Legg til gradering"
1622
+
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1624
+ msgid "Result-Options"
1625
  msgstr ""
1626
 
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1628
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1629
+ msgid "Show average points"
1630
+ msgstr "Vis gjennomsnittlig poeng"
1631
 
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1633
+ msgid "Statistics-function must be enabled."
1634
+ msgstr "Statistikk-funksjonen være aktivert"
1635
+
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1638
+ msgid "Show category score"
1639
+ msgstr ""
1640
 
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1642
  msgid ""
1643
+ "If you enable this option, the results of each category is displayed on the "
1644
+ "results page."
1645
  msgstr ""
1646
 
1647
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1649
+ msgid "Hide correct questions - display"
1650
  msgstr ""
1651
 
1652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1653
+ msgid ""
1654
+ "If you select this option, no longer the number of correctly answered "
1655
+ "questions are displayed on the results page."
1656
+ msgstr ""
1657
+
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1660
+ msgid "Hide quiz time - display"
1661
  msgstr ""
1662
 
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1664
  msgid ""
1665
+ "If you enable this option, the time for finishing the quiz won't be "
1666
+ "displayed on the results page anymore."
1667
+ msgstr ""
1668
+
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1670
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1671
+ msgid "Hide score - display"
1672
+ msgstr ""
1673
+
1674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1675
+ msgid ""
1676
+ "If you enable this option, final score won't be displayed on the results "
1677
+ "page anymore."
1678
  msgstr ""
1679
 
1680
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1681
+ msgid "Question-Options"
1682
+ msgstr ""
1683
+
1684
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1686
+ msgid "Show points"
1687
+ msgstr "Vis poeng"
1688
+
1689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1690
+ msgid "Shows in quiz, how many points are reachable for respective question."
1691
+ msgstr "Viser i quiz, hvor mange poeng kan nås for respektive spørsmål."
1692
+
1693
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1694
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1695
+ msgid "Number answers"
1696
+ msgstr "Nummerer svar"
1697
+
1698
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1699
+ msgid ""
1700
+ "If this option is activated, all answers are numbered (only single and "
1701
+ "multiple choice)"
1702
+ msgstr ""
1703
+ "Hvis dette alternativet er aktivert, blir alle svarene nummerert (bare ved "
1704
+ "enkle og flere valg)"
1705
+
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1708
+ msgid "Hide correct- and incorrect message"
1709
+ msgstr "Skjul riktig og feil melding"
1710
+
1711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1712
+ msgid ""
1713
+ "If you enable this option, no correct- or incorrect message will be "
1714
+ "displayed."
1715
+ msgstr ""
1716
+ "Hvis du aktiverer dette alternativet, vil ingen riktig-eller feil melding "
1717
+ "bli vist."
1718
+
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1721
+ msgid "Correct and incorrect answer mark"
1722
+ msgstr "Riktig og feil svar merket"
1723
+
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1725
+ msgid ""
1726
+ "If you enable this option, answers won't be color highlighted as correct or "
1727
+ "incorrect. "
1728
+ msgstr ""
1729
+ "Hvis du aktiverer dette alternativet, vil svarene ikke være farge fremhevet "
1730
+ "som riktig eller gal."
1731
+
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1733
  msgid ""
1734
  "The leaderboard allows users to enter results in public list and to share "
1735
  "the result this way."
1737
  "Leaderboard lar brukerne skrive inn resultater i offentlig liste og dele "
1738
  "resultatet på denne måten."
1739
 
1740
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1741
  msgid "The leaderboard works independent from internal statistics function."
1742
  msgstr "Leaderboard fungerer uavhengig av intern statistikk funksjon."
1743
 
1744
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1745
  msgid "Who can sign up to the list"
1746
  msgstr "Hvem kan melde seg til listen"
1747
 
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1749
  msgid ""
1750
  "Not registered users have to enter name and e-mail (e-mail won't be "
1751
  "displayed)"
1753
  "Ikke registrerte brukere må skrive inn navn og e-post (e-post vil ikke bli "
1754
  "vist)"
1755
 
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1757
  msgid "insert automatically"
1758
  msgstr ""
1759
 
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1761
  msgid ""
1762
  "If you enable this option, logged in users will be automatically entered "
1763
  "into leaderboard"
1764
  msgstr ""
1765
 
1766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1767
  msgid "display captcha"
1768
  msgstr "vis captcha"
1769
 
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1771
  msgid ""
1772
  "If you enable this option, additional captcha will be displayed for users "
1773
  "who are not registered."
1775
  "Hvis du aktiverer dette alternativet, vil ytterligere captcha vises for "
1776
  "brukere som ikke er registrert."
1777
 
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1779
  msgid "This option requires additional plugin:"
1780
  msgstr "Dette alternativet krever ekstra innstikk:"
1781
 
1782
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1783
  msgid "Plugin has been detected."
1784
  msgstr "Innstikk har blitt oppdaget."
1785
 
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1787
  msgid "Plugin is not installed."
1788
  msgstr "Innstikk er ikke installert."
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1791
  msgid "Sort list by"
1792
  msgstr "Sorter liste med"
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1795
  msgid "Users can apply multiple times"
1796
  msgstr "Brukere kan legge til flere ganger"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1799
  msgid "User can apply after:"
1800
  msgstr "Bruker kan legge til etter:"
1801
 
1802
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1803
  msgid "minute"
1804
  msgstr "minutt"
1805
 
1806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1807
  msgid "How many entries should be displayed"
1808
  msgstr "Hvor mange oppføringer som skal vises"
1809
 
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1811
  msgid "Entries"
1812
  msgstr "Oppføringer"
1813
 
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1815
  msgid "Automatically display leaderboard in quiz result"
1816
  msgstr "Automatisk vise leaderboard i quiz resultat"
1817
 
1818
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1819
  msgid "Where should leaderboard be displayed:"
1820
  msgstr "Hvor skal leaderboard vises:"
1821
 
1822
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1823
  msgid "don't display"
1824
  msgstr "ikke vis"
1825
 
1826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1827
  msgid "below the \"result text\""
1828
  msgstr "under \"resultat tekst\""
1829
 
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1831
  msgid "in a button"
1832
  msgstr "i en knapp"
1833
 
1834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1835
+ msgid "Quiz-Mode"
1836
+ msgstr ""
 
 
 
 
 
 
 
 
1837
 
1838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1839
+ msgid "Normal"
 
 
1840
  msgstr ""
 
 
1841
 
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1843
+ msgid "Normal + Back-Button"
1844
+ msgstr ""
1845
 
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1847
+ msgid "Check -> continue"
1848
+ msgstr "Sjekk -> fortsette"
1849
 
1850
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1851
+ msgid "Questions below each other"
1852
+ msgstr "Spørsmål under hverandre"
1853
 
1854
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1855
  msgid ""
1856
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1857
+ "displayed at the end of the quiz."
1858
  msgstr ""
 
 
 
 
 
 
 
 
 
 
1859
 
1860
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1861
+ msgid "Allows to use the back button in a question."
1862
+ msgstr ""
 
1863
 
1864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1865
+ msgid "Shows \"right or wrong\" after each question."
1866
+ msgstr ""
 
1867
 
1868
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1869
  msgid ""
1870
+ "If this option is activated, all answers are displayed below each other, i."
1871
+ "e. all questions are on a single page."
1872
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1873
 
1874
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1875
  msgid "Quiz overview"
1959
  msgid "Overview"
1960
  msgstr "Oversikt"
1961
 
1962
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1963
  msgid "Please select user name:"
1964
  msgstr "Vennligst velg brukernavn:"
1965
 
1966
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1967
+ msgid "Select a test:"
1968
+ msgstr ""
1969
+
1970
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1971
  msgid "Anonymous user"
1972
  msgstr ""
1973
 
1974
+ #: lib/view/WpProQuiz_View_Statistics.php:84
1975
+ msgid "average"
1976
+ msgstr ""
1977
+
1978
+ #: lib/view/WpProQuiz_View_Statistics.php:99
1979
+ #: lib/view/WpProQuiz_View_Statistics.php:234
1980
  msgid "Hints used"
1981
  msgstr "Tips brukt"
1982
 
1983
+ #: lib/view/WpProQuiz_View_Statistics.php:100
1984
+ #: lib/view/WpProQuiz_View_Statistics.php:235
1985
+ msgid "Time"
1986
+ msgstr ""
1987
+
1988
+ #: lib/view/WpProQuiz_View_Statistics.php:101
1989
  msgid "Points scored"
1990
  msgstr "Poeng oppnådd"
1991
 
1992
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1993
  msgid "Sub-Total: "
1994
  msgstr ""
1995
 
1996
+ #: lib/view/WpProQuiz_View_Statistics.php:174
1997
+ #: lib/view/WpProQuiz_View_Statistics.php:259
1998
+ msgid "Refresh"
1999
+ msgstr "Oppdater"
2000
+
2001
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2002
  msgid "Reset statistics"
2003
  msgstr "Tilbakestill statistikk"
2004
 
2005
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2006
+ msgid "Reset user statistics"
2007
+ msgstr ""
 
2008
 
2009
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2010
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2011
  msgid "Reset entire statistic"
2012
  msgstr "Tilbakestille hele statistikken"
2013
 
2014
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2015
  msgid "Show only users, who solved the quiz:"
2016
  msgstr "Vis kun brukere som løste quizen:"
2017
 
2100
  "Du kan oversette WP-Pro-Quiz fra eksisterende til eksisterende språk (f.eks "
2101
  "engelsk til norsk), f.eks ved å endre navn knapper."
2102
 
2103
+ #~ msgid "Next exercise"
2104
+ #~ msgstr "Neste spørsmål"
2105
+
2106
  #~ msgid ""
2107
  #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2108
  #~ "will be displayed at the end. (Option will be ignored if \"questions "
2154
 
2155
  #~ msgid "Tip"
2156
  #~ msgstr "Tipp"
 
 
 
 
 
 
 
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-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"
@@ -60,7 +60,7 @@ 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"
@@ -78,13 +78,22 @@ msgstr ""
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"
@@ -96,14 +105,14 @@ msgstr "Laden"
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
 
@@ -137,20 +146,20 @@ 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
 
@@ -177,32 +186,38 @@ msgstr "Quiz aanmaken"
177
  msgid "Quiz deleted"
178
  msgstr "Quiz verwijderd"
179
 
180
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
181
- msgid "You signing up successfully."
182
- msgstr "Succesvol aangemeld."
 
 
 
 
 
 
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 "Er is een fout opgetreden."
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 "U mag niet nog eens meedoen."
196
 
197
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
198
- msgid "No name or e-mail entered."
199
- msgstr "Geen naam of e-mail ingevuld."
200
-
201
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
202
  msgid "Your name can not exceed 15 characters."
203
  msgstr "U naam mag niet langer zijn dan 15 tekens."
204
 
205
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
206
  msgid "You entered wrong captcha code."
207
  msgstr "U heeft de verkeerde captcha code ingevuld."
208
 
@@ -219,10 +234,11 @@ 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"
@@ -232,23 +248,54 @@ msgid ""
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
@@ -257,7 +304,7 @@ 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,22 +313,22 @@ msgid "Sort by:"
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,12 +342,12 @@ msgid "UR = unregistered user, R = registered user"
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,219 +357,246 @@ msgid "Entered on"
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
 
334
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
335
- msgid "Action"
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
 
345
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
 
 
 
 
 
 
 
 
 
 
 
 
346
  msgid "Apply"
347
  msgstr "Toepassen"
348
 
349
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
527
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
528
  #, php-format
@@ -542,75 +616,201 @@ msgid "Table is loading"
542
  msgstr "Tabel wordt geladen"
543
 
544
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
545
- msgid "to activate"
546
- msgstr "activeren"
547
-
548
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
549
- msgid "not to activate"
550
- msgstr "niet activeren"
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"
558
 
559
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
560
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
561
- msgid "Please note"
562
- msgstr "Let op"
563
-
564
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
565
- msgid ""
566
- "These settings should only be set in cases of problems with Wp-Pro-Quiz."
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,7 +819,7 @@ msgstr ""
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,12 +828,12 @@ msgstr ""
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,11 +841,11 @@ msgstr ""
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,7 +853,7 @@ msgstr ""
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,133 +862,48 @@ msgstr ""
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
@@ -816,22 +931,21 @@ msgstr "Quiz naam"
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,82 +953,81 @@ msgstr ""
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,15 +1037,15 @@ msgstr ""
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,47 +1055,51 @@ msgstr ""
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,13 +1107,13 @@ msgstr ""
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,7 +1121,7 @@ msgstr ""
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,50 +1129,56 @@ msgstr ""
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,15 +1186,19 @@ msgstr ""
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,7 +1207,7 @@ msgstr ""
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."
@@ -1088,29 +1215,75 @@ msgstr ""
1088
  "bijv. \"Ik {speel} voetbal, met een {bal|3}\" - \"speel\" geeft 1 punt en "
1089
  "\"bal\" 3 punten."
1090
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1100
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1101
  msgid "Add question"
1102
  msgstr "Vraag toevoegen"
1103
 
1104
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1105
  msgid "Save order"
1106
  msgstr "Ordening opslaan"
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 "Kopiëer vragen uit een andere Quiz"
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)"
@@ -1118,7 +1291,7 @@ msgstr ""
1118
  "Hier kunt u vragen uit een andere quiz kopiëren naar deze quiz. (Meervoudige "
1119
  "selectie ingeschakeld)"
1120
 
1121
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1122
  msgid "Copy questions"
1123
  msgstr "Vragen kopieëren"
1124
 
@@ -1158,68 +1331,29 @@ 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)"
1197
- msgstr ""
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,16 +1363,16 @@ msgstr ""
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,12 +1380,12 @@ msgstr ""
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,83 +1393,57 @@ msgstr ""
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 "
1289
  "simple assignment by the IP address."
1290
  msgstr ""
1291
- "Wanneer deze optie geactiveerd is, wordt er bovendien een cookie gebruikt "
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."
1316
- msgstr ""
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. "
1329
- msgstr ""
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,38 +1451,29 @@ msgstr ""
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,7 +1481,7 @@ msgstr ""
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,107 +1489,277 @@ msgstr ""
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,15 +1767,15 @@ msgstr ""
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,21 +1783,23 @@ msgstr ""
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,139 +1807,105 @@ msgstr ""
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)"
1611
- msgstr ""
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 "
1631
- "in %d questions."
1632
  msgstr ""
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\">"
1659
- "%s</span>%%)"
1660
  msgstr ""
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
 
1673
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1674
  msgid "Quiz overview"
@@ -1753,48 +1990,65 @@ 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,6 +2137,9 @@ msgstr ""
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 "
@@ -1935,10 +2192,3 @@ msgstr ""
1935
 
1936
  #~ msgid "Tip"
1937
  #~ msgstr "Tipp"
1938
-
1939
- #, fuzzy
1940
- #~ msgid "Statistics reset"
1941
- #~ msgstr "Statistik zurücksetzen"
1942
-
1943
- #~ msgid "Not all fields are filled"
1944
- #~ msgstr "Nicht alle Felder ausgefüllt"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:19+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:19+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: German\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr "Geen data beschikbaar"
78
 
79
  #: lib/controller/WpProQuiz_Controller_Admin.php:110
80
  msgid "You must specify a name."
81
+ msgstr "U dient een naam in te voeren"
82
+
83
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
84
+ msgid "This entry should really be deleted?"
85
+ msgstr ""
86
+
87
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
88
+ msgid "Not all fields completed."
89
  msgstr ""
90
 
91
  #: lib/controller/WpProQuiz_Controller_Front.php:44
92
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
93
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
94
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
95
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
96
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
97
  #: lib/view/WpProQuiz_View_Statistics.php:40
98
  msgid "Loading"
99
  msgstr "Laden"
105
  #: lib/controller/WpProQuiz_Controller_Question.php:51
106
  #: lib/controller/WpProQuiz_Controller_Question.php:128
107
  #: lib/controller/WpProQuiz_Controller_Question.php:143
108
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
109
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
111
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
112
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
113
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
114
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
115
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "U heeft niet voldoende rechten om deze pagina te bekijken."
118
 
146
  msgstr "Antwoord niet gevonden"
147
 
148
  #: lib/controller/WpProQuiz_Controller_Question.php:173
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
150
  #, php-format
151
  msgid "Question: %d"
152
  msgstr "Vraag: %d"
153
 
154
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
155
  msgid "Question edited"
156
  msgstr "Vraag bewerkt"
157
 
158
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
159
  msgid "New question"
160
  msgstr "Nieuwe vraag"
161
 
162
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
163
  msgid "Question added"
164
  msgstr "Vraag toegevoegd"
165
 
186
  msgid "Quiz deleted"
187
  msgstr "Quiz verwijderd"
188
 
189
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
190
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
191
+ msgid "No category"
192
+ msgstr "Geen categorie"
193
+
194
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
195
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
196
+ msgid "No name or e-mail entered."
197
+ msgstr "Geen naam of e-mail ingevuld."
198
 
 
199
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
200
+ msgid "You signed up successfully."
201
+ msgstr ""
202
+
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
205
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
206
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
207
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
208
  msgid "An error has occurred."
209
  msgstr "Er is een fout opgetreden."
210
 
211
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
212
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
213
  msgid "You can not enter again."
214
  msgstr "U mag niet nog eens meedoen."
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
217
  msgid "Your name can not exceed 15 characters."
218
  msgstr "U naam mag niet langer zijn dan 15 tekens."
219
 
220
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
221
  msgid "You entered wrong captcha code."
222
  msgstr "U heeft de verkeerde captcha code ingevuld."
223
 
234
  msgstr "Bestand is niet compatibel met de huidige versie"
235
 
236
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
237
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
238
  msgid "Wp-Pro-Quiz: One user completed a quiz"
239
+ msgstr "Wp-Pro-Quiz: Een gebruiker heeft de quiz afgerond"
240
 
241
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
242
  msgid ""
243
  "Wp-Pro-Quiz\n"
244
  "\n"
248
  "Result: $result\n"
249
  "\n"
250
  msgstr ""
251
+ "Wp-Pro-Quiz\n"
252
+ "\n"
253
+ "De gebruiker \"$username\" heeft de quiz \"$quizname\" afgerond.\n"
254
+ "\n"
255
+ "Punten: $points\n"
256
+ "Resultaat: $result\n"
257
+ "\n"
258
+
259
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
260
+ msgid ""
261
+ "Wp-Pro-Quiz\n"
262
+ "\n"
263
+ "You have completed the quiz \"$quizname\".\n"
264
+ "\n"
265
+ "Points: $points\n"
266
+ "Result: $result\n"
267
+ "\n"
268
+ msgstr ""
269
 
270
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
271
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
272
  msgid "The user completed a quiz."
273
  msgstr "De gebruiker heeft de quiz afgerond"
274
 
275
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
276
+ msgid "The user completed a quiz with 100 percent."
277
+ msgstr ""
278
+
279
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
280
+ msgid "A powerful and beautiful quiz plugin for WordPress."
281
+ msgstr ""
282
+
283
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
284
+ msgid "WP-Pro-Quiz"
285
+ msgstr ""
286
+
287
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
288
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
289
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
291
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
292
  msgid "Leaderboard"
293
  msgstr "Scorebord"
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
296
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
297
  #: lib/view/WpProQuiz_View_Import.php:22
298
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
299
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
300
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
301
  #: lib/view/WpProQuiz_View_Statistics.php:24
304
  msgstr "terug naar overzicht"
305
 
306
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
307
+ #: lib/view/WpProQuiz_View_Statistics.php:200
308
  msgid "Filter"
309
  msgstr "Filter"
310
 
313
  msgstr "Sorteer op:"
314
 
315
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
317
  msgid "best user"
318
  msgstr "Beste deelnemer"
319
 
320
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
322
  msgid "newest entry"
323
  msgstr "Nieuwste inschrijving"
324
 
325
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
327
  msgid "oldest entry"
328
  msgstr "Oudste inschrijving"
329
 
330
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
331
+ #: lib/view/WpProQuiz_View_Statistics.php:211
332
  msgid "How many entries should be shown on one page:"
333
  msgstr "Hoeveel gebruikers wilt u weergeven op één pagina:"
334
 
342
  msgstr "UR = ongeregistreerde gebruiker, R = geregistreerde gebruiker"
343
 
344
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
345
+ #: lib/view/WpProQuiz_View_Statistics.php:230
346
  msgid "User"
347
  msgstr "Gebruiker"
348
 
349
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
351
  msgid "E-Mail"
352
  msgstr "E-Mail"
353
 
357
  msgstr "Ingeschreven op"
358
 
359
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
360
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
361
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
362
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
364
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
365
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
366
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
367
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
368
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
369
+ #: lib/view/WpProQuiz_View_Statistics.php:96
370
+ #: lib/view/WpProQuiz_View_Statistics.php:231
371
  msgid "Points"
372
  msgstr "Punten"
373
 
374
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
375
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
376
+ #: lib/view/WpProQuiz_View_Statistics.php:102
377
+ #: lib/view/WpProQuiz_View_Statistics.php:236
378
  msgid "Results"
379
  msgstr "Resultaten"
380
 
381
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
382
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
383
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
384
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
385
+ msgid "Edit"
386
+ msgstr "Bewerken"
387
 
388
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
389
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
390
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
391
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
392
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
393
  msgid "Delete"
394
  msgstr "Verwijderen"
395
 
396
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
397
+ msgid "save"
398
+ msgstr ""
399
+
400
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
401
+ msgid "cancel"
402
+ msgstr ""
403
+
404
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
405
+ msgid "Action"
406
+ msgstr "Actie"
407
+
408
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
409
  msgid "Apply"
410
  msgstr "Toepassen"
411
 
412
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
413
  msgid "Delete all entries"
414
  msgstr "Verwijder alle deelnemers"
415
 
416
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
419
  msgid "Time limit"
420
  msgstr "Tijdslimiet"
421
 
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
424
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
425
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
430
  msgid "Quiz-summary"
431
+ msgstr "Quiz samenvatting"
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
434
  #, php-format
435
  msgid "%s of %s questions completed"
436
+ msgstr "%s van %s vragen beantwoord"
437
 
438
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
439
  #: lib/view/WpProQuiz_View_Import.php:44
440
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
441
  msgid "Questions"
442
  msgstr "Vragen"
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
445
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
446
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
447
  msgid "Finish quiz"
448
  msgstr "Quiz beëindigen"
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
451
  msgid "Start quiz"
452
  msgstr "Quiz starten"
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
455
  msgid ""
456
  "You have already completed the quiz before. Hence you can not start it again."
457
  msgstr ""
458
  "U heeft de quiz al eerder gemaakt. Daarom kunt u de quiz niet nog eens maken."
459
 
460
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
461
  msgid "You have to finish following quiz, to start this quiz:"
462
  msgstr "De volgende quiz moet afgerond zijn alvorens deze te beginnen:"
463
 
464
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
465
  #, php-format
466
  msgid "%s of %s questions answered correctly"
467
  msgstr "%s van %s vragen correct beantwoord"
468
 
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
470
  msgid "Your time: <span></span>"
471
  msgstr "Uw tijd: <span></span>"
472
 
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
474
  msgid "Time has elapsed"
475
  msgstr "Tijd voorbij"
476
 
477
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
478
  #, php-format
479
  msgid "You have reached %s of %s points, (%s)"
480
  msgstr "U heeft %s van %s punten gehaald (%s)"
481
 
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
483
  msgid "Average score"
484
  msgstr "Gemiddelde score"
485
 
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
487
  msgid "Your score"
488
  msgstr "Uw score"
489
 
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
491
+ msgid "Categories"
492
+ msgstr ""
493
+
494
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
495
+ msgid "Not categorized"
496
+ msgstr ""
497
+
498
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
499
  msgid "Restart quiz"
500
  msgstr "Quiz opnieuw starten"
501
 
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
503
  msgid "View questions"
504
  msgstr "Bekijk vragen"
505
 
506
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
507
  msgid "Show leaderboard"
508
  msgstr "Geef scorebord weer"
509
 
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
511
+ msgid "Answered"
512
+ msgstr "Beantwoord"
513
+
514
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
515
+ msgid "Review"
516
+ msgstr "Beoordeling"
517
+
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
519
+ msgid "Review question"
520
+ msgstr "Beoordeel vraag"
521
+
522
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
523
  #, php-format
524
  msgid "Question %s of %s"
525
  msgstr "Vraag %s van %s"
526
 
527
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
528
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
529
+ #: lib/view/WpProQuiz_View_Statistics.php:95
530
  msgid "Question"
531
  msgstr "Vraag"
532
 
533
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
534
  #, php-format
535
  msgid "%d points"
536
  msgstr "%d punten"
537
 
538
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
539
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
540
  msgid "Sort elements"
541
  msgstr "Sorteer elementen"
542
 
543
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
544
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
545
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
546
+ #: lib/view/WpProQuiz_View_Statistics.php:97
547
+ #: lib/view/WpProQuiz_View_Statistics.php:232
548
  msgid "Correct"
549
  msgstr "Correct"
550
 
551
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
552
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
553
+ #: lib/view/WpProQuiz_View_Statistics.php:98
554
+ #: lib/view/WpProQuiz_View_Statistics.php:233
555
  msgid "Incorrect"
556
  msgstr "Incorrect"
557
 
558
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
559
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
560
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
561
  msgid "Hint"
562
  msgstr "Hint"
563
 
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
567
  msgid "Skip question"
568
+ msgstr "Sla vraag over"
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
571
  msgid "Back"
572
  msgstr "Terug"
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
575
  msgid "Check"
576
  msgstr "Controleren"
577
 
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
579
+ msgid "Next"
580
+ msgstr ""
581
 
582
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
583
+ msgid "Your result has been entered into leaderboard"
584
+ msgstr ""
585
 
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
587
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
588
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
589
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
590
  msgid "Name"
591
  msgstr "Naam"
592
 
593
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
594
  msgid "Captcha"
595
  msgstr "Captcha"
596
 
597
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
598
  msgid "Send"
599
+ msgstr "Versturen"
600
 
601
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
602
  #, php-format
616
  msgstr "Tabel wordt geladen"
617
 
618
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
620
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
621
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
622
  msgid "Global settings"
623
  msgstr "Overige instellingen"
624
 
625
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
626
+ msgid "E-Mail settings"
627
+ msgstr ""
 
 
 
 
 
 
628
 
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
630
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
631
  msgid "Settings in case of problems"
632
  msgstr "Instellingen in geval van problemen"
633
 
634
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
635
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
637
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
638
+ msgid "Save"
639
+ msgstr "Opslaan"
640
+
641
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
642
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
643
+ msgid "Leaderboard time format"
644
+ msgstr "Scorebord tijd opmaak"
645
+
646
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
647
+ msgid "Custom"
648
+ msgstr "Aangepast"
649
+
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
651
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
652
+ msgid "Documentation on date and time formatting"
653
+ msgstr "Documentatie voor de opmaak van datum en tijd"
654
+
655
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
657
+ msgid "Statistic time format"
658
+ msgstr ""
659
+
660
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
661
+ msgid "Select example:"
662
+ msgstr ""
663
 
664
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
665
+ msgid "Time format:"
666
+ msgstr ""
667
+
668
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
669
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
670
+ msgid "Category management"
671
+ msgstr "Beheer categorieën"
672
+
673
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
674
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
675
+ msgid "Admin e-mail settings"
676
+ msgstr ""
677
+
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
679
+ msgid "To:"
680
+ msgstr "Aan:"
681
+
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
683
+ msgid ""
684
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
685
+ "com"
686
+ msgstr ""
687
+ "Gebruik een komma om meerdere adressen te scheiden, bijv: wp@test.com, "
688
+ "test@test.com"
689
+
690
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
692
+ msgid "From:"
693
+ msgstr "Van:"
694
+
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
697
+ msgid "Subject:"
698
+ msgstr "Onderwerp:"
699
+
700
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
701
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
702
+ msgid "HTML"
703
+ msgstr ""
704
+
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
707
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
708
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
709
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
710
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
711
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
712
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
713
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
724
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
737
  msgid "Activate"
738
  msgstr "Activeren"
739
 
740
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
741
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
742
+ msgid "Message body:"
743
+ msgstr "Berichttekst:"
744
+
745
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
747
+ msgid "Allowed variables"
748
+ msgstr "Toegestane variabelen"
749
+
750
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
752
+ msgid "User-ID"
753
+ msgstr "Gebruiker-ID"
754
+
755
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
757
+ msgid "Username"
758
+ msgstr "Gebruikersnaam"
759
+
760
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
762
+ msgid "Quiz-Name"
763
+ msgstr "Quiz naam"
764
+
765
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
767
+ msgid "Result in precent"
768
+ msgstr "Resultaat in procenten"
769
+
770
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
772
+ msgid "Reached points"
773
+ msgstr "Behaalde punten"
774
+
775
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
776
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
777
+ msgid "IP-address of the user"
778
+ msgstr "IP-adres van de gebruiker"
779
+
780
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
781
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
782
+ msgid "User e-mail settings"
783
+ msgstr ""
784
+
785
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
786
+ msgid "to activate"
787
+ msgstr "activeren"
788
+
789
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
790
+ msgid "not to activate"
791
+ msgstr "niet activeren"
792
+
793
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
794
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
795
+ msgid "Please note"
796
+ msgstr "Let op"
797
+
798
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
799
+ msgid ""
800
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
801
+ msgstr "Deze instellingen alleen instellen bij problemen met Wp-Pro-Quiz."
802
+
803
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
804
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
805
+ msgid "Automatically add [raw] shortcode"
806
+ msgstr "Voeg automatisch [raw] shortcode toe"
807
+
808
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
809
  #, php-format
810
  msgid "It is recommended %s this option on your system."
811
  msgstr "Het wordt aanbevolen %s deze optie op uw systeem."
812
 
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
814
  msgid ""
815
  "If this option is activated, a [raw] shortcode is automatically set around "
816
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
819
  "WpProQuiz Shortcode ( [WpProQuiz X] ) geplaatst ( [raw] [WpProQuiz X] [/"
820
  "raw] )."
821
 
822
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
823
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
824
  msgid ""
825
  "Own themes changes internal order of filters, what causes the problems. "
828
  "Eigen thema heeft de interne orde van de filter veranderd,dit heeft het "
829
  "probleem veroorzaakt. Met de extra shortcode [raw] wordt dit verholpen."
830
 
831
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
832
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
833
  msgid "Do not load the Javascript-files in the footer"
834
  msgstr "Javascript-bestand is niet geladen in de footer"
835
 
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
837
  msgid ""
838
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
839
  "when they are really needed."
841
  "Standaard worden alle WpProQuiz-Javascript-bestanden geladen in de footer en "
842
  "alleen gebruikt wanneer ze werkelijk nodig zijn."
843
 
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
845
  msgid "In very old Wordpress themes this can lead to problems."
846
  msgstr "Dit kan leiden tot problemen bij erg oude Wordpress thema's."
847
 
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
849
  msgid ""
850
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
851
  "the header even if they are not needed."
853
  "Wanneer u deze optie activeert, worden alle WpProQuiz-Javascript-bestanden "
854
  "geladen in de header, ook als ze niet nodig zijn."
855
 
856
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
857
  #, php-format
858
  msgid ""
859
  "Anyone who wants to learn more about this topic should read through the "
862
  "Wie meer wil weten over deze onderwerpen moet de volgende websites %s en %s "
863
  "raadplegen."
864
 
865
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
867
  msgid "Touch Library"
868
  msgstr "Touch Library"
869
 
870
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
872
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
875
  msgid "Deactivate"
876
  msgstr "Deactiveren"
877
 
878
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
879
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
880
  msgstr ""
881
  "In versie 0.13 is een nieuwe Touch Library voor mobiele apparaten toegevoegd."
882
 
883
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
884
  msgid "If you have any problems with the Touch Library, please deactivate it."
885
  msgstr ""
886
  "Wanneer u problemen ondervindt met Touch Library, kunt u die hier "
887
  "deactiveren."
888
 
889
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
890
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
891
  msgid "jQuery support cors"
892
  msgstr "jQuery support cors"
893
 
894
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
895
  msgid "Is required only in rare cases."
896
  msgstr "Nodig in zeldzame gevallen."
897
 
898
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
899
  msgid "If you have problems with the front ajax, please activate it."
900
  msgstr ""
901
  "Wanneer u problemen ondervindt met front AJAX, activeer het alstublieft."
902
 
903
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
904
  msgid "e.g. Domain with special characters in combination with IE"
905
  msgstr "bv. Domein met speciale tekens in combinatie met IE."
906
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
907
  #: lib/view/WpProQuiz_View_Import.php:21
908
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
909
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
931
  msgid "Start import"
932
  msgstr "Importeren starten"
933
 
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
935
  msgid "Title"
936
  msgstr "Titel"
937
 
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
939
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
940
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
945
  msgid "(optional)"
946
  msgstr "(optioneel)"
947
 
948
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
949
  msgid ""
950
  "The title is used for overview, it is not visible in quiz. If you leave the "
951
  "title field empty, a title will be generated."
953
  "De titel wordt gebruikt in het overzicht en is niet zichtbaar in de quiz. "
954
  "Een titel wordt gegenereerd wanneer u het titelveld leeg laat."
955
 
956
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
957
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
958
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
959
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
962
  msgid "(required)"
963
  msgstr "(verplicht)"
964
 
965
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
966
  msgid "Points for this question (Standard is 1 point)"
967
  msgstr "Punten voor deze vraag (Standaard is 1 punt)"
968
 
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
970
  msgid ""
971
  "This points will be rewarded, only if the user closes the question correctly."
972
  msgstr ""
973
  "Deze punten worden toegekend, alleen wanneer de gebruiker de vraag correct "
974
  "afsluit."
975
 
976
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
977
  msgid "Different points for each answer"
978
  msgstr "Verschillende punten voor elk antwoord"
979
 
980
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
981
  msgid ""
982
  "If you enable this option, you can enter different points for every answer."
983
  msgstr ""
984
  "Wanneer deze optie is ingeschakeld, kunt u verschillende punten toekennen "
985
  "aan iedere vraag."
986
 
987
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
988
  msgid "Show reached points in the correct- and incorrect message?"
989
  msgstr "Het aantal punten weergeven in het correct- en incorrect bericht?"
990
 
991
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
992
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
993
+ #: lib/view/WpProQuiz_View_Statistics.php:115
994
  msgid "Category"
995
+ msgstr "Categorie"
996
 
997
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
998
  msgid ""
999
  "You can assign classify category for a question. Categories are e.g. visible "
1000
  "in statistics function."
1001
  msgstr ""
1002
+ "U kunt categorieën toekennen aan vragen. Categorieën zijn bijv. zichtbaar in "
1003
+ "statistieken."
1004
 
1005
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1006
  msgid "You can manage categories in global settings."
1007
+ msgstr "Beheer categorieën via Algemene instellingen."
1008
 
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1010
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1011
  msgid "Create new category"
1012
+ msgstr "Creëer een nieuwe categorie"
1013
 
1014
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
1015
  msgid "Create"
1016
+ msgstr "Creëer"
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1019
  msgid "Message with the correct / incorrect answer"
1020
  msgstr "Bericht met het correct / incorrect antwoord"
1021
 
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1023
  msgid "Deactivated in quiz settings."
1024
  msgstr "Gedeactiveerd in de quiz instellingen."
1025
 
1026
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1027
  msgid "Message with the correct answer"
1028
  msgstr "Melding bij het juiste antwoord"
1029
 
1030
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1031
  msgid ""
1032
  "This text will be visible if answered correctly. It can be used as "
1033
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1037
  "als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" wordt "
1038
  "altijd automatisch weergegeven."
1039
 
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1041
  msgid "Same text for correct- and incorrect-message?"
1042
  msgstr "Dezelfde tekst bij correct- en incorrecte-melding?"
1043
 
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1045
  msgid "Message with the incorrect answer"
1046
  msgstr "Melding bij het foute antwoord"
1047
 
1048
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1049
  msgid ""
1050
  "This text will be visible if answered incorrectly. It can be used as "
1051
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1055
  "worden als uitleg bij complexe vragen. Het bericht \"Goed\" or \"Fout\" "
1056
  "wordt altijd automatisch weergegeven."
1057
 
1058
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1059
  msgid "Here you can enter solution hint."
1060
  msgstr "Hier kunt u een hint plaatsen."
1061
 
1062
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1063
  msgid "Activate hint for this question?"
1064
  msgstr "Een hint voor deze vraag activeren?"
1065
 
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1067
  msgid "Answer type"
1068
  msgstr "Type antwoord?"
1069
 
1070
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1071
  msgid "Single choice"
1072
  msgstr "Enkele keuze"
1073
 
1074
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1075
  msgid "Multiple choice"
1076
  msgstr "Meerkeuze"
1077
 
1078
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1079
  msgid "\"Free\" choice"
1080
  msgstr "\"Open\" vraag"
1081
 
1082
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1083
  msgid "\"Sorting\" choice"
1084
  msgstr "\"Sorteer\" antwoorden"
1085
 
1086
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1087
  msgid "\"Matrix Sorting\" choice"
1088
  msgstr "\"Matrix Sorting\" choice"
1089
 
1090
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1091
  msgid "Cloze"
1092
  msgstr "Cloze"
1093
 
1094
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1095
+ msgid "Assessment"
1096
+ msgstr ""
1097
+
1098
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1099
  msgid "Answers"
1100
  msgstr "Antwoorden"
1101
 
1102
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1103
  msgid ""
1104
  "Please sort the answers in right order with the \"Move\" - Button. The "
1105
  "answers will be displayed randomly."
1107
  "Alstublieft de antwoorden in de juiste volgorde plaatsen met de \"Move\" - "
1108
  "knop. De antwoorden worden willekeurig weergegeven."
1109
 
1110
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1111
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1112
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1113
  msgid "Add new answer"
1114
  msgstr "Nieuw antwoord toevoegen"
1115
 
1116
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1117
  msgid ""
1118
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1119
  "matching criterion."
1121
  "In deze modus moet een lijst niet gesorteerd worden maar moeten de elementen "
1122
  "bij het juiste criterium gevonden worden."
1123
 
1124
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1125
  msgid ""
1126
  "You can create sort elements with empty criteria, which can't be assigned by "
1127
  "user."
1129
  "U kunt sorteer elementen aanmaken met lege criteria, die door de gebruiken "
1130
  "niet toegekend kunnen worden."
1131
 
1132
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1133
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1134
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1135
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1136
  msgid "Options"
1137
  msgstr "Opties"
1138
 
1139
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1140
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1141
  msgid "Answer"
1142
  msgstr "Antwoord"
1143
 
1144
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1145
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1146
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1147
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1148
  msgid "Allow HTML"
1149
  msgstr "HTML toestaan"
1150
 
1151
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1152
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1153
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1154
  msgid "Delete answer"
1155
  msgstr "Antwoord verwijderen"
1156
 
1157
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1158
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1159
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1160
+ msgid "Add Media"
1161
+ msgstr ""
1162
+
1163
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1164
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1165
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1166
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1167
  msgid "Move"
1168
  msgstr "Verplaatsen"
1169
 
1170
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1171
  msgid "Criterion"
1172
  msgstr "Criterium"
1173
 
1174
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1175
  msgid ""
1176
  "correct answers (one per line) (answers will be converted to lower case)"
1177
  msgstr ""
1178
  "Correcte antwoorden (een per regel) (antwoorden worden omgezet naar kleine "
1179
  "letters)"
1180
 
1181
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1182
  msgid ""
1183
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1184
  "small letters will be ignored."
1186
  "Omsluit de gezochte woorden met { } bv. \"Ik {speel} voetbal\". Hoofdletters "
1187
  "en kleine letters worden genegeerd."
1188
 
1189
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1190
  msgid ""
1191
  "You can specify multiple options for a search word. Enclose the word with "
1192
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1193
  "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1194
  "hate are correct."
1195
  msgstr ""
1196
+ "U kunt meerdere opties voor een zoekterm opgeven. Zet bijv. blokhaken [ ] om "
1197
+ "het woord <span style=\"font-style: normal; letter-spacing: 2px;\"> \"Ik "
1198
+ "{[speel][houd van][haat]} voetbal\" </span>. In dit geval zijn de antwoorden "
1199
+ "speel, houd van OF haat correct."
1200
 
1201
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1202
  msgid ""
1203
  "If mode \"Different points for every answer\" is activated, you can assign "
1204
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1207
  "geactiveerd, kunt u punten toekennen met |PUNTEN. Anders wordt er 1 punt "
1208
  "toegekend voor ieder antwoord."
1209
 
1210
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1211
  msgid ""
1212
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1213
  "\" 3 points."
1215
  "bijv. \"Ik {speel} voetbal, met een {bal|3}\" - \"speel\" geeft 1 punt en "
1216
  "\"bal\" 3 punten."
1217
 
1218
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1219
+ msgid "Here you can create an assessment question."
1220
+ msgstr ""
1221
+
1222
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1223
+ msgid ""
1224
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1225
+ msgstr ""
1226
+
1227
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1228
+ msgid "The number of options in the maximum score."
1229
+ msgstr ""
1230
+
1231
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1232
+ msgid "Examples:"
1233
+ msgstr ""
1234
+
1235
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1236
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1237
+ msgstr ""
1238
+
1239
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1240
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1257
+ msgid "Demo"
1258
+ msgstr "Demo"
1259
+
1260
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1261
+ msgid "less true { [a] [b] [c] } more true"
1262
+ msgstr ""
1263
+
1264
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1265
  msgid "Questions sorted"
1266
  msgstr "Vragen gesorteerd"
1267
 
1268
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1269
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1270
  msgid "Total"
1271
  msgstr "Totaal"
1272
 
1273
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1274
  msgid "Add question"
1275
  msgstr "Vraag toevoegen"
1276
 
1277
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1278
  msgid "Save order"
1279
  msgstr "Ordening opslaan"
1280
 
 
1281
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1282
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1283
  msgid "Copy questions from another Quiz"
1284
  msgstr "Kopiëer vragen uit een andere Quiz"
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1287
  msgid ""
1288
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1289
  "selection enabled)"
1291
  "Hier kunt u vragen uit een andere quiz kopiëren naar deze quiz. (Meervoudige "
1292
  "selectie ingeschakeld)"
1293
 
1294
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1295
  msgid "Copy questions"
1296
  msgstr "Vragen kopieëren"
1297
 
1331
 
1332
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1333
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
 
 
1334
  msgid "Display question randomly"
1335
  msgstr "Vragen willekeurig weergeven"
1336
 
1337
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1339
  msgid "Display answers randomly"
1340
  msgstr "Antwoorden willekeurig weergeven"
1341
 
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1343
  msgid "Seconds"
1344
  msgstr "Seconden"
1345
 
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1347
  msgid "0 = no limit"
1348
  msgstr "0 = geen limiet"
1349
 
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1352
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1353
  msgid "Statistics"
1354
  msgstr "Statistieken"
1355
 
1356
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1357
  msgid ""
1358
  "Statistics about right or wrong answers. Statistics will be saved by "
1359
  "completed quiz, not after every question. The statistics is only visible "
1363
  "bij het afsluiten van de quiz, niet na iedere vraag. De statistieken zijn "
1364
  "alleen zichtbaar in het administratie menu. (interne statistieken)"
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1368
  msgid "Statistics IP-lock"
1369
  msgstr "Statistiek IP-slot"
1370
 
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1372
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1373
  msgstr "in minuten (aanbevolen: 1440 minuten = 1 dag)"
1374
 
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1376
  msgid ""
1377
  "Protect the statistics from spam. Result will only be saved every X minutes "
1378
  "from same IP. (0 = deactivated)"
1380
  "Bescherm de statitistieken van spam. Resultaten worden alleen opgeslagen "
1381
  "iedere X minuten van hetzelfde IP. (0 = deactiveren)"
1382
 
1383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1385
  msgid "Execute quiz only once"
1386
  msgstr "Quiz eenmalig uitvoeren"
1387
 
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1389
  msgid ""
1390
  "If you activate this option, the user can complete the quiz only once. "
1391
  "Afterwards the quiz is blocked for this user."
1393
  "Wanneer deze optie geactiveerd is kan de gebruiker de quiz maar eenmalig "
1394
  "maken, daarna wordt de quiz geblokkeerd voor deze gebruiker."
1395
 
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1397
  msgid "This option applies to:"
1398
  msgstr "Deze optie is geldig voor:"
1399
 
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1402
  msgid "all users"
1403
  msgstr "Alle gebruikers"
1404
 
1405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1407
  msgid "registered useres only"
1408
  msgstr "alleen geregistreerde gebruikers"
1409
 
1410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1412
  msgid "anonymous users only"
1413
  msgstr "alleen anonieme gebruikers"
1414
 
1415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1416
  msgid "user identification by cookie"
1417
  msgstr "gebruikersidentificatie m.b.v. cookie"
1418
 
1419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1420
  msgid ""
1421
  "If you activate this option, a cookie is set additionally for unregistrated "
1422
  "(anonymous) users. This ensures a longer assignment of the user than the "
1423
  "simple assignment by the IP address."
1424
  msgstr ""
1425
+ "Wanneer deze optie geactiveerd is, wordt er bovendien een cookie gebruikt "
1426
+ "voor niet geregistreerde (anonieme) gebruikers. Dit waarborgt een betere "
1427
+ "vaststelling van de gebruiker dan vasstelling bij IP adres."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1428
 
1429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1430
+ msgid "Reset the user identification"
1431
+ msgstr "Reset de gebruikersidentificatie"
 
1432
 
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1434
+ msgid "User identification has been reset."
1435
+ msgstr "Gebruikers identificatie is gereset."
1436
+
1437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1438
+ msgid "Resets user identification for all users."
1439
+ msgstr "Stelt gebruikers identificatie opnieuw in voor alle gebruikers."
1440
 
1441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1443
  msgid "Show only specific number of questions"
1444
  msgstr "Geef alleen een specifiek aantal vragen weer"
1445
 
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1447
  msgid ""
1448
  "If you enable this option, maximum number of displayed questions will be X "
1449
  "from X questions. (The output of questions is random)"
1451
  "Wanneer deze optie is ingeschakeld wordt het maximale aantal weer te geven "
1452
  "vragen van X tot X vragen. (De vragen worden willekeurig weergegeven)"
1453
 
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1455
  msgid "The statistics function is not available in this option."
1456
  msgstr "De statistiek functie is niet beschikbaar met deze optie."
1457
 
1458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1459
  msgid ""
1460
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1461
  msgstr "Deze optie werkt onbetrouwbaar in verband met Frontend-Cache-Plugins."
1462
 
1463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1464
  msgid "How many questions should be displayed simultaneously:"
1465
  msgstr "Hoeveel vragen moeten er weergegeven worden:"
1466
 
1467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1468
  msgid "in percent"
1469
  msgstr "in procenten"
1470
 
1471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1473
  msgid "Prerequisites"
1474
  msgstr "Voorwaarden"
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1477
  msgid ""
1478
  "If you enable this option, you can choose quiz, which user have to finish "
1479
  "before he can start this quiz."
1481
  "Wanneer deze optie is ingeschakeld, kunt u een quiz instellen die de "
1482
  "gebruiker volbracht moet hebben alvorens deze quiz te kunnen starten."
1483
 
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1485
  msgid ""
1486
  "In all selected quizzes statistic function have to be active. If it is not "
1487
  "it will be activated automatically."
1489
  "Alle geselecteerde quizen moeten de statistiek functies geactiveerd hebben. "
1490
  "Zo niet, dan worden deze automatisch geactiveerd."
1491
 
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1493
  msgid "Quiz"
1494
  msgstr "Quiz"
1495
 
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1497
  msgid "Prerequisites (This quiz have to be finished)"
1498
  msgstr "Voorwaarden (Deze quiz moet afgemaakt worden)"
1499
 
1500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1502
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1503
  msgid "Question overview"
1504
+ msgstr "Vragenoverzicht"
1505
 
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1507
  msgid ""
1508
  "Add at the top of the quiz a question overview, which allows easy "
1509
  "navigation. Additional questions can be marked \"to review\"."
1510
  msgstr ""
1511
+ "Voeg bovenaan de quiz een vragenoverzicht toe, om makkelijker te navigeren. "
1512
+ "Extra vragen kunnen met \"te beoordelen\" gemarkeerd worden."
1513
 
1514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1515
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1516
+ msgstr "Een extra quiz overzicht wordt getoond voordat de quiz is afgelopen."
1517
 
1518
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1519
  msgid ""
1520
  "If you enalbe this option, no quiz overview will be displayed, before "
1521
  "finishing quiz."
1522
  msgstr ""
1523
+ "Als u deze optie inschakelt, wordt er geen quiz overzicht getoond, voordat "
1524
+ "de quiz is afgelopen."
1525
 
1526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1527
  msgid ""
1528
  "If you enable this option, user won't be able to skip question. (only in "
1529
  "\"Overview -> next\" mode). User still will be able to navigate over "
1530
  "\"Question-Overview\""
1531
  msgstr ""
1532
+ "Als u deze optie inschakelt kan de gebruiker geen vragen overslaan (alleen "
1533
+ "in \"Overzicht -> volgende\" modus). Gebruikers kunnen nog wel navigeren "
1534
+ "naar \"Vragenoverzicht\""
1535
 
1536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1538
+ msgid "Admin e-mail notification"
1539
  msgstr ""
1540
 
1541
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1542
  msgid "for registered users only"
1543
+ msgstr "alleen voor geregistreerde gebruikers"
1544
 
1545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1546
  msgid "for all users"
1547
+ msgstr "voor alle gebruikers"
1548
 
1549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1550
  msgid ""
1551
  "If you enable this option, you will be informed if a user completes this "
1552
  "quiz."
1553
  msgstr ""
1554
+ "Als u deze optie inschakelt wordt u geïnformeerd zodra een gebruiker de quiz "
1555
+ "heeft afgerond."
1556
 
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1559
  msgid "E-Mail settings can be edited in global settings."
1560
+ msgstr "E-mail instellingen kunnen aangepast worden via Algemene instellingen."
1561
+
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1564
+ msgid "User e-mail notification"
1565
  msgstr ""
1566
 
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1568
+ msgid ""
1569
+ "If you enable this option, an email is sent with his quiz result to the "
1570
+ "user. (only registered users)"
1571
  msgstr ""
1572
 
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1574
+ msgid "Quiz description"
1575
+ msgstr "Quiz beschrijving"
1576
+
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1578
+ msgid "This text will be displayed before start of the quiz."
1579
+ msgstr "Deze tekst wordt weergegeven voordat de quiz begint."
1580
+
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1582
+ msgid "Results text"
1583
+ msgstr "Resultaten tekst"
1584
+
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1586
+ msgid ""
1587
+ "This text will be displayed at the end of the quiz (in results). (this text "
1588
+ "is optional)"
1589
  msgstr ""
1590
+ "Deze tekst wordt weergegeven nadat de quiz is afgelopen (in resultaten). "
1591
+ "(deze tekst is optioneel)"
1592
 
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1594
+ msgid "Activate graduation"
1595
+ msgstr "Gradatie instellen"
1596
+
1597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1598
+ msgid "Hint:"
1599
+ msgstr "Hint:"
1600
+
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1602
+ msgid "Maximal 15 levels"
1603
+ msgstr "Maximaal 15 niveaus"
1604
+
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1606
+ #, php-format
1607
+ msgid ""
1608
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1609
+ "in %d questions."
1610
+ msgstr ""
1611
+ "Procenten verwijzen naar de totale score van de quiz. (Huidige aantal %d "
1612
+ "punten uit %d vragen)"
1613
+
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1615
+ msgid "Values can also be mixed up"
1616
+ msgstr "Waarden kunnen ook worden gemengd"
1617
+
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1619
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1620
+ msgstr "10,15% of 10.15% toegestaan (maximaal twee cijfers achter de komma)"
1621
+
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1624
+ msgid "from:"
1625
+ msgstr "van:"
1626
+
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1629
+ msgid "percent"
1630
+ msgstr "procent"
1631
+
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1634
+ #, php-format
1635
+ msgid ""
1636
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1637
+ "%s</span>%%)"
1638
+ msgstr ""
1639
+ "(wordt weergegeven wanneer resultaat-procenten is >= <span class="
1640
+ "\"resultProzent\">%s</span>%%)"
1641
+
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1643
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1644
+ msgid "Delete graduation"
1645
+ msgstr "Verwijder gradatie"
1646
+
1647
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1648
+ msgid "Add graduation"
1649
+ msgstr "Gradatie toevoegen"
1650
+
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1652
+ msgid "Result-Options"
1653
  msgstr ""
1654
 
1655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1656
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1657
+ msgid "Show average points"
1658
+ msgstr "Geef gemiddelde punten weer"
1659
 
1660
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1661
+ msgid "Statistics-function must be enabled."
1662
+ msgstr "Statistiek functie moet ingeschakeld zijn."
1663
+
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1666
+ msgid "Show category score"
1667
+ msgstr ""
1668
 
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1670
  msgid ""
1671
+ "If you enable this option, the results of each category is displayed on the "
1672
+ "results page."
1673
  msgstr ""
1674
 
1675
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1676
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1677
+ msgid "Hide correct questions - display"
1678
  msgstr ""
1679
 
1680
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1681
+ msgid ""
1682
+ "If you select this option, no longer the number of correctly answered "
1683
+ "questions are displayed on the results page."
1684
+ msgstr ""
1685
+
1686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1688
+ msgid "Hide quiz time - display"
1689
  msgstr ""
1690
 
1691
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1692
  msgid ""
1693
+ "If you enable this option, the time for finishing the quiz won't be "
1694
+ "displayed on the results page anymore."
1695
+ msgstr ""
1696
+
1697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1698
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1699
+ msgid "Hide score - display"
1700
+ msgstr ""
1701
+
1702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1703
+ msgid ""
1704
+ "If you enable this option, final score won't be displayed on the results "
1705
+ "page anymore."
1706
+ msgstr ""
1707
+
1708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1709
+ msgid "Question-Options"
1710
+ msgstr ""
1711
+
1712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1714
+ msgid "Show points"
1715
+ msgstr "Toon punten"
1716
+
1717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1718
+ msgid "Shows in quiz, how many points are reachable for respective question."
1719
+ msgstr ""
1720
+ "Wordt weergegeven in de quiz en geeft het aantal te verkrijgen punten weer "
1721
+ "voor de betreffende vraag."
1722
+
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1725
+ msgid "Number answers"
1726
+ msgstr "Nummer antwoorden"
1727
+
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1729
+ msgid ""
1730
+ "If this option is activated, all answers are numbered (only single and "
1731
+ "multiple choice)"
1732
+ msgstr ""
1733
+ "Wanneer deze optie geactiveerd is, worden alle antwoorden genummerd (alleen "
1734
+ "in enkel en meerkeuze vragen)"
1735
+
1736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1738
+ msgid "Hide correct- and incorrect message"
1739
+ msgstr "Verberg correct- en incorrect berichten"
1740
+
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1742
+ msgid ""
1743
+ "If you enable this option, no correct- or incorrect message will be "
1744
+ "displayed."
1745
+ msgstr ""
1746
+ "Wanneer deze optie is ingeschakeld, wordt er geen correct- of incorrect "
1747
+ "bericht weergegeven."
1748
+
1749
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1750
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1751
+ msgid "Correct and incorrect answer mark"
1752
+ msgstr "Correcte en incorrecte antwoorden markering"
1753
+
1754
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1755
+ msgid ""
1756
+ "If you enable this option, answers won't be color highlighted as correct or "
1757
+ "incorrect. "
1758
  msgstr ""
1759
+ "Wanneer deze optie is ingeschakeld, antwoorden worden niet gemarkeerd als "
1760
+ "correct of incorrect."
1761
 
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1763
  msgid ""
1764
  "The leaderboard allows users to enter results in public list and to share "
1765
  "the result this way."
1767
  "Het scorebord laat gebruikers hun resultaten weergeven in een publieke lijst "
1768
  "om zodoende hun resultaten te delen."
1769
 
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1771
  msgid "The leaderboard works independent from internal statistics function."
1772
  msgstr "Het scorebord werkt onafhankelijk van de interne statistiek functie."
1773
 
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1775
  msgid "Who can sign up to the list"
1776
  msgstr "Wie kan zich inschrijven voor de lijst"
1777
 
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1779
  msgid ""
1780
  "Not registered users have to enter name and e-mail (e-mail won't be "
1781
  "displayed)"
1783
  "Niet geregistreerde gebruikers moeten naam en e-mail invoeren (e-mail wordt "
1784
  "niet weergegeven)"
1785
 
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1787
  msgid "insert automatically"
1788
+ msgstr "automatisch invoegen"
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1791
  msgid ""
1792
  "If you enable this option, logged in users will be automatically entered "
1793
  "into leaderboard"
1794
  msgstr ""
1795
+ "Als u deze optie inschakelt worden ingelogde gebruikers automatisch aan de "
1796
+ "ranglijst toegevoegd"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1799
  msgid "display captcha"
1800
  msgstr "Plaats captcha"
1801
 
1802
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1803
  msgid ""
1804
  "If you enable this option, additional captcha will be displayed for users "
1805
  "who are not registered."
1807
  "Wanneer u deze optie aanzet, wordt een extra captcha weergegeven voor niet "
1808
  "geregistreerde gebruikers."
1809
 
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1811
  msgid "This option requires additional plugin:"
1812
  msgstr "Deze optie vereist een extra plugin:"
1813
 
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1815
  msgid "Plugin has been detected."
1816
  msgstr "Plugin is gevonden"
1817
 
1818
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1819
  msgid "Plugin is not installed."
1820
  msgstr "Plugin is niet geïnstalleerd"
1821
 
1822
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1823
  msgid "Sort list by"
1824
  msgstr "Sorteer lijst op"
1825
 
1826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1827
  msgid "Users can apply multiple times"
1828
  msgstr "Gebruikers kan meerdere keren deelenemen"
1829
 
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1831
  msgid "User can apply after:"
1832
  msgstr "Gebruiker kan deelnemen na:"
1833
 
1834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1835
  msgid "minute"
1836
  msgstr "minuut"
1837
 
1838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1839
  msgid "How many entries should be displayed"
1840
  msgstr "Hoeveel deelnemers moeten worden weergegeven"
1841
 
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1843
  msgid "Entries"
1844
  msgstr "Deelnemers"
1845
 
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1847
  msgid "Automatically display leaderboard in quiz result"
1848
  msgstr "Plaats automatisch het scorebord in de resultaten van de quiz"
1849
 
1850
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1851
  msgid "Where should leaderboard be displayed:"
1852
  msgstr "Waar moet het scorebord worden geplaatst:"
1853
 
1854
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1855
  msgid "don't display"
1856
  msgstr "niet weergeven"
1857
 
1858
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1859
  msgid "below the \"result text\""
1860
  msgstr "onder de \"resultaten tekst\""
1861
 
1862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1863
  msgid "in a button"
1864
  msgstr "in een knop"
1865
 
1866
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1867
+ msgid "Quiz-Mode"
1868
+ msgstr "Quiz-mode"
 
 
 
 
 
 
 
 
1869
 
1870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1871
+ msgid "Normal"
1872
+ msgstr "Normaal"
 
 
 
 
1873
 
1874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1875
+ msgid "Normal + Back-Button"
1876
+ msgstr "Normaal + Terug-knop"
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1879
+ msgid "Check -> continue"
1880
+ msgstr "Controleer -> doorgaan"
1881
 
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1883
+ msgid "Questions below each other"
1884
+ msgstr "Vragen onder elkaar"
1885
 
1886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1887
  msgid ""
1888
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1889
+ "displayed at the end of the quiz."
1890
  msgstr ""
1891
+ "Toont alle vragen als reeks, \"goed\" of \"fout\" wordt getoond aan het "
1892
+ "einde van de quiz."
 
 
 
 
 
 
 
 
1893
 
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1895
+ msgid "Allows to use the back button in a question."
1896
+ msgstr "Staar het gebruikt van de terug knop in vragen toe."
 
1897
 
1898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1899
+ msgid "Shows \"right or wrong\" after each question."
1900
+ msgstr "Toont \"goed of fout\" na elke vraag."
 
1901
 
1902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1903
  msgid ""
1904
+ "If this option is activated, all answers are displayed below each other, i."
1905
+ "e. all questions are on a single page."
1906
  msgstr ""
1907
+ "Als u deze optie inschakelt, worden alle antwoorden onder elkaar getoond (d."
1908
+ "w.z. alle vragen staan op 1 pagina)."
 
 
 
 
 
 
 
 
 
1909
 
1910
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1911
  msgid "Quiz overview"
1990
 
1991
  #: lib/view/WpProQuiz_View_Statistics.php:34
1992
  msgid "Users"
1993
+ msgstr "Gebruikers"
1994
 
1995
  #: lib/view/WpProQuiz_View_Statistics.php:35
1996
  msgid "Overview"
1997
  msgstr "Overzicht"
1998
 
1999
+ #: lib/view/WpProQuiz_View_Statistics.php:61
2000
  msgid "Please select user name:"
2001
  msgstr "Selecteer een gebruikersnaam:"
2002
 
2003
+ #: lib/view/WpProQuiz_View_Statistics.php:65
2004
+ msgid "Select a test:"
2005
+ msgstr ""
2006
+
2007
+ #: lib/view/WpProQuiz_View_Statistics.php:75
2008
  msgid "Anonymous user"
2009
+ msgstr "Anonieme gebruiker"
2010
+
2011
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2012
+ msgid "average"
2013
  msgstr ""
2014
 
2015
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2016
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2017
  msgid "Hints used"
2018
  msgstr "Hints gebruikt"
2019
 
2020
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2021
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2022
+ msgid "Time"
2023
+ msgstr ""
2024
+
2025
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2026
  msgid "Points scored"
2027
  msgstr "Punten gescoord"
2028
 
2029
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2030
  msgid "Sub-Total: "
2031
+ msgstr "Subtotaal"
2032
 
2033
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2034
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2035
+ msgid "Refresh"
2036
+ msgstr "Vernieuwen"
2037
+
2038
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2039
  msgid "Reset statistics"
2040
  msgstr "Reset statistieken"
2041
 
2042
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2043
+ msgid "Reset user statistics"
2044
+ msgstr ""
 
2045
 
2046
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2047
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2048
  msgid "Reset entire statistic"
2049
  msgstr "Reset alle statistieken"
2050
 
2051
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2052
  msgid "Show only users, who solved the quiz:"
2053
  msgstr "Geef alleen de gebruikers weer die de quiz voltooid hebben:"
2054
 
2137
  "U kunt WP-Pro-Quiz vertalen van huidige naar huidige taal (bijv. Nederlands "
2138
  "naar Nederlands) bijv. om de knoppen te hernoemen."
2139
 
2140
+ #~ msgid "Next exercise"
2141
+ #~ msgstr "Volgende vraag"
2142
+
2143
  #~ msgid ""
2144
  #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2145
  #~ "will be displayed at the end. (Option will be ignored if \"questions "
2192
 
2193
  #~ msgid "Tip"
2194
  #~ msgstr "Tipp"
 
 
 
 
 
 
 
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-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"
@@ -60,7 +60,7 @@ 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 "Нет данных"
@@ -76,13 +76,22 @@ 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 "Загрузка"
@@ -93,14 +102,14 @@ msgstr "Загрузка"
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
 
@@ -134,20 +143,20 @@ 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
 
@@ -174,32 +183,38 @@ msgstr "Создать тест"
174
  msgid "Quiz deleted"
175
  msgstr "Тест удален"
176
 
177
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
178
- msgid "You signing up successfully."
179
- msgstr "Ваш результат добавлен."
 
 
 
 
 
 
180
 
181
- #: lib/controller/WpProQuiz_Controller_Toplist.php:144
182
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
183
- #: lib/controller/WpProQuiz_Controller_Toplist.php:165
184
- #: lib/controller/WpProQuiz_Controller_Toplist.php:169
185
- #: lib/controller/WpProQuiz_Controller_Toplist.php:175
 
 
 
 
 
186
  msgid "An error has occurred."
187
  msgstr "Произошла ошибка."
188
 
189
- #: lib/controller/WpProQuiz_Controller_Toplist.php:186
190
- #: lib/controller/WpProQuiz_Controller_Toplist.php:195
191
  msgid "You can not enter again."
192
  msgstr "Вы не можете ввести снова."
193
 
194
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
195
- msgid "No name or e-mail entered."
196
- msgstr "Не введено имя или e-mail."
197
-
198
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
199
  msgid "Your name can not exceed 15 characters."
200
  msgstr "Ваше имя не должно превышать 15 символов."
201
 
202
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
203
  msgid "You entered wrong captcha code."
204
  msgstr "Вы ввели неправильный код."
205
 
@@ -216,10 +231,11 @@ 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"
@@ -229,23 +245,54 @@ msgid ""
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
@@ -254,7 +301,7 @@ 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,22 +310,22 @@ msgid "Sort by:"
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,12 +340,12 @@ msgstr ""
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,216 +355,243 @@ msgid "Entered on"
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
 
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: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
 
@@ -539,76 +613,202 @@ msgid "Table is loading"
539
  msgstr "Таблица загружается"
540
 
541
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
542
- msgid "to activate"
543
- msgstr "включить"
544
-
545
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
546
- msgid "not to activate"
547
- msgstr "отключить"
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 "Глобальные настройки"
555
 
556
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
557
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
558
- msgid "Please note"
559
- msgstr "Пожалуйста, обратите внимание"
560
-
561
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
562
- msgid ""
563
- "These settings should only be set in cases of problems with Wp-Pro-Quiz."
564
  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,7 +816,7 @@ msgstr ""
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,12 +825,12 @@ msgstr ""
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,11 +838,11 @@ msgstr ""
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,7 +850,7 @@ msgstr ""
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,130 +859,45 @@ msgstr ""
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
@@ -810,22 +925,21 @@ msgstr "Название теста"
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,83 +947,82 @@ msgstr ""
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,15 +1032,15 @@ msgstr ""
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,47 +1050,51 @@ msgstr ""
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,13 +1102,13 @@ msgstr ""
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,56 +1116,62 @@ msgstr ""
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,15 +1179,19 @@ msgstr ""
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,7 +1199,7 @@ msgstr ""
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."
@@ -1080,29 +1207,75 @@ msgstr ""
1080
  "например, \"Я {играю} {мячом|3} в футбол \" - \"играю\" даст 1 балл и \"мячом"
1081
  "\" 3 балла."
1082
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1083
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1092
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1093
  msgid "Add question"
1094
  msgstr "Добавить вопрос"
1095
 
1096
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1097
  msgid "Save order"
1098
  msgstr "сохранить сортировку"
1099
 
1100
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1101
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1102
  msgid "Copy questions from another Quiz"
1103
  msgstr "Копировать вопросы из другого теста."
1104
 
1105
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1106
  msgid ""
1107
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1108
  "selection enabled)"
@@ -1110,7 +1283,7 @@ msgstr ""
1110
  "Здесь Вы можете скопировать вопросы из другого теста в этот тест. "
1111
  "(Множественный выбор включен)"
1112
 
1113
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1114
  msgid "Copy questions"
1115
  msgstr "Вопросы скопированы"
1116
 
@@ -1150,67 +1323,29 @@ 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)"
1188
- msgstr ""
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,16 +1355,16 @@ msgstr ""
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,12 +1372,12 @@ msgstr ""
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,30 +1385,30 @@ msgstr ""
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,50 +1418,24 @@ msgstr ""
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."
1307
- msgstr ""
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. "
1320
- msgstr ""
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,38 +1443,29 @@ msgstr ""
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,7 +1474,7 @@ msgstr ""
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,121 +1482,291 @@ msgstr ""
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,21 +1774,23 @@ msgstr ""
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,138 +1798,105 @@ msgstr ""
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)"
1601
- msgstr ""
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 "
1621
- "in %d questions."
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\">"
1648
- "%s</span>%%)"
1649
  msgstr ""
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
 
1662
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1663
  msgid "Quiz overview"
@@ -1740,55 +1979,71 @@ 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
 
1788
  #: lib/view/WpProQuiz_View_StyleManager.php:15
1789
- #, fuzzy
1790
  msgid "Front"
1791
- msgstr "Фронт"
1792
 
1793
  #: lib/view/WpProQuiz_View_WpqSupport.php:10
1794
  msgid "Donate"
@@ -1873,6 +2128,9 @@ msgstr ""
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 "
@@ -1924,10 +2182,3 @@ msgstr ""
1924
 
1925
  #~ msgid "Tip"
1926
  #~ msgstr "Tipp"
1927
-
1928
- #, fuzzy
1929
- #~ msgid "Statistics reset"
1930
- #~ msgstr "Statistik zurücksetzen"
1931
-
1932
- #~ msgid "Not all fields are filled"
1933
- #~ msgstr "Nicht alle Felder ausgefüllt"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:20+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:20+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: Sergei Bondarenko\n"
8
  "Language: Russian\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  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_Admin.php:111
82
+ msgid "This entry should really be deleted?"
83
+ msgstr ""
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
86
+ msgid "Not all fields completed."
87
  msgstr ""
88
 
89
  #: lib/controller/WpProQuiz_Controller_Front.php:44
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
91
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
92
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
93
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
94
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
95
  #: lib/view/WpProQuiz_View_Statistics.php:40
96
  msgid "Loading"
97
  msgstr "Загрузка"
102
  #: lib/controller/WpProQuiz_Controller_Question.php:51
103
  #: lib/controller/WpProQuiz_Controller_Question.php:128
104
  #: lib/controller/WpProQuiz_Controller_Question.php:143
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
107
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
108
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
109
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
111
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
112
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
113
  msgid "You do not have sufficient permissions to access this page."
114
  msgstr "У Вас недостаточно прав для просмотра этой страницы"
115
 
143
  msgstr "Вопрос не найден"
144
 
145
  #: lib/controller/WpProQuiz_Controller_Question.php:173
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  #, php-format
148
  msgid "Question: %d"
149
  msgstr "Задание %d"
150
 
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
152
  msgid "Question edited"
153
  msgstr "Вопрос отредактирован"
154
 
155
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
156
  msgid "New question"
157
  msgstr "Новый вопрос"
158
 
159
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
160
  msgid "Question added"
161
  msgstr "Вопрос добавлен"
162
 
183
  msgid "Quiz deleted"
184
  msgstr "Тест удален"
185
 
186
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
187
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
188
+ msgid "No category"
189
+ msgstr "Без категории"
190
+
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
193
+ msgid "No name or e-mail entered."
194
+ msgstr "Не введено имя или e-mail."
195
 
 
196
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
197
+ msgid "You signed up successfully."
198
+ msgstr ""
199
+
200
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
205
  msgid "An error has occurred."
206
  msgstr "Произошла ошибка."
207
 
208
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
210
  msgid "You can not enter again."
211
  msgstr "Вы не можете ввести снова."
212
 
213
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
 
 
 
 
214
  msgid "Your name can not exceed 15 characters."
215
  msgstr "Ваше имя не должно превышать 15 символов."
216
 
217
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
218
  msgid "You entered wrong captcha code."
219
  msgstr "Вы ввели неправильный код."
220
 
231
  msgstr "Файл не совместим с текущей версией"
232
 
233
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
234
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
235
  msgid "Wp-Pro-Quiz: One user completed a quiz"
236
+ msgstr "Wp-Pro-Quiz: один пользователь прошел тест"
237
 
238
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
239
  msgid ""
240
  "Wp-Pro-Quiz\n"
241
  "\n"
245
  "Result: $result\n"
246
  "\n"
247
  msgstr ""
248
+ "Wp-Pro-Quiz\n"
249
+ "\n"
250
+ "Пользователь \"$username\" прошел тест \"$quizname\".\n"
251
+ "\n"
252
+ "Баллы: $points\n"
253
+ "Результат: $result\n"
254
+ "\n"
255
+
256
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
257
+ msgid ""
258
+ "Wp-Pro-Quiz\n"
259
+ "\n"
260
+ "You have completed the quiz \"$quizname\".\n"
261
+ "\n"
262
+ "Points: $points\n"
263
+ "Result: $result\n"
264
+ "\n"
265
+ msgstr ""
266
 
267
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
268
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
269
  msgid "The user completed a quiz."
270
  msgstr "Пользователь завершил тест."
271
 
272
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
273
+ msgid "The user completed a quiz with 100 percent."
274
+ msgstr ""
275
+
276
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
277
+ msgid "A powerful and beautiful quiz plugin for WordPress."
278
+ msgstr ""
279
+
280
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
281
+ msgid "WP-Pro-Quiz"
282
+ msgstr ""
283
+
284
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
285
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
288
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
289
  msgid "Leaderboard"
290
  msgstr "Таблица лучших"
291
 
292
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
293
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
294
  #: lib/view/WpProQuiz_View_Import.php:22
295
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
296
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
297
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
298
  #: lib/view/WpProQuiz_View_Statistics.php:24
301
  msgstr "Назад к списку"
302
 
303
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
304
+ #: lib/view/WpProQuiz_View_Statistics.php:200
305
  msgid "Filter"
306
  msgstr "Фильтр"
307
 
310
  msgstr "Сортировать по:"
311
 
312
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
313
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
314
  msgid "best user"
315
  msgstr "лучшему пользователю"
316
 
317
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
319
  msgid "newest entry"
320
  msgstr "новым записям"
321
 
322
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
324
  msgid "oldest entry"
325
  msgstr "старым записям"
326
 
327
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
328
+ #: lib/view/WpProQuiz_View_Statistics.php:211
329
  msgid "How many entries should be shown on one page:"
330
  msgstr "Количество записей на странице:"
331
 
340
  "UR = незарегистрированный пользователь, R = зарегистрированный пользователь"
341
 
342
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
343
+ #: lib/view/WpProQuiz_View_Statistics.php:230
344
  msgid "User"
345
  msgstr "Пользователь"
346
 
347
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
348
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
349
  msgid "E-Mail"
350
  msgstr "E-Mail"
351
 
355
  msgstr "Записано"
356
 
357
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
358
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
359
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
360
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
361
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
362
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
364
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
365
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
366
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
367
+ #: lib/view/WpProQuiz_View_Statistics.php:96
368
+ #: lib/view/WpProQuiz_View_Statistics.php:231
369
  msgid "Points"
370
  msgstr "Баллы"
371
 
372
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
373
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
374
+ #: lib/view/WpProQuiz_View_Statistics.php:102
375
+ #: lib/view/WpProQuiz_View_Statistics.php:236
376
  msgid "Results"
377
  msgstr "Результаты"
378
 
379
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
380
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
381
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
382
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
383
+ msgid "Edit"
384
+ msgstr "Редактировать"
385
 
386
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
387
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
388
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
389
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
390
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
391
  msgid "Delete"
392
  msgstr "Удалить"
393
 
394
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
395
+ msgid "save"
396
+ msgstr ""
397
+
398
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
399
+ msgid "cancel"
400
+ msgstr ""
401
+
402
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
403
+ msgid "Action"
404
+ msgstr "Действие"
405
+
406
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
407
  msgid "Apply"
408
  msgstr "Применить"
409
 
410
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
411
  msgid "Delete all entries"
412
  msgstr "Удалить все записи"
413
 
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
417
  msgid "Time limit"
418
  msgstr "Лимит времени"
419
 
420
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
421
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
 
 
 
 
 
 
 
 
 
 
428
  msgid "Quiz-summary"
429
+ msgstr "Навигация (только номера заданий)"
430
 
431
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
432
  #, php-format
433
  msgid "%s of %s questions completed"
434
+ msgstr "%s из %s заданий окончено"
435
 
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
437
  #: lib/view/WpProQuiz_View_Import.php:44
438
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
439
  msgid "Questions"
440
  msgstr "Вопросы"
441
 
442
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
445
  msgid "Finish quiz"
446
  msgstr "Завершить тест"
447
 
448
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
449
  msgid "Start quiz"
450
  msgstr "Начать тест"
451
 
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
453
  msgid ""
454
  "You have already completed the quiz before. Hence you can not start it again."
455
  msgstr "Вы уже проходили тест ранее. Вы не можете запустить его снова."
456
 
457
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
458
  msgid "You have to finish following quiz, to start this quiz:"
459
  msgstr "Вы должны закончить следующие тесты, чтобы начать этот:"
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
462
  #, php-format
463
  msgid "%s of %s questions answered correctly"
464
  msgstr "Правильных ответов: %s из %s"
465
 
466
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
467
  msgid "Your time: <span></span>"
468
  msgstr "Ваше время: <span></span>"
469
 
470
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
471
  msgid "Time has elapsed"
472
  msgstr "Время вышло"
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
475
  #, php-format
476
  msgid "You have reached %s of %s points, (%s)"
477
  msgstr "Вы набрали %s из %s баллов (%s)"
478
 
479
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
480
  msgid "Average score"
481
  msgstr "Средний результат"
482
 
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
484
  msgid "Your score"
485
  msgstr "Ваш результат"
486
 
487
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
488
+ msgid "Categories"
489
+ msgstr ""
490
+
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
492
+ msgid "Not categorized"
493
+ msgstr ""
494
+
495
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
496
  msgid "Restart quiz"
497
  msgstr "Начать тест заново"
498
 
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
500
  msgid "View questions"
501
  msgstr "Показать вопросы"
502
 
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
504
  msgid "Show leaderboard"
505
  msgstr "Показать таблицу лучших"
506
 
507
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
508
+ msgid "Answered"
509
+ msgstr "С ответом"
510
+
511
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
512
+ msgid "Review"
513
+ msgstr "С отметкой о просмотре"
514
+
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
516
+ msgid "Review question"
517
+ msgstr "Отметить как просмотренный"
518
+
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
520
  #, php-format
521
  msgid "Question %s of %s"
522
  msgstr "Задание %s из %s"
523
 
524
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
525
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
526
+ #: lib/view/WpProQuiz_View_Statistics.php:95
527
  msgid "Question"
528
  msgstr "Условие:"
529
 
530
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
531
  #, php-format
532
  msgid "%d points"
533
  msgstr "Количество баллов: %d"
534
 
535
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
536
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
537
  msgid "Sort elements"
538
  msgstr "Элементы сортировки"
539
 
540
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
541
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
542
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
543
+ #: lib/view/WpProQuiz_View_Statistics.php:97
544
+ #: lib/view/WpProQuiz_View_Statistics.php:232
545
  msgid "Correct"
546
  msgstr "Правильно"
547
 
548
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
549
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
550
+ #: lib/view/WpProQuiz_View_Statistics.php:98
551
+ #: lib/view/WpProQuiz_View_Statistics.php:233
552
  msgid "Incorrect"
553
  msgstr "Неправильно"
554
 
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
556
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
557
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
558
  msgid "Hint"
559
  msgstr "Подсказка"
560
 
561
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
564
  msgid "Skip question"
565
+ msgstr "Пропустить задание"
566
 
567
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
568
  msgid "Back"
569
  msgstr "Назад"
570
 
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
572
  msgid "Check"
573
  msgstr "Проверить"
574
 
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
576
+ msgid "Next"
577
+ msgstr ""
578
 
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
580
+ msgid "Your result has been entered into leaderboard"
581
+ msgstr ""
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
584
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
585
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
586
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
587
  msgid "Name"
588
  msgstr "Имя"
589
 
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
591
  msgid "Captcha"
592
  msgstr "Капча"
593
 
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
595
  msgid "Send"
596
  msgstr "отправить"
597
 
613
  msgstr "Таблица загружается"
614
 
615
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
616
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
617
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
618
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
619
  msgid "Global settings"
620
  msgstr "Глобальные настройки"
621
 
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
623
+ msgid "E-Mail settings"
 
 
 
 
 
 
624
  msgstr ""
 
625
 
626
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
627
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
628
  msgid "Settings in case of problems"
629
  msgstr "Настройки в случае возникновения проблем"
630
 
631
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
632
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
634
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
635
+ msgid "Save"
636
+ msgstr "Сохранить"
637
+
638
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
640
+ msgid "Leaderboard time format"
641
+ msgstr "Формат времени в таблице лучших"
642
+
643
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
644
+ msgid "Custom"
645
+ msgstr "Произвольно"
646
+
647
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
649
+ msgid "Documentation on date and time formatting"
650
+ msgstr "Документация по форматированию даты и времени."
651
+
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
653
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
654
+ msgid "Statistic time format"
655
+ msgstr ""
656
+
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
658
+ msgid "Select example:"
659
+ msgstr ""
660
+
661
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
662
+ msgid "Time format:"
663
+ msgstr ""
664
+
665
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
667
+ msgid "Category management"
668
+ msgstr "Управление рубриками"
669
+
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
671
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
672
+ msgid "Admin e-mail settings"
673
+ msgstr ""
674
+
675
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
676
+ msgid "To:"
677
+ msgstr "Кому:"
678
+
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
680
+ msgid ""
681
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
682
+ "com"
683
+ msgstr ""
684
+ "Перечислите несколько e-mail через запятую, например, wp@test.com, test@test."
685
+ "com"
686
+
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
689
+ msgid "From:"
690
+ msgstr "От:"
691
+
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
694
+ msgid "Subject:"
695
+ msgstr "Тема:"
696
 
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
698
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
699
+ msgid "HTML"
700
+ msgstr ""
701
+
702
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
703
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
704
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
705
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
706
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
707
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
708
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
709
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
710
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
721
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
734
  msgid "Activate"
735
  msgstr "Активно"
736
 
737
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
739
+ msgid "Message body:"
740
+ msgstr "Сообщение:"
741
+
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
744
+ msgid "Allowed variables"
745
+ msgstr "Разрешенные переменные"
746
+
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
749
+ msgid "User-ID"
750
+ msgstr "ID пользователя"
751
+
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
754
+ msgid "Username"
755
+ msgstr "Имя пользователя"
756
+
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
759
+ msgid "Quiz-Name"
760
+ msgstr "Название теста"
761
+
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
764
+ msgid "Result in precent"
765
+ msgstr "Результат в процентах"
766
+
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
769
+ msgid "Reached points"
770
+ msgstr "Баллы"
771
+
772
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
774
+ msgid "IP-address of the user"
775
+ msgstr "IP пользователя"
776
+
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
778
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
779
+ msgid "User e-mail settings"
780
+ msgstr ""
781
+
782
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
783
+ msgid "to activate"
784
+ msgstr "включить"
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
787
+ msgid "not to activate"
788
+ msgstr "отключить"
789
+
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
791
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
792
+ msgid "Please note"
793
+ msgstr "Пожалуйста, обратите внимание"
794
+
795
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
796
+ msgid ""
797
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
798
+ msgstr ""
799
+ "Эти параметры должны быть установлены только в случае проблем с Wp-Pro-Quiz."
800
+
801
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
802
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
803
+ msgid "Automatically add [raw] shortcode"
804
+ msgstr "Автоматически добавлять шорткод [raw]"
805
+
806
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
807
  #, php-format
808
  msgid "It is recommended %s this option on your system."
809
  msgstr "Рекомендуется %s эту опцию в вашей системе."
810
 
811
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
812
  msgid ""
813
  "If this option is activated, a [raw] shortcode is automatically set around "
814
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
816
  "Если этот параметр активен, шорткод [raw] будет автоматически обрамлять "
817
  "WpProQuiz шорткод ( [WpProQuiz X] в [raw] [WpProQuiz X] [/raw])."
818
 
819
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
820
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
821
  msgid ""
822
  "Own themes changes internal order of filters, what causes the problems. "
825
  "Некоторые темы меняют внутренний порядок фильтра, что приводит к ошибкам. "
826
  "Шорткод [raw] препятствует этому."
827
 
828
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
829
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
830
  msgid "Do not load the Javascript-files in the footer"
831
  msgstr "Не загружать Javascript-файлы в нижнюю часть страницы (подвал)"
832
 
833
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
834
  msgid ""
835
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
836
  "when they are really needed."
838
  "По умолчанию все WpProQuiz-Javascript файлы грузятся в нижнюю часть страницы "
839
  "(подвал) и только если они действительно нужны."
840
 
841
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
842
  msgid "In very old Wordpress themes this can lead to problems."
843
  msgstr "Может вызывать проблемы в старых темах Wordpress."
844
 
845
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
846
  msgid ""
847
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
848
  "the header even if they are not needed."
850
  "Если Вы включите эту опцию, все WpProQuiz-Javascript файлы будут загружены в "
851
  "заголовок страницы, даже если они не нужны."
852
 
853
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
854
  #, php-format
855
  msgid ""
856
  "Anyone who wants to learn more about this topic should read through the "
859
  "Если Вам нужна дополнительная информация по данной теме, посетите следующие "
860
  "вебсайты: %s и %s"
861
 
862
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
863
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
864
  msgid "Touch Library"
865
  msgstr "Сеснсорная библиотека"
866
 
867
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
868
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
872
  msgid "Deactivate"
873
  msgstr "Неактивно"
874
 
875
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
876
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
877
  msgstr ""
878
  "В версии 0.13 добавлена новая сенсорная библиотека для мобильных устройств."
879
 
880
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
881
  msgid "If you have any problems with the Touch Library, please deactivate it."
882
  msgstr "Если у Вас проблемы с сенсорной библиотекой, пожалуйста отключите ее."
883
 
884
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
885
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
886
  msgid "jQuery support cors"
887
  msgstr "Поддержка jQuery"
888
 
889
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
890
  msgid "Is required only in rare cases."
891
  msgstr "Требуется только в редких случаях."
892
 
893
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
894
  msgid "If you have problems with the front ajax, please activate it."
895
  msgstr "Пожалуйста, активируйте при проблеммах с ajax."
896
 
897
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
898
  msgid "e.g. Domain with special characters in combination with IE"
899
  msgstr "Например домен со специальными символами в сочетании с IE"
900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
901
  #: lib/view/WpProQuiz_View_Import.php:21
902
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
903
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
925
  msgid "Start import"
926
  msgstr "Начать импорт"
927
 
928
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
929
  msgid "Title"
930
  msgstr "Заголовок"
931
 
932
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
933
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
935
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
936
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
939
  msgid "(optional)"
940
  msgstr "(необязательное поле)"
941
 
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
943
  msgid ""
944
  "The title is used for overview, it is not visible in quiz. If you leave the "
945
  "title field empty, a title will be generated."
947
  "Название используется для обзора и не отображается в тесте. Если поле "
948
  "оставить пустым, название сгенерируется автоматически."
949
 
950
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
951
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
953
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
956
  msgid "(required)"
957
  msgstr "(обязательное поле)"
958
 
959
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
960
  msgid "Points for this question (Standard is 1 point)"
961
  msgstr "Количество баллов для этого вопроса (по-умолчанию 1 балл)"
962
 
963
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
964
  msgid ""
965
  "This points will be rewarded, only if the user closes the question correctly."
966
  msgstr ""
967
  "Баллы будут назначены только если пользователь правильно ответит на задание."
968
 
969
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
970
  msgid "Different points for each answer"
971
  msgstr "Разные баллы за каждый ответ"
972
 
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
974
  msgid ""
975
  "If you enable this option, you can enter different points for every answer."
976
  msgstr ""
977
  "При включении данной опции Вы сможете вводить разные баллы для каждого "
978
  "ответа."
979
 
980
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
981
  msgid "Show reached points in the correct- and incorrect message?"
982
  msgstr ""
983
  "Показывать набранные баллы в сообщениях к правильному и неправильному "
984
  "ответам?"
985
 
986
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
987
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
988
+ #: lib/view/WpProQuiz_View_Statistics.php:115
989
  msgid "Category"
990
+ msgstr "Рубрика"
991
 
992
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
993
  msgid ""
994
  "You can assign classify category for a question. Categories are e.g. visible "
995
  "in statistics function."
996
  msgstr ""
997
+ "Вы можете классифицировать задания с помощью рубрик. Например, рубрики видны "
998
+ "в статистике."
999
 
1000
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
1001
  msgid "You can manage categories in global settings."
1002
+ msgstr "Вы можете изменить рубрики в глобальных настройках."
1003
 
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
1005
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1006
  msgid "Create new category"
1007
+ msgstr "Создать новую рубрику"
 
 
 
 
1008
 
1009
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
1010
  msgid "Create"
1011
+ msgstr "Создать"
1012
 
1013
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
1014
  msgid "Message with the correct / incorrect answer"
1015
  msgstr "Сообщение для правильного / неправильного ответа"
1016
 
1017
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1018
  msgid "Deactivated in quiz settings."
1019
  msgstr "Отключено в настройках теста."
1020
 
1021
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1022
  msgid "Message with the correct answer"
1023
  msgstr "Сообщение для правильного ответа"
1024
 
1025
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1026
  msgid ""
1027
  "This text will be visible if answered correctly. It can be used as "
1028
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1032
  "качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
1033
  "\"Неправильно\" всегда отображается автоматически."
1034
 
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1036
  msgid "Same text for correct- and incorrect-message?"
1037
  msgstr "Одинаковый текст для сообщений с правильным и неправильным ответом?"
1038
 
1039
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1040
  msgid "Message with the incorrect answer"
1041
  msgstr "Сообщение для неправильного ответа"
1042
 
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1044
  msgid ""
1045
  "This text will be visible if answered incorrectly. It can be used as "
1046
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1050
  "в качестве объяснения сложных вопросов. Сообщение \"Правильно \" или "
1051
  "\"Неправильно\" всегда отображается автоматически."
1052
 
1053
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1054
  msgid "Here you can enter solution hint."
1055
  msgstr "Сюда можно ввести подсказку."
1056
 
1057
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1058
  msgid "Activate hint for this question?"
1059
  msgstr "Активировать подсказку для этого вопроса?"
1060
 
1061
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1062
  msgid "Answer type"
1063
  msgstr "Тип ответа"
1064
 
1065
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1066
  msgid "Single choice"
1067
  msgstr "Одиночный выбор"
1068
 
1069
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1070
  msgid "Multiple choice"
1071
  msgstr "Множественный выбор"
1072
 
1073
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1074
  msgid "\"Free\" choice"
1075
  msgstr "\"Открытый\""
1076
 
1077
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1078
  msgid "\"Sorting\" choice"
1079
  msgstr "\"Сортировка\""
1080
 
1081
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1082
  msgid "\"Matrix Sorting\" choice"
1083
  msgstr "\"Матричная сортировка\""
1084
 
1085
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1086
  msgid "Cloze"
1087
  msgstr "\"Заключенный в текст\""
1088
 
1089
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1090
+ msgid "Assessment"
1091
+ msgstr ""
1092
+
1093
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1094
  msgid "Answers"
1095
  msgstr "Ответы"
1096
 
1097
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1098
  msgid ""
1099
  "Please sort the answers in right order with the \"Move\" - Button. The "
1100
  "answers will be displayed randomly."
1102
  "Пожалуйста, отсортируйте ответы в правильном порядке при помощи кнопки "
1103
  "\"Переместить \". Ответы будут отображаться в случайном порядке."
1104
 
1105
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1106
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1107
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1108
  msgid "Add new answer"
1109
  msgstr "Добавить новый ответ"
1110
 
1111
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1112
  msgid ""
1113
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1114
  "matching criterion."
1116
  "В этом режиме не нужно сортировать список. Элементы сортировки должны быть "
1117
  "отнесены к соответствующему критерию."
1118
 
1119
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1120
  msgid ""
1121
  "You can create sort elements with empty criteria, which can't be assigned by "
1122
  "user."
1123
  msgstr "Вы можете создать элемент сортировки с пустым критерием."
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1126
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1127
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1128
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1129
  msgid "Options"
1130
  msgstr "Настройки"
1131
 
1132
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1133
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1134
  msgid "Answer"
1135
  msgstr "Ответ"
1136
 
1137
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1138
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1139
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1140
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1141
  msgid "Allow HTML"
1142
  msgstr "Разрешить HTML"
1143
 
1144
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1145
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1146
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1147
  msgid "Delete answer"
1148
  msgstr "Удалить ответ"
1149
 
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1151
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1152
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1153
+ msgid "Add Media"
1154
+ msgstr ""
1155
+
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1157
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1158
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1159
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1160
  msgid "Move"
1161
  msgstr "Переместить"
1162
 
1163
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1164
  msgid "Criterion"
1165
  msgstr "Критерий"
1166
 
1167
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1168
  msgid ""
1169
  "correct answers (one per line) (answers will be converted to lower case)"
1170
  msgstr ""
1171
  "правильных ответов (по одному на строку) (ответы будут преобразованы в "
1172
  "нижний регистр)"
1173
 
1174
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1175
  msgid ""
1176
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1177
  "small letters will be ignored."
1179
  "Заключите слово в { } , например, \"Я {играю} в футбол\". Прописные и "
1180
  "строчные буквы будут игнорироваться."
1181
 
1182
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1183
  msgid ""
1184
  "You can specify multiple options for a search word. Enclose the word with "
1185
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1186
  "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1187
  "hate are correct."
1188
  msgstr ""
1189
+ "Можно указать несколько вариантов. Заключите слова в [ ], например <span "
1190
+ "style=\"font-style: normal; letter-spacing: 2px;\"> \"I {[играть в][любить]"
1191
+ "[ненавидеть]} футбол\" </span>. В этом случае ответы: играть в, любить или "
1192
+ "ненавидеть будут правильными."
1193
 
1194
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1195
  msgid ""
1196
  "If mode \"Different points for every answer\" is activated, you can assign "
1197
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1199
  "Если активирован режим \"Разные баллы за каждый ответ\", то Вы сможете "
1200
  "назначить баллы с |БАЛЛЫ. Иначе будет присвоен 1 балл за ответ."
1201
 
1202
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1203
  msgid ""
1204
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1205
  "\" 3 points."
1207
  "например, \"Я {играю} {мячом|3} в футбол \" - \"играю\" даст 1 балл и \"мячом"
1208
  "\" 3 балла."
1209
 
1210
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1211
+ msgid "Here you can create an assessment question."
1212
+ msgstr ""
1213
+
1214
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1215
+ msgid ""
1216
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1217
+ msgstr ""
1218
+
1219
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1220
+ msgid "The number of options in the maximum score."
1221
+ msgstr ""
1222
+
1223
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1224
+ msgid "Examples:"
1225
+ msgstr ""
1226
+
1227
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1228
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1229
+ msgstr ""
1230
+
1231
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1232
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1249
+ msgid "Demo"
1250
+ msgstr "Демо"
1251
+
1252
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1253
+ msgid "less true { [a] [b] [c] } more true"
1254
+ msgstr ""
1255
+
1256
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1257
  msgid "Questions sorted"
1258
  msgstr "Вопросы отсортированы"
1259
 
1260
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1261
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1262
  msgid "Total"
1263
  msgstr "Всего"
1264
 
1265
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1266
  msgid "Add question"
1267
  msgstr "Добавить вопрос"
1268
 
1269
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1270
  msgid "Save order"
1271
  msgstr "сохранить сортировку"
1272
 
 
1273
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1274
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1275
  msgid "Copy questions from another Quiz"
1276
  msgstr "Копировать вопросы из другого теста."
1277
 
1278
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1279
  msgid ""
1280
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1281
  "selection enabled)"
1283
  "Здесь Вы можете скопировать вопросы из другого теста в этот тест. "
1284
  "(Множественный выбор включен)"
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1287
  msgid "Copy questions"
1288
  msgstr "Вопросы скопированы"
1289
 
1323
 
1324
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1325
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
 
1326
  msgid "Display question randomly"
1327
  msgstr "Выводить вопросы случайным образом"
1328
 
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1331
  msgid "Display answers randomly"
1332
  msgstr "Выводить ответы случайным образом"
1333
 
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1335
  msgid "Seconds"
1336
  msgstr "Секунды"
1337
 
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1339
  msgid "0 = no limit"
1340
  msgstr "0 = без ограничений"
1341
 
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1344
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1345
  msgid "Statistics"
1346
  msgstr "Статистика"
1347
 
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1349
  msgid ""
1350
  "Statistics about right or wrong answers. Statistics will be saved by "
1351
  "completed quiz, not after every question. The statistics is only visible "
1355
  "будет сохранена по завершении теста, а не после каждого вопроса. Статистика "
1356
  "отображается только в административном меню. (внутренняя статистика)"
1357
 
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1360
  msgid "Statistics IP-lock"
1361
  msgstr "Статистика IP-блокировки"
1362
 
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1364
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1365
  msgstr "в минутах (рекомендация: 1440 минут = 1 день)"
1366
 
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1368
  msgid ""
1369
  "Protect the statistics from spam. Result will only be saved every X minutes "
1370
  "from same IP. (0 = deactivated)"
1372
  "Защитить статистику от спама. Результат будет сохраняться только каждые X "
1373
  "минут с одного IP. (0 = деактивировано)"
1374
 
1375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1377
  msgid "Execute quiz only once"
1378
  msgstr "Выполнять тест только 1 раз"
1379
 
1380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1381
  msgid ""
1382
  "If you activate this option, the user can complete the quiz only once. "
1383
  "Afterwards the quiz is blocked for this user."
1385
  "Если вы активируете эту опцию, пользователь сможет пройти тест только один "
1386
  "раз. После тест будет заблокирован для данного пользователя."
1387
 
1388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1389
  msgid "This option applies to:"
1390
  msgstr "Этот параметр применяется к:"
1391
 
1392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1394
  msgid "all users"
1395
  msgstr "все пользователи"
1396
 
1397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1399
  msgid "registered useres only"
1400
  msgstr "только зарегистрированные пользователи"
1401
 
1402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1404
  msgid "anonymous users only"
1405
  msgstr "только анонимные пользователи"
1406
 
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1408
  msgid "user identification by cookie"
1409
  msgstr "Идентифицировать пользователя по кукисам"
1410
 
1411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1412
  msgid ""
1413
  "If you activate this option, a cookie is set additionally for unregistrated "
1414
  "(anonymous) users. This ensures a longer assignment of the user than the "
1418
  "незарегистрированных (анонимных) пользователей. Это обеспечивает более "
1419
  "длительное назначение пользователю, чем простое задание по IP-адресу."
1420
 
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1422
  msgid "Reset the user identification"
1423
  msgstr "Сброс идентификации пользователя"
1424
 
1425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1426
  msgid "User identification has been reset."
1427
  msgstr "Идентификация пользователей была сброшена."
1428
 
1429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1430
  msgid "Resets user identification for all users."
1431
  msgstr "Сбросить идентификацию для всех пользователей."
1432
 
1433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1435
  msgid "Show only specific number of questions"
1436
  msgstr "Показывать только определенное количество вопросов"
1437
 
1438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1439
  msgid ""
1440
  "If you enable this option, maximum number of displayed questions will be X "
1441
  "from X questions. (The output of questions is random)"
1443
  "Если Вы включите эту опцию, максимальное количество отображаемых вопросов "
1444
  "будет X из X. (Вывод случайным образом)"
1445
 
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1447
  msgid "The statistics function is not available in this option."
1448
  msgstr "Статистика недоступна с данной опцией"
1449
 
1450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1451
  msgid ""
1452
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1453
  msgstr "Эта опция работает ненадежно с кеширующими плагинами."
1454
 
1455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1456
  msgid "How many questions should be displayed simultaneously:"
1457
  msgstr "Сколько вопросов должно быть показано:"
1458
 
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1460
  msgid "in percent"
1461
  msgstr "в процентах"
1462
 
1463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1465
  msgid "Prerequisites"
1466
  msgstr "Предварительные условия"
1467
 
1468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1469
  msgid ""
1470
  "If you enable this option, you can choose quiz, which user have to finish "
1471
  "before he can start this quiz."
1474
  "(которые) пользователь должен будет закончить, прежде чем он сможет начать "
1475
  "данный тест."
1476
 
1477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1478
  msgid ""
1479
  "In all selected quizzes statistic function have to be active. If it is not "
1480
  "it will be activated automatically."
1482
  "Для всех выбранных тестов должна быть активна статистика. Если это не так, "
1483
  "то она будет активирована автоматически."
1484
 
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1486
  msgid "Quiz"
1487
  msgstr "Тест"
1488
 
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1490
  msgid "Prerequisites (This quiz have to be finished)"
1491
  msgstr "Условия (Эти тесты должны быть закончены)"
1492
 
1493
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1496
  msgid "Question overview"
1497
+ msgstr "Навигация заданий"
1498
 
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1500
  msgid ""
1501
  "Add at the top of the quiz a question overview, which allows easy "
1502
  "navigation. Additional questions can be marked \"to review\"."
1503
  msgstr ""
1504
+ "Добавляет Навигацию вверху теста. Дополнительно можно отметить задание как "
1505
+ "просмотренное."
1506
 
1507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1508
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1509
  msgstr ""
1510
+ "Дополнительно отображается Навигация (только номера заданий) до окончания "
1511
+ "теста."
1512
 
1513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1514
  msgid ""
1515
  "If you enalbe this option, no quiz overview will be displayed, before "
1516
  "finishing quiz."
1517
  msgstr ""
1518
+ "Если Вы включите данную опцию, то Навигация (только номера заданий) не будет "
1519
+ "отображаться до окончания теста."
1520
 
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1522
  msgid ""
1523
  "If you enable this option, user won't be able to skip question. (only in "
1524
  "\"Overview -> next\" mode). User still will be able to navigate over "
1525
  "\"Question-Overview\""
1526
  msgstr ""
1527
+ "Если вы включите эту опцию, пользователь не сможет пропустить вопрос. "
1528
+ "(Только в режиме \"Проверить -> Далее\"). Пользователю по-прежнему будет "
1529
+ "доступна навигация."
1530
 
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1532
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1533
+ msgid "Admin e-mail notification"
1534
  msgstr ""
1535
 
1536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1537
  msgid "for registered users only"
1538
+ msgstr "только для зарегистрированных пользователей"
1539
 
1540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1541
  msgid "for all users"
1542
+ msgstr "для всех пользователей"
1543
 
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1545
  msgid ""
1546
  "If you enable this option, you will be informed if a user completes this "
1547
  "quiz."
1548
  msgstr ""
1549
+ "Если включить данную опцию, то Вы будете получать уведомление о прохождении "
1550
+ "теста пользователем"
1551
 
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1554
  msgid "E-Mail settings can be edited in global settings."
1555
+ msgstr "Настройки e-mail редактируются в глобальных настройках"
1556
+
1557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1559
+ msgid "User e-mail notification"
1560
  msgstr ""
1561
 
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1563
+ msgid ""
1564
+ "If you enable this option, an email is sent with his quiz result to the "
1565
+ "user. (only registered users)"
1566
  msgstr ""
1567
 
1568
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1569
+ msgid "Quiz description"
1570
+ msgstr "Описание теста"
1571
+
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1573
+ msgid "This text will be displayed before start of the quiz."
1574
+ msgstr "Этот текст будет отображаться перед началом теста."
1575
+
1576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1577
+ msgid "Results text"
1578
+ msgstr "Текст для результата"
1579
+
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1581
+ msgid ""
1582
+ "This text will be displayed at the end of the quiz (in results). (this text "
1583
+ "is optional)"
1584
  msgstr ""
1585
+ "Этот текст будет отображаться в конце теста (в результатах). (не является "
1586
+ "обязательным)"
1587
 
1588
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1589
+ msgid "Activate graduation"
1590
+ msgstr "Активировать несколько результатов"
1591
+
1592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1593
+ msgid "Hint:"
1594
+ msgstr "Подсказка:"
1595
+
1596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1597
+ msgid "Maximal 15 levels"
1598
+ msgstr "Максимум 15 уровней"
1599
+
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1601
+ #, php-format
1602
+ msgid ""
1603
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1604
+ "in %d questions."
1605
+ msgstr ""
1606
+ "Проценты относятся к общему баллу теста (Всего %d баллов в %d вопросах)"
1607
+
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1609
+ msgid "Values can also be mixed up"
1610
+ msgstr "значения могут быть перепутаны"
1611
+
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1613
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1614
+ msgstr "Допускается 10,15% или 10.15% (макс. до двух знаков после запятой)"
1615
+
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1618
+ msgid "from:"
1619
+ msgstr "от:"
1620
+
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1623
+ msgid "percent"
1624
+ msgstr "процент"
1625
+
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1628
+ #, php-format
1629
+ msgid ""
1630
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1631
+ "%s</span>%%)"
1632
+ msgstr ""
1633
+ "(Будет отображаться, если процентный результат >= <span class=\"resultProzent"
1634
+ "\">%s</span>%%)"
1635
+
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1638
+ msgid "Delete graduation"
1639
+ msgstr "Удалить результат"
1640
+
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1642
+ msgid "Add graduation"
1643
+ msgstr "Добавить результат"
1644
+
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1646
+ msgid "Result-Options"
1647
  msgstr ""
1648
 
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1650
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1651
+ msgid "Show average points"
1652
+ msgstr "Показывать средний балл"
1653
 
1654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1655
+ msgid "Statistics-function must be enabled."
1656
+ msgstr "Необходимо включить статистику"
1657
+
1658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1660
+ msgid "Show category score"
1661
+ msgstr ""
1662
 
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1664
  msgid ""
1665
+ "If you enable this option, the results of each category is displayed on the "
1666
+ "results page."
1667
  msgstr ""
1668
 
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1670
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1671
+ msgid "Hide correct questions - display"
1672
  msgstr ""
1673
 
1674
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1675
+ msgid ""
1676
+ "If you select this option, no longer the number of correctly answered "
1677
+ "questions are displayed on the results page."
1678
+ msgstr ""
1679
+
1680
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1682
+ msgid "Hide quiz time - display"
1683
  msgstr ""
1684
 
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1686
  msgid ""
1687
+ "If you enable this option, the time for finishing the quiz won't be "
1688
+ "displayed on the results page anymore."
1689
+ msgstr ""
1690
+
1691
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1692
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1693
+ msgid "Hide score - display"
1694
  msgstr ""
1695
 
1696
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1697
+ msgid ""
1698
+ "If you enable this option, final score won't be displayed on the results "
1699
+ "page anymore."
1700
+ msgstr ""
1701
+
1702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1703
+ msgid "Question-Options"
1704
+ msgstr ""
1705
+
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1708
+ msgid "Show points"
1709
+ msgstr "Показывать баллы"
1710
+
1711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1712
+ msgid "Shows in quiz, how many points are reachable for respective question."
1713
+ msgstr ""
1714
+ "Показывать в тесте, сколько можно набрать баллов на соответствующий вопрос."
1715
+
1716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1718
+ msgid "Number answers"
1719
+ msgstr "Номера ответов"
1720
+
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1722
+ msgid ""
1723
+ "If this option is activated, all answers are numbered (only single and "
1724
+ "multiple choice)"
1725
+ msgstr ""
1726
+ "Если эта опция включена, все ответы нумеруются (только для одиночного и "
1727
+ "множественного выбора)"
1728
+
1729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1731
+ msgid "Hide correct- and incorrect message"
1732
+ msgstr "Спрятать сообщения \"Правильно \" и \"Неправильно\""
1733
+
1734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1735
+ msgid ""
1736
+ "If you enable this option, no correct- or incorrect message will be "
1737
+ "displayed."
1738
+ msgstr ""
1739
+ "Если Вы включите эту опцию, то не будет сообщений для правильного или "
1740
+ "неправильного ответов."
1741
+
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1744
+ msgid "Correct and incorrect answer mark"
1745
+ msgstr "Цветовое выделение для правильного и неправильного ответов"
1746
+
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1748
+ msgid ""
1749
+ "If you enable this option, answers won't be color highlighted as correct or "
1750
+ "incorrect. "
1751
+ msgstr ""
1752
+ "Если Вы включите эту опцию, ответы не будут выделены цветом, как правильные "
1753
+ "или неправильные."
1754
+
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1756
  msgid ""
1757
  "The leaderboard allows users to enter results in public list and to share "
1758
  "the result this way."
1759
  msgstr "Таблица лучших позволяет пользователям делиться своими результатами."
1760
 
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1762
  msgid "The leaderboard works independent from internal statistics function."
1763
  msgstr "Работает независимо от внутренней статистики."
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1766
  msgid "Who can sign up to the list"
1767
  msgstr "Кто может добавить свои результаты"
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1770
  msgid ""
1771
  "Not registered users have to enter name and e-mail (e-mail won't be "
1772
  "displayed)"
1774
  "Незарегистрированные пользователи должны будут ввести свое имя и e-mail (e-"
1775
  "mail не будет опубликован)"
1776
 
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1778
  msgid "insert automatically"
1779
+ msgstr "Добавлять автоматически"
1780
 
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1782
  msgid ""
1783
  "If you enable this option, logged in users will be automatically entered "
1784
  "into leaderboard"
1785
  msgstr ""
1786
+ "Если включить данную опцию, то результат залогиненного пользователя будет "
1787
+ "добавлен автоматически в таблицу лучших."
1788
 
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1790
  msgid "display captcha"
1791
  msgstr "показывать капчу"
1792
 
1793
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1794
  msgid ""
1795
  "If you enable this option, additional captcha will be displayed for users "
1796
  "who are not registered."
1798
  "Если Вы включите данную опцию, то будет показана капча для "
1799
  "незарегистрированных пользователей."
1800
 
1801
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1802
  msgid "This option requires additional plugin:"
1803
  msgstr "Эта опция требует дополнительного плагина:"
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1806
  msgid "Plugin has been detected."
1807
  msgstr "Плагин обнаружен."
1808
 
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1810
  msgid "Plugin is not installed."
1811
  msgstr "Плагин не установлен."
1812
 
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1814
  msgid "Sort list by"
1815
  msgstr "Сортировка по"
1816
 
1817
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1818
  msgid "Users can apply multiple times"
1819
  msgstr "Позволить пользователям добавлять себя многократно"
1820
 
1821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1822
  msgid "User can apply after:"
1823
  msgstr "Пользователь сможет себя добавить после:"
1824
 
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1826
  msgid "minute"
1827
  msgstr "мин."
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1830
  msgid "How many entries should be displayed"
1831
  msgstr "Сколько записей должно отображаться"
1832
 
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1834
  msgid "Entries"
1835
  msgstr "Записи"
1836
 
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1838
  msgid "Automatically display leaderboard in quiz result"
1839
  msgstr "Показывать таблицу лучших в результатах теста"
1840
 
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1842
  msgid "Where should leaderboard be displayed:"
1843
  msgstr "Где будет таблица:"
1844
 
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1846
  msgid "don't display"
1847
  msgstr "не показывать"
1848
 
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1850
  msgid "below the \"result text\""
1851
  msgstr "за \"текстом результата\""
1852
 
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1854
  msgid "in a button"
1855
  msgstr "кнопкой"
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1858
+ msgid "Quiz-Mode"
1859
+ msgstr "Вид теста"
 
 
 
 
 
 
 
 
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1862
+ msgid "Normal"
1863
+ msgstr "Нормальный"
 
 
 
 
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1866
+ msgid "Normal + Back-Button"
1867
+ msgstr "Нормальный + Кнопка Назад"
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1870
+ msgid "Check -> continue"
1871
+ msgstr "Проверить -> Далее"
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1874
+ msgid "Questions below each other"
1875
+ msgstr "Вопросы один под другим"
1876
 
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1878
  msgid ""
1879
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1880
+ "displayed at the end of the quiz."
1881
  msgstr ""
1882
+ "Отображает все вопросы последовательно. \"Правильно\" или \"Неправильно\" "
1883
+ "отображается после завершения теста."
 
 
 
1884
 
1885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1886
+ msgid "Allows to use the back button in a question."
1887
+ msgstr "Позволяет пользователям использовать кнопку Назад в задании."
 
 
 
 
 
1888
 
1889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1890
+ msgid "Shows \"right or wrong\" after each question."
1891
+ msgstr "\"Правильно или Неправильно\" после каждого задания."
 
1892
 
1893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1894
  msgid ""
1895
+ "If this option is activated, all answers are displayed below each other, i."
1896
+ "e. all questions are on a single page."
1897
  msgstr ""
1898
+ "Если активно, то вопросы отображаются один под другим, т.е. все вопросы на "
1899
+ "одной странице."
 
 
 
 
 
 
 
 
 
1900
 
1901
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1902
  msgid "Quiz overview"
1979
 
1980
  #: lib/view/WpProQuiz_View_Statistics.php:34
1981
  msgid "Users"
1982
+ msgstr "Пользователи"
1983
 
1984
  #: lib/view/WpProQuiz_View_Statistics.php:35
1985
  msgid "Overview"
1986
  msgstr "Обзор"
1987
 
1988
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1989
  msgid "Please select user name:"
1990
  msgstr "Пожалуйста, укажите имя:"
1991
 
1992
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1993
+ msgid "Select a test:"
1994
+ msgstr ""
1995
+
1996
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1997
  msgid "Anonymous user"
1998
+ msgstr "Анонимный пользователь"
1999
+
2000
+ #: lib/view/WpProQuiz_View_Statistics.php:84
2001
+ msgid "average"
2002
  msgstr ""
2003
 
2004
+ #: lib/view/WpProQuiz_View_Statistics.php:99
2005
+ #: lib/view/WpProQuiz_View_Statistics.php:234
2006
  msgid "Hints used"
2007
  msgstr "Подсказка использована"
2008
 
2009
+ #: lib/view/WpProQuiz_View_Statistics.php:100
2010
+ #: lib/view/WpProQuiz_View_Statistics.php:235
2011
+ msgid "Time"
2012
+ msgstr ""
2013
+
2014
+ #: lib/view/WpProQuiz_View_Statistics.php:101
2015
  msgid "Points scored"
2016
  msgstr "набрано баллов"
2017
 
2018
+ #: lib/view/WpProQuiz_View_Statistics.php:139
2019
  msgid "Sub-Total: "
2020
+ msgstr "Итого:"
2021
 
2022
+ #: lib/view/WpProQuiz_View_Statistics.php:174
2023
+ #: lib/view/WpProQuiz_View_Statistics.php:259
2024
+ msgid "Refresh"
2025
+ msgstr "Обновить"
2026
+
2027
+ #: lib/view/WpProQuiz_View_Statistics.php:178
2028
  msgid "Reset statistics"
2029
  msgstr "Сбросить статистику"
2030
 
2031
+ #: lib/view/WpProQuiz_View_Statistics.php:179
2032
+ msgid "Reset user statistics"
2033
+ msgstr ""
 
2034
 
2035
+ #: lib/view/WpProQuiz_View_Statistics.php:180
2036
+ #: lib/view/WpProQuiz_View_Statistics.php:261
2037
  msgid "Reset entire statistic"
2038
  msgstr "Сброс всей статистики"
2039
 
2040
+ #: lib/view/WpProQuiz_View_Statistics.php:205
2041
  msgid "Show only users, who solved the quiz:"
2042
  msgstr "Показывать только тех пользователей, которые прошли тест:"
2043
 
2044
  #: lib/view/WpProQuiz_View_StyleManager.php:15
 
2045
  msgid "Front"
2046
+ msgstr ""
2047
 
2048
  #: lib/view/WpProQuiz_View_WpqSupport.php:10
2049
  msgid "Donate"
2128
  "Вы можете перевести WP-Pro-Quiz на тот же язык (с русского на русский), "
2129
  "например для перевода кнопок."
2130
 
2131
+ #~ msgid "Next exercise"
2132
+ #~ msgstr "Далее"
2133
+
2134
  #~ msgid ""
2135
  #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2136
  #~ "will be displayed at the end. (Option will be ignored if \"questions "
2182
 
2183
  #~ msgid "Tip"
2184
  #~ msgstr "Tipp"
 
 
 
 
 
 
 
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-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"
@@ -60,7 +60,7 @@ 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 ""
@@ -78,11 +78,20 @@ msgstr ""
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"
@@ -93,14 +102,14 @@ msgstr "Laddar"
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
 
@@ -134,20 +143,20 @@ 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
 
@@ -174,32 +183,38 @@ msgstr "Skapa quiz"
174
  msgid "Quiz deleted"
175
  msgstr "Quiz borttaget"
176
 
177
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
178
- msgid "You signing up successfully."
 
 
 
 
 
 
179
  msgstr ""
180
 
181
- #: lib/controller/WpProQuiz_Controller_Toplist.php:144
182
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
183
- #: lib/controller/WpProQuiz_Controller_Toplist.php:165
184
- #: lib/controller/WpProQuiz_Controller_Toplist.php:169
185
- #: lib/controller/WpProQuiz_Controller_Toplist.php:175
186
- msgid "An error has occurred."
187
  msgstr ""
188
 
189
- #: lib/controller/WpProQuiz_Controller_Toplist.php:186
190
- #: lib/controller/WpProQuiz_Controller_Toplist.php:195
191
- msgid "You can not enter again."
 
 
 
192
  msgstr ""
193
 
194
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
195
- msgid "No name or e-mail entered."
 
196
  msgstr ""
197
 
198
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
199
  msgid "Your name can not exceed 15 characters."
200
  msgstr ""
201
 
202
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
203
  msgid "You entered wrong captcha code."
204
  msgstr ""
205
 
@@ -216,10 +231,11 @@ 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"
@@ -230,22 +246,46 @@ msgid ""
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
@@ -254,7 +294,7 @@ 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,22 +303,22 @@ msgid "Sort by:"
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,12 +332,12 @@ msgid "UR = unregistered user, R = registered user"
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,217 +347,244 @@ msgid "Entered on"
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
 
331
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
332
- msgid "Action"
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
 
342
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
343
- msgid "Apply"
344
  msgstr ""
345
 
346
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
@@ -539,76 +606,200 @@ msgid "Table is loading"
539
  msgstr ""
540
 
541
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
542
- msgid "to activate"
543
- msgstr "att aktivera"
544
-
545
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
546
- msgid "not to activate"
547
- msgstr "inte att aktivera"
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 ""
555
 
556
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
557
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
558
- msgid "Please note"
559
- msgstr "Vänligen notera"
560
-
561
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
562
- msgid ""
563
- "These settings should only be set in cases of problems with Wp-Pro-Quiz."
564
  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,7 +807,7 @@ msgstr ""
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,12 +816,12 @@ msgstr ""
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,11 +829,11 @@ msgstr ""
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,7 +841,7 @@ msgstr ""
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,129 +850,44 @@ msgstr ""
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
@@ -809,22 +915,21 @@ msgstr "Quiz-namn"
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,78 +937,75 @@ msgstr ""
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,15 +1015,15 @@ msgstr ""
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,47 +1033,51 @@ msgstr ""
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,13 +1085,13 @@ msgstr ""
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,55 +1099,61 @@ msgstr ""
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,7 +1161,7 @@ msgstr ""
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 "
@@ -1057,41 +1169,87 @@ msgid ""
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."
1070
  msgstr ""
1071
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1072
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1081
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1082
  msgid "Add question"
1083
  msgstr "Lägg till fråga"
1084
 
1085
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1086
  msgid "Save order"
1087
  msgstr "Spara sortering"
1088
 
1089
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1090
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1091
  msgid "Copy questions from another Quiz"
1092
  msgstr "Kopiera frågor från ett annat quiz"
1093
 
1094
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1095
  msgid ""
1096
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1097
  "selection enabled)"
@@ -1099,7 +1257,7 @@ msgstr ""
1099
  "Här kan du kopiera frågor från ett annat quiz till detta quiz (man kan "
1100
  "merkera flera samtidigt)"
1101
 
1102
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1103
  msgid "Copy questions"
1104
  msgstr "Kopiera frågor"
1105
 
@@ -1139,66 +1297,29 @@ 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)"
1176
- msgstr ""
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,16 +1329,16 @@ msgstr ""
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,12 +1346,12 @@ msgstr ""
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,30 +1359,30 @@ msgstr ""
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,367 +1392,453 @@ msgstr ""
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)"
1574
  msgstr ""
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 "
1594
- "in %d questions."
1595
  msgstr ""
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\">"
1622
- "%s</span>%%)"
1623
  msgstr ""
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
 
1636
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1637
  msgid "Quiz overview"
@@ -1721,42 +1928,59 @@ msgstr ""
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,6 +2062,9 @@ msgid ""
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 "
@@ -1876,14 +2103,8 @@ msgstr ""
1876
  #~ msgid "Tip"
1877
  #~ msgstr "ملاحظة"
1878
 
1879
- #~ msgid "Statistics activate"
1880
- #~ msgstr "تفعيل الاحصائيات"
1881
-
1882
  #~ msgid "Statistics reset"
1883
  #~ msgstr "اعادة ضبط الاحصائيات"
1884
 
1885
  #~ msgid "add new question"
1886
  #~ msgstr "اضف سؤال جديد"
1887
-
1888
- #~ msgid "Not all fields are filled"
1889
- #~ msgstr "لم يتم تعبئة جميع الحقول"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:20+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:20+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: Arabic\n"
60
 
61
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
62
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
65
  msgid "No data available"
66
  msgstr ""
78
  msgid "You must specify a name."
79
  msgstr ""
80
 
81
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
82
+ msgid "This entry should really be deleted?"
83
+ msgstr ""
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
86
+ msgid "Not all fields completed."
87
+ msgstr ""
88
+
89
  #: lib/controller/WpProQuiz_Controller_Front.php:44
90
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
91
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
92
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
93
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
94
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
95
  #: lib/view/WpProQuiz_View_Statistics.php:40
96
  msgid "Loading"
97
  msgstr "Laddar"
102
  #: lib/controller/WpProQuiz_Controller_Question.php:51
103
  #: lib/controller/WpProQuiz_Controller_Question.php:128
104
  #: lib/controller/WpProQuiz_Controller_Question.php:143
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
106
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
107
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
108
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
109
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
110
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
111
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
112
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
113
  msgid "You do not have sufficient permissions to access this page."
114
  msgstr ""
115
 
143
  msgstr "Fråga ej funnen"
144
 
145
  #: lib/controller/WpProQuiz_Controller_Question.php:173
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
147
  #, php-format
148
  msgid "Question: %d"
149
  msgstr "Fråga: %d"
150
 
151
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
152
  msgid "Question edited"
153
  msgstr "Fråga ändrad"
154
 
155
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
156
  msgid "New question"
157
  msgstr "Ny fråga"
158
 
159
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
160
  msgid "Question added"
161
  msgstr "Fråga tillagd"
162
 
183
  msgid "Quiz deleted"
184
  msgstr "Quiz borttaget"
185
 
186
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
187
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
188
+ msgid "No category"
189
+ msgstr ""
190
+
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
192
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
193
+ msgid "No name or e-mail entered."
194
  msgstr ""
195
 
 
196
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
197
+ msgid "You signed up successfully."
 
 
 
198
  msgstr ""
199
 
200
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
204
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
205
+ msgid "An error has occurred."
206
  msgstr ""
207
 
208
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
209
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
210
+ msgid "You can not enter again."
211
  msgstr ""
212
 
213
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
214
  msgid "Your name can not exceed 15 characters."
215
  msgstr ""
216
 
217
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
218
  msgid "You entered wrong captcha code."
219
  msgstr ""
220
 
231
  msgstr ""
232
 
233
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
234
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
235
  msgid "Wp-Pro-Quiz: One user completed a quiz"
236
  msgstr ""
237
 
238
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
239
  msgid ""
240
  "Wp-Pro-Quiz\n"
241
  "\n"
246
  "\n"
247
  msgstr ""
248
 
249
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
250
+ msgid ""
251
+ "Wp-Pro-Quiz\n"
252
+ "\n"
253
+ "You have completed the quiz \"$quizname\".\n"
254
+ "\n"
255
+ "Points: $points\n"
256
+ "Result: $result\n"
257
+ "\n"
258
+ msgstr ""
259
+
260
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
261
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
262
  msgid "The user completed a quiz."
263
  msgstr ""
264
 
265
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
266
+ msgid "The user completed a quiz with 100 percent."
267
+ msgstr ""
268
+
269
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
270
+ msgid "A powerful and beautiful quiz plugin for WordPress."
271
+ msgstr ""
272
+
273
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
274
+ msgid "WP-Pro-Quiz"
275
+ msgstr ""
276
+
277
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
278
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
281
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
282
  msgid "Leaderboard"
283
  msgstr ""
284
 
285
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
286
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
287
  #: lib/view/WpProQuiz_View_Import.php:22
288
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
289
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
290
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
291
  #: lib/view/WpProQuiz_View_Statistics.php:24
294
  msgstr "Tillbaka till översikten"
295
 
296
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
297
+ #: lib/view/WpProQuiz_View_Statistics.php:200
298
  msgid "Filter"
299
  msgstr ""
300
 
303
  msgstr ""
304
 
305
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
307
  msgid "best user"
308
  msgstr ""
309
 
310
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
312
  msgid "newest entry"
313
  msgstr ""
314
 
315
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
317
  msgid "oldest entry"
318
  msgstr ""
319
 
320
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
321
+ #: lib/view/WpProQuiz_View_Statistics.php:211
322
  msgid "How many entries should be shown on one page:"
323
  msgstr ""
324
 
332
  msgstr ""
333
 
334
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
335
+ #: lib/view/WpProQuiz_View_Statistics.php:230
336
  msgid "User"
337
  msgstr ""
338
 
339
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
340
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
341
  msgid "E-Mail"
342
  msgstr ""
343
 
347
  msgstr ""
348
 
349
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
351
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
352
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
353
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
354
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
355
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
357
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
358
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
359
+ #: lib/view/WpProQuiz_View_Statistics.php:96
360
+ #: lib/view/WpProQuiz_View_Statistics.php:231
361
  msgid "Points"
362
  msgstr "Poäng"
363
 
364
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
365
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
366
+ #: lib/view/WpProQuiz_View_Statistics.php:102
367
+ #: lib/view/WpProQuiz_View_Statistics.php:236
368
  msgid "Results"
369
  msgstr "Resultat"
370
 
371
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
372
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
373
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
374
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
375
+ msgid "Edit"
376
+ msgstr "Ändra"
377
 
378
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
379
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
380
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
381
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
382
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
383
  msgid "Delete"
384
  msgstr "Ta bort"
385
 
386
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
387
+ msgid "save"
388
  msgstr ""
389
 
390
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
391
+ msgid "cancel"
392
  msgstr ""
393
 
394
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
395
+ msgid "Action"
396
+ msgstr "Aktion"
 
 
397
 
398
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
399
+ msgid "Apply"
400
  msgstr ""
401
 
402
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
403
+ msgid "Delete all entries"
404
  msgstr ""
405
 
406
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
409
+ msgid "Time limit"
410
+ msgstr "Tid"
411
 
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
415
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
420
  msgid "Quiz-summary"
421
  msgstr ""
422
 
423
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
424
  #, php-format
425
  msgid "%s of %s questions completed"
426
  msgstr ""
427
 
428
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
429
  #: lib/view/WpProQuiz_View_Import.php:44
430
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
431
  msgid "Questions"
432
  msgstr "Frågor"
433
 
434
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
436
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
437
  msgid "Finish quiz"
438
  msgstr "Avsluta quiz"
439
 
440
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
441
  msgid "Start quiz"
442
  msgstr "Starta quiz"
443
 
444
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
445
  msgid ""
446
  "You have already completed the quiz before. Hence you can not start it again."
447
  msgstr ""
448
  "Du har redan färdigställt detta quiz, därför får du inte starta det igen."
449
 
450
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
451
  msgid "You have to finish following quiz, to start this quiz:"
452
  msgstr ""
453
 
454
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
455
  #, php-format
456
  msgid "%s of %s questions answered correctly"
457
  msgstr "%s av %s är frågor korrekt svarade"
458
 
459
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
460
  msgid "Your time: <span></span>"
461
  msgstr "Din tid: <span></span>"
462
 
463
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
464
  msgid "Time has elapsed"
465
  msgstr "Tid har gått ut!"
466
 
467
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
468
  #, php-format
469
  msgid "You have reached %s of %s points, (%s)"
470
  msgstr "Du fick %s av %s möjliga poäng, (%s)"
471
 
472
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
473
  msgid "Average score"
474
  msgstr ""
475
 
476
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
477
  msgid "Your score"
478
  msgstr ""
479
 
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
481
+ msgid "Categories"
482
+ msgstr ""
483
+
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
485
+ msgid "Not categorized"
486
+ msgstr ""
487
+
488
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
489
  msgid "Restart quiz"
490
  msgstr "Starta om quiz"
491
 
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
493
  msgid "View questions"
494
  msgstr "Visa svar"
495
 
496
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
497
  msgid "Show leaderboard"
498
  msgstr ""
499
 
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
501
+ msgid "Answered"
502
+ msgstr ""
503
+
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
505
+ msgid "Review"
506
+ msgstr ""
507
+
508
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
509
+ msgid "Review question"
510
+ msgstr ""
511
+
512
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
513
  #, php-format
514
  msgid "Question %s of %s"
515
  msgstr "Fråga %s av %s"
516
 
517
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
518
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
519
+ #: lib/view/WpProQuiz_View_Statistics.php:95
520
  msgid "Question"
521
  msgstr "Fråga"
522
 
523
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
524
  #, php-format
525
  msgid "%d points"
526
  msgstr "%d poäng"
527
 
528
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
529
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
530
  msgid "Sort elements"
531
  msgstr "sortera element"
532
 
533
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
534
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
535
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
536
+ #: lib/view/WpProQuiz_View_Statistics.php:97
537
+ #: lib/view/WpProQuiz_View_Statistics.php:232
538
  msgid "Correct"
539
  msgstr "Rätt svar!"
540
 
541
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
542
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
543
+ #: lib/view/WpProQuiz_View_Statistics.php:98
544
+ #: lib/view/WpProQuiz_View_Statistics.php:233
545
  msgid "Incorrect"
546
  msgstr "Fel svar!"
547
 
548
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
549
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
550
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
551
  msgid "Hint"
552
  msgstr "Tips"
553
 
554
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
557
  msgid "Skip question"
558
  msgstr ""
559
 
560
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
561
  msgid "Back"
562
  msgstr "Tillbaka"
563
 
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
565
  msgid "Check"
566
  msgstr "Svara"
567
 
568
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
569
+ msgid "Next"
570
+ msgstr ""
571
 
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
573
+ msgid "Your result has been entered into leaderboard"
574
  msgstr ""
575
 
576
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
577
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
578
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
579
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
580
  msgid "Name"
581
  msgstr "Namn"
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
584
  msgid "Captcha"
585
  msgstr ""
586
 
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
588
  msgid "Send"
589
  msgstr ""
590
 
606
  msgstr ""
607
 
608
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
609
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
610
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
 
 
 
 
 
 
 
 
611
  #: lib/view/WpProQuiz_View_QuizOverall.php:48
612
  msgid "Global settings"
613
  msgstr ""
614
 
615
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
616
+ msgid "E-Mail settings"
 
 
 
 
 
 
617
  msgstr ""
 
618
 
619
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
620
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
621
  msgid "Settings in case of problems"
622
  msgstr "Inställningar i fall det blir problem"
623
 
624
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
625
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
627
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
628
+ msgid "Save"
629
+ msgstr "Spara"
630
+
631
  #: lib/view/WpProQuiz_View_GobalSettings.php:48
632
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
633
+ msgid "Leaderboard time format"
634
+ msgstr ""
635
+
636
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
637
+ msgid "Custom"
638
+ msgstr ""
639
+
640
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
641
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
642
+ msgid "Documentation on date and time formatting"
643
+ msgstr ""
644
+
645
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
646
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
647
+ msgid "Statistic time format"
648
+ msgstr ""
649
+
650
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
651
+ msgid "Select example:"
652
+ msgstr ""
653
+
654
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
655
+ msgid "Time format:"
656
+ msgstr ""
657
+
658
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
659
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
660
+ msgid "Category management"
661
+ msgstr ""
662
 
663
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
664
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
665
+ msgid "Admin e-mail settings"
666
+ msgstr ""
667
+
668
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
669
+ msgid "To:"
670
+ msgstr ""
671
+
672
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
673
+ msgid ""
674
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
675
+ "com"
676
+ msgstr ""
677
+
678
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
679
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
680
+ msgid "From:"
681
+ msgstr ""
682
+
683
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
684
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
685
+ msgid "Subject:"
686
+ msgstr ""
687
+
688
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
689
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
690
+ msgid "HTML"
691
+ msgstr ""
692
+
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
696
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
697
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
698
  #: lib/view/WpProQuiz_View_QuizEdit.php:39
699
  #: lib/view/WpProQuiz_View_QuizEdit.php:58
700
  #: lib/view/WpProQuiz_View_QuizEdit.php:77
701
  #: lib/view/WpProQuiz_View_QuizEdit.php:96
702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
 
 
 
 
712
  #: lib/view/WpProQuiz_View_QuizEdit.php:643
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
725
  msgid "Activate"
726
  msgstr "Aktivera"
727
 
728
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
729
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
730
+ msgid "Message body:"
731
+ msgstr ""
732
+
733
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
734
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
735
+ msgid "Allowed variables"
736
+ msgstr ""
737
+
738
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
739
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
740
+ msgid "User-ID"
741
+ msgstr ""
742
+
743
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
744
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
745
+ msgid "Username"
746
+ msgstr ""
747
+
748
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
749
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
750
+ msgid "Quiz-Name"
751
+ msgstr ""
752
+
753
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
754
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
755
+ msgid "Result in precent"
756
+ msgstr ""
757
+
758
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
759
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
760
+ msgid "Reached points"
761
+ msgstr ""
762
+
763
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
764
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
765
+ msgid "IP-address of the user"
766
+ msgstr ""
767
+
768
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
769
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
770
+ msgid "User e-mail settings"
771
+ msgstr ""
772
+
773
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
774
+ msgid "to activate"
775
+ msgstr "att aktivera"
776
+
777
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
778
+ msgid "not to activate"
779
+ msgstr "inte att aktivera"
780
+
781
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
782
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
783
+ msgid "Please note"
784
+ msgstr "Vänligen notera"
785
+
786
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
787
+ msgid ""
788
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
789
+ msgstr ""
790
+ "Dessa inställningar skall endast användas vid problemet med Wp-Pro-Quiz"
791
+
792
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
793
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
794
+ msgid "Automatically add [raw] shortcode"
795
+ msgstr "Lägger automatiskt till [raw]-kortkoden"
796
+
797
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
798
  #, php-format
799
  msgid "It is recommended %s this option on your system."
800
  msgstr "Det är rekommenderat att %s detta val på ditt system"
801
 
802
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
803
  msgid ""
804
  "If this option is activated, a [raw] shortcode is automatically set around "
805
  "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
807
  "Om det här valet är aktiverat, en [raw]-kortkod sätts automatiskt runt "
808
  "WpProQuiz-kortkodet ([WpProQuiz X] ) blir [raw] [WpProQuiz X] [/raw]"
809
 
810
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
811
  #: lib/view/WpProQuiz_View_QuizOverall.php:42
812
  msgid ""
813
  "Own themes changes internal order of filters, what causes the problems. "
816
  "Egna tema-ändringar ändrar på filterna, vilket kan orsaka problem. Med "
817
  "tillägg av kortkoden [raw] kan detta förhindras."
818
 
819
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
820
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
821
  msgid "Do not load the Javascript-files in the footer"
822
  msgstr "Ladda inte Javascript-filerna i footer"
823
 
824
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
825
  msgid ""
826
  "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
827
  "when they are really needed."
829
  "Generellt laddas alla WpProQuiz-javascriptfiler i footern och endast när de "
830
  "behövs."
831
 
832
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
833
  msgid "In very old Wordpress themes this can lead to problems."
834
  msgstr "I väldigt gamla Wordpress-tema kan detta leda till problem."
835
 
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
837
  msgid ""
838
  "If you activate this option, all WpProQuiz-Javascript files are loaded in "
839
  "the header even if they are not needed."
841
  "Om du aktiverar detta val, så kommer alla WpProQuiz-javascriptfiler att "
842
  "laddas i headern även om det inte behövs."
843
 
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
845
  #, php-format
846
  msgid ""
847
  "Anyone who wants to learn more about this topic should read through the "
850
  "Alla som vill lära sig mer om detta ämne bör läsa igenom de följande "
851
  "webbsidorna %s och %s."
852
 
853
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
854
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
855
  msgid "Touch Library"
856
  msgstr "Touch Library"
857
 
858
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
860
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
863
  msgid "Deactivate"
864
  msgstr "Deaktivera"
865
 
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
867
  msgid "In Version 0.13 a new Touch Library was added for mobile devices."
868
  msgstr "I version 0.13 lades ett nytt Touch Library till för mobila enheter."
869
 
870
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
871
  msgid "If you have any problems with the Touch Library, please deactivate it."
872
  msgstr "Om du har några problem med Touch Library, vänligen deaktivera det."
873
 
874
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
875
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
876
  msgid "jQuery support cors"
877
  msgstr ""
878
 
879
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
880
  msgid "Is required only in rare cases."
881
  msgstr ""
882
 
883
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
884
  msgid "If you have problems with the front ajax, please activate it."
885
  msgstr ""
886
 
887
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
888
  msgid "e.g. Domain with special characters in combination with IE"
889
  msgstr ""
890
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
891
  #: lib/view/WpProQuiz_View_Import.php:21
892
  #: lib/view/WpProQuiz_View_QuizOverall.php:119
893
  #: lib/view/WpProQuiz_View_QuizOverall.php:136
915
  msgid "Start import"
916
  msgstr "Börja importera"
917
 
918
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
919
  msgid "Title"
920
  msgstr "Titel"
921
 
922
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
923
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
924
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
925
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
926
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
929
  msgid "(optional)"
930
  msgstr "(valfritt)"
931
 
932
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
933
  msgid ""
934
  "The title is used for overview, it is not visible in quiz. If you leave the "
935
  "title field empty, a title will be generated."
937
  "Denna överskrift syns bara i admin-gränssnittet, och är inte synbart i "
938
  "quizzet. Om du lämnar överskriften tom kommer en överskrift att genereras."
939
 
940
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
941
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
942
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
943
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
946
  msgid "(required)"
947
  msgstr "(krav)"
948
 
949
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
950
  msgid "Points for this question (Standard is 1 point)"
951
  msgstr "Poäng för denna fråga (standard är 1 poäng)"
952
 
953
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
954
  msgid ""
955
  "This points will be rewarded, only if the user closes the question correctly."
956
  msgstr ""
957
 
958
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
959
  msgid "Different points for each answer"
960
  msgstr ""
961
 
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
963
  msgid ""
964
  "If you enable this option, you can enter different points for every answer."
965
  msgstr ""
966
 
967
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
968
  msgid "Show reached points in the correct- and incorrect message?"
969
  msgstr ""
970
 
971
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
972
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
973
+ #: lib/view/WpProQuiz_View_Statistics.php:115
974
  msgid "Category"
975
  msgstr ""
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
978
  msgid ""
979
  "You can assign classify category for a question. Categories are e.g. visible "
980
  "in statistics function."
981
  msgstr ""
982
 
983
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
984
  msgid "You can manage categories in global settings."
985
  msgstr ""
986
 
987
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
988
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
989
  msgid "Create new category"
990
  msgstr ""
991
 
992
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
993
  msgid "Create"
994
  msgstr ""
995
 
996
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
997
  msgid "Message with the correct / incorrect answer"
998
  msgstr ""
999
 
1000
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
1001
  msgid "Deactivated in quiz settings."
1002
  msgstr ""
1003
 
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
1005
  msgid "Message with the correct answer"
1006
  msgstr "Meddelande till det rätta svaret"
1007
 
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
1009
  msgid ""
1010
  "This text will be visible if answered correctly. It can be used as "
1011
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1015
  "förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller \"Fel\" "
1016
  "kommer alltid att visas automatiskt."
1017
 
1018
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1019
  msgid "Same text for correct- and incorrect-message?"
1020
  msgstr "Samma text för rätt och fel svar?"
1021
 
1022
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1023
  msgid "Message with the incorrect answer"
1024
  msgstr "Meddelande för felaktigt svar"
1025
 
1026
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1027
  msgid ""
1028
  "This text will be visible if answered incorrectly. It can be used as "
1029
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1033
  "användas som förklaring vid en komplicerad fråga. Meddelandet \"Rätt\" eller "
1034
  "\"Fel\" kommer alltid att visas automatiskt."
1035
 
1036
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1037
  msgid "Here you can enter solution hint."
1038
  msgstr "Här kan du skriva in ett tips."
1039
 
1040
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1041
  msgid "Activate hint for this question?"
1042
  msgstr "Aktivera tips för denna fråga"
1043
 
1044
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1045
  msgid "Answer type"
1046
  msgstr "Svarstyp"
1047
 
1048
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1049
  msgid "Single choice"
1050
  msgstr "Ett svar"
1051
 
1052
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1053
  msgid "Multiple choice"
1054
  msgstr "Flera svar"
1055
 
1056
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1057
  msgid "\"Free\" choice"
1058
  msgstr "\"Fritt\" svar"
1059
 
1060
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1061
  msgid "\"Sorting\" choice"
1062
  msgstr "\"Sorteringssvar\""
1063
 
1064
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1065
  msgid "\"Matrix Sorting\" choice"
1066
  msgstr "\"Matrix Sorting\"-svar"
1067
 
1068
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1069
  msgid "Cloze"
1070
  msgstr "Cloze"
1071
 
1072
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1073
+ msgid "Assessment"
1074
+ msgstr ""
1075
+
1076
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1077
  msgid "Answers"
1078
  msgstr "Svar"
1079
 
1080
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1081
  msgid ""
1082
  "Please sort the answers in right order with the \"Move\" - Button. The "
1083
  "answers will be displayed randomly."
1085
  "Vänligen sortera svaren i rätt ordning med \"flytta\"-knappen. Svaren kommer "
1086
  "att visas i blandad ordning."
1087
 
1088
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1089
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1090
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1091
  msgid "Add new answer"
1092
  msgstr "Lägg till nytt svar"
1093
 
1094
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1095
  msgid ""
1096
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1097
  "matching criterion."
1099
  "I denna metod så har vi inte en lista som måste sorteras, utan element som "
1100
  "måste matchas till kriterier."
1101
 
1102
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1103
  msgid ""
1104
  "You can create sort elements with empty criteria, which can't be assigned by "
1105
  "user."
1106
  msgstr ""
1107
 
1108
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1109
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1110
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1111
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1112
  msgid "Options"
1113
  msgstr "Alternativ"
1114
 
1115
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1116
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1117
  msgid "Answer"
1118
  msgstr ""
1119
 
1120
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1121
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1122
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1123
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1124
  msgid "Allow HTML"
1125
  msgstr "Tillåt HTML"
1126
 
1127
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1128
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1129
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1130
  msgid "Delete answer"
1131
  msgstr "Radera svar"
1132
 
1133
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1134
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1135
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1136
+ msgid "Add Media"
1137
+ msgstr ""
1138
+
1139
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1140
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1141
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1142
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1143
  msgid "Move"
1144
  msgstr "Flytta"
1145
 
1146
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1147
  msgid "Criterion"
1148
  msgstr "Kriterie"
1149
 
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1151
  msgid ""
1152
  "correct answers (one per line) (answers will be converted to lower case)"
1153
  msgstr ""
1154
  "Korrekt svar (en per rad) (svar kommer att konverteras till små bokstäver)"
1155
 
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1157
  msgid ""
1158
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1159
  "small letters will be ignored."
1161
  "Inkapsla det sökta ordet med {} t.ex \"Jag {spelar} fotboll\". Stora och små "
1162
  "bokstäver ignoreras."
1163
 
1164
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1165
  msgid ""
1166
  "You can specify multiple options for a search word. Enclose the word with "
1167
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1169
  "hate are correct."
1170
  msgstr ""
1171
 
1172
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1173
  msgid ""
1174
  "If mode \"Different points for every answer\" is activated, you can assign "
1175
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1176
  msgstr ""
1177
 
1178
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1179
  msgid ""
1180
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1181
  "\" 3 points."
1182
  msgstr ""
1183
 
1184
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1185
+ msgid "Here you can create an assessment question."
1186
+ msgstr ""
1187
+
1188
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1189
+ msgid ""
1190
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1191
+ msgstr ""
1192
+
1193
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1194
+ msgid "The number of options in the maximum score."
1195
+ msgstr ""
1196
+
1197
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1198
+ msgid "Examples:"
1199
+ msgstr ""
1200
+
1201
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1202
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1203
+ msgstr ""
1204
+
1205
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1206
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1219
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1223
+ msgid "Demo"
1224
+ msgstr "Demo"
1225
+
1226
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1227
+ msgid "less true { [a] [b] [c] } more true"
1228
+ msgstr ""
1229
+
1230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1231
  msgid "Questions sorted"
1232
  msgstr "Frågor sorterade"
1233
 
1234
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1235
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1236
  msgid "Total"
1237
  msgstr "Totalt"
1238
 
1239
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1240
  msgid "Add question"
1241
  msgstr "Lägg till fråga"
1242
 
1243
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1244
  msgid "Save order"
1245
  msgstr "Spara sortering"
1246
 
 
1247
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1248
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1249
  msgid "Copy questions from another Quiz"
1250
  msgstr "Kopiera frågor från ett annat quiz"
1251
 
1252
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1253
  msgid ""
1254
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1255
  "selection enabled)"
1257
  "Här kan du kopiera frågor från ett annat quiz till detta quiz (man kan "
1258
  "merkera flera samtidigt)"
1259
 
1260
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1261
  msgid "Copy questions"
1262
  msgstr "Kopiera frågor"
1263
 
1297
 
1298
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1299
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1300
  msgid "Display question randomly"
1301
  msgstr "Visa frågor i blandad ordning"
1302
 
1303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1305
  msgid "Display answers randomly"
1306
  msgstr "Visa svar i blandad ordning"
1307
 
1308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1309
  msgid "Seconds"
1310
  msgstr "Sekunder"
1311
 
1312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1313
  msgid "0 = no limit"
1314
  msgstr "0 = ingen tidsbegränsning"
1315
 
1316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1319
  msgid "Statistics"
1320
  msgstr "Statistik"
1321
 
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1323
  msgid ""
1324
  "Statistics about right or wrong answers. Statistics will be saved by "
1325
  "completed quiz, not after every question. The statistics is only visible "
1329
  "färdigställda quiz, inte efter varje fråga. Statistiken går endast att se i "
1330
  "administratörsmenyn (intern statistik)"
1331
 
1332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1334
  msgid "Statistics IP-lock"
1335
  msgstr "Statistik-IPblockering"
1336
 
1337
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1338
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1339
  msgstr "i minuter (rekommenderas 1440 minuter = 1 dag)"
1340
 
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1342
  msgid ""
1343
  "Protect the statistics from spam. Result will only be saved every X minutes "
1344
  "from same IP. (0 = deactivated)"
1346
  "Skydda statistik för spam. Resultat kommer endast att sparas varje x minut "
1347
  "från samma IP. (0 = deaktiverad)"
1348
 
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1351
  msgid "Execute quiz only once"
1352
  msgstr "Tillåt användare att genomföra quiz endast en gång"
1353
 
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1355
  msgid ""
1356
  "If you activate this option, the user can complete the quiz only once. "
1357
  "Afterwards the quiz is blocked for this user."
1359
  "Om du aktiverar detta så kommer användarna endast kunna köra ditt quiz en "
1360
  "gång. Efter är användaren blockerad för att köra igen."
1361
 
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1363
  msgid "This option applies to:"
1364
  msgstr "Detta val gäller:"
1365
 
1366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1368
  msgid "all users"
1369
  msgstr "alla användare"
1370
 
1371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1373
  msgid "registered useres only"
1374
  msgstr "endast registrerade användare"
1375
 
1376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1378
  msgid "anonymous users only"
1379
  msgstr "endast anonyma användare"
1380
 
1381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1382
  msgid "user identification by cookie"
1383
  msgstr "användaridentifiering via cookies"
1384
 
1385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1386
  msgid ""
1387
  "If you activate this option, a cookie is set additionally for unregistrated "
1388
  "(anonymous) users. This ensures a longer assignment of the user than the "
1392
  "(anonyma) användare. Detta säkrar mer långvariga quiz för användaren "
1393
  "istället för bara kontroll via IP-adress."
1394
 
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1396
  msgid "Reset the user identification"
1397
  msgstr "Nollställ användaridentifikation"
1398
 
1399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1400
  msgid "User identification has been reset."
1401
  msgstr "Användaridentifikation nollställd."
1402
 
1403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1404
  msgid "Resets user identification for all users."
1405
  msgstr "Nollställ användaridentifikation för alla användare."
1406
 
1407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1409
  msgid "Show only specific number of questions"
1410
  msgstr ""
1411
 
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1413
  msgid ""
1414
  "If you enable this option, maximum number of displayed questions will be X "
1415
  "from X questions. (The output of questions is random)"
1416
  msgstr ""
1417
 
1418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1419
  msgid "The statistics function is not available in this option."
1420
  msgstr ""
1421
 
1422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1423
  msgid ""
1424
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1425
  msgstr ""
1426
 
1427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1428
  msgid "How many questions should be displayed simultaneously:"
1429
  msgstr ""
1430
 
1431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1432
  msgid "in percent"
1433
  msgstr ""
1434
 
1435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1437
  msgid "Prerequisites"
1438
  msgstr ""
1439
 
1440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1441
  msgid ""
1442
  "If you enable this option, you can choose quiz, which user have to finish "
1443
  "before he can start this quiz."
1444
  msgstr ""
1445
 
1446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1447
  msgid ""
1448
  "In all selected quizzes statistic function have to be active. If it is not "
1449
  "it will be activated automatically."
1450
  msgstr ""
1451
 
1452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1453
  msgid "Quiz"
1454
  msgstr ""
1455
 
1456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1457
  msgid "Prerequisites (This quiz have to be finished)"
1458
  msgstr ""
1459
 
1460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1463
  msgid "Question overview"
1464
  msgstr ""
1465
 
1466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1467
  msgid ""
1468
  "Add at the top of the quiz a question overview, which allows easy "
1469
  "navigation. Additional questions can be marked \"to review\"."
1470
  msgstr ""
1471
 
1472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1473
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1474
  msgstr ""
1475
 
1476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1477
  msgid ""
1478
  "If you enalbe this option, no quiz overview will be displayed, before "
1479
  "finishing quiz."
1480
  msgstr ""
1481
 
1482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1483
  msgid ""
1484
  "If you enable this option, user won't be able to skip question. (only in "
1485
  "\"Overview -> next\" mode). User still will be able to navigate over "
1486
  "\"Question-Overview\""
1487
  msgstr ""
1488
 
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1491
+ msgid "Admin e-mail notification"
1492
  msgstr ""
1493
 
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1495
  msgid "for registered users only"
1496
  msgstr ""
1497
 
1498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1499
  msgid "for all users"
1500
  msgstr ""
1501
 
1502
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1503
  msgid ""
1504
  "If you enable this option, you will be informed if a user completes this "
1505
  "quiz."
1506
  msgstr ""
1507
 
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1510
  msgid "E-Mail settings can be edited in global settings."
1511
  msgstr ""
1512
 
1513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1515
+ msgid "User e-mail notification"
1516
  msgstr ""
1517
 
1518
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1519
+ msgid ""
1520
+ "If you enable this option, an email is sent with his quiz result to the "
1521
+ "user. (only registered users)"
1522
  msgstr ""
1523
 
1524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1525
+ msgid "Quiz description"
1526
+ msgstr "Quiz-beskrivning"
1527
+
1528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1529
+ msgid "This text will be displayed before start of the quiz."
1530
+ msgstr "Denna text kommer att visas innan quiz startas."
1531
+
1532
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1533
+ msgid "Results text"
1534
+ msgstr "Resultattext"
1535
+
1536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1537
+ msgid ""
1538
+ "This text will be displayed at the end of the quiz (in results). (this text "
1539
+ "is optional)"
1540
+ msgstr ""
1541
+ "Denna text kommer att visas i slutet av varje quiz (i resultatetn). (Denna "
1542
+ "text är frivillig)"
1543
+
1544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1545
+ msgid "Activate graduation"
1546
+ msgstr "Aktivera graduering"
1547
+
1548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1549
+ msgid "Hint:"
1550
+ msgstr "Tips:"
1551
+
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1553
+ msgid "Maximal 15 levels"
1554
+ msgstr "Maximum 15 nivåer"
1555
+
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1557
+ #, php-format
1558
+ msgid ""
1559
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1560
+ "in %d questions."
1561
+ msgstr ""
1562
+ "Procenten representerar totalprocenten för quizzet. (För närvarande totalt "
1563
+ "%d poäng av %d frågor)"
1564
+
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1566
+ msgid "Values can also be mixed up"
1567
+ msgstr "Värden kan också mixas in"
1568
+
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1570
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1571
+ msgstr "10,15% och 10.15% tillåtet (max två siffror efter decimalen)"
1572
+
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1575
+ msgid "from:"
1576
+ msgstr "från:"
1577
+
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1580
+ msgid "percent"
1581
+ msgstr "procent"
1582
+
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1585
+ #, php-format
1586
+ msgid ""
1587
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1588
+ "%s</span>%%)"
1589
+ msgstr ""
1590
+ "(Kommer att visas när resultat-procenten är >= <span class=\"resultprozent\">"
1591
+ "%s</span>%%)"
1592
+
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1595
+ msgid "Delete graduation"
1596
+ msgstr "Ta bort graduering"
1597
+
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1599
+ msgid "Add graduation"
1600
+ msgstr "Lägg till graduering"
1601
+
1602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1603
+ msgid "Result-Options"
1604
  msgstr ""
1605
 
1606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1607
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1608
+ msgid "Show average points"
1609
+ msgstr ""
1610
 
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1612
+ msgid "Statistics-function must be enabled."
1613
+ msgstr ""
1614
+
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1617
+ msgid "Show category score"
1618
+ msgstr ""
1619
 
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1621
  msgid ""
1622
+ "If you enable this option, the results of each category is displayed on the "
1623
+ "results page."
1624
  msgstr ""
1625
 
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1628
+ msgid "Hide correct questions - display"
1629
  msgstr ""
1630
 
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1632
+ msgid ""
1633
+ "If you select this option, no longer the number of correctly answered "
1634
+ "questions are displayed on the results page."
1635
+ msgstr ""
1636
+
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1639
+ msgid "Hide quiz time - display"
1640
  msgstr ""
1641
 
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1643
  msgid ""
1644
+ "If you enable this option, the time for finishing the quiz won't be "
1645
+ "displayed on the results page anymore."
1646
+ msgstr ""
1647
+
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1650
+ msgid "Hide score - display"
1651
+ msgstr ""
1652
+
1653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1654
+ msgid ""
1655
+ "If you enable this option, final score won't be displayed on the results "
1656
+ "page anymore."
1657
+ msgstr ""
1658
+
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1660
+ msgid "Question-Options"
1661
+ msgstr ""
1662
+
1663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1665
+ msgid "Show points"
1666
+ msgstr "Visa poäng"
1667
+
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1669
+ msgid "Shows in quiz, how many points are reachable for respective question."
1670
+ msgstr "Visa i quiz hur många poäng som är max för varje fråga."
1671
+
1672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1674
+ msgid "Number answers"
1675
+ msgstr "Nummersvar"
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1678
+ msgid ""
1679
+ "If this option is activated, all answers are numbered (only single and "
1680
+ "multiple choice)"
1681
+ msgstr ""
1682
+ "Om det här svaret är aktiverat, så kommer alla svar att vara numrerade "
1683
+ "(endast singel och multi-svar)"
1684
+
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1687
+ msgid "Hide correct- and incorrect message"
1688
+ msgstr ""
1689
+
1690
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1691
+ msgid ""
1692
+ "If you enable this option, no correct- or incorrect message will be "
1693
+ "displayed."
1694
+ msgstr ""
1695
+
1696
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1698
+ msgid "Correct and incorrect answer mark"
1699
+ msgstr ""
1700
+
1701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1702
+ msgid ""
1703
+ "If you enable this option, answers won't be color highlighted as correct or "
1704
+ "incorrect. "
1705
  msgstr ""
1706
 
1707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1708
  msgid ""
1709
  "The leaderboard allows users to enter results in public list and to share "
1710
  "the result this way."
1711
  msgstr ""
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1714
  msgid "The leaderboard works independent from internal statistics function."
1715
  msgstr ""
1716
 
1717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1718
  msgid "Who can sign up to the list"
1719
  msgstr ""
1720
 
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1722
  msgid ""
1723
  "Not registered users have to enter name and e-mail (e-mail won't be "
1724
  "displayed)"
1725
  msgstr ""
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1728
  msgid "insert automatically"
1729
  msgstr ""
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1732
  msgid ""
1733
  "If you enable this option, logged in users will be automatically entered "
1734
  "into leaderboard"
1735
  msgstr ""
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1738
  msgid "display captcha"
1739
  msgstr ""
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1742
  msgid ""
1743
  "If you enable this option, additional captcha will be displayed for users "
1744
  "who are not registered."
1745
  msgstr ""
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1748
  msgid "This option requires additional plugin:"
1749
  msgstr ""
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1752
  msgid "Plugin has been detected."
1753
  msgstr ""
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1756
  msgid "Plugin is not installed."
1757
  msgstr ""
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1760
  msgid "Sort list by"
1761
  msgstr ""
1762
 
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1764
  msgid "Users can apply multiple times"
1765
  msgstr ""
1766
 
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1768
  msgid "User can apply after:"
1769
  msgstr ""
1770
 
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1772
  msgid "minute"
1773
  msgstr ""
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1776
  msgid "How many entries should be displayed"
1777
  msgstr ""
1778
 
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1780
  msgid "Entries"
1781
  msgstr ""
1782
 
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1784
  msgid "Automatically display leaderboard in quiz result"
1785
  msgstr ""
1786
 
1787
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1788
  msgid "Where should leaderboard be displayed:"
1789
  msgstr ""
1790
 
1791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1792
  msgid "don't display"
1793
  msgstr ""
1794
 
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1796
  msgid "below the \"result text\""
1797
  msgstr ""
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1800
  msgid "in a button"
1801
  msgstr ""
1802
 
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1804
+ msgid "Quiz-Mode"
1805
+ msgstr ""
 
 
 
 
 
 
 
 
1806
 
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1808
+ msgid "Normal"
 
 
1809
  msgstr ""
 
 
1810
 
1811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1812
+ msgid "Normal + Back-Button"
1813
+ msgstr ""
1814
 
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1816
+ msgid "Check -> continue"
1817
+ msgstr "Visa rätt svar innan användaren fortsätter"
1818
 
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1820
+ msgid "Questions below each other"
1821
+ msgstr "Frågor under varandra"
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1824
  msgid ""
1825
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1826
+ "displayed at the end of the quiz."
1827
  msgstr ""
 
 
 
 
 
 
 
 
 
 
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1830
+ msgid "Allows to use the back button in a question."
1831
+ msgstr ""
 
1832
 
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1834
+ msgid "Shows \"right or wrong\" after each question."
1835
+ msgstr ""
 
1836
 
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1838
  msgid ""
1839
+ "If this option is activated, all answers are displayed below each other, i."
1840
+ "e. all questions are on a single page."
1841
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1842
 
1843
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1844
  msgid "Quiz overview"
1928
  msgid "Overview"
1929
  msgstr "Överblick"
1930
 
1931
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1932
  msgid "Please select user name:"
1933
  msgstr "Vänligen markera användarnamn"
1934
 
1935
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1936
+ msgid "Select a test:"
1937
+ msgstr ""
1938
+
1939
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1940
  msgid "Anonymous user"
1941
  msgstr ""
1942
 
1943
+ #: lib/view/WpProQuiz_View_Statistics.php:84
1944
+ msgid "average"
1945
+ msgstr ""
1946
+
1947
+ #: lib/view/WpProQuiz_View_Statistics.php:99
1948
+ #: lib/view/WpProQuiz_View_Statistics.php:234
1949
  msgid "Hints used"
1950
  msgstr "Tips använt"
1951
 
1952
+ #: lib/view/WpProQuiz_View_Statistics.php:100
1953
+ #: lib/view/WpProQuiz_View_Statistics.php:235
1954
+ msgid "Time"
1955
+ msgstr ""
1956
+
1957
+ #: lib/view/WpProQuiz_View_Statistics.php:101
1958
  msgid "Points scored"
1959
  msgstr ""
1960
 
1961
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1962
  msgid "Sub-Total: "
1963
  msgstr ""
1964
 
1965
+ #: lib/view/WpProQuiz_View_Statistics.php:174
1966
+ #: lib/view/WpProQuiz_View_Statistics.php:259
1967
+ msgid "Refresh"
1968
+ msgstr "Uppdatera"
1969
+
1970
+ #: lib/view/WpProQuiz_View_Statistics.php:178
1971
  msgid "Reset statistics"
1972
  msgstr "Nollställ statistik"
1973
 
1974
+ #: lib/view/WpProQuiz_View_Statistics.php:179
1975
+ msgid "Reset user statistics"
1976
+ msgstr ""
 
1977
 
1978
+ #: lib/view/WpProQuiz_View_Statistics.php:180
1979
+ #: lib/view/WpProQuiz_View_Statistics.php:261
1980
  msgid "Reset entire statistic"
1981
  msgstr "Nolltäll all statistik"
1982
 
1983
+ #: lib/view/WpProQuiz_View_Statistics.php:205
1984
  msgid "Show only users, who solved the quiz:"
1985
  msgstr ""
1986
 
2062
  "english to english) e.g. to rename buttons."
2063
  msgstr ""
2064
 
2065
+ #~ msgid "Next exercise"
2066
+ #~ msgstr "Nästa fråga >>"
2067
+
2068
  #~ msgid ""
2069
  #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2070
  #~ "will be displayed at the end. (Option will be ignored if \"questions "
2103
  #~ msgid "Tip"
2104
  #~ msgstr "ملاحظة"
2105
 
 
 
 
2106
  #~ msgid "Statistics reset"
2107
  #~ msgstr "اعادة ضبط الاحصائيات"
2108
 
2109
  #~ msgid "add new question"
2110
  #~ msgstr "اضف سؤال جديد"
 
 
 
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-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"
@@ -59,7 +59,7 @@ 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 ""
@@ -77,11 +77,20 @@ msgstr ""
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 ""
@@ -92,14 +101,14 @@ msgstr ""
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
 
@@ -133,20 +142,20 @@ 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
 
@@ -173,32 +182,38 @@ msgstr ""
173
  msgid "Quiz deleted"
174
  msgstr ""
175
 
176
- #: lib/controller/WpProQuiz_Controller_Toplist.php:136
177
- msgid "You signing up successfully."
 
 
 
 
 
 
178
  msgstr ""
179
 
180
- #: lib/controller/WpProQuiz_Controller_Toplist.php:144
181
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
182
- #: lib/controller/WpProQuiz_Controller_Toplist.php:165
183
- #: lib/controller/WpProQuiz_Controller_Toplist.php:169
184
- #: lib/controller/WpProQuiz_Controller_Toplist.php:175
185
- msgid "An error has occurred."
186
  msgstr ""
187
 
188
- #: lib/controller/WpProQuiz_Controller_Toplist.php:186
189
- #: lib/controller/WpProQuiz_Controller_Toplist.php:195
190
- msgid "You can not enter again."
 
 
 
191
  msgstr ""
192
 
193
- #: lib/controller/WpProQuiz_Controller_Toplist.php:199
194
- msgid "No name or e-mail entered."
 
195
  msgstr ""
196
 
197
- #: lib/controller/WpProQuiz_Controller_Toplist.php:203
198
  msgid "Your name can not exceed 15 characters."
199
  msgstr ""
200
 
201
- #: lib/controller/WpProQuiz_Controller_Toplist.php:211
202
  msgid "You entered wrong captcha code."
203
  msgstr ""
204
 
@@ -215,10 +230,11 @@ 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"
@@ -229,22 +245,46 @@ msgid ""
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
@@ -253,7 +293,7 @@ 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,22 +302,22 @@ msgid "Sort by:"
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,12 +331,12 @@ msgid "UR = unregistered user, R = registered user"
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,216 +346,243 @@ msgid "Entered on"
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
 
330
- #: lib/view/WpProQuiz_View_AdminToplist.php:79
331
- msgid "Action"
 
 
 
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
 
341
- #: lib/view/WpProQuiz_View_AdminToplist.php:82
342
- msgid "Apply"
343
  msgstr ""
344
 
345
- #: lib/view/WpProQuiz_View_AdminToplist.php:83
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
 
@@ -537,236 +604,275 @@ msgid "Table is loading"
537
  msgstr ""
538
 
539
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
540
- msgid "to activate"
 
 
 
541
  msgstr ""
542
 
543
- #: lib/view/WpProQuiz_View_GobalSettings.php:9
544
- msgid "not to activate"
545
  msgstr ""
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 ""
553
 
554
- #: lib/view/WpProQuiz_View_GobalSettings.php:16
555
- #: lib/view/WpProQuiz_View_WpqSupport.php:50
556
- msgid "Please note"
 
 
557
  msgstr ""
558
 
559
- #: lib/view/WpProQuiz_View_GobalSettings.php:18
560
- msgid ""
561
- "These settings should only be set in cases of problems with Wp-Pro-Quiz."
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
@@ -796,232 +902,238 @@ msgstr ""
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 "
@@ -1029,47 +1141,93 @@ msgid ""
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."
1042
  msgstr ""
1043
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1044
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
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
 
1053
- #: lib/view/WpProQuiz_View_QuestionOverall.php:81
1054
  msgid "Add question"
1055
  msgstr ""
1056
 
1057
- #: lib/view/WpProQuiz_View_QuestionOverall.php:82
1058
  msgid "Save order"
1059
  msgstr ""
1060
 
1061
- #: lib/view/WpProQuiz_View_QuestionOverall.php:83
1062
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
 
1063
  msgid "Copy questions from another Quiz"
1064
  msgstr ""
1065
 
1066
- #: lib/view/WpProQuiz_View_QuestionOverall.php:89
1067
  msgid ""
1068
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1069
  "selection enabled)"
1070
  msgstr ""
1071
 
1072
- #: lib/view/WpProQuiz_View_QuestionOverall.php:101
1073
  msgid "Copy questions"
1074
  msgstr ""
1075
 
@@ -1109,480 +1267,529 @@ 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
 
1588
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
@@ -1671,42 +1878,59 @@ msgstr ""
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2013-05-13 19:21+0100\n"
5
+ "PO-Revision-Date: 2013-05-13 19:21+0100\n"
6
  "Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
59
 
60
  #: lib/controller/WpProQuiz_Controller_Admin.php:107
61
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
62
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
63
  #: lib/view/WpProQuiz_View_QuizOverall.php:110
64
  msgid "No data available"
65
  msgstr ""
77
  msgid "You must specify a name."
78
  msgstr ""
79
 
80
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
81
+ msgid "This entry should really be deleted?"
82
+ msgstr ""
83
+
84
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
85
+ msgid "Not all fields completed."
86
+ msgstr ""
87
+
88
  #: lib/controller/WpProQuiz_Controller_Front.php:44
89
+ #: lib/controller/WpProQuiz_Controller_Front.php:60
90
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
91
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
92
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:482
93
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
94
  #: lib/view/WpProQuiz_View_Statistics.php:40
95
  msgid "Loading"
96
  msgstr ""
101
  #: lib/controller/WpProQuiz_Controller_Question.php:51
102
  #: lib/controller/WpProQuiz_Controller_Question.php:128
103
  #: lib/controller/WpProQuiz_Controller_Question.php:143
104
+ #: lib/controller/WpProQuiz_Controller_Question.php:204
105
+ #: lib/controller/WpProQuiz_Controller_Question.php:374
106
  #: lib/controller/WpProQuiz_Controller_Quiz.php:175
107
  #: lib/controller/WpProQuiz_Controller_Quiz.php:189
108
  #: lib/controller/WpProQuiz_Controller_Quiz.php:249
109
  #: lib/controller/WpProQuiz_Controller_Quiz.php:297
110
  #: lib/controller/WpProQuiz_Controller_Statistics.php:32
111
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
112
  msgid "You do not have sufficient permissions to access this page."
113
  msgstr ""
114
 
142
  msgstr ""
143
 
144
  #: lib/controller/WpProQuiz_Controller_Question.php:173
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:233
146
  #, php-format
147
  msgid "Question: %d"
148
  msgstr ""
149
 
150
+ #: lib/controller/WpProQuiz_Controller_Question.php:187
151
  msgid "Question edited"
152
  msgstr ""
153
 
154
+ #: lib/controller/WpProQuiz_Controller_Question.php:208
155
  msgid "New question"
156
  msgstr ""
157
 
158
+ #: lib/controller/WpProQuiz_Controller_Question.php:248
159
  msgid "Question added"
160
  msgstr ""
161
 
182
  msgid "Quiz deleted"
183
  msgstr ""
184
 
185
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:44
186
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:77
187
+ msgid "No category"
188
+ msgstr ""
189
+
190
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
191
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
192
+ msgid "No name or e-mail entered."
193
  msgstr ""
194
 
 
195
  #: lib/controller/WpProQuiz_Controller_Toplist.php:148
196
+ msgid "You signed up successfully."
 
 
 
197
  msgstr ""
198
 
199
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
200
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
201
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
202
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
203
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
204
+ msgid "An error has occurred."
205
  msgstr ""
206
 
207
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
208
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
209
+ msgid "You can not enter again."
210
  msgstr ""
211
 
212
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
213
  msgid "Your name can not exceed 15 characters."
214
  msgstr ""
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
217
  msgid "You entered wrong captcha code."
218
  msgstr ""
219
 
230
  msgstr ""
231
 
232
  #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
233
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
234
  msgid "Wp-Pro-Quiz: One user completed a quiz"
235
  msgstr ""
236
 
237
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
238
  msgid ""
239
  "Wp-Pro-Quiz\n"
240
  "\n"
245
  "\n"
246
  msgstr ""
247
 
248
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
249
+ msgid ""
250
+ "Wp-Pro-Quiz\n"
251
+ "\n"
252
+ "You have completed the quiz \"$quizname\".\n"
253
+ "\n"
254
+ "Points: $points\n"
255
+ "Result: $result\n"
256
+ "\n"
257
+ msgstr ""
258
+
259
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
260
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
261
  msgid "The user completed a quiz."
262
  msgstr ""
263
 
264
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
265
+ msgid "The user completed a quiz with 100 percent."
266
+ msgstr ""
267
+
268
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
269
+ msgid "A powerful and beautiful quiz plugin for WordPress."
270
+ msgstr ""
271
+
272
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
273
+ msgid "WP-Pro-Quiz"
274
+ msgstr ""
275
+
276
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
277
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:817
280
  #: lib/view/WpProQuiz_View_QuizOverall.php:95
281
  msgid "Leaderboard"
282
  msgstr ""
283
 
284
  #: lib/view/WpProQuiz_View_AdminToplist.php:8
285
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
286
  #: lib/view/WpProQuiz_View_Import.php:22
287
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:22
288
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
289
  #: lib/view/WpProQuiz_View_QuizEdit.php:14
290
  #: lib/view/WpProQuiz_View_Statistics.php:24
293
  msgstr ""
294
 
295
  #: lib/view/WpProQuiz_View_AdminToplist.php:11
296
+ #: lib/view/WpProQuiz_View_Statistics.php:200
297
  msgid "Filter"
298
  msgstr ""
299
 
302
  msgstr ""
303
 
304
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:897
306
  msgid "best user"
307
  msgstr ""
308
 
309
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:901
311
  msgid "newest entry"
312
  msgstr ""
313
 
314
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
316
  msgid "oldest entry"
317
  msgstr ""
318
 
319
  #: lib/view/WpProQuiz_View_AdminToplist.php:26
320
+ #: lib/view/WpProQuiz_View_Statistics.php:211
321
  msgid "How many entries should be shown on one page:"
322
  msgstr ""
323
 
331
  msgstr ""
332
 
333
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
334
+ #: lib/view/WpProQuiz_View_Statistics.php:230
335
  msgid "User"
336
  msgstr ""
337
 
338
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
339
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:490
340
  msgid "E-Mail"
341
  msgstr ""
342
 
346
  msgstr ""
347
 
348
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
349
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:361
350
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:379
351
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
352
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
353
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:42
354
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:274
355
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:312
356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:371
357
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
358
+ #: lib/view/WpProQuiz_View_Statistics.php:96
359
+ #: lib/view/WpProQuiz_View_Statistics.php:231
360
  msgid "Points"
361
  msgstr ""
362
 
363
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
364
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:87
365
+ #: lib/view/WpProQuiz_View_Statistics.php:102
366
+ #: lib/view/WpProQuiz_View_Statistics.php:236
367
  msgid "Results"
368
  msgstr ""
369
 
370
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
371
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
372
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
373
+ #: lib/view/WpProQuiz_View_QuizOverall.php:79
374
+ msgid "Edit"
375
  msgstr ""
376
 
377
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
378
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
379
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
380
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
381
  #: lib/view/WpProQuiz_View_QuizOverall.php:83
382
  msgid "Delete"
383
  msgstr ""
384
 
385
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
386
+ msgid "save"
387
  msgstr ""
388
 
389
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
390
+ msgid "cancel"
391
  msgstr ""
392
 
393
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
394
+ msgid "Action"
 
 
395
  msgstr ""
396
 
397
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
398
+ msgid "Apply"
399
  msgstr ""
400
 
401
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
402
+ msgid "Delete all entries"
403
  msgstr ""
404
 
405
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:48
406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:124
408
+ msgid "Time limit"
409
  msgstr ""
410
 
411
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:52
412
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
413
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:433
414
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:365
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:370
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
419
  msgid "Quiz-summary"
420
  msgstr ""
421
 
422
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:54
423
  #, php-format
424
  msgid "%s of %s questions completed"
425
  msgstr ""
426
 
427
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:56
428
  #: lib/view/WpProQuiz_View_Import.php:44
429
  #: lib/view/WpProQuiz_View_QuizOverall.php:74
430
  msgid "Questions"
431
  msgstr ""
432
 
433
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:65
434
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:435
435
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:469
436
  msgid "Finish quiz"
437
  msgstr ""
438
 
439
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:72
440
  msgid "Start quiz"
441
  msgstr ""
442
 
443
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:77
444
  msgid ""
445
  "You have already completed the quiz before. Hence you can not start it again."
446
  msgstr ""
447
 
448
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:82
449
  msgid "You have to finish following quiz, to start this quiz:"
450
  msgstr ""
451
 
452
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:90
453
  #, php-format
454
  msgid "%s of %s questions answered correctly"
455
  msgstr ""
456
 
457
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:94
458
  msgid "Your time: <span></span>"
459
  msgstr ""
460
 
461
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
462
  msgid "Time has elapsed"
463
  msgstr ""
464
 
465
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:102
466
  #, php-format
467
  msgid "You have reached %s of %s points, (%s)"
468
  msgstr ""
469
 
470
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:110
471
  msgid "Average score"
472
  msgstr ""
473
 
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:117
475
  msgid "Your score"
476
  msgstr ""
477
 
478
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:128
479
+ msgid "Categories"
480
+ msgstr ""
481
+
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:133
483
+ msgid "Not categorized"
484
+ msgstr ""
485
+
486
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:166
487
  msgid "Restart quiz"
488
  msgstr ""
489
 
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:168
491
  msgid "View questions"
492
  msgstr ""
493
 
494
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:171
495
  msgid "Show leaderboard"
496
  msgstr ""
497
 
498
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:194
499
+ msgid "Answered"
500
+ msgstr ""
501
+
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:198
503
+ msgid "Review"
504
+ msgstr ""
505
+
506
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:205
507
+ msgid "Review question"
508
+ msgstr ""
509
+
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:240
511
  #, php-format
512
  msgid "Question %s of %s"
513
  msgstr ""
514
 
515
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:243
516
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
517
+ #: lib/view/WpProQuiz_View_Statistics.php:95
518
  msgid "Question"
519
  msgstr ""
520
 
521
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:247
522
  #, php-format
523
  msgid "%d points"
524
  msgstr ""
525
 
526
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:257
527
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:304
528
  msgid "Sort elements"
529
  msgstr ""
530
 
531
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:359
532
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:366
533
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:262
534
+ #: lib/view/WpProQuiz_View_Statistics.php:97
535
+ #: lib/view/WpProQuiz_View_Statistics.php:232
536
  msgid "Correct"
537
  msgstr ""
538
 
539
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:377
540
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:384
541
+ #: lib/view/WpProQuiz_View_Statistics.php:98
542
+ #: lib/view/WpProQuiz_View_Statistics.php:233
543
  msgid "Incorrect"
544
  msgstr ""
545
 
546
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:405
547
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:416
548
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
549
  msgid "Hint"
550
  msgstr ""
551
 
552
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:384
554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:389
555
  msgid "Skip question"
556
  msgstr ""
557
 
558
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:414
559
  msgid "Back"
560
  msgstr ""
561
 
562
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:418
563
  msgid "Check"
564
  msgstr ""
565
 
566
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:419
567
+ msgid "Next"
568
  msgstr ""
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:480
571
+ msgid "Your result has been entered into leaderboard"
572
  msgstr ""
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
575
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
576
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
577
  #: lib/view/WpProQuiz_View_QuizOverall.php:57
578
  msgid "Name"
579
  msgstr ""
580
 
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
582
  msgid "Captcha"
583
  msgstr ""
584
 
585
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
586
  msgid "Send"
587
  msgstr ""
588
 
604
  msgstr ""
605
 
606
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
607
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
608
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
609
+ #: lib/view/WpProQuiz_View_QuizOverall.php:48
610
+ msgid "Global settings"
611
  msgstr ""
612
 
613
+ #: lib/view/WpProQuiz_View_GobalSettings.php:13
614
+ msgid "E-Mail settings"
615
  msgstr ""
616
 
617
  #: lib/view/WpProQuiz_View_GobalSettings.php:14
618
+ #: lib/view/WpProQuiz_View_GobalSettings.php:319
619
+ msgid "Settings in case of problems"
 
 
620
  msgstr ""
621
 
622
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
623
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
625
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
626
+ msgid "Save"
627
  msgstr ""
628
 
629
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
630
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
631
+ msgid "Leaderboard time format"
632
  msgstr ""
633
 
634
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
635
+ msgid "Custom"
 
636
  msgstr ""
637
 
638
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
639
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
640
+ msgid "Documentation on date and time formatting"
641
  msgstr ""
642
 
643
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
644
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
645
+ msgid "Statistic time format"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
646
  msgstr ""
647
 
648
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
649
+ msgid "Select example:"
 
650
  msgstr ""
651
 
652
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
653
+ msgid "Time format:"
 
 
654
  msgstr ""
655
 
656
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
657
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
658
+ msgid "Category management"
 
 
659
  msgstr ""
660
 
661
+ #: lib/view/WpProQuiz_View_GobalSettings.php:155
662
+ #: lib/view/WpProQuiz_View_GobalSettings.php:433
663
+ msgid "Admin e-mail settings"
664
+ msgstr ""
665
+
666
+ #: lib/view/WpProQuiz_View_GobalSettings.php:161
667
+ msgid "To:"
668
  msgstr ""
669
 
670
+ #: lib/view/WpProQuiz_View_GobalSettings.php:168
671
  msgid ""
672
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
673
+ "com"
674
  msgstr ""
675
 
676
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
677
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
678
+ msgid "From:"
679
  msgstr ""
680
 
681
+ #: lib/view/WpProQuiz_View_GobalSettings.php:187
682
+ #: lib/view/WpProQuiz_View_GobalSettings.php:255
683
+ msgid "Subject:"
 
684
  msgstr ""
685
 
686
+ #: lib/view/WpProQuiz_View_GobalSettings.php:197
687
+ #: lib/view/WpProQuiz_View_GobalSettings.php:265
688
+ msgid "HTML"
 
 
689
  msgstr ""
690
 
691
+ #: lib/view/WpProQuiz_View_GobalSettings.php:201
692
+ #: lib/view/WpProQuiz_View_GobalSettings.php:269
693
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
694
+ #: lib/view/WpProQuiz_View_GobalSettings.php:356
695
+ #: lib/view/WpProQuiz_View_GobalSettings.php:408
696
+ #: lib/view/WpProQuiz_View_QuizEdit.php:39
697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:58
698
+ #: lib/view/WpProQuiz_View_QuizEdit.php:77
699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:96
700
+ #: lib/view/WpProQuiz_View_QuizEdit.php:112
701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:146
702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:186
703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:244
704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:279
705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:566
708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:617
710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:669
712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:730
714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:755
715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:822
716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:917
719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:999
720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1002
723
+ msgid "Activate"
724
  msgstr ""
725
 
726
+ #: lib/view/WpProQuiz_View_GobalSettings.php:207
727
+ #: lib/view/WpProQuiz_View_GobalSettings.php:275
728
+ msgid "Message body:"
 
 
 
729
  msgstr ""
730
 
731
+ #: lib/view/WpProQuiz_View_GobalSettings.php:215
732
+ #: lib/view/WpProQuiz_View_GobalSettings.php:283
733
+ msgid "Allowed variables"
734
  msgstr ""
735
 
736
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
737
+ #: lib/view/WpProQuiz_View_GobalSettings.php:285
738
+ msgid "User-ID"
739
  msgstr ""
740
 
741
+ #: lib/view/WpProQuiz_View_GobalSettings.php:218
742
+ #: lib/view/WpProQuiz_View_GobalSettings.php:286
743
+ msgid "Username"
744
  msgstr ""
745
 
746
+ #: lib/view/WpProQuiz_View_GobalSettings.php:219
747
+ #: lib/view/WpProQuiz_View_GobalSettings.php:287
748
+ msgid "Quiz-Name"
749
  msgstr ""
750
 
751
+ #: lib/view/WpProQuiz_View_GobalSettings.php:220
752
+ #: lib/view/WpProQuiz_View_GobalSettings.php:288
753
+ msgid "Result in precent"
754
  msgstr ""
755
 
756
+ #: lib/view/WpProQuiz_View_GobalSettings.php:221
757
+ #: lib/view/WpProQuiz_View_GobalSettings.php:289
758
+ msgid "Reached points"
759
  msgstr ""
760
 
761
+ #: lib/view/WpProQuiz_View_GobalSettings.php:222
762
+ #: lib/view/WpProQuiz_View_GobalSettings.php:290
763
+ msgid "IP-address of the user"
 
 
764
  msgstr ""
765
 
766
+ #: lib/view/WpProQuiz_View_GobalSettings.php:239
767
+ #: lib/view/WpProQuiz_View_GobalSettings.php:434
768
+ msgid "User e-mail settings"
769
  msgstr ""
770
 
771
+ #: lib/view/WpProQuiz_View_GobalSettings.php:305
772
+ msgid "to activate"
773
  msgstr ""
774
 
775
+ #: lib/view/WpProQuiz_View_GobalSettings.php:307
776
+ msgid "not to activate"
777
  msgstr ""
778
 
779
+ #: lib/view/WpProQuiz_View_GobalSettings.php:313
780
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
781
+ msgid "Please note"
782
  msgstr ""
783
 
784
+ #: lib/view/WpProQuiz_View_GobalSettings.php:315
785
+ msgid ""
786
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
787
+ msgstr ""
788
+
789
+ #: lib/view/WpProQuiz_View_GobalSettings.php:325
790
+ #: lib/view/WpProQuiz_View_GobalSettings.php:330
791
+ msgid "Automatically add [raw] shortcode"
792
  msgstr ""
793
 
794
+ #: lib/view/WpProQuiz_View_GobalSettings.php:334
795
+ #, php-format
796
+ msgid "It is recommended %s this option on your system."
797
  msgstr ""
798
 
799
+ #: lib/view/WpProQuiz_View_GobalSettings.php:337
800
+ msgid ""
801
+ "If this option is activated, a [raw] shortcode is automatically set around "
802
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
803
  msgstr ""
804
 
805
+ #: lib/view/WpProQuiz_View_GobalSettings.php:340
806
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
807
  msgid ""
808
+ "Own themes changes internal order of filters, what causes the problems. "
809
+ "With additional shortcode [raw] this is prevented."
810
  msgstr ""
811
 
812
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:352
814
+ msgid "Do not load the Javascript-files in the footer"
815
  msgstr ""
816
 
817
+ #: lib/view/WpProQuiz_View_GobalSettings.php:359
818
+ msgid ""
819
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
820
+ "when they are really needed."
821
  msgstr ""
822
 
823
+ #: lib/view/WpProQuiz_View_GobalSettings.php:362
824
+ msgid "In very old Wordpress themes this can lead to problems."
825
  msgstr ""
826
 
827
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
828
+ msgid ""
829
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
830
+ "the header even if they are not needed."
831
  msgstr ""
832
 
833
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
834
+ #, php-format
835
+ msgid ""
836
+ "Anyone who wants to learn more about this topic should read through the "
837
+ "following websites %s and %s."
838
  msgstr ""
839
 
840
+ #: lib/view/WpProQuiz_View_GobalSettings.php:377
841
+ #: lib/view/WpProQuiz_View_GobalSettings.php:382
842
+ msgid "Touch Library"
843
  msgstr ""
844
 
845
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:374
847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:393
848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:412
849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
850
+ msgid "Deactivate"
851
  msgstr ""
852
 
853
+ #: lib/view/WpProQuiz_View_GobalSettings.php:389
854
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
855
  msgstr ""
856
 
857
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
858
+ msgid "If you have any problems with the Touch Library, please deactivate it."
859
  msgstr ""
860
 
861
+ #: lib/view/WpProQuiz_View_GobalSettings.php:399
862
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
863
+ msgid "jQuery support cors"
864
+ msgstr ""
865
+
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:411
867
+ msgid "Is required only in rare cases."
868
+ msgstr ""
869
+
870
+ #: lib/view/WpProQuiz_View_GobalSettings.php:414
871
+ msgid "If you have problems with the front ajax, please activate it."
872
+ msgstr ""
873
+
874
+ #: lib/view/WpProQuiz_View_GobalSettings.php:417
875
+ msgid "e.g. Domain with special characters in combination with IE"
876
  msgstr ""
877
 
878
  #: lib/view/WpProQuiz_View_Import.php:21
902
  msgid "Start import"
903
  msgstr ""
904
 
905
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
906
  msgid "Title"
907
  msgstr ""
908
 
909
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:26
910
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
911
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
912
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
913
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:140
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:805
 
916
  msgid "(optional)"
917
  msgstr ""
918
 
919
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:29
920
  msgid ""
921
  "The title is used for overview, it is not visible in quiz. If you leave the "
922
  "title field empty, a title will be generated."
923
  msgstr ""
924
 
925
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:35
926
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:96
927
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
928
  #: lib/view/WpProQuiz_View_QuizEdit.php:18
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
931
  msgid "(required)"
932
  msgstr ""
933
 
934
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:39
935
  msgid "Points for this question (Standard is 1 point)"
936
  msgstr ""
937
 
938
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:45
939
  msgid ""
940
  "This points will be rewarded, only if the user closes the question correctly."
941
  msgstr ""
942
 
943
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:51
944
  msgid "Different points for each answer"
945
  msgstr ""
946
 
947
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:54
948
  msgid ""
949
  "If you enable this option, you can enter different points for every answer."
950
  msgstr ""
951
 
952
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:60
953
  msgid "Show reached points in the correct- and incorrect message?"
954
  msgstr ""
955
 
956
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:66
957
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
958
+ #: lib/view/WpProQuiz_View_Statistics.php:115
959
  msgid "Category"
960
  msgstr ""
961
 
962
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:69
963
  msgid ""
964
  "You can assign classify category for a question. Categories are e.g. visible "
965
  "in statistics function."
966
  msgstr ""
967
 
968
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:72
969
  msgid "You can manage categories in global settings."
970
  msgstr ""
971
 
972
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:76
973
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
974
  msgid "Create new category"
975
  msgstr ""
976
 
977
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:88
 
 
 
 
978
  msgid "Create"
979
  msgstr ""
980
 
981
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:104
982
  msgid "Message with the correct / incorrect answer"
983
  msgstr ""
984
 
985
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:106
986
  msgid "Deactivated in quiz settings."
987
  msgstr ""
988
 
989
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:111
990
  msgid "Message with the correct answer"
991
  msgstr ""
992
 
993
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:114
994
  msgid ""
995
  "This text will be visible if answered correctly. It can be used as "
996
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
997
  "always displayed automatically."
998
  msgstr ""
999
 
1000
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1001
  msgid "Same text for correct- and incorrect-message?"
1002
  msgstr ""
1003
 
1004
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1005
  msgid "Message with the incorrect answer"
1006
  msgstr ""
1007
 
1008
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:131
1009
  msgid ""
1010
  "This text will be visible if answered incorrectly. It can be used as "
1011
  "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1012
  "always displayed automatically."
1013
  msgstr ""
1014
 
1015
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:143
1016
  msgid "Here you can enter solution hint."
1017
  msgstr ""
1018
 
1019
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:147
1020
  msgid "Activate hint for this question?"
1021
  msgstr ""
1022
 
1023
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:159
1024
  msgid "Answer type"
1025
  msgstr ""
1026
 
1027
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:167
1028
  msgid "Single choice"
1029
  msgstr ""
1030
 
1031
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:171
1032
  msgid "Multiple choice"
1033
  msgstr ""
1034
 
1035
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:175
1036
  msgid "\"Free\" choice"
1037
  msgstr ""
1038
 
1039
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:179
1040
  msgid "\"Sorting\" choice"
1041
  msgstr ""
1042
 
1043
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:183
1044
  msgid "\"Matrix Sorting\" choice"
1045
  msgstr ""
1046
 
1047
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:187
1048
  msgid "Cloze"
1049
  msgstr ""
1050
 
1051
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:191
1052
+ msgid "Assessment"
1053
+ msgstr ""
1054
+
1055
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:196
1056
  msgid "Answers"
1057
  msgstr ""
1058
 
1059
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:203
1060
  msgid ""
1061
  "Please sort the answers in right order with the \"Move\" - Button. The "
1062
  "answers will be displayed randomly."
1063
  msgstr ""
1064
 
1065
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:208
1066
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:214
1067
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:226
1068
  msgid "Add new answer"
1069
  msgstr ""
1070
 
1071
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1072
  msgid ""
1073
  "In this mode, not a list have to be sorted, but elements must be assigned to "
1074
  "matching criterion."
1075
  msgstr ""
1076
 
1077
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:221
1078
  msgid ""
1079
  "You can create sort elements with empty criteria, which can't be assigned by "
1080
  "user."
1081
  msgstr ""
1082
 
1083
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:252
1084
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:302
1085
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
1086
  #: lib/view/WpProQuiz_View_QuizEdit.php:24
1087
  msgid "Options"
1088
  msgstr ""
1089
 
1090
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:253
1091
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:356
1092
  msgid "Answer"
1093
  msgstr ""
1094
 
1095
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1096
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:327
1097
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:333
1098
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:365
1099
  msgid "Allow HTML"
1100
  msgstr ""
1101
 
1102
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:285
1103
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:340
1104
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:382
1105
  msgid "Delete answer"
1106
  msgstr ""
1107
 
1108
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:286
1109
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:341
1110
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1111
+ msgid "Add Media"
1112
+ msgstr ""
1113
+
1114
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:287
1115
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:342
1116
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1117
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1118
  msgid "Move"
1119
  msgstr ""
1120
 
1121
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:303
1122
  msgid "Criterion"
1123
  msgstr ""
1124
 
1125
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:395
1126
  msgid ""
1127
  "correct answers (one per line) (answers will be converted to lower case)"
1128
  msgstr ""
1129
 
1130
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1131
  msgid ""
1132
  "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1133
  "small letters will be ignored."
1134
  msgstr ""
1135
 
1136
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:411
1137
  msgid ""
1138
  "You can specify multiple options for a search word. Enclose the word with "
1139
  "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1141
  "hate are correct."
1142
  msgstr ""
1143
 
1144
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
1145
  msgid ""
1146
  "If mode \"Different points for every answer\" is activated, you can assign "
1147
  "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1148
  msgstr ""
1149
 
1150
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:417
1151
  msgid ""
1152
  "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1153
  "\" 3 points."
1154
  msgstr ""
1155
 
1156
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:429
1157
+ msgid "Here you can create an assessment question."
1158
+ msgstr ""
1159
+
1160
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:432
1161
+ msgid ""
1162
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1163
+ msgstr ""
1164
+
1165
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:434
1166
+ msgid "The number of options in the maximum score."
1167
+ msgstr ""
1168
+
1169
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:437
1170
+ msgid "Examples:"
1171
+ msgstr ""
1172
+
1173
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:439
1174
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1175
+ msgstr ""
1176
+
1177
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:442
1178
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:572
1182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:651
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:677
1186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
1187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:761
1188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:786
1189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:958
1190
+ #: lib/view/WpProQuiz_View_QuizEdit.php:968
1191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1021
1192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1037
1194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1045
1195
+ msgid "Demo"
1196
+ msgstr ""
1197
+
1198
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:448
1199
+ msgid "less true { [a] [b] [c] } more true"
1200
+ msgstr ""
1201
+
1202
  #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1203
  msgid "Questions sorted"
1204
  msgstr ""
1205
 
1206
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1207
+ #: lib/view/WpProQuiz_View_Statistics.php:160
1208
  msgid "Total"
1209
  msgstr ""
1210
 
1211
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1212
  msgid "Add question"
1213
  msgstr ""
1214
 
1215
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1216
  msgid "Save order"
1217
  msgstr ""
1218
 
 
1219
  #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1220
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1221
  msgid "Copy questions from another Quiz"
1222
  msgstr ""
1223
 
1224
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1225
  msgid ""
1226
  "Here you can copy questions from another quiz into this quiz. (Multiple "
1227
  "selection enabled)"
1228
  msgstr ""
1229
 
1230
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1231
  msgid "Copy questions"
1232
  msgstr ""
1233
 
1267
 
1268
  #: lib/view/WpProQuiz_View_QuizEdit.php:87
1269
  #: lib/view/WpProQuiz_View_QuizEdit.php:92
 
 
 
 
 
 
 
 
 
1270
  msgid "Display question randomly"
1271
  msgstr ""
1272
 
1273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:103
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:108
1275
  msgid "Display answers randomly"
1276
  msgstr ""
1277
 
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:127
1279
  msgid "Seconds"
1280
  msgstr ""
1281
 
1282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:130
1283
  msgid "0 = no limit"
1284
  msgstr ""
1285
 
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:137
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1288
  #: lib/view/WpProQuiz_View_QuizOverall.php:91
1289
  msgid "Statistics"
1290
  msgstr ""
1291
 
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1293
  msgid ""
1294
  "Statistics about right or wrong answers. Statistics will be saved by "
1295
  "completed quiz, not after every question. The statistics is only visible "
1296
  "over administration menu. (internal statistics)"
1297
  msgstr ""
1298
 
1299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:156
1300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:161
1301
  msgid "Statistics IP-lock"
1302
  msgstr ""
1303
 
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1305
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1306
  msgstr ""
1307
 
1308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:168
1309
  msgid ""
1310
  "Protect the statistics from spam. Result will only be saved every X minutes "
1311
  "from same IP. (0 = deactivated)"
1312
  msgstr ""
1313
 
1314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:175
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:181
1316
  msgid "Execute quiz only once"
1317
  msgstr ""
1318
 
1319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
1320
  msgid ""
1321
  "If you activate this option, the user can complete the quiz only once. "
1322
  "Afterwards the quiz is blocked for this user."
1323
  msgstr ""
1324
 
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:193
1326
  msgid "This option applies to:"
1327
  msgstr ""
1328
 
1329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:833
1331
  msgid "all users"
1332
  msgstr ""
1333
 
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:205
1335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
1336
  msgid "registered useres only"
1337
  msgstr ""
1338
 
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:209
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:841
1341
  msgid "anonymous users only"
1342
  msgstr ""
1343
 
1344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:215
1345
  msgid "user identification by cookie"
1346
  msgstr ""
1347
 
1348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:218
1349
  msgid ""
1350
  "If you activate this option, a cookie is set additionally for unregistrated "
1351
  "(anonymous) users. This ensures a longer assignment of the user than the "
1352
  "simple assignment by the IP address."
1353
  msgstr ""
1354
 
1355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:223
1356
  msgid "Reset the user identification"
1357
  msgstr ""
1358
 
1359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:224
1360
  msgid "User identification has been reset."
1361
  msgstr ""
1362
 
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1364
  msgid "Resets user identification for all users."
1365
  msgstr ""
1366
 
1367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:235
1368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1369
  msgid "Show only specific number of questions"
1370
  msgstr ""
1371
 
1372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:247
1373
  msgid ""
1374
  "If you enable this option, maximum number of displayed questions will be X "
1375
  "from X questions. (The output of questions is random)"
1376
  msgstr ""
1377
 
1378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:250
1379
  msgid "The statistics function is not available in this option."
1380
  msgstr ""
1381
 
1382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:253
1383
  msgid ""
1384
  "This option doesn't work reliable in connection with Frontend-Cache-Plugins."
1385
  msgstr ""
1386
 
1387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1388
  msgid "How many questions should be displayed simultaneously:"
1389
  msgstr ""
1390
 
1391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:262
1392
  msgid "in percent"
1393
  msgstr ""
1394
 
1395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:275
 
 
 
 
 
 
 
 
 
1397
  msgid "Prerequisites"
1398
  msgstr ""
1399
 
1400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:282
1401
  msgid ""
1402
  "If you enable this option, you can choose quiz, which user have to finish "
1403
  "before he can start this quiz."
1404
  msgstr ""
1405
 
1406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:285
1407
  msgid ""
1408
  "In all selected quizzes statistic function have to be active. If it is not "
1409
  "it will be activated automatically."
1410
  msgstr ""
1411
 
1412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:290
1413
  msgid "Quiz"
1414
  msgstr ""
1415
 
1416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:292
1417
  msgid "Prerequisites (This quiz have to be finished)"
1418
  msgstr ""
1419
 
1420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:331
1421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:336
1422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1423
  msgid "Question overview"
1424
  msgstr ""
1425
 
1426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:343
1427
  msgid ""
1428
  "Add at the top of the quiz a question overview, which allows easy "
1429
  "navigation. Additional questions can be marked \"to review\"."
1430
  msgstr ""
1431
 
1432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:346
1433
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1434
  msgstr ""
1435
 
1436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:377
1437
  msgid ""
1438
  "If you enalbe this option, no quiz overview will be displayed, before "
1439
  "finishing quiz."
1440
  msgstr ""
1441
 
1442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1443
  msgid ""
1444
  "If you enable this option, user won't be able to skip question. (only in "
1445
  "\"Overview -> next\" mode). User still will be able to navigate over "
1446
  "\"Question-Overview\""
1447
  msgstr ""
1448
 
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:403
1450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1451
+ msgid "Admin e-mail notification"
1452
  msgstr ""
1453
 
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:416
1455
  msgid "for registered users only"
1456
  msgstr ""
1457
 
1458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1459
  msgid "for all users"
1460
  msgstr ""
1461
 
1462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:423
1463
  msgid ""
1464
  "If you enable this option, you will be informed if a user completes this "
1465
  "quiz."
1466
  msgstr ""
1467
 
1468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:426
1469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
1470
  msgid "E-Mail settings can be edited in global settings."
1471
  msgstr ""
1472
 
1473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:438
1475
+ msgid "User e-mail notification"
1476
  msgstr ""
1477
 
1478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:445
1479
+ msgid ""
1480
+ "If you enable this option, an email is sent with his quiz result to the "
1481
+ "user. (only registered users)"
1482
  msgstr ""
1483
 
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:462
1485
+ msgid "Quiz description"
1486
+ msgstr ""
1487
+
1488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:465
1489
+ msgid "This text will be displayed before start of the quiz."
1490
+ msgstr ""
1491
+
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:473
1493
+ msgid "Results text"
1494
+ msgstr ""
1495
+
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1497
+ msgid ""
1498
+ "This text will be displayed at the end of the quiz (in results). (this text "
1499
+ "is optional)"
1500
+ msgstr ""
1501
+
1502
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1503
+ msgid "Activate graduation"
1504
+ msgstr ""
1505
+
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1507
+ msgid "Hint:"
1508
+ msgstr ""
1509
+
1510
+ #: lib/view/WpProQuiz_View_QuizEdit.php:488
1511
+ msgid "Maximal 15 levels"
1512
+ msgstr ""
1513
+
1514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:490
1515
+ #, php-format
1516
+ msgid ""
1517
+ "Percentages refer to the total score of the quiz. (Current total %d points "
1518
+ "in %d questions."
1519
+ msgstr ""
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:493
1522
+ msgid "Values can also be mixed up"
1523
+ msgstr ""
1524
+
1525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1526
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1527
+ msgstr ""
1528
+
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1531
+ msgid "from:"
1532
+ msgstr ""
1533
+
1534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1535
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1536
+ msgid "percent"
1537
+ msgstr ""
1538
+
1539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:510
1540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:521
1541
+ #, php-format
1542
+ msgid ""
1543
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
1544
+ "%s</span>%%)"
1545
+ msgstr ""
1546
+
1547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:511
1548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1549
+ msgid "Delete graduation"
1550
+ msgstr ""
1551
+
1552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1553
+ msgid "Add graduation"
1554
+ msgstr ""
1555
+
1556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1557
+ msgid "Result-Options"
1558
  msgstr ""
1559
 
1560
+ #: lib/view/WpProQuiz_View_QuizEdit.php:557
1561
  #: lib/view/WpProQuiz_View_QuizEdit.php:562
1562
+ msgid "Show average points"
1563
  msgstr ""
1564
 
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:569
1566
+ msgid "Statistics-function must be enabled."
1567
  msgstr ""
1568
 
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:587
1571
+ msgid "Show category score"
1572
+ msgstr ""
1573
+
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:594
1575
  msgid ""
1576
+ "If you enable this option, the results of each category is displayed on the "
1577
+ "results page."
1578
  msgstr ""
1579
 
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:608
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
1582
+ msgid "Hide correct questions - display"
1583
  msgstr ""
1584
 
1585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
1586
+ msgid ""
1587
+ "If you select this option, no longer the number of correctly answered "
1588
+ "questions are displayed on the results page."
1589
+ msgstr ""
1590
+
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:634
1592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:639
1593
+ msgid "Hide quiz time - display"
1594
  msgstr ""
1595
 
1596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:646
1597
  msgid ""
1598
+ "If you enable this option, the time for finishing the quiz won't be "
1599
+ "displayed on the results page anymore."
1600
+ msgstr ""
1601
+
1602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:665
1604
+ msgid "Hide score - display"
1605
+ msgstr ""
1606
+
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:672
1608
+ msgid ""
1609
+ "If you enable this option, final score won't be displayed on the results "
1610
+ "page anymore."
1611
+ msgstr ""
1612
+
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:696
1614
+ msgid "Question-Options"
1615
+ msgstr ""
1616
+
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:702
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:707
1619
+ msgid "Show points"
1620
+ msgstr ""
1621
+
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
1623
+ msgid "Shows in quiz, how many points are reachable for respective question."
1624
+ msgstr ""
1625
+
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:721
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:726
1628
+ msgid "Number answers"
1629
+ msgstr ""
1630
+
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:733
1632
+ msgid ""
1633
+ "If this option is activated, all answers are numbered (only single and "
1634
+ "multiple choice)"
1635
+ msgstr ""
1636
+
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:751
1639
+ msgid "Hide correct- and incorrect message"
1640
+ msgstr ""
1641
+
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:758
1643
+ msgid ""
1644
+ "If you enable this option, no correct- or incorrect message will be "
1645
+ "displayed."
1646
+ msgstr ""
1647
+
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:771
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:776
1650
+ msgid "Correct and incorrect answer mark"
1651
  msgstr ""
1652
 
1653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
1654
+ msgid ""
1655
+ "If you enable this option, answers won't be color highlighted as correct or "
1656
+ "incorrect. "
1657
+ msgstr ""
1658
+
1659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:808
1660
  msgid ""
1661
  "The leaderboard allows users to enter results in public list and to share "
1662
  "the result this way."
1663
  msgstr ""
1664
 
1665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:811
1666
  msgid "The leaderboard works independent from internal statistics function."
1667
  msgstr ""
1668
 
1669
+ #: lib/view/WpProQuiz_View_QuizEdit.php:828
1670
  msgid "Who can sign up to the list"
1671
  msgstr ""
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
1674
  msgid ""
1675
  "Not registered users have to enter name and e-mail (e-mail won't be "
1676
  "displayed)"
1677
  msgstr ""
1678
 
1679
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
1680
  msgid "insert automatically"
1681
  msgstr ""
1682
 
1683
+ #: lib/view/WpProQuiz_View_QuizEdit.php:858
1684
  msgid ""
1685
  "If you enable this option, logged in users will be automatically entered "
1686
  "into leaderboard"
1687
  msgstr ""
1688
 
1689
+ #: lib/view/WpProQuiz_View_QuizEdit.php:864
1690
  msgid "display captcha"
1691
  msgstr ""
1692
 
1693
+ #: lib/view/WpProQuiz_View_QuizEdit.php:872
1694
  msgid ""
1695
  "If you enable this option, additional captcha will be displayed for users "
1696
  "who are not registered."
1697
  msgstr ""
1698
 
1699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
1700
  msgid "This option requires additional plugin:"
1701
  msgstr ""
1702
 
1703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
1704
  msgid "Plugin has been detected."
1705
  msgstr ""
1706
 
1707
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1708
  msgid "Plugin is not installed."
1709
  msgstr ""
1710
 
1711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:892
1712
  msgid "Sort list by"
1713
  msgstr ""
1714
 
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:911
1716
  msgid "Users can apply multiple times"
1717
  msgstr ""
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:922
1720
  msgid "User can apply after:"
1721
  msgstr ""
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
1724
  msgid "minute"
1725
  msgstr ""
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
1728
  msgid "How many entries should be displayed"
1729
  msgstr ""
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
1732
  msgid "Entries"
1733
  msgstr ""
1734
 
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
1736
  msgid "Automatically display leaderboard in quiz result"
1737
  msgstr ""
1738
 
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
1740
  msgid "Where should leaderboard be displayed:"
1741
  msgstr ""
1742
 
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
1744
  msgid "don't display"
1745
  msgstr ""
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:955
1748
  msgid "below the \"result text\""
1749
  msgstr ""
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:965
1752
  msgid "in a button"
1753
  msgstr ""
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:986
1756
+ msgid "Quiz-Mode"
 
 
 
 
 
 
 
 
1757
  msgstr ""
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:991
1760
+ msgid "Normal"
 
 
1761
  msgstr ""
1762
 
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:992
1764
+ msgid "Normal + Back-Button"
1765
  msgstr ""
1766
 
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:993
1768
+ msgid "Check -> continue"
1769
  msgstr ""
1770
 
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
1772
+ msgid "Questions below each other"
1773
  msgstr ""
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1006
 
1776
  msgid ""
1777
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
1778
+ "displayed at the end of the quiz."
 
 
 
 
 
 
 
 
1779
  msgstr ""
1780
 
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1009
1782
+ msgid "Allows to use the back button in a question."
 
1783
  msgstr ""
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1012
1786
+ msgid "Shows \"right or wrong\" after each question."
 
1787
  msgstr ""
1788
 
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1015
 
 
1790
  msgid ""
1791
+ "If this option is activated, all answers are displayed below each other, i."
1792
+ "e. all questions are on a single page."
 
 
 
 
 
 
 
 
 
1793
  msgstr ""
1794
 
1795
  #: lib/view/WpProQuiz_View_QuizOverall.php:32
1878
  msgid "Overview"
1879
  msgstr ""
1880
 
1881
+ #: lib/view/WpProQuiz_View_Statistics.php:61
1882
  msgid "Please select user name:"
1883
  msgstr ""
1884
 
1885
+ #: lib/view/WpProQuiz_View_Statistics.php:65
1886
+ msgid "Select a test:"
1887
+ msgstr ""
1888
+
1889
+ #: lib/view/WpProQuiz_View_Statistics.php:75
1890
  msgid "Anonymous user"
1891
  msgstr ""
1892
 
1893
+ #: lib/view/WpProQuiz_View_Statistics.php:84
1894
+ msgid "average"
1895
+ msgstr ""
1896
+
1897
+ #: lib/view/WpProQuiz_View_Statistics.php:99
1898
+ #: lib/view/WpProQuiz_View_Statistics.php:234
1899
  msgid "Hints used"
1900
  msgstr ""
1901
 
1902
+ #: lib/view/WpProQuiz_View_Statistics.php:100
1903
+ #: lib/view/WpProQuiz_View_Statistics.php:235
1904
+ msgid "Time"
1905
+ msgstr ""
1906
+
1907
+ #: lib/view/WpProQuiz_View_Statistics.php:101
1908
  msgid "Points scored"
1909
  msgstr ""
1910
 
1911
+ #: lib/view/WpProQuiz_View_Statistics.php:139
1912
  msgid "Sub-Total: "
1913
  msgstr ""
1914
 
1915
+ #: lib/view/WpProQuiz_View_Statistics.php:174
1916
+ #: lib/view/WpProQuiz_View_Statistics.php:259
1917
+ msgid "Refresh"
1918
+ msgstr ""
1919
+
1920
+ #: lib/view/WpProQuiz_View_Statistics.php:178
1921
  msgid "Reset statistics"
1922
  msgstr ""
1923
 
1924
+ #: lib/view/WpProQuiz_View_Statistics.php:179
1925
+ msgid "Reset user statistics"
 
1926
  msgstr ""
1927
 
1928
+ #: lib/view/WpProQuiz_View_Statistics.php:180
1929
+ #: lib/view/WpProQuiz_View_Statistics.php:261
1930
  msgid "Reset entire statistic"
1931
  msgstr ""
1932
 
1933
+ #: lib/view/WpProQuiz_View_Statistics.php:205
1934
  msgid "Show only users, who solved the quiz:"
1935
  msgstr ""
1936
 
lib/controller/WpProQuiz_Controller_Admin.php CHANGED
@@ -107,7 +107,9 @@ class WpProQuiz_Controller_Admin {
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);
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
+ 'confirm_delete_entry' => __('This entry should really be deleted?', 'wp-pro-quiz'),
112
+ 'not_all_fields_completed' => __('Not all fields completed.', 'wp-pro-quiz')
113
  );
114
 
115
  wp_localize_script('wpProQuiz_admin_javascript', 'wpProQuizLocalize', $translation_array);
lib/controller/WpProQuiz_Controller_Front.php CHANGED
@@ -55,7 +55,10 @@ class WpProQuiz_Controller_Front {
55
  );
56
 
57
  if(!wp_script_is('wpProQuiz_front_javascript'))
58
- wp_localize_script('wpProQuiz_front_javascript_toplist', 'WpProQuizGlobal', array('ajaxurl' => admin_url('admin-ajax.php')));
 
 
 
59
  }
60
 
61
  if(!$this->_settings->isTouchLibraryDeactivate()) {
@@ -99,6 +102,7 @@ class WpProQuiz_Controller_Front {
99
 
100
  $quizMapper = new WpProQuiz_Model_QuizMapper();
101
  $questionMapper = new WpProQuiz_Model_QuestionMapper();
 
102
 
103
  $quiz = $quizMapper->fetch($id);
104
 
@@ -126,6 +130,7 @@ class WpProQuiz_Controller_Front {
126
 
127
  $view->quiz = $quiz;
128
  $view->question = $question;
 
129
 
130
  $view->show();
131
  }
55
  );
56
 
57
  if(!wp_script_is('wpProQuiz_front_javascript'))
58
+ wp_localize_script('wpProQuiz_front_javascript_toplist', 'WpProQuizGlobal', array(
59
+ 'ajaxurl' => admin_url('admin-ajax.php'),
60
+ 'loadData' => __('Loading', 'wp-pro-quiz')
61
+ ));
62
  }
63
 
64
  if(!$this->_settings->isTouchLibraryDeactivate()) {
102
 
103
  $quizMapper = new WpProQuiz_Model_QuizMapper();
104
  $questionMapper = new WpProQuiz_Model_QuestionMapper();
105
+ $categoryMapper = new WpProQuiz_Model_CategoryMapper();
106
 
107
  $quiz = $quizMapper->fetch($id);
108
 
130
 
131
  $view->quiz = $quiz;
132
  $view->question = $question;
133
+ $view->category = $categoryMapper->fetchByQuiz($quiz->getId());
134
 
135
  $view->show();
136
  }
lib/controller/WpProQuiz_Controller_GlobalSettings.php CHANGED
@@ -25,21 +25,31 @@ class WpProQuiz_Controller_GlobalSettings extends WpProQuiz_Controller_Controlle
25
  $toplistDateFormat = trim($this->_post['toplist_date_format_custom']);
26
  }
27
 
 
 
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
 
44
  $view->show();
45
  }
25
  $toplistDateFormat = trim($this->_post['toplist_date_format_custom']);
26
  }
27
 
28
+ $statisticTimeFormat = $this->_post['statisticTimeFormat'];
29
+
30
  if(add_option('wpProQuiz_toplistDataFormat', $toplistDateFormat) === false) {
31
  update_option('wpProQuiz_toplistDataFormat', $toplistDateFormat);
32
  }
33
 
34
+ if(add_option('wpProQuiz_statisticTimeFormat', $statisticTimeFormat, '', 'no') === false) {
35
+ update_option('wpProQuiz_statisticTimeFormat', $statisticTimeFormat);
36
+ }
37
+
38
  //Email
39
  $mapper->saveEmailSettiongs($this->_post['email']);
40
 
41
+ $mapper->saveUserEmailSettiongs($this->_post['userEmail']);
42
+
43
  }
44
 
45
  $view->settings = $mapper->fetchAll();
46
  $view->isRaw = !preg_match('[raw]', apply_filters('the_content', '[raw]a[/raw]'));
47
  $view->category = $categoryMapper->fetchAll();
48
  $view->email = $mapper->getEmailSettings();
49
+ $view->userEmail = $mapper->getUserEmailSettings();
50
 
51
  $view->toplistDataFormat = get_option('wpProQuiz_toplistDataFormat', 'Y/m/d g:i A');
52
+ $view->statisticTimeFormat = get_option('wpProQuiz_statisticTimeFormat', 'Y/m/d g:i A');
53
 
54
  $view->show();
55
  }
lib/controller/WpProQuiz_Controller_Question.php CHANGED
@@ -131,8 +131,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
131
  $mapper = new WpProQuiz_Model_QuestionMapper();
132
  $mapper->delete($id);
133
 
134
- $sm = new WpProQuiz_Model_StatisticMapper();
135
- $sm->deleteByQuestionId($id);
136
 
137
  $this->showAction();
138
  }
@@ -172,6 +172,10 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
172
 
173
  $post['title'] = sprintf(__('Question: %d', 'wp-pro-quiz'), $question->getSort()+1);
174
  }
 
 
 
 
175
 
176
  if(isset($post['answerPointsActivated'])) {
177
  $post['points'] = $clearPost['points'];
@@ -207,6 +211,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
207
  $cateoryMapper = new WpProQuiz_Model_CategoryMapper();
208
 
209
  $this->view->quiz = $quizMapper->fetch($this->_quizId);
 
 
210
 
211
  if(isset($this->_post['submit'])) {
212
 
@@ -218,7 +224,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
218
  $post['quizId'] = $this->_quizId;
219
 
220
  $clearPost = $this->clearPost($post);
221
-
222
  $post['answerData'] = $clearPost['answerData'];
223
 
224
  if(empty($post['title'])) {
@@ -227,6 +233,10 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
227
  $post['title'] = sprintf(__('Question: %d', 'wp-pro-quiz'), $count+1);
228
  }
229
 
 
 
 
 
230
  if(isset($post['answerPointsActivated'])) {
231
  $post['points'] = $clearPost['points'];
232
  }
@@ -261,7 +271,8 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
261
  'classic_answer' => array(new WpProQuiz_Model_AnswerTypes()),
262
  'matrix_sort_answer' => array(new WpProQuiz_Model_AnswerTypes()),
263
  'cloze_answer' => array(new WpProQuiz_Model_AnswerTypes()),
264
- 'free_answer' => array(new WpProQuiz_Model_AnswerTypes())
 
265
  );
266
 
267
  $type = $question->getAnswerType();
@@ -292,7 +303,22 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
292
  return array('points' => $points, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['cloze'])));
293
  }
294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
  unset($post['answerData']['cloze']);
 
296
 
297
  if(isset($post['answerData']['none'])) {
298
  unset($post['answerData']['none']);
131
  $mapper = new WpProQuiz_Model_QuestionMapper();
132
  $mapper->delete($id);
133
 
134
+ $srm = new WpProQuiz_Model_StatisticRefMapper();
135
+ $srm->deleteQuestion($id);
136
 
137
  $this->showAction();
138
  }
172
 
173
  $post['title'] = sprintf(__('Question: %d', 'wp-pro-quiz'), $question->getSort()+1);
174
  }
175
+
176
+ if($post['answerType'] === 'assessment_answer') {
177
+ $post['answerPointsActivated'] = 1;
178
+ }
179
 
180
  if(isset($post['answerPointsActivated'])) {
181
  $post['points'] = $clearPost['points'];
211
  $cateoryMapper = new WpProQuiz_Model_CategoryMapper();
212
 
213
  $this->view->quiz = $quizMapper->fetch($this->_quizId);
214
+
215
+ $post = null;
216
 
217
  if(isset($this->_post['submit'])) {
218
 
224
  $post['quizId'] = $this->_quizId;
225
 
226
  $clearPost = $this->clearPost($post);
227
+
228
  $post['answerData'] = $clearPost['answerData'];
229
 
230
  if(empty($post['title'])) {
233
  $post['title'] = sprintf(__('Question: %d', 'wp-pro-quiz'), $count+1);
234
  }
235
 
236
+ if($post['answerType'] === 'assessment_answer') {
237
+ $post['answerPointsActivated'] = 1;
238
+ }
239
+
240
  if(isset($post['answerPointsActivated'])) {
241
  $post['points'] = $clearPost['points'];
242
  }
271
  'classic_answer' => array(new WpProQuiz_Model_AnswerTypes()),
272
  'matrix_sort_answer' => array(new WpProQuiz_Model_AnswerTypes()),
273
  'cloze_answer' => array(new WpProQuiz_Model_AnswerTypes()),
274
+ 'free_answer' => array(new WpProQuiz_Model_AnswerTypes()),
275
+ 'assessment_answer' => array(new WpProQuiz_Model_AnswerTypes())
276
  );
277
 
278
  $type = $question->getAnswerType();
303
  return array('points' => $points, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['cloze'])));
304
  }
305
 
306
+ if($post['answerType'] == 'assessment_answer' && isset($post['answerData']['assessment'])) {
307
+ preg_match_all('#\{(.*?)\}#im', $post['answerData']['assessment']['answer'], $matches);
308
+
309
+ $points = 0;
310
+
311
+ foreach($matches[1] as $match) {
312
+ preg_match_all('#\[([^\|\]]+)(?:\|(\d+))?\]#im', $match, $ms);
313
+
314
+ $points += count($ms[1]);
315
+ }
316
+
317
+ return array('points' => $points, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['assessment'])));
318
+ }
319
+
320
  unset($post['answerData']['cloze']);
321
+ unset($post['answerData']['assessment']);
322
 
323
  if(isset($post['answerData']['none'])) {
324
  unset($post['answerData']['none']);
lib/controller/WpProQuiz_Controller_Quiz.php CHANGED
@@ -300,14 +300,14 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
300
  $m = new WpProQuiz_Model_QuizMapper();
301
  $qm = new WpProQuiz_Model_QuestionMapper();
302
  $lm = new WpProQuiz_Model_LockMapper();
303
- $sm = new WpProQuiz_Model_StatisticMapper();
304
  $pm = new WpProQuiz_Model_PrerequisiteMapper();
305
  $tm = new WpProQuiz_Model_ToplistMapper();
306
 
307
  $m->delete($id);
308
  $qm->deleteByQuizId($id);
309
  $lm->deleteByQuizId($id);
310
- $sm->deleteByQuiz($id);
311
  $pm->delete($id);
312
  $tm->delete($id);
313
 
@@ -360,6 +360,8 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
360
  $quizMapper = new WpProQuiz_Model_QuizMapper();
361
  $userId = get_current_user_id();
362
 
 
 
363
  $quiz = $quizMapper->fetch($this->_post['quizId']);
364
 
365
  if($quiz === null || $quiz->getId() <= 0) {
@@ -376,6 +378,9 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
376
 
377
  do_action('wp_pro_quiz_completed_quiz');
378
 
 
 
 
379
  exit;
380
  }
381
 
@@ -401,6 +406,9 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
401
  $statistics->save();
402
 
403
  do_action('wp_pro_quiz_completed_quiz');
 
 
 
404
 
405
  if(get_current_user_id() == 0 && $quiz->isQuizRunOnceCookie()) {
406
  $cookieData = array();
@@ -446,8 +454,6 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
446
  return false;
447
  }
448
 
449
-
450
-
451
  private function getIp() {
452
  if(get_current_user_id() > 0)
453
  return '0';
@@ -456,14 +462,10 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
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
 
@@ -480,14 +482,46 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
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
  }
300
  $m = new WpProQuiz_Model_QuizMapper();
301
  $qm = new WpProQuiz_Model_QuestionMapper();
302
  $lm = new WpProQuiz_Model_LockMapper();
303
+ $srm = new WpProQuiz_Model_StatisticRefMapper();
304
  $pm = new WpProQuiz_Model_PrerequisiteMapper();
305
  $tm = new WpProQuiz_Model_ToplistMapper();
306
 
307
  $m->delete($id);
308
  $qm->deleteByQuizId($id);
309
  $lm->deleteByQuizId($id);
310
+ $srm->deleteAll($id);
311
  $pm->delete($id);
312
  $tm->delete($id);
313
 
360
  $quizMapper = new WpProQuiz_Model_QuizMapper();
361
  $userId = get_current_user_id();
362
 
363
+ $is100P = $this->_post['results']['comp']['result'] == 100;
364
+
365
  $quiz = $quizMapper->fetch($this->_post['quizId']);
366
 
367
  if($quiz === null || $quiz->getId() <= 0) {
378
 
379
  do_action('wp_pro_quiz_completed_quiz');
380
 
381
+ if($is100P)
382
+ do_action('wp_pro_quiz_completed_quiz_100_percent');
383
+
384
  exit;
385
  }
386
 
406
  $statistics->save();
407
 
408
  do_action('wp_pro_quiz_completed_quiz');
409
+
410
+ if($is100P)
411
+ do_action('wp_pro_quiz_completed_quiz_100_percent');
412
 
413
  if(get_current_user_id() == 0 && $quiz->isQuizRunOnceCookie()) {
414
  $cookieData = array();
454
  return false;
455
  }
456
 
 
 
457
  private function getIp() {
458
  if(get_current_user_id() > 0)
459
  return '0';
462
  }
463
 
464
  private function emailNote(WpProQuiz_Model_Quiz $quiz, $result) {
 
 
 
 
 
 
465
  $globalMapper = new WpProQuiz_Model_GlobalSettingsMapper();
466
+
467
+ $adminEmail = $globalMapper->getEmailSettings();
468
+ $userEmail = $globalMapper->getUserEmailSettings();
469
 
470
  $user = wp_get_current_user();
471
 
482
  $r['$username'] = $r['$ip'];
483
  }
484
 
485
+ if($quiz->isUserEmailNotification()) {
486
+ $msg = str_replace(array_keys($r), $r, $userEmail['message']);
487
+
488
+ $headers = '';
489
+
490
+ if(!empty($userEmail['from'])) {
491
+ $headers = 'From: '.$userEmail['from'];
492
+ }
493
+
494
+ if($userEmail['html'])
495
+ add_filter('wp_mail_content_type', array($this, 'htmlEmailContent'));
496
+
497
+ wp_mail($user->user_email, $userEmail['subject'], $msg, $headers);
498
+
499
+ if($userEmail['html'])
500
+ remove_filter('wp_mail_content_type', array($this, 'htmlEmailContent'));
501
  }
502
 
503
+ if($quiz->getEmailNotification() != WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_NONE || ( get_current_user_id() == 0
504
+ && $quiz->getEmailNotification() != WpProQuiz_Model_Quiz::QUIZ_EMAIL_NOTE_REG_USER)) {
505
+
506
+ $msg = str_replace(array_keys($r), $r, $adminEmail['message']);
507
+
508
+ $headers = '';
509
+
510
+ if(!empty($adminEmail['from'])) {
511
+ $headers = 'From: '.$adminEmail['from'];
512
+ }
513
+
514
+ if(isset($adminEmail['html']) && $adminEmail['html'])
515
+ add_filter('wp_mail_content_type', array($this, 'htmlEmailContent'));
516
+
517
+ wp_mail($adminEmail['to'], $adminEmail['subject'], $msg, $headers);
518
+
519
+ if(isset($adminEmail['html']) && $adminEmail['html'])
520
+ remove_filter('wp_mail_content_type', array($this, 'htmlEmailContent'));
521
+ }
522
+ }
523
+
524
+ public function htmlEmailContent($contentType) {
525
+ return 'text/html';
526
  }
527
  }
lib/controller/WpProQuiz_Controller_Statistics.php CHANGED
@@ -12,10 +12,10 @@ class WpProQuiz_Controller_Statistics extends WpProQuiz_Controller_Controller {
12
  }
13
 
14
 
12
  }
13
 
14