Wp-Pro-Quiz - Version 0.32

Version Description

  • CSS Update for Themes "Respo", "editor" and "twentyfourteen"
  • fixed white space problem in front quiz view
  • fixed bug in Import handler
  • Fixed bug (Illegal string offset '\')
  • Translation for italian have been added (Thanks Pacaldi)
  • Translation for slovak have been added (Thanks Martin D.)
Download this release

Release Info

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

Code changes from version 0.31 to 0.32

README.md CHANGED
@@ -54,6 +54,7 @@ A powerful and beautiful quiz plugin for WordPress.
54
  - German / deutsch
55
  - Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
56
  - Indonesian / Bahasa Indonesia (Thanks dieka91 and Creative Computer Club)
 
57
  - Norwegian / norsk (Thanks Stein Ivar J.)
58
  - Persian / فارسی (Thanks Behrooz N.)
59
  - Russian / русский (Thanks Sergei B. and Alex A.)
54
  - German / deutsch
55
  - Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
56
  - Indonesian / Bahasa Indonesia (Thanks dieka91 and Creative Computer Club)
57
+ - Italian / Italiano (Thanks Pacaldi)
58
  - Norwegian / norsk (Thanks Stein Ivar J.)
59
  - Persian / فارسی (Thanks Behrooz N.)
60
  - Russian / русский (Thanks Sergei B. and Alex A.)
css/wpProQuiz_front.css CHANGED
@@ -210,6 +210,9 @@
210
  font-weight: normal;
211
  display: inline;
212
  }
 
 
 
213
  .wpProQuiz_questionListItem input {
214
  float: none !important;
215
  display: inline !important;
@@ -471,6 +474,7 @@ span.wpProQuiz_catPercent {
471
  width: auto !important;
472
  border-collapse: separate !important;
473
  border-spacing: 2px !important;
 
474
  }
475
  .wpProQuiz_forms td {
476
  vertical-align: top !important;
@@ -489,4 +493,10 @@ span.wpProQuiz_catPercent {
489
  }
490
  .wpProQuiz_resultForm {
491
  display: none;
 
 
 
 
 
 
492
  }
210
  font-weight: normal;
211
  display: inline;
212
  }
213
+ .wpProQuiz_questionListItem label {
214
+ float: none;
215
+ }
216
  .wpProQuiz_questionListItem input {
217
  float: none !important;
218
  display: inline !important;
474
  width: auto !important;
475
  border-collapse: separate !important;
476
  border-spacing: 2px !important;
477
+ border: 0;
478
  }
479
  .wpProQuiz_forms td {
480
  vertical-align: top !important;
493
  }
494
  .wpProQuiz_resultForm {
495
  display: none;
496
+ }
497
+ .wpProQuiz_quiz input[type="checkbox"] {
498
+ -webkit-appearance: checkbox;
499
+ }
500
+ .wpProQuiz_quiz input[type="radio"] {
501
+ -webkit-appearance: radio;
502
  }
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;border:0 !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_list{border: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;border:0 !important;background-image:none !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;border:0 !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{border:0 !important}.wpProQuiz_resultsList>li{background-image:none !important;padding:0 !important;margin:0 !important;list-style-type:none !important;border:0 !important}.wpProQuiz_lock,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser,.wpProQuiz_loadQuiz{border:1px dotted #ffc3c3 !important;background-color:#fff7f7 !important}.wpProQuiz_lock p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p,.wpProQuiz_loadQuiz 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_box{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;border:0 !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;background-image: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;border:0 !important}.wpProQuiz_reviewLegend li{float:left !important;padding-right:5px !important;list-style-type:none !important;margin:0 !important;border:0 !important;background-image:none !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}.wpProQuiz_forms{margin:20px 0 20px 0 !important}.wpProQuiz_required{color:#F00 !important;font-weight:bold !important}.wpProQuiz_invalidate{border:1px solid #ffcfcf !important;background:#ffebe8 !important;padding:4px !important;margin:4px 0 4px 0 !important;display:none}.wpProQuiz_forms table{width:auto !important;border-collapse:separate !important;border-spacing:2px !important}.wpProQuiz_forms td{vertical-align:top !important;padding:0 0 8px 0 !important;margin:0 !important;border:0 !important;background:none !important}.wpProQuiz_forms input,.wpProQuiz_forms textarea,.wpProQuiz_forms label,.wpProQuiz_forms select{margin:0 !important;float:none !important;display:inline !important}.wpProQuiz_forms select{width:auto !important}.wpProQuiz_resultForm{display:none}
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;border:0 !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_list{border: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;border:0 !important;background-image:none !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;border:0 !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 label{float:none}.wpProQuiz_questionListItem input{float:none !important;display:inline !important}.wpProQuiz_resultsList{border:0 !important}.wpProQuiz_resultsList>li{background-image:none !important;padding:0 !important;margin:0 !important;list-style-type:none !important;border:0 !important}.wpProQuiz_lock,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser,.wpProQuiz_loadQuiz{border:1px dotted #ffc3c3 !important;background-color:#fff7f7 !important}.wpProQuiz_lock p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p,.wpProQuiz_loadQuiz 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_box{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;border:0 !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;background-image: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;border:0 !important}.wpProQuiz_reviewLegend li{float:left !important;padding-right:5px !important;list-style-type:none !important;margin:0 !important;border:0 !important;background-image:none !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}.wpProQuiz_forms{margin:20px 0 20px 0 !important}.wpProQuiz_required{color:#F00 !important;font-weight:bold !important}.wpProQuiz_invalidate{border:1px solid #ffcfcf !important;background:#ffebe8 !important;padding:4px !important;margin:4px 0 4px 0 !important;display:none}.wpProQuiz_forms table{width:auto !important;border-collapse:separate !important;border-spacing:2px !important;border:0}.wpProQuiz_forms td{vertical-align:top !important;padding:0 0 8px 0 !important;margin:0 !important;border:0 !important;background:none !important}.wpProQuiz_forms input,.wpProQuiz_forms textarea,.wpProQuiz_forms label,.wpProQuiz_forms select{margin:0 !important;float:none !important;display:inline !important}.wpProQuiz_forms select{width:auto !important}.wpProQuiz_resultForm{display:none}.wpProQuiz_quiz input[type="checkbox"]{-webkit-appearance:checkbox}.wpProQuiz_quiz input[type="radio"]{-webkit-appearance:radio}
js/jquery.ui.touch-punch.min.js CHANGED
@@ -1,11 +1,11 @@
1
- /*
2
- * jQuery UI Touch Punch 0.2.2
3
  *
4
- * Copyright 2011, Dave Furfero
5
  * Dual licensed under the MIT or GPL Version 2 licenses.
6
  *
7
  * Depends:
8
  * jquery.ui.widget.js
9
  * jquery.ui.mouse.js
10
  */
11
- (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery);
1
+ /*!
2
+ * jQuery UI Touch Punch 0.2.3
3
  *
4
+ * Copyright 2011–2014, Dave Furfero
5
  * Dual licensed under the MIT or GPL Version 2 licenses.
6
  *
7
  * Depends:
8
  * jquery.ui.widget.js
9
  * jquery.ui.mouse.js
10
  */
11
+ !function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);
js/wpProQuiz_admin.js CHANGED
@@ -880,6 +880,10 @@ jQuery(document).ready(function($) {
880
  var fieldName = $(this).find('.formFieldName').val();
881
  var type = $(this).find('[name="form[][type]"] option:selected');
882
  var name = $(this).find('[name="form[][fieldname]"]').val();
 
 
 
 
883
 
884
  if(index >= 0 && !isEmpty(fieldName))
885
  $formVariables.append($('<li><span>$form{' + index + '}</span> - ' + fieldName + '</li>'));
880
  var fieldName = $(this).find('.formFieldName').val();
881
  var type = $(this).find('[name="form[][type]"] option:selected');
882
  var name = $(this).find('[name="form[][fieldname]"]').val();
883
+
884
+ //is deleted?
885
+ if($(this).find('input[name="form[][form_delete]"]').val() == 1)
886
+ return;
887
 
888
  if(index >= 0 && !isEmpty(fieldName))
889
  $formVariables.append($('<li><span>$form{' + index + '}</span> - ' + fieldName + '</li>'));
js/wpProQuiz_admin.min.js CHANGED
@@ -16,24 +16,24 @@ deleteResult:function(b){a(b).parent().parent().hide();a(b).siblings('input[name
16
  !1;var b="",b=void 0==tinymce.editors.text||tinymce.editors.text.isHidden()?a('textarea[name="text"]').val():tinymce.editors.text.getContent();if(d(b))return alert(wpProQuizLocalize.no_quiz_start_msg),!1;if(a("#wpProQuiz_resultGradeEnabled:checked").length){var c=!0;a("#resultList").children().each(function(){if(a(this).is(":visible")&&!e.validResultInput(a(this).find('input[name="resultTextGrade[prozent][]"]').val()))return c=!1});if(!c)return alert(wpProQuizLocalize.fail_grade_result),!1}return!0},
17
  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(b){a("#resetLockMsg").show("fast").delay(2E3).hide("fast")})},generateFormIds:function(){var b=0;a("#form_table tbody > tr").each(function(){a(this).find('[name^="form[]"]').each(function(){var c=a(this).attr("name").substr(6);a(this).attr("name","form["+b+"]"+c)});++b})},updateFormIds:function(){var b=
18
  -1,c=a(".emailFormVariables option:selected").val(),e=a(".formVariables").empty(),f=a(".emailFormVariables").empty().append('<option value="-1"></option>');-1<a(".emailFormVariables").data("default")&&(c=a(".emailFormVariables").data("default"),a(".emailFormVariables").data("default",-1));a("#form_table tbody > tr").each(function(){a(this).children().first().text(b);var c=a(this).find(".formFieldName").val(),l=a(this).find('[name="form[][type]"] option:selected'),g=a(this).find('[name="form[][fieldname]"]').val();
19
- 0<=b&&!d(c)&&e.append(a("<li><span>$form{"+b+"}</span> - "+c+"</li>"));4==l.val()&&f.append(a('<option value="'+b+'">'+g+"</option>"));b++});a('.emailFormVariables option[value="'+c+'"]').prop("selected",!0)}},d=function(b){b=a.trim(b);return!b||0===b.length};(function(){a("#statistics_on").change(function(){this.checked?a("#statistics_ip_lock_tr").show():a("#statistics_ip_lock_tr").hide()});a(".addResult").click(function(){e.addResult()});a(".deleteResult").click(function(a){e.deleteResult(this)});
20
- a('input[name="resultTextGrade[prozent][]"]').keyup(function(a){e.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(b){e.validInput()?e.generateFormIds():b.preventDefault();a('select[name="prerequisiteList[]"] option').attr("selected","selected")});a('input[name="template"]').click(function(b){if("0"==
21
- a('select[name="templateSaveList"]').val()&&d(a('input[name="templateName"]').val()))return alert(wpProQuizLocalize.temploate_no_name),b.preventDefault(),!1;e.generateFormIds();a('select[name="prerequisiteList[]"] option').attr("selected","selected")});a('select[name="templateSaveList"]').change(function(){var b=a('input[name="templateName"]');"0"==a(this).val()?b.show():b.hide()}).change();a('input[name="quizRunOnce"]').change(function(b){this.checked?(a("#wpProQuiz_quiz_run_once_type").show(),a('input[name="quizRunOnceType"]:checked').change()):
22
- a("#wpProQuiz_quiz_run_once_type").hide()});a('input[name="quizRunOnceType"]').change(function(b){!this.checked||"1"!=this.value&&"3"!=this.value?a("#wpProQuiz_quiz_run_once_cookie").hide():a("#wpProQuiz_quiz_run_once_cookie").show()});a('input[name="resetQuizLock"]').click(function(a){e.resetLock();return!1});a(".wpProQuiz_demoBox a").mouseover(function(b){var c=a(this),d=a(document).width(),c=c.siblings().outerWidth(!0);b.pageX+c>d&&(b=d-(b.pageX+c+30),a(this).next().css("left",b+"px"));a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1});
23
- a('input[name="showMaxQuestion"]').change(function(){this.checked?a("#wpProQuiz_showMaxBox").show():a("#wpProQuiz_showMaxBox").hide()});a("#btnPrerequisiteAdd").click(function(){a('select[name="quizList"] option:selected').removeAttr("selected").appendTo('select[name="prerequisiteList[]"]')});a("#btnPrerequisiteDelete").click(function(){a('select[name="prerequisiteList[]"] option:selected').removeAttr("selected").appendTo('select[name="quizList"]')});a('input[name="prerequisite"]').change(function(){this.checked?
24
- a("#prerequisiteBox").show():a("#prerequisiteBox").hide()}).change();a('input[name="toplistDataAddMultiple"]').change(function(){this.checked?a("#toplistDataAddBlockBox").show():a("#toplistDataAddBlockBox").hide()}).change();a('input[name="toplistActivated"]').change(function(){this.checked?a("#toplistBox > tr:gt(0)").show():a("#toplistBox > tr:gt(0)").hide()}).change();a('input[name="showReviewQuestion"]').change(function(){this.checked?a(".wpProQuiz_reviewQuestionOptions").show():a(".wpProQuiz_reviewQuestionOptions").hide()}).change();
25
- 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("#form_add").click(function(){a("#form_table tbody > tr:eq(0)").clone(!0).appendTo("#form_table tbody").show();e.updateFormIds()});a('input[name="form_delete"]').click(function(){var b=a(this).parents("tr");"0"!=b.find('input[name="form[][form_id]"]').val()?(b.find('input[name="form[][form_delete]"]').val(1),
26
- b.hide()):b.remove();e.updateFormIds()});a("#form_table tbody").sortable({handle:".form_move",update:e.updateFormIds});a(".form_move").click(function(){return!1});a('select[name="form[][type]"]').change(function(){switch(Number(a(this).val())){case 7:case 8:a(this).siblings(".editDropDown").show();break;default:a(this).siblings(".editDropDown, .dropDownEditBox").hide()}}).change();a(".editDropDown").click(function(){a(".dropDownEditBox").not(a(this).siblings(".dropDownEditBox").toggle()).hide();return!1});
27
- a(".dropDownEditBox input").click(function(){a(this).parent().hide()});a('.formFieldName, select[name="form[][type]"]').change(function(){e.updateFormIds()});a('select[name="category"]').change(function(){var b=a(this),c=a("#categoryAddBox").hide();"-1"==b.val()&&c.show()}).change();a("#categoryAddBtn").click(function(){e.addCategory()});a('input[name="emailNotification"]').change(function(){var b=a("#adminEmailSettings tr:gt(0)");0<a('input[name="emailNotification"]:checked').val()?b.show():b.hide()}).change();
28
- a('input[name="userEmailNotification"]').change(function(){var b=a("#userEmailSettings tr:gt(0)");0<a('input[name="userEmailNotification"]:checked').val()?b.show():b.hide()}).change();e.updateFormIds();a('input[name="email[html]"]').change(function(){if(void 0==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",
29
- "tmce"):switchEditors.go("userEmailEditor","html")}).change()})()};a.fn.wpProQuiz_statistics=function(){var c="wpProQuiz_typeAnonymeUser",e=!0,d={loadStatistics:function(b){var c=(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(c,b,d.setStatistics,"json")},setStatistics:function(b){var d=
30
- a(".wpProQuiz_statistics_table"),e=d.find("tbody");if("wpProQuiz_typeOverview"!=c){var f=function(a,b,f){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);1==f&&d.find(".wpProQuiz_cResult").text(b.result+"%")};f(d,b.clear,!1);a.each(b.items,function(a,b){f(e.find("#wpProQuiz_tr_"+b.id),b,!1)});f(d.find("tfoot"),b.global,!0);
31
- a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_content, .wpProQuiz_statistics_table").show()}},loadOverview:function(){a(".wpProQuiz_statistics_table, #wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();a("#wpProQuiz_loadData").show();var b=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",h={action:"wp_pro_quiz_load_statistics",overview:!0,pageLimit:a("#wpProQuiz_pageLimit").val(),onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),
32
- page:a("#wpProQuiz_currentPage").val(),generatePageNav:Number(e)};a.post(b,h,function(b){a("#wpProQuiz_statistics_overview_data").empty();if("wpProQuiz_typeOverview"==c){var f=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(b.items,function(b,
33
- c){var d=f.clone();d.find("a").text(c.userName).data("userId",c.userId).click(function(){a("#userSelect").val(a(this).data("userId"));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");
34
- a("#wpProQuiz_statistics_overview_data").append(d)});void 0!=b.page&&(d.setPageNav(b.page),e=!1);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_overview").show()}},"json")},loadFormOverview:function(){a("#wpProQuiz_tabFormOverview").show()},changeTab:function(b){c=b;"wpProQuiz_typeRegisteredUser"==b?d.loadStatistics(a("#userSelect").val()):"wpProQuiz_typeAnonymeUser"==b?d.loadStatistics(0):"wpProQuiz_typeForm"==b?d.loadFormOverview():d.loadOverview()},resetStatistic:function(b){var e="wpProQuiz_typeRegisteredUser"==
35
- c?a("#userSelect").val():0,n=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=reset";a.post(n,{action:"wp_pro_quiz_statistics",userId:e,complete:b},function(a){d.changeTab(c)})},setPageNav:function(b){b=Math.ceil(b/a("#wpProQuiz_pageLimit").val());a("#wpProQuiz_currentPage").empty();for(var c=1;c<=b;c++)a(document.createElement("option")).val(c).text(c).appendTo(a("#wpProQuiz_currentPage"));a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();1<a("#wpProQuiz_currentPage option").length&&
36
- a("#wpProQuiz_pageRight").show()}};(function(){a(".wpProQuiz_tab").click(function(b){b=a(this);if(b.hasClass("button-primary"))return!1;"wpProQuiz_typeRegisteredUser"==b.attr("id")?a("#wpProQuiz_userBox").show():a("#wpProQuiz_userBox").hide();a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");d.changeTab(b.attr("id"));return!1});a("#userSelect").change(function(){d.changeTab("wpProQuiz_typeRegisteredUser")});
37
  a(".wpProQuiz_update").click(function(){d.changeTab(c);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)&&d.resetStatistic(!0);return!1});a("#wpProQuiz_pageLimit, #wpProQuiz_onlyCompleted").change(function(){a("#wpProQuiz_currentPage").val(0);e=!0;d.changeTab(c);return!1});a("#wpProQuiz_currentPage").change(function(){a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();
38
  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():a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").show());d.changeTab(c)});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",
39
  "selected");a("#wpProQuiz_currentPage").change();return!1});d.changeTab("wpProQuiz_typeAnonymeUser")})()};a.fn.wpProQuiz_toplist=function(){var c=a("#wpProQuiz_sorting"),e=a("#wpProQuiz_pageLimit"),d=a("#wpProQuiz_currentPage"),b=a("#wpProQuiz_loadData"),h=a("#wpProQuiz_pageLeft"),n=a("#wpProQuiz_pageRight"),f=a("#wpProQuiz_toplistTable tbody"),p=a("#wpProQuiz_toplistTable tbody tr:eq(0)").clone(),l=a("#wpProQuiz_content"),g={loadData:function(f){var p=(window.location.pathname+window.location.search).replace("admin.php",
16
  !1;var b="",b=void 0==tinymce.editors.text||tinymce.editors.text.isHidden()?a('textarea[name="text"]').val():tinymce.editors.text.getContent();if(d(b))return alert(wpProQuizLocalize.no_quiz_start_msg),!1;if(a("#wpProQuiz_resultGradeEnabled:checked").length){var c=!0;a("#resultList").children().each(function(){if(a(this).is(":visible")&&!e.validResultInput(a(this).find('input[name="resultTextGrade[prozent][]"]').val()))return c=!1});if(!c)return alert(wpProQuizLocalize.fail_grade_result),!1}return!0},
17
  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(b){a("#resetLockMsg").show("fast").delay(2E3).hide("fast")})},generateFormIds:function(){var b=0;a("#form_table tbody > tr").each(function(){a(this).find('[name^="form[]"]').each(function(){var c=a(this).attr("name").substr(6);a(this).attr("name","form["+b+"]"+c)});++b})},updateFormIds:function(){var b=
18
  -1,c=a(".emailFormVariables option:selected").val(),e=a(".formVariables").empty(),f=a(".emailFormVariables").empty().append('<option value="-1"></option>');-1<a(".emailFormVariables").data("default")&&(c=a(".emailFormVariables").data("default"),a(".emailFormVariables").data("default",-1));a("#form_table tbody > tr").each(function(){a(this).children().first().text(b);var c=a(this).find(".formFieldName").val(),l=a(this).find('[name="form[][type]"] option:selected'),g=a(this).find('[name="form[][fieldname]"]').val();
19
+ 1!=a(this).find('input[name="form[][form_delete]"]').val()&&(0<=b&&!d(c)&&e.append(a("<li><span>$form{"+b+"}</span> - "+c+"</li>")),4==l.val()&&f.append(a('<option value="'+b+'">'+g+"</option>")),b++)});a('.emailFormVariables option[value="'+c+'"]').prop("selected",!0)}},d=function(b){b=a.trim(b);return!b||0===b.length};(function(){a("#statistics_on").change(function(){this.checked?a("#statistics_ip_lock_tr").show():a("#statistics_ip_lock_tr").hide()});a(".addResult").click(function(){e.addResult()});
20
+ a(".deleteResult").click(function(a){e.deleteResult(this)});a('input[name="resultTextGrade[prozent][]"]').keyup(function(a){e.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(b){e.validInput()?e.generateFormIds():b.preventDefault();a('select[name="prerequisiteList[]"] option').attr("selected",
21
+ "selected")});a('input[name="template"]').click(function(b){if("0"==a('select[name="templateSaveList"]').val()&&d(a('input[name="templateName"]').val()))return alert(wpProQuizLocalize.temploate_no_name),b.preventDefault(),!1;e.generateFormIds();a('select[name="prerequisiteList[]"] option').attr("selected","selected")});a('select[name="templateSaveList"]').change(function(){var b=a('input[name="templateName"]');"0"==a(this).val()?b.show():b.hide()}).change();a('input[name="quizRunOnce"]').change(function(b){this.checked?
22
+ (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(b){!this.checked||"1"!=this.value&&"3"!=this.value?a("#wpProQuiz_quiz_run_once_cookie").hide():a("#wpProQuiz_quiz_run_once_cookie").show()});a('input[name="resetQuizLock"]').click(function(a){e.resetLock();return!1});a(".wpProQuiz_demoBox a").mouseover(function(b){var c=a(this),d=a(document).width(),c=c.siblings().outerWidth(!0);
23
+ b.pageX+c>d&&(b=d-(b.pageX+c+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("#wpProQuiz_showMaxBox").show():a("#wpProQuiz_showMaxBox").hide()});a("#btnPrerequisiteAdd").click(function(){a('select[name="quizList"] option:selected').removeAttr("selected").appendTo('select[name="prerequisiteList[]"]')});a("#btnPrerequisiteDelete").click(function(){a('select[name="prerequisiteList[]"] option:selected').removeAttr("selected").appendTo('select[name="quizList"]')});
24
+ a('input[name="prerequisite"]').change(function(){this.checked?a("#prerequisiteBox").show():a("#prerequisiteBox").hide()}).change();a('input[name="toplistDataAddMultiple"]').change(function(){this.checked?a("#toplistDataAddBlockBox").show():a("#toplistDataAddBlockBox").hide()}).change();a('input[name="toplistActivated"]').change(function(){this.checked?a("#toplistBox > tr:gt(0)").show():a("#toplistBox > tr:gt(0)").hide()}).change();a('input[name="showReviewQuestion"]').change(function(){this.checked?
25
+ 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("#form_add").click(function(){a("#form_table tbody > tr:eq(0)").clone(!0).appendTo("#form_table tbody").show();e.updateFormIds()});a('input[name="form_delete"]').click(function(){var b=a(this).parents("tr");
26
+ "0"!=b.find('input[name="form[][form_id]"]').val()?(b.find('input[name="form[][form_delete]"]').val(1),b.hide()):b.remove();e.updateFormIds()});a("#form_table tbody").sortable({handle:".form_move",update:e.updateFormIds});a(".form_move").click(function(){return!1});a('select[name="form[][type]"]').change(function(){switch(Number(a(this).val())){case 7:case 8:a(this).siblings(".editDropDown").show();break;default:a(this).siblings(".editDropDown, .dropDownEditBox").hide()}}).change();a(".editDropDown").click(function(){a(".dropDownEditBox").not(a(this).siblings(".dropDownEditBox").toggle()).hide();
27
+ return!1});a(".dropDownEditBox input").click(function(){a(this).parent().hide()});a('.formFieldName, select[name="form[][type]"]').change(function(){e.updateFormIds()});a('select[name="category"]').change(function(){var b=a(this),c=a("#categoryAddBox").hide();"-1"==b.val()&&c.show()}).change();a("#categoryAddBtn").click(function(){e.addCategory()});a('input[name="emailNotification"]').change(function(){var b=a("#adminEmailSettings tr:gt(0)");0<a('input[name="emailNotification"]:checked').val()?b.show():
28
+ b.hide()}).change();a('input[name="userEmailNotification"]').change(function(){var b=a("#userEmailSettings tr:gt(0)");0<a('input[name="userEmailNotification"]:checked').val()?b.show():b.hide()}).change();e.updateFormIds();a('input[name="email[html]"]').change(function(){if(void 0==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;
29
+ this.checked?switchEditors.go("userEmailEditor","tmce"):switchEditors.go("userEmailEditor","html")}).change()})()};a.fn.wpProQuiz_statistics=function(){var c="wpProQuiz_typeAnonymeUser",e=!0,d={loadStatistics:function(b){var c=(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(c,
30
+ b,d.setStatistics,"json")},setStatistics:function(b){var d=a(".wpProQuiz_statistics_table"),e=d.find("tbody");if("wpProQuiz_typeOverview"!=c){var f=function(a,b,f){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);1==f&&d.find(".wpProQuiz_cResult").text(b.result+"%")};f(d,b.clear,!1);a.each(b.items,function(a,b){f(e.find("#wpProQuiz_tr_"+
31
+ b.id),b,!1)});f(d.find("tfoot"),b.global,!0);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_content, .wpProQuiz_statistics_table").show()}},loadOverview:function(){a(".wpProQuiz_statistics_table, #wpProQuiz_statistics_content, #wpProQuiz_statistics_overview").hide();a("#wpProQuiz_loadData").show();var b=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=load_statistics",h={action:"wp_pro_quiz_load_statistics",overview:!0,pageLimit:a("#wpProQuiz_pageLimit").val(),
32
+ onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),page:a("#wpProQuiz_currentPage").val(),generatePageNav:Number(e)};a.post(b,h,function(b){a("#wpProQuiz_statistics_overview_data").empty();if("wpProQuiz_typeOverview"==c){var f=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>');
33
+ a.each(b.items,function(b,c){var d=f.clone();d.find("a").text(c.userName).data("userId",c.userId).click(function(){a("#userSelect").val(a(this).data("userId"));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+"%")):
34
+ d.find("th").removeAttr("style");a("#wpProQuiz_statistics_overview_data").append(d)});void 0!=b.page&&(d.setPageNav(b.page),e=!1);a("#wpProQuiz_loadData").hide();a("#wpProQuiz_statistics_overview").show()}},"json")},loadFormOverview:function(){a("#wpProQuiz_tabFormOverview").show()},changeTab:function(b){c=b;"wpProQuiz_typeRegisteredUser"==b?d.loadStatistics(a("#userSelect").val()):"wpProQuiz_typeAnonymeUser"==b?d.loadStatistics(0):"wpProQuiz_typeForm"==b?d.loadFormOverview():d.loadOverview()},resetStatistic:function(b){var e=
35
+ "wpProQuiz_typeRegisteredUser"==c?a("#userSelect").val():0,n=(window.location.pathname+window.location.search).replace("admin.php","admin-ajax.php")+"&action=reset";a.post(n,{action:"wp_pro_quiz_statistics",userId:e,complete:b},function(a){d.changeTab(c)})},setPageNav:function(b){b=Math.ceil(b/a("#wpProQuiz_pageLimit").val());a("#wpProQuiz_currentPage").empty();for(var c=1;c<=b;c++)a(document.createElement("option")).val(c).text(c).appendTo(a("#wpProQuiz_currentPage"));a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();
36
+ 1<a("#wpProQuiz_currentPage option").length&&a("#wpProQuiz_pageRight").show()}};(function(){a(".wpProQuiz_tab").click(function(b){b=a(this);if(b.hasClass("button-primary"))return!1;"wpProQuiz_typeRegisteredUser"==b.attr("id")?a("#wpProQuiz_userBox").show():a("#wpProQuiz_userBox").hide();a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");d.changeTab(b.attr("id"));return!1});a("#userSelect").change(function(){d.changeTab("wpProQuiz_typeRegisteredUser")});
37
  a(".wpProQuiz_update").click(function(){d.changeTab(c);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)&&d.resetStatistic(!0);return!1});a("#wpProQuiz_pageLimit, #wpProQuiz_onlyCompleted").change(function(){a("#wpProQuiz_currentPage").val(0);e=!0;d.changeTab(c);return!1});a("#wpProQuiz_currentPage").change(function(){a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").hide();
38
  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():a("#wpProQuiz_pageLeft, #wpProQuiz_pageRight").show());d.changeTab(c)});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",
39
  "selected");a("#wpProQuiz_currentPage").change();return!1});d.changeTab("wpProQuiz_typeAnonymeUser")})()};a.fn.wpProQuiz_toplist=function(){var c=a("#wpProQuiz_sorting"),e=a("#wpProQuiz_pageLimit"),d=a("#wpProQuiz_currentPage"),b=a("#wpProQuiz_loadData"),h=a("#wpProQuiz_pageLeft"),n=a("#wpProQuiz_pageRight"),f=a("#wpProQuiz_toplistTable tbody"),p=a("#wpProQuiz_toplistTable tbody tr:eq(0)").clone(),l=a("#wpProQuiz_content"),g={loadData:function(f){var p=(window.location.pathname+window.location.search).replace("admin.php",
languages/wp-pro-quiz-it_IT.mo ADDED
Binary file
languages/wp-pro-quiz-it_IT.po ADDED
@@ -0,0 +1,3053 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-09-01 11:34+0100\n"
5
+ "PO-Revision-Date: 2014-09-01 11:34+0100\n"
6
+ "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
+ "Language-Team: Julius Fischer\n"
8
+ "Language: de\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.4\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
18
+ msgid "Do you really want to delete the quiz/question?"
19
+ msgstr "Vuoi veramente cancellare quiz/domanda?"
20
+
21
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
22
+ msgid "Title is not filled!"
23
+ msgstr "Inserire un titolo"
24
+
25
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
26
+ msgid "No question deposited!"
27
+ msgstr "Non c'è una domanda"
28
+
29
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
30
+ msgid "Correct answer was not selected!"
31
+ msgstr "Risposta corretta non selezionata"
32
+
33
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
34
+ msgid "No answer deposited!"
35
+ msgstr "Non c'è una risposta"
36
+
37
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
38
+ msgid "No quiz description filled!"
39
+ msgstr "Inserire la descrizione del quiz!"
40
+
41
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
42
+ msgid "The percent values in result text are incorrect."
43
+ msgstr "Il valore della percentuale nel testo dei risultati è incorretto"
44
+
45
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
46
+ msgid "No number in the field \"Points\" or less than 1"
47
+ msgstr "Nessun numero nel campo \"Punti\" o minore di 1"
48
+
49
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
50
+ msgid "No number in the field \"Points\" or less than 0"
51
+ msgstr "Nessun numero nel campo \"Punti\" o minore di 0"
52
+
53
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
54
+ msgid "No quiz selected"
55
+ msgstr "Nessun quiz selezionato"
56
+
57
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
58
+ msgid "Do you really want to reset the statistic?"
59
+ msgstr "Vuoi veramente resettare le statistiche"
60
+
61
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
62
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
63
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
64
+ #: lib/view/WpProQuiz_View_QuizOverall.php:141
65
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
+ msgid "No data available"
68
+ msgstr "Nessun dato"
69
+
70
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
71
+ msgid "No sort element in the criterion"
72
+ msgstr "Nessun criterio d'ordine"
73
+
74
+ #: lib/controller/WpProQuiz_Controller_Admin.php:113
75
+ msgid ""
76
+ "\"Different points for every answer\" is not possible at \"Free\" choice"
77
+ msgstr ""
78
+ "\"Punti differenti per ogni risposta\" non è possibile una \"libera\" scelta"
79
+
80
+ #: lib/controller/WpProQuiz_Controller_Admin.php:114
81
+ msgid "You must specify a name."
82
+ msgstr "Devi specificare un nome"
83
+
84
+ #: lib/controller/WpProQuiz_Controller_Admin.php:115
85
+ msgid "This entry should really be deleted?"
86
+ msgstr "Vuoi cancellare veramente?"
87
+
88
+ #: lib/controller/WpProQuiz_Controller_Admin.php:116
89
+ msgid "Not all fields completed."
90
+ msgstr "Campi incompleti"
91
+
92
+ #: lib/controller/WpProQuiz_Controller_Admin.php:117
93
+ msgid "You must specify a template name."
94
+ msgstr "Devi specificare un nome template"
95
+
96
+ #: lib/controller/WpProQuiz_Controller_Admin.php:120
97
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:181
98
+ msgid "Close"
99
+ msgstr "Chiudi"
100
+
101
+ #: lib/controller/WpProQuiz_Controller_Admin.php:121
102
+ msgid "Today"
103
+ msgstr "Oggi"
104
+
105
+ #: lib/controller/WpProQuiz_Controller_Front.php:47
106
+ #: lib/controller/WpProQuiz_Controller_Front.php:66
107
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
108
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
109
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:202
110
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
111
+ #: lib/view/WpProQuiz_View_Statistics.php:46
112
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:73
113
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:149
114
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:187
115
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:233
116
+ msgid "Loading"
117
+ msgstr "Cargando"
118
+
119
+ #: lib/controller/WpProQuiz_Controller_Front.php:48
120
+ #: lib/controller/WpProQuiz_Controller_Front.php:67
121
+ #: lib/controller/WpProQuiz_Controller_Preview.php:16
122
+ msgid "You must answer this question."
123
+ msgstr "Devi rispondere alla domanda!"
124
+
125
+ #: lib/controller/WpProQuiz_Controller_Front.php:49
126
+ #: lib/controller/WpProQuiz_Controller_Front.php:68
127
+ #: lib/controller/WpProQuiz_Controller_Preview.php:17
128
+ msgid "You must answer all questions before you can completed the quiz."
129
+ msgstr "Devi rispondere alla domanda prima di completare il quiz!"
130
+
131
+ #: lib/controller/WpProQuiz_Controller_Front.php:50
132
+ #: lib/controller/WpProQuiz_Controller_Front.php:69
133
+ #: lib/controller/WpProQuiz_Controller_Preview.php:18
134
+ msgid "All fields have to be filled."
135
+ msgstr "Tutti i campi sono riempiti"
136
+
137
+ # Must not be translated
138
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
139
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
140
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:47
141
+ #: lib/controller/WpProQuiz_Controller_Question.php:64
142
+ #: lib/controller/WpProQuiz_Controller_Question.php:68
143
+ #: lib/controller/WpProQuiz_Controller_Question.php:189
144
+ #: lib/controller/WpProQuiz_Controller_Question.php:266
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:281
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:358
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:540
148
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:37
149
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:41
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:289
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:306
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:390
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:600
154
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:40
155
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
156
+ msgid "You do not have sufficient permissions to access this page."
157
+ msgstr "Non hai diritti sufficenti per visualizzare la pagina"
158
+
159
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:22
160
+ msgid "Settings saved"
161
+ msgstr "Impostazioni salvate"
162
+
163
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:46
164
+ msgid "Database repaired"
165
+ msgstr "DB riparato"
166
+
167
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:59
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:68
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:75
171
+ msgid "File cannot be processed"
172
+ msgstr "Il file non può essere processato"
173
+
174
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
175
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
176
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:57
177
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:323
178
+ msgid "Quiz not found"
179
+ msgstr "Quiz non trovato"
180
+
181
+ #: lib/controller/WpProQuiz_Controller_Question.php:78
182
+ msgid "Question not found"
183
+ msgstr "Domanda non trovata"
184
+
185
+ #: lib/controller/WpProQuiz_Controller_Question.php:100
186
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
187
+ msgid "Question edited"
188
+ msgstr "Domanda modificata"
189
+
190
+ #: lib/controller/WpProQuiz_Controller_Question.php:102
191
+ msgid "Question added"
192
+ msgstr "Domanda aggiunta"
193
+
194
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
195
+ #: lib/controller/WpProQuiz_Controller_Question.php:302
196
+ msgid "Edit question"
197
+ msgstr "Modificare la domanda"
198
+
199
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
200
+ #: lib/controller/WpProQuiz_Controller_Question.php:416
201
+ msgid "New question"
202
+ msgstr "Nuova domanda"
203
+
204
+ #: lib/controller/WpProQuiz_Controller_Question.php:166
205
+ #: lib/controller/WpProQuiz_Controller_Question.php:330
206
+ #, php-format
207
+ msgid "Question: %d"
208
+ msgstr "Domanda: %d"
209
+
210
+ #: lib/controller/WpProQuiz_Controller_Question.php:203
211
+ msgid "questions copied"
212
+ msgstr "Domanda copiata"
213
+
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:93
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:338
216
+ msgid "Quiz edited"
217
+ msgstr "Quiz modificato"
218
+
219
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:95
220
+ msgid "quiz created"
221
+ msgstr "Quiz creato"
222
+
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:117
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:359
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:431
226
+ msgid "Quiz title or quiz description are not filled"
227
+ msgstr "Il titolo del quiz o la descrizione non sono inseriti"
228
+
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:135
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:316
231
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
232
+ msgid "Edit quiz"
233
+ msgstr "Modificare quiz"
234
+
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:135
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:394
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:412
238
+ msgid "Create quiz"
239
+ msgstr "Creare quiz"
240
+
241
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:514
242
+ msgid "Template stored"
243
+ msgstr "Template salvato"
244
+
245
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:619
246
+ msgid "Quiz deleted"
247
+ msgstr "Quiz cancellato"
248
+
249
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:883
250
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
252
+ msgid "Not categorized"
253
+ msgstr "Non categorizzato"
254
+
255
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:889
256
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:615
258
+ msgid "Categories"
259
+ msgstr "Categorie"
260
+
261
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:56
262
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:673
263
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:91
264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:51
265
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
266
+ msgid "No category"
267
+ msgstr "Nessuna categoria"
268
+
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:571
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:618
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:698
272
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
273
+ msgid "Anonymous"
274
+ msgstr "Anonimo"
275
+
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:620
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:706
278
+ msgid "Deleted user"
279
+ msgstr "Cancella utente"
280
+
281
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
282
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
283
+ msgid "No name or e-mail entered."
284
+ msgstr "Nessun nome o email inserito"
285
+
286
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
287
+ msgid "You signed up successfully."
288
+ msgstr "Ti sei loggato con successo"
289
+
290
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
291
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
292
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
293
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
294
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
295
+ msgid "An error has occurred."
296
+ msgstr "Si è verificato un errore"
297
+
298
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
299
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
300
+ msgid "You can not enter again."
301
+ msgstr "Non puoi inserire nuovamente"
302
+
303
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
304
+ msgid "Your name can not exceed 15 characters."
305
+ msgstr "Il tuo nome non può superare i 15 caratteri"
306
+
307
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
308
+ msgid "You entered wrong captcha code."
309
+ msgstr "Hai inserito il CAPTCHA errato"
310
+
311
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
312
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
313
+ msgid "File was not uploaded"
314
+ msgstr "Il file non è stato caricato"
315
+
316
+ #: lib/helper/WpProQuiz_Helper_Import.php:40
317
+ msgid "File have wrong format"
318
+ msgstr "Il file ha un formato errato"
319
+
320
+ #: lib/helper/WpProQuiz_Helper_Import.php:45
321
+ msgid "File is not compatible with the current version"
322
+ msgstr "Il file non è compatibile con la versione corrente"
323
+
324
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:27
325
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:40
326
+ msgid "XML could not be loaded."
327
+ msgstr "XML non può essere caricato"
328
+
329
+ #: lib/model/WpProQuiz_Model_Email.php:78
330
+ #: lib/model/WpProQuiz_Model_Email.php:88
331
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
332
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
333
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
334
+ msgstr "Wp-Pro-Quiz: Un utente ha completato un quiz"
335
+
336
+ #: lib/model/WpProQuiz_Model_Email.php:79
337
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
338
+ msgid ""
339
+ "Wp-Pro-Quiz\n"
340
+ "\n"
341
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
342
+ "\n"
343
+ "Points: $points\n"
344
+ "Result: $result\n"
345
+ "\n"
346
+ msgstr ""
347
+ "Wp-Pro-Quiz\n"
348
+ "\n"
349
+ "L'utente \"$username\" ha completato \"$quizname\" il quiz.\n"
350
+ "\n"
351
+ "Punti: $points\n"
352
+ "Risultato: $result\n"
353
+ "\n"
354
+
355
+ #: lib/model/WpProQuiz_Model_Email.php:89
356
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
357
+ msgid ""
358
+ "Wp-Pro-Quiz\n"
359
+ "\n"
360
+ "You have completed the quiz \"$quizname\".\n"
361
+ "\n"
362
+ "Points: $points\n"
363
+ "Result: $result\n"
364
+ "\n"
365
+ msgstr ""
366
+
367
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
368
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
369
+ msgid "The user completed a quiz."
370
+ msgstr "L'utente ha terminato il quiz"
371
+
372
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
373
+ msgid "The user completed a quiz with 100 percent."
374
+ msgstr ""
375
+
376
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
377
+ msgid "A powerful and beautiful quiz plugin for WordPress."
378
+ msgstr ""
379
+
380
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
381
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
382
+ msgid "WP-Pro-Quiz"
383
+ msgstr ""
384
+
385
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
386
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1023
388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
389
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
390
+ msgid "Leaderboard"
391
+ msgstr "Classifica"
392
+
393
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
394
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
395
+ #: lib/view/WpProQuiz_View_Import.php:22
396
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:24
397
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:20
399
+ #: lib/view/WpProQuiz_View_Statistics.php:29
400
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:57
401
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
402
+ msgid "back to overview"
403
+ msgstr "Torna indietro"
404
+
405
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
406
+ #: lib/view/WpProQuiz_View_Statistics.php:209
407
+ #: lib/view/WpProQuiz_View_Statistics.php:288
408
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:94
409
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:140
410
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:201
411
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:224
412
+ msgid "Filter"
413
+ msgstr "Filtro"
414
+
415
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
416
+ msgid "Sort by:"
417
+ msgstr "Ordina per:"
418
+
419
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1115
421
+ msgid "best user"
422
+ msgstr "Miglior utente"
423
+
424
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1119
426
+ msgid "newest entry"
427
+ msgstr "Partite più recenti"
428
+
429
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1123
431
+ msgid "oldest entry"
432
+ msgstr "Partite più vecchie"
433
+
434
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
435
+ #: lib/view/WpProQuiz_View_Statistics.php:220
436
+ #: lib/view/WpProQuiz_View_Statistics.php:303
437
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:120
438
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:212
439
+ msgid "How many entries should be shown on one page:"
440
+ msgstr "Quante partite dovrebbero essere visuallizate nella pagina:"
441
+
442
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
443
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1384
445
+ msgid "Type"
446
+ msgstr "Tipo"
447
+
448
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
449
+ msgid "UR = unregistered user, R = registered user"
450
+ msgstr "UR = utente non registrato, R = utente registrato"
451
+
452
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
453
+ #: lib/view/WpProQuiz_View_Statistics.php:239
454
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
455
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:107
456
+ msgid "User"
457
+ msgstr "User"
458
+
459
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
460
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:210
461
+ msgid "E-Mail"
462
+ msgstr "E-Mail"
463
+
464
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
465
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
466
+ msgid "Entered on"
467
+ msgstr "Inserito da"
468
+
469
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
470
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:860
471
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:878
472
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
473
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
474
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
475
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:317
476
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
477
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
478
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
479
+ #: lib/view/WpProQuiz_View_Statistics.php:105
480
+ #: lib/view/WpProQuiz_View_Statistics.php:240
481
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
482
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
483
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
484
+ msgid "Points"
485
+ msgstr "Punti"
486
+
487
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
488
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:574
489
+ #: lib/view/WpProQuiz_View_Statistics.php:111
490
+ #: lib/view/WpProQuiz_View_Statistics.php:245
491
+ #: lib/view/WpProQuiz_View_Statistics.php:324
492
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
493
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
494
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
495
+ msgid "Results"
496
+ msgstr "Risultati"
497
+
498
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
499
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
500
+ #: lib/view/WpProQuiz_View_GobalSettings.php:166
501
+ #: lib/view/WpProQuiz_View_GobalSettings.php:192
502
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
503
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
504
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
505
+ msgid "Edit"
506
+ msgstr "Modifica"
507
+
508
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
509
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
510
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
511
+ #: lib/view/WpProQuiz_View_GobalSettings.php:165
512
+ #: lib/view/WpProQuiz_View_GobalSettings.php:191
513
+ #: lib/view/WpProQuiz_View_GobalSettings.php:216
514
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
516
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
517
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
518
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
519
+ msgid "Delete"
520
+ msgstr "Cancella"
521
+
522
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
523
+ msgid "save"
524
+ msgstr ""
525
+
526
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
527
+ msgid "cancel"
528
+ msgstr ""
529
+
530
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
531
+ msgid "Action"
532
+ msgstr "Azione"
533
+
534
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
535
+ msgid "Apply"
536
+ msgstr "Applica"
537
+
538
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
539
+ msgid "Delete all entries"
540
+ msgstr "Cancella tutti i dati"
541
+
542
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:88
543
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
544
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:458
545
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:562
546
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:935
547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:424
549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:429
550
+ msgid "Quiz-summary"
551
+ msgstr ""
552
+
553
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:88
554
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:172
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:484
556
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:501
557
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:937
558
+ msgid "Finish quiz"
559
+ msgstr "Finisci il quiz"
560
+
561
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:200
562
+ msgid "Your result has been entered into leaderboard"
563
+ msgstr ""
564
+
565
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:207
566
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
567
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
568
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
569
+ msgid "Name"
570
+ msgstr "Nome"
571
+
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:215
573
+ msgid "Captcha"
574
+ msgstr "Captcha"
575
+
576
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:221
577
+ msgid "Send"
578
+ msgstr ""
579
+
580
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:312
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:411
582
+ msgid "You must fill out this field."
583
+ msgstr ""
584
+
585
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:315
586
+ msgid "You must specify a number."
587
+ msgstr ""
588
+
589
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:316
590
+ msgid "You must specify a text."
591
+ msgstr ""
592
+
593
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:317
594
+ msgid "You must specify an email address."
595
+ msgstr ""
596
+
597
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:318
598
+ msgid "You must specify a date."
599
+ msgstr ""
600
+
601
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:397
602
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
603
+ msgid "Yes"
604
+ msgstr ""
605
+
606
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:402
607
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
608
+ msgid "No"
609
+ msgstr ""
610
+
611
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:428
612
+ msgid ""
613
+ "You have already completed the quiz before. Hence you can not start it again."
614
+ msgstr ""
615
+ "Hai già completato il quiz prima. Quindi non è possibile avviarlo nuovamente."
616
+
617
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:438
618
+ msgid "You must sign in or sign up to start the quiz."
619
+ msgstr ""
620
+
621
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:448
622
+ msgid "You have to finish following quiz, to start this quiz:"
623
+ msgstr "Devi finire questo quiz, prima di iniziare:"
624
+
625
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:460
626
+ #, php-format
627
+ msgid "%s of %s questions completed"
628
+ msgstr ""
629
+
630
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:462
631
+ #: lib/view/WpProQuiz_View_Import.php:44
632
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
633
+ msgid "Questions"
634
+ msgstr "Domanda"
635
+
636
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:477
637
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:492
638
+ msgid "Information"
639
+ msgstr ""
640
+
641
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:519
642
+ msgid "Start quiz"
643
+ msgstr "Inizia quiz"
644
+
645
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:528
646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:184
647
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
648
+ msgid "Time limit"
649
+ msgstr "Limite di tempo"
650
+
651
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:549
652
+ msgid "Answered"
653
+ msgstr ""
654
+
655
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:553
656
+ msgid "Review"
657
+ msgstr ""
658
+
659
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:560
660
+ msgid "Review question"
661
+ msgstr ""
662
+
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:577
664
+ #, php-format
665
+ msgid "%s of %s questions answered correctly"
666
+ msgstr "%s di %s domande risposte correttamente"
667
+
668
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:581
669
+ msgid "Your time: <span></span>"
670
+ msgstr "Il tuo tempo: <span></span>"
671
+
672
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:585
673
+ msgid "Time has elapsed"
674
+ msgstr "Il tempo è scaduto"
675
+
676
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:589
677
+ #, php-format
678
+ msgid "You have reached %s of %s points, (%s)"
679
+ msgstr "Hai raggiunto %s di %s punti disponibili (%s)"
680
+
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:597
682
+ msgid "Average score"
683
+ msgstr "Punteggio medio:"
684
+
685
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:604
686
+ msgid "Your score"
687
+ msgstr "Il tuo punteggio"
688
+
689
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:653
690
+ msgid "Restart quiz"
691
+ msgstr "Riavvia quiz"
692
+
693
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
694
+ msgid "View questions"
695
+ msgstr "Guarda le domande"
696
+
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:658
698
+ msgid "Show leaderboard"
699
+ msgstr "Mostra la classifica"
700
+
701
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:715
702
+ #, php-format
703
+ msgid "Question %s of %s"
704
+ msgstr "Domanda %s di %s"
705
+
706
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:718
707
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
708
+ #: lib/view/WpProQuiz_View_Statistics.php:104
709
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
710
+ msgid "Question"
711
+ msgstr "Domanda"
712
+
713
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:722
714
+ #, php-format
715
+ msgid "%d points"
716
+ msgstr "%d punti"
717
+
718
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:728
719
+ #, php-format
720
+ msgid "Category: %s"
721
+ msgstr ""
722
+
723
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:737
724
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:347
725
+ msgid "Sort elements"
726
+ msgstr "Ordina elementi"
727
+
728
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:858
729
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:865
730
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:305
731
+ #: lib/view/WpProQuiz_View_Statistics.php:106
732
+ #: lib/view/WpProQuiz_View_Statistics.php:241
733
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
734
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
735
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
736
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
737
+ msgid "Correct"
738
+ msgstr "Esatto"
739
+
740
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:876
741
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:883
742
+ #: lib/view/WpProQuiz_View_Statistics.php:107
743
+ #: lib/view/WpProQuiz_View_Statistics.php:242
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
745
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
746
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
747
+ msgid "Incorrect"
748
+ msgstr "Sbagliato"
749
+
750
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:904
751
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:915
752
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
753
+ msgid "Hint"
754
+ msgstr "Suggerimento"
755
+
756
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:911
757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:443
758
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
759
+ msgid "Skip question"
760
+ msgstr ""
761
+
762
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:913
763
+ msgid "Back"
764
+ msgstr "Indietro"
765
+
766
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
767
+ msgid "Check"
768
+ msgstr "Controlla"
769
+
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:918
771
+ msgid "Next"
772
+ msgstr ""
773
+
774
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:931
775
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:932
776
+ #, php-format
777
+ msgid "Page %d"
778
+ msgstr ""
779
+
780
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:953
781
+ msgid "Quiz is loading..."
782
+ msgstr ""
783
+
784
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
785
+ #, php-format
786
+ msgid "maximum of %s points"
787
+ msgstr "Massimo di %s punti"
788
+
789
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
790
+ msgid "Pos."
791
+ msgstr "Pos."
792
+
793
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
794
+ msgid "Result"
795
+ msgstr "Risultato"
796
+
797
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
798
+ msgid "Table is loading"
799
+ msgstr "La tebella è caricata"
800
+
801
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
802
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
803
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
804
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
805
+ msgid "Global settings"
806
+ msgstr "Impostazioni generali"
807
+
808
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
809
+ #: lib/view/WpProQuiz_View_GobalSettings.php:398
810
+ msgid "Settings in case of problems"
811
+ msgstr "Impostazioni in caso di problemi"
812
+
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
814
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
816
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
817
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
818
+ msgid "Save"
819
+ msgstr "Salva"
820
+
821
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
822
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
823
+ msgid "Leaderboard time format"
824
+ msgstr "Classifica formato tempo"
825
+
826
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
827
+ msgid "Custom"
828
+ msgstr "Personalizza"
829
+
830
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
831
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
832
+ msgid "Documentation on date and time formatting"
833
+ msgstr "Documentazione con formatazzione data e tempo"
834
+
835
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
837
+ msgid "Statistic time format"
838
+ msgstr ""
839
+
840
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
841
+ msgid "Select example:"
842
+ msgstr ""
843
+
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
845
+ msgid "Time format:"
846
+ msgstr ""
847
+
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
849
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
850
+ msgid "Category management"
851
+ msgstr ""
852
+
853
+ #: lib/view/WpProQuiz_View_GobalSettings.php:148
854
+ #: lib/view/WpProQuiz_View_GobalSettings.php:153
855
+ msgid "Quiz Category management"
856
+ msgstr ""
857
+
858
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
859
+ #: lib/view/WpProQuiz_View_GobalSettings.php:179
860
+ msgid "Quiz template management"
861
+ msgstr ""
862
+
863
+ #: lib/view/WpProQuiz_View_GobalSettings.php:199
864
+ #: lib/view/WpProQuiz_View_GobalSettings.php:204
865
+ msgid "Question template management"
866
+ msgstr ""
867
+
868
+ #: lib/view/WpProQuiz_View_GobalSettings.php:232
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:528
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1460
871
+ msgid "Admin e-mail settings"
872
+ msgstr ""
873
+
874
+ #: lib/view/WpProQuiz_View_GobalSettings.php:238
875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
876
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1624
877
+ msgid "To:"
878
+ msgstr ""
879
+
880
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1500
882
+ msgid ""
883
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
884
+ "com"
885
+ msgstr ""
886
+
887
+ #: lib/view/WpProQuiz_View_GobalSettings.php:251
888
+ #: lib/view/WpProQuiz_View_GobalSettings.php:323
889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1506
890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1644
891
+ msgid "From:"
892
+ msgstr ""
893
+
894
+ #: lib/view/WpProQuiz_View_GobalSettings.php:264
895
+ #: lib/view/WpProQuiz_View_GobalSettings.php:333
896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1519
897
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1654
898
+ msgid "Subject:"
899
+ msgstr ""
900
+
901
+ #: lib/view/WpProQuiz_View_GobalSettings.php:274
902
+ #: lib/view/WpProQuiz_View_GobalSettings.php:343
903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1529
904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1664
905
+ msgid "HTML"
906
+ msgstr ""
907
+
908
+ #: lib/view/WpProQuiz_View_GobalSettings.php:278
909
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
910
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
911
+ #: lib/view/WpProQuiz_View_GobalSettings.php:435
912
+ #: lib/view/WpProQuiz_View_GobalSettings.php:487
913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:85
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:104
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:123
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:158
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:174
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:211
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:251
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:399
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:526
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:689
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:740
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:766
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:792
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:834
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:928
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:973
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:998
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1040
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1073
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1087
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1219
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1220
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1323
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1533
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1614
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1668
951
+ msgid "Activate"
952
+ msgstr "Attiva"
953
+
954
+ #: lib/view/WpProQuiz_View_GobalSettings.php:284
955
+ #: lib/view/WpProQuiz_View_GobalSettings.php:353
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1539
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1674
958
+ msgid "Message body:"
959
+ msgstr ""
960
+
961
+ #: lib/view/WpProQuiz_View_GobalSettings.php:292
962
+ #: lib/view/WpProQuiz_View_GobalSettings.php:361
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1686
965
+ msgid "Allowed variables"
966
+ msgstr ""
967
+
968
+ #: lib/view/WpProQuiz_View_GobalSettings.php:294
969
+ #: lib/view/WpProQuiz_View_GobalSettings.php:363
970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1562
971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1697
972
+ msgid "User-ID"
973
+ msgstr ""
974
+
975
+ #: lib/view/WpProQuiz_View_GobalSettings.php:295
976
+ #: lib/view/WpProQuiz_View_GobalSettings.php:364
977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1563
978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1698
979
+ #: lib/view/WpProQuiz_View_Statistics.php:322
980
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
981
+ msgid "Username"
982
+ msgstr ""
983
+
984
+ #: lib/view/WpProQuiz_View_GobalSettings.php:296
985
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1564
987
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1699
988
+ msgid "Quiz-Name"
989
+ msgstr ""
990
+
991
+ #: lib/view/WpProQuiz_View_GobalSettings.php:297
992
+ #: lib/view/WpProQuiz_View_GobalSettings.php:366
993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1565
994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1700
995
+ msgid "Result in precent"
996
+ msgstr ""
997
+
998
+ #: lib/view/WpProQuiz_View_GobalSettings.php:298
999
+ #: lib/view/WpProQuiz_View_GobalSettings.php:367
1000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1002
+ msgid "Reached points"
1003
+ msgstr ""
1004
+
1005
+ #: lib/view/WpProQuiz_View_GobalSettings.php:299
1006
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
1007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1008
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1009
+ msgid "IP-address of the user"
1010
+ msgstr ""
1011
+
1012
+ #: lib/view/WpProQuiz_View_GobalSettings.php:300
1013
+ #: lib/view/WpProQuiz_View_GobalSettings.php:369
1014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1016
+ msgid "Category-Overview"
1017
+ msgstr ""
1018
+
1019
+ #: lib/view/WpProQuiz_View_GobalSettings.php:317
1020
+ #: lib/view/WpProQuiz_View_GobalSettings.php:529
1021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1022
+ msgid "User e-mail settings"
1023
+ msgstr ""
1024
+
1025
+ #: lib/view/WpProQuiz_View_GobalSettings.php:384
1026
+ msgid "to activate"
1027
+ msgstr "Attivare"
1028
+
1029
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
1030
+ msgid "not to activate"
1031
+ msgstr "Non attivare"
1032
+
1033
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
1034
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
1035
+ msgid "Please note"
1036
+ msgstr "Notare"
1037
+
1038
+ #: lib/view/WpProQuiz_View_GobalSettings.php:394
1039
+ msgid ""
1040
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
1041
+ msgstr ""
1042
+ "Queste impostazioni saranno solo attivate in caso di problemi con Wp-Pro-"
1043
+ "Quiz."
1044
+
1045
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
1046
+ #: lib/view/WpProQuiz_View_GobalSettings.php:409
1047
+ msgid "Automatically add [raw] shortcode"
1048
+ msgstr "Aggiungi automaticamento codice [raw] "
1049
+
1050
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
1051
+ #, php-format
1052
+ msgid "It is recommended %s this option on your system."
1053
+ msgstr "Si raccomanda %s questa opzione sul tuo sistema."
1054
+
1055
+ #: lib/view/WpProQuiz_View_GobalSettings.php:416
1056
+ msgid ""
1057
+ "If this option is activated, a [raw] shortcode is automatically set around "
1058
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
1059
+ msgstr ""
1060
+ "Se questa opzione è attivate, un [raw] si setta automaticamente intorno a "
1061
+ "WpProQuiz ( [WpProQuiz X] ) nel ( [raw] [WpProQuiz X] [/raw] )."
1062
+
1063
+ #: lib/view/WpProQuiz_View_GobalSettings.php:419
1064
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
1065
+ msgid ""
1066
+ "Own themes changes internal order of filters, what causes the problems. "
1067
+ "With additional shortcode [raw] this is prevented."
1068
+ msgstr ""
1069
+ "Il nostro tema ha cambiato l'ordine interno dei filtri e questo ha causato "
1070
+ "un problema. Con un codice [raw] questo può essere evitato."
1071
+
1072
+ #: lib/view/WpProQuiz_View_GobalSettings.php:426
1073
+ #: lib/view/WpProQuiz_View_GobalSettings.php:431
1074
+ msgid "Do not load the Javascript-files in the footer"
1075
+ msgstr "Non è stato caricato il javascript-file nel footer"
1076
+
1077
+ #: lib/view/WpProQuiz_View_GobalSettings.php:438
1078
+ msgid ""
1079
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
1080
+ "when they are really needed."
1081
+ msgstr ""
1082
+ "Genralmente tutti i WpProQuiz-Javascript sono caricati nel footer e solo "
1083
+ "quando sono veramente necessari."
1084
+
1085
+ #: lib/view/WpProQuiz_View_GobalSettings.php:441
1086
+ msgid "In very old Wordpress themes this can lead to problems."
1087
+ msgstr ""
1088
+ "Nel versioni più vecchie dei temi Wordpress questo può portare a problemi."
1089
+
1090
+ #: lib/view/WpProQuiz_View_GobalSettings.php:444
1091
+ msgid ""
1092
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
1093
+ "the header even if they are not needed."
1094
+ msgstr ""
1095
+ "Se attivi questa opzione, tutto WpProQuiz-Javascript sono caricati nell "
1096
+ "header anche se non sono necessari."
1097
+
1098
+ #: lib/view/WpProQuiz_View_GobalSettings.php:447
1099
+ #, php-format
1100
+ msgid ""
1101
+ "Anyone who wants to learn more about this topic should read through the "
1102
+ "following websites %s and %s."
1103
+ msgstr ""
1104
+ "SE volete sapere di più su questo argomento andate ai seguenti siti: %s e %s"
1105
+
1106
+ #: lib/view/WpProQuiz_View_GobalSettings.php:456
1107
+ #: lib/view/WpProQuiz_View_GobalSettings.php:461
1108
+ msgid "Touch Library"
1109
+ msgstr "Libreria touch per dispositivi mobili"
1110
+
1111
+ #: lib/view/WpProQuiz_View_GobalSettings.php:465
1112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1113
+ #: lib/view/WpProQuiz_View_QuizEdit.php:452
1114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:472
1115
+ #: lib/view/WpProQuiz_View_QuizEdit.php:903
1116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1117
+ msgid "Deactivate"
1118
+ msgstr "Disattivare"
1119
+
1120
+ #: lib/view/WpProQuiz_View_GobalSettings.php:468
1121
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
1122
+ msgstr ""
1123
+ "Nella versione 0.13 una nuova libreria è stata aggiunta per i dispositivi "
1124
+ "mobili."
1125
+
1126
+ #: lib/view/WpProQuiz_View_GobalSettings.php:471
1127
+ msgid "If you have any problems with the Touch Library, please deactivate it."
1128
+ msgstr "Se hai problemi con le librerie touch, per favore disattivale."
1129
+
1130
+ #: lib/view/WpProQuiz_View_GobalSettings.php:478
1131
+ #: lib/view/WpProQuiz_View_GobalSettings.php:483
1132
+ msgid "jQuery support cors"
1133
+ msgstr "Cors di supporto jQuery"
1134
+
1135
+ #: lib/view/WpProQuiz_View_GobalSettings.php:490
1136
+ msgid "Is required only in rare cases."
1137
+ msgstr "E' richiesto solo in rari casi."
1138
+
1139
+ #: lib/view/WpProQuiz_View_GobalSettings.php:493
1140
+ msgid "If you have problems with the front ajax, please activate it."
1141
+ msgstr "Se hai problemi con AJAX per favore attivalo."
1142
+
1143
+ #: lib/view/WpProQuiz_View_GobalSettings.php:496
1144
+ msgid "e.g. Domain with special characters in combination with IE"
1145
+ msgstr "Esempio dominio con caratteri speciali combinato con IE"
1146
+
1147
+ #: lib/view/WpProQuiz_View_GobalSettings.php:503
1148
+ #: lib/view/WpProQuiz_View_GobalSettings.php:508
1149
+ #: lib/view/WpProQuiz_View_GobalSettings.php:510
1150
+ msgid "Repair database"
1151
+ msgstr ""
1152
+
1153
+ #: lib/view/WpProQuiz_View_GobalSettings.php:512
1154
+ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1155
+ msgstr ""
1156
+
1157
+ #: lib/view/WpProQuiz_View_Import.php:21
1158
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1159
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1160
+ msgid "Import"
1161
+ msgstr "Importa"
1162
+
1163
+ #: lib/view/WpProQuiz_View_Import.php:25
1164
+ msgid "Error"
1165
+ msgstr "Errore"
1166
+
1167
+ #: lib/view/WpProQuiz_View_Import.php:32
1168
+ msgid "Successfully"
1169
+ msgstr "Successo"
1170
+
1171
+ #: lib/view/WpProQuiz_View_Import.php:34
1172
+ msgid "Import completed successfully"
1173
+ msgstr "Importazione completata con successo"
1174
+
1175
+ #: lib/view/WpProQuiz_View_Import.php:43
1176
+ msgid "Quiz name"
1177
+ msgstr "Nome del quiz"
1178
+
1179
+ #: lib/view/WpProQuiz_View_Import.php:69
1180
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1181
+ msgid "Start import"
1182
+ msgstr "Inizia importazione"
1183
+
1184
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:7
1185
+ msgid "WP-Pro-Quiz special modification"
1186
+ msgstr ""
1187
+
1188
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1189
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1190
+ msgid "You need special WP-Pro-Quiz modification for your website?"
1191
+ msgstr ""
1192
+
1193
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:11
1194
+ msgid "We offer you:"
1195
+ msgstr ""
1196
+
1197
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:13
1198
+ msgid "Design adaption for your theme"
1199
+ msgstr ""
1200
+
1201
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:14
1202
+ msgid "Creation of additional modules for your needs"
1203
+ msgstr ""
1204
+
1205
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:15
1206
+ msgid "Premium Support"
1207
+ msgstr ""
1208
+
1209
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:18
1210
+ msgid "Contact us:"
1211
+ msgstr ""
1212
+
1213
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:20
1214
+ msgid "Send us an e-mail"
1215
+ msgstr ""
1216
+
1217
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:21
1218
+ msgid "The e-mail must be written in english or german"
1219
+ msgstr ""
1220
+
1221
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:22
1222
+ msgid "Explain your wish detailed and exactly as possible"
1223
+ msgstr ""
1224
+
1225
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:24
1226
+ msgid "You can send us screenshots, sketches and attachments"
1227
+ msgstr ""
1228
+
1229
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:27
1230
+ msgid "Send us your full name and your web address (webpage-URL)"
1231
+ msgstr ""
1232
+
1233
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:28
1234
+ msgid ""
1235
+ "If you wish design adaption, we additionally need the name of your theme"
1236
+ msgstr ""
1237
+
1238
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:32
1239
+ msgid ""
1240
+ "After receiving your e-mail we will verify your request on feasibility. "
1241
+ "After this you will receive e-mail from us with further details and offer."
1242
+ msgstr ""
1243
+
1244
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:35
1245
+ msgid ""
1246
+ "Extended support in first 6 months. Reported bugs and updates of WP Pro Quiz "
1247
+ "are supported. Exception are major releases (update of main version)"
1248
+ msgstr ""
1249
+
1250
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:29
1252
+ msgid "load template"
1253
+ msgstr ""
1254
+
1255
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1256
+ msgid "Title"
1257
+ msgstr "Titolo"
1258
+
1259
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1260
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1261
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1262
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1263
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:40
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:576
1266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1267
+ msgid "(optional)"
1268
+ msgstr "(opzionale)"
1269
+
1270
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:43
1271
+ msgid ""
1272
+ "The title is used for overview, it is not visible in quiz. If you leave the "
1273
+ "title field empty, a title will be generated."
1274
+ msgstr ""
1275
+ "Il titolo è usato solo per il riepilogo, non è visibile nel quiz. Se lo "
1276
+ "lasci vuoto, un titolo verrà generato automaticamente."
1277
+
1278
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1279
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1280
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:34
1282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:565
1283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1284
+ msgid "(required)"
1285
+ msgstr "(richiesto)"
1286
+
1287
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:53
1288
+ msgid "Points for this question (Standard is 1 point)"
1289
+ msgstr "Punti per questa domanda (un punto solitamente)"
1290
+
1291
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:59
1292
+ msgid ""
1293
+ "This points will be rewarded, only if the user closes the question correctly."
1294
+ msgstr ""
1295
+ "Questo punto verrà assegnato, solo se l'utente risponderà correttamente."
1296
+
1297
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
1298
+ msgid "Different points for each answer"
1299
+ msgstr "Punti differenti per ogni risposta"
1300
+
1301
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
1302
+ msgid ""
1303
+ "If you enable this option, you can enter different points for every answer."
1304
+ msgstr ""
1305
+ "Se attivi questa opzione, tu puoi inserire punti differenti per ogni "
1306
+ "risposta."
1307
+
1308
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:74
1309
+ msgid "Show reached points in the correct- and incorrect message?"
1310
+ msgstr "Mostra i punti raggiunti nelle risposte corrette e incorrette?"
1311
+
1312
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1313
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:40
1315
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1316
+ #: lib/view/WpProQuiz_View_Statistics.php:124
1317
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1318
+ msgid "Category"
1319
+ msgstr ""
1320
+
1321
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:83
1322
+ msgid ""
1323
+ "You can assign classify category for a question. Categories are e.g. visible "
1324
+ "in statistics function."
1325
+ msgstr ""
1326
+
1327
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1329
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1330
+ msgid "You can manage categories in global settings."
1331
+ msgstr ""
1332
+
1333
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1334
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:50
1336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:60
1337
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1338
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1339
+ msgid "Create new category"
1340
+ msgstr ""
1341
+
1342
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:62
1344
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1345
+ msgid "Create"
1346
+ msgstr ""
1347
+
1348
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1349
+ msgid "Message with the correct / incorrect answer"
1350
+ msgstr "Messaggio con la risposta corretta/incorretta"
1351
+
1352
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:120
1353
+ msgid "Deactivated in quiz settings."
1354
+ msgstr "Disattivato nelle impostazioni quiz-"
1355
+
1356
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1357
+ msgid "Message with the correct answer"
1358
+ msgstr "Messaggio con le risposte corrette"
1359
+
1360
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1361
+ msgid ""
1362
+ "This text will be visible if answered correctly. It can be used as "
1363
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1364
+ "always displayed automatically."
1365
+ msgstr ""
1366
+ "Questo testo sarà visibile if la risposta è corretta. E' usato per spiegare "
1367
+ "domande complesse. Il messaggio \"Giusto\" od \"Sblagliato\" è sempre "
1368
+ "mostrato automaticamente."
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:132
1371
+ msgid "Same text for correct- and incorrect-message?"
1372
+ msgstr "Stesso testo per messaggi corretti o sbagliati?"
1373
+
1374
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1375
+ msgid "Message with the incorrect answer"
1376
+ msgstr "Messaggio con la risposta sblagliata"
1377
+
1378
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:145
1379
+ msgid ""
1380
+ "This text will be visible if answered incorrectly. It can be used as "
1381
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1382
+ "always displayed automatically."
1383
+ msgstr ""
1384
+ "Questo testo sarò visibile se la risposta è sbagliata. Può essere usato per "
1385
+ "domande complesse. Il messaggio \"Giusto\" o \"Sbagliato\" viene mostrato "
1386
+ "semprre automaticamente."
1387
+
1388
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:157
1389
+ msgid "Here you can enter solution hint."
1390
+ msgstr "Qui puoi inserire il suggerimento per la soluzione."
1391
+
1392
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:161
1393
+ msgid "Activate hint for this question?"
1394
+ msgstr "Attivare suggerimenti per le domande?"
1395
+
1396
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:173
1397
+ msgid "Answer type"
1398
+ msgstr "Tipo di risposta"
1399
+
1400
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:181
1401
+ msgid "Single choice"
1402
+ msgstr "Risposta unica"
1403
+
1404
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:185
1405
+ msgid "Multiple choice"
1406
+ msgstr "Risposta multipla"
1407
+
1408
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:189
1409
+ msgid "\"Free\" choice"
1410
+ msgstr "Risposta \"libera\" "
1411
+
1412
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:193
1413
+ msgid "\"Sorting\" choice"
1414
+ msgstr "\"Ordinare\" scelta"
1415
+
1416
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:197
1417
+ msgid "\"Matrix Sorting\" choice"
1418
+ msgstr "Scelta\"Ordine matrice\" "
1419
+
1420
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:201
1421
+ msgid "Cloze"
1422
+ msgstr "Completare con del testo lo spazio bianco"
1423
+
1424
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:205
1425
+ msgid "Assessment"
1426
+ msgstr ""
1427
+
1428
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1429
+ msgid "Answers"
1430
+ msgstr "Risposta"
1431
+
1432
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1433
+ msgid ""
1434
+ "Please sort the answers in right order with the \"Move\" - Button. The "
1435
+ "answers will be displayed randomly."
1436
+ msgstr ""
1437
+ "Per favore ordina le risposte nel corretto ordine con il \"Muovi\"-tasto, Le "
1438
+ "risposte sono mostrare casulamente."
1439
+
1440
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:223
1441
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:229
1442
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
1443
+ msgid "Add new answer"
1444
+ msgstr "Aggiungi nuove risposte"
1445
+
1446
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:233
1447
+ msgid ""
1448
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1449
+ "matching criterion."
1450
+ msgstr ""
1451
+ "In questa modalità, l'elenco non deve essere ordinato, ma dovranno essere "
1452
+ "destinati ad elementi corrispondenti il criterio."
1453
+
1454
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
1455
+ msgid ""
1456
+ "You can create sort elements with empty criteria, which can't be assigned by "
1457
+ "user."
1458
+ msgstr ""
1459
+ "Puoi creare elementi ordinabili con criteri vuoti, i quali possono essere "
1460
+ "assegnati dall'utente."
1461
+
1462
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:240
1463
+ msgid "Percentage width of criteria table column:"
1464
+ msgstr ""
1465
+
1466
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:245
1467
+ msgid ""
1468
+ "Allows adjustment of the left column's width, and the right column will auto-"
1469
+ "fill the rest of the available space. Increase this to allow accommodate "
1470
+ "longer criterion text. Defaults to 20%."
1471
+ msgstr ""
1472
+
1473
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:652
1475
+ msgid "template name"
1476
+ msgstr ""
1477
+
1478
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1480
+ msgid "Create new template"
1481
+ msgstr ""
1482
+
1483
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1485
+ msgid "Save as template"
1486
+ msgstr ""
1487
+
1488
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1489
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1490
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:70
1492
+ msgid "Options"
1493
+ msgstr "Opzioni"
1494
+
1495
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:296
1496
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:399
1497
+ msgid "Answer"
1498
+ msgstr "Risposta"
1499
+
1500
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:311
1501
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1502
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:376
1503
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1504
+ msgid "Allow HTML"
1505
+ msgstr "Permetti HTML"
1506
+
1507
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1508
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1509
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:425
1510
+ msgid "Delete answer"
1511
+ msgstr "Cancella risposta"
1512
+
1513
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1514
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1515
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:426
1516
+ msgid "Add Media"
1517
+ msgstr ""
1518
+
1519
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:330
1520
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1521
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1522
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1523
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1524
+ msgid "Move"
1525
+ msgstr "Muovi"
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:346
1528
+ msgid "Criterion"
1529
+ msgstr "Criterio"
1530
+
1531
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:438
1532
+ msgid ""
1533
+ "correct answers (one per line) (answers will be converted to lower case)"
1534
+ msgstr ""
1535
+ "Risposta esatta (una per linea)) (la risposta sarà convertita in caretteri "
1536
+ "minuscoli)"
1537
+
1538
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1539
+ msgid ""
1540
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1541
+ "small letters will be ignored."
1542
+ msgstr ""
1543
+ "Racchiudere le parole cercate con { } esempio \"Io {gioco} a calcio\". le "
1544
+ "maiuscole o minuscole saranno ignorate."
1545
+
1546
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:454
1547
+ msgid ""
1548
+ "You can specify multiple options for a search word. Enclose the word with "
1549
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1550
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1551
+ "hate are correct."
1552
+ msgstr ""
1553
+
1554
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:457
1555
+ msgid ""
1556
+ "If mode \"Different points for every answer\" is activated, you can assign "
1557
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1558
+ msgstr ""
1559
+ "Se la modalità \"Assegnare un punto differente per ogni risposta\" è "
1560
+ "attivata, puoi assegnare punti con |POINTS. In caso contrario sarà assegnato "
1561
+ "un punto per ogni risposta."
1562
+
1563
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:460
1564
+ msgid ""
1565
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1566
+ "\" 3 points."
1567
+ msgstr ""
1568
+ "Esempio \" I {gioco} a calcio con un {pallone|3}. \" - \"gioco\" da un punto "
1569
+ "e \"pallone\" 3 punti. "
1570
+
1571
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:472
1572
+ msgid "Here you can create an assessment question."
1573
+ msgstr ""
1574
+
1575
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:475
1576
+ msgid ""
1577
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1578
+ msgstr ""
1579
+
1580
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:477
1581
+ msgid "The number of options in the maximum score."
1582
+ msgstr ""
1583
+
1584
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:480
1585
+ msgid "Examples:"
1586
+ msgstr ""
1587
+
1588
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:482
1589
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1590
+ msgstr ""
1591
+
1592
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1593
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
1597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:748
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:774
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:800
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
1602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
1606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1365
1616
+ msgid "Demo"
1617
+ msgstr "Demo"
1618
+
1619
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:491
1620
+ msgid "less true { [a] [b] [c] } more true"
1621
+ msgstr ""
1622
+
1623
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:510
1624
+ msgid "Single choice options"
1625
+ msgstr ""
1626
+
1627
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:513
1628
+ msgid ""
1629
+ "If \"Different points for each answer\" is activated, you can activate a "
1630
+ "special mode.<br> This changes the calculation of the points"
1631
+ msgstr ""
1632
+
1633
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:517
1634
+ msgid "Different points - modus 2 activate"
1635
+ msgstr ""
1636
+
1637
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:521
1638
+ msgid "Disables the distinction between correct and incorrect."
1639
+ msgstr ""
1640
+
1641
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:525
1642
+ msgid "disable correct and incorrent"
1643
+ msgstr ""
1644
+
1645
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:529
1646
+ msgid "Explanation of points calculation"
1647
+ msgstr ""
1648
+
1649
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:549
1650
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:554
1651
+ msgid "\"Different points for each answer\" enabled"
1652
+ msgstr ""
1653
+
1654
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:551
1655
+ msgid "\"Different points - mode 2\" disable"
1656
+ msgstr ""
1657
+
1658
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:556
1659
+ msgid "\"Different points - mode 2\" enabled"
1660
+ msgstr ""
1661
+
1662
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1663
+ msgid "Questions sorted"
1664
+ msgstr "Domande ordinate"
1665
+
1666
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1667
+ #: lib/view/WpProQuiz_View_Statistics.php:169
1668
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1669
+ msgid "Total"
1670
+ msgstr "Totale"
1671
+
1672
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1673
+ msgid "Add question"
1674
+ msgstr "Aggiungi domanda"
1675
+
1676
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1677
+ msgid "Save order"
1678
+ msgstr "Salva ordine"
1679
+
1680
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1681
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1682
+ msgid "Copy questions from another Quiz"
1683
+ msgstr "Copia domande da un altro quiz"
1684
+
1685
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1686
+ msgid ""
1687
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1688
+ "selection enabled)"
1689
+ msgstr ""
1690
+ "Qui tu puoi copiare le domande da un altro quiz in queste quiz. (Risposte "
1691
+ "multiple è attivato)"
1692
+
1693
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1694
+ msgid "Copy questions"
1695
+ msgstr "Copia domanda"
1696
+
1697
+ #: lib/view/WpProQuiz_View_QuizEdit.php:34
1698
+ msgid "Quiz title"
1699
+ msgstr "Titolo del quiz"
1700
+
1701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1702
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1703
+ msgid "You can assign classify category for a quiz."
1704
+ msgstr ""
1705
+
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1707
+ msgid "Hide quiz title"
1708
+ msgstr "Nascondi titolo del quiz"
1709
+
1710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:81
1711
+ msgid "Hide title"
1712
+ msgstr "Nascondi titolo"
1713
+
1714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:88
1715
+ msgid "The title serves as quiz heading."
1716
+ msgstr "Il titolo serve come intestazione del quiz"
1717
+
1718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:95
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:100
1720
+ msgid "Hide \"Restart quiz\" button"
1721
+ msgstr "Nascondi il tasto \"Riavvia quiz\""
1722
+
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:107
1724
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1725
+ msgstr "Nascondi \"Riavvia quiz\" tasto nella schermata utente."
1726
+
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:114
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
1729
+ msgid "Hide \"View question\" button"
1730
+ msgstr "Nascondi il tasto \"Vedi domanda\""
1731
+
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:126
1733
+ msgid "Hide the \"View question\" button in the Frontend."
1734
+ msgstr "Nascondi \"Mostra domanda\" nell aschermata utente."
1735
+
1736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:133
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
1738
+ msgid "Display question randomly"
1739
+ msgstr "Mostra domande in modo casuale"
1740
+
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:154
1743
+ msgid "Display answers randomly"
1744
+ msgstr "Mostra risposte in modo casuale"
1745
+
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:170
1748
+ msgid "Sort questions by category"
1749
+ msgstr ""
1750
+
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:177
1752
+ msgid ""
1753
+ "Also works in conjunction with the \"display randomly question\" option."
1754
+ msgstr ""
1755
+
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:192
1757
+ msgid "Seconds"
1758
+ msgstr "Secondi"
1759
+
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
1761
+ msgid "0 = no limit"
1762
+ msgstr "0 = senza limiti"
1763
+
1764
+ #: lib/view/WpProQuiz_View_QuizEdit.php:202
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:207
1766
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1767
+ msgid "Statistics"
1768
+ msgstr "Statistiche"
1769
+
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:214
1771
+ msgid ""
1772
+ "Statistics about right or wrong answers. Statistics will be saved by "
1773
+ "completed quiz, not after every question. The statistics is only visible "
1774
+ "over administration menu. (internal statistics)"
1775
+ msgstr ""
1776
+ "Statistiche sulle risposte giuste e sbagliate. Le statistiche saranno "
1777
+ "salvate completando il quiz, not dopo ogni domanda. Le statistiche sono solo "
1778
+ "visibili dal menù amministrazione. (statistiche interne)"
1779
+
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:221
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1782
+ msgid "Statistics IP-lock"
1783
+ msgstr "Statistiche IP-Bloccato"
1784
+
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
1786
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1787
+ msgstr "in minuti (raccomandati: 1440 minuti = 1 giorno)"
1788
+
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1790
+ msgid ""
1791
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1792
+ "from same IP. (0 = deactivated)"
1793
+ msgstr ""
1794
+ "Proteggi le statistiche da spam. risultati saranno solo salvati ogni X "
1795
+ "minuti dallo stesso IP. (0 = disattivato)"
1796
+
1797
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:246
1799
+ msgid "Execute quiz only once"
1800
+ msgstr "Avvia quiz solo una volta"
1801
+
1802
+ #: lib/view/WpProQuiz_View_QuizEdit.php:254
1803
+ msgid ""
1804
+ "If you activate this option, the user can complete the quiz only once. "
1805
+ "Afterwards the quiz is blocked for this user."
1806
+ msgstr ""
1807
+ "Se si attiva questa opzione, l'utente può completare il quiz solo una volta. "
1808
+ "Dopodichè il quiz sarà bloccato per questo utente."
1809
+
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:258
1811
+ msgid "This option applies to:"
1812
+ msgstr "Questa opzione è applicata a:"
1813
+
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:266
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1816
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1817
+ msgid "all users"
1818
+ msgstr "Tutti gli utenti"
1819
+
1820
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1822
+ msgid "registered useres only"
1823
+ msgstr "Solo utenti registrati"
1824
+
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:274
1826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1827
+ msgid "anonymous users only"
1828
+ msgstr "Solo utenti anonimi"
1829
+
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1831
+ msgid "user identification by cookie"
1832
+ msgstr "Identificazione user attraverso cookie"
1833
+
1834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:283
1835
+ msgid ""
1836
+ "If you activate this option, a cookie is set additionally for unregistrated "
1837
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1838
+ "simple assignment by the IP address."
1839
+ msgstr ""
1840
+ "Se attivi questa opzione, un cookie è impostato addizionalmente per utenti "
1841
+ "non resitrati (anonimi). Questo assicura un controllo utente più lungo "
1842
+ "rispetto all'indirizzo IP."
1843
+
1844
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
1845
+ msgid "Reset the user identification"
1846
+ msgstr "Reset identificazione utenti."
1847
+
1848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1849
+ msgid "User identification has been reset."
1850
+ msgstr "Le identificazioni utente, sono state resettate."
1851
+
1852
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1853
+ msgid "Resets user identification for all users."
1854
+ msgstr "Reset identificazioni utentu per tutti gli utenti"
1855
+
1856
+ #: lib/view/WpProQuiz_View_QuizEdit.php:300
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:305
1858
+ msgid "Show only specific number of questions"
1859
+ msgstr "Mostra solo specifici numeri di domande"
1860
+
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:312
1862
+ msgid ""
1863
+ "If you enable this option, maximum number of displayed questions will be X "
1864
+ "from X questions. (The output of questions is random)"
1865
+ msgstr ""
1866
+ "Se attivi questa opzione, il massimo numero di domande visualizzato, sarà da "
1867
+ "X a X domande. (La visualizzazione delle domande è casuale)"
1868
+
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1870
+ msgid "How many questions should be displayed simultaneously:"
1871
+ msgstr "Quante domande saranno mostrate simultaneamente:"
1872
+
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:321
1874
+ msgid "in percent"
1875
+ msgstr "In percentuale"
1876
+
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1879
+ msgid "Prerequisites"
1880
+ msgstr "Prerequisiti"
1881
+
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1883
+ msgid ""
1884
+ "If you enable this option, you can choose quiz, which user have to finish "
1885
+ "before he can start this quiz."
1886
+ msgstr ""
1887
+ "Se tu abiliti questa opzione, puoi scegliere un quiz, che l'utente deve "
1888
+ "finire prima di iniziare questo quiz."
1889
+
1890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1891
+ msgid ""
1892
+ "In all selected quizzes statistic function have to be active. If it is not "
1893
+ "it will be activated automatically."
1894
+ msgstr ""
1895
+ "In tutti i quiz la funzione statistica è attivata. Se non è così sarà "
1896
+ "attivata automaticamente."
1897
+
1898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1899
+ msgid "Quiz"
1900
+ msgstr "Quiz"
1901
+
1902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1903
+ msgid "Prerequisites (This quiz have to be finished)"
1904
+ msgstr "Prerequisiti (Questo quiz deve essere completato)"
1905
+
1906
+ #: lib/view/WpProQuiz_View_QuizEdit.php:390
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:395
1908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1909
+ msgid "Question overview"
1910
+ msgstr ""
1911
+
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:402
1913
+ msgid ""
1914
+ "Add at the top of the quiz a question overview, which allows easy "
1915
+ "navigation. Additional questions can be marked \"to review\"."
1916
+ msgstr ""
1917
+
1918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
1919
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1920
+ msgstr ""
1921
+
1922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:436
1923
+ msgid ""
1924
+ "If you enalbe this option, no quiz overview will be displayed, before "
1925
+ "finishing quiz."
1926
+ msgstr ""
1927
+
1928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1929
+ msgid ""
1930
+ "If you enable this option, user won't be able to skip question. (only in "
1931
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1932
+ "\"Question-Overview\""
1933
+ msgstr ""
1934
+
1935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:463
1936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1939
+ msgid "Admin e-mail notification"
1940
+ msgstr ""
1941
+
1942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1944
+ msgid "for registered users only"
1945
+ msgstr ""
1946
+
1947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1949
+ msgid "for all users"
1950
+ msgstr ""
1951
+
1952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:483
1953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1954
+ msgid ""
1955
+ "If you enable this option, you will be informed if a user completes this "
1956
+ "quiz."
1957
+ msgstr ""
1958
+
1959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
1961
+ msgid "E-Mail settings can be edited in global settings."
1962
+ msgstr ""
1963
+
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:499
1966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1968
+ msgid "User e-mail notification"
1969
+ msgstr ""
1970
+
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:506
1972
+ msgid ""
1973
+ "If you enable this option, an email is sent with his quiz result to the "
1974
+ "user. (only registered users)"
1975
+ msgstr ""
1976
+
1977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:517
1978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
1979
+ msgid "Autostart"
1980
+ msgstr ""
1981
+
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
1983
+ msgid ""
1984
+ "If you enable this option, the quiz will start automatically after the page "
1985
+ "is loaded."
1986
+ msgstr ""
1987
+
1988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:536
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
1990
+ msgid "Only registered users are allowed to start the quiz"
1991
+ msgstr ""
1992
+
1993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:548
1994
+ msgid ""
1995
+ "If you enable this option, only registered users allowed start the quiz."
1996
+ msgstr ""
1997
+
1998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:565
1999
+ msgid "Quiz description"
2000
+ msgstr "Descrizione quiz"
2001
+
2002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
2003
+ msgid "This text will be displayed before start of the quiz."
2004
+ msgstr "Questo testo sarà mostrato prima di iniziare il quiz."
2005
+
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:576
2007
+ msgid "Results text"
2008
+ msgstr "Testo del risultato"
2009
+
2010
+ #: lib/view/WpProQuiz_View_QuizEdit.php:579
2011
+ msgid ""
2012
+ "This text will be displayed at the end of the quiz (in results). (this text "
2013
+ "is optional)"
2014
+ msgstr ""
2015
+ "Questo testo sarà mostrato alla fine del quiz (nei risultati). (Questo testo "
2016
+ "è opzionale)"
2017
+
2018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:583
2019
+ msgid "Activate graduation"
2020
+ msgstr "Attiva graduatoria"
2021
+
2022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2023
+ msgid "Hint:"
2024
+ msgstr "Suggerimento:"
2025
+
2026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
2027
+ msgid "Maximal 15 levels"
2028
+ msgstr "Massimo 15 livelli"
2029
+
2030
+ #: lib/view/WpProQuiz_View_QuizEdit.php:593
2031
+ #, php-format
2032
+ msgid ""
2033
+ "Percentages refer to the total score of the quiz. (Current total %d points "
2034
+ "in %d questions."
2035
+ msgstr ""
2036
+ "Percentuale riferita al totale del risultato del quiz. (Totale corrent %d "
2037
+ "punti in %d domande)"
2038
+
2039
+ #: lib/view/WpProQuiz_View_QuizEdit.php:596
2040
+ msgid "Values can also be mixed up"
2041
+ msgstr "Valori posso anche essere mescolati"
2042
+
2043
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2044
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2045
+ msgstr "10,15% o 10.15% permessi (massimo 2 cifre dopo la virgola)"
2046
+
2047
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2049
+ msgid "from:"
2050
+ msgstr "Da:"
2051
+
2052
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2054
+ msgid "percent"
2055
+ msgstr "Percentuale"
2056
+
2057
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2058
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2059
+ #, php-format
2060
+ msgid ""
2061
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2062
+ "%s</span>%%)"
2063
+ msgstr ""
2064
+ "(Sarà mostrato, quando risultato.percentuale è >= <span class=\"resultProzent"
2065
+ "\">%s</span>%% )"
2066
+
2067
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
2068
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
2069
+ msgid "Delete graduation"
2070
+ msgstr "Cancella graduatoria"
2071
+
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
2073
+ msgid "Add graduation"
2074
+ msgstr "Aggiungi graduatoria"
2075
+
2076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
2077
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2078
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2079
+ msgid "Custom fields - Variables"
2080
+ msgstr ""
2081
+
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:674
2083
+ msgid "Result-Options"
2084
+ msgstr ""
2085
+
2086
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
2088
+ msgid "Show average points"
2089
+ msgstr "Mostra punti medi"
2090
+
2091
+ #: lib/view/WpProQuiz_View_QuizEdit.php:692
2092
+ msgid "Statistics-function must be enabled."
2093
+ msgstr "Funzione statistica deve essere attivata."
2094
+
2095
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
2096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:710
2097
+ msgid "Show category score"
2098
+ msgstr ""
2099
+
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:717
2101
+ msgid ""
2102
+ "If you enable this option, the results of each category is displayed on the "
2103
+ "results page."
2104
+ msgstr ""
2105
+
2106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:731
2107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
2108
+ msgid "Hide correct questions - display"
2109
+ msgstr ""
2110
+
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
2112
+ msgid ""
2113
+ "If you select this option, no longer the number of correctly answered "
2114
+ "questions are displayed on the results page."
2115
+ msgstr ""
2116
+
2117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:757
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:762
2119
+ msgid "Hide quiz time - display"
2120
+ msgstr ""
2121
+
2122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
2123
+ msgid ""
2124
+ "If you enable this option, the time for finishing the quiz won't be "
2125
+ "displayed on the results page anymore."
2126
+ msgstr ""
2127
+
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:788
2130
+ msgid "Hide score - display"
2131
+ msgstr ""
2132
+
2133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:795
2134
+ msgid ""
2135
+ "If you enable this option, final score won't be displayed on the results "
2136
+ "page anymore."
2137
+ msgstr ""
2138
+
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:819
2140
+ msgid "Question-Options"
2141
+ msgstr ""
2142
+
2143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:830
2145
+ msgid "Show points"
2146
+ msgstr "Mostra punti"
2147
+
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
2149
+ msgid "Shows in quiz, how many points are reachable for respective question."
2150
+ msgstr ""
2151
+ "Mostra nel quiz, quanti punti sono raggiungibili per le rispettive domande."
2152
+
2153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
2154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:849
2155
+ msgid "Number answers"
2156
+ msgstr "Numero di risposte"
2157
+
2158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:856
2159
+ msgid ""
2160
+ "If this option is activated, all answers are numbered (only single and "
2161
+ "multiple choice)"
2162
+ msgstr ""
2163
+ "Se questa opzione è attivata, tutte le risposte sono numerate (solo singole "
2164
+ "e multiple scelte)"
2165
+
2166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
2167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:874
2168
+ msgid "Hide correct- and incorrect message"
2169
+ msgstr "Nascondi messaggi corretti e incorretti"
2170
+
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:881
2172
+ msgid ""
2173
+ "If you enable this option, no correct- or incorrect message will be "
2174
+ "displayed."
2175
+ msgstr ""
2176
+ "Se abiliti questa opzione, messaggi incorretti o corretti saranno mostrati."
2177
+
2178
+ #: lib/view/WpProQuiz_View_QuizEdit.php:894
2179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:899
2180
+ msgid "Correct and incorrect answer mark"
2181
+ msgstr "Segna risposte corrette e sbagliate "
2182
+
2183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:906
2184
+ msgid ""
2185
+ "If you enable this option, answers won't be color highlighted as correct or "
2186
+ "incorrect. "
2187
+ msgstr ""
2188
+ "Se abiliti questa opzione, risposte saranno evidenziate come corrette o "
2189
+ "sbagliate."
2190
+
2191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:919
2192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
2193
+ msgid "Force user to answer each question"
2194
+ msgstr ""
2195
+
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
2197
+ msgid "If you enable this option, the user is forced to answer each question."
2198
+ msgstr ""
2199
+
2200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:932
2201
+ msgid ""
2202
+ "If the option \"Question overview\" is activated, this notification will "
2203
+ "appear after end of the quiz, otherwise after each question."
2204
+ msgstr ""
2205
+
2206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:939
2207
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
2208
+ msgid "Hide question position overview"
2209
+ msgstr ""
2210
+
2211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
2212
+ msgid "If you enable this option, the question position overview is hidden."
2213
+ msgstr ""
2214
+
2215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:964
2216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:969
2217
+ msgid "Hide question numbering"
2218
+ msgstr ""
2219
+
2220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:976
2221
+ msgid "If you enable this option, the question numbering is hidden."
2222
+ msgstr ""
2223
+
2224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:989
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
2226
+ msgid "Display category"
2227
+ msgstr ""
2228
+
2229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2230
+ msgid "If you enable this option, category will be displayed in the question."
2231
+ msgstr ""
2232
+
2233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2234
+ msgid ""
2235
+ "The leaderboard allows users to enter results in public list and to share "
2236
+ "the result this way."
2237
+ msgstr ""
2238
+ "La classifica permette agli utenti di inserire il il risultato nella lista "
2239
+ "pubblica e condividere il risultato."
2240
+
2241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2242
+ msgid "The leaderboard works independent from internal statistics function."
2243
+ msgstr ""
2244
+ "La classifica funziona indipendentemente dalla funzione statistiche interne."
2245
+
2246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2247
+ msgid "Who can sign up to the list"
2248
+ msgstr "Chi può iscriversi alla lista"
2249
+
2250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2251
+ msgid ""
2252
+ "Not registered users have to enter name and e-mail (e-mail won't be "
2253
+ "displayed)"
2254
+ msgstr ""
2255
+ "Utenti non registrati devono inserire nome e email (email non sarà mostrata)"
2256
+
2257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2258
+ msgid "insert automatically"
2259
+ msgstr ""
2260
+
2261
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2262
+ msgid ""
2263
+ "If you enable this option, logged in users will be automatically entered "
2264
+ "into leaderboard"
2265
+ msgstr ""
2266
+
2267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2268
+ msgid "display captcha"
2269
+ msgstr "Mostra captcha"
2270
+
2271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2272
+ msgid ""
2273
+ "If you enable this option, additional captcha will be displayed for users "
2274
+ "who are not registered."
2275
+ msgstr ""
2276
+ "Se abiliti questa funzione, captcha addizionale sarà mostrato a tutti gli "
2277
+ "user non registrati."
2278
+
2279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2280
+ msgid "This option requires additional plugin:"
2281
+ msgstr "Questa opzione richiede un plug-in opzionale:"
2282
+
2283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2284
+ msgid "Plugin has been detected."
2285
+ msgstr "Un plugin è stato rilevato"
2286
+
2287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2288
+ msgid "Plugin is not installed."
2289
+ msgstr "Plugin non istallato"
2290
+
2291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2292
+ msgid "Sort list by"
2293
+ msgstr "Ordina lista per"
2294
+
2295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2296
+ msgid "Users can apply multiple times"
2297
+ msgstr "Utenti possono applicare più volte"
2298
+
2299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2300
+ msgid "User can apply after:"
2301
+ msgstr "Utenti possono applicare dopo:"
2302
+
2303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2304
+ msgid "minute"
2305
+ msgstr "minuto"
2306
+
2307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2308
+ msgid "How many entries should be displayed"
2309
+ msgstr "Quante voci saranno mostrate"
2310
+
2311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2312
+ msgid "Entries"
2313
+ msgstr "Voci"
2314
+
2315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2316
+ msgid "Automatically display leaderboard in quiz result"
2317
+ msgstr "Mostra automaticamente la classifica nei risultati del quiz"
2318
+
2319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2320
+ msgid "Where should leaderboard be displayed:"
2321
+ msgstr "Dove sarebbe mostrata la classifica:"
2322
+
2323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2324
+ msgid "don't display"
2325
+ msgstr "Non mostrarlo"
2326
+
2327
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2328
+ msgid "below the \"result text\""
2329
+ msgstr "Sotto il \"risultato del test\""
2330
+
2331
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2332
+ msgid "in a button"
2333
+ msgstr "In un tasto"
2334
+
2335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2336
+ msgid "Quiz-Mode"
2337
+ msgstr ""
2338
+
2339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2340
+ msgid "Normal"
2341
+ msgstr ""
2342
+
2343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2344
+ msgid "Normal + Back-Button"
2345
+ msgstr ""
2346
+
2347
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2348
+ msgid "Check -> continue"
2349
+ msgstr "Controlla -> continua"
2350
+
2351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2352
+ msgid "Questions below each other"
2353
+ msgstr "Domande una sotto l'altra"
2354
+
2355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2356
+ msgid ""
2357
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
2358
+ "displayed at the end of the quiz."
2359
+ msgstr ""
2360
+
2361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2362
+ msgid "Allows to use the back button in a question."
2363
+ msgstr ""
2364
+
2365
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2366
+ msgid "Shows \"right or wrong\" after each question."
2367
+ msgstr ""
2368
+
2369
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2370
+ msgid ""
2371
+ "If this option is activated, all answers are displayed below each other, i."
2372
+ "e. all questions are on a single page."
2373
+ msgstr ""
2374
+
2375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2376
+ msgid "How many questions to be displayed on a page:"
2377
+ msgstr ""
2378
+
2379
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2380
+ msgid "(0 = All on one page)"
2381
+ msgstr ""
2382
+
2383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2385
+ #: lib/view/WpProQuiz_View_Statistics.php:41
2386
+ #: lib/view/WpProQuiz_View_Statistics.php:364
2387
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2388
+ msgid "Custom fields"
2389
+ msgstr ""
2390
+
2391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2392
+ msgid ""
2393
+ "You can create custom fields, e.g. to request the name or the e-mail address "
2394
+ "of the users."
2395
+ msgstr ""
2396
+
2397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2398
+ msgid "The statistic function have to be enabled."
2399
+ msgstr ""
2400
+
2401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2403
+ msgid "Custom fields enable"
2404
+ msgstr ""
2405
+
2406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2407
+ msgid "If you enable this option, custom fields are enabled."
2408
+ msgstr ""
2409
+
2410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2412
+ msgid "Display position"
2413
+ msgstr ""
2414
+
2415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2416
+ msgid "Where should the fileds be displayed:"
2417
+ msgstr ""
2418
+
2419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2420
+ msgid "On the quiz startpage"
2421
+ msgstr ""
2422
+
2423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2424
+ msgid "At the end of the quiz (before the quiz result)"
2425
+ msgstr ""
2426
+
2427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2428
+ msgid "Field name"
2429
+ msgstr ""
2430
+
2431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2432
+ msgid "Required?"
2433
+ msgstr ""
2434
+
2435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1408
2436
+ msgid "Text"
2437
+ msgstr ""
2438
+
2439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2440
+ msgid "Textarea"
2441
+ msgstr ""
2442
+
2443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2444
+ msgid "Checkbox"
2445
+ msgstr ""
2446
+
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2448
+ msgid "Drop-Down menu"
2449
+ msgstr ""
2450
+
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2452
+ msgid "Radio"
2453
+ msgstr ""
2454
+
2455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2456
+ msgid "Number"
2457
+ msgstr ""
2458
+
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2460
+ msgid "Email"
2461
+ msgstr ""
2462
+
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2464
+ msgid "Yes/No"
2465
+ msgstr ""
2466
+
2467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2468
+ #: lib/view/WpProQuiz_View_Statistics.php:323
2469
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2470
+ msgid "Date"
2471
+ msgstr ""
2472
+
2473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2474
+ msgid "Edit list"
2475
+ msgstr ""
2476
+
2477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2478
+ msgid "One entry per line"
2479
+ msgstr ""
2480
+
2481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2482
+ msgid "OK"
2483
+ msgstr ""
2484
+
2485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2486
+ msgid "Add field"
2487
+ msgstr ""
2488
+
2489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2490
+ msgid ""
2491
+ "If you enable this option, an email is sent with his quiz result to the user."
2492
+ msgstr ""
2493
+
2494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2495
+ msgid "User Email-Address (only registered users)"
2496
+ msgstr ""
2497
+
2498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2499
+ msgid "(Type Email)"
2500
+ msgstr ""
2501
+
2502
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
2503
+ msgid "Quiz overview"
2504
+ msgstr "Panoramica del quiz"
2505
+
2506
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
2507
+ msgid "In case of problems"
2508
+ msgstr "In caso di problemi"
2509
+
2510
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
2511
+ msgid "If quiz doesn't work in front-end, please try following:"
2512
+ msgstr "Se il quiz non funziona nel sito, per favore prova quanto segue:"
2513
+
2514
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2515
+ msgid "Style Manager"
2516
+ msgstr "Editor degli stili"
2517
+
2518
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2519
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
2520
+ msgid "Support WP-Pro-Quiz"
2521
+ msgstr "Supporta Wp-Pro-Quiz"
2522
+
2523
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2524
+ msgid "Learn more"
2525
+ msgstr ""
2526
+
2527
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2528
+ msgid "ID"
2529
+ msgstr "ID"
2530
+
2531
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2532
+ msgid "Shortcode"
2533
+ msgstr "Shortcode"
2534
+
2535
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2536
+ msgid "Shortcode-Leaderboard"
2537
+ msgstr "Shortcode-Classifica"
2538
+
2539
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2540
+ msgid "Preview"
2541
+ msgstr "Anteprima"
2542
+
2543
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2544
+ msgid "Add quiz"
2545
+ msgstr "Aggiungi quiz"
2546
+
2547
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2548
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2549
+ msgid "Export"
2550
+ msgstr "Esporta"
2551
+
2552
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2553
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2554
+ msgid "Set Quiz Categories"
2555
+ msgstr ""
2556
+
2557
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2558
+ msgid ""
2559
+ "Choose the respective question, which you would like to export and press on "
2560
+ "\"Start export\""
2561
+ msgstr ""
2562
+ "Seleziona la domanda, che si desidera esportare e premi su \"Inizia "
2563
+ "esportazione\""
2564
+
2565
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2566
+ msgid "Format:"
2567
+ msgstr ""
2568
+
2569
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2570
+ msgid "*.wpq"
2571
+ msgstr ""
2572
+
2573
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2574
+ msgid "or"
2575
+ msgstr ""
2576
+
2577
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2578
+ msgid "*.xml"
2579
+ msgstr ""
2580
+
2581
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2582
+ msgid "Start export"
2583
+ msgstr "Inizia esportazione"
2584
+
2585
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2586
+ msgid "Import only *.wpq or *.xml files from known and trusted sources."
2587
+ msgstr ""
2588
+
2589
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2590
+ #, php-format
2591
+ msgid "Maximal %d MiB"
2592
+ msgstr "Massimo valore di %d MiB"
2593
+
2594
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2595
+ msgid "Sets multiple quiz categories "
2596
+ msgstr ""
2597
+
2598
+ #: lib/view/WpProQuiz_View_Statistics.php:28
2599
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:56
2600
+ #, php-format
2601
+ msgid "Quiz: %s - Statistics"
2602
+ msgstr "Quiz: %s - Statistiche"
2603
+
2604
+ #: lib/view/WpProQuiz_View_Statistics.php:33
2605
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:61
2606
+ msgid "Stats not enabled"
2607
+ msgstr "Statistiche non abilitate"
2608
+
2609
+ #: lib/view/WpProQuiz_View_Statistics.php:34
2610
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:62
2611
+ msgid "Activate statistics"
2612
+ msgstr "Attiva statistiche"
2613
+
2614
+ #: lib/view/WpProQuiz_View_Statistics.php:39
2615
+ msgid "Users"
2616
+ msgstr ""
2617
+
2618
+ #: lib/view/WpProQuiz_View_Statistics.php:40
2619
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:68
2620
+ msgid "Overview"
2621
+ msgstr "Vista generale"
2622
+
2623
+ #: lib/view/WpProQuiz_View_Statistics.php:68
2624
+ msgid "Please select user name:"
2625
+ msgstr "Per favore scegli un user name:"
2626
+
2627
+ #: lib/view/WpProQuiz_View_Statistics.php:72
2628
+ msgid "Select a test:"
2629
+ msgstr ""
2630
+
2631
+ #: lib/view/WpProQuiz_View_Statistics.php:82
2632
+ msgid "Anonymous user"
2633
+ msgstr ""
2634
+
2635
+ #: lib/view/WpProQuiz_View_Statistics.php:91
2636
+ msgid "average"
2637
+ msgstr ""
2638
+
2639
+ #: lib/view/WpProQuiz_View_Statistics.php:108
2640
+ #: lib/view/WpProQuiz_View_Statistics.php:243
2641
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2642
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2643
+ msgid "Hints used"
2644
+ msgstr "Suggerimento usato"
2645
+
2646
+ #: lib/view/WpProQuiz_View_Statistics.php:109
2647
+ #: lib/view/WpProQuiz_View_Statistics.php:244
2648
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2649
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2650
+ msgid "Time"
2651
+ msgstr ""
2652
+
2653
+ #: lib/view/WpProQuiz_View_Statistics.php:110
2654
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2655
+ msgid "Points scored"
2656
+ msgstr "Punti segnati"
2657
+
2658
+ #: lib/view/WpProQuiz_View_Statistics.php:148
2659
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2660
+ msgid "Sub-Total: "
2661
+ msgstr ""
2662
+
2663
+ #: lib/view/WpProQuiz_View_Statistics.php:183
2664
+ #: lib/view/WpProQuiz_View_Statistics.php:268
2665
+ #: lib/view/WpProQuiz_View_Statistics.php:343
2666
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2667
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2668
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2669
+ msgid "Refresh"
2670
+ msgstr "Aggiorna"
2671
+
2672
+ #: lib/view/WpProQuiz_View_Statistics.php:187
2673
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2674
+ msgid "Reset statistics"
2675
+ msgstr "Reset statistiche"
2676
+
2677
+ #: lib/view/WpProQuiz_View_Statistics.php:188
2678
+ msgid "Reset user statistics"
2679
+ msgstr ""
2680
+
2681
+ #: lib/view/WpProQuiz_View_Statistics.php:189
2682
+ #: lib/view/WpProQuiz_View_Statistics.php:270
2683
+ #: lib/view/WpProQuiz_View_Statistics.php:345
2684
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:165
2685
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:249
2686
+ msgid "Reset entire statistic"
2687
+ msgstr "Resetta tutte le statistiche"
2688
+
2689
+ #: lib/view/WpProQuiz_View_Statistics.php:214
2690
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:206
2691
+ msgid "Show only users, who solved the quiz:"
2692
+ msgstr "Mostra solo gli utenti, che hanno risolto il quiz:"
2693
+
2694
+ #: lib/view/WpProQuiz_View_Statistics.php:293
2695
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:99
2696
+ msgid "Which users should be displayed:"
2697
+ msgstr ""
2698
+
2699
+ #: lib/view/WpProQuiz_View_Statistics.php:295
2700
+ msgid "all"
2701
+ msgstr ""
2702
+
2703
+ #: lib/view/WpProQuiz_View_Statistics.php:296
2704
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:103
2705
+ msgid "only registered users"
2706
+ msgstr ""
2707
+
2708
+ #: lib/view/WpProQuiz_View_Statistics.php:297
2709
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:104
2710
+ msgid "only anonymous users"
2711
+ msgstr ""
2712
+
2713
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
2714
+ #, php-format
2715
+ msgid "User statistics: %s"
2716
+ msgstr ""
2717
+
2718
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2719
+ msgid "ticked"
2720
+ msgstr ""
2721
+
2722
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2723
+ msgid "not ticked"
2724
+ msgstr ""
2725
+
2726
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2727
+ msgid "History"
2728
+ msgstr ""
2729
+
2730
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:101
2731
+ msgid "special filter"
2732
+ msgstr ""
2733
+
2734
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:136
2735
+ #, php-format
2736
+ msgid "Search to date limit from %s to %s"
2737
+ msgstr ""
2738
+
2739
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
2740
+ msgid "Front"
2741
+ msgstr "Davanti"
2742
+
2743
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
2744
+ msgid "Donate"
2745
+ msgstr "Dona"
2746
+
2747
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
2748
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
2749
+ msgstr "Wp-Pro-Quiz è un piccolo, ma ben fatto quiz plugin per WordPress."
2750
+
2751
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
2752
+ msgid ""
2753
+ "I try to implement all wishes as fast as possible and help with problems."
2754
+ msgstr ""
2755
+ "Provo a implementare tutte le vostre richieste il prima possibile, e vi "
2756
+ "aiuterò in eventuali problemi."
2757
+
2758
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
2759
+ msgid ""
2760
+ "Your donations can help to ensure that the project continues to remain free."
2761
+ msgstr "La tua donazione aiuterà questo progetto a rimanere free!"
2762
+
2763
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
2764
+ msgid "Translate WP-Pro-Quiz"
2765
+ msgstr "Traduci Wp-Pro-Quiz"
2766
+
2767
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
2768
+ msgid "You need:"
2769
+ msgstr "Hai bisogno:"
2770
+
2771
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
2772
+ msgid "Latest POT file"
2773
+ msgstr "Archivio POT più recente"
2774
+
2775
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
2776
+ msgid "Open PoEdit"
2777
+ msgstr "Apri PoEdit"
2778
+
2779
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
2780
+ msgid "File - New catalogue from POT file..."
2781
+ msgstr "File - nuovo catalogo da un file POT..."
2782
+
2783
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
2784
+ msgid "Choose wp-pro-quiz.pot"
2785
+ msgstr "Seleziona wp-pro-quiz.pot"
2786
+
2787
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
2788
+ msgid "Set \"Translation properties\""
2789
+ msgstr "Imposta \"Proprietà di traduzioni\" "
2790
+
2791
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
2792
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2793
+ msgstr "Salva PO file - con il nome \"wp-pro-quiz-de_DE.po\""
2794
+
2795
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
2796
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2797
+ msgstr ""
2798
+ "Sostituisci de_DE con il codice breve della tua nazione (esempio en_US, "
2799
+ "nl_NL ...)"
2800
+
2801
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
2802
+ msgid "Translate"
2803
+ msgstr "Traduci"
2804
+
2805
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
2806
+ msgid ""
2807
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
2808
+ "quiz/languages"
2809
+ msgstr ""
2810
+ "Invia file *.mo generato sul tuo server, a /wp-content/plugins/wp-pro-quiz/"
2811
+ "languages"
2812
+
2813
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
2814
+ msgid "Finished"
2815
+ msgstr "Finito"
2816
+
2817
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
2818
+ msgid ""
2819
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
2820
+ "english to english) e.g. to rename buttons."
2821
+ msgstr ""
2822
+ "Puoi tradurre WP-Pro-Quiz da un una lingua esistente a un' altra esistente "
2823
+ "(esempio, italiano a italiano\"), esempio per rinominare i tasti."
2824
+
2825
+ #~ msgid "The statistics function is not available in this option."
2826
+ #~ msgstr "La función Estadísticas no está disponible en esta modalidad."
2827
+
2828
+ #~ msgid ""
2829
+ #~ "This option doesn't work reliable in connection with Frontend-Cache-"
2830
+ #~ "Plugins."
2831
+ #~ msgstr ""
2832
+ #~ "Esta opción no funciona correctamente con plugins de Caché Frontend"
2833
+
2834
+ #~ msgid "Next exercise"
2835
+ #~ msgstr "Siguiente ejercicio"
2836
+
2837
+ #, fuzzy
2838
+ #~ msgid "Sie muessen einen Namen angeben."
2839
+ #~ msgstr "No name or e-mail stated."
2840
+
2841
+ #, fuzzy
2842
+ #~ msgid "Ueberpruefen"
2843
+ #~ msgstr "translate"
2844
+
2845
+ #, fuzzy
2846
+ #~ msgid "Loeschen"
2847
+ #~ msgstr "Delete"
2848
+
2849
+ #, fuzzy
2850
+ #~ msgid "Skip Question"
2851
+ #~ msgstr "Pregunta"
2852
+
2853
+ #~ msgid ""
2854
+ #~ "Shows \"right or wrong\" after each question. Otherwise the solutions "
2855
+ #~ "will be displayed at the end. (Option will be ignored if \"questions "
2856
+ #~ "below each other\" was used)"
2857
+ #~ msgstr ""
2858
+ #~ "Mostrar \"correcto o incorrecto\" después de cada pregunta. En caso "
2859
+ #~ "contrario, las soluciones se mostrarán solo al final del cuestionario. "
2860
+ #~ "(Esta opción serña ignorada si se activa \"Mostrar las respuestas una "
2861
+ #~ "debajo de la otra\")"
2862
+
2863
+ #~ msgid "Back button"
2864
+ #~ msgstr "Botón de volver atrás"
2865
+
2866
+ #~ msgid ""
2867
+ #~ "Allows to use the back button in a question. (Option will be ignored if "
2868
+ #~ "\"Check -> Continue\" or \"questions below each other\" was used)"
2869
+ #~ msgstr ""
2870
+ #~ "Permite usar el botón de volver atrás en una pregunta.. (Esta opción será "
2871
+ #~ "ignorada si están activados \"Comprobar -> continuar\" o \"Mostrar las "
2872
+ #~ "respuestas una debajo de la otra\")."
2873
+
2874
+ #, fuzzy
2875
+ #~ msgid "Unterschiedliche Punkte fuer jede Antwort"
2876
+ #~ msgstr "Different points for each answer"
2877
+
2878
+ #~ msgid ""
2879
+ #~ "You have reached <span></span> of <span></span> points, (<span></span>%)"
2880
+ #~ msgstr ""
2881
+ #~ "Sie haben <span></span> von <span></span> Punkten erreicht (<span></span>"
2882
+ #~ "%)"
2883
+
2884
+ #, fuzzy
2885
+ #~ msgid "Zeige Bestenliste"
2886
+ #~ msgstr "Show leaderboard"
2887
+
2888
+ #~ msgid "Captcha:"
2889
+ #~ msgstr "Captcha:"
2890
+
2891
+ #~ msgid "Points per correct answer"
2892
+ #~ msgstr "Punkte pro korrekte Antwort"
2893
+
2894
+ #~ msgid ""
2895
+ #~ "If you enable this option, for every correct answer user will receive X "
2896
+ #~ "points. Otherwise he will receive points only if the question was solved "
2897
+ #~ "completely."
2898
+ #~ msgstr ""
2899
+ #~ "Wenn Sie diese Option aktivieren, werden für jede korrekte Antwort X "
2900
+ #~ "Punkte vergeben. Ansonsten gibt es nur Punkte wenn die Frage vollständig "
2901
+ #~ "korrekt abgeschlossen wird."
2902
+
2903
+ #, fuzzy
2904
+ #~ msgid "Optionen"
2905
+ #~ msgstr "Options"
2906
+
2907
+ #, fuzzy
2908
+ #~ msgid "Bestenliste hinzugefuegt"
2909
+ #~ msgstr "Leaderboard"
2910
+
2911
+ #, fuzzy
2912
+ #~ msgid "Unterschiedliche Punkte fuer jede Antwort hinzugefuegt"
2913
+ #~ msgstr "Different points for each answer"
2914
+
2915
+ #, fuzzy
2916
+ #~ msgid "Keine Daten verfuegbar"
2917
+ #~ msgstr "No data available"
2918
+
2919
+ #, fuzzy
2920
+ #~ msgid "Please note:"
2921
+ #~ msgstr "Hinweis"
2922
+
2923
+ #, fuzzy
2924
+ #~ msgid "Aktivieren"
2925
+ #~ msgstr "Activate"
2926
+
2927
+ #, fuzzy
2928
+ #~ msgid "Ein Fehler ist aufgetreten."
2929
+ #~ msgstr "An error has occurred."
2930
+
2931
+ #, fuzzy
2932
+ #~ msgid "Captcha ist falsch."
2933
+ #~ msgstr "Captcha is wrong."
2934
+
2935
+ #, fuzzy
2936
+ #~ msgid "Bestenliste"
2937
+ #~ msgstr "Leaderboard"
2938
+
2939
+ #, fuzzy
2940
+ #~ msgid "Sortieren nach:"
2941
+ #~ msgstr "Sort by:"
2942
+
2943
+ #, fuzzy
2944
+ #~ msgid "neuster Eintrag"
2945
+ #~ msgstr "latest entry"
2946
+
2947
+ #, fuzzy
2948
+ #~ msgid "aeltester Eintrag"
2949
+ #~ msgstr "Oldest entry"
2950
+
2951
+ #, fuzzy
2952
+ #~ msgid "Alle Eintaege loeschen"
2953
+ #~ msgstr "Delete all entries"
2954
+
2955
+ #, fuzzy
2956
+ #~ msgid "Deine Punkte"
2957
+ #~ msgstr "Your score"
2958
+
2959
+ #, fuzzy
2960
+ #~ msgid "Bestenliste:"
2961
+ #~ msgstr "Leaderboard:"
2962
+
2963
+ #, fuzzy
2964
+ #~ msgid "maximal %s Punkte"
2965
+ #~ msgstr "maximum of %s points"
2966
+
2967
+ #, fuzzy
2968
+ #~ msgid "Platz"
2969
+ #~ msgstr "Pos."
2970
+
2971
+ #, fuzzy
2972
+ #~ msgid "Ergebnis"
2973
+ #~ msgstr "Result"
2974
+
2975
+ #, fuzzy
2976
+ #~ msgid "Bestenliste Zeitformat"
2977
+ #~ msgstr "Leaderboard"
2978
+
2979
+ #, fuzzy
2980
+ #~ msgid "Voraussetzungen"
2981
+ #~ msgstr "Prerequisites"
2982
+
2983
+ #, fuzzy
2984
+ #~ msgid "Plugin wurde erkannt."
2985
+ #~ msgstr "Plugin has been detected."
2986
+
2987
+ #, fuzzy
2988
+ #~ msgid "Liste sortieren nach"
2989
+ #~ msgstr "Sort by"
2990
+
2991
+ #, fuzzy
2992
+ #~ msgid "Wieviel Eintraege sollen angezeigt werden"
2993
+ #~ msgstr "How many entries are to be displayed"
2994
+
2995
+ #, fuzzy
2996
+ #~ msgid "Eintraege"
2997
+ #~ msgstr "Entries"
2998
+
2999
+ #, fuzzy
3000
+ #~ msgid "nicht anzeigen"
3001
+ #~ msgstr "not show"
3002
+
3003
+ #, fuzzy
3004
+ #~ msgid "unterhalb des \"Ergebnis Text\""
3005
+ #~ msgstr "below the \"result text \""
3006
+
3007
+ #, fuzzy
3008
+ #~ msgid "in einem Button"
3009
+ #~ msgstr "in a button"
3010
+
3011
+ #, fuzzy
3012
+ #~ msgid "Shortcode-Bestenliste"
3013
+ #~ msgstr "Shortcode-Leaderboard"
3014
+
3015
+ #, fuzzy
3016
+ #~ msgid "Spenden"
3017
+ #~ msgstr "Donate"
3018
+
3019
+ #, fuzzy
3020
+ #~ msgid "Wp-Pro-Quiz Uebersetzten"
3021
+ #~ msgstr "Wp-Pro-Quiz translate"
3022
+
3023
+ #, fuzzy
3024
+ #~ msgid "Sie benoetigen:"
3025
+ #~ msgstr "You need:"
3026
+
3027
+ #, fuzzy
3028
+ #~ msgid "Neuste POT Datei"
3029
+ #~ msgstr "Latest POT file"
3030
+
3031
+ #, fuzzy
3032
+ #~ msgid "Speichern"
3033
+ #~ msgstr "Save"
3034
+
3035
+ #, fuzzy
3036
+ #~ msgid "Fertig"
3037
+ #~ msgstr "Finished"
3038
+
3039
+ #, fuzzy
3040
+ #~ msgid "Hinweis"
3041
+ #~ msgstr "Please note:"
3042
+
3043
+ #~ msgid "correct?"
3044
+ #~ msgstr "Korrekt?"
3045
+
3046
+ #~ msgid "Right"
3047
+ #~ msgstr "Richtig"
3048
+
3049
+ #~ msgid "Wrong"
3050
+ #~ msgstr "Falsch"
3051
+
3052
+ #~ msgid "Tip"
3053
+ #~ msgstr "Tipp"
languages/wp-pro-quiz-sk_SK.mo ADDED
Binary file
languages/wp-pro-quiz-sk_SK.po ADDED
@@ -0,0 +1,2873 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP-Pro-Quiz Slovak\n"
4
+ "POT-Creation-Date: 2014-09-11 10:41+0100\n"
5
+ "PO-Revision-Date: 2014-09-11 10:41+0100\n"
6
+ "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
+ "Language-Team: Petr Štěpán <p.stepan@vlastenci.cz>\n"
8
+ "Language: sk_SK\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.4\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
20
+ msgid "Do you really want to delete the quiz/question?"
21
+ msgstr "Ozaj chcete odstrániť kvíz/otázku?"
22
+
23
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
24
+ msgid "Title is not filled!"
25
+ msgstr "Musíte vyplniť titulok!"
26
+
27
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
28
+ msgid "No question deposited!"
29
+ msgstr "Nepoložili ste žiadnu otázku!"
30
+
31
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
32
+ msgid "Correct answer was not selected!"
33
+ msgstr "Musíte vybrat správnu odpoveď!"
34
+
35
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
36
+ msgid "No answer deposited!"
37
+ msgstr "Nevyplnili ste žiadnu odpoveď!"
38
+
39
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
40
+ msgid "No quiz description filled!"
41
+ msgstr "Musíte vyplniť popis kvízu!"
42
+
43
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
44
+ msgid "The percent values in result text are incorrect."
45
+ msgstr "Percentuálne hodnoty v popisu výsledkov sú nesprávne."
46
+
47
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
48
+ msgid "No number in the field \"Points\" or less than 1"
49
+ msgstr "V poli \"Body\" ste nevyplnli žiadne číslo (alebo je menšie ako 1)"
50
+
51
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
52
+ msgid "No number in the field \"Points\" or less than 0"
53
+ msgstr "Nevyplnili ste číslo v poli \"Body\", alebo je menšie ako 0"
54
+
55
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
56
+ msgid "No quiz selected"
57
+ msgstr "Nevybrali ste žiadný kvíz"
58
+
59
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
60
+ msgid "Do you really want to reset the statistic?"
61
+ msgstr "Ozaj chcete vynulovať štatistiky?"
62
+
63
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
64
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
65
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
66
+ #: lib/view/WpProQuiz_View_QuizOverall.php:141
67
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
68
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
69
+ msgid "No data available"
70
+ msgstr "Žiadne dáta"
71
+
72
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
73
+ msgid "No sort element in the criterion"
74
+ msgstr "Množina musí mať prvok!"
75
+
76
+ #: lib/controller/WpProQuiz_Controller_Admin.php:113
77
+ msgid ""
78
+ "\"Different points for every answer\" is not possible at \"Free\" choice"
79
+ msgstr ""
80
+ "\"Odlišný počet bodov pre každú odpoveď.\" nedá sa použiť pre voľbu \"Voľná "
81
+ "odpoveď\""
82
+
83
+ #: lib/controller/WpProQuiz_Controller_Admin.php:114
84
+ msgid "You must specify a name."
85
+ msgstr "Musíte upresniť názov (meno)."
86
+
87
+ #: lib/controller/WpProQuiz_Controller_Admin.php:115
88
+ msgid "This entry should really be deleted?"
89
+ msgstr "Ozaj chcete odstrániť tento výsledok?"
90
+
91
+ #: lib/controller/WpProQuiz_Controller_Admin.php:116
92
+ msgid "Not all fields completed."
93
+ msgstr "Nevyplnili ste všetky polia."
94
+
95
+ #: lib/controller/WpProQuiz_Controller_Admin.php:117
96
+ msgid "You must specify a template name."
97
+ msgstr "Musíte špecifikovať meno šablóny."
98
+
99
+ #: lib/controller/WpProQuiz_Controller_Admin.php:120
100
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:181
101
+ msgid "Close"
102
+ msgstr "Zatvoriť"
103
+
104
+ #: lib/controller/WpProQuiz_Controller_Admin.php:121
105
+ msgid "Today"
106
+ msgstr "Dnes"
107
+
108
+ #: lib/controller/WpProQuiz_Controller_Front.php:47
109
+ #: lib/controller/WpProQuiz_Controller_Front.php:66
110
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
111
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
112
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:212
113
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
114
+ #: lib/view/WpProQuiz_View_Statistics.php:46
115
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:73
116
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:149
117
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:187
118
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:233
119
+ msgid "Loading"
120
+ msgstr "Načítavam"
121
+
122
+ #: lib/controller/WpProQuiz_Controller_Front.php:48
123
+ #: lib/controller/WpProQuiz_Controller_Front.php:67
124
+ #: lib/controller/WpProQuiz_Controller_Preview.php:16
125
+ msgid "You must answer this question."
126
+ msgstr "Musíte zodpovedať túto otázku."
127
+
128
+ #: lib/controller/WpProQuiz_Controller_Front.php:49
129
+ #: lib/controller/WpProQuiz_Controller_Front.php:68
130
+ #: lib/controller/WpProQuiz_Controller_Preview.php:17
131
+ msgid "You must answer all questions before you can completed the quiz."
132
+ msgstr "Musíte zodpovedať všetky otázky predtým, ako môžete ukončiť kvíz."
133
+
134
+ #: lib/controller/WpProQuiz_Controller_Front.php:50
135
+ #: lib/controller/WpProQuiz_Controller_Front.php:69
136
+ #: lib/controller/WpProQuiz_Controller_Preview.php:18
137
+ msgid "All fields have to be filled."
138
+ msgstr "Všetky polia musia byť vyplnené."
139
+
140
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
141
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:23
142
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:47
143
+ #: lib/controller/WpProQuiz_Controller_Question.php:64
144
+ #: lib/controller/WpProQuiz_Controller_Question.php:68
145
+ #: lib/controller/WpProQuiz_Controller_Question.php:189
146
+ #: lib/controller/WpProQuiz_Controller_Question.php:266
147
+ #: lib/controller/WpProQuiz_Controller_Question.php:281
148
+ #: lib/controller/WpProQuiz_Controller_Question.php:358
149
+ #: lib/controller/WpProQuiz_Controller_Question.php:540
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:37
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:41
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:289
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:306
154
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:390
155
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:600
156
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:40
157
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:88
158
+ msgid "You do not have sufficient permissions to access this page."
159
+ msgstr "Nemáte dostatečné oprávnenie k prístupu na túto stránku."
160
+
161
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:22
162
+ msgid "Settings saved"
163
+ msgstr "Nastavenia uložené"
164
+
165
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:46
166
+ msgid "Database repaired"
167
+ msgstr "Databáza opravená"
168
+
169
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
171
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
172
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
173
+ msgid "File cannot be processed"
174
+ msgstr "Súbor sa nedá nahrať"
175
+
176
+ #: lib/controller/WpProQuiz_Controller_Question.php:9
177
+ #: lib/controller/WpProQuiz_Controller_Question.php:19
178
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:57
179
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:323
180
+ msgid "Quiz not found"
181
+ msgstr "Kvíz nenájdený"
182
+
183
+ #: lib/controller/WpProQuiz_Controller_Question.php:78
184
+ msgid "Question not found"
185
+ msgstr "Otázka nenájdená"
186
+
187
+ #: lib/controller/WpProQuiz_Controller_Question.php:100
188
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
189
+ msgid "Question edited"
190
+ msgstr "Otázka upravená"
191
+
192
+ #: lib/controller/WpProQuiz_Controller_Question.php:102
193
+ msgid "Question added"
194
+ msgstr "Otázka pridaná"
195
+
196
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
197
+ #: lib/controller/WpProQuiz_Controller_Question.php:302
198
+ msgid "Edit question"
199
+ msgstr "Upraviť otázku"
200
+
201
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
202
+ #: lib/controller/WpProQuiz_Controller_Question.php:416
203
+ msgid "New question"
204
+ msgstr "Nová otázka"
205
+
206
+ #: lib/controller/WpProQuiz_Controller_Question.php:166
207
+ #: lib/controller/WpProQuiz_Controller_Question.php:330
208
+ #, php-format
209
+ msgid "Question: %d"
210
+ msgstr "Otázka: %d"
211
+
212
+ #: lib/controller/WpProQuiz_Controller_Question.php:203
213
+ msgid "questions copied"
214
+ msgstr "otázky skopírované"
215
+
216
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:93
217
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:338
218
+ msgid "Quiz edited"
219
+ msgstr "Kvíz upravený"
220
+
221
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:95
222
+ msgid "quiz created"
223
+ msgstr "kvíz vytvorený"
224
+
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:117
226
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:359
227
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:431
228
+ msgid "Quiz title or quiz description are not filled"
229
+ msgstr "Názov kvízu alebo jeho popis niesú vyplnené"
230
+
231
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:135
232
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:316
233
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
234
+ msgid "Edit quiz"
235
+ msgstr "Upraviť kvíz"
236
+
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:135
238
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:394
239
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:412
240
+ msgid "Create quiz"
241
+ msgstr "Nový kvíz"
242
+
243
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:514
244
+ msgid "Template stored"
245
+ msgstr "šablóna uložená"
246
+
247
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:619
248
+ msgid "Quiz deleted"
249
+ msgstr "Kvíz zmazáný"
250
+
251
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:883
252
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
253
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:630
254
+ msgid "Not categorized"
255
+ msgstr "Nekategorizované"
256
+
257
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:889
258
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
259
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:625
260
+ msgid "Categories"
261
+ msgstr "Kategórie"
262
+
263
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:56
264
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:673
265
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:91
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:51
267
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
268
+ msgid "No category"
269
+ msgstr "Žiadna kategória"
270
+
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:571
272
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:618
273
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:698
274
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
275
+ msgid "Anonymous"
276
+ msgstr "Anonymná/ý"
277
+
278
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:620
279
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:706
280
+ msgid "Deleted user"
281
+ msgstr "Zmazaný užívateľ"
282
+
283
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:80
284
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:211
285
+ msgid "No name or e-mail entered."
286
+ msgstr "Musíte vyplniť meno alebo e-mail!"
287
+
288
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
289
+ msgid "You signed up successfully."
290
+ msgstr "Zápis prebehol v poriadku. "
291
+
292
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:156
293
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:160
294
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:177
295
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:181
296
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:187
297
+ msgid "An error has occurred."
298
+ msgstr "Vyskytla sa chyba."
299
+
300
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:198
301
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:207
302
+ msgid "You can not enter again."
303
+ msgstr "Nedá sa znova vložiť."
304
+
305
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
306
+ msgid "Your name can not exceed 15 characters."
307
+ msgstr "Vaše meno nesmie presiahnúť 15 znakov."
308
+
309
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
310
+ msgid "You entered wrong captcha code."
311
+ msgstr "Nesprávne ste opísali kód z obrázku."
312
+
313
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
314
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
315
+ msgid "File was not uploaded"
316
+ msgstr "Súbor nebol nahraný."
317
+
318
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
319
+ msgid "File have wrong format"
320
+ msgstr "Súbor má nesprávny formát."
321
+
322
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
323
+ msgid "File is not compatible with the current version"
324
+ msgstr "Súbor nieje kompatibilný so súčasnou verziou."
325
+
326
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:27
327
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:40
328
+ msgid "XML could not be loaded."
329
+ msgstr "XML nemohol byť nahraný."
330
+
331
+ #: lib/model/WpProQuiz_Model_Email.php:78
332
+ #: lib/model/WpProQuiz_Model_Email.php:88
333
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
334
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
335
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
336
+ msgstr "Wp-Pro-Quiz: Užívateľ dokončil kvíz"
337
+
338
+ #: lib/model/WpProQuiz_Model_Email.php:79
339
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
340
+ msgid ""
341
+ "Wp-Pro-Quiz\n"
342
+ "\n"
343
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
344
+ "\n"
345
+ "Points: $points\n"
346
+ "Result: $result\n"
347
+ "\n"
348
+ msgstr ""
349
+ "Wp-Pro-Quiz\n"
350
+ "\n"
351
+ "Užívateľ \"$username\" dokončil kvíz \"$quizname\" .\n"
352
+ "\n"
353
+ "Počet bodov: $points\n"
354
+ "Výsledok: $result\n"
355
+ "\n"
356
+
357
+ #: lib/model/WpProQuiz_Model_Email.php:89
358
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
359
+ msgid ""
360
+ "Wp-Pro-Quiz\n"
361
+ "\n"
362
+ "You have completed the quiz \"$quizname\".\n"
363
+ "\n"
364
+ "Points: $points\n"
365
+ "Result: $result\n"
366
+ "\n"
367
+ msgstr ""
368
+ "Wp-Pro-Quiz\n"
369
+ "\n"
370
+ "Užívateľ \"$username\" dokončil kvíz \"$quizname\" .\n"
371
+ "\n"
372
+ "Počet bodov: $points\n"
373
+ "Výsledok: $result\n"
374
+ "\n"
375
+
376
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
377
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
378
+ msgid "The user completed a quiz."
379
+ msgstr "Užívateľ dokončil kvíz."
380
+
381
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
382
+ msgid "The user completed a quiz with 100 percent."
383
+ msgstr "Užívateľ dokončil kvíz na 100 percent."
384
+
385
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
386
+ msgid "A powerful and beautiful quiz plugin for WordPress."
387
+ msgstr "WP-Pro-Quiz je prepracovaný a jednoduchý plugin pre WordPress."
388
+
389
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
390
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
391
+ msgid "WP-Pro-Quiz"
392
+ msgstr "WP-Pro-Quiz"
393
+
394
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
395
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1023
397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
398
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
399
+ msgid "Leaderboard"
400
+ msgstr "Rebríček"
401
+
402
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
403
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
404
+ #: lib/view/WpProQuiz_View_Import.php:22
405
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:24
406
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:20
408
+ #: lib/view/WpProQuiz_View_Statistics.php:29
409
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:57
410
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
411
+ msgid "back to overview"
412
+ msgstr "Späť na prehľad"
413
+
414
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
415
+ #: lib/view/WpProQuiz_View_Statistics.php:209
416
+ #: lib/view/WpProQuiz_View_Statistics.php:288
417
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:94
418
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:140
419
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:201
420
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:224
421
+ msgid "Filter"
422
+ msgstr "Filter"
423
+
424
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
425
+ msgid "Sort by:"
426
+ msgstr "Zoradiť podľa:"
427
+
428
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1115
430
+ msgid "best user"
431
+ msgstr "najlepší užívateľ"
432
+
433
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1119
435
+ msgid "newest entry"
436
+ msgstr "najnovší výsledok"
437
+
438
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1123
440
+ msgid "oldest entry"
441
+ msgstr "najstarší výsledok"
442
+
443
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
444
+ #: lib/view/WpProQuiz_View_Statistics.php:220
445
+ #: lib/view/WpProQuiz_View_Statistics.php:303
446
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:120
447
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:212
448
+ msgid "How many entries should be shown on one page:"
449
+ msgstr "Koľko výsledkov sa má zobraziť na jednej stránke:"
450
+
451
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
452
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1384
454
+ msgid "Type"
455
+ msgstr "Typ"
456
+
457
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
458
+ msgid "UR = unregistered user, R = registered user"
459
+ msgstr "UR = neregistrovaný užľvateľ, R = registrovaný užívateľ"
460
+
461
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
462
+ #: lib/view/WpProQuiz_View_Statistics.php:239
463
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
464
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:107
465
+ msgid "User"
466
+ msgstr "Užívateľ"
467
+
468
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
469
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:220
470
+ msgid "E-Mail"
471
+ msgstr "E-Mail"
472
+
473
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
474
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
475
+ msgid "Entered on"
476
+ msgstr "Zapísaný dňa"
477
+
478
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
479
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:870
480
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:892
481
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
482
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
483
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
484
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:317
485
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
486
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
487
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
488
+ #: lib/view/WpProQuiz_View_Statistics.php:105
489
+ #: lib/view/WpProQuiz_View_Statistics.php:240
490
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
491
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
492
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
493
+ msgid "Points"
494
+ msgstr "Body"
495
+
496
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
497
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
498
+ #: lib/view/WpProQuiz_View_Statistics.php:111
499
+ #: lib/view/WpProQuiz_View_Statistics.php:245
500
+ #: lib/view/WpProQuiz_View_Statistics.php:324
501
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
502
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
503
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
504
+ msgid "Results"
505
+ msgstr "Výsledky"
506
+
507
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
508
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
509
+ #: lib/view/WpProQuiz_View_GobalSettings.php:166
510
+ #: lib/view/WpProQuiz_View_GobalSettings.php:192
511
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
512
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
513
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
514
+ msgid "Edit"
515
+ msgstr "Upraviť"
516
+
517
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
518
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
519
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
520
+ #: lib/view/WpProQuiz_View_GobalSettings.php:165
521
+ #: lib/view/WpProQuiz_View_GobalSettings.php:191
522
+ #: lib/view/WpProQuiz_View_GobalSettings.php:216
523
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
525
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
526
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
527
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
528
+ msgid "Delete"
529
+ msgstr "Zmazať"
530
+
531
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
532
+ msgid "save"
533
+ msgstr "uložiť"
534
+
535
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
536
+ msgid "cancel"
537
+ msgstr "zrušiť"
538
+
539
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
540
+ msgid "Action"
541
+ msgstr "Upraviť"
542
+
543
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
544
+ msgid "Apply"
545
+ msgstr "Použiť"
546
+
547
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
548
+ msgid "Delete all entries"
549
+ msgstr "Zmazať všetky výsledky"
550
+
551
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
552
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:182
553
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:468
554
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:572
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:951
556
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:424
558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:429
559
+ msgid "Quiz-summary"
560
+ msgstr "Záverečný prehľad"
561
+
562
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:98
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:182
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:494
565
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:511
566
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:953
567
+ msgid "Finish quiz"
568
+ msgstr "Dokončiť kvíz"
569
+
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:210
571
+ msgid "Your result has been entered into leaderboard"
572
+ msgstr "Vaše výsledky boli vložené do rebríčka."
573
+
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:217
575
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
576
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
577
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
578
+ msgid "Name"
579
+ msgstr "Meno"
580
+
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:225
582
+ msgid "Captcha"
583
+ msgstr "Opíšte kód"
584
+
585
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:231
586
+ msgid "Send"
587
+ msgstr "Odoslať"
588
+
589
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:322
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:421
591
+ msgid "You must fill out this field."
592
+ msgstr "Musíte vyplniť toto pole."
593
+
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:325
595
+ msgid "You must specify a number."
596
+ msgstr "Musíte špecifikovať číslo."
597
+
598
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:326
599
+ msgid "You must specify a text."
600
+ msgstr "Musíte udať text."
601
+
602
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:327
603
+ msgid "You must specify an email address."
604
+ msgstr "Musíte napísať emailovú adresu."
605
+
606
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:328
607
+ msgid "You must specify a date."
608
+ msgstr "Musíte zadať dátum."
609
+
610
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:407
611
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
612
+ msgid "Yes"
613
+ msgstr "Áno"
614
+
615
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:412
616
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
617
+ msgid "No"
618
+ msgstr "Nie"
619
+
620
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:438
621
+ msgid ""
622
+ "You have already completed the quiz before. Hence you can not start it again."
623
+ msgstr "Je nám ľúto, tento kvíz môžete skúsiť iba raz."
624
+
625
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:448
626
+ msgid "You must sign in or sign up to start the quiz."
627
+ msgstr "Musíte sa prihlásiť, aby ste mohli začať kvíz."
628
+
629
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:458
630
+ msgid "You have to finish following quiz, to start this quiz:"
631
+ msgstr "Aby ste mohli vyplniť tento kvíz, musíte najprv spraviť tento:"
632
+
633
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:470
634
+ #, php-format
635
+ msgid "%s of %s questions completed"
636
+ msgstr "Správne zodpovedaných %s z %s otázok"
637
+
638
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:472
639
+ #: lib/view/WpProQuiz_View_Import.php:44
640
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
641
+ msgid "Questions"
642
+ msgstr "Otázky"
643
+
644
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:487
645
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:502
646
+ msgid "Information"
647
+ msgstr "Informácie"
648
+
649
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:529
650
+ msgid "Start quiz"
651
+ msgstr "Začať kvíz"
652
+
653
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:538
654
+ #: lib/view/WpProQuiz_View_QuizEdit.php:184
655
+ #: lib/view/WpProQuiz_View_QuizEdit.php:189
656
+ msgid "Time limit"
657
+ msgstr "Časový limit"
658
+
659
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:559
660
+ msgid "Answered"
661
+ msgstr "Zodpovedané"
662
+
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
664
+ msgid "Review"
665
+ msgstr "Označené otázky"
666
+
667
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:570
668
+ msgid "Review question"
669
+ msgstr "Poznačiť túto otázku"
670
+
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:587
672
+ #, php-format
673
+ msgid "%s of %s questions answered correctly"
674
+ msgstr "Odpovedali ste správne na %s z %s otázok"
675
+
676
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:591
677
+ msgid "Your time: <span></span>"
678
+ msgstr "Váš čas: <span></span>"
679
+
680
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
681
+ msgid "Time has elapsed"
682
+ msgstr "Čas vypršal"
683
+
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:599
685
+ #, php-format
686
+ msgid "You have reached %s of %s points, (%s)"
687
+ msgstr "Získali ste %s z %s bodov, (%s)"
688
+
689
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:607
690
+ msgid "Average score"
691
+ msgstr "Priemerný výsledok"
692
+
693
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:614
694
+ msgid "Your score"
695
+ msgstr "Váš výsledok"
696
+
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:663
698
+ msgid "Restart quiz"
699
+ msgstr "Reštart kvízu"
700
+
701
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:665
702
+ msgid "View questions"
703
+ msgstr "Zobraziť moje odpovede"
704
+
705
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:668
706
+ msgid "Show leaderboard"
707
+ msgstr "Zobraziť rebríček"
708
+
709
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:725
710
+ #, php-format
711
+ msgid "Question %s of %s"
712
+ msgstr "Otázka %s / %s"
713
+
714
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:728
715
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
716
+ #: lib/view/WpProQuiz_View_Statistics.php:104
717
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
718
+ msgid "Question"
719
+ msgstr "Otázka"
720
+
721
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:732
722
+ #, php-format
723
+ msgid "%d points"
724
+ msgstr "Bodové ohodnotenie: %d"
725
+
726
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:738
727
+ #, php-format
728
+ msgid "Category: %s"
729
+ msgstr "Kategória: %s"
730
+
731
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:747
732
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:347
733
+ msgid "Sort elements"
734
+ msgstr "Zoraď prvky"
735
+
736
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:868
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:875
738
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:305
739
+ #: lib/view/WpProQuiz_View_Statistics.php:106
740
+ #: lib/view/WpProQuiz_View_Statistics.php:241
741
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
745
+ msgid "Correct"
746
+ msgstr "Správne"
747
+
748
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:890
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
750
+ #: lib/view/WpProQuiz_View_Statistics.php:107
751
+ #: lib/view/WpProQuiz_View_Statistics.php:242
752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
754
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
755
+ msgid "Incorrect"
756
+ msgstr "Nesprávne"
757
+
758
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:920
759
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:931
760
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
761
+ msgid "Hint"
762
+ msgstr "Nápoveda"
763
+
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:927
765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:443
766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:448
767
+ msgid "Skip question"
768
+ msgstr "Preskočiť otázku"
769
+
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:929
771
+ msgid "Back"
772
+ msgstr "Späť"
773
+
774
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:933
775
+ msgid "Check"
776
+ msgstr "Skontrolovať"
777
+
778
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:934
779
+ msgid "Next"
780
+ msgstr "Ďalšia"
781
+
782
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:948
784
+ #, php-format
785
+ msgid "Page %d"
786
+ msgstr "Strana %d"
787
+
788
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:969
789
+ msgid "Quiz is loading..."
790
+ msgstr "Kvíz sa spúšťa..."
791
+
792
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
793
+ #, php-format
794
+ msgid "maximum of %s points"
795
+ msgstr "maximum z %s bodov"
796
+
797
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
798
+ msgid "Pos."
799
+ msgstr "Umiestnenie"
800
+
801
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
802
+ msgid "Result"
803
+ msgstr "Výsledok"
804
+
805
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
806
+ msgid "Table is loading"
807
+ msgstr "Tabuľka sa načítava"
808
+
809
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
810
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
811
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
812
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
813
+ msgid "Global settings"
814
+ msgstr "Všeobecné nastavenia"
815
+
816
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
817
+ #: lib/view/WpProQuiz_View_GobalSettings.php:398
818
+ msgid "Settings in case of problems"
819
+ msgstr "Nastavenia, ak sa objavili problémy"
820
+
821
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
822
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
824
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
825
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
826
+ msgid "Save"
827
+ msgstr "Uložiť"
828
+
829
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
830
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
831
+ msgid "Leaderboard time format"
832
+ msgstr "Časový formát rebríčka"
833
+
834
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
835
+ msgid "Custom"
836
+ msgstr "Vlastné"
837
+
838
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
839
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
840
+ msgid "Documentation on date and time formatting"
841
+ msgstr "Dokumentácia k formátovaniu dátumu a času"
842
+
843
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
844
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
845
+ msgid "Statistic time format"
846
+ msgstr "Formát času v štatistikách"
847
+
848
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
849
+ msgid "Select example:"
850
+ msgstr "Prednastavený príklad:"
851
+
852
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
853
+ msgid "Time format:"
854
+ msgstr "Formát dátumu a času"
855
+
856
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
857
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
858
+ msgid "Category management"
859
+ msgstr "Správa kategórií"
860
+
861
+ #: lib/view/WpProQuiz_View_GobalSettings.php:148
862
+ #: lib/view/WpProQuiz_View_GobalSettings.php:153
863
+ msgid "Quiz Category management"
864
+ msgstr "Správa kategórií kvízu"
865
+
866
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
867
+ #: lib/view/WpProQuiz_View_GobalSettings.php:179
868
+ msgid "Quiz template management"
869
+ msgstr "Správa šablón kvízu"
870
+
871
+ #: lib/view/WpProQuiz_View_GobalSettings.php:199
872
+ #: lib/view/WpProQuiz_View_GobalSettings.php:204
873
+ msgid "Question template management"
874
+ msgstr "Správa šablón otázok"
875
+
876
+ #: lib/view/WpProQuiz_View_GobalSettings.php:232
877
+ #: lib/view/WpProQuiz_View_GobalSettings.php:528
878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1460
879
+ msgid "Admin e-mail settings"
880
+ msgstr "Nastavenie e-mailu pre admina"
881
+
882
+ #: lib/view/WpProQuiz_View_GobalSettings.php:238
883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
884
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1623
885
+ msgid "To:"
886
+ msgstr "Pre:"
887
+
888
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1500
890
+ msgid ""
891
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
892
+ "com"
893
+ msgstr "Oddeľte jednotlivé adresy čiarkou. Napr.: wp@test.com, wp@test.com"
894
+
895
+ #: lib/view/WpProQuiz_View_GobalSettings.php:251
896
+ #: lib/view/WpProQuiz_View_GobalSettings.php:323
897
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1506
898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
899
+ msgid "From:"
900
+ msgstr "Od:"
901
+
902
+ #: lib/view/WpProQuiz_View_GobalSettings.php:264
903
+ #: lib/view/WpProQuiz_View_GobalSettings.php:333
904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1519
905
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1651
906
+ msgid "Subject:"
907
+ msgstr "Predmet:"
908
+
909
+ #: lib/view/WpProQuiz_View_GobalSettings.php:274
910
+ #: lib/view/WpProQuiz_View_GobalSettings.php:343
911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1529
912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1661
913
+ msgid "HTML"
914
+ msgstr "HTML"
915
+
916
+ #: lib/view/WpProQuiz_View_GobalSettings.php:278
917
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
918
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
919
+ #: lib/view/WpProQuiz_View_GobalSettings.php:435
920
+ #: lib/view/WpProQuiz_View_GobalSettings.php:487
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:85
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:104
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:123
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:142
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:158
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:174
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:211
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:251
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:309
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:338
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:399
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:503
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:526
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:545
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:689
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:714
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:740
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:766
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:792
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:834
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:853
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:878
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:928
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:948
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:973
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:998
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1040
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1073
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1087
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1219
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1220
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1323
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1533
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1613
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1665
959
+ msgid "Activate"
960
+ msgstr "Zapnúť"
961
+
962
+ #: lib/view/WpProQuiz_View_GobalSettings.php:284
963
+ #: lib/view/WpProQuiz_View_GobalSettings.php:353
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1539
965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1671
966
+ msgid "Message body:"
967
+ msgstr "Obsah správy:"
968
+
969
+ #: lib/view/WpProQuiz_View_GobalSettings.php:292
970
+ #: lib/view/WpProQuiz_View_GobalSettings.php:361
971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
973
+ msgid "Allowed variables"
974
+ msgstr "Povolené premenné"
975
+
976
+ #: lib/view/WpProQuiz_View_GobalSettings.php:294
977
+ #: lib/view/WpProQuiz_View_GobalSettings.php:363
978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1562
979
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1694
980
+ msgid "User-ID"
981
+ msgstr "ID užívateľa"
982
+
983
+ #: lib/view/WpProQuiz_View_GobalSettings.php:295
984
+ #: lib/view/WpProQuiz_View_GobalSettings.php:364
985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1563
986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1695
987
+ #: lib/view/WpProQuiz_View_Statistics.php:322
988
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
989
+ msgid "Username"
990
+ msgstr "Užívateľské meno"
991
+
992
+ #: lib/view/WpProQuiz_View_GobalSettings.php:296
993
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1564
995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1696
996
+ msgid "Quiz-Name"
997
+ msgstr "Názov kvízu"
998
+
999
+ #: lib/view/WpProQuiz_View_GobalSettings.php:297
1000
+ #: lib/view/WpProQuiz_View_GobalSettings.php:366
1001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1565
1002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1697
1003
+ msgid "Result in precent"
1004
+ msgstr "Výsledok v percentách"
1005
+
1006
+ #: lib/view/WpProQuiz_View_GobalSettings.php:298
1007
+ #: lib/view/WpProQuiz_View_GobalSettings.php:367
1008
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1698
1010
+ msgid "Reached points"
1011
+ msgstr "Získané body"
1012
+
1013
+ #: lib/view/WpProQuiz_View_GobalSettings.php:299
1014
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
1015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1016
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1699
1017
+ msgid "IP-address of the user"
1018
+ msgstr "IP adresa užívateľa"
1019
+
1020
+ #: lib/view/WpProQuiz_View_GobalSettings.php:300
1021
+ #: lib/view/WpProQuiz_View_GobalSettings.php:369
1022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1023
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1700
1024
+ msgid "Category-Overview"
1025
+ msgstr "Prehľad kategórie"
1026
+
1027
+ #: lib/view/WpProQuiz_View_GobalSettings.php:317
1028
+ #: lib/view/WpProQuiz_View_GobalSettings.php:529
1029
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1598
1030
+ msgid "User e-mail settings"
1031
+ msgstr "Nastavenie e-mailu pre užívateľa"
1032
+
1033
+ #: lib/view/WpProQuiz_View_GobalSettings.php:384
1034
+ msgid "to activate"
1035
+ msgstr "aktivovať"
1036
+
1037
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
1038
+ msgid "not to activate"
1039
+ msgstr "nezapínať"
1040
+
1041
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
1042
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
1043
+ msgid "Please note"
1044
+ msgstr "Poznámka"
1045
+
1046
+ #: lib/view/WpProQuiz_View_GobalSettings.php:394
1047
+ msgid ""
1048
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
1049
+ msgstr ""
1050
+ "Tieto nastavenia použijte iba v prípade problémov s fungovaním pluginu Wp-"
1051
+ "Pro-Quiz."
1052
+
1053
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
1054
+ #: lib/view/WpProQuiz_View_GobalSettings.php:409
1055
+ msgid "Automatically add [raw] shortcode"
1056
+ msgstr "Automaticky pridávať shortcode skratku[raw]"
1057
+
1058
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
1059
+ #, php-format
1060
+ msgid "It is recommended %s this option on your system."
1061
+ msgstr "Pre Váš systém je doporučené %s toto nastavenie."
1062
+
1063
+ #: lib/view/WpProQuiz_View_GobalSettings.php:416
1064
+ msgid ""
1065
+ "If this option is activated, a [raw] shortcode is automatically set around "
1066
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
1067
+ msgstr ""
1068
+ "Keď toto nastavenie zapnete, shortcode skratka [raw] sa automaticky vloží "
1069
+ "okolo kódu WpProQuiz, ( [WpProQuiz X] ) sa zmení na [raw] [WpProQuiz X] [/"
1070
+ "raw]"
1071
+
1072
+ #: lib/view/WpProQuiz_View_GobalSettings.php:419
1073
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
1074
+ msgid ""
1075
+ "Own themes changes internal order of filters, what causes the problems. "
1076
+ "With additional shortcode [raw] this is prevented."
1077
+ msgstr ""
1078
+ "Vlastné témy menia poradie filtrov, které zpôsobujú problémy. Pridáním "
1079
+ "shortcodu skratky [raw] sa tomu dá predísť."
1080
+
1081
+ #: lib/view/WpProQuiz_View_GobalSettings.php:426
1082
+ #: lib/view/WpProQuiz_View_GobalSettings.php:431
1083
+ msgid "Do not load the Javascript-files in the footer"
1084
+ msgstr "Nenačítať Javascript v päte"
1085
+
1086
+ #: lib/view/WpProQuiz_View_GobalSettings.php:438
1087
+ msgid ""
1088
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
1089
+ "when they are really needed."
1090
+ msgstr ""
1091
+ "Všeobecne sa všetky súbory Javascriptu pre WpProQuiz načítajú v päte, ale "
1092
+ "iba ak je to ozaj potrebné."
1093
+
1094
+ #: lib/view/WpProQuiz_View_GobalSettings.php:441
1095
+ msgid "In very old Wordpress themes this can lead to problems."
1096
+ msgstr "V ozaj starých šablonách to môže spôsobovať problémy."
1097
+
1098
+ #: lib/view/WpProQuiz_View_GobalSettings.php:444
1099
+ msgid ""
1100
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
1101
+ "the header even if they are not needed."
1102
+ msgstr ""
1103
+ "Keď túto možnosť aktivujete, všetky Javascripty WpProQuizu sa budú načítavať "
1104
+ "v hlavičke (header), aj keď to nebude potrebné."
1105
+
1106
+ #: lib/view/WpProQuiz_View_GobalSettings.php:447
1107
+ #, php-format
1108
+ msgid ""
1109
+ "Anyone who wants to learn more about this topic should read through the "
1110
+ "following websites %s and %s."
1111
+ msgstr ""
1112
+ "Keď sa chcete o tomto probléme dočítať viac, informácie nájdete na týchto "
1113
+ "stránkach: %s a %s"
1114
+
1115
+ #: lib/view/WpProQuiz_View_GobalSettings.php:456
1116
+ #: lib/view/WpProQuiz_View_GobalSettings.php:461
1117
+ msgid "Touch Library"
1118
+ msgstr "Dotyková knižnica (Touch Library)"
1119
+
1120
+ #: lib/view/WpProQuiz_View_GobalSettings.php:465
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:433
1122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:452
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:472
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:903
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1126
+ msgid "Deactivate"
1127
+ msgstr "Vypnúť"
1128
+
1129
+ #: lib/view/WpProQuiz_View_GobalSettings.php:468
1130
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
1131
+ msgstr ""
1132
+ "Vo verzii 0.13 bola pridaná nová knihovňa Touch Library pre potreby "
1133
+ "mobilných zariadení."
1134
+
1135
+ #: lib/view/WpProQuiz_View_GobalSettings.php:471
1136
+ msgid "If you have any problems with the Touch Library, please deactivate it."
1137
+ msgstr ""
1138
+ "Ak máte akékoľvek problémy s knihovňou Touch Library, prosím, vypnite ju."
1139
+
1140
+ #: lib/view/WpProQuiz_View_GobalSettings.php:478
1141
+ #: lib/view/WpProQuiz_View_GobalSettings.php:483
1142
+ msgid "jQuery support cors"
1143
+ msgstr "jQuery podporujúce cors"
1144
+
1145
+ #: lib/view/WpProQuiz_View_GobalSettings.php:490
1146
+ msgid "Is required only in rare cases."
1147
+ msgstr "Je nutné zapnúť iba v ojedinelých prípadoch."
1148
+
1149
+ #: lib/view/WpProQuiz_View_GobalSettings.php:493
1150
+ msgid "If you have problems with the front ajax, please activate it."
1151
+ msgstr "Ak máte problémy s ajaxom, prosím, aktivujte ho."
1152
+
1153
+ #: lib/view/WpProQuiz_View_GobalSettings.php:496
1154
+ msgid "e.g. Domain with special characters in combination with IE"
1155
+ msgstr "Napr.: Doména s netypickými znakmi v prehliadači Internet Explorer"
1156
+
1157
+ #: lib/view/WpProQuiz_View_GobalSettings.php:503
1158
+ #: lib/view/WpProQuiz_View_GobalSettings.php:508
1159
+ #: lib/view/WpProQuiz_View_GobalSettings.php:510
1160
+ msgid "Repair database"
1161
+ msgstr "Opraviť databázu"
1162
+
1163
+ #: lib/view/WpProQuiz_View_GobalSettings.php:512
1164
+ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1165
+ msgstr "Žiaden dátum nebude zmazaný. Iba WP-Pro-Quiz tabuľky budú opravené"
1166
+
1167
+ #: lib/view/WpProQuiz_View_Import.php:21
1168
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1169
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1170
+ msgid "Import"
1171
+ msgstr "Importovať"
1172
+
1173
+ #: lib/view/WpProQuiz_View_Import.php:25
1174
+ msgid "Error"
1175
+ msgstr "Chyba"
1176
+
1177
+ #: lib/view/WpProQuiz_View_Import.php:32
1178
+ msgid "Successfully"
1179
+ msgstr "Úspešne"
1180
+
1181
+ #: lib/view/WpProQuiz_View_Import.php:34
1182
+ msgid "Import completed successfully"
1183
+ msgstr "Importovanie prebehlo úspešne"
1184
+
1185
+ #: lib/view/WpProQuiz_View_Import.php:43
1186
+ msgid "Quiz name"
1187
+ msgstr "Názov kvízu"
1188
+
1189
+ #: lib/view/WpProQuiz_View_Import.php:69
1190
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1191
+ msgid "Start import"
1192
+ msgstr "Začať importovať"
1193
+
1194
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:7
1195
+ msgid "WP-Pro-Quiz special modification"
1196
+ msgstr "WP-Pro-Quiz špeciálna úprava"
1197
+
1198
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1199
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1200
+ msgid "You need special WP-Pro-Quiz modification for your website?"
1201
+ msgstr "Potrebujete špeciálnu úpravu WP-Pro-Quiz pre Vašu webstránku?"
1202
+
1203
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:11
1204
+ msgid "We offer you:"
1205
+ msgstr "Ponúkame Vám:"
1206
+
1207
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:13
1208
+ msgid "Design adaption for your theme"
1209
+ msgstr "Adaptívny dizajn pre Vašu Tému"
1210
+
1211
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:14
1212
+ msgid "Creation of additional modules for your needs"
1213
+ msgstr "Vytvorenie prídavných modulov pre Vaše potreby"
1214
+
1215
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:15
1216
+ msgid "Premium Support"
1217
+ msgstr "Prémiová podpora"
1218
+
1219
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:18
1220
+ msgid "Contact us:"
1221
+ msgstr "Kontaktujte nás:"
1222
+
1223
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:20
1224
+ msgid "Send us an e-mail"
1225
+ msgstr "Pošlite nám e-mail"
1226
+
1227
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:21
1228
+ msgid "The e-mail must be written in english or german"
1229
+ msgstr "E-mail musí byť napísaný v Angličtine alebo v Nemčine"
1230
+
1231
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:22
1232
+ msgid "Explain your wish detailed and exactly as possible"
1233
+ msgstr "Vysvetlite v ňom Vaše prianie detailne a presne ako sa len dá"
1234
+
1235
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:24
1236
+ msgid "You can send us screenshots, sketches and attachments"
1237
+ msgstr "Môžete nám poslať aj screenshoty, nákresy a prílohy"
1238
+
1239
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:27
1240
+ msgid "Send us your full name and your web address (webpage-URL)"
1241
+ msgstr "Pošlite nám Vaše celé meno a webovú adresu (webpage-URL)"
1242
+
1243
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:28
1244
+ msgid ""
1245
+ "If you wish design adaption, we additionally need the name of your theme"
1246
+ msgstr "Ak si želáte dizajnové prispôsobenie, pridajte aj názov Vašej Témy"
1247
+
1248
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:32
1249
+ msgid ""
1250
+ "After receiving your e-mail we will verify your request on feasibility. "
1251
+ "After this you will receive e-mail from us with further details and offer."
1252
+ msgstr "Slovenský preklad pre WP-Pro-Quiz"
1253
+
1254
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:35
1255
+ msgid ""
1256
+ "Extended support in first 6 months. Reported bugs and updates of WP Pro Quiz "
1257
+ "are supported. Exception are major releases (update of main version)"
1258
+ msgstr ""
1259
+
1260
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1261
+ #: lib/view/WpProQuiz_View_QuizEdit.php:29
1262
+ msgid "load template"
1263
+ msgstr "načítať šablónu"
1264
+
1265
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1266
+ msgid "Title"
1267
+ msgstr "Názov"
1268
+
1269
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1270
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1271
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1272
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1273
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:40
1275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:576
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1277
+ msgid "(optional)"
1278
+ msgstr "(voliteľné)"
1279
+
1280
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:43
1281
+ msgid ""
1282
+ "The title is used for overview, it is not visible in quiz. If you leave the "
1283
+ "title field empty, a title will be generated."
1284
+ msgstr ""
1285
+ "Titulok sa používa iba v zozname kvízov, v samotnom kvíze nie je zobrazený. "
1286
+ "Ak pole nevyplníte, obsah sa vygeneruje."
1287
+
1288
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1289
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1290
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:34
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:565
1293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1294
+ msgid "(required)"
1295
+ msgstr "(povinné)"
1296
+
1297
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:53
1298
+ msgid "Points for this question (Standard is 1 point)"
1299
+ msgstr "Počet bodov za túto otázku (obvykle 1 bod)"
1300
+
1301
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:59
1302
+ msgid ""
1303
+ "This points will be rewarded, only if the user closes the question correctly."
1304
+ msgstr "Užívateľ získa body iba v prípade, že na otázku odpovie správne."
1305
+
1306
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
1307
+ msgid "Different points for each answer"
1308
+ msgstr "Odlišný počet bodov pre každú odpoveď."
1309
+
1310
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
1311
+ msgid ""
1312
+ "If you enable this option, you can enter different points for every answer."
1313
+ msgstr ""
1314
+ "Ak zapnete túto možnosť, môžete vložiť odlišný počet bodov pre každou "
1315
+ "odpoveď."
1316
+
1317
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:74
1318
+ msgid "Show reached points in the correct- and incorrect message?"
1319
+ msgstr "Zobraziť počet získaných bodov v správe o dobrých, či zlých odpovedí?"
1320
+
1321
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1322
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:40
1324
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1325
+ #: lib/view/WpProQuiz_View_Statistics.php:124
1326
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1327
+ msgid "Category"
1328
+ msgstr "Kategória"
1329
+
1330
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:83
1331
+ msgid ""
1332
+ "You can assign classify category for a question. Categories are e.g. visible "
1333
+ "in statistics function."
1334
+ msgstr ""
1335
+ "Môžete vložiť kategóriu pre otázku. Kategória sa zohľadňuje napríklad v "
1336
+ "štatistikách."
1337
+
1338
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1340
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1341
+ msgid "You can manage categories in global settings."
1342
+ msgstr "Kategórie môžete spravovať vo všeobecných nastaveniach."
1343
+
1344
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1345
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:50
1347
+ #: lib/view/WpProQuiz_View_QuizEdit.php:60
1348
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1349
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1350
+ msgid "Create new category"
1351
+ msgstr "Vytvoriť novú kategóriu"
1352
+
1353
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:62
1355
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1356
+ msgid "Create"
1357
+ msgstr "Vytvoriť"
1358
+
1359
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1360
+ msgid "Message with the correct / incorrect answer"
1361
+ msgstr "Správa pre dobrú, či zlú odpoveď."
1362
+
1363
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:120
1364
+ msgid "Deactivated in quiz settings."
1365
+ msgstr "Vypnuté v nastaveniach kvízu."
1366
+
1367
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1368
+ msgid "Message with the correct answer"
1369
+ msgstr "Správa pre správnu odpověď."
1370
+
1371
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1372
+ msgid ""
1373
+ "This text will be visible if answered correctly. It can be used as "
1374
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1375
+ "always displayed automatically."
1376
+ msgstr ""
1377
+ "Tento text sa zobrazí, ak užívateľ odpovie správne. Najvhodnajšie je to pre "
1378
+ "zložité otázky. Označenie \"Správne\", alebo \"Nesprávne\" sa zobrazí vždy "
1379
+ "automaticky."
1380
+
1381
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:132
1382
+ msgid "Same text for correct- and incorrect-message?"
1383
+ msgstr "Má sa zobraziť rovnaký text pre správne aj nesprávne odpovede?"
1384
+
1385
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1386
+ msgid "Message with the incorrect answer"
1387
+ msgstr "Správa pre nesprávnu odpoveď."
1388
+
1389
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:145
1390
+ msgid ""
1391
+ "This text will be visible if answered incorrectly. It can be used as "
1392
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1393
+ "always displayed automatically."
1394
+ msgstr ""
1395
+ "Tento text sa zobrazí, keď užívateľ odpovie nesprávne. Najvhodnejšie je to "
1396
+ "pre zložité otázky. Označenie \"Správne\", alebo \"Nesprávne\" sa zobrazí "
1397
+ "vždy automaticky."
1398
+
1399
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:157
1400
+ msgid "Here you can enter solution hint."
1401
+ msgstr "Tu môžete napísať nápovedu."
1402
+
1403
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:161
1404
+ msgid "Activate hint for this question?"
1405
+ msgstr "Použíť nápovedu pri tejto otázke?"
1406
+
1407
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:173
1408
+ msgid "Answer type"
1409
+ msgstr "Spôsob odpovedí"
1410
+
1411
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:181
1412
+ msgid "Single choice"
1413
+ msgstr "Jedna správná odpoveď"
1414
+
1415
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:185
1416
+ msgid "Multiple choice"
1417
+ msgstr "Viac správných odpovedí"
1418
+
1419
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:189
1420
+ msgid "\"Free\" choice"
1421
+ msgstr " Voľná odpoveď"
1422
+
1423
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:193
1424
+ msgid "\"Sorting\" choice"
1425
+ msgstr "Radenie odpovedí"
1426
+
1427
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:197
1428
+ msgid "\"Matrix Sorting\" choice"
1429
+ msgstr "Spojovanie odpovedí"
1430
+
1431
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:201
1432
+ msgid "Cloze"
1433
+ msgstr "Doplňovanie"
1434
+
1435
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:205
1436
+ msgid "Assessment"
1437
+ msgstr "Hodnotenie"
1438
+
1439
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1440
+ msgid "Answers"
1441
+ msgstr "Odpovede"
1442
+
1443
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1444
+ msgid ""
1445
+ "Please sort the answers in right order with the \"Move\" - Button. The "
1446
+ "answers will be displayed randomly."
1447
+ msgstr ""
1448
+ "Prosím zoraďte odpovede v správnom poradí za pomoci tlačítka \"Posunúť\". "
1449
+ "Odpovede sa v kvíze zobrazia náhodne."
1450
+
1451
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:223
1452
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:229
1453
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
1454
+ msgid "Add new answer"
1455
+ msgstr "Pridat novú odpoveď"
1456
+
1457
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:233
1458
+ msgid ""
1459
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1460
+ "matching criterion."
1461
+ msgstr "Užívateľ musí priradiť prvky vpravo k množinám vľavo."
1462
+
1463
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
1464
+ msgid ""
1465
+ "You can create sort elements with empty criteria, which can't be assigned by "
1466
+ "user."
1467
+ msgstr ""
1468
+ "Môžete vytvoriť prvky bez dvojice, ktoré sa nedajú priradiť užívateľom."
1469
+
1470
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:240
1471
+ msgid "Percentage width of criteria table column:"
1472
+ msgstr "Percentuálna šírka tabuľky stlpca kritérii:"
1473
+
1474
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:245
1475
+ msgid ""
1476
+ "Allows adjustment of the left column's width, and the right column will auto-"
1477
+ "fill the rest of the available space. Increase this to allow accommodate "
1478
+ "longer criterion text. Defaults to 20%."
1479
+ msgstr ""
1480
+
1481
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:652
1483
+ msgid "template name"
1484
+ msgstr "meno šablóny"
1485
+
1486
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:654
1488
+ msgid "Create new template"
1489
+ msgstr "vytvoriť novú šablónu"
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:662
1493
+ msgid "Save as template"
1494
+ msgstr "Uložiť ako šablónu"
1495
+
1496
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1497
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1498
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:70
1500
+ msgid "Options"
1501
+ msgstr "Nastavenia"
1502
+
1503
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:296
1504
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:399
1505
+ msgid "Answer"
1506
+ msgstr "Odpoveď"
1507
+
1508
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:311
1509
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1510
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:376
1511
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1512
+ msgid "Allow HTML"
1513
+ msgstr "Povoliť HTML"
1514
+
1515
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1516
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1517
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:425
1518
+ msgid "Delete answer"
1519
+ msgstr "Zmazať odpoveď"
1520
+
1521
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1522
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1523
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:426
1524
+ msgid "Add Media"
1525
+ msgstr "Vložiť mediálny súbor"
1526
+
1527
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:330
1528
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1529
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1530
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1532
+ msgid "Move"
1533
+ msgstr "Posunúť"
1534
+
1535
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:346
1536
+ msgid "Criterion"
1537
+ msgstr "Množina"
1538
+
1539
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:438
1540
+ msgid ""
1541
+ "correct answers (one per line) (answers will be converted to lower case)"
1542
+ msgstr ""
1543
+ "správne odpovede (jedna na riadok) (odpovede sa prevedú na malé písmena)"
1544
+
1545
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1546
+ msgid ""
1547
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1548
+ "small letters will be ignored."
1549
+ msgstr ""
1550
+ "Ohraničte doplňované slová/písmená zloženými zátvorkami { }. Napr.: "
1551
+ "\"Chlap{i}piekl{i} koláče.\". Na veľkosť písmen sa nebude brať ohľad."
1552
+
1553
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:454
1554
+ msgid ""
1555
+ "You can specify multiple options for a search word. Enclose the word with "
1556
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1557
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1558
+ "hate are correct."
1559
+ msgstr ""
1560
+ "Pre každé doplňované pole môžete použíť viac možností. Uzavriete možnosti "
1561
+ "hranatými zátvorkami [], napr.: <span style=\"font-style: normal; letter-"
1562
+ "spacing: 2px;\"> \"K našim národním farbám patrí {[modrá][červená][biela]}."
1563
+ "\" </span>. V tomto prípade slova \"modrá\", \"červená\" i \"biela\" budú "
1564
+ "hodnotene ako správná (bodovaná) odpoveď."
1565
+
1566
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:457
1567
+ msgid ""
1568
+ "If mode \"Different points for every answer\" is activated, you can assign "
1569
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1570
+ msgstr ""
1571
+ "Ak zaškrtnete \"Odlišný počet bodov pre každú odpoveď.\" (hore), môžete k "
1572
+ "správnej opovedi priradiť počet bodov pomocou znaku | a čísla. V ostatných "
1573
+ "prípadoch bude za každú správnu odpoveď udelený 1 bod."
1574
+
1575
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:460
1576
+ msgid ""
1577
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1578
+ "\" 3 points."
1579
+ msgstr ""
1580
+ "Např.: \"Chlap{i} {po|5}zreli film.\" - Napsat správně \"i\" je za 5 bodov, "
1581
+ "protože to nevie každý. Napísať \"po\" ve slove zhlédnout je za 1 bod, "
1582
+ "pretože veľa lidí to píše správne s \"po\"."
1583
+
1584
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:472
1585
+ msgid "Here you can create an assessment question."
1586
+ msgstr "Tu môžete vložiť hodnotiacu otázku."
1587
+
1588
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:475
1589
+ msgid ""
1590
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1591
+ msgstr ""
1592
+ "Vložte odpovede do zložených závoriek {}. Jednotlivé odpovede musia býť v "
1593
+ "hranatých zátvorkách []."
1594
+
1595
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:477
1596
+ msgid "The number of options in the maximum score."
1597
+ msgstr "Maximálne skóre sa rovná počtu možností."
1598
+
1599
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:480
1600
+ msgid "Examples:"
1601
+ msgstr "Príklady:"
1602
+
1603
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:482
1604
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1605
+ msgstr "menej pravdivé { [1] [2] [3] [4] [5] } viac pravdivé"
1606
+
1607
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1608
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:722
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:748
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:774
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:800
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1365
1631
+ msgid "Demo"
1632
+ msgstr "Ukážka"
1633
+
1634
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:491
1635
+ msgid "less true { [a] [b] [c] } more true"
1636
+ msgstr "menej pravdivé { [a] [b] [c] } viac pravdivé"
1637
+
1638
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:510
1639
+ msgid "Single choice options"
1640
+ msgstr "Otázka s jednou správnou odpoveďou"
1641
+
1642
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:513
1643
+ msgid ""
1644
+ "If \"Different points for each answer\" is activated, you can activate a "
1645
+ "special mode.<br> This changes the calculation of the points"
1646
+ msgstr ""
1647
+
1648
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:517
1649
+ msgid "Different points - modus 2 activate"
1650
+ msgstr "Rôzne body - modus 2 aktivovať"
1651
+
1652
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:521
1653
+ msgid "Disables the distinction between correct and incorrect."
1654
+ msgstr "Vypnúť rozdiel medzi správnym a nesprávnym"
1655
+
1656
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:525
1657
+ msgid "disable correct and incorrent"
1658
+ msgstr "vypnúť správne a nesprávne"
1659
+
1660
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:529
1661
+ msgid "Explanation of points calculation"
1662
+ msgstr "Vysvetlenie bodovej kalkulácie"
1663
+
1664
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:549
1665
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:554
1666
+ msgid "\"Different points for each answer\" enabled"
1667
+ msgstr "\"Rozdielne body za každú odpoveď\" umožniť"
1668
+
1669
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:551
1670
+ msgid "\"Different points - mode 2\" disable"
1671
+ msgstr "\"Rôzne body - mode 2\" neumožniť"
1672
+
1673
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:556
1674
+ msgid "\"Different points - mode 2\" enabled"
1675
+ msgstr "\"Rôzne body - mode 2\" umožniť"
1676
+
1677
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1678
+ msgid "Questions sorted"
1679
+ msgstr "Poradie uložené"
1680
+
1681
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1682
+ #: lib/view/WpProQuiz_View_Statistics.php:169
1683
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1684
+ msgid "Total"
1685
+ msgstr "Spolu"
1686
+
1687
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1688
+ msgid "Add question"
1689
+ msgstr "Pridať otázku"
1690
+
1691
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1692
+ msgid "Save order"
1693
+ msgstr "Uložiť poradie"
1694
+
1695
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1696
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1697
+ msgid "Copy questions from another Quiz"
1698
+ msgstr "Skopírovať otázky z iného kvízu"
1699
+
1700
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1701
+ msgid ""
1702
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1703
+ "selection enabled)"
1704
+ msgstr ""
1705
+ "Tu môžete skopírovat otázky z iného kvízu do tohto kvízu. (Dá sa označiť "
1706
+ "viac otázok)"
1707
+
1708
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1709
+ msgid "Copy questions"
1710
+ msgstr "Skopírovať otázky"
1711
+
1712
+ #: lib/view/WpProQuiz_View_QuizEdit.php:34
1713
+ msgid "Quiz title"
1714
+ msgstr "Titulok kvízu"
1715
+
1716
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1717
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1718
+ msgid "You can assign classify category for a quiz."
1719
+ msgstr "Môžete priradiť klasifikačnú kategóriu pre kvíz."
1720
+
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1722
+ msgid "Hide quiz title"
1723
+ msgstr "Skryť titulok kvízu"
1724
+
1725
+ #: lib/view/WpProQuiz_View_QuizEdit.php:81
1726
+ msgid "Hide title"
1727
+ msgstr "Skryť titulok"
1728
+
1729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:88
1730
+ msgid "The title serves as quiz heading."
1731
+ msgstr "Titulok je zobrazený v hlavičke kvízu ako nadpis."
1732
+
1733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:95
1734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:100
1735
+ msgid "Hide \"Restart quiz\" button"
1736
+ msgstr "Skryť tlačítko \"Reštart Kvízu\""
1737
+
1738
+ #: lib/view/WpProQuiz_View_QuizEdit.php:107
1739
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1740
+ msgstr "Skryť tlačítko \"Reštart kvúzu\" na záverečnej obrazovke."
1741
+
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:114
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:119
1744
+ msgid "Hide \"View question\" button"
1745
+ msgstr "Skryť tlačítko \"Zobraziť moje odpovede\""
1746
+
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:126
1748
+ msgid "Hide the \"View question\" button in the Frontend."
1749
+ msgstr "Skryť tlačítko \"Zobrazit moje odpovede\" na záverečnej obrazovke."
1750
+
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:133
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:138
1753
+ msgid "Display question randomly"
1754
+ msgstr "Zoradiť otázky náhodne"
1755
+
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:149
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:154
1758
+ msgid "Display answers randomly"
1759
+ msgstr "Zoradiť odpovede náhodne"
1760
+
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:165
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:170
1763
+ msgid "Sort questions by category"
1764
+ msgstr "Rozdeliť otázky podľa kategórie"
1765
+
1766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:177
1767
+ msgid ""
1768
+ "Also works in conjunction with the \"display randomly question\" option."
1769
+ msgstr ""
1770
+
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:192
1772
+ msgid "Seconds"
1773
+ msgstr "sekundy"
1774
+
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
1776
+ msgid "0 = no limit"
1777
+ msgstr "0 = bez limitu"
1778
+
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:202
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:207
1781
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1782
+ msgid "Statistics"
1783
+ msgstr "Štatistika"
1784
+
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:214
1786
+ msgid ""
1787
+ "Statistics about right or wrong answers. Statistics will be saved by "
1788
+ "completed quiz, not after every question. The statistics is only visible "
1789
+ "over administration menu. (internal statistics)"
1790
+ msgstr ""
1791
+ "Štatistika správnych a nesprávnych odpovedí. Údaje sa uložia po dokončení "
1792
+ "celého kvízu, nie po zodpovedaní každej otázky. Štatistiky sú viditeľné iba "
1793
+ "v administrácii. (interná štatistika)"
1794
+
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:221
1796
+ #: lib/view/WpProQuiz_View_QuizEdit.php:226
1797
+ msgid "Statistics IP-lock"
1798
+ msgstr "Obmedzenie vkládania štatistík pre jednu IP adresu"
1799
+
1800
+ #: lib/view/WpProQuiz_View_QuizEdit.php:230
1801
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1802
+ msgstr "v minutách (doporučuje sa 1440 minut = 1 den)"
1803
+
1804
+ #: lib/view/WpProQuiz_View_QuizEdit.php:233
1805
+ msgid ""
1806
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1807
+ "from same IP. (0 = deactivated)"
1808
+ msgstr ""
1809
+ "Chráni databázu a štatistiku pred spamom. Výsledky z jedného počítača (IP "
1810
+ "adresy) sa uložia iba po každých X minutách. (0 = vypnuto)"
1811
+
1812
+ #: lib/view/WpProQuiz_View_QuizEdit.php:240
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:246
1814
+ msgid "Execute quiz only once"
1815
+ msgstr "Kvíz sa môže vyplniť iba raz"
1816
+
1817
+ #: lib/view/WpProQuiz_View_QuizEdit.php:254
1818
+ msgid ""
1819
+ "If you activate this option, the user can complete the quiz only once. "
1820
+ "Afterwards the quiz is blocked for this user."
1821
+ msgstr ""
1822
+ "Keď zapnete túto možnosť, užívateľ môže vyplniť kvíz iba raz. Potom sa pre "
1823
+ "neho zablokuje."
1824
+
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:258
1826
+ msgid "This option applies to:"
1827
+ msgstr "Táto možnosť platí pre:"
1828
+
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:266
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1831
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1832
+ msgid "all users"
1833
+ msgstr "všetci užívatelia"
1834
+
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:270
1836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1837
+ msgid "registered useres only"
1838
+ msgstr "iba registrovaní"
1839
+
1840
+ #: lib/view/WpProQuiz_View_QuizEdit.php:274
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1842
+ msgid "anonymous users only"
1843
+ msgstr "iba neregistrovaní (anonymní)"
1844
+
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1846
+ msgid "user identification by cookie"
1847
+ msgstr "identifikácia uživateľa pomocou cookies"
1848
+
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:283
1850
+ msgid ""
1851
+ "If you activate this option, a cookie is set additionally for unregistrated "
1852
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1853
+ "simple assignment by the IP address."
1854
+ msgstr ""
1855
+ "Ak aktivujete túto možnosť, neregistrovaným (anonymom) sa pridelí cookies. "
1856
+ "Lepšie sa tak dá rozeznať jednotlivý užívateľ než pomocou IP adresy."
1857
+
1858
+ #: lib/view/WpProQuiz_View_QuizEdit.php:288
1859
+ msgid "Reset the user identification"
1860
+ msgstr "Vynulovať identifikáciu uživateľou"
1861
+
1862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1863
+ msgid "User identification has been reset."
1864
+ msgstr "Identifikácia o uživateľoch vynulovaná."
1865
+
1866
+ #: lib/view/WpProQuiz_View_QuizEdit.php:291
1867
+ msgid "Resets user identification for all users."
1868
+ msgstr "Vynulovať identifikáciu pre všetkých užívateľov."
1869
+
1870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:300
1871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:305
1872
+ msgid "Show only specific number of questions"
1873
+ msgstr "Zobraziť určitý počet otázok"
1874
+
1875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:312
1876
+ msgid ""
1877
+ "If you enable this option, maximum number of displayed questions will be X "
1878
+ "from X questions. (The output of questions is random)"
1879
+ msgstr ""
1880
+ "Ak zapnete túto možnosť, maximálny počet ponúknutých otázok bude môcť byť "
1881
+ "nižší než celkový počet otázok (systém vyberie otázky náhodne)."
1882
+
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:316
1884
+ msgid "How many questions should be displayed simultaneously:"
1885
+ msgstr "Kolik otázek by malo byť zobrazených súčasne:"
1886
+
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:321
1888
+ msgid "in percent"
1889
+ msgstr "v percentách"
1890
+
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:329
1892
+ #: lib/view/WpProQuiz_View_QuizEdit.php:334
1893
+ msgid "Prerequisites"
1894
+ msgstr "Predpoklady"
1895
+
1896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:341
1897
+ msgid ""
1898
+ "If you enable this option, you can choose quiz, which user have to finish "
1899
+ "before he can start this quiz."
1900
+ msgstr ""
1901
+ "Ak zapnete túto možnosť, môžete vybrať kvíz či kvízy, které musí uživateľ "
1902
+ "dokončit pred tým, než môže vyplniť tento kvíz."
1903
+
1904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1905
+ msgid ""
1906
+ "In all selected quizzes statistic function have to be active. If it is not "
1907
+ "it will be activated automatically."
1908
+ msgstr ""
1909
+ "Vo všetkých zvolených kvízoch musí býť zapnutá štatistika. Ak nieje, zapne "
1910
+ "sa automaticky."
1911
+
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:349
1913
+ msgid "Quiz"
1914
+ msgstr "Kvíz"
1915
+
1916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:351
1917
+ msgid "Prerequisites (This quiz have to be finished)"
1918
+ msgstr "Predpoklady (Užívateľ musí dokončiť následujíce kvízy)"
1919
+
1920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:390
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:395
1922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1923
+ msgid "Question overview"
1924
+ msgstr "Prehľad otázok"
1925
+
1926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:402
1927
+ msgid ""
1928
+ "Add at the top of the quiz a question overview, which allows easy "
1929
+ "navigation. Additional questions can be marked \"to review\"."
1930
+ msgstr ""
1931
+ "Pridá prehľad otázok do hornej části kvízu. Zlepší sa tak navigácia celým "
1932
+ "kvízom. Užívateľ si tak môže poznačit otázky, kterými si nieje istý."
1933
+
1934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
1935
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1936
+ msgstr "Záverečný prehľad zobraziť ešte pred zodpovedaním všetkých otázok."
1937
+
1938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:436
1939
+ msgid ""
1940
+ "If you enalbe this option, no quiz overview will be displayed, before "
1941
+ "finishing quiz."
1942
+ msgstr ""
1943
+ "Ak vypnete túto možnosť, užívateľ sa nedostane na záverečný prehľad, kým "
1944
+ "nezodpovie všetky otázky."
1945
+
1946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:455
1947
+ msgid ""
1948
+ "If you enable this option, user won't be able to skip question. (only in "
1949
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1950
+ "\"Question-Overview\""
1951
+ msgstr ""
1952
+ "Ak zapnete túto možnosť, uživateľ nebude môcť preskočiť otázku. (Iba v móde "
1953
+ "\"Skontrolovať -> ďalej\"). Užívateľ sa naďalej bude môcť orientovať pomocou "
1954
+ "\"Prehľadu otázok\" "
1955
+
1956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:463
1957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:468
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1960
+ msgid "Admin e-mail notification"
1961
+ msgstr "Upozornenie na e-mail adminovi"
1962
+
1963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:476
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1965
+ msgid "for registered users only"
1966
+ msgstr "iba pre registrovaných užívateľe"
1967
+
1968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:480
1969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1970
+ msgid "for all users"
1971
+ msgstr "pre všetkých uživateľov"
1972
+
1973
+ #: lib/view/WpProQuiz_View_QuizEdit.php:483
1974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1975
+ msgid ""
1976
+ "If you enable this option, you will be informed if a user completes this "
1977
+ "quiz."
1978
+ msgstr ""
1979
+ "Ak zapnete túto možnosť, dostanete upozornenie, ak niekto dokončí kvíz."
1980
+
1981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
1983
+ msgid "E-Mail settings can be edited in global settings."
1984
+ msgstr "Nastavenie e-mailu môžete upraviť vo všeobecných nastaveniach."
1985
+
1986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:494
1987
+ #: lib/view/WpProQuiz_View_QuizEdit.php:499
1988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1604
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1609
1990
+ msgid "User e-mail notification"
1991
+ msgstr "Upozornenie na e-mail uživateľa"
1992
+
1993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:506
1994
+ msgid ""
1995
+ "If you enable this option, an email is sent with his quiz result to the "
1996
+ "user. (only registered users)"
1997
+ msgstr ""
1998
+ "Ak zapnete túto možnosť, uživateľom príde e-mail s výsledkami kvízu (iba pre "
1999
+ "registrovaných)"
2000
+
2001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:517
2002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:522
2003
+ msgid "Autostart"
2004
+ msgstr "Automatické spustenie"
2005
+
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:529
2007
+ msgid ""
2008
+ "If you enable this option, the quiz will start automatically after the page "
2009
+ "is loaded."
2010
+ msgstr "Ak zapnete túto možnosť, kvíz začne automaticky po načítaní stránky."
2011
+
2012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:536
2013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:541
2014
+ msgid "Only registered users are allowed to start the quiz"
2015
+ msgstr "Iba registrovaní užívatelia môžu spustiť kvíz"
2016
+
2017
+ #: lib/view/WpProQuiz_View_QuizEdit.php:548
2018
+ msgid ""
2019
+ "If you enable this option, only registered users allowed start the quiz."
2020
+ msgstr ""
2021
+
2022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:565
2023
+ msgid "Quiz description"
2024
+ msgstr "Popis kvízu"
2025
+
2026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:568
2027
+ msgid "This text will be displayed before start of the quiz."
2028
+ msgstr "Tento text sa zobrazí na začiatku kvízu."
2029
+
2030
+ #: lib/view/WpProQuiz_View_QuizEdit.php:576
2031
+ msgid "Results text"
2032
+ msgstr "Text k výsledkom"
2033
+
2034
+ #: lib/view/WpProQuiz_View_QuizEdit.php:579
2035
+ msgid ""
2036
+ "This text will be displayed at the end of the quiz (in results). (this text "
2037
+ "is optional)"
2038
+ msgstr ""
2039
+ "Tento text sa zobrazí po ukončení kvízu (vo výsledkoch). (vyplniť toto pole "
2040
+ "nieje povinné)"
2041
+
2042
+ #: lib/view/WpProQuiz_View_QuizEdit.php:583
2043
+ msgid "Activate graduation"
2044
+ msgstr "Viac slovných ohodnotení v závislosti na dosiahnutých výsledkov"
2045
+
2046
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2047
+ msgid "Hint:"
2048
+ msgstr "Nápoveda:"
2049
+
2050
+ #: lib/view/WpProQuiz_View_QuizEdit.php:591
2051
+ msgid "Maximal 15 levels"
2052
+ msgstr "Vložiť najviac 15 slovných ohodnotení"
2053
+
2054
+ #: lib/view/WpProQuiz_View_QuizEdit.php:593
2055
+ #, php-format
2056
+ msgid ""
2057
+ "Percentages refer to the total score of the quiz. (Current total %d points "
2058
+ "in %d questions."
2059
+ msgstr ""
2060
+ "Percentá znamenajú celkové skóre v kvízu. (Splnených %d bodov z %d otázok.)"
2061
+
2062
+ #: lib/view/WpProQuiz_View_QuizEdit.php:596
2063
+ msgid "Values can also be mixed up"
2064
+ msgstr "Hodnoty sa môžu prekrývať"
2065
+
2066
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2067
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2068
+ msgstr ""
2069
+ "Je povoleý formát ako 10,15 %, tak aj 10.15 % (pozor: maximálne dve čísla po "
2070
+ "desatinnej čiarke)"
2071
+
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2073
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2074
+ msgid "from:"
2075
+ msgstr "Od:"
2076
+
2077
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2078
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2079
+ msgid "percent"
2080
+ msgstr "percent"
2081
+
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:613
2083
+ #: lib/view/WpProQuiz_View_QuizEdit.php:624
2084
+ #, php-format
2085
+ msgid ""
2086
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2087
+ "%s</span>%%)"
2088
+ msgstr ""
2089
+ "(Text sa zobrazí, ak je percentuálny výsledok vetší či rovný <span class="
2090
+ "\"resultProzent\">%s</span>%%)"
2091
+
2092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:614
2093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:625
2094
+ msgid "Delete graduation"
2095
+ msgstr "Zmazať slovné hodnotenie"
2096
+
2097
+ #: lib/view/WpProQuiz_View_QuizEdit.php:632
2098
+ msgid "Add graduation"
2099
+ msgstr "Pridať slovné hodnotenie"
2100
+
2101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:643
2102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2103
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1686
2104
+ msgid "Custom fields - Variables"
2105
+ msgstr "Vlastné polia - Variabilné"
2106
+
2107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:674
2108
+ msgid "Result-Options"
2109
+ msgstr "Nastavenie výsledkov"
2110
+
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:685
2113
+ msgid "Show average points"
2114
+ msgstr "Ukázať priemerný počet dosiahnutých bodov"
2115
+
2116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:692
2117
+ msgid "Statistics-function must be enabled."
2118
+ msgstr "V tomto prípade musíte zapnúť štatistiku."
2119
+
2120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:705
2121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:710
2122
+ msgid "Show category score"
2123
+ msgstr "Triediť skóre podľa kategórií"
2124
+
2125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:717
2126
+ msgid ""
2127
+ "If you enable this option, the results of each category is displayed on the "
2128
+ "results page."
2129
+ msgstr ""
2130
+ "Ak zapnete túto možnosť, výsledky sa roztřiedia podľa kategórií otázok."
2131
+
2132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:731
2133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:736
2134
+ msgid "Hide correct questions - display"
2135
+ msgstr "Skryť oznámenia o počte správne zodpovedaných otázok"
2136
+
2137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:743
2138
+ msgid ""
2139
+ "If you select this option, no longer the number of correctly answered "
2140
+ "questions are displayed on the results page."
2141
+ msgstr ""
2142
+ "Ak zapnete túto možnosť, nezobrazí sa počet správne zodpovedaných otázok na "
2143
+ "obrazovke s výsledkami."
2144
+
2145
+ #: lib/view/WpProQuiz_View_QuizEdit.php:757
2146
+ #: lib/view/WpProQuiz_View_QuizEdit.php:762
2147
+ msgid "Hide quiz time - display"
2148
+ msgstr "Skryť dobu vyplňovania"
2149
+
2150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:769
2151
+ msgid ""
2152
+ "If you enable this option, the time for finishing the quiz won't be "
2153
+ "displayed on the results page anymore."
2154
+ msgstr ""
2155
+ "Ak zapnete túto možnosť, nezobrazí sa na záverečnej obrazovke čas, za ktorý "
2156
+ "uživateľ vyplnil kvíz."
2157
+
2158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:783
2159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:788
2160
+ msgid "Hide score - display"
2161
+ msgstr "Skryť body (skóre)"
2162
+
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:795
2164
+ msgid ""
2165
+ "If you enable this option, final score won't be displayed on the results "
2166
+ "page anymore."
2167
+ msgstr ""
2168
+ "Ak zapnete túto možnosť, na záverečnej obrazovke sa nezobrazí počet "
2169
+ "získaných bodov."
2170
+
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:819
2172
+ msgid "Question-Options"
2173
+ msgstr "Nastavenie otázok"
2174
+
2175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:830
2177
+ msgid "Show points"
2178
+ msgstr "Zobraziť body"
2179
+
2180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:837
2181
+ msgid "Shows in quiz, how many points are reachable for respective question."
2182
+ msgstr "Zobraziť užívateľovi, koľko bodov môže získať za otázku."
2183
+
2184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:844
2185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:849
2186
+ msgid "Number answers"
2187
+ msgstr "Očíslovať odpovede"
2188
+
2189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:856
2190
+ msgid ""
2191
+ "If this option is activated, all answers are numbered (only single and "
2192
+ "multiple choice)"
2193
+ msgstr "Zapnutím tejto možnosti se odpovede očíslujú (iba tie zaškrtovacie)"
2194
+
2195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:869
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:874
2197
+ msgid "Hide correct- and incorrect message"
2198
+ msgstr "Skryť správu o správnej či nesprávnej odpovedi"
2199
+
2200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:881
2201
+ msgid ""
2202
+ "If you enable this option, no correct- or incorrect message will be "
2203
+ "displayed."
2204
+ msgstr ""
2205
+ "Ak zapnete túto možnosť, nezobrazí sa správa o nesprávnej či správnej "
2206
+ "odpovedi"
2207
+
2208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:894
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:899
2210
+ msgid "Correct and incorrect answer mark"
2211
+ msgstr "Označiť správne a nesprávne odpovede"
2212
+
2213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:906
2214
+ msgid ""
2215
+ "If you enable this option, answers won't be color highlighted as correct or "
2216
+ "incorrect. "
2217
+ msgstr ""
2218
+ "Ak vypnete túto možnosť, správne a nesprávne odpovede sa neoznačia farebne."
2219
+
2220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:919
2221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:924
2222
+ msgid "Force user to answer each question"
2223
+ msgstr "Prinútiť užívateľa odpovedať na každú otázku"
2224
+
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:931
2226
+ msgid "If you enable this option, the user is forced to answer each question."
2227
+ msgstr ""
2228
+ "Ak zapnete túto možnosť, užívateľa prinútite odpovedať na každú otázku."
2229
+
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:932
2231
+ msgid ""
2232
+ "If the option \"Question overview\" is activated, this notification will "
2233
+ "appear after end of the quiz, otherwise after each question."
2234
+ msgstr ""
2235
+
2236
+ #: lib/view/WpProQuiz_View_QuizEdit.php:939
2237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:944
2238
+ msgid "Hide question position overview"
2239
+ msgstr "Skryť miesto zhrnutia otázky"
2240
+
2241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:951
2242
+ msgid "If you enable this option, the question position overview is hidden."
2243
+ msgstr ""
2244
+
2245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:964
2246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:969
2247
+ msgid "Hide question numbering"
2248
+ msgstr "Skryť číslovanie otázok"
2249
+
2250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:976
2251
+ msgid "If you enable this option, the question numbering is hidden."
2252
+ msgstr "Ak zapnete túto možnosť, skryjete císlovanie otázok."
2253
+
2254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:989
2255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:994
2256
+ msgid "Display category"
2257
+ msgstr "Zobraz kategóriu"
2258
+
2259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2260
+ msgid "If you enable this option, category will be displayed in the question."
2261
+ msgstr "Ak zapnete túto možnosť, kategória bude zobrazená pri otázke."
2262
+
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2264
+ msgid ""
2265
+ "The leaderboard allows users to enter results in public list and to share "
2266
+ "the result this way."
2267
+ msgstr ""
2268
+ "Rebríček umožňuje užívateľom vložiť svoje výsledky do verejnej štatistiky a "
2269
+ "zdieľať svoje výkony s ostatnými."
2270
+
2271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2272
+ msgid "The leaderboard works independent from internal statistics function."
2273
+ msgstr "Rebríček funguje samostatne mimo internej štatistiky."
2274
+
2275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2276
+ msgid "Who can sign up to the list"
2277
+ msgstr "Možnosť vkladať výsledky platí pre"
2278
+
2279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2280
+ msgid ""
2281
+ "Not registered users have to enter name and e-mail (e-mail won't be "
2282
+ "displayed)"
2283
+ msgstr ""
2284
+ "Neregistrovaní uživatelia musai vložiť meno a e-mail (ten nebude zobrazený)"
2285
+
2286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2287
+ msgid "insert automatically"
2288
+ msgstr "vložiť automaticky"
2289
+
2290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2291
+ msgid ""
2292
+ "If you enable this option, logged in users will be automatically entered "
2293
+ "into leaderboard"
2294
+ msgstr ""
2295
+ "Ak zapnete túto možnosť, výsledky prihlásených užívateľov sa automaticky "
2296
+ "vložia do rebríčka"
2297
+
2298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2299
+ msgid "display captcha"
2300
+ msgstr "zobraziť kontrolný kód captcha"
2301
+
2302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2303
+ msgid ""
2304
+ "If you enable this option, additional captcha will be displayed for users "
2305
+ "who are not registered."
2306
+ msgstr ""
2307
+ "Ak zapnete túto možnosť, neregistrovaným uživateľom sa zobrazí kontrolný kód "
2308
+ "captcha"
2309
+
2310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2311
+ msgid "This option requires additional plugin:"
2312
+ msgstr "Toto nastavenie vyžaduje následujúci plugin:"
2313
+
2314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2315
+ msgid "Plugin has been detected."
2316
+ msgstr "Plugin nájdený."
2317
+
2318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2319
+ msgid "Plugin is not installed."
2320
+ msgstr "Plugin nieje nainštalovaný."
2321
+
2322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2323
+ msgid "Sort list by"
2324
+ msgstr "Zoradiť zoznam podľa"
2325
+
2326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2327
+ msgid "Users can apply multiple times"
2328
+ msgstr "Užívatelia môžu vložiť výsledky viackrát"
2329
+
2330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2331
+ msgid "User can apply after:"
2332
+ msgstr "Rovnaký užívateľ môže vložiť svoje výsledky znova za:"
2333
+
2334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2335
+ msgid "minute"
2336
+ msgstr "min."
2337
+
2338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2339
+ msgid "How many entries should be displayed"
2340
+ msgstr "Koľko výsledkov zobraziť"
2341
+
2342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2343
+ msgid "Entries"
2344
+ msgstr "Výsledky"
2345
+
2346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2347
+ msgid "Automatically display leaderboard in quiz result"
2348
+ msgstr "Automaticky zobrazovať rebríček vo výsledkoch kvízu"
2349
+
2350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2351
+ msgid "Where should leaderboard be displayed:"
2352
+ msgstr "Kde má byť rebríček umiestnený:"
2353
+
2354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2355
+ msgid "don't display"
2356
+ msgstr "nezobrazovať"
2357
+
2358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2359
+ msgid "below the \"result text\""
2360
+ msgstr "pod textom s výsledkami"
2361
+
2362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2363
+ msgid "in a button"
2364
+ msgstr "po stlačení tlačítka"
2365
+
2366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2367
+ msgid "Quiz-Mode"
2368
+ msgstr "Mód kvízu"
2369
+
2370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2371
+ msgid "Normal"
2372
+ msgstr "Normálny"
2373
+
2374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2375
+ msgid "Normal + Back-Button"
2376
+ msgstr "Normálny + Tlačítko späť"
2377
+
2378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2379
+ msgid "Check -> continue"
2380
+ msgstr "Skontrolovať -> ďalší"
2381
+
2382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2383
+ msgid "Questions below each other"
2384
+ msgstr "Otázky zoradené pod sebou"
2385
+
2386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2387
+ msgid ""
2388
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
2389
+ "displayed at the end of the quiz."
2390
+ msgstr ""
2391
+ "Zobrazí všetky otázky ako idú za sebou, správne a nesprávne odpovede budú "
2392
+ "zobrazené na konci kvízu."
2393
+
2394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2395
+ msgid "Allows to use the back button in a question."
2396
+ msgstr "Povolí používať tlačítko späť."
2397
+
2398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2399
+ msgid "Shows \"right or wrong\" after each question."
2400
+ msgstr ""
2401
+ "Po každej odpovedi ihneď zobrazí, či užívateľ odpovedal správne / nesprávne."
2402
+
2403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2404
+ msgid ""
2405
+ "If this option is activated, all answers are displayed below each other, i."
2406
+ "e. all questions are on a single page."
2407
+ msgstr ""
2408
+ "Ak zapnete túto možnosť, všetky otázky a odpovede sa zobrazia pod sebou. "
2409
+ "Napr.: celý kvíz bude na jednej stránke."
2410
+
2411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2412
+ msgid "How many questions to be displayed on a page:"
2413
+ msgstr "Koľko otázok má byť zobrazených na jednej stránke:"
2414
+
2415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2416
+ msgid "(0 = All on one page)"
2417
+ msgstr "(0 = všetky na jednej stránke)"
2418
+
2419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1632
2421
+ #: lib/view/WpProQuiz_View_Statistics.php:41
2422
+ #: lib/view/WpProQuiz_View_Statistics.php:364
2423
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2424
+ msgid "Custom fields"
2425
+ msgstr "Vlastné polia"
2426
+
2427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2428
+ msgid ""
2429
+ "You can create custom fields, e.g. to request the name or the e-mail address "
2430
+ "of the users."
2431
+ msgstr ""
2432
+
2433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2434
+ msgid "The statistic function have to be enabled."
2435
+ msgstr "Funkcia štatistiky musí byť zapnutá."
2436
+
2437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2439
+ msgid "Custom fields enable"
2440
+ msgstr "Zapnúť vlastné polia"
2441
+
2442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2443
+ msgid "If you enable this option, custom fields are enabled."
2444
+ msgstr "Ak zapnete túto možnosť, vlastné polia budú zapnuté."
2445
+
2446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2448
+ msgid "Display position"
2449
+ msgstr "Zobraz pozíciu"
2450
+
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2452
+ msgid "Where should the fileds be displayed:"
2453
+ msgstr "Kde majú byť zobrazené polia:"
2454
+
2455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2456
+ msgid "On the quiz startpage"
2457
+ msgstr "Na začiatočnej stránka kvízu"
2458
+
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2460
+ msgid "At the end of the quiz (before the quiz result)"
2461
+ msgstr "Na konci kvízu (pred výsledkami)"
2462
+
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2464
+ msgid "Field name"
2465
+ msgstr "Meno poľa"
2466
+
2467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2468
+ msgid "Required?"
2469
+ msgstr "Povinné?"
2470
+
2471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1408
2472
+ msgid "Text"
2473
+ msgstr "Text"
2474
+
2475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2476
+ msgid "Textarea"
2477
+ msgstr "Priestor pre text"
2478
+
2479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2480
+ msgid "Checkbox"
2481
+ msgstr "Kontrolný priestor"
2482
+
2483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2484
+ msgid "Drop-Down menu"
2485
+ msgstr "Sťahovacie menu"
2486
+
2487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2488
+ msgid "Radio"
2489
+ msgstr "Rádio"
2490
+
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2492
+ msgid "Number"
2493
+ msgstr "Číslo"
2494
+
2495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2496
+ msgid "Email"
2497
+ msgstr "E-mail"
2498
+
2499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2500
+ msgid "Yes/No"
2501
+ msgstr "Áno/Nie"
2502
+
2503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2504
+ #: lib/view/WpProQuiz_View_Statistics.php:323
2505
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2506
+ msgid "Date"
2507
+ msgstr "Dátum"
2508
+
2509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2510
+ msgid "Edit list"
2511
+ msgstr "Upraviť zoznam"
2512
+
2513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2514
+ msgid "One entry per line"
2515
+ msgstr "Jedna zápis na riadok"
2516
+
2517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2518
+ msgid "OK"
2519
+ msgstr "OK"
2520
+
2521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2522
+ msgid "Add field"
2523
+ msgstr "Pridať pole"
2524
+
2525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
2526
+ msgid ""
2527
+ "If you enable this option, an email is sent with his quiz result to the user."
2528
+ msgstr ""
2529
+
2530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1628
2531
+ msgid "User Email-Address (only registered users)"
2532
+ msgstr "E-mail používateľa (iba registrovaní používatelia)"
2533
+
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2535
+ msgid "(Type Email)"
2536
+ msgstr "(Druh E-mailu)"
2537
+
2538
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
2539
+ msgid "Quiz overview"
2540
+ msgstr "Prehľad kvízov"
2541
+
2542
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
2543
+ msgid "In case of problems"
2544
+ msgstr "V prípade problémov"
2545
+
2546
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
2547
+ msgid "If quiz doesn't work in front-end, please try following:"
2548
+ msgstr "Ak kvíz nefunguje na front-ende, skuste následujúce:"
2549
+
2550
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2551
+ msgid "Style Manager"
2552
+ msgstr "Správa štýlov"
2553
+
2554
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2555
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
2556
+ msgid "Support WP-Pro-Quiz"
2557
+ msgstr "Podporte WP-Pro-Quiz"
2558
+
2559
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2560
+ msgid "Learn more"
2561
+ msgstr "Naučiť sa viac"
2562
+
2563
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2564
+ msgid "ID"
2565
+ msgstr "ID"
2566
+
2567
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2568
+ msgid "Shortcode"
2569
+ msgstr "Shortcode"
2570
+
2571
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2572
+ msgid "Shortcode-Leaderboard"
2573
+ msgstr "Shortcode rebríčku"
2574
+
2575
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2576
+ msgid "Preview"
2577
+ msgstr "Náhľad"
2578
+
2579
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2580
+ msgid "Add quiz"
2581
+ msgstr "Pridať kvíz"
2582
+
2583
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2584
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2585
+ msgid "Export"
2586
+ msgstr "Exportovať"
2587
+
2588
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2589
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2590
+ msgid "Set Quiz Categories"
2591
+ msgstr "Nastaviť kategórie kvízu"
2592
+
2593
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2594
+ msgid ""
2595
+ "Choose the respective question, which you would like to export and press on "
2596
+ "\"Start export\""
2597
+ msgstr ""
2598
+ "Vyberte otázku, ktorú chcete exportovať a kliknite na \"Zahájiť export\""
2599
+
2600
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2601
+ msgid "Format:"
2602
+ msgstr "Formát:"
2603
+
2604
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2605
+ msgid "*.wpq"
2606
+ msgstr "*.wpq"
2607
+
2608
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2609
+ msgid "or"
2610
+ msgstr "alebo"
2611
+
2612
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2613
+ msgid "*.xml"
2614
+ msgstr "*.xml"
2615
+
2616
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2617
+ msgid "Start export"
2618
+ msgstr "Zahájiť export"
2619
+
2620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2621
+ msgid "Import only *.wpq or *.xml files from known and trusted sources."
2622
+ msgstr "Importovať iba *.wpq alebo *.xml súbory zo známeho zdroja."
2623
+
2624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2625
+ #, php-format
2626
+ msgid "Maximal %d MiB"
2627
+ msgstr "Maximálne %d MiB"
2628
+
2629
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2630
+ msgid "Sets multiple quiz categories "
2631
+ msgstr "Nastaviť mnoho kvízových kategórií"
2632
+
2633
+ #: lib/view/WpProQuiz_View_Statistics.php:28
2634
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:56
2635
+ #, php-format
2636
+ msgid "Quiz: %s - Statistics"
2637
+ msgstr "Kvíz: %s - Štatistiky"
2638
+
2639
+ #: lib/view/WpProQuiz_View_Statistics.php:33
2640
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:61
2641
+ msgid "Stats not enabled"
2642
+ msgstr "Štatistiky niesú povolené"
2643
+
2644
+ #: lib/view/WpProQuiz_View_Statistics.php:34
2645
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:62
2646
+ msgid "Activate statistics"
2647
+ msgstr "Aktivovať štatistiky"
2648
+
2649
+ #: lib/view/WpProQuiz_View_Statistics.php:39
2650
+ msgid "Users"
2651
+ msgstr "Podľa uživateľa"
2652
+
2653
+ #: lib/view/WpProQuiz_View_Statistics.php:40
2654
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:68
2655
+ msgid "Overview"
2656
+ msgstr "Celkový prehľad"
2657
+
2658
+ #: lib/view/WpProQuiz_View_Statistics.php:68
2659
+ msgid "Please select user name:"
2660
+ msgstr "Vyberte užívateľa:"
2661
+
2662
+ #: lib/view/WpProQuiz_View_Statistics.php:72
2663
+ msgid "Select a test:"
2664
+ msgstr "Vyberte test:"
2665
+
2666
+ #: lib/view/WpProQuiz_View_Statistics.php:82
2667
+ msgid "Anonymous user"
2668
+ msgstr "Anonym"
2669
+
2670
+ #: lib/view/WpProQuiz_View_Statistics.php:91
2671
+ msgid "average"
2672
+ msgstr "priemerne"
2673
+
2674
+ #: lib/view/WpProQuiz_View_Statistics.php:108
2675
+ #: lib/view/WpProQuiz_View_Statistics.php:243
2676
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2677
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2678
+ msgid "Hints used"
2679
+ msgstr "Použité nápovedy"
2680
+
2681
+ #: lib/view/WpProQuiz_View_Statistics.php:109
2682
+ #: lib/view/WpProQuiz_View_Statistics.php:244
2683
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2684
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2685
+ msgid "Time"
2686
+ msgstr "Čas"
2687
+
2688
+ #: lib/view/WpProQuiz_View_Statistics.php:110
2689
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2690
+ msgid "Points scored"
2691
+ msgstr "Získané body"
2692
+
2693
+ #: lib/view/WpProQuiz_View_Statistics.php:148
2694
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2695
+ msgid "Sub-Total: "
2696
+ msgstr "Celkovo:"
2697
+
2698
+ #: lib/view/WpProQuiz_View_Statistics.php:183
2699
+ #: lib/view/WpProQuiz_View_Statistics.php:268
2700
+ #: lib/view/WpProQuiz_View_Statistics.php:343
2701
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2702
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2703
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2704
+ msgid "Refresh"
2705
+ msgstr "Obnoviť"
2706
+
2707
+ #: lib/view/WpProQuiz_View_Statistics.php:187
2708
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2709
+ msgid "Reset statistics"
2710
+ msgstr "Vynulovať štatistiku"
2711
+
2712
+ #: lib/view/WpProQuiz_View_Statistics.php:188
2713
+ msgid "Reset user statistics"
2714
+ msgstr "Vynulovať štatistiku užívateľa"
2715
+
2716
+ #: lib/view/WpProQuiz_View_Statistics.php:189
2717
+ #: lib/view/WpProQuiz_View_Statistics.php:270
2718
+ #: lib/view/WpProQuiz_View_Statistics.php:345
2719
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:165
2720
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:249
2721
+ msgid "Reset entire statistic"
2722
+ msgstr "Vynulovať všetky štatistiky"
2723
+
2724
+ #: lib/view/WpProQuiz_View_Statistics.php:214
2725
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:206
2726
+ msgid "Show only users, who solved the quiz:"
2727
+ msgstr "Zobraziť iba užívateľov, kterí kvíz vyriešili:"
2728
+
2729
+ #: lib/view/WpProQuiz_View_Statistics.php:293
2730
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:99
2731
+ msgid "Which users should be displayed:"
2732
+ msgstr "Ktorí užívatelia majú byť zobrazení:"
2733
+
2734
+ #: lib/view/WpProQuiz_View_Statistics.php:295
2735
+ msgid "all"
2736
+ msgstr "všetci"
2737
+
2738
+ #: lib/view/WpProQuiz_View_Statistics.php:296
2739
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:103
2740
+ msgid "only registered users"
2741
+ msgstr "iba registrovaní"
2742
+
2743
+ #: lib/view/WpProQuiz_View_Statistics.php:297
2744
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:104
2745
+ msgid "only anonymous users"
2746
+ msgstr "iba anonymní"
2747
+
2748
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
2749
+ #, php-format
2750
+ msgid "User statistics: %s"
2751
+ msgstr "Používateľova štatistika: %s"
2752
+
2753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2754
+ msgid "ticked"
2755
+ msgstr "začiarknuté"
2756
+
2757
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2758
+ msgid "not ticked"
2759
+ msgstr "nezačiarknuté"
2760
+
2761
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2762
+ msgid "History"
2763
+ msgstr "História"
2764
+
2765
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:101
2766
+ msgid "special filter"
2767
+ msgstr "Špeciálny filter"
2768
+
2769
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:136
2770
+ #, php-format
2771
+ msgid "Search to date limit from %s to %s"
2772
+ msgstr "Hľadaj v rámci čaového úseku od %s do %s"
2773
+
2774
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
2775
+ msgid "Front"
2776
+ msgstr "Vpredu"
2777
+
2778
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
2779
+ msgid "Donate"
2780
+ msgstr "Prispejte"
2781
+
2782
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
2783
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
2784
+ msgstr "WP-Pro-Quiz je malý, ale šikovný plugin pre WordPress."
2785
+
2786
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
2787
+ msgid ""
2788
+ "I try to implement all wishes as fast as possible and help with problems."
2789
+ msgstr ""
2790
+ "Pokúsil som sa vypočuť všetky priamia a čo nejrýchlejšie vyriešiť problémy."
2791
+
2792
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
2793
+ msgid ""
2794
+ "Your donations can help to ensure that the project continues to remain free."
2795
+ msgstr "Vaše príspevky mi pomôžu, že tento projekt ostane aj naďalej zadarmo."
2796
+
2797
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
2798
+ msgid "Translate WP-Pro-Quiz"
2799
+ msgstr "Preložte WP-Pro-Quiz"
2800
+
2801
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
2802
+ msgid "You need:"
2803
+ msgstr "Potrebujete:"
2804
+
2805
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
2806
+ msgid "Latest POT file"
2807
+ msgstr "Najnovjší súbor POT"
2808
+
2809
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
2810
+ msgid "Open PoEdit"
2811
+ msgstr "Otvorte PoEdit"
2812
+
2813
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
2814
+ msgid "File - New catalogue from POT file..."
2815
+ msgstr "Zložka - Nový katalog z POT zložky..."
2816
+
2817
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
2818
+ msgid "Choose wp-pro-quiz.pot"
2819
+ msgstr "Zvoľte wp-pro-quiz.pot"
2820
+
2821
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
2822
+ msgid "Set \"Translation properties\""
2823
+ msgstr "Zvoľte \"Translation properties\""
2824
+
2825
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
2826
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2827
+ msgstr "Uložte súbor PO - s názvom \"wp-pro-qioz-sk_SK.po\""
2828
+
2829
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
2830
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2831
+ msgstr ""
2832
+ "prepíšte de_DE s Vašim kódom krajiny (napr.sk_SK, cs_CZ,...)koncovka musí "
2833
+ "být zhodná s Vašou jazykovou mutáciou (slovenčina používa sk_SKapod.)"
2834
+
2835
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
2836
+ msgid "Translate"
2837
+ msgstr "Preložte"
2838
+
2839
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
2840
+ msgid ""
2841
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
2842
+ "quiz/languages"
2843
+ msgstr ""
2844
+ "Nahrajte vygenerované *.mo soubory a váš server do zložky /wp-content/"
2845
+ "plugins/wp-pro-quiz/languages"
2846
+
2847
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
2848
+ msgid "Finished"
2849
+ msgstr "Hotovo!"
2850
+
2851
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
2852
+ msgid ""
2853
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
2854
+ "english to english) e.g. to rename buttons."
2855
+ msgstr ""
2856
+ "Môžete preložiť plugin z už existujíceho jazyka (např. z angličtiny do "
2857
+ "angličtiny) pre premenovanie tlačídiel a pod."
2858
+
2859
+ #~ msgid "E-Mail settings"
2860
+ #~ msgstr "Nastavenie e-mailu"
2861
+
2862
+ #~ msgid "The statistics function is not available in this option."
2863
+ #~ msgstr "Štatistika pri tejto možnosťi nefunguje."
2864
+
2865
+ #~ msgid ""
2866
+ #~ "This option doesn't work reliable in connection with Frontend-Cache-"
2867
+ #~ "Plugins."
2868
+ #~ msgstr ""
2869
+ #~ "Toto nastavenie nieje spolehlivé v spojení s pluginy \"Frontend-Cache-"
2870
+ #~ "Plugins\"."
2871
+
2872
+ #~ msgid "Next exercise"
2873
+ #~ msgstr "Ďalšie cvičenie"
lib/controller/WpProQuiz_Controller_Admin.php CHANGED
@@ -124,7 +124,9 @@ class WpProQuiz_Controller_Admin {
124
  'dayNames' => array_values($wp_locale->weekday),
125
  'dayNamesShort' => array_values($wp_locale->weekday_abbrev),
126
  'dayNamesMin' => array_values($wp_locale->weekday_initial),
127
- 'dateFormat' => WpProQuiz_Helper_Until::convertPHPDateFormatToJS(get_option('date_format', 'm/d/Y')),
 
 
128
  'firstDay' => get_option('start_of_week'),
129
  'isRTL' => $isRtl
130
  );
@@ -142,6 +144,8 @@ class WpProQuiz_Controller_Admin {
142
  array('jquery', 'jquery-ui-sortable', 'jquery-ui-datepicker'),
143
  WPPROQUIZ_VERSION
144
  );
 
 
145
 
146
  $this->localizeScript();
147
  }
124
  'dayNames' => array_values($wp_locale->weekday),
125
  'dayNamesShort' => array_values($wp_locale->weekday_abbrev),
126
  'dayNamesMin' => array_values($wp_locale->weekday_initial),
127
+ // 'dateFormat' => WpProQuiz_Helper_Until::convertPHPDateFormatToJS(get_option('date_format', 'm/d/Y')),
128
+ //e.g. "9 de setembro de 2014" -> change to "hard" dateformat
129
+ 'dateFormat' => 'mm/dd/yy',
130
  'firstDay' => get_option('start_of_week'),
131
  'isRTL' => $isRtl
132
  );
144
  array('jquery', 'jquery-ui-sortable', 'jquery-ui-datepicker'),
145
  WPPROQUIZ_VERSION
146
  );
147
+
148
+ wp_enqueue_style('jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
149
 
150
  $this->localizeScript();
151
  }
lib/helper/WpProQuiz_Helper_Import.php CHANGED
@@ -10,13 +10,11 @@ class WpProQuiz_Helper_Import {
10
  return false;
11
  }
12
 
13
- $this->_content = file_get_contents($file['tmp_name']);
14
-
15
- return $this->checkCode();
16
  }
17
 
18
  public function setImportString($str) {
19
- $this->_content = $str;
20
 
21
  return $this->checkCode();
22
  }
10
  return false;
11
  }
12
 
13
+ return $this->setImportString(file_get_contents($file['tmp_name']));
 
 
14
  }
15
 
16
  public function setImportString($str) {
17
+ $this->_content = trim($str);
18
 
19
  return $this->checkCode();
20
  }
lib/helper/WpProQuiz_Helper_ImportXml.php CHANGED
@@ -9,13 +9,13 @@ class WpProQuiz_Helper_ImportXml {
9
  return false;
10
  }
11
 
12
- $this->_content = file_get_contents($file['tmp_name']);
13
 
14
  return $this->checkCode();
15
  }
16
 
17
  public function setImportString($str) {
18
- $this->_content = gzuncompress(base64_decode($str));
19
 
20
  return true;
21
  }
9
  return false;
10
  }
11
 
12
+ $this->_content = trim(file_get_contents($file['tmp_name']));
13
 
14
  return $this->checkCode();
15
  }
16
 
17
  public function setImportString($str) {
18
+ $this->_content = gzuncompress(base64_decode(trim($str)));
19
 
20
  return true;
21
  }
lib/helper/WpProQuiz_Helper_Upgrade.php CHANGED
@@ -28,6 +28,7 @@ class WpProQuiz_Helper_Upgrade {
28
  case '0.28':
29
  case '0.29':
30
  case '0.30':
 
31
  break;
32
  default:
33
  WpProQuiz_Helper_Upgrade::install();
28
  case '0.28':
29
  case '0.29':
30
  case '0.30':
31
+ case '0.31':
32
  break;
33
  default:
34
  WpProQuiz_Helper_Upgrade::install();
lib/view/WpProQuiz_View_FrontQuiz.php CHANGED
@@ -5,6 +5,16 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
5
  * @var WpProQuiz_Model_Quiz
6
  */
7
  public $quiz;
 
 
 
 
 
 
 
 
 
 
8
 
9
  private $_clozeTemp = array();
10
  private $_assessmetTemp = array();
@@ -863,11 +873,15 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
863
  <?php } else { ?>
864
  <span class="wpProQuiz_respone_span">
865
  <?php _e('Correct', 'wp-pro-quiz'); ?>
866
- </span>
867
- <?php } ?>
868
- <p>
869
- <?php echo do_shortcode(apply_filters('comment_text', $question->getCorrectMsg())); ?>
870
- </p>
 
 
 
 
871
  </div>
872
  <div style="display: none;" class="wpProQuiz_incorrect">
873
  <?php if($question->isShowPointsInBox() && $question->isAnswerPointsActivated()) { ?>
@@ -881,19 +895,21 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
881
  <?php } else { ?>
882
  <span class="wpProQuiz_respone_span">
883
  <?php _e('Incorrect', 'wp-pro-quiz'); ?>
884
- </span>
885
- <?php } ?>
886
- <p>
887
- <?php
888
-
889
- if($question->isCorrectSameText()) {
890
- echo do_shortcode(apply_filters('comment_text', $question->getCorrectMsg()));
891
- } else {
892
- echo do_shortcode(apply_filters('comment_text', $question->getIncorrectMsg()));
893
- }
894
-
895
- ?>
896
- </p>
 
 
897
  </div>
898
  </div>
899
  <?php } ?>
5
  * @var WpProQuiz_Model_Quiz
6
  */
7
  public $quiz;
8
+
9
+ /**
10
+ * @var WpProQuiz_Model_Question[]
11
+ */
12
+ public $question;
13
+
14
+ /**
15
+ * @var WpProQuiz_Model_Category[]
16
+ */
17
+ public $category;
18
 
19
  private $_clozeTemp = array();
20
  private $_assessmetTemp = array();
873
  <?php } else { ?>
874
  <span class="wpProQuiz_respone_span">
875
  <?php _e('Correct', 'wp-pro-quiz'); ?>
876
+ </span><br>
877
+ <?php }
878
+ $_correctMsg = trim(do_shortcode(apply_filters('comment_text', $question->getCorrectMsg())));
879
+
880
+ if(strpos($_correctMsg, '<p') === 0)
881
+ echo $_correctMsg;
882
+ else
883
+ echo '<p>', $_correctMsg, '</p>';
884
+ ?>
885
  </div>
886
  <div style="display: none;" class="wpProQuiz_incorrect">
887
  <?php if($question->isShowPointsInBox() && $question->isAnswerPointsActivated()) { ?>
895
  <?php } else { ?>
896
  <span class="wpProQuiz_respone_span">
897
  <?php _e('Incorrect', 'wp-pro-quiz'); ?>
898
+ </span><br>
899
+ <?php }
900
+
901
+ if($question->isCorrectSameText()) {
902
+ $_incorrectMsg = do_shortcode(apply_filters('comment_text', $question->getCorrectMsg()));
903
+ } else {
904
+ $_incorrectMsg = do_shortcode(apply_filters('comment_text', $question->getIncorrectMsg()));
905
+ }
906
+
907
+ if(strpos($_incorrectMsg, '<p') === 0)
908
+ echo $_incorrectMsg;
909
+ else
910
+ echo '<p>', $_incorrectMsg, '</p>';
911
+
912
+ ?>
913
  </div>
914
  </div>
915
  <?php } ?>
lib/view/WpProQuiz_View_QuizEdit.php CHANGED
@@ -1593,7 +1593,6 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
1593
  $email = $this->quiz->getUserEmail();
1594
  $email = $email === null ? WpProQuiz_Model_Email::getDefault(false) : $email;
1595
  $to = $email->getTo();
1596
-
1597
  ?>
1598
  <div class="postbox" id="userEmailSettings">
1599
  <h3 class="hndle"><?php _e('User e-mail settings', 'wp-pro-quiz'); ?></h3>
@@ -1631,9 +1630,7 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
1631
  <label>
1632
  <input type="checkbox" name="userEmail[toForm]" value="1" <?php $this->checked($email->isToForm()); ?>>
1633
  <?php _e('Custom fields', 'wp-pro-quiz'); ?> :
1634
- <select name="userEmail[to]" class="emailFormVariables" data-default="<?php echo empty($to) ? -1 : $email->getTo(); ?>">
1635
- <option value="1">gfsdfg</option>
1636
- </select>
1637
  <?php _e('(Type Email)', 'wp-pro-quiz'); ?>
1638
  </label>
1639
 
1593
  $email = $this->quiz->getUserEmail();
1594
  $email = $email === null ? WpProQuiz_Model_Email::getDefault(false) : $email;
1595
  $to = $email->getTo();
 
1596
  ?>
1597
  <div class="postbox" id="userEmailSettings">
1598
  <h3 class="hndle"><?php _e('User e-mail settings', 'wp-pro-quiz'); ?></h3>
1630
  <label>
1631
  <input type="checkbox" name="userEmail[toForm]" value="1" <?php $this->checked($email->isToForm()); ?>>
1632
  <?php _e('Custom fields', 'wp-pro-quiz'); ?> :
1633
+ <select name="userEmail[to]" class="emailFormVariables" data-default="<?php echo empty($to) && $to != 0 ? -1 : $email->getTo(); ?>"></select>
 
 
1634
  <?php _e('(Type Email)', 'wp-pro-quiz'); ?>
1635
  </label>
1636
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: xeno010
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BF9JT56N7FAQG
4
  Tags: quiz, test, answer, question, learning, assessment
5
  Requires at least: 3.3
6
- Tested up to: 3.9.2
7
- Stable tag: 0.31
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -60,9 +60,11 @@ A powerful and beautiful quiz plugin for WordPress.
60
  * German / deutsch
61
  * Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
62
  * Indonesian / Bahasa Indonesia (Thanks dieka91 and Creative Computer Club)
 
63
  * Norwegian / norsk (Thanks Stein Ivar J.)
64
  * Persian / فارسی (Thanks Behrooz N.)
65
  * Russian / русский (Thanks Sergei B. and Alex A.)
 
66
  * Spanish / español (Thanks Carlos R.)
67
  * Swedish / svenska (Thanks Martin J.)
68
  * Turkish / Türkçe (Thanks Nsaral)
@@ -315,4 +317,12 @@ http://www.it-gecko.de/wp-pro-quiz-quiz-plugin-fuer-wordpress.html (scroll to "D
315
  * small bugfix
316
 
317
  = 0.31 =
318
- * small bugfix
 
 
 
 
 
 
 
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BF9JT56N7FAQG
4
  Tags: quiz, test, answer, question, learning, assessment
5
  Requires at least: 3.3
6
+ Tested up to: 4.0
7
+ Stable tag: 0.32
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
60
  * German / deutsch
61
  * Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
62
  * Indonesian / Bahasa Indonesia (Thanks dieka91 and Creative Computer Club)
63
+ * Italian / Italiano (Thanks Pacaldi)
64
  * Norwegian / norsk (Thanks Stein Ivar J.)
65
  * Persian / فارسی (Thanks Behrooz N.)
66
  * Russian / русский (Thanks Sergei B. and Alex A.)
67
+ * Slovak / slovenščina (Thanks Martin D.)
68
  * Spanish / español (Thanks Carlos R.)
69
  * Swedish / svenska (Thanks Martin J.)
70
  * Turkish / Türkçe (Thanks Nsaral)
317
  * small bugfix
318
 
319
  = 0.31 =
320
+ * small bugfix
321
+
322
+ = 0.32 =
323
+ * CSS Update for Themes "Respo", "editor" and "twentyfourteen"
324
+ * fixed white space problem in front quiz view
325
+ * fixed bug in Import handler
326
+ * Fixed bug (Illegal string offset '\')
327
+ * Translation for italian have been added (Thanks Pacaldi)
328
+ * Translation for slovak have been added (Thanks Martin D.)
wp-pro-quiz.php CHANGED
@@ -3,14 +3,14 @@
3
  Plugin Name: WP-Pro-Quiz
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
5
  Description: A powerful and beautiful quiz plugin for WordPress.
6
- Version: 0.31
7
  Author: Julius Fischer
8
  Author URI: http://www.it-gecko.de
9
  Text Domain: wp-pro-quiz
10
  Domain Path: /languages
11
  */
12
 
13
- define('WPPROQUIZ_VERSION', '0.31');
14
 
15
  define('WPPROQUIZ_DEV', false);
16
 
3
  Plugin Name: WP-Pro-Quiz
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
5
  Description: A powerful and beautiful quiz plugin for WordPress.
6
+ Version: 0.32
7
  Author: Julius Fischer
8
  Author URI: http://www.it-gecko.de
9
  Text Domain: wp-pro-quiz
10
  Domain Path: /languages
11
  */
12
 
13
+ define('WPPROQUIZ_VERSION', '0.32');
14
 
15
  define('WPPROQUIZ_DEV', false);
16