Wp-Pro-Quiz - Version 0.33

Version Description

  • Translation for hungarian have been added (Thanks Webstar Csoport Kft.)
  • Added "solved" display in statistic-overview
  • Added option: show custom forms in statistics table
Download this release

Release Info

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

Code changes from version 0.32 to 0.33

README.md CHANGED
@@ -53,6 +53,7 @@ A powerful and beautiful quiz plugin for WordPress.
53
  - French / français (Thanks Aurélien C.)
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.)
53
  - French / français (Thanks Aurélien C.)
54
  - German / deutsch
55
  - Greek / ελληνικά (Thanks Ζαχαρίας Σ.)
56
+ - Hungarian / magyar (Thanks Webstar Csoport Kft.)
57
  - Indonesian / Bahasa Indonesia (Thanks dieka91 and Creative Computer Club)
58
  - Italian / Italiano (Thanks Pacaldi)
59
  - Norwegian / norsk (Thanks Stein Ivar J.)
img/formStatisticOverview.png ADDED
Binary file
js/wpProQuiz_admin.js CHANGED
@@ -997,12 +997,13 @@ jQuery(document).ready(function($) {
997
 
998
  $('.wpProQuiz_demoBox a').mouseover(function(e) {
999
  var $this = $(this);
1000
- var d = $(document).width();
1001
  var img = $this.siblings().outerWidth(true);
1002
 
1003
  if(e.pageX + img > d) {
1004
- var v = d - (e.pageX + img + 30);
1005
- $(this).next().css('left', v + "px");
 
1006
  }
1007
 
1008
  $(this).next().show();
997
 
998
  $('.wpProQuiz_demoBox a').mouseover(function(e) {
999
  var $this = $(this);
1000
+ var d = $('#poststuff').width();
1001
  var img = $this.siblings().outerWidth(true);
1002
 
1003
  if(e.pageX + img > d) {
1004
+ //var v = d + (e.pageX - (e.pageX + img + 30));
1005
+ var v = jQuery(document).width() - $this.parent().offset().left - img - 30;
1006
+ $(this).next().css('left', v + "px");
1007
  }
1008
 
1009
  $(this).next().show();
js/wpProQuiz_admin.min.js CHANGED
@@ -19,8 +19,8 @@ resetLock:function(){var b=(window.location.pathname+window.location.search).rep
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();
@@ -42,7 +42,7 @@ p.clone().children();c.eq(0).children().val(b.id);c.eq(1).find("strong").text(b.
42
  a(".wpProQuiz_delete").click(function(){if(confirm(wpProQuizLocalize.confirm_delete_entry)){var b=Array(a(this).closest("tr").find('input[name="checkedData[]"]').val());c.loadData({a:"delete",toplistIds:b})}return!1});a(".wpProQuiz_edit").click(function(){var b=a(this).closest("tr");b.find(".row-actions").hide();b.find(".inline-edit").show();b.find(".wpProQuiz_username, .wpProQuiz_email").hide();b.find(".inline_editUsername, .inline_editEmail").show();return!1});a(".inline_editSave").click(function(){var b=
43
  a(this).closest("tr"),f=b.find(".inline_editUsername").val(),d=b.find(".inline_editEmail").val();if(c.isEmpty(f)||c.isEmpty(d))return alert(wpProQuizLocalize.not_all_fields_completed),!1;c.loadData({a:"edit",toplistId:b.find('input[name="checkedData[]"]').val(),name:f,email:d});return!1});a(".inline_editCancel").click(function(){var b=a(this).closest("tr");b.find(".row-actions").show();b.find(".inline-edit").hide();b.find(".wpProQuiz_username, .wpProQuiz_email").show();b.find(".inline_editUsername, .inline_editEmail").hide();
44
  b.find(".inline_editUsername").val(b.find(".wpProQuiz_username").text());b.find(".inline_editEmail").val(b.find(".wpProQuiz_email").text());return!1})},checkNav:function(){var a=d.val();1==a?h.hide():h.show();a==d.children().length?n.hide():n.show()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length}};(function(){c.change(function(){g.loadData()});e.change(function(){g.loadData({nav:1})});d.change(function(){g.checkNav();g.loadData()});h.click(function(){d.val(Number(d.val())-1);g.checkNav();
45
- g.loadData()});n.click(function(){d.val(Number(d.val())+1);g.checkNav();g.loadData()});a("#wpProQuiz_deleteAll").click(function(){g.loadData({a:"deleteAll"})});a("#wpProQuiz_action").click(function(){var b=a("#wpProQuiz_actionName").val();if("0"!=b){var c=a('input[name="checkedData[]"]:checked').map(function(){return a(this).val()}).get();g.loadData({a:b,toplistIds:c})}});a("#wpProQuiz_checkedAll").change(function(){this.checked?a('input[name="checkedData[]"]').attr("checked","checked"):a('input[name="checkedData[]"]').removeAttr("checked",
46
  "checked")});g.loadData({nav:1})})()};a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_preview();a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_quizOverall();a(".wpProQuiz_quizEdit").length&&a(".wpProQuiz_quizEdit").wpProQuiz_quizEdit();a(".wpProQuiz_questionOverall").length&&a(".wpProQuiz_questionOverall").wpProQuiz_questionOverall();a(".wpProQuiz_toplist").length&&a(".wpProQuiz_toplist").wpProQuiz_toplist();(function(){var c=this,c={displayChecked:function(a,
47
  b,c,d){a=c?!a.checked:a.checked;d?a?b.attr("disabled","disabled"):b.removeAttr("disabled"):a?b.show():b.hide()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length},isNumber:function(b){b=a.trim(b);return!c.isEmpty(b)&&!isNaN(b)},getMceContent:function(b){var c=tinymce.editors[b];return void 0==c||c.isHidden()?a("#"+b).val():c.getContent()},ajaxPost:function(b,c,d){a.post(ajaxurl,{action:"wp_pro_quiz_admin_ajax",func:b,data:c},d,"json")}},e=function(){a(".wpProQuiz_tab_wrapper a").click(function(){var b=
48
  a(this),c=b.data("tab"),d=b.siblings(".button-primary").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a(d.data("tab")).hide("fast");a(c).show("fast");a(document).trigger({type:"changeTab",tabId:c});return!1})},d=function(){var b={categoryDelete:function(b,f){c.ajaxPost("categoryDelete",{categoryId:b},function(c){c.err||(a('select[name="category'+f+'"] option[value="'+b+'"]').remove(),a('select[name="category'+f+'"]').change())})},
@@ -53,14 +53,14 @@ d,"")});a('select[name="categoryQuiz"]').change(function(){a('input[name="catego
53
  a(this))});a(document).bind("changeTab",function(b){a("#problemInfo").hide("fast");switch(b.tabId){case "#problemContent":a("#problemInfo").show("fast")}});a('input[name="email[html]"]').change(function(){if(void 0==switchEditors)return!1;this.checked?switchEditors.go("adminEmailEditor","tmce"):switchEditors.go("adminEmailEditor","html")}).change();a('input[name="userEmail[html]"]').change(function(){if(void 0==switchEditors)return!1;this.checked?switchEditors.go("userEmailEditor","tmce"):switchEditors.go("userEmailEditor",
54
  "html")}).change();a('select[name="templateQuiz"]').change(function(){a('input[name="templateQuizEditText"]').val(a(this).find(":selected").text())}).change();a('select[name="templateQuestion"]').change(function(){a('input[name="templateQuestionEditText"]').val(a(this).find(":selected").text())}).change();a('input[name="templateQuizDelete"]').click(function(){var c=a('select[name="templateQuiz"] option:selected').val();b.templateDelete(c,0)});a('input[name="templateQuestionDelete"]').click(function(){var c=
55
  a('select[name="templateQuestion"] option:selected').val();b.templateDelete(c,1)});a('input[name="templateQuizEdit"]').click(function(){var c=a('select[name="templateQuiz"] option:selected').val(),d=a('input[name="templateQuizEditText"]').val();b.templateEdit(c,d,0)});a('input[name="templateQuestionEdit"]').click(function(){var c=a('select[name="templateQuestion"] option:selected').val(),d=a('input[name="templateQuestionEditText"]').val();b.templateEdit(c,d,1)})})()},b=function(){var b=this,d=a.noop(),
56
- e=a(".answer_felder > div"),g=a('input[name="answerPointsActivated"]'),r=a('input[name="points"]'),b={generateArrayIndex:function(){var b=a('input[name="answerType"]:checked').val(),b="single"==b||"multiple"==b?"classic_answer":b;a(".answerList").each(function(){var c=a(this).parent().attr("class");a(this).children().each(function(d,f){a(this).find('[name^="answerData"]').each(function(){var a=this.name,f=a.search(/\](\[\w+\])+$/),e=b==c?d:"none";0<f&&(this.name="answerData["+e+a.substring(f,a.length))})})})},
57
  globalValidate:function(){if(c.isEmpty(c.getMceContent("question")))return alert(wpProQuizLocalize.no_question_msg),!1;if(!g.is(":checked")){var b=r.val();if(!c.isNumber(b)||1>b)return alert(wpProQuizLocalize.no_nummber_points),!1}else if("free_answer"==a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1;return!1===d()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1},addCategory:function(){var b=
58
  a.trim(a('input[name="categoryAdd"]').val());c.isEmpty(b)||c.ajaxPost("categoryAdd",{categoryName:b},function(b){b.err?a("#categoryMsgBox").text(b.err).show("fast").delay(2E3).hide("fast"):(b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected","selected"),a('select[name="category"]').append(b).change())})},addMediaClick:function(){if("function"!=typeof tb_show)return!1;var b=a(this).closest("li"),c=b.find('input[name="answerData[][html]"]:eq(0)'),f=b.find(".wpProQuiz_text:eq(0)");
59
  window.org_send_to_editor=window.send_to_editor;var d=tb_remove;window.send_to_editor=function(b){b=a("img",b)[0].outerHTML;f.val(f.val()+b);c.attr("checked",!0);tb_remove();window.send_to_editor=window.org_send_to_editor};window.tb_remove=function(){window.send_to_editor=window.org_send_to_editor;tb_remove=d;tb_remove()};tb_show("","media-upload.php?type=image&TB_iframe=true")}},h={classic_answer:function(){var b=0,f=0,d=0;a(".classic_answer .answerList").children().each(function(){var e=a(this);
60
  c.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||(b++,e.find('input[name="answerData[][correct]"]:checked').length&&f++,e=e.find('input[name="answerData[][points]"]').val(),c.isNumber(e)&&0<=e&&d++)});return b?f||a('input[name="disableCorrect"]').is(":checked")&&a('input[name="answerPointsDiffModusActivated"]').is(":checked")&&a('input[name="answerPointsActivated"]').is(":checked")&&"single"==a('input[name="answerType"]:checked').val()?d!=b&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),
61
  !1):!0:(alert(wpProQuizLocalize.no_correct_msg),!1):(alert(wpProQuizLocalize.no_answer_msg),!1)},free_answer:function(){return c.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},cloze_answer:function(){return c.isEmpty(c.getMceContent("cloze"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},sort_answer:function(){var b=0,f=0;a(".sort_answer .answerList").children().each(function(){var d=a(this);c.isEmpty(d.find('textarea[name="answerData[][answer]"]').val())||
62
- (b++,d=d.find('input[name="answerData[][points]"]').val(),c.isNumber(d)&&0<=d&&f++)});return b?f!=b&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0:(alert(wpProQuizLocalize.no_answer_msg),!1)},matrix_sort_answer:function(){var b=0,d=0,f=!0,e=0;a(".matrix_sort_answer .answerList").children().each(function(){var g=a(this),l=g.find('input[name="answerData[][points]"]').val();c.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())?c.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())||
63
- (e++,c.isNumber(l)&&0<=l&&d++):(b++,e++,c.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())&&(f=!1),c.isNumber(l)&&0<=l&&d++)});return b?f?d!=e&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0:(alert(wpProQuizLocalize.no_sort_element_criterion),!1):(alert(wpProQuizLocalize.no_answer_msg),!1)},assessment_answer:function(){return c.isEmpty(c.getMceContent("assessment"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0}};e.hide();(function(){a("#wpProQuiz_tip").change(function(){c.displayChecked(this,
64
  a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){c.displayChecked(this,a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){e.hide();var b=this.value;"single"==b?(a("#singleChoiceOptions").show(),a('input[name="disableCorrect"]').change()):(a("#singleChoiceOptions").hide(),a(".classic_answer .wpProQuiz_classCorrect").parent().parent().show());if("single"==b||"multiple"==b){var c="single"==b?"radio":"checkbox",b="classic_answer";
65
  a(".wpProQuiz_classCorrect").each(function(){a("<input type="+c+" />").attr({name:this.name,value:this.value,checked:this.checked}).addClass("wpProQuiz_classCorrect wpProQuiz_checkbox").insertBefore(this)}).remove()}d=void 0!=h[b]?h[b]:a.noop();a("."+b).show()});a('input[name="answerType"]:checked').click();a(".deleteAnswer").click(b.answerRemove);a(".addAnswer").click(function(){var c=a(this).siblings("ul"),d=c.find("li:eq(0)").clone();d.find(".wpProQuiz_checkbox").removeAttr("checked");d.find(".wpProQuiz_text").val("");
66
  d.find(".wpProQuiz_points").val(1);d.find(".deleteAnswer").click(b.answerRemove);d.find(".addMedia").click(b.addMediaClick);d.appendTo(c);return!1});a(".sort_answer ul, .classic_answer ul, .matrix_sort_answer ul").sortable({handle:".wpProQuiz_move"});a("#saveQuestion").click(function(){if(!b.globalValidate())return!1;b.generateArrayIndex();return!0});a(g).change(function(){c.displayChecked(this,a(".wpProQuiz_answerPoints"));c.displayChecked(this,a("#wpProQuiz_showPointsBox"));c.displayChecked(this,
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("#poststuff").width(),f=c.siblings().outerWidth(!0);
23
+ b.pageX+f>d&&(b=jQuery(document).width()-c.parent().offset().left-f-30,a(this).next().css("left",b+"px"));a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1});a('input[name="showMaxQuestion"]').change(function(){this.checked?a("#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();
42
  a(".wpProQuiz_delete").click(function(){if(confirm(wpProQuizLocalize.confirm_delete_entry)){var b=Array(a(this).closest("tr").find('input[name="checkedData[]"]').val());c.loadData({a:"delete",toplistIds:b})}return!1});a(".wpProQuiz_edit").click(function(){var b=a(this).closest("tr");b.find(".row-actions").hide();b.find(".inline-edit").show();b.find(".wpProQuiz_username, .wpProQuiz_email").hide();b.find(".inline_editUsername, .inline_editEmail").show();return!1});a(".inline_editSave").click(function(){var b=
43
  a(this).closest("tr"),f=b.find(".inline_editUsername").val(),d=b.find(".inline_editEmail").val();if(c.isEmpty(f)||c.isEmpty(d))return alert(wpProQuizLocalize.not_all_fields_completed),!1;c.loadData({a:"edit",toplistId:b.find('input[name="checkedData[]"]').val(),name:f,email:d});return!1});a(".inline_editCancel").click(function(){var b=a(this).closest("tr");b.find(".row-actions").show();b.find(".inline-edit").hide();b.find(".wpProQuiz_username, .wpProQuiz_email").show();b.find(".inline_editUsername, .inline_editEmail").hide();
44
  b.find(".inline_editUsername").val(b.find(".wpProQuiz_username").text());b.find(".inline_editEmail").val(b.find(".wpProQuiz_email").text());return!1})},checkNav:function(){var a=d.val();1==a?h.hide():h.show();a==d.children().length?n.hide():n.show()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length}};(function(){c.change(function(){g.loadData()});e.change(function(){g.loadData({nav:1})});d.change(function(){g.checkNav();g.loadData()});h.click(function(){d.val(Number(d.val())-1);g.checkNav();
45
+ g.loadData()});n.click(function(){d.val(Number(d.val())+1);g.checkNav();g.loadData()});a("#wpProQuiz_deleteAll").click(function(){g.loadData({a:"deleteAll"})});a("#wpProQuiz_action").click(function(){var b=a("#wpProQuiz_actionName").val();if("0"!=b){var f=a('input[name="checkedData[]"]:checked').map(function(){return a(this).val()}).get();g.loadData({a:b,toplistIds:f})}});a("#wpProQuiz_checkedAll").change(function(){this.checked?a('input[name="checkedData[]"]').attr("checked","checked"):a('input[name="checkedData[]"]').removeAttr("checked",
46
  "checked")});g.loadData({nav:1})})()};a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_preview();a(".wpProQuiz_quizOverall").length&&a(".wpProQuiz_quizOverall").wpProQuiz_quizOverall();a(".wpProQuiz_quizEdit").length&&a(".wpProQuiz_quizEdit").wpProQuiz_quizEdit();a(".wpProQuiz_questionOverall").length&&a(".wpProQuiz_questionOverall").wpProQuiz_questionOverall();a(".wpProQuiz_toplist").length&&a(".wpProQuiz_toplist").wpProQuiz_toplist();(function(){var c=this,c={displayChecked:function(a,
47
  b,c,d){a=c?!a.checked:a.checked;d?a?b.attr("disabled","disabled"):b.removeAttr("disabled"):a?b.show():b.hide()},isEmpty:function(b){b=a.trim(b);return!b||0===b.length},isNumber:function(b){b=a.trim(b);return!c.isEmpty(b)&&!isNaN(b)},getMceContent:function(b){var c=tinymce.editors[b];return void 0==c||c.isHidden()?a("#"+b).val():c.getContent()},ajaxPost:function(b,c,d){a.post(ajaxurl,{action:"wp_pro_quiz_admin_ajax",func:b,data:c},d,"json")}},e=function(){a(".wpProQuiz_tab_wrapper a").click(function(){var b=
48
  a(this),c=b.data("tab"),d=b.siblings(".button-primary").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a(d.data("tab")).hide("fast");a(c).show("fast");a(document).trigger({type:"changeTab",tabId:c});return!1})},d=function(){var b={categoryDelete:function(b,f){c.ajaxPost("categoryDelete",{categoryId:b},function(c){c.err||(a('select[name="category'+f+'"] option[value="'+b+'"]').remove(),a('select[name="category'+f+'"]').change())})},
53
  a(this))});a(document).bind("changeTab",function(b){a("#problemInfo").hide("fast");switch(b.tabId){case "#problemContent":a("#problemInfo").show("fast")}});a('input[name="email[html]"]').change(function(){if(void 0==switchEditors)return!1;this.checked?switchEditors.go("adminEmailEditor","tmce"):switchEditors.go("adminEmailEditor","html")}).change();a('input[name="userEmail[html]"]').change(function(){if(void 0==switchEditors)return!1;this.checked?switchEditors.go("userEmailEditor","tmce"):switchEditors.go("userEmailEditor",
54
  "html")}).change();a('select[name="templateQuiz"]').change(function(){a('input[name="templateQuizEditText"]').val(a(this).find(":selected").text())}).change();a('select[name="templateQuestion"]').change(function(){a('input[name="templateQuestionEditText"]').val(a(this).find(":selected").text())}).change();a('input[name="templateQuizDelete"]').click(function(){var c=a('select[name="templateQuiz"] option:selected').val();b.templateDelete(c,0)});a('input[name="templateQuestionDelete"]').click(function(){var c=
55
  a('select[name="templateQuestion"] option:selected').val();b.templateDelete(c,1)});a('input[name="templateQuizEdit"]').click(function(){var c=a('select[name="templateQuiz"] option:selected').val(),d=a('input[name="templateQuizEditText"]').val();b.templateEdit(c,d,0)});a('input[name="templateQuestionEdit"]').click(function(){var c=a('select[name="templateQuestion"] option:selected').val(),d=a('input[name="templateQuestionEditText"]').val();b.templateEdit(c,d,1)})})()},b=function(){var b=this,d=a.noop(),
56
+ e=a(".answer_felder > div"),g=a('input[name="answerPointsActivated"]'),r=a('input[name="points"]'),b={generateArrayIndex:function(){var b=a('input[name="answerType"]:checked').val(),b="single"==b||"multiple"==b?"classic_answer":b;a(".answerList").each(function(){var c=a(this).parent().attr("class");a(this).children().each(function(f,d){a(this).find('[name^="answerData"]').each(function(){var a=this.name,d=a.search(/\](\[\w+\])+$/),e=b==c?f:"none";0<d&&(this.name="answerData["+e+a.substring(d,a.length))})})})},
57
  globalValidate:function(){if(c.isEmpty(c.getMceContent("question")))return alert(wpProQuizLocalize.no_question_msg),!1;if(!g.is(":checked")){var b=r.val();if(!c.isNumber(b)||1>b)return alert(wpProQuizLocalize.no_nummber_points),!1}else if("free_answer"==a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1;return!1===d()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1},addCategory:function(){var b=
58
  a.trim(a('input[name="categoryAdd"]').val());c.isEmpty(b)||c.ajaxPost("categoryAdd",{categoryName:b},function(b){b.err?a("#categoryMsgBox").text(b.err).show("fast").delay(2E3).hide("fast"):(b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected","selected"),a('select[name="category"]').append(b).change())})},addMediaClick:function(){if("function"!=typeof tb_show)return!1;var b=a(this).closest("li"),c=b.find('input[name="answerData[][html]"]:eq(0)'),f=b.find(".wpProQuiz_text:eq(0)");
59
  window.org_send_to_editor=window.send_to_editor;var d=tb_remove;window.send_to_editor=function(b){b=a("img",b)[0].outerHTML;f.val(f.val()+b);c.attr("checked",!0);tb_remove();window.send_to_editor=window.org_send_to_editor};window.tb_remove=function(){window.send_to_editor=window.org_send_to_editor;tb_remove=d;tb_remove()};tb_show("","media-upload.php?type=image&TB_iframe=true")}},h={classic_answer:function(){var b=0,f=0,d=0;a(".classic_answer .answerList").children().each(function(){var e=a(this);
60
  c.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||(b++,e.find('input[name="answerData[][correct]"]:checked').length&&f++,e=e.find('input[name="answerData[][points]"]').val(),c.isNumber(e)&&0<=e&&d++)});return b?f||a('input[name="disableCorrect"]').is(":checked")&&a('input[name="answerPointsDiffModusActivated"]').is(":checked")&&a('input[name="answerPointsActivated"]').is(":checked")&&"single"==a('input[name="answerType"]:checked').val()?d!=b&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),
61
  !1):!0:(alert(wpProQuizLocalize.no_correct_msg),!1):(alert(wpProQuizLocalize.no_answer_msg),!1)},free_answer:function(){return c.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},cloze_answer:function(){return c.isEmpty(c.getMceContent("cloze"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},sort_answer:function(){var b=0,f=0;a(".sort_answer .answerList").children().each(function(){var d=a(this);c.isEmpty(d.find('textarea[name="answerData[][answer]"]').val())||
62
+ (b++,d=d.find('input[name="answerData[][points]"]').val(),c.isNumber(d)&&0<=d&&f++)});return b?f!=b&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0:(alert(wpProQuizLocalize.no_answer_msg),!1)},matrix_sort_answer:function(){var b=0,f=0,d=!0,e=0;a(".matrix_sort_answer .answerList").children().each(function(){var g=a(this),l=g.find('input[name="answerData[][points]"]').val();c.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())?c.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())||
63
+ (e++,c.isNumber(l)&&0<=l&&f++):(b++,e++,c.isEmpty(g.find('textarea[name="answerData[][sort_string]"]').val())&&(d=!1),c.isNumber(l)&&0<=l&&f++)});return b?d?f!=e&&g.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0:(alert(wpProQuizLocalize.no_sort_element_criterion),!1):(alert(wpProQuizLocalize.no_answer_msg),!1)},assessment_answer:function(){return c.isEmpty(c.getMceContent("assessment"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0}};e.hide();(function(){a("#wpProQuiz_tip").change(function(){c.displayChecked(this,
64
  a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){c.displayChecked(this,a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){e.hide();var b=this.value;"single"==b?(a("#singleChoiceOptions").show(),a('input[name="disableCorrect"]').change()):(a("#singleChoiceOptions").hide(),a(".classic_answer .wpProQuiz_classCorrect").parent().parent().show());if("single"==b||"multiple"==b){var c="single"==b?"radio":"checkbox",b="classic_answer";
65
  a(".wpProQuiz_classCorrect").each(function(){a("<input type="+c+" />").attr({name:this.name,value:this.value,checked:this.checked}).addClass("wpProQuiz_classCorrect wpProQuiz_checkbox").insertBefore(this)}).remove()}d=void 0!=h[b]?h[b]:a.noop();a("."+b).show()});a('input[name="answerType"]:checked').click();a(".deleteAnswer").click(b.answerRemove);a(".addAnswer").click(function(){var c=a(this).siblings("ul"),d=c.find("li:eq(0)").clone();d.find(".wpProQuiz_checkbox").removeAttr("checked");d.find(".wpProQuiz_text").val("");
66
  d.find(".wpProQuiz_points").val(1);d.find(".deleteAnswer").click(b.answerRemove);d.find(".addMedia").click(b.addMediaClick);d.appendTo(c);return!1});a(".sort_answer ul, .classic_answer ul, .matrix_sort_answer ul").sortable({handle:".wpProQuiz_move"});a("#saveQuestion").click(function(){if(!b.globalValidate())return!1;b.generateArrayIndex();return!0});a(g).change(function(){c.displayChecked(this,a(".wpProQuiz_answerPoints"));c.displayChecked(this,a("#wpProQuiz_showPointsBox"));c.displayChecked(this,
js/wpProQuiz_front.js CHANGED
@@ -1026,7 +1026,7 @@
1026
  $e.find('.wpProQuiz_questionList').each(function() {
1027
  var questionId = $(this).data('question_id');
1028
 
1029
- results[questionId] = {time: 0};
1030
  });
1031
 
1032
  catResults = {};
@@ -1245,8 +1245,12 @@
1245
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
1246
 
1247
  results.comp.result = Math.round(results.comp.points / config.globalPoints * 100 * 100) / 100;
 
 
 
 
1248
 
1249
- $pointFields = $e.find('.wpProQuiz_points span');
1250
 
1251
  $pointFields.eq(0).text(results.comp.points);
1252
  $pointFields.eq(1).text(config.globalPoints);
@@ -1316,6 +1320,10 @@
1316
 
1317
  questionSolved: function(e) {
1318
  quizSolved[e.values.index] = e.values.solved;
 
 
 
 
1319
  },
1320
 
1321
  sendCompletedQuiz: function() {
@@ -1464,7 +1472,7 @@
1464
  $this.data('check', true);
1465
 
1466
  if(!endCheck)
1467
- $e.trigger({type: 'questionSolved', values: {item: $this, index: $this.index(), solved: true}});
1468
  });
1469
  },
1470
 
1026
  $e.find('.wpProQuiz_questionList').each(function() {
1027
  var questionId = $(this).data('question_id');
1028
 
1029
+ results[questionId] = {time: 0, solved: 0};
1030
  });
1031
 
1032
  catResults = {};
1245
  $e.find('.wpProQuiz_correct_answer').text(results.comp.correctQuestions);
1246
 
1247
  results.comp.result = Math.round(results.comp.points / config.globalPoints * 100 * 100) / 100;
1248
+ results.comp.solved = 0;
1249
+
1250
+ //for(var i = 0; i < quizSolved.length; i++)
1251
+ // results.comp.solved += quizSolved[i] ? 1 : 0;
1252
 
1253
+ var $pointFields = $e.find('.wpProQuiz_points span');
1254
 
1255
  $pointFields.eq(0).text(results.comp.points);
1256
  $pointFields.eq(1).text(config.globalPoints);
1320
 
1321
  questionSolved: function(e) {
1322
  quizSolved[e.values.index] = e.values.solved;
1323
+
1324
+ var $questionList = e.values.item.find(globalNames.questionList);
1325
+ var data = config.json[$questionList.data('question_id')];
1326
+ results[data.id].solved = Number(e.values.fake ? results[data.id].solved : e.values.solved);
1327
  },
1328
 
1329
  sendCompletedQuiz: function() {
1472
  $this.data('check', true);
1473
 
1474
  if(!endCheck)
1475
+ $e.trigger({type: 'questionSolved', values: {item: $this, index: $this.index(), solved: true, fake: true}});
1476
  });
1477
  },
1478
 
js/wpProQuiz_front.min.js CHANGED
@@ -15,34 +15,34 @@ l.data("pos"));l.length&&0<=g.inArray(String(b),String(l.data("correct")).split(
15
  break;case 6:a[f]={day:b.find('select[name="wpProQuiz_field_'+f+'_day"]').val(),month:b.find('select[name="wpProQuiz_field_'+f+'_month"]').val(),year:b.find('select[name="wpProQuiz_field_'+f+'_year"]').val()}}});return a}},ka=function(a){b.find(".wpProQuiz_questionList").each(function(){var c=g(this),b=c.data("question_id"),f=c.data("type"),e={};if("single"==f||"multiple"==f)c.find(".wpProQuiz_questionListItem").each(function(){e[g(this).data("pos")]=+g(this).find(".wpProQuiz_questionInput").is(":checked")});
16
  else if("free_answer"==f)e[0]=c.find(".wpProQuiz_questionInput").val();else{if("sort_answer"==f||"matrix_sort_answer"==f)return!0;if("cloze_answer"==f){var d=0;c.find(".wpProQuiz_cloze input").each(function(){e[d++]=g(this).val()})}else"assessment_answer"==f&&(e[0]="",c.find(".wpProQuiz_questionInput:checked").each(function(){e[g(this).data("index")]=g(this).val()}))}a[b].data=e})};d.methode={parseBitOptions:function(){if(e.bo){X=e.bo&1;Y=e.bo&2;G=e.bo&4;Z=e.bo&8;H=e.bo&16;P=e.bo&64;q=e.bo&128;w=
17
  e.bo&256;$=e.bo&512;aa=e.bo&1024;x=e.bo&2048;ba=e.bo&4096;I=e.bo&8192;Q=e.bo&16384;ca=e.bo&32768;var a=e.bo&32;a&&void 0!=jQuery.support&&void 0!=jQuery.support.cors&&0==jQuery.support.cors&&(O=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze input").each(function(){for(var a=g(this),c="",b=a.data("wordlen"),f=0;f<b;f++)c+="w";c=g(document.createElement("span")).css("visibility","hidden").text(c).appendTo(g("body"));b=c.width();c.remove();a.width(b+5)})},parseTime:function(a){var c=parseInt(a%
18
- 60),b=parseInt(a/60%60);a=parseInt(a/3600%24);return(9<a?"":"0")+a+":"+((9<b?"":"0")+b)+":"+((9<c?"":"0")+c)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return g.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=g(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(g(this))})})},marker:function(a,b){G||(b?a.addClass("wpProQuiz_answerCorrect"):
19
  a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(a){if(S)R=1;else if(R=0,da)v.hide(),b.find(".wpProQuiz_lock").show();else if(ea)v.hide(),b.find(".wpProQuiz_prerequisite").show();else if(fa)v.hide(),b.find(".wpProQuiz_startOnlyRegisteredUser").show();else if(Q&&!a)v.hide(),b.find(".wpProQuiz_loadQuiz").show(),d.methode.loadQuizDataAjax(!0);else if(!I||0!=e.formPos||E.checkForm()){d.methode.loadQuizData();Y&&d.methode.random(u);X&&d.methode.random(b.find(".wpProQuiz_questionList"));ca&&
20
  d.methode.sortCategories();d.methode.random(b.find(".wpProQuiz_sortStringList"));d.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a,b){var f=g(this);f.find(".wpProQuiz_question_page span:eq(0)").text(a+1);f.find("> h5 span").text(a+1);f.find(".wpProQuiz_questionListItem").each(function(a,b){g(this).find("> span:not(.wpProQuiz_cloze)").text(a+1+". ")})});y=b.find('input[name="next"]');switch(e.mode){case 3:b.find('input[name="checkSingle"]').show();
21
  break;case 2:b.find('input[name="check"]').show();!$&&q&&b.find('input[name="skip"]').show();break;case 1:b.find('input[name="back"]').slice(1).show();case 0:y.show()}(ba||3==e.mode)&&b.find(".wpProQuiz_question_page").hide();a=y.last();W=a.val();a.val(e.lbn);a=u.children();T=b.find(".wpProQuiz_list > li");3==e.mode?d.methode.showSinglePage(0):(k=a.eq(0).show(),a=k.find(".wpProQuiz_questionList").data("question_id"),r.questionStart(a));r.startQuiz();b.find(".wpProQuiz_sortable").parents("ul").sortable({update:function(a,
22
  e){var f=g(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:f,index:f.index(),solved:!0}})}}).disableSelection();b.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable({connectWith:".wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList",placeholder:"wpProQuiz_placehold",update:function(a,e){var f=g(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:f,index:f.index(),solved:!0}})}}).disableSelection();
23
- p=[];ia.start();V=+new Date;h={comp:{points:0,correctQuestions:0,quizTime:0}};b.find(".wpProQuiz_questionList").each(function(){var a=g(this).data("question_id");h[a]={time:0}});A={};g.each(e.catPoints,function(a,b){A[a]=0});v.hide();b.find(".wpProQuiz_loadQuiz").hide();n.show();t.show();3!=e.mode&&b.trigger({type:"changeQuestion",values:{item:k,index:k.index()}})}},showSingleQuestion:function(a){a=a?Math.ceil(a/e.qpp):1;this.showSinglePage(a)},showSinglePage:function(a){$listItem=u.children().hide();
24
  if(e.qpp){a=a?+a:1;var c=Math.ceil(b.find(".wpProQuiz_list > li").length/e.qpp);if(!(a>c)){var l=b.find('input[name="wpProQuiz_pageLeft"]').hide(),f=b.find('input[name="wpProQuiz_pageRight"]').hide(),g=b.find('input[name="checkSingle"]').hide();1<a&&l.val(l.data("text").replace(/%d/,a-1)).show();a==c?g.show():f.val(f.data("text").replace(/%d/,a+1)).show();N=a;a=e.qpp*(a-1);$listItem.slice(a,a+e.qpp).show();d.methode.scrollTo(n)}}else $listItem.show()},nextQuestion:function(){this.showQuestionObject(k.next())},
25
  prevQuestion:function(){this.showQuestionObject(k.prev())},showQuestion:function(a){var b=T.eq(a);3==e.mode||F?(e.qpp&&d.methode.showSingleQuestion(a+1),d.methode.scrollTo(b,1),r.startQuiz()):this.showQuestionObject(b)},showQuestionObject:function(a){if(!a.length&&x&&w&&q)for(var c=0,e=b.find(".wpProQuiz_listItem").length;c<e;c++)if(!p[c])return alert(WpProQuizGlobal.questionsNotSolved),!1;k.hide();k=a.show();d.methode.scrollTo(n);b.trigger({type:"changeQuestion",values:{item:k,index:k.index()}});
26
  k.length?(a=k.find(".wpProQuiz_questionList").data("question_id"),r.questionStart(a)):d.methode.showQuizSummary()},skipQuestion:function(){b.trigger({type:"skipQuestion",values:{item:k,index:k.index()}});d.methode.nextQuestion()},reviewQuestion:function(){b.trigger({type:"reviewQuestion",values:{item:k,index:k.index()}})},showQuizSummary:function(){r.questionStop();r.stopQuiz();if(w||!q)I&&1==e.formPos?(t.hide(),n.hide(),d.methode.scrollTo(b.find(".wpProQuiz_infopage").show())):d.methode.finishQuiz();
27
  else{var a=b.find(".wpProQuiz_checkPage");a.find("ol:eq(0)").empty().append(b.find(".wpProQuiz_reviewQuestion ol li").clone().removeClass("wpProQuiz_reviewQuestionTarget")).children().click(function(b){a.hide();n.show();t.show(!0);d.methode.showQuestion(g(this).index())});for(var c=0,l=0,f=p.length;l<f;l++)p[l]&&c++;a.find("span:eq(0)").text(c);t.hide();n.hide();a.show();d.methode.scrollTo(a)}},finishQuiz:function(a){r.questionStop();r.stopQuiz();ia.stop();var c=(+new Date-V)/1E3,c=e.timelimit&&c>
28
- e.timelimit?e.timelimit:c;b.find(".wpProQuiz_quiz_time span").text(d.methode.parseTime(c));a&&z.find(".wpProQuiz_time_limit_expired").show();d.methode.checkQuestion(u.children(),!0);b.find(".wpProQuiz_correct_answer").text(h.comp.correctQuestions);h.comp.result=Math.round(h.comp.points/e.globalPoints*1E4)/100;$pointFields=b.find(".wpProQuiz_points span");$pointFields.eq(0).text(h.comp.points);$pointFields.eq(1).text(e.globalPoints);$pointFields.eq(2).text(h.comp.result+"%");a=b.find(".wpProQuiz_resultsList > li").eq(d.methode.findResultIndex(h.comp.result));
29
  var l=E.getFormData();a.find(".wpProQuiz_resultForm").each(function(){var a=g(this),b=a.data("form_id"),b=l[b];"object"===typeof b&&(b=b.day+"-"+b.month+"-"+b.year);a.text(b).show()});a.show();d.methode.setAverageResult(h.comp.result,!1);this.setCategoryOverview();d.methode.sendCompletedQuiz();P&&U&&d.methode.addToplist();t.hide();b.find(".wpProQuiz_checkPage, .wpProQuiz_infopage").hide();n.hide();z.show();d.methode.scrollTo(z)},setCategoryOverview:function(){h.comp.cats={};b.find(".wpProQuiz_catOverview li").each(function(){var a=
30
- g(this),b=a.data("category_id");if(void 0===e.catPoints[b])return a.hide(),!0;var d=Math.round(A[b]/e.catPoints[b]*1E4)/100;h.comp.cats[b]=d;a.find(".wpProQuiz_catPercent").text(d+"%");a.show()})},questionSolved:function(a){p[a.values.index]=a.values.solved},sendCompletedQuiz:function(){if(!H){ka(h);var a=E.getFormData();d.methode.ajax({action:"wp_pro_quiz_completed_quiz",quizId:e.quizId,results:h,forms:a})}},findResultIndex:function(a){for(var b=e.resultsGrade,d=-1,f=999999,g=0;g<b.length;g++){var h=
31
- b[g];a>=h&&a-h<f&&(f=a-h,d=g)}return d},showQustionList:function(){F=!F;J.hide();n.toggle();b.find(".wpProQuiz_QuestionButton").hide();u.children().show();t.toggle();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=g(this).children().get().sort(function(){return Math.round(Math.random())-.5});g(a).appendTo(a[0].parentNode)})},sortCategories:function(){var a=g(".wpProQuiz_list").children().get().sort(function(a,b){var f=g(a).find(".wpProQuiz_questionList").data("question_id"),
32
- d=g(b).find(".wpProQuiz_questionList").data("question_id");return e.json[f].catId-e.json[d].catId});g(a).appendTo(a[0].parentNode)},restartQuiz:function(){z.hide();v.show();u.children().hide();J.hide();t.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").css("background-color","");b.find('.wpProQuiz_questionListItem input[type="text"]').val("");b.find(".wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect").removeClass("wpProQuiz_answerCorrect wpProQuiz_answerIncorrect");
33
- b.find(".wpProQuiz_listItem").data("check",!1);b.find(".wpProQuiz_response").hide().children().hide();d.methode.resetMatrix(b.find(".wpProQuiz_listItem"));b.find(".wpProQuiz_sortStringItem, .wpProQuiz_sortable").removeAttr("style");b.find(".wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li").hide();b.find('.wpProQuiz_question_page, input[name="tip"]').show();b.find(".wpProQuiz_resultForm").text("").hide();z.find(".wpProQuiz_time_limit_expired").hide();y.last().val(W);
34
- F=!1},checkQuestion:function(a,c){a=void 0==a?k:a;a.each(function(){var a=g(this),f=a.find(".wpProQuiz_questionList"),d=e.json[f.data("question_id")],k=d.type;r.questionStop();if(a.data("check"))return!0;if("single"==d.type||"multiple"==d.type)k="singleMulti";f=ja(k,d,a,f);a.find(".wpProQuiz_response").show();a.find('input[name="check"]').hide();a.find('input[name="skip"]').hide();a.find('input[name="next"]').show();h[d.id].points=f.p;h[d.id].correct=Number(f.c);h[d.id].data=f.s;h.comp.points+=f.p;
35
- A[d.catId]+=f.p;f.c?(a.find(".wpProQuiz_correct").show(),h.comp.correctQuestions+=1):a.find(".wpProQuiz_incorrect").show();a.find(".wpProQuiz_responsePoints").text(f.p);a.data("check",!0);c||b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0}})})},showTip:function(){var a=g(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");h[c].tip=1;g(document).bind("mouseup.tipEvent",function(a){var c=
36
- b.find(".wpProQuiz_tipp"),d=b.find('input[name="tip"]');c.is(a.target)||0!=c.has(a.target).length||d.is(a.target)||(c.hide("fast"),g(document).unbind(".tipEvent"))})},ajax:function(a,b,d){O&&(jQuery.support.cors=!0);g.post(WpProQuizGlobal.ajaxurl,a,b,d||"json");O&&(jQuery.support.cors=!1)},checkQuizLock:function(){S=1;d.methode.ajax({action:"wp_pro_quiz_check_lock",quizId:e.quizId},function(a){void 0!=a.lock&&(da=a.lock.is,a.lock.pre&&b.find('input[name="restartQuiz"]').hide());void 0!=a.prerequisite&&
37
- (ea=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));void 0!=a.startUserLock&&(fa=a.startUserLock);S=0;R&&d.methode.startQuiz()})},loadQuizData:function(){d.methode.ajax({action:"wp_pro_quiz_load_quiz_data",quizId:e.quizId},function(a){a.toplist&&d.methode.handleToplistData(a.toplist);void 0!=a.averageResult&&d.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=b.find(".wpProQuiz_resultValue:eq("+(c?0:1)+") > * ");d.eq(1).text(a+"%");d.eq(0).css("width",
38
- 240*a/100+"px")},handleToplistData:function(a){var c=b.find(".wpProQuiz_addToplist"),d=c.find(".wpProQuiz_addBox").show().children("div");a.canAdd?(c.show(),c.find(".wpProQuiz_addToplistMessage").hide(),c.find(".wpProQuiz_toplistButton").show(),ha=a.token,U=0,a.userId?(d.hide(),U=1,P&&c.hide()):(d.show(),c=d.children().eq(1),a.captcha?(c.find('input[name="wpProQuiz_captchaPrefix"]').val(a.captcha.code),c.find(".wpProQuiz_captchaImg").attr("src",a.captcha.img),c.find('input[name="wpProQuiz_captcha"]').val(""),
39
- c.show()):c.hide())):c.hide()},scrollTo:function(a,b){var d=a.offset().top-100;(b||(window.pageYOffset||document.body.scrollTop)>d)&&g("html,body").animate({scrollTop:d},300)},addToplist:function(){if(!H){var a=b.find(".wpProQuiz_addToplistMessage").text(WpProQuizGlobal.loadData).show(),c=b.find(".wpProQuiz_addBox").hide();d.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:e.quizId,token:ha,name:c.find('input[name="wpProQuiz_toplistName"]').val(),email:c.find('input[name="wpProQuiz_toplistEmail"]').val(),
40
- captcha:c.find('input[name="wpProQuiz_captcha"]').val(),prefix:c.find('input[name="wpProQuiz_captchaPrefix"]').val(),points:h.comp.points,totalPoints:e.globalPoints},function(b){a.text(b.text);b.clear?(c.hide(),d.methode.updateToplist()):c.show();b.captcha&&(c.find(".wpProQuiz_captchaImg").attr("src",b.captcha.img),c.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),c.find('input[name="wpProQuiz_captcha"]').val(""))})}},updateToplist:function(){"function"==typeof wpProQuiz_fetchToplist&&
41
- wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(a){a=g(this);var c=a.parents(".wpProQuiz_listItem"),d=!1;""!=a.val()&&(d=!0);b.trigger({type:"questionSolved",values:{item:c,index:c.index(),solved:d}})});b.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput, .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionInput').change(function(a){a=g(this).parents(".wpProQuiz_listItem");var c=this.checked;
42
- b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find(".wpProQuiz_cloze input").change(function(){var a=g(this).parents(".wpProQuiz_listItem"),c=!0;a.find(".wpProQuiz_cloze input").each(function(){if(""==g(this).val())return c=!1});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').change(function(a){a=g(this).parents(".wpProQuiz_listItem");var c=0;a.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(a){this.checked&&
43
- c++});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c?!0:!1}})})},loadQuizDataAjax:function(a){d.methode.ajax({action:"wp_pro_quiz_admin_ajax",func:"quizLoadData",data:{quizId:e.quizId}},function(c){e.globalPoints=c.globalPoints;e.catPoints=c.catPoints;e.json=c.json;n.remove();b.find(".wpProQuiz_quizAnker").after(c.content);ga=b.find('input[name="back"]');y=b.find('input[name="next"]');n=b.find(".wpProQuiz_quiz");u=b.find(".wpProQuiz_list");z=b.find(".wpProQuiz_results");
44
- v=b.find(".wpProQuiz_text");B=b.find(".wpProQuiz_time_limit");J=b.find(".wpProQuiz_toplistShowInButton");T=g();d.methode.initQuiz();a&&d.methode.startQuiz(!0)})},initQuiz:function(){d.methode.setClozeStyle();d.methode.registerSolved();y.click(function(){if(x&&!p[k.index()]&&(w||!q))return alert(WpProQuizGlobal.questionNotSolved),!1;d.methode.nextQuestion()});ga.click(function(){d.methode.prevQuestion()});b.find('input[name="check"]').click(function(){if(x&&!p[k.index()]&&(w||!q))return alert(WpProQuizGlobal.questionNotSolved),
45
- !1;d.methode.checkQuestion()});b.find('input[name="checkSingle"]').click(function(){if(x&&(w||!q))for(var a=0,c=b.find(".wpProQuiz_listItem").length;a<c;a++)if(!p[a])return alert(WpProQuizGlobal.questionsNotSolved),!1;d.methode.showQuizSummary()});b.find('input[name="tip"]').click(d.methode.showTip);b.find('input[name="skip"]').click(d.methode.skipQuestion);b.find('input[name="wpProQuiz_pageLeft"]').click(function(){d.methode.showSinglePage(N-1)});b.find('input[name="wpProQuiz_pageRight"]').click(function(){d.methode.showSinglePage(N+
46
- 1)})}};d.preInit=function(){d.methode.parseBitOptions();t.init();b.find('input[name="startQuiz"]').click(function(){d.methode.startQuiz();return!1});Z&&!H&&d.methode.checkQuizLock();b.find('input[name="reShowQuestion"]').click(function(){d.methode.showQustionList()});b.find('input[name="restartQuiz"]').click(function(){d.methode.restartQuiz()});b.find('input[name="review"]').click(d.methode.reviewQuestion);b.find('input[name="wpProQuiz_toplistAdd"]').click(d.methode.addToplist);b.find('input[name="quizSummary"]').click(d.methode.showQuizSummary);
47
- b.find('input[name="endQuizSummary"]').click(function(){if(x)for(var a=0,c=b.find(".wpProQuiz_listItem").length;a<c;a++)if(!p[a])return alert(WpProQuizGlobal.questionsNotSolved),!1;I&&1==e.formPos&&!E.checkForm()||d.methode.finishQuiz()});b.find('input[name="endInfopage"]').click(function(){E.checkForm()&&d.methode.finishQuiz()});b.find('input[name="showToplist"]').click(function(){n.hide();J.toggle()});b.bind("questionSolved",d.methode.questionSolved);Q||d.methode.initQuiz();aa&&d.methode.startQuiz()};
48
- d.preInit()};g.fn.wpProQuizFront=function(M){return this.each(function(){void 0==g(this).data("wpProQuizFront")&&g(this).data("wpProQuizFront",new g.wpProQuizFront(this,M))})}})(jQuery);
15
  break;case 6:a[f]={day:b.find('select[name="wpProQuiz_field_'+f+'_day"]').val(),month:b.find('select[name="wpProQuiz_field_'+f+'_month"]').val(),year:b.find('select[name="wpProQuiz_field_'+f+'_year"]').val()}}});return a}},ka=function(a){b.find(".wpProQuiz_questionList").each(function(){var c=g(this),b=c.data("question_id"),f=c.data("type"),e={};if("single"==f||"multiple"==f)c.find(".wpProQuiz_questionListItem").each(function(){e[g(this).data("pos")]=+g(this).find(".wpProQuiz_questionInput").is(":checked")});
16
  else if("free_answer"==f)e[0]=c.find(".wpProQuiz_questionInput").val();else{if("sort_answer"==f||"matrix_sort_answer"==f)return!0;if("cloze_answer"==f){var d=0;c.find(".wpProQuiz_cloze input").each(function(){e[d++]=g(this).val()})}else"assessment_answer"==f&&(e[0]="",c.find(".wpProQuiz_questionInput:checked").each(function(){e[g(this).data("index")]=g(this).val()}))}a[b].data=e})};d.methode={parseBitOptions:function(){if(e.bo){X=e.bo&1;Y=e.bo&2;G=e.bo&4;Z=e.bo&8;H=e.bo&16;P=e.bo&64;q=e.bo&128;w=
17
  e.bo&256;$=e.bo&512;aa=e.bo&1024;x=e.bo&2048;ba=e.bo&4096;I=e.bo&8192;Q=e.bo&16384;ca=e.bo&32768;var a=e.bo&32;a&&void 0!=jQuery.support&&void 0!=jQuery.support.cors&&0==jQuery.support.cors&&(O=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze input").each(function(){for(var a=g(this),c="",b=a.data("wordlen"),f=0;f<b;f++)c+="w";c=g(document.createElement("span")).css("visibility","hidden").text(c).appendTo(g("body"));b=c.width();c.remove();a.width(b+5)})},parseTime:function(a){var c=parseInt(a%
18
+ 60),b=parseInt(a/60%60);a=parseInt(a/3600%24);return(9<a?"":"0")+a+":"+((9<b?"":"0")+b)+":"+((9<c?"":"0")+c)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return g.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=g(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(g(this))})})},marker:function(a,c){G||(c?a.addClass("wpProQuiz_answerCorrect"):
19
  a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(a){if(S)R=1;else if(R=0,da)v.hide(),b.find(".wpProQuiz_lock").show();else if(ea)v.hide(),b.find(".wpProQuiz_prerequisite").show();else if(fa)v.hide(),b.find(".wpProQuiz_startOnlyRegisteredUser").show();else if(Q&&!a)v.hide(),b.find(".wpProQuiz_loadQuiz").show(),d.methode.loadQuizDataAjax(!0);else if(!I||0!=e.formPos||E.checkForm()){d.methode.loadQuizData();Y&&d.methode.random(u);X&&d.methode.random(b.find(".wpProQuiz_questionList"));ca&&
20
  d.methode.sortCategories();d.methode.random(b.find(".wpProQuiz_sortStringList"));d.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a,b){var f=g(this);f.find(".wpProQuiz_question_page span:eq(0)").text(a+1);f.find("> h5 span").text(a+1);f.find(".wpProQuiz_questionListItem").each(function(a,b){g(this).find("> span:not(.wpProQuiz_cloze)").text(a+1+". ")})});y=b.find('input[name="next"]');switch(e.mode){case 3:b.find('input[name="checkSingle"]').show();
21
  break;case 2:b.find('input[name="check"]').show();!$&&q&&b.find('input[name="skip"]').show();break;case 1:b.find('input[name="back"]').slice(1).show();case 0:y.show()}(ba||3==e.mode)&&b.find(".wpProQuiz_question_page").hide();a=y.last();W=a.val();a.val(e.lbn);a=u.children();T=b.find(".wpProQuiz_list > li");3==e.mode?d.methode.showSinglePage(0):(k=a.eq(0).show(),a=k.find(".wpProQuiz_questionList").data("question_id"),r.questionStart(a));r.startQuiz();b.find(".wpProQuiz_sortable").parents("ul").sortable({update:function(a,
22
  e){var f=g(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:f,index:f.index(),solved:!0}})}}).disableSelection();b.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable({connectWith:".wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList",placeholder:"wpProQuiz_placehold",update:function(a,e){var f=g(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:f,index:f.index(),solved:!0}})}}).disableSelection();
23
+ p=[];ia.start();V=+new Date;h={comp:{points:0,correctQuestions:0,quizTime:0}};b.find(".wpProQuiz_questionList").each(function(){var a=g(this).data("question_id");h[a]={time:0,solved:0}});A={};g.each(e.catPoints,function(a,b){A[a]=0});v.hide();b.find(".wpProQuiz_loadQuiz").hide();n.show();t.show();3!=e.mode&&b.trigger({type:"changeQuestion",values:{item:k,index:k.index()}})}},showSingleQuestion:function(a){a=a?Math.ceil(a/e.qpp):1;this.showSinglePage(a)},showSinglePage:function(a){$listItem=u.children().hide();
24
  if(e.qpp){a=a?+a:1;var c=Math.ceil(b.find(".wpProQuiz_list > li").length/e.qpp);if(!(a>c)){var l=b.find('input[name="wpProQuiz_pageLeft"]').hide(),f=b.find('input[name="wpProQuiz_pageRight"]').hide(),g=b.find('input[name="checkSingle"]').hide();1<a&&l.val(l.data("text").replace(/%d/,a-1)).show();a==c?g.show():f.val(f.data("text").replace(/%d/,a+1)).show();N=a;a=e.qpp*(a-1);$listItem.slice(a,a+e.qpp).show();d.methode.scrollTo(n)}}else $listItem.show()},nextQuestion:function(){this.showQuestionObject(k.next())},
25
  prevQuestion:function(){this.showQuestionObject(k.prev())},showQuestion:function(a){var b=T.eq(a);3==e.mode||F?(e.qpp&&d.methode.showSingleQuestion(a+1),d.methode.scrollTo(b,1),r.startQuiz()):this.showQuestionObject(b)},showQuestionObject:function(a){if(!a.length&&x&&w&&q)for(var c=0,e=b.find(".wpProQuiz_listItem").length;c<e;c++)if(!p[c])return alert(WpProQuizGlobal.questionsNotSolved),!1;k.hide();k=a.show();d.methode.scrollTo(n);b.trigger({type:"changeQuestion",values:{item:k,index:k.index()}});
26
  k.length?(a=k.find(".wpProQuiz_questionList").data("question_id"),r.questionStart(a)):d.methode.showQuizSummary()},skipQuestion:function(){b.trigger({type:"skipQuestion",values:{item:k,index:k.index()}});d.methode.nextQuestion()},reviewQuestion:function(){b.trigger({type:"reviewQuestion",values:{item:k,index:k.index()}})},showQuizSummary:function(){r.questionStop();r.stopQuiz();if(w||!q)I&&1==e.formPos?(t.hide(),n.hide(),d.methode.scrollTo(b.find(".wpProQuiz_infopage").show())):d.methode.finishQuiz();
27
  else{var a=b.find(".wpProQuiz_checkPage");a.find("ol:eq(0)").empty().append(b.find(".wpProQuiz_reviewQuestion ol li").clone().removeClass("wpProQuiz_reviewQuestionTarget")).children().click(function(b){a.hide();n.show();t.show(!0);d.methode.showQuestion(g(this).index())});for(var c=0,l=0,f=p.length;l<f;l++)p[l]&&c++;a.find("span:eq(0)").text(c);t.hide();n.hide();a.show();d.methode.scrollTo(a)}},finishQuiz:function(a){r.questionStop();r.stopQuiz();ia.stop();var c=(+new Date-V)/1E3,c=e.timelimit&&c>
28
+ e.timelimit?e.timelimit:c;b.find(".wpProQuiz_quiz_time span").text(d.methode.parseTime(c));a&&z.find(".wpProQuiz_time_limit_expired").show();d.methode.checkQuestion(u.children(),!0);b.find(".wpProQuiz_correct_answer").text(h.comp.correctQuestions);h.comp.result=Math.round(h.comp.points/e.globalPoints*1E4)/100;h.comp.solved=0;a=b.find(".wpProQuiz_points span");a.eq(0).text(h.comp.points);a.eq(1).text(e.globalPoints);a.eq(2).text(h.comp.result+"%");a=b.find(".wpProQuiz_resultsList > li").eq(d.methode.findResultIndex(h.comp.result));
29
  var l=E.getFormData();a.find(".wpProQuiz_resultForm").each(function(){var a=g(this),b=a.data("form_id"),b=l[b];"object"===typeof b&&(b=b.day+"-"+b.month+"-"+b.year);a.text(b).show()});a.show();d.methode.setAverageResult(h.comp.result,!1);this.setCategoryOverview();d.methode.sendCompletedQuiz();P&&U&&d.methode.addToplist();t.hide();b.find(".wpProQuiz_checkPage, .wpProQuiz_infopage").hide();n.hide();z.show();d.methode.scrollTo(z)},setCategoryOverview:function(){h.comp.cats={};b.find(".wpProQuiz_catOverview li").each(function(){var a=
30
+ g(this),b=a.data("category_id");if(void 0===e.catPoints[b])return a.hide(),!0;var d=Math.round(A[b]/e.catPoints[b]*1E4)/100;h.comp.cats[b]=d;a.find(".wpProQuiz_catPercent").text(d+"%");a.show()})},questionSolved:function(a){p[a.values.index]=a.values.solved;var b=a.values.item.find(".wpProQuiz_questionList"),b=e.json[b.data("question_id")];h[b.id].solved=Number(a.values.fake?h[b.id].solved:a.values.solved)},sendCompletedQuiz:function(){if(!H){ka(h);var a=E.getFormData();d.methode.ajax({action:"wp_pro_quiz_completed_quiz",
31
+ quizId:e.quizId,results:h,forms:a})}},findResultIndex:function(a){for(var b=e.resultsGrade,d=-1,f=999999,g=0;g<b.length;g++){var h=b[g];a>=h&&a-h<f&&(f=a-h,d=g)}return d},showQustionList:function(){F=!F;J.hide();n.toggle();b.find(".wpProQuiz_QuestionButton").hide();u.children().show();t.toggle();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=g(this).children().get().sort(function(){return Math.round(Math.random())-.5});g(a).appendTo(a[0].parentNode)})},sortCategories:function(){var a=
32
+ g(".wpProQuiz_list").children().get().sort(function(a,b){var f=g(a).find(".wpProQuiz_questionList").data("question_id"),d=g(b).find(".wpProQuiz_questionList").data("question_id");return e.json[f].catId-e.json[d].catId});g(a).appendTo(a[0].parentNode)},restartQuiz:function(){z.hide();v.show();u.children().hide();J.hide();t.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").css("background-color","");b.find('.wpProQuiz_questionListItem input[type="text"]').val("");
33
+ b.find(".wpProQuiz_answerCorrect, .wpProQuiz_answerIncorrect").removeClass("wpProQuiz_answerCorrect wpProQuiz_answerIncorrect");b.find(".wpProQuiz_listItem").data("check",!1);b.find(".wpProQuiz_response").hide().children().hide();d.methode.resetMatrix(b.find(".wpProQuiz_listItem"));b.find(".wpProQuiz_sortStringItem, .wpProQuiz_sortable").removeAttr("style");b.find(".wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li").hide();b.find('.wpProQuiz_question_page, input[name="tip"]').show();
34
+ b.find(".wpProQuiz_resultForm").text("").hide();z.find(".wpProQuiz_time_limit_expired").hide();y.last().val(W);F=!1},checkQuestion:function(a,c){a=void 0==a?k:a;a.each(function(){var a=g(this),f=a.find(".wpProQuiz_questionList"),d=e.json[f.data("question_id")],k=d.type;r.questionStop();if(a.data("check"))return!0;if("single"==d.type||"multiple"==d.type)k="singleMulti";f=ja(k,d,a,f);a.find(".wpProQuiz_response").show();a.find('input[name="check"]').hide();a.find('input[name="skip"]').hide();a.find('input[name="next"]').show();
35
+ h[d.id].points=f.p;h[d.id].correct=Number(f.c);h[d.id].data=f.s;h.comp.points+=f.p;A[d.catId]+=f.p;f.c?(a.find(".wpProQuiz_correct").show(),h.comp.correctQuestions+=1):a.find(".wpProQuiz_incorrect").show();a.find(".wpProQuiz_responsePoints").text(f.p);a.data("check",!0);c||b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0,fake:!0}})})},showTip:function(){var a=g(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");
36
+ h[c].tip=1;g(document).bind("mouseup.tipEvent",function(a){var c=b.find(".wpProQuiz_tipp"),d=b.find('input[name="tip"]');c.is(a.target)||0!=c.has(a.target).length||d.is(a.target)||(c.hide("fast"),g(document).unbind(".tipEvent"))})},ajax:function(a,b,d){O&&(jQuery.support.cors=!0);g.post(WpProQuizGlobal.ajaxurl,a,b,d||"json");O&&(jQuery.support.cors=!1)},checkQuizLock:function(){S=1;d.methode.ajax({action:"wp_pro_quiz_check_lock",quizId:e.quizId},function(a){void 0!=a.lock&&(da=a.lock.is,a.lock.pre&&
37
+ b.find('input[name="restartQuiz"]').hide());void 0!=a.prerequisite&&(ea=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));void 0!=a.startUserLock&&(fa=a.startUserLock);S=0;R&&d.methode.startQuiz()})},loadQuizData:function(){d.methode.ajax({action:"wp_pro_quiz_load_quiz_data",quizId:e.quizId},function(a){a.toplist&&d.methode.handleToplistData(a.toplist);void 0!=a.averageResult&&d.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=b.find(".wpProQuiz_resultValue:eq("+
38
+ (c?0:1)+") > * ");d.eq(1).text(a+"%");d.eq(0).css("width",240*a/100+"px")},handleToplistData:function(a){var c=b.find(".wpProQuiz_addToplist"),d=c.find(".wpProQuiz_addBox").show().children("div");a.canAdd?(c.show(),c.find(".wpProQuiz_addToplistMessage").hide(),c.find(".wpProQuiz_toplistButton").show(),ha=a.token,U=0,a.userId?(d.hide(),U=1,P&&c.hide()):(d.show(),c=d.children().eq(1),a.captcha?(c.find('input[name="wpProQuiz_captchaPrefix"]').val(a.captcha.code),c.find(".wpProQuiz_captchaImg").attr("src",
39
+ a.captcha.img),c.find('input[name="wpProQuiz_captcha"]').val(""),c.show()):c.hide())):c.hide()},scrollTo:function(a,b){var d=a.offset().top-100;(b||(window.pageYOffset||document.body.scrollTop)>d)&&g("html,body").animate({scrollTop:d},300)},addToplist:function(){if(!H){var a=b.find(".wpProQuiz_addToplistMessage").text(WpProQuizGlobal.loadData).show(),c=b.find(".wpProQuiz_addBox").hide();d.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:e.quizId,token:ha,name:c.find('input[name="wpProQuiz_toplistName"]').val(),
40
+ email:c.find('input[name="wpProQuiz_toplistEmail"]').val(),captcha:c.find('input[name="wpProQuiz_captcha"]').val(),prefix:c.find('input[name="wpProQuiz_captchaPrefix"]').val(),points:h.comp.points,totalPoints:e.globalPoints},function(b){a.text(b.text);b.clear?(c.hide(),d.methode.updateToplist()):c.show();b.captcha&&(c.find(".wpProQuiz_captchaImg").attr("src",b.captcha.img),c.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),c.find('input[name="wpProQuiz_captcha"]').val(""))})}},updateToplist:function(){"function"==
41
+ typeof wpProQuiz_fetchToplist&&wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(a){a=g(this);var c=a.parents(".wpProQuiz_listItem"),d=!1;""!=a.val()&&(d=!0);b.trigger({type:"questionSolved",values:{item:c,index:c.index(),solved:d}})});b.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput, .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionInput').change(function(a){a=g(this).parents(".wpProQuiz_listItem");
42
+ var c=this.checked;b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find(".wpProQuiz_cloze input").change(function(){var a=g(this).parents(".wpProQuiz_listItem"),c=!0;a.find(".wpProQuiz_cloze input").each(function(){if(""==g(this).val())return c=!1});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').change(function(a){a=g(this).parents(".wpProQuiz_listItem");
43
+ var c=0;a.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(a){this.checked&&c++});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c?!0:!1}})})},loadQuizDataAjax:function(a){d.methode.ajax({action:"wp_pro_quiz_admin_ajax",func:"quizLoadData",data:{quizId:e.quizId}},function(c){e.globalPoints=c.globalPoints;e.catPoints=c.catPoints;e.json=c.json;n.remove();b.find(".wpProQuiz_quizAnker").after(c.content);ga=b.find('input[name="back"]');
44
+ y=b.find('input[name="next"]');n=b.find(".wpProQuiz_quiz");u=b.find(".wpProQuiz_list");z=b.find(".wpProQuiz_results");v=b.find(".wpProQuiz_text");B=b.find(".wpProQuiz_time_limit");J=b.find(".wpProQuiz_toplistShowInButton");T=g();d.methode.initQuiz();a&&d.methode.startQuiz(!0)})},initQuiz:function(){d.methode.setClozeStyle();d.methode.registerSolved();y.click(function(){if(x&&!p[k.index()]&&(w||!q))return alert(WpProQuizGlobal.questionNotSolved),!1;d.methode.nextQuestion()});ga.click(function(){d.methode.prevQuestion()});
45
+ b.find('input[name="check"]').click(function(){if(x&&!p[k.index()]&&(w||!q))return alert(WpProQuizGlobal.questionNotSolved),!1;d.methode.checkQuestion()});b.find('input[name="checkSingle"]').click(function(){if(x&&(w||!q))for(var a=0,c=b.find(".wpProQuiz_listItem").length;a<c;a++)if(!p[a])return alert(WpProQuizGlobal.questionsNotSolved),!1;d.methode.showQuizSummary()});b.find('input[name="tip"]').click(d.methode.showTip);b.find('input[name="skip"]').click(d.methode.skipQuestion);b.find('input[name="wpProQuiz_pageLeft"]').click(function(){d.methode.showSinglePage(N-
46
+ 1)});b.find('input[name="wpProQuiz_pageRight"]').click(function(){d.methode.showSinglePage(N+1)})}};d.preInit=function(){d.methode.parseBitOptions();t.init();b.find('input[name="startQuiz"]').click(function(){d.methode.startQuiz();return!1});Z&&!H&&d.methode.checkQuizLock();b.find('input[name="reShowQuestion"]').click(function(){d.methode.showQustionList()});b.find('input[name="restartQuiz"]').click(function(){d.methode.restartQuiz()});b.find('input[name="review"]').click(d.methode.reviewQuestion);
47
+ b.find('input[name="wpProQuiz_toplistAdd"]').click(d.methode.addToplist);b.find('input[name="quizSummary"]').click(d.methode.showQuizSummary);b.find('input[name="endQuizSummary"]').click(function(){if(x)for(var a=0,c=b.find(".wpProQuiz_listItem").length;a<c;a++)if(!p[a])return alert(WpProQuizGlobal.questionsNotSolved),!1;I&&1==e.formPos&&!E.checkForm()||d.methode.finishQuiz()});b.find('input[name="endInfopage"]').click(function(){E.checkForm()&&d.methode.finishQuiz()});b.find('input[name="showToplist"]').click(function(){n.hide();
48
+ J.toggle()});b.bind("questionSolved",d.methode.questionSolved);Q||d.methode.initQuiz();aa&&d.methode.startQuiz()};d.preInit()};g.fn.wpProQuizFront=function(M){return this.each(function(){void 0==g(this).data("wpProQuizFront")&&g(this).data("wpProQuizFront",new g.wpProQuizFront(this,M))})}})(jQuery);
languages/wp-pro-quiz-ar.mo CHANGED
Binary file
languages/wp-pro-quiz-ar.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:07+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:07+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: ar\n"
@@ -61,9 +61,9 @@ msgstr ""
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr ""
69
 
@@ -105,7 +105,7 @@ msgstr ""
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -145,10 +145,10 @@ msgstr ""
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
149
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
150
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
151
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
@@ -163,16 +163,16 @@ msgid "Database repaired"
163
  msgstr ""
164
 
165
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
166
- #: lib/helper/WpProQuiz_Helper_Import.php:59
167
- #: lib/helper/WpProQuiz_Helper_Import.php:68
168
- #: lib/helper/WpProQuiz_Helper_Import.php:75
169
  msgid "File cannot be processed"
170
  msgstr "لا يمكن استكمال الملف"
171
 
172
  #: lib/controller/WpProQuiz_Controller_Question.php:9
173
  #: lib/controller/WpProQuiz_Controller_Question.php:19
174
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
175
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
176
  msgid "Quiz not found"
177
  msgstr "لم يتم العثور على الاختبار"
178
 
@@ -209,70 +209,70 @@ msgstr "السؤال: %d"
209
  msgid "questions copied"
210
  msgstr ""
211
 
212
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
213
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
214
  msgid "Quiz edited"
215
  msgstr "تم تحرير الاختبار"
216
 
217
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
218
  msgid "quiz created"
219
  msgstr ""
220
 
221
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
222
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
223
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
224
  msgid "Quiz title or quiz description are not filled"
225
  msgstr "لم يتم تعبئة عنوان او وصف الاختبار"
226
 
227
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
228
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
229
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
230
  msgid "Edit quiz"
231
  msgstr "تحرير الاختبار"
232
 
233
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
234
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
235
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
236
  msgid "Create quiz"
237
  msgstr "انشاء اختبار"
238
 
239
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
240
  msgid "Template stored"
241
  msgstr ""
242
 
243
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
244
  msgid "Quiz deleted"
245
  msgstr "تم حذف الاختبار"
246
 
247
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
248
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
249
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
250
  msgid "Not categorized"
251
  msgstr ""
252
 
253
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
254
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
255
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
256
  msgid "Categories"
257
  msgstr ""
258
 
259
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
260
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
262
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
263
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
264
  msgid "No category"
265
  msgstr ""
266
 
267
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
268
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
269
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
270
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
271
  msgid "Anonymous"
272
  msgstr ""
273
 
274
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
275
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
276
  msgid "Deleted user"
277
  msgstr ""
278
 
@@ -306,16 +306,38 @@ msgstr ""
306
  msgid "You entered wrong captcha code."
307
  msgstr ""
308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  #: lib/helper/WpProQuiz_Helper_Import.php:9
310
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
311
  msgid "File was not uploaded"
312
  msgstr "لم يتم رفع الملف"
313
 
314
- #: lib/helper/WpProQuiz_Helper_Import.php:40
315
  msgid "File have wrong format"
316
  msgstr "صيغة الملف خاطئة"
317
 
318
- #: lib/helper/WpProQuiz_Helper_Import.php:45
319
  msgid "File is not compatible with the current version"
320
  msgstr ""
321
 
@@ -369,15 +391,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
369
  msgstr ""
370
 
371
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
372
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
373
  msgid "WP-Pro-Quiz"
374
  msgstr ""
375
 
376
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
377
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
378
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
379
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
380
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
381
  msgid "Leaderboard"
382
  msgstr ""
383
 
@@ -386,7 +408,7 @@ msgstr ""
386
  #: lib/view/WpProQuiz_View_Import.php:22
387
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
388
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
389
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
390
  #: lib/view/WpProQuiz_View_Statistics.php:29
391
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
392
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -408,17 +430,17 @@ msgid "Sort by:"
408
  msgstr ""
409
 
410
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
411
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
412
  msgid "best user"
413
  msgstr ""
414
 
415
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
416
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
417
  msgid "newest entry"
418
  msgstr ""
419
 
420
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
421
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
422
  msgid "oldest entry"
423
  msgstr ""
424
 
@@ -432,7 +454,7 @@ msgstr ""
432
 
433
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
434
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
435
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
436
  msgid "Type"
437
  msgstr ""
438
 
@@ -442,13 +464,13 @@ msgstr ""
442
 
443
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
444
  #: lib/view/WpProQuiz_View_Statistics.php:239
445
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
446
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
447
  msgid "User"
448
  msgstr ""
449
 
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
451
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
452
  msgid "E-Mail"
453
  msgstr ""
454
 
@@ -458,8 +480,8 @@ msgid "Entered on"
458
  msgstr ""
459
 
460
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
461
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
462
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
463
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
464
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -469,20 +491,20 @@ msgstr ""
469
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
470
  #: lib/view/WpProQuiz_View_Statistics.php:105
471
  #: lib/view/WpProQuiz_View_Statistics.php:240
472
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
473
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
474
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
475
  msgid "Points"
476
  msgstr "درجات"
477
 
478
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
479
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
480
  #: lib/view/WpProQuiz_View_Statistics.php:111
481
  #: lib/view/WpProQuiz_View_Statistics.php:245
482
  #: lib/view/WpProQuiz_View_Statistics.php:324
483
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
484
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
485
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
486
  msgid "Results"
487
  msgstr "النتائج"
488
 
@@ -492,7 +514,7 @@ msgstr "النتائج"
492
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
493
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
494
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
495
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
496
  msgid "Edit"
497
  msgstr "تحرير"
498
 
@@ -503,10 +525,10 @@ msgstr "تحرير"
503
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
504
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
505
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
506
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
507
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
508
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
509
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
510
  msgid "Delete"
511
  msgstr "حذف"
512
 
@@ -530,247 +552,229 @@ msgstr ""
530
  msgid "Delete all entries"
531
  msgstr ""
532
 
533
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
534
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
535
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
536
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
537
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
541
  msgid "Quiz-summary"
542
  msgstr ""
543
 
544
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
545
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
546
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
547
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
548
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
549
  msgid "Finish quiz"
550
  msgstr ""
551
 
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  msgid "Your result has been entered into leaderboard"
554
  msgstr ""
555
 
556
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
557
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
558
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
559
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
560
  msgid "Name"
561
  msgstr "الاسم"
562
 
563
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
564
  msgid "Captcha"
565
  msgstr ""
566
 
567
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
568
  msgid "Send"
569
  msgstr ""
570
 
571
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
572
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
573
  msgid "You must fill out this field."
574
  msgstr ""
575
 
576
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
577
  msgid "You must specify a number."
578
  msgstr ""
579
 
580
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
581
  msgid "You must specify a text."
582
  msgstr ""
583
 
584
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
585
  msgid "You must specify an email address."
586
  msgstr ""
587
 
588
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
589
  msgid "You must specify a date."
590
  msgstr ""
591
 
592
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
593
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
594
- msgid "Yes"
595
- msgstr ""
596
-
597
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
598
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
599
- msgid "No"
600
- msgstr ""
601
-
602
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
603
- msgid ""
604
- "You have already completed the quiz before. Hence you can not start it again."
605
- msgstr ""
606
-
607
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
608
- msgid "You must sign in or sign up to start the quiz."
609
- msgstr ""
610
-
611
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
612
- msgid "You have to finish following quiz, to start this quiz:"
613
- msgstr ""
614
-
615
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
616
  #, php-format
617
  msgid "%s of %s questions completed"
618
  msgstr ""
619
 
620
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
621
  #: lib/view/WpProQuiz_View_Import.php:44
622
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
623
  msgid "Questions"
624
  msgstr "اسئلة"
625
 
626
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
627
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
628
  msgid "Information"
629
  msgstr ""
630
 
631
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
632
- msgid "Start quiz"
633
- msgstr "بدأ الاختبار"
634
-
635
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
636
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
637
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
638
  msgid "Time limit"
639
  msgstr "الوقت المحدد"
640
 
641
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
642
  msgid "Answered"
643
  msgstr ""
644
 
645
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
646
  msgid "Review"
647
  msgstr ""
648
 
649
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
650
  msgid "Review question"
651
  msgstr ""
652
 
653
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
654
  #, php-format
655
  msgid "%s of %s questions answered correctly"
656
  msgstr "تم اجابة %s من %s اسئلة بشكل صحيح"
657
 
658
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
659
  msgid "Your time: <span></span>"
660
  msgstr "وقتك: <span></span>"
661
 
662
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
663
  msgid "Time has elapsed"
664
  msgstr "مضى من الوقت"
665
 
666
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
667
  #, php-format
668
  msgid "You have reached %s of %s points, (%s)"
669
  msgstr "لقد وصلت الي %s من %s لنقاط, (%s)"
670
 
671
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
672
  msgid "Average score"
673
  msgstr ""
674
 
675
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
676
  msgid "Your score"
677
  msgstr ""
678
 
679
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
680
- msgid "Restart quiz"
681
- msgstr "اعادة الاختبار"
682
-
683
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
684
  msgid "View questions"
685
  msgstr "استعراض الاسئلة"
686
 
687
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
688
  msgid "Show leaderboard"
689
  msgstr ""
690
 
691
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
692
  #, php-format
693
  msgid "Question %s of %s"
694
  msgstr "اسئلة %s من %s "
695
 
696
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
697
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
698
  #: lib/view/WpProQuiz_View_Statistics.php:104
699
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
700
  msgid "Question"
701
  msgstr "اسئلة"
702
 
703
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
704
  #, php-format
705
  msgid "%d points"
706
  msgstr "%d درجات"
707
 
708
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
709
  #, php-format
710
  msgid "Category: %s"
711
  msgstr ""
712
 
713
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
714
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
715
  msgid "Sort elements"
716
  msgstr "ترتيب العناصر"
717
 
718
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
719
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
720
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
721
  #: lib/view/WpProQuiz_View_Statistics.php:106
722
  #: lib/view/WpProQuiz_View_Statistics.php:241
723
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
724
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
725
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
726
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
727
  msgid "Correct"
728
  msgstr "صحيح"
729
 
730
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
731
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
732
  #: lib/view/WpProQuiz_View_Statistics.php:107
733
  #: lib/view/WpProQuiz_View_Statistics.php:242
734
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
735
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
736
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
737
  msgid "Incorrect"
738
  msgstr "خطأ"
739
 
740
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
741
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
742
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
743
  msgid "Hint"
744
  msgstr "تلميح"
745
 
746
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
747
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
748
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
749
  msgid "Skip question"
750
  msgstr ""
751
 
752
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
753
  msgid "Back"
754
  msgstr "العودة"
755
 
756
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
757
  msgid "Check"
758
  msgstr "التحقق"
759
 
760
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
761
  msgid "Next"
762
  msgstr ""
763
 
764
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
765
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
766
  #, php-format
767
  msgid "Page %d"
768
  msgstr ""
769
 
770
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
771
- msgid "Quiz is loading..."
772
- msgstr ""
773
-
774
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
775
  #, php-format
776
  msgid "maximum of %s points"
@@ -791,7 +795,7 @@ msgstr ""
791
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
792
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
793
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
794
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
795
  msgid "Global settings"
796
  msgstr ""
797
 
@@ -802,8 +806,8 @@ msgstr ""
802
 
803
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
804
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
805
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
806
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
807
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
808
  msgid "Save"
809
  msgstr "حفظ"
@@ -857,18 +861,18 @@ msgstr ""
857
 
858
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
859
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
860
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
861
  msgid "Admin e-mail settings"
862
  msgstr ""
863
 
864
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
865
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
866
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
867
  msgid "To:"
868
  msgstr ""
869
 
870
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
871
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
872
  msgid ""
873
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
874
  "com"
@@ -876,22 +880,22 @@ msgstr ""
876
 
877
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
878
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
879
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
880
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
881
  msgid "From:"
882
  msgstr ""
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
885
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
886
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
887
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
888
  msgid "Subject:"
889
  msgstr ""
890
 
891
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
893
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
894
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
895
  msgid "HTML"
896
  msgstr ""
897
 
@@ -900,72 +904,72 @@ msgstr ""
900
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
901
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
902
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
903
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
904
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
905
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
906
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
907
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
908
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
909
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
910
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
911
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
912
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
913
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
914
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
916
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
917
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
941
  msgid "Activate"
942
  msgstr ""
943
 
944
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
945
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
948
  msgid "Message body:"
949
  msgstr ""
950
 
951
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
952
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
953
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
955
  msgid "Allowed variables"
956
  msgstr ""
957
 
958
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
959
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
960
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
961
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
962
  msgid "User-ID"
963
  msgstr ""
964
 
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
968
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
969
  #: lib/view/WpProQuiz_View_Statistics.php:322
970
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
971
  msgid "Username"
@@ -973,42 +977,42 @@ msgstr ""
973
 
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
975
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
976
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
977
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
978
  msgid "Quiz-Name"
979
  msgstr ""
980
 
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
982
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
983
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
984
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
985
  msgid "Result in precent"
986
  msgstr ""
987
 
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
989
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
990
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
991
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
992
  msgid "Reached points"
993
  msgstr ""
994
 
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
997
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
998
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
999
  msgid "IP-address of the user"
1000
  msgstr ""
1001
 
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1004
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1006
  msgid "Category-Overview"
1007
  msgstr ""
1008
 
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1011
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1012
  msgid "User e-mail settings"
1013
  msgstr ""
1014
 
@@ -1089,11 +1093,11 @@ msgid "Touch Library"
1089
  msgstr ""
1090
 
1091
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1092
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1093
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1094
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1095
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1096
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1097
  msgid "Deactivate"
1098
  msgstr ""
1099
 
@@ -1133,8 +1137,8 @@ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1133
  msgstr ""
1134
 
1135
  #: lib/view/WpProQuiz_View_Import.php:21
1136
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1137
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1138
  msgid "Import"
1139
  msgstr "استيراد"
1140
 
@@ -1155,7 +1159,7 @@ msgid "Quiz name"
1155
  msgstr "اسم الاختبار"
1156
 
1157
  #: lib/view/WpProQuiz_View_Import.php:69
1158
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1159
  msgid "Start import"
1160
  msgstr "ابدأ الاستيراد"
1161
 
@@ -1164,7 +1168,7 @@ msgid "WP-Pro-Quiz special modification"
1164
  msgstr ""
1165
 
1166
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1167
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1168
  msgid "You need special WP-Pro-Quiz modification for your website?"
1169
  msgstr ""
1170
 
@@ -1226,7 +1230,7 @@ msgid ""
1226
  msgstr ""
1227
 
1228
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1229
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1230
  msgid "load template"
1231
  msgstr ""
1232
 
@@ -1239,9 +1243,9 @@ msgstr "العنوان"
1239
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1240
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1241
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1242
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1243
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1244
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1245
  msgid "(optional)"
1246
  msgstr "(اختيار)"
1247
 
@@ -1256,9 +1260,9 @@ msgstr ""
1256
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1257
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1258
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1259
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1261
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1262
  msgid "(required)"
1263
  msgstr "(مطلوب)"
1264
 
@@ -1286,10 +1290,10 @@ msgstr ""
1286
 
1287
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1288
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1289
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1290
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1291
  #: lib/view/WpProQuiz_View_Statistics.php:124
1292
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1293
  msgid "Category"
1294
  msgstr ""
1295
 
@@ -1300,23 +1304,23 @@ msgid ""
1300
  msgstr ""
1301
 
1302
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1303
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1304
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1305
  msgid "You can manage categories in global settings."
1306
  msgstr ""
1307
 
1308
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1309
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1310
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1311
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1312
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1313
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1314
  msgid "Create new category"
1315
  msgstr ""
1316
 
1317
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1318
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1319
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1320
  msgid "Create"
1321
  msgstr ""
1322
 
@@ -1442,24 +1446,24 @@ msgid ""
1442
  msgstr ""
1443
 
1444
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1445
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1446
  msgid "template name"
1447
  msgstr ""
1448
 
1449
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1450
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1451
  msgid "Create new template"
1452
  msgstr ""
1453
 
1454
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1455
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1456
  msgid "Save as template"
1457
  msgstr ""
1458
 
1459
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1460
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1461
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1462
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1463
  msgid "Options"
1464
  msgstr "خيارات"
1465
 
@@ -1491,7 +1495,7 @@ msgstr ""
1491
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1492
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1493
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1494
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1495
  msgid "Move"
1496
  msgstr "تحريك"
1497
 
@@ -1555,28 +1559,29 @@ msgstr ""
1555
 
1556
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1557
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1558
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1559
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1560
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1561
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1562
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1563
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1564
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1565
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1566
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1567
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1568
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1569
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1570
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1571
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1572
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1573
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1574
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1575
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1576
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1577
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1578
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1579
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1580
  msgid "Demo"
1581
  msgstr ""
1582
 
@@ -1629,7 +1634,7 @@ msgstr "ترتيب الاسئلة"
1629
 
1630
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1631
  #: lib/view/WpProQuiz_View_Statistics.php:169
1632
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1633
  msgid "Total"
1634
  msgstr "المجموع"
1635
 
@@ -1656,80 +1661,80 @@ msgstr ""
1656
  msgid "Copy questions"
1657
  msgstr ""
1658
 
1659
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1660
  msgid "Quiz title"
1661
  msgstr "عنوان الاختبار"
1662
 
1663
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1664
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1665
  msgid "You can assign classify category for a quiz."
1666
  msgstr ""
1667
 
1668
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1669
  msgid "Hide quiz title"
1670
  msgstr "اخفاء عنوان الاختبار"
1671
 
1672
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1673
  msgid "Hide title"
1674
  msgstr "اخفاء العنوان"
1675
 
1676
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1677
  msgid "The title serves as quiz heading."
1678
  msgstr "العنوان يظهر كعنوانا من اجل الاختبار."
1679
 
1680
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1681
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1682
  msgid "Hide \"Restart quiz\" button"
1683
  msgstr "اخفاء زر\"اعادة الاختبار\""
1684
 
1685
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1686
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1687
  msgstr "اخفاء زر \"اعادة الاختبار\" في الواجهة"
1688
 
1689
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1690
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1691
  msgid "Hide \"View question\" button"
1692
  msgstr "اخفاء زر \"عرض السؤال\""
1693
 
1694
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1695
  msgid "Hide the \"View question\" button in the Frontend."
1696
  msgstr "اخفاء زر \"عرض السؤال\" في الواجهة"
1697
 
1698
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1699
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1700
  msgid "Display question randomly"
1701
  msgstr "اعرض الاسئلة عشوائياً"
1702
 
1703
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1704
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1705
  msgid "Display answers randomly"
1706
  msgstr "اعرض الاجابات عشوائياً"
1707
 
1708
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1709
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1710
  msgid "Sort questions by category"
1711
  msgstr ""
1712
 
1713
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1714
  msgid ""
1715
  "Also works in conjunction with the \"display randomly question\" option."
1716
  msgstr ""
1717
 
1718
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1719
  msgid "Seconds"
1720
  msgstr "ثواني"
1721
 
1722
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1723
  msgid "0 = no limit"
1724
  msgstr "0 = بدون وقت محدد"
1725
 
1726
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1727
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1728
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1729
  msgid "Statistics"
1730
  msgstr "احصائيات"
1731
 
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1733
  msgid ""
1734
  "Statistics about right or wrong answers. Statistics will be saved by "
1735
  "completed quiz, not after every question. The statistics is only visible "
@@ -1739,16 +1744,16 @@ msgstr ""
1739
  "الاختبار، وليس بعد كل سؤال. الإحصاءات تظهر فقط خلال قائمة الإدارة. "
1740
  "(الإحصاءات الداخلية)"
1741
 
1742
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1743
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1744
  msgid "Statistics IP-lock"
1745
  msgstr "احصائيات قفل-اي بي"
1746
 
1747
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1748
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1749
  msgstr "بالدقائق (مستحسن 1440 دقيقة = 1 يوم)"
1750
 
1751
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1752
  msgid ""
1753
  "Protect the statistics from spam. Result will only be saved every X minutes "
1754
  "from same IP. (0 = deactivated)"
@@ -1756,227 +1761,227 @@ msgstr ""
1756
  "حماية الإحصاءات من البريد المزعج. النتائج سوف تحفظ كل * دقيقة من نفي الاي "
1757
  "بي. (0= غير مفعل)"
1758
 
1759
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1760
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1761
  msgid "Execute quiz only once"
1762
  msgstr ""
1763
 
1764
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1765
  msgid ""
1766
  "If you activate this option, the user can complete the quiz only once. "
1767
  "Afterwards the quiz is blocked for this user."
1768
  msgstr ""
1769
 
1770
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1771
  msgid "This option applies to:"
1772
  msgstr ""
1773
 
1774
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1775
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1776
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1777
  msgid "all users"
1778
  msgstr ""
1779
 
1780
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1781
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1782
  msgid "registered useres only"
1783
  msgstr ""
1784
 
1785
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1786
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1787
  msgid "anonymous users only"
1788
  msgstr ""
1789
 
1790
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1791
  msgid "user identification by cookie"
1792
  msgstr ""
1793
 
1794
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1795
  msgid ""
1796
  "If you activate this option, a cookie is set additionally for unregistrated "
1797
  "(anonymous) users. This ensures a longer assignment of the user than the "
1798
  "simple assignment by the IP address."
1799
  msgstr ""
1800
 
1801
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1802
  msgid "Reset the user identification"
1803
  msgstr ""
1804
 
1805
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1806
  msgid "User identification has been reset."
1807
  msgstr ""
1808
 
1809
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1810
  msgid "Resets user identification for all users."
1811
  msgstr ""
1812
 
1813
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1814
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1815
  msgid "Show only specific number of questions"
1816
  msgstr ""
1817
 
1818
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1819
  msgid ""
1820
  "If you enable this option, maximum number of displayed questions will be X "
1821
  "from X questions. (The output of questions is random)"
1822
  msgstr ""
1823
 
1824
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1825
  msgid "How many questions should be displayed simultaneously:"
1826
  msgstr ""
1827
 
1828
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1829
  msgid "in percent"
1830
  msgstr ""
1831
 
1832
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1833
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1834
  msgid "Prerequisites"
1835
  msgstr ""
1836
 
1837
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1838
  msgid ""
1839
  "If you enable this option, you can choose quiz, which user have to finish "
1840
  "before he can start this quiz."
1841
  msgstr ""
1842
 
1843
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1844
  msgid ""
1845
  "In all selected quizzes statistic function have to be active. If it is not "
1846
  "it will be activated automatically."
1847
  msgstr ""
1848
 
1849
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1850
  msgid "Quiz"
1851
  msgstr ""
1852
 
1853
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1854
  msgid "Prerequisites (This quiz have to be finished)"
1855
  msgstr ""
1856
 
1857
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1858
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1859
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1860
  msgid "Question overview"
1861
  msgstr ""
1862
 
1863
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1864
  msgid ""
1865
  "Add at the top of the quiz a question overview, which allows easy "
1866
  "navigation. Additional questions can be marked \"to review\"."
1867
  msgstr ""
1868
 
1869
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1870
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1871
  msgstr ""
1872
 
1873
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1874
  msgid ""
1875
  "If you enalbe this option, no quiz overview will be displayed, before "
1876
  "finishing quiz."
1877
  msgstr ""
1878
 
1879
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1880
  msgid ""
1881
  "If you enable this option, user won't be able to skip question. (only in "
1882
  "\"Overview -> next\" mode). User still will be able to navigate over "
1883
  "\"Question-Overview\""
1884
  msgstr ""
1885
 
1886
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1887
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1888
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1889
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1890
  msgid "Admin e-mail notification"
1891
  msgstr ""
1892
 
1893
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1894
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1895
  msgid "for registered users only"
1896
  msgstr ""
1897
 
1898
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1899
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1900
  msgid "for all users"
1901
  msgstr ""
1902
 
1903
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1904
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1905
  msgid ""
1906
  "If you enable this option, you will be informed if a user completes this "
1907
  "quiz."
1908
  msgstr ""
1909
 
1910
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1911
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1912
  msgid "E-Mail settings can be edited in global settings."
1913
  msgstr ""
1914
 
1915
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1916
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1917
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1918
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1919
  msgid "User e-mail notification"
1920
  msgstr ""
1921
 
1922
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
1923
  msgid ""
1924
  "If you enable this option, an email is sent with his quiz result to the "
1925
  "user. (only registered users)"
1926
  msgstr ""
1927
 
1928
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
1929
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
1930
  msgid "Autostart"
1931
  msgstr ""
1932
 
1933
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
1934
  msgid ""
1935
  "If you enable this option, the quiz will start automatically after the page "
1936
  "is loaded."
1937
  msgstr ""
1938
 
1939
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
1940
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
1941
  msgid "Only registered users are allowed to start the quiz"
1942
  msgstr ""
1943
 
1944
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
1945
  msgid ""
1946
  "If you enable this option, only registered users allowed start the quiz."
1947
  msgstr ""
1948
 
1949
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1950
  msgid "Quiz description"
1951
  msgstr "وصف الاختبار"
1952
 
1953
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
1954
  msgid "This text will be displayed before start of the quiz."
1955
  msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
1956
 
1957
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1958
  msgid "Results text"
1959
  msgstr "نص النتائج"
1960
 
1961
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
1962
  msgid ""
1963
  "This text will be displayed at the end of the quiz (in results). (this text "
1964
  "is optional)"
1965
  msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
1966
 
1967
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1968
  msgid "Activate graduation"
1969
  msgstr "تفعيل التقييم"
1970
 
1971
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
1972
  msgid "Hint:"
1973
  msgstr "تلميح:"
1974
 
1975
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
1976
  msgid "Maximal 15 levels"
1977
  msgstr "اقصى حد 15 مستوى"
1978
 
1979
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
1980
  #, php-format
1981
  msgid ""
1982
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -1985,26 +1990,26 @@ msgstr ""
1985
  "النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
1986
  "%d سؤال"
1987
 
1988
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
1989
  msgid "Values can also be mixed up"
1990
  msgstr "يمكن لخبطة القيم"
1991
 
1992
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
1993
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1994
  msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
1995
 
1996
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
1997
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
1998
  msgid "from:"
1999
  msgstr "من:"
2000
 
2001
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2002
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2003
  msgid "percent"
2004
  msgstr "النسبة المئوية"
2005
 
2006
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2007
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2008
  #, php-format
2009
  msgid ""
2010
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2013,426 +2018,430 @@ msgstr ""
2013
  "(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
2014
  "span>%%)"
2015
 
2016
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2017
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2018
  msgid "Delete graduation"
2019
  msgstr "حذف التقييم"
2020
 
2021
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2022
  msgid "Add graduation"
2023
  msgstr "اضافة تقييم"
2024
 
2025
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2026
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2027
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2028
  msgid "Custom fields - Variables"
2029
  msgstr ""
2030
 
2031
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2032
  msgid "Result-Options"
2033
  msgstr ""
2034
 
2035
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2036
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2037
  msgid "Show average points"
2038
  msgstr ""
2039
 
2040
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2041
  msgid "Statistics-function must be enabled."
2042
  msgstr ""
2043
 
2044
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2045
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2046
  msgid "Show category score"
2047
  msgstr ""
2048
 
2049
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2050
  msgid ""
2051
  "If you enable this option, the results of each category is displayed on the "
2052
  "results page."
2053
  msgstr ""
2054
 
2055
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2056
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2057
  msgid "Hide correct questions - display"
2058
  msgstr ""
2059
 
2060
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2061
  msgid ""
2062
  "If you select this option, no longer the number of correctly answered "
2063
  "questions are displayed on the results page."
2064
  msgstr ""
2065
 
2066
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2067
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2068
  msgid "Hide quiz time - display"
2069
  msgstr ""
2070
 
2071
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2072
  msgid ""
2073
  "If you enable this option, the time for finishing the quiz won't be "
2074
  "displayed on the results page anymore."
2075
  msgstr ""
2076
 
2077
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2078
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2079
  msgid "Hide score - display"
2080
  msgstr ""
2081
 
2082
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2083
  msgid ""
2084
  "If you enable this option, final score won't be displayed on the results "
2085
  "page anymore."
2086
  msgstr ""
2087
 
2088
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2089
  msgid "Question-Options"
2090
  msgstr ""
2091
 
2092
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2093
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2094
  msgid "Show points"
2095
  msgstr "اعرض الدرجات"
2096
 
2097
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2098
  msgid "Shows in quiz, how many points are reachable for respective question."
2099
  msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
2100
 
2101
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2102
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2103
  msgid "Number answers"
2104
  msgstr ""
2105
 
2106
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2107
  msgid ""
2108
  "If this option is activated, all answers are numbered (only single and "
2109
  "multiple choice)"
2110
  msgstr ""
2111
 
2112
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2113
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2114
  msgid "Hide correct- and incorrect message"
2115
  msgstr ""
2116
 
2117
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2118
  msgid ""
2119
  "If you enable this option, no correct- or incorrect message will be "
2120
  "displayed."
2121
  msgstr ""
2122
 
2123
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2124
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2125
  msgid "Correct and incorrect answer mark"
2126
  msgstr ""
2127
 
2128
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2129
  msgid ""
2130
  "If you enable this option, answers won't be color highlighted as correct or "
2131
  "incorrect. "
2132
  msgstr ""
2133
 
2134
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2135
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2136
  msgid "Force user to answer each question"
2137
  msgstr ""
2138
 
2139
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2140
  msgid "If you enable this option, the user is forced to answer each question."
2141
  msgstr ""
2142
 
2143
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2144
  msgid ""
2145
  "If the option \"Question overview\" is activated, this notification will "
2146
  "appear after end of the quiz, otherwise after each question."
2147
  msgstr ""
2148
 
2149
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2150
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2151
  msgid "Hide question position overview"
2152
  msgstr ""
2153
 
2154
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2155
  msgid "If you enable this option, the question position overview is hidden."
2156
  msgstr ""
2157
 
2158
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2159
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2160
  msgid "Hide question numbering"
2161
  msgstr ""
2162
 
2163
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2164
  msgid "If you enable this option, the question numbering is hidden."
2165
  msgstr ""
2166
 
2167
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2168
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2169
  msgid "Display category"
2170
  msgstr ""
2171
 
2172
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2173
  msgid "If you enable this option, category will be displayed in the question."
2174
  msgstr ""
2175
 
2176
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2177
  msgid ""
2178
  "The leaderboard allows users to enter results in public list and to share "
2179
  "the result this way."
2180
  msgstr ""
2181
 
2182
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2183
  msgid "The leaderboard works independent from internal statistics function."
2184
  msgstr ""
2185
 
2186
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2187
  msgid "Who can sign up to the list"
2188
  msgstr ""
2189
 
2190
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2191
  msgid ""
2192
  "Not registered users have to enter name and e-mail (e-mail won't be "
2193
  "displayed)"
2194
  msgstr ""
2195
 
2196
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2197
  msgid "insert automatically"
2198
  msgstr ""
2199
 
2200
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2201
  msgid ""
2202
  "If you enable this option, logged in users will be automatically entered "
2203
  "into leaderboard"
2204
  msgstr ""
2205
 
2206
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2207
  msgid "display captcha"
2208
  msgstr ""
2209
 
2210
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2211
  msgid ""
2212
  "If you enable this option, additional captcha will be displayed for users "
2213
  "who are not registered."
2214
  msgstr ""
2215
 
2216
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2217
  msgid "This option requires additional plugin:"
2218
  msgstr ""
2219
 
2220
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2221
  msgid "Plugin has been detected."
2222
  msgstr ""
2223
 
2224
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2225
  msgid "Plugin is not installed."
2226
  msgstr ""
2227
 
2228
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2229
  msgid "Sort list by"
2230
  msgstr ""
2231
 
2232
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2233
  msgid "Users can apply multiple times"
2234
  msgstr ""
2235
 
2236
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2237
  msgid "User can apply after:"
2238
  msgstr ""
2239
 
2240
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2241
  msgid "minute"
2242
  msgstr ""
2243
 
2244
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2245
  msgid "How many entries should be displayed"
2246
  msgstr ""
2247
 
2248
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2249
  msgid "Entries"
2250
  msgstr ""
2251
 
2252
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2253
  msgid "Automatically display leaderboard in quiz result"
2254
  msgstr ""
2255
 
2256
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2257
  msgid "Where should leaderboard be displayed:"
2258
  msgstr ""
2259
 
2260
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2261
  msgid "don't display"
2262
  msgstr ""
2263
 
2264
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2265
  msgid "below the \"result text\""
2266
  msgstr ""
2267
 
2268
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2269
  msgid "in a button"
2270
  msgstr ""
2271
 
2272
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2273
  msgid "Quiz-Mode"
2274
  msgstr ""
2275
 
2276
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2277
  msgid "Normal"
2278
  msgstr ""
2279
 
2280
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2281
  msgid "Normal + Back-Button"
2282
  msgstr ""
2283
 
2284
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2285
  msgid "Check -> continue"
2286
  msgstr "فحص->استكمال"
2287
 
2288
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2289
  msgid "Questions below each other"
2290
  msgstr ""
2291
 
2292
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2293
  msgid ""
2294
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2295
  "displayed at the end of the quiz."
2296
  msgstr ""
2297
 
2298
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2299
  msgid "Allows to use the back button in a question."
2300
  msgstr ""
2301
 
2302
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2303
  msgid "Shows \"right or wrong\" after each question."
2304
  msgstr ""
2305
 
2306
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2307
  msgid ""
2308
  "If this option is activated, all answers are displayed below each other, i."
2309
  "e. all questions are on a single page."
2310
  msgstr ""
2311
 
2312
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2313
  msgid "How many questions to be displayed on a page:"
2314
  msgstr ""
2315
 
2316
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2317
  msgid "(0 = All on one page)"
2318
  msgstr ""
2319
 
2320
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2321
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2322
  #: lib/view/WpProQuiz_View_Statistics.php:41
2323
  #: lib/view/WpProQuiz_View_Statistics.php:364
2324
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2325
  msgid "Custom fields"
2326
  msgstr ""
2327
 
2328
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2329
  msgid ""
2330
  "You can create custom fields, e.g. to request the name or the e-mail address "
2331
  "of the users."
2332
  msgstr ""
2333
 
2334
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2335
  msgid "The statistic function have to be enabled."
2336
  msgstr ""
2337
 
2338
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2339
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2340
  msgid "Custom fields enable"
2341
  msgstr ""
2342
 
2343
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2344
  msgid "If you enable this option, custom fields are enabled."
2345
  msgstr ""
2346
 
2347
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2348
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2349
  msgid "Display position"
2350
  msgstr ""
2351
 
2352
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2353
  msgid "Where should the fileds be displayed:"
2354
  msgstr ""
2355
 
2356
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2357
  msgid "On the quiz startpage"
2358
  msgstr ""
2359
 
2360
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2361
  msgid "At the end of the quiz (before the quiz result)"
2362
  msgstr ""
2363
 
2364
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2365
  msgid "Field name"
2366
  msgstr ""
2367
 
2368
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2369
  msgid "Required?"
2370
  msgstr ""
2371
 
2372
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2373
  msgid "Text"
2374
  msgstr ""
2375
 
2376
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2377
  msgid "Textarea"
2378
  msgstr ""
2379
 
2380
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2381
  msgid "Checkbox"
2382
  msgstr ""
2383
 
2384
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2385
  msgid "Drop-Down menu"
2386
  msgstr ""
2387
 
2388
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2389
  msgid "Radio"
2390
  msgstr ""
2391
 
2392
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2393
  msgid "Number"
2394
  msgstr ""
2395
 
2396
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2397
  msgid "Email"
2398
  msgstr ""
2399
 
2400
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2401
  msgid "Yes/No"
2402
  msgstr ""
2403
 
2404
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2405
  #: lib/view/WpProQuiz_View_Statistics.php:323
2406
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2407
  msgid "Date"
2408
  msgstr ""
2409
 
2410
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2411
  msgid "Edit list"
2412
  msgstr ""
2413
 
2414
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2415
  msgid "One entry per line"
2416
  msgstr ""
2417
 
2418
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2419
  msgid "OK"
2420
  msgstr ""
2421
 
2422
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2423
  msgid "Add field"
2424
  msgstr ""
2425
 
2426
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2427
  msgid ""
2428
  "If you enable this option, an email is sent with his quiz result to the user."
2429
  msgstr ""
2430
 
2431
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2432
  msgid "User Email-Address (only registered users)"
2433
  msgstr ""
2434
 
2435
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2436
  msgid "(Type Email)"
2437
  msgstr ""
2438
 
@@ -2448,85 +2457,85 @@ msgstr "في حالة وجود مشاكل"
2448
  msgid "If quiz doesn't work in front-end, please try following:"
2449
  msgstr "إذا الاختبار لا يعمل في الواجهة الأمامية، يرجى تجربة التالي:"
2450
 
2451
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2452
  msgid "Style Manager"
2453
  msgstr ""
2454
 
2455
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2456
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2457
  msgid "Support WP-Pro-Quiz"
2458
  msgstr ""
2459
 
2460
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2461
  msgid "Learn more"
2462
  msgstr ""
2463
 
2464
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2465
  msgid "ID"
2466
  msgstr "الرقم"
2467
 
2468
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2469
  msgid "Shortcode"
2470
  msgstr "الكود"
2471
 
2472
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2473
  msgid "Shortcode-Leaderboard"
2474
  msgstr ""
2475
 
2476
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2477
  msgid "Preview"
2478
  msgstr "استعراض"
2479
 
2480
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2481
  msgid "Add quiz"
2482
  msgstr "اضف اختبار"
2483
 
2484
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2485
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2486
  msgid "Export"
2487
  msgstr "تصدير"
2488
 
2489
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2490
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2491
  msgid "Set Quiz Categories"
2492
  msgstr ""
2493
 
2494
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2495
  msgid ""
2496
  "Choose the respective question, which you would like to export and press on "
2497
  "\"Start export\""
2498
  msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
2499
 
2500
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2501
  msgid "Format:"
2502
  msgstr ""
2503
 
2504
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2505
  msgid "*.wpq"
2506
  msgstr ""
2507
 
2508
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2509
  msgid "or"
2510
  msgstr ""
2511
 
2512
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2513
  msgid "*.xml"
2514
  msgstr ""
2515
 
2516
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2517
  msgid "Start export"
2518
  msgstr "ابدأ التصدير"
2519
 
2520
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2521
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2522
  msgstr ""
2523
 
2524
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2525
  #, php-format
2526
  msgid "Maximal %d MiB"
2527
  msgstr "الحد الاقصى من %d MIB"
2528
 
2529
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2530
  msgid "Sets multiple quiz categories "
2531
  msgstr ""
2532
 
@@ -2573,39 +2582,39 @@ msgstr ""
2573
 
2574
  #: lib/view/WpProQuiz_View_Statistics.php:108
2575
  #: lib/view/WpProQuiz_View_Statistics.php:243
2576
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2577
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2578
  msgid "Hints used"
2579
  msgstr "التلميحات مستخدمة"
2580
 
2581
  #: lib/view/WpProQuiz_View_Statistics.php:109
2582
  #: lib/view/WpProQuiz_View_Statistics.php:244
2583
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2584
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2585
  msgid "Time"
2586
  msgstr ""
2587
 
2588
  #: lib/view/WpProQuiz_View_Statistics.php:110
2589
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2590
  msgid "Points scored"
2591
  msgstr ""
2592
 
2593
  #: lib/view/WpProQuiz_View_Statistics.php:148
2594
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2595
  msgid "Sub-Total: "
2596
  msgstr ""
2597
 
2598
  #: lib/view/WpProQuiz_View_Statistics.php:183
2599
  #: lib/view/WpProQuiz_View_Statistics.php:268
2600
  #: lib/view/WpProQuiz_View_Statistics.php:343
2601
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2602
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2603
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2604
  msgid "Refresh"
2605
  msgstr ""
2606
 
2607
  #: lib/view/WpProQuiz_View_Statistics.php:187
2608
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2609
  msgid "Reset statistics"
2610
  msgstr "اعادة ضبط الاحصائيات"
2611
 
@@ -2645,17 +2654,29 @@ msgstr ""
2645
  msgid "only anonymous users"
2646
  msgstr ""
2647
 
2648
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2649
  #, php-format
2650
  msgid "User statistics: %s"
2651
  msgstr ""
2652
 
2653
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2654
- msgid "ticked"
2655
  msgstr ""
2656
 
2657
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2658
- msgid "not ticked"
2659
  msgstr ""
2660
 
2661
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:36+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:36+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: abuhassan <sajja2002@hotmail.com>\n"
8
  "Language: ar\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr ""
69
 
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
149
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
163
  msgstr ""
164
 
165
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
166
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
167
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
169
  msgid "File cannot be processed"
170
  msgstr "لا يمكن استكمال الملف"
171
 
172
  #: lib/controller/WpProQuiz_Controller_Question.php:9
173
  #: lib/controller/WpProQuiz_Controller_Question.php:19
174
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
175
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
176
  msgid "Quiz not found"
177
  msgstr "لم يتم العثور على الاختبار"
178
 
209
  msgid "questions copied"
210
  msgstr ""
211
 
212
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
213
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
214
  msgid "Quiz edited"
215
  msgstr "تم تحرير الاختبار"
216
 
217
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
218
  msgid "quiz created"
219
  msgstr ""
220
 
221
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
222
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
224
  msgid "Quiz title or quiz description are not filled"
225
  msgstr "لم يتم تعبئة عنوان او وصف الاختبار"
226
 
227
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
228
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
229
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
230
  msgid "Edit quiz"
231
  msgstr "تحرير الاختبار"
232
 
233
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
234
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
236
  msgid "Create quiz"
237
  msgstr "انشاء اختبار"
238
 
239
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
240
  msgid "Template stored"
241
  msgstr ""
242
 
243
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
244
  msgid "Quiz deleted"
245
  msgstr "تم حذف الاختبار"
246
 
247
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
248
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
249
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
250
  msgid "Not categorized"
251
  msgstr ""
252
 
253
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
254
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
255
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
256
  msgid "Categories"
257
  msgstr ""
258
 
259
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
260
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
263
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
264
  msgid "No category"
265
  msgstr ""
266
 
267
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
268
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
270
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
271
  msgid "Anonymous"
272
  msgstr ""
273
 
274
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
275
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
276
  msgid "Deleted user"
277
  msgstr ""
278
 
306
  msgid "You entered wrong captcha code."
307
  msgstr ""
308
 
309
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
310
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
311
+ msgid "ticked"
312
+ msgstr ""
313
+
314
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
315
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
316
+ msgid "not ticked"
317
+ msgstr ""
318
+
319
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
320
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
321
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
322
+ msgid "Yes"
323
+ msgstr ""
324
+
325
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
327
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
328
+ msgid "No"
329
+ msgstr ""
330
+
331
  #: lib/helper/WpProQuiz_Helper_Import.php:9
332
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
333
  msgid "File was not uploaded"
334
  msgstr "لم يتم رفع الملف"
335
 
336
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
337
  msgid "File have wrong format"
338
  msgstr "صيغة الملف خاطئة"
339
 
340
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
341
  msgid "File is not compatible with the current version"
342
  msgstr ""
343
 
391
  msgstr ""
392
 
393
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
394
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
395
  msgid "WP-Pro-Quiz"
396
  msgstr ""
397
 
398
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
399
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
402
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
403
  msgid "Leaderboard"
404
  msgstr ""
405
 
408
  #: lib/view/WpProQuiz_View_Import.php:22
409
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
410
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
412
  #: lib/view/WpProQuiz_View_Statistics.php:29
413
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
414
  #: lib/view/WpProQuiz_View_StyleManager.php:11
430
  msgstr ""
431
 
432
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
434
  msgid "best user"
435
  msgstr ""
436
 
437
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
439
  msgid "newest entry"
440
  msgstr ""
441
 
442
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
444
  msgid "oldest entry"
445
  msgstr ""
446
 
454
 
455
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
456
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
458
  msgid "Type"
459
  msgstr ""
460
 
464
 
465
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
466
  #: lib/view/WpProQuiz_View_Statistics.php:239
467
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
468
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
469
  msgid "User"
470
  msgstr ""
471
 
472
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
474
  msgid "E-Mail"
475
  msgstr ""
476
 
480
  msgstr ""
481
 
482
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
485
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
486
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
487
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
491
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
492
  #: lib/view/WpProQuiz_View_Statistics.php:105
493
  #: lib/view/WpProQuiz_View_Statistics.php:240
494
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
495
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
496
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
497
  msgid "Points"
498
  msgstr "درجات"
499
 
500
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
502
  #: lib/view/WpProQuiz_View_Statistics.php:111
503
  #: lib/view/WpProQuiz_View_Statistics.php:245
504
  #: lib/view/WpProQuiz_View_Statistics.php:324
505
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
506
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
507
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
508
  msgid "Results"
509
  msgstr "النتائج"
510
 
514
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
515
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
516
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
517
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
518
  msgid "Edit"
519
  msgstr "تحرير"
520
 
525
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
526
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
527
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
529
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
530
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
531
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
532
  msgid "Delete"
533
  msgstr "حذف"
534
 
552
  msgid "Delete all entries"
553
  msgstr ""
554
 
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
556
+ msgid "Start quiz"
557
+ msgstr "بدأ الاختبار"
558
+
559
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
560
+ msgid "Restart quiz"
561
+ msgstr "اعادة الاختبار"
562
+
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
567
  msgid "Quiz-summary"
568
  msgstr ""
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
571
  msgid "Finish quiz"
572
  msgstr ""
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
575
+ msgid "Quiz is loading..."
576
+ msgstr ""
577
+
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
579
+ msgid ""
580
+ "You have already completed the quiz before. Hence you can not start it again."
581
+ msgstr ""
582
+
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
584
+ msgid "You must sign in or sign up to start the quiz."
585
+ msgstr ""
586
+
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
588
+ msgid "You have to finish following quiz, to start this quiz:"
589
+ msgstr ""
590
+
591
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
592
  msgid "Your result has been entered into leaderboard"
593
  msgstr ""
594
 
595
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
596
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
597
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
598
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
599
  msgid "Name"
600
  msgstr "الاسم"
601
 
602
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
603
  msgid "Captcha"
604
  msgstr ""
605
 
606
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
607
  msgid "Send"
608
  msgstr ""
609
 
610
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
611
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
612
  msgid "You must fill out this field."
613
  msgstr ""
614
 
615
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
616
  msgid "You must specify a number."
617
  msgstr ""
618
 
619
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
620
  msgid "You must specify a text."
621
  msgstr ""
622
 
623
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
624
  msgid "You must specify an email address."
625
  msgstr ""
626
 
627
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
628
  msgid "You must specify a date."
629
  msgstr ""
630
 
631
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  #, php-format
633
  msgid "%s of %s questions completed"
634
  msgstr ""
635
 
636
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
637
  #: lib/view/WpProQuiz_View_Import.php:44
638
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
639
  msgid "Questions"
640
  msgstr "اسئلة"
641
 
642
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
643
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
644
  msgid "Information"
645
  msgstr ""
646
 
647
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
650
  msgid "Time limit"
651
  msgstr "الوقت المحدد"
652
 
653
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
654
  msgid "Answered"
655
  msgstr ""
656
 
657
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
658
  msgid "Review"
659
  msgstr ""
660
 
661
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
662
  msgid "Review question"
663
  msgstr ""
664
 
665
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
666
  #, php-format
667
  msgid "%s of %s questions answered correctly"
668
  msgstr "تم اجابة %s من %s اسئلة بشكل صحيح"
669
 
670
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
671
  msgid "Your time: <span></span>"
672
  msgstr "وقتك: <span></span>"
673
 
674
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
675
  msgid "Time has elapsed"
676
  msgstr "مضى من الوقت"
677
 
678
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
679
  #, php-format
680
  msgid "You have reached %s of %s points, (%s)"
681
  msgstr "لقد وصلت الي %s من %s لنقاط, (%s)"
682
 
683
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
684
  msgid "Average score"
685
  msgstr ""
686
 
687
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
688
  msgid "Your score"
689
  msgstr ""
690
 
691
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
692
  msgid "View questions"
693
  msgstr "استعراض الاسئلة"
694
 
695
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
696
  msgid "Show leaderboard"
697
  msgstr ""
698
 
699
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
700
  #, php-format
701
  msgid "Question %s of %s"
702
  msgstr "اسئلة %s من %s "
703
 
704
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
705
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
706
  #: lib/view/WpProQuiz_View_Statistics.php:104
707
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
708
  msgid "Question"
709
  msgstr "اسئلة"
710
 
711
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
712
  #, php-format
713
  msgid "%d points"
714
  msgstr "%d درجات"
715
 
716
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
717
  #, php-format
718
  msgid "Category: %s"
719
  msgstr ""
720
 
721
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
722
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
723
  msgid "Sort elements"
724
  msgstr "ترتيب العناصر"
725
 
726
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
727
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
728
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
729
  #: lib/view/WpProQuiz_View_Statistics.php:106
730
  #: lib/view/WpProQuiz_View_Statistics.php:241
731
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
732
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
733
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
734
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
735
  msgid "Correct"
736
  msgstr "صحيح"
737
 
738
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
739
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
740
  #: lib/view/WpProQuiz_View_Statistics.php:107
741
  #: lib/view/WpProQuiz_View_Statistics.php:242
742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
745
  msgid "Incorrect"
746
  msgstr "خطأ"
747
 
748
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
750
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
751
  msgid "Hint"
752
  msgstr "تلميح"
753
 
754
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
757
  msgid "Skip question"
758
  msgstr ""
759
 
760
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
761
  msgid "Back"
762
  msgstr "العودة"
763
 
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
765
  msgid "Check"
766
  msgstr "التحقق"
767
 
768
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
769
  msgid "Next"
770
  msgstr ""
771
 
772
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
773
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
774
  #, php-format
775
  msgid "Page %d"
776
  msgstr ""
777
 
 
 
 
 
778
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
779
  #, php-format
780
  msgid "maximum of %s points"
795
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
796
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
797
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
798
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
799
  msgid "Global settings"
800
  msgstr ""
801
 
806
 
807
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
808
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
810
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
811
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
812
  msgid "Save"
813
  msgstr "حفظ"
861
 
862
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
863
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
865
  msgid "Admin e-mail settings"
866
  msgstr ""
867
 
868
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
871
  msgid "To:"
872
  msgstr ""
873
 
874
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
876
  msgid ""
877
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
878
  "com"
880
 
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
882
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
884
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
885
  msgid "From:"
886
  msgstr ""
887
 
888
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
889
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
892
  msgid "Subject:"
893
  msgstr ""
894
 
895
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
896
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
897
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
899
  msgid "HTML"
900
  msgstr ""
901
 
904
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
910
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
945
  msgid "Activate"
946
  msgstr ""
947
 
948
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
949
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
952
  msgid "Message body:"
953
  msgstr ""
954
 
955
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
956
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
959
  msgid "Allowed variables"
960
  msgstr ""
961
 
962
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
963
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
966
  msgid "User-ID"
967
  msgstr ""
968
 
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
970
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
973
  #: lib/view/WpProQuiz_View_Statistics.php:322
974
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
975
  msgid "Username"
977
 
978
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
979
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
982
  msgid "Quiz-Name"
983
  msgstr ""
984
 
985
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
986
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
987
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
989
  msgid "Result in precent"
990
  msgstr ""
991
 
992
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
993
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
996
  msgid "Reached points"
997
  msgstr ""
998
 
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1000
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1003
  msgid "IP-address of the user"
1004
  msgstr ""
1005
 
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1007
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1008
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1010
  msgid "Category-Overview"
1011
  msgstr ""
1012
 
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1014
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1016
  msgid "User e-mail settings"
1017
  msgstr ""
1018
 
1093
  msgstr ""
1094
 
1095
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1097
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1098
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1099
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1101
  msgid "Deactivate"
1102
  msgstr ""
1103
 
1137
  msgstr ""
1138
 
1139
  #: lib/view/WpProQuiz_View_Import.php:21
1140
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1141
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1142
  msgid "Import"
1143
  msgstr "استيراد"
1144
 
1159
  msgstr "اسم الاختبار"
1160
 
1161
  #: lib/view/WpProQuiz_View_Import.php:69
1162
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1163
  msgid "Start import"
1164
  msgstr "ابدأ الاستيراد"
1165
 
1168
  msgstr ""
1169
 
1170
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1171
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1172
  msgid "You need special WP-Pro-Quiz modification for your website?"
1173
  msgstr ""
1174
 
1230
  msgstr ""
1231
 
1232
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1234
  msgid "load template"
1235
  msgstr ""
1236
 
1243
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1244
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1245
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1249
  msgid "(optional)"
1250
  msgstr "(اختيار)"
1251
 
1260
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1266
  msgid "(required)"
1267
  msgstr "(مطلوب)"
1268
 
1290
 
1291
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1292
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1294
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1295
  #: lib/view/WpProQuiz_View_Statistics.php:124
1296
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1297
  msgid "Category"
1298
  msgstr ""
1299
 
1304
  msgstr ""
1305
 
1306
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1308
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1309
  msgid "You can manage categories in global settings."
1310
  msgstr ""
1311
 
1312
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1313
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1316
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1317
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1318
  msgid "Create new category"
1319
  msgstr ""
1320
 
1321
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1323
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1324
  msgid "Create"
1325
  msgstr ""
1326
 
1446
  msgstr ""
1447
 
1448
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1450
  msgid "template name"
1451
  msgstr ""
1452
 
1453
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1455
  msgid "Create new template"
1456
  msgstr ""
1457
 
1458
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1460
  msgid "Save as template"
1461
  msgstr ""
1462
 
1463
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1464
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1467
  msgid "Options"
1468
  msgstr "خيارات"
1469
 
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1497
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1499
  msgid "Move"
1500
  msgstr "تحريك"
1501
 
1559
 
1560
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1561
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1562
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1568
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1585
  msgid "Demo"
1586
  msgstr ""
1587
 
1634
 
1635
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1636
  #: lib/view/WpProQuiz_View_Statistics.php:169
1637
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1638
  msgid "Total"
1639
  msgstr "المجموع"
1640
 
1661
  msgid "Copy questions"
1662
  msgstr ""
1663
 
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1665
  msgid "Quiz title"
1666
  msgstr "عنوان الاختبار"
1667
 
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1669
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1670
  msgid "You can assign classify category for a quiz."
1671
  msgstr ""
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1674
  msgid "Hide quiz title"
1675
  msgstr "اخفاء عنوان الاختبار"
1676
 
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1678
  msgid "Hide title"
1679
  msgstr "اخفاء العنوان"
1680
 
1681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1682
  msgid "The title serves as quiz heading."
1683
  msgstr "العنوان يظهر كعنوانا من اجل الاختبار."
1684
 
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1687
  msgid "Hide \"Restart quiz\" button"
1688
  msgstr "اخفاء زر\"اعادة الاختبار\""
1689
 
1690
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1691
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1692
  msgstr "اخفاء زر \"اعادة الاختبار\" في الواجهة"
1693
 
1694
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1696
  msgid "Hide \"View question\" button"
1697
  msgstr "اخفاء زر \"عرض السؤال\""
1698
 
1699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1700
  msgid "Hide the \"View question\" button in the Frontend."
1701
  msgstr "اخفاء زر \"عرض السؤال\" في الواجهة"
1702
 
1703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1705
  msgid "Display question randomly"
1706
  msgstr "اعرض الاسئلة عشوائياً"
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1710
  msgid "Display answers randomly"
1711
  msgstr "اعرض الاجابات عشوائياً"
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1715
  msgid "Sort questions by category"
1716
  msgstr ""
1717
 
1718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1719
  msgid ""
1720
  "Also works in conjunction with the \"display randomly question\" option."
1721
  msgstr ""
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1724
  msgid "Seconds"
1725
  msgstr "ثواني"
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1728
  msgid "0 = no limit"
1729
  msgstr "0 = بدون وقت محدد"
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1733
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1734
  msgid "Statistics"
1735
  msgstr "احصائيات"
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1738
  msgid ""
1739
  "Statistics about right or wrong answers. Statistics will be saved by "
1740
  "completed quiz, not after every question. The statistics is only visible "
1744
  "الاختبار، وليس بعد كل سؤال. الإحصاءات تظهر فقط خلال قائمة الإدارة. "
1745
  "(الإحصاءات الداخلية)"
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1749
  msgid "Statistics IP-lock"
1750
  msgstr "احصائيات قفل-اي بي"
1751
 
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1753
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1754
  msgstr "بالدقائق (مستحسن 1440 دقيقة = 1 يوم)"
1755
 
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1757
  msgid ""
1758
  "Protect the statistics from spam. Result will only be saved every X minutes "
1759
  "from same IP. (0 = deactivated)"
1761
  "حماية الإحصاءات من البريد المزعج. النتائج سوف تحفظ كل * دقيقة من نفي الاي "
1762
  "بي. (0= غير مفعل)"
1763
 
 
1764
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1766
  msgid "Execute quiz only once"
1767
  msgstr ""
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1770
  msgid ""
1771
  "If you activate this option, the user can complete the quiz only once. "
1772
  "Afterwards the quiz is blocked for this user."
1773
  msgstr ""
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1776
  msgid "This option applies to:"
1777
  msgstr ""
1778
 
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1781
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1782
  msgid "all users"
1783
  msgstr ""
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1787
  msgid "registered useres only"
1788
  msgstr ""
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1792
  msgid "anonymous users only"
1793
  msgstr ""
1794
 
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1796
  msgid "user identification by cookie"
1797
  msgstr ""
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1800
  msgid ""
1801
  "If you activate this option, a cookie is set additionally for unregistrated "
1802
  "(anonymous) users. This ensures a longer assignment of the user than the "
1803
  "simple assignment by the IP address."
1804
  msgstr ""
1805
 
1806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1807
  msgid "Reset the user identification"
1808
  msgstr ""
1809
 
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1811
  msgid "User identification has been reset."
1812
  msgstr ""
1813
 
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1815
  msgid "Resets user identification for all users."
1816
  msgstr ""
1817
 
1818
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1820
  msgid "Show only specific number of questions"
1821
  msgstr ""
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1824
  msgid ""
1825
  "If you enable this option, maximum number of displayed questions will be X "
1826
  "from X questions. (The output of questions is random)"
1827
  msgstr ""
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1830
  msgid "How many questions should be displayed simultaneously:"
1831
  msgstr ""
1832
 
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1834
  msgid "in percent"
1835
  msgstr ""
1836
 
1837
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1839
  msgid "Prerequisites"
1840
  msgstr ""
1841
 
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1843
  msgid ""
1844
  "If you enable this option, you can choose quiz, which user have to finish "
1845
  "before he can start this quiz."
1846
  msgstr ""
1847
 
1848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1849
  msgid ""
1850
  "In all selected quizzes statistic function have to be active. If it is not "
1851
  "it will be activated automatically."
1852
  msgstr ""
1853
 
1854
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1855
  msgid "Quiz"
1856
  msgstr ""
1857
 
1858
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1859
  msgid "Prerequisites (This quiz have to be finished)"
1860
  msgstr ""
1861
 
1862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1863
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1865
  msgid "Question overview"
1866
  msgstr ""
1867
 
1868
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1869
  msgid ""
1870
  "Add at the top of the quiz a question overview, which allows easy "
1871
  "navigation. Additional questions can be marked \"to review\"."
1872
  msgstr ""
1873
 
1874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1875
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1876
  msgstr ""
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1879
  msgid ""
1880
  "If you enalbe this option, no quiz overview will be displayed, before "
1881
  "finishing quiz."
1882
  msgstr ""
1883
 
1884
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1885
  msgid ""
1886
  "If you enable this option, user won't be able to skip question. (only in "
1887
  "\"Overview -> next\" mode). User still will be able to navigate over "
1888
  "\"Question-Overview\""
1889
  msgstr ""
1890
 
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1892
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1895
  msgid "Admin e-mail notification"
1896
  msgstr ""
1897
 
1898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1900
  msgid "for registered users only"
1901
  msgstr ""
1902
 
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1905
  msgid "for all users"
1906
  msgstr ""
1907
 
1908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1910
  msgid ""
1911
  "If you enable this option, you will be informed if a user completes this "
1912
  "quiz."
1913
  msgstr ""
1914
 
1915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1917
  msgid "E-Mail settings can be edited in global settings."
1918
  msgstr ""
1919
 
1920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1924
  msgid "User e-mail notification"
1925
  msgstr ""
1926
 
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
1928
  msgid ""
1929
  "If you enable this option, an email is sent with his quiz result to the "
1930
  "user. (only registered users)"
1931
  msgstr ""
1932
 
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
1934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
1935
  msgid "Autostart"
1936
  msgstr ""
1937
 
1938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1939
  msgid ""
1940
  "If you enable this option, the quiz will start automatically after the page "
1941
  "is loaded."
1942
  msgstr ""
1943
 
1944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
1946
  msgid "Only registered users are allowed to start the quiz"
1947
  msgstr ""
1948
 
1949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
1950
  msgid ""
1951
  "If you enable this option, only registered users allowed start the quiz."
1952
  msgstr ""
1953
 
1954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1955
  msgid "Quiz description"
1956
  msgstr "وصف الاختبار"
1957
 
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
1959
  msgid "This text will be displayed before start of the quiz."
1960
  msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
1961
 
1962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1963
  msgid "Results text"
1964
  msgstr "نص النتائج"
1965
 
1966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
1967
  msgid ""
1968
  "This text will be displayed at the end of the quiz (in results). (this text "
1969
  "is optional)"
1970
  msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
1971
 
1972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
1973
  msgid "Activate graduation"
1974
  msgstr "تفعيل التقييم"
1975
 
1976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
1977
  msgid "Hint:"
1978
  msgstr "تلميح:"
1979
 
1980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
1981
  msgid "Maximal 15 levels"
1982
  msgstr "اقصى حد 15 مستوى"
1983
 
1984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1985
  #, php-format
1986
  msgid ""
1987
  "Percentages refer to the total score of the quiz. (Current total %d points "
1990
  "النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
1991
  "%d سؤال"
1992
 
1993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
1994
  msgid "Values can also be mixed up"
1995
  msgstr "يمكن لخبطة القيم"
1996
 
1997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
1998
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
1999
  msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
2000
 
2001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2003
  msgid "from:"
2004
  msgstr "من:"
2005
 
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2008
  msgid "percent"
2009
  msgstr "النسبة المئوية"
2010
 
2011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2013
  #, php-format
2014
  msgid ""
2015
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2018
  "(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
2019
  "span>%%)"
2020
 
2021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2023
  msgid "Delete graduation"
2024
  msgstr "حذف التقييم"
2025
 
2026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2027
  msgid "Add graduation"
2028
  msgstr "اضافة تقييم"
2029
 
2030
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2031
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2033
  msgid "Custom fields - Variables"
2034
  msgstr ""
2035
 
2036
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2037
  msgid "Result-Options"
2038
  msgstr ""
2039
 
2040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2041
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2042
  msgid "Show average points"
2043
  msgstr ""
2044
 
2045
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2046
  msgid "Statistics-function must be enabled."
2047
  msgstr ""
2048
 
2049
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2050
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2051
  msgid "Show category score"
2052
  msgstr ""
2053
 
2054
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2055
  msgid ""
2056
  "If you enable this option, the results of each category is displayed on the "
2057
  "results page."
2058
  msgstr ""
2059
 
2060
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2061
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2062
  msgid "Hide correct questions - display"
2063
  msgstr ""
2064
 
2065
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2066
  msgid ""
2067
  "If you select this option, no longer the number of correctly answered "
2068
  "questions are displayed on the results page."
2069
  msgstr ""
2070
 
2071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2073
  msgid "Hide quiz time - display"
2074
  msgstr ""
2075
 
2076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2077
  msgid ""
2078
  "If you enable this option, the time for finishing the quiz won't be "
2079
  "displayed on the results page anymore."
2080
  msgstr ""
2081
 
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2083
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2084
  msgid "Hide score - display"
2085
  msgstr ""
2086
 
2087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2088
  msgid ""
2089
  "If you enable this option, final score won't be displayed on the results "
2090
  "page anymore."
2091
  msgstr ""
2092
 
2093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2094
  msgid "Question-Options"
2095
  msgstr ""
2096
 
2097
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2098
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2099
  msgid "Show points"
2100
  msgstr "اعرض الدرجات"
2101
 
2102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2103
  msgid "Shows in quiz, how many points are reachable for respective question."
2104
  msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
2105
 
2106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2108
  msgid "Number answers"
2109
  msgstr ""
2110
 
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2112
  msgid ""
2113
  "If this option is activated, all answers are numbered (only single and "
2114
  "multiple choice)"
2115
  msgstr ""
2116
 
2117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2119
  msgid "Hide correct- and incorrect message"
2120
  msgstr ""
2121
 
2122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2123
  msgid ""
2124
  "If you enable this option, no correct- or incorrect message will be "
2125
  "displayed."
2126
  msgstr ""
2127
 
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2130
  msgid "Correct and incorrect answer mark"
2131
  msgstr ""
2132
 
2133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2134
  msgid ""
2135
  "If you enable this option, answers won't be color highlighted as correct or "
2136
  "incorrect. "
2137
  msgstr ""
2138
 
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2141
  msgid "Force user to answer each question"
2142
  msgstr ""
2143
 
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2145
  msgid "If you enable this option, the user is forced to answer each question."
2146
  msgstr ""
2147
 
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2149
  msgid ""
2150
  "If the option \"Question overview\" is activated, this notification will "
2151
  "appear after end of the quiz, otherwise after each question."
2152
  msgstr ""
2153
 
2154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2156
  msgid "Hide question position overview"
2157
  msgstr ""
2158
 
2159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2160
  msgid "If you enable this option, the question position overview is hidden."
2161
  msgstr ""
2162
 
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2165
  msgid "Hide question numbering"
2166
  msgstr ""
2167
 
2168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2169
  msgid "If you enable this option, the question numbering is hidden."
2170
  msgstr ""
2171
 
2172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2174
  msgid "Display category"
2175
  msgstr ""
2176
 
2177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2178
  msgid "If you enable this option, category will be displayed in the question."
2179
  msgstr ""
2180
 
2181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2182
  msgid ""
2183
  "The leaderboard allows users to enter results in public list and to share "
2184
  "the result this way."
2185
  msgstr ""
2186
 
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2188
  msgid "The leaderboard works independent from internal statistics function."
2189
  msgstr ""
2190
 
2191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2192
  msgid "Who can sign up to the list"
2193
  msgstr ""
2194
 
2195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2196
  msgid ""
2197
  "Not registered users have to enter name and e-mail (e-mail won't be "
2198
  "displayed)"
2199
  msgstr ""
2200
 
2201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2202
  msgid "insert automatically"
2203
  msgstr ""
2204
 
2205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2206
  msgid ""
2207
  "If you enable this option, logged in users will be automatically entered "
2208
  "into leaderboard"
2209
  msgstr ""
2210
 
2211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2212
  msgid "display captcha"
2213
  msgstr ""
2214
 
2215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2216
  msgid ""
2217
  "If you enable this option, additional captcha will be displayed for users "
2218
  "who are not registered."
2219
  msgstr ""
2220
 
2221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2222
  msgid "This option requires additional plugin:"
2223
  msgstr ""
2224
 
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2226
  msgid "Plugin has been detected."
2227
  msgstr ""
2228
 
2229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2230
  msgid "Plugin is not installed."
2231
  msgstr ""
2232
 
2233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2234
  msgid "Sort list by"
2235
  msgstr ""
2236
 
2237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2238
  msgid "Users can apply multiple times"
2239
  msgstr ""
2240
 
2241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2242
  msgid "User can apply after:"
2243
  msgstr ""
2244
 
2245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2246
  msgid "minute"
2247
  msgstr ""
2248
 
2249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2250
  msgid "How many entries should be displayed"
2251
  msgstr ""
2252
 
2253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2254
  msgid "Entries"
2255
  msgstr ""
2256
 
2257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2258
  msgid "Automatically display leaderboard in quiz result"
2259
  msgstr ""
2260
 
2261
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2262
  msgid "Where should leaderboard be displayed:"
2263
  msgstr ""
2264
 
2265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2266
  msgid "don't display"
2267
  msgstr ""
2268
 
2269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2270
  msgid "below the \"result text\""
2271
  msgstr ""
2272
 
2273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2274
  msgid "in a button"
2275
  msgstr ""
2276
 
2277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2278
  msgid "Quiz-Mode"
2279
  msgstr ""
2280
 
2281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2282
  msgid "Normal"
2283
  msgstr ""
2284
 
2285
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2286
  msgid "Normal + Back-Button"
2287
  msgstr ""
2288
 
2289
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2290
  msgid "Check -> continue"
2291
  msgstr "فحص->استكمال"
2292
 
2293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2294
  msgid "Questions below each other"
2295
  msgstr ""
2296
 
2297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2298
  msgid ""
2299
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2300
  "displayed at the end of the quiz."
2301
  msgstr ""
2302
 
2303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2304
  msgid "Allows to use the back button in a question."
2305
  msgstr ""
2306
 
2307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2308
  msgid "Shows \"right or wrong\" after each question."
2309
  msgstr ""
2310
 
2311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2312
  msgid ""
2313
  "If this option is activated, all answers are displayed below each other, i."
2314
  "e. all questions are on a single page."
2315
  msgstr ""
2316
 
2317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2318
  msgid "How many questions to be displayed on a page:"
2319
  msgstr ""
2320
 
2321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2322
  msgid "(0 = All on one page)"
2323
  msgstr ""
2324
 
2325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2327
  #: lib/view/WpProQuiz_View_Statistics.php:41
2328
  #: lib/view/WpProQuiz_View_Statistics.php:364
2329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2330
  msgid "Custom fields"
2331
  msgstr ""
2332
 
2333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2334
  msgid ""
2335
  "You can create custom fields, e.g. to request the name or the e-mail address "
2336
  "of the users."
2337
  msgstr ""
2338
 
2339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2340
  msgid "The statistic function have to be enabled."
2341
  msgstr ""
2342
 
2343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2345
  msgid "Custom fields enable"
2346
  msgstr ""
2347
 
2348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2349
  msgid "If you enable this option, custom fields are enabled."
2350
  msgstr ""
2351
 
2352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2354
  msgid "Display position"
2355
  msgstr ""
2356
 
2357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2358
  msgid "Where should the fileds be displayed:"
2359
  msgstr ""
2360
 
2361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2362
  msgid "On the quiz startpage"
2363
  msgstr ""
2364
 
2365
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2366
  msgid "At the end of the quiz (before the quiz result)"
2367
  msgstr ""
2368
 
2369
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2370
  msgid "Field name"
2371
  msgstr ""
2372
 
2373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2374
  msgid "Required?"
2375
  msgstr ""
2376
 
2377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2378
+ msgid "Show in statistic table?"
2379
+ msgstr ""
2380
+
2381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2382
  msgid "Text"
2383
  msgstr ""
2384
 
2385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2386
  msgid "Textarea"
2387
  msgstr ""
2388
 
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2390
  msgid "Checkbox"
2391
  msgstr ""
2392
 
2393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2394
  msgid "Drop-Down menu"
2395
  msgstr ""
2396
 
2397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2398
  msgid "Radio"
2399
  msgstr ""
2400
 
2401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2402
  msgid "Number"
2403
  msgstr ""
2404
 
2405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2406
  msgid "Email"
2407
  msgstr ""
2408
 
2409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2410
  msgid "Yes/No"
2411
  msgstr ""
2412
 
2413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2414
  #: lib/view/WpProQuiz_View_Statistics.php:323
2415
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2416
  msgid "Date"
2417
  msgstr ""
2418
 
2419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2420
  msgid "Edit list"
2421
  msgstr ""
2422
 
2423
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2424
  msgid "One entry per line"
2425
  msgstr ""
2426
 
2427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2428
  msgid "OK"
2429
  msgstr ""
2430
 
2431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2432
  msgid "Add field"
2433
  msgstr ""
2434
 
2435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2436
  msgid ""
2437
  "If you enable this option, an email is sent with his quiz result to the user."
2438
  msgstr ""
2439
 
2440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2441
  msgid "User Email-Address (only registered users)"
2442
  msgstr ""
2443
 
2444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2445
  msgid "(Type Email)"
2446
  msgstr ""
2447
 
2457
  msgid "If quiz doesn't work in front-end, please try following:"
2458
  msgstr "إذا الاختبار لا يعمل في الواجهة الأمامية، يرجى تجربة التالي:"
2459
 
2460
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2461
  msgid "Style Manager"
2462
  msgstr ""
2463
 
2464
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2465
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2466
  msgid "Support WP-Pro-Quiz"
2467
  msgstr ""
2468
 
2469
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2470
  msgid "Learn more"
2471
  msgstr ""
2472
 
2473
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2474
  msgid "ID"
2475
  msgstr "الرقم"
2476
 
2477
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2478
  msgid "Shortcode"
2479
  msgstr "الكود"
2480
 
2481
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2482
  msgid "Shortcode-Leaderboard"
2483
  msgstr ""
2484
 
2485
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2486
  msgid "Preview"
2487
  msgstr "استعراض"
2488
 
2489
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2490
  msgid "Add quiz"
2491
  msgstr "اضف اختبار"
2492
 
2493
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2494
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2495
  msgid "Export"
2496
  msgstr "تصدير"
2497
 
2498
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2499
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2500
  msgid "Set Quiz Categories"
2501
  msgstr ""
2502
 
2503
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2504
  msgid ""
2505
  "Choose the respective question, which you would like to export and press on "
2506
  "\"Start export\""
2507
  msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
2508
 
2509
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2510
  msgid "Format:"
2511
  msgstr ""
2512
 
2513
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2514
  msgid "*.wpq"
2515
  msgstr ""
2516
 
2517
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2518
  msgid "or"
2519
  msgstr ""
2520
 
2521
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2522
  msgid "*.xml"
2523
  msgstr ""
2524
 
2525
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2526
  msgid "Start export"
2527
  msgstr "ابدأ التصدير"
2528
 
2529
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2530
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2531
  msgstr ""
2532
 
2533
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2534
  #, php-format
2535
  msgid "Maximal %d MiB"
2536
  msgstr "الحد الاقصى من %d MIB"
2537
 
2538
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2539
  msgid "Sets multiple quiz categories "
2540
  msgstr ""
2541
 
2582
 
2583
  #: lib/view/WpProQuiz_View_Statistics.php:108
2584
  #: lib/view/WpProQuiz_View_Statistics.php:243
2585
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2586
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2587
  msgid "Hints used"
2588
  msgstr "التلميحات مستخدمة"
2589
 
2590
  #: lib/view/WpProQuiz_View_Statistics.php:109
2591
  #: lib/view/WpProQuiz_View_Statistics.php:244
2592
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2593
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2594
  msgid "Time"
2595
  msgstr ""
2596
 
2597
  #: lib/view/WpProQuiz_View_Statistics.php:110
2598
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2599
  msgid "Points scored"
2600
  msgstr ""
2601
 
2602
  #: lib/view/WpProQuiz_View_Statistics.php:148
2603
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2604
  msgid "Sub-Total: "
2605
  msgstr ""
2606
 
2607
  #: lib/view/WpProQuiz_View_Statistics.php:183
2608
  #: lib/view/WpProQuiz_View_Statistics.php:268
2609
  #: lib/view/WpProQuiz_View_Statistics.php:343
2610
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2611
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2612
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2613
  msgid "Refresh"
2614
  msgstr ""
2615
 
2616
  #: lib/view/WpProQuiz_View_Statistics.php:187
2617
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2618
  msgid "Reset statistics"
2619
  msgstr "اعادة ضبط الاحصائيات"
2620
 
2654
  msgid "only anonymous users"
2655
  msgstr ""
2656
 
2657
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2658
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2659
+ msgid "Solved"
2660
+ msgstr ""
2661
+
2662
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2663
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2664
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2665
+ #, php-format
2666
+ msgid "%d of %d"
2667
+ msgstr ""
2668
+
2669
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2670
  #, php-format
2671
  msgid "User statistics: %s"
2672
  msgstr ""
2673
 
2674
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2675
+ msgid "yes"
2676
  msgstr ""
2677
 
2678
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2679
+ msgid "no"
2680
  msgstr ""
2681
 
2682
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-cs_CZ.mo CHANGED
Binary file
languages/wp-pro-quiz-cs_CZ.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz Czech\n"
4
- "POT-Creation-Date: 2014-08-28 12:07+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:07+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: cs_CZ\n"
@@ -63,9 +63,9 @@ msgstr "Opravdu chcete vynulovat statistiky?"
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:135
67
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
68
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
69
  msgid "No data available"
70
  msgstr "Žádná data"
71
 
@@ -109,7 +109,7 @@ msgstr ""
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:202
113
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
114
  #: lib/view/WpProQuiz_View_Statistics.php:46
115
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -149,10 +149,10 @@ msgstr ""
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."
@@ -167,16 +167,16 @@ msgid "Database repaired"
167
  msgstr ""
168
 
169
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
170
- #: lib/helper/WpProQuiz_Helper_Import.php:59
171
- #: lib/helper/WpProQuiz_Helper_Import.php:68
172
- #: lib/helper/WpProQuiz_Helper_Import.php:75
173
  msgid "File cannot be processed"
174
  msgstr "Soubor nelze nahrát"
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 nenalezen"
182
 
@@ -213,70 +213,70 @@ msgstr "Otázka: %d"
213
  msgid "questions copied"
214
  msgstr "otázky zkopírovány"
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 ""
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ázev kvízu nebo jeho popis nejsou vyplněny"
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 "Upravit 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 ""
246
 
247
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
248
  msgid "Quiz deleted"
249
  msgstr "Kvíz smazán"
250
 
251
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
252
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
253
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
254
  msgid "Not categorized"
255
  msgstr "Žádná rubrika"
256
 
257
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
258
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
259
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
260
  msgid "Categories"
261
  msgstr "Rubriky"
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:203
268
  msgid "No category"
269
  msgstr "Žádná rubrika"
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 ""
277
 
278
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
279
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
280
  msgid "Deleted user"
281
  msgstr ""
282
 
@@ -310,16 +310,38 @@ msgstr "Vaše jméno nesmí přesáhnout 15 znaků."
310
  msgid "You entered wrong captcha code."
311
  msgstr "Špatně jste opsali 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 "Soubor nebyl nahrán."
317
 
318
- #: lib/helper/WpProQuiz_Helper_Import.php:40
319
  msgid "File have wrong format"
320
  msgstr "Soubor má špatný formát."
321
 
322
- #: lib/helper/WpProQuiz_Helper_Import.php:45
323
  msgid "File is not compatible with the current version"
324
  msgstr "Soubor není kompatibilní se současnou verzí."
325
 
@@ -387,15 +409,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
387
  msgstr "WP-Pro-Quiz je propracovaný a jednoduchý plugin pro WordPress."
388
 
389
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
390
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
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:118
399
  msgid "Leaderboard"
400
  msgstr "Žebříček"
401
 
@@ -404,7 +426,7 @@ msgstr "Žebříček"
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
@@ -426,17 +448,17 @@ msgid "Sort by:"
426
  msgstr "Seřadit podle:"
427
 
428
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
429
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
430
  msgid "best user"
431
  msgstr "nejlepších uživatelů"
432
 
433
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
434
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
435
  msgid "newest entry"
436
  msgstr "nejnovějších výsledků"
437
 
438
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
439
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
440
  msgid "oldest entry"
441
  msgstr "nejstarších výsledků"
442
 
@@ -450,7 +472,7 @@ msgstr "Kolik výsledků se má zobrazit na jedné stránce:"
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
 
@@ -460,13 +482,13 @@ msgstr "UR = neregistrovaný uživatel, R = registrovaný uživatel"
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živatel"
467
 
468
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
469
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
470
  msgid "E-Mail"
471
  msgstr "E-Mail"
472
 
@@ -476,8 +498,8 @@ msgid "Entered on"
476
  msgstr "Vloženo dne"
477
 
478
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
479
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
480
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
481
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
482
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
483
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -487,20 +509,20 @@ msgstr "Vloženo dne"
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:574
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ýsledek"
506
 
@@ -510,7 +532,7 @@ msgstr "Výsledek"
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:102
514
  msgid "Edit"
515
  msgstr "Upravit"
516
 
@@ -521,10 +543,10 @@ msgstr "Upravit"
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:106
526
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
527
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
528
  msgid "Delete"
529
  msgstr "Smazat"
530
 
@@ -548,247 +570,229 @@ msgstr "Vložit"
548
  msgid "Delete all entries"
549
  msgstr "Smazat všechny výsledky"
550
 
551
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
554
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
555
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
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ávěrečný přehled"
561
 
562
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
563
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
565
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
566
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
567
  msgid "Finish quiz"
568
  msgstr "Dokončit kvíz"
569
 
570
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  msgid "Your result has been entered into leaderboard"
572
  msgstr "Vaše výsledky byly vloženy do žebříčku."
573
 
574
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
575
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
576
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
577
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
578
  msgid "Name"
579
  msgstr "Jméno"
580
 
581
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
582
  msgid "Captcha"
583
  msgstr "Opiště kód"
584
 
585
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
586
  msgid "Send"
587
  msgstr "Odeslat"
588
 
589
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
590
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
591
  msgid "You must fill out this field."
592
  msgstr ""
593
 
594
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
595
  msgid "You must specify a number."
596
  msgstr ""
597
 
598
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
599
  msgid "You must specify a text."
600
  msgstr ""
601
 
602
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
603
  msgid "You must specify an email address."
604
  msgstr ""
605
 
606
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
607
  msgid "You must specify a date."
608
  msgstr ""
609
 
610
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
611
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
612
- msgid "Yes"
613
- msgstr ""
614
-
615
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
616
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
617
- msgid "No"
618
- msgstr ""
619
-
620
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
621
- msgid ""
622
- "You have already completed the quiz before. Hence you can not start it again."
623
- msgstr "Je nám líto, tento kvíz smíte vyplnit pouze jednou."
624
-
625
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
626
- msgid "You must sign in or sign up to start the quiz."
627
- msgstr ""
628
-
629
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
630
- msgid "You have to finish following quiz, to start this quiz:"
631
- msgstr "Abyste mohli vyplnit tento kvíz, nejdřív musíte splnit tenhle:"
632
-
633
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
634
  #, php-format
635
  msgid "%s of %s questions completed"
636
  msgstr "Zodpovězeno %s z %s otázek"
637
 
638
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
639
  #: lib/view/WpProQuiz_View_Import.php:44
640
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
641
  msgid "Questions"
642
  msgstr "Otázky"
643
 
644
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
645
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
646
  msgid "Information"
647
  msgstr ""
648
 
649
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
650
- msgid "Start quiz"
651
- msgstr "Začít"
652
-
653
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
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:549
660
  msgid "Answered"
661
  msgstr "Zodpovězeno"
662
 
663
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
664
  msgid "Review"
665
  msgstr "Poznačené otázky"
666
 
667
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
668
  msgid "Review question"
669
  msgstr "Poznačit tuto otázku"
670
 
671
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
672
  #, php-format
673
  msgid "%s of %s questions answered correctly"
674
  msgstr "Odpověděli jste správně na %s z %s otázek"
675
 
676
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
677
  msgid "Your time: <span></span>"
678
  msgstr "Váš čas: <span></span>"
679
 
680
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
681
  msgid "Time has elapsed"
682
  msgstr "Čas vypršel"
683
 
684
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
685
  #, php-format
686
  msgid "You have reached %s of %s points, (%s)"
687
  msgstr "Získali jste %s z %s bodů, (%s)"
688
 
689
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
690
  msgid "Average score"
691
  msgstr "Průměrný výsledek"
692
 
693
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
694
  msgid "Your score"
695
  msgstr "Váš výsledek"
696
 
697
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
698
- msgid "Restart quiz"
699
- msgstr "Znovu"
700
-
701
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
702
  msgid "View questions"
703
  msgstr "Zobrazit mé odpovědi"
704
 
705
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
706
  msgid "Show leaderboard"
707
  msgstr "Zobrazit žebříček"
708
 
709
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
710
  #, php-format
711
  msgid "Question %s of %s"
712
  msgstr "Otázka %s / %s"
713
 
714
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
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:722
722
  #, php-format
723
  msgid "%d points"
724
  msgstr "Bodové ohodnocení: %d"
725
 
726
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
727
  #, php-format
728
  msgid "Category: %s"
729
  msgstr ""
730
 
731
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
732
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
733
  msgid "Sort elements"
734
  msgstr "Přiřaďte"
735
 
736
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
737
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
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ávně"
747
 
748
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
749
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
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 "Špatně"
757
 
758
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
759
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
760
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
761
  msgid "Hint"
762
  msgstr "Nápověda"
763
 
764
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
765
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
766
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
767
  msgid "Skip question"
768
  msgstr "Přeskočit otázku"
769
 
770
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
771
  msgid "Back"
772
  msgstr "Zpět"
773
 
774
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
775
  msgid "Check"
776
  msgstr "Zkontrolovat"
777
 
778
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
779
  msgid "Next"
780
  msgstr "Další"
781
 
782
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
783
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
784
  #, php-format
785
  msgid "Page %d"
786
  msgstr ""
787
 
788
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
789
- msgid "Quiz is loading..."
790
- msgstr ""
791
-
792
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
793
  #, php-format
794
  msgid "maximum of %s points"
@@ -809,7 +813,7 @@ msgstr "Tabulka se načítá"
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:48
813
  msgid "Global settings"
814
  msgstr "Obecná nastavení"
815
 
@@ -820,8 +824,8 @@ msgstr "Nastavení, vyskytují-li se 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:221
825
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
826
  msgid "Save"
827
  msgstr "Uložit"
@@ -875,18 +879,18 @@ msgstr ""
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 "Nastavení e-mailu pro 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:1624
885
  msgid "To:"
886
  msgstr "Pro:"
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"
@@ -894,22 +898,22 @@ msgstr "Oddělte jednotlivé adresy čárkou. Např.: 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:1644
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:1654
906
  msgid "Subject:"
907
  msgstr "Předmět:"
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:1664
913
  msgid "HTML"
914
  msgstr "HTML"
915
 
@@ -918,72 +922,72 @@ msgstr "HTML"
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:1614
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
959
  msgid "Activate"
960
  msgstr "Zapnout"
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:1674
966
  msgid "Message body:"
967
  msgstr "Obsah zprá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:1686
973
  msgid "Allowed variables"
974
  msgstr "Povolené proměnné"
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:1697
980
  msgid "User-ID"
981
  msgstr "ID uživatele"
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:1698
987
  #: lib/view/WpProQuiz_View_Statistics.php:322
988
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
989
  msgid "Username"
@@ -991,42 +995,42 @@ msgstr "Uživatelské jméno"
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:1699
996
  msgid "Quiz-Name"
997
  msgstr "Název 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:1700
1003
  msgid "Result in precent"
1004
  msgstr "Výsledek v procentech"
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:1701
1010
  msgid "Reached points"
1011
  msgstr "Dosaženo bodů"
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:1702
1017
  msgid "IP-address of the user"
1018
  msgstr "IP adresa uživatele"
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:1703
1024
  msgid "Category-Overview"
1025
  msgstr ""
1026
 
1027
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1028
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1029
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1030
  msgid "User e-mail settings"
1031
  msgstr "Nastavení e-mailu pro uživatele"
1032
 
@@ -1117,11 +1121,11 @@ msgid "Touch Library"
1117
  msgstr "Touch Library"
1118
 
1119
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1120
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1121
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1122
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1123
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1125
  msgid "Deactivate"
1126
  msgstr "Vypnout"
1127
 
@@ -1164,8 +1168,8 @@ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1164
  msgstr ""
1165
 
1166
  #: lib/view/WpProQuiz_View_Import.php:21
1167
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1168
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1169
  msgid "Import"
1170
  msgstr "Importovat"
1171
 
@@ -1186,7 +1190,7 @@ msgid "Quiz name"
1186
  msgstr "Název kvízu"
1187
 
1188
  #: lib/view/WpProQuiz_View_Import.php:69
1189
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1190
  msgid "Start import"
1191
  msgstr "Začít s importem"
1192
 
@@ -1195,7 +1199,7 @@ msgid "WP-Pro-Quiz special modification"
1195
  msgstr ""
1196
 
1197
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1198
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1199
  msgid "You need special WP-Pro-Quiz modification for your website?"
1200
  msgstr ""
1201
 
@@ -1257,7 +1261,7 @@ msgid ""
1257
  msgstr ""
1258
 
1259
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1261
  msgid "load template"
1262
  msgstr ""
1263
 
@@ -1270,9 +1274,9 @@ msgstr "Název"
1270
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1271
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1272
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1273
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1274
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1275
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1276
  msgid "(optional)"
1277
  msgstr "(volitelné)"
1278
 
@@ -1287,9 +1291,9 @@ msgstr ""
1287
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1288
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1289
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1290
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1291
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1292
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1293
  msgid "(required)"
1294
  msgstr "(povinné)"
1295
 
@@ -1319,10 +1323,10 @@ msgstr "Zobrazit počet získaných bodů ve zprávě o dobré, nebo špatné od
1319
 
1320
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1321
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1322
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1323
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1324
  #: lib/view/WpProQuiz_View_Statistics.php:124
1325
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1326
  msgid "Category"
1327
  msgstr "Rubrika"
1328
 
@@ -1335,23 +1339,23 @@ msgstr ""
1335
  "statistikách."
1336
 
1337
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1339
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1340
  msgid "You can manage categories in global settings."
1341
  msgstr "Rubriky můžete spravovat v obecných nastaveních."
1342
 
1343
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1344
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1345
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1346
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1347
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1348
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1349
  msgid "Create new category"
1350
  msgstr "Vytvořit novou rubriku"
1351
 
1352
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1353
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1354
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1355
  msgid "Create"
1356
  msgstr "Vytvořit"
1357
 
@@ -1477,24 +1481,24 @@ msgid ""
1477
  msgstr ""
1478
 
1479
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1480
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1481
  msgid "template name"
1482
  msgstr ""
1483
 
1484
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1485
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1486
  msgid "Create new template"
1487
  msgstr ""
1488
 
1489
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1490
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1491
  msgid "Save as template"
1492
  msgstr ""
1493
 
1494
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1497
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1498
  msgid "Options"
1499
  msgstr "Nastavení"
1500
 
@@ -1526,7 +1530,7 @@ msgstr "Vložit mediální soubor"
1526
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1527
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1528
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1529
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1530
  msgid "Move"
1531
  msgstr "Posunout"
1532
 
@@ -1604,28 +1608,29 @@ msgstr "méně pravdivé { [1] [2] [3] [4] [5] } více pravdivé"
1604
 
1605
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1606
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1607
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1608
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1609
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1610
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1611
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1612
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1613
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1614
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1615
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1616
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1617
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1618
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1619
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1620
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1621
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1622
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1623
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1624
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1625
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1626
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1627
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1628
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1629
  msgid "Demo"
1630
  msgstr "Ukázka"
1631
 
@@ -1678,7 +1683,7 @@ msgstr "Pořadí uloženo"
1678
 
1679
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1680
  #: lib/view/WpProQuiz_View_Statistics.php:169
1681
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1682
  msgid "Total"
1683
  msgstr "Celkem"
1684
 
@@ -1707,80 +1712,80 @@ msgstr ""
1707
  msgid "Copy questions"
1708
  msgstr "Zkopírovat otázky"
1709
 
1710
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1711
  msgid "Quiz title"
1712
  msgstr "Titulek kvízu"
1713
 
1714
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1715
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1716
  msgid "You can assign classify category for a quiz."
1717
  msgstr ""
1718
 
1719
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1720
  msgid "Hide quiz title"
1721
  msgstr "Skrýt titulek kvízu"
1722
 
1723
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1724
  msgid "Hide title"
1725
  msgstr "Skrýt titulek"
1726
 
1727
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1728
  msgid "The title serves as quiz heading."
1729
  msgstr "Titulek je zobrazen v hlavičce kvízu jako nadpis."
1730
 
1731
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1733
  msgid "Hide \"Restart quiz\" button"
1734
  msgstr "Skrýt tlačítko \"Znovu\""
1735
 
1736
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1737
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1738
  msgstr "Skrýt tlačítko \"Znovu\" na závěrečné obrazovce."
1739
 
1740
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1742
  msgid "Hide \"View question\" button"
1743
  msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\""
1744
 
1745
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1746
  msgid "Hide the \"View question\" button in the Frontend."
1747
  msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\" závěrečné obrazovce."
1748
 
1749
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1750
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1751
  msgid "Display question randomly"
1752
  msgstr "Seřadit otázky náhodně"
1753
 
1754
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1755
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1756
  msgid "Display answers randomly"
1757
  msgstr "Seřadit odpovědi náhodně"
1758
 
1759
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1760
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1761
  msgid "Sort questions by category"
1762
  msgstr ""
1763
 
1764
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1765
  msgid ""
1766
  "Also works in conjunction with the \"display randomly question\" option."
1767
  msgstr ""
1768
 
1769
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1770
  msgid "Seconds"
1771
  msgstr "sekund"
1772
 
1773
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1774
  msgid "0 = no limit"
1775
  msgstr "0 = bez limitu"
1776
 
1777
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1778
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1779
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1780
  msgid "Statistics"
1781
  msgstr "Statistika"
1782
 
1783
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1784
  msgid ""
1785
  "Statistics about right or wrong answers. Statistics will be saved by "
1786
  "completed quiz, not after every question. The statistics is only visible "
@@ -1790,16 +1795,16 @@ msgstr ""
1790
  "kvízu, ne po zodpovězení každé otázky. Statistiky jsou viditelné jen v "
1791
  "administraci. (interní statistika)"
1792
 
1793
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1794
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1795
  msgid "Statistics IP-lock"
1796
  msgstr "Omezení vkládání statistik pro jednu IP adresu"
1797
 
1798
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1799
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1800
  msgstr "v minutách (doporučuje se 1440 minut = 1 den)"
1801
 
1802
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1803
  msgid ""
1804
  "Protect the statistics from spam. Result will only be saved every X minutes "
1805
  "from same IP. (0 = deactivated)"
@@ -1807,12 +1812,12 @@ msgstr ""
1807
  "Chrání databázi a statistiku před spamem. Výsledky z jednoho počítače (IP "
1808
  "adresy) se uloží pouze po každých X minutách. (0 = vypnuto)"
1809
 
1810
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1811
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1812
  msgid "Execute quiz only once"
1813
  msgstr "Kvíz lze vyplnit pouze jednou"
1814
 
1815
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1816
  msgid ""
1817
  "If you activate this option, the user can complete the quiz only once. "
1818
  "Afterwards the quiz is blocked for this user."
@@ -1820,31 +1825,31 @@ msgstr ""
1820
  "Když zapnete tuto možnost, uživatel může splnit kvíz jen jednou. Poté se pro "
1821
  "něho zablokuje."
1822
 
1823
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1824
  msgid "This option applies to:"
1825
  msgstr "Tato možnost platí pro:"
1826
 
1827
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1828
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1829
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1830
  msgid "all users"
1831
  msgstr "všechny uživatele"
1832
 
1833
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1834
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1835
  msgid "registered useres only"
1836
  msgstr "pouze registrované"
1837
 
1838
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1839
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1840
  msgid "anonymous users only"
1841
  msgstr "pouze neregistrované (anonymy)"
1842
 
1843
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1844
  msgid "user identification by cookie"
1845
  msgstr "identifikace uživatele pomocí cookies"
1846
 
1847
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1848
  msgid ""
1849
  "If you activate this option, a cookie is set additionally for unregistrated "
1850
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1853,24 +1858,24 @@ msgstr ""
1853
  "Pokud aktivujete tuto možnost, neregistrovaným (anonymům) se přidělí "
1854
  "cookies. Lépe tak lze rozeznat jednotlivé uživatele než za pomoci IP adresy."
1855
 
1856
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1857
  msgid "Reset the user identification"
1858
  msgstr "Vynulovat identifikaci uživatelů"
1859
 
1860
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1861
  msgid "User identification has been reset."
1862
  msgstr "Identifikace o uživatelích vynulována."
1863
 
1864
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1865
  msgid "Resets user identification for all users."
1866
  msgstr "Vynulovat identifikaci pro všechny uživatele."
1867
 
1868
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1869
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1870
  msgid "Show only specific number of questions"
1871
  msgstr "Zobrazit určitý počet otázek"
1872
 
1873
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1874
  msgid ""
1875
  "If you enable this option, maximum number of displayed questions will be X "
1876
  "from X questions. (The output of questions is random)"
@@ -1878,20 +1883,20 @@ msgstr ""
1878
  "Pokud zapnete tuto možnost, maximální počet nabídnutých otázek bude moci být "
1879
  "nižší než celkový počet otázek (systém vybere otázky náhodně)."
1880
 
1881
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1882
  msgid "How many questions should be displayed simultaneously:"
1883
  msgstr "Kolik otázek by mělo být zobrazeno současně:"
1884
 
1885
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1886
  msgid "in percent"
1887
  msgstr "v procentech"
1888
 
1889
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1890
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1891
  msgid "Prerequisites"
1892
  msgstr "Prerekvizity"
1893
 
1894
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1895
  msgid ""
1896
  "If you enable this option, you can choose quiz, which user have to finish "
1897
  "before he can start this quiz."
@@ -1899,7 +1904,7 @@ msgstr ""
1899
  "Pokud zapnete tuto možnost, můžete vybrat kvíz či kvízy, který musí uživatel "
1900
  "dokončit před tím, než může vyplnit tento kvíz."
1901
 
1902
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1903
  msgid ""
1904
  "In all selected quizzes statistic function have to be active. If it is not "
1905
  "it will be activated automatically."
@@ -1907,21 +1912,21 @@ msgstr ""
1907
  "Ve všech zvolených kvízech musí být zapnutá statistika. Pokud není, zapne se "
1908
  "automaticky."
1909
 
1910
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1911
  msgid "Quiz"
1912
  msgstr "Kvíz"
1913
 
1914
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1915
  msgid "Prerequisites (This quiz have to be finished)"
1916
  msgstr "Prerekvizity (Uživatel musí dokončit následující kvízy)"
1917
 
1918
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1919
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1920
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1921
  msgid "Question overview"
1922
  msgstr "Přehled otázek"
1923
 
1924
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1925
  msgid ""
1926
  "Add at the top of the quiz a question overview, which allows easy "
1927
  "navigation. Additional questions can be marked \"to review\"."
@@ -1929,11 +1934,11 @@ msgstr ""
1929
  "Přidá přehled otázek do horní části kvízu. Zlepší se tak navigace celým "
1930
  "kvízem. Uživatel si pak může poznačit otázky, kterými si není jistý."
1931
 
1932
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1933
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1934
  msgstr "Závěrečný přehled lze zobrazit ještě před zodpovězením všech otázek."
1935
 
1936
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1937
  msgid ""
1938
  "If you enalbe this option, no quiz overview will be displayed, before "
1939
  "finishing quiz."
@@ -1941,7 +1946,7 @@ msgstr ""
1941
  "Pokud vypnete tuto možnost, uživatel se nedostane na závěrečný přehled, "
1942
  "dokud nezodpoví všechny otázky."
1943
 
1944
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1945
  msgid ""
1946
  "If you enable this option, user won't be able to skip question. (only in "
1947
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1951,44 +1956,44 @@ msgstr ""
1951
  "módu \"Zkontrolovat -> další\"). Uživatel se nadále bude moci orientovat "
1952
  "pomocí \"Přehledu otázek\" "
1953
 
1954
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1955
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1958
  msgid "Admin e-mail notification"
1959
  msgstr "Upozornění na e-mail adminovi"
1960
 
1961
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1962
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1963
  msgid "for registered users only"
1964
  msgstr "pouze pro registrované uživatele"
1965
 
1966
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1967
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1968
  msgid "for all users"
1969
  msgstr "pro všechny uživatele"
1970
 
1971
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1972
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1973
  msgid ""
1974
  "If you enable this option, you will be informed if a user completes this "
1975
  "quiz."
1976
  msgstr ""
1977
  "Pokud zapnete tuto možnost, dostanete upozornění, pokud někdo dokončí kvíz."
1978
 
1979
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1980
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1981
  msgid "E-Mail settings can be edited in global settings."
1982
  msgstr "Nastavení e-mailu můžete upravit v obecných nastaveních."
1983
 
1984
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1985
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1986
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1987
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1988
  msgid "User e-mail notification"
1989
  msgstr "Upozornění na e-mail uživatele"
1990
 
1991
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
1992
  msgid ""
1993
  "If you enable this option, an email is sent with his quiz result to the "
1994
  "user. (only registered users)"
@@ -1996,40 +2001,40 @@ msgstr ""
1996
  "Pokud zapnete tuto možnost, uživatelům přijde e-mail s výsledky kvízu (pouze "
1997
  "pro registrované)"
1998
 
1999
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2000
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2001
  msgid "Autostart"
2002
  msgstr ""
2003
 
2004
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2005
  msgid ""
2006
  "If you enable this option, the quiz will start automatically after the page "
2007
  "is loaded."
2008
  msgstr ""
2009
 
2010
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2011
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2012
  msgid "Only registered users are allowed to start the quiz"
2013
  msgstr ""
2014
 
2015
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2016
  msgid ""
2017
  "If you enable this option, only registered users allowed start the quiz."
2018
  msgstr ""
2019
 
2020
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2021
  msgid "Quiz description"
2022
  msgstr "Popis kvízu"
2023
 
2024
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2025
  msgid "This text will be displayed before start of the quiz."
2026
  msgstr "Tento text se zobrazí na začátku kvízu."
2027
 
2028
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2029
  msgid "Results text"
2030
  msgstr "Text k výsledkům"
2031
 
2032
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2033
  msgid ""
2034
  "This text will be displayed at the end of the quiz (in results). (this text "
2035
  "is optional)"
@@ -2037,19 +2042,19 @@ msgstr ""
2037
  "Tento text se zobrazí po ukončení kvízu (ve výsledcích). (vyplnit toto pole "
2038
  "není povinné)"
2039
 
2040
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2041
  msgid "Activate graduation"
2042
  msgstr "Více slovních ohodnocení v závislosti na dosaženém výsledku"
2043
 
2044
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2045
  msgid "Hint:"
2046
  msgstr "Nápověda:"
2047
 
2048
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2049
  msgid "Maximal 15 levels"
2050
  msgstr "Lze vložit nejvýše 15 slovních ohodnocení"
2051
 
2052
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2053
  #, php-format
2054
  msgid ""
2055
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2057,28 +2062,28 @@ msgid ""
2057
  msgstr ""
2058
  "Procenta znamenají celkové skóre v kvízu. (Splněno %d bodů z %d otázek.)"
2059
 
2060
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2061
  msgid "Values can also be mixed up"
2062
  msgstr "Hodnoty se mohou překrývat"
2063
 
2064
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2065
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2066
  msgstr ""
2067
  "Je povolen formát jak 10,15 %, tak i 10.15 % (pozor: maximálně dvě čísla po "
2068
  "desetinné čárce)"
2069
 
2070
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2071
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2072
  msgid "from:"
2073
  msgstr "Od:"
2074
 
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2076
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2077
  msgid "percent"
2078
  msgstr "procent"
2079
 
2080
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2081
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2082
  #, php-format
2083
  msgid ""
2084
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2087,51 +2092,51 @@ msgstr ""
2087
  "(Text se zobrazí, pokud je procentuální výsledek větší či roven <span class="
2088
  "\"resultProzent\">%s</span>%%)"
2089
 
2090
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2091
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2092
  msgid "Delete graduation"
2093
  msgstr "Smazat slovní hodnocení"
2094
 
2095
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2096
  msgid "Add graduation"
2097
  msgstr "Přidat slovní hodnocení"
2098
 
2099
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2100
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2101
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2102
  msgid "Custom fields - Variables"
2103
  msgstr ""
2104
 
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2106
  msgid "Result-Options"
2107
  msgstr "Nastavení výsledků"
2108
 
2109
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2110
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2111
  msgid "Show average points"
2112
  msgstr "Srovnat výsledek s ostatními"
2113
 
2114
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2115
  msgid "Statistics-function must be enabled."
2116
  msgstr "V tomto případě musíte zapnout statistiku."
2117
 
2118
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2119
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2120
  msgid "Show category score"
2121
  msgstr "Třídit skóre podle rubrik"
2122
 
2123
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2124
  msgid ""
2125
  "If you enable this option, the results of each category is displayed on the "
2126
  "results page."
2127
  msgstr "Pokud zapnete tuto možnost, výsledky se setřídí podle rubrik otázek."
2128
 
2129
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2130
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2131
  msgid "Hide correct questions - display"
2132
  msgstr "Skrýt oznámení o počtu správně zodpovězených otázek"
2133
 
2134
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2135
  msgid ""
2136
  "If you select this option, no longer the number of correctly answered "
2137
  "questions are displayed on the results page."
@@ -2139,12 +2144,12 @@ msgstr ""
2139
  "Pokud zapnete tuto možnost, nezobrazí se počet správně zodpovězených otázek "
2140
  "na obrazovce s výsledky."
2141
 
2142
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2143
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2144
  msgid "Hide quiz time - display"
2145
  msgstr "Skrýt dobu vyplňování"
2146
 
2147
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2148
  msgid ""
2149
  "If you enable this option, the time for finishing the quiz won't be "
2150
  "displayed on the results page anymore."
@@ -2152,12 +2157,12 @@ msgstr ""
2152
  "Pokud zapnete tuto možnost, nezobrazí se na závěrečné obrazovce čas, za "
2153
  "který uživatel vyplnil kvíz."
2154
 
2155
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2157
  msgid "Hide score - display"
2158
  msgstr "Skrýt body (skóre)"
2159
 
2160
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2161
  msgid ""
2162
  "If you enable this option, final score won't be displayed on the results "
2163
  "page anymore."
@@ -2165,97 +2170,97 @@ msgstr ""
2165
  "Pokud zapnete tuto možnost, na závěrečné obrazovce se nezobrazí počet "
2166
  "získaných bodů."
2167
 
2168
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2169
  msgid "Question-Options"
2170
  msgstr "Nastavení otázek"
2171
 
2172
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2173
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2174
  msgid "Show points"
2175
  msgstr "Zobrazit body"
2176
 
2177
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2178
  msgid "Shows in quiz, how many points are reachable for respective question."
2179
  msgstr "Zobrazí uživateli, kolik lze za otázku získat bodů."
2180
 
2181
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2182
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2183
  msgid "Number answers"
2184
  msgstr "Očíslovat odpovědi"
2185
 
2186
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2187
  msgid ""
2188
  "If this option is activated, all answers are numbered (only single and "
2189
  "multiple choice)"
2190
  msgstr "Zapnutím této možnosti se odpovědi očíslují (pouze ty zaškrtávací)"
2191
 
2192
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2193
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2194
  msgid "Hide correct- and incorrect message"
2195
  msgstr "Skrýt zprávu o správné či špatné odpovědi"
2196
 
2197
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2198
  msgid ""
2199
  "If you enable this option, no correct- or incorrect message will be "
2200
  "displayed."
2201
  msgstr ""
2202
  "Pokud zapnete tuto možnost, nezobrazí se zpráva o špatné či správné odpovědi"
2203
 
2204
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2205
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2206
  msgid "Correct and incorrect answer mark"
2207
  msgstr "Označit správné a nesprávné odpovědi"
2208
 
2209
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2210
  msgid ""
2211
  "If you enable this option, answers won't be color highlighted as correct or "
2212
  "incorrect. "
2213
  msgstr ""
2214
  "Pokud vypnete tuto možnost, správné a špatné odpovědi se neoznačí barevně."
2215
 
2216
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2217
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2218
  msgid "Force user to answer each question"
2219
  msgstr ""
2220
 
2221
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2222
  msgid "If you enable this option, the user is forced to answer each question."
2223
  msgstr ""
2224
 
2225
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2226
  msgid ""
2227
  "If the option \"Question overview\" is activated, this notification will "
2228
  "appear after end of the quiz, otherwise after each question."
2229
  msgstr ""
2230
 
2231
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2232
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2233
  msgid "Hide question position overview"
2234
  msgstr ""
2235
 
2236
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2237
  msgid "If you enable this option, the question position overview is hidden."
2238
  msgstr ""
2239
 
2240
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2241
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2242
  msgid "Hide question numbering"
2243
  msgstr ""
2244
 
2245
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2246
  msgid "If you enable this option, the question numbering is hidden."
2247
  msgstr ""
2248
 
2249
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2250
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2251
  msgid "Display category"
2252
  msgstr ""
2253
 
2254
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2255
  msgid "If you enable this option, category will be displayed in the question."
2256
  msgstr ""
2257
 
2258
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2259
  msgid ""
2260
  "The leaderboard allows users to enter results in public list and to share "
2261
  "the result this way."
@@ -2263,26 +2268,26 @@ msgstr ""
2263
  "Žebříček umožňuje uživatelům vložit své výsledky do veřejných statistik a "
2264
  "sdílet své výkony s ostatními."
2265
 
2266
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2267
  msgid "The leaderboard works independent from internal statistics function."
2268
  msgstr "Žebříček funguje samostatně mimo interní statistiky."
2269
 
2270
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2271
  msgid "Who can sign up to the list"
2272
  msgstr "Možnost vkládat výsledky platí pro"
2273
 
2274
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2275
  msgid ""
2276
  "Not registered users have to enter name and e-mail (e-mail won't be "
2277
  "displayed)"
2278
  msgstr ""
2279
  "Neregistrovaní uživatelé musí vložit jméno a e-mail (ten nebude zobrazen)"
2280
 
2281
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2282
  msgid "insert automatically"
2283
  msgstr "vložit automaticky"
2284
 
2285
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2286
  msgid ""
2287
  "If you enable this option, logged in users will be automatically entered "
2288
  "into leaderboard"
@@ -2290,11 +2295,11 @@ msgstr ""
2290
  "Pokud zapnete tuto možnost, výsledky přihlášených uživatelů se automaticky "
2291
  "vloží do žebříčku"
2292
 
2293
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2294
  msgid "display captcha"
2295
  msgstr "zobrazit kontrolní kód captcha"
2296
 
2297
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2298
  msgid ""
2299
  "If you enable this option, additional captcha will be displayed for users "
2300
  "who are not registered."
@@ -2302,83 +2307,83 @@ msgstr ""
2302
  "Pokud zapnete tuto možnost, neregistrovaným uživatelům se zobrazí kontrolní "
2303
  "kód captcha"
2304
 
2305
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2306
  msgid "This option requires additional plugin:"
2307
  msgstr "Toto nastavení vyžaduje následující plugin:"
2308
 
2309
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2310
  msgid "Plugin has been detected."
2311
  msgstr "Plugin nalezen."
2312
 
2313
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2314
  msgid "Plugin is not installed."
2315
  msgstr "Plugin není nainstalován."
2316
 
2317
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2318
  msgid "Sort list by"
2319
  msgstr "Seřadit seznam podle"
2320
 
2321
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2322
  msgid "Users can apply multiple times"
2323
  msgstr "Uživatelé mohou vložit výsledky vícekrát"
2324
 
2325
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2326
  msgid "User can apply after:"
2327
  msgstr "Tentýž uživatel může vložit své výsledky znovu za"
2328
 
2329
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2330
  msgid "minute"
2331
  msgstr "min."
2332
 
2333
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2334
  msgid "How many entries should be displayed"
2335
  msgstr "Kolik výsledků zobrazit"
2336
 
2337
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2338
  msgid "Entries"
2339
  msgstr "výsledků"
2340
 
2341
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2342
  msgid "Automatically display leaderboard in quiz result"
2343
  msgstr "Automaticky zobrazovat žebříček ve výsledku kvízu"
2344
 
2345
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2346
  msgid "Where should leaderboard be displayed:"
2347
  msgstr "Kde má být žebříček umístěn:"
2348
 
2349
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2350
  msgid "don't display"
2351
  msgstr "nezobrazovat"
2352
 
2353
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2354
  msgid "below the \"result text\""
2355
  msgstr "pod textem s výsledky"
2356
 
2357
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2358
  msgid "in a button"
2359
  msgstr "po stisknutí tlačítka"
2360
 
2361
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2362
  msgid "Quiz-Mode"
2363
  msgstr "Mód kvízu"
2364
 
2365
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2366
  msgid "Normal"
2367
  msgstr "Obyčejný"
2368
 
2369
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2370
  msgid "Normal + Back-Button"
2371
  msgstr "Obyčejný + Tlačítko zpět"
2372
 
2373
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2374
  msgid "Check -> continue"
2375
  msgstr "Zkontrolovat -> další"
2376
 
2377
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2378
  msgid "Questions below each other"
2379
  msgstr "Otázky seřazené pod sebou"
2380
 
2381
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2382
  msgid ""
2383
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2384
  "displayed at the end of the quiz."
@@ -2386,16 +2391,16 @@ msgstr ""
2386
  "Zobrazí všechny otázky jak jdou za sebou, správné a špatné odpovědi budou "
2387
  "zobrazeny na konci kvízu."
2388
 
2389
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2390
  msgid "Allows to use the back button in a question."
2391
  msgstr "Povolí používat tlačítko zpět."
2392
 
2393
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2394
  msgid "Shows \"right or wrong\" after each question."
2395
  msgstr ""
2396
  "Po každé odpovědi ihned zobrazí, zda uživatel odpověděl správně, nebo špatně."
2397
 
2398
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2399
  msgid ""
2400
  "If this option is activated, all answers are displayed below each other, i."
2401
  "e. all questions are on a single page."
@@ -2403,130 +2408,134 @@ msgstr ""
2403
  "Pokud zapnete tuto možnost, všechny otázky a odpovědi se zobrazí pod sebou. "
2404
  "Např.: celý kvíz bude na jedné stránce."
2405
 
2406
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2407
  msgid "How many questions to be displayed on a page:"
2408
  msgstr ""
2409
 
2410
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2411
  msgid "(0 = All on one page)"
2412
  msgstr ""
2413
 
2414
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2415
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2416
  #: lib/view/WpProQuiz_View_Statistics.php:41
2417
  #: lib/view/WpProQuiz_View_Statistics.php:364
2418
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2419
  msgid "Custom fields"
2420
  msgstr ""
2421
 
2422
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2423
  msgid ""
2424
  "You can create custom fields, e.g. to request the name or the e-mail address "
2425
  "of the users."
2426
  msgstr ""
2427
 
2428
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2429
  msgid "The statistic function have to be enabled."
2430
  msgstr ""
2431
 
2432
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2433
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2434
  msgid "Custom fields enable"
2435
  msgstr ""
2436
 
2437
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2438
  msgid "If you enable this option, custom fields are enabled."
2439
  msgstr ""
2440
 
2441
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2442
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2443
  msgid "Display position"
2444
  msgstr ""
2445
 
2446
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2447
  msgid "Where should the fileds be displayed:"
2448
  msgstr ""
2449
 
2450
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2451
  msgid "On the quiz startpage"
2452
  msgstr ""
2453
 
2454
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2455
  msgid "At the end of the quiz (before the quiz result)"
2456
  msgstr ""
2457
 
2458
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2459
  msgid "Field name"
2460
  msgstr ""
2461
 
2462
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2463
  msgid "Required?"
2464
  msgstr ""
2465
 
2466
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2467
  msgid "Text"
2468
  msgstr ""
2469
 
2470
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2471
  msgid "Textarea"
2472
  msgstr ""
2473
 
2474
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2475
  msgid "Checkbox"
2476
  msgstr ""
2477
 
2478
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2479
  msgid "Drop-Down menu"
2480
  msgstr ""
2481
 
2482
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2483
  msgid "Radio"
2484
  msgstr ""
2485
 
2486
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2487
  msgid "Number"
2488
  msgstr ""
2489
 
2490
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2491
  msgid "Email"
2492
  msgstr ""
2493
 
2494
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2495
  msgid "Yes/No"
2496
  msgstr ""
2497
 
2498
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2499
  #: lib/view/WpProQuiz_View_Statistics.php:323
2500
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2501
  msgid "Date"
2502
  msgstr ""
2503
 
2504
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2505
  msgid "Edit list"
2506
  msgstr ""
2507
 
2508
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2509
  msgid "One entry per line"
2510
  msgstr ""
2511
 
2512
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2513
  msgid "OK"
2514
  msgstr ""
2515
 
2516
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2517
  msgid "Add field"
2518
  msgstr ""
2519
 
2520
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2521
  msgid ""
2522
  "If you enable this option, an email is sent with his quiz result to the user."
2523
  msgstr ""
2524
 
2525
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2526
  msgid "User Email-Address (only registered users)"
2527
  msgstr ""
2528
 
2529
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2530
  msgid "(Type Email)"
2531
  msgstr ""
2532
 
@@ -2542,86 +2551,86 @@ msgstr "V případě problémů"
2542
  msgid "If quiz doesn't work in front-end, please try following:"
2543
  msgstr "Pokud kvíz nefunguje na front-endu, zkuste následující:"
2544
 
2545
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2546
  msgid "Style Manager"
2547
  msgstr "Správa stylů"
2548
 
2549
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2550
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2551
  msgid "Support WP-Pro-Quiz"
2552
  msgstr "Podpořte WP-Pro-Quiz"
2553
 
2554
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2555
  msgid "Learn more"
2556
  msgstr ""
2557
 
2558
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2559
  msgid "ID"
2560
  msgstr "ID"
2561
 
2562
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2563
  msgid "Shortcode"
2564
  msgstr "Shortcode"
2565
 
2566
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2567
  msgid "Shortcode-Leaderboard"
2568
  msgstr "Shortcode žebříčku"
2569
 
2570
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2571
  msgid "Preview"
2572
  msgstr "Náhled"
2573
 
2574
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2575
  msgid "Add quiz"
2576
  msgstr "Přidat kvíz"
2577
 
2578
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2579
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2580
  msgid "Export"
2581
  msgstr "Exportovat"
2582
 
2583
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2584
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2585
  msgid "Set Quiz Categories"
2586
  msgstr ""
2587
 
2588
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2589
  msgid ""
2590
  "Choose the respective question, which you would like to export and press on "
2591
  "\"Start export\""
2592
  msgstr ""
2593
  "Vyberte otázku, kterou chcete exportovat a klikněte na \"Zahájit export\""
2594
 
2595
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2596
  msgid "Format:"
2597
  msgstr ""
2598
 
2599
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2600
  msgid "*.wpq"
2601
  msgstr ""
2602
 
2603
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2604
  msgid "or"
2605
  msgstr ""
2606
 
2607
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2608
  msgid "*.xml"
2609
  msgstr ""
2610
 
2611
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2612
  msgid "Start export"
2613
  msgstr "Zahájit export"
2614
 
2615
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2616
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2617
  msgstr ""
2618
 
2619
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2620
  #, php-format
2621
  msgid "Maximal %d MiB"
2622
  msgstr "Maximálně %d MiB"
2623
 
2624
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2625
  msgid "Sets multiple quiz categories "
2626
  msgstr ""
2627
 
@@ -2668,39 +2677,39 @@ msgstr "průměrně"
2668
 
2669
  #: lib/view/WpProQuiz_View_Statistics.php:108
2670
  #: lib/view/WpProQuiz_View_Statistics.php:243
2671
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2672
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2673
  msgid "Hints used"
2674
  msgstr "Použité nápovědy"
2675
 
2676
  #: lib/view/WpProQuiz_View_Statistics.php:109
2677
  #: lib/view/WpProQuiz_View_Statistics.php:244
2678
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2679
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2680
  msgid "Time"
2681
  msgstr "Čas"
2682
 
2683
  #: lib/view/WpProQuiz_View_Statistics.php:110
2684
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2685
  msgid "Points scored"
2686
  msgstr "Získané body"
2687
 
2688
  #: lib/view/WpProQuiz_View_Statistics.php:148
2689
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2690
  msgid "Sub-Total: "
2691
  msgstr "Celkem:"
2692
 
2693
  #: lib/view/WpProQuiz_View_Statistics.php:183
2694
  #: lib/view/WpProQuiz_View_Statistics.php:268
2695
  #: lib/view/WpProQuiz_View_Statistics.php:343
2696
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2697
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2698
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2699
  msgid "Refresh"
2700
  msgstr "Obnovit"
2701
 
2702
  #: lib/view/WpProQuiz_View_Statistics.php:187
2703
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2704
  msgid "Reset statistics"
2705
  msgstr "Vynulovat statistiku"
2706
 
@@ -2740,17 +2749,29 @@ msgstr ""
2740
  msgid "only anonymous users"
2741
  msgstr ""
2742
 
2743
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2744
  #, php-format
2745
  msgid "User statistics: %s"
2746
  msgstr ""
2747
 
2748
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2749
- msgid "ticked"
2750
  msgstr ""
2751
 
2752
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2753
- msgid "not ticked"
2754
  msgstr ""
2755
 
2756
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz Czech\n"
4
+ "POT-Creation-Date: 2014-10-09 10:36+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:36+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: cs_CZ\n"
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:41
68
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
69
  msgid "No data available"
70
  msgstr "Žádná data"
71
 
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:237
113
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
114
  #: lib/view/WpProQuiz_View_Statistics.php:46
115
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
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:292
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
154
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
155
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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."
167
  msgstr ""
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 "Soubor nelze nahrát"
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:326
180
  msgid "Quiz not found"
181
  msgstr "Kvíz nenalezen"
182
 
213
  msgid "questions copied"
214
  msgstr "otázky zkopírovány"
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
217
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
218
  msgid "Quiz edited"
219
  msgstr "Kvíz upraven"
220
 
221
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
222
  msgid "quiz created"
223
  msgstr ""
224
 
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
226
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
227
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
228
  msgid "Quiz title or quiz description are not filled"
229
  msgstr "Název kvízu nebo jeho popis nejsou vyplněny"
230
 
231
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
232
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
233
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
234
  msgid "Edit quiz"
235
  msgstr "Upravit kvíz"
236
 
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
238
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
239
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
240
  msgid "Create quiz"
241
  msgstr "Nový kvíz"
242
 
243
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
244
  msgid "Template stored"
245
  msgstr ""
246
 
247
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
248
  msgid "Quiz deleted"
249
  msgstr "Kvíz smazán"
250
 
251
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
252
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
253
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
254
  msgid "Not categorized"
255
  msgstr "Žádná rubrika"
256
 
257
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
258
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
259
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
260
  msgid "Categories"
261
  msgstr "Rubriky"
262
 
263
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
264
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
265
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
267
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
268
  msgid "No category"
269
  msgstr "Žádná rubrika"
270
 
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
272
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
273
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
274
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
275
  msgid "Anonymous"
276
  msgstr ""
277
 
278
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
279
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
280
  msgid "Deleted user"
281
  msgstr ""
282
 
310
  msgid "You entered wrong captcha code."
311
  msgstr "Špatně jste opsali kód z obrázku."
312
 
313
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
314
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
315
+ msgid "ticked"
316
+ msgstr ""
317
+
318
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
319
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
320
+ msgid "not ticked"
321
+ msgstr ""
322
+
323
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
324
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
325
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
326
+ msgid "Yes"
327
+ msgstr ""
328
+
329
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
330
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
331
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
332
+ msgid "No"
333
+ msgstr ""
334
+
335
  #: lib/helper/WpProQuiz_Helper_Import.php:9
336
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
337
  msgid "File was not uploaded"
338
  msgstr "Soubor nebyl nahrán."
339
 
340
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
341
  msgid "File have wrong format"
342
  msgstr "Soubor má špatný formát."
343
 
344
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
345
  msgid "File is not compatible with the current version"
346
  msgstr "Soubor není kompatibilní se současnou verzí."
347
 
409
  msgstr "WP-Pro-Quiz je propracovaný a jednoduchý plugin pro WordPress."
410
 
411
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
412
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
413
  msgid "WP-Pro-Quiz"
414
  msgstr "WP-Pro-Quiz"
415
 
416
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
417
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
420
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
421
  msgid "Leaderboard"
422
  msgstr "Žebříček"
423
 
426
  #: lib/view/WpProQuiz_View_Import.php:22
427
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
428
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
430
  #: lib/view/WpProQuiz_View_Statistics.php:29
431
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
432
  #: lib/view/WpProQuiz_View_StyleManager.php:11
448
  msgstr "Seřadit podle:"
449
 
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
452
  msgid "best user"
453
  msgstr "nejlepších uživatelů"
454
 
455
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
457
  msgid "newest entry"
458
  msgstr "nejnovějších výsledků"
459
 
460
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
462
  msgid "oldest entry"
463
  msgstr "nejstarších výsledků"
464
 
472
 
473
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
474
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
476
  msgid "Type"
477
  msgstr "Typ"
478
 
482
 
483
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
484
  #: lib/view/WpProQuiz_View_Statistics.php:239
485
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
486
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
487
  msgid "User"
488
  msgstr "Uživatel"
489
 
490
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
492
  msgid "E-Mail"
493
  msgstr "E-Mail"
494
 
498
  msgstr "Vloženo dne"
499
 
500
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
503
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
504
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
505
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
509
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
510
  #: lib/view/WpProQuiz_View_Statistics.php:105
511
  #: lib/view/WpProQuiz_View_Statistics.php:240
512
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
513
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
515
  msgid "Points"
516
  msgstr "Body"
517
 
518
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
519
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
520
  #: lib/view/WpProQuiz_View_Statistics.php:111
521
  #: lib/view/WpProQuiz_View_Statistics.php:245
522
  #: lib/view/WpProQuiz_View_Statistics.php:324
523
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
524
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
525
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
526
  msgid "Results"
527
  msgstr "Výsledek"
528
 
532
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
533
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
534
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
535
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
536
  msgid "Edit"
537
  msgstr "Upravit"
538
 
543
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
544
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
545
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
547
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
548
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
549
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
550
  msgid "Delete"
551
  msgstr "Smazat"
552
 
570
  msgid "Delete all entries"
571
  msgstr "Smazat všechny výsledky"
572
 
573
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
574
+ msgid "Start quiz"
575
+ msgstr "Začít"
576
+
577
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
578
+ msgid "Restart quiz"
579
+ msgstr "Znovu"
580
+
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
585
  msgid "Quiz-summary"
586
  msgstr "Závěrečný přehled"
587
 
588
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
589
  msgid "Finish quiz"
590
  msgstr "Dokončit kvíz"
591
 
592
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
593
+ msgid "Quiz is loading..."
594
+ msgstr ""
595
+
596
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
597
+ msgid ""
598
+ "You have already completed the quiz before. Hence you can not start it again."
599
+ msgstr "Je nám líto, tento kvíz smíte vyplnit pouze jednou."
600
+
601
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
602
+ msgid "You must sign in or sign up to start the quiz."
603
+ msgstr ""
604
+
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
606
+ msgid "You have to finish following quiz, to start this quiz:"
607
+ msgstr "Abyste mohli vyplnit tento kvíz, nejdřív musíte splnit tenhle:"
608
+
609
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
610
  msgid "Your result has been entered into leaderboard"
611
  msgstr "Vaše výsledky byly vloženy do žebříčku."
612
 
613
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
614
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
615
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
616
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
617
  msgid "Name"
618
  msgstr "Jméno"
619
 
620
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
621
  msgid "Captcha"
622
  msgstr "Opiště kód"
623
 
624
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
625
  msgid "Send"
626
  msgstr "Odeslat"
627
 
628
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
629
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
630
  msgid "You must fill out this field."
631
  msgstr ""
632
 
633
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
634
  msgid "You must specify a number."
635
  msgstr ""
636
 
637
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
638
  msgid "You must specify a text."
639
  msgstr ""
640
 
641
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
642
  msgid "You must specify an email address."
643
  msgstr ""
644
 
645
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
646
  msgid "You must specify a date."
647
  msgstr ""
648
 
649
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650
  #, php-format
651
  msgid "%s of %s questions completed"
652
  msgstr "Zodpovězeno %s z %s otázek"
653
 
654
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
655
  #: lib/view/WpProQuiz_View_Import.php:44
656
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
657
  msgid "Questions"
658
  msgstr "Otázky"
659
 
660
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
661
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
662
  msgid "Information"
663
  msgstr ""
664
 
665
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
666
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
667
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
668
  msgid "Time limit"
669
  msgstr "Časový limit"
670
 
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
672
  msgid "Answered"
673
  msgstr "Zodpovězeno"
674
 
675
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
676
  msgid "Review"
677
  msgstr "Poznačené otázky"
678
 
679
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
680
  msgid "Review question"
681
  msgstr "Poznačit tuto otázku"
682
 
683
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
684
  #, php-format
685
  msgid "%s of %s questions answered correctly"
686
  msgstr "Odpověděli jste správně na %s z %s otázek"
687
 
688
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
689
  msgid "Your time: <span></span>"
690
  msgstr "Váš čas: <span></span>"
691
 
692
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
693
  msgid "Time has elapsed"
694
  msgstr "Čas vypršel"
695
 
696
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
697
  #, php-format
698
  msgid "You have reached %s of %s points, (%s)"
699
  msgstr "Získali jste %s z %s bodů, (%s)"
700
 
701
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
702
  msgid "Average score"
703
  msgstr "Průměrný výsledek"
704
 
705
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
706
  msgid "Your score"
707
  msgstr "Váš výsledek"
708
 
709
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
710
  msgid "View questions"
711
  msgstr "Zobrazit mé odpovědi"
712
 
713
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
714
  msgid "Show leaderboard"
715
  msgstr "Zobrazit žebříček"
716
 
717
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
718
  #, php-format
719
  msgid "Question %s of %s"
720
  msgstr "Otázka %s / %s"
721
 
722
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
723
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
724
  #: lib/view/WpProQuiz_View_Statistics.php:104
725
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
726
  msgid "Question"
727
  msgstr "Otázka"
728
 
729
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
730
  #, php-format
731
  msgid "%d points"
732
  msgstr "Bodové ohodnocení: %d"
733
 
734
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
735
  #, php-format
736
  msgid "Category: %s"
737
  msgstr ""
738
 
739
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
740
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
741
  msgid "Sort elements"
742
  msgstr "Přiřaďte"
743
 
744
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
745
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
746
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
747
  #: lib/view/WpProQuiz_View_Statistics.php:106
748
  #: lib/view/WpProQuiz_View_Statistics.php:241
749
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
750
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
751
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
753
  msgid "Correct"
754
  msgstr "Správně"
755
 
756
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
757
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
758
  #: lib/view/WpProQuiz_View_Statistics.php:107
759
  #: lib/view/WpProQuiz_View_Statistics.php:242
760
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
761
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
762
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
763
  msgid "Incorrect"
764
  msgstr "Špatně"
765
 
766
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
767
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
768
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
769
  msgid "Hint"
770
  msgstr "Nápověda"
771
 
772
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
773
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
775
  msgid "Skip question"
776
  msgstr "Přeskočit otázku"
777
 
778
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
779
  msgid "Back"
780
  msgstr "Zpět"
781
 
782
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
783
  msgid "Check"
784
  msgstr "Zkontrolovat"
785
 
786
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
787
  msgid "Next"
788
  msgstr "Další"
789
 
790
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
791
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
792
  #, php-format
793
  msgid "Page %d"
794
  msgstr ""
795
 
 
 
 
 
796
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
797
  #, php-format
798
  msgid "maximum of %s points"
813
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
814
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
815
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
816
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
817
  msgid "Global settings"
818
  msgstr "Obecná nastavení"
819
 
824
 
825
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
826
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
828
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
829
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
830
  msgid "Save"
831
  msgstr "Uložit"
879
 
880
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
883
  msgid "Admin e-mail settings"
884
  msgstr "Nastavení e-mailu pro admina"
885
 
886
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
888
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
889
  msgid "To:"
890
  msgstr "Pro:"
891
 
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
894
  msgid ""
895
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
896
  "com"
898
 
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
900
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
903
  msgid "From:"
904
  msgstr "Od:"
905
 
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
910
  msgid "Subject:"
911
  msgstr "Předmět:"
912
 
913
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
914
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
917
  msgid "HTML"
918
  msgstr "HTML"
919
 
922
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
923
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
924
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
963
  msgid "Activate"
964
  msgstr "Zapnout"
965
 
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
967
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
970
  msgid "Message body:"
971
  msgstr "Obsah zprávy:"
972
 
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
977
  msgid "Allowed variables"
978
  msgstr "Povolené proměnné"
979
 
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
984
  msgid "User-ID"
985
  msgstr "ID uživatele"
986
 
987
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
991
  #: lib/view/WpProQuiz_View_Statistics.php:322
992
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
993
  msgid "Username"
995
 
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
997
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
999
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
1000
  msgid "Quiz-Name"
1001
  msgstr "Název kvízu"
1002
 
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1004
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1007
  msgid "Result in precent"
1008
  msgstr "Výsledek v procentech"
1009
 
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1011
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1014
  msgid "Reached points"
1015
  msgstr "Dosaženo bodů"
1016
 
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1018
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1021
  msgid "IP-address of the user"
1022
  msgstr "IP adresa uživatele"
1023
 
1024
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1025
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1028
  msgid "Category-Overview"
1029
  msgstr ""
1030
 
1031
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1032
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1033
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1034
  msgid "User e-mail settings"
1035
  msgstr "Nastavení e-mailu pro uživatele"
1036
 
1121
  msgstr "Touch Library"
1122
 
1123
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1129
  msgid "Deactivate"
1130
  msgstr "Vypnout"
1131
 
1168
  msgstr ""
1169
 
1170
  #: lib/view/WpProQuiz_View_Import.php:21
1171
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1172
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1173
  msgid "Import"
1174
  msgstr "Importovat"
1175
 
1190
  msgstr "Název kvízu"
1191
 
1192
  #: lib/view/WpProQuiz_View_Import.php:69
1193
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1194
  msgid "Start import"
1195
  msgstr "Začít s importem"
1196
 
1199
  msgstr ""
1200
 
1201
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1202
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1203
  msgid "You need special WP-Pro-Quiz modification for your website?"
1204
  msgstr ""
1205
 
1261
  msgstr ""
1262
 
1263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1265
  msgid "load template"
1266
  msgstr ""
1267
 
1274
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1275
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1276
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1280
  msgid "(optional)"
1281
  msgstr "(volitelné)"
1282
 
1291
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1292
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1293
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1297
  msgid "(required)"
1298
  msgstr "(povinné)"
1299
 
1323
 
1324
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1325
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1327
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1328
  #: lib/view/WpProQuiz_View_Statistics.php:124
1329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1330
  msgid "Category"
1331
  msgstr "Rubrika"
1332
 
1339
  "statistikách."
1340
 
1341
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1343
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1344
  msgid "You can manage categories in global settings."
1345
  msgstr "Rubriky můžete spravovat v obecných nastaveních."
1346
 
1347
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1348
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1351
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1352
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1353
  msgid "Create new category"
1354
  msgstr "Vytvořit novou rubriku"
1355
 
1356
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1358
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1359
  msgid "Create"
1360
  msgstr "Vytvořit"
1361
 
1481
  msgstr ""
1482
 
1483
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1485
  msgid "template name"
1486
  msgstr ""
1487
 
1488
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1490
  msgid "Create new template"
1491
  msgstr ""
1492
 
1493
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1495
  msgid "Save as template"
1496
  msgstr ""
1497
 
1498
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1499
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1500
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1502
  msgid "Options"
1503
  msgstr "Nastavení"
1504
 
1530
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1531
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1532
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1533
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1534
  msgid "Move"
1535
  msgstr "Posunout"
1536
 
1608
 
1609
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1610
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1611
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1634
  msgid "Demo"
1635
  msgstr "Ukázka"
1636
 
1683
 
1684
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1685
  #: lib/view/WpProQuiz_View_Statistics.php:169
1686
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1687
  msgid "Total"
1688
  msgstr "Celkem"
1689
 
1712
  msgid "Copy questions"
1713
  msgstr "Zkopírovat otázky"
1714
 
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1716
  msgid "Quiz title"
1717
  msgstr "Titulek kvízu"
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1720
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1721
  msgid "You can assign classify category for a quiz."
1722
  msgstr ""
1723
 
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1725
  msgid "Hide quiz title"
1726
  msgstr "Skrýt titulek kvízu"
1727
 
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1729
  msgid "Hide title"
1730
  msgstr "Skrýt titulek"
1731
 
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1733
  msgid "The title serves as quiz heading."
1734
  msgstr "Titulek je zobrazen v hlavičce kvízu jako nadpis."
1735
 
1736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1738
  msgid "Hide \"Restart quiz\" button"
1739
  msgstr "Skrýt tlačítko \"Znovu\""
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1742
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1743
  msgstr "Skrýt tlačítko \"Znovu\" na závěrečné obrazovce."
1744
 
1745
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1747
  msgid "Hide \"View question\" button"
1748
  msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\""
1749
 
1750
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1751
  msgid "Hide the \"View question\" button in the Frontend."
1752
  msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\" závěrečné obrazovce."
1753
 
1754
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1756
  msgid "Display question randomly"
1757
  msgstr "Seřadit otázky náhodně"
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1761
  msgid "Display answers randomly"
1762
  msgstr "Seřadit odpovědi náhodně"
1763
 
1764
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1766
  msgid "Sort questions by category"
1767
  msgstr ""
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1770
  msgid ""
1771
  "Also works in conjunction with the \"display randomly question\" option."
1772
  msgstr ""
1773
 
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1775
  msgid "Seconds"
1776
  msgstr "sekund"
1777
 
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1779
  msgid "0 = no limit"
1780
  msgstr "0 = bez limitu"
1781
 
1782
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1784
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1785
  msgid "Statistics"
1786
  msgstr "Statistika"
1787
 
1788
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1789
  msgid ""
1790
  "Statistics about right or wrong answers. Statistics will be saved by "
1791
  "completed quiz, not after every question. The statistics is only visible "
1795
  "kvízu, ne po zodpovězení každé otázky. Statistiky jsou viditelné jen v "
1796
  "administraci. (interní statistika)"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1800
  msgid "Statistics IP-lock"
1801
  msgstr "Omezení vkládání statistik pro jednu IP adresu"
1802
 
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1804
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1805
  msgstr "v minutách (doporučuje se 1440 minut = 1 den)"
1806
 
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1808
  msgid ""
1809
  "Protect the statistics from spam. Result will only be saved every X minutes "
1810
  "from same IP. (0 = deactivated)"
1812
  "Chrání databázi a statistiku před spamem. Výsledky z jednoho počítače (IP "
1813
  "adresy) se uloží pouze po každých X minutách. (0 = vypnuto)"
1814
 
 
1815
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1816
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1817
  msgid "Execute quiz only once"
1818
  msgstr "Kvíz lze vyplnit pouze jednou"
1819
 
1820
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1821
  msgid ""
1822
  "If you activate this option, the user can complete the quiz only once. "
1823
  "Afterwards the quiz is blocked for this user."
1825
  "Když zapnete tuto možnost, uživatel může splnit kvíz jen jednou. Poté se pro "
1826
  "něho zablokuje."
1827
 
1828
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1829
  msgid "This option applies to:"
1830
  msgstr "Tato možnost platí pro:"
1831
 
1832
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1834
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1835
  msgid "all users"
1836
  msgstr "všechny uživatele"
1837
 
1838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1840
  msgid "registered useres only"
1841
  msgstr "pouze registrované"
1842
 
1843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1844
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1845
  msgid "anonymous users only"
1846
  msgstr "pouze neregistrované (anonymy)"
1847
 
1848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1849
  msgid "user identification by cookie"
1850
  msgstr "identifikace uživatele pomocí cookies"
1851
 
1852
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1853
  msgid ""
1854
  "If you activate this option, a cookie is set additionally for unregistrated "
1855
  "(anonymous) users. This ensures a longer assignment of the user than the "
1858
  "Pokud aktivujete tuto možnost, neregistrovaným (anonymům) se přidělí "
1859
  "cookies. Lépe tak lze rozeznat jednotlivé uživatele než za pomoci IP adresy."
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1862
  msgid "Reset the user identification"
1863
  msgstr "Vynulovat identifikaci uživatelů"
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1866
  msgid "User identification has been reset."
1867
  msgstr "Identifikace o uživatelích vynulována."
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1870
  msgid "Resets user identification for all users."
1871
  msgstr "Vynulovat identifikaci pro všechny uživatele."
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1875
  msgid "Show only specific number of questions"
1876
  msgstr "Zobrazit určitý počet otázek"
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1879
  msgid ""
1880
  "If you enable this option, maximum number of displayed questions will be X "
1881
  "from X questions. (The output of questions is random)"
1883
  "Pokud zapnete tuto možnost, maximální počet nabídnutých otázek bude moci být "
1884
  "nižší než celkový počet otázek (systém vybere otázky náhodně)."
1885
 
1886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1887
  msgid "How many questions should be displayed simultaneously:"
1888
  msgstr "Kolik otázek by mělo být zobrazeno současně:"
1889
 
1890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1891
  msgid "in percent"
1892
  msgstr "v procentech"
1893
 
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1896
  msgid "Prerequisites"
1897
  msgstr "Prerekvizity"
1898
 
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1900
  msgid ""
1901
  "If you enable this option, you can choose quiz, which user have to finish "
1902
  "before he can start this quiz."
1904
  "Pokud zapnete tuto možnost, můžete vybrat kvíz či kvízy, který musí uživatel "
1905
  "dokončit před tím, než může vyplnit tento kvíz."
1906
 
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1908
  msgid ""
1909
  "In all selected quizzes statistic function have to be active. If it is not "
1910
  "it will be activated automatically."
1912
  "Ve všech zvolených kvízech musí být zapnutá statistika. Pokud není, zapne se "
1913
  "automaticky."
1914
 
1915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1916
  msgid "Quiz"
1917
  msgstr "Kvíz"
1918
 
1919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1920
  msgid "Prerequisites (This quiz have to be finished)"
1921
  msgstr "Prerekvizity (Uživatel musí dokončit následující kvízy)"
1922
 
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1926
  msgid "Question overview"
1927
  msgstr "Přehled otázek"
1928
 
1929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1930
  msgid ""
1931
  "Add at the top of the quiz a question overview, which allows easy "
1932
  "navigation. Additional questions can be marked \"to review\"."
1934
  "Přidá přehled otázek do horní části kvízu. Zlepší se tak navigace celým "
1935
  "kvízem. Uživatel si pak může poznačit otázky, kterými si není jistý."
1936
 
1937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1938
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1939
  msgstr "Závěrečný přehled lze zobrazit ještě před zodpovězením všech otázek."
1940
 
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1942
  msgid ""
1943
  "If you enalbe this option, no quiz overview will be displayed, before "
1944
  "finishing quiz."
1946
  "Pokud vypnete tuto možnost, uživatel se nedostane na závěrečný přehled, "
1947
  "dokud nezodpoví všechny otázky."
1948
 
1949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1950
  msgid ""
1951
  "If you enable this option, user won't be able to skip question. (only in "
1952
  "\"Overview -> next\" mode). User still will be able to navigate over "
1956
  "módu \"Zkontrolovat -> další\"). Uživatel se nadále bude moci orientovat "
1957
  "pomocí \"Přehledu otázek\" "
1958
 
1959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1963
  msgid "Admin e-mail notification"
1964
  msgstr "Upozornění na e-mail adminovi"
1965
 
1966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1968
  msgid "for registered users only"
1969
  msgstr "pouze pro registrované uživatele"
1970
 
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1973
  msgid "for all users"
1974
  msgstr "pro všechny uživatele"
1975
 
1976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1978
  msgid ""
1979
  "If you enable this option, you will be informed if a user completes this "
1980
  "quiz."
1981
  msgstr ""
1982
  "Pokud zapnete tuto možnost, dostanete upozornění, pokud někdo dokončí kvíz."
1983
 
1984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1986
  msgid "E-Mail settings can be edited in global settings."
1987
  msgstr "Nastavení e-mailu můžete upravit v obecných nastaveních."
1988
 
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1992
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1993
  msgid "User e-mail notification"
1994
  msgstr "Upozornění na e-mail uživatele"
1995
 
1996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
1997
  msgid ""
1998
  "If you enable this option, an email is sent with his quiz result to the "
1999
  "user. (only registered users)"
2001
  "Pokud zapnete tuto možnost, uživatelům přijde e-mail s výsledky kvízu (pouze "
2002
  "pro registrované)"
2003
 
2004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2006
  msgid "Autostart"
2007
  msgstr ""
2008
 
2009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2010
  msgid ""
2011
  "If you enable this option, the quiz will start automatically after the page "
2012
  "is loaded."
2013
  msgstr ""
2014
 
2015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2016
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2017
  msgid "Only registered users are allowed to start the quiz"
2018
  msgstr ""
2019
 
2020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2021
  msgid ""
2022
  "If you enable this option, only registered users allowed start the quiz."
2023
  msgstr ""
2024
 
2025
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2026
  msgid "Quiz description"
2027
  msgstr "Popis kvízu"
2028
 
2029
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2030
  msgid "This text will be displayed before start of the quiz."
2031
  msgstr "Tento text se zobrazí na začátku kvízu."
2032
 
2033
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2034
  msgid "Results text"
2035
  msgstr "Text k výsledkům"
2036
 
2037
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2038
  msgid ""
2039
  "This text will be displayed at the end of the quiz (in results). (this text "
2040
  "is optional)"
2042
  "Tento text se zobrazí po ukončení kvízu (ve výsledcích). (vyplnit toto pole "
2043
  "není povinné)"
2044
 
2045
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2046
  msgid "Activate graduation"
2047
  msgstr "Více slovních ohodnocení v závislosti na dosaženém výsledku"
2048
 
2049
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2050
  msgid "Hint:"
2051
  msgstr "Nápověda:"
2052
 
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2054
  msgid "Maximal 15 levels"
2055
  msgstr "Lze vložit nejvýše 15 slovních ohodnocení"
2056
 
2057
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2058
  #, php-format
2059
  msgid ""
2060
  "Percentages refer to the total score of the quiz. (Current total %d points "
2062
  msgstr ""
2063
  "Procenta znamenají celkové skóre v kvízu. (Splněno %d bodů z %d otázek.)"
2064
 
2065
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2066
  msgid "Values can also be mixed up"
2067
  msgstr "Hodnoty se mohou překrývat"
2068
 
2069
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2070
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2071
  msgstr ""
2072
  "Je povolen formát jak 10,15 %, tak i 10.15 % (pozor: maximálně dvě čísla po "
2073
  "desetinné čárce)"
2074
 
2075
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2077
  msgid "from:"
2078
  msgstr "Od:"
2079
 
2080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2081
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2082
  msgid "percent"
2083
  msgstr "procent"
2084
 
2085
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2086
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2087
  #, php-format
2088
  msgid ""
2089
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2092
  "(Text se zobrazí, pokud je procentuální výsledek větší či roven <span class="
2093
  "\"resultProzent\">%s</span>%%)"
2094
 
2095
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2097
  msgid "Delete graduation"
2098
  msgstr "Smazat slovní hodnocení"
2099
 
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2101
  msgid "Add graduation"
2102
  msgstr "Přidat slovní hodnocení"
2103
 
2104
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2107
  msgid "Custom fields - Variables"
2108
  msgstr ""
2109
 
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2111
  msgid "Result-Options"
2112
  msgstr "Nastavení výsledků"
2113
 
2114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2115
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2116
  msgid "Show average points"
2117
  msgstr "Srovnat výsledek s ostatními"
2118
 
2119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2120
  msgid "Statistics-function must be enabled."
2121
  msgstr "V tomto případě musíte zapnout statistiku."
2122
 
2123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2125
  msgid "Show category score"
2126
  msgstr "Třídit skóre podle rubrik"
2127
 
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2129
  msgid ""
2130
  "If you enable this option, the results of each category is displayed on the "
2131
  "results page."
2132
  msgstr "Pokud zapnete tuto možnost, výsledky se setřídí podle rubrik otázek."
2133
 
2134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2136
  msgid "Hide correct questions - display"
2137
  msgstr "Skrýt oznámení o počtu správně zodpovězených otázek"
2138
 
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2140
  msgid ""
2141
  "If you select this option, no longer the number of correctly answered "
2142
  "questions are displayed on the results page."
2144
  "Pokud zapnete tuto možnost, nezobrazí se počet správně zodpovězených otázek "
2145
  "na obrazovce s výsledky."
2146
 
2147
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2149
  msgid "Hide quiz time - display"
2150
  msgstr "Skrýt dobu vyplňování"
2151
 
2152
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2153
  msgid ""
2154
  "If you enable this option, the time for finishing the quiz won't be "
2155
  "displayed on the results page anymore."
2157
  "Pokud zapnete tuto možnost, nezobrazí se na závěrečné obrazovce čas, za "
2158
  "který uživatel vyplnil kvíz."
2159
 
2160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2162
  msgid "Hide score - display"
2163
  msgstr "Skrýt body (skóre)"
2164
 
2165
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2166
  msgid ""
2167
  "If you enable this option, final score won't be displayed on the results "
2168
  "page anymore."
2170
  "Pokud zapnete tuto možnost, na závěrečné obrazovce se nezobrazí počet "
2171
  "získaných bodů."
2172
 
2173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2174
  msgid "Question-Options"
2175
  msgstr "Nastavení otázek"
2176
 
2177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2178
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2179
  msgid "Show points"
2180
  msgstr "Zobrazit body"
2181
 
2182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2183
  msgid "Shows in quiz, how many points are reachable for respective question."
2184
  msgstr "Zobrazí uživateli, kolik lze za otázku získat bodů."
2185
 
2186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2188
  msgid "Number answers"
2189
  msgstr "Očíslovat odpovědi"
2190
 
2191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2192
  msgid ""
2193
  "If this option is activated, all answers are numbered (only single and "
2194
  "multiple choice)"
2195
  msgstr "Zapnutím této možnosti se odpovědi očíslují (pouze ty zaškrtávací)"
2196
 
2197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2199
  msgid "Hide correct- and incorrect message"
2200
  msgstr "Skrýt zprávu o správné či špatné odpovědi"
2201
 
2202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2203
  msgid ""
2204
  "If you enable this option, no correct- or incorrect message will be "
2205
  "displayed."
2206
  msgstr ""
2207
  "Pokud zapnete tuto možnost, nezobrazí se zpráva o špatné či správné odpovědi"
2208
 
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2211
  msgid "Correct and incorrect answer mark"
2212
  msgstr "Označit správné a nesprávné odpovědi"
2213
 
2214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2215
  msgid ""
2216
  "If you enable this option, answers won't be color highlighted as correct or "
2217
  "incorrect. "
2218
  msgstr ""
2219
  "Pokud vypnete tuto možnost, správné a špatné odpovědi se neoznačí barevně."
2220
 
2221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2223
  msgid "Force user to answer each question"
2224
  msgstr ""
2225
 
2226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2227
  msgid "If you enable this option, the user is forced to answer each question."
2228
  msgstr ""
2229
 
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
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:945
2237
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2238
  msgid "Hide question position overview"
2239
  msgstr ""
2240
 
2241
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2242
  msgid "If you enable this option, the question position overview is hidden."
2243
  msgstr ""
2244
 
2245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2247
  msgid "Hide question numbering"
2248
  msgstr ""
2249
 
2250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2251
  msgid "If you enable this option, the question numbering is hidden."
2252
  msgstr ""
2253
 
2254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2256
  msgid "Display category"
2257
  msgstr ""
2258
 
2259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2260
  msgid "If you enable this option, category will be displayed in the question."
2261
  msgstr ""
2262
 
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2264
  msgid ""
2265
  "The leaderboard allows users to enter results in public list and to share "
2266
  "the result this way."
2268
  "Žebříček umožňuje uživatelům vložit své výsledky do veřejných statistik a "
2269
  "sdílet své výkony s ostatními."
2270
 
2271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2272
  msgid "The leaderboard works independent from internal statistics function."
2273
  msgstr "Žebříček funguje samostatně mimo interní statistiky."
2274
 
2275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2276
  msgid "Who can sign up to the list"
2277
  msgstr "Možnost vkládat výsledky platí pro"
2278
 
2279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
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živatelé musí vložit jméno a e-mail (ten nebude zobrazen)"
2285
 
2286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2287
  msgid "insert automatically"
2288
  msgstr "vložit automaticky"
2289
 
2290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2291
  msgid ""
2292
  "If you enable this option, logged in users will be automatically entered "
2293
  "into leaderboard"
2295
  "Pokud zapnete tuto možnost, výsledky přihlášených uživatelů se automaticky "
2296
  "vloží do žebříčku"
2297
 
2298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2299
  msgid "display captcha"
2300
  msgstr "zobrazit kontrolní kód captcha"
2301
 
2302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2303
  msgid ""
2304
  "If you enable this option, additional captcha will be displayed for users "
2305
  "who are not registered."
2307
  "Pokud zapnete tuto možnost, neregistrovaným uživatelům se zobrazí kontrolní "
2308
  "kód captcha"
2309
 
2310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2311
  msgid "This option requires additional plugin:"
2312
  msgstr "Toto nastavení vyžaduje následující plugin:"
2313
 
2314
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2315
  msgid "Plugin has been detected."
2316
  msgstr "Plugin nalezen."
2317
 
2318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2319
  msgid "Plugin is not installed."
2320
  msgstr "Plugin není nainstalován."
2321
 
2322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2323
  msgid "Sort list by"
2324
  msgstr "Seřadit seznam podle"
2325
 
2326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2327
  msgid "Users can apply multiple times"
2328
  msgstr "Uživatelé mohou vložit výsledky vícekrát"
2329
 
2330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2331
  msgid "User can apply after:"
2332
  msgstr "Tentýž uživatel může vložit své výsledky znovu za"
2333
 
2334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2335
  msgid "minute"
2336
  msgstr "min."
2337
 
2338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2339
  msgid "How many entries should be displayed"
2340
  msgstr "Kolik výsledků zobrazit"
2341
 
2342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2343
  msgid "Entries"
2344
  msgstr "výsledků"
2345
 
2346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2347
  msgid "Automatically display leaderboard in quiz result"
2348
  msgstr "Automaticky zobrazovat žebříček ve výsledku kvízu"
2349
 
2350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2351
  msgid "Where should leaderboard be displayed:"
2352
  msgstr "Kde má být žebříček umístěn:"
2353
 
2354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2355
  msgid "don't display"
2356
  msgstr "nezobrazovat"
2357
 
2358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2359
  msgid "below the \"result text\""
2360
  msgstr "pod textem s výsledky"
2361
 
2362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2363
  msgid "in a button"
2364
  msgstr "po stisknutí tlačítka"
2365
 
2366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2367
  msgid "Quiz-Mode"
2368
  msgstr "Mód kvízu"
2369
 
2370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2371
  msgid "Normal"
2372
  msgstr "Obyčejný"
2373
 
2374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2375
  msgid "Normal + Back-Button"
2376
  msgstr "Obyčejný + Tlačítko zpět"
2377
 
2378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2379
  msgid "Check -> continue"
2380
  msgstr "Zkontrolovat -> další"
2381
 
2382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2383
  msgid "Questions below each other"
2384
  msgstr "Otázky seřazené pod sebou"
2385
 
2386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2387
  msgid ""
2388
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2389
  "displayed at the end of the quiz."
2391
  "Zobrazí všechny otázky jak jdou za sebou, správné a špatné odpovědi budou "
2392
  "zobrazeny na konci kvízu."
2393
 
2394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2395
  msgid "Allows to use the back button in a question."
2396
  msgstr "Povolí používat tlačítko zpět."
2397
 
2398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2399
  msgid "Shows \"right or wrong\" after each question."
2400
  msgstr ""
2401
  "Po každé odpovědi ihned zobrazí, zda uživatel odpověděl správně, nebo špatně."
2402
 
2403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
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."
2408
  "Pokud zapnete tuto možnost, všechny otázky a odpovědi se zobrazí pod sebou. "
2409
  "Např.: celý kvíz bude na jedné stránce."
2410
 
2411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2412
  msgid "How many questions to be displayed on a page:"
2413
  msgstr ""
2414
 
2415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2416
  msgid "(0 = All on one page)"
2417
  msgstr ""
2418
 
2419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2421
  #: lib/view/WpProQuiz_View_Statistics.php:41
2422
  #: lib/view/WpProQuiz_View_Statistics.php:364
2423
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2424
  msgid "Custom fields"
2425
  msgstr ""
2426
 
2427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
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:1313
2434
  msgid "The statistic function have to be enabled."
2435
  msgstr ""
2436
 
2437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2439
  msgid "Custom fields enable"
2440
  msgstr ""
2441
 
2442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2443
  msgid "If you enable this option, custom fields are enabled."
2444
  msgstr ""
2445
 
2446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2448
  msgid "Display position"
2449
  msgstr ""
2450
 
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2452
  msgid "Where should the fileds be displayed:"
2453
  msgstr ""
2454
 
2455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2456
  msgid "On the quiz startpage"
2457
  msgstr ""
2458
 
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2460
  msgid "At the end of the quiz (before the quiz result)"
2461
  msgstr ""
2462
 
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2464
  msgid "Field name"
2465
  msgstr ""
2466
 
2467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2468
  msgid "Required?"
2469
  msgstr ""
2470
 
2471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2472
+ msgid "Show in statistic table?"
2473
+ msgstr ""
2474
+
2475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2476
  msgid "Text"
2477
  msgstr ""
2478
 
2479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2480
  msgid "Textarea"
2481
  msgstr ""
2482
 
2483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2484
  msgid "Checkbox"
2485
  msgstr ""
2486
 
2487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2488
  msgid "Drop-Down menu"
2489
  msgstr ""
2490
 
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2492
  msgid "Radio"
2493
  msgstr ""
2494
 
2495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2496
  msgid "Number"
2497
  msgstr ""
2498
 
2499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2500
  msgid "Email"
2501
  msgstr ""
2502
 
2503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2504
  msgid "Yes/No"
2505
  msgstr ""
2506
 
2507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2508
  #: lib/view/WpProQuiz_View_Statistics.php:323
2509
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2510
  msgid "Date"
2511
  msgstr ""
2512
 
2513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2514
  msgid "Edit list"
2515
  msgstr ""
2516
 
2517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2518
  msgid "One entry per line"
2519
  msgstr ""
2520
 
2521
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2522
  msgid "OK"
2523
  msgstr ""
2524
 
2525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2526
  msgid "Add field"
2527
  msgstr ""
2528
 
2529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2530
  msgid ""
2531
  "If you enable this option, an email is sent with his quiz result to the user."
2532
  msgstr ""
2533
 
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2535
  msgid "User Email-Address (only registered users)"
2536
  msgstr ""
2537
 
2538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2539
  msgid "(Type Email)"
2540
  msgstr ""
2541
 
2551
  msgid "If quiz doesn't work in front-end, please try following:"
2552
  msgstr "Pokud kvíz nefunguje na front-endu, zkuste následující:"
2553
 
2554
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2555
  msgid "Style Manager"
2556
  msgstr "Správa stylů"
2557
 
2558
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2559
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2560
  msgid "Support WP-Pro-Quiz"
2561
  msgstr "Podpořte WP-Pro-Quiz"
2562
 
2563
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2564
  msgid "Learn more"
2565
  msgstr ""
2566
 
2567
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2568
  msgid "ID"
2569
  msgstr "ID"
2570
 
2571
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2572
  msgid "Shortcode"
2573
  msgstr "Shortcode"
2574
 
2575
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2576
  msgid "Shortcode-Leaderboard"
2577
  msgstr "Shortcode žebříčku"
2578
 
2579
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2580
  msgid "Preview"
2581
  msgstr "Náhled"
2582
 
2583
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2584
  msgid "Add quiz"
2585
  msgstr "Přidat kvíz"
2586
 
2587
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2588
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2589
  msgid "Export"
2590
  msgstr "Exportovat"
2591
 
2592
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2593
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2594
  msgid "Set Quiz Categories"
2595
  msgstr ""
2596
 
2597
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2598
  msgid ""
2599
  "Choose the respective question, which you would like to export and press on "
2600
  "\"Start export\""
2601
  msgstr ""
2602
  "Vyberte otázku, kterou chcete exportovat a klikněte na \"Zahájit export\""
2603
 
2604
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2605
  msgid "Format:"
2606
  msgstr ""
2607
 
2608
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2609
  msgid "*.wpq"
2610
  msgstr ""
2611
 
2612
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2613
  msgid "or"
2614
  msgstr ""
2615
 
2616
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2617
  msgid "*.xml"
2618
  msgstr ""
2619
 
2620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2621
  msgid "Start export"
2622
  msgstr "Zahájit export"
2623
 
2624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2625
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2626
  msgstr ""
2627
 
2628
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2629
  #, php-format
2630
  msgid "Maximal %d MiB"
2631
  msgstr "Maximálně %d MiB"
2632
 
2633
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2634
  msgid "Sets multiple quiz categories "
2635
  msgstr ""
2636
 
2677
 
2678
  #: lib/view/WpProQuiz_View_Statistics.php:108
2679
  #: lib/view/WpProQuiz_View_Statistics.php:243
2680
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2681
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2682
  msgid "Hints used"
2683
  msgstr "Použité nápovědy"
2684
 
2685
  #: lib/view/WpProQuiz_View_Statistics.php:109
2686
  #: lib/view/WpProQuiz_View_Statistics.php:244
2687
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2688
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2689
  msgid "Time"
2690
  msgstr "Čas"
2691
 
2692
  #: lib/view/WpProQuiz_View_Statistics.php:110
2693
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2694
  msgid "Points scored"
2695
  msgstr "Získané body"
2696
 
2697
  #: lib/view/WpProQuiz_View_Statistics.php:148
2698
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2699
  msgid "Sub-Total: "
2700
  msgstr "Celkem:"
2701
 
2702
  #: lib/view/WpProQuiz_View_Statistics.php:183
2703
  #: lib/view/WpProQuiz_View_Statistics.php:268
2704
  #: lib/view/WpProQuiz_View_Statistics.php:343
2705
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2706
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2707
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2708
  msgid "Refresh"
2709
  msgstr "Obnovit"
2710
 
2711
  #: lib/view/WpProQuiz_View_Statistics.php:187
2712
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2713
  msgid "Reset statistics"
2714
  msgstr "Vynulovat statistiku"
2715
 
2749
  msgid "only anonymous users"
2750
  msgstr ""
2751
 
2752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2754
+ msgid "Solved"
2755
+ msgstr ""
2756
+
2757
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2758
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2759
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2760
+ #, php-format
2761
+ msgid "%d of %d"
2762
+ msgstr ""
2763
+
2764
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2765
  #, php-format
2766
  msgid "User statistics: %s"
2767
  msgstr ""
2768
 
2769
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2770
+ msgid "yes"
2771
  msgstr ""
2772
 
2773
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2774
+ msgid "no"
2775
  msgstr ""
2776
 
2777
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-da_DK.mo CHANGED
Binary file
languages/wp-pro-quiz-da_DK.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:07+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
@@ -61,9 +61,9 @@ msgstr "Vil du virkelig nulstille statistikken?"
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "Ingen data tilgængelig"
69
 
@@ -106,7 +106,7 @@ msgstr ""
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
@@ -146,10 +146,10 @@ msgstr ""
146
  #: lib/controller/WpProQuiz_Controller_Question.php:540
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
148
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
149
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
150
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
151
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
152
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
153
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
154
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
155
  msgid "You do not have sufficient permissions to access this page."
@@ -164,16 +164,16 @@ msgid "Database repaired"
164
  msgstr ""
165
 
166
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
167
- #: lib/helper/WpProQuiz_Helper_Import.php:59
168
- #: lib/helper/WpProQuiz_Helper_Import.php:68
169
- #: lib/helper/WpProQuiz_Helper_Import.php:75
170
  msgid "File cannot be processed"
171
  msgstr "Filen kan ikke behandles"
172
 
173
  #: lib/controller/WpProQuiz_Controller_Question.php:9
174
  #: lib/controller/WpProQuiz_Controller_Question.php:19
175
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
176
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
177
  msgid "Quiz not found"
178
  msgstr "Quizzen blev ikke fundet"
179
 
@@ -210,70 +210,70 @@ msgstr "Spørgsmål: %d"
210
  msgid "questions copied"
211
  msgstr "Spørgsmål kopieret"
212
 
213
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
214
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
215
  msgid "Quiz edited"
216
  msgstr "Quiz redigeret"
217
 
218
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
219
  msgid "quiz created"
220
  msgstr ""
221
 
222
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
223
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
224
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
225
  msgid "Quiz title or quiz description are not filled"
226
  msgstr "Quizzens titel eller beskrivelse er ikke udfyldt"
227
 
228
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
229
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
231
  msgid "Edit quiz"
232
  msgstr "Rediger quiz"
233
 
234
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
235
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
236
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
237
  msgid "Create quiz"
238
  msgstr "Opret quiz"
239
 
240
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
241
  msgid "Template stored"
242
  msgstr ""
243
 
244
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
245
  msgid "Quiz deleted"
246
  msgstr "Quiz slettet"
247
 
248
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
249
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
250
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
251
  msgid "Not categorized"
252
  msgstr ""
253
 
254
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
255
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
256
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
257
  msgid "Categories"
258
  msgstr ""
259
 
260
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
261
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
263
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
264
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
265
  msgid "No category"
266
  msgstr "Ingen kategori"
267
 
268
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
269
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
270
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
271
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
272
  msgid "Anonymous"
273
  msgstr ""
274
 
275
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
276
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
277
  msgid "Deleted user"
278
  msgstr ""
279
 
@@ -307,16 +307,38 @@ msgstr "Dit navn må ikke overstige 15 tegn."
307
  msgid "You entered wrong captcha code."
308
  msgstr "Du har indtastet en forkert captcha kode."
309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  #: lib/helper/WpProQuiz_Helper_Import.php:9
311
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
312
  msgid "File was not uploaded"
313
  msgstr "Filen blev ikke uploaded"
314
 
315
- #: lib/helper/WpProQuiz_Helper_Import.php:40
316
  msgid "File have wrong format"
317
  msgstr "filen har forkert filtype"
318
 
319
- #: lib/helper/WpProQuiz_Helper_Import.php:45
320
  msgid "File is not compatible with the current version"
321
  msgstr "Filen er ikke kompatibel med den aktuelle version"
322
 
@@ -377,15 +399,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
377
  msgstr ""
378
 
379
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
380
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
381
  msgid "WP-Pro-Quiz"
382
  msgstr ""
383
 
384
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
385
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
386
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
387
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
388
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
389
  msgid "Leaderboard"
390
  msgstr "Rangliste"
391
 
@@ -394,7 +416,7 @@ msgstr "Rangliste"
394
  #: lib/view/WpProQuiz_View_Import.php:22
395
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
396
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
397
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
398
  #: lib/view/WpProQuiz_View_Statistics.php:29
399
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
400
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -416,17 +438,17 @@ msgid "Sort by:"
416
  msgstr "Sorter efter:"
417
 
418
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
419
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
420
  msgid "best user"
421
  msgstr "bedste bruger"
422
 
423
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
424
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
425
  msgid "newest entry"
426
  msgstr "nyeste postering"
427
 
428
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
429
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
430
  msgid "oldest entry"
431
  msgstr "ældste postering"
432
 
@@ -440,7 +462,7 @@ msgstr "Hvor mange posteringer skal vises på én side:"
440
 
441
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
442
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
443
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
444
  msgid "Type"
445
  msgstr "Type"
446
 
@@ -450,13 +472,13 @@ msgstr ""
450
 
451
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
452
  #: lib/view/WpProQuiz_View_Statistics.php:239
453
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
454
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
455
  msgid "User"
456
  msgstr "UR = uregistreret bruger, R = registreret bruger"
457
 
458
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
459
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
460
  msgid "E-Mail"
461
  msgstr "E-Mail"
462
 
@@ -466,8 +488,8 @@ msgid "Entered on"
466
  msgstr "Indtastet den"
467
 
468
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
469
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
470
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
471
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
472
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
473
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -477,20 +499,20 @@ msgstr "Indtastet den"
477
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
478
  #: lib/view/WpProQuiz_View_Statistics.php:105
479
  #: lib/view/WpProQuiz_View_Statistics.php:240
480
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
481
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
482
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
483
  msgid "Points"
484
  msgstr "Point"
485
 
486
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
487
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
488
  #: lib/view/WpProQuiz_View_Statistics.php:111
489
  #: lib/view/WpProQuiz_View_Statistics.php:245
490
  #: lib/view/WpProQuiz_View_Statistics.php:324
491
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
492
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
493
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
494
  msgid "Results"
495
  msgstr "Resultat"
496
 
@@ -500,7 +522,7 @@ msgstr "Resultat"
500
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
501
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
502
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
503
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
504
  msgid "Edit"
505
  msgstr "Rediger"
506
 
@@ -511,10 +533,10 @@ msgstr "Rediger"
511
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
512
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
513
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
514
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
515
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
516
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
517
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
518
  msgid "Delete"
519
  msgstr "Slet"
520
 
@@ -538,249 +560,231 @@ msgstr "Anvend"
538
  msgid "Delete all entries"
539
  msgstr "Slet alle posteringer"
540
 
541
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
542
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
543
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
544
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
545
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
546
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
547
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
548
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
549
  msgid "Quiz-summary"
550
  msgstr "Quiz-oversigt"
551
 
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
554
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
555
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
556
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
557
  msgid "Finish quiz"
558
  msgstr "Afslut quiz"
559
 
560
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  msgid "Your result has been entered into leaderboard"
562
  msgstr ""
563
 
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
565
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
566
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
567
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
568
  msgid "Name"
569
  msgstr "Navn"
570
 
571
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
572
  msgid "Captcha"
573
  msgstr "Captcha"
574
 
575
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
576
  msgid "Send"
577
  msgstr "Send"
578
 
579
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
580
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
581
  msgid "You must fill out this field."
582
  msgstr ""
583
 
584
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
585
  msgid "You must specify a number."
586
  msgstr ""
587
 
588
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
589
  msgid "You must specify a text."
590
  msgstr ""
591
 
592
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
593
  msgid "You must specify an email address."
594
  msgstr ""
595
 
596
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
597
  msgid "You must specify a date."
598
  msgstr ""
599
 
600
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
601
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
602
- msgid "Yes"
603
- msgstr ""
604
-
605
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
606
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
607
- msgid "No"
608
- msgstr ""
609
-
610
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
611
- msgid ""
612
- "You have already completed the quiz before. Hence you can not start it again."
613
- msgstr ""
614
- "Du har allerede afsluttet quizzen før. Du kan derfor ikke starte den igen."
615
-
616
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
617
- msgid "You must sign in or sign up to start the quiz."
618
- msgstr ""
619
-
620
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
621
- msgid "You have to finish following quiz, to start this quiz:"
622
- msgstr ""
623
- "Du er nødt til at afslutte følgende quiz, for at kunne starte denne quiz:"
624
-
625
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
626
  #, php-format
627
  msgid "%s of %s questions completed"
628
  msgstr "%s af %s spørgsmål besvaret"
629
 
630
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
631
  #: lib/view/WpProQuiz_View_Import.php:44
632
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
633
  msgid "Questions"
634
  msgstr "Spørgsmål"
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 "Start 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 "Tidsfrist"
650
 
651
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
652
  msgid "Answered"
653
  msgstr "Besvaret"
654
 
655
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
656
  msgid "Review"
657
  msgstr "Gennemse"
658
 
659
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
660
  msgid "Review question"
661
  msgstr "Gennemse spørgsmål"
662
 
663
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
664
  #, php-format
665
  msgid "%s of %s questions answered correctly"
666
  msgstr "%s af %s spørgsmål besvaret korrekt"
667
 
668
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
669
  msgid "Your time: <span></span>"
670
  msgstr "Tidsforbrug: <span></span>"
671
 
672
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
673
  msgid "Time has elapsed"
674
  msgstr "Tiden er udløbet"
675
 
676
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
677
  #, php-format
678
  msgid "You have reached %s of %s points, (%s)"
679
  msgstr "Du har opnået %s af %s point, (%s)"
680
 
681
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
682
  msgid "Average score"
683
  msgstr "Gennemsnitlig resultat"
684
 
685
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
686
  msgid "Your score"
687
  msgstr "Dit resultat"
688
 
689
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
690
- msgid "Restart quiz"
691
- msgstr "Genstart quiz"
692
-
693
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
694
  msgid "View questions"
695
  msgstr "Vis spørgsmål"
696
 
697
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
698
  msgid "Show leaderboard"
699
  msgstr "Vis ranglisten"
700
 
701
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
702
  #, php-format
703
  msgid "Question %s of %s"
704
  msgstr "Spørgsmål %s af %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 "Spørgsmål"
712
 
713
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
714
  #, php-format
715
  msgid "%d points"
716
  msgstr "%d point"
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 "Sorter elementer"
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 "Korrekt"
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 "Forkert"
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 "Tip"
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 "spring dette spørgsmål over"
761
 
762
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
763
  msgid "Back"
764
  msgstr "Tilbage"
765
 
766
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
767
  msgid "Check"
768
  msgstr "tjek"
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"
@@ -801,7 +805,7 @@ msgstr "Tabellen indlæses"
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:48
805
  msgid "Global settings"
806
  msgstr "Globale indstillinger"
807
 
@@ -812,8 +816,8 @@ msgstr "Indstillinger i tilfælde af problemer"
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:221
817
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
818
  msgid "Save"
819
  msgstr "Gem"
@@ -867,18 +871,18 @@ 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 "Til:"
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"
@@ -887,22 +891,22 @@ msgstr ""
887
 
888
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
889
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
890
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
891
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
892
  msgid "From:"
893
  msgstr "Fra:"
894
 
895
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
896
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
897
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
898
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
899
  msgid "Subject:"
900
  msgstr "Emne:"
901
 
902
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
904
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
905
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
906
  msgid "HTML"
907
  msgstr ""
908
 
@@ -911,72 +915,72 @@ msgstr ""
911
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
912
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
913
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
914
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
916
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
917
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
951
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
952
  msgid "Activate"
953
  msgstr "Aktivér"
954
 
955
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
956
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
959
  msgid "Message body:"
960
  msgstr "Meddelelse:"
961
 
962
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
963
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
965
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
966
  msgid "Allowed variables"
967
  msgstr "Tilladte variabler"
968
 
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
970
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
972
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
973
  msgid "User-ID"
974
  msgstr "Bruger-ID"
975
 
976
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
978
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
980
  #: lib/view/WpProQuiz_View_Statistics.php:322
981
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
982
  msgid "Username"
@@ -984,42 +988,42 @@ msgstr "Brugernavn"
984
 
985
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
986
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
988
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
989
  msgid "Quiz-Name"
990
  msgstr "Quiz-Navn"
991
 
992
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
993
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
996
  msgid "Result in precent"
997
  msgstr "Resultat i procent"
998
 
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1000
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1002
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1003
  msgid "Reached points"
1004
  msgstr "Opnåede point"
1005
 
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1007
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1010
  msgid "IP-address of the user"
1011
  msgstr "Brugerens IP-addresse"
1012
 
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1014
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1015
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1016
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1017
  msgid "Category-Overview"
1018
  msgstr ""
1019
 
1020
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1021
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1023
  msgid "User e-mail settings"
1024
  msgstr ""
1025
 
@@ -1110,11 +1114,11 @@ msgid "Touch Library"
1110
  msgstr "Touch bibliotek"
1111
 
1112
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1113
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1114
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1117
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1118
  msgid "Deactivate"
1119
  msgstr "Deaktiver"
1120
 
@@ -1155,8 +1159,8 @@ 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:144
1159
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1160
  msgid "Import"
1161
  msgstr "Importer"
1162
 
@@ -1177,7 +1181,7 @@ msgid "Quiz name"
1177
  msgstr "Quiz navn"
1178
 
1179
  #: lib/view/WpProQuiz_View_Import.php:69
1180
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1181
  msgid "Start import"
1182
  msgstr "Start import"
1183
 
@@ -1186,7 +1190,7 @@ msgid "WP-Pro-Quiz special modification"
1186
  msgstr ""
1187
 
1188
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1189
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1190
  msgid "You need special WP-Pro-Quiz modification for your website?"
1191
  msgstr ""
1192
 
@@ -1248,7 +1252,7 @@ msgid ""
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
 
@@ -1261,9 +1265,9 @@ msgstr "Titel"
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 "(valgfri)"
1269
 
@@ -1278,9 +1282,9 @@ msgstr ""
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 "(påkrævet)"
1286
 
@@ -1311,10 +1315,10 @@ msgstr "Vis opnåede point i korrekt og forkert beskeden?"
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:80
1316
  #: lib/view/WpProQuiz_View_Statistics.php:124
1317
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1318
  msgid "Category"
1319
  msgstr "Kategori"
1320
 
@@ -1327,23 +1331,23 @@ msgstr ""
1327
  "fx synlige i Statistik funktionen."
1328
 
1329
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1330
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1331
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1332
  msgid "You can manage categories in global settings."
1333
  msgstr "Du kan administrere kategorier i globale indstillinger."
1334
 
1335
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1336
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1337
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1339
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1340
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1341
  msgid "Create new category"
1342
  msgstr "Opret ny kategori"
1343
 
1344
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1345
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1346
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1347
  msgid "Create"
1348
  msgstr "Opret"
1349
 
@@ -1473,24 +1477,24 @@ msgid ""
1473
  msgstr ""
1474
 
1475
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1476
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1477
  msgid "template name"
1478
  msgstr ""
1479
 
1480
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1481
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1482
  msgid "Create new template"
1483
  msgstr ""
1484
 
1485
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1486
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1487
  msgid "Save as template"
1488
  msgstr ""
1489
 
1490
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1491
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1492
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1493
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1494
  msgid "Options"
1495
  msgstr "Valgmuligheder"
1496
 
@@ -1522,7 +1526,7 @@ msgstr ""
1522
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1523
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1524
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1525
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1526
  msgid "Move"
1527
  msgstr "Flyt"
1528
 
@@ -1595,28 +1599,29 @@ msgstr ""
1595
 
1596
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1597
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1598
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1599
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1600
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1601
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1602
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1603
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1604
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1605
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1606
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1607
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1608
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1609
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1610
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1611
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1612
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1613
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1614
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1615
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1616
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1617
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1618
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1619
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1620
  msgid "Demo"
1621
  msgstr "Demo"
1622
 
@@ -1669,7 +1674,7 @@ msgstr "Spørgsmål sorteret"
1669
 
1670
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1671
  #: lib/view/WpProQuiz_View_Statistics.php:169
1672
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1673
  msgid "Total"
1674
  msgstr "Totalt"
1675
 
@@ -1698,80 +1703,80 @@ msgstr ""
1698
  msgid "Copy questions"
1699
  msgstr "Kopier spørgsmål"
1700
 
1701
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1702
  msgid "Quiz title"
1703
  msgstr "Quiz titel"
1704
 
1705
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1706
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1707
  msgid "You can assign classify category for a quiz."
1708
  msgstr ""
1709
 
1710
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1711
  msgid "Hide quiz title"
1712
  msgstr "Skjul quiz titel"
1713
 
1714
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1715
  msgid "Hide title"
1716
  msgstr "Skjul titel"
1717
 
1718
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1719
  msgid "The title serves as quiz heading."
1720
  msgstr "Titlen fungerer som quizzens overskrift."
1721
 
1722
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1723
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1724
  msgid "Hide \"Restart quiz\" button"
1725
  msgstr "Skjul \"Genstart quiz\" knappen"
1726
 
1727
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1728
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1729
  msgstr "Skjul \"Genstart quiz\" knappen i Frontend."
1730
 
1731
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1733
  msgid "Hide \"View question\" button"
1734
  msgstr "Skjul \"Vis spørgsmål\" knappen"
1735
 
1736
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1737
  msgid "Hide the \"View question\" button in the Frontend."
1738
  msgstr "Skjul \"View spørgsmålet\" knappen i Frontend."
1739
 
1740
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1742
  msgid "Display question randomly"
1743
  msgstr "Vis spørgsmål tilfældigt"
1744
 
1745
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1746
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1747
  msgid "Display answers randomly"
1748
  msgstr "Vis svar tilfældigt"
1749
 
1750
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1751
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1752
  msgid "Sort questions by category"
1753
  msgstr ""
1754
 
1755
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1756
  msgid ""
1757
  "Also works in conjunction with the \"display randomly question\" option."
1758
  msgstr ""
1759
 
1760
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1761
  msgid "Seconds"
1762
  msgstr "Sekunder"
1763
 
1764
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1765
  msgid "0 = no limit"
1766
  msgstr "0 = ingen grænse"
1767
 
1768
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1769
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1770
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1771
  msgid "Statistics"
1772
  msgstr "Statistik"
1773
 
1774
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1775
  msgid ""
1776
  "Statistics about right or wrong answers. Statistics will be saved by "
1777
  "completed quiz, not after every question. The statistics is only visible "
@@ -1781,16 +1786,16 @@ msgstr ""
1781
  "afslutning af quizzen, ikke efter hvert spørgsmål. Statistikken er kun "
1782
  "synlig i administrations menuen. (Intern statistik)"
1783
 
1784
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1785
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1786
  msgid "Statistics IP-lock"
1787
  msgstr "Statistik IP-lock"
1788
 
1789
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1790
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1791
  msgstr "i minutter (anbefalet 1440 minutter = 1 dag)"
1792
 
1793
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1794
  msgid ""
1795
  "Protect the statistics from spam. Result will only be saved every X minutes "
1796
  "from same IP. (0 = deactivated)"
@@ -1798,12 +1803,12 @@ msgstr ""
1798
  "Beskyt statistikken mod spam. Resultatet vil kun blive gemt hvert X minut "
1799
  "fra samme IP. (0 = deaktiveret)"
1800
 
1801
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1802
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1803
  msgid "Execute quiz only once"
1804
  msgstr "Udfør kun quiz én gang"
1805
 
1806
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1807
  msgid ""
1808
  "If you activate this option, the user can complete the quiz only once. "
1809
  "Afterwards the quiz is blocked for this user."
@@ -1811,31 +1816,31 @@ msgstr ""
1811
  "Hvis du aktiverer denne indstilling, kan brugeren kun fuldføre quizzen én "
1812
  "gang. Bagefter er quizzen blokeret for denne bruger."
1813
 
1814
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1815
  msgid "This option applies to:"
1816
  msgstr "Denne mulighed gælder for:"
1817
 
1818
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1819
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1820
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1821
  msgid "all users"
1822
  msgstr "alle brugere"
1823
 
1824
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1825
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1826
  msgid "registered useres only"
1827
  msgstr "kun for registrerede brugere"
1828
 
1829
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1830
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1831
  msgid "anonymous users only"
1832
  msgstr "Kun for anonyme brugere"
1833
 
1834
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1835
  msgid "user identification by cookie"
1836
  msgstr "bruger identifikation med cookie"
1837
 
1838
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1839
  msgid ""
1840
  "If you activate this option, a cookie is set additionally for unregistrated "
1841
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1845,24 +1850,24 @@ msgstr ""
1845
  "uregistrerede (anonyme) brugere. Dette sikrer en længere tildeling af "
1846
  "brugeren end den simpleere tildfeling ud fra IP-adressen."
1847
 
1848
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1849
  msgid "Reset the user identification"
1850
  msgstr "Nulstil brugeroplysninger"
1851
 
1852
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1853
  msgid "User identification has been reset."
1854
  msgstr "Brugeroplysningerne er blevet nulstillet.."
1855
 
1856
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1857
  msgid "Resets user identification for all users."
1858
  msgstr "Nulstil brugeroplysningerne for alle brugere."
1859
 
1860
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1861
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1862
  msgid "Show only specific number of questions"
1863
  msgstr "Vis kun bestemt antal spørgsmål"
1864
 
1865
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1866
  msgid ""
1867
  "If you enable this option, maximum number of displayed questions will be X "
1868
  "from X questions. (The output of questions is random)"
@@ -1870,20 +1875,20 @@ msgstr ""
1870
  "Hvis du aktiverer denne indstilling, vil maksimalt antal af viste spørgsmål "
1871
  "være X fra X spørgsmål. (sortering af spørgsmålene er tilfældig)"
1872
 
1873
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1874
  msgid "How many questions should be displayed simultaneously:"
1875
  msgstr "Hvor mange spørgsmål skal vises samtidigt:"
1876
 
1877
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1878
  msgid "in percent"
1879
  msgstr "i procent"
1880
 
1881
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1882
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1883
  msgid "Prerequisites"
1884
  msgstr "Forudsætninger"
1885
 
1886
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1887
  msgid ""
1888
  "If you enable this option, you can choose quiz, which user have to finish "
1889
  "before he can start this quiz."
@@ -1891,7 +1896,7 @@ msgstr ""
1891
  "Hvis du aktiverer denne indstilling, kan du vælge quizzer, som brugeren er "
1892
  "nødt til at afslutte, før han kan begynde denne quiz."
1893
 
1894
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1895
  msgid ""
1896
  "In all selected quizzes statistic function have to be active. If it is not "
1897
  "it will be activated automatically."
@@ -1899,21 +1904,21 @@ msgstr ""
1899
  "I de valgte quizzer skal statistik funktion være aktiveret. Hvis det ikke er "
1900
  "valgt, vil det automatisk blive aktiveret."
1901
 
1902
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1903
  msgid "Quiz"
1904
  msgstr "Quiz"
1905
 
1906
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1907
  msgid "Prerequisites (This quiz have to be finished)"
1908
  msgstr "Forudsætninger (Denne quiz skal være fuldført)"
1909
 
1910
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1911
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1912
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1913
  msgid "Question overview"
1914
  msgstr "Spørgsmåls oversigt"
1915
 
1916
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1917
  msgid ""
1918
  "Add at the top of the quiz a question overview, which allows easy "
1919
  "navigation. Additional questions can be marked \"to review\"."
@@ -1921,11 +1926,11 @@ msgstr ""
1921
  "Tilføj øverst i quizzen en spørgsmålsoversigt, der giver en lettere "
1922
  "navigation. Yderligere spørgsmål kan mærkes \"revider\"."
1923
 
1924
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1925
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1926
  msgstr "En quiz oversigt vil blive vist, før quizzen er fuldført."
1927
 
1928
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1929
  msgid ""
1930
  "If you enalbe this option, no quiz overview will be displayed, before "
1931
  "finishing quiz."
@@ -1933,7 +1938,7 @@ msgstr ""
1933
  "Hvis du aktivere denne mulighed, vil der ikke blive vist et quiz oversigt, "
1934
  "før fuldførelse af quizzen."
1935
 
1936
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1937
  msgid ""
1938
  "If you enable this option, user won't be able to skip question. (only in "
1939
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1943,25 +1948,25 @@ msgstr ""
1943
  "springe til næste spørgsmål. (Kun i \"Oversigt -> Næste\" tilstand). "
1944
  "Brugeren vil stadig være i stand til at navigere via \"Spørgsmåls-Oversigt\""
1945
 
1946
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1947
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1948
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1950
  msgid "Admin e-mail notification"
1951
  msgstr ""
1952
 
1953
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1955
  msgid "for registered users only"
1956
  msgstr "kun for registrerede brugere"
1957
 
1958
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1959
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1960
  msgid "for all users"
1961
  msgstr "for alle brugere"
1962
 
1963
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1965
  msgid ""
1966
  "If you enable this option, you will be informed if a user completes this "
1967
  "quiz."
@@ -1969,58 +1974,58 @@ msgstr ""
1969
  "Hvis du aktiverer denne indstilling, vil du blive informeret, hvis en bruger "
1970
  "fuldføre denne quiz."
1971
 
1972
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1973
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1974
  msgid "E-Mail settings can be edited in global settings."
1975
  msgstr "E-mail indstillinger kan redigeres i globale indstillinger."
1976
 
1977
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1978
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1980
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1981
  msgid "User e-mail notification"
1982
  msgstr ""
1983
 
1984
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
1985
  msgid ""
1986
  "If you enable this option, an email is sent with his quiz result to the "
1987
  "user. (only registered users)"
1988
  msgstr ""
1989
 
1990
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
1991
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
1992
  msgid "Autostart"
1993
  msgstr ""
1994
 
1995
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
1996
  msgid ""
1997
  "If you enable this option, the quiz will start automatically after the page "
1998
  "is loaded."
1999
  msgstr ""
2000
 
2001
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2002
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2003
  msgid "Only registered users are allowed to start the quiz"
2004
  msgstr ""
2005
 
2006
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2007
  msgid ""
2008
  "If you enable this option, only registered users allowed start the quiz."
2009
  msgstr ""
2010
 
2011
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2012
  msgid "Quiz description"
2013
  msgstr "Quiz beskrivelse"
2014
 
2015
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2016
  msgid "This text will be displayed before start of the quiz."
2017
  msgstr "Denne tekst vil blive vist før quiz start."
2018
 
2019
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2020
  msgid "Results text"
2021
  msgstr "Resultat tekst"
2022
 
2023
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2024
  msgid ""
2025
  "This text will be displayed at the end of the quiz (in results). (this text "
2026
  "is optional)"
@@ -2028,19 +2033,19 @@ msgstr ""
2028
  "Denne tekst vil blive vist i slutningen af ​​quizzen (i resultater). (Denne "
2029
  "tekst er valgfrit)"
2030
 
2031
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2032
  msgid "Activate graduation"
2033
  msgstr "Aktiver graduering"
2034
 
2035
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2036
  msgid "Hint:"
2037
  msgstr "Tip:"
2038
 
2039
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2040
  msgid "Maximal 15 levels"
2041
  msgstr "Maksimalt 15 niveauer"
2042
 
2043
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2044
  #, php-format
2045
  msgid ""
2046
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2049,26 +2054,26 @@ msgstr ""
2049
  "Procenter henviser til den samlede score i quizzen. (Samlede nuværende %d "
2050
  "point af %d spørgsmål."
2051
 
2052
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2053
  msgid "Values can also be mixed up"
2054
  msgstr "Værdier kan også blandes"
2055
 
2056
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2057
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2058
  msgstr "10,15% eller 10,15% tilladt (maks. to decimaler)"
2059
 
2060
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2061
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2062
  msgid "from:"
2063
  msgstr "fra:"
2064
 
2065
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2066
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2067
  msgid "percent"
2068
  msgstr "procent"
2069
 
2070
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2071
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2072
  #, php-format
2073
  msgid ""
2074
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2077,97 +2082,97 @@ msgstr ""
2077
  "(Vises, når resultatet i procent er> = <span class=\"resultProzent\"> %s </ "
2078
  "span>%%)"
2079
 
2080
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2081
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2082
  msgid "Delete graduation"
2083
  msgstr "Slet graduering"
2084
 
2085
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2086
  msgid "Add graduation"
2087
  msgstr "Tilføj graduering"
2088
 
2089
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2090
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2091
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2092
  msgid "Custom fields - Variables"
2093
  msgstr ""
2094
 
2095
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2096
  msgid "Result-Options"
2097
  msgstr ""
2098
 
2099
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2100
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2101
  msgid "Show average points"
2102
  msgstr "Vis gennemsnitlige point"
2103
 
2104
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2105
  msgid "Statistics-function must be enabled."
2106
  msgstr "Statistik-funktionen skal være aktiveret."
2107
 
2108
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2109
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2110
  msgid "Show category score"
2111
  msgstr ""
2112
 
2113
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2114
  msgid ""
2115
  "If you enable this option, the results of each category is displayed on the "
2116
  "results page."
2117
  msgstr ""
2118
 
2119
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2120
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2121
  msgid "Hide correct questions - display"
2122
  msgstr ""
2123
 
2124
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2125
  msgid ""
2126
  "If you select this option, no longer the number of correctly answered "
2127
  "questions are displayed on the results page."
2128
  msgstr ""
2129
 
2130
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2131
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2132
  msgid "Hide quiz time - display"
2133
  msgstr ""
2134
 
2135
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2136
  msgid ""
2137
  "If you enable this option, the time for finishing the quiz won't be "
2138
  "displayed on the results page anymore."
2139
  msgstr ""
2140
 
2141
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2142
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2143
  msgid "Hide score - display"
2144
  msgstr ""
2145
 
2146
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2147
  msgid ""
2148
  "If you enable this option, final score won't be displayed on the results "
2149
  "page anymore."
2150
  msgstr ""
2151
 
2152
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2153
  msgid "Question-Options"
2154
  msgstr ""
2155
 
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2157
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2158
  msgid "Show points"
2159
  msgstr "Vis point"
2160
 
2161
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2162
  msgid "Shows in quiz, how many points are reachable for respective question."
2163
  msgstr "Vis hvor mange point der kan opnås for de respektive spørgsmål."
2164
 
2165
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2166
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2167
  msgid "Number answers"
2168
  msgstr "Nummerer svar"
2169
 
2170
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2171
  msgid ""
2172
  "If this option is activated, all answers are numbered (only single and "
2173
  "multiple choice)"
@@ -2175,12 +2180,12 @@ msgstr ""
2175
  "Hvis denne indstilling er aktiveret, bliver alle svarene nummereret (kun "
2176
  "single og multiple choice)"
2177
 
2178
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2179
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2180
  msgid "Hide correct- and incorrect message"
2181
  msgstr "Skjul korrekt-og forkert meddelelse"
2182
 
2183
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2184
  msgid ""
2185
  "If you enable this option, no correct- or incorrect message will be "
2186
  "displayed."
@@ -2188,12 +2193,12 @@ msgstr ""
2188
  "Hvis du aktiverer denne indstilling, vil der ikke blive vist en korrekt "
2189
  "eller forkert meddelelse."
2190
 
2191
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2192
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2193
  msgid "Correct and incorrect answer mark"
2194
  msgstr "Rigtig og forkert svar markering"
2195
 
2196
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2197
  msgid ""
2198
  "If you enable this option, answers won't be color highlighted as correct or "
2199
  "incorrect. "
@@ -2201,49 +2206,49 @@ msgstr ""
2201
  "Hvis du aktiverer denne indstilling, vil svarene ikke være farve fremhævet "
2202
  "som rigtige eller forkerte. "
2203
 
2204
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2205
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2206
  msgid "Force user to answer each question"
2207
  msgstr ""
2208
 
2209
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2210
  msgid "If you enable this option, the user is forced to answer each question."
2211
  msgstr ""
2212
 
2213
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2214
  msgid ""
2215
  "If the option \"Question overview\" is activated, this notification will "
2216
  "appear after end of the quiz, otherwise after each question."
2217
  msgstr ""
2218
 
2219
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2220
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2221
  msgid "Hide question position overview"
2222
  msgstr ""
2223
 
2224
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2225
  msgid "If you enable this option, the question position overview is hidden."
2226
  msgstr ""
2227
 
2228
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2229
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2230
  msgid "Hide question numbering"
2231
  msgstr ""
2232
 
2233
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2234
  msgid "If you enable this option, the question numbering is hidden."
2235
  msgstr ""
2236
 
2237
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2238
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2239
  msgid "Display category"
2240
  msgstr ""
2241
 
2242
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2243
  msgid "If you enable this option, category will be displayed in the question."
2244
  msgstr ""
2245
 
2246
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2247
  msgid ""
2248
  "The leaderboard allows users to enter results in public list and to share "
2249
  "the result this way."
@@ -2251,15 +2256,15 @@ msgstr ""
2251
  "Ranglisten giver brugerne mulighed for at indskrive deres resultater i "
2252
  "offentlig liste og dele resultatet på denne måde."
2253
 
2254
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2255
  msgid "The leaderboard works independent from internal statistics function."
2256
  msgstr "Ranglisten fungerer uafhængigt af den interne statistik funktion."
2257
 
2258
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2259
  msgid "Who can sign up to the list"
2260
  msgstr "Hvem kan tilmelde sig til listen"
2261
 
2262
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2263
  msgid ""
2264
  "Not registered users have to enter name and e-mail (e-mail won't be "
2265
  "displayed)"
@@ -2267,11 +2272,11 @@ msgstr ""
2267
  "Ikke registrerede brugere skal indtaste navn og e-mail adresse (e-mail "
2268
  "adressen vil ikke blive vist)"
2269
 
2270
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2271
  msgid "insert automatically"
2272
  msgstr "Indsæt automatisk"
2273
 
2274
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2275
  msgid ""
2276
  "If you enable this option, logged in users will be automatically entered "
2277
  "into leaderboard"
@@ -2279,11 +2284,11 @@ msgstr ""
2279
  "Hvis du aktiverer denne indstilling, vil indloggede brugere automatisk "
2280
  "blive opskrevet på ranglisten"
2281
 
2282
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2283
  msgid "display captcha"
2284
  msgstr "vis captcha"
2285
 
2286
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2287
  msgid ""
2288
  "If you enable this option, additional captcha will be displayed for users "
2289
  "who are not registered."
@@ -2291,83 +2296,83 @@ msgstr ""
2291
  "Hvis du aktiverer denne mulighed, vil yderligere captcha blive vist for "
2292
  "brugere, der ikke er registreret."
2293
 
2294
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2295
  msgid "This option requires additional plugin:"
2296
  msgstr "Denne mulighed kræver yderligere plugin:"
2297
 
2298
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2299
  msgid "Plugin has been detected."
2300
  msgstr "Plugin blev fundet."
2301
 
2302
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2303
  msgid "Plugin is not installed."
2304
  msgstr "Plugin er ikke installeret."
2305
 
2306
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2307
  msgid "Sort list by"
2308
  msgstr "Sorter listen efter"
2309
 
2310
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2311
  msgid "Users can apply multiple times"
2312
  msgstr "Brugere kan opskrives flere gange"
2313
 
2314
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2315
  msgid "User can apply after:"
2316
  msgstr "Brugeren kan opskrive efter:"
2317
 
2318
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2319
  msgid "minute"
2320
  msgstr "minut"
2321
 
2322
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2323
  msgid "How many entries should be displayed"
2324
  msgstr "Hvor mange posteringer skal vises"
2325
 
2326
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2327
  msgid "Entries"
2328
  msgstr "Posteringer"
2329
 
2330
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2331
  msgid "Automatically display leaderboard in quiz result"
2332
  msgstr "Vis automatisk ranglisten i quiz resultat"
2333
 
2334
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2335
  msgid "Where should leaderboard be displayed:"
2336
  msgstr "Hvor skal ranglisten vises:"
2337
 
2338
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2339
  msgid "don't display"
2340
  msgstr "vis ikke"
2341
 
2342
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2343
  msgid "below the \"result text\""
2344
  msgstr "under \"resultat tekst\""
2345
 
2346
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2347
  msgid "in a button"
2348
  msgstr "i en knap"
2349
 
2350
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2351
  msgid "Quiz-Mode"
2352
  msgstr "Quiz-Type"
2353
 
2354
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2355
  msgid "Normal"
2356
  msgstr "Normal"
2357
 
2358
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2359
  msgid "Normal + Back-Button"
2360
  msgstr "Normal + Tilbage knap"
2361
 
2362
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2363
  msgid "Check -> continue"
2364
  msgstr "Tjek -> fortsæt"
2365
 
2366
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2367
  msgid "Questions below each other"
2368
  msgstr "Spørgsmål under hinanden"
2369
 
2370
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2371
  msgid ""
2372
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2373
  "displayed at the end of the quiz."
@@ -2375,15 +2380,15 @@ msgstr ""
2375
  "Viser alle spørgsmål selvstændigt, \"rigtig\" eller \"forkert\" vises i "
2376
  "slutningen af ​​quiz."
2377
 
2378
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2379
  msgid "Allows to use the back button in a question."
2380
  msgstr "Gør det muligt at bruge tilbage knappen i et spørgsmål."
2381
 
2382
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2383
  msgid "Shows \"right or wrong\" after each question."
2384
  msgstr "Viser \"rigtigt eller forkert\" efter hvert spørgsmål."
2385
 
2386
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2387
  msgid ""
2388
  "If this option is activated, all answers are displayed below each other, i."
2389
  "e. all questions are on a single page."
@@ -2391,130 +2396,134 @@ msgstr ""
2391
  "Hvis denne indstilling er aktiveret, bliver svarene vist under hinanden, "
2392
  "dvs. alle spørgsmålene er på en enkelt side."
2393
 
2394
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2395
  msgid "How many questions to be displayed on a page:"
2396
  msgstr ""
2397
 
2398
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2399
  msgid "(0 = All on one page)"
2400
  msgstr ""
2401
 
2402
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2403
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2404
  #: lib/view/WpProQuiz_View_Statistics.php:41
2405
  #: lib/view/WpProQuiz_View_Statistics.php:364
2406
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2407
  msgid "Custom fields"
2408
  msgstr ""
2409
 
2410
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2411
  msgid ""
2412
  "You can create custom fields, e.g. to request the name or the e-mail address "
2413
  "of the users."
2414
  msgstr ""
2415
 
2416
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2417
  msgid "The statistic function have to be enabled."
2418
  msgstr ""
2419
 
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2421
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2422
  msgid "Custom fields enable"
2423
  msgstr ""
2424
 
2425
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2426
  msgid "If you enable this option, custom fields are enabled."
2427
  msgstr ""
2428
 
2429
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2430
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2431
  msgid "Display position"
2432
  msgstr ""
2433
 
2434
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2435
  msgid "Where should the fileds be displayed:"
2436
  msgstr ""
2437
 
2438
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2439
  msgid "On the quiz startpage"
2440
  msgstr ""
2441
 
2442
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2443
  msgid "At the end of the quiz (before the quiz result)"
2444
  msgstr ""
2445
 
2446
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2447
  msgid "Field name"
2448
  msgstr ""
2449
 
2450
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2451
  msgid "Required?"
2452
  msgstr ""
2453
 
2454
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2455
  msgid "Text"
2456
  msgstr ""
2457
 
2458
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2459
  msgid "Textarea"
2460
  msgstr ""
2461
 
2462
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2463
  msgid "Checkbox"
2464
  msgstr ""
2465
 
2466
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2467
  msgid "Drop-Down menu"
2468
  msgstr ""
2469
 
2470
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2471
  msgid "Radio"
2472
  msgstr ""
2473
 
2474
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2475
  msgid "Number"
2476
  msgstr ""
2477
 
2478
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2479
  msgid "Email"
2480
  msgstr ""
2481
 
2482
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2483
  msgid "Yes/No"
2484
  msgstr ""
2485
 
2486
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2487
  #: lib/view/WpProQuiz_View_Statistics.php:323
2488
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2489
  msgid "Date"
2490
  msgstr ""
2491
 
2492
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2493
  msgid "Edit list"
2494
  msgstr ""
2495
 
2496
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2497
  msgid "One entry per line"
2498
  msgstr ""
2499
 
2500
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2501
  msgid "OK"
2502
  msgstr ""
2503
 
2504
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2505
  msgid "Add field"
2506
  msgstr ""
2507
 
2508
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2509
  msgid ""
2510
  "If you enable this option, an email is sent with his quiz result to the user."
2511
  msgstr ""
2512
 
2513
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2514
  msgid "User Email-Address (only registered users)"
2515
  msgstr ""
2516
 
2517
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2518
  msgid "(Type Email)"
2519
  msgstr ""
2520
 
@@ -2530,50 +2539,50 @@ msgstr "I tilfælde af problemer"
2530
  msgid "If quiz doesn't work in front-end, please try following:"
2531
  msgstr "Hvis quiz ikke virker i front-end, så prøv følgende:"
2532
 
2533
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2534
  msgid "Style Manager"
2535
  msgstr "Stilhåndtering"
2536
 
2537
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2538
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2539
  msgid "Support WP-Pro-Quiz"
2540
  msgstr "Support WP-Pro-quiz"
2541
 
2542
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2543
  msgid "Learn more"
2544
  msgstr ""
2545
 
2546
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2547
  msgid "ID"
2548
  msgstr "ID"
2549
 
2550
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2551
  msgid "Shortcode"
2552
  msgstr "Shortcode"
2553
 
2554
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2555
  msgid "Shortcode-Leaderboard"
2556
  msgstr "shortcode-rangliste"
2557
 
2558
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2559
  msgid "Preview"
2560
  msgstr "Eksempel"
2561
 
2562
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2563
  msgid "Add quiz"
2564
  msgstr "Tilføj quiz"
2565
 
2566
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2567
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2568
  msgid "Export"
2569
  msgstr "Eksporter"
2570
 
2571
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2572
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2573
  msgid "Set Quiz Categories"
2574
  msgstr ""
2575
 
2576
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2577
  msgid ""
2578
  "Choose the respective question, which you would like to export and press on "
2579
  "\"Start export\""
@@ -2581,36 +2590,36 @@ msgstr ""
2581
  "Vælg den respektive spørgsmål, som du gerne vil eksportere, og tryk på "
2582
  "\"Start eksport\""
2583
 
2584
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2585
  msgid "Format:"
2586
  msgstr ""
2587
 
2588
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2589
  msgid "*.wpq"
2590
  msgstr ""
2591
 
2592
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2593
  msgid "or"
2594
  msgstr ""
2595
 
2596
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2597
  msgid "*.xml"
2598
  msgstr ""
2599
 
2600
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2601
  msgid "Start export"
2602
  msgstr "Start eksport"
2603
 
2604
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2605
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2606
  msgstr ""
2607
 
2608
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2609
  #, php-format
2610
  msgid "Maximal %d MiB"
2611
  msgstr "Maks % d MiB"
2612
 
2613
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2614
  msgid "Sets multiple quiz categories "
2615
  msgstr ""
2616
 
@@ -2657,39 +2666,39 @@ msgstr ""
2657
 
2658
  #: lib/view/WpProQuiz_View_Statistics.php:108
2659
  #: lib/view/WpProQuiz_View_Statistics.php:243
2660
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2661
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2662
  msgid "Hints used"
2663
  msgstr "Tips brugt"
2664
 
2665
  #: lib/view/WpProQuiz_View_Statistics.php:109
2666
  #: lib/view/WpProQuiz_View_Statistics.php:244
2667
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2668
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2669
  msgid "Time"
2670
  msgstr ""
2671
 
2672
  #: lib/view/WpProQuiz_View_Statistics.php:110
2673
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2674
  msgid "Points scored"
2675
  msgstr "optjente point"
2676
 
2677
  #: lib/view/WpProQuiz_View_Statistics.php:148
2678
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2679
  msgid "Sub-Total: "
2680
  msgstr "Total i alt:"
2681
 
2682
  #: lib/view/WpProQuiz_View_Statistics.php:183
2683
  #: lib/view/WpProQuiz_View_Statistics.php:268
2684
  #: lib/view/WpProQuiz_View_Statistics.php:343
2685
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2686
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2687
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2688
  msgid "Refresh"
2689
  msgstr "Opdater"
2690
 
2691
  #: lib/view/WpProQuiz_View_Statistics.php:187
2692
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2693
  msgid "Reset statistics"
2694
  msgstr "Nulstil statistik"
2695
 
@@ -2729,17 +2738,29 @@ msgstr ""
2729
  msgid "only anonymous users"
2730
  msgstr ""
2731
 
2732
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2733
  #, php-format
2734
  msgid "User statistics: %s"
2735
  msgstr ""
2736
 
2737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2738
- msgid "ticked"
2739
  msgstr ""
2740
 
2741
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2742
- msgid "not ticked"
2743
  msgstr ""
2744
 
2745
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:36+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:36+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: \n"
8
  "Language: da_DK\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "Ingen data tilgængelig"
69
 
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:237
110
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
111
  #: lib/view/WpProQuiz_View_Statistics.php:46
112
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
146
  #: lib/controller/WpProQuiz_Controller_Question.php:540
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
148
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
149
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
153
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
154
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
155
  msgid "You do not have sufficient permissions to access this page."
164
  msgstr ""
165
 
166
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
167
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
170
  msgid "File cannot be processed"
171
  msgstr "Filen kan ikke behandles"
172
 
173
  #: lib/controller/WpProQuiz_Controller_Question.php:9
174
  #: lib/controller/WpProQuiz_Controller_Question.php:19
175
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
176
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
177
  msgid "Quiz not found"
178
  msgstr "Quizzen blev ikke fundet"
179
 
210
  msgid "questions copied"
211
  msgstr "Spørgsmål kopieret"
212
 
213
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
215
  msgid "Quiz edited"
216
  msgstr "Quiz redigeret"
217
 
218
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
219
  msgid "quiz created"
220
  msgstr ""
221
 
222
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
225
  msgid "Quiz title or quiz description are not filled"
226
  msgstr "Quizzens titel eller beskrivelse er ikke udfyldt"
227
 
228
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
231
  msgid "Edit quiz"
232
  msgstr "Rediger quiz"
233
 
234
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
237
  msgid "Create quiz"
238
  msgstr "Opret quiz"
239
 
240
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
241
  msgid "Template stored"
242
  msgstr ""
243
 
244
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
245
  msgid "Quiz deleted"
246
  msgstr "Quiz slettet"
247
 
248
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
249
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
250
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
251
  msgid "Not categorized"
252
  msgstr ""
253
 
254
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
255
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
256
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
257
  msgid "Categories"
258
  msgstr ""
259
 
260
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
261
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
264
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
265
  msgid "No category"
266
  msgstr "Ingen kategori"
267
 
268
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
271
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
272
  msgid "Anonymous"
273
  msgstr ""
274
 
275
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
277
  msgid "Deleted user"
278
  msgstr ""
279
 
307
  msgid "You entered wrong captcha code."
308
  msgstr "Du har indtastet en forkert captcha kode."
309
 
310
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
311
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
312
+ msgid "ticked"
313
+ msgstr ""
314
+
315
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
316
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
317
+ msgid "not ticked"
318
+ msgstr ""
319
+
320
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
321
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
322
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
323
+ msgid "Yes"
324
+ msgstr ""
325
+
326
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
327
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
328
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
329
+ msgid "No"
330
+ msgstr ""
331
+
332
  #: lib/helper/WpProQuiz_Helper_Import.php:9
333
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
334
  msgid "File was not uploaded"
335
  msgstr "Filen blev ikke uploaded"
336
 
337
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
338
  msgid "File have wrong format"
339
  msgstr "filen har forkert filtype"
340
 
341
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
342
  msgid "File is not compatible with the current version"
343
  msgstr "Filen er ikke kompatibel med den aktuelle version"
344
 
399
  msgstr ""
400
 
401
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
402
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
403
  msgid "WP-Pro-Quiz"
404
  msgstr ""
405
 
406
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
407
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
410
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
411
  msgid "Leaderboard"
412
  msgstr "Rangliste"
413
 
416
  #: lib/view/WpProQuiz_View_Import.php:22
417
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
418
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
419
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
420
  #: lib/view/WpProQuiz_View_Statistics.php:29
421
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
422
  #: lib/view/WpProQuiz_View_StyleManager.php:11
438
  msgstr "Sorter efter:"
439
 
440
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
442
  msgid "best user"
443
  msgstr "bedste bruger"
444
 
445
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
447
  msgid "newest entry"
448
  msgstr "nyeste postering"
449
 
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
452
  msgid "oldest entry"
453
  msgstr "ældste postering"
454
 
462
 
463
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
464
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
466
  msgid "Type"
467
  msgstr "Type"
468
 
472
 
473
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
474
  #: lib/view/WpProQuiz_View_Statistics.php:239
475
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
476
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
477
  msgid "User"
478
  msgstr "UR = uregistreret bruger, R = registreret bruger"
479
 
480
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
481
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
482
  msgid "E-Mail"
483
  msgstr "E-Mail"
484
 
488
  msgstr "Indtastet den"
489
 
490
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
491
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
493
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
494
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
499
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
500
  #: lib/view/WpProQuiz_View_Statistics.php:105
501
  #: lib/view/WpProQuiz_View_Statistics.php:240
502
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
503
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
504
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
505
  msgid "Points"
506
  msgstr "Point"
507
 
508
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
509
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
510
  #: lib/view/WpProQuiz_View_Statistics.php:111
511
  #: lib/view/WpProQuiz_View_Statistics.php:245
512
  #: lib/view/WpProQuiz_View_Statistics.php:324
513
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
515
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
516
  msgid "Results"
517
  msgstr "Resultat"
518
 
522
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
523
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
524
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
525
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
526
  msgid "Edit"
527
  msgstr "Rediger"
528
 
533
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
534
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
535
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
537
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
538
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
539
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
540
  msgid "Delete"
541
  msgstr "Slet"
542
 
560
  msgid "Delete all entries"
561
  msgstr "Slet alle posteringer"
562
 
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
564
+ msgid "Start quiz"
565
+ msgstr "Start quiz"
566
+
567
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
568
+ msgid "Restart quiz"
569
+ msgstr "Genstart quiz"
570
+
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
575
  msgid "Quiz-summary"
576
  msgstr "Quiz-oversigt"
577
 
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
579
  msgid "Finish quiz"
580
  msgstr "Afslut quiz"
581
 
582
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
583
+ msgid "Quiz is loading..."
584
+ msgstr ""
585
+
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
587
+ msgid ""
588
+ "You have already completed the quiz before. Hence you can not start it again."
589
+ msgstr ""
590
+ "Du har allerede afsluttet quizzen før. Du kan derfor ikke starte den igen."
591
+
592
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
593
+ msgid "You must sign in or sign up to start the quiz."
594
+ msgstr ""
595
+
596
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
597
+ msgid "You have to finish following quiz, to start this quiz:"
598
+ msgstr ""
599
+ "Du er nødt til at afslutte følgende quiz, for at kunne starte denne quiz:"
600
+
601
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
602
  msgid "Your result has been entered into leaderboard"
603
  msgstr ""
604
 
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
606
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
607
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
608
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
609
  msgid "Name"
610
  msgstr "Navn"
611
 
612
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
613
  msgid "Captcha"
614
  msgstr "Captcha"
615
 
616
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
617
  msgid "Send"
618
  msgstr "Send"
619
 
620
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
621
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
622
  msgid "You must fill out this field."
623
  msgstr ""
624
 
625
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
626
  msgid "You must specify a number."
627
  msgstr ""
628
 
629
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
630
  msgid "You must specify a text."
631
  msgstr ""
632
 
633
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
634
  msgid "You must specify an email address."
635
  msgstr ""
636
 
637
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
638
  msgid "You must specify a date."
639
  msgstr ""
640
 
641
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  #, php-format
643
  msgid "%s of %s questions completed"
644
  msgstr "%s af %s spørgsmål besvaret"
645
 
646
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
647
  #: lib/view/WpProQuiz_View_Import.php:44
648
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
649
  msgid "Questions"
650
  msgstr "Spørgsmål"
651
 
652
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
653
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
654
  msgid "Information"
655
  msgstr ""
656
 
657
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
660
  msgid "Time limit"
661
  msgstr "Tidsfrist"
662
 
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
664
  msgid "Answered"
665
  msgstr "Besvaret"
666
 
667
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
668
  msgid "Review"
669
  msgstr "Gennemse"
670
 
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
672
  msgid "Review question"
673
  msgstr "Gennemse spørgsmål"
674
 
675
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
676
  #, php-format
677
  msgid "%s of %s questions answered correctly"
678
  msgstr "%s af %s spørgsmål besvaret korrekt"
679
 
680
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
681
  msgid "Your time: <span></span>"
682
  msgstr "Tidsforbrug: <span></span>"
683
 
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
685
  msgid "Time has elapsed"
686
  msgstr "Tiden er udløbet"
687
 
688
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
689
  #, php-format
690
  msgid "You have reached %s of %s points, (%s)"
691
  msgstr "Du har opnået %s af %s point, (%s)"
692
 
693
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
694
  msgid "Average score"
695
  msgstr "Gennemsnitlig resultat"
696
 
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
698
  msgid "Your score"
699
  msgstr "Dit resultat"
700
 
701
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
702
  msgid "View questions"
703
  msgstr "Vis spørgsmål"
704
 
705
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
706
  msgid "Show leaderboard"
707
  msgstr "Vis ranglisten"
708
 
709
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
710
  #, php-format
711
  msgid "Question %s of %s"
712
  msgstr "Spørgsmål %s af %s"
713
 
714
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
715
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
716
  #: lib/view/WpProQuiz_View_Statistics.php:104
717
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
718
  msgid "Question"
719
  msgstr "Spørgsmål"
720
 
721
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
722
  #, php-format
723
  msgid "%d points"
724
  msgstr "%d point"
725
 
726
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
727
  #, php-format
728
  msgid "Category: %s"
729
  msgstr ""
730
 
731
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
732
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
733
  msgid "Sort elements"
734
  msgstr "Sorter elementer"
735
 
736
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
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:31
742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
745
  msgid "Correct"
746
  msgstr "Korrekt"
747
 
748
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
750
  #: lib/view/WpProQuiz_View_Statistics.php:107
751
  #: lib/view/WpProQuiz_View_Statistics.php:242
752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
754
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
755
  msgid "Incorrect"
756
  msgstr "Forkert"
757
 
758
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
759
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
760
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
761
  msgid "Hint"
762
  msgstr "Tip"
763
 
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
767
  msgid "Skip question"
768
  msgstr "spring dette spørgsmål over"
769
 
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
771
  msgid "Back"
772
  msgstr "Tilbage"
773
 
774
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
775
  msgid "Check"
776
  msgstr "tjek"
777
 
778
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
779
  msgid "Next"
780
  msgstr ""
781
 
782
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
784
  #, php-format
785
  msgid "Page %d"
786
  msgstr ""
787
 
 
 
 
 
788
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
789
  #, php-format
790
  msgid "maximum of %s points"
805
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
806
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
807
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
808
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
809
  msgid "Global settings"
810
  msgstr "Globale indstillinger"
811
 
816
 
817
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
818
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
820
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
821
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
822
  msgid "Save"
823
  msgstr "Gem"
871
 
872
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
873
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
875
  msgid "Admin e-mail settings"
876
  msgstr ""
877
 
878
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
880
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
881
  msgid "To:"
882
  msgstr "Til:"
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
886
  msgid ""
887
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
888
  "com"
891
 
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
893
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
896
  msgid "From:"
897
  msgstr "Fra:"
898
 
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
900
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
903
  msgid "Subject:"
904
  msgstr "Emne:"
905
 
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
910
  msgid "HTML"
911
  msgstr ""
912
 
915
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
917
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
956
  msgid "Activate"
957
  msgstr "Aktivér"
958
 
959
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
960
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
963
  msgid "Message body:"
964
  msgstr "Meddelelse:"
965
 
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
967
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
970
  msgid "Allowed variables"
971
  msgstr "Tilladte variabler"
972
 
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
977
  msgid "User-ID"
978
  msgstr "Bruger-ID"
979
 
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
984
  #: lib/view/WpProQuiz_View_Statistics.php:322
985
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
986
  msgid "Username"
988
 
989
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
990
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
992
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
993
  msgid "Quiz-Name"
994
  msgstr "Quiz-Navn"
995
 
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
997
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
999
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1000
  msgid "Result in precent"
1001
  msgstr "Resultat i procent"
1002
 
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1004
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1007
  msgid "Reached points"
1008
  msgstr "Opnåede point"
1009
 
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1011
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1014
  msgid "IP-address of the user"
1015
  msgstr "Brugerens IP-addresse"
1016
 
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1018
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1021
  msgid "Category-Overview"
1022
  msgstr ""
1023
 
1024
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1025
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1027
  msgid "User e-mail settings"
1028
  msgstr ""
1029
 
1114
  msgstr "Touch bibliotek"
1115
 
1116
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1122
  msgid "Deactivate"
1123
  msgstr "Deaktiver"
1124
 
1159
  msgstr ""
1160
 
1161
  #: lib/view/WpProQuiz_View_Import.php:21
1162
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1163
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1164
  msgid "Import"
1165
  msgstr "Importer"
1166
 
1181
  msgstr "Quiz navn"
1182
 
1183
  #: lib/view/WpProQuiz_View_Import.php:69
1184
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1185
  msgid "Start import"
1186
  msgstr "Start import"
1187
 
1190
  msgstr ""
1191
 
1192
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1193
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1194
  msgid "You need special WP-Pro-Quiz modification for your website?"
1195
  msgstr ""
1196
 
1252
  msgstr ""
1253
 
1254
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1256
  msgid "load template"
1257
  msgstr ""
1258
 
1265
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1266
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1267
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1271
  msgid "(optional)"
1272
  msgstr "(valgfri)"
1273
 
1282
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1283
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1284
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1285
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1288
  msgid "(required)"
1289
  msgstr "(påkrævet)"
1290
 
1315
 
1316
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1317
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1319
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1320
  #: lib/view/WpProQuiz_View_Statistics.php:124
1321
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1322
  msgid "Category"
1323
  msgstr "Kategori"
1324
 
1331
  "fx synlige i Statistik funktionen."
1332
 
1333
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1335
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1336
  msgid "You can manage categories in global settings."
1337
  msgstr "Du kan administrere kategorier i globale indstillinger."
1338
 
1339
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1340
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1343
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1344
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1345
  msgid "Create new category"
1346
  msgstr "Opret ny kategori"
1347
 
1348
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1350
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1351
  msgid "Create"
1352
  msgstr "Opret"
1353
 
1477
  msgstr ""
1478
 
1479
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1481
  msgid "template name"
1482
  msgstr ""
1483
 
1484
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1486
  msgid "Create new template"
1487
  msgstr ""
1488
 
1489
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1491
  msgid "Save as template"
1492
  msgstr ""
1493
 
1494
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1498
  msgid "Options"
1499
  msgstr "Valgmuligheder"
1500
 
1526
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1527
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1528
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1530
  msgid "Move"
1531
  msgstr "Flyt"
1532
 
1599
 
1600
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1601
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1602
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1625
  msgid "Demo"
1626
  msgstr "Demo"
1627
 
1674
 
1675
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1676
  #: lib/view/WpProQuiz_View_Statistics.php:169
1677
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1678
  msgid "Total"
1679
  msgstr "Totalt"
1680
 
1703
  msgid "Copy questions"
1704
  msgstr "Kopier spørgsmål"
1705
 
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1707
  msgid "Quiz title"
1708
  msgstr "Quiz titel"
1709
 
1710
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1711
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1712
  msgid "You can assign classify category for a quiz."
1713
  msgstr ""
1714
 
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1716
  msgid "Hide quiz title"
1717
  msgstr "Skjul quiz titel"
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1720
  msgid "Hide title"
1721
  msgstr "Skjul titel"
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1724
  msgid "The title serves as quiz heading."
1725
  msgstr "Titlen fungerer som quizzens overskrift."
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1729
  msgid "Hide \"Restart quiz\" button"
1730
  msgstr "Skjul \"Genstart quiz\" knappen"
1731
 
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1733
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1734
  msgstr "Skjul \"Genstart quiz\" knappen i Frontend."
1735
 
1736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1738
  msgid "Hide \"View question\" button"
1739
  msgstr "Skjul \"Vis spørgsmål\" knappen"
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1742
  msgid "Hide the \"View question\" button in the Frontend."
1743
  msgstr "Skjul \"View spørgsmålet\" knappen i Frontend."
1744
 
1745
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1747
  msgid "Display question randomly"
1748
  msgstr "Vis spørgsmål tilfældigt"
1749
 
1750
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1752
  msgid "Display answers randomly"
1753
  msgstr "Vis svar tilfældigt"
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1757
  msgid "Sort questions by category"
1758
  msgstr ""
1759
 
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1761
  msgid ""
1762
  "Also works in conjunction with the \"display randomly question\" option."
1763
  msgstr ""
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1766
  msgid "Seconds"
1767
  msgstr "Sekunder"
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1770
  msgid "0 = no limit"
1771
  msgstr "0 = ingen grænse"
1772
 
1773
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1775
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1776
  msgid "Statistics"
1777
  msgstr "Statistik"
1778
 
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1780
  msgid ""
1781
  "Statistics about right or wrong answers. Statistics will be saved by "
1782
  "completed quiz, not after every question. The statistics is only visible "
1786
  "afslutning af quizzen, ikke efter hvert spørgsmål. Statistikken er kun "
1787
  "synlig i administrations menuen. (Intern statistik)"
1788
 
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1791
  msgid "Statistics IP-lock"
1792
  msgstr "Statistik IP-lock"
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1795
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1796
  msgstr "i minutter (anbefalet 1440 minutter = 1 dag)"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1799
  msgid ""
1800
  "Protect the statistics from spam. Result will only be saved every X minutes "
1801
  "from same IP. (0 = deactivated)"
1803
  "Beskyt statistikken mod spam. Resultatet vil kun blive gemt hvert X minut "
1804
  "fra samme IP. (0 = deaktiveret)"
1805
 
 
1806
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1808
  msgid "Execute quiz only once"
1809
  msgstr "Udfør kun quiz én gang"
1810
 
1811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1812
  msgid ""
1813
  "If you activate this option, the user can complete the quiz only once. "
1814
  "Afterwards the quiz is blocked for this user."
1816
  "Hvis du aktiverer denne indstilling, kan brugeren kun fuldføre quizzen én "
1817
  "gang. Bagefter er quizzen blokeret for denne bruger."
1818
 
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1820
  msgid "This option applies to:"
1821
  msgstr "Denne mulighed gælder for:"
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1824
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1825
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1826
  msgid "all users"
1827
  msgstr "alle brugere"
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1831
  msgid "registered useres only"
1832
  msgstr "kun for registrerede brugere"
1833
 
1834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1836
  msgid "anonymous users only"
1837
  msgstr "Kun for anonyme brugere"
1838
 
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1840
  msgid "user identification by cookie"
1841
  msgstr "bruger identifikation med cookie"
1842
 
1843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1844
  msgid ""
1845
  "If you activate this option, a cookie is set additionally for unregistrated "
1846
  "(anonymous) users. This ensures a longer assignment of the user than the "
1850
  "uregistrerede (anonyme) brugere. Dette sikrer en længere tildeling af "
1851
  "brugeren end den simpleere tildfeling ud fra IP-adressen."
1852
 
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1854
  msgid "Reset the user identification"
1855
  msgstr "Nulstil brugeroplysninger"
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1858
  msgid "User identification has been reset."
1859
  msgstr "Brugeroplysningerne er blevet nulstillet.."
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1862
  msgid "Resets user identification for all users."
1863
  msgstr "Nulstil brugeroplysningerne for alle brugere."
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1866
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1867
  msgid "Show only specific number of questions"
1868
  msgstr "Vis kun bestemt antal spørgsmål"
1869
 
1870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1871
  msgid ""
1872
  "If you enable this option, maximum number of displayed questions will be X "
1873
  "from X questions. (The output of questions is random)"
1875
  "Hvis du aktiverer denne indstilling, vil maksimalt antal af viste spørgsmål "
1876
  "være X fra X spørgsmål. (sortering af spørgsmålene er tilfældig)"
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1879
  msgid "How many questions should be displayed simultaneously:"
1880
  msgstr "Hvor mange spørgsmål skal vises samtidigt:"
1881
 
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1883
  msgid "in percent"
1884
  msgstr "i procent"
1885
 
1886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1888
  msgid "Prerequisites"
1889
  msgstr "Forudsætninger"
1890
 
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1892
  msgid ""
1893
  "If you enable this option, you can choose quiz, which user have to finish "
1894
  "before he can start this quiz."
1896
  "Hvis du aktiverer denne indstilling, kan du vælge quizzer, som brugeren er "
1897
  "nødt til at afslutte, før han kan begynde denne quiz."
1898
 
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1900
  msgid ""
1901
  "In all selected quizzes statistic function have to be active. If it is not "
1902
  "it will be activated automatically."
1904
  "I de valgte quizzer skal statistik funktion være aktiveret. Hvis det ikke er "
1905
  "valgt, vil det automatisk blive aktiveret."
1906
 
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1908
  msgid "Quiz"
1909
  msgstr "Quiz"
1910
 
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1912
  msgid "Prerequisites (This quiz have to be finished)"
1913
  msgstr "Forudsætninger (Denne quiz skal være fuldført)"
1914
 
1915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1918
  msgid "Question overview"
1919
  msgstr "Spørgsmåls oversigt"
1920
 
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1922
  msgid ""
1923
  "Add at the top of the quiz a question overview, which allows easy "
1924
  "navigation. Additional questions can be marked \"to review\"."
1926
  "Tilføj øverst i quizzen en spørgsmålsoversigt, der giver en lettere "
1927
  "navigation. Yderligere spørgsmål kan mærkes \"revider\"."
1928
 
1929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1930
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1931
  msgstr "En quiz oversigt vil blive vist, før quizzen er fuldført."
1932
 
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1934
  msgid ""
1935
  "If you enalbe this option, no quiz overview will be displayed, before "
1936
  "finishing quiz."
1938
  "Hvis du aktivere denne mulighed, vil der ikke blive vist et quiz oversigt, "
1939
  "før fuldførelse af quizzen."
1940
 
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1942
  msgid ""
1943
  "If you enable this option, user won't be able to skip question. (only in "
1944
  "\"Overview -> next\" mode). User still will be able to navigate over "
1948
  "springe til næste spørgsmål. (Kun i \"Oversigt -> Næste\" tilstand). "
1949
  "Brugeren vil stadig være i stand til at navigere via \"Spørgsmåls-Oversigt\""
1950
 
1951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1955
  msgid "Admin e-mail notification"
1956
  msgstr ""
1957
 
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1960
  msgid "for registered users only"
1961
  msgstr "kun for registrerede brugere"
1962
 
1963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1965
  msgid "for all users"
1966
  msgstr "for alle brugere"
1967
 
1968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1970
  msgid ""
1971
  "If you enable this option, you will be informed if a user completes this "
1972
  "quiz."
1974
  "Hvis du aktiverer denne indstilling, vil du blive informeret, hvis en bruger "
1975
  "fuldføre denne quiz."
1976
 
1977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1979
  msgid "E-Mail settings can be edited in global settings."
1980
  msgstr "E-mail indstillinger kan redigeres i globale indstillinger."
1981
 
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1986
  msgid "User e-mail notification"
1987
  msgstr ""
1988
 
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
1990
  msgid ""
1991
  "If you enable this option, an email is sent with his quiz result to the "
1992
  "user. (only registered users)"
1993
  msgstr ""
1994
 
1995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
1996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
1997
  msgid "Autostart"
1998
  msgstr ""
1999
 
2000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2001
  msgid ""
2002
  "If you enable this option, the quiz will start automatically after the page "
2003
  "is loaded."
2004
  msgstr ""
2005
 
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2008
  msgid "Only registered users are allowed to start the quiz"
2009
  msgstr ""
2010
 
2011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2012
  msgid ""
2013
  "If you enable this option, only registered users allowed start the quiz."
2014
  msgstr ""
2015
 
2016
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2017
  msgid "Quiz description"
2018
  msgstr "Quiz beskrivelse"
2019
 
2020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2021
  msgid "This text will be displayed before start of the quiz."
2022
  msgstr "Denne tekst vil blive vist før quiz start."
2023
 
2024
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2025
  msgid "Results text"
2026
  msgstr "Resultat tekst"
2027
 
2028
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2029
  msgid ""
2030
  "This text will be displayed at the end of the quiz (in results). (this text "
2031
  "is optional)"
2033
  "Denne tekst vil blive vist i slutningen af ​​quizzen (i resultater). (Denne "
2034
  "tekst er valgfrit)"
2035
 
2036
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2037
  msgid "Activate graduation"
2038
  msgstr "Aktiver graduering"
2039
 
2040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2041
  msgid "Hint:"
2042
  msgstr "Tip:"
2043
 
2044
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2045
  msgid "Maximal 15 levels"
2046
  msgstr "Maksimalt 15 niveauer"
2047
 
2048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2049
  #, php-format
2050
  msgid ""
2051
  "Percentages refer to the total score of the quiz. (Current total %d points "
2054
  "Procenter henviser til den samlede score i quizzen. (Samlede nuværende %d "
2055
  "point af %d spørgsmål."
2056
 
2057
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2058
  msgid "Values can also be mixed up"
2059
  msgstr "Værdier kan også blandes"
2060
 
2061
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2062
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2063
  msgstr "10,15% eller 10,15% tilladt (maks. to decimaler)"
2064
 
2065
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2066
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2067
  msgid "from:"
2068
  msgstr "fra:"
2069
 
2070
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2072
  msgid "percent"
2073
  msgstr "procent"
2074
 
2075
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2077
  #, php-format
2078
  msgid ""
2079
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2082
  "(Vises, når resultatet i procent er> = <span class=\"resultProzent\"> %s </ "
2083
  "span>%%)"
2084
 
2085
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2086
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2087
  msgid "Delete graduation"
2088
  msgstr "Slet graduering"
2089
 
2090
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2091
  msgid "Add graduation"
2092
  msgstr "Tilføj graduering"
2093
 
2094
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2095
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2097
  msgid "Custom fields - Variables"
2098
  msgstr ""
2099
 
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2101
  msgid "Result-Options"
2102
  msgstr ""
2103
 
2104
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2106
  msgid "Show average points"
2107
  msgstr "Vis gennemsnitlige point"
2108
 
2109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2110
  msgid "Statistics-function must be enabled."
2111
  msgstr "Statistik-funktionen skal være aktiveret."
2112
 
2113
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2115
  msgid "Show category score"
2116
  msgstr ""
2117
 
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2119
  msgid ""
2120
  "If you enable this option, the results of each category is displayed on the "
2121
  "results page."
2122
  msgstr ""
2123
 
2124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2126
  msgid "Hide correct questions - display"
2127
  msgstr ""
2128
 
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2130
  msgid ""
2131
  "If you select this option, no longer the number of correctly answered "
2132
  "questions are displayed on the results page."
2133
  msgstr ""
2134
 
2135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2136
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2137
  msgid "Hide quiz time - display"
2138
  msgstr ""
2139
 
2140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2141
  msgid ""
2142
  "If you enable this option, the time for finishing the quiz won't be "
2143
  "displayed on the results page anymore."
2144
  msgstr ""
2145
 
2146
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2147
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2148
  msgid "Hide score - display"
2149
  msgstr ""
2150
 
2151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2152
  msgid ""
2153
  "If you enable this option, final score won't be displayed on the results "
2154
  "page anymore."
2155
  msgstr ""
2156
 
2157
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2158
  msgid "Question-Options"
2159
  msgstr ""
2160
 
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2162
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2163
  msgid "Show points"
2164
  msgstr "Vis point"
2165
 
2166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2167
  msgid "Shows in quiz, how many points are reachable for respective question."
2168
  msgstr "Vis hvor mange point der kan opnås for de respektive spørgsmål."
2169
 
2170
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2172
  msgid "Number answers"
2173
  msgstr "Nummerer svar"
2174
 
2175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2176
  msgid ""
2177
  "If this option is activated, all answers are numbered (only single and "
2178
  "multiple choice)"
2180
  "Hvis denne indstilling er aktiveret, bliver alle svarene nummereret (kun "
2181
  "single og multiple choice)"
2182
 
2183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2185
  msgid "Hide correct- and incorrect message"
2186
  msgstr "Skjul korrekt-og forkert meddelelse"
2187
 
2188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2189
  msgid ""
2190
  "If you enable this option, no correct- or incorrect message will be "
2191
  "displayed."
2193
  "Hvis du aktiverer denne indstilling, vil der ikke blive vist en korrekt "
2194
  "eller forkert meddelelse."
2195
 
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2198
  msgid "Correct and incorrect answer mark"
2199
  msgstr "Rigtig og forkert svar markering"
2200
 
2201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2202
  msgid ""
2203
  "If you enable this option, answers won't be color highlighted as correct or "
2204
  "incorrect. "
2206
  "Hvis du aktiverer denne indstilling, vil svarene ikke være farve fremhævet "
2207
  "som rigtige eller forkerte. "
2208
 
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2211
  msgid "Force user to answer each question"
2212
  msgstr ""
2213
 
2214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2215
  msgid "If you enable this option, the user is forced to answer each question."
2216
  msgstr ""
2217
 
2218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2219
  msgid ""
2220
  "If the option \"Question overview\" is activated, this notification will "
2221
  "appear after end of the quiz, otherwise after each question."
2222
  msgstr ""
2223
 
2224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2226
  msgid "Hide question position overview"
2227
  msgstr ""
2228
 
2229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2230
  msgid "If you enable this option, the question position overview is hidden."
2231
  msgstr ""
2232
 
2233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2235
  msgid "Hide question numbering"
2236
  msgstr ""
2237
 
2238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2239
  msgid "If you enable this option, the question numbering is hidden."
2240
  msgstr ""
2241
 
2242
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2244
  msgid "Display category"
2245
  msgstr ""
2246
 
2247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2248
  msgid "If you enable this option, category will be displayed in the question."
2249
  msgstr ""
2250
 
2251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2252
  msgid ""
2253
  "The leaderboard allows users to enter results in public list and to share "
2254
  "the result this way."
2256
  "Ranglisten giver brugerne mulighed for at indskrive deres resultater i "
2257
  "offentlig liste og dele resultatet på denne måde."
2258
 
2259
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2260
  msgid "The leaderboard works independent from internal statistics function."
2261
  msgstr "Ranglisten fungerer uafhængigt af den interne statistik funktion."
2262
 
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2264
  msgid "Who can sign up to the list"
2265
  msgstr "Hvem kan tilmelde sig til listen"
2266
 
2267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2268
  msgid ""
2269
  "Not registered users have to enter name and e-mail (e-mail won't be "
2270
  "displayed)"
2272
  "Ikke registrerede brugere skal indtaste navn og e-mail adresse (e-mail "
2273
  "adressen vil ikke blive vist)"
2274
 
2275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2276
  msgid "insert automatically"
2277
  msgstr "Indsæt automatisk"
2278
 
2279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2280
  msgid ""
2281
  "If you enable this option, logged in users will be automatically entered "
2282
  "into leaderboard"
2284
  "Hvis du aktiverer denne indstilling, vil indloggede brugere automatisk "
2285
  "blive opskrevet på ranglisten"
2286
 
2287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2288
  msgid "display captcha"
2289
  msgstr "vis captcha"
2290
 
2291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2292
  msgid ""
2293
  "If you enable this option, additional captcha will be displayed for users "
2294
  "who are not registered."
2296
  "Hvis du aktiverer denne mulighed, vil yderligere captcha blive vist for "
2297
  "brugere, der ikke er registreret."
2298
 
2299
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2300
  msgid "This option requires additional plugin:"
2301
  msgstr "Denne mulighed kræver yderligere plugin:"
2302
 
2303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2304
  msgid "Plugin has been detected."
2305
  msgstr "Plugin blev fundet."
2306
 
2307
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2308
  msgid "Plugin is not installed."
2309
  msgstr "Plugin er ikke installeret."
2310
 
2311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2312
  msgid "Sort list by"
2313
  msgstr "Sorter listen efter"
2314
 
2315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2316
  msgid "Users can apply multiple times"
2317
  msgstr "Brugere kan opskrives flere gange"
2318
 
2319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2320
  msgid "User can apply after:"
2321
  msgstr "Brugeren kan opskrive efter:"
2322
 
2323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2324
  msgid "minute"
2325
  msgstr "minut"
2326
 
2327
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2328
  msgid "How many entries should be displayed"
2329
  msgstr "Hvor mange posteringer skal vises"
2330
 
2331
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2332
  msgid "Entries"
2333
  msgstr "Posteringer"
2334
 
2335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2336
  msgid "Automatically display leaderboard in quiz result"
2337
  msgstr "Vis automatisk ranglisten i quiz resultat"
2338
 
2339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2340
  msgid "Where should leaderboard be displayed:"
2341
  msgstr "Hvor skal ranglisten vises:"
2342
 
2343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2344
  msgid "don't display"
2345
  msgstr "vis ikke"
2346
 
2347
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2348
  msgid "below the \"result text\""
2349
  msgstr "under \"resultat tekst\""
2350
 
2351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2352
  msgid "in a button"
2353
  msgstr "i en knap"
2354
 
2355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2356
  msgid "Quiz-Mode"
2357
  msgstr "Quiz-Type"
2358
 
2359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2360
  msgid "Normal"
2361
  msgstr "Normal"
2362
 
2363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2364
  msgid "Normal + Back-Button"
2365
  msgstr "Normal + Tilbage knap"
2366
 
2367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2368
  msgid "Check -> continue"
2369
  msgstr "Tjek -> fortsæt"
2370
 
2371
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2372
  msgid "Questions below each other"
2373
  msgstr "Spørgsmål under hinanden"
2374
 
2375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2376
  msgid ""
2377
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2378
  "displayed at the end of the quiz."
2380
  "Viser alle spørgsmål selvstændigt, \"rigtig\" eller \"forkert\" vises i "
2381
  "slutningen af ​​quiz."
2382
 
2383
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2384
  msgid "Allows to use the back button in a question."
2385
  msgstr "Gør det muligt at bruge tilbage knappen i et spørgsmål."
2386
 
2387
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2388
  msgid "Shows \"right or wrong\" after each question."
2389
  msgstr "Viser \"rigtigt eller forkert\" efter hvert spørgsmål."
2390
 
2391
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2392
  msgid ""
2393
  "If this option is activated, all answers are displayed below each other, i."
2394
  "e. all questions are on a single page."
2396
  "Hvis denne indstilling er aktiveret, bliver svarene vist under hinanden, "
2397
  "dvs. alle spørgsmålene er på en enkelt side."
2398
 
2399
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2400
  msgid "How many questions to be displayed on a page:"
2401
  msgstr ""
2402
 
2403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2404
  msgid "(0 = All on one page)"
2405
  msgstr ""
2406
 
2407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2409
  #: lib/view/WpProQuiz_View_Statistics.php:41
2410
  #: lib/view/WpProQuiz_View_Statistics.php:364
2411
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2412
  msgid "Custom fields"
2413
  msgstr ""
2414
 
2415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2416
  msgid ""
2417
  "You can create custom fields, e.g. to request the name or the e-mail address "
2418
  "of the users."
2419
  msgstr ""
2420
 
2421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2422
  msgid "The statistic function have to be enabled."
2423
  msgstr ""
2424
 
2425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2427
  msgid "Custom fields enable"
2428
  msgstr ""
2429
 
2430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2431
  msgid "If you enable this option, custom fields are enabled."
2432
  msgstr ""
2433
 
2434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2435
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2436
  msgid "Display position"
2437
  msgstr ""
2438
 
2439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2440
  msgid "Where should the fileds be displayed:"
2441
  msgstr ""
2442
 
2443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2444
  msgid "On the quiz startpage"
2445
  msgstr ""
2446
 
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2448
  msgid "At the end of the quiz (before the quiz result)"
2449
  msgstr ""
2450
 
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2452
  msgid "Field name"
2453
  msgstr ""
2454
 
2455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2456
  msgid "Required?"
2457
  msgstr ""
2458
 
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2460
+ msgid "Show in statistic table?"
2461
+ msgstr ""
2462
+
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2464
  msgid "Text"
2465
  msgstr ""
2466
 
2467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2468
  msgid "Textarea"
2469
  msgstr ""
2470
 
2471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2472
  msgid "Checkbox"
2473
  msgstr ""
2474
 
2475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2476
  msgid "Drop-Down menu"
2477
  msgstr ""
2478
 
2479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2480
  msgid "Radio"
2481
  msgstr ""
2482
 
2483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2484
  msgid "Number"
2485
  msgstr ""
2486
 
2487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2488
  msgid "Email"
2489
  msgstr ""
2490
 
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2492
  msgid "Yes/No"
2493
  msgstr ""
2494
 
2495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2496
  #: lib/view/WpProQuiz_View_Statistics.php:323
2497
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2498
  msgid "Date"
2499
  msgstr ""
2500
 
2501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2502
  msgid "Edit list"
2503
  msgstr ""
2504
 
2505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2506
  msgid "One entry per line"
2507
  msgstr ""
2508
 
2509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2510
  msgid "OK"
2511
  msgstr ""
2512
 
2513
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2514
  msgid "Add field"
2515
  msgstr ""
2516
 
2517
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2518
  msgid ""
2519
  "If you enable this option, an email is sent with his quiz result to the user."
2520
  msgstr ""
2521
 
2522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2523
  msgid "User Email-Address (only registered users)"
2524
  msgstr ""
2525
 
2526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2527
  msgid "(Type Email)"
2528
  msgstr ""
2529
 
2539
  msgid "If quiz doesn't work in front-end, please try following:"
2540
  msgstr "Hvis quiz ikke virker i front-end, så prøv følgende:"
2541
 
2542
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2543
  msgid "Style Manager"
2544
  msgstr "Stilhåndtering"
2545
 
2546
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2547
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2548
  msgid "Support WP-Pro-Quiz"
2549
  msgstr "Support WP-Pro-quiz"
2550
 
2551
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2552
  msgid "Learn more"
2553
  msgstr ""
2554
 
2555
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2556
  msgid "ID"
2557
  msgstr "ID"
2558
 
2559
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2560
  msgid "Shortcode"
2561
  msgstr "Shortcode"
2562
 
2563
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2564
  msgid "Shortcode-Leaderboard"
2565
  msgstr "shortcode-rangliste"
2566
 
2567
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2568
  msgid "Preview"
2569
  msgstr "Eksempel"
2570
 
2571
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2572
  msgid "Add quiz"
2573
  msgstr "Tilføj quiz"
2574
 
2575
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2576
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2577
  msgid "Export"
2578
  msgstr "Eksporter"
2579
 
2580
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2581
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2582
  msgid "Set Quiz Categories"
2583
  msgstr ""
2584
 
2585
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2586
  msgid ""
2587
  "Choose the respective question, which you would like to export and press on "
2588
  "\"Start export\""
2590
  "Vælg den respektive spørgsmål, som du gerne vil eksportere, og tryk på "
2591
  "\"Start eksport\""
2592
 
2593
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2594
  msgid "Format:"
2595
  msgstr ""
2596
 
2597
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2598
  msgid "*.wpq"
2599
  msgstr ""
2600
 
2601
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2602
  msgid "or"
2603
  msgstr ""
2604
 
2605
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2606
  msgid "*.xml"
2607
  msgstr ""
2608
 
2609
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2610
  msgid "Start export"
2611
  msgstr "Start eksport"
2612
 
2613
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2614
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2615
  msgstr ""
2616
 
2617
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2618
  #, php-format
2619
  msgid "Maximal %d MiB"
2620
  msgstr "Maks % d MiB"
2621
 
2622
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2623
  msgid "Sets multiple quiz categories "
2624
  msgstr ""
2625
 
2666
 
2667
  #: lib/view/WpProQuiz_View_Statistics.php:108
2668
  #: lib/view/WpProQuiz_View_Statistics.php:243
2669
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2670
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2671
  msgid "Hints used"
2672
  msgstr "Tips brugt"
2673
 
2674
  #: lib/view/WpProQuiz_View_Statistics.php:109
2675
  #: lib/view/WpProQuiz_View_Statistics.php:244
2676
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2677
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2678
  msgid "Time"
2679
  msgstr ""
2680
 
2681
  #: lib/view/WpProQuiz_View_Statistics.php:110
2682
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2683
  msgid "Points scored"
2684
  msgstr "optjente point"
2685
 
2686
  #: lib/view/WpProQuiz_View_Statistics.php:148
2687
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2688
  msgid "Sub-Total: "
2689
  msgstr "Total i alt:"
2690
 
2691
  #: lib/view/WpProQuiz_View_Statistics.php:183
2692
  #: lib/view/WpProQuiz_View_Statistics.php:268
2693
  #: lib/view/WpProQuiz_View_Statistics.php:343
2694
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2695
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2696
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2697
  msgid "Refresh"
2698
  msgstr "Opdater"
2699
 
2700
  #: lib/view/WpProQuiz_View_Statistics.php:187
2701
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2702
  msgid "Reset statistics"
2703
  msgstr "Nulstil statistik"
2704
 
2738
  msgid "only anonymous users"
2739
  msgstr ""
2740
 
2741
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2743
+ msgid "Solved"
2744
+ msgstr ""
2745
+
2746
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2747
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2748
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2749
+ #, php-format
2750
+ msgid "%d of %d"
2751
+ msgstr ""
2752
+
2753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2754
  #, php-format
2755
  msgid "User statistics: %s"
2756
  msgstr ""
2757
 
2758
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2759
+ msgid "yes"
2760
  msgstr ""
2761
 
2762
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2763
+ msgid "no"
2764
  msgstr ""
2765
 
2766
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-de_DE.mo CHANGED
Binary file
languages/wp-pro-quiz-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz v0.28\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
6
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
7
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
8
  "Language-Team: Julius Fischer\n"
9
  "Language: de_DE\n"
@@ -78,9 +78,9 @@ msgstr "Soll die Statistik wirklich zurückgesetzt werden?"
78
  #: lib/controller/WpProQuiz_Controller_Admin.php:111
79
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
80
  #: lib/view/WpProQuiz_View_QuestionOverall.php:71
81
- #: lib/view/WpProQuiz_View_QuizOverall.php:135
82
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
83
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
84
  msgid "No data available"
85
  msgstr "Keine Daten verfügbar"
86
 
@@ -134,7 +134,7 @@ msgstr "Heute"
134
  #: lib/controller/WpProQuiz_Controller_Front.php:66
135
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
136
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
137
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
138
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
139
  #: lib/view/WpProQuiz_View_Statistics.php:46
140
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -181,10 +181,10 @@ msgstr "Es wurden nicht alle Felder ausgefüllt."
181
  #: lib/controller/WpProQuiz_Controller_Question.php:540
182
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
183
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
184
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
185
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
186
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
187
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
188
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
189
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
190
  msgid "You do not have sufficient permissions to access this page."
@@ -202,9 +202,9 @@ msgstr "Datenbank repariert"
202
 
203
  # @ wp-pro-quiz
204
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
205
- #: lib/helper/WpProQuiz_Helper_Import.php:59
206
- #: lib/helper/WpProQuiz_Helper_Import.php:68
207
- #: lib/helper/WpProQuiz_Helper_Import.php:75
208
  msgid "File cannot be processed"
209
  msgstr "Datei kann nicht verarbeitet werden"
210
 
@@ -212,7 +212,7 @@ msgstr "Datei kann nicht verarbeitet werden"
212
  #: lib/controller/WpProQuiz_Controller_Question.php:9
213
  #: lib/controller/WpProQuiz_Controller_Question.php:19
214
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
215
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
216
  msgid "Quiz not found"
217
  msgstr "Quiz nicht gefunden"
218
 
@@ -257,81 +257,81 @@ msgid "questions copied"
257
  msgstr "Fragen kopiert"
258
 
259
  # @ wp-pro-quiz
260
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
261
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
262
  msgid "Quiz edited"
263
  msgstr "Quiz bearbeitet"
264
 
265
  # @ wp-pro-quiz
266
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
267
  msgid "quiz created"
268
  msgstr "Quiz erstellt"
269
 
270
  # @ wp-pro-quiz
271
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
272
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
273
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
274
  msgid "Quiz title or quiz description are not filled"
275
  msgstr "Quiz Titel oder Quiz Beschreibung nicht ausgefüllt"
276
 
277
  # @ wp-pro-quiz
278
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
279
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
280
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
281
  msgid "Edit quiz"
282
  msgstr "Quiz bearbeiten"
283
 
284
  # @ wp-pro-quiz
285
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
286
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
287
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
288
  msgid "Create quiz"
289
  msgstr "Quiz erstellen"
290
 
291
  # @ wp-pro-quiz
292
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
293
  msgid "Template stored"
294
  msgstr "Vorlage gespeichert"
295
 
296
  # @ wp-pro-quiz
297
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
298
  msgid "Quiz deleted"
299
  msgstr "Quiz gelöscht"
300
 
301
  # @ wp-pro-quiz
302
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
303
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
304
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
305
  msgid "Not categorized"
306
  msgstr "Nicht kategorisiert"
307
 
308
  # @ wp-pro-quiz
309
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
310
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
311
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
312
  msgid "Categories"
313
  msgstr "Kategorien"
314
 
315
  # @ wp-pro-quiz
316
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
317
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
318
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
319
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
320
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
321
  msgid "No category"
322
  msgstr "Keine Kategorie"
323
 
324
  # @ wp-pro-quiz
325
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
326
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
327
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
328
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
329
  msgid "Anonymous"
330
  msgstr "Anonymous"
331
 
332
  # @ wp-pro-quiz
333
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
334
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
335
  msgid "Deleted user"
336
  msgstr "Gelöschter Benutzer"
337
 
@@ -371,6 +371,34 @@ msgstr "Ihr Name darf maximal 15 Zeichen lang sein."
371
  msgid "You entered wrong captcha code."
372
  msgstr "Captcha code ist falsch."
373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  # @ wp-pro-quiz
375
  #: lib/helper/WpProQuiz_Helper_Import.php:9
376
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
@@ -378,12 +406,12 @@ msgid "File was not uploaded"
378
  msgstr "Datei wurde nicht hochgeladen"
379
 
380
  # @ wp-pro-quiz
381
- #: lib/helper/WpProQuiz_Helper_Import.php:40
382
  msgid "File have wrong format"
383
  msgstr "Datei hat falsches Format"
384
 
385
  # @ default
386
- #: lib/helper/WpProQuiz_Helper_Import.php:45
387
  msgid "File is not compatible with the current version"
388
  msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
389
 
@@ -459,16 +487,16 @@ msgstr "Eine leistungsstarkes und schönes Quiz-Plugin für WordPress."
459
 
460
  # @ wp-pro-quiz
461
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
462
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
463
  msgid "WP-Pro-Quiz"
464
  msgstr "WP-Pro-Quiz"
465
 
466
  # @ wp-pro-quiz
467
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
468
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
469
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
470
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
471
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
472
  msgid "Leaderboard"
473
  msgstr "Bestenliste"
474
 
@@ -478,7 +506,7 @@ msgstr "Bestenliste"
478
  #: lib/view/WpProQuiz_View_Import.php:22
479
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
480
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
481
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
482
  #: lib/view/WpProQuiz_View_Statistics.php:29
483
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
484
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -503,19 +531,19 @@ msgstr "Sortieren nach:"
503
 
504
  # @ wp-pro-quiz
505
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
506
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
507
  msgid "best user"
508
  msgstr "bester Benutzer"
509
 
510
  # @ wp-pro-quiz
511
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
512
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
513
  msgid "newest entry"
514
  msgstr "neuester Eintrag"
515
 
516
  # @ wp-pro-quiz
517
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
518
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
519
  msgid "oldest entry"
520
  msgstr "Ältester Eintrag"
521
 
@@ -531,7 +559,7 @@ msgstr "Wie viele Benutzer sollen auf einer Seite angezeigt werden:"
531
  # @ wp-pro-quiz
532
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
533
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
534
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
535
  msgid "Type"
536
  msgstr "Typ"
537
 
@@ -543,14 +571,14 @@ msgstr "UR = nicht registrierter Benutzer, R = registrierter Benutzer"
543
  # @ wp-pro-quiz
544
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
545
  #: lib/view/WpProQuiz_View_Statistics.php:239
546
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
547
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
548
  msgid "User"
549
  msgstr "Benutzer"
550
 
551
  # @ wp-pro-quiz
552
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
554
  msgid "E-Mail"
555
  msgstr "E-Mail"
556
 
@@ -562,8 +590,8 @@ msgstr "Eingetragen am"
562
 
563
  # @ wp-pro-quiz
564
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
565
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
566
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
567
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
568
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
569
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -573,21 +601,21 @@ msgstr "Eingetragen am"
573
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
574
  #: lib/view/WpProQuiz_View_Statistics.php:105
575
  #: lib/view/WpProQuiz_View_Statistics.php:240
576
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
577
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
578
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
579
  msgid "Points"
580
  msgstr "Punkte"
581
 
582
  # @ wp-pro-quiz
583
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
584
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
585
  #: lib/view/WpProQuiz_View_Statistics.php:111
586
  #: lib/view/WpProQuiz_View_Statistics.php:245
587
  #: lib/view/WpProQuiz_View_Statistics.php:324
588
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
589
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
590
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
591
  msgid "Results"
592
  msgstr "Ergebnis"
593
 
@@ -598,7 +626,7 @@ msgstr "Ergebnis"
598
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
599
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
600
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
601
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
602
  msgid "Edit"
603
  msgstr "Bearbeiten"
604
 
@@ -610,10 +638,10 @@ msgstr "Bearbeiten"
610
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
611
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
612
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
613
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
614
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
615
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
616
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
617
  msgid "Delete"
618
  msgstr "Löschen"
619
 
@@ -643,298 +671,276 @@ msgid "Delete all entries"
643
  msgstr "Alle Einträge löschen"
644
 
645
  # @ wp-pro-quiz
646
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
647
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
648
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
649
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
650
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
651
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
652
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
653
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
 
 
654
  msgid "Quiz-summary"
655
  msgstr "Quiz-Zusammenfassung"
656
 
657
  # @ wp-pro-quiz
658
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
659
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
660
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
661
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
662
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
663
  msgid "Finish quiz"
664
  msgstr "Quiz abschließen"
665
 
666
  # @ wp-pro-quiz
667
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
668
  msgid "Your result has been entered into leaderboard"
669
  msgstr "Dein Ergebnis wurde in die Bestenliste eingetragen"
670
 
671
  # @ wp-pro-quiz
672
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
673
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
674
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
675
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
676
  msgid "Name"
677
  msgstr "Name"
678
 
679
  # @ wp-pro-quiz
680
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
681
  msgid "Captcha"
682
  msgstr "Captcha"
683
 
684
  # @ wp-pro-quiz
685
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
686
  msgid "Send"
687
  msgstr "Abschicken"
688
 
689
  # @ wp-pro-quiz
690
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
691
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
692
  msgid "You must fill out this field."
693
  msgstr "Sie müssen dieses Feld ausfüllen."
694
 
695
  # @ wp-pro-quiz
696
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
697
  msgid "You must specify a number."
698
  msgstr "Sie müssen eine Zahl angeben."
699
 
700
  # @ wp-pro-quiz
701
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
702
  msgid "You must specify a text."
703
  msgstr "Sie müssen eine Text angeben."
704
 
705
  # @ wp-pro-quiz
706
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
707
  msgid "You must specify an email address."
708
  msgstr "Sie müssen eine E-Mail Adresse angeben."
709
 
710
  # @ wp-pro-quiz
711
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
712
  msgid "You must specify a date."
713
  msgstr "Sie müssen ein Datum angeben."
714
 
715
  # @ wp-pro-quiz
716
- # @ default
717
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
718
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
719
- msgid "Yes"
720
- msgstr "Ja"
721
-
722
- # @ wp-pro-quiz
723
- # @ default
724
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
725
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
726
- msgid "No"
727
- msgstr "Nein"
728
-
729
- # @ wp-pro-quiz
730
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
731
- msgid ""
732
- "You have already completed the quiz before. Hence you can not start it again."
733
- msgstr ""
734
- "Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut "
735
- "starten."
736
-
737
- # @ wp-pro-quiz
738
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
739
- msgid "You must sign in or sign up to start the quiz."
740
- msgstr "Sie müssen sich einloggen oder registrieren um das Quiz zu starten."
741
-
742
- # @ wp-pro-quiz
743
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
744
- msgid "You have to finish following quiz, to start this quiz:"
745
- msgstr ""
746
- "Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:"
747
-
748
- # @ wp-pro-quiz
749
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
750
  #, php-format
751
  msgid "%s of %s questions completed"
752
  msgstr "%s von %s Fragen beantwortet"
753
 
754
  # @ wp-pro-quiz
755
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
756
  #: lib/view/WpProQuiz_View_Import.php:44
757
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
758
  msgid "Questions"
759
  msgstr "Fragen"
760
 
761
  # @ wp-pro-quiz
762
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
763
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
764
  msgid "Information"
765
  msgstr "Informationen"
766
 
767
  # @ wp-pro-quiz
768
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
769
- msgid "Start quiz"
770
- msgstr "Quiz starten"
771
-
772
- # @ wp-pro-quiz
773
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
774
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
775
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
776
  msgid "Time limit"
777
  msgstr "Zeitlimit"
778
 
779
  # @ wp-pro-quiz
780
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
781
  msgid "Answered"
782
  msgstr "Beantwortet"
783
 
784
  # @ wp-pro-quiz
785
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
786
  msgid "Review"
787
  msgstr "Vorgemerkt"
788
 
789
  # @ wp-pro-quiz
790
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
791
  msgid "Review question"
792
  msgstr "Frage vormerken"
793
 
794
  # @ wp-pro-quiz
795
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
796
  #, php-format
797
  msgid "%s of %s questions answered correctly"
798
  msgstr "%s von %s Frage korrekt beantwortet"
799
 
800
  # @ wp-pro-quiz
801
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
802
  msgid "Your time: <span></span>"
803
  msgstr "Ihre Zeit: <span></span>"
804
 
805
  # @ wp-pro-quiz
806
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
807
  msgid "Time has elapsed"
808
  msgstr "Zeit ist abgelaufen"
809
 
810
  # @ wp-pro-quiz
811
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
812
  #, php-format
813
  msgid "You have reached %s of %s points, (%s)"
814
  msgstr "Sie haben %s von %s Punkten erreicht (%s)"
815
 
816
  # @ wp-pro-quiz
817
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
818
  msgid "Average score"
819
  msgstr "Ø Punkte"
820
 
821
  # @ wp-pro-quiz
822
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
823
  msgid "Your score"
824
  msgstr "Deine Punkte"
825
 
826
  # @ wp-pro-quiz
827
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
828
- msgid "Restart quiz"
829
- msgstr "Quiz erneut starten"
830
-
831
- # @ wp-pro-quiz
832
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
833
  msgid "View questions"
834
  msgstr "Fragen ansehen"
835
 
836
  # @ wp-pro-quiz
837
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
838
  msgid "Show leaderboard"
839
  msgstr "Zeige Bestenliste"
840
 
841
  # @ wp-pro-quiz
842
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
843
  #, php-format
844
  msgid "Question %s of %s"
845
  msgstr "Frage %s von %s"
846
 
847
  # @ wp-pro-quiz
848
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
849
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
850
  #: lib/view/WpProQuiz_View_Statistics.php:104
851
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
852
  msgid "Question"
853
  msgstr "Frage"
854
 
855
  # @ wp-pro-quiz
856
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
857
  #, php-format
858
  msgid "%d points"
859
  msgstr "%d Punkte"
860
 
861
  # @ wp-pro-quiz
862
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
863
  #, php-format
864
  msgid "Category: %s"
865
  msgstr "Kategorie: %s"
866
 
867
  # @ wp-pro-quiz
868
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
869
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
870
  msgid "Sort elements"
871
  msgstr "Sortierelemente"
872
 
873
  # @ wp-pro-quiz
874
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
875
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
876
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
877
  #: lib/view/WpProQuiz_View_Statistics.php:106
878
  #: lib/view/WpProQuiz_View_Statistics.php:241
879
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
880
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
881
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
882
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
883
  msgid "Correct"
884
  msgstr "Korrekt"
885
 
886
  # @ wp-pro-quiz
887
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
888
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
889
  #: lib/view/WpProQuiz_View_Statistics.php:107
890
  #: lib/view/WpProQuiz_View_Statistics.php:242
891
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
892
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
893
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
894
  msgid "Incorrect"
895
  msgstr "Inkorrekt"
896
 
897
  # @ wp-pro-quiz
898
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
899
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
900
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
901
  msgid "Hint"
902
  msgstr "Tipp"
903
 
904
  # @ wp-pro-quiz
905
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
906
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
907
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
908
  msgid "Skip question"
909
  msgstr "Frage überspringen"
910
 
911
  # @ wp-pro-quiz
912
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
913
  msgid "Back"
914
  msgstr "Zurück"
915
 
916
  # @ wp-pro-quiz
917
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
918
  msgid "Check"
919
  msgstr "Prüfen"
920
 
921
  # @ wp-pro-quiz
922
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
923
  msgid "Next"
924
  msgstr "Weiter"
925
 
926
  # @ wp-pro-quiz
927
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
928
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
929
  #, php-format
930
  msgid "Page %d"
931
  msgstr "Seite %d"
932
 
933
- # @ wp-pro-quiz
934
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
935
- msgid "Quiz is loading..."
936
- msgstr "Quiz wird geladen..."
937
-
938
  # @ wp-pro-quiz
939
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
940
  #, php-format
@@ -960,7 +966,7 @@ msgstr "Tabelle wird geladen"
960
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
961
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
962
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
963
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
964
  msgid "Global settings"
965
  msgstr "Globale Einstellungen"
966
 
@@ -973,8 +979,8 @@ msgstr "Einstellungen bei Problemen"
973
  # @ wp-pro-quiz
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
975
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
976
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
977
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
978
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
979
  msgid "Save"
980
  msgstr "Speichern"
@@ -1039,20 +1045,20 @@ msgstr "Vorlage Fragen - Verwaltung"
1039
  # @ wp-pro-quiz
1040
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
1041
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
1042
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
1043
  msgid "Admin e-mail settings"
1044
  msgstr "Admin E-mail settings"
1045
 
1046
  # @ wp-pro-quiz
1047
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
1048
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1049
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
1050
  msgid "To:"
1051
  msgstr "An:"
1052
 
1053
  # @ wp-pro-quiz
1054
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
1055
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
1056
  msgid ""
1057
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
1058
  "com"
@@ -1062,24 +1068,24 @@ msgstr ""
1062
  # @ wp-pro-quiz
1063
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
1064
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
1065
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
1066
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
1067
  msgid "From:"
1068
  msgstr "Absender:"
1069
 
1070
  # @ wp-pro-quiz
1071
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
1072
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
1073
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
1074
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
1075
  msgid "Subject:"
1076
  msgstr "Betreff:"
1077
 
1078
  # @ wp-pro-quiz
1079
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
1080
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
1081
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
1082
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
1083
  msgid "HTML"
1084
  msgstr "HTML"
1085
 
@@ -1089,76 +1095,76 @@ msgstr "HTML"
1089
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
1090
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
1091
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
1092
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
1093
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
1094
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
1095
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
1096
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
1097
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
1098
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
1100
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
1101
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
1102
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
1103
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
1104
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
1106
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
1107
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
1108
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
1109
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
1110
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
1111
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
1112
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
1113
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
1114
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
1117
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
1118
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
1119
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
1120
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
1121
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
1122
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
1123
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
1124
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
1125
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
1126
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
1127
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
1128
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
1129
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
1130
  msgid "Activate"
1131
  msgstr "Aktivieren"
1132
 
1133
  # @ wp-pro-quiz
1134
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
1135
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
1136
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
1137
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
1138
  msgid "Message body:"
1139
  msgstr "Nachricht:"
1140
 
1141
  # @ wp-pro-quiz
1142
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
1143
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
1144
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
1145
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
1146
  msgid "Allowed variables"
1147
  msgstr "Erlaubte Variablen"
1148
 
1149
  # @ wp-pro-quiz
1150
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
1151
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
1152
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
1153
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
1154
  msgid "User-ID"
1155
  msgstr "Benutzer-ID"
1156
 
1157
  # @ wp-pro-quiz
1158
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
1159
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
1160
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
1161
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
1162
  #: lib/view/WpProQuiz_View_Statistics.php:322
1163
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
1164
  msgid "Username"
@@ -1167,47 +1173,47 @@ msgstr "Benutzername"
1167
  # @ wp-pro-quiz
1168
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
1169
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
1170
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
1171
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
1172
  msgid "Quiz-Name"
1173
  msgstr "Quiz-Name"
1174
 
1175
  # @ wp-pro-quiz
1176
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1177
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1178
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
1179
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
1180
  msgid "Result in precent"
1181
  msgstr "Ergebnis in Prozent"
1182
 
1183
  # @ wp-pro-quiz
1184
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1185
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1186
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1187
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1188
  msgid "Reached points"
1189
  msgstr "Erreichte Punktzahl"
1190
 
1191
  # @ wp-pro-quiz
1192
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1193
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1194
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1195
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1196
  msgid "IP-address of the user"
1197
  msgstr "IP-Adresse des Benutzers"
1198
 
1199
  # @ wp-pro-quiz
1200
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1201
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1202
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1203
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1204
  msgid "Category-Overview"
1205
  msgstr "Kategorie-Übersicht"
1206
 
1207
  # @ wp-pro-quiz
1208
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1209
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1210
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1211
  msgid "User e-mail settings"
1212
  msgstr "Benutzer E-Mail Einstellungen"
1213
 
@@ -1314,11 +1320,11 @@ msgstr "Touch Library"
1314
 
1315
  # @ wp-pro-quiz
1316
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1317
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1318
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1319
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1320
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1321
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1322
  msgid "Deactivate"
1323
  msgstr "Deaktivieren"
1324
 
@@ -1372,8 +1378,8 @@ msgstr ""
1372
 
1373
  # @ wp-pro-quiz
1374
  #: lib/view/WpProQuiz_View_Import.php:21
1375
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1376
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1377
  msgid "Import"
1378
  msgstr "Import"
1379
 
@@ -1399,7 +1405,7 @@ msgstr "Quiz-Name"
1399
 
1400
  # @ wp-pro-quiz
1401
  #: lib/view/WpProQuiz_View_Import.php:69
1402
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1403
  msgid "Start import"
1404
  msgstr "Import starten"
1405
 
@@ -1408,7 +1414,7 @@ msgid "WP-Pro-Quiz special modification"
1408
  msgstr "WP-Pro-Quiz spezial Anpassung"
1409
 
1410
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1411
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1412
  msgid "You need special WP-Pro-Quiz modification for your website?"
1413
  msgstr "Sie brauchen eine speziale WP-Pro-Quiz Anpassung für Ihre Seite?"
1414
 
@@ -1480,7 +1486,7 @@ msgstr ""
1480
 
1481
  # @ wp-pro-quiz
1482
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1483
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1484
  msgid "load template"
1485
  msgstr "Vorlage laden"
1486
 
@@ -1495,9 +1501,9 @@ msgstr "Titel"
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1497
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1498
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1499
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1500
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1501
  msgid "(optional)"
1502
  msgstr "(Optional)"
1503
 
@@ -1514,9 +1520,9 @@ msgstr ""
1514
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1515
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1516
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1517
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1518
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1519
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1520
  msgid "(required)"
1521
  msgstr "(Pflichtfeld)"
1522
 
@@ -1554,10 +1560,10 @@ msgstr "Erreichte Punkte in der Korrekt- und Inkorrekt-Nachricht anzeigen?"
1554
  # @ wp-pro-quiz
1555
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1556
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1557
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1558
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1559
  #: lib/view/WpProQuiz_View_Statistics.php:124
1560
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1561
  msgid "Category"
1562
  msgstr "Kategorie"
1563
 
@@ -1572,25 +1578,25 @@ msgstr ""
1572
 
1573
  # @ wp-pro-quiz
1574
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1575
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1576
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1577
  msgid "You can manage categories in global settings."
1578
  msgstr "Die Kategorien können sie in den Globalen-Einstellungen verwalten."
1579
 
1580
  # @ wp-pro-quiz
1581
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1582
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1583
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1584
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1585
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1586
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1587
  msgid "Create new category"
1588
  msgstr "Neue Kategorie anlegen"
1589
 
1590
  # @ wp-pro-quiz
1591
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1592
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1593
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1594
  msgid "Create"
1595
  msgstr "Anlegen"
1596
 
@@ -1748,19 +1754,19 @@ msgstr ""
1748
 
1749
  # @ wp-pro-quiz
1750
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1751
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1752
  msgid "template name"
1753
  msgstr "Vorlagename"
1754
 
1755
  # @ wp-pro-quiz
1756
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1757
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1758
  msgid "Create new template"
1759
  msgstr "neue Vorlage erstellen"
1760
 
1761
  # @ wp-pro-quiz
1762
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1763
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1764
  msgid "Save as template"
1765
  msgstr "Als Vorlage speichern"
1766
 
@@ -1768,7 +1774,7 @@ msgstr "Als Vorlage speichern"
1768
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1769
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1770
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1771
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1772
  msgid "Options"
1773
  msgstr "Optionen"
1774
 
@@ -1805,7 +1811,7 @@ msgstr "Datei hinzufügen"
1805
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1806
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1807
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1808
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1809
  msgid "Move"
1810
  msgstr "Verschieben"
1811
 
@@ -1894,28 +1900,29 @@ msgstr "weniger wahr {[1] [2] [3] [4] [5]} mehr wahr"
1894
  # @ wp-pro-quiz
1895
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1896
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1897
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1898
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1899
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1900
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1901
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1902
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1903
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1904
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1905
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1906
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1907
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1908
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1909
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1910
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1911
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1912
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1913
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1914
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1915
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1916
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1917
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1918
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1919
  msgid "Demo"
1920
  msgstr "Demo"
1921
 
@@ -1983,7 +1990,7 @@ msgstr "Fragen sortiert"
1983
  # @ wp-pro-quiz
1984
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1985
  #: lib/view/WpProQuiz_View_Statistics.php:169
1986
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1987
  msgid "Total"
1988
  msgstr "Summe"
1989
 
@@ -2018,96 +2025,96 @@ msgid "Copy questions"
2018
  msgstr "Fragen kopieren"
2019
 
2020
  # @ wp-pro-quiz
2021
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
2022
  msgid "Quiz title"
2023
  msgstr "Quiz Titel"
2024
 
2025
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
2026
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
2027
  msgid "You can assign classify category for a quiz."
2028
  msgstr "Sie können Quiz in eine Kategorie einordnen."
2029
 
2030
  # @ wp-pro-quiz
2031
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
2032
  msgid "Hide quiz title"
2033
  msgstr "Quiz Titel verstecken"
2034
 
2035
  # @ wp-pro-quiz
2036
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
2037
  msgid "Hide title"
2038
  msgstr "Titel verstecken"
2039
 
2040
  # @ wp-pro-quiz
2041
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
2042
  msgid "The title serves as quiz heading."
2043
  msgstr "Der Titel dient als Quiz Überschrift."
2044
 
2045
  # @ wp-pro-quiz
2046
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
2047
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
2048
  msgid "Hide \"Restart quiz\" button"
2049
  msgstr "Button \"Quiz erneut starten\" verstecken"
2050
 
2051
  # @ wp-pro-quiz
2052
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
2053
  msgid "Hide the \"Restart quiz\" button in the Frontend."
2054
  msgstr "Versteckt den Button \"Quiz erneut starten\" im Frontend."
2055
 
2056
  # @ wp-pro-quiz
2057
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
2058
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
2059
  msgid "Hide \"View question\" button"
2060
  msgstr "Button \"Fragen ansehen\" verstecken"
2061
 
2062
  # @ wp-pro-quiz
2063
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
2064
  msgid "Hide the \"View question\" button in the Frontend."
2065
  msgstr "Versteckt den Button \"Fragen ansehen\" im Frontend."
2066
 
2067
  # @ wp-pro-quiz
2068
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
2069
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
2070
  msgid "Display question randomly"
2071
  msgstr "Fragen zufällig ausgeben"
2072
 
2073
  # @ wp-pro-quiz
2074
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
2076
  msgid "Display answers randomly"
2077
  msgstr "Antworten zufällig ausgeben"
2078
 
2079
  # @ wp-pro-quiz
2080
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
2081
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
2082
  msgid "Sort questions by category"
2083
  msgstr "Fragen nach Kategorie sortieren"
2084
 
2085
  # @ wp-pro-quiz
2086
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
2087
  msgid ""
2088
  "Also works in conjunction with the \"display randomly question\" option."
2089
  msgstr ""
2090
  "Funktioniert auch in Verbindung mit der Option \"Fragen zufällig ausgeben\""
2091
 
2092
  # @ wp-pro-quiz
2093
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
2094
  msgid "Seconds"
2095
  msgstr "Sekunden"
2096
 
2097
  # @ wp-pro-quiz
2098
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
2099
  msgid "0 = no limit"
2100
  msgstr "0 = Kein Limit"
2101
 
2102
  # @ wp-pro-quiz
2103
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
2104
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
2105
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
2106
  msgid "Statistics"
2107
  msgstr "Statistik"
2108
 
2109
  # @ wp-pro-quiz
2110
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
2111
  msgid ""
2112
  "Statistics about right or wrong answers. Statistics will be saved by "
2113
  "completed quiz, not after every question. The statistics is only visible "
@@ -2118,18 +2125,18 @@ msgstr ""
2118
  "Statistik ist nur über das Adminmenü einsehbar (interne Statistik)"
2119
 
2120
  # @ wp-pro-quiz
2121
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
2122
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
2123
  msgid "Statistics IP-lock"
2124
  msgstr "Statistik IP-Sperre"
2125
 
2126
  # @ wp-pro-quiz
2127
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
2128
  msgid "in minutes (recommended 1440 minutes = 1 day)"
2129
  msgstr "in Minuten (Empfohlen: 1440 Minuten = 1 Tag)"
2130
 
2131
  # @ wp-pro-quiz
2132
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
2133
  msgid ""
2134
  "Protect the statistics from spam. Result will only be saved every X minutes "
2135
  "from same IP. (0 = deactivated)"
@@ -2138,13 +2145,13 @@ msgstr ""
2138
  "gleichen IP gespeichert. (0 = Deaktiviert)"
2139
 
2140
  # @ wp-pro-quiz
2141
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
2142
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
2143
  msgid "Execute quiz only once"
2144
  msgstr "Quiz nur einmal ausführen"
2145
 
2146
  # @ wp-pro-quiz
2147
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
2148
  msgid ""
2149
  "If you activate this option, the user can complete the quiz only once. "
2150
  "Afterwards the quiz is blocked for this user."
@@ -2153,36 +2160,36 @@ msgstr ""
2153
  "absolvieren, danach wird das Quiz für diesen Benutzer gesperrt."
2154
 
2155
  # @ wp-pro-quiz
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
2157
  msgid "This option applies to:"
2158
  msgstr "Diese Option gilt für:"
2159
 
2160
  # @ wp-pro-quiz
2161
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
2162
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
2163
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
2164
  msgid "all users"
2165
  msgstr "Alle Benutzer"
2166
 
2167
  # @ wp-pro-quiz
2168
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
2169
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
2170
  msgid "registered useres only"
2171
  msgstr "nur registriere Benutzer"
2172
 
2173
  # @ wp-pro-quiz
2174
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
2175
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
2176
  msgid "anonymous users only"
2177
  msgstr "nur anonyme Benutzer"
2178
 
2179
  # @ wp-pro-quiz
2180
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
2181
  msgid "user identification by cookie"
2182
  msgstr "Benutzer-Identifikation über Cookie"
2183
 
2184
  # @ wp-pro-quiz
2185
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
2186
  msgid ""
2187
  "If you activate this option, a cookie is set additionally for unregistrated "
2188
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -2193,28 +2200,28 @@ msgstr ""
2193
  "Benutzers als nur über die IP-Adresse."
2194
 
2195
  # @ wp-pro-quiz
2196
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
2197
  msgid "Reset the user identification"
2198
  msgstr "Benutzer-Identifikation zurücksetzten"
2199
 
2200
  # @ default
2201
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
2202
  msgid "User identification has been reset."
2203
  msgstr "Benutzer-Identifikation wurde zurückgesetzt."
2204
 
2205
  # @ wp-pro-quiz
2206
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
2207
  msgid "Resets user identification for all users."
2208
  msgstr "Setzt die Benutzer-Identifikation für alle Benutzer zurück."
2209
 
2210
  # @ wp-pro-quiz
2211
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
2212
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
2213
  msgid "Show only specific number of questions"
2214
  msgstr "Zeige nur bestimmte Anzahl von Fragen"
2215
 
2216
  # @ wp-pro-quiz
2217
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
2218
  msgid ""
2219
  "If you enable this option, maximum number of displayed questions will be X "
2220
  "from X questions. (The output of questions is random)"
@@ -2223,23 +2230,23 @@ msgstr ""
2223
  "angezeigt. (Die Ausgabe der Fragen erfolgt zufällig)"
2224
 
2225
  # @ wp-pro-quiz
2226
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
2227
  msgid "How many questions should be displayed simultaneously:"
2228
  msgstr "Wie viele Fragen sollen gleichzeitig angezeigt werden:"
2229
 
2230
  # @ wp-pro-quiz
2231
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
2232
  msgid "in percent"
2233
  msgstr "in Prozent"
2234
 
2235
  # @ wp-pro-quiz
2236
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
2237
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
2238
  msgid "Prerequisites"
2239
  msgstr "Voraussetzungen"
2240
 
2241
  # @ wp-pro-quiz
2242
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
2243
  msgid ""
2244
  "If you enable this option, you can choose quiz, which user have to finish "
2245
  "before he can start this quiz."
@@ -2248,7 +2255,7 @@ msgstr ""
2248
  "Benutzer vorher abgeschlossen habe muss, bevor er dieses Quiz starten kann."
2249
 
2250
  # @ wp-pro-quiz
2251
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
2252
  msgid ""
2253
  "In all selected quizzes statistic function have to be active. If it is not "
2254
  "it will be activated automatically."
@@ -2257,24 +2264,24 @@ msgstr ""
2257
  "dies nicht der Fall wird diese automatisch aktiviert."
2258
 
2259
  # @ wp-pro-quiz
2260
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
2261
  msgid "Quiz"
2262
  msgstr "Quiz"
2263
 
2264
  # @ wp-pro-quiz
2265
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
2266
  msgid "Prerequisites (This quiz have to be finished)"
2267
  msgstr "Voraussetzung (Diese Quiz muss vorher abgeschlossen wurden sein.)"
2268
 
2269
  # @ wp-pro-quiz
2270
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
2271
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
2272
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
2273
  msgid "Question overview"
2274
  msgstr "Frage-Übersicht"
2275
 
2276
  # @ wp-pro-quiz
2277
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
2278
  msgid ""
2279
  "Add at the top of the quiz a question overview, which allows easy "
2280
  "navigation. Additional questions can be marked \"to review\"."
@@ -2283,14 +2290,14 @@ msgstr ""
2283
  "erlaubt. Desweitern können Fragen als \"vorgemerkt\" markiert werden."
2284
 
2285
  # @ wp-pro-quiz
2286
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
2287
  msgid "Additional quiz overview will be displayed, before quiz is finished."
2288
  msgstr ""
2289
  "Zusätzlich wird vor dem abschließen des Quiz eine Quiz-Zusammenfassung "
2290
  "angezeigt."
2291
 
2292
  # @ wp-pro-quiz
2293
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
2294
  msgid ""
2295
  "If you enalbe this option, no quiz overview will be displayed, before "
2296
  "finishing quiz."
@@ -2299,7 +2306,7 @@ msgstr ""
2299
  "Zusammenfassung angezeigt."
2300
 
2301
  # @ wp-pro-quiz
2302
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
2303
  msgid ""
2304
  "If you enable this option, user won't be able to skip question. (only in "
2305
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -2310,28 +2317,28 @@ msgstr ""
2310
  "\"Frage-Übersicht\" navigieren."
2311
 
2312
  # @ wp-pro-quiz
2313
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
2314
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
2315
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
2316
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
2317
  msgid "Admin e-mail notification"
2318
  msgstr "Admin E-Mail-Benachrichtigung"
2319
 
2320
  # @ wp-pro-quiz
2321
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
2322
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
2323
  msgid "for registered users only"
2324
  msgstr "Nur bei registrierten Benutzern"
2325
 
2326
  # @ wp-pro-quiz
2327
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
2328
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
2329
  msgid "for all users"
2330
  msgstr "Bei alle Benutzer"
2331
 
2332
  # @ wp-pro-quiz
2333
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
2334
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
2335
  msgid ""
2336
  "If you enable this option, you will be informed if a user completes this "
2337
  "quiz."
@@ -2340,22 +2347,22 @@ msgstr ""
2340
  "dieses Quiz abschließt."
2341
 
2342
  # @ wp-pro-quiz
2343
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
2344
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
2345
  msgid "E-Mail settings can be edited in global settings."
2346
  msgstr ""
2347
  "Die E-Mail-Einstellungen können Sie in den Globalen-Einstellungen vornehmen."
2348
 
2349
  # @ wp-pro-quiz
2350
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
2351
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
2352
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
2353
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
2354
  msgid "User e-mail notification"
2355
  msgstr "Benutzer E-Mail-Benachrichtigung"
2356
 
2357
  # @ wp-pro-quiz
2358
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
2359
  msgid ""
2360
  "If you enable this option, an email is sent with his quiz result to the "
2361
  "user. (only registered users)"
@@ -2364,13 +2371,13 @@ msgstr ""
2364
  "Mail mit seinem Quiz-Ergebnis geschickt. (nur bei registrieren Benutzern)"
2365
 
2366
  # @ wp-pro-quiz
2367
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2368
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2369
  msgid "Autostart"
2370
  msgstr "Autostart"
2371
 
2372
  # @ wp-pro-quiz
2373
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2374
  msgid ""
2375
  "If you enable this option, the quiz will start automatically after the page "
2376
  "is loaded."
@@ -2379,13 +2386,13 @@ msgstr ""
2379
  "Seite geladen wurde."
2380
 
2381
  # @ wp-pro-quiz
2382
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2383
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2384
  msgid "Only registered users are allowed to start the quiz"
2385
  msgstr "Nur registrierte Benutzer dürfen das Quiz starten"
2386
 
2387
  # @ wp-pro-quiz
2388
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2389
  msgid ""
2390
  "If you enable this option, only registered users allowed start the quiz."
2391
  msgstr ""
@@ -2393,22 +2400,22 @@ msgstr ""
2393
  "starten."
2394
 
2395
  # @ wp-pro-quiz
2396
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2397
  msgid "Quiz description"
2398
  msgstr "Quiz Beschreibung"
2399
 
2400
  # @ wp-pro-quiz
2401
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2402
  msgid "This text will be displayed before start of the quiz."
2403
  msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
2404
 
2405
  # @ wp-pro-quiz
2406
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2407
  msgid "Results text"
2408
  msgstr "Ergebnis Text"
2409
 
2410
  # @ wp-pro-quiz
2411
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2412
  msgid ""
2413
  "This text will be displayed at the end of the quiz (in results). (this text "
2414
  "is optional)"
@@ -2417,22 +2424,22 @@ msgstr ""
2417
  "Text ist optional)"
2418
 
2419
  # @ wp-pro-quiz
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2421
  msgid "Activate graduation"
2422
  msgstr "Abstufungen aktivieren"
2423
 
2424
  # @ wp-pro-quiz
2425
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2426
  msgid "Hint:"
2427
  msgstr "Hinweis:"
2428
 
2429
  # @ wp-pro-quiz
2430
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2431
  msgid "Maximal 15 levels"
2432
  msgstr "Maximal 15 Stufen"
2433
 
2434
  # @ wp-pro-quiz
2435
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2436
  #, php-format
2437
  msgid ""
2438
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2442,30 +2449,30 @@ msgstr ""
2442
  "%d Punkte bei %d Fragen)"
2443
 
2444
  # @ wp-pro-quiz
2445
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2446
  msgid "Values can also be mixed up"
2447
  msgstr "Werte können auch durcheinander sein"
2448
 
2449
  # @ wp-pro-quiz
2450
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2451
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2452
  msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
2453
 
2454
  # @ wp-pro-quiz
2455
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2456
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2457
  msgid "from:"
2458
  msgstr "Ab:"
2459
 
2460
  # @ wp-pro-quiz
2461
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2462
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2463
  msgid "percent"
2464
  msgstr "Prozent"
2465
 
2466
  # @ wp-pro-quiz
2467
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2468
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2469
  #, php-format
2470
  msgid ""
2471
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2475,47 +2482,47 @@ msgstr ""
2475
  "span>%% ist)"
2476
 
2477
  # @ wp-pro-quiz
2478
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2479
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2480
  msgid "Delete graduation"
2481
  msgstr "Stufe löschen"
2482
 
2483
  # @ wp-pro-quiz
2484
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2485
  msgid "Add graduation"
2486
  msgstr "Stufe hinzufügen"
2487
 
2488
  # @ wp-pro-quiz
2489
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2490
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2491
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2492
  msgid "Custom fields - Variables"
2493
  msgstr "Benutzerdefinierte Felder - Variablen"
2494
 
2495
  # @ wp-pro-quiz
2496
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2497
  msgid "Result-Options"
2498
  msgstr "Ergebnisoptionen"
2499
 
2500
  # @ wp-pro-quiz
2501
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2502
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2503
  msgid "Show average points"
2504
  msgstr "Durchschnittspunkte anzeigen"
2505
 
2506
  # @ wp-pro-quiz
2507
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2508
  msgid "Statistics-function must be enabled."
2509
  msgstr "Statistik-Funktion muss aktiviert sein."
2510
 
2511
  # @ wp-pro-quiz
2512
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2513
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2514
  msgid "Show category score"
2515
  msgstr "Zeige Kategoriepunkte"
2516
 
2517
  # @ wp-pro-quiz
2518
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2519
  msgid ""
2520
  "If you enable this option, the results of each category is displayed on the "
2521
  "results page."
@@ -2524,13 +2531,13 @@ msgstr ""
2524
  "der einzelnen Kategorien angezeigt."
2525
 
2526
  # @ wp-pro-quiz
2527
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2528
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2529
  msgid "Hide correct questions - display"
2530
  msgstr "Verstecke korrekte Fragen - Anzeige"
2531
 
2532
  # @ wp-pro-quiz
2533
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2534
  msgid ""
2535
  "If you select this option, no longer the number of correctly answered "
2536
  "questions are displayed on the results page."
@@ -2539,13 +2546,13 @@ msgstr ""
2539
  "beantworteten Fragen nicht mehr auf der Ergebnisseite angezeigt."
2540
 
2541
  # @ wp-pro-quiz
2542
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2543
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2544
  msgid "Hide quiz time - display"
2545
  msgstr "Verstecke Quiz-Zeit - Anzeige"
2546
 
2547
  # @ wp-pro-quiz
2548
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2549
  msgid ""
2550
  "If you enable this option, the time for finishing the quiz won't be "
2551
  "displayed on the results page anymore."
@@ -2554,13 +2561,13 @@ msgstr ""
2554
  "Quiz nicht mehr auf der Ergebnisseite angezeigt."
2555
 
2556
  # @ wp-pro-quiz
2557
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2558
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2559
  msgid "Hide score - display"
2560
  msgstr "Verstecke Punkte - Anzeige"
2561
 
2562
  # @ wp-pro-quiz
2563
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2564
  msgid ""
2565
  "If you enable this option, final score won't be displayed on the results "
2566
  "page anymore."
@@ -2569,29 +2576,29 @@ msgstr ""
2569
  "auf der Ergebnisseite angezeigt."
2570
 
2571
  # @ wp-pro-quiz
2572
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2573
  msgid "Question-Options"
2574
  msgstr "Frage-Optionen"
2575
 
2576
  # @ wp-pro-quiz
2577
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2578
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2579
  msgid "Show points"
2580
  msgstr "Punkte anzeigen"
2581
 
2582
  # @ wp-pro-quiz
2583
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2584
  msgid "Shows in quiz, how many points are reachable for respective question."
2585
  msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
2586
 
2587
  # @ wp-pro-quiz
2588
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2589
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2590
  msgid "Number answers"
2591
  msgstr "Antworten nummerieren"
2592
 
2593
  # @ wp-pro-quiz
2594
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2595
  msgid ""
2596
  "If this option is activated, all answers are numbered (only single and "
2597
  "multiple choice)"
@@ -2600,13 +2607,13 @@ msgstr ""
2600
  "bei Single und Multiple Choice)."
2601
 
2602
  # @ wp-pro-quiz
2603
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2604
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2605
  msgid "Hide correct- and incorrect message"
2606
  msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
2607
 
2608
  # @ wp-pro-quiz
2609
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2610
  msgid ""
2611
  "If you enable this option, no correct- or incorrect message will be "
2612
  "displayed."
@@ -2615,13 +2622,13 @@ msgstr ""
2615
  "Nachricht angezeigt."
2616
 
2617
  # @ wp-pro-quiz
2618
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2619
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2620
  msgid "Correct and incorrect answer mark"
2621
  msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
2622
 
2623
  # @ wp-pro-quiz
2624
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2625
  msgid ""
2626
  "If you enable this option, answers won't be color highlighted as correct or "
2627
  "incorrect. "
@@ -2630,20 +2637,20 @@ msgstr ""
2630
  "als korrekt oder inkorrekt gegenzeichnet."
2631
 
2632
  # @ wp-pro-quiz
2633
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2634
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2635
  msgid "Force user to answer each question"
2636
  msgstr "Benutzer zwingen jede Frage zu beantworten"
2637
 
2638
  # @ wp-pro-quiz
2639
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2640
  msgid "If you enable this option, the user is forced to answer each question."
2641
  msgstr ""
2642
  "Wenn Sie diese Option aktivieren, wird der Benutzer gezwungen jede Frage zu "
2643
  "beantworten."
2644
 
2645
  # @ wp-pro-quiz
2646
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2647
  msgid ""
2648
  "If the option \"Question overview\" is activated, this notification will "
2649
  "appear after end of the quiz, otherwise after each question."
@@ -2652,44 +2659,44 @@ msgstr ""
2652
  "Ende des Quiz ansonsten nach jeder Frage."
2653
 
2654
  # @ wp-pro-quiz
2655
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2656
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2657
  msgid "Hide question position overview"
2658
  msgstr "Frage-Positionsübersicht verstecken"
2659
 
2660
  # @ wp-pro-quiz
2661
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2662
  msgid "If you enable this option, the question position overview is hidden."
2663
  msgstr ""
2664
  "Wenn Sie diese Option aktivieren, wird die Frage-Positionsübersicht "
2665
  "versteckt."
2666
 
2667
  # @ wp-pro-quiz
2668
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2669
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2670
  msgid "Hide question numbering"
2671
  msgstr "Frage-Nummerierung verstecken"
2672
 
2673
  # @ wp-pro-quiz
2674
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2675
  msgid "If you enable this option, the question numbering is hidden."
2676
  msgstr ""
2677
  "Wenn Sie diese Option aktivieren, wird die Frage-Nummerierung versteckt."
2678
 
2679
  # @ wp-pro-quiz
2680
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2681
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2682
  msgid "Display category"
2683
  msgstr "Kategorie anzeigen"
2684
 
2685
  # @ wp-pro-quiz
2686
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2687
  msgid "If you enable this option, category will be displayed in the question."
2688
  msgstr ""
2689
  "Wenn Sie diese Option aktivieren, wird die Kategorie in der Frage angezeigt."
2690
 
2691
  # @ wp-pro-quiz
2692
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2693
  msgid ""
2694
  "The leaderboard allows users to enter results in public list and to share "
2695
  "the result this way."
@@ -2698,18 +2705,18 @@ msgstr ""
2698
  "Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
2699
 
2700
  # @ wp-pro-quiz
2701
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2702
  msgid "The leaderboard works independent from internal statistics function."
2703
  msgstr ""
2704
  "Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
2705
 
2706
  # @ wp-pro-quiz
2707
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2708
  msgid "Who can sign up to the list"
2709
  msgstr "Wer darf sich in die Liste eintragen"
2710
 
2711
  # @ wp-pro-quiz
2712
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2713
  msgid ""
2714
  "Not registered users have to enter name and e-mail (e-mail won't be "
2715
  "displayed)"
@@ -2718,12 +2725,12 @@ msgstr ""
2718
  "Mail wird nicht veröffentlicht)"
2719
 
2720
  # @ wp-pro-quiz
2721
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2722
  msgid "insert automatically"
2723
  msgstr "Automatisch einfügen"
2724
 
2725
  # @ wp-pro-quiz
2726
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2727
  msgid ""
2728
  "If you enable this option, logged in users will be automatically entered "
2729
  "into leaderboard"
@@ -2732,12 +2739,12 @@ msgstr ""
2732
  "die Bestenliste eingetragen."
2733
 
2734
  # @ wp-pro-quiz
2735
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2736
  msgid "display captcha"
2737
  msgstr "Captcha einblenden"
2738
 
2739
  # @ wp-pro-quiz
2740
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2741
  msgid ""
2742
  "If you enable this option, additional captcha will be displayed for users "
2743
  "who are not registered."
@@ -2746,102 +2753,102 @@ msgstr ""
2746
  "zusätzlich ein Captcha angezeigt."
2747
 
2748
  # @ wp-pro-quiz
2749
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2750
  msgid "This option requires additional plugin:"
2751
  msgstr "Diese Option benötigt ein zusätzliches Plugin:"
2752
 
2753
  # @ wp-pro-quiz
2754
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2755
  msgid "Plugin has been detected."
2756
  msgstr "Plugin wurde erkannt."
2757
 
2758
  # @ wp-pro-quiz
2759
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2760
  msgid "Plugin is not installed."
2761
  msgstr "Plugin ist nicht installiert."
2762
 
2763
  # @ wp-pro-quiz
2764
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2765
  msgid "Sort list by"
2766
  msgstr "Liste sortieren nach"
2767
 
2768
  # @ wp-pro-quiz
2769
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2770
  msgid "Users can apply multiple times"
2771
  msgstr "Benutzer dürfen sich mehrfach eintragen"
2772
 
2773
  # @ wp-pro-quiz
2774
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2775
  msgid "User can apply after:"
2776
  msgstr "Benutzer darf sich erneut eintragen nach:"
2777
 
2778
  # @ wp-pro-quiz
2779
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2780
  msgid "minute"
2781
  msgstr "Minuten"
2782
 
2783
  # @ wp-pro-quiz
2784
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2785
  msgid "How many entries should be displayed"
2786
  msgstr "Wie viel Einträge sollen angezeigt werden"
2787
 
2788
  # @ wp-pro-quiz
2789
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2790
  msgid "Entries"
2791
  msgstr "Einträge"
2792
 
2793
  # @ wp-pro-quiz
2794
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2795
  msgid "Automatically display leaderboard in quiz result"
2796
  msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
2797
 
2798
  # @ wp-pro-quiz
2799
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2800
  msgid "Where should leaderboard be displayed:"
2801
  msgstr "Wo soll die Bestenliste eingeblendet werden:"
2802
 
2803
  # @ wp-pro-quiz
2804
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2805
  msgid "don't display"
2806
  msgstr "nicht anzeigen"
2807
 
2808
  # @ wp-pro-quiz
2809
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2810
  msgid "below the \"result text\""
2811
  msgstr "unterhalb des \"Ergebnis Text\""
2812
 
2813
  # @ wp-pro-quiz
2814
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2815
  msgid "in a button"
2816
  msgstr "in einem Button"
2817
 
2818
  # @ wp-pro-quiz
2819
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2820
  msgid "Quiz-Mode"
2821
  msgstr "Quiz-Mode"
2822
 
2823
  # @ wp-pro-quiz
2824
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2825
  msgid "Normal"
2826
  msgstr "Normal"
2827
 
2828
  # @ wp-pro-quiz
2829
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2830
  msgid "Normal + Back-Button"
2831
  msgstr "Normal + Zurück Button"
2832
 
2833
  # @ wp-pro-quiz
2834
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2835
  msgid "Check -> continue"
2836
  msgstr "Prüfen -> Weiter"
2837
 
2838
  # @ wp-pro-quiz
2839
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2840
  msgid "Questions below each other"
2841
  msgstr "Fragen untereinander"
2842
 
2843
  # @ wp-pro-quiz
2844
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2845
  msgid ""
2846
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2847
  "displayed at the end of the quiz."
@@ -2850,17 +2857,17 @@ msgstr ""
2850
  "Quiz angezeigt."
2851
 
2852
  # @ wp-pro-quiz
2853
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2854
  msgid "Allows to use the back button in a question."
2855
  msgstr "Ermöglicht das Zurückgehen einer Frage."
2856
 
2857
  # @ wp-pro-quiz
2858
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2859
  msgid "Shows \"right or wrong\" after each question."
2860
  msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
2861
 
2862
  # @ wp-pro-quiz
2863
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2864
  msgid ""
2865
  "If this option is activated, all answers are displayed below each other, i."
2866
  "e. all questions are on a single page."
@@ -2869,26 +2876,26 @@ msgstr ""
2869
  "d.h. alle Fragen stehen auf einer Seite."
2870
 
2871
  # @ wp-pro-quiz
2872
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2873
  msgid "How many questions to be displayed on a page:"
2874
  msgstr "Wie viele Fragen sollen auf einer Seite angezeigt werden:"
2875
 
2876
  # @ wp-pro-quiz
2877
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2878
  msgid "(0 = All on one page)"
2879
  msgstr "(0 = Alles auf einer Seite)"
2880
 
2881
  # @ wp-pro-quiz
2882
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2883
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2884
  #: lib/view/WpProQuiz_View_Statistics.php:41
2885
  #: lib/view/WpProQuiz_View_Statistics.php:364
2886
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2887
  msgid "Custom fields"
2888
  msgstr "Benutzerdefinierte Felder"
2889
 
2890
  # @ wp-pro-quiz
2891
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2892
  msgid ""
2893
  "You can create custom fields, e.g. to request the name or the e-mail address "
2894
  "of the users."
@@ -2897,123 +2904,127 @@ msgstr ""
2897
  "Mail Adresse des Benutzers zu erfragen."
2898
 
2899
  # @ wp-pro-quiz
2900
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2901
  msgid "The statistic function have to be enabled."
2902
  msgstr "Die Statistik-Funktion muss aktiviert sein."
2903
 
2904
  # @ wp-pro-quiz
2905
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2906
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2907
  msgid "Custom fields enable"
2908
  msgstr "Benutzerdefinierte Felder aktivieren"
2909
 
2910
  # @ wp-pro-quiz
2911
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2912
  msgid "If you enable this option, custom fields are enabled."
2913
  msgstr ""
2914
  "Wenn sie diese Option aktivieren, werden die Benutzerdefinierten Felder "
2915
  "aktiviert."
2916
 
2917
  # @ wp-pro-quiz
2918
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2919
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2920
  msgid "Display position"
2921
  msgstr "Anzeige Position"
2922
 
2923
  # @ wp-pro-quiz
2924
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2925
  msgid "Where should the fileds be displayed:"
2926
  msgstr "Wo sollen die Felder angezeigt werden:"
2927
 
2928
  # @ wp-pro-quiz
2929
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2930
  msgid "On the quiz startpage"
2931
  msgstr "Auf der Quiz Startseite"
2932
 
2933
  # @ wp-pro-quiz
2934
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2935
  msgid "At the end of the quiz (before the quiz result)"
2936
  msgstr "Am Ende des Quiz (vor dem Quiz-Ergebnis)"
2937
 
2938
  # @ wp-pro-quiz
2939
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2940
  msgid "Field name"
2941
  msgstr "Feldname"
2942
 
2943
  # @ wp-pro-quiz
2944
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2945
  msgid "Required?"
2946
  msgstr "Erforderlich?"
2947
 
 
 
 
 
2948
  # @ wp-pro-quiz
2949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
2950
  msgid "Text"
2951
  msgstr "Text"
2952
 
2953
  # @ wp-pro-quiz
2954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2955
  msgid "Textarea"
2956
  msgstr "Textarea"
2957
 
2958
  # @ wp-pro-quiz
2959
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2960
  msgid "Checkbox"
2961
  msgstr "Checkbox"
2962
 
2963
  # @ wp-pro-quiz
2964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2965
  msgid "Drop-Down menu"
2966
  msgstr "Drop-Down menü"
2967
 
2968
  # @ wp-pro-quiz
2969
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2970
  msgid "Radio"
2971
  msgstr "Radio"
2972
 
2973
  # @ wp-pro-quiz
2974
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2975
  msgid "Number"
2976
  msgstr "Zahl"
2977
 
2978
  # @ wp-pro-quiz
2979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2980
  msgid "Email"
2981
  msgstr "E-Mail"
2982
 
2983
  # @ wp-pro-quiz
2984
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2985
  msgid "Yes/No"
2986
  msgstr "Ja/Nein"
2987
 
2988
  # @ wp-pro-quiz
2989
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2990
  #: lib/view/WpProQuiz_View_Statistics.php:323
2991
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2992
  msgid "Date"
2993
  msgstr "Datum"
2994
 
2995
  # @ wp-pro-quiz
2996
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2997
  msgid "Edit list"
2998
  msgstr "Liste bearbeiten"
2999
 
3000
  # @ wp-pro-quiz
3001
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
3002
  msgid "One entry per line"
3003
  msgstr "Ein Eintrag pro Zeile"
3004
 
3005
  # @ wp-pro-quiz
3006
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
3007
  msgid "OK"
3008
  msgstr "OK"
3009
 
3010
  # @ wp-pro-quiz
3011
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
3012
  msgid "Add field"
3013
  msgstr "Feld hinzufügen"
3014
 
3015
  # @ wp-pro-quiz
3016
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
3017
  msgid ""
3018
  "If you enable this option, an email is sent with his quiz result to the user."
3019
  msgstr ""
@@ -3021,12 +3032,12 @@ msgstr ""
3021
  "Mail mit seinem Quiz-Ergebnis geschickt."
3022
 
3023
  # @ wp-pro-quiz
3024
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
3025
  msgid "User Email-Address (only registered users)"
3026
  msgstr "Benutzer E-Mail-Adresse (nur registrierte Benutzer)"
3027
 
3028
  # @ wp-pro-quiz
3029
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
3030
  msgid "(Type Email)"
3031
  msgstr "(Type E-Mail)"
3032
 
@@ -3047,59 +3058,59 @@ msgstr ""
3047
  "Wenn das Quiz im Front-End nicht funktioniert, versucht bitte folgendes:"
3048
 
3049
  # @ wp-pro-quiz
3050
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
3051
  msgid "Style Manager"
3052
  msgstr "Style Manager"
3053
 
3054
  # @ wp-pro-quiz
3055
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
3056
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
3057
  msgid "Support WP-Pro-Quiz"
3058
  msgstr "Wp-Pro-Quiz unterstützen"
3059
 
3060
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
3061
  msgid "Learn more"
3062
  msgstr "Erfahren sie mehr"
3063
 
3064
  # @ wp-pro-quiz
3065
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
3066
  msgid "ID"
3067
  msgstr "ID"
3068
 
3069
  # @ wp-pro-quiz
3070
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
3071
  msgid "Shortcode"
3072
  msgstr "Shortcode"
3073
 
3074
  # @ wp-pro-quiz
3075
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
3076
  msgid "Shortcode-Leaderboard"
3077
  msgstr "Shortcode-Bestenliste"
3078
 
3079
  # @ wp-pro-quiz
3080
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
3081
  msgid "Preview"
3082
  msgstr "Vorschau"
3083
 
3084
  # @ wp-pro-quiz
3085
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
3086
  msgid "Add quiz"
3087
  msgstr "Quiz hinzufügen"
3088
 
3089
  # @ wp-pro-quiz
3090
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
3091
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
3092
  msgid "Export"
3093
  msgstr "Export"
3094
 
3095
  # @ wp-pro-quiz
3096
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
3097
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
3098
  msgid "Set Quiz Categories"
3099
  msgstr "Quiz Kategoiren setzen"
3100
 
3101
  # @ wp-pro-quiz
3102
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
3103
  msgid ""
3104
  "Choose the respective question, which you would like to export and press on "
3105
  "\"Start export\""
@@ -3108,44 +3119,44 @@ msgstr ""
3108
  "klicken Sie anschliessen auf \"Export starten\""
3109
 
3110
  # @ default
3111
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
3112
  msgid "Format:"
3113
  msgstr "Format:"
3114
 
3115
  # @ default
3116
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
3117
  msgid "*.wpq"
3118
  msgstr "*.wpq"
3119
 
3120
  # @ default
3121
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
3122
  msgid "or"
3123
  msgstr "oder"
3124
 
3125
  # @ default
3126
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
3127
  msgid "*.xml"
3128
  msgstr "*.xml"
3129
 
3130
  # @ wp-pro-quiz
3131
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
3132
  msgid "Start export"
3133
  msgstr "Export starten"
3134
 
3135
  # @ wp-pro-quiz
3136
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
3137
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
3138
  msgstr ""
3139
  "Importieren sie nur *.wpq oder *.xml Dateien aus bekannten und "
3140
  "vertrauenswürdigen Quellen."
3141
 
3142
  # @ wp-pro-quiz
3143
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
3144
  #, php-format
3145
  msgid "Maximal %d MiB"
3146
  msgstr "Maximal %d MiB"
3147
 
3148
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
3149
  msgid "Sets multiple quiz categories "
3150
  msgstr "Setzt mehrere Quiz-Kategorien"
3151
 
@@ -3202,28 +3213,28 @@ msgstr "Durchschnitt"
3202
  # @ wp-pro-quiz
3203
  #: lib/view/WpProQuiz_View_Statistics.php:108
3204
  #: lib/view/WpProQuiz_View_Statistics.php:243
3205
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
3206
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
3207
  msgid "Hints used"
3208
  msgstr "Tipp benutzt"
3209
 
3210
  # @ wp-pro-quiz
3211
  #: lib/view/WpProQuiz_View_Statistics.php:109
3212
  #: lib/view/WpProQuiz_View_Statistics.php:244
3213
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
3214
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
3215
  msgid "Time"
3216
  msgstr "Zeit"
3217
 
3218
  # @ wp-pro-quiz
3219
  #: lib/view/WpProQuiz_View_Statistics.php:110
3220
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
3221
  msgid "Points scored"
3222
  msgstr "Punkte erzielt"
3223
 
3224
  # @ wp-pro-quiz
3225
  #: lib/view/WpProQuiz_View_Statistics.php:148
3226
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
3227
  msgid "Sub-Total: "
3228
  msgstr "Zwischen-Summe"
3229
 
@@ -3231,7 +3242,7 @@ msgstr "Zwischen-Summe"
3231
  #: lib/view/WpProQuiz_View_Statistics.php:183
3232
  #: lib/view/WpProQuiz_View_Statistics.php:268
3233
  #: lib/view/WpProQuiz_View_Statistics.php:343
3234
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
3235
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
3236
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
3237
  msgid "Refresh"
@@ -3239,7 +3250,7 @@ msgstr "Aktualisieren"
3239
 
3240
  # @ wp-pro-quiz
3241
  #: lib/view/WpProQuiz_View_Statistics.php:187
3242
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
3243
  msgid "Reset statistics"
3244
  msgstr "Statistik zurücksetzen"
3245
 
@@ -3286,21 +3297,33 @@ msgstr "nur registrierte Benutzer"
3286
  msgid "only anonymous users"
3287
  msgstr "nur anonyme Benutzer"
3288
 
 
 
 
 
 
 
 
 
 
 
 
 
3289
  # @ wp-pro-quiz
3290
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
3291
  #, php-format
3292
  msgid "User statistics: %s"
3293
  msgstr "Benutzerstatistik: %s"
3294
 
3295
  # @ wp-pro-quiz
3296
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
3297
- msgid "ticked"
3298
- msgstr "angekreuzt"
 
3299
 
3300
- # @ wp-pro-quiz
3301
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
3302
- msgid "not ticked"
3303
- msgstr "nicht angekreuzt"
3304
 
3305
  # @ wp-pro-quiz
3306
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz v0.28\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-09 10:35+0100\n"
6
+ "PO-Revision-Date: 2014-10-09 10:35+0100\n"
7
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
8
  "Language-Team: Julius Fischer\n"
9
  "Language: de_DE\n"
78
  #: lib/controller/WpProQuiz_Controller_Admin.php:111
79
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
80
  #: lib/view/WpProQuiz_View_QuestionOverall.php:71
81
+ #: lib/view/WpProQuiz_View_QuizOverall.php:141
82
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:41
83
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
84
  msgid "No data available"
85
  msgstr "Keine Daten verfügbar"
86
 
134
  #: lib/controller/WpProQuiz_Controller_Front.php:66
135
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
136
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
137
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
138
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
139
  #: lib/view/WpProQuiz_View_Statistics.php:46
140
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
181
  #: lib/controller/WpProQuiz_Controller_Question.php:540
182
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
183
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
184
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
185
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
186
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
187
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
188
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
189
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
190
  msgid "You do not have sufficient permissions to access this page."
202
 
203
  # @ wp-pro-quiz
204
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
205
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
206
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
207
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
208
  msgid "File cannot be processed"
209
  msgstr "Datei kann nicht verarbeitet werden"
210
 
212
  #: lib/controller/WpProQuiz_Controller_Question.php:9
213
  #: lib/controller/WpProQuiz_Controller_Question.php:19
214
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
216
  msgid "Quiz not found"
217
  msgstr "Quiz nicht gefunden"
218
 
257
  msgstr "Fragen kopiert"
258
 
259
  # @ wp-pro-quiz
260
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
261
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
262
  msgid "Quiz edited"
263
  msgstr "Quiz bearbeitet"
264
 
265
  # @ wp-pro-quiz
266
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
267
  msgid "quiz created"
268
  msgstr "Quiz erstellt"
269
 
270
  # @ wp-pro-quiz
271
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
272
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
273
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
274
  msgid "Quiz title or quiz description are not filled"
275
  msgstr "Quiz Titel oder Quiz Beschreibung nicht ausgefüllt"
276
 
277
  # @ wp-pro-quiz
278
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
279
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
280
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
281
  msgid "Edit quiz"
282
  msgstr "Quiz bearbeiten"
283
 
284
  # @ wp-pro-quiz
285
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
286
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
287
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
288
  msgid "Create quiz"
289
  msgstr "Quiz erstellen"
290
 
291
  # @ wp-pro-quiz
292
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
293
  msgid "Template stored"
294
  msgstr "Vorlage gespeichert"
295
 
296
  # @ wp-pro-quiz
297
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
298
  msgid "Quiz deleted"
299
  msgstr "Quiz gelöscht"
300
 
301
  # @ wp-pro-quiz
302
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
303
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
304
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
305
  msgid "Not categorized"
306
  msgstr "Nicht kategorisiert"
307
 
308
  # @ wp-pro-quiz
309
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
310
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
311
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
312
  msgid "Categories"
313
  msgstr "Kategorien"
314
 
315
  # @ wp-pro-quiz
316
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
317
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
318
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
319
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
320
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
321
  msgid "No category"
322
  msgstr "Keine Kategorie"
323
 
324
  # @ wp-pro-quiz
325
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
326
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
327
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
328
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
329
  msgid "Anonymous"
330
  msgstr "Anonymous"
331
 
332
  # @ wp-pro-quiz
333
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
334
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
335
  msgid "Deleted user"
336
  msgstr "Gelöschter Benutzer"
337
 
371
  msgid "You entered wrong captcha code."
372
  msgstr "Captcha code ist falsch."
373
 
374
+ # @ wp-pro-quiz
375
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
376
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
377
+ msgid "ticked"
378
+ msgstr "angekreuzt"
379
+
380
+ # @ wp-pro-quiz
381
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
382
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
383
+ msgid "not ticked"
384
+ msgstr "nicht angekreuzt"
385
+
386
+ # @ wp-pro-quiz
387
+ # @ default
388
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
389
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
390
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
391
+ msgid "Yes"
392
+ msgstr "Ja"
393
+
394
+ # @ wp-pro-quiz
395
+ # @ default
396
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
397
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
398
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
399
+ msgid "No"
400
+ msgstr "Nein"
401
+
402
  # @ wp-pro-quiz
403
  #: lib/helper/WpProQuiz_Helper_Import.php:9
404
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
406
  msgstr "Datei wurde nicht hochgeladen"
407
 
408
  # @ wp-pro-quiz
409
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
410
  msgid "File have wrong format"
411
  msgstr "Datei hat falsches Format"
412
 
413
  # @ default
414
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
415
  msgid "File is not compatible with the current version"
416
  msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
417
 
487
 
488
  # @ wp-pro-quiz
489
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
490
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
491
  msgid "WP-Pro-Quiz"
492
  msgstr "WP-Pro-Quiz"
493
 
494
  # @ wp-pro-quiz
495
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
496
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
499
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
500
  msgid "Leaderboard"
501
  msgstr "Bestenliste"
502
 
506
  #: lib/view/WpProQuiz_View_Import.php:22
507
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
508
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
510
  #: lib/view/WpProQuiz_View_Statistics.php:29
511
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
512
  #: lib/view/WpProQuiz_View_StyleManager.php:11
531
 
532
  # @ wp-pro-quiz
533
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
535
  msgid "best user"
536
  msgstr "bester Benutzer"
537
 
538
  # @ wp-pro-quiz
539
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
541
  msgid "newest entry"
542
  msgstr "neuester Eintrag"
543
 
544
  # @ wp-pro-quiz
545
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
547
  msgid "oldest entry"
548
  msgstr "Ältester Eintrag"
549
 
559
  # @ wp-pro-quiz
560
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
561
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
563
  msgid "Type"
564
  msgstr "Typ"
565
 
571
  # @ wp-pro-quiz
572
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
573
  #: lib/view/WpProQuiz_View_Statistics.php:239
574
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
575
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
576
  msgid "User"
577
  msgstr "Benutzer"
578
 
579
  # @ wp-pro-quiz
580
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
581
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
582
  msgid "E-Mail"
583
  msgstr "E-Mail"
584
 
590
 
591
  # @ wp-pro-quiz
592
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
593
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
595
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
596
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
597
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
601
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
602
  #: lib/view/WpProQuiz_View_Statistics.php:105
603
  #: lib/view/WpProQuiz_View_Statistics.php:240
604
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
605
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
606
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
607
  msgid "Points"
608
  msgstr "Punkte"
609
 
610
  # @ wp-pro-quiz
611
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
612
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
613
  #: lib/view/WpProQuiz_View_Statistics.php:111
614
  #: lib/view/WpProQuiz_View_Statistics.php:245
615
  #: lib/view/WpProQuiz_View_Statistics.php:324
616
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
617
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
618
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
619
  msgid "Results"
620
  msgstr "Ergebnis"
621
 
626
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
627
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
628
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
629
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
630
  msgid "Edit"
631
  msgstr "Bearbeiten"
632
 
638
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
639
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
640
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
642
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
643
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
644
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
645
  msgid "Delete"
646
  msgstr "Löschen"
647
 
671
  msgstr "Alle Einträge löschen"
672
 
673
  # @ wp-pro-quiz
674
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
675
+ msgid "Start quiz"
676
+ msgstr "Quiz starten"
677
+
678
+ # @ wp-pro-quiz
679
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
680
+ msgid "Restart quiz"
681
+ msgstr "Quiz erneut starten"
682
+
683
+ # @ wp-pro-quiz
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
688
  msgid "Quiz-summary"
689
  msgstr "Quiz-Zusammenfassung"
690
 
691
  # @ wp-pro-quiz
692
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
693
  msgid "Finish quiz"
694
  msgstr "Quiz abschließen"
695
 
696
  # @ wp-pro-quiz
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
698
+ msgid "Quiz is loading..."
699
+ msgstr "Quiz wird geladen..."
700
+
701
+ # @ wp-pro-quiz
702
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
703
+ msgid ""
704
+ "You have already completed the quiz before. Hence you can not start it again."
705
+ msgstr ""
706
+ "Sie haben das Quiz schon einmal absolviert. Daher können sie es nicht erneut "
707
+ "starten."
708
+
709
+ # @ wp-pro-quiz
710
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
711
+ msgid "You must sign in or sign up to start the quiz."
712
+ msgstr "Sie müssen sich einloggen oder registrieren um das Quiz zu starten."
713
+
714
+ # @ wp-pro-quiz
715
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
716
+ msgid "You have to finish following quiz, to start this quiz:"
717
+ msgstr ""
718
+ "Sie müssen erst folgende Quiz beenden um dieses Quiz starten zu können:"
719
+
720
+ # @ wp-pro-quiz
721
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
722
  msgid "Your result has been entered into leaderboard"
723
  msgstr "Dein Ergebnis wurde in die Bestenliste eingetragen"
724
 
725
  # @ wp-pro-quiz
726
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
727
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
728
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
729
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
730
  msgid "Name"
731
  msgstr "Name"
732
 
733
  # @ wp-pro-quiz
734
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
735
  msgid "Captcha"
736
  msgstr "Captcha"
737
 
738
  # @ wp-pro-quiz
739
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
740
  msgid "Send"
741
  msgstr "Abschicken"
742
 
743
  # @ wp-pro-quiz
744
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
745
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
746
  msgid "You must fill out this field."
747
  msgstr "Sie müssen dieses Feld ausfüllen."
748
 
749
  # @ wp-pro-quiz
750
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
751
  msgid "You must specify a number."
752
  msgstr "Sie müssen eine Zahl angeben."
753
 
754
  # @ wp-pro-quiz
755
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
756
  msgid "You must specify a text."
757
  msgstr "Sie müssen eine Text angeben."
758
 
759
  # @ wp-pro-quiz
760
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
761
  msgid "You must specify an email address."
762
  msgstr "Sie müssen eine E-Mail Adresse angeben."
763
 
764
  # @ wp-pro-quiz
765
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
766
  msgid "You must specify a date."
767
  msgstr "Sie müssen ein Datum angeben."
768
 
769
  # @ wp-pro-quiz
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
771
  #, php-format
772
  msgid "%s of %s questions completed"
773
  msgstr "%s von %s Fragen beantwortet"
774
 
775
  # @ wp-pro-quiz
776
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
777
  #: lib/view/WpProQuiz_View_Import.php:44
778
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
779
  msgid "Questions"
780
  msgstr "Fragen"
781
 
782
  # @ wp-pro-quiz
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
784
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
785
  msgid "Information"
786
  msgstr "Informationen"
787
 
788
  # @ wp-pro-quiz
789
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
 
792
  msgid "Time limit"
793
  msgstr "Zeitlimit"
794
 
795
  # @ wp-pro-quiz
796
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
797
  msgid "Answered"
798
  msgstr "Beantwortet"
799
 
800
  # @ wp-pro-quiz
801
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
802
  msgid "Review"
803
  msgstr "Vorgemerkt"
804
 
805
  # @ wp-pro-quiz
806
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
807
  msgid "Review question"
808
  msgstr "Frage vormerken"
809
 
810
  # @ wp-pro-quiz
811
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
812
  #, php-format
813
  msgid "%s of %s questions answered correctly"
814
  msgstr "%s von %s Frage korrekt beantwortet"
815
 
816
  # @ wp-pro-quiz
817
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
818
  msgid "Your time: <span></span>"
819
  msgstr "Ihre Zeit: <span></span>"
820
 
821
  # @ wp-pro-quiz
822
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
823
  msgid "Time has elapsed"
824
  msgstr "Zeit ist abgelaufen"
825
 
826
  # @ wp-pro-quiz
827
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
828
  #, php-format
829
  msgid "You have reached %s of %s points, (%s)"
830
  msgstr "Sie haben %s von %s Punkten erreicht (%s)"
831
 
832
  # @ wp-pro-quiz
833
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
834
  msgid "Average score"
835
  msgstr "Ø Punkte"
836
 
837
  # @ wp-pro-quiz
838
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
839
  msgid "Your score"
840
  msgstr "Deine Punkte"
841
 
842
  # @ wp-pro-quiz
843
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
 
844
  msgid "View questions"
845
  msgstr "Fragen ansehen"
846
 
847
  # @ wp-pro-quiz
848
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
849
  msgid "Show leaderboard"
850
  msgstr "Zeige Bestenliste"
851
 
852
  # @ wp-pro-quiz
853
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
854
  #, php-format
855
  msgid "Question %s of %s"
856
  msgstr "Frage %s von %s"
857
 
858
  # @ wp-pro-quiz
859
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
860
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
861
  #: lib/view/WpProQuiz_View_Statistics.php:104
862
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
863
  msgid "Question"
864
  msgstr "Frage"
865
 
866
  # @ wp-pro-quiz
867
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
868
  #, php-format
869
  msgid "%d points"
870
  msgstr "%d Punkte"
871
 
872
  # @ wp-pro-quiz
873
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
874
  #, php-format
875
  msgid "Category: %s"
876
  msgstr "Kategorie: %s"
877
 
878
  # @ wp-pro-quiz
879
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
880
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
881
  msgid "Sort elements"
882
  msgstr "Sortierelemente"
883
 
884
  # @ wp-pro-quiz
885
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
886
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
887
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
888
  #: lib/view/WpProQuiz_View_Statistics.php:106
889
  #: lib/view/WpProQuiz_View_Statistics.php:241
890
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
891
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
892
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
893
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
894
  msgid "Correct"
895
  msgstr "Korrekt"
896
 
897
  # @ wp-pro-quiz
898
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
899
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
900
  #: lib/view/WpProQuiz_View_Statistics.php:107
901
  #: lib/view/WpProQuiz_View_Statistics.php:242
902
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
903
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
904
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
905
  msgid "Incorrect"
906
  msgstr "Inkorrekt"
907
 
908
  # @ wp-pro-quiz
909
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
910
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
911
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
912
  msgid "Hint"
913
  msgstr "Tipp"
914
 
915
  # @ wp-pro-quiz
916
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
919
  msgid "Skip question"
920
  msgstr "Frage überspringen"
921
 
922
  # @ wp-pro-quiz
923
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
924
  msgid "Back"
925
  msgstr "Zurück"
926
 
927
  # @ wp-pro-quiz
928
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
929
  msgid "Check"
930
  msgstr "Prüfen"
931
 
932
  # @ wp-pro-quiz
933
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
934
  msgid "Next"
935
  msgstr "Weiter"
936
 
937
  # @ wp-pro-quiz
938
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
939
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
940
  #, php-format
941
  msgid "Page %d"
942
  msgstr "Seite %d"
943
 
 
 
 
 
 
944
  # @ wp-pro-quiz
945
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
946
  #, php-format
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
967
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
968
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
969
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
970
  msgid "Global settings"
971
  msgstr "Globale Einstellungen"
972
 
979
  # @ wp-pro-quiz
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
981
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
983
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
984
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
985
  msgid "Save"
986
  msgstr "Speichern"
1045
  # @ wp-pro-quiz
1046
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
1047
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
1048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
1049
  msgid "Admin e-mail settings"
1050
  msgstr "Admin E-mail settings"
1051
 
1052
  # @ wp-pro-quiz
1053
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
1054
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
1055
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
1056
  msgid "To:"
1057
  msgstr "An:"
1058
 
1059
  # @ wp-pro-quiz
1060
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
1061
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
1062
  msgid ""
1063
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
1064
  "com"
1068
  # @ wp-pro-quiz
1069
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
1070
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
1071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
1072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
1073
  msgid "From:"
1074
  msgstr "Absender:"
1075
 
1076
  # @ wp-pro-quiz
1077
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
1078
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
1079
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
1080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
1081
  msgid "Subject:"
1082
  msgstr "Betreff:"
1083
 
1084
  # @ wp-pro-quiz
1085
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
1086
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
1087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
1088
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
1089
  msgid "HTML"
1090
  msgstr "HTML"
1091
 
1095
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
1096
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
1097
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
1098
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
1099
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
1100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
1101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
1102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
1103
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
1104
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
1105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
1106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
1107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
1108
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
1109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
1110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
1111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
1112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
1113
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
1114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
1115
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
1116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
1117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
1118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
1120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
1122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
1126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
1128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
1130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
1131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
1132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
1134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
1135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
1136
  msgid "Activate"
1137
  msgstr "Aktivieren"
1138
 
1139
  # @ wp-pro-quiz
1140
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
1141
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
1142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
1143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
1144
  msgid "Message body:"
1145
  msgstr "Nachricht:"
1146
 
1147
  # @ wp-pro-quiz
1148
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
1149
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
1150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
1151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1152
  msgid "Allowed variables"
1153
  msgstr "Erlaubte Variablen"
1154
 
1155
  # @ wp-pro-quiz
1156
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
1157
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
1158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
1159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
1160
  msgid "User-ID"
1161
  msgstr "Benutzer-ID"
1162
 
1163
  # @ wp-pro-quiz
1164
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
1165
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
1166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
1167
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
1168
  #: lib/view/WpProQuiz_View_Statistics.php:322
1169
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
1170
  msgid "Username"
1173
  # @ wp-pro-quiz
1174
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
1175
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
1176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
1177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
1178
  msgid "Quiz-Name"
1179
  msgstr "Quiz-Name"
1180
 
1181
  # @ wp-pro-quiz
1182
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1183
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1186
  msgid "Result in precent"
1187
  msgstr "Ergebnis in Prozent"
1188
 
1189
  # @ wp-pro-quiz
1190
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1191
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1194
  msgid "Reached points"
1195
  msgstr "Erreichte Punktzahl"
1196
 
1197
  # @ wp-pro-quiz
1198
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1199
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1202
  msgid "IP-address of the user"
1203
  msgstr "IP-Adresse des Benutzers"
1204
 
1205
  # @ wp-pro-quiz
1206
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1207
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1210
  msgid "Category-Overview"
1211
  msgstr "Kategorie-Übersicht"
1212
 
1213
  # @ wp-pro-quiz
1214
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1215
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1217
  msgid "User e-mail settings"
1218
  msgstr "Benutzer E-Mail Einstellungen"
1219
 
1320
 
1321
  # @ wp-pro-quiz
1322
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1325
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1326
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1327
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1328
  msgid "Deactivate"
1329
  msgstr "Deaktivieren"
1330
 
1378
 
1379
  # @ wp-pro-quiz
1380
  #: lib/view/WpProQuiz_View_Import.php:21
1381
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1382
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1383
  msgid "Import"
1384
  msgstr "Import"
1385
 
1405
 
1406
  # @ wp-pro-quiz
1407
  #: lib/view/WpProQuiz_View_Import.php:69
1408
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1409
  msgid "Start import"
1410
  msgstr "Import starten"
1411
 
1414
  msgstr "WP-Pro-Quiz spezial Anpassung"
1415
 
1416
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1417
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1418
  msgid "You need special WP-Pro-Quiz modification for your website?"
1419
  msgstr "Sie brauchen eine speziale WP-Pro-Quiz Anpassung für Ihre Seite?"
1420
 
1486
 
1487
  # @ wp-pro-quiz
1488
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1490
  msgid "load template"
1491
  msgstr "Vorlage laden"
1492
 
1501
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1502
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1507
  msgid "(optional)"
1508
  msgstr "(Optional)"
1509
 
1520
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1521
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1522
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1523
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1526
  msgid "(required)"
1527
  msgstr "(Pflichtfeld)"
1528
 
1560
  # @ wp-pro-quiz
1561
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1562
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1564
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1565
  #: lib/view/WpProQuiz_View_Statistics.php:124
1566
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1567
  msgid "Category"
1568
  msgstr "Kategorie"
1569
 
1578
 
1579
  # @ wp-pro-quiz
1580
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1582
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1583
  msgid "You can manage categories in global settings."
1584
  msgstr "Die Kategorien können sie in den Globalen-Einstellungen verwalten."
1585
 
1586
  # @ wp-pro-quiz
1587
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1588
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1591
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1592
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1593
  msgid "Create new category"
1594
  msgstr "Neue Kategorie anlegen"
1595
 
1596
  # @ wp-pro-quiz
1597
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1599
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1600
  msgid "Create"
1601
  msgstr "Anlegen"
1602
 
1754
 
1755
  # @ wp-pro-quiz
1756
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1758
  msgid "template name"
1759
  msgstr "Vorlagename"
1760
 
1761
  # @ wp-pro-quiz
1762
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1764
  msgid "Create new template"
1765
  msgstr "neue Vorlage erstellen"
1766
 
1767
  # @ wp-pro-quiz
1768
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1770
  msgid "Save as template"
1771
  msgstr "Als Vorlage speichern"
1772
 
1774
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1775
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1776
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1778
  msgid "Options"
1779
  msgstr "Optionen"
1780
 
1811
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1812
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1813
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1815
  msgid "Move"
1816
  msgstr "Verschieben"
1817
 
1900
  # @ wp-pro-quiz
1901
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1902
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1903
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1905
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1906
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1910
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1926
  msgid "Demo"
1927
  msgstr "Demo"
1928
 
1990
  # @ wp-pro-quiz
1991
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1992
  #: lib/view/WpProQuiz_View_Statistics.php:169
1993
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1994
  msgid "Total"
1995
  msgstr "Summe"
1996
 
2025
  msgstr "Fragen kopieren"
2026
 
2027
  # @ wp-pro-quiz
2028
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
2029
  msgid "Quiz title"
2030
  msgstr "Quiz Titel"
2031
 
2032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
2033
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
2034
  msgid "You can assign classify category for a quiz."
2035
  msgstr "Sie können Quiz in eine Kategorie einordnen."
2036
 
2037
  # @ wp-pro-quiz
2038
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
2039
  msgid "Hide quiz title"
2040
  msgstr "Quiz Titel verstecken"
2041
 
2042
  # @ wp-pro-quiz
2043
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
2044
  msgid "Hide title"
2045
  msgstr "Titel verstecken"
2046
 
2047
  # @ wp-pro-quiz
2048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
2049
  msgid "The title serves as quiz heading."
2050
  msgstr "Der Titel dient als Quiz Überschrift."
2051
 
2052
  # @ wp-pro-quiz
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
2054
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
2055
  msgid "Hide \"Restart quiz\" button"
2056
  msgstr "Button \"Quiz erneut starten\" verstecken"
2057
 
2058
  # @ wp-pro-quiz
2059
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
2060
  msgid "Hide the \"Restart quiz\" button in the Frontend."
2061
  msgstr "Versteckt den Button \"Quiz erneut starten\" im Frontend."
2062
 
2063
  # @ wp-pro-quiz
2064
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
2065
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
2066
  msgid "Hide \"View question\" button"
2067
  msgstr "Button \"Fragen ansehen\" verstecken"
2068
 
2069
  # @ wp-pro-quiz
2070
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
2071
  msgid "Hide the \"View question\" button in the Frontend."
2072
  msgstr "Versteckt den Button \"Fragen ansehen\" im Frontend."
2073
 
2074
  # @ wp-pro-quiz
2075
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
2076
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
2077
  msgid "Display question randomly"
2078
  msgstr "Fragen zufällig ausgeben"
2079
 
2080
  # @ wp-pro-quiz
2081
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
2083
  msgid "Display answers randomly"
2084
  msgstr "Antworten zufällig ausgeben"
2085
 
2086
  # @ wp-pro-quiz
2087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
2088
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
2089
  msgid "Sort questions by category"
2090
  msgstr "Fragen nach Kategorie sortieren"
2091
 
2092
  # @ wp-pro-quiz
2093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
2094
  msgid ""
2095
  "Also works in conjunction with the \"display randomly question\" option."
2096
  msgstr ""
2097
  "Funktioniert auch in Verbindung mit der Option \"Fragen zufällig ausgeben\""
2098
 
2099
  # @ wp-pro-quiz
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
2101
  msgid "Seconds"
2102
  msgstr "Sekunden"
2103
 
2104
  # @ wp-pro-quiz
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
2106
  msgid "0 = no limit"
2107
  msgstr "0 = Kein Limit"
2108
 
2109
  # @ wp-pro-quiz
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
2112
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
2113
  msgid "Statistics"
2114
  msgstr "Statistik"
2115
 
2116
  # @ wp-pro-quiz
2117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
2118
  msgid ""
2119
  "Statistics about right or wrong answers. Statistics will be saved by "
2120
  "completed quiz, not after every question. The statistics is only visible "
2125
  "Statistik ist nur über das Adminmenü einsehbar (interne Statistik)"
2126
 
2127
  # @ wp-pro-quiz
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
2130
  msgid "Statistics IP-lock"
2131
  msgstr "Statistik IP-Sperre"
2132
 
2133
  # @ wp-pro-quiz
2134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
2135
  msgid "in minutes (recommended 1440 minutes = 1 day)"
2136
  msgstr "in Minuten (Empfohlen: 1440 Minuten = 1 Tag)"
2137
 
2138
  # @ wp-pro-quiz
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
2140
  msgid ""
2141
  "Protect the statistics from spam. Result will only be saved every X minutes "
2142
  "from same IP. (0 = deactivated)"
2145
  "gleichen IP gespeichert. (0 = Deaktiviert)"
2146
 
2147
  # @ wp-pro-quiz
 
2148
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
2149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
2150
  msgid "Execute quiz only once"
2151
  msgstr "Quiz nur einmal ausführen"
2152
 
2153
  # @ wp-pro-quiz
2154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
2155
  msgid ""
2156
  "If you activate this option, the user can complete the quiz only once. "
2157
  "Afterwards the quiz is blocked for this user."
2160
  "absolvieren, danach wird das Quiz für diesen Benutzer gesperrt."
2161
 
2162
  # @ wp-pro-quiz
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
2164
  msgid "This option applies to:"
2165
  msgstr "Diese Option gilt für:"
2166
 
2167
  # @ wp-pro-quiz
2168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
2169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
2170
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
2171
  msgid "all users"
2172
  msgstr "Alle Benutzer"
2173
 
2174
  # @ wp-pro-quiz
2175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
2177
  msgid "registered useres only"
2178
  msgstr "nur registriere Benutzer"
2179
 
2180
  # @ wp-pro-quiz
2181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
2182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
2183
  msgid "anonymous users only"
2184
  msgstr "nur anonyme Benutzer"
2185
 
2186
  # @ wp-pro-quiz
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
2188
  msgid "user identification by cookie"
2189
  msgstr "Benutzer-Identifikation über Cookie"
2190
 
2191
  # @ wp-pro-quiz
2192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
2193
  msgid ""
2194
  "If you activate this option, a cookie is set additionally for unregistrated "
2195
  "(anonymous) users. This ensures a longer assignment of the user than the "
2200
  "Benutzers als nur über die IP-Adresse."
2201
 
2202
  # @ wp-pro-quiz
2203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
2204
  msgid "Reset the user identification"
2205
  msgstr "Benutzer-Identifikation zurücksetzten"
2206
 
2207
  # @ default
2208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
2209
  msgid "User identification has been reset."
2210
  msgstr "Benutzer-Identifikation wurde zurückgesetzt."
2211
 
2212
  # @ wp-pro-quiz
2213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
2214
  msgid "Resets user identification for all users."
2215
  msgstr "Setzt die Benutzer-Identifikation für alle Benutzer zurück."
2216
 
2217
  # @ wp-pro-quiz
2218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
2219
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
2220
  msgid "Show only specific number of questions"
2221
  msgstr "Zeige nur bestimmte Anzahl von Fragen"
2222
 
2223
  # @ wp-pro-quiz
2224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
2225
  msgid ""
2226
  "If you enable this option, maximum number of displayed questions will be X "
2227
  "from X questions. (The output of questions is random)"
2230
  "angezeigt. (Die Ausgabe der Fragen erfolgt zufällig)"
2231
 
2232
  # @ wp-pro-quiz
2233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
2234
  msgid "How many questions should be displayed simultaneously:"
2235
  msgstr "Wie viele Fragen sollen gleichzeitig angezeigt werden:"
2236
 
2237
  # @ wp-pro-quiz
2238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
2239
  msgid "in percent"
2240
  msgstr "in Prozent"
2241
 
2242
  # @ wp-pro-quiz
2243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
2244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
2245
  msgid "Prerequisites"
2246
  msgstr "Voraussetzungen"
2247
 
2248
  # @ wp-pro-quiz
2249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
2250
  msgid ""
2251
  "If you enable this option, you can choose quiz, which user have to finish "
2252
  "before he can start this quiz."
2255
  "Benutzer vorher abgeschlossen habe muss, bevor er dieses Quiz starten kann."
2256
 
2257
  # @ wp-pro-quiz
2258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
2259
  msgid ""
2260
  "In all selected quizzes statistic function have to be active. If it is not "
2261
  "it will be activated automatically."
2264
  "dies nicht der Fall wird diese automatisch aktiviert."
2265
 
2266
  # @ wp-pro-quiz
2267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
2268
  msgid "Quiz"
2269
  msgstr "Quiz"
2270
 
2271
  # @ wp-pro-quiz
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
2273
  msgid "Prerequisites (This quiz have to be finished)"
2274
  msgstr "Voraussetzung (Diese Quiz muss vorher abgeschlossen wurden sein.)"
2275
 
2276
  # @ wp-pro-quiz
2277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
2278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
2279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
2280
  msgid "Question overview"
2281
  msgstr "Frage-Übersicht"
2282
 
2283
  # @ wp-pro-quiz
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
2285
  msgid ""
2286
  "Add at the top of the quiz a question overview, which allows easy "
2287
  "navigation. Additional questions can be marked \"to review\"."
2290
  "erlaubt. Desweitern können Fragen als \"vorgemerkt\" markiert werden."
2291
 
2292
  # @ wp-pro-quiz
2293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
2294
  msgid "Additional quiz overview will be displayed, before quiz is finished."
2295
  msgstr ""
2296
  "Zusätzlich wird vor dem abschließen des Quiz eine Quiz-Zusammenfassung "
2297
  "angezeigt."
2298
 
2299
  # @ wp-pro-quiz
2300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
2301
  msgid ""
2302
  "If you enalbe this option, no quiz overview will be displayed, before "
2303
  "finishing quiz."
2306
  "Zusammenfassung angezeigt."
2307
 
2308
  # @ wp-pro-quiz
2309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
2310
  msgid ""
2311
  "If you enable this option, user won't be able to skip question. (only in "
2312
  "\"Overview -> next\" mode). User still will be able to navigate over "
2317
  "\"Frage-Übersicht\" navigieren."
2318
 
2319
  # @ wp-pro-quiz
2320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
2321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
2322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
2323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
2324
  msgid "Admin e-mail notification"
2325
  msgstr "Admin E-Mail-Benachrichtigung"
2326
 
2327
  # @ wp-pro-quiz
2328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
2329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
2330
  msgid "for registered users only"
2331
  msgstr "Nur bei registrierten Benutzern"
2332
 
2333
  # @ wp-pro-quiz
2334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
2335
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
2336
  msgid "for all users"
2337
  msgstr "Bei alle Benutzer"
2338
 
2339
  # @ wp-pro-quiz
2340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
2341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
2342
  msgid ""
2343
  "If you enable this option, you will be informed if a user completes this "
2344
  "quiz."
2347
  "dieses Quiz abschließt."
2348
 
2349
  # @ wp-pro-quiz
2350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
2351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
2352
  msgid "E-Mail settings can be edited in global settings."
2353
  msgstr ""
2354
  "Die E-Mail-Einstellungen können Sie in den Globalen-Einstellungen vornehmen."
2355
 
2356
  # @ wp-pro-quiz
2357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
2358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
2359
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
2360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
2361
  msgid "User e-mail notification"
2362
  msgstr "Benutzer E-Mail-Benachrichtigung"
2363
 
2364
  # @ wp-pro-quiz
2365
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2366
  msgid ""
2367
  "If you enable this option, an email is sent with his quiz result to the "
2368
  "user. (only registered users)"
2371
  "Mail mit seinem Quiz-Ergebnis geschickt. (nur bei registrieren Benutzern)"
2372
 
2373
  # @ wp-pro-quiz
2374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2375
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2376
  msgid "Autostart"
2377
  msgstr "Autostart"
2378
 
2379
  # @ wp-pro-quiz
2380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2381
  msgid ""
2382
  "If you enable this option, the quiz will start automatically after the page "
2383
  "is loaded."
2386
  "Seite geladen wurde."
2387
 
2388
  # @ wp-pro-quiz
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2391
  msgid "Only registered users are allowed to start the quiz"
2392
  msgstr "Nur registrierte Benutzer dürfen das Quiz starten"
2393
 
2394
  # @ wp-pro-quiz
2395
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2396
  msgid ""
2397
  "If you enable this option, only registered users allowed start the quiz."
2398
  msgstr ""
2400
  "starten."
2401
 
2402
  # @ wp-pro-quiz
2403
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2404
  msgid "Quiz description"
2405
  msgstr "Quiz Beschreibung"
2406
 
2407
  # @ wp-pro-quiz
2408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2409
  msgid "This text will be displayed before start of the quiz."
2410
  msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
2411
 
2412
  # @ wp-pro-quiz
2413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2414
  msgid "Results text"
2415
  msgstr "Ergebnis Text"
2416
 
2417
  # @ wp-pro-quiz
2418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2419
  msgid ""
2420
  "This text will be displayed at the end of the quiz (in results). (this text "
2421
  "is optional)"
2424
  "Text ist optional)"
2425
 
2426
  # @ wp-pro-quiz
2427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2428
  msgid "Activate graduation"
2429
  msgstr "Abstufungen aktivieren"
2430
 
2431
  # @ wp-pro-quiz
2432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2433
  msgid "Hint:"
2434
  msgstr "Hinweis:"
2435
 
2436
  # @ wp-pro-quiz
2437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2438
  msgid "Maximal 15 levels"
2439
  msgstr "Maximal 15 Stufen"
2440
 
2441
  # @ wp-pro-quiz
2442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2443
  #, php-format
2444
  msgid ""
2445
  "Percentages refer to the total score of the quiz. (Current total %d points "
2449
  "%d Punkte bei %d Fragen)"
2450
 
2451
  # @ wp-pro-quiz
2452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2453
  msgid "Values can also be mixed up"
2454
  msgstr "Werte können auch durcheinander sein"
2455
 
2456
  # @ wp-pro-quiz
2457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2458
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2459
  msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
2460
 
2461
  # @ wp-pro-quiz
2462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2464
  msgid "from:"
2465
  msgstr "Ab:"
2466
 
2467
  # @ wp-pro-quiz
2468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2470
  msgid "percent"
2471
  msgstr "Prozent"
2472
 
2473
  # @ wp-pro-quiz
2474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2476
  #, php-format
2477
  msgid ""
2478
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2482
  "span>%% ist)"
2483
 
2484
  # @ wp-pro-quiz
2485
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2487
  msgid "Delete graduation"
2488
  msgstr "Stufe löschen"
2489
 
2490
  # @ wp-pro-quiz
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2492
  msgid "Add graduation"
2493
  msgstr "Stufe hinzufügen"
2494
 
2495
  # @ wp-pro-quiz
2496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2499
  msgid "Custom fields - Variables"
2500
  msgstr "Benutzerdefinierte Felder - Variablen"
2501
 
2502
  # @ wp-pro-quiz
2503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2504
  msgid "Result-Options"
2505
  msgstr "Ergebnisoptionen"
2506
 
2507
  # @ wp-pro-quiz
2508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2509
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2510
  msgid "Show average points"
2511
  msgstr "Durchschnittspunkte anzeigen"
2512
 
2513
  # @ wp-pro-quiz
2514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2515
  msgid "Statistics-function must be enabled."
2516
  msgstr "Statistik-Funktion muss aktiviert sein."
2517
 
2518
  # @ wp-pro-quiz
2519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2520
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2521
  msgid "Show category score"
2522
  msgstr "Zeige Kategoriepunkte"
2523
 
2524
  # @ wp-pro-quiz
2525
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2526
  msgid ""
2527
  "If you enable this option, the results of each category is displayed on the "
2528
  "results page."
2531
  "der einzelnen Kategorien angezeigt."
2532
 
2533
  # @ wp-pro-quiz
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2535
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2536
  msgid "Hide correct questions - display"
2537
  msgstr "Verstecke korrekte Fragen - Anzeige"
2538
 
2539
  # @ wp-pro-quiz
2540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2541
  msgid ""
2542
  "If you select this option, no longer the number of correctly answered "
2543
  "questions are displayed on the results page."
2546
  "beantworteten Fragen nicht mehr auf der Ergebnisseite angezeigt."
2547
 
2548
  # @ wp-pro-quiz
2549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2551
  msgid "Hide quiz time - display"
2552
  msgstr "Verstecke Quiz-Zeit - Anzeige"
2553
 
2554
  # @ wp-pro-quiz
2555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2556
  msgid ""
2557
  "If you enable this option, the time for finishing the quiz won't be "
2558
  "displayed on the results page anymore."
2561
  "Quiz nicht mehr auf der Ergebnisseite angezeigt."
2562
 
2563
  # @ wp-pro-quiz
2564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2566
  msgid "Hide score - display"
2567
  msgstr "Verstecke Punkte - Anzeige"
2568
 
2569
  # @ wp-pro-quiz
2570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2571
  msgid ""
2572
  "If you enable this option, final score won't be displayed on the results "
2573
  "page anymore."
2576
  "auf der Ergebnisseite angezeigt."
2577
 
2578
  # @ wp-pro-quiz
2579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2580
  msgid "Question-Options"
2581
  msgstr "Frage-Optionen"
2582
 
2583
  # @ wp-pro-quiz
2584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2586
  msgid "Show points"
2587
  msgstr "Punkte anzeigen"
2588
 
2589
  # @ wp-pro-quiz
2590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2591
  msgid "Shows in quiz, how many points are reachable for respective question."
2592
  msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
2593
 
2594
  # @ wp-pro-quiz
2595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2597
  msgid "Number answers"
2598
  msgstr "Antworten nummerieren"
2599
 
2600
  # @ wp-pro-quiz
2601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2602
  msgid ""
2603
  "If this option is activated, all answers are numbered (only single and "
2604
  "multiple choice)"
2607
  "bei Single und Multiple Choice)."
2608
 
2609
  # @ wp-pro-quiz
2610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2612
  msgid "Hide correct- and incorrect message"
2613
  msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
2614
 
2615
  # @ wp-pro-quiz
2616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2617
  msgid ""
2618
  "If you enable this option, no correct- or incorrect message will be "
2619
  "displayed."
2622
  "Nachricht angezeigt."
2623
 
2624
  # @ wp-pro-quiz
2625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2627
  msgid "Correct and incorrect answer mark"
2628
  msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
2629
 
2630
  # @ wp-pro-quiz
2631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2632
  msgid ""
2633
  "If you enable this option, answers won't be color highlighted as correct or "
2634
  "incorrect. "
2637
  "als korrekt oder inkorrekt gegenzeichnet."
2638
 
2639
  # @ wp-pro-quiz
2640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2642
  msgid "Force user to answer each question"
2643
  msgstr "Benutzer zwingen jede Frage zu beantworten"
2644
 
2645
  # @ wp-pro-quiz
2646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2647
  msgid "If you enable this option, the user is forced to answer each question."
2648
  msgstr ""
2649
  "Wenn Sie diese Option aktivieren, wird der Benutzer gezwungen jede Frage zu "
2650
  "beantworten."
2651
 
2652
  # @ wp-pro-quiz
2653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2654
  msgid ""
2655
  "If the option \"Question overview\" is activated, this notification will "
2656
  "appear after end of the quiz, otherwise after each question."
2659
  "Ende des Quiz ansonsten nach jeder Frage."
2660
 
2661
  # @ wp-pro-quiz
2662
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2663
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2664
  msgid "Hide question position overview"
2665
  msgstr "Frage-Positionsübersicht verstecken"
2666
 
2667
  # @ wp-pro-quiz
2668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2669
  msgid "If you enable this option, the question position overview is hidden."
2670
  msgstr ""
2671
  "Wenn Sie diese Option aktivieren, wird die Frage-Positionsübersicht "
2672
  "versteckt."
2673
 
2674
  # @ wp-pro-quiz
2675
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2676
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2677
  msgid "Hide question numbering"
2678
  msgstr "Frage-Nummerierung verstecken"
2679
 
2680
  # @ wp-pro-quiz
2681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2682
  msgid "If you enable this option, the question numbering is hidden."
2683
  msgstr ""
2684
  "Wenn Sie diese Option aktivieren, wird die Frage-Nummerierung versteckt."
2685
 
2686
  # @ wp-pro-quiz
2687
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2688
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2689
  msgid "Display category"
2690
  msgstr "Kategorie anzeigen"
2691
 
2692
  # @ wp-pro-quiz
2693
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2694
  msgid "If you enable this option, category will be displayed in the question."
2695
  msgstr ""
2696
  "Wenn Sie diese Option aktivieren, wird die Kategorie in der Frage angezeigt."
2697
 
2698
  # @ wp-pro-quiz
2699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2700
  msgid ""
2701
  "The leaderboard allows users to enter results in public list and to share "
2702
  "the result this way."
2705
  "Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
2706
 
2707
  # @ wp-pro-quiz
2708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2709
  msgid "The leaderboard works independent from internal statistics function."
2710
  msgstr ""
2711
  "Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
2712
 
2713
  # @ wp-pro-quiz
2714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2715
  msgid "Who can sign up to the list"
2716
  msgstr "Wer darf sich in die Liste eintragen"
2717
 
2718
  # @ wp-pro-quiz
2719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2720
  msgid ""
2721
  "Not registered users have to enter name and e-mail (e-mail won't be "
2722
  "displayed)"
2725
  "Mail wird nicht veröffentlicht)"
2726
 
2727
  # @ wp-pro-quiz
2728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2729
  msgid "insert automatically"
2730
  msgstr "Automatisch einfügen"
2731
 
2732
  # @ wp-pro-quiz
2733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2734
  msgid ""
2735
  "If you enable this option, logged in users will be automatically entered "
2736
  "into leaderboard"
2739
  "die Bestenliste eingetragen."
2740
 
2741
  # @ wp-pro-quiz
2742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2743
  msgid "display captcha"
2744
  msgstr "Captcha einblenden"
2745
 
2746
  # @ wp-pro-quiz
2747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2748
  msgid ""
2749
  "If you enable this option, additional captcha will be displayed for users "
2750
  "who are not registered."
2753
  "zusätzlich ein Captcha angezeigt."
2754
 
2755
  # @ wp-pro-quiz
2756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2757
  msgid "This option requires additional plugin:"
2758
  msgstr "Diese Option benötigt ein zusätzliches Plugin:"
2759
 
2760
  # @ wp-pro-quiz
2761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2762
  msgid "Plugin has been detected."
2763
  msgstr "Plugin wurde erkannt."
2764
 
2765
  # @ wp-pro-quiz
2766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2767
  msgid "Plugin is not installed."
2768
  msgstr "Plugin ist nicht installiert."
2769
 
2770
  # @ wp-pro-quiz
2771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2772
  msgid "Sort list by"
2773
  msgstr "Liste sortieren nach"
2774
 
2775
  # @ wp-pro-quiz
2776
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2777
  msgid "Users can apply multiple times"
2778
  msgstr "Benutzer dürfen sich mehrfach eintragen"
2779
 
2780
  # @ wp-pro-quiz
2781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2782
  msgid "User can apply after:"
2783
  msgstr "Benutzer darf sich erneut eintragen nach:"
2784
 
2785
  # @ wp-pro-quiz
2786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2787
  msgid "minute"
2788
  msgstr "Minuten"
2789
 
2790
  # @ wp-pro-quiz
2791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2792
  msgid "How many entries should be displayed"
2793
  msgstr "Wie viel Einträge sollen angezeigt werden"
2794
 
2795
  # @ wp-pro-quiz
2796
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2797
  msgid "Entries"
2798
  msgstr "Einträge"
2799
 
2800
  # @ wp-pro-quiz
2801
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2802
  msgid "Automatically display leaderboard in quiz result"
2803
  msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
2804
 
2805
  # @ wp-pro-quiz
2806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2807
  msgid "Where should leaderboard be displayed:"
2808
  msgstr "Wo soll die Bestenliste eingeblendet werden:"
2809
 
2810
  # @ wp-pro-quiz
2811
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2812
  msgid "don't display"
2813
  msgstr "nicht anzeigen"
2814
 
2815
  # @ wp-pro-quiz
2816
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2817
  msgid "below the \"result text\""
2818
  msgstr "unterhalb des \"Ergebnis Text\""
2819
 
2820
  # @ wp-pro-quiz
2821
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2822
  msgid "in a button"
2823
  msgstr "in einem Button"
2824
 
2825
  # @ wp-pro-quiz
2826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2827
  msgid "Quiz-Mode"
2828
  msgstr "Quiz-Mode"
2829
 
2830
  # @ wp-pro-quiz
2831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2832
  msgid "Normal"
2833
  msgstr "Normal"
2834
 
2835
  # @ wp-pro-quiz
2836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2837
  msgid "Normal + Back-Button"
2838
  msgstr "Normal + Zurück Button"
2839
 
2840
  # @ wp-pro-quiz
2841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2842
  msgid "Check -> continue"
2843
  msgstr "Prüfen -> Weiter"
2844
 
2845
  # @ wp-pro-quiz
2846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2847
  msgid "Questions below each other"
2848
  msgstr "Fragen untereinander"
2849
 
2850
  # @ wp-pro-quiz
2851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2852
  msgid ""
2853
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2854
  "displayed at the end of the quiz."
2857
  "Quiz angezeigt."
2858
 
2859
  # @ wp-pro-quiz
2860
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2861
  msgid "Allows to use the back button in a question."
2862
  msgstr "Ermöglicht das Zurückgehen einer Frage."
2863
 
2864
  # @ wp-pro-quiz
2865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2866
  msgid "Shows \"right or wrong\" after each question."
2867
  msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
2868
 
2869
  # @ wp-pro-quiz
2870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2871
  msgid ""
2872
  "If this option is activated, all answers are displayed below each other, i."
2873
  "e. all questions are on a single page."
2876
  "d.h. alle Fragen stehen auf einer Seite."
2877
 
2878
  # @ wp-pro-quiz
2879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2880
  msgid "How many questions to be displayed on a page:"
2881
  msgstr "Wie viele Fragen sollen auf einer Seite angezeigt werden:"
2882
 
2883
  # @ wp-pro-quiz
2884
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2885
  msgid "(0 = All on one page)"
2886
  msgstr "(0 = Alles auf einer Seite)"
2887
 
2888
  # @ wp-pro-quiz
2889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2891
  #: lib/view/WpProQuiz_View_Statistics.php:41
2892
  #: lib/view/WpProQuiz_View_Statistics.php:364
2893
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2894
  msgid "Custom fields"
2895
  msgstr "Benutzerdefinierte Felder"
2896
 
2897
  # @ wp-pro-quiz
2898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2899
  msgid ""
2900
  "You can create custom fields, e.g. to request the name or the e-mail address "
2901
  "of the users."
2904
  "Mail Adresse des Benutzers zu erfragen."
2905
 
2906
  # @ wp-pro-quiz
2907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2908
  msgid "The statistic function have to be enabled."
2909
  msgstr "Die Statistik-Funktion muss aktiviert sein."
2910
 
2911
  # @ wp-pro-quiz
2912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2914
  msgid "Custom fields enable"
2915
  msgstr "Benutzerdefinierte Felder aktivieren"
2916
 
2917
  # @ wp-pro-quiz
2918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2919
  msgid "If you enable this option, custom fields are enabled."
2920
  msgstr ""
2921
  "Wenn sie diese Option aktivieren, werden die Benutzerdefinierten Felder "
2922
  "aktiviert."
2923
 
2924
  # @ wp-pro-quiz
2925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2927
  msgid "Display position"
2928
  msgstr "Anzeige Position"
2929
 
2930
  # @ wp-pro-quiz
2931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2932
  msgid "Where should the fileds be displayed:"
2933
  msgstr "Wo sollen die Felder angezeigt werden:"
2934
 
2935
  # @ wp-pro-quiz
2936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2937
  msgid "On the quiz startpage"
2938
  msgstr "Auf der Quiz Startseite"
2939
 
2940
  # @ wp-pro-quiz
2941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2942
  msgid "At the end of the quiz (before the quiz result)"
2943
  msgstr "Am Ende des Quiz (vor dem Quiz-Ergebnis)"
2944
 
2945
  # @ wp-pro-quiz
2946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2947
  msgid "Field name"
2948
  msgstr "Feldname"
2949
 
2950
  # @ wp-pro-quiz
2951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2952
  msgid "Required?"
2953
  msgstr "Erforderlich?"
2954
 
2955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2956
+ msgid "Show in statistic table?"
2957
+ msgstr "In Statistik-Table zeigen?"
2958
+
2959
  # @ wp-pro-quiz
2960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2961
  msgid "Text"
2962
  msgstr "Text"
2963
 
2964
  # @ wp-pro-quiz
2965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2966
  msgid "Textarea"
2967
  msgstr "Textarea"
2968
 
2969
  # @ wp-pro-quiz
2970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2971
  msgid "Checkbox"
2972
  msgstr "Checkbox"
2973
 
2974
  # @ wp-pro-quiz
2975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2976
  msgid "Drop-Down menu"
2977
  msgstr "Drop-Down menü"
2978
 
2979
  # @ wp-pro-quiz
2980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2981
  msgid "Radio"
2982
  msgstr "Radio"
2983
 
2984
  # @ wp-pro-quiz
2985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2986
  msgid "Number"
2987
  msgstr "Zahl"
2988
 
2989
  # @ wp-pro-quiz
2990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2991
  msgid "Email"
2992
  msgstr "E-Mail"
2993
 
2994
  # @ wp-pro-quiz
2995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2996
  msgid "Yes/No"
2997
  msgstr "Ja/Nein"
2998
 
2999
  # @ wp-pro-quiz
3000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
3001
  #: lib/view/WpProQuiz_View_Statistics.php:323
3002
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
3003
  msgid "Date"
3004
  msgstr "Datum"
3005
 
3006
  # @ wp-pro-quiz
3007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
3008
  msgid "Edit list"
3009
  msgstr "Liste bearbeiten"
3010
 
3011
  # @ wp-pro-quiz
3012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
3013
  msgid "One entry per line"
3014
  msgstr "Ein Eintrag pro Zeile"
3015
 
3016
  # @ wp-pro-quiz
3017
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
3018
  msgid "OK"
3019
  msgstr "OK"
3020
 
3021
  # @ wp-pro-quiz
3022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
3023
  msgid "Add field"
3024
  msgstr "Feld hinzufügen"
3025
 
3026
  # @ wp-pro-quiz
3027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
3028
  msgid ""
3029
  "If you enable this option, an email is sent with his quiz result to the user."
3030
  msgstr ""
3032
  "Mail mit seinem Quiz-Ergebnis geschickt."
3033
 
3034
  # @ wp-pro-quiz
3035
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
3036
  msgid "User Email-Address (only registered users)"
3037
  msgstr "Benutzer E-Mail-Adresse (nur registrierte Benutzer)"
3038
 
3039
  # @ wp-pro-quiz
3040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
3041
  msgid "(Type Email)"
3042
  msgstr "(Type E-Mail)"
3043
 
3058
  "Wenn das Quiz im Front-End nicht funktioniert, versucht bitte folgendes:"
3059
 
3060
  # @ wp-pro-quiz
3061
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
3062
  msgid "Style Manager"
3063
  msgstr "Style Manager"
3064
 
3065
  # @ wp-pro-quiz
3066
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
3067
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
3068
  msgid "Support WP-Pro-Quiz"
3069
  msgstr "Wp-Pro-Quiz unterstützen"
3070
 
3071
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
3072
  msgid "Learn more"
3073
  msgstr "Erfahren sie mehr"
3074
 
3075
  # @ wp-pro-quiz
3076
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
3077
  msgid "ID"
3078
  msgstr "ID"
3079
 
3080
  # @ wp-pro-quiz
3081
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
3082
  msgid "Shortcode"
3083
  msgstr "Shortcode"
3084
 
3085
  # @ wp-pro-quiz
3086
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
3087
  msgid "Shortcode-Leaderboard"
3088
  msgstr "Shortcode-Bestenliste"
3089
 
3090
  # @ wp-pro-quiz
3091
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
3092
  msgid "Preview"
3093
  msgstr "Vorschau"
3094
 
3095
  # @ wp-pro-quiz
3096
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
3097
  msgid "Add quiz"
3098
  msgstr "Quiz hinzufügen"
3099
 
3100
  # @ wp-pro-quiz
3101
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
3102
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
3103
  msgid "Export"
3104
  msgstr "Export"
3105
 
3106
  # @ wp-pro-quiz
3107
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
3108
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
3109
  msgid "Set Quiz Categories"
3110
  msgstr "Quiz Kategoiren setzen"
3111
 
3112
  # @ wp-pro-quiz
3113
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
3114
  msgid ""
3115
  "Choose the respective question, which you would like to export and press on "
3116
  "\"Start export\""
3119
  "klicken Sie anschliessen auf \"Export starten\""
3120
 
3121
  # @ default
3122
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
3123
  msgid "Format:"
3124
  msgstr "Format:"
3125
 
3126
  # @ default
3127
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
3128
  msgid "*.wpq"
3129
  msgstr "*.wpq"
3130
 
3131
  # @ default
3132
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
3133
  msgid "or"
3134
  msgstr "oder"
3135
 
3136
  # @ default
3137
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
3138
  msgid "*.xml"
3139
  msgstr "*.xml"
3140
 
3141
  # @ wp-pro-quiz
3142
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
3143
  msgid "Start export"
3144
  msgstr "Export starten"
3145
 
3146
  # @ wp-pro-quiz
3147
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
3148
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
3149
  msgstr ""
3150
  "Importieren sie nur *.wpq oder *.xml Dateien aus bekannten und "
3151
  "vertrauenswürdigen Quellen."
3152
 
3153
  # @ wp-pro-quiz
3154
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
3155
  #, php-format
3156
  msgid "Maximal %d MiB"
3157
  msgstr "Maximal %d MiB"
3158
 
3159
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
3160
  msgid "Sets multiple quiz categories "
3161
  msgstr "Setzt mehrere Quiz-Kategorien"
3162
 
3213
  # @ wp-pro-quiz
3214
  #: lib/view/WpProQuiz_View_Statistics.php:108
3215
  #: lib/view/WpProQuiz_View_Statistics.php:243
3216
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
3217
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
3218
  msgid "Hints used"
3219
  msgstr "Tipp benutzt"
3220
 
3221
  # @ wp-pro-quiz
3222
  #: lib/view/WpProQuiz_View_Statistics.php:109
3223
  #: lib/view/WpProQuiz_View_Statistics.php:244
3224
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
3225
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
3226
  msgid "Time"
3227
  msgstr "Zeit"
3228
 
3229
  # @ wp-pro-quiz
3230
  #: lib/view/WpProQuiz_View_Statistics.php:110
3231
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
3232
  msgid "Points scored"
3233
  msgstr "Punkte erzielt"
3234
 
3235
  # @ wp-pro-quiz
3236
  #: lib/view/WpProQuiz_View_Statistics.php:148
3237
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
3238
  msgid "Sub-Total: "
3239
  msgstr "Zwischen-Summe"
3240
 
3242
  #: lib/view/WpProQuiz_View_Statistics.php:183
3243
  #: lib/view/WpProQuiz_View_Statistics.php:268
3244
  #: lib/view/WpProQuiz_View_Statistics.php:343
3245
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
3246
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
3247
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
3248
  msgid "Refresh"
3250
 
3251
  # @ wp-pro-quiz
3252
  #: lib/view/WpProQuiz_View_Statistics.php:187
3253
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
3254
  msgid "Reset statistics"
3255
  msgstr "Statistik zurücksetzen"
3256
 
3297
  msgid "only anonymous users"
3298
  msgstr "nur anonyme Benutzer"
3299
 
3300
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
3301
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
3302
+ msgid "Solved"
3303
+ msgstr "Gelöst?"
3304
+
3305
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
3306
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
3307
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
3308
+ #, php-format
3309
+ msgid "%d of %d"
3310
+ msgstr "%d von %d"
3311
+
3312
  # @ wp-pro-quiz
3313
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
3314
  #, php-format
3315
  msgid "User statistics: %s"
3316
  msgstr "Benutzerstatistik: %s"
3317
 
3318
  # @ wp-pro-quiz
3319
+ # @ default
3320
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
3321
+ msgid "yes"
3322
+ msgstr "ja"
3323
 
3324
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
3325
+ msgid "no"
3326
+ msgstr "nein"
 
3327
 
3328
  # @ wp-pro-quiz
3329
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-el.mo CHANGED
Binary file
languages/wp-pro-quiz-el.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Ζαχαρίας Σδρέγας <azdrax@gmail.com>\n"
8
  "Language: el\n"
@@ -62,9 +62,9 @@ msgstr "Πραγματικά θέλεις να επαναφέρεις τα στ
62
  #: lib/controller/WpProQuiz_Controller_Admin.php:111
63
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
64
  #: lib/view/WpProQuiz_View_QuestionOverall.php:71
65
- #: lib/view/WpProQuiz_View_QuizOverall.php:135
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
67
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
68
  msgid "No data available"
69
  msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
70
 
@@ -108,7 +108,7 @@ msgstr "Σήμερα"
108
  #: lib/controller/WpProQuiz_Controller_Front.php:66
109
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
110
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
111
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
112
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
113
  #: lib/view/WpProQuiz_View_Statistics.php:46
114
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -148,10 +148,10 @@ msgstr "Πρέπει να συμπληρωθούν όλα τα πεδία."
148
  #: lib/controller/WpProQuiz_Controller_Question.php:540
149
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
150
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
151
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
152
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
153
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
154
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
155
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
156
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
157
  msgid "You do not have sufficient permissions to access this page."
@@ -166,16 +166,16 @@ msgid "Database repaired"
166
  msgstr "Η βάση δεδομένων επιδιορθώθηκε"
167
 
168
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
169
- #: lib/helper/WpProQuiz_Helper_Import.php:59
170
- #: lib/helper/WpProQuiz_Helper_Import.php:68
171
- #: lib/helper/WpProQuiz_Helper_Import.php:75
172
  msgid "File cannot be processed"
173
  msgstr "Δεν μπορεί να γίνει επεξεργασία του αρχείου"
174
 
175
  #: lib/controller/WpProQuiz_Controller_Question.php:9
176
  #: lib/controller/WpProQuiz_Controller_Question.php:19
177
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
178
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
179
  msgid "Quiz not found"
180
  msgstr "Το κούιζ δε βρέθηκε"
181
 
@@ -212,70 +212,70 @@ msgstr "Ερώτηση: %d"
212
  msgid "questions copied"
213
  msgstr "οι ερωτήσεις αντιγράφτηκαν"
214
 
215
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
216
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
217
  msgid "Quiz edited"
218
  msgstr "Η επεξεργασία του κούιζ ολοκληρώθηκε"
219
 
220
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
221
  msgid "quiz created"
222
  msgstr "Το κουίζ δημιουργήθηκε"
223
 
224
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
225
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
226
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
227
  msgid "Quiz title or quiz description are not filled"
228
  msgstr "Δεν έχει συμπληρωθεί ο τίτλος ή περιγραφή του κουίζ"
229
 
230
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
231
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
232
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
233
  msgid "Edit quiz"
234
  msgstr "Επεξεργασία κουίζ"
235
 
236
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
237
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
238
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
239
  msgid "Create quiz"
240
  msgstr "Δημιουργία κουίζ"
241
 
242
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
243
  msgid "Template stored"
244
  msgstr "Το πρότυπο αποθηκεύτηκε"
245
 
246
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
247
  msgid "Quiz deleted"
248
  msgstr "Το κούιζ διαγράφηκε"
249
 
250
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
251
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
252
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
253
  msgid "Not categorized"
254
  msgstr "Χωρίς κατηγορία"
255
 
256
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
257
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
258
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
259
  msgid "Categories"
260
  msgstr "Κατηγορίες"
261
 
262
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
263
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
264
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
265
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
266
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
267
  msgid "No category"
268
  msgstr "Καμμιά κατηγορία"
269
 
270
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
271
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
272
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
273
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
274
  msgid "Anonymous"
275
  msgstr "Ανώνυμος"
276
 
277
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
278
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
279
  msgid "Deleted user"
280
  msgstr "Ο χρήστης διαγράφηκε"
281
 
@@ -309,16 +309,38 @@ msgstr "Το όνομά σου δεν μπορεί να ξεπερνά τους
309
  msgid "You entered wrong captcha code."
310
  msgstr "Έβαλες λάθος κωδικό captcha."
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  #: lib/helper/WpProQuiz_Helper_Import.php:9
313
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
314
  msgid "File was not uploaded"
315
  msgstr "Η μεταφόρτωση του αρχείου δεν έγινε"
316
 
317
- #: lib/helper/WpProQuiz_Helper_Import.php:40
318
  msgid "File have wrong format"
319
  msgstr "Λάθος μορφή αρχείου"
320
 
321
- #: lib/helper/WpProQuiz_Helper_Import.php:45
322
  msgid "File is not compatible with the current version"
323
  msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
324
 
@@ -386,15 +408,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
386
  msgstr "Ένα δυνατό και ωραίο plugin για WordPress."
387
 
388
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
389
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
390
  msgid "WP-Pro-Quiz"
391
  msgstr "WP-Pro-Quiz"
392
 
393
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
394
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
395
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
396
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
397
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
398
  msgid "Leaderboard"
399
  msgstr "Πίνακας βαθμολογίας"
400
 
@@ -403,7 +425,7 @@ msgstr "Πίνακας βαθμολογίας"
403
  #: lib/view/WpProQuiz_View_Import.php:22
404
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
405
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
406
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
407
  #: lib/view/WpProQuiz_View_Statistics.php:29
408
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
409
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -425,17 +447,17 @@ msgid "Sort by:"
425
  msgstr "Ταξινόμηση κατά:"
426
 
427
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
428
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
429
  msgid "best user"
430
  msgstr "καλύτερος χρήστης"
431
 
432
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
433
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
434
  msgid "newest entry"
435
  msgstr "τελευταία εγγραφή"
436
 
437
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
438
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
439
  msgid "oldest entry"
440
  msgstr "παλιότερη εγγραφή"
441
 
@@ -449,7 +471,7 @@ msgstr "Πόσες ερωτήσεις θα εμφανίζονται σε μια
449
 
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
451
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
452
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
453
  msgid "Type"
454
  msgstr "Τύπος"
455
 
@@ -459,13 +481,13 @@ msgstr "UR = μη εγγεγραμμένος χρήστης, R = εγγεγρα
459
 
460
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
461
  #: lib/view/WpProQuiz_View_Statistics.php:239
462
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
463
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
464
  msgid "User"
465
  msgstr "Χρήστης"
466
 
467
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
468
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
469
  msgid "E-Mail"
470
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
471
 
@@ -475,8 +497,8 @@ msgid "Entered on"
475
  msgstr "Εισάχθηκε στις"
476
 
477
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
478
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
479
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
480
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
481
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
482
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -486,20 +508,20 @@ msgstr "Εισάχθηκε στις"
486
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
487
  #: lib/view/WpProQuiz_View_Statistics.php:105
488
  #: lib/view/WpProQuiz_View_Statistics.php:240
489
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
490
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
491
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
492
  msgid "Points"
493
  msgstr "Βαθμοί"
494
 
495
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
496
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
497
  #: lib/view/WpProQuiz_View_Statistics.php:111
498
  #: lib/view/WpProQuiz_View_Statistics.php:245
499
  #: lib/view/WpProQuiz_View_Statistics.php:324
500
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
501
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
502
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
503
  msgid "Results"
504
  msgstr "Αποτελέσματα"
505
 
@@ -509,7 +531,7 @@ msgstr "Αποτελέσματα"
509
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
510
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
511
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
512
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
513
  msgid "Edit"
514
  msgstr "Επεξεργασία"
515
 
@@ -520,10 +542,10 @@ msgstr "Επεξεργασία"
520
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
521
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
522
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
523
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
524
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
525
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
526
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
527
  msgid "Delete"
528
  msgstr "Διαγραφή"
529
 
@@ -547,249 +569,231 @@ msgstr "Εφαρμογή"
547
  msgid "Delete all entries"
548
  msgstr "Διαγραφή όλων των εγγραφών"
549
 
550
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
551
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
554
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
555
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
556
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
557
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
558
  msgid "Quiz-summary"
559
  msgstr "Περίληψη κουίζ"
560
 
561
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
562
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
563
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
565
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
566
  msgid "Finish quiz"
567
  msgstr "Ολοκλήρωση του κουίζ"
568
 
569
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
570
  msgid "Your result has been entered into leaderboard"
571
  msgstr "Το αποτέλεσμά σας μπήκε στον πίνακα βαθμολογίας"
572
 
573
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
574
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
575
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
576
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
577
  msgid "Name"
578
  msgstr "Όνομα"
579
 
580
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
581
  msgid "Captcha"
582
  msgstr "Captcha"
583
 
584
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
585
  msgid "Send"
586
  msgstr "Αποστολή"
587
 
588
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
589
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
590
  msgid "You must fill out this field."
591
  msgstr "Πρέπει να συμπληρώσετε αυτό το πεδίο."
592
 
593
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
594
  msgid "You must specify a number."
595
  msgstr "Πρέπει να ορίσετε έναν αριθμό."
596
 
597
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
598
  msgid "You must specify a text."
599
  msgstr "Πρέπει να ορίσετε κείμενο."
600
 
601
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
602
  msgid "You must specify an email address."
603
  msgstr "Πρέπει να ορίσετε μια διεύθυνση ηλεκτρονικού ταχυδρομείου."
604
 
605
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
606
  msgid "You must specify a date."
607
  msgstr "Πρέπει να ορίσετε μια ημερομηνία."
608
 
609
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
610
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
611
- msgid "Yes"
612
- msgstr "Ναι"
613
-
614
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
615
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
616
- msgid "No"
617
- msgstr "Όχι"
618
-
619
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
620
- msgid ""
621
- "You have already completed the quiz before. Hence you can not start it again."
622
- msgstr ""
623
- "Έχεις ήδη ολοκληρώσει το κουίζ. Δεν μπορείς, λοιπόν, να το ξεκινήσεις ξανά."
624
-
625
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
626
- msgid "You must sign in or sign up to start the quiz."
627
- msgstr "Πρέπει να συνδεθείτε ή να εγγραφείτε για να ξεκινήσετε το κουίζ."
628
-
629
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
630
- msgid "You have to finish following quiz, to start this quiz:"
631
- msgstr ""
632
- "Πρέπει να ολοκληρώσεις το επόμενο κουίζ για να ξεκινήσεις αυτό το κουίζ:"
633
-
634
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
635
  #, php-format
636
  msgid "%s of %s questions completed"
637
  msgstr "Ολοκληρώθηκαν %s από %s ερωτήσεις"
638
 
639
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
640
  #: lib/view/WpProQuiz_View_Import.php:44
641
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
642
  msgid "Questions"
643
  msgstr "Ερωτήσεις"
644
 
645
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
646
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
647
  msgid "Information"
648
  msgstr "Πληροφορίες"
649
 
650
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
651
- msgid "Start quiz"
652
- msgstr "Εκκίνηση κουίζ"
653
-
654
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
655
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
656
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
657
  msgid "Time limit"
658
  msgstr "Όριο χρόνου"
659
 
660
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
661
  msgid "Answered"
662
  msgstr "Απαντήθηκε"
663
 
664
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
665
  msgid "Review"
666
  msgstr "Ανασκόπηση"
667
 
668
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
669
  msgid "Review question"
670
  msgstr "Ανασκόπηση ερώτησης"
671
 
672
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
673
  #, php-format
674
  msgid "%s of %s questions answered correctly"
675
  msgstr "Απαντήθηκαν σωστά %s από %s ερωτήσεις"
676
 
677
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
678
  msgid "Your time: <span></span>"
679
  msgstr "Ο χρόνος σου: <span></span>"
680
 
681
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
682
  msgid "Time has elapsed"
683
  msgstr "Ό χρόνος πέρασε"
684
 
685
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
686
  #, php-format
687
  msgid "You have reached %s of %s points, (%s)"
688
  msgstr "Έφτασες %s από %s βαθμούς, (%s)"
689
 
690
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
691
  msgid "Average score"
692
  msgstr "Μέση βαθμολογία"
693
 
694
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
695
  msgid "Your score"
696
  msgstr "Οι βαθμοί σου"
697
 
698
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
699
- msgid "Restart quiz"
700
- msgstr "Επανεκίνηση κουίζ"
701
-
702
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
703
  msgid "View questions"
704
  msgstr "Προβολή ερωτήσεων"
705
 
706
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
707
  msgid "Show leaderboard"
708
  msgstr "Εμφάνιση πίνακα αποτελεσμέτων"
709
 
710
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
711
  #, php-format
712
  msgid "Question %s of %s"
713
  msgstr "Ερώτηση %s από %s"
714
 
715
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
716
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
717
  #: lib/view/WpProQuiz_View_Statistics.php:104
718
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
719
  msgid "Question"
720
  msgstr "Ερώτηση"
721
 
722
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
723
  #, php-format
724
  msgid "%d points"
725
  msgstr "%d βαθμοί"
726
 
727
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
728
  #, php-format
729
  msgid "Category: %s"
730
  msgstr "Κατηγορία: %s"
731
 
732
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
733
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
734
  msgid "Sort elements"
735
  msgstr "Ταξινόμηση στοιχείων"
736
 
737
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
738
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
739
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
740
  #: lib/view/WpProQuiz_View_Statistics.php:106
741
  #: lib/view/WpProQuiz_View_Statistics.php:241
742
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
743
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
744
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
745
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
746
  msgid "Correct"
747
  msgstr "Σωστό"
748
 
749
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
750
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
751
  #: lib/view/WpProQuiz_View_Statistics.php:107
752
  #: lib/view/WpProQuiz_View_Statistics.php:242
753
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
754
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
755
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
756
  msgid "Incorrect"
757
  msgstr "Λάθος"
758
 
759
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
760
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
761
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
762
  msgid "Hint"
763
  msgstr "Βοήθεια"
764
 
765
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
766
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
767
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
768
  msgid "Skip question"
769
  msgstr "Υπερπήδηση ερώτησης"
770
 
771
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
772
  msgid "Back"
773
  msgstr "Πίσω"
774
 
775
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
776
  msgid "Check"
777
  msgstr "Έλεγχος"
778
 
779
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
780
  msgid "Next"
781
  msgstr "Επόμενο"
782
 
783
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
784
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
785
  #, php-format
786
  msgid "Page %d"
787
  msgstr "Σελίδα %d"
788
 
789
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
790
- msgid "Quiz is loading..."
791
- msgstr "Το κουίζ φορτώνεται..."
792
-
793
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
794
  #, php-format
795
  msgid "maximum of %s points"
@@ -810,7 +814,7 @@ msgstr "Ο πίνακας φορτώνει"
810
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
811
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
812
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
813
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
814
  msgid "Global settings"
815
  msgstr "Γενικές Ρυθμίσεις"
816
 
@@ -821,8 +825,8 @@ msgstr "Ρυθμίσεις στην περίπτωση προβλημάτων"
821
 
822
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
823
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
824
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
825
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
826
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
827
  msgid "Save"
828
  msgstr "Αποθηκεύστε"
@@ -876,18 +880,18 @@ msgstr "Διαχείριση προτύπων ερωτήσεων"
876
 
877
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
878
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
879
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
880
  msgid "Admin e-mail settings"
881
  msgstr "Ρυθμίσεις ηλ. ταχυδρομείου διαχειριστή"
882
 
883
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
884
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
885
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
886
  msgid "To:"
887
  msgstr "Προς:"
888
 
889
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
890
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
891
  msgid ""
892
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
893
  "com"
@@ -897,22 +901,22 @@ msgstr ""
897
 
898
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
900
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
901
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
902
  msgid "From:"
903
  msgstr "Από:"
904
 
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
907
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
908
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
909
  msgid "Subject:"
910
  msgstr "Θέμα:"
911
 
912
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
913
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
914
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
916
  msgid "HTML"
917
  msgstr "HTML"
918
 
@@ -921,72 +925,72 @@ msgstr "HTML"
921
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
922
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
923
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
951
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
953
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
955
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
959
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
960
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
961
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
962
  msgid "Activate"
963
  msgstr "Ενεργοποίηση"
964
 
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
967
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
968
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
969
  msgid "Message body:"
970
  msgstr "Σώμα μηνύματος"
971
 
972
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
974
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
975
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
976
  msgid "Allowed variables"
977
  msgstr "Επιτρεπτές μεταβλητές"
978
 
979
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
981
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
982
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
983
  msgid "User-ID"
984
  msgstr "ΑΑ Χρήστη"
985
 
986
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
987
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
988
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
989
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
990
  #: lib/view/WpProQuiz_View_Statistics.php:322
991
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
992
  msgid "Username"
@@ -994,42 +998,42 @@ msgstr "Όνομα Χρήστη"
994
 
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
997
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
998
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
999
  msgid "Quiz-Name"
1000
  msgstr "Όνομα Κουίζ"
1001
 
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1004
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
1005
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
1006
  msgid "Result in precent"
1007
  msgstr "Αποτέλεσμα σε επί τοις εκατό"
1008
 
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1011
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1012
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1013
  msgid "Reached points"
1014
  msgstr "Συνολικοί βαθμοί"
1015
 
1016
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1018
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1019
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1020
  msgid "IP-address of the user"
1021
  msgstr "Διεύθυνση IP του χρήστη"
1022
 
1023
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1024
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1025
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1026
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1027
  msgid "Category-Overview"
1028
  msgstr "Κατηγορία-Επισκόπηση"
1029
 
1030
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1031
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1032
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1033
  msgid "User e-mail settings"
1034
  msgstr "Ρυθμίσεις ηλ. ταχυδορμείου χρήστη"
1035
 
@@ -1122,11 +1126,11 @@ msgid "Touch Library"
1122
  msgstr "Βιβλιοθήκη Touch"
1123
 
1124
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1125
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1126
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1127
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1128
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1129
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1130
  msgid "Deactivate"
1131
  msgstr "Απενεργοποίηση"
1132
 
@@ -1171,8 +1175,8 @@ msgstr ""
1171
  "Δε θα διαγραφούν δεδομένα. Θα επιδιορθωθούν μόνο οι πίνακες του WP-PRO-Quiz."
1172
 
1173
  #: lib/view/WpProQuiz_View_Import.php:21
1174
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1175
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1176
  msgid "Import"
1177
  msgstr "Εισαγωγή"
1178
 
@@ -1193,7 +1197,7 @@ msgid "Quiz name"
1193
  msgstr "Όνομα του κουίζ"
1194
 
1195
  #: lib/view/WpProQuiz_View_Import.php:69
1196
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1197
  msgid "Start import"
1198
  msgstr "Εκκίνηση εισαγωγής"
1199
 
@@ -1202,7 +1206,7 @@ msgid "WP-Pro-Quiz special modification"
1202
  msgstr ""
1203
 
1204
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1205
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1206
  msgid "You need special WP-Pro-Quiz modification for your website?"
1207
  msgstr ""
1208
 
@@ -1264,7 +1268,7 @@ msgid ""
1264
  msgstr ""
1265
 
1266
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1267
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1268
  msgid "load template"
1269
  msgstr "φόρτωση προτύπου"
1270
 
@@ -1277,9 +1281,9 @@ msgstr "Τίτλος"
1277
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1278
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1279
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1280
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1281
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1282
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1283
  msgid "(optional)"
1284
  msgstr "(προεραιτικά)"
1285
 
@@ -1294,9 +1298,9 @@ msgstr ""
1294
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1295
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1296
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1297
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1298
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1299
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1300
  msgid "(required)"
1301
  msgstr "(απαιτείται)"
1302
 
@@ -1326,10 +1330,10 @@ msgstr "Εμφάνιση βαθμών στο μήνυμα σωστούς - λά
1326
 
1327
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1328
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1329
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1330
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1331
  #: lib/view/WpProQuiz_View_Statistics.php:124
1332
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1333
  msgid "Category"
1334
  msgstr "Κατηγορία"
1335
 
@@ -1342,23 +1346,23 @@ msgstr ""
1342
  "ορατές στη λειτουργία στατιστικών."
1343
 
1344
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1345
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1346
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1347
  msgid "You can manage categories in global settings."
1348
  msgstr "Μπορείτε να διαχειριστείτε τις κατηγορίες στις γενικές ρυθμίσεις"
1349
 
1350
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1351
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1352
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1353
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1354
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1355
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1356
  msgid "Create new category"
1357
  msgstr "Δημιουργία νέας κατηγορίας"
1358
 
1359
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1360
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1361
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1362
  msgid "Create"
1363
  msgstr "Δημιουργία"
1364
 
@@ -1491,24 +1495,24 @@ msgstr ""
1491
  "μεγαλύτερο κείμενο για τα κριτήρια. Το προκαθορισμένο είναι 20%."
1492
 
1493
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1494
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1495
  msgid "template name"
1496
  msgstr "όνομα προτύπου"
1497
 
1498
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1499
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1500
  msgid "Create new template"
1501
  msgstr "Δημιουργίανέου προτύπου"
1502
 
1503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1504
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1505
  msgid "Save as template"
1506
  msgstr "Απόθήκευση ως προτύπου"
1507
 
1508
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1509
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1510
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1511
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1512
  msgid "Options"
1513
  msgstr "Επιλογές"
1514
 
@@ -1540,7 +1544,7 @@ msgstr "Προσθήκη Πολυμέσων"
1540
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1541
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1542
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1543
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1544
  msgid "Move"
1545
  msgstr "Μετακίνηση"
1546
 
@@ -1617,28 +1621,29 @@ msgstr "λιγότερο σωστό { [1] [2] [3] [4] [5] } περισσότερ
1617
 
1618
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1619
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1620
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1621
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1622
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1623
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1624
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1625
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1626
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1627
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1628
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1629
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1630
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1631
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1632
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1633
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1634
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1635
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1636
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1637
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1638
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1639
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1640
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1641
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1642
  msgid "Demo"
1643
  msgstr "Επίδειξη"
1644
 
@@ -1694,7 +1699,7 @@ msgstr "Οι ερωτήσεις ταξινομήθηκαν"
1694
 
1695
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1696
  #: lib/view/WpProQuiz_View_Statistics.php:169
1697
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1698
  msgid "Total"
1699
  msgstr "Σύνολο"
1700
 
@@ -1723,80 +1728,80 @@ msgstr ""
1723
  msgid "Copy questions"
1724
  msgstr "Αντιγραφή ερωτήσεων"
1725
 
1726
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1727
  msgid "Quiz title"
1728
  msgstr "Τίτλος κουίζ"
1729
 
1730
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1731
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1732
  msgid "You can assign classify category for a quiz."
1733
  msgstr ""
1734
 
1735
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1736
  msgid "Hide quiz title"
1737
  msgstr "Απόκρυψη τίτλου κουίζ"
1738
 
1739
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1740
  msgid "Hide title"
1741
  msgstr "Απόκρυψη Τίτλου"
1742
 
1743
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1744
  msgid "The title serves as quiz heading."
1745
  msgstr "Ο τίτλος χρησιμοποιείται σαν επικεφαλίδα του κουίζ."
1746
 
1747
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1748
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1749
  msgid "Hide \"Restart quiz\" button"
1750
  msgstr "Απόκρυψη κουμπιού \"Επανάληψη Κουιζ\""
1751
 
1752
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1753
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1754
  msgstr "Απόκρυψη κουμπιού \"Επανεκίνηση κουίζ\" στη σελίδα"
1755
 
1756
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1757
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1758
  msgid "Hide \"View question\" button"
1759
  msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\""
1760
 
1761
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1762
  msgid "Hide the \"View question\" button in the Frontend."
1763
  msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\" στη σελίδα"
1764
 
1765
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1766
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1767
  msgid "Display question randomly"
1768
  msgstr "Τυχαία προβολή ερωτήσεων"
1769
 
1770
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1771
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1772
  msgid "Display answers randomly"
1773
  msgstr "Τυχαία προβολή απαντήσεων"
1774
 
1775
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1776
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1777
  msgid "Sort questions by category"
1778
  msgstr "Ταξινόμηση ερωτήσεων κατά κατηγορία"
1779
 
1780
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1781
  msgid ""
1782
  "Also works in conjunction with the \"display randomly question\" option."
1783
  msgstr "Επίσης λειτουργεί μαζί με την επιλογ΄\"προβολή τυχαίων ερωτήσεων\"."
1784
 
1785
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1786
  msgid "Seconds"
1787
  msgstr "Δευτερόλεπτα"
1788
 
1789
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1790
  msgid "0 = no limit"
1791
  msgstr "0 = χωρίς όριο"
1792
 
1793
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1794
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1795
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1796
  msgid "Statistics"
1797
  msgstr "Στατιστικά"
1798
 
1799
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1800
  msgid ""
1801
  "Statistics about right or wrong answers. Statistics will be saved by "
1802
  "completed quiz, not after every question. The statistics is only visible "
@@ -1806,16 +1811,16 @@ msgstr ""
1806
  "ολοκληρωθεί το κουίζ, κι όχι μετά από κάθε ερώτηση. Τα στατιστικά είναι "
1807
  "ορατά μόνο από το μενού διαχείρησης. (Εσωτερικά στατιστικά)"
1808
 
1809
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1810
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1811
  msgid "Statistics IP-lock"
1812
  msgstr "Στατιστικά ΙΡ-κλείδωμα"
1813
 
1814
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1815
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1816
  msgstr "σε λεπτά (συνιστώνται 1440 λεπτά = 1 μέρα)"
1817
 
1818
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1819
  msgid ""
1820
  "Protect the statistics from spam. Result will only be saved every X minutes "
1821
  "from same IP. (0 = deactivated)"
@@ -1823,12 +1828,12 @@ msgstr ""
1823
  "Προστασία των στατιστικών από spam. Τα αποτελέσματα θα αποθηκεύονται κάθε Χ "
1824
  "λεπτά από την ίδια διεύθυνση IP. (0 = απενεργοποιήση)"
1825
 
1826
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1827
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1828
  msgid "Execute quiz only once"
1829
  msgstr "Εκτέλεση του κουίζ μόνο μια φορά"
1830
 
1831
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1832
  msgid ""
1833
  "If you activate this option, the user can complete the quiz only once. "
1834
  "Afterwards the quiz is blocked for this user."
@@ -1836,31 +1841,31 @@ msgstr ""
1836
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης μπορεί να ολοκληρώσει το "
1837
  "κουίζ μόνο μια φορά. Μετά το κουίζ μπλοκάρεται για αυτόν τον χρήστη."
1838
 
1839
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1840
  msgid "This option applies to:"
1841
  msgstr "Η επιλογή εφαρμόζεται σε:"
1842
 
1843
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1844
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1845
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1846
  msgid "all users"
1847
  msgstr "όλοι οι χρηστες"
1848
 
1849
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1850
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1851
  msgid "registered useres only"
1852
  msgstr "μόνο εγγεγραμένοι χρήστες"
1853
 
1854
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1855
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1856
  msgid "anonymous users only"
1857
  msgstr "μόνο ανώνυμοι χρήστες"
1858
 
1859
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1860
  msgid "user identification by cookie"
1861
  msgstr "ταυτότητα χρήστη με cookie"
1862
 
1863
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1864
  msgid ""
1865
  "If you activate this option, a cookie is set additionally for unregistrated "
1866
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1871,24 +1876,24 @@ msgstr ""
1871
  "χρόνος για την ολοκλήρωση του κουίζ για τους χρήστες από την ανάθεση με "
1872
  "χρήση της διεύθυνσης IP."
1873
 
1874
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1875
  msgid "Reset the user identification"
1876
  msgstr "Επαναφορά ταυτότητας χρήστη"
1877
 
1878
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1879
  msgid "User identification has been reset."
1880
  msgstr "Έχει γίνει επαναφορά της ταυτότητας χρήστη"
1881
 
1882
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1883
  msgid "Resets user identification for all users."
1884
  msgstr "Επαναφορά ταυτότητας χρήστη για όλους τους χρήστες"
1885
 
1886
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1887
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1888
  msgid "Show only specific number of questions"
1889
  msgstr "Εμφάνιση συγκεκριμένου αριθμού ερωτήσεων"
1890
 
1891
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1892
  msgid ""
1893
  "If you enable this option, maximum number of displayed questions will be X "
1894
  "from X questions. (The output of questions is random)"
@@ -1896,20 +1901,20 @@ msgstr ""
1896
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο μέγιστος αιρθμός εμφανιζόμενων "
1897
  "ερωτήσεων θα είναι X από X ερωτήσεις. (Η έξοδος θα είναι τυχαία)"
1898
 
1899
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1900
  msgid "How many questions should be displayed simultaneously:"
1901
  msgstr "Πόσες ερωτήσεις θα εμφανίζονται ταυτάχρονα"
1902
 
1903
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1904
  msgid "in percent"
1905
  msgstr "επί τοις εκατό"
1906
 
1907
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1908
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1909
  msgid "Prerequisites"
1910
  msgstr "Προαπαιτούμενα"
1911
 
1912
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1913
  msgid ""
1914
  "If you enable this option, you can choose quiz, which user have to finish "
1915
  "before he can start this quiz."
@@ -1917,7 +1922,7 @@ msgstr ""
1917
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείται να διαλέξετε ποιο κουίζ "
1918
  "πρέπει πρώτα να κάνουν οι χρήστες πριν ξεκινήσουν αυτό το κουίζ."
1919
 
1920
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1921
  msgid ""
1922
  "In all selected quizzes statistic function have to be active. If it is not "
1923
  "it will be activated automatically."
@@ -1925,21 +1930,21 @@ msgstr ""
1925
  "Σε όλα τα επιλεγμένα κουίζ η λειτουργία στατιστικών πρέπει να είναι ενεργή. "
1926
  "Αν δεν είναι θα ενεργοποιηθεί αυτόματα."
1927
 
1928
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1929
  msgid "Quiz"
1930
  msgstr "Κουίζ"
1931
 
1932
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1933
  msgid "Prerequisites (This quiz have to be finished)"
1934
  msgstr "Προαπαιτούμενα (Αυτό το κουίζ πρέπει να τελειώσει)"
1935
 
1936
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1937
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1938
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1939
  msgid "Question overview"
1940
  msgstr "Ανασκόπηση ερώτησης"
1941
 
1942
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1943
  msgid ""
1944
  "Add at the top of the quiz a question overview, which allows easy "
1945
  "navigation. Additional questions can be marked \"to review\"."
@@ -1947,11 +1952,11 @@ msgstr ""
1947
  "Προσθήκη στην κορυφή την ανασκόπηση μιας ερώτησης, που επιτρέπει την εύκολη "
1948
  "πλοήγηση. Επιπλέον ερωτήσεις μπορεί να σημαδευτούν ως \"προς αναθεώρηση\"."
1949
 
1950
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1951
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1952
  msgstr "Δε θα εμφανίζεται επισκόπηση του κουίζ πριν αυτό τελειώσει."
1953
 
1954
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1955
  msgid ""
1956
  "If you enalbe this option, no quiz overview will be displayed, before "
1957
  "finishing quiz."
@@ -1959,7 +1964,7 @@ msgstr ""
1959
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται η επισκόπηση του "
1960
  "κουίζ, πριν το τέλος του."
1961
 
1962
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1963
  msgid ""
1964
  "If you enable this option, user won't be able to skip question. (only in "
1965
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1969,25 +1974,25 @@ msgstr ""
1969
  "ερωτήσεις. (Μόνο στη λειτουργία \"Ανασκόπηση -> Επόμενο\"). Οι χρήστες θα "
1970
  "μπορούν να πλοηγούνται, παρ' όλα αυτά, πάνω από το \"Ερώτηση-Ανασκόπηση\""
1971
 
1972
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1973
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1974
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1975
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1976
  msgid "Admin e-mail notification"
1977
  msgstr "Ειδοποίηση διαχειριστή με ηλ. ταχυδρομείο"
1978
 
1979
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1980
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1981
  msgid "for registered users only"
1982
  msgstr "Μόνο για εγγεγραμμένους χρήστες"
1983
 
1984
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1985
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1986
  msgid "for all users"
1987
  msgstr "Για όλους τους χρήστες"
1988
 
1989
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1990
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1991
  msgid ""
1992
  "If you enable this option, you will be informed if a user completes this "
1993
  "quiz."
@@ -1995,21 +2000,21 @@ msgstr ""
1995
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα ενημερώνεστε αν ένας χρήστης "
1996
  "ολοκληρώνει το κουίζ."
1997
 
1998
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1999
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
2000
  msgid "E-Mail settings can be edited in global settings."
2001
  msgstr ""
2002
  "Η επεξεργασία των ρυθμίσεων ηλεκτρονικού ταχυδρομείου μπορεί να γίνει από "
2003
  "τις γενικές ρυθμίσεις."
2004
 
2005
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
2006
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
2007
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
2008
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
2009
  msgid "User e-mail notification"
2010
  msgstr "Ειδοποίηση χρήστη με ηλ. ταχυδρομείο"
2011
 
2012
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
2013
  msgid ""
2014
  "If you enable this option, an email is sent with his quiz result to the "
2015
  "user. (only registered users)"
@@ -2018,12 +2023,12 @@ msgstr ""
2018
  "ταχυσδρομείου στο χρήστη με τα αποτελέσματα του κουίζ. (μόνο εγγεγραμένοι "
2019
  "χρήστηες)"
2020
 
2021
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2022
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2023
  msgid "Autostart"
2024
  msgstr "Αυτόματη εκκίνηση"
2025
 
2026
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2027
  msgid ""
2028
  "If you enable this option, the quiz will start automatically after the page "
2029
  "is loaded."
@@ -2031,31 +2036,31 @@ msgstr ""
2031
  "Αν ενεργοποιήσετε αυτήν την επιλογή, το κουίζ θα ξεκινήσει αυτόματα μόλις "
2032
  "φορτωθεί η σελίδα."
2033
 
2034
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2035
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2036
  msgid "Only registered users are allowed to start the quiz"
2037
  msgstr "Μόνο εγγεγραμμένοι χρήστες επιτρέπεται να ξεκινήσουν το κουίζ."
2038
 
2039
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2040
  msgid ""
2041
  "If you enable this option, only registered users allowed start the quiz."
2042
  msgstr ""
2043
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μόνο εγγεγραμμένοι χρήστες επιτρέπεται "
2044
  "να ξεκινήσουν το κουίζ."
2045
 
2046
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2047
  msgid "Quiz description"
2048
  msgstr "Περιγραφή κούζ"
2049
 
2050
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2051
  msgid "This text will be displayed before start of the quiz."
2052
  msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
2053
 
2054
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2055
  msgid "Results text"
2056
  msgstr "Κείμενο αποτελέσματος"
2057
 
2058
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2059
  msgid ""
2060
  "This text will be displayed at the end of the quiz (in results). (this text "
2061
  "is optional)"
@@ -2063,19 +2068,19 @@ msgstr ""
2063
  "Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
2064
  "κείμενο αυτό είναι προεραιτικό)"
2065
 
2066
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2067
  msgid "Activate graduation"
2068
  msgstr "Ενεργοποίηση αποφοίτησης"
2069
 
2070
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2071
  msgid "Hint:"
2072
  msgstr "Βοήθεια:"
2073
 
2074
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2075
  msgid "Maximal 15 levels"
2076
  msgstr "Μέγιστο 15 επίπεδα"
2077
 
2078
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2079
  #, php-format
2080
  msgid ""
2081
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2084,26 +2089,26 @@ msgstr ""
2084
  "Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
2085
  "ερωτήσεις)"
2086
 
2087
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2088
  msgid "Values can also be mixed up"
2089
  msgstr "Οι τιμές μπορούν να αναμειχθούν"
2090
 
2091
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2092
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2093
  msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
2094
 
2095
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2096
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2097
  msgid "from:"
2098
  msgstr "από:"
2099
 
2100
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2101
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2102
  msgid "percent"
2103
  msgstr "επί τοις εκατό"
2104
 
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2106
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2107
  #, php-format
2108
  msgid ""
2109
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2112,40 +2117,40 @@ msgstr ""
2112
  "(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
2113
  "\"resultProzent\">%s</span>%%)"
2114
 
2115
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2116
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2117
  msgid "Delete graduation"
2118
  msgstr "Διαγραφή αποφοίτησης"
2119
 
2120
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2121
  msgid "Add graduation"
2122
  msgstr "Προσθήκη αποφοίτησης"
2123
 
2124
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2125
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2126
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2127
  msgid "Custom fields - Variables"
2128
  msgstr ""
2129
 
2130
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2131
  msgid "Result-Options"
2132
  msgstr "Αποτέλεσμα-Επιλογές"
2133
 
2134
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2135
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2136
  msgid "Show average points"
2137
  msgstr "Εμφάνιση μέσου όρου βαθμών"
2138
 
2139
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2140
  msgid "Statistics-function must be enabled."
2141
  msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
2142
 
2143
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2144
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2145
  msgid "Show category score"
2146
  msgstr "Εμφάνιση βαθμολογία κατηγορίας"
2147
 
2148
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2149
  msgid ""
2150
  "If you enable this option, the results of each category is displayed on the "
2151
  "results page."
@@ -2153,12 +2158,12 @@ msgstr ""
2153
  "Αν ενεργοποιήσετε αυτήν την επιλογή, τα αποτελέσματα κάθε κατηγορίας θα "
2154
  "εμφανίζονται στη σελίδα των αποτελεσμάτων."
2155
 
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2157
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2158
  msgid "Hide correct questions - display"
2159
  msgstr "Απόκρυψη - εμφάνιση ερωτήσεων"
2160
 
2161
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2162
  msgid ""
2163
  "If you select this option, no longer the number of correctly answered "
2164
  "questions are displayed on the results page."
@@ -2166,12 +2171,12 @@ msgstr ""
2166
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται ο αριθμός των σωστά "
2167
  "απαντημενων ερωτήσεων στη σελίδα των αποτελεσμάτων."
2168
 
2169
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2170
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2171
  msgid "Hide quiz time - display"
2172
  msgstr "Απόκρυψη - εμφάνιση ώρας κουίζ "
2173
 
2174
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2175
  msgid ""
2176
  "If you enable this option, the time for finishing the quiz won't be "
2177
  "displayed on the results page anymore."
@@ -2179,12 +2184,12 @@ msgstr ""
2179
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρόνος για την ολοκλήρωση του κουίζ, "
2180
  "δε θα εμφανίζεται πια στη σελίδα των αποτελεσμάτων."
2181
 
2182
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2183
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2184
  msgid "Hide score - display"
2185
  msgstr "Απόκρυψη - Προβολή βαθμολογίας"
2186
 
2187
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2188
  msgid ""
2189
  "If you enable this option, final score won't be displayed on the results "
2190
  "page anymore."
@@ -2192,25 +2197,25 @@ msgstr ""
2192
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι τελικές βαθμολογίες δε θα "
2193
  "εμφανίζονται πια στη σελίδα αποτελεσμάτων."
2194
 
2195
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2196
  msgid "Question-Options"
2197
  msgstr "Ερώτηση-Επιλογές"
2198
 
2199
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2200
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2201
  msgid "Show points"
2202
  msgstr "Εμφάνιση βαθμών"
2203
 
2204
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2205
  msgid "Shows in quiz, how many points are reachable for respective question."
2206
  msgstr "Εμφάνιση σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
2207
 
2208
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2209
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2210
  msgid "Number answers"
2211
  msgstr "Αρίθμηση απαντήσεων"
2212
 
2213
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2214
  msgid ""
2215
  "If this option is activated, all answers are numbered (only single and "
2216
  "multiple choice)"
@@ -2218,12 +2223,12 @@ msgstr ""
2218
  "Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
2219
  "(μόνο οι μονές και πολλαπλής επιλογής)"
2220
 
2221
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2222
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2223
  msgid "Hide correct- and incorrect message"
2224
  msgstr "Απόκρυψη μηνύματος σωστού-λάθους"
2225
 
2226
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2227
  msgid ""
2228
  "If you enable this option, no correct- or incorrect message will be "
2229
  "displayed."
@@ -2231,12 +2236,12 @@ msgstr ""
2231
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται μήνυμα σωστού - "
2232
  "λάθους."
2233
 
2234
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2235
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2236
  msgid "Correct and incorrect answer mark"
2237
  msgstr "Σημάδι σωστών και λάθος απαντήσεων"
2238
 
2239
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2240
  msgid ""
2241
  "If you enable this option, answers won't be color highlighted as correct or "
2242
  "incorrect. "
@@ -2244,18 +2249,18 @@ msgstr ""
2244
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
2245
  "σωστές - λάθος."
2246
 
2247
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2248
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2249
  msgid "Force user to answer each question"
2250
  msgstr "Να αναγκαστεί ο χρήστης να απαντήσει κάθε ερώτηση"
2251
 
2252
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2253
  msgid "If you enable this option, the user is forced to answer each question."
2254
  msgstr ""
2255
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης θα αναγκαστεί να απαντήσει σε "
2256
  "κάθε ερώτηση."
2257
 
2258
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2259
  msgid ""
2260
  "If the option \"Question overview\" is activated, this notification will "
2261
  "appear after end of the quiz, otherwise after each question."
@@ -2264,38 +2269,38 @@ msgstr ""
2264
  "θα εμφανιστεί μετά το τέλος του κουίζ, αλλιώς θα εμφανίζεται μετά από κάθε "
2265
  "ερώτηση."
2266
 
2267
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2268
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2269
  msgid "Hide question position overview"
2270
  msgstr "Απόκρυψη επισκόπησης θέσης ερώτησης"
2271
 
2272
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2273
  msgid "If you enable this option, the question position overview is hidden."
2274
  msgstr ""
2275
  "Αν ενεργοποιήσετε αυτήν την επιλογή, η προεπισκόπηση της θέσης της ερώτησης "
2276
  "αποκρύβεται."
2277
 
2278
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2279
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2280
  msgid "Hide question numbering"
2281
  msgstr "Απόκρυψη αρίθμησης ερωτήσεων"
2282
 
2283
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2284
  msgid "If you enable this option, the question numbering is hidden."
2285
  msgstr "Αν επιλέξετε αυτήν την επιλογή, δε θα φαίνεται η αρίθμηση ερωτήσεων."
2286
 
2287
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2288
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2289
  msgid "Display category"
2290
  msgstr "Προβολή κατηγορίας"
2291
 
2292
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2293
  msgid "If you enable this option, category will be displayed in the question."
2294
  msgstr ""
2295
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα εμφανίζεται η κατηγορία μέσα στην "
2296
  "ερώτηση."
2297
 
2298
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2299
  msgid ""
2300
  "The leaderboard allows users to enter results in public list and to share "
2301
  "the result this way."
@@ -2303,17 +2308,17 @@ msgstr ""
2303
  "Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
2304
  "δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
2305
 
2306
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2307
  msgid "The leaderboard works independent from internal statistics function."
2308
  msgstr ""
2309
  "Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
2310
  "στατιστικών."
2311
 
2312
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2313
  msgid "Who can sign up to the list"
2314
  msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
2315
 
2316
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2317
  msgid ""
2318
  "Not registered users have to enter name and e-mail (e-mail won't be "
2319
  "displayed)"
@@ -2321,11 +2326,11 @@ msgstr ""
2321
  "Μη εγγεγραμμένοι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
2322
  "ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
2323
 
2324
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2325
  msgid "insert automatically"
2326
  msgstr "αυτόματη εισαγωγή"
2327
 
2328
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2329
  msgid ""
2330
  "If you enable this option, logged in users will be automatically entered "
2331
  "into leaderboard"
@@ -2333,11 +2338,11 @@ msgstr ""
2333
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι συνδεδεμένοι χρήστες θα εισάγονται "
2334
  "αυτόματα στον πίνακα βαθμολογίας."
2335
 
2336
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2337
  msgid "display captcha"
2338
  msgstr "προβολή captcha"
2339
 
2340
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2341
  msgid ""
2342
  "If you enable this option, additional captcha will be displayed for users "
2343
  "who are not registered."
@@ -2345,83 +2350,83 @@ msgstr ""
2345
  "Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
2346
  "χρήστες που δεν είναι εγγεγραμμένοι."
2347
 
2348
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2349
  msgid "This option requires additional plugin:"
2350
  msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετο:"
2351
 
2352
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2353
  msgid "Plugin has been detected."
2354
  msgstr "Ανιχνεύθηκε τo πρόσθετο "
2355
 
2356
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2357
  msgid "Plugin is not installed."
2358
  msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
2359
 
2360
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2361
  msgid "Sort list by"
2362
  msgstr "Ταξινόμηση λίστας κατά"
2363
 
2364
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2365
  msgid "Users can apply multiple times"
2366
  msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
2367
 
2368
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2369
  msgid "User can apply after:"
2370
  msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
2371
 
2372
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2373
  msgid "minute"
2374
  msgstr "λεπτό"
2375
 
2376
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2377
  msgid "How many entries should be displayed"
2378
  msgstr "Πόσες εγραφές θα εμφανίζονται"
2379
 
2380
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2381
  msgid "Entries"
2382
  msgstr "Εγγραφές"
2383
 
2384
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2385
  msgid "Automatically display leaderboard in quiz result"
2386
  msgstr "Αυτόματη προβολή πίνακα βαθμολογία στα αποτελέσματα του κουίζ"
2387
 
2388
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2389
  msgid "Where should leaderboard be displayed:"
2390
  msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
2391
 
2392
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2393
  msgid "don't display"
2394
  msgstr "μην εμφανίσεις"
2395
 
2396
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2397
  msgid "below the \"result text\""
2398
  msgstr "κάτω από το \"κείμενο αποτελέσματος\""
2399
 
2400
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2401
  msgid "in a button"
2402
  msgstr "σε ένα κουμπί"
2403
 
2404
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2405
  msgid "Quiz-Mode"
2406
  msgstr "Κατάσταση Κουίζ"
2407
 
2408
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2409
  msgid "Normal"
2410
  msgstr "Κανονικό"
2411
 
2412
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2413
  msgid "Normal + Back-Button"
2414
  msgstr "Κανονικό + Κουμπί Πίσω"
2415
 
2416
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2417
  msgid "Check -> continue"
2418
  msgstr "Έλεγχος -> συνέχεια"
2419
 
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2421
  msgid "Questions below each other"
2422
  msgstr "Ερωτήσεις η μια κάτω από την άλλη"
2423
 
2424
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2425
  msgid ""
2426
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2427
  "displayed at the end of the quiz."
@@ -2429,15 +2434,15 @@ msgstr ""
2429
  "Εμφάνιση όλων των ερωτήσεων με τη σειρά, τα \"σωστό\" ή \"λάθος\" θα "
2430
  "εμφανίζονται στο τέλος του κουίζ."
2431
 
2432
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2433
  msgid "Allows to use the back button in a question."
2434
  msgstr "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση"
2435
 
2436
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2437
  msgid "Shows \"right or wrong\" after each question."
2438
  msgstr "Εμφάνιση \"σωστό ή λάθος\" μετά από κάθε ερώτηση."
2439
 
2440
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2441
  msgid ""
2442
  "If this option is activated, all answers are displayed below each other, i."
2443
  "e. all questions are on a single page."
@@ -2445,23 +2450,23 @@ msgstr ""
2445
  "Αν η επιλογή αυτή είναι ενεργοποιημένη, όλες οι απαντήσεις εμφανίζονται η "
2446
  "μια κάτω από την άλλη, πχ όλες οι απαντήσεις στην ίδια σελίδα. "
2447
 
2448
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2449
  msgid "How many questions to be displayed on a page:"
2450
  msgstr "Πόσες ερωτήσεις θα εμφανίζονται σε μια σελίδα."
2451
 
2452
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2453
  msgid "(0 = All on one page)"
2454
  msgstr "(0 = Όλα σε μια σελίδα)"
2455
 
2456
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2457
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2458
  #: lib/view/WpProQuiz_View_Statistics.php:41
2459
  #: lib/view/WpProQuiz_View_Statistics.php:364
2460
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2461
  msgid "Custom fields"
2462
  msgstr "Ειδικά πεδία"
2463
 
2464
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2465
  msgid ""
2466
  "You can create custom fields, e.g. to request the name or the e-mail address "
2467
  "of the users."
@@ -2469,109 +2474,113 @@ msgstr ""
2469
  "Μπορείτε να δημιουργήσετε ειδικά πεδία, πχ να ζητήσετε το όνομα ή τη "
2470
  "διεύθυνση ηλεκτρονικού ταχυδρομείου του χρήστη."
2471
 
2472
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2473
  msgid "The statistic function have to be enabled."
2474
  msgstr "Οι λειτουργίες στατιστικών πρέπει να ενεργοποιηθούν."
2475
 
2476
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2477
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2478
  msgid "Custom fields enable"
2479
  msgstr "Ενεργοποίηση ειδικών πεδίων."
2480
 
2481
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2482
  msgid "If you enable this option, custom fields are enabled."
2483
  msgstr ""
2484
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα ενεργοποιηθούν τα ειδικά πεδία."
2485
 
2486
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2487
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2488
  msgid "Display position"
2489
  msgstr "Θέση προβολής"
2490
 
2491
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2492
  msgid "Where should the fileds be displayed:"
2493
  msgstr "Που πρέπει να εμφανίζονται τα πεδία:"
2494
 
2495
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2496
  msgid "On the quiz startpage"
2497
  msgstr "Στην αρχική σελίδα του κουίζ"
2498
 
2499
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2500
  msgid "At the end of the quiz (before the quiz result)"
2501
  msgstr "Στο τέλος του κουίζ (πριν από τα αποτελέσματα του κουίζ)"
2502
 
2503
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2504
  msgid "Field name"
2505
  msgstr "Όνομα πεδίου"
2506
 
2507
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2508
  msgid "Required?"
2509
  msgstr "Απαιτείται;"
2510
 
2511
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2512
  msgid "Text"
2513
  msgstr "Κείμενο"
2514
 
2515
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2516
  msgid "Textarea"
2517
  msgstr "περιοχή κειμένου"
2518
 
2519
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2520
  msgid "Checkbox"
2521
  msgstr "Κουμπί επιλογής"
2522
 
2523
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2524
  msgid "Drop-Down menu"
2525
  msgstr "Αναδυόμενο μενού"
2526
 
2527
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2528
  msgid "Radio"
2529
  msgstr "Ράδιο"
2530
 
2531
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2532
  msgid "Number"
2533
  msgstr "Αριθμός"
2534
 
2535
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2536
  msgid "Email"
2537
  msgstr "Email"
2538
 
2539
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2540
  msgid "Yes/No"
2541
  msgstr "Ναι/Όχι"
2542
 
2543
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2544
  #: lib/view/WpProQuiz_View_Statistics.php:323
2545
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2546
  msgid "Date"
2547
  msgstr "Ημερομηνία"
2548
 
2549
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2550
  msgid "Edit list"
2551
  msgstr "Επεξεργασία λίστας"
2552
 
2553
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2554
  msgid "One entry per line"
2555
  msgstr "Μια εγγραφή ανά γραμμή"
2556
 
2557
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2558
  msgid "OK"
2559
  msgstr "Εντάξει"
2560
 
2561
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2562
  msgid "Add field"
2563
  msgstr "Προσθήκη πεδίου:"
2564
 
2565
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2566
  msgid ""
2567
  "If you enable this option, an email is sent with his quiz result to the user."
2568
  msgstr ""
2569
 
2570
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2571
  msgid "User Email-Address (only registered users)"
2572
  msgstr ""
2573
 
2574
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2575
  msgid "(Type Email)"
2576
  msgstr ""
2577
 
@@ -2587,86 +2596,86 @@ msgstr "Σε περίπτωση προβλημάτων"
2587
  msgid "If quiz doesn't work in front-end, please try following:"
2588
  msgstr "Αν δε δουλέψει το κουίζ στη σελίδα, παρακαλώ δοκιμάστε τα παρακάτω:"
2589
 
2590
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2591
  msgid "Style Manager"
2592
  msgstr "Διαχειριστής Στυλ"
2593
 
2594
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2595
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2596
  msgid "Support WP-Pro-Quiz"
2597
  msgstr "Υποστηρίξτε το WP-Pro-Quiz"
2598
 
2599
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2600
  msgid "Learn more"
2601
  msgstr ""
2602
 
2603
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2604
  msgid "ID"
2605
  msgstr "ΑΑ"
2606
 
2607
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2608
  msgid "Shortcode"
2609
  msgstr "Μικροκώδικας"
2610
 
2611
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2612
  msgid "Shortcode-Leaderboard"
2613
  msgstr "Μικροκώδικας-Πίνακας βαθμολογίας"
2614
 
2615
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2616
  msgid "Preview"
2617
  msgstr "Προεπισκόπηση"
2618
 
2619
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2620
  msgid "Add quiz"
2621
  msgstr "Προσθήκη κουίζ"
2622
 
2623
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2624
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2625
  msgid "Export"
2626
  msgstr "Εξαγωγή"
2627
 
2628
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2629
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2630
  msgid "Set Quiz Categories"
2631
  msgstr ""
2632
 
2633
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2634
  msgid ""
2635
  "Choose the respective question, which you would like to export and press on "
2636
  "\"Start export\""
2637
  msgstr ""
2638
  "Διάλεξε την ερώτηση που θέλεις να εξαγάγεις και πάτησε \"Ξεκίνα εξαγωγή\""
2639
 
2640
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2641
  msgid "Format:"
2642
  msgstr "Μορφή:"
2643
 
2644
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2645
  msgid "*.wpq"
2646
  msgstr "*.wpq"
2647
 
2648
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2649
  msgid "or"
2650
  msgstr "ή"
2651
 
2652
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2653
  msgid "*.xml"
2654
  msgstr "*.xml"
2655
 
2656
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2657
  msgid "Start export"
2658
  msgstr "Εκκίνηση εξαγωγής"
2659
 
2660
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2661
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2662
  msgstr "Να εισάγετε αρχεία *.wpq ή *.xlm από γνωστές και έμπιστες πηγές."
2663
 
2664
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2665
  #, php-format
2666
  msgid "Maximal %d MiB"
2667
  msgstr "Μέγιστο %d MiB"
2668
 
2669
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2670
  msgid "Sets multiple quiz categories "
2671
  msgstr ""
2672
 
@@ -2713,39 +2722,39 @@ msgstr "μέσος όρος"
2713
 
2714
  #: lib/view/WpProQuiz_View_Statistics.php:108
2715
  #: lib/view/WpProQuiz_View_Statistics.php:243
2716
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2717
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2718
  msgid "Hints used"
2719
  msgstr "Βοήθεια που χρησιμοποιήθηκε "
2720
 
2721
  #: lib/view/WpProQuiz_View_Statistics.php:109
2722
  #: lib/view/WpProQuiz_View_Statistics.php:244
2723
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2724
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2725
  msgid "Time"
2726
  msgstr "Ώρα"
2727
 
2728
  #: lib/view/WpProQuiz_View_Statistics.php:110
2729
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2730
  msgid "Points scored"
2731
  msgstr "Σύνολο βαθμών"
2732
 
2733
  #: lib/view/WpProQuiz_View_Statistics.php:148
2734
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2735
  msgid "Sub-Total: "
2736
  msgstr "Υποσύνολο:"
2737
 
2738
  #: lib/view/WpProQuiz_View_Statistics.php:183
2739
  #: lib/view/WpProQuiz_View_Statistics.php:268
2740
  #: lib/view/WpProQuiz_View_Statistics.php:343
2741
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2742
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2743
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2744
  msgid "Refresh"
2745
  msgstr "Ανανέωση"
2746
 
2747
  #: lib/view/WpProQuiz_View_Statistics.php:187
2748
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2749
  msgid "Reset statistics"
2750
  msgstr "Επαναφορά στατιστικών"
2751
 
@@ -2785,18 +2794,30 @@ msgstr "μόνο εγγεγραμμένοι χρήστες"
2785
  msgid "only anonymous users"
2786
  msgstr "μόνο ανώνυμοι χρήστες"
2787
 
2788
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2789
  #, php-format
2790
  msgid "User statistics: %s"
2791
  msgstr "Στατιστικά χρήστη: %s"
2792
 
2793
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2794
- msgid "ticked"
2795
- msgstr "επιλέχθηκε"
2796
 
2797
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2798
- msgid "not ticked"
2799
- msgstr "δεν επιλέχθηκε"
2800
 
2801
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2802
  msgid "History"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:36+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:36+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Ζαχαρίας Σδρέγας <azdrax@gmail.com>\n"
8
  "Language: el\n"
62
  #: lib/controller/WpProQuiz_Controller_Admin.php:111
63
  #: lib/view/WpProQuiz_View_FrontToplist.php:26
64
  #: lib/view/WpProQuiz_View_QuestionOverall.php:71
65
+ #: lib/view/WpProQuiz_View_QuizOverall.php:141
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:41
67
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
68
  msgid "No data available"
69
  msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
70
 
108
  #: lib/controller/WpProQuiz_Controller_Front.php:66
109
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
110
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
111
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
112
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
113
  #: lib/view/WpProQuiz_View_Statistics.php:46
114
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
148
  #: lib/controller/WpProQuiz_Controller_Question.php:540
149
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
150
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
154
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
155
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
156
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
157
  msgid "You do not have sufficient permissions to access this page."
166
  msgstr "Η βάση δεδομένων επιδιορθώθηκε"
167
 
168
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
171
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
172
  msgid "File cannot be processed"
173
  msgstr "Δεν μπορεί να γίνει επεξεργασία του αρχείου"
174
 
175
  #: lib/controller/WpProQuiz_Controller_Question.php:9
176
  #: lib/controller/WpProQuiz_Controller_Question.php:19
177
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
178
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
179
  msgid "Quiz not found"
180
  msgstr "Το κούιζ δε βρέθηκε"
181
 
212
  msgid "questions copied"
213
  msgstr "οι ερωτήσεις αντιγράφτηκαν"
214
 
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
216
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
217
  msgid "Quiz edited"
218
  msgstr "Η επεξεργασία του κούιζ ολοκληρώθηκε"
219
 
220
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
221
  msgid "quiz created"
222
  msgstr "Το κουίζ δημιουργήθηκε"
223
 
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
226
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
227
  msgid "Quiz title or quiz description are not filled"
228
  msgstr "Δεν έχει συμπληρωθεί ο τίτλος ή περιγραφή του κουίζ"
229
 
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
231
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
232
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
233
  msgid "Edit quiz"
234
  msgstr "Επεξεργασία κουίζ"
235
 
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
238
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
239
  msgid "Create quiz"
240
  msgstr "Δημιουργία κουίζ"
241
 
242
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
243
  msgid "Template stored"
244
  msgstr "Το πρότυπο αποθηκεύτηκε"
245
 
246
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
247
  msgid "Quiz deleted"
248
  msgstr "Το κούιζ διαγράφηκε"
249
 
250
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
251
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
252
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
253
  msgid "Not categorized"
254
  msgstr "Χωρίς κατηγορία"
255
 
256
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
257
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
258
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
259
  msgid "Categories"
260
  msgstr "Κατηγορίες"
261
 
262
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
263
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
264
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
265
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
266
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
267
  msgid "No category"
268
  msgstr "Καμμιά κατηγορία"
269
 
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
272
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
273
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
274
  msgid "Anonymous"
275
  msgstr "Ανώνυμος"
276
 
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
278
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
279
  msgid "Deleted user"
280
  msgstr "Ο χρήστης διαγράφηκε"
281
 
309
  msgid "You entered wrong captcha code."
310
  msgstr "Έβαλες λάθος κωδικό captcha."
311
 
312
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
313
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
314
+ msgid "ticked"
315
+ msgstr "επιλέχθηκε"
316
+
317
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
318
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
319
+ msgid "not ticked"
320
+ msgstr "δεν επιλέχθηκε"
321
+
322
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
323
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
324
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
325
+ msgid "Yes"
326
+ msgstr "Ναι"
327
+
328
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
329
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
330
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
331
+ msgid "No"
332
+ msgstr "Όχι"
333
+
334
  #: lib/helper/WpProQuiz_Helper_Import.php:9
335
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
336
  msgid "File was not uploaded"
337
  msgstr "Η μεταφόρτωση του αρχείου δεν έγινε"
338
 
339
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
340
  msgid "File have wrong format"
341
  msgstr "Λάθος μορφή αρχείου"
342
 
343
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
344
  msgid "File is not compatible with the current version"
345
  msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
346
 
408
  msgstr "Ένα δυνατό και ωραίο plugin για WordPress."
409
 
410
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
411
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
412
  msgid "WP-Pro-Quiz"
413
  msgstr "WP-Pro-Quiz"
414
 
415
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
416
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
419
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
420
  msgid "Leaderboard"
421
  msgstr "Πίνακας βαθμολογίας"
422
 
425
  #: lib/view/WpProQuiz_View_Import.php:22
426
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
427
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
429
  #: lib/view/WpProQuiz_View_Statistics.php:29
430
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
431
  #: lib/view/WpProQuiz_View_StyleManager.php:11
447
  msgstr "Ταξινόμηση κατά:"
448
 
449
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
451
  msgid "best user"
452
  msgstr "καλύτερος χρήστης"
453
 
454
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
456
  msgid "newest entry"
457
  msgstr "τελευταία εγγραφή"
458
 
459
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
461
  msgid "oldest entry"
462
  msgstr "παλιότερη εγγραφή"
463
 
471
 
472
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
473
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
475
  msgid "Type"
476
  msgstr "Τύπος"
477
 
481
 
482
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
483
  #: lib/view/WpProQuiz_View_Statistics.php:239
484
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
485
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
486
  msgid "User"
487
  msgstr "Χρήστης"
488
 
489
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
490
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
491
  msgid "E-Mail"
492
  msgstr "Ηλεκτρονικό Ταχυδρομείο"
493
 
497
  msgstr "Εισάχθηκε στις"
498
 
499
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
502
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
504
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
508
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
509
  #: lib/view/WpProQuiz_View_Statistics.php:105
510
  #: lib/view/WpProQuiz_View_Statistics.php:240
511
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
512
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
513
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
514
  msgid "Points"
515
  msgstr "Βαθμοί"
516
 
517
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
518
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
519
  #: lib/view/WpProQuiz_View_Statistics.php:111
520
  #: lib/view/WpProQuiz_View_Statistics.php:245
521
  #: lib/view/WpProQuiz_View_Statistics.php:324
522
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
523
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
524
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
525
  msgid "Results"
526
  msgstr "Αποτελέσματα"
527
 
531
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
532
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
533
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
534
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
535
  msgid "Edit"
536
  msgstr "Επεξεργασία"
537
 
542
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
543
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
544
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
546
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
547
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
548
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
549
  msgid "Delete"
550
  msgstr "Διαγραφή"
551
 
569
  msgid "Delete all entries"
570
  msgstr "Διαγραφή όλων των εγγραφών"
571
 
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
573
+ msgid "Start quiz"
574
+ msgstr "Εκκίνηση κουίζ"
575
+
576
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
577
+ msgid "Restart quiz"
578
+ msgstr "Επανεκίνηση κουίζ"
579
+
580
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
584
  msgid "Quiz-summary"
585
  msgstr "Περίληψη κουίζ"
586
 
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
588
  msgid "Finish quiz"
589
  msgstr "Ολοκλήρωση του κουίζ"
590
 
591
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
592
+ msgid "Quiz is loading..."
593
+ msgstr "Το κουίζ φορτώνεται..."
594
+
595
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
596
+ msgid ""
597
+ "You have already completed the quiz before. Hence you can not start it again."
598
+ msgstr ""
599
+ "Έχεις ήδη ολοκληρώσει το κουίζ. Δεν μπορείς, λοιπόν, να το ξεκινήσεις ξανά."
600
+
601
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
602
+ msgid "You must sign in or sign up to start the quiz."
603
+ msgstr "Πρέπει να συνδεθείτε ή να εγγραφείτε για να ξεκινήσετε το κουίζ."
604
+
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
606
+ msgid "You have to finish following quiz, to start this quiz:"
607
+ msgstr ""
608
+ "Πρέπει να ολοκληρώσεις το επόμενο κουίζ για να ξεκινήσεις αυτό το κουίζ:"
609
+
610
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
611
  msgid "Your result has been entered into leaderboard"
612
  msgstr "Το αποτέλεσμά σας μπήκε στον πίνακα βαθμολογίας"
613
 
614
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
615
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
616
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
617
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
618
  msgid "Name"
619
  msgstr "Όνομα"
620
 
621
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
622
  msgid "Captcha"
623
  msgstr "Captcha"
624
 
625
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
626
  msgid "Send"
627
  msgstr "Αποστολή"
628
 
629
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
630
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
631
  msgid "You must fill out this field."
632
  msgstr "Πρέπει να συμπληρώσετε αυτό το πεδίο."
633
 
634
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
635
  msgid "You must specify a number."
636
  msgstr "Πρέπει να ορίσετε έναν αριθμό."
637
 
638
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
639
  msgid "You must specify a text."
640
  msgstr "Πρέπει να ορίσετε κείμενο."
641
 
642
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
643
  msgid "You must specify an email address."
644
  msgstr "Πρέπει να ορίσετε μια διεύθυνση ηλεκτρονικού ταχυδρομείου."
645
 
646
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
647
  msgid "You must specify a date."
648
  msgstr "Πρέπει να ορίσετε μια ημερομηνία."
649
 
650
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  #, php-format
652
  msgid "%s of %s questions completed"
653
  msgstr "Ολοκληρώθηκαν %s από %s ερωτήσεις"
654
 
655
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
656
  #: lib/view/WpProQuiz_View_Import.php:44
657
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
658
  msgid "Questions"
659
  msgstr "Ερωτήσεις"
660
 
661
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
662
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
663
  msgid "Information"
664
  msgstr "Πληροφορίες"
665
 
666
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
667
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
669
  msgid "Time limit"
670
  msgstr "Όριο χρόνου"
671
 
672
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
673
  msgid "Answered"
674
  msgstr "Απαντήθηκε"
675
 
676
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
677
  msgid "Review"
678
  msgstr "Ανασκόπηση"
679
 
680
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
681
  msgid "Review question"
682
  msgstr "Ανασκόπηση ερώτησης"
683
 
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
685
  #, php-format
686
  msgid "%s of %s questions answered correctly"
687
  msgstr "Απαντήθηκαν σωστά %s από %s ερωτήσεις"
688
 
689
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
690
  msgid "Your time: <span></span>"
691
  msgstr "Ο χρόνος σου: <span></span>"
692
 
693
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
694
  msgid "Time has elapsed"
695
  msgstr "Ό χρόνος πέρασε"
696
 
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
698
  #, php-format
699
  msgid "You have reached %s of %s points, (%s)"
700
  msgstr "Έφτασες %s από %s βαθμούς, (%s)"
701
 
702
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
703
  msgid "Average score"
704
  msgstr "Μέση βαθμολογία"
705
 
706
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
707
  msgid "Your score"
708
  msgstr "Οι βαθμοί σου"
709
 
710
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
711
  msgid "View questions"
712
  msgstr "Προβολή ερωτήσεων"
713
 
714
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
715
  msgid "Show leaderboard"
716
  msgstr "Εμφάνιση πίνακα αποτελεσμέτων"
717
 
718
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
719
  #, php-format
720
  msgid "Question %s of %s"
721
  msgstr "Ερώτηση %s από %s"
722
 
723
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
724
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
725
  #: lib/view/WpProQuiz_View_Statistics.php:104
726
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
727
  msgid "Question"
728
  msgstr "Ερώτηση"
729
 
730
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
731
  #, php-format
732
  msgid "%d points"
733
  msgstr "%d βαθμοί"
734
 
735
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
736
  #, php-format
737
  msgid "Category: %s"
738
  msgstr "Κατηγορία: %s"
739
 
740
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
741
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
742
  msgid "Sort elements"
743
  msgstr "Ταξινόμηση στοιχείων"
744
 
745
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
746
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
747
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
748
  #: lib/view/WpProQuiz_View_Statistics.php:106
749
  #: lib/view/WpProQuiz_View_Statistics.php:241
750
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
751
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
754
  msgid "Correct"
755
  msgstr "Σωστό"
756
 
757
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
758
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
759
  #: lib/view/WpProQuiz_View_Statistics.php:107
760
  #: lib/view/WpProQuiz_View_Statistics.php:242
761
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
762
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
763
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
764
  msgid "Incorrect"
765
  msgstr "Λάθος"
766
 
767
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
768
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
769
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
770
  msgid "Hint"
771
  msgstr "Βοήθεια"
772
 
773
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
776
  msgid "Skip question"
777
  msgstr "Υπερπήδηση ερώτησης"
778
 
779
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
780
  msgid "Back"
781
  msgstr "Πίσω"
782
 
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
784
  msgid "Check"
785
  msgstr "Έλεγχος"
786
 
787
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
788
  msgid "Next"
789
  msgstr "Επόμενο"
790
 
791
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
792
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
793
  #, php-format
794
  msgid "Page %d"
795
  msgstr "Σελίδα %d"
796
 
 
 
 
 
797
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
798
  #, php-format
799
  msgid "maximum of %s points"
814
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
815
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
816
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
817
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
818
  msgid "Global settings"
819
  msgstr "Γενικές Ρυθμίσεις"
820
 
825
 
826
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
827
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
828
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
829
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
830
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
831
  msgid "Save"
832
  msgstr "Αποθηκεύστε"
880
 
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
882
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
884
  msgid "Admin e-mail settings"
885
  msgstr "Ρυθμίσεις ηλ. ταχυδρομείου διαχειριστή"
886
 
887
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
888
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
890
  msgid "To:"
891
  msgstr "Προς:"
892
 
893
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
895
  msgid ""
896
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
897
  "com"
901
 
902
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
905
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
906
  msgid "From:"
907
  msgstr "Από:"
908
 
909
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
910
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
913
  msgid "Subject:"
914
  msgstr "Θέμα:"
915
 
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
917
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
920
  msgid "HTML"
921
  msgstr "HTML"
922
 
925
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
926
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
927
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
966
  msgid "Activate"
967
  msgstr "Ενεργοποίηση"
968
 
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
970
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
973
  msgid "Message body:"
974
  msgstr "Σώμα μηνύματος"
975
 
976
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
979
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
980
  msgid "Allowed variables"
981
  msgstr "Επιτρεπτές μεταβλητές"
982
 
983
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
984
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
987
  msgid "User-ID"
988
  msgstr "ΑΑ Χρήστη"
989
 
990
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
992
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
994
  #: lib/view/WpProQuiz_View_Statistics.php:322
995
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
996
  msgid "Username"
998
 
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
1000
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
1001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
1002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
1003
  msgid "Quiz-Name"
1004
  msgstr "Όνομα Κουίζ"
1005
 
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1007
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1008
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1010
  msgid "Result in precent"
1011
  msgstr "Αποτέλεσμα σε επί τοις εκατό"
1012
 
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1014
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1016
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1017
  msgid "Reached points"
1018
  msgstr "Συνολικοί βαθμοί"
1019
 
1020
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1021
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1023
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1024
  msgid "IP-address of the user"
1025
  msgstr "Διεύθυνση IP του χρήστη"
1026
 
1027
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1028
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1029
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1030
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1031
  msgid "Category-Overview"
1032
  msgstr "Κατηγορία-Επισκόπηση"
1033
 
1034
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1035
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1036
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1037
  msgid "User e-mail settings"
1038
  msgstr "Ρυθμίσεις ηλ. ταχυδορμείου χρήστη"
1039
 
1126
  msgstr "Βιβλιοθήκη Touch"
1127
 
1128
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1134
  msgid "Deactivate"
1135
  msgstr "Απενεργοποίηση"
1136
 
1175
  "Δε θα διαγραφούν δεδομένα. Θα επιδιορθωθούν μόνο οι πίνακες του WP-PRO-Quiz."
1176
 
1177
  #: lib/view/WpProQuiz_View_Import.php:21
1178
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1179
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1180
  msgid "Import"
1181
  msgstr "Εισαγωγή"
1182
 
1197
  msgstr "Όνομα του κουίζ"
1198
 
1199
  #: lib/view/WpProQuiz_View_Import.php:69
1200
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1201
  msgid "Start import"
1202
  msgstr "Εκκίνηση εισαγωγής"
1203
 
1206
  msgstr ""
1207
 
1208
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1209
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1210
  msgid "You need special WP-Pro-Quiz modification for your website?"
1211
  msgstr ""
1212
 
1268
  msgstr ""
1269
 
1270
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1272
  msgid "load template"
1273
  msgstr "φόρτωση προτύπου"
1274
 
1281
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1282
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1283
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1285
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1287
  msgid "(optional)"
1288
  msgstr "(προεραιτικά)"
1289
 
1298
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1299
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1300
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1304
  msgid "(required)"
1305
  msgstr "(απαιτείται)"
1306
 
1330
 
1331
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1332
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1334
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1335
  #: lib/view/WpProQuiz_View_Statistics.php:124
1336
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1337
  msgid "Category"
1338
  msgstr "Κατηγορία"
1339
 
1346
  "ορατές στη λειτουργία στατιστικών."
1347
 
1348
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1350
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1351
  msgid "You can manage categories in global settings."
1352
  msgstr "Μπορείτε να διαχειριστείτε τις κατηγορίες στις γενικές ρυθμίσεις"
1353
 
1354
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1355
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1356
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1358
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1359
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1360
  msgid "Create new category"
1361
  msgstr "Δημιουργία νέας κατηγορίας"
1362
 
1363
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1365
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1366
  msgid "Create"
1367
  msgstr "Δημιουργία"
1368
 
1495
  "μεγαλύτερο κείμενο για τα κριτήρια. Το προκαθορισμένο είναι 20%."
1496
 
1497
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1499
  msgid "template name"
1500
  msgstr "όνομα προτύπου"
1501
 
1502
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1504
  msgid "Create new template"
1505
  msgstr "Δημιουργίανέου προτύπου"
1506
 
1507
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1509
  msgid "Save as template"
1510
  msgstr "Απόθήκευση ως προτύπου"
1511
 
1512
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1513
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1514
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1516
  msgid "Options"
1517
  msgstr "Επιλογές"
1518
 
1544
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1545
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1546
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1547
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1548
  msgid "Move"
1549
  msgstr "Μετακίνηση"
1550
 
1621
 
1622
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1623
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1624
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1643
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1647
  msgid "Demo"
1648
  msgstr "Επίδειξη"
1649
 
1699
 
1700
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1701
  #: lib/view/WpProQuiz_View_Statistics.php:169
1702
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1703
  msgid "Total"
1704
  msgstr "Σύνολο"
1705
 
1728
  msgid "Copy questions"
1729
  msgstr "Αντιγραφή ερωτήσεων"
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1732
  msgid "Quiz title"
1733
  msgstr "Τίτλος κουίζ"
1734
 
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1736
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1737
  msgid "You can assign classify category for a quiz."
1738
  msgstr ""
1739
 
1740
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1741
  msgid "Hide quiz title"
1742
  msgstr "Απόκρυψη τίτλου κουίζ"
1743
 
1744
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1745
  msgid "Hide title"
1746
  msgstr "Απόκρυψη Τίτλου"
1747
 
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1749
  msgid "The title serves as quiz heading."
1750
  msgstr "Ο τίτλος χρησιμοποιείται σαν επικεφαλίδα του κουίζ."
1751
 
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1753
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1754
  msgid "Hide \"Restart quiz\" button"
1755
  msgstr "Απόκρυψη κουμπιού \"Επανάληψη Κουιζ\""
1756
 
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1758
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1759
  msgstr "Απόκρυψη κουμπιού \"Επανεκίνηση κουίζ\" στη σελίδα"
1760
 
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1763
  msgid "Hide \"View question\" button"
1764
  msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\""
1765
 
1766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1767
  msgid "Hide the \"View question\" button in the Frontend."
1768
  msgstr "Απόκρυψη κουμπιού \"Προβολή ερώτησης\" στη σελίδα"
1769
 
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1772
  msgid "Display question randomly"
1773
  msgstr "Τυχαία προβολή ερωτήσεων"
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1776
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1777
  msgid "Display answers randomly"
1778
  msgstr "Τυχαία προβολή απαντήσεων"
1779
 
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1782
  msgid "Sort questions by category"
1783
  msgstr "Ταξινόμηση ερωτήσεων κατά κατηγορία"
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1786
  msgid ""
1787
  "Also works in conjunction with the \"display randomly question\" option."
1788
  msgstr "Επίσης λειτουργεί μαζί με την επιλογ΄\"προβολή τυχαίων ερωτήσεων\"."
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1791
  msgid "Seconds"
1792
  msgstr "Δευτερόλεπτα"
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1795
  msgid "0 = no limit"
1796
  msgstr "0 = χωρίς όριο"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1800
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1801
  msgid "Statistics"
1802
  msgstr "Στατιστικά"
1803
 
1804
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1805
  msgid ""
1806
  "Statistics about right or wrong answers. Statistics will be saved by "
1807
  "completed quiz, not after every question. The statistics is only visible "
1811
  "ολοκληρωθεί το κουίζ, κι όχι μετά από κάθε ερώτηση. Τα στατιστικά είναι "
1812
  "ορατά μόνο από το μενού διαχείρησης. (Εσωτερικά στατιστικά)"
1813
 
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1816
  msgid "Statistics IP-lock"
1817
  msgstr "Στατιστικά ΙΡ-κλείδωμα"
1818
 
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1820
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1821
  msgstr "σε λεπτά (συνιστώνται 1440 λεπτά = 1 μέρα)"
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1824
  msgid ""
1825
  "Protect the statistics from spam. Result will only be saved every X minutes "
1826
  "from same IP. (0 = deactivated)"
1828
  "Προστασία των στατιστικών από spam. Τα αποτελέσματα θα αποθηκεύονται κάθε Χ "
1829
  "λεπτά από την ίδια διεύθυνση IP. (0 = απενεργοποιήση)"
1830
 
 
1831
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1832
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1833
  msgid "Execute quiz only once"
1834
  msgstr "Εκτέλεση του κουίζ μόνο μια φορά"
1835
 
1836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1837
  msgid ""
1838
  "If you activate this option, the user can complete the quiz only once. "
1839
  "Afterwards the quiz is blocked for this user."
1841
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης μπορεί να ολοκληρώσει το "
1842
  "κουίζ μόνο μια φορά. Μετά το κουίζ μπλοκάρεται για αυτόν τον χρήστη."
1843
 
1844
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1845
  msgid "This option applies to:"
1846
  msgstr "Η επιλογή εφαρμόζεται σε:"
1847
 
1848
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1850
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1851
  msgid "all users"
1852
  msgstr "όλοι οι χρηστες"
1853
 
1854
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1856
  msgid "registered useres only"
1857
  msgstr "μόνο εγγεγραμένοι χρήστες"
1858
 
1859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1860
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1861
  msgid "anonymous users only"
1862
  msgstr "μόνο ανώνυμοι χρήστες"
1863
 
1864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1865
  msgid "user identification by cookie"
1866
  msgstr "ταυτότητα χρήστη με cookie"
1867
 
1868
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1869
  msgid ""
1870
  "If you activate this option, a cookie is set additionally for unregistrated "
1871
  "(anonymous) users. This ensures a longer assignment of the user than the "
1876
  "χρόνος για την ολοκλήρωση του κουίζ για τους χρήστες από την ανάθεση με "
1877
  "χρήση της διεύθυνσης IP."
1878
 
1879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1880
  msgid "Reset the user identification"
1881
  msgstr "Επαναφορά ταυτότητας χρήστη"
1882
 
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1884
  msgid "User identification has been reset."
1885
  msgstr "Έχει γίνει επαναφορά της ταυτότητας χρήστη"
1886
 
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1888
  msgid "Resets user identification for all users."
1889
  msgstr "Επαναφορά ταυτότητας χρήστη για όλους τους χρήστες"
1890
 
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1892
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1893
  msgid "Show only specific number of questions"
1894
  msgstr "Εμφάνιση συγκεκριμένου αριθμού ερωτήσεων"
1895
 
1896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1897
  msgid ""
1898
  "If you enable this option, maximum number of displayed questions will be X "
1899
  "from X questions. (The output of questions is random)"
1901
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο μέγιστος αιρθμός εμφανιζόμενων "
1902
  "ερωτήσεων θα είναι X από X ερωτήσεις. (Η έξοδος θα είναι τυχαία)"
1903
 
1904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1905
  msgid "How many questions should be displayed simultaneously:"
1906
  msgstr "Πόσες ερωτήσεις θα εμφανίζονται ταυτάχρονα"
1907
 
1908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1909
  msgid "in percent"
1910
  msgstr "επί τοις εκατό"
1911
 
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1914
  msgid "Prerequisites"
1915
  msgstr "Προαπαιτούμενα"
1916
 
1917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1918
  msgid ""
1919
  "If you enable this option, you can choose quiz, which user have to finish "
1920
  "before he can start this quiz."
1922
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μπορείται να διαλέξετε ποιο κουίζ "
1923
  "πρέπει πρώτα να κάνουν οι χρήστες πριν ξεκινήσουν αυτό το κουίζ."
1924
 
1925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1926
  msgid ""
1927
  "In all selected quizzes statistic function have to be active. If it is not "
1928
  "it will be activated automatically."
1930
  "Σε όλα τα επιλεγμένα κουίζ η λειτουργία στατιστικών πρέπει να είναι ενεργή. "
1931
  "Αν δεν είναι θα ενεργοποιηθεί αυτόματα."
1932
 
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1934
  msgid "Quiz"
1935
  msgstr "Κουίζ"
1936
 
1937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1938
  msgid "Prerequisites (This quiz have to be finished)"
1939
  msgstr "Προαπαιτούμενα (Αυτό το κουίζ πρέπει να τελειώσει)"
1940
 
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1944
  msgid "Question overview"
1945
  msgstr "Ανασκόπηση ερώτησης"
1946
 
1947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1948
  msgid ""
1949
  "Add at the top of the quiz a question overview, which allows easy "
1950
  "navigation. Additional questions can be marked \"to review\"."
1952
  "Προσθήκη στην κορυφή την ανασκόπηση μιας ερώτησης, που επιτρέπει την εύκολη "
1953
  "πλοήγηση. Επιπλέον ερωτήσεις μπορεί να σημαδευτούν ως \"προς αναθεώρηση\"."
1954
 
1955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1956
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1957
  msgstr "Δε θα εμφανίζεται επισκόπηση του κουίζ πριν αυτό τελειώσει."
1958
 
1959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1960
  msgid ""
1961
  "If you enalbe this option, no quiz overview will be displayed, before "
1962
  "finishing quiz."
1964
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται η επισκόπηση του "
1965
  "κουίζ, πριν το τέλος του."
1966
 
1967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1968
  msgid ""
1969
  "If you enable this option, user won't be able to skip question. (only in "
1970
  "\"Overview -> next\" mode). User still will be able to navigate over "
1974
  "ερωτήσεις. (Μόνο στη λειτουργία \"Ανασκόπηση -> Επόμενο\"). Οι χρήστες θα "
1975
  "μπορούν να πλοηγούνται, παρ' όλα αυτά, πάνω από το \"Ερώτηση-Ανασκόπηση\""
1976
 
1977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1978
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1979
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1981
  msgid "Admin e-mail notification"
1982
  msgstr "Ειδοποίηση διαχειριστή με ηλ. ταχυδρομείο"
1983
 
1984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1986
  msgid "for registered users only"
1987
  msgstr "Μόνο για εγγεγραμμένους χρήστες"
1988
 
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1991
  msgid "for all users"
1992
  msgstr "Για όλους τους χρήστες"
1993
 
1994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1996
  msgid ""
1997
  "If you enable this option, you will be informed if a user completes this "
1998
  "quiz."
2000
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα ενημερώνεστε αν ένας χρήστης "
2001
  "ολοκληρώνει το κουίζ."
2002
 
2003
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
2004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
2005
  msgid "E-Mail settings can be edited in global settings."
2006
  msgstr ""
2007
  "Η επεξεργασία των ρυθμίσεων ηλεκτρονικού ταχυδρομείου μπορεί να γίνει από "
2008
  "τις γενικές ρυθμίσεις."
2009
 
2010
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
2011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
2012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
2013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
2014
  msgid "User e-mail notification"
2015
  msgstr "Ειδοποίηση χρήστη με ηλ. ταχυδρομείο"
2016
 
2017
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2018
  msgid ""
2019
  "If you enable this option, an email is sent with his quiz result to the "
2020
  "user. (only registered users)"
2023
  "ταχυσδρομείου στο χρήστη με τα αποτελέσματα του κουίζ. (μόνο εγγεγραμένοι "
2024
  "χρήστηες)"
2025
 
2026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2028
  msgid "Autostart"
2029
  msgstr "Αυτόματη εκκίνηση"
2030
 
2031
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2032
  msgid ""
2033
  "If you enable this option, the quiz will start automatically after the page "
2034
  "is loaded."
2036
  "Αν ενεργοποιήσετε αυτήν την επιλογή, το κουίζ θα ξεκινήσει αυτόματα μόλις "
2037
  "φορτωθεί η σελίδα."
2038
 
2039
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2041
  msgid "Only registered users are allowed to start the quiz"
2042
  msgstr "Μόνο εγγεγραμμένοι χρήστες επιτρέπεται να ξεκινήσουν το κουίζ."
2043
 
2044
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2045
  msgid ""
2046
  "If you enable this option, only registered users allowed start the quiz."
2047
  msgstr ""
2048
  "Αν ενεργοποιήσετε αυτήν την επιλογή, μόνο εγγεγραμμένοι χρήστες επιτρέπεται "
2049
  "να ξεκινήσουν το κουίζ."
2050
 
2051
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2052
  msgid "Quiz description"
2053
  msgstr "Περιγραφή κούζ"
2054
 
2055
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2056
  msgid "This text will be displayed before start of the quiz."
2057
  msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
2058
 
2059
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2060
  msgid "Results text"
2061
  msgstr "Κείμενο αποτελέσματος"
2062
 
2063
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2064
  msgid ""
2065
  "This text will be displayed at the end of the quiz (in results). (this text "
2066
  "is optional)"
2068
  "Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
2069
  "κείμενο αυτό είναι προεραιτικό)"
2070
 
2071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2072
  msgid "Activate graduation"
2073
  msgstr "Ενεργοποίηση αποφοίτησης"
2074
 
2075
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2076
  msgid "Hint:"
2077
  msgstr "Βοήθεια:"
2078
 
2079
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2080
  msgid "Maximal 15 levels"
2081
  msgstr "Μέγιστο 15 επίπεδα"
2082
 
2083
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2084
  #, php-format
2085
  msgid ""
2086
  "Percentages refer to the total score of the quiz. (Current total %d points "
2089
  "Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
2090
  "ερωτήσεις)"
2091
 
2092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2093
  msgid "Values can also be mixed up"
2094
  msgstr "Οι τιμές μπορούν να αναμειχθούν"
2095
 
2096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2097
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2098
  msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
2099
 
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2102
  msgid "from:"
2103
  msgstr "από:"
2104
 
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2106
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2107
  msgid "percent"
2108
  msgstr "επί τοις εκατό"
2109
 
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2112
  #, php-format
2113
  msgid ""
2114
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2117
  "(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
2118
  "\"resultProzent\">%s</span>%%)"
2119
 
2120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2122
  msgid "Delete graduation"
2123
  msgstr "Διαγραφή αποφοίτησης"
2124
 
2125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2126
  msgid "Add graduation"
2127
  msgstr "Προσθήκη αποφοίτησης"
2128
 
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2132
  msgid "Custom fields - Variables"
2133
  msgstr ""
2134
 
2135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2136
  msgid "Result-Options"
2137
  msgstr "Αποτέλεσμα-Επιλογές"
2138
 
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2141
  msgid "Show average points"
2142
  msgstr "Εμφάνιση μέσου όρου βαθμών"
2143
 
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2145
  msgid "Statistics-function must be enabled."
2146
  msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
2147
 
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2150
  msgid "Show category score"
2151
  msgstr "Εμφάνιση βαθμολογία κατηγορίας"
2152
 
2153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2154
  msgid ""
2155
  "If you enable this option, the results of each category is displayed on the "
2156
  "results page."
2158
  "Αν ενεργοποιήσετε αυτήν την επιλογή, τα αποτελέσματα κάθε κατηγορίας θα "
2159
  "εμφανίζονται στη σελίδα των αποτελεσμάτων."
2160
 
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2162
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2163
  msgid "Hide correct questions - display"
2164
  msgstr "Απόκρυψη - εμφάνιση ερωτήσεων"
2165
 
2166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2167
  msgid ""
2168
  "If you select this option, no longer the number of correctly answered "
2169
  "questions are displayed on the results page."
2171
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται ο αριθμός των σωστά "
2172
  "απαντημενων ερωτήσεων στη σελίδα των αποτελεσμάτων."
2173
 
2174
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2176
  msgid "Hide quiz time - display"
2177
  msgstr "Απόκρυψη - εμφάνιση ώρας κουίζ "
2178
 
2179
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2180
  msgid ""
2181
  "If you enable this option, the time for finishing the quiz won't be "
2182
  "displayed on the results page anymore."
2184
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρόνος για την ολοκλήρωση του κουίζ, "
2185
  "δε θα εμφανίζεται πια στη σελίδα των αποτελεσμάτων."
2186
 
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2189
  msgid "Hide score - display"
2190
  msgstr "Απόκρυψη - Προβολή βαθμολογίας"
2191
 
2192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2193
  msgid ""
2194
  "If you enable this option, final score won't be displayed on the results "
2195
  "page anymore."
2197
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι τελικές βαθμολογίες δε θα "
2198
  "εμφανίζονται πια στη σελίδα αποτελεσμάτων."
2199
 
2200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2201
  msgid "Question-Options"
2202
  msgstr "Ερώτηση-Επιλογές"
2203
 
2204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2206
  msgid "Show points"
2207
  msgstr "Εμφάνιση βαθμών"
2208
 
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2210
  msgid "Shows in quiz, how many points are reachable for respective question."
2211
  msgstr "Εμφάνιση σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
2212
 
2213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2215
  msgid "Number answers"
2216
  msgstr "Αρίθμηση απαντήσεων"
2217
 
2218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2219
  msgid ""
2220
  "If this option is activated, all answers are numbered (only single and "
2221
  "multiple choice)"
2223
  "Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
2224
  "(μόνο οι μονές και πολλαπλής επιλογής)"
2225
 
2226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2227
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2228
  msgid "Hide correct- and incorrect message"
2229
  msgstr "Απόκρυψη μηνύματος σωστού-λάθους"
2230
 
2231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2232
  msgid ""
2233
  "If you enable this option, no correct- or incorrect message will be "
2234
  "displayed."
2236
  "Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται μήνυμα σωστού - "
2237
  "λάθους."
2238
 
2239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2241
  msgid "Correct and incorrect answer mark"
2242
  msgstr "Σημάδι σωστών και λάθος απαντήσεων"
2243
 
2244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2245
  msgid ""
2246
  "If you enable this option, answers won't be color highlighted as correct or "
2247
  "incorrect. "
2249
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
2250
  "σωστές - λάθος."
2251
 
2252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2254
  msgid "Force user to answer each question"
2255
  msgstr "Να αναγκαστεί ο χρήστης να απαντήσει κάθε ερώτηση"
2256
 
2257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2258
  msgid "If you enable this option, the user is forced to answer each question."
2259
  msgstr ""
2260
  "Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρήστης θα αναγκαστεί να απαντήσει σε "
2261
  "κάθε ερώτηση."
2262
 
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2264
  msgid ""
2265
  "If the option \"Question overview\" is activated, this notification will "
2266
  "appear after end of the quiz, otherwise after each question."
2269
  "θα εμφανιστεί μετά το τέλος του κουίζ, αλλιώς θα εμφανίζεται μετά από κάθε "
2270
  "ερώτηση."
2271
 
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2274
  msgid "Hide question position overview"
2275
  msgstr "Απόκρυψη επισκόπησης θέσης ερώτησης"
2276
 
2277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2278
  msgid "If you enable this option, the question position overview is hidden."
2279
  msgstr ""
2280
  "Αν ενεργοποιήσετε αυτήν την επιλογή, η προεπισκόπηση της θέσης της ερώτησης "
2281
  "αποκρύβεται."
2282
 
2283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2285
  msgid "Hide question numbering"
2286
  msgstr "Απόκρυψη αρίθμησης ερωτήσεων"
2287
 
2288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2289
  msgid "If you enable this option, the question numbering is hidden."
2290
  msgstr "Αν επιλέξετε αυτήν την επιλογή, δε θα φαίνεται η αρίθμηση ερωτήσεων."
2291
 
2292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2294
  msgid "Display category"
2295
  msgstr "Προβολή κατηγορίας"
2296
 
2297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2298
  msgid "If you enable this option, category will be displayed in the question."
2299
  msgstr ""
2300
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα εμφανίζεται η κατηγορία μέσα στην "
2301
  "ερώτηση."
2302
 
2303
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2304
  msgid ""
2305
  "The leaderboard allows users to enter results in public list and to share "
2306
  "the result this way."
2308
  "Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
2309
  "δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
2310
 
2311
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2312
  msgid "The leaderboard works independent from internal statistics function."
2313
  msgstr ""
2314
  "Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
2315
  "στατιστικών."
2316
 
2317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2318
  msgid "Who can sign up to the list"
2319
  msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
2320
 
2321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2322
  msgid ""
2323
  "Not registered users have to enter name and e-mail (e-mail won't be "
2324
  "displayed)"
2326
  "Μη εγγεγραμμένοι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
2327
  "ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
2328
 
2329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2330
  msgid "insert automatically"
2331
  msgstr "αυτόματη εισαγωγή"
2332
 
2333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2334
  msgid ""
2335
  "If you enable this option, logged in users will be automatically entered "
2336
  "into leaderboard"
2338
  "Αν ενεργοποιήσετε αυτήν την επιλογή, οι συνδεδεμένοι χρήστες θα εισάγονται "
2339
  "αυτόματα στον πίνακα βαθμολογίας."
2340
 
2341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2342
  msgid "display captcha"
2343
  msgstr "προβολή captcha"
2344
 
2345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2346
  msgid ""
2347
  "If you enable this option, additional captcha will be displayed for users "
2348
  "who are not registered."
2350
  "Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
2351
  "χρήστες που δεν είναι εγγεγραμμένοι."
2352
 
2353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2354
  msgid "This option requires additional plugin:"
2355
  msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετο:"
2356
 
2357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2358
  msgid "Plugin has been detected."
2359
  msgstr "Ανιχνεύθηκε τo πρόσθετο "
2360
 
2361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2362
  msgid "Plugin is not installed."
2363
  msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
2364
 
2365
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2366
  msgid "Sort list by"
2367
  msgstr "Ταξινόμηση λίστας κατά"
2368
 
2369
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2370
  msgid "Users can apply multiple times"
2371
  msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
2372
 
2373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2374
  msgid "User can apply after:"
2375
  msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
2376
 
2377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2378
  msgid "minute"
2379
  msgstr "λεπτό"
2380
 
2381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2382
  msgid "How many entries should be displayed"
2383
  msgstr "Πόσες εγραφές θα εμφανίζονται"
2384
 
2385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2386
  msgid "Entries"
2387
  msgstr "Εγγραφές"
2388
 
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2390
  msgid "Automatically display leaderboard in quiz result"
2391
  msgstr "Αυτόματη προβολή πίνακα βαθμολογία στα αποτελέσματα του κουίζ"
2392
 
2393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2394
  msgid "Where should leaderboard be displayed:"
2395
  msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
2396
 
2397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2398
  msgid "don't display"
2399
  msgstr "μην εμφανίσεις"
2400
 
2401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2402
  msgid "below the \"result text\""
2403
  msgstr "κάτω από το \"κείμενο αποτελέσματος\""
2404
 
2405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2406
  msgid "in a button"
2407
  msgstr "σε ένα κουμπί"
2408
 
2409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2410
  msgid "Quiz-Mode"
2411
  msgstr "Κατάσταση Κουίζ"
2412
 
2413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2414
  msgid "Normal"
2415
  msgstr "Κανονικό"
2416
 
2417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2418
  msgid "Normal + Back-Button"
2419
  msgstr "Κανονικό + Κουμπί Πίσω"
2420
 
2421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2422
  msgid "Check -> continue"
2423
  msgstr "Έλεγχος -> συνέχεια"
2424
 
2425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2426
  msgid "Questions below each other"
2427
  msgstr "Ερωτήσεις η μια κάτω από την άλλη"
2428
 
2429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2430
  msgid ""
2431
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2432
  "displayed at the end of the quiz."
2434
  "Εμφάνιση όλων των ερωτήσεων με τη σειρά, τα \"σωστό\" ή \"λάθος\" θα "
2435
  "εμφανίζονται στο τέλος του κουίζ."
2436
 
2437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2438
  msgid "Allows to use the back button in a question."
2439
  msgstr "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση"
2440
 
2441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2442
  msgid "Shows \"right or wrong\" after each question."
2443
  msgstr "Εμφάνιση \"σωστό ή λάθος\" μετά από κάθε ερώτηση."
2444
 
2445
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2446
  msgid ""
2447
  "If this option is activated, all answers are displayed below each other, i."
2448
  "e. all questions are on a single page."
2450
  "Αν η επιλογή αυτή είναι ενεργοποιημένη, όλες οι απαντήσεις εμφανίζονται η "
2451
  "μια κάτω από την άλλη, πχ όλες οι απαντήσεις στην ίδια σελίδα. "
2452
 
2453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2454
  msgid "How many questions to be displayed on a page:"
2455
  msgstr "Πόσες ερωτήσεις θα εμφανίζονται σε μια σελίδα."
2456
 
2457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2458
  msgid "(0 = All on one page)"
2459
  msgstr "(0 = Όλα σε μια σελίδα)"
2460
 
2461
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2463
  #: lib/view/WpProQuiz_View_Statistics.php:41
2464
  #: lib/view/WpProQuiz_View_Statistics.php:364
2465
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2466
  msgid "Custom fields"
2467
  msgstr "Ειδικά πεδία"
2468
 
2469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2470
  msgid ""
2471
  "You can create custom fields, e.g. to request the name or the e-mail address "
2472
  "of the users."
2474
  "Μπορείτε να δημιουργήσετε ειδικά πεδία, πχ να ζητήσετε το όνομα ή τη "
2475
  "διεύθυνση ηλεκτρονικού ταχυδρομείου του χρήστη."
2476
 
2477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2478
  msgid "The statistic function have to be enabled."
2479
  msgstr "Οι λειτουργίες στατιστικών πρέπει να ενεργοποιηθούν."
2480
 
2481
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2483
  msgid "Custom fields enable"
2484
  msgstr "Ενεργοποίηση ειδικών πεδίων."
2485
 
2486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2487
  msgid "If you enable this option, custom fields are enabled."
2488
  msgstr ""
2489
  "Αν ενεργοποιήσετε αυτήν την επιλογή, θα ενεργοποιηθούν τα ειδικά πεδία."
2490
 
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2493
  msgid "Display position"
2494
  msgstr "Θέση προβολής"
2495
 
2496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2497
  msgid "Where should the fileds be displayed:"
2498
  msgstr "Που πρέπει να εμφανίζονται τα πεδία:"
2499
 
2500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2501
  msgid "On the quiz startpage"
2502
  msgstr "Στην αρχική σελίδα του κουίζ"
2503
 
2504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2505
  msgid "At the end of the quiz (before the quiz result)"
2506
  msgstr "Στο τέλος του κουίζ (πριν από τα αποτελέσματα του κουίζ)"
2507
 
2508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2509
  msgid "Field name"
2510
  msgstr "Όνομα πεδίου"
2511
 
2512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2513
  msgid "Required?"
2514
  msgstr "Απαιτείται;"
2515
 
2516
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2517
+ msgid "Show in statistic table?"
2518
+ msgstr ""
2519
+
2520
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2521
  msgid "Text"
2522
  msgstr "Κείμενο"
2523
 
2524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2525
  msgid "Textarea"
2526
  msgstr "περιοχή κειμένου"
2527
 
2528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2529
  msgid "Checkbox"
2530
  msgstr "Κουμπί επιλογής"
2531
 
2532
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2533
  msgid "Drop-Down menu"
2534
  msgstr "Αναδυόμενο μενού"
2535
 
2536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2537
  msgid "Radio"
2538
  msgstr "Ράδιο"
2539
 
2540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2541
  msgid "Number"
2542
  msgstr "Αριθμός"
2543
 
2544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2545
  msgid "Email"
2546
  msgstr "Email"
2547
 
2548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2549
  msgid "Yes/No"
2550
  msgstr "Ναι/Όχι"
2551
 
2552
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2553
  #: lib/view/WpProQuiz_View_Statistics.php:323
2554
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2555
  msgid "Date"
2556
  msgstr "Ημερομηνία"
2557
 
2558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2559
  msgid "Edit list"
2560
  msgstr "Επεξεργασία λίστας"
2561
 
2562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2563
  msgid "One entry per line"
2564
  msgstr "Μια εγγραφή ανά γραμμή"
2565
 
2566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2567
  msgid "OK"
2568
  msgstr "Εντάξει"
2569
 
2570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2571
  msgid "Add field"
2572
  msgstr "Προσθήκη πεδίου:"
2573
 
2574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2575
  msgid ""
2576
  "If you enable this option, an email is sent with his quiz result to the user."
2577
  msgstr ""
2578
 
2579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2580
  msgid "User Email-Address (only registered users)"
2581
  msgstr ""
2582
 
2583
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2584
  msgid "(Type Email)"
2585
  msgstr ""
2586
 
2596
  msgid "If quiz doesn't work in front-end, please try following:"
2597
  msgstr "Αν δε δουλέψει το κουίζ στη σελίδα, παρακαλώ δοκιμάστε τα παρακάτω:"
2598
 
2599
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2600
  msgid "Style Manager"
2601
  msgstr "Διαχειριστής Στυλ"
2602
 
2603
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2604
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2605
  msgid "Support WP-Pro-Quiz"
2606
  msgstr "Υποστηρίξτε το WP-Pro-Quiz"
2607
 
2608
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2609
  msgid "Learn more"
2610
  msgstr ""
2611
 
2612
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2613
  msgid "ID"
2614
  msgstr "ΑΑ"
2615
 
2616
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2617
  msgid "Shortcode"
2618
  msgstr "Μικροκώδικας"
2619
 
2620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2621
  msgid "Shortcode-Leaderboard"
2622
  msgstr "Μικροκώδικας-Πίνακας βαθμολογίας"
2623
 
2624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2625
  msgid "Preview"
2626
  msgstr "Προεπισκόπηση"
2627
 
2628
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2629
  msgid "Add quiz"
2630
  msgstr "Προσθήκη κουίζ"
2631
 
2632
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2633
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2634
  msgid "Export"
2635
  msgstr "Εξαγωγή"
2636
 
2637
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2638
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2639
  msgid "Set Quiz Categories"
2640
  msgstr ""
2641
 
2642
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2643
  msgid ""
2644
  "Choose the respective question, which you would like to export and press on "
2645
  "\"Start export\""
2646
  msgstr ""
2647
  "Διάλεξε την ερώτηση που θέλεις να εξαγάγεις και πάτησε \"Ξεκίνα εξαγωγή\""
2648
 
2649
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2650
  msgid "Format:"
2651
  msgstr "Μορφή:"
2652
 
2653
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2654
  msgid "*.wpq"
2655
  msgstr "*.wpq"
2656
 
2657
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2658
  msgid "or"
2659
  msgstr "ή"
2660
 
2661
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2662
  msgid "*.xml"
2663
  msgstr "*.xml"
2664
 
2665
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2666
  msgid "Start export"
2667
  msgstr "Εκκίνηση εξαγωγής"
2668
 
2669
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2670
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2671
  msgstr "Να εισάγετε αρχεία *.wpq ή *.xlm από γνωστές και έμπιστες πηγές."
2672
 
2673
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2674
  #, php-format
2675
  msgid "Maximal %d MiB"
2676
  msgstr "Μέγιστο %d MiB"
2677
 
2678
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2679
  msgid "Sets multiple quiz categories "
2680
  msgstr ""
2681
 
2722
 
2723
  #: lib/view/WpProQuiz_View_Statistics.php:108
2724
  #: lib/view/WpProQuiz_View_Statistics.php:243
2725
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2726
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2727
  msgid "Hints used"
2728
  msgstr "Βοήθεια που χρησιμοποιήθηκε "
2729
 
2730
  #: lib/view/WpProQuiz_View_Statistics.php:109
2731
  #: lib/view/WpProQuiz_View_Statistics.php:244
2732
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2733
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2734
  msgid "Time"
2735
  msgstr "Ώρα"
2736
 
2737
  #: lib/view/WpProQuiz_View_Statistics.php:110
2738
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2739
  msgid "Points scored"
2740
  msgstr "Σύνολο βαθμών"
2741
 
2742
  #: lib/view/WpProQuiz_View_Statistics.php:148
2743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2744
  msgid "Sub-Total: "
2745
  msgstr "Υποσύνολο:"
2746
 
2747
  #: lib/view/WpProQuiz_View_Statistics.php:183
2748
  #: lib/view/WpProQuiz_View_Statistics.php:268
2749
  #: lib/view/WpProQuiz_View_Statistics.php:343
2750
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2751
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2752
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2753
  msgid "Refresh"
2754
  msgstr "Ανανέωση"
2755
 
2756
  #: lib/view/WpProQuiz_View_Statistics.php:187
2757
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2758
  msgid "Reset statistics"
2759
  msgstr "Επαναφορά στατιστικών"
2760
 
2794
  msgid "only anonymous users"
2795
  msgstr "μόνο ανώνυμοι χρήστες"
2796
 
2797
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2798
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2799
+ msgid "Solved"
2800
+ msgstr ""
2801
+
2802
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2803
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2804
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2805
+ #, php-format
2806
+ msgid "%d of %d"
2807
+ msgstr ""
2808
+
2809
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2810
  #, php-format
2811
  msgid "User statistics: %s"
2812
  msgstr "Στατιστικά χρήστη: %s"
2813
 
2814
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2815
+ msgid "yes"
2816
+ msgstr ""
2817
 
2818
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2819
+ msgid "no"
2820
+ msgstr ""
2821
 
2822
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2823
  msgid "History"
languages/wp-pro-quiz-es_ES.mo CHANGED
Binary file
languages/wp-pro-quiz-es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: de\n"
@@ -61,9 +61,9 @@ msgstr "¿Realmente deseas reiniciar las estadísticas?"
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "No hay datos disponibles"
69
 
@@ -107,7 +107,7 @@ msgstr "Hoy"
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -149,10 +149,10 @@ msgstr "Todos los campos o casillas deben ser cumplimentados correctamente"
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."
@@ -167,16 +167,16 @@ msgid "Database repaired"
167
  msgstr "Bae de datos reparada"
168
 
169
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
170
- #: lib/helper/WpProQuiz_Helper_Import.php:59
171
- #: lib/helper/WpProQuiz_Helper_Import.php:68
172
- #: lib/helper/WpProQuiz_Helper_Import.php:75
173
  msgid "File cannot be processed"
174
  msgstr "El archivo no puede ser procesado"
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 "Cuestionario no encontrado"
182
 
@@ -213,70 +213,70 @@ msgstr "Pregunta: %d"
213
  msgid "questions copied"
214
  msgstr "Preguntas copiadas"
215
 
216
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
217
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
218
  msgid "Quiz edited"
219
  msgstr "Cuestionario editado"
220
 
221
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
222
  msgid "quiz created"
223
  msgstr "el cuestionario ha sido creado"
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 "Faltan el título del cuestionario o su descripción"
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 "Editar cuestionario"
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 "Crear cuestionario"
242
 
243
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
244
  msgid "Template stored"
245
  msgstr "Plantilla guardada"
246
 
247
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
248
  msgid "Quiz deleted"
249
  msgstr "Cuestionario bortrado"
250
 
251
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
252
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
253
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
254
  msgid "Not categorized"
255
  msgstr "No asignada a ninguna categoría"
256
 
257
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
258
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
259
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
260
  msgid "Categories"
261
  msgstr "Categorías"
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:203
268
  msgid "No category"
269
  msgstr "Sin categoría"
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 "Anónimo"
277
 
278
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
279
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
280
  msgid "Deleted user"
281
  msgstr "Usuario borrado"
282
 
@@ -310,16 +310,38 @@ msgstr "Tu nombre no puede exceder los 15 caracteres"
310
  msgid "You entered wrong captcha code."
311
  msgstr "Código captcha incorrrecto."
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 "No se ha subido el archivo"
317
 
318
- #: lib/helper/WpProQuiz_Helper_Import.php:40
319
  msgid "File have wrong format"
320
  msgstr "El archivo tiene un formato inadecuado"
321
 
322
- #: lib/helper/WpProQuiz_Helper_Import.php:45
323
  msgid "File is not compatible with the current version"
324
  msgstr "El archivo no es compatible con la versión actual"
325
 
@@ -389,15 +411,15 @@ msgstr ""
389
  "Wordpress"
390
 
391
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
392
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
393
  msgid "WP-Pro-Quiz"
394
  msgstr "WP-Pro-Quiz"
395
 
396
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
397
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
398
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
399
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
400
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
401
  msgid "Leaderboard"
402
  msgstr "Ránking de puntuaciones"
403
 
@@ -406,7 +428,7 @@ msgstr "Ránking de puntuaciones"
406
  #: lib/view/WpProQuiz_View_Import.php:22
407
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
408
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
409
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
410
  #: lib/view/WpProQuiz_View_Statistics.php:29
411
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
412
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -428,17 +450,17 @@ msgid "Sort by:"
428
  msgstr "Ordenar por:"
429
 
430
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
431
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
432
  msgid "best user"
433
  msgstr "Mejor usuario"
434
 
435
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
436
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
437
  msgid "newest entry"
438
  msgstr "Entradas más reciente"
439
 
440
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
441
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
442
  msgid "oldest entry"
443
  msgstr "Entradas más antiguas"
444
 
@@ -452,7 +474,7 @@ msgstr "Cantidad de entradas a mostrar en una página:"
452
 
453
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
454
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
455
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
456
  msgid "Type"
457
  msgstr "Tipo"
458
 
@@ -462,13 +484,13 @@ msgstr "UR = usuario no registrado, R = usuario registrado"
462
 
463
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
464
  #: lib/view/WpProQuiz_View_Statistics.php:239
465
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
466
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
467
  msgid "User"
468
  msgstr "Usuario"
469
 
470
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
471
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
472
  msgid "E-Mail"
473
  msgstr "E-Mail"
474
 
@@ -478,8 +500,8 @@ msgid "Entered on"
478
  msgstr "Realizado el"
479
 
480
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
481
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
482
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
483
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
484
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
485
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -489,20 +511,20 @@ msgstr "Realizado el"
489
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
490
  #: lib/view/WpProQuiz_View_Statistics.php:105
491
  #: lib/view/WpProQuiz_View_Statistics.php:240
492
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
493
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
494
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
495
  msgid "Points"
496
  msgstr "Puntos"
497
 
498
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
499
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
500
  #: lib/view/WpProQuiz_View_Statistics.php:111
501
  #: lib/view/WpProQuiz_View_Statistics.php:245
502
  #: lib/view/WpProQuiz_View_Statistics.php:324
503
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
504
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
505
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
506
  msgid "Results"
507
  msgstr "Resultados"
508
 
@@ -512,7 +534,7 @@ msgstr "Resultados"
512
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
513
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
514
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
515
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
516
  msgid "Edit"
517
  msgstr "Editar"
518
 
@@ -523,10 +545,10 @@ msgstr "Editar"
523
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
524
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
525
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
526
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
527
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
528
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
529
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
530
  msgid "Delete"
531
  msgstr "Borrar"
532
 
@@ -550,251 +572,233 @@ msgstr "Aplicar"
550
  msgid "Delete all entries"
551
  msgstr "Borrar todas las entradas"
552
 
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
554
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
555
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
556
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
557
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
558
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
559
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
560
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
561
  msgid "Quiz-summary"
562
  msgstr "SUmario del cuestionario"
563
 
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
565
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
566
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
567
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
568
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
569
  msgid "Finish quiz"
570
  msgstr "Acabar el cuestionario"
571
 
572
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  msgid "Your result has been entered into leaderboard"
574
  msgstr "Tus resultado se han guardado en el ránking"
575
 
576
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
577
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
578
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
579
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
580
  msgid "Name"
581
  msgstr "Nombre"
582
 
583
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
584
  msgid "Captcha"
585
  msgstr "Captcha"
586
 
587
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
588
  msgid "Send"
589
  msgstr "Enviar"
590
 
591
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
592
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
593
  msgid "You must fill out this field."
594
  msgstr "Debes completar esta casilla"
595
 
596
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
597
  msgid "You must specify a number."
598
  msgstr "Debes escribir un número"
599
 
600
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
601
  msgid "You must specify a text."
602
  msgstr "Debes escribir un texto"
603
 
604
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
605
  msgid "You must specify an email address."
606
  msgstr "Debes escribir una direcccion de email correcta"
607
 
608
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
609
  msgid "You must specify a date."
610
  msgstr "Debes escribir una fecha"
611
 
612
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
613
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
614
- msgid "Yes"
615
- msgstr "Sí"
616
-
617
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
618
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
619
- msgid "No"
620
- msgstr "No"
621
-
622
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
623
- msgid ""
624
- "You have already completed the quiz before. Hence you can not start it again."
625
- msgstr ""
626
- "Ya has realizado este cuestionario antes. Por tanto, no puedes empezarlo "
627
- "otra vez."
628
-
629
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
630
- msgid "You must sign in or sign up to start the quiz."
631
- msgstr "Debes ser un usuario registrado para poder realizar el cuestionario."
632
-
633
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
634
- msgid "You have to finish following quiz, to start this quiz:"
635
- msgstr ""
636
- "Tienes que terminar antes el siguiente cuestionario, para iniciar este "
637
- "cuestionario:"
638
-
639
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
640
  #, php-format
641
  msgid "%s of %s questions completed"
642
  msgstr "%s de %s preguntas completado"
643
 
644
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
645
  #: lib/view/WpProQuiz_View_Import.php:44
646
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
647
  msgid "Questions"
648
  msgstr "Preguntas"
649
 
650
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
651
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
652
  msgid "Information"
653
  msgstr "Información"
654
 
655
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
656
- msgid "Start quiz"
657
- msgstr "Empezar el cuestionario"
658
-
659
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
660
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
661
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
662
  msgid "Time limit"
663
  msgstr "Límite de tiempo"
664
 
665
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
666
  msgid "Answered"
667
  msgstr "Contestada"
668
 
669
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
670
  msgid "Review"
671
  msgstr "Revisada"
672
 
673
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
674
  msgid "Review question"
675
  msgstr "Revisar la pregunta"
676
 
677
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
678
  #, php-format
679
  msgid "%s of %s questions answered correctly"
680
  msgstr "%s de %s preguntas contestadas correctamente"
681
 
682
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
683
  msgid "Your time: <span></span>"
684
  msgstr "Tu tiempo: <span></span>"
685
 
686
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
687
  msgid "Time has elapsed"
688
  msgstr "El tiempo se ha terminado"
689
 
690
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
691
  #, php-format
692
  msgid "You have reached %s of %s points, (%s)"
693
  msgstr "Has conseguido %s de %s puntos posibles (%s)"
694
 
695
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
696
  msgid "Average score"
697
  msgstr "Puntuación de promedio:"
698
 
699
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
700
  msgid "Your score"
701
  msgstr "Tu puntuación"
702
 
703
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
704
- msgid "Restart quiz"
705
- msgstr "Volver a empezar el cuestionario"
706
-
707
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
708
  msgid "View questions"
709
  msgstr "Comprobar las preguntas"
710
 
711
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
712
  msgid "Show leaderboard"
713
  msgstr "Mostrar el Ránking de puntuaciones"
714
 
715
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
716
  #, php-format
717
  msgid "Question %s of %s"
718
  msgstr "Pregunta %s de %s"
719
 
720
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
721
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
722
  #: lib/view/WpProQuiz_View_Statistics.php:104
723
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
724
  msgid "Question"
725
  msgstr "Pregunta"
726
 
727
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
728
  #, php-format
729
  msgid "%d points"
730
  msgstr "%d puntos"
731
 
732
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
733
  #, php-format
734
  msgid "Category: %s"
735
  msgstr "Categoría: %s"
736
 
737
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
738
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
739
  msgid "Sort elements"
740
  msgstr "Ordenar elementos"
741
 
742
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
743
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
744
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
745
  #: lib/view/WpProQuiz_View_Statistics.php:106
746
  #: lib/view/WpProQuiz_View_Statistics.php:241
747
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
748
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
749
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
750
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
751
  msgid "Correct"
752
  msgstr "Correcto"
753
 
754
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
755
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
756
  #: lib/view/WpProQuiz_View_Statistics.php:107
757
  #: lib/view/WpProQuiz_View_Statistics.php:242
758
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
759
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
760
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
761
  msgid "Incorrect"
762
  msgstr "Incorrecto"
763
 
764
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
765
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
766
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
767
  msgid "Hint"
768
  msgstr "Pista de ayuda"
769
 
770
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
771
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
772
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
773
  msgid "Skip question"
774
  msgstr "Saltar esta pregunta"
775
 
776
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
777
  msgid "Back"
778
  msgstr "Volver atrás"
779
 
780
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
781
  msgid "Check"
782
  msgstr "Comprobar"
783
 
784
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
785
  msgid "Next"
786
  msgstr "Siguiente"
787
 
788
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
789
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
790
  #, php-format
791
  msgid "Page %d"
792
  msgstr "Página %d"
793
 
794
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
795
- msgid "Quiz is loading..."
796
- msgstr "Cargando el cuestionario..."
797
-
798
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
799
  #, php-format
800
  msgid "maximum of %s points"
@@ -815,7 +819,7 @@ msgstr "La tabla se está cargando"
815
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
816
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
817
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
818
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
819
  msgid "Global settings"
820
  msgstr "Ajustes generales"
821
 
@@ -826,8 +830,8 @@ msgstr "Ajustes en caso de problemas"
826
 
827
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
828
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
829
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
830
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
831
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
832
  msgid "Save"
833
  msgstr "Guardar"
@@ -882,18 +886,18 @@ msgstr "Manejo de la plantilla de pregunta"
882
 
883
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
885
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
886
  msgid "Admin e-mail settings"
887
  msgstr "Ajustes de -email de administración"
888
 
889
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
890
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
891
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
892
  msgid "To:"
893
  msgstr "Para:"
894
 
895
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
896
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
897
  msgid ""
898
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
899
  "com"
@@ -901,22 +905,22 @@ msgstr "Separa las diferentes direccciones de correo electrónico con una coma"
901
 
902
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
904
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
905
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
906
  msgid "From:"
907
  msgstr "De:"
908
 
909
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
910
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
911
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
912
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
913
  msgid "Subject:"
914
  msgstr "Asunto:"
915
 
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
917
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
920
  msgid "HTML"
921
  msgstr "HTML"
922
 
@@ -925,72 +929,72 @@ msgstr "HTML"
925
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
926
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
927
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
951
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
953
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
955
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
959
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
960
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
961
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
962
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
965
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
966
  msgid "Activate"
967
  msgstr "Activar"
968
 
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
970
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
972
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
973
  msgid "Message body:"
974
  msgstr "Cuerpo del mensaje:"
975
 
976
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
978
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
980
  msgid "Allowed variables"
981
  msgstr "Variables permitidas"
982
 
983
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
984
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
985
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
987
  msgid "User-ID"
988
  msgstr "ID del usuario"
989
 
990
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
992
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
994
  #: lib/view/WpProQuiz_View_Statistics.php:322
995
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
996
  msgid "Username"
@@ -998,42 +1002,42 @@ msgstr "Nombre de usuario"
998
 
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
1000
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
1002
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
1003
  msgid "Quiz-Name"
1004
  msgstr "Nombre del cuestionario"
1005
 
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1007
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
1010
  msgid "Result in precent"
1011
  msgstr "Resultado en porcentaje"
1012
 
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1014
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1015
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1016
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1017
  msgid "Reached points"
1018
  msgstr "Puntos conseguidos"
1019
 
1020
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1021
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1022
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1023
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1024
  msgid "IP-address of the user"
1025
  msgstr "Dirección IP del usuario"
1026
 
1027
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1028
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1029
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1030
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1031
  msgid "Category-Overview"
1032
  msgstr "Vista general de la categoría"
1033
 
1034
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1035
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1036
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1037
  msgid "User e-mail settings"
1038
  msgstr "Ajustes de email de usuario"
1039
 
@@ -1127,11 +1131,11 @@ msgid "Touch Library"
1127
  msgstr "Librería Touch (para dispositivos móviles)"
1128
 
1129
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1130
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1131
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1132
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1133
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1134
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1135
  msgid "Deactivate"
1136
  msgstr "Desactivar"
1137
 
@@ -1174,8 +1178,8 @@ msgstr ""
1174
  "Ningún daro será borradoo. Solo se repararán las tablas de WP-Pro-Quiz-"
1175
 
1176
  #: lib/view/WpProQuiz_View_Import.php:21
1177
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1178
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1179
  msgid "Import"
1180
  msgstr "Importar"
1181
 
@@ -1196,7 +1200,7 @@ msgid "Quiz name"
1196
  msgstr "Nombre del cuestionario"
1197
 
1198
  #: lib/view/WpProQuiz_View_Import.php:69
1199
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1200
  msgid "Start import"
1201
  msgstr "Empezar la importación"
1202
 
@@ -1205,7 +1209,7 @@ msgid "WP-Pro-Quiz special modification"
1205
  msgstr ""
1206
 
1207
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1208
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1209
  msgid "You need special WP-Pro-Quiz modification for your website?"
1210
  msgstr ""
1211
 
@@ -1267,7 +1271,7 @@ msgid ""
1267
  msgstr ""
1268
 
1269
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1270
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1271
  msgid "load template"
1272
  msgstr "cargar plantilla"
1273
 
@@ -1280,9 +1284,9 @@ msgstr "Título"
1280
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1281
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1282
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1283
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1284
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1285
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1286
  msgid "(optional)"
1287
  msgstr "(Opcional)"
1288
 
@@ -1297,9 +1301,9 @@ msgstr ""
1297
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1298
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1299
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1300
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1301
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1302
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1303
  msgid "(required)"
1304
  msgstr "(Requerido)"
1305
 
@@ -1332,10 +1336,10 @@ msgstr ""
1332
 
1333
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1334
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1335
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1336
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1337
  #: lib/view/WpProQuiz_View_Statistics.php:124
1338
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1339
  msgid "Category"
1340
  msgstr "Categoría"
1341
 
@@ -1348,23 +1352,23 @@ msgstr ""
1348
  "p.ej; en las estadísticas."
1349
 
1350
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1351
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1352
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1353
  msgid "You can manage categories in global settings."
1354
  msgstr "Puedes manejar las categorías en los ajustes generales"
1355
 
1356
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1357
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1358
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1359
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1360
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1361
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1362
  msgid "Create new category"
1363
  msgstr "Crear una categoría"
1364
 
1365
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1366
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1367
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1368
  msgid "Create"
1369
  msgstr "Crear"
1370
 
@@ -1498,24 +1502,24 @@ msgstr ""
1498
  "para sar cabida a un texto más largo. El valor predeterminado es 20%."
1499
 
1500
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1501
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1502
  msgid "template name"
1503
  msgstr "nombre de la plantilla"
1504
 
1505
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1506
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1507
  msgid "Create new template"
1508
  msgstr "Crear una plantilla"
1509
 
1510
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1511
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1512
  msgid "Save as template"
1513
  msgstr "Guardar como una plantilla"
1514
 
1515
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1516
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1517
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1518
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1519
  msgid "Options"
1520
  msgstr "Opciones"
1521
 
@@ -1547,7 +1551,7 @@ msgstr "Añadir multimedia"
1547
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1548
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1549
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1550
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1551
  msgid "Move"
1552
  msgstr "Mover"
1553
 
@@ -1624,28 +1628,29 @@ msgstr "menos cierto { [1] [2] [3] [4] [5] } más cierto"
1624
 
1625
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1626
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1627
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1628
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1629
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1630
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1631
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1632
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1633
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1634
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1635
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1636
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1637
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1638
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1639
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1640
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1641
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1642
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1643
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1644
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1645
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1646
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1647
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1648
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1649
  msgid "Demo"
1650
  msgstr "Demo"
1651
 
@@ -1700,7 +1705,7 @@ msgstr "Preguntas ordenadas"
1700
 
1701
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1702
  #: lib/view/WpProQuiz_View_Statistics.php:169
1703
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1704
  msgid "Total"
1705
  msgstr "Total"
1706
 
@@ -1729,83 +1734,83 @@ msgstr ""
1729
  msgid "Copy questions"
1730
  msgstr "Copiar preguntas"
1731
 
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1733
  msgid "Quiz title"
1734
  msgstr "Título del cuestionario"
1735
 
1736
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1737
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1738
  msgid "You can assign classify category for a quiz."
1739
  msgstr ""
1740
 
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1742
  msgid "Hide quiz title"
1743
  msgstr "Ocultar el título del cuestionario"
1744
 
1745
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1746
  msgid "Hide title"
1747
  msgstr "Ocultar el título"
1748
 
1749
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1750
  msgid "The title serves as quiz heading."
1751
  msgstr "El título sirve como encabezado del cuestionario."
1752
 
1753
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1754
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1755
  msgid "Hide \"Restart quiz\" button"
1756
  msgstr "Ocultar el botón de \"Volver a empezar el cuestionario\" "
1757
 
1758
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1759
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1760
  msgstr ""
1761
  "Ocultar el botón de \"Volver a empezar el cuestionario\" en el Frontend."
1762
 
1763
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1764
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1765
  msgid "Hide \"View question\" button"
1766
  msgstr "Ocultar el botón de \"Comprobar las preguntas\" "
1767
 
1768
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1769
  msgid "Hide the \"View question\" button in the Frontend."
1770
  msgstr "Ocultar el botón de \"Comprobar las preguntas\" en el Frontend."
1771
 
1772
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1773
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1774
  msgid "Display question randomly"
1775
  msgstr "Ordenar las preguntas aleatoriamente"
1776
 
1777
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1778
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1779
  msgid "Display answers randomly"
1780
  msgstr "Ordenar las respuestas aleatoriamente"
1781
 
1782
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1783
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1784
  msgid "Sort questions by category"
1785
  msgstr "Ordenar las preguntas por categorías"
1786
 
1787
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1788
  msgid ""
1789
  "Also works in conjunction with the \"display randomly question\" option."
1790
  msgstr ""
1791
  "Tamién funciona en conjunción con la opción \"mostrar las preguntas "
1792
  "aleatoriamente\" option."
1793
 
1794
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1795
  msgid "Seconds"
1796
  msgstr "Segundos"
1797
 
1798
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1799
  msgid "0 = no limit"
1800
  msgstr "0 = sin límite"
1801
 
1802
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1803
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1804
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1805
  msgid "Statistics"
1806
  msgstr "Estadísticas"
1807
 
1808
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1809
  msgid ""
1810
  "Statistics about right or wrong answers. Statistics will be saved by "
1811
  "completed quiz, not after every question. The statistics is only visible "
@@ -1816,16 +1821,16 @@ msgstr ""
1816
  "estadísticas son visibles solo en el menú de administración (estadísticas "
1817
  "internas)."
1818
 
1819
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1820
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1821
  msgid "Statistics IP-lock"
1822
  msgstr "Estadísticas IP-lock"
1823
 
1824
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1825
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1826
  msgstr "en minutos (recomenado:: 1440 minutos = 1 día)"
1827
 
1828
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1829
  msgid ""
1830
  "Protect the statistics from spam. Result will only be saved every X minutes "
1831
  "from same IP. (0 = deactivated)"
@@ -1833,12 +1838,12 @@ msgstr ""
1833
  "Protege las estadísticas de spam. Los resultados de una misma IP se guadarán "
1834
  "solo cada X minutos. (0 = Desactivado)"
1835
 
1836
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1837
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1838
  msgid "Execute quiz only once"
1839
  msgstr "Permitir realizar el cuestionario una sola vez"
1840
 
1841
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1842
  msgid ""
1843
  "If you activate this option, the user can complete the quiz only once. "
1844
  "Afterwards the quiz is blocked for this user."
@@ -1846,31 +1851,31 @@ msgstr ""
1846
  "Si se activa esta opción, el usuario solo podrá realizar el cuestionario una "
1847
  "vez. Después, el cuestionario se bloquea para ese usuario."
1848
 
1849
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1850
  msgid "This option applies to:"
1851
  msgstr "Aplicar esta opción a:"
1852
 
1853
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1854
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1855
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1856
  msgid "all users"
1857
  msgstr "todos los usuarios"
1858
 
1859
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1860
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1861
  msgid "registered useres only"
1862
  msgstr "solo usuarios registrados"
1863
 
1864
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1865
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1866
  msgid "anonymous users only"
1867
  msgstr "solo usuarios anónimos"
1868
 
1869
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1870
  msgid "user identification by cookie"
1871
  msgstr "identificación del usuario mediante cookie"
1872
 
1873
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1874
  msgid ""
1875
  "If you activate this option, a cookie is set additionally for unregistrated "
1876
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1880,24 +1885,24 @@ msgstr ""
1880
  "no registrados (anónimos). Esto asegura una asignación del usuario más "
1881
  "prolongada que con una simple asignación mediante IP."
1882
 
1883
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1884
  msgid "Reset the user identification"
1885
  msgstr "Reinicilar la identificación del usuario"
1886
 
1887
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1888
  msgid "User identification has been reset."
1889
  msgstr "La identificación del usuario ha sido reiniciada."
1890
 
1891
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1892
  msgid "Resets user identification for all users."
1893
  msgstr "Reiniciar la identificación de usuario para todos los usuarios."
1894
 
1895
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1896
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1897
  msgid "Show only specific number of questions"
1898
  msgstr "Mostrar solo un número específico de preguntas"
1899
 
1900
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1901
  msgid ""
1902
  "If you enable this option, maximum number of displayed questions will be X "
1903
  "from X questions. (The output of questions is random)"
@@ -1905,20 +1910,20 @@ msgstr ""
1905
  "Al activar esta opción, la cantidad máxima de preguntas mostradas será X de "
1906
  "X preguntas. (La selección de las preguntas será aleatoria)"
1907
 
1908
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1909
  msgid "How many questions should be displayed simultaneously:"
1910
  msgstr "Cantidad de preguntas a mostrar simultáneamente."
1911
 
1912
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1913
  msgid "in percent"
1914
  msgstr "en porcentaje"
1915
 
1916
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1917
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1918
  msgid "Prerequisites"
1919
  msgstr "Prerrequisitos"
1920
 
1921
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1922
  msgid ""
1923
  "If you enable this option, you can choose quiz, which user have to finish "
1924
  "before he can start this quiz."
@@ -1926,7 +1931,7 @@ msgstr ""
1926
  "Al activar esta opción, puedes seleccionar un cuestionario que el usuario "
1927
  "debe completar antes de empezar este cuestionario."
1928
 
1929
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1930
  msgid ""
1931
  "In all selected quizzes statistic function have to be active. If it is not "
1932
  "it will be activated automatically."
@@ -1934,21 +1939,21 @@ msgstr ""
1934
  "En todos los cuestionarios seleccionadas la función Estadísticas debe estar "
1935
  "activa. De lo contario, será activada automáticamente."
1936
 
1937
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1938
  msgid "Quiz"
1939
  msgstr "Cuestionario"
1940
 
1941
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1942
  msgid "Prerequisites (This quiz have to be finished)"
1943
  msgstr "Prerrequisitos (este cuestionario debe ser completado previamente)"
1944
 
1945
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1946
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1947
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1948
  msgid "Question overview"
1949
  msgstr "Vista general de la pregunta"
1950
 
1951
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1952
  msgid ""
1953
  "Add at the top of the quiz a question overview, which allows easy "
1954
  "navigation. Additional questions can be marked \"to review\"."
@@ -1957,13 +1962,13 @@ msgstr ""
1957
  "preguntas contestadas y por contestar. Las respuestas pueden ser mrcadas "
1958
  "\"to review\"."
1959
 
1960
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1961
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1962
  msgstr ""
1963
  "Se mostrará la información general adicional del cuestionario, antes de que "
1964
  "termine cuestionario"
1965
 
1966
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1967
  msgid ""
1968
  "If you enalbe this option, no quiz overview will be displayed, before "
1969
  "finishing quiz."
@@ -1971,7 +1976,7 @@ msgstr ""
1971
  "Si activas esta opción, no se mostrará ningún resumen del cuestionario antes "
1972
  "de terminar el mismo."
1973
 
1974
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1975
  msgid ""
1976
  "If you enable this option, user won't be able to skip question. (only in "
1977
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1981,25 +1986,25 @@ msgstr ""
1981
  "en e l modo \"Vista general-> next\"). Los usuarios podrán seguir vanegando "
1982
  "por la \"Vista general de la pregunta\""
1983
 
1984
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1985
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1986
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1987
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1988
  msgid "Admin e-mail notification"
1989
  msgstr "Notificación por email al administrador"
1990
 
1991
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1992
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1993
  msgid "for registered users only"
1994
  msgstr "solo para los usuarios registrados"
1995
 
1996
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1997
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1998
  msgid "for all users"
1999
  msgstr "para todos los usuarios"
2000
 
2001
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
2002
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
2003
  msgid ""
2004
  "If you enable this option, you will be informed if a user completes this "
2005
  "quiz."
@@ -2007,19 +2012,19 @@ msgstr ""
2007
  "Si activas esta función,serás informado cada vez que un usuario complete "
2008
  "este cuestionario."
2009
 
2010
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
2011
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
2012
  msgid "E-Mail settings can be edited in global settings."
2013
  msgstr "Los ajustes de Email pueen ser editados en los Ajustes generales"
2014
 
2015
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
2016
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
2017
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
2018
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
2019
  msgid "User e-mail notification"
2020
  msgstr "Notificación por email al usuario"
2021
 
2022
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
2023
  msgid ""
2024
  "If you enable this option, an email is sent with his quiz result to the "
2025
  "user. (only registered users)"
@@ -2027,12 +2032,12 @@ msgstr ""
2027
  "Si activas esta función, será enviado un email al usuario con los resultados "
2028
  "del cuestionario (solo para usuarios registrados)"
2029
 
2030
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2031
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2032
  msgid "Autostart"
2033
  msgstr "Comienzo automático"
2034
 
2035
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2036
  msgid ""
2037
  "If you enable this option, the quiz will start automatically after the page "
2038
  "is loaded."
@@ -2040,31 +2045,31 @@ msgstr ""
2040
  "Si activas esta fuunción, el cuestionario empezará automáticamente en cuanto "
2041
  "la página se cargue"
2042
 
2043
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2044
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2045
  msgid "Only registered users are allowed to start the quiz"
2046
  msgstr "Permitir solo a los usuarios registrados realizar el cuestionario"
2047
 
2048
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2049
  msgid ""
2050
  "If you enable this option, only registered users allowed start the quiz."
2051
  msgstr ""
2052
  "Si activas esta función, solo los usuarios registrados podrán realizar el "
2053
  "cuestionario"
2054
 
2055
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2056
  msgid "Quiz description"
2057
  msgstr "Descripción del cuestionario"
2058
 
2059
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2060
  msgid "This text will be displayed before start of the quiz."
2061
  msgstr "Este texto se mostrará antes del inicio del cuestionario."
2062
 
2063
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2064
  msgid "Results text"
2065
  msgstr "Texto del resultado"
2066
 
2067
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2068
  msgid ""
2069
  "This text will be displayed at the end of the quiz (in results). (this text "
2070
  "is optional)"
@@ -2072,19 +2077,19 @@ msgstr ""
2072
  "Este texto se mostrará al final del cuestionario (en los resultados). (este "
2073
  "texto es opcional)"
2074
 
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2076
  msgid "Activate graduation"
2077
  msgstr "Activar calificaciones"
2078
 
2079
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2080
  msgid "Hint:"
2081
  msgstr "Pista de ayuda:"
2082
 
2083
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2084
  msgid "Maximal 15 levels"
2085
  msgstr "Máximo 15 niveles"
2086
 
2087
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2088
  #, php-format
2089
  msgid ""
2090
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2093,27 +2098,27 @@ msgstr ""
2093
  "Porcentaje en relación a la puntuación total del cuestionario. (Total "
2094
  "actual: %d puntos en %d preguntas)"
2095
 
2096
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2097
  msgid "Values can also be mixed up"
2098
  msgstr "Los valores pueden también mezclarse"
2099
 
2100
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2101
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2102
  msgstr ""
2103
  "10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
2104
 
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2106
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2107
  msgid "from:"
2108
  msgstr "de:"
2109
 
2110
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2111
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2112
  msgid "percent"
2113
  msgstr "porcentaje"
2114
 
2115
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2116
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2117
  #, php-format
2118
  msgid ""
2119
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2122,40 +2127,40 @@ msgstr ""
2122
  "(Se mostrará cuando el procentaje del resultado sea >= <span class="
2123
  "\"resultProzent\">%s</span>%% )"
2124
 
2125
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2126
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2127
  msgid "Delete graduation"
2128
  msgstr "Borrar calificación"
2129
 
2130
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2131
  msgid "Add graduation"
2132
  msgstr "Añadir calificación"
2133
 
2134
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2135
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2136
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2137
  msgid "Custom fields - Variables"
2138
  msgstr ""
2139
 
2140
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2141
  msgid "Result-Options"
2142
  msgstr "Opciones para los resultados"
2143
 
2144
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2145
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2146
  msgid "Show average points"
2147
  msgstr "Mostrar el promedio de puntuación"
2148
 
2149
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2150
  msgid "Statistics-function must be enabled."
2151
  msgstr "La función Estadísticas deber estar activada."
2152
 
2153
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2154
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2155
  msgid "Show category score"
2156
  msgstr "Mostrar la puntuación de la categoría"
2157
 
2158
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2159
  msgid ""
2160
  "If you enable this option, the results of each category is displayed on the "
2161
  "results page."
@@ -2163,12 +2168,12 @@ msgstr ""
2163
  "Si activas esa función, los resultados de cada categoría se mostrarán en la "
2164
  "página de resultados"
2165
 
2166
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2167
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2168
  msgid "Hide correct questions - display"
2169
  msgstr "Ocultar respuestas correctas - mostrar"
2170
 
2171
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2172
  msgid ""
2173
  "If you select this option, no longer the number of correctly answered "
2174
  "questions are displayed on the results page."
@@ -2176,12 +2181,12 @@ msgstr ""
2176
  "Si activas esta opción, no se mostrará el número de respuestas correctas en "
2177
  "la página de resultados."
2178
 
2179
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2180
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2181
  msgid "Hide quiz time - display"
2182
  msgstr "Ocultar el reloj del cuestionario - mostrarlo"
2183
 
2184
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2185
  msgid ""
2186
  "If you enable this option, the time for finishing the quiz won't be "
2187
  "displayed on the results page anymore."
@@ -2189,12 +2194,12 @@ msgstr ""
2189
  "Si activas esta opción, no se mostrará el tiempo empleado en finalizar el "
2190
  "cuestionario en lapágina de resultados"
2191
 
2192
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2193
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2194
  msgid "Hide score - display"
2195
  msgstr "Ocultar puntuación - Mostrarla"
2196
 
2197
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2198
  msgid ""
2199
  "If you enable this option, final score won't be displayed on the results "
2200
  "page anymore."
@@ -2202,27 +2207,27 @@ msgstr ""
2202
  "Si activas esta opción, la puntuación final no se mostrará en la página de "
2203
  "resultados"
2204
 
2205
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2206
  msgid "Question-Options"
2207
  msgstr "Opciones para las Preguntas"
2208
 
2209
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2210
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2211
  msgid "Show points"
2212
  msgstr "Mostrar los puntos"
2213
 
2214
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2215
  msgid "Shows in quiz, how many points are reachable for respective question."
2216
  msgstr ""
2217
  "Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
2218
  "pregunta,"
2219
 
2220
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2221
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2222
  msgid "Number answers"
2223
  msgstr "Numerar las respuestas"
2224
 
2225
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2226
  msgid ""
2227
  "If this option is activated, all answers are numbered (only single and "
2228
  "multiple choice)"
@@ -2230,23 +2235,23 @@ msgstr ""
2230
  "Si esta opción está activada, todas las respuestas serán numeradas (solo en "
2231
  "las modalidades de respuesta única y respuesta múltiple)."
2232
 
2233
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2234
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2235
  msgid "Hide correct- and incorrect message"
2236
  msgstr "Oculltar el mensaje Correcto-Incorrecto"
2237
 
2238
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2239
  msgid ""
2240
  "If you enable this option, no correct- or incorrect message will be "
2241
  "displayed."
2242
  msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
2243
 
2244
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2245
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2246
  msgid "Correct and incorrect answer mark"
2247
  msgstr "Marcar respuestas correctas e incorrectas"
2248
 
2249
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2250
  msgid ""
2251
  "If you enable this option, answers won't be color highlighted as correct or "
2252
  "incorrect. "
@@ -2254,17 +2259,17 @@ msgstr ""
2254
  "Al activar esta opción,las respuestas no serán destacadas en diferentes "
2255
  "colores como correctas o incoreectas."
2256
 
2257
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2258
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2259
  msgid "Force user to answer each question"
2260
  msgstr "Forzar a que se respondan todas las preguntas"
2261
 
2262
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2263
  msgid "If you enable this option, the user is forced to answer each question."
2264
  msgstr ""
2265
  "Si activas esta opción, los usuarios deberán contestar todas las preguntas."
2266
 
2267
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2268
  msgid ""
2269
  "If the option \"Question overview\" is activated, this notification will "
2270
  "appear after end of the quiz, otherwise after each question."
@@ -2273,36 +2278,36 @@ msgstr ""
2273
  "aparecerá al final del cuestionario. De lo contrario aparecerá después de "
2274
  "ada pregunta."
2275
 
2276
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2277
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2278
  msgid "Hide question position overview"
2279
  msgstr "Ocultar la posición de la pregunta en la vista general"
2280
 
2281
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2282
  msgid "If you enable this option, the question position overview is hidden."
2283
  msgstr ""
2284
  "Si activas esta opción, se oculta la posición de la pregunta en la vista "
2285
  "general."
2286
 
2287
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2288
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2289
  msgid "Hide question numbering"
2290
  msgstr "Ocultar la numeración de las respuestas"
2291
 
2292
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2293
  msgid "If you enable this option, the question numbering is hidden."
2294
  msgstr "Si activas esta opción, se ocultará la numeración de las respuestas"
2295
 
2296
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2297
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2298
  msgid "Display category"
2299
  msgstr "Mostrar la categoría"
2300
 
2301
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2302
  msgid "If you enable this option, category will be displayed in the question."
2303
  msgstr "Si activas esta opción, se mostrará la categoría de cada pregunta"
2304
 
2305
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2306
  msgid ""
2307
  "The leaderboard allows users to enter results in public list and to share "
2308
  "the result this way."
@@ -2310,17 +2315,17 @@ msgstr ""
2310
  "El Ránking de puntuaciones permite a los usuarios introducir y compartir "
2311
  "sus resultados en una lista pública."
2312
 
2313
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2314
  msgid "The leaderboard works independent from internal statistics function."
2315
  msgstr ""
2316
  "El Ránking de puntuaciones funciona independientemente de las estadísticas "
2317
  "internas."
2318
 
2319
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2320
  msgid "Who can sign up to the list"
2321
  msgstr "Quién puede foirmar parte de la lista"
2322
 
2323
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2324
  msgid ""
2325
  "Not registered users have to enter name and e-mail (e-mail won't be "
2326
  "displayed)"
@@ -2328,11 +2333,11 @@ msgstr ""
2328
  "Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
2329
  "no será mostrado)"
2330
 
2331
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2332
  msgid "insert automatically"
2333
  msgstr "insertar autoáticamente"
2334
 
2335
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2336
  msgid ""
2337
  "If you enable this option, logged in users will be automatically entered "
2338
  "into leaderboard"
@@ -2340,11 +2345,11 @@ msgstr ""
2340
  "Si activas esta opción, se guardarán automáticamente los resultados de los "
2341
  "usuarios registrados y logueados."
2342
 
2343
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2344
  msgid "display captcha"
2345
  msgstr "Mostrar captcha"
2346
 
2347
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2348
  msgid ""
2349
  "If you enable this option, additional captcha will be displayed for users "
2350
  "who are not registered."
@@ -2352,85 +2357,85 @@ msgstr ""
2352
  "Al activar esta opción, a los usuarios no registrados se le mostrará un "
2353
  "código captcha."
2354
 
2355
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2356
  msgid "This option requires additional plugin:"
2357
  msgstr "Esta opción requiere un plugin adicional:"
2358
 
2359
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2360
  msgid "Plugin has been detected."
2361
  msgstr "El plugin ha sido detectado."
2362
 
2363
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2364
  msgid "Plugin is not installed."
2365
  msgstr "El plugin no está instalado."
2366
 
2367
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2368
  msgid "Sort list by"
2369
  msgstr "Ordenar la lista por"
2370
 
2371
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2372
  msgid "Users can apply multiple times"
2373
  msgstr "El usuario puede intentarlo cuantas veces desee."
2374
 
2375
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2376
  msgid "User can apply after:"
2377
  msgstr "El usuario puede intentarlo de nuevo desspués de:"
2378
 
2379
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2380
  msgid "minute"
2381
  msgstr "minuto"
2382
 
2383
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2384
  msgid "How many entries should be displayed"
2385
  msgstr "Cantidad de entradas a mostrar"
2386
 
2387
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2388
  msgid "Entries"
2389
  msgstr "Entradas"
2390
 
2391
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2392
  msgid "Automatically display leaderboard in quiz result"
2393
  msgstr ""
2394
  "Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
2395
  "cuestionario."
2396
 
2397
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2398
  msgid "Where should leaderboard be displayed:"
2399
  msgstr "Dónde será mostrado el Ránking de puntuaciones:"
2400
 
2401
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2402
  msgid "don't display"
2403
  msgstr "No mostrarlo"
2404
 
2405
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2406
  msgid "below the \"result text\""
2407
  msgstr "después del \"texto del resultado\""
2408
 
2409
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2410
  msgid "in a button"
2411
  msgstr "en un botón"
2412
 
2413
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2414
  msgid "Quiz-Mode"
2415
  msgstr "Modo-Cuestionario"
2416
 
2417
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2418
  msgid "Normal"
2419
  msgstr "Normal"
2420
 
2421
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2422
  msgid "Normal + Back-Button"
2423
  msgstr "Normal + Botón de volver atrás"
2424
 
2425
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2426
  msgid "Check -> continue"
2427
  msgstr "Comprobar -> continuar"
2428
 
2429
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2430
  msgid "Questions below each other"
2431
  msgstr "Mostrar las respuestas una debajo de la otra"
2432
 
2433
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2434
  msgid ""
2435
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2436
  "displayed at the end of the quiz."
@@ -2438,15 +2443,15 @@ msgstr ""
2438
  "Mostrara todas las preguntas secuencialmente, \"right\" o \"false\" se "
2439
  "mostrarán al final del cuestionario."
2440
 
2441
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2442
  msgid "Allows to use the back button in a question."
2443
  msgstr "Permitir volver atrás en una pregunta"
2444
 
2445
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2446
  msgid "Shows \"right or wrong\" after each question."
2447
  msgstr "Mostrar\"right or wrong\" después de cada pregunta."
2448
 
2449
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2450
  msgid ""
2451
  "If this option is activated, all answers are displayed below each other, i."
2452
  "e. all questions are on a single page."
@@ -2454,23 +2459,23 @@ msgstr ""
2454
  "Si activas esta función, todas las respuestas se mostrarán una debajo de "
2455
  "otra, en la misma página"
2456
 
2457
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2458
  msgid "How many questions to be displayed on a page:"
2459
  msgstr "Cantidad de preguntas a mostrar en una misma página:"
2460
 
2461
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2462
  msgid "(0 = All on one page)"
2463
  msgstr "(0 = Todo en una sola página)"
2464
 
2465
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2466
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2467
  #: lib/view/WpProQuiz_View_Statistics.php:41
2468
  #: lib/view/WpProQuiz_View_Statistics.php:364
2469
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2470
  msgid "Custom fields"
2471
  msgstr "Campos personalizados"
2472
 
2473
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2474
  msgid ""
2475
  "You can create custom fields, e.g. to request the name or the e-mail address "
2476
  "of the users."
@@ -2478,110 +2483,114 @@ msgstr ""
2478
  "Puedes añadir campos personalizados, p ej, para solicitar el nombre o la "
2479
  "dirección de correo electrónico de los usuarios"
2480
 
2481
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2482
  msgid "The statistic function have to be enabled."
2483
  msgstr "Las estadísticas no están activadas."
2484
 
2485
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2486
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2487
  msgid "Custom fields enable"
2488
  msgstr "Permitir campos personalaizados"
2489
 
2490
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2491
  msgid "If you enable this option, custom fields are enabled."
2492
  msgstr ""
2493
  "Si activas esta opción, se activará la posibilidad de añadir campos "
2494
  "personalizados"
2495
 
2496
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2497
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2498
  msgid "Display position"
2499
  msgstr "Posición donde se mostrarán"
2500
 
2501
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2502
  msgid "Where should the fileds be displayed:"
2503
  msgstr "Dónde se mostrarán los campos"
2504
 
2505
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2506
  msgid "On the quiz startpage"
2507
  msgstr "En la página inicial del cuestionario"
2508
 
2509
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2510
  msgid "At the end of the quiz (before the quiz result)"
2511
  msgstr "Al final del cuestionario, (antes de los resultados del cuestionario)"
2512
 
2513
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2514
  msgid "Field name"
2515
  msgstr "Nombre del campo"
2516
 
2517
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2518
  msgid "Required?"
2519
  msgstr "¿Obligatorio?"
2520
 
2521
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2522
  msgid "Text"
2523
  msgstr "Texto"
2524
 
2525
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2526
  msgid "Textarea"
2527
  msgstr "Caja de texto"
2528
 
2529
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2530
  msgid "Checkbox"
2531
  msgstr "Caja de texto"
2532
 
2533
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2534
  msgid "Drop-Down menu"
2535
  msgstr "Menú desplegable"
2536
 
2537
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2538
  msgid "Radio"
2539
  msgstr "Radio"
2540
 
2541
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2542
  msgid "Number"
2543
  msgstr "Número"
2544
 
2545
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2546
  msgid "Email"
2547
  msgstr "Email"
2548
 
2549
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2550
  msgid "Yes/No"
2551
  msgstr "Sí/No"
2552
 
2553
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2554
  #: lib/view/WpProQuiz_View_Statistics.php:323
2555
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2556
  msgid "Date"
2557
  msgstr "Fecha"
2558
 
2559
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2560
  msgid "Edit list"
2561
  msgstr "Editar listado"
2562
 
2563
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2564
  msgid "One entry per line"
2565
  msgstr "Una entrada por línea"
2566
 
2567
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2568
  msgid "OK"
2569
  msgstr "De acuerdo"
2570
 
2571
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2572
  msgid "Add field"
2573
  msgstr "Añadir un campo"
2574
 
2575
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2576
  msgid ""
2577
  "If you enable this option, an email is sent with his quiz result to the user."
2578
  msgstr ""
2579
 
2580
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2581
  msgid "User Email-Address (only registered users)"
2582
  msgstr ""
2583
 
2584
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2585
  msgid "(Type Email)"
2586
  msgstr ""
2587
 
@@ -2599,50 +2608,50 @@ msgstr ""
2599
  "Si el cuestionario no funciona en el Front-End, intenta,por favor lo "
2600
  "siguiente:"
2601
 
2602
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2603
  msgid "Style Manager"
2604
  msgstr "Editor de estilos"
2605
 
2606
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2607
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2608
  msgid "Support WP-Pro-Quiz"
2609
  msgstr "Apoyar a Wp-Pro-Quiz"
2610
 
2611
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2612
  msgid "Learn more"
2613
  msgstr ""
2614
 
2615
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2616
  msgid "ID"
2617
  msgstr "ID"
2618
 
2619
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2620
  msgid "Shortcode"
2621
  msgstr "Código abreviado"
2622
 
2623
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2624
  msgid "Shortcode-Leaderboard"
2625
  msgstr "Código abreviado del Ránking de puntuaciones"
2626
 
2627
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2628
  msgid "Preview"
2629
  msgstr "Previsualizar"
2630
 
2631
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2632
  msgid "Add quiz"
2633
  msgstr "Añadir cuestionario"
2634
 
2635
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2636
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2637
  msgid "Export"
2638
  msgstr "Exportar"
2639
 
2640
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2641
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2642
  msgid "Set Quiz Categories"
2643
  msgstr ""
2644
 
2645
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2646
  msgid ""
2647
  "Choose the respective question, which you would like to export and press on "
2648
  "\"Start export\""
@@ -2650,36 +2659,36 @@ msgstr ""
2650
  "Selecciona las preguntas correspondientes que deseas exportar y pulsa sobre "
2651
  "\"Empezar exportación\""
2652
 
2653
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2654
  msgid "Format:"
2655
  msgstr "Formato:"
2656
 
2657
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2658
  msgid "*.wpq"
2659
  msgstr "*.wpq"
2660
 
2661
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2662
  msgid "or"
2663
  msgstr "o"
2664
 
2665
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2666
  msgid "*.xml"
2667
  msgstr "*.xml"
2668
 
2669
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2670
  msgid "Start export"
2671
  msgstr "Empezar exportación"
2672
 
2673
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2674
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2675
  msgstr "Importa archivos *.wpq o *.xml solo de fuentes seguras"
2676
 
2677
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2678
  #, php-format
2679
  msgid "Maximal %d MiB"
2680
  msgstr "Máximo de %d MiB"
2681
 
2682
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2683
  msgid "Sets multiple quiz categories "
2684
  msgstr ""
2685
 
@@ -2726,39 +2735,39 @@ msgstr "media"
2726
 
2727
  #: lib/view/WpProQuiz_View_Statistics.php:108
2728
  #: lib/view/WpProQuiz_View_Statistics.php:243
2729
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2730
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2731
  msgid "Hints used"
2732
  msgstr "Pistas de ayuda usadas"
2733
 
2734
  #: lib/view/WpProQuiz_View_Statistics.php:109
2735
  #: lib/view/WpProQuiz_View_Statistics.php:244
2736
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2738
  msgid "Time"
2739
  msgstr "Tiempo"
2740
 
2741
  #: lib/view/WpProQuiz_View_Statistics.php:110
2742
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2743
  msgid "Points scored"
2744
  msgstr "Puntos logrados"
2745
 
2746
  #: lib/view/WpProQuiz_View_Statistics.php:148
2747
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2748
  msgid "Sub-Total: "
2749
  msgstr "Subtotal:"
2750
 
2751
  #: lib/view/WpProQuiz_View_Statistics.php:183
2752
  #: lib/view/WpProQuiz_View_Statistics.php:268
2753
  #: lib/view/WpProQuiz_View_Statistics.php:343
2754
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2755
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2756
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2757
  msgid "Refresh"
2758
  msgstr "Actualizar"
2759
 
2760
  #: lib/view/WpProQuiz_View_Statistics.php:187
2761
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2762
  msgid "Reset statistics"
2763
  msgstr "Reiniciar las estadísticas"
2764
 
@@ -2798,18 +2807,30 @@ msgstr "solo usuarios registrados"
2798
  msgid "only anonymous users"
2799
  msgstr "solo usuarios anonimos"
2800
 
2801
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2802
  #, php-format
2803
  msgid "User statistics: %s"
2804
  msgstr "Estadísticas del usuario: %s"
2805
 
2806
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2807
- msgid "ticked"
2808
- msgstr "ticked"
2809
 
2810
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2811
- msgid "not ticked"
2812
- msgstr "ticked"
2813
 
2814
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2815
  msgid "History"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: de\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "No hay datos disponibles"
69
 
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
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:292
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
154
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
155
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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."
167
  msgstr "Bae de datos reparada"
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 "El archivo no puede ser procesado"
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:326
180
  msgid "Quiz not found"
181
  msgstr "Cuestionario no encontrado"
182
 
213
  msgid "questions copied"
214
  msgstr "Preguntas copiadas"
215
 
216
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
217
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
218
  msgid "Quiz edited"
219
  msgstr "Cuestionario editado"
220
 
221
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
222
  msgid "quiz created"
223
  msgstr "el cuestionario ha sido creado"
224
 
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
226
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
227
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
228
  msgid "Quiz title or quiz description are not filled"
229
  msgstr "Faltan el título del cuestionario o su descripción"
230
 
231
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
232
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
233
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
234
  msgid "Edit quiz"
235
  msgstr "Editar cuestionario"
236
 
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
238
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
239
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
240
  msgid "Create quiz"
241
  msgstr "Crear cuestionario"
242
 
243
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
244
  msgid "Template stored"
245
  msgstr "Plantilla guardada"
246
 
247
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
248
  msgid "Quiz deleted"
249
  msgstr "Cuestionario bortrado"
250
 
251
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
252
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
253
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
254
  msgid "Not categorized"
255
  msgstr "No asignada a ninguna categoría"
256
 
257
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
258
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
259
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
260
  msgid "Categories"
261
  msgstr "Categorías"
262
 
263
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
264
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
265
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
267
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
268
  msgid "No category"
269
  msgstr "Sin categoría"
270
 
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
272
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
273
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
274
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
275
  msgid "Anonymous"
276
  msgstr "Anónimo"
277
 
278
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
279
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
280
  msgid "Deleted user"
281
  msgstr "Usuario borrado"
282
 
310
  msgid "You entered wrong captcha code."
311
  msgstr "Código captcha incorrrecto."
312
 
313
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
314
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
315
+ msgid "ticked"
316
+ msgstr "ticked"
317
+
318
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
319
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
320
+ msgid "not ticked"
321
+ msgstr "ticked"
322
+
323
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
324
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
325
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
326
+ msgid "Yes"
327
+ msgstr "Sí"
328
+
329
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
330
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
331
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
332
+ msgid "No"
333
+ msgstr "No"
334
+
335
  #: lib/helper/WpProQuiz_Helper_Import.php:9
336
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
337
  msgid "File was not uploaded"
338
  msgstr "No se ha subido el archivo"
339
 
340
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
341
  msgid "File have wrong format"
342
  msgstr "El archivo tiene un formato inadecuado"
343
 
344
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
345
  msgid "File is not compatible with the current version"
346
  msgstr "El archivo no es compatible con la versión actual"
347
 
411
  "Wordpress"
412
 
413
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
414
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
415
  msgid "WP-Pro-Quiz"
416
  msgstr "WP-Pro-Quiz"
417
 
418
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
419
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
422
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
423
  msgid "Leaderboard"
424
  msgstr "Ránking de puntuaciones"
425
 
428
  #: lib/view/WpProQuiz_View_Import.php:22
429
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
430
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
431
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
432
  #: lib/view/WpProQuiz_View_Statistics.php:29
433
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
434
  #: lib/view/WpProQuiz_View_StyleManager.php:11
450
  msgstr "Ordenar por:"
451
 
452
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
453
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
454
  msgid "best user"
455
  msgstr "Mejor usuario"
456
 
457
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
459
  msgid "newest entry"
460
  msgstr "Entradas más reciente"
461
 
462
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
464
  msgid "oldest entry"
465
  msgstr "Entradas más antiguas"
466
 
474
 
475
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
476
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
477
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
478
  msgid "Type"
479
  msgstr "Tipo"
480
 
484
 
485
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
486
  #: lib/view/WpProQuiz_View_Statistics.php:239
487
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
488
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
489
  msgid "User"
490
  msgstr "Usuario"
491
 
492
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
494
  msgid "E-Mail"
495
  msgstr "E-Mail"
496
 
500
  msgstr "Realizado el"
501
 
502
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
503
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
504
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
505
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
506
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
507
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
511
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
512
  #: lib/view/WpProQuiz_View_Statistics.php:105
513
  #: lib/view/WpProQuiz_View_Statistics.php:240
514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
515
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
516
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
517
  msgid "Points"
518
  msgstr "Puntos"
519
 
520
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
521
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
522
  #: lib/view/WpProQuiz_View_Statistics.php:111
523
  #: lib/view/WpProQuiz_View_Statistics.php:245
524
  #: lib/view/WpProQuiz_View_Statistics.php:324
525
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
526
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
527
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
528
  msgid "Results"
529
  msgstr "Resultados"
530
 
534
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
535
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
536
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
537
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
538
  msgid "Edit"
539
  msgstr "Editar"
540
 
545
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
546
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
547
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
548
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
549
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
550
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
551
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
552
  msgid "Delete"
553
  msgstr "Borrar"
554
 
572
  msgid "Delete all entries"
573
  msgstr "Borrar todas las entradas"
574
 
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
576
+ msgid "Start quiz"
577
+ msgstr "Empezar el cuestionario"
578
+
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
580
+ msgid "Restart quiz"
581
+ msgstr "Volver a empezar el cuestionario"
582
+
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
585
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
586
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
587
  msgid "Quiz-summary"
588
  msgstr "SUmario del cuestionario"
589
 
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
591
  msgid "Finish quiz"
592
  msgstr "Acabar el cuestionario"
593
 
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
595
+ msgid "Quiz is loading..."
596
+ msgstr "Cargando el cuestionario..."
597
+
598
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
599
+ msgid ""
600
+ "You have already completed the quiz before. Hence you can not start it again."
601
+ msgstr ""
602
+ "Ya has realizado este cuestionario antes. Por tanto, no puedes empezarlo "
603
+ "otra vez."
604
+
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
606
+ msgid "You must sign in or sign up to start the quiz."
607
+ msgstr "Debes ser un usuario registrado para poder realizar el cuestionario."
608
+
609
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
610
+ msgid "You have to finish following quiz, to start this quiz:"
611
+ msgstr ""
612
+ "Tienes que terminar antes el siguiente cuestionario, para iniciar este "
613
+ "cuestionario:"
614
+
615
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
616
  msgid "Your result has been entered into leaderboard"
617
  msgstr "Tus resultado se han guardado en el ránking"
618
 
619
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
620
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
621
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
622
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
623
  msgid "Name"
624
  msgstr "Nombre"
625
 
626
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
627
  msgid "Captcha"
628
  msgstr "Captcha"
629
 
630
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
631
  msgid "Send"
632
  msgstr "Enviar"
633
 
634
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
635
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
636
  msgid "You must fill out this field."
637
  msgstr "Debes completar esta casilla"
638
 
639
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
640
  msgid "You must specify a number."
641
  msgstr "Debes escribir un número"
642
 
643
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
644
  msgid "You must specify a text."
645
  msgstr "Debes escribir un texto"
646
 
647
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
648
  msgid "You must specify an email address."
649
  msgstr "Debes escribir una direcccion de email correcta"
650
 
651
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
652
  msgid "You must specify a date."
653
  msgstr "Debes escribir una fecha"
654
 
655
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
656
  #, php-format
657
  msgid "%s of %s questions completed"
658
  msgstr "%s de %s preguntas completado"
659
 
660
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
661
  #: lib/view/WpProQuiz_View_Import.php:44
662
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
663
  msgid "Questions"
664
  msgstr "Preguntas"
665
 
666
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
667
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
668
  msgid "Information"
669
  msgstr "Información"
670
 
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
672
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
674
  msgid "Time limit"
675
  msgstr "Límite de tiempo"
676
 
677
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
678
  msgid "Answered"
679
  msgstr "Contestada"
680
 
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
682
  msgid "Review"
683
  msgstr "Revisada"
684
 
685
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
686
  msgid "Review question"
687
  msgstr "Revisar la pregunta"
688
 
689
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
690
  #, php-format
691
  msgid "%s of %s questions answered correctly"
692
  msgstr "%s de %s preguntas contestadas correctamente"
693
 
694
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
695
  msgid "Your time: <span></span>"
696
  msgstr "Tu tiempo: <span></span>"
697
 
698
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
699
  msgid "Time has elapsed"
700
  msgstr "El tiempo se ha terminado"
701
 
702
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
703
  #, php-format
704
  msgid "You have reached %s of %s points, (%s)"
705
  msgstr "Has conseguido %s de %s puntos posibles (%s)"
706
 
707
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
708
  msgid "Average score"
709
  msgstr "Puntuación de promedio:"
710
 
711
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
712
  msgid "Your score"
713
  msgstr "Tu puntuación"
714
 
715
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
716
  msgid "View questions"
717
  msgstr "Comprobar las preguntas"
718
 
719
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
720
  msgid "Show leaderboard"
721
  msgstr "Mostrar el Ránking de puntuaciones"
722
 
723
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
724
  #, php-format
725
  msgid "Question %s of %s"
726
  msgstr "Pregunta %s de %s"
727
 
728
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
729
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
730
  #: lib/view/WpProQuiz_View_Statistics.php:104
731
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
732
  msgid "Question"
733
  msgstr "Pregunta"
734
 
735
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
736
  #, php-format
737
  msgid "%d points"
738
  msgstr "%d puntos"
739
 
740
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
741
  #, php-format
742
  msgid "Category: %s"
743
  msgstr "Categoría: %s"
744
 
745
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
746
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
747
  msgid "Sort elements"
748
  msgstr "Ordenar elementos"
749
 
750
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
751
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
752
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
753
  #: lib/view/WpProQuiz_View_Statistics.php:106
754
  #: lib/view/WpProQuiz_View_Statistics.php:241
755
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
756
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
757
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
758
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
759
  msgid "Correct"
760
  msgstr "Correcto"
761
 
762
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
763
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
764
  #: lib/view/WpProQuiz_View_Statistics.php:107
765
  #: lib/view/WpProQuiz_View_Statistics.php:242
766
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
767
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
768
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
769
  msgid "Incorrect"
770
  msgstr "Incorrecto"
771
 
772
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
773
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
774
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
775
  msgid "Hint"
776
  msgstr "Pista de ayuda"
777
 
778
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
781
  msgid "Skip question"
782
  msgstr "Saltar esta pregunta"
783
 
784
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
785
  msgid "Back"
786
  msgstr "Volver atrás"
787
 
788
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
789
  msgid "Check"
790
  msgstr "Comprobar"
791
 
792
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
793
  msgid "Next"
794
  msgstr "Siguiente"
795
 
796
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
797
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
798
  #, php-format
799
  msgid "Page %d"
800
  msgstr "Página %d"
801
 
 
 
 
 
802
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
803
  #, php-format
804
  msgid "maximum of %s points"
819
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
820
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
821
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
822
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
823
  msgid "Global settings"
824
  msgstr "Ajustes generales"
825
 
830
 
831
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
832
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
834
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
835
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
836
  msgid "Save"
837
  msgstr "Guardar"
886
 
887
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
888
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
889
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
890
  msgid "Admin e-mail settings"
891
  msgstr "Ajustes de -email de administración"
892
 
893
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
896
  msgid "To:"
897
  msgstr "Para:"
898
 
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
901
  msgid ""
902
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
903
  "com"
905
 
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
910
  msgid "From:"
911
  msgstr "De:"
912
 
913
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
914
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
917
  msgid "Subject:"
918
  msgstr "Asunto:"
919
 
920
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
921
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
924
  msgid "HTML"
925
  msgstr "HTML"
926
 
929
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
930
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
931
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
970
  msgid "Activate"
971
  msgstr "Activar"
972
 
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
977
  msgid "Message body:"
978
  msgstr "Cuerpo del mensaje:"
979
 
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
984
  msgid "Allowed variables"
985
  msgstr "Variables permitidas"
986
 
987
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
991
  msgid "User-ID"
992
  msgstr "ID del usuario"
993
 
994
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
998
  #: lib/view/WpProQuiz_View_Statistics.php:322
999
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
1000
  msgid "Username"
1002
 
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
1004
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
1006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
1007
  msgid "Quiz-Name"
1008
  msgstr "Nombre del cuestionario"
1009
 
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1011
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1014
  msgid "Result in precent"
1015
  msgstr "Resultado en porcentaje"
1016
 
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1018
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1021
  msgid "Reached points"
1022
  msgstr "Puntos conseguidos"
1023
 
1024
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1025
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1028
  msgid "IP-address of the user"
1029
  msgstr "Dirección IP del usuario"
1030
 
1031
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1032
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1033
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1034
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1035
  msgid "Category-Overview"
1036
  msgstr "Vista general de la categoría"
1037
 
1038
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1039
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1041
  msgid "User e-mail settings"
1042
  msgstr "Ajustes de email de usuario"
1043
 
1131
  msgstr "Librería Touch (para dispositivos móviles)"
1132
 
1133
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1136
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1139
  msgid "Deactivate"
1140
  msgstr "Desactivar"
1141
 
1178
  "Ningún daro será borradoo. Solo se repararán las tablas de WP-Pro-Quiz-"
1179
 
1180
  #: lib/view/WpProQuiz_View_Import.php:21
1181
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1182
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1183
  msgid "Import"
1184
  msgstr "Importar"
1185
 
1200
  msgstr "Nombre del cuestionario"
1201
 
1202
  #: lib/view/WpProQuiz_View_Import.php:69
1203
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1204
  msgid "Start import"
1205
  msgstr "Empezar la importación"
1206
 
1209
  msgstr ""
1210
 
1211
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1212
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1213
  msgid "You need special WP-Pro-Quiz modification for your website?"
1214
  msgstr ""
1215
 
1271
  msgstr ""
1272
 
1273
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1275
  msgid "load template"
1276
  msgstr "cargar plantilla"
1277
 
1284
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1285
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1286
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1289
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1290
  msgid "(optional)"
1291
  msgstr "(Opcional)"
1292
 
1301
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1302
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1303
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1307
  msgid "(required)"
1308
  msgstr "(Requerido)"
1309
 
1336
 
1337
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1338
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1340
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1341
  #: lib/view/WpProQuiz_View_Statistics.php:124
1342
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1343
  msgid "Category"
1344
  msgstr "Categoría"
1345
 
1352
  "p.ej; en las estadísticas."
1353
 
1354
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1355
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1356
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1357
  msgid "You can manage categories in global settings."
1358
  msgstr "Puedes manejar las categorías en los ajustes generales"
1359
 
1360
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1361
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1364
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1365
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1366
  msgid "Create new category"
1367
  msgstr "Crear una categoría"
1368
 
1369
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1371
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1372
  msgid "Create"
1373
  msgstr "Crear"
1374
 
1502
  "para sar cabida a un texto más largo. El valor predeterminado es 20%."
1503
 
1504
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1505
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1506
  msgid "template name"
1507
  msgstr "nombre de la plantilla"
1508
 
1509
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1510
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1511
  msgid "Create new template"
1512
  msgstr "Crear una plantilla"
1513
 
1514
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1516
  msgid "Save as template"
1517
  msgstr "Guardar como una plantilla"
1518
 
1519
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1520
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1521
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1523
  msgid "Options"
1524
  msgstr "Opciones"
1525
 
1551
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1552
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1553
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1555
  msgid "Move"
1556
  msgstr "Mover"
1557
 
1628
 
1629
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1630
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1631
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1637
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1638
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1639
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1640
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1641
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1642
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1643
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1644
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1645
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1646
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1647
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1648
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1653
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1654
  msgid "Demo"
1655
  msgstr "Demo"
1656
 
1705
 
1706
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1707
  #: lib/view/WpProQuiz_View_Statistics.php:169
1708
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1709
  msgid "Total"
1710
  msgstr "Total"
1711
 
1734
  msgid "Copy questions"
1735
  msgstr "Copiar preguntas"
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1738
  msgid "Quiz title"
1739
  msgstr "Título del cuestionario"
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1742
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1743
  msgid "You can assign classify category for a quiz."
1744
  msgstr ""
1745
 
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1747
  msgid "Hide quiz title"
1748
  msgstr "Ocultar el título del cuestionario"
1749
 
1750
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1751
  msgid "Hide title"
1752
  msgstr "Ocultar el título"
1753
 
1754
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1755
  msgid "The title serves as quiz heading."
1756
  msgstr "El título sirve como encabezado del cuestionario."
1757
 
1758
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1760
  msgid "Hide \"Restart quiz\" button"
1761
  msgstr "Ocultar el botón de \"Volver a empezar el cuestionario\" "
1762
 
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1764
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1765
  msgstr ""
1766
  "Ocultar el botón de \"Volver a empezar el cuestionario\" en el Frontend."
1767
 
1768
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1770
  msgid "Hide \"View question\" button"
1771
  msgstr "Ocultar el botón de \"Comprobar las preguntas\" "
1772
 
1773
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1774
  msgid "Hide the \"View question\" button in the Frontend."
1775
  msgstr "Ocultar el botón de \"Comprobar las preguntas\" en el Frontend."
1776
 
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1779
  msgid "Display question randomly"
1780
  msgstr "Ordenar las preguntas aleatoriamente"
1781
 
1782
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1783
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1784
  msgid "Display answers randomly"
1785
  msgstr "Ordenar las respuestas aleatoriamente"
1786
 
1787
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1788
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1789
  msgid "Sort questions by category"
1790
  msgstr "Ordenar las preguntas por categorías"
1791
 
1792
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1793
  msgid ""
1794
  "Also works in conjunction with the \"display randomly question\" option."
1795
  msgstr ""
1796
  "Tamién funciona en conjunción con la opción \"mostrar las preguntas "
1797
  "aleatoriamente\" option."
1798
 
1799
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1800
  msgid "Seconds"
1801
  msgstr "Segundos"
1802
 
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1804
  msgid "0 = no limit"
1805
  msgstr "0 = sin límite"
1806
 
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1808
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1809
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1810
  msgid "Statistics"
1811
  msgstr "Estadísticas"
1812
 
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1814
  msgid ""
1815
  "Statistics about right or wrong answers. Statistics will be saved by "
1816
  "completed quiz, not after every question. The statistics is only visible "
1821
  "estadísticas son visibles solo en el menú de administración (estadísticas "
1822
  "internas)."
1823
 
1824
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1826
  msgid "Statistics IP-lock"
1827
  msgstr "Estadísticas IP-lock"
1828
 
1829
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1830
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1831
  msgstr "en minutos (recomenado:: 1440 minutos = 1 día)"
1832
 
1833
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1834
  msgid ""
1835
  "Protect the statistics from spam. Result will only be saved every X minutes "
1836
  "from same IP. (0 = deactivated)"
1838
  "Protege las estadísticas de spam. Los resultados de una misma IP se guadarán "
1839
  "solo cada X minutos. (0 = Desactivado)"
1840
 
 
1841
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1843
  msgid "Execute quiz only once"
1844
  msgstr "Permitir realizar el cuestionario una sola vez"
1845
 
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1847
  msgid ""
1848
  "If you activate this option, the user can complete the quiz only once. "
1849
  "Afterwards the quiz is blocked for this user."
1851
  "Si se activa esta opción, el usuario solo podrá realizar el cuestionario una "
1852
  "vez. Después, el cuestionario se bloquea para ese usuario."
1853
 
1854
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1855
  msgid "This option applies to:"
1856
  msgstr "Aplicar esta opción a:"
1857
 
1858
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1860
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1861
  msgid "all users"
1862
  msgstr "todos los usuarios"
1863
 
1864
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1866
  msgid "registered useres only"
1867
  msgstr "solo usuarios registrados"
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1871
  msgid "anonymous users only"
1872
  msgstr "solo usuarios anónimos"
1873
 
1874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1875
  msgid "user identification by cookie"
1876
  msgstr "identificación del usuario mediante cookie"
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1879
  msgid ""
1880
  "If you activate this option, a cookie is set additionally for unregistrated "
1881
  "(anonymous) users. This ensures a longer assignment of the user than the "
1885
  "no registrados (anónimos). Esto asegura una asignación del usuario más "
1886
  "prolongada que con una simple asignación mediante IP."
1887
 
1888
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1889
  msgid "Reset the user identification"
1890
  msgstr "Reinicilar la identificación del usuario"
1891
 
1892
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1893
  msgid "User identification has been reset."
1894
  msgstr "La identificación del usuario ha sido reiniciada."
1895
 
1896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1897
  msgid "Resets user identification for all users."
1898
  msgstr "Reiniciar la identificación de usuario para todos los usuarios."
1899
 
1900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1902
  msgid "Show only specific number of questions"
1903
  msgstr "Mostrar solo un número específico de preguntas"
1904
 
1905
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1906
  msgid ""
1907
  "If you enable this option, maximum number of displayed questions will be X "
1908
  "from X questions. (The output of questions is random)"
1910
  "Al activar esta opción, la cantidad máxima de preguntas mostradas será X de "
1911
  "X preguntas. (La selección de las preguntas será aleatoria)"
1912
 
1913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1914
  msgid "How many questions should be displayed simultaneously:"
1915
  msgstr "Cantidad de preguntas a mostrar simultáneamente."
1916
 
1917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1918
  msgid "in percent"
1919
  msgstr "en porcentaje"
1920
 
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1923
  msgid "Prerequisites"
1924
  msgstr "Prerrequisitos"
1925
 
1926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1927
  msgid ""
1928
  "If you enable this option, you can choose quiz, which user have to finish "
1929
  "before he can start this quiz."
1931
  "Al activar esta opción, puedes seleccionar un cuestionario que el usuario "
1932
  "debe completar antes de empezar este cuestionario."
1933
 
1934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1935
  msgid ""
1936
  "In all selected quizzes statistic function have to be active. If it is not "
1937
  "it will be activated automatically."
1939
  "En todos los cuestionarios seleccionadas la función Estadísticas debe estar "
1940
  "activa. De lo contario, será activada automáticamente."
1941
 
1942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1943
  msgid "Quiz"
1944
  msgstr "Cuestionario"
1945
 
1946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1947
  msgid "Prerequisites (This quiz have to be finished)"
1948
  msgstr "Prerrequisitos (este cuestionario debe ser completado previamente)"
1949
 
1950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1953
  msgid "Question overview"
1954
  msgstr "Vista general de la pregunta"
1955
 
1956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1957
  msgid ""
1958
  "Add at the top of the quiz a question overview, which allows easy "
1959
  "navigation. Additional questions can be marked \"to review\"."
1962
  "preguntas contestadas y por contestar. Las respuestas pueden ser mrcadas "
1963
  "\"to review\"."
1964
 
1965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1966
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1967
  msgstr ""
1968
  "Se mostrará la información general adicional del cuestionario, antes de que "
1969
  "termine cuestionario"
1970
 
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1972
  msgid ""
1973
  "If you enalbe this option, no quiz overview will be displayed, before "
1974
  "finishing quiz."
1976
  "Si activas esta opción, no se mostrará ningún resumen del cuestionario antes "
1977
  "de terminar el mismo."
1978
 
1979
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1980
  msgid ""
1981
  "If you enable this option, user won't be able to skip question. (only in "
1982
  "\"Overview -> next\" mode). User still will be able to navigate over "
1986
  "en e l modo \"Vista general-> next\"). Los usuarios podrán seguir vanegando "
1987
  "por la \"Vista general de la pregunta\""
1988
 
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1992
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1993
  msgid "Admin e-mail notification"
1994
  msgstr "Notificación por email al administrador"
1995
 
1996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1998
  msgid "for registered users only"
1999
  msgstr "solo para los usuarios registrados"
2000
 
2001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
2002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
2003
  msgid "for all users"
2004
  msgstr "para todos los usuarios"
2005
 
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
2007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
2008
  msgid ""
2009
  "If you enable this option, you will be informed if a user completes this "
2010
  "quiz."
2012
  "Si activas esta función,serás informado cada vez que un usuario complete "
2013
  "este cuestionario."
2014
 
2015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
2016
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
2017
  msgid "E-Mail settings can be edited in global settings."
2018
  msgstr "Los ajustes de Email pueen ser editados en los Ajustes generales"
2019
 
2020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
2021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
2022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
2023
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
2024
  msgid "User e-mail notification"
2025
  msgstr "Notificación por email al usuario"
2026
 
2027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2028
  msgid ""
2029
  "If you enable this option, an email is sent with his quiz result to the "
2030
  "user. (only registered users)"
2032
  "Si activas esta función, será enviado un email al usuario con los resultados "
2033
  "del cuestionario (solo para usuarios registrados)"
2034
 
2035
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2036
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2037
  msgid "Autostart"
2038
  msgstr "Comienzo automático"
2039
 
2040
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2041
  msgid ""
2042
  "If you enable this option, the quiz will start automatically after the page "
2043
  "is loaded."
2045
  "Si activas esta fuunción, el cuestionario empezará automáticamente en cuanto "
2046
  "la página se cargue"
2047
 
2048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2049
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2050
  msgid "Only registered users are allowed to start the quiz"
2051
  msgstr "Permitir solo a los usuarios registrados realizar el cuestionario"
2052
 
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2054
  msgid ""
2055
  "If you enable this option, only registered users allowed start the quiz."
2056
  msgstr ""
2057
  "Si activas esta función, solo los usuarios registrados podrán realizar el "
2058
  "cuestionario"
2059
 
2060
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2061
  msgid "Quiz description"
2062
  msgstr "Descripción del cuestionario"
2063
 
2064
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2065
  msgid "This text will be displayed before start of the quiz."
2066
  msgstr "Este texto se mostrará antes del inicio del cuestionario."
2067
 
2068
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2069
  msgid "Results text"
2070
  msgstr "Texto del resultado"
2071
 
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2073
  msgid ""
2074
  "This text will be displayed at the end of the quiz (in results). (this text "
2075
  "is optional)"
2077
  "Este texto se mostrará al final del cuestionario (en los resultados). (este "
2078
  "texto es opcional)"
2079
 
2080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2081
  msgid "Activate graduation"
2082
  msgstr "Activar calificaciones"
2083
 
2084
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2085
  msgid "Hint:"
2086
  msgstr "Pista de ayuda:"
2087
 
2088
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2089
  msgid "Maximal 15 levels"
2090
  msgstr "Máximo 15 niveles"
2091
 
2092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2093
  #, php-format
2094
  msgid ""
2095
  "Percentages refer to the total score of the quiz. (Current total %d points "
2098
  "Porcentaje en relación a la puntuación total del cuestionario. (Total "
2099
  "actual: %d puntos en %d preguntas)"
2100
 
2101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2102
  msgid "Values can also be mixed up"
2103
  msgstr "Los valores pueden también mezclarse"
2104
 
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2106
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2107
  msgstr ""
2108
  "10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
2109
 
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2112
  msgid "from:"
2113
  msgstr "de:"
2114
 
2115
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2117
  msgid "percent"
2118
  msgstr "porcentaje"
2119
 
2120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2122
  #, php-format
2123
  msgid ""
2124
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2127
  "(Se mostrará cuando el procentaje del resultado sea >= <span class="
2128
  "\"resultProzent\">%s</span>%% )"
2129
 
2130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2132
  msgid "Delete graduation"
2133
  msgstr "Borrar calificación"
2134
 
2135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2136
  msgid "Add graduation"
2137
  msgstr "Añadir calificación"
2138
 
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2140
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2141
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2142
  msgid "Custom fields - Variables"
2143
  msgstr ""
2144
 
2145
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2146
  msgid "Result-Options"
2147
  msgstr "Opciones para los resultados"
2148
 
2149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2151
  msgid "Show average points"
2152
  msgstr "Mostrar el promedio de puntuación"
2153
 
2154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2155
  msgid "Statistics-function must be enabled."
2156
  msgstr "La función Estadísticas deber estar activada."
2157
 
2158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2160
  msgid "Show category score"
2161
  msgstr "Mostrar la puntuación de la categoría"
2162
 
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2164
  msgid ""
2165
  "If you enable this option, the results of each category is displayed on the "
2166
  "results page."
2168
  "Si activas esa función, los resultados de cada categoría se mostrarán en la "
2169
  "página de resultados"
2170
 
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2173
  msgid "Hide correct questions - display"
2174
  msgstr "Ocultar respuestas correctas - mostrar"
2175
 
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2177
  msgid ""
2178
  "If you select this option, no longer the number of correctly answered "
2179
  "questions are displayed on the results page."
2181
  "Si activas esta opción, no se mostrará el número de respuestas correctas en "
2182
  "la página de resultados."
2183
 
2184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2186
  msgid "Hide quiz time - display"
2187
  msgstr "Ocultar el reloj del cuestionario - mostrarlo"
2188
 
2189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2190
  msgid ""
2191
  "If you enable this option, the time for finishing the quiz won't be "
2192
  "displayed on the results page anymore."
2194
  "Si activas esta opción, no se mostrará el tiempo empleado en finalizar el "
2195
  "cuestionario en lapágina de resultados"
2196
 
2197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2199
  msgid "Hide score - display"
2200
  msgstr "Ocultar puntuación - Mostrarla"
2201
 
2202
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2203
  msgid ""
2204
  "If you enable this option, final score won't be displayed on the results "
2205
  "page anymore."
2207
  "Si activas esta opción, la puntuación final no se mostrará en la página de "
2208
  "resultados"
2209
 
2210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2211
  msgid "Question-Options"
2212
  msgstr "Opciones para las Preguntas"
2213
 
2214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2215
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2216
  msgid "Show points"
2217
  msgstr "Mostrar los puntos"
2218
 
2219
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2220
  msgid "Shows in quiz, how many points are reachable for respective question."
2221
  msgstr ""
2222
  "Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
2223
  "pregunta,"
2224
 
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2227
  msgid "Number answers"
2228
  msgstr "Numerar las respuestas"
2229
 
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2231
  msgid ""
2232
  "If this option is activated, all answers are numbered (only single and "
2233
  "multiple choice)"
2235
  "Si esta opción está activada, todas las respuestas serán numeradas (solo en "
2236
  "las modalidades de respuesta única y respuesta múltiple)."
2237
 
2238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2240
  msgid "Hide correct- and incorrect message"
2241
  msgstr "Oculltar el mensaje Correcto-Incorrecto"
2242
 
2243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2244
  msgid ""
2245
  "If you enable this option, no correct- or incorrect message will be "
2246
  "displayed."
2247
  msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
2248
 
2249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2250
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2251
  msgid "Correct and incorrect answer mark"
2252
  msgstr "Marcar respuestas correctas e incorrectas"
2253
 
2254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2255
  msgid ""
2256
  "If you enable this option, answers won't be color highlighted as correct or "
2257
  "incorrect. "
2259
  "Al activar esta opción,las respuestas no serán destacadas en diferentes "
2260
  "colores como correctas o incoreectas."
2261
 
2262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2264
  msgid "Force user to answer each question"
2265
  msgstr "Forzar a que se respondan todas las preguntas"
2266
 
2267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2268
  msgid "If you enable this option, the user is forced to answer each question."
2269
  msgstr ""
2270
  "Si activas esta opción, los usuarios deberán contestar todas las preguntas."
2271
 
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2273
  msgid ""
2274
  "If the option \"Question overview\" is activated, this notification will "
2275
  "appear after end of the quiz, otherwise after each question."
2278
  "aparecerá al final del cuestionario. De lo contrario aparecerá después de "
2279
  "ada pregunta."
2280
 
2281
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2283
  msgid "Hide question position overview"
2284
  msgstr "Ocultar la posición de la pregunta en la vista general"
2285
 
2286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2287
  msgid "If you enable this option, the question position overview is hidden."
2288
  msgstr ""
2289
  "Si activas esta opción, se oculta la posición de la pregunta en la vista "
2290
  "general."
2291
 
2292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2294
  msgid "Hide question numbering"
2295
  msgstr "Ocultar la numeración de las respuestas"
2296
 
2297
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2298
  msgid "If you enable this option, the question numbering is hidden."
2299
  msgstr "Si activas esta opción, se ocultará la numeración de las respuestas"
2300
 
2301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2302
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2303
  msgid "Display category"
2304
  msgstr "Mostrar la categoría"
2305
 
2306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2307
  msgid "If you enable this option, category will be displayed in the question."
2308
  msgstr "Si activas esta opción, se mostrará la categoría de cada pregunta"
2309
 
2310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2311
  msgid ""
2312
  "The leaderboard allows users to enter results in public list and to share "
2313
  "the result this way."
2315
  "El Ránking de puntuaciones permite a los usuarios introducir y compartir "
2316
  "sus resultados en una lista pública."
2317
 
2318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2319
  msgid "The leaderboard works independent from internal statistics function."
2320
  msgstr ""
2321
  "El Ránking de puntuaciones funciona independientemente de las estadísticas "
2322
  "internas."
2323
 
2324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2325
  msgid "Who can sign up to the list"
2326
  msgstr "Quién puede foirmar parte de la lista"
2327
 
2328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2329
  msgid ""
2330
  "Not registered users have to enter name and e-mail (e-mail won't be "
2331
  "displayed)"
2333
  "Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
2334
  "no será mostrado)"
2335
 
2336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2337
  msgid "insert automatically"
2338
  msgstr "insertar autoáticamente"
2339
 
2340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2341
  msgid ""
2342
  "If you enable this option, logged in users will be automatically entered "
2343
  "into leaderboard"
2345
  "Si activas esta opción, se guardarán automáticamente los resultados de los "
2346
  "usuarios registrados y logueados."
2347
 
2348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2349
  msgid "display captcha"
2350
  msgstr "Mostrar captcha"
2351
 
2352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2353
  msgid ""
2354
  "If you enable this option, additional captcha will be displayed for users "
2355
  "who are not registered."
2357
  "Al activar esta opción, a los usuarios no registrados se le mostrará un "
2358
  "código captcha."
2359
 
2360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2361
  msgid "This option requires additional plugin:"
2362
  msgstr "Esta opción requiere un plugin adicional:"
2363
 
2364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2365
  msgid "Plugin has been detected."
2366
  msgstr "El plugin ha sido detectado."
2367
 
2368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2369
  msgid "Plugin is not installed."
2370
  msgstr "El plugin no está instalado."
2371
 
2372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2373
  msgid "Sort list by"
2374
  msgstr "Ordenar la lista por"
2375
 
2376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2377
  msgid "Users can apply multiple times"
2378
  msgstr "El usuario puede intentarlo cuantas veces desee."
2379
 
2380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2381
  msgid "User can apply after:"
2382
  msgstr "El usuario puede intentarlo de nuevo desspués de:"
2383
 
2384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2385
  msgid "minute"
2386
  msgstr "minuto"
2387
 
2388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2389
  msgid "How many entries should be displayed"
2390
  msgstr "Cantidad de entradas a mostrar"
2391
 
2392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2393
  msgid "Entries"
2394
  msgstr "Entradas"
2395
 
2396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2397
  msgid "Automatically display leaderboard in quiz result"
2398
  msgstr ""
2399
  "Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
2400
  "cuestionario."
2401
 
2402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2403
  msgid "Where should leaderboard be displayed:"
2404
  msgstr "Dónde será mostrado el Ránking de puntuaciones:"
2405
 
2406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2407
  msgid "don't display"
2408
  msgstr "No mostrarlo"
2409
 
2410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2411
  msgid "below the \"result text\""
2412
  msgstr "después del \"texto del resultado\""
2413
 
2414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2415
  msgid "in a button"
2416
  msgstr "en un botón"
2417
 
2418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2419
  msgid "Quiz-Mode"
2420
  msgstr "Modo-Cuestionario"
2421
 
2422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2423
  msgid "Normal"
2424
  msgstr "Normal"
2425
 
2426
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2427
  msgid "Normal + Back-Button"
2428
  msgstr "Normal + Botón de volver atrás"
2429
 
2430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2431
  msgid "Check -> continue"
2432
  msgstr "Comprobar -> continuar"
2433
 
2434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2435
  msgid "Questions below each other"
2436
  msgstr "Mostrar las respuestas una debajo de la otra"
2437
 
2438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2439
  msgid ""
2440
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2441
  "displayed at the end of the quiz."
2443
  "Mostrara todas las preguntas secuencialmente, \"right\" o \"false\" se "
2444
  "mostrarán al final del cuestionario."
2445
 
2446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2447
  msgid "Allows to use the back button in a question."
2448
  msgstr "Permitir volver atrás en una pregunta"
2449
 
2450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2451
  msgid "Shows \"right or wrong\" after each question."
2452
  msgstr "Mostrar\"right or wrong\" después de cada pregunta."
2453
 
2454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2455
  msgid ""
2456
  "If this option is activated, all answers are displayed below each other, i."
2457
  "e. all questions are on a single page."
2459
  "Si activas esta función, todas las respuestas se mostrarán una debajo de "
2460
  "otra, en la misma página"
2461
 
2462
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2463
  msgid "How many questions to be displayed on a page:"
2464
  msgstr "Cantidad de preguntas a mostrar en una misma página:"
2465
 
2466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2467
  msgid "(0 = All on one page)"
2468
  msgstr "(0 = Todo en una sola página)"
2469
 
2470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2471
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2472
  #: lib/view/WpProQuiz_View_Statistics.php:41
2473
  #: lib/view/WpProQuiz_View_Statistics.php:364
2474
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2475
  msgid "Custom fields"
2476
  msgstr "Campos personalizados"
2477
 
2478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2479
  msgid ""
2480
  "You can create custom fields, e.g. to request the name or the e-mail address "
2481
  "of the users."
2483
  "Puedes añadir campos personalizados, p ej, para solicitar el nombre o la "
2484
  "dirección de correo electrónico de los usuarios"
2485
 
2486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2487
  msgid "The statistic function have to be enabled."
2488
  msgstr "Las estadísticas no están activadas."
2489
 
2490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2492
  msgid "Custom fields enable"
2493
  msgstr "Permitir campos personalaizados"
2494
 
2495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2496
  msgid "If you enable this option, custom fields are enabled."
2497
  msgstr ""
2498
  "Si activas esta opción, se activará la posibilidad de añadir campos "
2499
  "personalizados"
2500
 
2501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2502
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2503
  msgid "Display position"
2504
  msgstr "Posición donde se mostrarán"
2505
 
2506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2507
  msgid "Where should the fileds be displayed:"
2508
  msgstr "Dónde se mostrarán los campos"
2509
 
2510
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2511
  msgid "On the quiz startpage"
2512
  msgstr "En la página inicial del cuestionario"
2513
 
2514
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2515
  msgid "At the end of the quiz (before the quiz result)"
2516
  msgstr "Al final del cuestionario, (antes de los resultados del cuestionario)"
2517
 
2518
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2519
  msgid "Field name"
2520
  msgstr "Nombre del campo"
2521
 
2522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2523
  msgid "Required?"
2524
  msgstr "¿Obligatorio?"
2525
 
2526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2527
+ msgid "Show in statistic table?"
2528
+ msgstr ""
2529
+
2530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2531
  msgid "Text"
2532
  msgstr "Texto"
2533
 
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2535
  msgid "Textarea"
2536
  msgstr "Caja de texto"
2537
 
2538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2539
  msgid "Checkbox"
2540
  msgstr "Caja de texto"
2541
 
2542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2543
  msgid "Drop-Down menu"
2544
  msgstr "Menú desplegable"
2545
 
2546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2547
  msgid "Radio"
2548
  msgstr "Radio"
2549
 
2550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2551
  msgid "Number"
2552
  msgstr "Número"
2553
 
2554
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2555
  msgid "Email"
2556
  msgstr "Email"
2557
 
2558
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2559
  msgid "Yes/No"
2560
  msgstr "Sí/No"
2561
 
2562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2563
  #: lib/view/WpProQuiz_View_Statistics.php:323
2564
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2565
  msgid "Date"
2566
  msgstr "Fecha"
2567
 
2568
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2569
  msgid "Edit list"
2570
  msgstr "Editar listado"
2571
 
2572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2573
  msgid "One entry per line"
2574
  msgstr "Una entrada por línea"
2575
 
2576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2577
  msgid "OK"
2578
  msgstr "De acuerdo"
2579
 
2580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2581
  msgid "Add field"
2582
  msgstr "Añadir un campo"
2583
 
2584
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2585
  msgid ""
2586
  "If you enable this option, an email is sent with his quiz result to the user."
2587
  msgstr ""
2588
 
2589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2590
  msgid "User Email-Address (only registered users)"
2591
  msgstr ""
2592
 
2593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2594
  msgid "(Type Email)"
2595
  msgstr ""
2596
 
2608
  "Si el cuestionario no funciona en el Front-End, intenta,por favor lo "
2609
  "siguiente:"
2610
 
2611
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2612
  msgid "Style Manager"
2613
  msgstr "Editor de estilos"
2614
 
2615
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2616
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2617
  msgid "Support WP-Pro-Quiz"
2618
  msgstr "Apoyar a Wp-Pro-Quiz"
2619
 
2620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2621
  msgid "Learn more"
2622
  msgstr ""
2623
 
2624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2625
  msgid "ID"
2626
  msgstr "ID"
2627
 
2628
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2629
  msgid "Shortcode"
2630
  msgstr "Código abreviado"
2631
 
2632
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2633
  msgid "Shortcode-Leaderboard"
2634
  msgstr "Código abreviado del Ránking de puntuaciones"
2635
 
2636
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2637
  msgid "Preview"
2638
  msgstr "Previsualizar"
2639
 
2640
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2641
  msgid "Add quiz"
2642
  msgstr "Añadir cuestionario"
2643
 
2644
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2645
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2646
  msgid "Export"
2647
  msgstr "Exportar"
2648
 
2649
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2650
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2651
  msgid "Set Quiz Categories"
2652
  msgstr ""
2653
 
2654
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2655
  msgid ""
2656
  "Choose the respective question, which you would like to export and press on "
2657
  "\"Start export\""
2659
  "Selecciona las preguntas correspondientes que deseas exportar y pulsa sobre "
2660
  "\"Empezar exportación\""
2661
 
2662
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2663
  msgid "Format:"
2664
  msgstr "Formato:"
2665
 
2666
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2667
  msgid "*.wpq"
2668
  msgstr "*.wpq"
2669
 
2670
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2671
  msgid "or"
2672
  msgstr "o"
2673
 
2674
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2675
  msgid "*.xml"
2676
  msgstr "*.xml"
2677
 
2678
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2679
  msgid "Start export"
2680
  msgstr "Empezar exportación"
2681
 
2682
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2683
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2684
  msgstr "Importa archivos *.wpq o *.xml solo de fuentes seguras"
2685
 
2686
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2687
  #, php-format
2688
  msgid "Maximal %d MiB"
2689
  msgstr "Máximo de %d MiB"
2690
 
2691
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2692
  msgid "Sets multiple quiz categories "
2693
  msgstr ""
2694
 
2735
 
2736
  #: lib/view/WpProQuiz_View_Statistics.php:108
2737
  #: lib/view/WpProQuiz_View_Statistics.php:243
2738
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2739
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2740
  msgid "Hints used"
2741
  msgstr "Pistas de ayuda usadas"
2742
 
2743
  #: lib/view/WpProQuiz_View_Statistics.php:109
2744
  #: lib/view/WpProQuiz_View_Statistics.php:244
2745
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2746
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2747
  msgid "Time"
2748
  msgstr "Tiempo"
2749
 
2750
  #: lib/view/WpProQuiz_View_Statistics.php:110
2751
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2752
  msgid "Points scored"
2753
  msgstr "Puntos logrados"
2754
 
2755
  #: lib/view/WpProQuiz_View_Statistics.php:148
2756
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2757
  msgid "Sub-Total: "
2758
  msgstr "Subtotal:"
2759
 
2760
  #: lib/view/WpProQuiz_View_Statistics.php:183
2761
  #: lib/view/WpProQuiz_View_Statistics.php:268
2762
  #: lib/view/WpProQuiz_View_Statistics.php:343
2763
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2764
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2765
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2766
  msgid "Refresh"
2767
  msgstr "Actualizar"
2768
 
2769
  #: lib/view/WpProQuiz_View_Statistics.php:187
2770
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2771
  msgid "Reset statistics"
2772
  msgstr "Reiniciar las estadísticas"
2773
 
2807
  msgid "only anonymous users"
2808
  msgstr "solo usuarios anonimos"
2809
 
2810
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2811
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2812
+ msgid "Solved"
2813
+ msgstr ""
2814
+
2815
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2816
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2817
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2818
+ #, php-format
2819
+ msgid "%d of %d"
2820
+ msgstr ""
2821
+
2822
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2823
  #, php-format
2824
  msgid "User statistics: %s"
2825
  msgstr "Estadísticas del usuario: %s"
2826
 
2827
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2828
+ msgid "yes"
2829
+ msgstr ""
2830
 
2831
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2832
+ msgid "no"
2833
+ msgstr ""
2834
 
2835
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2836
  msgid "History"
languages/wp-pro-quiz-fa_IR.mo CHANGED
Binary file
languages/wp-pro-quiz-fa_IR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: ityurd <behrooz.nuri@yahoo.com>\n"
8
  "Language: fa_IR\n"
@@ -61,9 +61,9 @@ msgstr "آیا شما واقعاً میخواهید آمار را مجدداً
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "بدون اطلاعات موجود"
69
 
@@ -105,7 +105,7 @@ msgstr ""
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -145,10 +145,10 @@ msgstr ""
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
149
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
150
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
151
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
@@ -163,16 +163,16 @@ msgid "Database repaired"
163
  msgstr ""
164
 
165
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
166
- #: lib/helper/WpProQuiz_Helper_Import.php:59
167
- #: lib/helper/WpProQuiz_Helper_Import.php:68
168
- #: lib/helper/WpProQuiz_Helper_Import.php:75
169
  msgid "File cannot be processed"
170
  msgstr "فایل نمی تواند پردازش شود"
171
 
172
  #: lib/controller/WpProQuiz_Controller_Question.php:9
173
  #: lib/controller/WpProQuiz_Controller_Question.php:19
174
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
175
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
176
  msgid "Quiz not found"
177
  msgstr "آزمونی یافت نشد"
178
 
@@ -209,70 +209,70 @@ msgstr "سوال: %d"
209
  msgid "questions copied"
210
  msgstr "سوالات کپی شده اند"
211
 
212
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
213
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
214
  msgid "Quiz edited"
215
  msgstr "ویرایش آزمون"
216
 
217
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
218
  msgid "quiz created"
219
  msgstr ""
220
 
221
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
222
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
223
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
224
  msgid "Quiz title or quiz description are not filled"
225
  msgstr "عنوان آزمون یا توضیحات آزمون کامل پر نشده است"
226
 
227
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
228
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
229
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
230
  msgid "Edit quiz"
231
  msgstr "ویرایش آزمون"
232
 
233
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
234
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
235
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
236
  msgid "Create quiz"
237
  msgstr "ایجاد کردن آزمون"
238
 
239
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
240
  msgid "Template stored"
241
  msgstr ""
242
 
243
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
244
  msgid "Quiz deleted"
245
  msgstr "حذف امتحان"
246
 
247
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
248
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
249
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
250
  msgid "Not categorized"
251
  msgstr "دسته بندی نشده"
252
 
253
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
254
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
255
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
256
  msgid "Categories"
257
  msgstr "دسته بندی ها"
258
 
259
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
260
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
262
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
263
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
264
  msgid "No category"
265
  msgstr "بدون دسته بندی"
266
 
267
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
268
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
269
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
270
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
271
  msgid "Anonymous"
272
  msgstr ""
273
 
274
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
275
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
276
  msgid "Deleted user"
277
  msgstr ""
278
 
@@ -306,16 +306,38 @@ msgstr "شما نمی توانید بیش از 15 حرف تایپ کنید"
306
  msgid "You entered wrong captcha code."
307
  msgstr "کد تصویر امنیتی را وارد کنید."
308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  #: lib/helper/WpProQuiz_Helper_Import.php:9
310
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
311
  msgid "File was not uploaded"
312
  msgstr "فایل آپلود نشده است"
313
 
314
- #: lib/helper/WpProQuiz_Helper_Import.php:40
315
  msgid "File have wrong format"
316
  msgstr "فرمت فایل اشتباه است"
317
 
318
- #: lib/helper/WpProQuiz_Helper_Import.php:45
319
  msgid "File is not compatible with the current version"
320
  msgstr "File is not compatible with the current version"
321
 
@@ -369,15 +391,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
369
  msgstr "پلاگین آزمون ساز قدرتمند و بسیار زیبا برای وردپرس"
370
 
371
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
372
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
373
  msgid "WP-Pro-Quiz"
374
  msgstr "آزمون ساز"
375
 
376
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
377
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
378
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
379
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
380
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
381
  msgid "Leaderboard"
382
  msgstr "قهرمانی"
383
 
@@ -386,7 +408,7 @@ msgstr "قهرمانی"
386
  #: lib/view/WpProQuiz_View_Import.php:22
387
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
388
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
389
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
390
  #: lib/view/WpProQuiz_View_Statistics.php:29
391
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
392
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -408,17 +430,17 @@ msgid "Sort by:"
408
  msgstr "ب سازی بر اساس:"
409
 
410
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
411
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
412
  msgid "best user"
413
  msgstr "بهترین کاربر"
414
 
415
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
416
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
417
  msgid "newest entry"
418
  msgstr "جدیدترین ورودی"
419
 
420
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
421
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
422
  msgid "oldest entry"
423
  msgstr "قدیمی ترین ورودی"
424
 
@@ -432,7 +454,7 @@ msgstr "چگونه همه نوشته ها در یک صفحه نشان داده
432
 
433
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
434
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
435
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
436
  msgid "Type"
437
  msgstr "نوع"
438
 
@@ -442,13 +464,13 @@ msgstr "UR = کاربر ثبت نام نشده, R = کاربر ثبت نام ش
442
 
443
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
444
  #: lib/view/WpProQuiz_View_Statistics.php:239
445
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
446
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
447
  msgid "User"
448
  msgstr "کاربر"
449
 
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
451
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
452
  msgid "E-Mail"
453
  msgstr "ایمیل"
454
 
@@ -458,8 +480,8 @@ msgid "Entered on"
458
  msgstr "وارد شده در"
459
 
460
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
461
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
462
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
463
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
464
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -469,20 +491,20 @@ msgstr "وارد شده در"
469
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
470
  #: lib/view/WpProQuiz_View_Statistics.php:105
471
  #: lib/view/WpProQuiz_View_Statistics.php:240
472
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
473
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
474
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
475
  msgid "Points"
476
  msgstr "امتیاز"
477
 
478
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
479
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
480
  #: lib/view/WpProQuiz_View_Statistics.php:111
481
  #: lib/view/WpProQuiz_View_Statistics.php:245
482
  #: lib/view/WpProQuiz_View_Statistics.php:324
483
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
484
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
485
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
486
  msgid "Results"
487
  msgstr "نتیجه"
488
 
@@ -492,7 +514,7 @@ msgstr "نتیجه"
492
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
493
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
494
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
495
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
496
  msgid "Edit"
497
  msgstr "ویرایش"
498
 
@@ -503,10 +525,10 @@ msgstr "ویرایش"
503
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
504
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
505
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
506
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
507
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
508
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
509
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
510
  msgid "Delete"
511
  msgstr "حذف"
512
 
@@ -530,248 +552,230 @@ msgstr "اعمال کردن"
530
  msgid "Delete all entries"
531
  msgstr "حذف تمام ورودی ها"
532
 
533
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
534
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
535
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
536
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
537
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
538
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
541
  msgid "Quiz-summary"
542
  msgstr "خلاصه آزمون"
543
 
544
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
545
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
546
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
547
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
548
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
549
  msgid "Finish quiz"
550
  msgstr "پایان آزمون"
551
 
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  msgid "Your result has been entered into leaderboard"
554
  msgstr ""
555
 
556
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
557
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
558
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
559
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
560
  msgid "Name"
561
  msgstr "نام"
562
 
563
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
564
  msgid "Captcha"
565
  msgstr "کپچا"
566
 
567
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
568
  msgid "Send"
569
  msgstr "ارسال"
570
 
571
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
572
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
573
  msgid "You must fill out this field."
574
  msgstr ""
575
 
576
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
577
  msgid "You must specify a number."
578
  msgstr ""
579
 
580
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
581
  msgid "You must specify a text."
582
  msgstr ""
583
 
584
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
585
  msgid "You must specify an email address."
586
  msgstr ""
587
 
588
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
589
  msgid "You must specify a date."
590
  msgstr ""
591
 
592
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
593
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
594
- msgid "Yes"
595
- msgstr ""
596
-
597
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
598
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
599
- msgid "No"
600
- msgstr ""
601
-
602
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
603
- msgid ""
604
- "You have already completed the quiz before. Hence you can not start it again."
605
- msgstr ""
606
- "در حال حاضر آزمون به پایان رسیده است. شما نیز میتوانید دوباره شروع کنید."
607
-
608
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
609
- msgid "You must sign in or sign up to start the quiz."
610
- msgstr ""
611
-
612
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
613
- msgid "You have to finish following quiz, to start this quiz:"
614
- msgstr "شما برای به پایان رساندن آزمون، روی گزینه شروع آزمون باید کلیک کنید:"
615
-
616
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
617
  #, php-format
618
  msgid "%s of %s questions completed"
619
  msgstr "%s از %s سوالات تکمیل شده است."
620
 
621
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
622
  #: lib/view/WpProQuiz_View_Import.php:44
623
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
624
  msgid "Questions"
625
  msgstr "پرسش و پاسخ"
626
 
627
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
628
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
629
  msgid "Information"
630
  msgstr ""
631
 
632
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
633
- msgid "Start quiz"
634
- msgstr "شروع آزمون"
635
-
636
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
637
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
638
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
639
  msgid "Time limit"
640
  msgstr "محدوده زمانی"
641
 
642
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
643
  msgid "Answered"
644
  msgstr "پاسخ داد:"
645
 
646
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
647
  msgid "Review"
648
  msgstr "مرور"
649
 
650
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
651
  msgid "Review question"
652
  msgstr "مرور کردن سوال"
653
 
654
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
655
  #, php-format
656
  msgid "%s of %s questions answered correctly"
657
  msgstr "%s از %s به سوالات به درستی جواب داد"
658
 
659
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
660
  msgid "Your time: <span></span>"
661
  msgstr " وقت شما: <span></span>"
662
 
663
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
664
  msgid "Time has elapsed"
665
  msgstr "زمان سپری شده است"
666
 
667
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
668
  #, php-format
669
  msgid "You have reached %s of %s points, (%s)"
670
  msgstr "امتیاز شما %s از %s است , (%s)"
671
 
672
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
673
  msgid "Average score"
674
  msgstr "میانگین امتیاز"
675
 
676
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
677
  msgid "Your score"
678
  msgstr "امتیاز شما"
679
 
680
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
681
- msgid "Restart quiz"
682
- msgstr "راه اندازی مجددی آزمون"
683
-
684
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
685
  msgid "View questions"
686
  msgstr "نمایش سوالات آزمون"
687
 
688
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
689
  msgid "Show leaderboard"
690
  msgstr "نمایش رهبران"
691
 
692
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
693
  #, php-format
694
  msgid "Question %s of %s"
695
  msgstr "سوال %s از %s"
696
 
697
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
698
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
699
  #: lib/view/WpProQuiz_View_Statistics.php:104
700
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
701
  msgid "Question"
702
  msgstr "سوال"
703
 
704
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
705
  #, php-format
706
  msgid "%d points"
707
  msgstr "%d امتیاز"
708
 
709
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
710
  #, php-format
711
  msgid "Category: %s"
712
  msgstr ""
713
 
714
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
715
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
716
  msgid "Sort elements"
717
  msgstr "مرتب سازی عناصر"
718
 
719
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
720
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
721
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
722
  #: lib/view/WpProQuiz_View_Statistics.php:106
723
  #: lib/view/WpProQuiz_View_Statistics.php:241
724
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
725
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
726
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
727
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
728
  msgid "Correct"
729
  msgstr "صحیح"
730
 
731
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
732
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
733
  #: lib/view/WpProQuiz_View_Statistics.php:107
734
  #: lib/view/WpProQuiz_View_Statistics.php:242
735
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
736
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
738
  msgid "Incorrect"
739
  msgstr "غلط"
740
 
741
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
742
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
743
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
744
  msgid "Hint"
745
  msgstr "اشاره"
746
 
747
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
748
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
749
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
750
  msgid "Skip question"
751
  msgstr "نادیده گرفتن سوال"
752
 
753
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
754
  msgid "Back"
755
  msgstr "مرحله قبل"
756
 
757
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
758
  msgid "Check"
759
  msgstr "بررسی کردن"
760
 
761
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
762
  msgid "Next"
763
  msgstr "مرحله بعد"
764
 
765
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
766
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
767
  #, php-format
768
  msgid "Page %d"
769
  msgstr ""
770
 
771
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
772
- msgid "Quiz is loading..."
773
- msgstr ""
774
-
775
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
776
  #, php-format
777
  msgid "maximum of %s points"
@@ -792,7 +796,7 @@ msgstr "جدول در حال بارگذاری است"
792
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
793
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
794
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
795
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
796
  msgid "Global settings"
797
  msgstr "تنظیمات کلی"
798
 
@@ -803,8 +807,8 @@ msgstr "تنظیم در صورت بروز مشکل"
803
 
804
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
805
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
806
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
807
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
808
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
809
  msgid "Save"
810
  msgstr "ذخیره کردن"
@@ -858,18 +862,18 @@ msgstr ""
858
 
859
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
860
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
861
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
862
  msgid "Admin e-mail settings"
863
  msgstr "تنظیم ایمیل مدیر"
864
 
865
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
866
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
867
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
868
  msgid "To:"
869
  msgstr "به:"
870
 
871
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
872
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
873
  msgid ""
874
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
875
  "com"
@@ -879,22 +883,22 @@ msgstr ""
879
 
880
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
882
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
883
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
884
  msgid "From:"
885
  msgstr "از:"
886
 
887
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
888
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
889
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
890
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
891
  msgid "Subject:"
892
  msgstr "موضوع:"
893
 
894
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
895
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
896
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
897
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
898
  msgid "HTML"
899
  msgstr ""
900
 
@@ -903,72 +907,72 @@ msgstr ""
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
904
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
906
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
907
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
908
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
909
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
910
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
911
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
912
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
913
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
914
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
916
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
917
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
944
  msgid "Activate"
945
  msgstr "فعال کردن"
946
 
947
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
948
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
951
  msgid "Message body:"
952
  msgstr "متن پیام:"
953
 
954
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
955
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
958
  msgid "Allowed variables"
959
  msgstr "متغیرهای مجاز"
960
 
961
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
962
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
965
  msgid "User-ID"
966
  msgstr "شماره کاربری"
967
 
968
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
970
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
972
  #: lib/view/WpProQuiz_View_Statistics.php:322
973
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
974
  msgid "Username"
@@ -976,42 +980,42 @@ msgstr "نام کاربری"
976
 
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
978
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
980
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
981
  msgid "Quiz-Name"
982
  msgstr "نام آزمون"
983
 
984
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
985
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
988
  msgid "Result in precent"
989
  msgstr "نتیجه درصد"
990
 
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
992
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
995
  msgid "Reached points"
996
  msgstr "امتیاز رسید"
997
 
998
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1000
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1002
  msgid "IP-address of the user"
1003
  msgstr "آدرس آی پی کاربر"
1004
 
1005
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1007
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1009
  msgid "Category-Overview"
1010
  msgstr "بازنگری دسته"
1011
 
1012
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1015
  msgid "User e-mail settings"
1016
  msgstr "تنظیمات ایمیل کاربر"
1017
 
@@ -1094,11 +1098,11 @@ msgid "Touch Library"
1094
  msgstr "دسترسی به کتابخانه"
1095
 
1096
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1097
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1098
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1099
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1100
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1101
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1102
  msgid "Deactivate"
1103
  msgstr "غیرفعال کردن"
1104
 
@@ -1139,8 +1143,8 @@ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1139
  msgstr ""
1140
 
1141
  #: lib/view/WpProQuiz_View_Import.php:21
1142
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1143
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1144
  msgid "Import"
1145
  msgstr "درون ریزی"
1146
 
@@ -1161,7 +1165,7 @@ msgid "Quiz name"
1161
  msgstr "نام آزمون"
1162
 
1163
  #: lib/view/WpProQuiz_View_Import.php:69
1164
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1165
  msgid "Start import"
1166
  msgstr "شروع درون ریزی"
1167
 
@@ -1170,7 +1174,7 @@ msgid "WP-Pro-Quiz special modification"
1170
  msgstr ""
1171
 
1172
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1173
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1174
  msgid "You need special WP-Pro-Quiz modification for your website?"
1175
  msgstr ""
1176
 
@@ -1232,7 +1236,7 @@ msgid ""
1232
  msgstr ""
1233
 
1234
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1235
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1236
  msgid "load template"
1237
  msgstr ""
1238
 
@@ -1245,9 +1249,9 @@ msgstr "عنوان"
1245
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1246
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1247
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1248
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1249
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1250
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1251
  msgid "(optional)"
1252
  msgstr "(اختیاری)"
1253
 
@@ -1262,9 +1266,9 @@ msgstr ""
1262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1264
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1265
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1266
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1267
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1268
  msgid "(required)"
1269
  msgstr "(لازم)"
1270
 
@@ -1294,10 +1298,10 @@ msgstr "نمایش امتیاز دریافت شده در پیام درست و ن
1294
 
1295
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1296
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1297
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1298
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1299
  #: lib/view/WpProQuiz_View_Statistics.php:124
1300
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1301
  msgid "Category"
1302
  msgstr "دسته بندی"
1303
 
@@ -1308,23 +1312,23 @@ msgid ""
1308
  msgstr ""
1309
 
1310
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1311
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1312
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1313
  msgid "You can manage categories in global settings."
1314
  msgstr "برای مدیریت دسته بندی از تنظیمات کلی استفاده کنید."
1315
 
1316
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1317
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1318
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1319
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1320
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1321
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1322
  msgid "Create new category"
1323
  msgstr "ایجاد دسته جدید"
1324
 
1325
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1326
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1327
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1328
  msgid "Create"
1329
  msgstr "ایجاد کردن"
1330
 
@@ -1442,24 +1446,24 @@ msgid ""
1442
  msgstr ""
1443
 
1444
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1445
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1446
  msgid "template name"
1447
  msgstr ""
1448
 
1449
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1450
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1451
  msgid "Create new template"
1452
  msgstr ""
1453
 
1454
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1455
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1456
  msgid "Save as template"
1457
  msgstr ""
1458
 
1459
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1460
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1461
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1462
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1463
  msgid "Options"
1464
  msgstr "گزینه ها"
1465
 
@@ -1491,7 +1495,7 @@ msgstr "افزودن رسانه"
1491
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1492
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1493
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1494
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1495
  msgid "Move"
1496
  msgstr "جابجایی"
1497
 
@@ -1553,28 +1557,29 @@ msgstr "کمترین { [1] [2] [3] [4] [5] } بیشترین"
1553
 
1554
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1555
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1556
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1557
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1558
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1559
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1560
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1561
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1562
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1563
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1564
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1565
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1566
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1567
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1568
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1569
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1570
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1571
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1572
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1573
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1574
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1575
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1576
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1577
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1578
  msgid "Demo"
1579
  msgstr "آزمایشی"
1580
 
@@ -1627,7 +1632,7 @@ msgstr "طبقه بندی کردن سوالات"
1627
 
1628
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1629
  #: lib/view/WpProQuiz_View_Statistics.php:169
1630
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1631
  msgid "Total"
1632
  msgstr "کل"
1633
 
@@ -1656,80 +1661,80 @@ msgstr ""
1656
  msgid "Copy questions"
1657
  msgstr "کپی کردن سوالات"
1658
 
1659
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1660
  msgid "Quiz title"
1661
  msgstr "عنوان آزمون"
1662
 
1663
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1664
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1665
  msgid "You can assign classify category for a quiz."
1666
  msgstr ""
1667
 
1668
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1669
  msgid "Hide quiz title"
1670
  msgstr "پنهان کردن عنوان آزمون"
1671
 
1672
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1673
  msgid "Hide title"
1674
  msgstr "پنهان کردن عنوان"
1675
 
1676
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1677
  msgid "The title serves as quiz heading."
1678
  msgstr "عنوان آزمون غیر فعال می شود."
1679
 
1680
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1681
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1682
  msgid "Hide \"Restart quiz\" button"
1683
  msgstr "مخفی کردن دکمه \"راه اندازی مجدد آزمون \""
1684
 
1685
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1686
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1687
  msgstr "پنهان کردن دکمه \"راه اندازی مجدد مسابقه\" ."
1688
 
1689
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1690
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1691
  msgid "Hide \"View question\" button"
1692
  msgstr "مخفی کردن دکمه \"مشاهده سوالات\" "
1693
 
1694
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1695
  msgid "Hide the \"View question\" button in the Frontend."
1696
  msgstr "مخفی کردن دکمه \"نمایش سوال\""
1697
 
1698
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1699
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1700
  msgid "Display question randomly"
1701
  msgstr "نمایش سوال به صورت تصادفی"
1702
 
1703
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1704
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1705
  msgid "Display answers randomly"
1706
  msgstr "نمایش پاسخ به صورت تصادفی"
1707
 
1708
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1709
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1710
  msgid "Sort questions by category"
1711
  msgstr ""
1712
 
1713
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1714
  msgid ""
1715
  "Also works in conjunction with the \"display randomly question\" option."
1716
  msgstr ""
1717
 
1718
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1719
  msgid "Seconds"
1720
  msgstr "ثانیه"
1721
 
1722
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1723
  msgid "0 = no limit"
1724
  msgstr "0 = نامحدود"
1725
 
1726
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1727
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1728
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1729
  msgid "Statistics"
1730
  msgstr "آمار"
1731
 
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1733
  msgid ""
1734
  "Statistics about right or wrong answers. Statistics will be saved by "
1735
  "completed quiz, not after every question. The statistics is only visible "
@@ -1738,27 +1743,27 @@ msgstr ""
1738
  "آمار در مورد پاسخ پاسخ آزمونها می باشد. آمار بعد از اینکه آزمون به پایان "
1739
  "رسید قابل رویت برای مدیر سایت از بخش مدیریت می باشد. (آمار داخلی)"
1740
 
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1742
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1743
  msgid "Statistics IP-lock"
1744
  msgstr "قفل آمار آی پی"
1745
 
1746
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1747
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1748
  msgstr "در عرض چند دقیقه ) توصیه میشود 1440 دقیقه = 1 روز)"
1749
 
1750
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1751
  msgid ""
1752
  "Protect the statistics from spam. Result will only be saved every X minutes "
1753
  "from same IP. (0 = deactivated)"
1754
  msgstr ""
1755
 
1756
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1757
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1758
  msgid "Execute quiz only once"
1759
  msgstr "اجرای آزمون فقط یکبار"
1760
 
1761
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1762
  msgid ""
1763
  "If you activate this option, the user can complete the quiz only once. "
1764
  "Afterwards the quiz is blocked for this user."
@@ -1766,55 +1771,55 @@ msgstr ""
1766
  "اگر شما این گزینه را فعال کنید، کاربر می تواند فقط یک بار آزمون را کامل "
1767
  "کند. پس از آن آزمون برای این کاربر مسدود خواهد شد."
1768
 
1769
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1770
  msgid "This option applies to:"
1771
  msgstr "این گزینه شامل:"
1772
 
1773
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1774
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1775
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1776
  msgid "all users"
1777
  msgstr "همه کاربران"
1778
 
1779
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1780
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1781
  msgid "registered useres only"
1782
  msgstr "فقط کاربران ثبت نام شده"
1783
 
1784
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1785
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1786
  msgid "anonymous users only"
1787
  msgstr "تنها کاربران ناشناس"
1788
 
1789
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1790
  msgid "user identification by cookie"
1791
  msgstr "شناسایی کاربر توسط کوکی"
1792
 
1793
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1794
  msgid ""
1795
  "If you activate this option, a cookie is set additionally for unregistrated "
1796
  "(anonymous) users. This ensures a longer assignment of the user than the "
1797
  "simple assignment by the IP address."
1798
  msgstr ""
1799
 
1800
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1801
  msgid "Reset the user identification"
1802
  msgstr "تنظیم مجدد شناسایی کاربر"
1803
 
1804
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1805
  msgid "User identification has been reset."
1806
  msgstr "تنظیم مجدد شناسایی کاربر فعال شد."
1807
 
1808
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1809
  msgid "Resets user identification for all users."
1810
  msgstr "تنظیم مجدد شناسایی کاربر برای همه کاربرها."
1811
 
1812
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1813
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1814
  msgid "Show only specific number of questions"
1815
  msgstr "نمایش تعداد خاصی از سوالات"
1816
 
1817
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1818
  msgid ""
1819
  "If you enable this option, maximum number of displayed questions will be X "
1820
  "from X questions. (The output of questions is random)"
@@ -1822,26 +1827,26 @@ msgstr ""
1822
  "اگر شما این گزینه را فعال کنید، حداکثر تعداد سوالات نمایش داده خواهد شد X "
1823
  "from X سوال. (خروجی سوالات تصادفی است)"
1824
 
1825
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1826
  msgid "How many questions should be displayed simultaneously:"
1827
  msgstr "چگونه بسیاری از سوالات به طور همزمان نمایش داده شوند:"
1828
 
1829
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1830
  msgid "in percent"
1831
  msgstr "درصد"
1832
 
1833
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1834
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1835
  msgid "Prerequisites"
1836
  msgstr "پیش نیازها"
1837
 
1838
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1839
  msgid ""
1840
  "If you enable this option, you can choose quiz, which user have to finish "
1841
  "before he can start this quiz."
1842
  msgstr ""
1843
 
1844
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1845
  msgid ""
1846
  "In all selected quizzes statistic function have to be active. If it is not "
1847
  "it will be activated automatically."
@@ -1849,62 +1854,62 @@ msgstr ""
1849
  "در تمام انتخاب آزمونها تابع آماری فعال باشد. اگر فعال نیست آن را به طور "
1850
  "خودکار فعال شود."
1851
 
1852
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1853
  msgid "Quiz"
1854
  msgstr "آزمون"
1855
 
1856
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1857
  msgid "Prerequisites (This quiz have to be finished)"
1858
  msgstr "شرط لازم (این آزمون به پایان رسید)"
1859
 
1860
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1861
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1862
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1863
  msgid "Question overview"
1864
  msgstr "مرور کل سوال"
1865
 
1866
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1867
  msgid ""
1868
  "Add at the top of the quiz a question overview, which allows easy "
1869
  "navigation. Additional questions can be marked \"to review\"."
1870
  msgstr ""
1871
 
1872
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1873
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1874
  msgstr ""
1875
 
1876
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1877
  msgid ""
1878
  "If you enalbe this option, no quiz overview will be displayed, before "
1879
  "finishing quiz."
1880
  msgstr ""
1881
 
1882
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1883
  msgid ""
1884
  "If you enable this option, user won't be able to skip question. (only in "
1885
  "\"Overview -> next\" mode). User still will be able to navigate over "
1886
  "\"Question-Overview\""
1887
  msgstr ""
1888
 
1889
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1890
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1891
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1892
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1893
  msgid "Admin e-mail notification"
1894
  msgstr "آگاه کردن مدیر از طریق ایمیل"
1895
 
1896
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1897
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1898
  msgid "for registered users only"
1899
  msgstr "فقط کاربران ثبت نام شده"
1900
 
1901
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1902
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1903
  msgid "for all users"
1904
  msgstr "برای همه کاربران"
1905
 
1906
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1907
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1908
  msgid ""
1909
  "If you enable this option, you will be informed if a user completes this "
1910
  "quiz."
@@ -1912,19 +1917,19 @@ msgstr ""
1912
  "اگر شما این گزینه را فعال کنید، بعد از اتمام آزمون کاربر به شما اطلاع داده "
1913
  "می شود."
1914
 
1915
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1916
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1917
  msgid "E-Mail settings can be edited in global settings."
1918
  msgstr "تنظیمات ایمیل را می توان از بخش تنظیمات کلی ویرایش کرد."
1919
 
1920
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1921
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1922
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1923
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1924
  msgid "User e-mail notification"
1925
  msgstr "آگاه شدن کاربر از طریق ایمیل"
1926
 
1927
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
1928
  msgid ""
1929
  "If you enable this option, an email is sent with his quiz result to the "
1930
  "user. (only registered users)"
@@ -1932,12 +1937,12 @@ msgstr ""
1932
  "اگر شما این گزینه را فعال کنید، یک ایمیل با نتیجه آزمون به کاربر فرستاده می "
1933
  "شود. (تنها مخصوص کاربران عضو شده)"
1934
 
1935
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
1936
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
1937
  msgid "Autostart"
1938
  msgstr "شروع خودکار"
1939
 
1940
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
1941
  msgid ""
1942
  "If you enable this option, the quiz will start automatically after the page "
1943
  "is loaded."
@@ -1945,126 +1950,126 @@ msgstr ""
1945
  "اگر شما این گزینه را فعال کنید، این مسابقه به طور خودکار شروع خواهد شد بعد "
1946
  "از لود صفحه آزمون."
1947
 
1948
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
1949
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
1950
  msgid "Only registered users are allowed to start the quiz"
1951
  msgstr ""
1952
 
1953
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
1954
  msgid ""
1955
  "If you enable this option, only registered users allowed start the quiz."
1956
  msgstr ""
1957
 
1958
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1959
  msgid "Quiz description"
1960
  msgstr "توضیحات آزمون"
1961
 
1962
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
1963
  msgid "This text will be displayed before start of the quiz."
1964
  msgstr "این متن قبل از شروع مسابقه، نمایش داده خواهد شد."
1965
 
1966
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1967
  msgid "Results text"
1968
  msgstr "نتیجه متن"
1969
 
1970
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
1971
  msgid ""
1972
  "This text will be displayed at the end of the quiz (in results). (this text "
1973
  "is optional)"
1974
  msgstr ""
1975
  "این متن در پایان این آزمون در نتایج نمایش داده می شود. (این متن اختیاری است)"
1976
 
1977
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
1978
  msgid "Activate graduation"
1979
  msgstr "فعال کردن فارغ التحصیلی"
1980
 
1981
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
1982
  msgid "Hint:"
1983
  msgstr "نکته:"
1984
 
1985
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
1986
  msgid "Maximal 15 levels"
1987
  msgstr "حداکثر 15 مرحله"
1988
 
1989
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
1990
  #, php-format
1991
  msgid ""
1992
  "Percentages refer to the total score of the quiz. (Current total %d points "
1993
  "in %d questions."
1994
  msgstr ""
1995
 
1996
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
1997
  msgid "Values can also be mixed up"
1998
  msgstr ""
1999
 
2000
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2001
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2002
  msgstr ""
2003
 
2004
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2005
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2006
  msgid "from:"
2007
  msgstr "از:"
2008
 
2009
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2010
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2011
  msgid "percent"
2012
  msgstr "درصد"
2013
 
2014
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2015
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2016
  #, php-format
2017
  msgid ""
2018
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2019
  "%s</span>%%)"
2020
  msgstr ""
2021
 
2022
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2023
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2024
  msgid "Delete graduation"
2025
  msgstr "حذف فارغ التحصیلی"
2026
 
2027
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2028
  msgid "Add graduation"
2029
  msgstr "اضافه کردن فارغ التحصیلی"
2030
 
2031
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2032
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2033
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2034
  msgid "Custom fields - Variables"
2035
  msgstr ""
2036
 
2037
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2038
  msgid "Result-Options"
2039
  msgstr "نتیجه - گزینه"
2040
 
2041
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2042
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2043
  msgid "Show average points"
2044
  msgstr "نمایش متوسط امتیاز"
2045
 
2046
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2047
  msgid "Statistics-function must be enabled."
2048
  msgstr "آمار عملکرد باید فعال باشد."
2049
 
2050
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2051
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2052
  msgid "Show category score"
2053
  msgstr "نمایش نمره دسته "
2054
 
2055
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2056
  msgid ""
2057
  "If you enable this option, the results of each category is displayed on the "
2058
  "results page."
2059
  msgstr ""
2060
  "اگر شما این گزینه را فعال کنید، نتایج هر بخش در صفحه نتایج نمایش داده می شود."
2061
 
2062
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2063
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2064
  msgid "Hide correct questions - display"
2065
  msgstr "پنهان کردن سوالات درست - نمایش"
2066
 
2067
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2068
  msgid ""
2069
  "If you select this option, no longer the number of correctly answered "
2070
  "questions are displayed on the results page."
@@ -2072,12 +2077,12 @@ msgstr ""
2072
  "اگر شما این گزینه را انتخاب کنید، تعدادی از سوالات به درستی پاسخ داده شده در "
2073
  "صفحه نتایج نمایش داده می شود."
2074
 
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2076
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2077
  msgid "Hide quiz time - display"
2078
  msgstr "پنهان کردن زمان مسابقه - صفحه نمایش"
2079
 
2080
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2081
  msgid ""
2082
  "If you enable this option, the time for finishing the quiz won't be "
2083
  "displayed on the results page anymore."
@@ -2085,37 +2090,37 @@ msgstr ""
2085
  "اگر شما این گزینه را فعال کنید، زمان به پایان رسیدن آزمون در صفحه نتایج "
2086
  "نمایش داده خواهد شد."
2087
 
2088
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2089
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2090
  msgid "Hide score - display"
2091
  msgstr "پنهان کردن نمره - نمایش"
2092
 
2093
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2094
  msgid ""
2095
  "If you enable this option, final score won't be displayed on the results "
2096
  "page anymore."
2097
  msgstr ""
2098
  "اگر شما این گزینه را فعال کنید، نمره نهایی در صفحه نتایج نمایش داده خواهد شد."
2099
 
2100
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2101
  msgid "Question-Options"
2102
  msgstr "تنظیمات سوالات"
2103
 
2104
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2106
  msgid "Show points"
2107
  msgstr "نمایش امتیازات"
2108
 
2109
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2110
  msgid "Shows in quiz, how many points are reachable for respective question."
2111
  msgstr ""
2112
 
2113
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2114
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2115
  msgid "Number answers"
2116
  msgstr "پاسخ شماره"
2117
 
2118
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2119
  msgid ""
2120
  "If this option is activated, all answers are numbered (only single and "
2121
  "multiple choice)"
@@ -2123,24 +2128,24 @@ msgstr ""
2123
  "اگر این گزینه فعال باشد، تمام پاسخ شماره فعال خواهد بود (تنها انتخاب تک و "
2124
  "چندگانه)"
2125
 
2126
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2127
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2128
  msgid "Hide correct- and incorrect message"
2129
  msgstr "مخفی کردن پیام درست و نادرست"
2130
 
2131
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2132
  msgid ""
2133
  "If you enable this option, no correct- or incorrect message will be "
2134
  "displayed."
2135
  msgstr ""
2136
  "اگر شما این گزینه را فعال کنید، پیام درست یا نادرست نمایش داده نخواهد شد."
2137
 
2138
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2139
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2140
  msgid "Correct and incorrect answer mark"
2141
  msgstr "علامت پاسخ درست و نادرست"
2142
 
2143
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2144
  msgid ""
2145
  "If you enable this option, answers won't be color highlighted as correct or "
2146
  "incorrect. "
@@ -2148,167 +2153,167 @@ msgstr ""
2148
  "اگر شما این گزینه را فعال کنید، پاسخ درست یا نادرست بصورت رنگی نمایش داده "
2149
  "خواهد شد."
2150
 
2151
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2152
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2153
  msgid "Force user to answer each question"
2154
  msgstr "قدرت کاربر برای پاسخ به هر سوال"
2155
 
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2157
  msgid "If you enable this option, the user is forced to answer each question."
2158
  msgstr ""
2159
  "اگر شما این گزینه را فعال کنید، کاربر مجبور به پاسخ دادن به هر سوال می شود."
2160
 
2161
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2162
  msgid ""
2163
  "If the option \"Question overview\" is activated, this notification will "
2164
  "appear after end of the quiz, otherwise after each question."
2165
  msgstr "اگر این گزینه فعال شود پس پایان هر آزمون سوالات آزمون ظاهر می شود."
2166
 
2167
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2168
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2169
  msgid "Hide question position overview"
2170
  msgstr "مخفی کردن موقعیت سوالات"
2171
 
2172
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2173
  msgid "If you enable this option, the question position overview is hidden."
2174
  msgstr ""
2175
  "اگر شما این گزینه را فعال کنید،موقعیت نمایش و مرور سوالات مخفی می ماند."
2176
 
2177
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2178
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2179
  msgid "Hide question numbering"
2180
  msgstr "مخفی کردن شماره سوال"
2181
 
2182
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2183
  msgid "If you enable this option, the question numbering is hidden."
2184
  msgstr "اگر شما این گزینه را فعال کنید، شماره سوالات پنهان میشود."
2185
 
2186
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2187
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2188
  msgid "Display category"
2189
  msgstr ""
2190
 
2191
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2192
  msgid "If you enable this option, category will be displayed in the question."
2193
  msgstr ""
2194
 
2195
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2196
  msgid ""
2197
  "The leaderboard allows users to enter results in public list and to share "
2198
  "the result this way."
2199
  msgstr ""
2200
 
2201
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2202
  msgid "The leaderboard works independent from internal statistics function."
2203
  msgstr ""
2204
 
2205
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2206
  msgid "Who can sign up to the list"
2207
  msgstr ""
2208
 
2209
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2210
  msgid ""
2211
  "Not registered users have to enter name and e-mail (e-mail won't be "
2212
  "displayed)"
2213
  msgstr ""
2214
 
2215
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2216
  msgid "insert automatically"
2217
  msgstr "وارد کردن بطور خودکار"
2218
 
2219
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2220
  msgid ""
2221
  "If you enable this option, logged in users will be automatically entered "
2222
  "into leaderboard"
2223
  msgstr ""
2224
 
2225
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2226
  msgid "display captcha"
2227
  msgstr "نمایش کپچا"
2228
 
2229
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2230
  msgid ""
2231
  "If you enable this option, additional captcha will be displayed for users "
2232
  "who are not registered."
2233
  msgstr ""
2234
 
2235
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2236
  msgid "This option requires additional plugin:"
2237
  msgstr ""
2238
 
2239
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2240
  msgid "Plugin has been detected."
2241
  msgstr "پلاگین تشخیص داده شده است."
2242
 
2243
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2244
  msgid "Plugin is not installed."
2245
  msgstr "پلاگین نصب نشده است."
2246
 
2247
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2248
  msgid "Sort list by"
2249
  msgstr "مرتب سازی بر اساس لیست"
2250
 
2251
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2252
  msgid "Users can apply multiple times"
2253
  msgstr ""
2254
 
2255
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2256
  msgid "User can apply after:"
2257
  msgstr ""
2258
 
2259
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2260
  msgid "minute"
2261
  msgstr "دقیقه"
2262
 
2263
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2264
  msgid "How many entries should be displayed"
2265
  msgstr ""
2266
 
2267
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2268
  msgid "Entries"
2269
  msgstr "نوشته"
2270
 
2271
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2272
  msgid "Automatically display leaderboard in quiz result"
2273
  msgstr "نمایش نتیجه آزمون بصورت خودکار در زمان پایان مسابقه"
2274
 
2275
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2276
  msgid "Where should leaderboard be displayed:"
2277
  msgstr "از کجا باید رهبران نمایش داده می شود:"
2278
 
2279
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2280
  msgid "don't display"
2281
  msgstr "قابل نمایش نمی باشد"
2282
 
2283
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2284
  msgid "below the \"result text\""
2285
  msgstr ""
2286
 
2287
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2288
  msgid "in a button"
2289
  msgstr "در یک دکمه"
2290
 
2291
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2292
  msgid "Quiz-Mode"
2293
  msgstr "حالت آزمون"
2294
 
2295
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2296
  msgid "Normal"
2297
  msgstr "عادی"
2298
 
2299
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2300
  msgid "Normal + Back-Button"
2301
  msgstr "عادی + دکمه بازگشت"
2302
 
2303
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2304
  msgid "Check -> continue"
2305
  msgstr "بررسی کنید -> ادامه"
2306
 
2307
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2308
  msgid "Questions below each other"
2309
  msgstr "سوالات زیر همدیگر"
2310
 
2311
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2312
  msgid ""
2313
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2314
  "displayed at the end of the quiz."
@@ -2316,16 +2321,16 @@ msgstr ""
2316
  "نمایش تمام سوالات بصورت پی در پی و نتیجه صحیح یا غلط بودن در پایان آزمون "
2317
  "نمایش داده خواهد شد."
2318
 
2319
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2320
  msgid "Allows to use the back button in a question."
2321
  msgstr ""
2322
  "اجازه می دهد کاربر با استفاده از دکمه بازگشت پاسخ انتخابی را تغییر دهد."
2323
 
2324
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2325
  msgid "Shows \"right or wrong\" after each question."
2326
  msgstr "صحیح یا غلط بودن را بعد از جواب دادن به هر سوال نمایش داده می شود."
2327
 
2328
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2329
  msgid ""
2330
  "If this option is activated, all answers are displayed below each other, i."
2331
  "e. all questions are on a single page."
@@ -2333,130 +2338,134 @@ msgstr ""
2333
  "اگر این گزینه فعال باشد، تمام پاسخ ها در زیر یکدیگر نمایش داده می شوند، یعنی "
2334
  "تمام سوالات در یک صفحه خواهند بود."
2335
 
2336
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2337
  msgid "How many questions to be displayed on a page:"
2338
  msgstr ""
2339
 
2340
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2341
  msgid "(0 = All on one page)"
2342
  msgstr ""
2343
 
2344
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2345
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2346
  #: lib/view/WpProQuiz_View_Statistics.php:41
2347
  #: lib/view/WpProQuiz_View_Statistics.php:364
2348
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2349
  msgid "Custom fields"
2350
  msgstr ""
2351
 
2352
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2353
  msgid ""
2354
  "You can create custom fields, e.g. to request the name or the e-mail address "
2355
  "of the users."
2356
  msgstr ""
2357
 
2358
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2359
  msgid "The statistic function have to be enabled."
2360
  msgstr ""
2361
 
2362
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2363
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2364
  msgid "Custom fields enable"
2365
  msgstr ""
2366
 
2367
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2368
  msgid "If you enable this option, custom fields are enabled."
2369
  msgstr ""
2370
 
2371
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2372
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2373
  msgid "Display position"
2374
  msgstr ""
2375
 
2376
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2377
  msgid "Where should the fileds be displayed:"
2378
  msgstr ""
2379
 
2380
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2381
  msgid "On the quiz startpage"
2382
  msgstr ""
2383
 
2384
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2385
  msgid "At the end of the quiz (before the quiz result)"
2386
  msgstr ""
2387
 
2388
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2389
  msgid "Field name"
2390
  msgstr ""
2391
 
2392
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2393
  msgid "Required?"
2394
  msgstr ""
2395
 
2396
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2397
  msgid "Text"
2398
  msgstr ""
2399
 
2400
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2401
  msgid "Textarea"
2402
  msgstr ""
2403
 
2404
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2405
  msgid "Checkbox"
2406
  msgstr ""
2407
 
2408
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2409
  msgid "Drop-Down menu"
2410
  msgstr ""
2411
 
2412
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2413
  msgid "Radio"
2414
  msgstr ""
2415
 
2416
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2417
  msgid "Number"
2418
  msgstr ""
2419
 
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2421
  msgid "Email"
2422
  msgstr ""
2423
 
2424
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2425
  msgid "Yes/No"
2426
  msgstr ""
2427
 
2428
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2429
  #: lib/view/WpProQuiz_View_Statistics.php:323
2430
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2435
  msgid "Edit list"
2436
  msgstr ""
2437
 
2438
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2439
  msgid "One entry per line"
2440
  msgstr ""
2441
 
2442
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2443
  msgid "OK"
2444
  msgstr ""
2445
 
2446
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2447
  msgid "Add field"
2448
  msgstr ""
2449
 
2450
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2451
  msgid ""
2452
  "If you enable this option, an email is sent with his quiz result to the user."
2453
  msgstr ""
2454
 
2455
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2456
  msgid "User Email-Address (only registered users)"
2457
  msgstr ""
2458
 
2459
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2460
  msgid "(Type Email)"
2461
  msgstr ""
2462
 
@@ -2472,85 +2481,85 @@ msgstr "در صورت بروز مشکل"
2472
  msgid "If quiz doesn't work in front-end, please try following:"
2473
  msgstr ""
2474
 
2475
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2476
  msgid "Style Manager"
2477
  msgstr "سبک مدیریت"
2478
 
2479
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2480
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2481
  msgid "Support WP-Pro-Quiz"
2482
  msgstr "پشتیبان WP-Pro-Quiz"
2483
 
2484
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2485
  msgid "Learn more"
2486
  msgstr ""
2487
 
2488
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2489
  msgid "ID"
2490
  msgstr "شماره"
2491
 
2492
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2493
  msgid "Shortcode"
2494
  msgstr "کد کوتاه"
2495
 
2496
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2497
  msgid "Shortcode-Leaderboard"
2498
  msgstr "کد کوتاه قهرمانی"
2499
 
2500
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2501
  msgid "Preview"
2502
  msgstr "نمایش"
2503
 
2504
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2505
  msgid "Add quiz"
2506
  msgstr "افزودن آزمون"
2507
 
2508
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2509
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2510
  msgid "Export"
2511
  msgstr "برون بری"
2512
 
2513
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2514
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2515
  msgid "Set Quiz Categories"
2516
  msgstr ""
2517
 
2518
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2519
  msgid ""
2520
  "Choose the respective question, which you would like to export and press on "
2521
  "\"Start export\""
2522
  msgstr ""
2523
 
2524
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2525
  msgid "Format:"
2526
  msgstr "نوع:"
2527
 
2528
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2529
  msgid "*.wpq"
2530
  msgstr ""
2531
 
2532
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2533
  msgid "or"
2534
  msgstr "یا"
2535
 
2536
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2537
  msgid "*.xml"
2538
  msgstr ""
2539
 
2540
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2541
  msgid "Start export"
2542
  msgstr "آغاز برون بری"
2543
 
2544
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2545
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2546
  msgstr ""
2547
 
2548
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2549
  #, php-format
2550
  msgid "Maximal %d MiB"
2551
  msgstr "حداکثر %d MiB"
2552
 
2553
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2554
  msgid "Sets multiple quiz categories "
2555
  msgstr ""
2556
 
@@ -2597,39 +2606,39 @@ msgstr "میانگین"
2597
 
2598
  #: lib/view/WpProQuiz_View_Statistics.php:108
2599
  #: lib/view/WpProQuiz_View_Statistics.php:243
2600
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2601
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2602
  msgid "Hints used"
2603
  msgstr "نکات مورد استفاده"
2604
 
2605
  #: lib/view/WpProQuiz_View_Statistics.php:109
2606
  #: lib/view/WpProQuiz_View_Statistics.php:244
2607
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2608
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2609
  msgid "Time"
2610
  msgstr "زمان"
2611
 
2612
  #: lib/view/WpProQuiz_View_Statistics.php:110
2613
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2614
  msgid "Points scored"
2615
  msgstr "حساب کردن امتیاز"
2616
 
2617
  #: lib/view/WpProQuiz_View_Statistics.php:148
2618
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2619
  msgid "Sub-Total: "
2620
  msgstr "زیر - کل:"
2621
 
2622
  #: lib/view/WpProQuiz_View_Statistics.php:183
2623
  #: lib/view/WpProQuiz_View_Statistics.php:268
2624
  #: lib/view/WpProQuiz_View_Statistics.php:343
2625
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2626
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2627
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2628
  msgid "Refresh"
2629
  msgstr "به روز رسانی"
2630
 
2631
  #: lib/view/WpProQuiz_View_Statistics.php:187
2632
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2633
  msgid "Reset statistics"
2634
  msgstr "تنظیم مجدد امار"
2635
 
@@ -2669,17 +2678,29 @@ msgstr ""
2669
  msgid "only anonymous users"
2670
  msgstr ""
2671
 
2672
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2673
  #, php-format
2674
  msgid "User statistics: %s"
2675
  msgstr ""
2676
 
2677
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2678
- msgid "ticked"
2679
  msgstr ""
2680
 
2681
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2682
- msgid "not ticked"
2683
  msgstr ""
2684
 
2685
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: ityurd <behrooz.nuri@yahoo.com>\n"
8
  "Language: fa_IR\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "بدون اطلاعات موجود"
69
 
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
149
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
163
  msgstr ""
164
 
165
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
166
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
167
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
169
  msgid "File cannot be processed"
170
  msgstr "فایل نمی تواند پردازش شود"
171
 
172
  #: lib/controller/WpProQuiz_Controller_Question.php:9
173
  #: lib/controller/WpProQuiz_Controller_Question.php:19
174
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
175
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
176
  msgid "Quiz not found"
177
  msgstr "آزمونی یافت نشد"
178
 
209
  msgid "questions copied"
210
  msgstr "سوالات کپی شده اند"
211
 
212
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
213
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
214
  msgid "Quiz edited"
215
  msgstr "ویرایش آزمون"
216
 
217
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
218
  msgid "quiz created"
219
  msgstr ""
220
 
221
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
222
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
224
  msgid "Quiz title or quiz description are not filled"
225
  msgstr "عنوان آزمون یا توضیحات آزمون کامل پر نشده است"
226
 
227
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
228
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
229
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
230
  msgid "Edit quiz"
231
  msgstr "ویرایش آزمون"
232
 
233
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
234
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
236
  msgid "Create quiz"
237
  msgstr "ایجاد کردن آزمون"
238
 
239
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
240
  msgid "Template stored"
241
  msgstr ""
242
 
243
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
244
  msgid "Quiz deleted"
245
  msgstr "حذف امتحان"
246
 
247
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
248
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
249
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
250
  msgid "Not categorized"
251
  msgstr "دسته بندی نشده"
252
 
253
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
254
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
255
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
256
  msgid "Categories"
257
  msgstr "دسته بندی ها"
258
 
259
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
260
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
263
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
264
  msgid "No category"
265
  msgstr "بدون دسته بندی"
266
 
267
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
268
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
270
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
271
  msgid "Anonymous"
272
  msgstr ""
273
 
274
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
275
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
276
  msgid "Deleted user"
277
  msgstr ""
278
 
306
  msgid "You entered wrong captcha code."
307
  msgstr "کد تصویر امنیتی را وارد کنید."
308
 
309
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
310
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
311
+ msgid "ticked"
312
+ msgstr ""
313
+
314
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
315
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
316
+ msgid "not ticked"
317
+ msgstr ""
318
+
319
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
320
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
321
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
322
+ msgid "Yes"
323
+ msgstr ""
324
+
325
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
326
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
327
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
328
+ msgid "No"
329
+ msgstr ""
330
+
331
  #: lib/helper/WpProQuiz_Helper_Import.php:9
332
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
333
  msgid "File was not uploaded"
334
  msgstr "فایل آپلود نشده است"
335
 
336
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
337
  msgid "File have wrong format"
338
  msgstr "فرمت فایل اشتباه است"
339
 
340
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
341
  msgid "File is not compatible with the current version"
342
  msgstr "File is not compatible with the current version"
343
 
391
  msgstr "پلاگین آزمون ساز قدرتمند و بسیار زیبا برای وردپرس"
392
 
393
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
394
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
395
  msgid "WP-Pro-Quiz"
396
  msgstr "آزمون ساز"
397
 
398
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
399
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
402
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
403
  msgid "Leaderboard"
404
  msgstr "قهرمانی"
405
 
408
  #: lib/view/WpProQuiz_View_Import.php:22
409
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
410
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
412
  #: lib/view/WpProQuiz_View_Statistics.php:29
413
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
414
  #: lib/view/WpProQuiz_View_StyleManager.php:11
430
  msgstr "ب سازی بر اساس:"
431
 
432
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
434
  msgid "best user"
435
  msgstr "بهترین کاربر"
436
 
437
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
439
  msgid "newest entry"
440
  msgstr "جدیدترین ورودی"
441
 
442
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
444
  msgid "oldest entry"
445
  msgstr "قدیمی ترین ورودی"
446
 
454
 
455
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
456
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
458
  msgid "Type"
459
  msgstr "نوع"
460
 
464
 
465
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
466
  #: lib/view/WpProQuiz_View_Statistics.php:239
467
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
468
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
469
  msgid "User"
470
  msgstr "کاربر"
471
 
472
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
473
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
474
  msgid "E-Mail"
475
  msgstr "ایمیل"
476
 
480
  msgstr "وارد شده در"
481
 
482
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
483
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
485
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
486
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
487
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
491
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
492
  #: lib/view/WpProQuiz_View_Statistics.php:105
493
  #: lib/view/WpProQuiz_View_Statistics.php:240
494
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
495
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
496
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
497
  msgid "Points"
498
  msgstr "امتیاز"
499
 
500
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
501
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
502
  #: lib/view/WpProQuiz_View_Statistics.php:111
503
  #: lib/view/WpProQuiz_View_Statistics.php:245
504
  #: lib/view/WpProQuiz_View_Statistics.php:324
505
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
506
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
507
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
508
  msgid "Results"
509
  msgstr "نتیجه"
510
 
514
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
515
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
516
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
517
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
518
  msgid "Edit"
519
  msgstr "ویرایش"
520
 
525
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
526
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
527
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
529
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
530
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
531
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
532
  msgid "Delete"
533
  msgstr "حذف"
534
 
552
  msgid "Delete all entries"
553
  msgstr "حذف تمام ورودی ها"
554
 
555
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
556
+ msgid "Start quiz"
557
+ msgstr "شروع آزمون"
558
+
559
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
560
+ msgid "Restart quiz"
561
+ msgstr "راه اندازی مجددی آزمون"
562
+
563
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
567
  msgid "Quiz-summary"
568
  msgstr "خلاصه آزمون"
569
 
570
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
571
  msgid "Finish quiz"
572
  msgstr "پایان آزمون"
573
 
574
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
575
+ msgid "Quiz is loading..."
576
+ msgstr ""
577
+
578
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
579
+ msgid ""
580
+ "You have already completed the quiz before. Hence you can not start it again."
581
+ msgstr ""
582
+ "در حال حاضر آزمون به پایان رسیده است. شما نیز میتوانید دوباره شروع کنید."
583
+
584
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
585
+ msgid "You must sign in or sign up to start the quiz."
586
+ msgstr ""
587
+
588
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
589
+ msgid "You have to finish following quiz, to start this quiz:"
590
+ msgstr "شما برای به پایان رساندن آزمون، روی گزینه شروع آزمون باید کلیک کنید:"
591
+
592
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
593
  msgid "Your result has been entered into leaderboard"
594
  msgstr ""
595
 
596
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
597
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
598
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
599
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
600
  msgid "Name"
601
  msgstr "نام"
602
 
603
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
604
  msgid "Captcha"
605
  msgstr "کپچا"
606
 
607
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
608
  msgid "Send"
609
  msgstr "ارسال"
610
 
611
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
612
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
613
  msgid "You must fill out this field."
614
  msgstr ""
615
 
616
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
617
  msgid "You must specify a number."
618
  msgstr ""
619
 
620
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
621
  msgid "You must specify a text."
622
  msgstr ""
623
 
624
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
625
  msgid "You must specify an email address."
626
  msgstr ""
627
 
628
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
629
  msgid "You must specify a date."
630
  msgstr ""
631
 
632
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
633
  #, php-format
634
  msgid "%s of %s questions completed"
635
  msgstr "%s از %s سوالات تکمیل شده است."
636
 
637
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
638
  #: lib/view/WpProQuiz_View_Import.php:44
639
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
640
  msgid "Questions"
641
  msgstr "پرسش و پاسخ"
642
 
643
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
644
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
645
  msgid "Information"
646
  msgstr ""
647
 
648
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
649
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
650
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
651
  msgid "Time limit"
652
  msgstr "محدوده زمانی"
653
 
654
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
655
  msgid "Answered"
656
  msgstr "پاسخ داد:"
657
 
658
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
659
  msgid "Review"
660
  msgstr "مرور"
661
 
662
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
663
  msgid "Review question"
664
  msgstr "مرور کردن سوال"
665
 
666
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
667
  #, php-format
668
  msgid "%s of %s questions answered correctly"
669
  msgstr "%s از %s به سوالات به درستی جواب داد"
670
 
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
672
  msgid "Your time: <span></span>"
673
  msgstr " وقت شما: <span></span>"
674
 
675
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
676
  msgid "Time has elapsed"
677
  msgstr "زمان سپری شده است"
678
 
679
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
680
  #, php-format
681
  msgid "You have reached %s of %s points, (%s)"
682
  msgstr "امتیاز شما %s از %s است , (%s)"
683
 
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
685
  msgid "Average score"
686
  msgstr "میانگین امتیاز"
687
 
688
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
689
  msgid "Your score"
690
  msgstr "امتیاز شما"
691
 
692
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
693
  msgid "View questions"
694
  msgstr "نمایش سوالات آزمون"
695
 
696
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
697
  msgid "Show leaderboard"
698
  msgstr "نمایش رهبران"
699
 
700
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
701
  #, php-format
702
  msgid "Question %s of %s"
703
  msgstr "سوال %s از %s"
704
 
705
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
706
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
707
  #: lib/view/WpProQuiz_View_Statistics.php:104
708
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
709
  msgid "Question"
710
  msgstr "سوال"
711
 
712
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
713
  #, php-format
714
  msgid "%d points"
715
  msgstr "%d امتیاز"
716
 
717
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
718
  #, php-format
719
  msgid "Category: %s"
720
  msgstr ""
721
 
722
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
723
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
724
  msgid "Sort elements"
725
  msgstr "مرتب سازی عناصر"
726
 
727
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
728
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
729
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
730
  #: lib/view/WpProQuiz_View_Statistics.php:106
731
  #: lib/view/WpProQuiz_View_Statistics.php:241
732
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
733
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
734
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
735
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
736
  msgid "Correct"
737
  msgstr "صحیح"
738
 
739
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
740
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
741
  #: lib/view/WpProQuiz_View_Statistics.php:107
742
  #: lib/view/WpProQuiz_View_Statistics.php:242
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
745
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
746
  msgid "Incorrect"
747
  msgstr "غلط"
748
 
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
750
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
751
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
752
  msgid "Hint"
753
  msgstr "اشاره"
754
 
755
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
758
  msgid "Skip question"
759
  msgstr "نادیده گرفتن سوال"
760
 
761
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
762
  msgid "Back"
763
  msgstr "مرحله قبل"
764
 
765
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
766
  msgid "Check"
767
  msgstr "بررسی کردن"
768
 
769
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
770
  msgid "Next"
771
  msgstr "مرحله بعد"
772
 
773
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
774
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
775
  #, php-format
776
  msgid "Page %d"
777
  msgstr ""
778
 
 
 
 
 
779
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
780
  #, php-format
781
  msgid "maximum of %s points"
796
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
797
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
798
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
799
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
800
  msgid "Global settings"
801
  msgstr "تنظیمات کلی"
802
 
807
 
808
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
809
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
811
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
812
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
813
  msgid "Save"
814
  msgstr "ذخیره کردن"
862
 
863
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
864
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
866
  msgid "Admin e-mail settings"
867
  msgstr "تنظیم ایمیل مدیر"
868
 
869
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
870
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
872
  msgid "To:"
873
  msgstr "به:"
874
 
875
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
876
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
877
  msgid ""
878
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
879
  "com"
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
885
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
888
  msgid "From:"
889
  msgstr "از:"
890
 
891
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
895
  msgid "Subject:"
896
  msgstr "موضوع:"
897
 
898
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
902
  msgid "HTML"
903
  msgstr ""
904
 
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
908
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
909
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
910
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
948
  msgid "Activate"
949
  msgstr "فعال کردن"
950
 
951
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
952
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
955
  msgid "Message body:"
956
  msgstr "متن پیام:"
957
 
958
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
959
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
962
  msgid "Allowed variables"
963
  msgstr "متغیرهای مجاز"
964
 
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
969
  msgid "User-ID"
970
  msgstr "شماره کاربری"
971
 
972
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
976
  #: lib/view/WpProQuiz_View_Statistics.php:322
977
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
978
  msgid "Username"
980
 
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
982
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
985
  msgid "Quiz-Name"
986
  msgstr "نام آزمون"
987
 
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
989
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
992
  msgid "Result in precent"
993
  msgstr "نتیجه درصد"
994
 
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
999
  msgid "Reached points"
1000
  msgstr "امتیاز رسید"
1001
 
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1006
  msgid "IP-address of the user"
1007
  msgstr "آدرس آی پی کاربر"
1008
 
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1013
  msgid "Category-Overview"
1014
  msgstr "بازنگری دسته"
1015
 
1016
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1019
  msgid "User e-mail settings"
1020
  msgstr "تنظیمات ایمیل کاربر"
1021
 
1098
  msgstr "دسترسی به کتابخانه"
1099
 
1100
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1103
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1104
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1106
  msgid "Deactivate"
1107
  msgstr "غیرفعال کردن"
1108
 
1143
  msgstr ""
1144
 
1145
  #: lib/view/WpProQuiz_View_Import.php:21
1146
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1147
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1148
  msgid "Import"
1149
  msgstr "درون ریزی"
1150
 
1165
  msgstr "نام آزمون"
1166
 
1167
  #: lib/view/WpProQuiz_View_Import.php:69
1168
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1169
  msgid "Start import"
1170
  msgstr "شروع درون ریزی"
1171
 
1174
  msgstr ""
1175
 
1176
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1177
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1178
  msgid "You need special WP-Pro-Quiz modification for your website?"
1179
  msgstr ""
1180
 
1236
  msgstr ""
1237
 
1238
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1240
  msgid "load template"
1241
  msgstr ""
1242
 
1249
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1250
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1251
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1255
  msgid "(optional)"
1256
  msgstr "(اختیاری)"
1257
 
1266
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1267
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1268
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1271
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1272
  msgid "(required)"
1273
  msgstr "(لازم)"
1274
 
1298
 
1299
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1300
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1302
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1303
  #: lib/view/WpProQuiz_View_Statistics.php:124
1304
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1305
  msgid "Category"
1306
  msgstr "دسته بندی"
1307
 
1312
  msgstr ""
1313
 
1314
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1315
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1316
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1317
  msgid "You can manage categories in global settings."
1318
  msgstr "برای مدیریت دسته بندی از تنظیمات کلی استفاده کنید."
1319
 
1320
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1321
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1323
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1324
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1325
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1326
  msgid "Create new category"
1327
  msgstr "ایجاد دسته جدید"
1328
 
1329
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1331
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1332
  msgid "Create"
1333
  msgstr "ایجاد کردن"
1334
 
1446
  msgstr ""
1447
 
1448
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1450
  msgid "template name"
1451
  msgstr ""
1452
 
1453
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1455
  msgid "Create new template"
1456
  msgstr ""
1457
 
1458
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1460
  msgid "Save as template"
1461
  msgstr ""
1462
 
1463
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1464
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1467
  msgid "Options"
1468
  msgstr "گزینه ها"
1469
 
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1497
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1499
  msgid "Move"
1500
  msgstr "جابجایی"
1501
 
1557
 
1558
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1559
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1560
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1562
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1563
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1564
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1568
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1569
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1571
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1572
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1576
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1577
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1578
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1579
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1583
  msgid "Demo"
1584
  msgstr "آزمایشی"
1585
 
1632
 
1633
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1634
  #: lib/view/WpProQuiz_View_Statistics.php:169
1635
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1636
  msgid "Total"
1637
  msgstr "کل"
1638
 
1661
  msgid "Copy questions"
1662
  msgstr "کپی کردن سوالات"
1663
 
1664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1665
  msgid "Quiz title"
1666
  msgstr "عنوان آزمون"
1667
 
1668
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1669
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1670
  msgid "You can assign classify category for a quiz."
1671
  msgstr ""
1672
 
1673
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1674
  msgid "Hide quiz title"
1675
  msgstr "پنهان کردن عنوان آزمون"
1676
 
1677
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1678
  msgid "Hide title"
1679
  msgstr "پنهان کردن عنوان"
1680
 
1681
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1682
  msgid "The title serves as quiz heading."
1683
  msgstr "عنوان آزمون غیر فعال می شود."
1684
 
1685
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1686
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1687
  msgid "Hide \"Restart quiz\" button"
1688
  msgstr "مخفی کردن دکمه \"راه اندازی مجدد آزمون \""
1689
 
1690
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1691
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1692
  msgstr "پنهان کردن دکمه \"راه اندازی مجدد مسابقه\" ."
1693
 
1694
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1695
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1696
  msgid "Hide \"View question\" button"
1697
  msgstr "مخفی کردن دکمه \"مشاهده سوالات\" "
1698
 
1699
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1700
  msgid "Hide the \"View question\" button in the Frontend."
1701
  msgstr "مخفی کردن دکمه \"نمایش سوال\""
1702
 
1703
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1704
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1705
  msgid "Display question randomly"
1706
  msgstr "نمایش سوال به صورت تصادفی"
1707
 
1708
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1710
  msgid "Display answers randomly"
1711
  msgstr "نمایش پاسخ به صورت تصادفی"
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1715
  msgid "Sort questions by category"
1716
  msgstr ""
1717
 
1718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1719
  msgid ""
1720
  "Also works in conjunction with the \"display randomly question\" option."
1721
  msgstr ""
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1724
  msgid "Seconds"
1725
  msgstr "ثانیه"
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1728
  msgid "0 = no limit"
1729
  msgstr "0 = نامحدود"
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1733
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1734
  msgid "Statistics"
1735
  msgstr "آمار"
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1738
  msgid ""
1739
  "Statistics about right or wrong answers. Statistics will be saved by "
1740
  "completed quiz, not after every question. The statistics is only visible "
1743
  "آمار در مورد پاسخ پاسخ آزمونها می باشد. آمار بعد از اینکه آزمون به پایان "
1744
  "رسید قابل رویت برای مدیر سایت از بخش مدیریت می باشد. (آمار داخلی)"
1745
 
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1748
  msgid "Statistics IP-lock"
1749
  msgstr "قفل آمار آی پی"
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1752
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1753
  msgstr "در عرض چند دقیقه ) توصیه میشود 1440 دقیقه = 1 روز)"
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1756
  msgid ""
1757
  "Protect the statistics from spam. Result will only be saved every X minutes "
1758
  "from same IP. (0 = deactivated)"
1759
  msgstr ""
1760
 
 
1761
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1763
  msgid "Execute quiz only once"
1764
  msgstr "اجرای آزمون فقط یکبار"
1765
 
1766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1767
  msgid ""
1768
  "If you activate this option, the user can complete the quiz only once. "
1769
  "Afterwards the quiz is blocked for this user."
1771
  "اگر شما این گزینه را فعال کنید، کاربر می تواند فقط یک بار آزمون را کامل "
1772
  "کند. پس از آن آزمون برای این کاربر مسدود خواهد شد."
1773
 
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1775
  msgid "This option applies to:"
1776
  msgstr "این گزینه شامل:"
1777
 
1778
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1779
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1780
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1781
  msgid "all users"
1782
  msgstr "همه کاربران"
1783
 
1784
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1786
  msgid "registered useres only"
1787
  msgstr "فقط کاربران ثبت نام شده"
1788
 
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1791
  msgid "anonymous users only"
1792
  msgstr "تنها کاربران ناشناس"
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1795
  msgid "user identification by cookie"
1796
  msgstr "شناسایی کاربر توسط کوکی"
1797
 
1798
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1799
  msgid ""
1800
  "If you activate this option, a cookie is set additionally for unregistrated "
1801
  "(anonymous) users. This ensures a longer assignment of the user than the "
1802
  "simple assignment by the IP address."
1803
  msgstr ""
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1806
  msgid "Reset the user identification"
1807
  msgstr "تنظیم مجدد شناسایی کاربر"
1808
 
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1810
  msgid "User identification has been reset."
1811
  msgstr "تنظیم مجدد شناسایی کاربر فعال شد."
1812
 
1813
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1814
  msgid "Resets user identification for all users."
1815
  msgstr "تنظیم مجدد شناسایی کاربر برای همه کاربرها."
1816
 
1817
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1818
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1819
  msgid "Show only specific number of questions"
1820
  msgstr "نمایش تعداد خاصی از سوالات"
1821
 
1822
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1823
  msgid ""
1824
  "If you enable this option, maximum number of displayed questions will be X "
1825
  "from X questions. (The output of questions is random)"
1827
  "اگر شما این گزینه را فعال کنید، حداکثر تعداد سوالات نمایش داده خواهد شد X "
1828
  "from X سوال. (خروجی سوالات تصادفی است)"
1829
 
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1831
  msgid "How many questions should be displayed simultaneously:"
1832
  msgstr "چگونه بسیاری از سوالات به طور همزمان نمایش داده شوند:"
1833
 
1834
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1835
  msgid "in percent"
1836
  msgstr "درصد"
1837
 
1838
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1840
  msgid "Prerequisites"
1841
  msgstr "پیش نیازها"
1842
 
1843
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1844
  msgid ""
1845
  "If you enable this option, you can choose quiz, which user have to finish "
1846
  "before he can start this quiz."
1847
  msgstr ""
1848
 
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1850
  msgid ""
1851
  "In all selected quizzes statistic function have to be active. If it is not "
1852
  "it will be activated automatically."
1854
  "در تمام انتخاب آزمونها تابع آماری فعال باشد. اگر فعال نیست آن را به طور "
1855
  "خودکار فعال شود."
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1858
  msgid "Quiz"
1859
  msgstr "آزمون"
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1862
  msgid "Prerequisites (This quiz have to be finished)"
1863
  msgstr "شرط لازم (این آزمون به پایان رسید)"
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1866
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1867
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1868
  msgid "Question overview"
1869
  msgstr "مرور کل سوال"
1870
 
1871
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1872
  msgid ""
1873
  "Add at the top of the quiz a question overview, which allows easy "
1874
  "navigation. Additional questions can be marked \"to review\"."
1875
  msgstr ""
1876
 
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1878
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1879
  msgstr ""
1880
 
1881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1882
  msgid ""
1883
  "If you enalbe this option, no quiz overview will be displayed, before "
1884
  "finishing quiz."
1885
  msgstr ""
1886
 
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1888
  msgid ""
1889
  "If you enable this option, user won't be able to skip question. (only in "
1890
  "\"Overview -> next\" mode). User still will be able to navigate over "
1891
  "\"Question-Overview\""
1892
  msgstr ""
1893
 
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1897
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1898
  msgid "Admin e-mail notification"
1899
  msgstr "آگاه کردن مدیر از طریق ایمیل"
1900
 
1901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1903
  msgid "for registered users only"
1904
  msgstr "فقط کاربران ثبت نام شده"
1905
 
1906
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1908
  msgid "for all users"
1909
  msgstr "برای همه کاربران"
1910
 
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1913
  msgid ""
1914
  "If you enable this option, you will be informed if a user completes this "
1915
  "quiz."
1917
  "اگر شما این گزینه را فعال کنید، بعد از اتمام آزمون کاربر به شما اطلاع داده "
1918
  "می شود."
1919
 
1920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1922
  msgid "E-Mail settings can be edited in global settings."
1923
  msgstr "تنظیمات ایمیل را می توان از بخش تنظیمات کلی ویرایش کرد."
1924
 
1925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1929
  msgid "User e-mail notification"
1930
  msgstr "آگاه شدن کاربر از طریق ایمیل"
1931
 
1932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
1933
  msgid ""
1934
  "If you enable this option, an email is sent with his quiz result to the "
1935
  "user. (only registered users)"
1937
  "اگر شما این گزینه را فعال کنید، یک ایمیل با نتیجه آزمون به کاربر فرستاده می "
1938
  "شود. (تنها مخصوص کاربران عضو شده)"
1939
 
1940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
1942
  msgid "Autostart"
1943
  msgstr "شروع خودکار"
1944
 
1945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1946
  msgid ""
1947
  "If you enable this option, the quiz will start automatically after the page "
1948
  "is loaded."
1950
  "اگر شما این گزینه را فعال کنید، این مسابقه به طور خودکار شروع خواهد شد بعد "
1951
  "از لود صفحه آزمون."
1952
 
1953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
1955
  msgid "Only registered users are allowed to start the quiz"
1956
  msgstr ""
1957
 
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
1959
  msgid ""
1960
  "If you enable this option, only registered users allowed start the quiz."
1961
  msgstr ""
1962
 
1963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1964
  msgid "Quiz description"
1965
  msgstr "توضیحات آزمون"
1966
 
1967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
1968
  msgid "This text will be displayed before start of the quiz."
1969
  msgstr "این متن قبل از شروع مسابقه، نمایش داده خواهد شد."
1970
 
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1972
  msgid "Results text"
1973
  msgstr "نتیجه متن"
1974
 
1975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
1976
  msgid ""
1977
  "This text will be displayed at the end of the quiz (in results). (this text "
1978
  "is optional)"
1979
  msgstr ""
1980
  "این متن در پایان این آزمون در نتایج نمایش داده می شود. (این متن اختیاری است)"
1981
 
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
1983
  msgid "Activate graduation"
1984
  msgstr "فعال کردن فارغ التحصیلی"
1985
 
1986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
1987
  msgid "Hint:"
1988
  msgstr "نکته:"
1989
 
1990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
1991
  msgid "Maximal 15 levels"
1992
  msgstr "حداکثر 15 مرحله"
1993
 
1994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
1995
  #, php-format
1996
  msgid ""
1997
  "Percentages refer to the total score of the quiz. (Current total %d points "
1998
  "in %d questions."
1999
  msgstr ""
2000
 
2001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2002
  msgid "Values can also be mixed up"
2003
  msgstr ""
2004
 
2005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2006
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2007
  msgstr ""
2008
 
2009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2010
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2011
  msgid "from:"
2012
  msgstr "از:"
2013
 
2014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2016
  msgid "percent"
2017
  msgstr "درصد"
2018
 
2019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2021
  #, php-format
2022
  msgid ""
2023
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2024
  "%s</span>%%)"
2025
  msgstr ""
2026
 
2027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2028
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2029
  msgid "Delete graduation"
2030
  msgstr "حذف فارغ التحصیلی"
2031
 
2032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2033
  msgid "Add graduation"
2034
  msgstr "اضافه کردن فارغ التحصیلی"
2035
 
2036
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2037
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2038
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2039
  msgid "Custom fields - Variables"
2040
  msgstr ""
2041
 
2042
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2043
  msgid "Result-Options"
2044
  msgstr "نتیجه - گزینه"
2045
 
2046
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2047
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2048
  msgid "Show average points"
2049
  msgstr "نمایش متوسط امتیاز"
2050
 
2051
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2052
  msgid "Statistics-function must be enabled."
2053
  msgstr "آمار عملکرد باید فعال باشد."
2054
 
2055
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2056
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2057
  msgid "Show category score"
2058
  msgstr "نمایش نمره دسته "
2059
 
2060
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2061
  msgid ""
2062
  "If you enable this option, the results of each category is displayed on the "
2063
  "results page."
2064
  msgstr ""
2065
  "اگر شما این گزینه را فعال کنید، نتایج هر بخش در صفحه نتایج نمایش داده می شود."
2066
 
2067
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2068
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2069
  msgid "Hide correct questions - display"
2070
  msgstr "پنهان کردن سوالات درست - نمایش"
2071
 
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2073
  msgid ""
2074
  "If you select this option, no longer the number of correctly answered "
2075
  "questions are displayed on the results page."
2077
  "اگر شما این گزینه را انتخاب کنید، تعدادی از سوالات به درستی پاسخ داده شده در "
2078
  "صفحه نتایج نمایش داده می شود."
2079
 
2080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2081
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2082
  msgid "Hide quiz time - display"
2083
  msgstr "پنهان کردن زمان مسابقه - صفحه نمایش"
2084
 
2085
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2086
  msgid ""
2087
  "If you enable this option, the time for finishing the quiz won't be "
2088
  "displayed on the results page anymore."
2090
  "اگر شما این گزینه را فعال کنید، زمان به پایان رسیدن آزمون در صفحه نتایج "
2091
  "نمایش داده خواهد شد."
2092
 
2093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2094
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2095
  msgid "Hide score - display"
2096
  msgstr "پنهان کردن نمره - نمایش"
2097
 
2098
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2099
  msgid ""
2100
  "If you enable this option, final score won't be displayed on the results "
2101
  "page anymore."
2102
  msgstr ""
2103
  "اگر شما این گزینه را فعال کنید، نمره نهایی در صفحه نتایج نمایش داده خواهد شد."
2104
 
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2106
  msgid "Question-Options"
2107
  msgstr "تنظیمات سوالات"
2108
 
2109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2111
  msgid "Show points"
2112
  msgstr "نمایش امتیازات"
2113
 
2114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2115
  msgid "Shows in quiz, how many points are reachable for respective question."
2116
  msgstr ""
2117
 
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2120
  msgid "Number answers"
2121
  msgstr "پاسخ شماره"
2122
 
2123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2124
  msgid ""
2125
  "If this option is activated, all answers are numbered (only single and "
2126
  "multiple choice)"
2128
  "اگر این گزینه فعال باشد، تمام پاسخ شماره فعال خواهد بود (تنها انتخاب تک و "
2129
  "چندگانه)"
2130
 
2131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2133
  msgid "Hide correct- and incorrect message"
2134
  msgstr "مخفی کردن پیام درست و نادرست"
2135
 
2136
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2137
  msgid ""
2138
  "If you enable this option, no correct- or incorrect message will be "
2139
  "displayed."
2140
  msgstr ""
2141
  "اگر شما این گزینه را فعال کنید، پیام درست یا نادرست نمایش داده نخواهد شد."
2142
 
2143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2145
  msgid "Correct and incorrect answer mark"
2146
  msgstr "علامت پاسخ درست و نادرست"
2147
 
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2149
  msgid ""
2150
  "If you enable this option, answers won't be color highlighted as correct or "
2151
  "incorrect. "
2153
  "اگر شما این گزینه را فعال کنید، پاسخ درست یا نادرست بصورت رنگی نمایش داده "
2154
  "خواهد شد."
2155
 
2156
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2157
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2158
  msgid "Force user to answer each question"
2159
  msgstr "قدرت کاربر برای پاسخ به هر سوال"
2160
 
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2162
  msgid "If you enable this option, the user is forced to answer each question."
2163
  msgstr ""
2164
  "اگر شما این گزینه را فعال کنید، کاربر مجبور به پاسخ دادن به هر سوال می شود."
2165
 
2166
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2167
  msgid ""
2168
  "If the option \"Question overview\" is activated, this notification will "
2169
  "appear after end of the quiz, otherwise after each question."
2170
  msgstr "اگر این گزینه فعال شود پس پایان هر آزمون سوالات آزمون ظاهر می شود."
2171
 
2172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2173
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2174
  msgid "Hide question position overview"
2175
  msgstr "مخفی کردن موقعیت سوالات"
2176
 
2177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2178
  msgid "If you enable this option, the question position overview is hidden."
2179
  msgstr ""
2180
  "اگر شما این گزینه را فعال کنید،موقعیت نمایش و مرور سوالات مخفی می ماند."
2181
 
2182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2184
  msgid "Hide question numbering"
2185
  msgstr "مخفی کردن شماره سوال"
2186
 
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2188
  msgid "If you enable this option, the question numbering is hidden."
2189
  msgstr "اگر شما این گزینه را فعال کنید، شماره سوالات پنهان میشود."
2190
 
2191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2192
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2193
  msgid "Display category"
2194
  msgstr ""
2195
 
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2197
  msgid "If you enable this option, category will be displayed in the question."
2198
  msgstr ""
2199
 
2200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2201
  msgid ""
2202
  "The leaderboard allows users to enter results in public list and to share "
2203
  "the result this way."
2204
  msgstr ""
2205
 
2206
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2207
  msgid "The leaderboard works independent from internal statistics function."
2208
  msgstr ""
2209
 
2210
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2211
  msgid "Who can sign up to the list"
2212
  msgstr ""
2213
 
2214
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2215
  msgid ""
2216
  "Not registered users have to enter name and e-mail (e-mail won't be "
2217
  "displayed)"
2218
  msgstr ""
2219
 
2220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2221
  msgid "insert automatically"
2222
  msgstr "وارد کردن بطور خودکار"
2223
 
2224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2225
  msgid ""
2226
  "If you enable this option, logged in users will be automatically entered "
2227
  "into leaderboard"
2228
  msgstr ""
2229
 
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2231
  msgid "display captcha"
2232
  msgstr "نمایش کپچا"
2233
 
2234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2235
  msgid ""
2236
  "If you enable this option, additional captcha will be displayed for users "
2237
  "who are not registered."
2238
  msgstr ""
2239
 
2240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2241
  msgid "This option requires additional plugin:"
2242
  msgstr ""
2243
 
2244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2245
  msgid "Plugin has been detected."
2246
  msgstr "پلاگین تشخیص داده شده است."
2247
 
2248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2249
  msgid "Plugin is not installed."
2250
  msgstr "پلاگین نصب نشده است."
2251
 
2252
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2253
  msgid "Sort list by"
2254
  msgstr "مرتب سازی بر اساس لیست"
2255
 
2256
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2257
  msgid "Users can apply multiple times"
2258
  msgstr ""
2259
 
2260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2261
  msgid "User can apply after:"
2262
  msgstr ""
2263
 
2264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2265
  msgid "minute"
2266
  msgstr "دقیقه"
2267
 
2268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2269
  msgid "How many entries should be displayed"
2270
  msgstr ""
2271
 
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2273
  msgid "Entries"
2274
  msgstr "نوشته"
2275
 
2276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2277
  msgid "Automatically display leaderboard in quiz result"
2278
  msgstr "نمایش نتیجه آزمون بصورت خودکار در زمان پایان مسابقه"
2279
 
2280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2281
  msgid "Where should leaderboard be displayed:"
2282
  msgstr "از کجا باید رهبران نمایش داده می شود:"
2283
 
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2285
  msgid "don't display"
2286
  msgstr "قابل نمایش نمی باشد"
2287
 
2288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2289
  msgid "below the \"result text\""
2290
  msgstr ""
2291
 
2292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2293
  msgid "in a button"
2294
  msgstr "در یک دکمه"
2295
 
2296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2297
  msgid "Quiz-Mode"
2298
  msgstr "حالت آزمون"
2299
 
2300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2301
  msgid "Normal"
2302
  msgstr "عادی"
2303
 
2304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2305
  msgid "Normal + Back-Button"
2306
  msgstr "عادی + دکمه بازگشت"
2307
 
2308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2309
  msgid "Check -> continue"
2310
  msgstr "بررسی کنید -> ادامه"
2311
 
2312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2313
  msgid "Questions below each other"
2314
  msgstr "سوالات زیر همدیگر"
2315
 
2316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2317
  msgid ""
2318
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2319
  "displayed at the end of the quiz."
2321
  "نمایش تمام سوالات بصورت پی در پی و نتیجه صحیح یا غلط بودن در پایان آزمون "
2322
  "نمایش داده خواهد شد."
2323
 
2324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2325
  msgid "Allows to use the back button in a question."
2326
  msgstr ""
2327
  "اجازه می دهد کاربر با استفاده از دکمه بازگشت پاسخ انتخابی را تغییر دهد."
2328
 
2329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2330
  msgid "Shows \"right or wrong\" after each question."
2331
  msgstr "صحیح یا غلط بودن را بعد از جواب دادن به هر سوال نمایش داده می شود."
2332
 
2333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2334
  msgid ""
2335
  "If this option is activated, all answers are displayed below each other, i."
2336
  "e. all questions are on a single page."
2338
  "اگر این گزینه فعال باشد، تمام پاسخ ها در زیر یکدیگر نمایش داده می شوند، یعنی "
2339
  "تمام سوالات در یک صفحه خواهند بود."
2340
 
2341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2342
  msgid "How many questions to be displayed on a page:"
2343
  msgstr ""
2344
 
2345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2346
  msgid "(0 = All on one page)"
2347
  msgstr ""
2348
 
2349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2351
  #: lib/view/WpProQuiz_View_Statistics.php:41
2352
  #: lib/view/WpProQuiz_View_Statistics.php:364
2353
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2354
  msgid "Custom fields"
2355
  msgstr ""
2356
 
2357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2358
  msgid ""
2359
  "You can create custom fields, e.g. to request the name or the e-mail address "
2360
  "of the users."
2361
  msgstr ""
2362
 
2363
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2364
  msgid "The statistic function have to be enabled."
2365
  msgstr ""
2366
 
2367
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2369
  msgid "Custom fields enable"
2370
  msgstr ""
2371
 
2372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2373
  msgid "If you enable this option, custom fields are enabled."
2374
  msgstr ""
2375
 
2376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2378
  msgid "Display position"
2379
  msgstr ""
2380
 
2381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2382
  msgid "Where should the fileds be displayed:"
2383
  msgstr ""
2384
 
2385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2386
  msgid "On the quiz startpage"
2387
  msgstr ""
2388
 
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2390
  msgid "At the end of the quiz (before the quiz result)"
2391
  msgstr ""
2392
 
2393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2394
  msgid "Field name"
2395
  msgstr ""
2396
 
2397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2398
  msgid "Required?"
2399
  msgstr ""
2400
 
2401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2402
+ msgid "Show in statistic table?"
2403
+ msgstr ""
2404
+
2405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2406
  msgid "Text"
2407
  msgstr ""
2408
 
2409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2410
  msgid "Textarea"
2411
  msgstr ""
2412
 
2413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2414
  msgid "Checkbox"
2415
  msgstr ""
2416
 
2417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2418
  msgid "Drop-Down menu"
2419
  msgstr ""
2420
 
2421
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2422
  msgid "Radio"
2423
  msgstr ""
2424
 
2425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2426
  msgid "Number"
2427
  msgstr ""
2428
 
2429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2430
  msgid "Email"
2431
  msgstr ""
2432
 
2433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2434
  msgid "Yes/No"
2435
  msgstr ""
2436
 
2437
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2438
  #: lib/view/WpProQuiz_View_Statistics.php:323
2439
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2440
  msgid "Date"
2441
  msgstr ""
2442
 
2443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2444
  msgid "Edit list"
2445
  msgstr ""
2446
 
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2448
  msgid "One entry per line"
2449
  msgstr ""
2450
 
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2452
  msgid "OK"
2453
  msgstr ""
2454
 
2455
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2456
  msgid "Add field"
2457
  msgstr ""
2458
 
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2460
  msgid ""
2461
  "If you enable this option, an email is sent with his quiz result to the user."
2462
  msgstr ""
2463
 
2464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2465
  msgid "User Email-Address (only registered users)"
2466
  msgstr ""
2467
 
2468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2469
  msgid "(Type Email)"
2470
  msgstr ""
2471
 
2481
  msgid "If quiz doesn't work in front-end, please try following:"
2482
  msgstr ""
2483
 
2484
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2485
  msgid "Style Manager"
2486
  msgstr "سبک مدیریت"
2487
 
2488
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2489
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2490
  msgid "Support WP-Pro-Quiz"
2491
  msgstr "پشتیبان WP-Pro-Quiz"
2492
 
2493
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2494
  msgid "Learn more"
2495
  msgstr ""
2496
 
2497
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2498
  msgid "ID"
2499
  msgstr "شماره"
2500
 
2501
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2502
  msgid "Shortcode"
2503
  msgstr "کد کوتاه"
2504
 
2505
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2506
  msgid "Shortcode-Leaderboard"
2507
  msgstr "کد کوتاه قهرمانی"
2508
 
2509
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2510
  msgid "Preview"
2511
  msgstr "نمایش"
2512
 
2513
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2514
  msgid "Add quiz"
2515
  msgstr "افزودن آزمون"
2516
 
2517
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2518
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2519
  msgid "Export"
2520
  msgstr "برون بری"
2521
 
2522
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2523
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2524
  msgid "Set Quiz Categories"
2525
  msgstr ""
2526
 
2527
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2528
  msgid ""
2529
  "Choose the respective question, which you would like to export and press on "
2530
  "\"Start export\""
2531
  msgstr ""
2532
 
2533
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2534
  msgid "Format:"
2535
  msgstr "نوع:"
2536
 
2537
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2538
  msgid "*.wpq"
2539
  msgstr ""
2540
 
2541
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2542
  msgid "or"
2543
  msgstr "یا"
2544
 
2545
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2546
  msgid "*.xml"
2547
  msgstr ""
2548
 
2549
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2550
  msgid "Start export"
2551
  msgstr "آغاز برون بری"
2552
 
2553
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2554
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2555
  msgstr ""
2556
 
2557
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2558
  #, php-format
2559
  msgid "Maximal %d MiB"
2560
  msgstr "حداکثر %d MiB"
2561
 
2562
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2563
  msgid "Sets multiple quiz categories "
2564
  msgstr ""
2565
 
2606
 
2607
  #: lib/view/WpProQuiz_View_Statistics.php:108
2608
  #: lib/view/WpProQuiz_View_Statistics.php:243
2609
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2610
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2611
  msgid "Hints used"
2612
  msgstr "نکات مورد استفاده"
2613
 
2614
  #: lib/view/WpProQuiz_View_Statistics.php:109
2615
  #: lib/view/WpProQuiz_View_Statistics.php:244
2616
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2617
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2618
  msgid "Time"
2619
  msgstr "زمان"
2620
 
2621
  #: lib/view/WpProQuiz_View_Statistics.php:110
2622
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2623
  msgid "Points scored"
2624
  msgstr "حساب کردن امتیاز"
2625
 
2626
  #: lib/view/WpProQuiz_View_Statistics.php:148
2627
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2628
  msgid "Sub-Total: "
2629
  msgstr "زیر - کل:"
2630
 
2631
  #: lib/view/WpProQuiz_View_Statistics.php:183
2632
  #: lib/view/WpProQuiz_View_Statistics.php:268
2633
  #: lib/view/WpProQuiz_View_Statistics.php:343
2634
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2635
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2636
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2637
  msgid "Refresh"
2638
  msgstr "به روز رسانی"
2639
 
2640
  #: lib/view/WpProQuiz_View_Statistics.php:187
2641
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2642
  msgid "Reset statistics"
2643
  msgstr "تنظیم مجدد امار"
2644
 
2678
  msgid "only anonymous users"
2679
  msgstr ""
2680
 
2681
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2682
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2683
+ msgid "Solved"
2684
+ msgstr ""
2685
+
2686
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2687
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2688
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2689
+ #, php-format
2690
+ msgid "%d of %d"
2691
+ msgstr ""
2692
+
2693
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2694
  #, php-format
2695
  msgid "User statistics: %s"
2696
  msgstr ""
2697
 
2698
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2699
+ msgid "yes"
2700
  msgstr ""
2701
 
2702
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2703
+ msgid "no"
2704
  msgstr ""
2705
 
2706
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-fr_FR.mo CHANGED
Binary file
languages/wp-pro-quiz-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -61,9 +61,9 @@ msgstr "Voulez-vous vraiment réinitialiser les statistiques?"
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "Aucune donnée disponible"
69
 
@@ -107,7 +107,7 @@ msgstr ""
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -147,10 +147,10 @@ msgstr ""
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."
@@ -165,16 +165,16 @@ msgid "Database repaired"
165
  msgstr ""
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 "Impossible de traiter ce fichier"
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 trouvé"
180
 
@@ -211,70 +211,70 @@ msgstr "Question: %d"
211
  msgid "questions copied"
212
  msgstr "questions copiées"
213
 
214
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
215
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
216
  msgid "Quiz edited"
217
  msgstr "Quiz modifié"
218
 
219
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
220
  msgid "quiz created"
221
  msgstr ""
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 "Le titre ou la description du quiz ne sont pas remplis"
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 "Modifier le 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 "Créer un quiz"
240
 
241
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
242
  msgid "Template stored"
243
  msgstr ""
244
 
245
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
246
  msgid "Quiz deleted"
247
  msgstr "Quiz supprimé"
248
 
249
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
250
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
252
  msgid "Not categorized"
253
  msgstr ""
254
 
255
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
256
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
258
  msgid "Categories"
259
  msgstr ""
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:203
266
  msgid "No category"
267
  msgstr "Pas de catégorie"
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 ""
275
 
276
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
277
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
278
  msgid "Deleted user"
279
  msgstr ""
280
 
@@ -308,16 +308,38 @@ msgstr "Votre nom ne doit pas dépasser 15 caractères."
308
  msgid "You entered wrong captcha code."
309
  msgstr "Le code captcha n'est pas correct"
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 "Le fichier n'a pas été téléchargé"
315
 
316
- #: lib/helper/WpProQuiz_Helper_Import.php:40
317
  msgid "File have wrong format"
318
  msgstr "Le fichier n'a pas le bon format"
319
 
320
- #: lib/helper/WpProQuiz_Helper_Import.php:45
321
  msgid "File is not compatible with the current version"
322
  msgstr "Le fichier n'est pas compatible avec la version actuelle"
323
 
@@ -378,15 +400,15 @@ 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:61
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:118
390
  msgid "Leaderboard"
391
  msgstr "Tableau de bord"
392
 
@@ -395,7 +417,7 @@ msgstr "Tableau de bord"
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
@@ -417,17 +439,17 @@ msgid "Sort by:"
417
  msgstr "Trier par:"
418
 
419
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
421
  msgid "best user"
422
  msgstr "Meilleur utilisateur"
423
 
424
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
425
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
426
  msgid "newest entry"
427
  msgstr "entrée la plus récente"
428
 
429
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
430
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
431
  msgid "oldest entry"
432
  msgstr "entrée la plus ancienne"
433
 
@@ -441,7 +463,7 @@ msgstr "Combien d'entrées doivent figurer sur une page:"
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 "Type"
447
 
@@ -451,13 +473,13 @@ msgstr "UR = utilisateur non-connecté, R =utilisateur connecté"
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 "Utilisateur"
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
 
@@ -467,8 +489,8 @@ msgid "Entered on"
467
  msgstr "Passé le"
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
@@ -478,20 +500,20 @@ msgstr "Passé le"
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 "Points"
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 "Résultats"
497
 
@@ -501,7 +523,7 @@ msgstr "Résultats"
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:102
505
  msgid "Edit"
506
  msgstr "Modifier"
507
 
@@ -512,10 +534,10 @@ msgstr "Modifier"
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:106
517
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
518
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
519
  msgid "Delete"
520
  msgstr "Supprimer"
521
 
@@ -539,249 +561,231 @@ msgstr "Appliquer"
539
  msgid "Delete all entries"
540
  msgstr "Effacer toutes les entrées"
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 "Résumé-Quiz"
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 "Terminer le 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:79
569
  msgid "Name"
570
  msgstr "Nom"
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 "Envoyer"
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
- "Vous avez déjà rempli le questionnaire avant. Par conséquent, vous ne pouvez "
616
- "pas recommencer."
617
-
618
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
619
- msgid "You must sign in or sign up to start the quiz."
620
- msgstr ""
621
-
622
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
623
- msgid "You have to finish following quiz, to start this quiz:"
624
- msgstr "Vous devez finir le quiz suivant, avant de commencer celui-ci :"
625
-
626
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
627
  #, php-format
628
  msgid "%s of %s questions completed"
629
  msgstr "%s questions correctes sur %s "
630
 
631
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
632
  #: lib/view/WpProQuiz_View_Import.php:44
633
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
634
  msgid "Questions"
635
  msgstr "Questions"
636
 
637
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
638
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
639
  msgid "Information"
640
  msgstr ""
641
 
642
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
643
- msgid "Start quiz"
644
- msgstr "Démarrez le quiz"
645
-
646
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
647
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
648
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
649
  msgid "Time limit"
650
  msgstr "Limite de temps"
651
 
652
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
653
  msgid "Answered"
654
  msgstr "Répondu"
655
 
656
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
657
  msgid "Review"
658
  msgstr "Examiner"
659
 
660
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
661
  msgid "Review question"
662
  msgstr "Examiner la question"
663
 
664
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
665
  #, php-format
666
  msgid "%s of %s questions answered correctly"
667
  msgstr "%s questions sur %s répondues correctement"
668
 
669
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
670
  msgid "Your time: <span></span>"
671
  msgstr "Votre temps: <span></span>"
672
 
673
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
674
  msgid "Time has elapsed"
675
  msgstr "Temps écoulé"
676
 
677
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
678
  #, php-format
679
  msgid "You have reached %s of %s points, (%s)"
680
  msgstr "Vous avez atteint %s points sur %s , (%s)"
681
 
682
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
683
  msgid "Average score"
684
  msgstr "Score moyen"
685
 
686
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
687
  msgid "Your score"
688
  msgstr "Votre score"
689
 
690
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
691
- msgid "Restart quiz"
692
- msgstr "Refaire le quiz"
693
-
694
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
695
  msgid "View questions"
696
  msgstr "Voir les questions"
697
 
698
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
699
  msgid "Show leaderboard"
700
  msgstr "Voir le classement"
701
 
702
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
703
  #, php-format
704
  msgid "Question %s of %s"
705
  msgstr "Question %s sur %s"
706
 
707
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
708
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
709
  #: lib/view/WpProQuiz_View_Statistics.php:104
710
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
711
  msgid "Question"
712
  msgstr "Question"
713
 
714
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
715
  #, php-format
716
  msgid "%d points"
717
  msgstr "%d points"
718
 
719
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
720
  #, php-format
721
  msgid "Category: %s"
722
  msgstr ""
723
 
724
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
725
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
726
  msgid "Sort elements"
727
  msgstr "Trier les éléments"
728
 
729
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
730
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
731
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
732
  #: lib/view/WpProQuiz_View_Statistics.php:106
733
  #: lib/view/WpProQuiz_View_Statistics.php:241
734
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
735
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
736
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
738
  msgid "Correct"
739
  msgstr "Exact"
740
 
741
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
742
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
743
  #: lib/view/WpProQuiz_View_Statistics.php:107
744
  #: lib/view/WpProQuiz_View_Statistics.php:242
745
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
746
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
747
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
748
  msgid "Incorrect"
749
  msgstr "Inexact"
750
 
751
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
752
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
753
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
754
  msgid "Hint"
755
  msgstr "Indice"
756
 
757
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
758
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
759
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
760
  msgid "Skip question"
761
  msgstr "Passer la question"
762
 
763
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
764
  msgid "Back"
765
  msgstr "Retour"
766
 
767
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
768
  msgid "Check"
769
  msgstr "Vérifier"
770
 
771
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
772
  msgid "Next"
773
  msgstr ""
774
 
775
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
776
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
777
  #, php-format
778
  msgid "Page %d"
779
  msgstr ""
780
 
781
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
782
- msgid "Quiz is loading..."
783
- msgstr ""
784
-
785
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
786
  #, php-format
787
  msgid "maximum of %s points"
@@ -802,7 +806,7 @@ msgstr "Chargement du tableau"
802
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
803
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
804
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
805
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
806
  msgid "Global settings"
807
  msgstr "Paramètres généraux"
808
 
@@ -813,8 +817,8 @@ msgstr "Paramètres en cas de problèmes"
813
 
814
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
815
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
816
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
817
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
818
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
819
  msgid "Save"
820
  msgstr "Enregistrer"
@@ -868,18 +872,18 @@ msgstr ""
868
 
869
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
870
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
871
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
872
  msgid "Admin e-mail settings"
873
  msgstr ""
874
 
875
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
876
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
877
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
878
  msgid "To:"
879
  msgstr "A:"
880
 
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
882
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
883
  msgid ""
884
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
885
  "com"
@@ -888,22 +892,22 @@ msgstr ""
888
 
889
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
890
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
891
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
892
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
893
  msgid "From:"
894
  msgstr "De:"
895
 
896
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
897
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
898
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
899
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
900
  msgid "Subject:"
901
  msgstr "Sujet:"
902
 
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
904
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
905
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
906
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
907
  msgid "HTML"
908
  msgstr ""
909
 
@@ -912,72 +916,72 @@ msgstr ""
912
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
913
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
914
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
916
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
917
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
951
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
953
  msgid "Activate"
954
  msgstr "Activer"
955
 
956
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
957
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
958
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
959
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
960
  msgid "Message body:"
961
  msgstr "Corps du message"
962
 
963
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
964
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
965
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
966
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
967
  msgid "Allowed variables"
968
  msgstr "Variables autorisées"
969
 
970
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
971
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
972
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
973
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
974
  msgid "User-ID"
975
  msgstr "ID de l'utilisateur"
976
 
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
978
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
980
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
981
  #: lib/view/WpProQuiz_View_Statistics.php:322
982
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
983
  msgid "Username"
@@ -985,42 +989,42 @@ msgstr "Identifiant"
985
 
986
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
987
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
988
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
989
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
990
  msgid "Quiz-Name"
991
  msgstr "Nom-quiz"
992
 
993
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
994
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
995
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
996
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
997
  msgid "Result in precent"
998
  msgstr "Résultat en pourcentage"
999
 
1000
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1001
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1002
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1003
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1004
  msgid "Reached points"
1005
  msgstr "Points atteints"
1006
 
1007
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1008
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1009
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1010
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1011
  msgid "IP-address of the user"
1012
  msgstr "Adresse IP de l'utilisateur"
1013
 
1014
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1015
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1016
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1017
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1018
  msgid "Category-Overview"
1019
  msgstr ""
1020
 
1021
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1022
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1023
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1024
  msgid "User e-mail settings"
1025
  msgstr ""
1026
 
@@ -1112,11 +1116,11 @@ msgid "Touch Library"
1112
  msgstr "Bibliothèque tactile"
1113
 
1114
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1115
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1116
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1117
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1118
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1119
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1120
  msgid "Deactivate"
1121
  msgstr "Désactiver"
1122
 
@@ -1162,8 +1166,8 @@ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1162
  msgstr ""
1163
 
1164
  #: lib/view/WpProQuiz_View_Import.php:21
1165
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1166
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1167
  msgid "Import"
1168
  msgstr "Importer"
1169
 
@@ -1184,7 +1188,7 @@ msgid "Quiz name"
1184
  msgstr "Nom du quiz"
1185
 
1186
  #: lib/view/WpProQuiz_View_Import.php:69
1187
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1188
  msgid "Start import"
1189
  msgstr "Commencer l'importation"
1190
 
@@ -1193,7 +1197,7 @@ msgid "WP-Pro-Quiz special modification"
1193
  msgstr ""
1194
 
1195
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1196
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1197
  msgid "You need special WP-Pro-Quiz modification for your website?"
1198
  msgstr ""
1199
 
@@ -1255,7 +1259,7 @@ msgid ""
1255
  msgstr ""
1256
 
1257
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1258
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1259
  msgid "load template"
1260
  msgstr ""
1261
 
@@ -1268,9 +1272,9 @@ msgstr "Titre"
1268
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1269
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1270
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1271
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1272
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1273
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1274
  msgid "(optional)"
1275
  msgstr "(optionnel)"
1276
 
@@ -1285,9 +1289,9 @@ msgstr ""
1285
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1286
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1287
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1288
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1289
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1290
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1291
  msgid "(required)"
1292
  msgstr "(obligatoire)"
1293
 
@@ -1320,10 +1324,10 @@ msgstr ""
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:80
1325
  #: lib/view/WpProQuiz_View_Statistics.php:124
1326
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1327
  msgid "Category"
1328
  msgstr "Catégorie"
1329
 
@@ -1336,23 +1340,23 @@ msgstr ""
1336
  "par exemple visibles dans la fonction statistiques."
1337
 
1338
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1339
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1340
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1341
  msgid "You can manage categories in global settings."
1342
  msgstr "Vous pouvez gérer les catégories dans les paramètres généraux."
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:202
1349
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1350
  msgid "Create new category"
1351
  msgstr "Créer une nouvelle catégorie"
1352
 
1353
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1354
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1355
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1356
  msgid "Create"
1357
  msgstr "Créer"
1358
 
@@ -1482,24 +1486,24 @@ msgid ""
1482
  msgstr ""
1483
 
1484
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1485
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1486
  msgid "template name"
1487
  msgstr ""
1488
 
1489
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1490
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1491
  msgid "Create new template"
1492
  msgstr ""
1493
 
1494
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1495
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1496
  msgid "Save as template"
1497
  msgstr ""
1498
 
1499
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1500
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1501
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1502
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1503
  msgid "Options"
1504
  msgstr "Options"
1505
 
@@ -1531,7 +1535,7 @@ msgstr ""
1531
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1532
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1533
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1534
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1535
  msgid "Move"
1536
  msgstr "Déplacer"
1537
 
@@ -1606,28 +1610,29 @@ msgstr ""
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 "Démo"
1633
 
@@ -1680,7 +1685,7 @@ msgstr "Questions triées"
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 "Total"
1686
 
@@ -1709,80 +1714,80 @@ msgstr ""
1709
  msgid "Copy questions"
1710
  msgstr "Copier les questions"
1711
 
1712
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1713
  msgid "Quiz title"
1714
  msgstr "Titre du quiz"
1715
 
1716
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1717
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1718
  msgid "You can assign classify category for a quiz."
1719
  msgstr ""
1720
 
1721
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1722
  msgid "Hide quiz title"
1723
  msgstr "Cacher le titre du quiz"
1724
 
1725
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1726
  msgid "Hide title"
1727
  msgstr "Cacher le titre"
1728
 
1729
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1730
  msgid "The title serves as quiz heading."
1731
  msgstr "Le titre est utilisé comme entête du quiz"
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 "Cacher le bouton \"Redémarrer le quiz\" "
1737
 
1738
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1739
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1740
  msgstr "Cacher le bouton \"Redémarrer le quiz\" dans l'application."
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 "Cacher le bouton \"Voir la question\""
1746
 
1747
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1748
  msgid "Hide the \"View question\" button in the Frontend."
1749
  msgstr "Cacher le bouton \"Voir la question\" dans l'application."
1750
 
1751
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1752
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1753
  msgid "Display question randomly"
1754
  msgstr "Afficher la question au hasard"
1755
 
1756
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1757
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1758
  msgid "Display answers randomly"
1759
  msgstr "Afficher les réponses au hasard"
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 ""
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 "Secondes"
1774
 
1775
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1776
  msgid "0 = no limit"
1777
  msgstr "0 = aucune limite"
1778
 
1779
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1780
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1781
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1782
  msgid "Statistics"
1783
  msgstr "Statistiques"
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 "
@@ -1793,16 +1798,16 @@ msgstr ""
1793
  "statistiques ne sont visibles que sur le menu d'administration. "
1794
  "(statistiques internes)"
1795
 
1796
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1797
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1798
  msgid "Statistics IP-lock"
1799
  msgstr "Blocage des statistiques par IP"
1800
 
1801
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1802
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1803
  msgstr "en minutes (1440 minutes = 1 jour recommandé )"
1804
 
1805
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1806
  msgid ""
1807
  "Protect the statistics from spam. Result will only be saved every X minutes "
1808
  "from same IP. (0 = deactivated)"
@@ -1810,12 +1815,12 @@ msgstr ""
1810
  "Protéger les statistiques du spam. Un résultat ne sera sauvé que toutes les "
1811
  "X minutes pour la même IP. (0 = désactivé)"
1812
 
1813
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1814
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1815
  msgid "Execute quiz only once"
1816
  msgstr "N'exécuter le questionnaire qu'une seule fois"
1817
 
1818
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1819
  msgid ""
1820
  "If you activate this option, the user can complete the quiz only once. "
1821
  "Afterwards the quiz is blocked for this user."
@@ -1823,31 +1828,31 @@ msgstr ""
1823
  "Si vous activez cette option, l'utilisateur peut compléter le quiz une fois "
1824
  "et une seule. Ensuite, le quiz est bloqué pour cet utilisateur."
1825
 
1826
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1827
  msgid "This option applies to:"
1828
  msgstr "Cette option s'applique à:"
1829
 
1830
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1831
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1832
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1833
  msgid "all users"
1834
  msgstr "tous les utilisateurs"
1835
 
1836
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1837
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1838
  msgid "registered useres only"
1839
  msgstr "utilisateurs enregistrés seulement"
1840
 
1841
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1842
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1843
  msgid "anonymous users only"
1844
  msgstr "utilisateurs anonymes seulement"
1845
 
1846
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1847
  msgid "user identification by cookie"
1848
  msgstr "Identification de l'utilisateur par cookie"
1849
 
1850
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1851
  msgid ""
1852
  "If you activate this option, a cookie is set additionally for unregistrated "
1853
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1857,25 +1862,25 @@ msgstr ""
1857
  "utilisateur non enregistré (anonyme). Cela garantit une plus longue "
1858
  "affectation de l'utilisateur que la simple affectation de l'adresse IP."
1859
 
1860
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1861
  msgid "Reset the user identification"
1862
  msgstr "Réinitialiser l'identification de l'utilisateur"
1863
 
1864
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1865
  msgid "User identification has been reset."
1866
  msgstr "L'identification de l'utilisateur a été réinitialisé."
1867
 
1868
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1869
  msgid "Resets user identification for all users."
1870
  msgstr ""
1871
  "Réinitialise l'dentification de l'utilisateur pour tous les utilisateurs."
1872
 
1873
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1874
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1875
  msgid "Show only specific number of questions"
1876
  msgstr "Montrer seulement un nombre spécifique de questions"
1877
 
1878
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1879
  msgid ""
1880
  "If you enable this option, maximum number of displayed questions will be X "
1881
  "from X questions. (The output of questions is random)"
@@ -1883,20 +1888,20 @@ msgstr ""
1883
  "Si vous activez cette option, le nombre maximal de questions affichées sera "
1884
  "de X sur X questions. (La sortie des questions est aléatoire)"
1885
 
1886
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1887
  msgid "How many questions should be displayed simultaneously:"
1888
  msgstr "Combien de questions doivent être affichées simultanément:"
1889
 
1890
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1891
  msgid "in percent"
1892
  msgstr "en pourcentage"
1893
 
1894
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1895
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1896
  msgid "Prerequisites"
1897
  msgstr "Conditions préalables"
1898
 
1899
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1900
  msgid ""
1901
  "If you enable this option, you can choose quiz, which user have to finish "
1902
  "before he can start this quiz."
@@ -1904,7 +1909,7 @@ msgstr ""
1904
  "Si vous activez cette option, vous pouvez choisir un quiz que l'utilisateur "
1905
  "doit finir avant de commencer ce quiz."
1906
 
1907
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1908
  msgid ""
1909
  "In all selected quizzes statistic function have to be active. If it is not "
1910
  "it will be activated automatically."
@@ -1912,21 +1917,21 @@ msgstr ""
1912
  "Dans tous les quiz choisis la fonction doit être activée. Si ce n'est pas le "
1913
  "cas, ce sera fait automatiquement."
1914
 
1915
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1916
  msgid "Quiz"
1917
  msgstr "Quiz"
1918
 
1919
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1920
  msgid "Prerequisites (This quiz have to be finished)"
1921
  msgstr "Prérequis (Ce questionnaire doit être terminé)"
1922
 
1923
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1924
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1925
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1926
  msgid "Question overview"
1927
  msgstr "Aperçu de la question"
1928
 
1929
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1930
  msgid ""
1931
  "Add at the top of the quiz a question overview, which allows easy "
1932
  "navigation. Additional questions can be marked \"to review\"."
@@ -1934,11 +1939,11 @@ msgstr ""
1934
  "Ajouter en haut du quiz un aperçu question, ce qui permet une navigation "
1935
  "facile. Des questions supplémentaires peuvent être marqués \"A examiner\"."
1936
 
1937
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1938
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1939
  msgstr "Un aperçu supplémentaire du quiz sera affiché, avant la fin du quiz."
1940
 
1941
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1942
  msgid ""
1943
  "If you enalbe this option, no quiz overview will be displayed, before "
1944
  "finishing quiz."
@@ -1946,7 +1951,7 @@ msgstr ""
1946
  "Si vous activez cette option, aucun aperçu du quiz ne sera affiché avant de "
1947
  "terminer le quiz."
1948
 
1949
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1950
  msgid ""
1951
  "If you enable this option, user won't be able to skip question. (only in "
1952
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1956,25 +1961,25 @@ msgstr ""
1956
  "la question. (uniquement en mode \"Aperçu -> suivant \"). L'utilisateur sera "
1957
  "encore en mesure de naviguer sur \"Question-Vue d'ensemble\""
1958
 
1959
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1960
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1961
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1962
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1963
  msgid "Admin e-mail notification"
1964
  msgstr ""
1965
 
1966
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1967
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1968
  msgid "for registered users only"
1969
  msgstr "Pour les utilisateurs enregistrés seulement"
1970
 
1971
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1972
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1973
  msgid "for all users"
1974
  msgstr "pour tous les utilisateurs"
1975
 
1976
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1977
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1978
  msgid ""
1979
  "If you enable this option, you will be informed if a user completes this "
1980
  "quiz."
@@ -1982,59 +1987,59 @@ msgstr ""
1982
  "Si vous activez cette option, vous serez informé lorsqu'un utilisateur "
1983
  "termine ce quiz."
1984
 
1985
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1986
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1987
  msgid "E-Mail settings can be edited in global settings."
1988
  msgstr ""
1989
  "Les paramètres Email peuvent être modifés dans les paramètres généraux."
1990
 
1991
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1992
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1993
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1994
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1995
  msgid "User e-mail notification"
1996
  msgstr ""
1997
 
1998
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
1999
  msgid ""
2000
  "If you enable this option, an email is sent with his quiz result to the "
2001
  "user. (only registered users)"
2002
  msgstr ""
2003
 
2004
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2005
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2006
  msgid "Autostart"
2007
  msgstr ""
2008
 
2009
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2010
  msgid ""
2011
  "If you enable this option, the quiz will start automatically after the page "
2012
  "is loaded."
2013
  msgstr ""
2014
 
2015
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2016
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2017
  msgid "Only registered users are allowed to start the quiz"
2018
  msgstr ""
2019
 
2020
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2021
  msgid ""
2022
  "If you enable this option, only registered users allowed start the quiz."
2023
  msgstr ""
2024
 
2025
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2026
  msgid "Quiz description"
2027
  msgstr "Description du quiz"
2028
 
2029
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2030
  msgid "This text will be displayed before start of the quiz."
2031
  msgstr "Ce texte sera affiché avant le début du test."
2032
 
2033
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2034
  msgid "Results text"
2035
  msgstr "Texte pour le résultat"
2036
 
2037
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2038
  msgid ""
2039
  "This text will be displayed at the end of the quiz (in results). (this text "
2040
  "is optional)"
@@ -2042,19 +2047,19 @@ msgstr ""
2042
  "Ce texte sera affiché à la fin du quiz (dans les résultats). (Ce texte est "
2043
  "facultatif)"
2044
 
2045
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2046
  msgid "Activate graduation"
2047
  msgstr "Activer le système de barême"
2048
 
2049
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2050
  msgid "Hint:"
2051
  msgstr "Indice:"
2052
 
2053
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2054
  msgid "Maximal 15 levels"
2055
  msgstr "15 niveaux maximum"
2056
 
2057
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2058
  #, php-format
2059
  msgid ""
2060
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2063,26 +2068,26 @@ msgstr ""
2063
  "Les pourcentages se réfèrent au score total du quiz. (Total actuel %d points "
2064
  "sur %d questions.)"
2065
 
2066
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2067
  msgid "Values can also be mixed up"
2068
  msgstr "Les valeurs peuvent aussi être mélangés"
2069
 
2070
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2071
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2072
  msgstr "10,15% ou 10.15% autorisés (max. 2 chiffres après la virgule)"
2073
 
2074
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2076
  msgid "from:"
2077
  msgstr "de:"
2078
 
2079
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2080
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2081
  msgid "percent"
2082
  msgstr "pourcent"
2083
 
2084
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2085
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2086
  #, php-format
2087
  msgid ""
2088
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2091,98 +2096,98 @@ msgstr ""
2091
  "(sera affiché, lorsque le pourcentage est >= <span class=\"resultProzent\">"
2092
  "%s</span>%%)"
2093
 
2094
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2095
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2096
  msgid "Delete graduation"
2097
  msgstr "Supprimer le barême"
2098
 
2099
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2100
  msgid "Add graduation"
2101
  msgstr "Ajouter un barême"
2102
 
2103
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2104
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2106
  msgid "Custom fields - Variables"
2107
  msgstr ""
2108
 
2109
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2110
  msgid "Result-Options"
2111
  msgstr ""
2112
 
2113
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2114
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2115
  msgid "Show average points"
2116
  msgstr "Montrer la moyenne des points"
2117
 
2118
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2119
  msgid "Statistics-function must be enabled."
2120
  msgstr "La fonction statistiques doit être activée."
2121
 
2122
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2123
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2124
  msgid "Show category score"
2125
  msgstr ""
2126
 
2127
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2128
  msgid ""
2129
  "If you enable this option, the results of each category is displayed on the "
2130
  "results page."
2131
  msgstr ""
2132
 
2133
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2134
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2135
  msgid "Hide correct questions - display"
2136
  msgstr ""
2137
 
2138
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2139
  msgid ""
2140
  "If you select this option, no longer the number of correctly answered "
2141
  "questions are displayed on the results page."
2142
  msgstr ""
2143
 
2144
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2145
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2146
  msgid "Hide quiz time - display"
2147
  msgstr ""
2148
 
2149
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2150
  msgid ""
2151
  "If you enable this option, the time for finishing the quiz won't be "
2152
  "displayed on the results page anymore."
2153
  msgstr ""
2154
 
2155
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2156
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2157
  msgid "Hide score - display"
2158
  msgstr ""
2159
 
2160
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2161
  msgid ""
2162
  "If you enable this option, final score won't be displayed on the results "
2163
  "page anymore."
2164
  msgstr ""
2165
 
2166
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2167
  msgid "Question-Options"
2168
  msgstr ""
2169
 
2170
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2171
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2172
  msgid "Show points"
2173
  msgstr "Montrer les points"
2174
 
2175
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2176
  msgid "Shows in quiz, how many points are reachable for respective question."
2177
  msgstr ""
2178
  "Montre dans le quiz, combien de points sont accessibles pour chaque question."
2179
 
2180
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2181
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2182
  msgid "Number answers"
2183
  msgstr "Réponse n°"
2184
 
2185
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2186
  msgid ""
2187
  "If this option is activated, all answers are numbered (only single and "
2188
  "multiple choice)"
@@ -2190,12 +2195,12 @@ msgstr ""
2190
  "Si cette option est activée, toutes les réponses sont numérotés (seul choix "
2191
  "simple ou choix multiple)"
2192
 
2193
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2194
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2195
  msgid "Hide correct- and incorrect message"
2196
  msgstr "Cacher le message correct- et incorrect"
2197
 
2198
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2199
  msgid ""
2200
  "If you enable this option, no correct- or incorrect message will be "
2201
  "displayed."
@@ -2203,12 +2208,12 @@ msgstr ""
2203
  "Si vous activez cette option, aucun message correcte ou incorrecte ne sera "
2204
  "affiché."
2205
 
2206
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2207
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2208
  msgid "Correct and incorrect answer mark"
2209
  msgstr "Marque de réponse correcte ou incorrecte"
2210
 
2211
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2212
  msgid ""
2213
  "If you enable this option, answers won't be color highlighted as correct or "
2214
  "incorrect. "
@@ -2216,49 +2221,49 @@ msgstr ""
2216
  "Si vous activez cette option, les réponses ne seront pas surlignées comme "
2217
  "correcte ou incorrecte."
2218
 
2219
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2220
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2221
  msgid "Force user to answer each question"
2222
  msgstr ""
2223
 
2224
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2225
  msgid "If you enable this option, the user is forced to answer each question."
2226
  msgstr ""
2227
 
2228
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2229
  msgid ""
2230
  "If the option \"Question overview\" is activated, this notification will "
2231
  "appear after end of the quiz, otherwise after each question."
2232
  msgstr ""
2233
 
2234
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2235
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2236
  msgid "Hide question position overview"
2237
  msgstr ""
2238
 
2239
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2240
  msgid "If you enable this option, the question position overview is hidden."
2241
  msgstr ""
2242
 
2243
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2244
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2245
  msgid "Hide question numbering"
2246
  msgstr ""
2247
 
2248
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2249
  msgid "If you enable this option, the question numbering is hidden."
2250
  msgstr ""
2251
 
2252
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2253
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2254
  msgid "Display category"
2255
  msgstr ""
2256
 
2257
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2258
  msgid "If you enable this option, category will be displayed in the question."
2259
  msgstr ""
2260
 
2261
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2262
  msgid ""
2263
  "The leaderboard allows users to enter results in public list and to share "
2264
  "the result this way."
@@ -2266,17 +2271,17 @@ msgstr ""
2266
  "Le classement permet aux utilisateurs d'entrer les résultats dans la liste "
2267
  "publique et de partager le résultat de cette façon."
2268
 
2269
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2270
  msgid "The leaderboard works independent from internal statistics function."
2271
  msgstr ""
2272
  "Le classement fonctionne indépendamment de la fonction interne de "
2273
  "statistiques "
2274
 
2275
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2276
  msgid "Who can sign up to the list"
2277
  msgstr "Qui peut s'inscrire à la liste"
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)"
@@ -2284,11 +2289,11 @@ msgstr ""
2284
  "Les utilisateurs non-connectés doivent saisir leur nom et leur email "
2285
  "(l'email reste secret)"
2286
 
2287
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2288
  msgid "insert automatically"
2289
  msgstr "insérer automatiquement"
2290
 
2291
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2292
  msgid ""
2293
  "If you enable this option, logged in users will be automatically entered "
2294
  "into leaderboard"
@@ -2296,11 +2301,11 @@ msgstr ""
2296
  "Si vous activez cette option, les utilisateurs enregistrés seront "
2297
  "automatiquement dans le classement"
2298
 
2299
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2300
  msgid "display captcha"
2301
  msgstr "Afficher le captcha"
2302
 
2303
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2304
  msgid ""
2305
  "If you enable this option, additional captcha will be displayed for users "
2306
  "who are not registered."
@@ -2308,83 +2313,83 @@ msgstr ""
2308
  "Si vous activez cette option,un captcha supplémentaire sera affiché pour "
2309
  "les utilisateurs qui ne sont pas enregistrés."
2310
 
2311
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2312
  msgid "This option requires additional plugin:"
2313
  msgstr "Cette option nécessite un module supplémentaire:"
2314
 
2315
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2316
  msgid "Plugin has been detected."
2317
  msgstr "L'extension a été détectée"
2318
 
2319
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2320
  msgid "Plugin is not installed."
2321
  msgstr "L'extension n'est pas installée"
2322
 
2323
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2324
  msgid "Sort list by"
2325
  msgstr "Trier la liste par"
2326
 
2327
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2328
  msgid "Users can apply multiple times"
2329
  msgstr "Les utilisateurs peuvent s'exercer plusieurs fois"
2330
 
2331
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2332
  msgid "User can apply after:"
2333
  msgstr "L'utilisateur peut s'exercer après:"
2334
 
2335
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2336
  msgid "minute"
2337
  msgstr "minute"
2338
 
2339
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2340
  msgid "How many entries should be displayed"
2341
  msgstr "Combien d'entrées doivent être affichées"
2342
 
2343
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2344
  msgid "Entries"
2345
  msgstr "Entrées"
2346
 
2347
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2348
  msgid "Automatically display leaderboard in quiz result"
2349
  msgstr "Afficher automatiquement le classement dans le résultat du quiz"
2350
 
2351
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2352
  msgid "Where should leaderboard be displayed:"
2353
  msgstr "Où doit s'afficher le classement:"
2354
 
2355
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2356
  msgid "don't display"
2357
  msgstr "ne pas montrer"
2358
 
2359
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2360
  msgid "below the \"result text\""
2361
  msgstr "en dessous le \"texte du résultat\""
2362
 
2363
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2364
  msgid "in a button"
2365
  msgstr "dans un bouton"
2366
 
2367
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2368
  msgid "Quiz-Mode"
2369
  msgstr "Mode-Quiz"
2370
 
2371
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2372
  msgid "Normal"
2373
  msgstr "Normal"
2374
 
2375
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2376
  msgid "Normal + Back-Button"
2377
  msgstr "Normal+Bouton de retour"
2378
 
2379
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2380
  msgid "Check -> continue"
2381
  msgstr "Vérifier -> suite"
2382
 
2383
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2384
  msgid "Questions below each other"
2385
  msgstr "Questions l'une en dessus de l'autre"
2386
 
2387
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2388
  msgid ""
2389
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2390
  "displayed at the end of the quiz."
@@ -2392,15 +2397,15 @@ msgstr ""
2392
  "Affiche toutes les questions de manière séquentielle, les \"vrai\" ou \"faux"
2393
  "\" seront affichés à la fin du quiz."
2394
 
2395
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2396
  msgid "Allows to use the back button in a question."
2397
  msgstr "Permet d'utiliser le bouton de retour à une question."
2398
 
2399
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2400
  msgid "Shows \"right or wrong\" after each question."
2401
  msgstr "Montre \"Vrai ou faux\" après chaque question."
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."
@@ -2408,130 +2413,134 @@ msgstr ""
2408
  "Si cette option est activée, toutes les réponses sont affichées les unes en "
2409
  "dessous des autres, càd toutes les questions sont sur une seule page."
2410
 
2411
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2412
  msgid "How many questions to be displayed on a page:"
2413
  msgstr ""
2414
 
2415
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2416
  msgid "(0 = All on one page)"
2417
  msgstr ""
2418
 
2419
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
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 ""
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 ""
2436
 
2437
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2438
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2439
  msgid "Custom fields enable"
2440
  msgstr ""
2441
 
2442
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2443
  msgid "If you enable this option, custom fields are enabled."
2444
  msgstr ""
2445
 
2446
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2447
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2448
  msgid "Display position"
2449
  msgstr ""
2450
 
2451
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2452
  msgid "Where should the fileds be displayed:"
2453
  msgstr ""
2454
 
2455
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2456
  msgid "On the quiz startpage"
2457
  msgstr ""
2458
 
2459
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2460
  msgid "At the end of the quiz (before the quiz result)"
2461
  msgstr ""
2462
 
2463
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2464
  msgid "Field name"
2465
  msgstr ""
2466
 
2467
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2468
  msgid "Required?"
2469
  msgstr ""
2470
 
2471
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2472
  msgid "Text"
2473
  msgstr ""
2474
 
2475
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2476
  msgid "Textarea"
2477
  msgstr ""
2478
 
2479
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2480
  msgid "Checkbox"
2481
  msgstr ""
2482
 
2483
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2484
  msgid "Drop-Down menu"
2485
  msgstr ""
2486
 
2487
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2488
  msgid "Radio"
2489
  msgstr ""
2490
 
2491
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2492
  msgid "Number"
2493
  msgstr ""
2494
 
2495
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2496
  msgid "Email"
2497
  msgstr ""
2498
 
2499
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2500
  msgid "Yes/No"
2501
  msgstr ""
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 ""
2508
 
2509
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2510
  msgid "Edit list"
2511
  msgstr ""
2512
 
2513
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2514
  msgid "One entry per line"
2515
  msgstr ""
2516
 
2517
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2518
  msgid "OK"
2519
  msgstr ""
2520
 
2521
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2522
  msgid "Add field"
2523
  msgstr ""
2524
 
2525
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
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:1629
2531
  msgid "User Email-Address (only registered users)"
2532
  msgstr ""
2533
 
2534
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2535
  msgid "(Type Email)"
2536
  msgstr ""
2537
 
@@ -2548,50 +2557,50 @@ msgid "If quiz doesn't work in front-end, please try following:"
2548
  msgstr ""
2549
  "Si le quizz ne fonctionne pas côté utilisateur, veuillez essayer ce qui suit:"
2550
 
2551
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2552
  msgid "Style Manager"
2553
  msgstr "Gestionnaire de style"
2554
 
2555
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2556
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2557
  msgid "Support WP-Pro-Quiz"
2558
  msgstr "Soutenez WP-Pro-Quiz"
2559
 
2560
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2561
  msgid "Learn more"
2562
  msgstr ""
2563
 
2564
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2565
  msgid "ID"
2566
  msgstr "ID"
2567
 
2568
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2569
  msgid "Shortcode"
2570
  msgstr "Shortcode"
2571
 
2572
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2573
  msgid "Shortcode-Leaderboard"
2574
  msgstr "Classement-Shortcode"
2575
 
2576
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2577
  msgid "Preview"
2578
  msgstr "Prévisualiser"
2579
 
2580
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2581
  msgid "Add quiz"
2582
  msgstr "Ajouter un quiz"
2583
 
2584
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2585
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2586
  msgid "Export"
2587
  msgstr "Exporter"
2588
 
2589
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2590
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2591
  msgid "Set Quiz Categories"
2592
  msgstr ""
2593
 
2594
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2595
  msgid ""
2596
  "Choose the respective question, which you would like to export and press on "
2597
  "\"Start export\""
@@ -2599,36 +2608,36 @@ msgstr ""
2599
  "Choisissez la question correspondante, que vous souhaitez exporter, puis "
2600
  "appuyez sur \"Démarrer l'exportation\""
2601
 
2602
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2603
  msgid "Format:"
2604
  msgstr ""
2605
 
2606
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2607
  msgid "*.wpq"
2608
  msgstr ""
2609
 
2610
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2611
  msgid "or"
2612
  msgstr ""
2613
 
2614
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2615
  msgid "*.xml"
2616
  msgstr ""
2617
 
2618
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2619
  msgid "Start export"
2620
  msgstr "Commencer l'exportation"
2621
 
2622
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2623
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2624
  msgstr ""
2625
 
2626
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2627
  #, php-format
2628
  msgid "Maximal %d MiB"
2629
  msgstr "Maximum %d MiB"
2630
 
2631
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2632
  msgid "Sets multiple quiz categories "
2633
  msgstr ""
2634
 
@@ -2675,39 +2684,39 @@ msgstr ""
2675
 
2676
  #: lib/view/WpProQuiz_View_Statistics.php:108
2677
  #: lib/view/WpProQuiz_View_Statistics.php:243
2678
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2679
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2680
  msgid "Hints used"
2681
  msgstr "Indices utilisés"
2682
 
2683
  #: lib/view/WpProQuiz_View_Statistics.php:109
2684
  #: lib/view/WpProQuiz_View_Statistics.php:244
2685
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2686
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2687
  msgid "Time"
2688
  msgstr ""
2689
 
2690
  #: lib/view/WpProQuiz_View_Statistics.php:110
2691
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2692
  msgid "Points scored"
2693
  msgstr "Points obtenus"
2694
 
2695
  #: lib/view/WpProQuiz_View_Statistics.php:148
2696
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2697
  msgid "Sub-Total: "
2698
  msgstr "Total intermédiaire"
2699
 
2700
  #: lib/view/WpProQuiz_View_Statistics.php:183
2701
  #: lib/view/WpProQuiz_View_Statistics.php:268
2702
  #: lib/view/WpProQuiz_View_Statistics.php:343
2703
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2704
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2705
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2706
  msgid "Refresh"
2707
  msgstr "Actualiser"
2708
 
2709
  #: lib/view/WpProQuiz_View_Statistics.php:187
2710
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2711
  msgid "Reset statistics"
2712
  msgstr "Réinitialiser les statistiques"
2713
 
@@ -2747,17 +2756,29 @@ msgstr ""
2747
  msgid "only anonymous users"
2748
  msgstr ""
2749
 
2750
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2751
  #, php-format
2752
  msgid "User statistics: %s"
2753
  msgstr ""
2754
 
2755
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2756
- msgid "ticked"
2757
  msgstr ""
2758
 
2759
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2760
- msgid "not ticked"
2761
  msgstr ""
2762
 
2763
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "Aucune donnée disponible"
69
 
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
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:292
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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."
165
  msgstr ""
166
 
167
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
171
  msgid "File cannot be processed"
172
  msgstr "Impossible de traiter ce fichier"
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:326
178
  msgid "Quiz not found"
179
  msgstr "Quiz non trouvé"
180
 
211
  msgid "questions copied"
212
  msgstr "questions copiées"
213
 
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
216
  msgid "Quiz edited"
217
  msgstr "Quiz modifié"
218
 
219
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
220
  msgid "quiz created"
221
  msgstr ""
222
 
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
226
  msgid "Quiz title or quiz description are not filled"
227
  msgstr "Le titre ou la description du quiz ne sont pas remplis"
228
 
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
231
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
232
  msgid "Edit quiz"
233
  msgstr "Modifier le quiz"
234
 
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
238
  msgid "Create quiz"
239
  msgstr "Créer un quiz"
240
 
241
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
242
  msgid "Template stored"
243
  msgstr ""
244
 
245
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
246
  msgid "Quiz deleted"
247
  msgstr "Quiz supprimé"
248
 
249
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
250
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
252
  msgid "Not categorized"
253
  msgstr ""
254
 
255
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
256
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
258
  msgid "Categories"
259
  msgstr ""
260
 
261
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
262
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
265
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
266
  msgid "No category"
267
  msgstr "Pas de catégorie"
268
 
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
272
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
273
  msgid "Anonymous"
274
  msgstr ""
275
 
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
278
  msgid "Deleted user"
279
  msgstr ""
280
 
308
  msgid "You entered wrong captcha code."
309
  msgstr "Le code captcha n'est pas correct"
310
 
311
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
312
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
313
+ msgid "ticked"
314
+ msgstr ""
315
+
316
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
317
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
318
+ msgid "not ticked"
319
+ msgstr ""
320
+
321
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
322
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
323
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
324
+ msgid "Yes"
325
+ msgstr ""
326
+
327
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
330
+ msgid "No"
331
+ msgstr ""
332
+
333
  #: lib/helper/WpProQuiz_Helper_Import.php:9
334
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
335
  msgid "File was not uploaded"
336
  msgstr "Le fichier n'a pas été téléchargé"
337
 
338
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
339
  msgid "File have wrong format"
340
  msgstr "Le fichier n'a pas le bon format"
341
 
342
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
343
  msgid "File is not compatible with the current version"
344
  msgstr "Le fichier n'est pas compatible avec la version actuelle"
345
 
400
  msgstr ""
401
 
402
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
403
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
404
  msgid "WP-Pro-Quiz"
405
  msgstr ""
406
 
407
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
408
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
411
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
412
  msgid "Leaderboard"
413
  msgstr "Tableau de bord"
414
 
417
  #: lib/view/WpProQuiz_View_Import.php:22
418
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
419
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
421
  #: lib/view/WpProQuiz_View_Statistics.php:29
422
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
423
  #: lib/view/WpProQuiz_View_StyleManager.php:11
439
  msgstr "Trier par:"
440
 
441
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
443
  msgid "best user"
444
  msgstr "Meilleur utilisateur"
445
 
446
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
448
  msgid "newest entry"
449
  msgstr "entrée la plus récente"
450
 
451
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
453
  msgid "oldest entry"
454
  msgstr "entrée la plus ancienne"
455
 
463
 
464
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
465
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
467
  msgid "Type"
468
  msgstr "Type"
469
 
473
 
474
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
475
  #: lib/view/WpProQuiz_View_Statistics.php:239
476
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
477
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
478
  msgid "User"
479
  msgstr "Utilisateur"
480
 
481
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
483
  msgid "E-Mail"
484
  msgstr "E-Mail"
485
 
489
  msgstr "Passé le"
490
 
491
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
494
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
500
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
501
  #: lib/view/WpProQuiz_View_Statistics.php:105
502
  #: lib/view/WpProQuiz_View_Statistics.php:240
503
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
504
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
505
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
506
  msgid "Points"
507
  msgstr "Points"
508
 
509
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
511
  #: lib/view/WpProQuiz_View_Statistics.php:111
512
  #: lib/view/WpProQuiz_View_Statistics.php:245
513
  #: lib/view/WpProQuiz_View_Statistics.php:324
514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
515
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
516
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
517
  msgid "Results"
518
  msgstr "Résultats"
519
 
523
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
524
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
525
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
526
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
527
  msgid "Edit"
528
  msgstr "Modifier"
529
 
534
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
535
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
536
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
538
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
539
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
540
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
541
  msgid "Delete"
542
  msgstr "Supprimer"
543
 
561
  msgid "Delete all entries"
562
  msgstr "Effacer toutes les entrées"
563
 
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
565
+ msgid "Start quiz"
566
+ msgstr "Démarrez le quiz"
567
+
568
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
569
+ msgid "Restart quiz"
570
+ msgstr "Refaire le quiz"
571
+
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
576
  msgid "Quiz-summary"
577
  msgstr "Résumé-Quiz"
578
 
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
580
  msgid "Finish quiz"
581
  msgstr "Terminer le quiz"
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
584
+ msgid "Quiz is loading..."
585
+ msgstr ""
586
+
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
588
+ msgid ""
589
+ "You have already completed the quiz before. Hence you can not start it again."
590
+ msgstr ""
591
+ "Vous avez déjà rempli le questionnaire avant. Par conséquent, vous ne pouvez "
592
+ "pas recommencer."
593
+
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
595
+ msgid "You must sign in or sign up to start the quiz."
596
+ msgstr ""
597
+
598
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
599
+ msgid "You have to finish following quiz, to start this quiz:"
600
+ msgstr "Vous devez finir le quiz suivant, avant de commencer celui-ci :"
601
+
602
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
603
  msgid "Your result has been entered into leaderboard"
604
  msgstr ""
605
 
606
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
607
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
608
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
609
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
610
  msgid "Name"
611
  msgstr "Nom"
612
 
613
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
614
  msgid "Captcha"
615
  msgstr "Captcha"
616
 
617
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
618
  msgid "Send"
619
  msgstr "Envoyer"
620
 
621
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
622
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
623
  msgid "You must fill out this field."
624
  msgstr ""
625
 
626
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
627
  msgid "You must specify a number."
628
  msgstr ""
629
 
630
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
631
  msgid "You must specify a text."
632
  msgstr ""
633
 
634
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
635
  msgid "You must specify an email address."
636
  msgstr ""
637
 
638
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
639
  msgid "You must specify a date."
640
  msgstr ""
641
 
642
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
  #, php-format
644
  msgid "%s of %s questions completed"
645
  msgstr "%s questions correctes sur %s "
646
 
647
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
648
  #: lib/view/WpProQuiz_View_Import.php:44
649
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
650
  msgid "Questions"
651
  msgstr "Questions"
652
 
653
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
654
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
655
  msgid "Information"
656
  msgstr ""
657
 
658
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
660
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
661
  msgid "Time limit"
662
  msgstr "Limite de temps"
663
 
664
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
665
  msgid "Answered"
666
  msgstr "Répondu"
667
 
668
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
669
  msgid "Review"
670
  msgstr "Examiner"
671
 
672
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
673
  msgid "Review question"
674
  msgstr "Examiner la question"
675
 
676
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
677
  #, php-format
678
  msgid "%s of %s questions answered correctly"
679
  msgstr "%s questions sur %s répondues correctement"
680
 
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
682
  msgid "Your time: <span></span>"
683
  msgstr "Votre temps: <span></span>"
684
 
685
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
686
  msgid "Time has elapsed"
687
  msgstr "Temps écoulé"
688
 
689
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
690
  #, php-format
691
  msgid "You have reached %s of %s points, (%s)"
692
  msgstr "Vous avez atteint %s points sur %s , (%s)"
693
 
694
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
695
  msgid "Average score"
696
  msgstr "Score moyen"
697
 
698
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
699
  msgid "Your score"
700
  msgstr "Votre score"
701
 
702
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
703
  msgid "View questions"
704
  msgstr "Voir les questions"
705
 
706
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
707
  msgid "Show leaderboard"
708
  msgstr "Voir le classement"
709
 
710
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
711
  #, php-format
712
  msgid "Question %s of %s"
713
  msgstr "Question %s sur %s"
714
 
715
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
716
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
717
  #: lib/view/WpProQuiz_View_Statistics.php:104
718
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
719
  msgid "Question"
720
  msgstr "Question"
721
 
722
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
723
  #, php-format
724
  msgid "%d points"
725
  msgstr "%d points"
726
 
727
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
728
  #, php-format
729
  msgid "Category: %s"
730
  msgstr ""
731
 
732
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
733
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
734
  msgid "Sort elements"
735
  msgstr "Trier les éléments"
736
 
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
738
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
739
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
740
  #: lib/view/WpProQuiz_View_Statistics.php:106
741
  #: lib/view/WpProQuiz_View_Statistics.php:241
742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
745
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
746
  msgid "Correct"
747
  msgstr "Exact"
748
 
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
750
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
751
  #: lib/view/WpProQuiz_View_Statistics.php:107
752
  #: lib/view/WpProQuiz_View_Statistics.php:242
753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
754
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
755
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
756
  msgid "Incorrect"
757
  msgstr "Inexact"
758
 
759
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
760
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
761
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
762
  msgid "Hint"
763
  msgstr "Indice"
764
 
765
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
768
  msgid "Skip question"
769
  msgstr "Passer la question"
770
 
771
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
772
  msgid "Back"
773
  msgstr "Retour"
774
 
775
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
776
  msgid "Check"
777
  msgstr "Vérifier"
778
 
779
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
780
  msgid "Next"
781
  msgstr ""
782
 
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
784
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
785
  #, php-format
786
  msgid "Page %d"
787
  msgstr ""
788
 
 
 
 
 
789
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
790
  #, php-format
791
  msgid "maximum of %s points"
806
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
807
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
808
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
809
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
810
  msgid "Global settings"
811
  msgstr "Paramètres généraux"
812
 
817
 
818
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
819
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
820
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
821
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
822
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
823
  msgid "Save"
824
  msgstr "Enregistrer"
872
 
873
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
874
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
875
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
876
  msgid "Admin e-mail settings"
877
  msgstr ""
878
 
879
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
880
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
882
  msgid "To:"
883
  msgstr "A:"
884
 
885
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
887
  msgid ""
888
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
889
  "com"
892
 
893
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
894
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
896
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
897
  msgid "From:"
898
  msgstr "De:"
899
 
900
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
901
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
904
  msgid "Subject:"
905
  msgstr "Sujet:"
906
 
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
908
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
909
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
910
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
911
  msgid "HTML"
912
  msgstr ""
913
 
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
917
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
918
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
957
  msgid "Activate"
958
  msgstr "Activer"
959
 
960
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
961
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
964
  msgid "Message body:"
965
  msgstr "Corps du message"
966
 
967
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
968
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
971
  msgid "Allowed variables"
972
  msgstr "Variables autorisées"
973
 
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
975
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
978
  msgid "User-ID"
979
  msgstr "ID de l'utilisateur"
980
 
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
982
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
985
  #: lib/view/WpProQuiz_View_Statistics.php:322
986
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
987
  msgid "Username"
989
 
990
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
992
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
994
  msgid "Quiz-Name"
995
  msgstr "Nom-quiz"
996
 
997
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
998
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
999
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1001
  msgid "Result in precent"
1002
  msgstr "Résultat en pourcentage"
1003
 
1004
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1005
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1008
  msgid "Reached points"
1009
  msgstr "Points atteints"
1010
 
1011
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1012
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1015
  msgid "IP-address of the user"
1016
  msgstr "Adresse IP de l'utilisateur"
1017
 
1018
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1019
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1022
  msgid "Category-Overview"
1023
  msgstr ""
1024
 
1025
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1026
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1028
  msgid "User e-mail settings"
1029
  msgstr ""
1030
 
1116
  msgstr "Bibliothèque tactile"
1117
 
1118
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1124
  msgid "Deactivate"
1125
  msgstr "Désactiver"
1126
 
1166
  msgstr ""
1167
 
1168
  #: lib/view/WpProQuiz_View_Import.php:21
1169
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1170
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1171
  msgid "Import"
1172
  msgstr "Importer"
1173
 
1188
  msgstr "Nom du quiz"
1189
 
1190
  #: lib/view/WpProQuiz_View_Import.php:69
1191
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1192
  msgid "Start import"
1193
  msgstr "Commencer l'importation"
1194
 
1197
  msgstr ""
1198
 
1199
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1200
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1201
  msgid "You need special WP-Pro-Quiz modification for your website?"
1202
  msgstr ""
1203
 
1259
  msgstr ""
1260
 
1261
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1263
  msgid "load template"
1264
  msgstr ""
1265
 
1272
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1273
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1274
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1278
  msgid "(optional)"
1279
  msgstr "(optionnel)"
1280
 
1289
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1290
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1291
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1295
  msgid "(required)"
1296
  msgstr "(obligatoire)"
1297
 
1324
 
1325
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1326
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1327
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1328
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1329
  #: lib/view/WpProQuiz_View_Statistics.php:124
1330
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1331
  msgid "Category"
1332
  msgstr "Catégorie"
1333
 
1340
  "par exemple visibles dans la fonction statistiques."
1341
 
1342
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1343
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1344
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1345
  msgid "You can manage categories in global settings."
1346
  msgstr "Vous pouvez gérer les catégories dans les paramètres généraux."
1347
 
1348
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1349
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1351
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1352
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1353
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1354
  msgid "Create new category"
1355
  msgstr "Créer une nouvelle catégorie"
1356
 
1357
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1359
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1360
  msgid "Create"
1361
  msgstr "Créer"
1362
 
1486
  msgstr ""
1487
 
1488
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1489
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1490
  msgid "template name"
1491
  msgstr ""
1492
 
1493
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1495
  msgid "Create new template"
1496
  msgstr ""
1497
 
1498
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1500
  msgid "Save as template"
1501
  msgstr ""
1502
 
1503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1504
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1505
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1506
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1507
  msgid "Options"
1508
  msgstr "Options"
1509
 
1535
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1536
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1537
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1539
  msgid "Move"
1540
  msgstr "Déplacer"
1541
 
1610
 
1611
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1612
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1613
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1636
  msgid "Demo"
1637
  msgstr "Démo"
1638
 
1685
 
1686
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1687
  #: lib/view/WpProQuiz_View_Statistics.php:169
1688
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1689
  msgid "Total"
1690
  msgstr "Total"
1691
 
1714
  msgid "Copy questions"
1715
  msgstr "Copier les questions"
1716
 
1717
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1718
  msgid "Quiz title"
1719
  msgstr "Titre du quiz"
1720
 
1721
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1722
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1723
  msgid "You can assign classify category for a quiz."
1724
  msgstr ""
1725
 
1726
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1727
  msgid "Hide quiz title"
1728
  msgstr "Cacher le titre du quiz"
1729
 
1730
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1731
  msgid "Hide title"
1732
  msgstr "Cacher le titre"
1733
 
1734
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1735
  msgid "The title serves as quiz heading."
1736
  msgstr "Le titre est utilisé comme entête du quiz"
1737
 
1738
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1740
  msgid "Hide \"Restart quiz\" button"
1741
  msgstr "Cacher le bouton \"Redémarrer le quiz\" "
1742
 
1743
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1744
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1745
  msgstr "Cacher le bouton \"Redémarrer le quiz\" dans l'application."
1746
 
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1749
  msgid "Hide \"View question\" button"
1750
  msgstr "Cacher le bouton \"Voir la question\""
1751
 
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1753
  msgid "Hide the \"View question\" button in the Frontend."
1754
  msgstr "Cacher le bouton \"Voir la question\" dans l'application."
1755
 
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1758
  msgid "Display question randomly"
1759
  msgstr "Afficher la question au hasard"
1760
 
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1763
  msgid "Display answers randomly"
1764
  msgstr "Afficher les réponses au hasard"
1765
 
1766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1768
  msgid "Sort questions by category"
1769
  msgstr ""
1770
 
1771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1772
  msgid ""
1773
  "Also works in conjunction with the \"display randomly question\" option."
1774
  msgstr ""
1775
 
1776
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1777
  msgid "Seconds"
1778
  msgstr "Secondes"
1779
 
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1781
  msgid "0 = no limit"
1782
  msgstr "0 = aucune limite"
1783
 
1784
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1786
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1787
  msgid "Statistics"
1788
  msgstr "Statistiques"
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1791
  msgid ""
1792
  "Statistics about right or wrong answers. Statistics will be saved by "
1793
  "completed quiz, not after every question. The statistics is only visible "
1798
  "statistiques ne sont visibles que sur le menu d'administration. "
1799
  "(statistiques internes)"
1800
 
1801
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1802
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1803
  msgid "Statistics IP-lock"
1804
  msgstr "Blocage des statistiques par IP"
1805
 
1806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1807
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1808
  msgstr "en minutes (1440 minutes = 1 jour recommandé )"
1809
 
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1811
  msgid ""
1812
  "Protect the statistics from spam. Result will only be saved every X minutes "
1813
  "from same IP. (0 = deactivated)"
1815
  "Protéger les statistiques du spam. Un résultat ne sera sauvé que toutes les "
1816
  "X minutes pour la même IP. (0 = désactivé)"
1817
 
 
1818
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1820
  msgid "Execute quiz only once"
1821
  msgstr "N'exécuter le questionnaire qu'une seule fois"
1822
 
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1824
  msgid ""
1825
  "If you activate this option, the user can complete the quiz only once. "
1826
  "Afterwards the quiz is blocked for this user."
1828
  "Si vous activez cette option, l'utilisateur peut compléter le quiz une fois "
1829
  "et une seule. Ensuite, le quiz est bloqué pour cet utilisateur."
1830
 
1831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1832
  msgid "This option applies to:"
1833
  msgstr "Cette option s'applique à:"
1834
 
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1837
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1838
  msgid "all users"
1839
  msgstr "tous les utilisateurs"
1840
 
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1843
  msgid "registered useres only"
1844
  msgstr "utilisateurs enregistrés seulement"
1845
 
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1848
  msgid "anonymous users only"
1849
  msgstr "utilisateurs anonymes seulement"
1850
 
1851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1852
  msgid "user identification by cookie"
1853
  msgstr "Identification de l'utilisateur par cookie"
1854
 
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1856
  msgid ""
1857
  "If you activate this option, a cookie is set additionally for unregistrated "
1858
  "(anonymous) users. This ensures a longer assignment of the user than the "
1862
  "utilisateur non enregistré (anonyme). Cela garantit une plus longue "
1863
  "affectation de l'utilisateur que la simple affectation de l'adresse IP."
1864
 
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1866
  msgid "Reset the user identification"
1867
  msgstr "Réinitialiser l'identification de l'utilisateur"
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1870
  msgid "User identification has been reset."
1871
  msgstr "L'identification de l'utilisateur a été réinitialisé."
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1874
  msgid "Resets user identification for all users."
1875
  msgstr ""
1876
  "Réinitialise l'dentification de l'utilisateur pour tous les utilisateurs."
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1880
  msgid "Show only specific number of questions"
1881
  msgstr "Montrer seulement un nombre spécifique de questions"
1882
 
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1884
  msgid ""
1885
  "If you enable this option, maximum number of displayed questions will be X "
1886
  "from X questions. (The output of questions is random)"
1888
  "Si vous activez cette option, le nombre maximal de questions affichées sera "
1889
  "de X sur X questions. (La sortie des questions est aléatoire)"
1890
 
1891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1892
  msgid "How many questions should be displayed simultaneously:"
1893
  msgstr "Combien de questions doivent être affichées simultanément:"
1894
 
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1896
  msgid "in percent"
1897
  msgstr "en pourcentage"
1898
 
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1901
  msgid "Prerequisites"
1902
  msgstr "Conditions préalables"
1903
 
1904
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1905
  msgid ""
1906
  "If you enable this option, you can choose quiz, which user have to finish "
1907
  "before he can start this quiz."
1909
  "Si vous activez cette option, vous pouvez choisir un quiz que l'utilisateur "
1910
  "doit finir avant de commencer ce quiz."
1911
 
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1913
  msgid ""
1914
  "In all selected quizzes statistic function have to be active. If it is not "
1915
  "it will be activated automatically."
1917
  "Dans tous les quiz choisis la fonction doit être activée. Si ce n'est pas le "
1918
  "cas, ce sera fait automatiquement."
1919
 
1920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1921
  msgid "Quiz"
1922
  msgstr "Quiz"
1923
 
1924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1925
  msgid "Prerequisites (This quiz have to be finished)"
1926
  msgstr "Prérequis (Ce questionnaire doit être terminé)"
1927
 
1928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1931
  msgid "Question overview"
1932
  msgstr "Aperçu de la question"
1933
 
1934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1935
  msgid ""
1936
  "Add at the top of the quiz a question overview, which allows easy "
1937
  "navigation. Additional questions can be marked \"to review\"."
1939
  "Ajouter en haut du quiz un aperçu question, ce qui permet une navigation "
1940
  "facile. Des questions supplémentaires peuvent être marqués \"A examiner\"."
1941
 
1942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1943
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1944
  msgstr "Un aperçu supplémentaire du quiz sera affiché, avant la fin du quiz."
1945
 
1946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1947
  msgid ""
1948
  "If you enalbe this option, no quiz overview will be displayed, before "
1949
  "finishing quiz."
1951
  "Si vous activez cette option, aucun aperçu du quiz ne sera affiché avant de "
1952
  "terminer le quiz."
1953
 
1954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1955
  msgid ""
1956
  "If you enable this option, user won't be able to skip question. (only in "
1957
  "\"Overview -> next\" mode). User still will be able to navigate over "
1961
  "la question. (uniquement en mode \"Aperçu -> suivant \"). L'utilisateur sera "
1962
  "encore en mesure de naviguer sur \"Question-Vue d'ensemble\""
1963
 
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1968
  msgid "Admin e-mail notification"
1969
  msgstr ""
1970
 
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1973
  msgid "for registered users only"
1974
  msgstr "Pour les utilisateurs enregistrés seulement"
1975
 
1976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1977
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1978
  msgid "for all users"
1979
  msgstr "pour tous les utilisateurs"
1980
 
1981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1983
  msgid ""
1984
  "If you enable this option, you will be informed if a user completes this "
1985
  "quiz."
1987
  "Si vous activez cette option, vous serez informé lorsqu'un utilisateur "
1988
  "termine ce quiz."
1989
 
1990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1992
  msgid "E-Mail settings can be edited in global settings."
1993
  msgstr ""
1994
  "Les paramètres Email peuvent être modifés dans les paramètres généraux."
1995
 
1996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1999
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
2000
  msgid "User e-mail notification"
2001
  msgstr ""
2002
 
2003
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2004
  msgid ""
2005
  "If you enable this option, an email is sent with his quiz result to the "
2006
  "user. (only registered users)"
2007
  msgstr ""
2008
 
2009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2010
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2011
  msgid "Autostart"
2012
  msgstr ""
2013
 
2014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2015
  msgid ""
2016
  "If you enable this option, the quiz will start automatically after the page "
2017
  "is loaded."
2018
  msgstr ""
2019
 
2020
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2022
  msgid "Only registered users are allowed to start the quiz"
2023
  msgstr ""
2024
 
2025
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2026
  msgid ""
2027
  "If you enable this option, only registered users allowed start the quiz."
2028
  msgstr ""
2029
 
2030
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2031
  msgid "Quiz description"
2032
  msgstr "Description du quiz"
2033
 
2034
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2035
  msgid "This text will be displayed before start of the quiz."
2036
  msgstr "Ce texte sera affiché avant le début du test."
2037
 
2038
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2039
  msgid "Results text"
2040
  msgstr "Texte pour le résultat"
2041
 
2042
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2043
  msgid ""
2044
  "This text will be displayed at the end of the quiz (in results). (this text "
2045
  "is optional)"
2047
  "Ce texte sera affiché à la fin du quiz (dans les résultats). (Ce texte est "
2048
  "facultatif)"
2049
 
2050
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2051
  msgid "Activate graduation"
2052
  msgstr "Activer le système de barême"
2053
 
2054
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2055
  msgid "Hint:"
2056
  msgstr "Indice:"
2057
 
2058
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2059
  msgid "Maximal 15 levels"
2060
  msgstr "15 niveaux maximum"
2061
 
2062
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2063
  #, php-format
2064
  msgid ""
2065
  "Percentages refer to the total score of the quiz. (Current total %d points "
2068
  "Les pourcentages se réfèrent au score total du quiz. (Total actuel %d points "
2069
  "sur %d questions.)"
2070
 
2071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2072
  msgid "Values can also be mixed up"
2073
  msgstr "Les valeurs peuvent aussi être mélangés"
2074
 
2075
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2076
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2077
  msgstr "10,15% ou 10.15% autorisés (max. 2 chiffres après la virgule)"
2078
 
2079
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2081
  msgid "from:"
2082
  msgstr "de:"
2083
 
2084
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2085
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2086
  msgid "percent"
2087
  msgstr "pourcent"
2088
 
2089
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2090
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2091
  #, php-format
2092
  msgid ""
2093
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2096
  "(sera affiché, lorsque le pourcentage est >= <span class=\"resultProzent\">"
2097
  "%s</span>%%)"
2098
 
2099
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2101
  msgid "Delete graduation"
2102
  msgstr "Supprimer le barême"
2103
 
2104
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2105
  msgid "Add graduation"
2106
  msgstr "Ajouter un barême"
2107
 
2108
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2111
  msgid "Custom fields - Variables"
2112
  msgstr ""
2113
 
2114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2115
  msgid "Result-Options"
2116
  msgstr ""
2117
 
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2120
  msgid "Show average points"
2121
  msgstr "Montrer la moyenne des points"
2122
 
2123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2124
  msgid "Statistics-function must be enabled."
2125
  msgstr "La fonction statistiques doit être activée."
2126
 
2127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2129
  msgid "Show category score"
2130
  msgstr ""
2131
 
2132
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2133
  msgid ""
2134
  "If you enable this option, the results of each category is displayed on the "
2135
  "results page."
2136
  msgstr ""
2137
 
2138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2139
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2140
  msgid "Hide correct questions - display"
2141
  msgstr ""
2142
 
2143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2144
  msgid ""
2145
  "If you select this option, no longer the number of correctly answered "
2146
  "questions are displayed on the results page."
2147
  msgstr ""
2148
 
2149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2151
  msgid "Hide quiz time - display"
2152
  msgstr ""
2153
 
2154
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2155
  msgid ""
2156
  "If you enable this option, the time for finishing the quiz won't be "
2157
  "displayed on the results page anymore."
2158
  msgstr ""
2159
 
2160
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2162
  msgid "Hide score - display"
2163
  msgstr ""
2164
 
2165
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2166
  msgid ""
2167
  "If you enable this option, final score won't be displayed on the results "
2168
  "page anymore."
2169
  msgstr ""
2170
 
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2172
  msgid "Question-Options"
2173
  msgstr ""
2174
 
2175
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2177
  msgid "Show points"
2178
  msgstr "Montrer les points"
2179
 
2180
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2181
  msgid "Shows in quiz, how many points are reachable for respective question."
2182
  msgstr ""
2183
  "Montre dans le quiz, combien de points sont accessibles pour chaque question."
2184
 
2185
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2187
  msgid "Number answers"
2188
  msgstr "Réponse n°"
2189
 
2190
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2191
  msgid ""
2192
  "If this option is activated, all answers are numbered (only single and "
2193
  "multiple choice)"
2195
  "Si cette option est activée, toutes les réponses sont numérotés (seul choix "
2196
  "simple ou choix multiple)"
2197
 
2198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2199
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2200
  msgid "Hide correct- and incorrect message"
2201
  msgstr "Cacher le message correct- et incorrect"
2202
 
2203
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2204
  msgid ""
2205
  "If you enable this option, no correct- or incorrect message will be "
2206
  "displayed."
2208
  "Si vous activez cette option, aucun message correcte ou incorrecte ne sera "
2209
  "affiché."
2210
 
2211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2213
  msgid "Correct and incorrect answer mark"
2214
  msgstr "Marque de réponse correcte ou incorrecte"
2215
 
2216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2217
  msgid ""
2218
  "If you enable this option, answers won't be color highlighted as correct or "
2219
  "incorrect. "
2221
  "Si vous activez cette option, les réponses ne seront pas surlignées comme "
2222
  "correcte ou incorrecte."
2223
 
2224
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2226
  msgid "Force user to answer each question"
2227
  msgstr ""
2228
 
2229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2230
  msgid "If you enable this option, the user is forced to answer each question."
2231
  msgstr ""
2232
 
2233
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2234
  msgid ""
2235
  "If the option \"Question overview\" is activated, this notification will "
2236
  "appear after end of the quiz, otherwise after each question."
2237
  msgstr ""
2238
 
2239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2240
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2241
  msgid "Hide question position overview"
2242
  msgstr ""
2243
 
2244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2245
  msgid "If you enable this option, the question position overview is hidden."
2246
  msgstr ""
2247
 
2248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2249
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2250
  msgid "Hide question numbering"
2251
  msgstr ""
2252
 
2253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2254
  msgid "If you enable this option, the question numbering is hidden."
2255
  msgstr ""
2256
 
2257
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2259
  msgid "Display category"
2260
  msgstr ""
2261
 
2262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2263
  msgid "If you enable this option, category will be displayed in the question."
2264
  msgstr ""
2265
 
2266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2267
  msgid ""
2268
  "The leaderboard allows users to enter results in public list and to share "
2269
  "the result this way."
2271
  "Le classement permet aux utilisateurs d'entrer les résultats dans la liste "
2272
  "publique et de partager le résultat de cette façon."
2273
 
2274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2275
  msgid "The leaderboard works independent from internal statistics function."
2276
  msgstr ""
2277
  "Le classement fonctionne indépendamment de la fonction interne de "
2278
  "statistiques "
2279
 
2280
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2281
  msgid "Who can sign up to the list"
2282
  msgstr "Qui peut s'inscrire à la liste"
2283
 
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2285
  msgid ""
2286
  "Not registered users have to enter name and e-mail (e-mail won't be "
2287
  "displayed)"
2289
  "Les utilisateurs non-connectés doivent saisir leur nom et leur email "
2290
  "(l'email reste secret)"
2291
 
2292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2293
  msgid "insert automatically"
2294
  msgstr "insérer automatiquement"
2295
 
2296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2297
  msgid ""
2298
  "If you enable this option, logged in users will be automatically entered "
2299
  "into leaderboard"
2301
  "Si vous activez cette option, les utilisateurs enregistrés seront "
2302
  "automatiquement dans le classement"
2303
 
2304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2305
  msgid "display captcha"
2306
  msgstr "Afficher le captcha"
2307
 
2308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2309
  msgid ""
2310
  "If you enable this option, additional captcha will be displayed for users "
2311
  "who are not registered."
2313
  "Si vous activez cette option,un captcha supplémentaire sera affiché pour "
2314
  "les utilisateurs qui ne sont pas enregistrés."
2315
 
2316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2317
  msgid "This option requires additional plugin:"
2318
  msgstr "Cette option nécessite un module supplémentaire:"
2319
 
2320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2321
  msgid "Plugin has been detected."
2322
  msgstr "L'extension a été détectée"
2323
 
2324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2325
  msgid "Plugin is not installed."
2326
  msgstr "L'extension n'est pas installée"
2327
 
2328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2329
  msgid "Sort list by"
2330
  msgstr "Trier la liste par"
2331
 
2332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2333
  msgid "Users can apply multiple times"
2334
  msgstr "Les utilisateurs peuvent s'exercer plusieurs fois"
2335
 
2336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2337
  msgid "User can apply after:"
2338
  msgstr "L'utilisateur peut s'exercer après:"
2339
 
2340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2341
  msgid "minute"
2342
  msgstr "minute"
2343
 
2344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2345
  msgid "How many entries should be displayed"
2346
  msgstr "Combien d'entrées doivent être affichées"
2347
 
2348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2349
  msgid "Entries"
2350
  msgstr "Entrées"
2351
 
2352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2353
  msgid "Automatically display leaderboard in quiz result"
2354
  msgstr "Afficher automatiquement le classement dans le résultat du quiz"
2355
 
2356
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2357
  msgid "Where should leaderboard be displayed:"
2358
  msgstr "Où doit s'afficher le classement:"
2359
 
2360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2361
  msgid "don't display"
2362
  msgstr "ne pas montrer"
2363
 
2364
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2365
  msgid "below the \"result text\""
2366
  msgstr "en dessous le \"texte du résultat\""
2367
 
2368
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2369
  msgid "in a button"
2370
  msgstr "dans un bouton"
2371
 
2372
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2373
  msgid "Quiz-Mode"
2374
  msgstr "Mode-Quiz"
2375
 
2376
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2377
  msgid "Normal"
2378
  msgstr "Normal"
2379
 
2380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2381
  msgid "Normal + Back-Button"
2382
  msgstr "Normal+Bouton de retour"
2383
 
2384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2385
  msgid "Check -> continue"
2386
  msgstr "Vérifier -> suite"
2387
 
2388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2389
  msgid "Questions below each other"
2390
  msgstr "Questions l'une en dessus de l'autre"
2391
 
2392
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2393
  msgid ""
2394
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2395
  "displayed at the end of the quiz."
2397
  "Affiche toutes les questions de manière séquentielle, les \"vrai\" ou \"faux"
2398
  "\" seront affichés à la fin du quiz."
2399
 
2400
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2401
  msgid "Allows to use the back button in a question."
2402
  msgstr "Permet d'utiliser le bouton de retour à une question."
2403
 
2404
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2405
  msgid "Shows \"right or wrong\" after each question."
2406
  msgstr "Montre \"Vrai ou faux\" après chaque question."
2407
 
2408
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2409
  msgid ""
2410
  "If this option is activated, all answers are displayed below each other, i."
2411
  "e. all questions are on a single page."
2413
  "Si cette option est activée, toutes les réponses sont affichées les unes en "
2414
  "dessous des autres, càd toutes les questions sont sur une seule page."
2415
 
2416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2417
  msgid "How many questions to be displayed on a page:"
2418
  msgstr ""
2419
 
2420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2421
  msgid "(0 = All on one page)"
2422
  msgstr ""
2423
 
2424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2426
  #: lib/view/WpProQuiz_View_Statistics.php:41
2427
  #: lib/view/WpProQuiz_View_Statistics.php:364
2428
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2429
  msgid "Custom fields"
2430
  msgstr ""
2431
 
2432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2433
  msgid ""
2434
  "You can create custom fields, e.g. to request the name or the e-mail address "
2435
  "of the users."
2436
  msgstr ""
2437
 
2438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2439
  msgid "The statistic function have to be enabled."
2440
  msgstr ""
2441
 
2442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2443
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2444
  msgid "Custom fields enable"
2445
  msgstr ""
2446
 
2447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2448
  msgid "If you enable this option, custom fields are enabled."
2449
  msgstr ""
2450
 
2451
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2453
  msgid "Display position"
2454
  msgstr ""
2455
 
2456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2457
  msgid "Where should the fileds be displayed:"
2458
  msgstr ""
2459
 
2460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2461
  msgid "On the quiz startpage"
2462
  msgstr ""
2463
 
2464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2465
  msgid "At the end of the quiz (before the quiz result)"
2466
  msgstr ""
2467
 
2468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2469
  msgid "Field name"
2470
  msgstr ""
2471
 
2472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2473
  msgid "Required?"
2474
  msgstr ""
2475
 
2476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2477
+ msgid "Show in statistic table?"
2478
+ msgstr ""
2479
+
2480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2481
  msgid "Text"
2482
  msgstr ""
2483
 
2484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2485
  msgid "Textarea"
2486
  msgstr ""
2487
 
2488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2489
  msgid "Checkbox"
2490
  msgstr ""
2491
 
2492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2493
  msgid "Drop-Down menu"
2494
  msgstr ""
2495
 
2496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2497
  msgid "Radio"
2498
  msgstr ""
2499
 
2500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2501
  msgid "Number"
2502
  msgstr ""
2503
 
2504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2505
  msgid "Email"
2506
  msgstr ""
2507
 
2508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2509
  msgid "Yes/No"
2510
  msgstr ""
2511
 
2512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2513
  #: lib/view/WpProQuiz_View_Statistics.php:323
2514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2515
  msgid "Date"
2516
  msgstr ""
2517
 
2518
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2519
  msgid "Edit list"
2520
  msgstr ""
2521
 
2522
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2523
  msgid "One entry per line"
2524
  msgstr ""
2525
 
2526
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2527
  msgid "OK"
2528
  msgstr ""
2529
 
2530
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2531
  msgid "Add field"
2532
  msgstr ""
2533
 
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2535
  msgid ""
2536
  "If you enable this option, an email is sent with his quiz result to the user."
2537
  msgstr ""
2538
 
2539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2540
  msgid "User Email-Address (only registered users)"
2541
  msgstr ""
2542
 
2543
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2544
  msgid "(Type Email)"
2545
  msgstr ""
2546
 
2557
  msgstr ""
2558
  "Si le quizz ne fonctionne pas côté utilisateur, veuillez essayer ce qui suit:"
2559
 
2560
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2561
  msgid "Style Manager"
2562
  msgstr "Gestionnaire de style"
2563
 
2564
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2565
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2566
  msgid "Support WP-Pro-Quiz"
2567
  msgstr "Soutenez WP-Pro-Quiz"
2568
 
2569
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2570
  msgid "Learn more"
2571
  msgstr ""
2572
 
2573
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2574
  msgid "ID"
2575
  msgstr "ID"
2576
 
2577
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2578
  msgid "Shortcode"
2579
  msgstr "Shortcode"
2580
 
2581
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2582
  msgid "Shortcode-Leaderboard"
2583
  msgstr "Classement-Shortcode"
2584
 
2585
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2586
  msgid "Preview"
2587
  msgstr "Prévisualiser"
2588
 
2589
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2590
  msgid "Add quiz"
2591
  msgstr "Ajouter un quiz"
2592
 
2593
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2594
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2595
  msgid "Export"
2596
  msgstr "Exporter"
2597
 
2598
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2599
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2600
  msgid "Set Quiz Categories"
2601
  msgstr ""
2602
 
2603
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2604
  msgid ""
2605
  "Choose the respective question, which you would like to export and press on "
2606
  "\"Start export\""
2608
  "Choisissez la question correspondante, que vous souhaitez exporter, puis "
2609
  "appuyez sur \"Démarrer l'exportation\""
2610
 
2611
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2612
  msgid "Format:"
2613
  msgstr ""
2614
 
2615
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2616
  msgid "*.wpq"
2617
  msgstr ""
2618
 
2619
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2620
  msgid "or"
2621
  msgstr ""
2622
 
2623
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2624
  msgid "*.xml"
2625
  msgstr ""
2626
 
2627
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2628
  msgid "Start export"
2629
  msgstr "Commencer l'exportation"
2630
 
2631
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2632
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2633
  msgstr ""
2634
 
2635
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2636
  #, php-format
2637
  msgid "Maximal %d MiB"
2638
  msgstr "Maximum %d MiB"
2639
 
2640
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2641
  msgid "Sets multiple quiz categories "
2642
  msgstr ""
2643
 
2684
 
2685
  #: lib/view/WpProQuiz_View_Statistics.php:108
2686
  #: lib/view/WpProQuiz_View_Statistics.php:243
2687
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2688
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2689
  msgid "Hints used"
2690
  msgstr "Indices utilisés"
2691
 
2692
  #: lib/view/WpProQuiz_View_Statistics.php:109
2693
  #: lib/view/WpProQuiz_View_Statistics.php:244
2694
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2695
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2696
  msgid "Time"
2697
  msgstr ""
2698
 
2699
  #: lib/view/WpProQuiz_View_Statistics.php:110
2700
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2701
  msgid "Points scored"
2702
  msgstr "Points obtenus"
2703
 
2704
  #: lib/view/WpProQuiz_View_Statistics.php:148
2705
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2706
  msgid "Sub-Total: "
2707
  msgstr "Total intermédiaire"
2708
 
2709
  #: lib/view/WpProQuiz_View_Statistics.php:183
2710
  #: lib/view/WpProQuiz_View_Statistics.php:268
2711
  #: lib/view/WpProQuiz_View_Statistics.php:343
2712
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2713
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2714
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2715
  msgid "Refresh"
2716
  msgstr "Actualiser"
2717
 
2718
  #: lib/view/WpProQuiz_View_Statistics.php:187
2719
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2720
  msgid "Reset statistics"
2721
  msgstr "Réinitialiser les statistiques"
2722
 
2756
  msgid "only anonymous users"
2757
  msgstr ""
2758
 
2759
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2760
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2761
+ msgid "Solved"
2762
+ msgstr ""
2763
+
2764
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2765
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2766
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2767
+ #, php-format
2768
+ msgid "%d of %d"
2769
+ msgstr ""
2770
+
2771
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2772
  #, php-format
2773
  msgid "User statistics: %s"
2774
  msgstr ""
2775
 
2776
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2777
+ msgid "yes"
2778
  msgstr ""
2779
 
2780
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2781
+ msgid "no"
2782
  msgstr ""
2783
 
2784
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-hu_HU.mo ADDED
Binary file
languages/wp-pro-quiz-hu_HU.po ADDED
@@ -0,0 +1,2899 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
+ "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
+ "Language-Team: \n"
8
+ "Language: hu\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=2; plural=(n != 1);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: lib/controller/WpProQuiz_Controller_Admin.php:100
19
+ msgid "Do you really want to delete the quiz/question?"
20
+ msgstr "Biztos, hogy törölni szeretnéd a kérdést/kérdősort?"
21
+
22
+ #: lib/controller/WpProQuiz_Controller_Admin.php:101
23
+ msgid "Title is not filled!"
24
+ msgstr "A cím nincs kitöltve!"
25
+
26
+ #: lib/controller/WpProQuiz_Controller_Admin.php:102
27
+ msgid "No question deposited!"
28
+ msgstr "Nem tettél fel kérdést!"
29
+
30
+ #: lib/controller/WpProQuiz_Controller_Admin.php:103
31
+ msgid "Correct answer was not selected!"
32
+ msgstr "Nem adtad meg a helyes választ!"
33
+
34
+ #: lib/controller/WpProQuiz_Controller_Admin.php:104
35
+ msgid "No answer deposited!"
36
+ msgstr "Nem adtál választ!"
37
+
38
+ #: lib/controller/WpProQuiz_Controller_Admin.php:105
39
+ msgid "No quiz description filled!"
40
+ msgstr "Kihagytad a kvíz leírását!"
41
+
42
+ #: lib/controller/WpProQuiz_Controller_Admin.php:106
43
+ msgid "The percent values in result text are incorrect."
44
+ msgstr "A százalékos értékek a végeredménynél hibásak."
45
+
46
+ #: lib/controller/WpProQuiz_Controller_Admin.php:107
47
+ msgid "No number in the field \"Points\" or less than 1"
48
+ msgstr "A \"Pontok\" mezőben nincs szám vagy kevesebb, mint 1"
49
+
50
+ #: lib/controller/WpProQuiz_Controller_Admin.php:108
51
+ msgid "No number in the field \"Points\" or less than 0"
52
+ msgstr "A \"Pontok\" mezőben nincs szám vagy kevesebb, mint 0"
53
+
54
+ #: lib/controller/WpProQuiz_Controller_Admin.php:109
55
+ msgid "No quiz selected"
56
+ msgstr "Nincs kiválasztva kvíz"
57
+
58
+ #: lib/controller/WpProQuiz_Controller_Admin.php:110
59
+ msgid "Do you really want to reset the statistic?"
60
+ msgstr "Biztos, hogy törölni szeretnéd a statisztikát?"
61
+
62
+ #: lib/controller/WpProQuiz_Controller_Admin.php:111
63
+ #: lib/view/WpProQuiz_View_FrontToplist.php:26
64
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:71
65
+ #: lib/view/WpProQuiz_View_QuizOverall.php:141
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:41
67
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
68
+ msgid "No data available"
69
+ msgstr "Nincs megjeleníthető adat"
70
+
71
+ #: lib/controller/WpProQuiz_Controller_Admin.php:112
72
+ msgid "No sort element in the criterion"
73
+ msgstr "Nincs a kritériumnak megfelelő elem"
74
+
75
+ #: lib/controller/WpProQuiz_Controller_Admin.php:113
76
+ msgid ""
77
+ "\"Different points for every answer\" is not possible at \"Free\" choice"
78
+ msgstr ""
79
+ "\"Válaszonkénti eltérő pontozás\" nem lehetséges a \"Szabad\" választásnál"
80
+
81
+ #: lib/controller/WpProQuiz_Controller_Admin.php:114
82
+ msgid "You must specify a name."
83
+ msgstr "Meg kell adnod egy nevet!"
84
+
85
+ #: lib/controller/WpProQuiz_Controller_Admin.php:115
86
+ msgid "This entry should really be deleted?"
87
+ msgstr "Biztos, hogy törölni szeretnéd ezt?"
88
+
89
+ #: lib/controller/WpProQuiz_Controller_Admin.php:116
90
+ msgid "Not all fields completed."
91
+ msgstr "Nincs minden mező kitöltve!"
92
+
93
+ #: lib/controller/WpProQuiz_Controller_Admin.php:117
94
+ msgid "You must specify a template name."
95
+ msgstr "Meg kell határoznod egy Sablon elnevezést!"
96
+
97
+ #: lib/controller/WpProQuiz_Controller_Admin.php:120
98
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:181
99
+ msgid "Close"
100
+ msgstr "Bezárás"
101
+
102
+ #: lib/controller/WpProQuiz_Controller_Admin.php:121
103
+ msgid "Today"
104
+ msgstr "Ma"
105
+
106
+ #: lib/controller/WpProQuiz_Controller_Front.php:47
107
+ #: lib/controller/WpProQuiz_Controller_Front.php:66
108
+ #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
+ #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
111
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
+ #: lib/view/WpProQuiz_View_Statistics.php:46
113
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:73
114
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:149
115
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:187
116
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:233
117
+ msgid "Loading"
118
+ msgstr "Betöltés"
119
+
120
+ #: lib/controller/WpProQuiz_Controller_Front.php:48
121
+ #: lib/controller/WpProQuiz_Controller_Front.php:67
122
+ #: lib/controller/WpProQuiz_Controller_Preview.php:16
123
+ msgid "You must answer this question."
124
+ msgstr "Nem lehet kihagyni ezt a kérdést."
125
+
126
+ #: lib/controller/WpProQuiz_Controller_Front.php:49
127
+ #: lib/controller/WpProQuiz_Controller_Front.php:68
128
+ #: lib/controller/WpProQuiz_Controller_Preview.php:17
129
+ msgid "You must answer all questions before you can completed the quiz."
130
+ msgstr "A kvíz akkor lesz kiértékelhető, ha minden kérdésre adsz választ."
131
+
132
+ #: lib/controller/WpProQuiz_Controller_Front.php:50
133
+ #: lib/controller/WpProQuiz_Controller_Front.php:69
134
+ #: lib/controller/WpProQuiz_Controller_Preview.php:18
135
+ msgid "All fields have to be filled."
136
+ msgstr "Az összes mezőt ki kell tölteni."
137
+
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:292
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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 "Nincs jogosultságod ehhez az oldalhoz."
158
+
159
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:22
160
+ msgid "Settings saved"
161
+ msgstr "A beállítások mentése sikerült!"
162
+
163
+ #: lib/controller/WpProQuiz_Controller_GlobalSettings.php:46
164
+ msgid "Database repaired"
165
+ msgstr "Adatbázis javítva"
166
+
167
+ #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
171
+ msgid "File cannot be processed"
172
+ msgstr "Nem tölthető be ez a fájl."
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:326
178
+ msgid "Quiz not found"
179
+ msgstr "Nem található ez a kvíz!"
180
+
181
+ #: lib/controller/WpProQuiz_Controller_Question.php:78
182
+ msgid "Question not found"
183
+ msgstr "Nem található ez a kérdés!"
184
+
185
+ #: lib/controller/WpProQuiz_Controller_Question.php:100
186
+ #: lib/controller/WpProQuiz_Controller_Question.php:348
187
+ msgid "Question edited"
188
+ msgstr "A kérdés szerkesztése sikerült!"
189
+
190
+ #: lib/controller/WpProQuiz_Controller_Question.php:102
191
+ msgid "Question added"
192
+ msgstr "Sikerült új kérdést hozzátenni!"
193
+
194
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
195
+ #: lib/controller/WpProQuiz_Controller_Question.php:302
196
+ msgid "Edit question"
197
+ msgstr "Kérdés szerkesztése"
198
+
199
+ #: lib/controller/WpProQuiz_Controller_Question.php:120
200
+ #: lib/controller/WpProQuiz_Controller_Question.php:416
201
+ msgid "New question"
202
+ msgstr "Új kérdés hozzáadása"
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 "Kérdés: %d"
209
+
210
+ #: lib/controller/WpProQuiz_Controller_Question.php:203
211
+ msgid "questions copied"
212
+ msgstr "kérdés másolva"
213
+
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
216
+ msgid "Quiz edited"
217
+ msgstr "A kvíz szerkesztése sikerült!"
218
+
219
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
220
+ msgid "quiz created"
221
+ msgstr "Új kvízt hoztál létre."
222
+
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
226
+ msgid "Quiz title or quiz description are not filled"
227
+ msgstr "Nem töltötted ki a kvíz címe/leírása mezőket!"
228
+
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
231
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:21
232
+ msgid "Edit quiz"
233
+ msgstr "Kvíz szerkesztése"
234
+
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
238
+ msgid "Create quiz"
239
+ msgstr "Új kvíz"
240
+
241
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
242
+ msgid "Template stored"
243
+ msgstr "A sablon tárolása sikerült."
244
+
245
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
246
+ msgid "Quiz deleted"
247
+ msgstr "A kvíz törlése sikerült."
248
+
249
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
250
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
252
+ msgid "Not categorized"
253
+ msgstr "Nem kategorizált"
254
+
255
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
256
+ #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
258
+ msgid "Categories"
259
+ msgstr "Kategóriák"
260
+
261
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:56
262
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
263
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:91
264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
265
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
266
+ msgid "No category"
267
+ msgstr "Nincs kategória"
268
+
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
272
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
273
+ msgid "Anonymous"
274
+ msgstr "Anonim"
275
+
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
278
+ msgid "Deleted user"
279
+ msgstr "A felhasználót törölték."
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 "Sem név, sem email megadása nem történt."
285
+
286
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:148
287
+ msgid "You signed up successfully."
288
+ msgstr "Sikerült feliratkoznod!"
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 "Hiba történt!"
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 "Nem tudsz újra belépni."
302
+
303
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:215
304
+ msgid "Your name can not exceed 15 characters."
305
+ msgstr "A neved maximum 15 karakterből állhat."
306
+
307
+ #: lib/controller/WpProQuiz_Controller_Toplist.php:223
308
+ msgid "You entered wrong captcha code."
309
+ msgstr "Helytelen ellenőrző kódot írtál be."
310
+
311
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
312
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
313
+ msgid "ticked"
314
+ msgstr "pipa"
315
+
316
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
317
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
318
+ msgid "not ticked"
319
+ msgstr "nincs bejelölve"
320
+
321
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
322
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
323
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
324
+ msgid "Yes"
325
+ msgstr "Igen"
326
+
327
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
330
+ msgid "No"
331
+ msgstr "Nem"
332
+
333
+ #: lib/helper/WpProQuiz_Helper_Import.php:9
334
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
335
+ msgid "File was not uploaded"
336
+ msgstr "Nem sikerült a fájl feltöltése."
337
+
338
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
339
+ msgid "File have wrong format"
340
+ msgstr "Rossz formátumú a fájl"
341
+
342
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
343
+ msgid "File is not compatible with the current version"
344
+ msgstr "A fájl nem kompatibilis az aktuális verzióval."
345
+
346
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:27
347
+ #: lib/helper/WpProQuiz_Helper_ImportXml.php:40
348
+ msgid "XML could not be loaded."
349
+ msgstr "XML-t nem lehet betölteni."
350
+
351
+ #: lib/model/WpProQuiz_Model_Email.php:78
352
+ #: lib/model/WpProQuiz_Model_Email.php:88
353
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
354
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
355
+ msgid "Wp-Pro-Quiz: One user completed a quiz"
356
+ msgstr "Wp-Pro-Quiz: Egy felhasználó kitöltötte a kvízt"
357
+
358
+ #: lib/model/WpProQuiz_Model_Email.php:79
359
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
360
+ msgid ""
361
+ "Wp-Pro-Quiz\n"
362
+ "\n"
363
+ "The user \"$username\" has completed \"$quizname\" the quiz.\n"
364
+ "\n"
365
+ "Points: $points\n"
366
+ "Result: $result\n"
367
+ "\n"
368
+ msgstr ""
369
+ "Wp-Pro-Quiz\n"
370
+ "\n"
371
+ "A felhsználó \"$username\" befejezte a \"$quizname\" című kvízt.\n"
372
+ "\n"
373
+ "Pontszám: $points\n"
374
+ "Eredmény: $result\n"
375
+ "\n"
376
+
377
+ #: lib/model/WpProQuiz_Model_Email.php:89
378
+ #: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
379
+ msgid ""
380
+ "Wp-Pro-Quiz\n"
381
+ "\n"
382
+ "You have completed the quiz \"$quizname\".\n"
383
+ "\n"
384
+ "Points: $points\n"
385
+ "Result: $result\n"
386
+ "\n"
387
+ msgstr ""
388
+ "Wp-Pro-Quiz\n"
389
+ "\n"
390
+ "Befejezted a kvízt \"$quizname\".\n"
391
+ "\n"
392
+ "Pontszám: $points\n"
393
+ "Eredmény: $result\n"
394
+ "\n"
395
+
396
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
397
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
398
+ msgid "The user completed a quiz."
399
+ msgstr "A felhasználó kitöltötte a kvízt."
400
+
401
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
402
+ msgid "The user completed a quiz with 100 percent."
403
+ msgstr "A felhasználó 100 %-osan töltötte ki a kvízt."
404
+
405
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
406
+ msgid "A powerful and beautiful quiz plugin for WordPress."
407
+ msgstr "Erőteljes és szép plugin Wordpresshez."
408
+
409
+ #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
410
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
411
+ msgid "WP-Pro-Quiz"
412
+ msgstr "WP-Pro-Quiz"
413
+
414
+ #: lib/view/WpProQuiz_View_AdminToplist.php:7
415
+ #: lib/view/WpProQuiz_View_FrontToplist.php:8
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
418
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
419
+ msgid "Leaderboard"
420
+ msgstr "Ranglista"
421
+
422
+ #: lib/view/WpProQuiz_View_AdminToplist.php:8
423
+ #: lib/view/WpProQuiz_View_GobalSettings.php:9
424
+ #: lib/view/WpProQuiz_View_Import.php:22
425
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:24
426
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:19
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
428
+ #: lib/view/WpProQuiz_View_Statistics.php:29
429
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:57
430
+ #: lib/view/WpProQuiz_View_StyleManager.php:11
431
+ msgid "back to overview"
432
+ msgstr "vissza az áttekintéshez"
433
+
434
+ #: lib/view/WpProQuiz_View_AdminToplist.php:11
435
+ #: lib/view/WpProQuiz_View_Statistics.php:209
436
+ #: lib/view/WpProQuiz_View_Statistics.php:288
437
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:94
438
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:140
439
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:201
440
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:224
441
+ msgid "Filter"
442
+ msgstr "Szűrés"
443
+
444
+ #: lib/view/WpProQuiz_View_AdminToplist.php:16
445
+ msgid "Sort by:"
446
+ msgstr "Rendezés...alapján"
447
+
448
+ #: lib/view/WpProQuiz_View_AdminToplist.php:18
449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
450
+ msgid "best user"
451
+ msgstr "Legjobb felhasználó"
452
+
453
+ #: lib/view/WpProQuiz_View_AdminToplist.php:19
454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
455
+ msgid "newest entry"
456
+ msgstr "legújabb bejegyzés"
457
+
458
+ #: lib/view/WpProQuiz_View_AdminToplist.php:20
459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
460
+ msgid "oldest entry"
461
+ msgstr "legrégebbi bejegyzés"
462
+
463
+ #: lib/view/WpProQuiz_View_AdminToplist.php:26
464
+ #: lib/view/WpProQuiz_View_Statistics.php:220
465
+ #: lib/view/WpProQuiz_View_Statistics.php:303
466
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:120
467
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:212
468
+ msgid "How many entries should be shown on one page:"
469
+ msgstr "Hány bejegyzés látszódjon egy oldalon:"
470
+
471
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
472
+ #: lib/view/WpProQuiz_View_AdminToplist.php:57
473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
474
+ msgid "Type"
475
+ msgstr "Típus"
476
+
477
+ #: lib/view/WpProQuiz_View_AdminToplist.php:38
478
+ msgid "UR = unregistered user, R = registered user"
479
+ msgstr "UR=nem regisztrált felhasználó, R= regisztrált felhasználó"
480
+
481
+ #: lib/view/WpProQuiz_View_AdminToplist.php:55
482
+ #: lib/view/WpProQuiz_View_Statistics.php:239
483
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
484
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:107
485
+ msgid "User"
486
+ msgstr "Felhasználó"
487
+
488
+ #: lib/view/WpProQuiz_View_AdminToplist.php:56
489
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
490
+ msgid "E-Mail"
491
+ msgstr "E-mail"
492
+
493
+ #: lib/view/WpProQuiz_View_AdminToplist.php:58
494
+ #: lib/view/WpProQuiz_View_FrontToplist.php:16
495
+ msgid "Entered on"
496
+ msgstr "Megadva"
497
+
498
+ #: lib/view/WpProQuiz_View_AdminToplist.php:59
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
501
+ #: lib/view/WpProQuiz_View_FrontToplist.php:17
502
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
503
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:56
504
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:317
505
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:355
506
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:414
507
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:30
508
+ #: lib/view/WpProQuiz_View_Statistics.php:105
509
+ #: lib/view/WpProQuiz_View_Statistics.php:240
510
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
511
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
512
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
513
+ msgid "Points"
514
+ msgstr "Pont"
515
+
516
+ #: lib/view/WpProQuiz_View_AdminToplist.php:60
517
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
518
+ #: lib/view/WpProQuiz_View_Statistics.php:111
519
+ #: lib/view/WpProQuiz_View_Statistics.php:245
520
+ #: lib/view/WpProQuiz_View_Statistics.php:324
521
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
522
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
523
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
524
+ msgid "Results"
525
+ msgstr "Eredmények"
526
+
527
+ #: lib/view/WpProQuiz_View_AdminToplist.php:72
528
+ #: lib/view/WpProQuiz_View_GobalSettings.php:140
529
+ #: lib/view/WpProQuiz_View_GobalSettings.php:166
530
+ #: lib/view/WpProQuiz_View_GobalSettings.php:192
531
+ #: lib/view/WpProQuiz_View_GobalSettings.php:217
532
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:51
533
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
534
+ msgid "Edit"
535
+ msgstr "Szerkesztés"
536
+
537
+ #: lib/view/WpProQuiz_View_AdminToplist.php:75
538
+ #: lib/view/WpProQuiz_View_AdminToplist.php:100
539
+ #: lib/view/WpProQuiz_View_GobalSettings.php:139
540
+ #: lib/view/WpProQuiz_View_GobalSettings.php:165
541
+ #: lib/view/WpProQuiz_View_GobalSettings.php:191
542
+ #: lib/view/WpProQuiz_View_GobalSettings.php:216
543
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:55
544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
545
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
546
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
547
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
548
+ msgid "Delete"
549
+ msgstr "Törlés"
550
+
551
+ #: lib/view/WpProQuiz_View_AdminToplist.php:80
552
+ msgid "save"
553
+ msgstr "mentés"
554
+
555
+ #: lib/view/WpProQuiz_View_AdminToplist.php:81
556
+ msgid "cancel"
557
+ msgstr "mégsem"
558
+
559
+ #: lib/view/WpProQuiz_View_AdminToplist.php:99
560
+ msgid "Action"
561
+ msgstr "Művelet"
562
+
563
+ #: lib/view/WpProQuiz_View_AdminToplist.php:102
564
+ msgid "Apply"
565
+ msgstr "Alkalmazás"
566
+
567
+ #: lib/view/WpProQuiz_View_AdminToplist.php:103
568
+ msgid "Delete all entries"
569
+ msgstr "Minden bejegyzés törlése"
570
+
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
572
+ msgid "Start quiz"
573
+ msgstr "Kvíz kezdése"
574
+
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
576
+ msgid "Restart quiz"
577
+ msgstr "A kvíz újra indítása"
578
+
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
583
+ msgid "Quiz-summary"
584
+ msgstr "Kvíz-összesítő"
585
+
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
587
+ msgid "Finish quiz"
588
+ msgstr "Kvíz befejezése"
589
+
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
591
+ msgid "Quiz is loading..."
592
+ msgstr "A kvíz töltődik..."
593
+
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
595
+ msgid ""
596
+ "You have already completed the quiz before. Hence you can not start it again."
597
+ msgstr "Ezt a kvízt már kitöltötted. Ezért nem tudod újra kezdeni."
598
+
599
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
600
+ msgid "You must sign in or sign up to start the quiz."
601
+ msgstr "Regisztrálnod kell vagy bejelentkezni a kvíz megkezdéséhez."
602
+
603
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
604
+ msgid "You have to finish following quiz, to start this quiz:"
605
+ msgstr "Ez a kérdőív még nem indítható, míg az alábbiakat be nem fejezted:"
606
+
607
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
608
+ msgid "Your result has been entered into leaderboard"
609
+ msgstr "Az eredményed bekerült a ranglistába"
610
+
611
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
612
+ #: lib/view/WpProQuiz_View_FrontToplist.php:15
613
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:28
614
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
615
+ msgid "Name"
616
+ msgstr "Név"
617
+
618
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
619
+ msgid "Captcha"
620
+ msgstr "Captcha"
621
+
622
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
623
+ msgid "Send"
624
+ msgstr "Küldés"
625
+
626
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
627
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
628
+ msgid "You must fill out this field."
629
+ msgstr "A mező kitöltése kötelező."
630
+
631
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
632
+ msgid "You must specify a number."
633
+ msgstr "Válassz egy számot!"
634
+
635
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
636
+ msgid "You must specify a text."
637
+ msgstr "Meg kell adnod egy szöveget."
638
+
639
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
640
+ msgid "You must specify an email address."
641
+ msgstr "E-mail címet kell adni!"
642
+
643
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
644
+ msgid "You must specify a date."
645
+ msgstr "Írjál dátumot!"
646
+
647
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
648
+ #, php-format
649
+ msgid "%s of %s questions completed"
650
+ msgstr "%s megválaszolva %s -kérdésből"
651
+
652
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
653
+ #: lib/view/WpProQuiz_View_Import.php:44
654
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
655
+ msgid "Questions"
656
+ msgstr "Kérdések"
657
+
658
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
659
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
660
+ msgid "Information"
661
+ msgstr "Információ"
662
+
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
666
+ msgid "Time limit"
667
+ msgstr "Idő határ"
668
+
669
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
670
+ msgid "Answered"
671
+ msgstr "Megválaszolt"
672
+
673
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
674
+ msgid "Review"
675
+ msgstr "Felülvizsgálat"
676
+
677
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
678
+ msgid "Review question"
679
+ msgstr "Kérdés felülvizsgálata"
680
+
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
682
+ #, php-format
683
+ msgid "%s of %s questions answered correctly"
684
+ msgstr "Helyes válaszok száma: %s . Összes kérdés: %s"
685
+
686
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
687
+ msgid "Your time: <span></span>"
688
+ msgstr "Az időd: <span></span>"
689
+
690
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
691
+ msgid "Time has elapsed"
692
+ msgstr "Lejárt az idő"
693
+
694
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
695
+ #, php-format
696
+ msgid "You have reached %s of %s points, (%s)"
697
+ msgstr "Elért pontszám: %s Elérhető maximum: %s (Helyes %s)"
698
+
699
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
700
+ msgid "Average score"
701
+ msgstr "Átlag pontszám"
702
+
703
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
704
+ msgid "Your score"
705
+ msgstr "Pontszámod"
706
+
707
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
708
+ msgid "View questions"
709
+ msgstr "Válaszok áttekintése"
710
+
711
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
712
+ msgid "Show leaderboard"
713
+ msgstr "Ranglista megmutatása"
714
+
715
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
716
+ #, php-format
717
+ msgid "Question %s of %s"
718
+ msgstr "Kérdés: %s / %s"
719
+
720
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
721
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
722
+ #: lib/view/WpProQuiz_View_Statistics.php:104
723
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
724
+ msgid "Question"
725
+ msgstr "Kérdés"
726
+
727
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
728
+ #, php-format
729
+ msgid "%d points"
730
+ msgstr "%d pont"
731
+
732
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
733
+ #, php-format
734
+ msgid "Category: %s"
735
+ msgstr "Kategória: %s"
736
+
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
738
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:347
739
+ msgid "Sort elements"
740
+ msgstr "Elemek rendezése"
741
+
742
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
743
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
744
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:305
745
+ #: lib/view/WpProQuiz_View_Statistics.php:106
746
+ #: lib/view/WpProQuiz_View_Statistics.php:241
747
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
748
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
749
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
750
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
751
+ msgid "Correct"
752
+ msgstr "Helyes válasz"
753
+
754
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
755
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
756
+ #: lib/view/WpProQuiz_View_Statistics.php:107
757
+ #: lib/view/WpProQuiz_View_Statistics.php:242
758
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
759
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
760
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
761
+ msgid "Incorrect"
762
+ msgstr "Helytelen"
763
+
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
765
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
766
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
767
+ msgid "Hint"
768
+ msgstr "Segítség"
769
+
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
772
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
773
+ msgid "Skip question"
774
+ msgstr "A kérdés kihagyása"
775
+
776
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
777
+ msgid "Back"
778
+ msgstr "Vissza"
779
+
780
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
781
+ msgid "Check"
782
+ msgstr "Ellenőrzés"
783
+
784
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
785
+ msgid "Next"
786
+ msgstr "Következő"
787
+
788
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
789
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
790
+ #, php-format
791
+ msgid "Page %d"
792
+ msgstr "Oldal %d"
793
+
794
+ #: lib/view/WpProQuiz_View_FrontToplist.php:11
795
+ #, php-format
796
+ msgid "maximum of %s points"
797
+ msgstr "maximum %s pontból"
798
+
799
+ #: lib/view/WpProQuiz_View_FrontToplist.php:14
800
+ msgid "Pos."
801
+ msgstr "Poz."
802
+
803
+ #: lib/view/WpProQuiz_View_FrontToplist.php:18
804
+ msgid "Result"
805
+ msgstr "Eredmény"
806
+
807
+ #: lib/view/WpProQuiz_View_FrontToplist.php:23
808
+ msgid "Table is loading"
809
+ msgstr "A táblázat töltődik"
810
+
811
+ #: lib/view/WpProQuiz_View_GobalSettings.php:7
812
+ #: lib/view/WpProQuiz_View_GobalSettings.php:12
813
+ #: lib/view/WpProQuiz_View_GobalSettings.php:42
814
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
815
+ msgid "Global settings"
816
+ msgstr "Általános beállítások"
817
+
818
+ #: lib/view/WpProQuiz_View_GobalSettings.php:14
819
+ #: lib/view/WpProQuiz_View_GobalSettings.php:398
820
+ msgid "Settings in case of problems"
821
+ msgstr "Felmerülő problémák esetén javasolt beállítások"
822
+
823
+ #: lib/view/WpProQuiz_View_GobalSettings.php:30
824
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:263
825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
826
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
827
+ #: lib/view/WpProQuiz_View_WpqSupport.php:45
828
+ msgid "Save"
829
+ msgstr "Mentés"
830
+
831
+ #: lib/view/WpProQuiz_View_GobalSettings.php:48
832
+ #: lib/view/WpProQuiz_View_GobalSettings.php:53
833
+ msgid "Leaderboard time format"
834
+ msgstr "Ranglista idő formátuma"
835
+
836
+ #: lib/view/WpProQuiz_View_GobalSettings.php:75
837
+ msgid "Custom"
838
+ msgstr "Egyedi"
839
+
840
+ #: lib/view/WpProQuiz_View_GobalSettings.php:79
841
+ #: lib/view/WpProQuiz_View_GobalSettings.php:113
842
+ msgid "Documentation on date and time formatting"
843
+ msgstr "Dokumentáció dátum és idő formátuma"
844
+
845
+ #: lib/view/WpProQuiz_View_GobalSettings.php:87
846
+ #: lib/view/WpProQuiz_View_GobalSettings.php:92
847
+ msgid "Statistic time format"
848
+ msgstr "Idő statisztika formátum"
849
+
850
+ #: lib/view/WpProQuiz_View_GobalSettings.php:96
851
+ msgid "Select example:"
852
+ msgstr "Válassz példát:"
853
+
854
+ #: lib/view/WpProQuiz_View_GobalSettings.php:109
855
+ msgid "Time format:"
856
+ msgstr "Idő formátum:"
857
+
858
+ #: lib/view/WpProQuiz_View_GobalSettings.php:122
859
+ #: lib/view/WpProQuiz_View_GobalSettings.php:127
860
+ msgid "Category management"
861
+ msgstr "Kategória kezelés"
862
+
863
+ #: lib/view/WpProQuiz_View_GobalSettings.php:148
864
+ #: lib/view/WpProQuiz_View_GobalSettings.php:153
865
+ msgid "Quiz Category management"
866
+ msgstr ""
867
+
868
+ #: lib/view/WpProQuiz_View_GobalSettings.php:174
869
+ #: lib/view/WpProQuiz_View_GobalSettings.php:179
870
+ msgid "Quiz template management"
871
+ msgstr "Kvíz sablon kezelés"
872
+
873
+ #: lib/view/WpProQuiz_View_GobalSettings.php:199
874
+ #: lib/view/WpProQuiz_View_GobalSettings.php:204
875
+ msgid "Question template management"
876
+ msgstr "Kérdés sablon kezelés"
877
+
878
+ #: lib/view/WpProQuiz_View_GobalSettings.php:232
879
+ #: lib/view/WpProQuiz_View_GobalSettings.php:528
880
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
881
+ msgid "Admin e-mail settings"
882
+ msgstr "Admin e-mail beállítások"
883
+
884
+ #: lib/view/WpProQuiz_View_GobalSettings.php:238
885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
887
+ msgid "To:"
888
+ msgstr "Címzett:"
889
+
890
+ #: lib/view/WpProQuiz_View_GobalSettings.php:245
891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
892
+ msgid ""
893
+ "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
894
+ "com"
895
+ msgstr ""
896
+ "Több email címet vesszővel válassz el (pl wp@test.com, test@test.com stb.)"
897
+
898
+ #: lib/view/WpProQuiz_View_GobalSettings.php:251
899
+ #: lib/view/WpProQuiz_View_GobalSettings.php:323
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
902
+ msgid "From:"
903
+ msgstr "Feladó:"
904
+
905
+ #: lib/view/WpProQuiz_View_GobalSettings.php:264
906
+ #: lib/view/WpProQuiz_View_GobalSettings.php:333
907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
909
+ msgid "Subject:"
910
+ msgstr "Tárgy:"
911
+
912
+ #: lib/view/WpProQuiz_View_GobalSettings.php:274
913
+ #: lib/view/WpProQuiz_View_GobalSettings.php:343
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
916
+ msgid "HTML"
917
+ msgstr "HTML"
918
+
919
+ #: lib/view/WpProQuiz_View_GobalSettings.php:278
920
+ #: lib/view/WpProQuiz_View_GobalSettings.php:347
921
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
922
+ #: lib/view/WpProQuiz_View_GobalSettings.php:435
923
+ #: lib/view/WpProQuiz_View_GobalSettings.php:487
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
962
+ msgid "Activate"
963
+ msgstr "Aktiválás"
964
+
965
+ #: lib/view/WpProQuiz_View_GobalSettings.php:284
966
+ #: lib/view/WpProQuiz_View_GobalSettings.php:353
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
969
+ msgid "Message body:"
970
+ msgstr "Üzenet tartalma:"
971
+
972
+ #: lib/view/WpProQuiz_View_GobalSettings.php:292
973
+ #: lib/view/WpProQuiz_View_GobalSettings.php:361
974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
976
+ msgid "Allowed variables"
977
+ msgstr "Lehetséges változók"
978
+
979
+ #: lib/view/WpProQuiz_View_GobalSettings.php:294
980
+ #: lib/view/WpProQuiz_View_GobalSettings.php:363
981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
983
+ msgid "User-ID"
984
+ msgstr "Felhasználó-ID"
985
+
986
+ #: lib/view/WpProQuiz_View_GobalSettings.php:295
987
+ #: lib/view/WpProQuiz_View_GobalSettings.php:364
988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
990
+ #: lib/view/WpProQuiz_View_Statistics.php:322
991
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
992
+ msgid "Username"
993
+ msgstr "Felhasználónév"
994
+
995
+ #: lib/view/WpProQuiz_View_GobalSettings.php:296
996
+ #: lib/view/WpProQuiz_View_GobalSettings.php:365
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
999
+ msgid "Quiz-Name"
1000
+ msgstr "Kvíz név"
1001
+
1002
+ #: lib/view/WpProQuiz_View_GobalSettings.php:297
1003
+ #: lib/view/WpProQuiz_View_GobalSettings.php:366
1004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1006
+ msgid "Result in precent"
1007
+ msgstr "Százalékban megadott eredmény"
1008
+
1009
+ #: lib/view/WpProQuiz_View_GobalSettings.php:298
1010
+ #: lib/view/WpProQuiz_View_GobalSettings.php:367
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1013
+ msgid "Reached points"
1014
+ msgstr "Elért pontszám"
1015
+
1016
+ #: lib/view/WpProQuiz_View_GobalSettings.php:299
1017
+ #: lib/view/WpProQuiz_View_GobalSettings.php:368
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1020
+ msgid "IP-address of the user"
1021
+ msgstr "Felhasználó IP-címe"
1022
+
1023
+ #: lib/view/WpProQuiz_View_GobalSettings.php:300
1024
+ #: lib/view/WpProQuiz_View_GobalSettings.php:369
1025
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1027
+ msgid "Category-Overview"
1028
+ msgstr "Kategória áttekintése"
1029
+
1030
+ #: lib/view/WpProQuiz_View_GobalSettings.php:317
1031
+ #: lib/view/WpProQuiz_View_GobalSettings.php:529
1032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1033
+ msgid "User e-mail settings"
1034
+ msgstr "Felhasználó e-mail beállításai"
1035
+
1036
+ #: lib/view/WpProQuiz_View_GobalSettings.php:384
1037
+ msgid "to activate"
1038
+ msgstr "aktiválni"
1039
+
1040
+ #: lib/view/WpProQuiz_View_GobalSettings.php:386
1041
+ msgid "not to activate"
1042
+ msgstr "nem aktiválható"
1043
+
1044
+ #: lib/view/WpProQuiz_View_GobalSettings.php:392
1045
+ #: lib/view/WpProQuiz_View_WpqSupport.php:50
1046
+ msgid "Please note"
1047
+ msgstr "Kérlek figyelj oda"
1048
+
1049
+ #: lib/view/WpProQuiz_View_GobalSettings.php:394
1050
+ msgid ""
1051
+ "These settings should only be set in cases of problems with Wp-Pro-Quiz."
1052
+ msgstr ""
1053
+ "Ezek a beállítások csak Wp-Pro-Quiz használata közben adódó problémák esetén "
1054
+ "alkalmazhatók."
1055
+
1056
+ #: lib/view/WpProQuiz_View_GobalSettings.php:404
1057
+ #: lib/view/WpProQuiz_View_GobalSettings.php:409
1058
+ msgid "Automatically add [raw] shortcode"
1059
+ msgstr "Automatikusan hozzáad [raw] kódot"
1060
+
1061
+ #: lib/view/WpProQuiz_View_GobalSettings.php:413
1062
+ #, php-format
1063
+ msgid "It is recommended %s this option on your system."
1064
+ msgstr "Javasolt %s a rendszeredben."
1065
+
1066
+ #: lib/view/WpProQuiz_View_GobalSettings.php:416
1067
+ msgid ""
1068
+ "If this option is activated, a [raw] shortcode is automatically set around "
1069
+ "WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
1070
+ msgstr ""
1071
+ "Amennyiben ezt aktiválod, egy [raw] shortcode automatikusan beállításra "
1072
+ "kerül WpProQuiz shortcode ( [WpProQuiz X] ) ba [raw] [WpProQuiz X] [/raw]"
1073
+
1074
+ #: lib/view/WpProQuiz_View_GobalSettings.php:419
1075
+ #: lib/view/WpProQuiz_View_QuizOverall.php:42
1076
+ msgid ""
1077
+ "Own themes changes internal order of filters, what causes the problems. "
1078
+ "With additional shortcode [raw] this is prevented."
1079
+ msgstr ""
1080
+ "Saját témák megváltoztatják a szűrők belső sorrendjét, mely problémákat "
1081
+ "okozhat. Hozzáadott shortcode-al [raw] ez megelőzhető."
1082
+
1083
+ #: lib/view/WpProQuiz_View_GobalSettings.php:426
1084
+ #: lib/view/WpProQuiz_View_GobalSettings.php:431
1085
+ msgid "Do not load the Javascript-files in the footer"
1086
+ msgstr "Ne tölts Javascript-file-okat a footer-be"
1087
+
1088
+ #: lib/view/WpProQuiz_View_GobalSettings.php:438
1089
+ msgid ""
1090
+ "Generally all WpProQuiz-Javascript files are loaded in the footer and only "
1091
+ "when they are really needed."
1092
+ msgstr ""
1093
+ "Alapvetően az összes WpProQuiz-Javascript file a footer be töltődik és csak "
1094
+ "akkor amikor szükség van rájuk."
1095
+
1096
+ #: lib/view/WpProQuiz_View_GobalSettings.php:441
1097
+ msgid "In very old Wordpress themes this can lead to problems."
1098
+ msgstr "Régi Wordpress sablonoknál problémát okozhat"
1099
+
1100
+ #: lib/view/WpProQuiz_View_GobalSettings.php:444
1101
+ msgid ""
1102
+ "If you activate this option, all WpProQuiz-Javascript files are loaded in "
1103
+ "the header even if they are not needed."
1104
+ msgstr ""
1105
+ "Amennyiben ezt engedélyezed, minden WP-Pro-Quiz-Javascript file betöltésre "
1106
+ "kerül a headerbe még ha nincs is rájuk szükség."
1107
+
1108
+ #: lib/view/WpProQuiz_View_GobalSettings.php:447
1109
+ #, php-format
1110
+ msgid ""
1111
+ "Anyone who wants to learn more about this topic should read through the "
1112
+ "following websites %s and %s."
1113
+ msgstr ""
1114
+ "Amennyiben többet szeretnél megtudni az adott témáról, olvasd át az adott "
1115
+ "weboldalakat: %s és %s."
1116
+
1117
+ #: lib/view/WpProQuiz_View_GobalSettings.php:456
1118
+ #: lib/view/WpProQuiz_View_GobalSettings.php:461
1119
+ msgid "Touch Library"
1120
+ msgstr "Touch Library"
1121
+
1122
+ #: lib/view/WpProQuiz_View_GobalSettings.php:465
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1128
+ msgid "Deactivate"
1129
+ msgstr "Deaktiválás"
1130
+
1131
+ #: lib/view/WpProQuiz_View_GobalSettings.php:468
1132
+ msgid "In Version 0.13 a new Touch Library was added for mobile devices."
1133
+ msgstr "A 0.13-as verziótól új Touch Library -t kapott a mobil eszközökhöz."
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 "Amennyiben gond lenne a Touch Library-vel, kérem deaktiváld azt!"
1138
+
1139
+ #: lib/view/WpProQuiz_View_GobalSettings.php:478
1140
+ #: lib/view/WpProQuiz_View_GobalSettings.php:483
1141
+ msgid "jQuery support cors"
1142
+ msgstr "jQuery support cors"
1143
+
1144
+ #: lib/view/WpProQuiz_View_GobalSettings.php:490
1145
+ msgid "Is required only in rare cases."
1146
+ msgstr "Csak ritkán ajánlott."
1147
+
1148
+ #: lib/view/WpProQuiz_View_GobalSettings.php:493
1149
+ msgid "If you have problems with the front ajax, please activate it."
1150
+ msgstr "Amennyiben gond lenne a front ajaxal, kérem aktíváld!"
1151
+
1152
+ #: lib/view/WpProQuiz_View_GobalSettings.php:496
1153
+ msgid "e.g. Domain with special characters in combination with IE"
1154
+ msgstr "pl Domain speciális karakterekkel az IE kombinációkkal"
1155
+
1156
+ #: lib/view/WpProQuiz_View_GobalSettings.php:503
1157
+ #: lib/view/WpProQuiz_View_GobalSettings.php:508
1158
+ #: lib/view/WpProQuiz_View_GobalSettings.php:510
1159
+ msgid "Repair database"
1160
+ msgstr "Adatbázis javítása"
1161
+
1162
+ #: lib/view/WpProQuiz_View_GobalSettings.php:512
1163
+ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1164
+ msgstr "Dátumot nem törlünk. Csak a WP-Pro-Quiz táblák lesznek javítva."
1165
+
1166
+ #: lib/view/WpProQuiz_View_Import.php:21
1167
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1168
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1169
+ msgid "Import"
1170
+ msgstr "Importálás"
1171
+
1172
+ #: lib/view/WpProQuiz_View_Import.php:25
1173
+ msgid "Error"
1174
+ msgstr "Hiba"
1175
+
1176
+ #: lib/view/WpProQuiz_View_Import.php:32
1177
+ msgid "Successfully"
1178
+ msgstr "Sikeresen"
1179
+
1180
+ #: lib/view/WpProQuiz_View_Import.php:34
1181
+ msgid "Import completed successfully"
1182
+ msgstr "Az importálás sikerült."
1183
+
1184
+ #: lib/view/WpProQuiz_View_Import.php:43
1185
+ msgid "Quiz name"
1186
+ msgstr "Kvíz név"
1187
+
1188
+ #: lib/view/WpProQuiz_View_Import.php:69
1189
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1190
+ msgid "Start import"
1191
+ msgstr "Importálás megkezdése"
1192
+
1193
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:7
1194
+ msgid "WP-Pro-Quiz special modification"
1195
+ msgstr ""
1196
+
1197
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1198
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1199
+ msgid "You need special WP-Pro-Quiz modification for your website?"
1200
+ msgstr ""
1201
+
1202
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:11
1203
+ msgid "We offer you:"
1204
+ msgstr ""
1205
+
1206
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:13
1207
+ msgid "Design adaption for your theme"
1208
+ msgstr ""
1209
+
1210
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:14
1211
+ msgid "Creation of additional modules for your needs"
1212
+ msgstr ""
1213
+
1214
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:15
1215
+ msgid "Premium Support"
1216
+ msgstr ""
1217
+
1218
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:18
1219
+ msgid "Contact us:"
1220
+ msgstr ""
1221
+
1222
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:20
1223
+ msgid "Send us an e-mail"
1224
+ msgstr ""
1225
+
1226
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:21
1227
+ msgid "The e-mail must be written in english or german"
1228
+ msgstr ""
1229
+
1230
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:22
1231
+ msgid "Explain your wish detailed and exactly as possible"
1232
+ msgstr ""
1233
+
1234
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:24
1235
+ msgid "You can send us screenshots, sketches and attachments"
1236
+ msgstr ""
1237
+
1238
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:27
1239
+ msgid "Send us your full name and your web address (webpage-URL)"
1240
+ msgstr ""
1241
+
1242
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:28
1243
+ msgid ""
1244
+ "If you wish design adaption, we additionally need the name of your theme"
1245
+ msgstr ""
1246
+
1247
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:32
1248
+ msgid ""
1249
+ "After receiving your e-mail we will verify your request on feasibility. "
1250
+ "After this you will receive e-mail from us with further details and offer."
1251
+ msgstr ""
1252
+
1253
+ #: lib/view/WpProQuiz_View_InfoAdaptation.php:35
1254
+ msgid ""
1255
+ "Extended support in first 6 months. Reported bugs and updates of WP Pro Quiz "
1256
+ "are supported. Exception are major releases (update of main version)"
1257
+ msgstr ""
1258
+
1259
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1261
+ msgid "load template"
1262
+ msgstr "Sablon betöltése"
1263
+
1264
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1265
+ msgid "Title"
1266
+ msgstr "Cím"
1267
+
1268
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:40
1269
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1270
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1271
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1272
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1275
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1276
+ msgid "(optional)"
1277
+ msgstr "(opcionális)"
1278
+
1279
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:43
1280
+ msgid ""
1281
+ "The title is used for overview, it is not visible in quiz. If you leave the "
1282
+ "title field empty, a title will be generated."
1283
+ msgstr ""
1284
+ "Ez a cím csak áttekintéshez használható, a kvízben nem fog megjelenni. "
1285
+ "Amennyiben üresen hagyod, generált nevet fog kapni."
1286
+
1287
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1288
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1289
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1291
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1293
+ msgid "(required)"
1294
+ msgstr "(ajánlott)"
1295
+
1296
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:53
1297
+ msgid "Points for this question (Standard is 1 point)"
1298
+ msgstr "Ezért a kérdésért ennyi pont jár (1 pont általában)"
1299
+
1300
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:59
1301
+ msgid ""
1302
+ "This points will be rewarded, only if the user closes the question correctly."
1303
+ msgstr "Ezek a pontok akkor járnak, ha a felhasználó helyesen válaszol."
1304
+
1305
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:65
1306
+ msgid "Different points for each answer"
1307
+ msgstr "Minden egyes válasz egyedi pontot ér."
1308
+
1309
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:68
1310
+ msgid ""
1311
+ "If you enable this option, you can enter different points for every answer."
1312
+ msgstr ""
1313
+ "Ez az opció alkalmas arra,hogy minden egyes válaszhoz különböző pontszámokat "
1314
+ "rendelj."
1315
+
1316
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:74
1317
+ msgid "Show reached points in the correct- and incorrect message?"
1318
+ msgstr "Helyes és helytelen válasz esetén is látható legyen az elért pontszám?"
1319
+
1320
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1321
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1323
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1324
+ #: lib/view/WpProQuiz_View_Statistics.php:124
1325
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1326
+ msgid "Category"
1327
+ msgstr "Kategória"
1328
+
1329
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:83
1330
+ msgid ""
1331
+ "You can assign classify category for a question. Categories are e.g. visible "
1332
+ "in statistics function."
1333
+ msgstr ""
1334
+ "A kérdéshez csoportosított kategória rendelhető. Kategóriák pl. láthatóak a "
1335
+ "statisztika funkcióban."
1336
+
1337
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1339
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1340
+ msgid "You can manage categories in global settings."
1341
+ msgstr "Az általános beállítások alatt lehet a kategóriákat szerkeszteni."
1342
+
1343
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1344
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1347
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1348
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1349
+ msgid "Create new category"
1350
+ msgstr "Új kategória létrehozása"
1351
+
1352
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1354
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1355
+ msgid "Create"
1356
+ msgstr "Létrehoz"
1357
+
1358
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:118
1359
+ msgid "Message with the correct / incorrect answer"
1360
+ msgstr "Üzenet helyes / helytelen válasz esetén"
1361
+
1362
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:120
1363
+ msgid "Deactivated in quiz settings."
1364
+ msgstr "Ki lett kapcsolva a Kvíz beállításainál."
1365
+
1366
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1367
+ msgid "Message with the correct answer"
1368
+ msgstr "Üzenet helyes válasz esetén"
1369
+
1370
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:128
1371
+ msgid ""
1372
+ "This text will be visible if answered correctly. It can be used as "
1373
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1374
+ "always displayed automatically."
1375
+ msgstr ""
1376
+ "Ez a szöveg jelenik meg, amennyiben a válasz helyes. Bonyolultabb kérdések "
1377
+ "magyarázatakor lehet hasznos. A \"Helyes\" vagy \"Helytelen\" üzenet mindig "
1378
+ "megjelenik automatikusan."
1379
+
1380
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:132
1381
+ msgid "Same text for correct- and incorrect-message?"
1382
+ msgstr "Helyes és helytelen üzenet esetén is ugyanaz az a szöveg jelenjen meg?"
1383
+
1384
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1385
+ msgid "Message with the incorrect answer"
1386
+ msgstr "Üzenet helytelen válasz esetén"
1387
+
1388
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:145
1389
+ msgid ""
1390
+ "This text will be visible if answered incorrectly. It can be used as "
1391
+ "explanation for complex questions. The message \"Right\" or \"Wrong\" is "
1392
+ "always displayed automatically."
1393
+ msgstr ""
1394
+ "Ez a szöveg jelenik meg, amennyiben a válasz helytelen. Bonyolultabb "
1395
+ "kérdések magyarázatakor lehet hasznos. A \"Helyes\" vagy \"Helytelen\" "
1396
+ "üzenet mindig megjelenik automatikusan."
1397
+
1398
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:157
1399
+ msgid "Here you can enter solution hint."
1400
+ msgstr "Ide írhatod a helyes válaszra utaló segítséget."
1401
+
1402
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:161
1403
+ msgid "Activate hint for this question?"
1404
+ msgstr "Szeretnéd igénybe venni a segítséget ennél a kérdésnél?"
1405
+
1406
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:173
1407
+ msgid "Answer type"
1408
+ msgstr "Válasz típus"
1409
+
1410
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:181
1411
+ msgid "Single choice"
1412
+ msgstr "Egyszerű választás"
1413
+
1414
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:185
1415
+ msgid "Multiple choice"
1416
+ msgstr "Többszörös választási lehetőség"
1417
+
1418
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:189
1419
+ msgid "\"Free\" choice"
1420
+ msgstr "\"Szabad\" választás"
1421
+
1422
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:193
1423
+ msgid "\"Sorting\" choice"
1424
+ msgstr "\"Rendezés\" választás"
1425
+
1426
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:197
1427
+ msgid "\"Matrix Sorting\" choice"
1428
+ msgstr "\"Matrix Rendezés\" választás"
1429
+
1430
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:201
1431
+ msgid "Cloze"
1432
+ msgstr "Kitöltés"
1433
+
1434
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:205
1435
+ msgid "Assessment"
1436
+ msgstr "Értékelés"
1437
+
1438
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1439
+ msgid "Answers"
1440
+ msgstr "Válaszok"
1441
+
1442
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:218
1443
+ msgid ""
1444
+ "Please sort the answers in right order with the \"Move\" - Button. The "
1445
+ "answers will be displayed randomly."
1446
+ msgstr ""
1447
+ "Kérlek, rendezd a szavakat helyes sorrendbe a \"Mozgat\" gomb segítségével. "
1448
+ "A válaszok véletlenszerűen jelennek meg."
1449
+
1450
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:223
1451
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:229
1452
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:251
1453
+ msgid "Add new answer"
1454
+ msgstr "Új válasz hozzáadása"
1455
+
1456
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:233
1457
+ msgid ""
1458
+ "In this mode, not a list have to be sorted, but elements must be assigned to "
1459
+ "matching criterion."
1460
+ msgstr ""
1461
+ "Ebben a módban nem a listát kell rendezni, hanem az elemeket kell a "
1462
+ "megfelelő kritériumokhoz rendelni."
1463
+
1464
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:236
1465
+ msgid ""
1466
+ "You can create sort elements with empty criteria, which can't be assigned by "
1467
+ "user."
1468
+ msgstr ""
1469
+ "Létrehozhatsz rendezhető elemeket üres kritériumokkal, mely nem rendelhető "
1470
+ "felhasználóhoz."
1471
+
1472
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:240
1473
+ msgid "Percentage width of criteria table column:"
1474
+ msgstr "A kritérium hasáb szélessége százalékos értékben:"
1475
+
1476
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:245
1477
+ msgid ""
1478
+ "Allows adjustment of the left column's width, and the right column will auto-"
1479
+ "fill the rest of the available space. Increase this to allow accommodate "
1480
+ "longer criterion text. Defaults to 20%."
1481
+ msgstr ""
1482
+ "A bal oldali hasáb szélességét határozhatod meg, így a jobb hasáb "
1483
+ "automatikusan felveszi a maradék helyet. Ezt növelve lehetővé tehető "
1484
+ "hosszabb meghatározás szöveg is. Az alap 20%."
1485
+
1486
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1488
+ msgid "template name"
1489
+ msgstr "sablon név"
1490
+
1491
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1493
+ msgid "Create new template"
1494
+ msgstr "Új sablon létrehozása"
1495
+
1496
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1497
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1498
+ msgid "Save as template"
1499
+ msgstr "Sablonként való mentés"
1500
+
1501
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1502
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1503
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1505
+ msgid "Options"
1506
+ msgstr "Opciók"
1507
+
1508
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:296
1509
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:399
1510
+ msgid "Answer"
1511
+ msgstr "Válasz"
1512
+
1513
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:311
1514
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:370
1515
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:376
1516
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:408
1517
+ msgid "Allow HTML"
1518
+ msgstr "HTML engedélyezése"
1519
+
1520
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:328
1521
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:383
1522
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:425
1523
+ msgid "Delete answer"
1524
+ msgstr "Válasz törlése"
1525
+
1526
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:329
1527
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:384
1528
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:426
1529
+ msgid "Add Media"
1530
+ msgstr "Média hozzáadása"
1531
+
1532
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:330
1533
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1534
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1535
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1536
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1537
+ msgid "Move"
1538
+ msgstr "Mozgatás"
1539
+
1540
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:346
1541
+ msgid "Criterion"
1542
+ msgstr "Kritérium"
1543
+
1544
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:438
1545
+ msgid ""
1546
+ "correct answers (one per line) (answers will be converted to lower case)"
1547
+ msgstr ""
1548
+ "helyes válaszok (soronként egyesével) (a válaszok kisbetűssé lesznek "
1549
+ "alakítva)"
1550
+
1551
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:451
1552
+ msgid ""
1553
+ "Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
1554
+ "small letters will be ignored."
1555
+ msgstr ""
1556
+ "A kereső szavakat tedd kapcsos zárójel közé pl. \"I {play} soccer\". Nagy és "
1557
+ "kisbetűk nem számítanak."
1558
+
1559
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:454
1560
+ msgid ""
1561
+ "You can specify multiple options for a search word. Enclose the word with "
1562
+ "[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
1563
+ "{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
1564
+ "hate are correct."
1565
+ msgstr ""
1566
+ "A keresett szóhoz több jó választ határozhatsz meg. Ha a szót [ ] -ba teszed "
1567
+ "pl. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I {[play]"
1568
+ "[love][hate]} soccer\" </span>. Ekkor a: play, love vagy hate mind helyes "
1569
+ "válaszok lesznek."
1570
+
1571
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:457
1572
+ msgid ""
1573
+ "If mode \"Different points for every answer\" is activated, you can assign "
1574
+ "points with |POINTS. Otherwise 1 point will be awarded for every answer."
1575
+ msgstr ""
1576
+ "Amennyiben a \"Válaszonként eltérő pontozás\" aktiválva van, a |PONT -al "
1577
+ "határozhatsz meg pontokat. Egyébként 1 pontot ér minden jó válasz."
1578
+
1579
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:460
1580
+ msgid ""
1581
+ "e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
1582
+ "\" 3 points."
1583
+ msgstr ""
1584
+ "pl: \"I {play} soccer, with a {ball|3}\" Ahol a \"play\" 1 pontot ér és a "
1585
+ "\"ball\" pedig 3-at."
1586
+
1587
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:472
1588
+ msgid "Here you can create an assessment question."
1589
+ msgstr "Itt egy értékelő kérdést adhatsz meg."
1590
+
1591
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:475
1592
+ msgid ""
1593
+ "Enclose a assesment with {}. The individual assessments are marked with []."
1594
+ msgstr ""
1595
+ "Az értékelési skálát tedd kapcsos zárójelbe {}, az egyedi értékeket pedig "
1596
+ "négyzetes zárójelbe []."
1597
+
1598
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:477
1599
+ msgid "The number of options in the maximum score."
1600
+ msgstr "Lehetőségek száma lesz a maximális pontszám."
1601
+
1602
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:480
1603
+ msgid "Examples:"
1604
+ msgstr "Példák:"
1605
+
1606
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:482
1607
+ msgid "less true { [1] [2] [3] [4] [5] } more true"
1608
+ msgstr "kevésbé igaz { [1] [2] [3] [4] [5] } inkább igaz"
1609
+
1610
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1611
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1635
+ msgid "Demo"
1636
+ msgstr "Demó"
1637
+
1638
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:491
1639
+ msgid "less true { [a] [b] [c] } more true"
1640
+ msgstr "kevésbé igaz { [a] [b] [c] } inkább igaz"
1641
+
1642
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:510
1643
+ msgid "Single choice options"
1644
+ msgstr "Egyszerű választási lehetőségek"
1645
+
1646
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:513
1647
+ msgid ""
1648
+ "If \"Different points for each answer\" is activated, you can activate a "
1649
+ "special mode.<br> This changes the calculation of the points"
1650
+ msgstr ""
1651
+ "Amennyiben \"Válaszonként eltérő pontozás\" aktív, egy speciális mód válik "
1652
+ "elérhetővé. <br> Ez megváltoztatja a pontok kiszámítását"
1653
+
1654
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:517
1655
+ msgid "Different points - modus 2 activate"
1656
+ msgstr "Eltérő pontozás - mód 2 aktív"
1657
+
1658
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:521
1659
+ msgid "Disables the distinction between correct and incorrect."
1660
+ msgstr "Helyes és helytelen közötti különbség kikapcsolása."
1661
+
1662
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:525
1663
+ msgid "disable correct and incorrent"
1664
+ msgstr "helyes és helytelen kikapcsolása"
1665
+
1666
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:529
1667
+ msgid "Explanation of points calculation"
1668
+ msgstr "A pontok kiszámításának magyarázata."
1669
+
1670
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:549
1671
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:554
1672
+ msgid "\"Different points for each answer\" enabled"
1673
+ msgstr "\"Válaszonkénti eltérő pontozás\" engedélyezve"
1674
+
1675
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:551
1676
+ msgid "\"Different points - mode 2\" disable"
1677
+ msgstr "\"Eltérő pontozás - mód 2\" tiltva"
1678
+
1679
+ #: lib/view/WpProQuiz_View_QuestionEdit.php:556
1680
+ msgid "\"Different points - mode 2\" enabled"
1681
+ msgstr "\"Eltérő pontozás - mód 2\" engedélyezve"
1682
+
1683
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:17
1684
+ msgid "Questions sorted"
1685
+ msgstr "Válogatott kérdések"
1686
+
1687
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1688
+ #: lib/view/WpProQuiz_View_Statistics.php:169
1689
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1690
+ msgid "Total"
1691
+ msgstr "Összesen"
1692
+
1693
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:86
1694
+ msgid "Add question"
1695
+ msgstr "Kérdés hozzáadása"
1696
+
1697
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:87
1698
+ msgid "Save order"
1699
+ msgstr "Sorrend mentése"
1700
+
1701
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:88
1702
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:93
1703
+ msgid "Copy questions from another Quiz"
1704
+ msgstr "Másik kvízből kérdések másolása"
1705
+
1706
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:94
1707
+ msgid ""
1708
+ "Here you can copy questions from another quiz into this quiz. (Multiple "
1709
+ "selection enabled)"
1710
+ msgstr ""
1711
+ "Itt lehet kérdéseket másolni ebbe a kvízbe egy másik kvízből.(Többszörös "
1712
+ "kiválasztás engedélyezve)"
1713
+
1714
+ #: lib/view/WpProQuiz_View_QuestionOverall.php:106
1715
+ msgid "Copy questions"
1716
+ msgstr "Kérdések másolása"
1717
+
1718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1719
+ msgid "Quiz title"
1720
+ msgstr "Kvíz cím"
1721
+
1722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1723
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1724
+ msgid "You can assign classify category for a quiz."
1725
+ msgstr ""
1726
+
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1728
+ msgid "Hide quiz title"
1729
+ msgstr "Kvíz címének elrejtése"
1730
+
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1732
+ msgid "Hide title"
1733
+ msgstr "Cím elrejtése"
1734
+
1735
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1736
+ msgid "The title serves as quiz heading."
1737
+ msgstr "A cím egyben a kvíz leírása is."
1738
+
1739
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1740
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1741
+ msgid "Hide \"Restart quiz\" button"
1742
+ msgstr "A \"Kvíz újraindítása\" gomb elrejtése"
1743
+
1744
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1745
+ msgid "Hide the \"Restart quiz\" button in the Frontend."
1746
+ msgstr "Elrejti a \"Kvíz újraindítása\" gombot az oldalon."
1747
+
1748
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1749
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1750
+ msgid "Hide \"View question\" button"
1751
+ msgstr "A \"Kérdések átnézése\" gomb elrejtése"
1752
+
1753
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1754
+ msgid "Hide the \"View question\" button in the Frontend."
1755
+ msgstr "Elrejti a \"Kérdés megtekintése\" gombot az oldalon."
1756
+
1757
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1758
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1759
+ msgid "Display question randomly"
1760
+ msgstr "A kérdések véletlenszerű megjelenése"
1761
+
1762
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1763
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1764
+ msgid "Display answers randomly"
1765
+ msgstr "A válaszok véletlenszerű megjelenése"
1766
+
1767
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1768
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1769
+ msgid "Sort questions by category"
1770
+ msgstr "Kérdések kategória szerinti rendezése"
1771
+
1772
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1773
+ msgid ""
1774
+ "Also works in conjunction with the \"display randomly question\" option."
1775
+ msgstr "Működik kötőszavakkal is a \"jeleníts meg random kérdést\" opciónál."
1776
+
1777
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1778
+ msgid "Seconds"
1779
+ msgstr "Másodperc"
1780
+
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1782
+ msgid "0 = no limit"
1783
+ msgstr "0= nincs határ"
1784
+
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1787
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1788
+ msgid "Statistics"
1789
+ msgstr "Statisztikák"
1790
+
1791
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1792
+ msgid ""
1793
+ "Statistics about right or wrong answers. Statistics will be saved by "
1794
+ "completed quiz, not after every question. The statistics is only visible "
1795
+ "over administration menu. (internal statistics)"
1796
+ msgstr ""
1797
+ "A statisztika jó/ rossz válaszokról szól. A statisztika kitöltött kvízenként "
1798
+ "kerül mentésre, nem kérdésenként, és csak az Adminisztrátori felületen "
1799
+ "érhető el. (ez egy belső statisztika)"
1800
+
1801
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1802
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1803
+ msgid "Statistics IP-lock"
1804
+ msgstr "Statisztika IP zár"
1805
+
1806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1807
+ msgid "in minutes (recommended 1440 minutes = 1 day)"
1808
+ msgstr "percekben megadva (javasolt: 1440 perc = 1nap)"
1809
+
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1811
+ msgid ""
1812
+ "Protect the statistics from spam. Result will only be saved every X minutes "
1813
+ "from same IP. (0 = deactivated)"
1814
+ msgstr ""
1815
+ "Megvédi a statisztikát a csalásoktól. Az eredmény csak X percenként kerül "
1816
+ "mentésre egy azonos IP-rő. (0 = deaktiválás)"
1817
+
1818
+ #: lib/view/WpProQuiz_View_QuizEdit.php:246
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1820
+ msgid "Execute quiz only once"
1821
+ msgstr "Csak egyszer lehet a kvízt kitölteni"
1822
+
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1824
+ msgid ""
1825
+ "If you activate this option, the user can complete the quiz only once. "
1826
+ "Afterwards the quiz is blocked for this user."
1827
+ msgstr ""
1828
+ "Ha aktiválod ezt az opciót, a felhasználó csak egyszer töltheti ki a kvízt. "
1829
+ "Ezután a kvíz nem jelenik meg többször a felhasználónak."
1830
+
1831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1832
+ msgid "This option applies to:"
1833
+ msgstr "Ez az opció alkalmas:"
1834
+
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1836
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1837
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1838
+ msgid "all users"
1839
+ msgstr "minden felhasználó"
1840
+
1841
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1842
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1843
+ msgid "registered useres only"
1844
+ msgstr "csak regisztrált felhasználók részére"
1845
+
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1847
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1848
+ msgid "anonymous users only"
1849
+ msgstr "csak anonim felhasználók részére"
1850
+
1851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1852
+ msgid "user identification by cookie"
1853
+ msgstr "cookie alapján meghatározott felhasználó"
1854
+
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1856
+ msgid ""
1857
+ "If you activate this option, a cookie is set additionally for unregistrated "
1858
+ "(anonymous) users. This ensures a longer assignment of the user than the "
1859
+ "simple assignment by the IP address."
1860
+ msgstr ""
1861
+ "Amennyiben engedélyezed, a cookie-k at fogunk használni a nem regisztrált "
1862
+ "felhasználók azonosítására. Ez hosszabb távon kötődik felhasználóhoz, mint "
1863
+ "az IP megjelölés."
1864
+
1865
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1866
+ msgid "Reset the user identification"
1867
+ msgstr "Felhasználói azonosítás törlése"
1868
+
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1870
+ msgid "User identification has been reset."
1871
+ msgstr "Felhasználói azonosítás törlése megtörtént."
1872
+
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1874
+ msgid "Resets user identification for all users."
1875
+ msgstr "Törli az összes Felhasználó azonosítását."
1876
+
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1879
+ msgid "Show only specific number of questions"
1880
+ msgstr "Csak bizonyos számú kérdés jelenjen meg"
1881
+
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1883
+ msgid ""
1884
+ "If you enable this option, maximum number of displayed questions will be X "
1885
+ "from X questions. (The output of questions is random)"
1886
+ msgstr ""
1887
+ "Amennyiben ezt engedélyezed, a megjeleníthető kérdések maximuma X lesz X "
1888
+ "kérdésből. (A kérdések megjelenése véletlenszerű lesz)"
1889
+
1890
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1891
+ msgid "How many questions should be displayed simultaneously:"
1892
+ msgstr "Hány kérdés jelenjen meg egyszerre:"
1893
+
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1895
+ msgid "in percent"
1896
+ msgstr "százalékosan"
1897
+
1898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1900
+ msgid "Prerequisites"
1901
+ msgstr "Előfeltételek"
1902
+
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1904
+ msgid ""
1905
+ "If you enable this option, you can choose quiz, which user have to finish "
1906
+ "before he can start this quiz."
1907
+ msgstr ""
1908
+ "Ha bekapcsolod ezt az opciót, kiválaszthatod azt a kvízt, amelyet a "
1909
+ "felhasználónak be kell fejeznie ahhoz, hogy elkezdhesse ezt."
1910
+
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1912
+ msgid ""
1913
+ "In all selected quizzes statistic function have to be active. If it is not "
1914
+ "it will be activated automatically."
1915
+ msgstr ""
1916
+ "Mindegyik kvízes statisztikai funkciónak működnie kell. Ha nem, "
1917
+ "automatikusan fog aktiválódni."
1918
+
1919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1920
+ msgid "Quiz"
1921
+ msgstr "Kvíz"
1922
+
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1924
+ msgid "Prerequisites (This quiz have to be finished)"
1925
+ msgstr "Előfeltételek (Ezt a kvízt be kell fejezni)"
1926
+
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1930
+ msgid "Question overview"
1931
+ msgstr "Kérdések áttekintése"
1932
+
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1934
+ msgid ""
1935
+ "Add at the top of the quiz a question overview, which allows easy "
1936
+ "navigation. Additional questions can be marked \"to review\"."
1937
+ msgstr ""
1938
+ "A kvíz tetejéhez kérdés áttekintőt ad, mely segíti a könnyebb navigálást. "
1939
+ "További kérdések megjelölhetőek \"felülvizsgálatra\"."
1940
+
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1942
+ msgid "Additional quiz overview will be displayed, before quiz is finished."
1943
+ msgstr "További kvíz áttekintést a kvíz befejezése előtt mutatunk majd."
1944
+
1945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1946
+ msgid ""
1947
+ "If you enalbe this option, no quiz overview will be displayed, before "
1948
+ "finishing quiz."
1949
+ msgstr ""
1950
+ "Ha ezt az opciót választod, nem lesz kvíz áttekintő a kvíz befejezése előtt."
1951
+
1952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1953
+ msgid ""
1954
+ "If you enable this option, user won't be able to skip question. (only in "
1955
+ "\"Overview -> next\" mode). User still will be able to navigate over "
1956
+ "\"Question-Overview\""
1957
+ msgstr ""
1958
+ "Ha ezt az opciót bekapcsolod, a felhasználó nem hagyhat ki kérdéseket. (Csak "
1959
+ "\"Áttekintés->következő\" módban). A felhasználó át tud lépni a \"Kérdés- "
1960
+ "Áttekintés\"-be."
1961
+
1962
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1963
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1966
+ msgid "Admin e-mail notification"
1967
+ msgstr "Admin e-mail visszajelzés"
1968
+
1969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1971
+ msgid "for registered users only"
1972
+ msgstr "csak regisztrált felhasználó számára"
1973
+
1974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1976
+ msgid "for all users"
1977
+ msgstr "minden felhasználó számára"
1978
+
1979
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1981
+ msgid ""
1982
+ "If you enable this option, you will be informed if a user completes this "
1983
+ "quiz."
1984
+ msgstr ""
1985
+ "Ha ezt az opciót bekapcsolod, jelzést kapsz arról, ha egy felhasználó "
1986
+ "kitöltötte a kvízt."
1987
+
1988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1989
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1990
+ msgid "E-Mail settings can be edited in global settings."
1991
+ msgstr "E-mail beállítások az általános beállítások alatt szerkeszthetők."
1992
+
1993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1997
+ msgid "User e-mail notification"
1998
+ msgstr "Felhasználói e-mail visszajelzés"
1999
+
2000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2001
+ msgid ""
2002
+ "If you enable this option, an email is sent with his quiz result to the "
2003
+ "user. (only registered users)"
2004
+ msgstr ""
2005
+ "Ha engedélyezed ezt az opciót, egy e-mail értesíti a felhasználót az "
2006
+ "eredményéről. (csak regisztráltakat)"
2007
+
2008
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2009
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2010
+ msgid "Autostart"
2011
+ msgstr "Automatikus indítás"
2012
+
2013
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2014
+ msgid ""
2015
+ "If you enable this option, the quiz will start automatically after the page "
2016
+ "is loaded."
2017
+ msgstr ""
2018
+ "Ha bekapcsolod ezt az opciót, a kvíz automatikusan elindul, miután "
2019
+ "betöltődött az oldal."
2020
+
2021
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2022
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2023
+ msgid "Only registered users are allowed to start the quiz"
2024
+ msgstr "Csak a regisztrált felhasználók kezdhetik el a kvízt."
2025
+
2026
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2027
+ msgid ""
2028
+ "If you enable this option, only registered users allowed start the quiz."
2029
+ msgstr ""
2030
+ "Ha bejelölöd ezt az opciót, csak a regisztrált felhasználók kezdhetik el a "
2031
+ "kvízt."
2032
+
2033
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2034
+ msgid "Quiz description"
2035
+ msgstr "Kvíz leírása"
2036
+
2037
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2038
+ msgid "This text will be displayed before start of the quiz."
2039
+ msgstr "Ez a szöveg fog megjelenni a kvíz megkezdése előtt."
2040
+
2041
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2042
+ msgid "Results text"
2043
+ msgstr "Végeredmény szöveg"
2044
+
2045
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2046
+ msgid ""
2047
+ "This text will be displayed at the end of the quiz (in results). (this text "
2048
+ "is optional)"
2049
+ msgstr ""
2050
+ "Ez a szöveg fog megjelenni a kvíz végén (a végeredményekben) (ez a szöveg "
2051
+ "opcionális)"
2052
+
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2054
+ msgid "Activate graduation"
2055
+ msgstr "Fokozatokra osztás aktíválása"
2056
+
2057
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2058
+ msgid "Hint:"
2059
+ msgstr "Segítség:"
2060
+
2061
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2062
+ msgid "Maximal 15 levels"
2063
+ msgstr "Maximum 15 szint"
2064
+
2065
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2066
+ #, php-format
2067
+ msgid ""
2068
+ "Percentages refer to the total score of the quiz. (Current total %d points "
2069
+ "in %d questions."
2070
+ msgstr ""
2071
+ "A százalékok meghatározzák a kvíz teljes pontszámát. (Aktuális totál %d pont "
2072
+ "%d kérdésekben.)"
2073
+
2074
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2075
+ msgid "Values can also be mixed up"
2076
+ msgstr "Az értékek felcserélhetőek"
2077
+
2078
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2079
+ msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2080
+ msgstr "10,15% vagy 10.15% megengedett (max. két számjegy a tizedes után)"
2081
+
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2083
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2084
+ msgid "from:"
2085
+ msgstr "feladó:"
2086
+
2087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2088
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2089
+ msgid "percent"
2090
+ msgstr "százalék"
2091
+
2092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2093
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2094
+ #, php-format
2095
+ msgid ""
2096
+ "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2097
+ "%s</span>%%)"
2098
+ msgstr ""
2099
+ "(Megjelenítésre kerül, amennyiben a végeredmény százalék >= <span class="
2100
+ "\"resultProzent\">%s</span>%%)"
2101
+
2102
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2103
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2104
+ msgid "Delete graduation"
2105
+ msgstr "Fokozatokra osztás törlése"
2106
+
2107
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2108
+ msgid "Add graduation"
2109
+ msgstr "Fokozatokra osztás megadása"
2110
+
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2113
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2114
+ msgid "Custom fields - Variables"
2115
+ msgstr ""
2116
+
2117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2118
+ msgid "Result-Options"
2119
+ msgstr "Eredmény-opciók"
2120
+
2121
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2123
+ msgid "Show average points"
2124
+ msgstr "Átlag pontszám megjelenítése"
2125
+
2126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2127
+ msgid "Statistics-function must be enabled."
2128
+ msgstr "A statisztika funkciót be kell kapcsolni."
2129
+
2130
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2131
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2132
+ msgid "Show category score"
2133
+ msgstr "Kategória pontszám megjelenítése"
2134
+
2135
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2136
+ msgid ""
2137
+ "If you enable this option, the results of each category is displayed on the "
2138
+ "results page."
2139
+ msgstr ""
2140
+ "Amennyiben ezt az opciót választod, a kategóriánkénti végeredményt nem "
2141
+ "mutatjuk meg az összefoglaló képernyőn."
2142
+
2143
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2145
+ msgid "Hide correct questions - display"
2146
+ msgstr "Helyes kérdések elrejtése - kijelző"
2147
+
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2149
+ msgid ""
2150
+ "If you select this option, no longer the number of correctly answered "
2151
+ "questions are displayed on the results page."
2152
+ msgstr ""
2153
+ "Amennyiben ezt az opciót választod, nem jelenik meg a \"helyes válaszok száma"
2154
+ "\" az összefoglaló nézetben."
2155
+
2156
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2157
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2158
+ msgid "Hide quiz time - display"
2159
+ msgstr "Kvíz idejének elrejtése - kijelző"
2160
+
2161
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2162
+ msgid ""
2163
+ "If you enable this option, the time for finishing the quiz won't be "
2164
+ "displayed on the results page anymore."
2165
+ msgstr ""
2166
+ "Amennyiben ezt az opciót megjelölöd, a kvízre fordított időt nem mutatjuk "
2167
+ "meg a végeredmény oldalon."
2168
+
2169
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2170
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2171
+ msgid "Hide score - display"
2172
+ msgstr "Pontszám elrejtése - kijelző"
2173
+
2174
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2175
+ msgid ""
2176
+ "If you enable this option, final score won't be displayed on the results "
2177
+ "page anymore."
2178
+ msgstr ""
2179
+ "Ha bekapcsolod ezt az opciót, a végső pontszám nem jelenik meg a végeredmény "
2180
+ "oldalon."
2181
+
2182
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2183
+ msgid "Question-Options"
2184
+ msgstr "Kérdés opciók"
2185
+
2186
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2187
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2188
+ msgid "Show points"
2189
+ msgstr "Pontok megmutatása"
2190
+
2191
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2192
+ msgid "Shows in quiz, how many points are reachable for respective question."
2193
+ msgstr "Megmutatja a kvízben, mennyi pontot lehet elérni a függő kérdésekből."
2194
+
2195
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2197
+ msgid "Number answers"
2198
+ msgstr "Számos válaszok"
2199
+
2200
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2201
+ msgid ""
2202
+ "If this option is activated, all answers are numbered (only single and "
2203
+ "multiple choice)"
2204
+ msgstr ""
2205
+ "Amennyiben ez az opció aktív, minden választ beszámozunk (csak egyszerű és "
2206
+ "többes válasz esetén)"
2207
+
2208
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2210
+ msgid "Hide correct- and incorrect message"
2211
+ msgstr "Helyes és helytelen üzenet elrejtése"
2212
+
2213
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2214
+ msgid ""
2215
+ "If you enable this option, no correct- or incorrect message will be "
2216
+ "displayed."
2217
+ msgstr ""
2218
+ "Ha bekapcsolod ezt az opciót, nem fog látszódni helyes vagy helytelen "
2219
+ "visszaigazoló üzenet."
2220
+
2221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2223
+ msgid "Correct and incorrect answer mark"
2224
+ msgstr "Helyes és helytelen válasz jelzés"
2225
+
2226
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2227
+ msgid ""
2228
+ "If you enable this option, answers won't be color highlighted as correct or "
2229
+ "incorrect. "
2230
+ msgstr ""
2231
+ "Ha bekapcsolod ezt az opciót, a válaszoknál nem jelenik meg jelzőszín, ami "
2232
+ "visszaigazolást ad arról, hogy helyes vagy helytelen."
2233
+
2234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2236
+ msgid "Force user to answer each question"
2237
+ msgstr "Erőltessük, hogy a felhasználó mindenre adjon választ"
2238
+
2239
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2240
+ msgid "If you enable this option, the user is forced to answer each question."
2241
+ msgstr ""
2242
+ "Ha bekapcsolod ezt az opciót, a felhasználónak minden egyes kérdésre választ "
2243
+ "kell adni."
2244
+
2245
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2246
+ msgid ""
2247
+ "If the option \"Question overview\" is activated, this notification will "
2248
+ "appear after end of the quiz, otherwise after each question."
2249
+ msgstr ""
2250
+ "Amennyiben a \"Kérdés áttekintés\" opció aktív, ez a figyelmeztetés csak a "
2251
+ "kvíz végén fog megjelenni, máskülönben minden kérdés után."
2252
+
2253
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2255
+ msgid "Hide question position overview"
2256
+ msgstr "Elrejti a kérdés helyzetének megtekintését"
2257
+
2258
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2259
+ msgid "If you enable this option, the question position overview is hidden."
2260
+ msgstr ""
2261
+ "Amennyiben ezt jóváhagyod, nem látszik, hogy hányadik kérdésnél járunk."
2262
+
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2265
+ msgid "Hide question numbering"
2266
+ msgstr "A kérdések számozásának elrejtése"
2267
+
2268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2269
+ msgid "If you enable this option, the question numbering is hidden."
2270
+ msgstr "Ha bekapcsolod ezt az opciót, a kérdések számozása nem fog látszani."
2271
+
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2274
+ msgid "Display category"
2275
+ msgstr "Kategória megjelenítése"
2276
+
2277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2278
+ msgid "If you enable this option, category will be displayed in the question."
2279
+ msgstr ""
2280
+ "Ha bekapcsolod ezt az opciót, a kategória elnevezése megjelenik a kérdésnél."
2281
+
2282
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2283
+ msgid ""
2284
+ "The leaderboard allows users to enter results in public list and to share "
2285
+ "the result this way."
2286
+ msgstr ""
2287
+ "A Ranglista lehetővé teszi, hogy a felhasználók az eredményeiket "
2288
+ "publikálják, és megosszák."
2289
+
2290
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2291
+ msgid "The leaderboard works independent from internal statistics function."
2292
+ msgstr "A Ranglista a belső statisztika funkciótól függetlenül működik."
2293
+
2294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2295
+ msgid "Who can sign up to the list"
2296
+ msgstr "Ki tud feliratkozni a listára"
2297
+
2298
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2299
+ msgid ""
2300
+ "Not registered users have to enter name and e-mail (e-mail won't be "
2301
+ "displayed)"
2302
+ msgstr ""
2303
+ "Nem regisztrált felhasználóknak be kell adniuk a nevüket és e-mailjüket (az "
2304
+ "e-mailt nem mutatjuk meg)"
2305
+
2306
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2307
+ msgid "insert automatically"
2308
+ msgstr "automatikus beillesztés"
2309
+
2310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2311
+ msgid ""
2312
+ "If you enable this option, logged in users will be automatically entered "
2313
+ "into leaderboard"
2314
+ msgstr ""
2315
+ "Amennyiben ezt kiválasztod, a regisztrált felhasználók automatikusan "
2316
+ "bekerülnek a Ranglistába"
2317
+
2318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2319
+ msgid "display captcha"
2320
+ msgstr "ellenőrző jelszó kérése"
2321
+
2322
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2323
+ msgid ""
2324
+ "If you enable this option, additional captcha will be displayed for users "
2325
+ "who are not registered."
2326
+ msgstr ""
2327
+ "Ha ezt az opciót bekapcsolod, ellenőrző jelszó jelenik meg a nem regisztrált "
2328
+ "felhasználóknak."
2329
+
2330
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2331
+ msgid "This option requires additional plugin:"
2332
+ msgstr "Ez az opció további bővítményt igényel."
2333
+
2334
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2335
+ msgid "Plugin has been detected."
2336
+ msgstr "Bővítmény érhető el."
2337
+
2338
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2339
+ msgid "Plugin is not installed."
2340
+ msgstr "A bővítmény nincs telepítve."
2341
+
2342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2343
+ msgid "Sort list by"
2344
+ msgstr "Lista rendezése ... szerint"
2345
+
2346
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2347
+ msgid "Users can apply multiple times"
2348
+ msgstr "A felhasználók többször kitölthetik"
2349
+
2350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2351
+ msgid "User can apply after:"
2352
+ msgstr "A felhasználó kitöltheti ezt követően:"
2353
+
2354
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2355
+ msgid "minute"
2356
+ msgstr "perc"
2357
+
2358
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2359
+ msgid "How many entries should be displayed"
2360
+ msgstr "Hány elemet mutassunk meg"
2361
+
2362
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2363
+ msgid "Entries"
2364
+ msgstr "Elemek"
2365
+
2366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2367
+ msgid "Automatically display leaderboard in quiz result"
2368
+ msgstr "Automatikusan megjelenik a Ranglista a kvíz végeredménynél"
2369
+
2370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2371
+ msgid "Where should leaderboard be displayed:"
2372
+ msgstr "Hol jelenjen meg a Ranglista:"
2373
+
2374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2375
+ msgid "don't display"
2376
+ msgstr "ne jelenítse meg"
2377
+
2378
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2379
+ msgid "below the \"result text\""
2380
+ msgstr "a \"végeredmény szöveg\" alatt"
2381
+
2382
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2383
+ msgid "in a button"
2384
+ msgstr "a gombon"
2385
+
2386
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2387
+ msgid "Quiz-Mode"
2388
+ msgstr "Kvíz-mód"
2389
+
2390
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2391
+ msgid "Normal"
2392
+ msgstr "Normál"
2393
+
2394
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2395
+ msgid "Normal + Back-Button"
2396
+ msgstr "Normál + Vissza-Gomb"
2397
+
2398
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2399
+ msgid "Check -> continue"
2400
+ msgstr "Ellenőrzés -> folytatás"
2401
+
2402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2403
+ msgid "Questions below each other"
2404
+ msgstr "A kérdések egymás alatt legyenek"
2405
+
2406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2407
+ msgid ""
2408
+ "Displays all questions sequentially, \"right\" or \"false\" will be "
2409
+ "displayed at the end of the quiz."
2410
+ msgstr ""
2411
+ "A kérdések egymást követik. Hogy a válasz \"helyes\" vagy \"helytelen\", "
2412
+ "csak a kvíz végén mutatjuk meg."
2413
+
2414
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2415
+ msgid "Allows to use the back button in a question."
2416
+ msgstr "A kérdés során lehetővé teszi a \"vissza\" gomb használatát."
2417
+
2418
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2419
+ msgid "Shows \"right or wrong\" after each question."
2420
+ msgstr "Megmutatja, hogy \"helyes vagy helytelen\" minden egyes kérdés után"
2421
+
2422
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2423
+ msgid ""
2424
+ "If this option is activated, all answers are displayed below each other, i."
2425
+ "e. all questions are on a single page."
2426
+ msgstr ""
2427
+ "Amennyiben ezt engedélyezed, az összes válasz egymás alatt fog megjelenni. "
2428
+ "Pl: minden kérdés egyetlen oldalon"
2429
+
2430
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2431
+ msgid "How many questions to be displayed on a page:"
2432
+ msgstr "Mennyi kérdést mutassunk egy oldalon:"
2433
+
2434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2435
+ msgid "(0 = All on one page)"
2436
+ msgstr "(0 = Minden egy oldalon)"
2437
+
2438
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2440
+ #: lib/view/WpProQuiz_View_Statistics.php:41
2441
+ #: lib/view/WpProQuiz_View_Statistics.php:364
2442
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2443
+ msgid "Custom fields"
2444
+ msgstr "Egyedi mezők"
2445
+
2446
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2447
+ msgid ""
2448
+ "You can create custom fields, e.g. to request the name or the e-mail address "
2449
+ "of the users."
2450
+ msgstr ""
2451
+ "Egyedi mezőket tudsz létrehozni, pl. hogy emailt és nevet kérj a "
2452
+ "felhasználótól."
2453
+
2454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2455
+ msgid "The statistic function have to be enabled."
2456
+ msgstr "A statisztikai funkciót be kell kapcsolni."
2457
+
2458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2460
+ msgid "Custom fields enable"
2461
+ msgstr "Egyedi mezők engedélyezve"
2462
+
2463
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2464
+ msgid "If you enable this option, custom fields are enabled."
2465
+ msgstr "Amennyiben ezt bejelölöd, az egyedi mezők engedélyezve lesznek."
2466
+
2467
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2469
+ msgid "Display position"
2470
+ msgstr "Megjelenés pozíciója"
2471
+
2472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2473
+ msgid "Where should the fileds be displayed:"
2474
+ msgstr "Hol jelenjenek meg a mezők:"
2475
+
2476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2477
+ msgid "On the quiz startpage"
2478
+ msgstr "A kvíz kezdőoldalán"
2479
+
2480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2481
+ msgid "At the end of the quiz (before the quiz result)"
2482
+ msgstr "A kvíz végén (a kvíz kiértékelése előtt)"
2483
+
2484
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2485
+ msgid "Field name"
2486
+ msgstr "Mező neve"
2487
+
2488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2489
+ msgid "Required?"
2490
+ msgstr "Kötelező?"
2491
+
2492
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2493
+ msgid "Show in statistic table?"
2494
+ msgstr ""
2495
+
2496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2497
+ msgid "Text"
2498
+ msgstr "Szöveg"
2499
+
2500
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2501
+ msgid "Textarea"
2502
+ msgstr "Szövegmező"
2503
+
2504
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2505
+ msgid "Checkbox"
2506
+ msgstr "jelölőnégyzet"
2507
+
2508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2509
+ msgid "Drop-Down menu"
2510
+ msgstr "Legördülő menü"
2511
+
2512
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2513
+ msgid "Radio"
2514
+ msgstr "Rádió"
2515
+
2516
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2517
+ msgid "Number"
2518
+ msgstr "Szám"
2519
+
2520
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2521
+ msgid "Email"
2522
+ msgstr "E-mail"
2523
+
2524
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2525
+ msgid "Yes/No"
2526
+ msgstr "Igen/Nem"
2527
+
2528
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2529
+ #: lib/view/WpProQuiz_View_Statistics.php:323
2530
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2531
+ msgid "Date"
2532
+ msgstr "Dátum"
2533
+
2534
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2535
+ msgid "Edit list"
2536
+ msgstr "Lista szerkesztése"
2537
+
2538
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2539
+ msgid "One entry per line"
2540
+ msgstr "Egy szöveg soronként"
2541
+
2542
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2543
+ msgid "OK"
2544
+ msgstr "Rendben"
2545
+
2546
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2547
+ msgid "Add field"
2548
+ msgstr "Mező hozzáadása"
2549
+
2550
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2551
+ msgid ""
2552
+ "If you enable this option, an email is sent with his quiz result to the user."
2553
+ msgstr ""
2554
+
2555
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2556
+ msgid "User Email-Address (only registered users)"
2557
+ msgstr ""
2558
+
2559
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2560
+ msgid "(Type Email)"
2561
+ msgstr ""
2562
+
2563
+ #: lib/view/WpProQuiz_View_QuizOverall.php:32
2564
+ msgid "Quiz overview"
2565
+ msgstr "Kvíz áttekintése"
2566
+
2567
+ #: lib/view/WpProQuiz_View_QuizOverall.php:34
2568
+ msgid "In case of problems"
2569
+ msgstr "Problémák esetén"
2570
+
2571
+ #: lib/view/WpProQuiz_View_QuizOverall.php:36
2572
+ msgid "If quiz doesn't work in front-end, please try following:"
2573
+ msgstr "Amennyiben a kvíz nem jelenik meg az oldalon, próbáld a következőket:"
2574
+
2575
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2576
+ msgid "Style Manager"
2577
+ msgstr "Stílus Manager"
2578
+
2579
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2580
+ #: lib/view/WpProQuiz_View_WpqSupport.php:8
2581
+ msgid "Support WP-Pro-Quiz"
2582
+ msgstr "Támogasd a WP-Pro_Quiz-t"
2583
+
2584
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2585
+ msgid "Learn more"
2586
+ msgstr ""
2587
+
2588
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2589
+ msgid "ID"
2590
+ msgstr "ID"
2591
+
2592
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2593
+ msgid "Shortcode"
2594
+ msgstr "Shortcode"
2595
+
2596
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2597
+ msgid "Shortcode-Leaderboard"
2598
+ msgstr "Shortcode-Ranglista"
2599
+
2600
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2601
+ msgid "Preview"
2602
+ msgstr "Előnézet"
2603
+
2604
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2605
+ msgid "Add quiz"
2606
+ msgstr "Kvíz hozzáadása"
2607
+
2608
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2609
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2610
+ msgid "Export"
2611
+ msgstr "Exportálás"
2612
+
2613
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2614
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2615
+ msgid "Set Quiz Categories"
2616
+ msgstr ""
2617
+
2618
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2619
+ msgid ""
2620
+ "Choose the respective question, which you would like to export and press on "
2621
+ "\"Start export\""
2622
+ msgstr ""
2623
+ "Válaszd ki a hozzátartozó kérdést, melyet exportálni szeretnél és nyomd meg "
2624
+ "az \"Exportálás indítása\"-t."
2625
+
2626
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2627
+ msgid "Format:"
2628
+ msgstr "Formátum:"
2629
+
2630
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2631
+ msgid "*.wpq"
2632
+ msgstr "*.wpq"
2633
+
2634
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2635
+ msgid "or"
2636
+ msgstr "vagy"
2637
+
2638
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2639
+ msgid "*.xml"
2640
+ msgstr "*.xml"
2641
+
2642
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2643
+ msgid "Start export"
2644
+ msgstr "Exportálás elindítása"
2645
+
2646
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2647
+ msgid "Import only *.wpq or *.xml files from known and trusted sources."
2648
+ msgstr ""
2649
+ "Csak megbízható forrásból származó *.wpq vagy *.xml fileokat importálj!"
2650
+
2651
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2652
+ #, php-format
2653
+ msgid "Maximal %d MiB"
2654
+ msgstr "Maximális %d MiB"
2655
+
2656
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2657
+ msgid "Sets multiple quiz categories "
2658
+ msgstr ""
2659
+
2660
+ #: lib/view/WpProQuiz_View_Statistics.php:28
2661
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:56
2662
+ #, php-format
2663
+ msgid "Quiz: %s - Statistics"
2664
+ msgstr "Quiz: %s - Statisztika"
2665
+
2666
+ #: lib/view/WpProQuiz_View_Statistics.php:33
2667
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:61
2668
+ msgid "Stats not enabled"
2669
+ msgstr "Statisztika nincs engedélyezve"
2670
+
2671
+ #: lib/view/WpProQuiz_View_Statistics.php:34
2672
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:62
2673
+ msgid "Activate statistics"
2674
+ msgstr "Statisztika aktiválása"
2675
+
2676
+ #: lib/view/WpProQuiz_View_Statistics.php:39
2677
+ msgid "Users"
2678
+ msgstr "Felhasználók"
2679
+
2680
+ #: lib/view/WpProQuiz_View_Statistics.php:40
2681
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:68
2682
+ msgid "Overview"
2683
+ msgstr "Áttekintés"
2684
+
2685
+ #: lib/view/WpProQuiz_View_Statistics.php:68
2686
+ msgid "Please select user name:"
2687
+ msgstr "Kérlek válassz felhasználó nevet:"
2688
+
2689
+ #: lib/view/WpProQuiz_View_Statistics.php:72
2690
+ msgid "Select a test:"
2691
+ msgstr "Válassz tesztet:"
2692
+
2693
+ #: lib/view/WpProQuiz_View_Statistics.php:82
2694
+ msgid "Anonymous user"
2695
+ msgstr "Anonim felhasználó"
2696
+
2697
+ #: lib/view/WpProQuiz_View_Statistics.php:91
2698
+ msgid "average"
2699
+ msgstr "átlag"
2700
+
2701
+ #: lib/view/WpProQuiz_View_Statistics.php:108
2702
+ #: lib/view/WpProQuiz_View_Statistics.php:243
2703
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2704
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2705
+ msgid "Hints used"
2706
+ msgstr "Felhasznált segítségek"
2707
+
2708
+ #: lib/view/WpProQuiz_View_Statistics.php:109
2709
+ #: lib/view/WpProQuiz_View_Statistics.php:244
2710
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2711
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2712
+ msgid "Time"
2713
+ msgstr "Idő"
2714
+
2715
+ #: lib/view/WpProQuiz_View_Statistics.php:110
2716
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2717
+ msgid "Points scored"
2718
+ msgstr "Elért pontszámok"
2719
+
2720
+ #: lib/view/WpProQuiz_View_Statistics.php:148
2721
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2722
+ msgid "Sub-Total: "
2723
+ msgstr "Szub-totál:"
2724
+
2725
+ #: lib/view/WpProQuiz_View_Statistics.php:183
2726
+ #: lib/view/WpProQuiz_View_Statistics.php:268
2727
+ #: lib/view/WpProQuiz_View_Statistics.php:343
2728
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2729
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2730
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2731
+ msgid "Refresh"
2732
+ msgstr "Frissítés"
2733
+
2734
+ #: lib/view/WpProQuiz_View_Statistics.php:187
2735
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2736
+ msgid "Reset statistics"
2737
+ msgstr "Statisztikák törlése"
2738
+
2739
+ #: lib/view/WpProQuiz_View_Statistics.php:188
2740
+ msgid "Reset user statistics"
2741
+ msgstr "A felhasználói statisztika resetelése"
2742
+
2743
+ #: lib/view/WpProQuiz_View_Statistics.php:189
2744
+ #: lib/view/WpProQuiz_View_Statistics.php:270
2745
+ #: lib/view/WpProQuiz_View_Statistics.php:345
2746
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:165
2747
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:249
2748
+ msgid "Reset entire statistic"
2749
+ msgstr "Az egész statisztika resetelése"
2750
+
2751
+ #: lib/view/WpProQuiz_View_Statistics.php:214
2752
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:206
2753
+ msgid "Show only users, who solved the quiz:"
2754
+ msgstr "Csak azok a felhasználók jelenjenek meg, akik kitöltötték a kvízt:"
2755
+
2756
+ #: lib/view/WpProQuiz_View_Statistics.php:293
2757
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:99
2758
+ msgid "Which users should be displayed:"
2759
+ msgstr "Mely felhasználók legyenek megjelenítve:"
2760
+
2761
+ #: lib/view/WpProQuiz_View_Statistics.php:295
2762
+ msgid "all"
2763
+ msgstr "minden"
2764
+
2765
+ #: lib/view/WpProQuiz_View_Statistics.php:296
2766
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:103
2767
+ msgid "only registered users"
2768
+ msgstr "csak regisztrált felhasználók"
2769
+
2770
+ #: lib/view/WpProQuiz_View_Statistics.php:297
2771
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:104
2772
+ msgid "only anonymous users"
2773
+ msgstr "csak anonim felhasználók"
2774
+
2775
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2776
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2777
+ msgid "Solved"
2778
+ msgstr ""
2779
+
2780
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2781
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2782
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2783
+ #, php-format
2784
+ msgid "%d of %d"
2785
+ msgstr ""
2786
+
2787
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2788
+ #, php-format
2789
+ msgid "User statistics: %s"
2790
+ msgstr "Felhasználói statisztikák: %s"
2791
+
2792
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2793
+ msgid "yes"
2794
+ msgstr ""
2795
+
2796
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2797
+ msgid "no"
2798
+ msgstr ""
2799
+
2800
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2801
+ msgid "History"
2802
+ msgstr "Történet"
2803
+
2804
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:101
2805
+ msgid "special filter"
2806
+ msgstr "speciális szűrő"
2807
+
2808
+ #: lib/view/WpProQuiz_View_StatisticsNew.php:136
2809
+ #, php-format
2810
+ msgid "Search to date limit from %s to %s"
2811
+ msgstr "Keresés %s től %s dátumig"
2812
+
2813
+ #: lib/view/WpProQuiz_View_StyleManager.php:15
2814
+ msgid "Front"
2815
+ msgstr "Előlapi"
2816
+
2817
+ #: lib/view/WpProQuiz_View_WpqSupport.php:10
2818
+ msgid "Donate"
2819
+ msgstr "Támogatás"
2820
+
2821
+ #: lib/view/WpProQuiz_View_WpqSupport.php:20
2822
+ msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
2823
+ msgstr ""
2824
+ "WP-Pro-Quiz egy apró de hasznos képességekkel ellátott WordPress plugin."
2825
+
2826
+ #: lib/view/WpProQuiz_View_WpqSupport.php:21
2827
+ msgid ""
2828
+ "I try to implement all wishes as fast as possible and help with problems."
2829
+ msgstr ""
2830
+ "Próbálom a kívánságokat minél előbb implementálni, és igyekezni a hibák "
2831
+ "kijavításában."
2832
+
2833
+ #: lib/view/WpProQuiz_View_WpqSupport.php:22
2834
+ msgid ""
2835
+ "Your donations can help to ensure that the project continues to remain free."
2836
+ msgstr ""
2837
+ "A támogatásotok segíthet biztosítani, hogy a projekt továbbra is ingyenes "
2838
+ "maradhassin."
2839
+
2840
+ #: lib/view/WpProQuiz_View_WpqSupport.php:25
2841
+ msgid "Translate WP-Pro-Quiz"
2842
+ msgstr "WP-Pro-Quiz fordítása"
2843
+
2844
+ #: lib/view/WpProQuiz_View_WpqSupport.php:27
2845
+ msgid "You need:"
2846
+ msgstr "Szükséged lesz:"
2847
+
2848
+ #: lib/view/WpProQuiz_View_WpqSupport.php:30
2849
+ msgid "Latest POT file"
2850
+ msgstr "Legfrissebb POT file"
2851
+
2852
+ #: lib/view/WpProQuiz_View_WpqSupport.php:35
2853
+ msgid "Open PoEdit"
2854
+ msgstr "PoEdit kinyitása"
2855
+
2856
+ #: lib/view/WpProQuiz_View_WpqSupport.php:36
2857
+ msgid "File - New catalogue from POT file..."
2858
+ msgstr "File - Új katalógus a POT file... -ból"
2859
+
2860
+ #: lib/view/WpProQuiz_View_WpqSupport.php:37
2861
+ msgid "Choose wp-pro-quiz.pot"
2862
+ msgstr "Válassz wp-pro-quiz.pot"
2863
+
2864
+ #: lib/view/WpProQuiz_View_WpqSupport.php:38
2865
+ msgid "Set \"Translation properties\""
2866
+ msgstr "Állítsd be \"Translation properties\""
2867
+
2868
+ #: lib/view/WpProQuiz_View_WpqSupport.php:39
2869
+ msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
2870
+ msgstr "PO fájl mentése- \"wp-pro-qioz-de_DE.po\" névvel"
2871
+
2872
+ #: lib/view/WpProQuiz_View_WpqSupport.php:41
2873
+ msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
2874
+ msgstr "cseréld le a de_De az országod rövidítésével (pl: hu_HU), stb"
2875
+
2876
+ #: lib/view/WpProQuiz_View_WpqSupport.php:44
2877
+ msgid "Translate"
2878
+ msgstr "Fordítás"
2879
+
2880
+ #: lib/view/WpProQuiz_View_WpqSupport.php:46
2881
+ msgid ""
2882
+ "Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
2883
+ "quiz/languages"
2884
+ msgstr ""
2885
+ "Töltsd fel a generált *.mo file-t a szerverre a /wp-content/plugins/wp-pro-"
2886
+ "quiz/languages -mappába."
2887
+
2888
+ #: lib/view/WpProQuiz_View_WpqSupport.php:47
2889
+ msgid "Finished"
2890
+ msgstr "Befejezte"
2891
+
2892
+ #: lib/view/WpProQuiz_View_WpqSupport.php:51
2893
+ msgid ""
2894
+ "You can translate WP-Pro-Quiz from existing to existing language (e.g. "
2895
+ "english to english) e.g. to rename buttons."
2896
+ msgstr "Lefordíthatod a WP-Pro-Quiz -t hogy átnevezd a gombokat."
2897
+
2898
+ #~ msgid "E-Mail settings"
2899
+ #~ msgstr "E-mail beállítások"
languages/wp-pro-quiz-id_ID.mo CHANGED
Binary file
languages/wp-pro-quiz-id_ID.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Creative Computer Club <info@triplec.or.id>\n"
8
  "Language: id_ID\n"
@@ -61,9 +61,9 @@ msgstr "Apakah Anda benar-benar ingin menghapus statistik?"
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "Data tidak tersedia"
69
 
@@ -107,7 +107,7 @@ msgstr "Hari ini"
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -147,10 +147,10 @@ msgstr "Semua kolom telah diisi"
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."
@@ -165,16 +165,16 @@ msgid "Database repaired"
165
  msgstr "Basis data telah diperbaiki"
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 "Berkas tidak dapat diproses"
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 "Kuis tidak tersedia"
180
 
@@ -211,70 +211,70 @@ msgstr "Pertanyaan: %d"
211
  msgid "questions copied"
212
  msgstr "pertanyaan telah disalin"
213
 
214
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
215
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
216
  msgid "Quiz edited"
217
  msgstr "Kuis telah diedit"
218
 
219
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
220
  msgid "quiz created"
221
  msgstr "kuis telah dibuat"
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 "Judul kuis atau keterangan kuis belum diisi"
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 "Edit kuis"
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 "Buat kuis"
240
 
241
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
242
  msgid "Template stored"
243
  msgstr "Template telah disimpan"
244
 
245
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
246
  msgid "Quiz deleted"
247
  msgstr "Kuis telah dihapus"
248
 
249
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
250
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
252
  msgid "Not categorized"
253
  msgstr "Tidak Berkategori"
254
 
255
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
256
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
258
  msgid "Categories"
259
  msgstr "Kategori"
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:203
266
  msgid "No category"
267
  msgstr "Tidak ada kategori"
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 "Anonim"
275
 
276
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
277
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
278
  msgid "Deleted user"
279
  msgstr "Pengguna yang dihapus"
280
 
@@ -308,16 +308,38 @@ msgstr "Nama Anda tidak boleh lebih dari 15 karakter."
308
  msgid "You entered wrong captcha code."
309
  msgstr "Anda salah memasukkan kode captcha."
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 "File belum terupload"
315
 
316
- #: lib/helper/WpProQuiz_Helper_Import.php:40
317
  msgid "File have wrong format"
318
  msgstr "Format file salah"
319
 
320
- #: lib/helper/WpProQuiz_Helper_Import.php:45
321
  msgid "File is not compatible with the current version"
322
  msgstr "File tidak kompatibel dengan versi ini"
323
 
@@ -385,15 +407,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
385
  msgstr "Sebuah plugin yang sangat berguna dan bagus untuk Wordpress"
386
 
387
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
388
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
389
  msgid "WP-Pro-Quiz"
390
  msgstr "WP-Pro-Quiz"
391
 
392
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
393
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
394
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
395
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
396
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
397
  msgid "Leaderboard"
398
  msgstr "Leaderboard"
399
 
@@ -402,7 +424,7 @@ msgstr "Leaderboard"
402
  #: lib/view/WpProQuiz_View_Import.php:22
403
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
404
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
405
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
406
  #: lib/view/WpProQuiz_View_Statistics.php:29
407
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
408
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -424,17 +446,17 @@ msgid "Sort by:"
424
  msgstr "Urut berdasarkan:"
425
 
426
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
427
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
428
  msgid "best user"
429
  msgstr "pengguna terbaik"
430
 
431
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
432
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
433
  msgid "newest entry"
434
  msgstr "data baru"
435
 
436
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
437
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
438
  msgid "oldest entry"
439
  msgstr "data lama"
440
 
@@ -448,7 +470,7 @@ msgstr "Berapa data yang harus tampil dalam satu halaman:"
448
 
449
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
450
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
451
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
452
  msgid "Type"
453
  msgstr "Tipe"
454
 
@@ -458,13 +480,13 @@ msgstr "UR = pengguna tak terdaftar, R = pengguna terdaftar"
458
 
459
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
460
  #: lib/view/WpProQuiz_View_Statistics.php:239
461
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
462
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
463
  msgid "User"
464
  msgstr "Pengguna"
465
 
466
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
467
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
468
  msgid "E-Mail"
469
  msgstr "E-mail"
470
 
@@ -474,8 +496,8 @@ msgid "Entered on"
474
  msgstr "Masuk ke"
475
 
476
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
477
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
478
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
479
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
480
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
481
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -485,20 +507,20 @@ msgstr "Masuk ke"
485
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
486
  #: lib/view/WpProQuiz_View_Statistics.php:105
487
  #: lib/view/WpProQuiz_View_Statistics.php:240
488
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
489
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
490
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
491
  msgid "Points"
492
  msgstr "Poin"
493
 
494
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
495
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
496
  #: lib/view/WpProQuiz_View_Statistics.php:111
497
  #: lib/view/WpProQuiz_View_Statistics.php:245
498
  #: lib/view/WpProQuiz_View_Statistics.php:324
499
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
500
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
501
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
502
  msgid "Results"
503
  msgstr "Hasil"
504
 
@@ -508,7 +530,7 @@ msgstr "Hasil"
508
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
509
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
510
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
511
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
512
  msgid "Edit"
513
  msgstr "Edit"
514
 
@@ -519,10 +541,10 @@ msgstr "Edit"
519
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
520
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
521
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
522
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
523
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
524
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
525
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
526
  msgid "Delete"
527
  msgstr "Hapus"
528
 
@@ -546,247 +568,229 @@ msgstr "Terapkan"
546
  msgid "Delete all entries"
547
  msgstr "Hapus semua data"
548
 
549
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
550
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
551
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
552
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
554
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
555
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
556
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
557
  msgid "Quiz-summary"
558
  msgstr "Ringkasan kuis"
559
 
560
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
561
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
562
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
563
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
565
  msgid "Finish quiz"
566
  msgstr "Selesaikan kuis"
567
 
568
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  msgid "Your result has been entered into leaderboard"
570
  msgstr "Hasil Anda telah dimasukkan ke dalam leaderboard"
571
 
572
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
573
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
574
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
575
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
576
  msgid "Name"
577
  msgstr "Nama"
578
 
579
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
580
  msgid "Captcha"
581
  msgstr "Captcha"
582
 
583
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
584
  msgid "Send"
585
  msgstr "Kirim"
586
 
587
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
588
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
589
  msgid "You must fill out this field."
590
  msgstr "Anda harus mengisi kolom ini."
591
 
592
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
593
  msgid "You must specify a number."
594
  msgstr "Anda harus mengisi dengan nomor"
595
 
596
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
597
  msgid "You must specify a text."
598
  msgstr "Anda harus mengisi dengan teks."
599
 
600
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
601
  msgid "You must specify an email address."
602
  msgstr "Anda harus mengisi alamat dengan email."
603
 
604
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
605
  msgid "You must specify a date."
606
  msgstr "Anda harus mengisi dengan tanggal"
607
 
608
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
609
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
610
- msgid "Yes"
611
- msgstr "Ya"
612
-
613
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
614
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
615
- msgid "No"
616
- msgstr "Tidak"
617
-
618
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
619
- msgid ""
620
- "You have already completed the quiz before. Hence you can not start it again."
621
- msgstr "Anda telah"
622
-
623
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
624
- msgid "You must sign in or sign up to start the quiz."
625
- msgstr "Anda harus masuk atau mendaftar untuk memulai kuis."
626
-
627
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
628
- msgid "You have to finish following quiz, to start this quiz:"
629
- msgstr "Anda harus menyelesaikan kuis dibawah ini, untuk memulai kuis ini:"
630
-
631
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
632
  #, php-format
633
  msgid "%s of %s questions completed"
634
  msgstr "%s dari %s pertanyaan telah diselesaikan"
635
 
636
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
637
  #: lib/view/WpProQuiz_View_Import.php:44
638
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
639
  msgid "Questions"
640
  msgstr "Pertanyaan"
641
 
642
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
643
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
644
  msgid "Information"
645
  msgstr "Informasi"
646
 
647
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
648
- msgid "Start quiz"
649
- msgstr "Mulai Kuis"
650
-
651
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
652
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
653
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
654
  msgid "Time limit"
655
  msgstr "Batas waktu"
656
 
657
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
658
  msgid "Answered"
659
  msgstr "Terjawab"
660
 
661
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
662
  msgid "Review"
663
  msgstr "Tinjau"
664
 
665
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
666
  msgid "Review question"
667
  msgstr "Tinjau pertanyaan"
668
 
669
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
670
  #, php-format
671
  msgid "%s of %s questions answered correctly"
672
  msgstr "%s dari %s pertanyaan terjawab dengan benar"
673
 
674
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
675
  msgid "Your time: <span></span>"
676
  msgstr "Waktu Anda: <span></span>"
677
 
678
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
679
  msgid "Time has elapsed"
680
  msgstr "Waktu yang telah berlalu"
681
 
682
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
683
  #, php-format
684
  msgid "You have reached %s of %s points, (%s)"
685
  msgstr "Anda mendapatkan %s poin dari total %s poin, (%s)"
686
 
687
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
688
  msgid "Average score"
689
  msgstr "Nilai rata-rata"
690
 
691
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
692
  msgid "Your score"
693
  msgstr "Nilai Anda"
694
 
695
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
696
- msgid "Restart quiz"
697
- msgstr "Restart kuis"
698
-
699
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
700
  msgid "View questions"
701
  msgstr "Lihat pertanyaan"
702
 
703
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
704
  msgid "Show leaderboard"
705
  msgstr "Tampilkan leaderboard"
706
 
707
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
708
  #, php-format
709
  msgid "Question %s of %s"
710
  msgstr "Pertanyaan ke %s dari %s"
711
 
712
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
713
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
714
  #: lib/view/WpProQuiz_View_Statistics.php:104
715
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
716
  msgid "Question"
717
  msgstr "Pertanyaan"
718
 
719
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
720
  #, php-format
721
  msgid "%d points"
722
  msgstr "%d poin"
723
 
724
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
725
  #, php-format
726
  msgid "Category: %s"
727
  msgstr "Kategori: %s"
728
 
729
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
730
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
731
  msgid "Sort elements"
732
  msgstr "Urutkan elemen"
733
 
734
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
735
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
736
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
737
  #: lib/view/WpProQuiz_View_Statistics.php:106
738
  #: lib/view/WpProQuiz_View_Statistics.php:241
739
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
740
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
741
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
742
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
743
  msgid "Correct"
744
  msgstr "Benar"
745
 
746
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
747
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
748
  #: lib/view/WpProQuiz_View_Statistics.php:107
749
  #: lib/view/WpProQuiz_View_Statistics.php:242
750
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
751
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
752
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
753
  msgid "Incorrect"
754
  msgstr "Salah"
755
 
756
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
757
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
758
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
759
  msgid "Hint"
760
  msgstr "Petunjuk"
761
 
762
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
763
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
764
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
765
  msgid "Skip question"
766
  msgstr "Lewati pertanyaan"
767
 
768
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
769
  msgid "Back"
770
  msgstr "Kembali"
771
 
772
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
773
  msgid "Check"
774
  msgstr "Periksa"
775
 
776
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
777
  msgid "Next"
778
  msgstr "Berikutnya"
779
 
780
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
781
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
782
  #, php-format
783
  msgid "Page %d"
784
  msgstr "Halaman %d"
785
 
786
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
787
- msgid "Quiz is loading..."
788
- msgstr "Kuis sedang loading..."
789
-
790
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
791
  #, php-format
792
  msgid "maximum of %s points"
@@ -807,7 +811,7 @@ msgstr "Tabel sedang loading"
807
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
808
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
809
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
810
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
811
  msgid "Global settings"
812
  msgstr "Pengaturan umum"
813
 
@@ -818,8 +822,8 @@ msgstr "Pengaturan saat terjadi masalah"
818
 
819
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
820
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
821
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
822
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
823
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
824
  msgid "Save"
825
  msgstr "Simpan"
@@ -873,18 +877,18 @@ msgstr "Pengaturan template pertanyaan"
873
 
874
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
875
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
876
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
877
  msgid "Admin e-mail settings"
878
  msgstr "Pengaturan e-mail Admin"
879
 
880
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
881
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
882
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
883
  msgid "To:"
884
  msgstr "Kepada:"
885
 
886
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
887
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
888
  msgid ""
889
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
890
  "com"
@@ -892,22 +896,22 @@ msgstr "Pisahkan alamat email dengan koma, contoh: wp@test.com, test@test.com"
892
 
893
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
894
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
895
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
896
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
897
  msgid "From:"
898
  msgstr "Dari:"
899
 
900
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
901
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
902
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
903
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
904
  msgid "Subject:"
905
  msgstr "Subyek:"
906
 
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
908
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
909
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
910
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
911
  msgid "HTML"
912
  msgstr "HTML"
913
 
@@ -916,72 +920,72 @@ msgstr "HTML"
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
917
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
918
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
944
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
945
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
946
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
947
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
948
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
951
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
952
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
953
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
954
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
955
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
957
  msgid "Activate"
958
  msgstr "Aktifkan"
959
 
960
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
961
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
962
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
964
  msgid "Message body:"
965
  msgstr "Isi pesan"
966
 
967
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
968
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
969
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
970
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
971
  msgid "Allowed variables"
972
  msgstr "variable yang diperbolehkan"
973
 
974
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
975
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
976
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
977
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
978
  msgid "User-ID"
979
  msgstr "ID Pengguna"
980
 
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
982
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
983
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
984
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
985
  #: lib/view/WpProQuiz_View_Statistics.php:322
986
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
987
  msgid "Username"
@@ -989,42 +993,42 @@ msgstr "Username"
989
 
990
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
992
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
994
  msgid "Quiz-Name"
995
  msgstr "Nama Kuis"
996
 
997
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
998
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
999
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
1000
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
1001
  msgid "Result in precent"
1002
  msgstr "Hasil dalam persen"
1003
 
1004
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1005
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1006
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
1007
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
1008
  msgid "Reached points"
1009
  msgstr "Poin yang didapat"
1010
 
1011
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1012
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1013
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1015
  msgid "IP-address of the user"
1016
  msgstr "IP-address pengguna"
1017
 
1018
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1019
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1020
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1021
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1022
  msgid "Category-Overview"
1023
  msgstr "Ringkasan Kategori"
1024
 
1025
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1026
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1027
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1028
  msgid "User e-mail settings"
1029
  msgstr "Pengaturan e-mail pengguna"
1030
 
@@ -1116,11 +1120,11 @@ msgid "Touch Library"
1116
  msgstr "Touch Library"
1117
 
1118
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1119
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1120
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1121
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1122
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1123
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1124
  msgid "Deactivate"
1125
  msgstr "Nonaktifkan"
1126
 
@@ -1164,8 +1168,8 @@ msgstr ""
1164
  "diperbaiki."
1165
 
1166
  #: lib/view/WpProQuiz_View_Import.php:21
1167
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1168
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1169
  msgid "Import"
1170
  msgstr "Impor"
1171
 
@@ -1186,7 +1190,7 @@ msgid "Quiz name"
1186
  msgstr "Nama kuis"
1187
 
1188
  #: lib/view/WpProQuiz_View_Import.php:69
1189
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1190
  msgid "Start import"
1191
  msgstr "Mulai mengimpor"
1192
 
@@ -1195,7 +1199,7 @@ msgid "WP-Pro-Quiz special modification"
1195
  msgstr ""
1196
 
1197
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1198
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1199
  msgid "You need special WP-Pro-Quiz modification for your website?"
1200
  msgstr ""
1201
 
@@ -1257,7 +1261,7 @@ msgid ""
1257
  msgstr ""
1258
 
1259
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1260
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1261
  msgid "load template"
1262
  msgstr "Muat template"
1263
 
@@ -1270,9 +1274,9 @@ msgstr "Judul"
1270
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1271
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1272
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1273
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1274
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1275
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1276
  msgid "(optional)"
1277
  msgstr "(opsional)"
1278
 
@@ -1287,9 +1291,9 @@ msgstr ""
1287
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1288
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1289
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1290
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1291
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1292
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1293
  msgid "(required)"
1294
  msgstr "(wajib)"
1295
 
@@ -1321,10 +1325,10 @@ msgstr "Tampilkan poin yang didapat dalam pesan benar dan salah?"
1321
 
1322
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1323
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1324
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1325
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1326
  #: lib/view/WpProQuiz_View_Statistics.php:124
1327
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1328
  msgid "Category"
1329
  msgstr "Kategori"
1330
 
@@ -1335,23 +1339,23 @@ msgid ""
1335
  msgstr "Anda dapat menentukan kategori untuk sebuah pertanyaan. Kategori akan "
1336
 
1337
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1338
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1339
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1340
  msgid "You can manage categories in global settings."
1341
  msgstr " mengatur kategori di pengaturan umum."
1342
 
1343
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1344
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1345
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1346
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1347
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1348
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1349
  msgid "Create new category"
1350
  msgstr "Buat kategori baru"
1351
 
1352
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1353
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1354
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1355
  msgid "Create"
1356
  msgstr "Buat"
1357
 
@@ -1484,24 +1488,24 @@ msgstr ""
1484
  "teks yang panjang. Defaultnya 20%"
1485
 
1486
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1487
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1488
  msgid "template name"
1489
  msgstr "nama template"
1490
 
1491
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1492
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1493
  msgid "Create new template"
1494
  msgstr "Buat template baru"
1495
 
1496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1497
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1498
  msgid "Save as template"
1499
  msgstr "Simpan sebagai template"
1500
 
1501
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1502
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1504
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1505
  msgid "Options"
1506
  msgstr "Pilihan"
1507
 
@@ -1533,7 +1537,7 @@ msgstr "Tambahkan Media"
1533
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1534
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1535
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1536
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1537
  msgid "Move"
1538
  msgstr "Pindahkan"
1539
 
@@ -1607,28 +1611,29 @@ msgstr "tidak setuju { [1] [2] [3] [4] [5] } sangat setuju"
1607
 
1608
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1609
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1610
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1611
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1612
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1613
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1614
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1615
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1616
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1617
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1618
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1619
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1620
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1621
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1622
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1623
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1624
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1625
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1626
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1627
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1628
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1629
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1630
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1631
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1632
  msgid "Demo"
1633
  msgstr "Contoh"
1634
 
@@ -1683,7 +1688,7 @@ msgstr "Pertanyaan diurutkan"
1683
 
1684
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1685
  #: lib/view/WpProQuiz_View_Statistics.php:169
1686
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1687
  msgid "Total"
1688
  msgstr "Total"
1689
 
@@ -1712,82 +1717,82 @@ msgstr ""
1712
  msgid "Copy questions"
1713
  msgstr "Salin pertanyaan"
1714
 
1715
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1716
  msgid "Quiz title"
1717
  msgstr "Judul kuis"
1718
 
1719
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1720
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1721
  msgid "You can assign classify category for a quiz."
1722
  msgstr ""
1723
 
1724
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1725
  msgid "Hide quiz title"
1726
  msgstr "Sembunyikan judul kuis"
1727
 
1728
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1729
  msgid "Hide title"
1730
  msgstr "Sembunyikan judul"
1731
 
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1733
  msgid "The title serves as quiz heading."
1734
  msgstr "Judul berperan sebagai heading kuis"
1735
 
1736
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1737
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1738
  msgid "Hide \"Restart quiz\" button"
1739
  msgstr "Sembunyikan tombol \"Restart kuis\""
1740
 
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1742
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1743
  msgstr "Sembunyikan tombol \"Restart kuis\" di halaman kuis."
1744
 
1745
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1746
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1747
  msgid "Hide \"View question\" button"
1748
  msgstr "Sembunyikan tombol \"Lihat pertanyaan\""
1749
 
1750
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1751
  msgid "Hide the \"View question\" button in the Frontend."
1752
  msgstr "Sembunyikan tombol \"Lihat pertanyaan\" di halaman kuis."
1753
 
1754
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1755
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1756
  msgid "Display question randomly"
1757
  msgstr "Tampilkan pertanyaan secara acak"
1758
 
1759
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1760
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1761
  msgid "Display answers randomly"
1762
  msgstr "Tampilkan jawaban secara acak"
1763
 
1764
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1765
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1766
  msgid "Sort questions by category"
1767
  msgstr "Urutkan pertanyaan sesuai kategori"
1768
 
1769
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1770
  msgid ""
1771
  "Also works in conjunction with the \"display randomly question\" option."
1772
  msgstr ""
1773
  "Kerjakan juga dalam bantuan dengan pilihan \"tampilkan pertanyaan secara acak"
1774
  "\""
1775
 
1776
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1777
  msgid "Seconds"
1778
  msgstr "Detik"
1779
 
1780
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1781
  msgid "0 = no limit"
1782
  msgstr "0 = tak terbatas"
1783
 
1784
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1785
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1786
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1787
  msgid "Statistics"
1788
  msgstr "Statistik"
1789
 
1790
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1791
  msgid ""
1792
  "Statistics about right or wrong answers. Statistics will be saved by "
1793
  "completed quiz, not after every question. The statistics is only visible "
@@ -1797,16 +1802,16 @@ msgstr ""
1797
  "penyelesaian kuis,bukan setiap pertanyaan. Statistik hanya ditampilkan di "
1798
  "menu administrasi. (statistik internal)"
1799
 
1800
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1801
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1802
  msgid "Statistics IP-lock"
1803
  msgstr "Kunci Statistik IP"
1804
 
1805
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1806
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1807
  msgstr "dalam menit (direkomendasikan 1440 menit = 1 hari)"
1808
 
1809
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1810
  msgid ""
1811
  "Protect the statistics from spam. Result will only be saved every X minutes "
1812
  "from same IP. (0 = deactivated)"
@@ -1814,12 +1819,12 @@ msgstr ""
1814
  "Lindungi statistik dari spam. Hasil hanya akan disimpan setiap X menit dari "
1815
  "IP yang sama. (0 = dinonaktifkan)"
1816
 
1817
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1818
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1819
  msgid "Execute quiz only once"
1820
  msgstr "Jalankan kuis hanya satu kali"
1821
 
1822
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1823
  msgid ""
1824
  "If you activate this option, the user can complete the quiz only once. "
1825
  "Afterwards the quiz is blocked for this user."
@@ -1827,31 +1832,31 @@ msgstr ""
1827
  "Jika Anda mengaktifkan pilihan ini, pengguna dapat mengerjakan kuis hanya "
1828
  "satu kali. Setelah itu kuis ini akan akan terkunci untuk pengguna tersebut."
1829
 
1830
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1831
  msgid "This option applies to:"
1832
  msgstr "Pengaturan ini diterapkan ke:"
1833
 
1834
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1835
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1836
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1837
  msgid "all users"
1838
  msgstr "semua pengguna"
1839
 
1840
- #: lib/view/WpProQuiz_View_QuizEdit.php:270
1841
- #: lib/view/WpProQuiz_View_QuizEdit.php:1055
1842
  msgid "registered useres only"
1843
  msgstr "hanya pengguna terdaftar"
1844
 
1845
- #: lib/view/WpProQuiz_View_QuizEdit.php:274
1846
- #: lib/view/WpProQuiz_View_QuizEdit.php:1059
1847
  msgid "anonymous users only"
1848
  msgstr "hanya pengguna anonim"
1849
 
1850
- #: lib/view/WpProQuiz_View_QuizEdit.php:280
1851
  msgid "user identification by cookie"
1852
  msgstr "identifikasi pengguna dengan cookie"
1853
 
1854
- #: lib/view/WpProQuiz_View_QuizEdit.php:283
1855
  msgid ""
1856
  "If you activate this option, a cookie is set additionally for unregistrated "
1857
  "(anonymous) users. This ensures a longer assignment of the user than the "
@@ -1861,24 +1866,24 @@ msgstr ""
1861
  "pengguna tak terdaftar (anonim). Ini memastikan penempatan pengguna daripada "
1862
  "hanya penempatan dengan IP address."
1863
 
1864
- #: lib/view/WpProQuiz_View_QuizEdit.php:288
1865
  msgid "Reset the user identification"
1866
  msgstr "Hapus identifikasi pengguna"
1867
 
1868
- #: lib/view/WpProQuiz_View_QuizEdit.php:289
1869
  msgid "User identification has been reset."
1870
  msgstr "Identifikasi pengguna telah dihapus."
1871
 
1872
- #: lib/view/WpProQuiz_View_QuizEdit.php:291
1873
  msgid "Resets user identification for all users."
1874
  msgstr "Hapus identifikasi pengguna untuk semua pengguna."
1875
 
1876
- #: lib/view/WpProQuiz_View_QuizEdit.php:300
1877
- #: lib/view/WpProQuiz_View_QuizEdit.php:305
1878
  msgid "Show only specific number of questions"
1879
  msgstr "Tampilkan hanya jumlah yang ditentukan dari pertanyaan"
1880
 
1881
- #: lib/view/WpProQuiz_View_QuizEdit.php:312
1882
  msgid ""
1883
  "If you enable this option, maximum number of displayed questions will be X "
1884
  "from X questions. (The output of questions is random)"
@@ -1886,20 +1891,20 @@ msgstr ""
1886
  "Jika Anda mengaktifkan pilihan ini, jumlah maksimum dari pertanyaan yang "
1887
  "ditampilkan adalah X dari X pertanyaan. (pertanyaan yang tampil diacak)"
1888
 
1889
- #: lib/view/WpProQuiz_View_QuizEdit.php:316
1890
  msgid "How many questions should be displayed simultaneously:"
1891
  msgstr "Berapa pertanyaan yang harus ditampilkan secara serentak?"
1892
 
1893
- #: lib/view/WpProQuiz_View_QuizEdit.php:321
1894
  msgid "in percent"
1895
  msgstr "dalam persen"
1896
 
1897
- #: lib/view/WpProQuiz_View_QuizEdit.php:329
1898
- #: lib/view/WpProQuiz_View_QuizEdit.php:334
1899
  msgid "Prerequisites"
1900
  msgstr "Prasyarat"
1901
 
1902
- #: lib/view/WpProQuiz_View_QuizEdit.php:341
1903
  msgid ""
1904
  "If you enable this option, you can choose quiz, which user have to finish "
1905
  "before he can start this quiz."
@@ -1907,7 +1912,7 @@ msgstr ""
1907
  "Jika Anda mengaktifkan pilihan ini, Anda dapat memilih kuis, yang harus "
1908
  "diselesaikan pengguna sebelum dia dapat memulai kuis ini."
1909
 
1910
- #: lib/view/WpProQuiz_View_QuizEdit.php:344
1911
  msgid ""
1912
  "In all selected quizzes statistic function have to be active. If it is not "
1913
  "it will be activated automatically."
@@ -1915,21 +1920,21 @@ msgstr ""
1915
  "Di semua kuis yang dipilih fungsi statistik harus aktif. jika ini tidak "
1916
  "aktif maka akan diaktifkan secara otomatis."
1917
 
1918
- #: lib/view/WpProQuiz_View_QuizEdit.php:349
1919
  msgid "Quiz"
1920
  msgstr "Kuis"
1921
 
1922
- #: lib/view/WpProQuiz_View_QuizEdit.php:351
1923
  msgid "Prerequisites (This quiz have to be finished)"
1924
  msgstr "Prasyarat (Kuis ini harus diselesaikan)"
1925
 
1926
- #: lib/view/WpProQuiz_View_QuizEdit.php:390
1927
- #: lib/view/WpProQuiz_View_QuizEdit.php:395
1928
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1929
  msgid "Question overview"
1930
  msgstr "Ringkasan pertanyaan"
1931
 
1932
- #: lib/view/WpProQuiz_View_QuizEdit.php:402
1933
  msgid ""
1934
  "Add at the top of the quiz a question overview, which allows easy "
1935
  "navigation. Additional questions can be marked \"to review\"."
@@ -1937,12 +1942,12 @@ msgstr ""
1937
  "Tambahkan di bagian atas kuis sebuah ringkasan pertanyaan, yang mempermudah "
1938
  "navigasi. Tambahan pertanyaan dapat ditandai dengan \"untuk ditinjau\"."
1939
 
1940
- #: lib/view/WpProQuiz_View_QuizEdit.php:405
1941
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1942
  msgstr ""
1943
  "Tambahan ringkasan pertanyaan akan ditampilkan, sebelum kuis diselesaikan."
1944
 
1945
- #: lib/view/WpProQuiz_View_QuizEdit.php:436
1946
  msgid ""
1947
  "If you enalbe this option, no quiz overview will be displayed, before "
1948
  "finishing quiz."
@@ -1950,7 +1955,7 @@ msgstr ""
1950
  "Jika Anda mengaktifkan pilihan ini, tidak akan ada ringkasan kuis yang "
1951
  "ditampilkan, sebelum menyelasaikan kuis."
1952
 
1953
- #: lib/view/WpProQuiz_View_QuizEdit.php:455
1954
  msgid ""
1955
  "If you enable this option, user won't be able to skip question. (only in "
1956
  "\"Overview -> next\" mode). User still will be able to navigate over "
@@ -1960,25 +1965,25 @@ msgstr ""
1960
  "pertanyaan. (hanya dalam mode \"Ringkasan -> selanjutnya\"). Pengguna masih "
1961
  "dapat melihat-lihat \"Ringkasan pertanyaan\""
1962
 
1963
- #: lib/view/WpProQuiz_View_QuizEdit.php:463
1964
- #: lib/view/WpProQuiz_View_QuizEdit.php:468
1965
- #: lib/view/WpProQuiz_View_QuizEdit.php:1466
1966
- #: lib/view/WpProQuiz_View_QuizEdit.php:1471
1967
  msgid "Admin e-mail notification"
1968
  msgstr "Pemberitahuan e-mail admin"
1969
 
1970
- #: lib/view/WpProQuiz_View_QuizEdit.php:476
1971
- #: lib/view/WpProQuiz_View_QuizEdit.php:1479
1972
  msgid "for registered users only"
1973
  msgstr "hanya untuk pengguna terdaftar"
1974
 
1975
- #: lib/view/WpProQuiz_View_QuizEdit.php:480
1976
- #: lib/view/WpProQuiz_View_QuizEdit.php:1483
1977
  msgid "for all users"
1978
  msgstr "untuk semua pengguna"
1979
 
1980
- #: lib/view/WpProQuiz_View_QuizEdit.php:483
1981
- #: lib/view/WpProQuiz_View_QuizEdit.php:1486
1982
  msgid ""
1983
  "If you enable this option, you will be informed if a user completes this "
1984
  "quiz."
@@ -1986,19 +1991,19 @@ msgstr ""
1986
  "Jika Anda mengaktifkan pilihan ini, Anda akan diberitahu jika seorang "
1987
  "pengguna telah menyelesaikan kuis."
1988
 
1989
- #: lib/view/WpProQuiz_View_QuizEdit.php:486
1990
- #: lib/view/WpProQuiz_View_QuizEdit.php:509
1991
  msgid "E-Mail settings can be edited in global settings."
1992
  msgstr "Pengaturan E-Mail dapat diedit di pengaturan umum."
1993
 
1994
- #: lib/view/WpProQuiz_View_QuizEdit.php:494
1995
- #: lib/view/WpProQuiz_View_QuizEdit.php:499
1996
- #: lib/view/WpProQuiz_View_QuizEdit.php:1605
1997
- #: lib/view/WpProQuiz_View_QuizEdit.php:1610
1998
  msgid "User e-mail notification"
1999
  msgstr "Pemberitahuan e-mail pengguna"
2000
 
2001
- #: lib/view/WpProQuiz_View_QuizEdit.php:506
2002
  msgid ""
2003
  "If you enable this option, an email is sent with his quiz result to the "
2004
  "user. (only registered users)"
@@ -2006,12 +2011,12 @@ msgstr ""
2006
  "Jika Anda mengaktifkan pilihan ini, sebuah email akan dikirim dengan hasil "
2007
  "kuisnya kepada pengguna. (Hanya pengguna yang terdaftar)"
2008
 
2009
- #: lib/view/WpProQuiz_View_QuizEdit.php:517
2010
- #: lib/view/WpProQuiz_View_QuizEdit.php:522
2011
  msgid "Autostart"
2012
  msgstr "Mulai otomatis"
2013
 
2014
- #: lib/view/WpProQuiz_View_QuizEdit.php:529
2015
  msgid ""
2016
  "If you enable this option, the quiz will start automatically after the page "
2017
  "is loaded."
@@ -2019,31 +2024,31 @@ msgstr ""
2019
  "Jika Anda mengaktifkan pilihan ini, kuis akan dimulai secara otomatis "
2020
  "setelah halaman dimuat."
2021
 
2022
- #: lib/view/WpProQuiz_View_QuizEdit.php:536
2023
- #: lib/view/WpProQuiz_View_QuizEdit.php:541
2024
  msgid "Only registered users are allowed to start the quiz"
2025
  msgstr "Hanya pengguna terdaftar yang boleh memulai kuis"
2026
 
2027
- #: lib/view/WpProQuiz_View_QuizEdit.php:548
2028
  msgid ""
2029
  "If you enable this option, only registered users allowed start the quiz."
2030
  msgstr ""
2031
  "Jika Anda mengaktifkan pilihan ini, hanya pengguna yang terdaftar yang boleh "
2032
  "memulai kuis"
2033
 
2034
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
2035
  msgid "Quiz description"
2036
  msgstr "Keterangan kuis"
2037
 
2038
- #: lib/view/WpProQuiz_View_QuizEdit.php:568
2039
  msgid "This text will be displayed before start of the quiz."
2040
  msgstr "Teks ini akan ditampilkan sebelum kuis dimulai"
2041
 
2042
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
2043
  msgid "Results text"
2044
  msgstr "Teks hasil"
2045
 
2046
- #: lib/view/WpProQuiz_View_QuizEdit.php:579
2047
  msgid ""
2048
  "This text will be displayed at the end of the quiz (in results). (this text "
2049
  "is optional)"
@@ -2051,19 +2056,19 @@ msgstr ""
2051
  "Teks ini akan ditampilkan di akhir kuis (di bagian hasil). (teks ini tidak "
2052
  "tidak wajib)"
2053
 
2054
- #: lib/view/WpProQuiz_View_QuizEdit.php:583
2055
  msgid "Activate graduation"
2056
  msgstr "Aktifkan predikat lulus"
2057
 
2058
- #: lib/view/WpProQuiz_View_QuizEdit.php:589
2059
  msgid "Hint:"
2060
  msgstr "Petunjuk:"
2061
 
2062
- #: lib/view/WpProQuiz_View_QuizEdit.php:591
2063
  msgid "Maximal 15 levels"
2064
  msgstr "Maksimal 15 level"
2065
 
2066
- #: lib/view/WpProQuiz_View_QuizEdit.php:593
2067
  #, php-format
2068
  msgid ""
2069
  "Percentages refer to the total score of the quiz. (Current total %d points "
@@ -2072,27 +2077,27 @@ msgstr ""
2072
  "Prosentase mengacu pada nilai total kuis. (Saat ini total %d poin dalam %d "
2073
  "pertanyaan."
2074
 
2075
- #: lib/view/WpProQuiz_View_QuizEdit.php:596
2076
  msgid "Values can also be mixed up"
2077
  msgstr "Isi dapat juga dicampur"
2078
 
2079
- #: lib/view/WpProQuiz_View_QuizEdit.php:597
2080
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2081
  msgstr ""
2082
  "10,15% atau 10.15% diperbolehkan (maks. dua digit setelah koma desimal)"
2083
 
2084
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2085
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2086
  msgid "from:"
2087
  msgstr "dari:"
2088
 
2089
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2090
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2091
  msgid "percent"
2092
  msgstr "persen"
2093
 
2094
- #: lib/view/WpProQuiz_View_QuizEdit.php:613
2095
- #: lib/view/WpProQuiz_View_QuizEdit.php:624
2096
  #, php-format
2097
  msgid ""
2098
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
@@ -2101,40 +2106,40 @@ msgstr ""
2101
  "(Akan ditampilkan, ketika persen hasil >= <span class=\"resultProzent\">%s</"
2102
  "span>%%)"
2103
 
2104
- #: lib/view/WpProQuiz_View_QuizEdit.php:614
2105
- #: lib/view/WpProQuiz_View_QuizEdit.php:625
2106
  msgid "Delete graduation"
2107
  msgstr "Hapus gelar"
2108
 
2109
- #: lib/view/WpProQuiz_View_QuizEdit.php:632
2110
  msgid "Add graduation"
2111
  msgstr "Tambahkan gelar"
2112
 
2113
- #: lib/view/WpProQuiz_View_QuizEdit.php:643
2114
- #: lib/view/WpProQuiz_View_QuizEdit.php:1554
2115
- #: lib/view/WpProQuiz_View_QuizEdit.php:1689
2116
  msgid "Custom fields - Variables"
2117
  msgstr ""
2118
 
2119
- #: lib/view/WpProQuiz_View_QuizEdit.php:674
2120
  msgid "Result-Options"
2121
  msgstr "Pengaturan Hasil"
2122
 
2123
- #: lib/view/WpProQuiz_View_QuizEdit.php:680
2124
- #: lib/view/WpProQuiz_View_QuizEdit.php:685
2125
  msgid "Show average points"
2126
  msgstr "Tampilkan poin rata-rata"
2127
 
2128
- #: lib/view/WpProQuiz_View_QuizEdit.php:692
2129
  msgid "Statistics-function must be enabled."
2130
  msgstr "Fungsi statistik harus diaktifkan"
2131
 
2132
- #: lib/view/WpProQuiz_View_QuizEdit.php:705
2133
- #: lib/view/WpProQuiz_View_QuizEdit.php:710
2134
  msgid "Show category score"
2135
  msgstr "Tampilkan nilai kategori"
2136
 
2137
- #: lib/view/WpProQuiz_View_QuizEdit.php:717
2138
  msgid ""
2139
  "If you enable this option, the results of each category is displayed on the "
2140
  "results page."
@@ -2142,12 +2147,12 @@ msgstr ""
2142
  "Jika Anda mengaktifkan pilihan ini, hasil dari setiap kategori akan "
2143
  "ditampilkan di halaman hasil"
2144
 
2145
- #: lib/view/WpProQuiz_View_QuizEdit.php:731
2146
- #: lib/view/WpProQuiz_View_QuizEdit.php:736
2147
  msgid "Hide correct questions - display"
2148
  msgstr "Sembunyikan tampilan pertanyaan benar"
2149
 
2150
- #: lib/view/WpProQuiz_View_QuizEdit.php:743
2151
  msgid ""
2152
  "If you select this option, no longer the number of correctly answered "
2153
  "questions are displayed on the results page."
@@ -2155,12 +2160,12 @@ msgstr ""
2155
  "Jika Anda mengaktifkan pilihan ini, jumlah jawaban yang benar tidak akan "
2156
  "lagi ditampilkan di halaman hasil."
2157
 
2158
- #: lib/view/WpProQuiz_View_QuizEdit.php:757
2159
- #: lib/view/WpProQuiz_View_QuizEdit.php:762
2160
  msgid "Hide quiz time - display"
2161
  msgstr "Sembunyikan tampilan waktu kuis"
2162
 
2163
- #: lib/view/WpProQuiz_View_QuizEdit.php:769
2164
  msgid ""
2165
  "If you enable this option, the time for finishing the quiz won't be "
2166
  "displayed on the results page anymore."
@@ -2168,12 +2173,12 @@ msgstr ""
2168
  "Jika Anda mengaktifkan pilihan ini, waktu untuk menyelesaikan kuis sama "
2169
  "sekali tidak akan ditampilkan di halaman hasil"
2170
 
2171
- #: lib/view/WpProQuiz_View_QuizEdit.php:783
2172
- #: lib/view/WpProQuiz_View_QuizEdit.php:788
2173
  msgid "Hide score - display"
2174
  msgstr "Sembunyikan tampilan nilai"
2175
 
2176
- #: lib/view/WpProQuiz_View_QuizEdit.php:795
2177
  msgid ""
2178
  "If you enable this option, final score won't be displayed on the results "
2179
  "page anymore."
@@ -2181,27 +2186,27 @@ msgstr ""
2181
  "Jika Anda mengaktifkan pilihan ini, nilai akhir sama sekali tidak akan "
2182
  "ditampilkan di halaman hasil."
2183
 
2184
- #: lib/view/WpProQuiz_View_QuizEdit.php:819
2185
  msgid "Question-Options"
2186
  msgstr "Pilihan Pertanyaan"
2187
 
2188
- #: lib/view/WpProQuiz_View_QuizEdit.php:825
2189
- #: lib/view/WpProQuiz_View_QuizEdit.php:830
2190
  msgid "Show points"
2191
  msgstr "Tampilkan poin"
2192
 
2193
- #: lib/view/WpProQuiz_View_QuizEdit.php:837
2194
  msgid "Shows in quiz, how many points are reachable for respective question."
2195
  msgstr ""
2196
  "Tampilkan dalam kuis, berapa banyak poin yang akan didapat untuk masing-"
2197
  "masing pertanyaan."
2198
 
2199
- #: lib/view/WpProQuiz_View_QuizEdit.php:844
2200
- #: lib/view/WpProQuiz_View_QuizEdit.php:849
2201
  msgid "Number answers"
2202
  msgstr "Nomor jawaban"
2203
 
2204
- #: lib/view/WpProQuiz_View_QuizEdit.php:856
2205
  msgid ""
2206
  "If this option is activated, all answers are numbered (only single and "
2207
  "multiple choice)"
@@ -2209,12 +2214,12 @@ msgstr ""
2209
  "Jika pilihan ini diaktifkan, semua jawaban di akan di beri nomor (Hanya "
2210
  "jawaban tunggal dan jawaban ganda)"
2211
 
2212
- #: lib/view/WpProQuiz_View_QuizEdit.php:869
2213
- #: lib/view/WpProQuiz_View_QuizEdit.php:874
2214
  msgid "Hide correct- and incorrect message"
2215
  msgstr "Sembunyikan pesan benar dan salah"
2216
 
2217
- #: lib/view/WpProQuiz_View_QuizEdit.php:881
2218
  msgid ""
2219
  "If you enable this option, no correct- or incorrect message will be "
2220
  "displayed."
@@ -2222,12 +2227,12 @@ msgstr ""
2222
  "Jika Anda mengaktifkan pilihan ini, tidak akan ada pesan benar atau pesan "
2223
  "salah yang ditampilkan"
2224
 
2225
- #: lib/view/WpProQuiz_View_QuizEdit.php:894
2226
- #: lib/view/WpProQuiz_View_QuizEdit.php:899
2227
  msgid "Correct and incorrect answer mark"
2228
  msgstr "Tandai jawaban benar dan salah"
2229
 
2230
- #: lib/view/WpProQuiz_View_QuizEdit.php:906
2231
  msgid ""
2232
  "If you enable this option, answers won't be color highlighted as correct or "
2233
  "incorrect. "
@@ -2235,18 +2240,18 @@ msgstr ""
2235
  "Jika Anda mengaktifkan pilihan ini, jawaban tidak akan disorot sebagai benar "
2236
  "atau salah."
2237
 
2238
- #: lib/view/WpProQuiz_View_QuizEdit.php:919
2239
- #: lib/view/WpProQuiz_View_QuizEdit.php:924
2240
  msgid "Force user to answer each question"
2241
  msgstr "Paksa pengguna untuk menjawab setiap pertanyaan"
2242
 
2243
- #: lib/view/WpProQuiz_View_QuizEdit.php:931
2244
  msgid "If you enable this option, the user is forced to answer each question."
2245
  msgstr ""
2246
  "Jika Anda mengaktifkan pilihan ini, pengguna akan dipaksa menjawab setiap "
2247
  "pertanyaan."
2248
 
2249
- #: lib/view/WpProQuiz_View_QuizEdit.php:932
2250
  msgid ""
2251
  "If the option \"Question overview\" is activated, this notification will "
2252
  "appear after end of the quiz, otherwise after each question."
@@ -2254,38 +2259,38 @@ msgstr ""
2254
  "Jika pilihan \"Ringkasan pertanyaan\" diaktifkan, pemberitahuan ini akan "
2255
  "tampil setelah kuis berakhir, sebaliknya setelah setiap pertanyaan."
2256
 
2257
- #: lib/view/WpProQuiz_View_QuizEdit.php:939
2258
- #: lib/view/WpProQuiz_View_QuizEdit.php:944
2259
  msgid "Hide question position overview"
2260
  msgstr "Sembunyikan ringkasan posisi pertanyaan "
2261
 
2262
- #: lib/view/WpProQuiz_View_QuizEdit.php:951
2263
  msgid "If you enable this option, the question position overview is hidden."
2264
  msgstr ""
2265
  "Jika Anda mengaktifkan pilihan ini, ringkasan posisi pertanyaan akan "
2266
  "disembunyikan."
2267
 
2268
- #: lib/view/WpProQuiz_View_QuizEdit.php:964
2269
- #: lib/view/WpProQuiz_View_QuizEdit.php:969
2270
  msgid "Hide question numbering"
2271
  msgstr "Sembunyikan nomor pertanyaan"
2272
 
2273
- #: lib/view/WpProQuiz_View_QuizEdit.php:976
2274
  msgid "If you enable this option, the question numbering is hidden."
2275
  msgstr ""
2276
  "Jika Anda mengaktifkan pilihan ini, nomor pertanyaan akan disembunyikan."
2277
 
2278
- #: lib/view/WpProQuiz_View_QuizEdit.php:989
2279
- #: lib/view/WpProQuiz_View_QuizEdit.php:994
2280
  msgid "Display category"
2281
  msgstr "Tampilkan kategori"
2282
 
2283
- #: lib/view/WpProQuiz_View_QuizEdit.php:1001
2284
  msgid "If you enable this option, category will be displayed in the question."
2285
  msgstr ""
2286
  "Jika Anda mengaktifkan pilihan ini, kategori akan ditampilkan di pertanyaan."
2287
 
2288
- #: lib/view/WpProQuiz_View_QuizEdit.php:1026
2289
  msgid ""
2290
  "The leaderboard allows users to enter results in public list and to share "
2291
  "the result this way."
@@ -2293,15 +2298,15 @@ msgstr ""
2293
  "Leaderboard membolehkan pengguna untuk melihat hasil di daftar publik dan "
2294
  "membagikan hasil dengan cara ini."
2295
 
2296
- #: lib/view/WpProQuiz_View_QuizEdit.php:1029
2297
  msgid "The leaderboard works independent from internal statistics function."
2298
  msgstr "Leaderboard bekerja secara terpisah dari fungsi statistik internal."
2299
 
2300
- #: lib/view/WpProQuiz_View_QuizEdit.php:1046
2301
  msgid "Who can sign up to the list"
2302
  msgstr "Siapa yang dapat mendaftar"
2303
 
2304
- #: lib/view/WpProQuiz_View_QuizEdit.php:1062
2305
  msgid ""
2306
  "Not registered users have to enter name and e-mail (e-mail won't be "
2307
  "displayed)"
@@ -2309,11 +2314,11 @@ msgstr ""
2309
  "Pengguna yang tidak terdaftar harus memasukkan nama dan e-mail (e-mail tidak "
2310
  "akan ditampilkan)"
2311
 
2312
- #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2313
  msgid "insert automatically"
2314
  msgstr "masukkan secara otomatis"
2315
 
2316
- #: lib/view/WpProQuiz_View_QuizEdit.php:1076
2317
  msgid ""
2318
  "If you enable this option, logged in users will be automatically entered "
2319
  "into leaderboard"
@@ -2321,11 +2326,11 @@ msgstr ""
2321
  "Jika Anda mengaktifkan pilihan ini, pengguna yang login akan secara otomatis "
2322
  "masuk ke leaderboard"
2323
 
2324
- #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2325
  msgid "display captcha"
2326
  msgstr "tampilkan captcha"
2327
 
2328
- #: lib/view/WpProQuiz_View_QuizEdit.php:1090
2329
  msgid ""
2330
  "If you enable this option, additional captcha will be displayed for users "
2331
  "who are not registered."
@@ -2333,83 +2338,83 @@ msgstr ""
2333
  "Jika Anda mengaktifkan pilihan ini, tambahan captcha akan ditampilkan untuk "
2334
  "pengguna yang tidak terdaftar."
2335
 
2336
- #: lib/view/WpProQuiz_View_QuizEdit.php:1093
2337
  msgid "This option requires additional plugin:"
2338
  msgstr "Pilihan ini membutuhkan tambahan plugin:"
2339
 
2340
- #: lib/view/WpProQuiz_View_QuizEdit.php:1098
2341
  msgid "Plugin has been detected."
2342
  msgstr "Plugin telah terdeteksi."
2343
 
2344
- #: lib/view/WpProQuiz_View_QuizEdit.php:1102
2345
  msgid "Plugin is not installed."
2346
  msgstr "Plugin tidak terinstal."
2347
 
2348
- #: lib/view/WpProQuiz_View_QuizEdit.php:1110
2349
  msgid "Sort list by"
2350
  msgstr "Urutkan daftar berdasarkan"
2351
 
2352
- #: lib/view/WpProQuiz_View_QuizEdit.php:1129
2353
  msgid "Users can apply multiple times"
2354
  msgstr "Pengguna dapat menggunakan lebih dari satu kali"
2355
 
2356
- #: lib/view/WpProQuiz_View_QuizEdit.php:1140
2357
  msgid "User can apply after:"
2358
  msgstr "Pengguna dapat menggunakan setelah:"
2359
 
2360
- #: lib/view/WpProQuiz_View_QuizEdit.php:1142
2361
  msgid "minute"
2362
  msgstr "menit"
2363
 
2364
- #: lib/view/WpProQuiz_View_QuizEdit.php:1149
2365
  msgid "How many entries should be displayed"
2366
  msgstr "Berapa entry yang seharusnya ditampilkan"
2367
 
2368
- #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2369
  msgid "Entries"
2370
  msgstr "Entri"
2371
 
2372
- #: lib/view/WpProQuiz_View_QuizEdit.php:1162
2373
  msgid "Automatically display leaderboard in quiz result"
2374
  msgstr "Tampilkan leaderboard secara otomatis dalam hasil kuis"
2375
 
2376
- #: lib/view/WpProQuiz_View_QuizEdit.php:1166
2377
  msgid "Where should leaderboard be displayed:"
2378
  msgstr "Dimana seharusnya leaderboard ditampilkan:"
2379
 
2380
- #: lib/view/WpProQuiz_View_QuizEdit.php:1169
2381
  msgid "don't display"
2382
  msgstr "jangan ditampilkan"
2383
 
2384
- #: lib/view/WpProQuiz_View_QuizEdit.php:1173
2385
  msgid "below the \"result text\""
2386
  msgstr "di bawah \"teks hasil\""
2387
 
2388
- #: lib/view/WpProQuiz_View_QuizEdit.php:1183
2389
  msgid "in a button"
2390
  msgstr "didalam tombol"
2391
 
2392
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
2393
  msgid "Quiz-Mode"
2394
  msgstr "Mode Kuis"
2395
 
2396
- #: lib/view/WpProQuiz_View_QuizEdit.php:1209
2397
  msgid "Normal"
2398
  msgstr "Normal"
2399
 
2400
- #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2401
  msgid "Normal + Back-Button"
2402
  msgstr "Normal + Tombol Kembali"
2403
 
2404
- #: lib/view/WpProQuiz_View_QuizEdit.php:1211
2405
  msgid "Check -> continue"
2406
  msgstr "Lihat -> lanjutkan"
2407
 
2408
- #: lib/view/WpProQuiz_View_QuizEdit.php:1212
2409
  msgid "Questions below each other"
2410
  msgstr "Pertanyaan di bawah satu sama lain"
2411
 
2412
- #: lib/view/WpProQuiz_View_QuizEdit.php:1224
2413
  msgid ""
2414
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2415
  "displayed at the end of the quiz."
@@ -2417,15 +2422,15 @@ msgstr ""
2417
  "Tampilkan semua pertanyaan secara berurutan, \"benar\" atau \"salah\" akan "
2418
  "ditampilkan di akhir kuis."
2419
 
2420
- #: lib/view/WpProQuiz_View_QuizEdit.php:1227
2421
  msgid "Allows to use the back button in a question."
2422
  msgstr "Perbolehkan untuk menggunakan tombol kembali di sebuah pertanyaan."
2423
 
2424
- #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2425
  msgid "Shows \"right or wrong\" after each question."
2426
  msgstr "Tampilkan \"benar atau salah\" pada setiap pertanyaan."
2427
 
2428
- #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2429
  msgid ""
2430
  "If this option is activated, all answers are displayed below each other, i."
2431
  "e. all questions are on a single page."
@@ -2433,23 +2438,23 @@ msgstr ""
2433
  "Jika pilihan ini diaktifkan, semua jawaban akan ditampilkan di bawah satu "
2434
  "sama lain, yaitu semua pertanyaan dalam satu halaman"
2435
 
2436
- #: lib/view/WpProQuiz_View_QuizEdit.php:1275
2437
  msgid "How many questions to be displayed on a page:"
2438
  msgstr "Berapa banyak pertanyaan yang akan ditampilkan dalam satu halaman:"
2439
 
2440
- #: lib/view/WpProQuiz_View_QuizEdit.php:1278
2441
  msgid "(0 = All on one page)"
2442
  msgstr "(0 = Semua dalam satu halaman)"
2443
 
2444
- #: lib/view/WpProQuiz_View_QuizEdit.php:1300
2445
- #: lib/view/WpProQuiz_View_QuizEdit.php:1633
2446
  #: lib/view/WpProQuiz_View_Statistics.php:41
2447
  #: lib/view/WpProQuiz_View_Statistics.php:364
2448
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:520
2449
  msgid "Custom fields"
2450
  msgstr "Formulir"
2451
 
2452
- #: lib/view/WpProQuiz_View_QuizEdit.php:1304
2453
  msgid ""
2454
  "You can create custom fields, e.g. to request the name or the e-mail address "
2455
  "of the users."
@@ -2457,108 +2462,112 @@ msgstr ""
2457
  "Anda dapat membuat formulir yang dapat disesuaikan, misalnya meminta nama "
2458
  "pengguna atau alamat email."
2459
 
2460
- #: lib/view/WpProQuiz_View_QuizEdit.php:1307
2461
  msgid "The statistic function have to be enabled."
2462
  msgstr "Fungsi statistik harus diaktifkan."
2463
 
2464
- #: lib/view/WpProQuiz_View_QuizEdit.php:1314
2465
- #: lib/view/WpProQuiz_View_QuizEdit.php:1319
2466
  msgid "Custom fields enable"
2467
  msgstr "Aktifkan formulir"
2468
 
2469
- #: lib/view/WpProQuiz_View_QuizEdit.php:1326
2470
  msgid "If you enable this option, custom fields are enabled."
2471
  msgstr "Jika Anda mengaktifkan pilihan ini, formulir akan diaktifkan."
2472
 
2473
- #: lib/view/WpProQuiz_View_QuizEdit.php:1333
2474
- #: lib/view/WpProQuiz_View_QuizEdit.php:1338
2475
  msgid "Display position"
2476
  msgstr "Posisi tampilan"
2477
 
2478
- #: lib/view/WpProQuiz_View_QuizEdit.php:1340
2479
  msgid "Where should the fileds be displayed:"
2480
  msgstr "Dimana seharusnya formulir ini ditampilkan:"
2481
 
2482
- #: lib/view/WpProQuiz_View_QuizEdit.php:1343
2483
  msgid "On the quiz startpage"
2484
  msgstr "Di halaman awal kuis"
2485
 
2486
- #: lib/view/WpProQuiz_View_QuizEdit.php:1355
2487
  msgid "At the end of the quiz (before the quiz result)"
2488
  msgstr "Di akhir kuis (sebelum hasil kuis)"
2489
 
2490
- #: lib/view/WpProQuiz_View_QuizEdit.php:1383
2491
  msgid "Field name"
2492
  msgstr "Nama kolom"
2493
 
2494
- #: lib/view/WpProQuiz_View_QuizEdit.php:1385
2495
  msgid "Required?"
2496
  msgstr "Wajib?"
2497
 
2498
- #: lib/view/WpProQuiz_View_QuizEdit.php:1408
 
 
 
 
2499
  msgid "Text"
2500
  msgstr "Teks"
2501
 
2502
- #: lib/view/WpProQuiz_View_QuizEdit.php:1409
2503
  msgid "Textarea"
2504
  msgstr "Teks area"
2505
 
2506
- #: lib/view/WpProQuiz_View_QuizEdit.php:1410
2507
  msgid "Checkbox"
2508
  msgstr "checkbox"
2509
 
2510
- #: lib/view/WpProQuiz_View_QuizEdit.php:1411
2511
  msgid "Drop-Down menu"
2512
  msgstr "Menu Drop-Down"
2513
 
2514
- #: lib/view/WpProQuiz_View_QuizEdit.php:1412
2515
  msgid "Radio"
2516
  msgstr "Radio"
2517
 
2518
- #: lib/view/WpProQuiz_View_QuizEdit.php:1413
2519
  msgid "Number"
2520
  msgstr "Nomor"
2521
 
2522
- #: lib/view/WpProQuiz_View_QuizEdit.php:1414
2523
  msgid "Email"
2524
  msgstr "Email"
2525
 
2526
- #: lib/view/WpProQuiz_View_QuizEdit.php:1415
2527
  msgid "Yes/No"
2528
  msgstr "Ya/Tidak"
2529
 
2530
- #: lib/view/WpProQuiz_View_QuizEdit.php:1416
2531
  #: lib/view/WpProQuiz_View_Statistics.php:323
2532
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:23
2533
  msgid "Date"
2534
  msgstr "Tanggal"
2535
 
2536
- #: lib/view/WpProQuiz_View_QuizEdit.php:1419
2537
  msgid "Edit list"
2538
  msgstr "Edit daftar"
2539
 
2540
- #: lib/view/WpProQuiz_View_QuizEdit.php:1422
2541
  msgid "One entry per line"
2542
  msgstr "Satu entri per baris"
2543
 
2544
- #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2545
  msgid "OK"
2546
  msgstr "OK"
2547
 
2548
- #: lib/view/WpProQuiz_View_QuizEdit.php:1446
2549
  msgid "Add field"
2550
  msgstr "Tambah kolom"
2551
 
2552
- #: lib/view/WpProQuiz_View_QuizEdit.php:1617
2553
  msgid ""
2554
  "If you enable this option, an email is sent with his quiz result to the user."
2555
  msgstr ""
2556
 
2557
- #: lib/view/WpProQuiz_View_QuizEdit.php:1629
2558
  msgid "User Email-Address (only registered users)"
2559
  msgstr ""
2560
 
2561
- #: lib/view/WpProQuiz_View_QuizEdit.php:1637
2562
  msgid "(Type Email)"
2563
  msgstr ""
2564
 
@@ -2574,50 +2583,50 @@ msgstr "Dalam masalah tertentu"
2574
  msgid "If quiz doesn't work in front-end, please try following:"
2575
  msgstr "Jika kuis tidak bekerja di halaman awal, coba berikut ini:"
2576
 
2577
- #: lib/view/WpProQuiz_View_QuizOverall.php:46
2578
  msgid "Style Manager"
2579
  msgstr "Style Manager"
2580
 
2581
- #: lib/view/WpProQuiz_View_QuizOverall.php:50
2582
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2583
  msgid "Support WP-Pro-Quiz"
2584
  msgstr "Dukung WP-Pro-Quiz"
2585
 
2586
- #: lib/view/WpProQuiz_View_QuizOverall.php:57
2587
  msgid "Learn more"
2588
  msgstr ""
2589
 
2590
- #: lib/view/WpProQuiz_View_QuizOverall.php:78
2591
  msgid "ID"
2592
  msgstr "ID"
2593
 
2594
- #: lib/view/WpProQuiz_View_QuizOverall.php:81
2595
  msgid "Shortcode"
2596
  msgstr "Shortcode"
2597
 
2598
- #: lib/view/WpProQuiz_View_QuizOverall.php:82
2599
  msgid "Shortcode-Leaderboard"
2600
  msgstr "Shortcode-Leaderboard"
2601
 
2602
- #: lib/view/WpProQuiz_View_QuizOverall.php:110
2603
  msgid "Preview"
2604
  msgstr "Peninjauan"
2605
 
2606
- #: lib/view/WpProQuiz_View_QuizOverall.php:142
2607
  msgid "Add quiz"
2608
  msgstr "Kuis Baru"
2609
 
2610
- #: lib/view/WpProQuiz_View_QuizOverall.php:146
2611
- #: lib/view/WpProQuiz_View_QuizOverall.php:153
2612
  msgid "Export"
2613
  msgstr "Ekspor"
2614
 
2615
- #: lib/view/WpProQuiz_View_QuizOverall.php:148
2616
- #: lib/view/WpProQuiz_View_QuizOverall.php:185
2617
  msgid "Set Quiz Categories"
2618
  msgstr ""
2619
 
2620
- #: lib/view/WpProQuiz_View_QuizOverall.php:154
2621
  msgid ""
2622
  "Choose the respective question, which you would like to export and press on "
2623
  "\"Start export\""
@@ -2625,37 +2634,37 @@ msgstr ""
2625
  "Pilih masing-masing pertanyaan, yang ingin Anda ekspor dan tekan tombol "
2626
  "\"Mulai ekspor\""
2627
 
2628
- #: lib/view/WpProQuiz_View_QuizOverall.php:159
2629
  msgid "Format:"
2630
  msgstr "Format:"
2631
 
2632
- #: lib/view/WpProQuiz_View_QuizOverall.php:160
2633
  msgid "*.wpq"
2634
  msgstr "*.wpq"
2635
 
2636
- #: lib/view/WpProQuiz_View_QuizOverall.php:161
2637
  msgid "or"
2638
  msgstr "atau"
2639
 
2640
- #: lib/view/WpProQuiz_View_QuizOverall.php:162
2641
  msgid "*.xml"
2642
  msgstr "*.xml"
2643
 
2644
- #: lib/view/WpProQuiz_View_QuizOverall.php:164
2645
  msgid "Start export"
2646
  msgstr "Mulai ekspor"
2647
 
2648
- #: lib/view/WpProQuiz_View_QuizOverall.php:170
2649
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2650
  msgstr ""
2651
  "Impor hanya file *.wpq atau *.xml dari sumber yang dikenali dan dipercaya"
2652
 
2653
- #: lib/view/WpProQuiz_View_QuizOverall.php:178
2654
  #, php-format
2655
  msgid "Maximal %d MiB"
2656
  msgstr "Maksimal %d MiB"
2657
 
2658
- #: lib/view/WpProQuiz_View_QuizOverall.php:186
2659
  msgid "Sets multiple quiz categories "
2660
  msgstr ""
2661
 
@@ -2702,39 +2711,39 @@ msgstr "rata-rata"
2702
 
2703
  #: lib/view/WpProQuiz_View_Statistics.php:108
2704
  #: lib/view/WpProQuiz_View_Statistics.php:243
2705
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:159
2706
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:589
2707
  msgid "Hints used"
2708
  msgstr "Petunjuk digunakan"
2709
 
2710
  #: lib/view/WpProQuiz_View_Statistics.php:109
2711
  #: lib/view/WpProQuiz_View_Statistics.php:244
2712
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:160
2713
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:590
2714
  msgid "Time"
2715
  msgstr "Waktu"
2716
 
2717
  #: lib/view/WpProQuiz_View_Statistics.php:110
2718
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:161
2719
  msgid "Points scored"
2720
  msgstr "Poin dinilai"
2721
 
2722
  #: lib/view/WpProQuiz_View_Statistics.php:148
2723
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:223
2724
  msgid "Sub-Total: "
2725
  msgstr "Sub-Total"
2726
 
2727
  #: lib/view/WpProQuiz_View_Statistics.php:183
2728
  #: lib/view/WpProQuiz_View_Statistics.php:268
2729
  #: lib/view/WpProQuiz_View_Statistics.php:343
2730
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:269
2731
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2732
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2733
  msgid "Refresh"
2734
  msgstr "Refresh"
2735
 
2736
  #: lib/view/WpProQuiz_View_Statistics.php:187
2737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:273
2738
  msgid "Reset statistics"
2739
  msgstr "Reset statistik"
2740
 
@@ -2774,18 +2783,30 @@ msgstr "hanya pengguna terdaftar"
2774
  msgid "only anonymous users"
2775
  msgstr "hanya pengguna anonim"
2776
 
2777
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:138
 
 
 
 
 
 
 
 
 
 
 
 
2778
  #, php-format
2779
  msgid "User statistics: %s"
2780
  msgstr "Statistik pengguna: %s"
2781
 
2782
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2783
- msgid "ticked"
2784
- msgstr "ditandai"
2785
 
2786
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:546
2787
- msgid "not ticked"
2788
- msgstr "tidak ditandai"
2789
 
2790
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2791
  msgid "History"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Creative Computer Club <info@triplec.or.id>\n"
8
  "Language: id_ID\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "Data tidak tersedia"
69
 
107
  #: lib/controller/WpProQuiz_Controller_Front.php:66
108
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
109
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
110
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
111
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
112
  #: lib/view/WpProQuiz_View_Statistics.php:46
113
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
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:292
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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."
165
  msgstr "Basis data telah diperbaiki"
166
 
167
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
171
  msgid "File cannot be processed"
172
  msgstr "Berkas tidak dapat diproses"
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:326
178
  msgid "Quiz not found"
179
  msgstr "Kuis tidak tersedia"
180
 
211
  msgid "questions copied"
212
  msgstr "pertanyaan telah disalin"
213
 
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
216
  msgid "Quiz edited"
217
  msgstr "Kuis telah diedit"
218
 
219
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
220
  msgid "quiz created"
221
  msgstr "kuis telah dibuat"
222
 
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
226
  msgid "Quiz title or quiz description are not filled"
227
  msgstr "Judul kuis atau keterangan kuis belum diisi"
228
 
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
231
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
232
  msgid "Edit quiz"
233
  msgstr "Edit kuis"
234
 
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
238
  msgid "Create quiz"
239
  msgstr "Buat kuis"
240
 
241
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
242
  msgid "Template stored"
243
  msgstr "Template telah disimpan"
244
 
245
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
246
  msgid "Quiz deleted"
247
  msgstr "Kuis telah dihapus"
248
 
249
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
250
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
252
  msgid "Not categorized"
253
  msgstr "Tidak Berkategori"
254
 
255
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
256
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
258
  msgid "Categories"
259
  msgstr "Kategori"
260
 
261
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
262
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
265
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
266
  msgid "No category"
267
  msgstr "Tidak ada kategori"
268
 
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
272
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
273
  msgid "Anonymous"
274
  msgstr "Anonim"
275
 
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
278
  msgid "Deleted user"
279
  msgstr "Pengguna yang dihapus"
280
 
308
  msgid "You entered wrong captcha code."
309
  msgstr "Anda salah memasukkan kode captcha."
310
 
311
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
312
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
313
+ msgid "ticked"
314
+ msgstr "ditandai"
315
+
316
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
317
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
318
+ msgid "not ticked"
319
+ msgstr "tidak ditandai"
320
+
321
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
322
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
323
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
324
+ msgid "Yes"
325
+ msgstr "Ya"
326
+
327
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
330
+ msgid "No"
331
+ msgstr "Tidak"
332
+
333
  #: lib/helper/WpProQuiz_Helper_Import.php:9
334
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
335
  msgid "File was not uploaded"
336
  msgstr "File belum terupload"
337
 
338
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
339
  msgid "File have wrong format"
340
  msgstr "Format file salah"
341
 
342
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
343
  msgid "File is not compatible with the current version"
344
  msgstr "File tidak kompatibel dengan versi ini"
345
 
407
  msgstr "Sebuah plugin yang sangat berguna dan bagus untuk Wordpress"
408
 
409
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
410
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
411
  msgid "WP-Pro-Quiz"
412
  msgstr "WP-Pro-Quiz"
413
 
414
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
415
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
418
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
419
  msgid "Leaderboard"
420
  msgstr "Leaderboard"
421
 
424
  #: lib/view/WpProQuiz_View_Import.php:22
425
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
426
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
427
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
428
  #: lib/view/WpProQuiz_View_Statistics.php:29
429
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
430
  #: lib/view/WpProQuiz_View_StyleManager.php:11
446
  msgstr "Urut berdasarkan:"
447
 
448
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
450
  msgid "best user"
451
  msgstr "pengguna terbaik"
452
 
453
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
454
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
455
  msgid "newest entry"
456
  msgstr "data baru"
457
 
458
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
459
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
460
  msgid "oldest entry"
461
  msgstr "data lama"
462
 
470
 
471
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
472
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
473
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
474
  msgid "Type"
475
  msgstr "Tipe"
476
 
480
 
481
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
482
  #: lib/view/WpProQuiz_View_Statistics.php:239
483
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
484
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
485
  msgid "User"
486
  msgstr "Pengguna"
487
 
488
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
489
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
490
  msgid "E-Mail"
491
  msgstr "E-mail"
492
 
496
  msgstr "Masuk ke"
497
 
498
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
499
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
500
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
501
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
502
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
503
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
507
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
508
  #: lib/view/WpProQuiz_View_Statistics.php:105
509
  #: lib/view/WpProQuiz_View_Statistics.php:240
510
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
511
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
512
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
513
  msgid "Points"
514
  msgstr "Poin"
515
 
516
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
517
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
518
  #: lib/view/WpProQuiz_View_Statistics.php:111
519
  #: lib/view/WpProQuiz_View_Statistics.php:245
520
  #: lib/view/WpProQuiz_View_Statistics.php:324
521
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
522
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
523
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
524
  msgid "Results"
525
  msgstr "Hasil"
526
 
530
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
531
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
532
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
533
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
534
  msgid "Edit"
535
  msgstr "Edit"
536
 
541
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
542
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
543
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
544
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
545
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
546
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
547
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
548
  msgid "Delete"
549
  msgstr "Hapus"
550
 
568
  msgid "Delete all entries"
569
  msgstr "Hapus semua data"
570
 
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
572
+ msgid "Start quiz"
573
+ msgstr "Mulai Kuis"
574
+
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
576
+ msgid "Restart quiz"
577
+ msgstr "Restart kuis"
578
+
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
580
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
581
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
582
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
583
  msgid "Quiz-summary"
584
  msgstr "Ringkasan kuis"
585
 
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
587
  msgid "Finish quiz"
588
  msgstr "Selesaikan kuis"
589
 
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
591
+ msgid "Quiz is loading..."
592
+ msgstr "Kuis sedang loading..."
593
+
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
595
+ msgid ""
596
+ "You have already completed the quiz before. Hence you can not start it again."
597
+ msgstr "Anda telah"
598
+
599
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
600
+ msgid "You must sign in or sign up to start the quiz."
601
+ msgstr "Anda harus masuk atau mendaftar untuk memulai kuis."
602
+
603
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
604
+ msgid "You have to finish following quiz, to start this quiz:"
605
+ msgstr "Anda harus menyelesaikan kuis dibawah ini, untuk memulai kuis ini:"
606
+
607
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
608
  msgid "Your result has been entered into leaderboard"
609
  msgstr "Hasil Anda telah dimasukkan ke dalam leaderboard"
610
 
611
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
612
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
613
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
614
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
615
  msgid "Name"
616
  msgstr "Nama"
617
 
618
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
619
  msgid "Captcha"
620
  msgstr "Captcha"
621
 
622
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
623
  msgid "Send"
624
  msgstr "Kirim"
625
 
626
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
627
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
628
  msgid "You must fill out this field."
629
  msgstr "Anda harus mengisi kolom ini."
630
 
631
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
632
  msgid "You must specify a number."
633
  msgstr "Anda harus mengisi dengan nomor"
634
 
635
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
636
  msgid "You must specify a text."
637
  msgstr "Anda harus mengisi dengan teks."
638
 
639
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
640
  msgid "You must specify an email address."
641
  msgstr "Anda harus mengisi alamat dengan email."
642
 
643
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
644
  msgid "You must specify a date."
645
  msgstr "Anda harus mengisi dengan tanggal"
646
 
647
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
  #, php-format
649
  msgid "%s of %s questions completed"
650
  msgstr "%s dari %s pertanyaan telah diselesaikan"
651
 
652
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
653
  #: lib/view/WpProQuiz_View_Import.php:44
654
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
655
  msgid "Questions"
656
  msgstr "Pertanyaan"
657
 
658
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
659
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
660
  msgid "Information"
661
  msgstr "Informasi"
662
 
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
664
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
665
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
666
  msgid "Time limit"
667
  msgstr "Batas waktu"
668
 
669
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
670
  msgid "Answered"
671
  msgstr "Terjawab"
672
 
673
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
674
  msgid "Review"
675
  msgstr "Tinjau"
676
 
677
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
678
  msgid "Review question"
679
  msgstr "Tinjau pertanyaan"
680
 
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
682
  #, php-format
683
  msgid "%s of %s questions answered correctly"
684
  msgstr "%s dari %s pertanyaan terjawab dengan benar"
685
 
686
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
687
  msgid "Your time: <span></span>"
688
  msgstr "Waktu Anda: <span></span>"
689
 
690
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
691
  msgid "Time has elapsed"
692
  msgstr "Waktu yang telah berlalu"
693
 
694
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
695
  #, php-format
696
  msgid "You have reached %s of %s points, (%s)"
697
  msgstr "Anda mendapatkan %s poin dari total %s poin, (%s)"
698
 
699
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
700
  msgid "Average score"
701
  msgstr "Nilai rata-rata"
702
 
703
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
704
  msgid "Your score"
705
  msgstr "Nilai Anda"
706
 
707
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
708
  msgid "View questions"
709
  msgstr "Lihat pertanyaan"
710
 
711
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
712
  msgid "Show leaderboard"
713
  msgstr "Tampilkan leaderboard"
714
 
715
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
716
  #, php-format
717
  msgid "Question %s of %s"
718
  msgstr "Pertanyaan ke %s dari %s"
719
 
720
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
721
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
722
  #: lib/view/WpProQuiz_View_Statistics.php:104
723
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
724
  msgid "Question"
725
  msgstr "Pertanyaan"
726
 
727
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
728
  #, php-format
729
  msgid "%d points"
730
  msgstr "%d poin"
731
 
732
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
733
  #, php-format
734
  msgid "Category: %s"
735
  msgstr "Kategori: %s"
736
 
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
738
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
739
  msgid "Sort elements"
740
  msgstr "Urutkan elemen"
741
 
742
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
743
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
744
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
745
  #: lib/view/WpProQuiz_View_Statistics.php:106
746
  #: lib/view/WpProQuiz_View_Statistics.php:241
747
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
748
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
749
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
750
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
751
  msgid "Correct"
752
  msgstr "Benar"
753
 
754
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
755
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
756
  #: lib/view/WpProQuiz_View_Statistics.php:107
757
  #: lib/view/WpProQuiz_View_Statistics.php:242
758
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
759
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
760
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
761
  msgid "Incorrect"
762
  msgstr "Salah"
763
 
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
765
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
766
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
767
  msgid "Hint"
768
  msgstr "Petunjuk"
769
 
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
771
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
772
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
773
  msgid "Skip question"
774
  msgstr "Lewati pertanyaan"
775
 
776
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
777
  msgid "Back"
778
  msgstr "Kembali"
779
 
780
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
781
  msgid "Check"
782
  msgstr "Periksa"
783
 
784
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
785
  msgid "Next"
786
  msgstr "Berikutnya"
787
 
788
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
789
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
790
  #, php-format
791
  msgid "Page %d"
792
  msgstr "Halaman %d"
793
 
 
 
 
 
794
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
795
  #, php-format
796
  msgid "maximum of %s points"
811
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
812
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
813
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
814
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
815
  msgid "Global settings"
816
  msgstr "Pengaturan umum"
817
 
822
 
823
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
824
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
826
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
827
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
828
  msgid "Save"
829
  msgstr "Simpan"
877
 
878
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
879
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
880
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
881
  msgid "Admin e-mail settings"
882
  msgstr "Pengaturan e-mail Admin"
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
887
  msgid "To:"
888
  msgstr "Kepada:"
889
 
890
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
891
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
892
  msgid ""
893
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
894
  "com"
896
 
897
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
898
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
899
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
901
  msgid "From:"
902
  msgstr "Dari:"
903
 
904
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
906
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
908
  msgid "Subject:"
909
  msgstr "Subyek:"
910
 
911
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
912
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
915
  msgid "HTML"
916
  msgstr "HTML"
917
 
920
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
921
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
922
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
955
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
956
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
959
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
961
  msgid "Activate"
962
  msgstr "Aktifkan"
963
 
964
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
966
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
968
  msgid "Message body:"
969
  msgstr "Isi pesan"
970
 
971
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
972
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
973
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
975
  msgid "Allowed variables"
976
  msgstr "variable yang diperbolehkan"
977
 
978
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
979
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
982
  msgid "User-ID"
983
  msgstr "ID Pengguna"
984
 
985
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
986
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
987
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
988
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
989
  #: lib/view/WpProQuiz_View_Statistics.php:322
990
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
991
  msgid "Username"
993
 
994
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
996
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
998
  msgid "Quiz-Name"
999
  msgstr "Nama Kuis"
1000
 
1001
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
1003
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
1004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
1005
  msgid "Result in precent"
1006
  msgstr "Hasil dalam persen"
1007
 
1008
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1010
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1012
  msgid "Reached points"
1013
  msgstr "Poin yang didapat"
1014
 
1015
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1016
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1017
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1019
  msgid "IP-address of the user"
1020
  msgstr "IP-address pengguna"
1021
 
1022
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1023
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1024
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1025
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1026
  msgid "Category-Overview"
1027
  msgstr "Ringkasan Kategori"
1028
 
1029
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1030
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1031
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1032
  msgid "User e-mail settings"
1033
  msgstr "Pengaturan e-mail pengguna"
1034
 
1120
  msgstr "Touch Library"
1121
 
1122
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1125
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1126
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1128
  msgid "Deactivate"
1129
  msgstr "Nonaktifkan"
1130
 
1168
  "diperbaiki."
1169
 
1170
  #: lib/view/WpProQuiz_View_Import.php:21
1171
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1172
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1173
  msgid "Import"
1174
  msgstr "Impor"
1175
 
1190
  msgstr "Nama kuis"
1191
 
1192
  #: lib/view/WpProQuiz_View_Import.php:69
1193
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1194
  msgid "Start import"
1195
  msgstr "Mulai mengimpor"
1196
 
1199
  msgstr ""
1200
 
1201
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1202
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1203
  msgid "You need special WP-Pro-Quiz modification for your website?"
1204
  msgstr ""
1205
 
1261
  msgstr ""
1262
 
1263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1265
  msgid "load template"
1266
  msgstr "Muat template"
1267
 
1274
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1275
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1276
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1280
  msgid "(optional)"
1281
  msgstr "(opsional)"
1282
 
1291
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1292
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1293
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1294
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1295
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1297
  msgid "(required)"
1298
  msgstr "(wajib)"
1299
 
1325
 
1326
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1327
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1329
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1330
  #: lib/view/WpProQuiz_View_Statistics.php:124
1331
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1332
  msgid "Category"
1333
  msgstr "Kategori"
1334
 
1339
  msgstr "Anda dapat menentukan kategori untuk sebuah pertanyaan. Kategori akan "
1340
 
1341
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1342
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1343
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1344
  msgid "You can manage categories in global settings."
1345
  msgstr " mengatur kategori di pengaturan umum."
1346
 
1347
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1348
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1350
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1351
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1352
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1353
  msgid "Create new category"
1354
  msgstr "Buat kategori baru"
1355
 
1356
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1358
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1359
  msgid "Create"
1360
  msgstr "Buat"
1361
 
1488
  "teks yang panjang. Defaultnya 20%"
1489
 
1490
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1492
  msgid "template name"
1493
  msgstr "nama template"
1494
 
1495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1496
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1497
  msgid "Create new template"
1498
  msgstr "Buat template baru"
1499
 
1500
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1501
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1502
  msgid "Save as template"
1503
  msgstr "Simpan sebagai template"
1504
 
1505
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1506
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1507
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1508
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1509
  msgid "Options"
1510
  msgstr "Pilihan"
1511
 
1537
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1538
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1539
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1540
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1541
  msgid "Move"
1542
  msgstr "Pindahkan"
1543
 
1611
 
1612
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1613
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1614
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1621
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1622
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1623
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1624
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1625
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1626
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1627
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1628
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1629
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1630
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1631
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1632
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1633
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1634
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1635
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1636
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1637
  msgid "Demo"
1638
  msgstr "Contoh"
1639
 
1688
 
1689
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1690
  #: lib/view/WpProQuiz_View_Statistics.php:169
1691
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1692
  msgid "Total"
1693
  msgstr "Total"
1694
 
1717
  msgid "Copy questions"
1718
  msgstr "Salin pertanyaan"
1719
 
1720
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1721
  msgid "Quiz title"
1722
  msgstr "Judul kuis"
1723
 
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1725
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1726
  msgid "You can assign classify category for a quiz."
1727
  msgstr ""
1728
 
1729
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1730
  msgid "Hide quiz title"
1731
  msgstr "Sembunyikan judul kuis"
1732
 
1733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1734
  msgid "Hide title"
1735
  msgstr "Sembunyikan judul"
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1738
  msgid "The title serves as quiz heading."
1739
  msgstr "Judul berperan sebagai heading kuis"
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1743
  msgid "Hide \"Restart quiz\" button"
1744
  msgstr "Sembunyikan tombol \"Restart kuis\""
1745
 
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1747
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1748
  msgstr "Sembunyikan tombol \"Restart kuis\" di halaman kuis."
1749
 
1750
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1752
  msgid "Hide \"View question\" button"
1753
  msgstr "Sembunyikan tombol \"Lihat pertanyaan\""
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1756
  msgid "Hide the \"View question\" button in the Frontend."
1757
  msgstr "Sembunyikan tombol \"Lihat pertanyaan\" di halaman kuis."
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1761
  msgid "Display question randomly"
1762
  msgstr "Tampilkan pertanyaan secara acak"
1763
 
1764
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1766
  msgid "Display answers randomly"
1767
  msgstr "Tampilkan jawaban secara acak"
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1771
  msgid "Sort questions by category"
1772
  msgstr "Urutkan pertanyaan sesuai kategori"
1773
 
1774
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1775
  msgid ""
1776
  "Also works in conjunction with the \"display randomly question\" option."
1777
  msgstr ""
1778
  "Kerjakan juga dalam bantuan dengan pilihan \"tampilkan pertanyaan secara acak"
1779
  "\""
1780
 
1781
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1782
  msgid "Seconds"
1783
  msgstr "Detik"
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1786
  msgid "0 = no limit"
1787
  msgstr "0 = tak terbatas"
1788
 
1789
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1791
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1792
  msgid "Statistics"
1793
  msgstr "Statistik"
1794
 
1795
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1796
  msgid ""
1797
  "Statistics about right or wrong answers. Statistics will be saved by "
1798
  "completed quiz, not after every question. The statistics is only visible "
1802
  "penyelesaian kuis,bukan setiap pertanyaan. Statistik hanya ditampilkan di "
1803
  "menu administrasi. (statistik internal)"
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1806
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1807
  msgid "Statistics IP-lock"
1808
  msgstr "Kunci Statistik IP"
1809
 
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1811
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1812
  msgstr "dalam menit (direkomendasikan 1440 menit = 1 hari)"
1813
 
1814
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1815
  msgid ""
1816
  "Protect the statistics from spam. Result will only be saved every X minutes "
1817
  "from same IP. (0 = deactivated)"
1819
  "Lindungi statistik dari spam. Hasil hanya akan disimpan setiap X menit dari "
1820
  "IP yang sama. (0 = dinonaktifkan)"
1821
 
 
1822
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1823
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1824
  msgid "Execute quiz only once"
1825
  msgstr "Jalankan kuis hanya satu kali"
1826
 
1827
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1828
  msgid ""
1829
  "If you activate this option, the user can complete the quiz only once. "
1830
  "Afterwards the quiz is blocked for this user."
1832
  "Jika Anda mengaktifkan pilihan ini, pengguna dapat mengerjakan kuis hanya "
1833
  "satu kali. Setelah itu kuis ini akan akan terkunci untuk pengguna tersebut."
1834
 
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1836
  msgid "This option applies to:"
1837
  msgstr "Pengaturan ini diterapkan ke:"
1838
 
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1840
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1841
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1842
  msgid "all users"
1843
  msgstr "semua pengguna"
1844
 
1845
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1846
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1847
  msgid "registered useres only"
1848
  msgstr "hanya pengguna terdaftar"
1849
 
1850
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1851
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1852
  msgid "anonymous users only"
1853
  msgstr "hanya pengguna anonim"
1854
 
1855
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1856
  msgid "user identification by cookie"
1857
  msgstr "identifikasi pengguna dengan cookie"
1858
 
1859
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1860
  msgid ""
1861
  "If you activate this option, a cookie is set additionally for unregistrated "
1862
  "(anonymous) users. This ensures a longer assignment of the user than the "
1866
  "pengguna tak terdaftar (anonim). Ini memastikan penempatan pengguna daripada "
1867
  "hanya penempatan dengan IP address."
1868
 
1869
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1870
  msgid "Reset the user identification"
1871
  msgstr "Hapus identifikasi pengguna"
1872
 
1873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1874
  msgid "User identification has been reset."
1875
  msgstr "Identifikasi pengguna telah dihapus."
1876
 
1877
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1878
  msgid "Resets user identification for all users."
1879
  msgstr "Hapus identifikasi pengguna untuk semua pengguna."
1880
 
1881
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1883
  msgid "Show only specific number of questions"
1884
  msgstr "Tampilkan hanya jumlah yang ditentukan dari pertanyaan"
1885
 
1886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1887
  msgid ""
1888
  "If you enable this option, maximum number of displayed questions will be X "
1889
  "from X questions. (The output of questions is random)"
1891
  "Jika Anda mengaktifkan pilihan ini, jumlah maksimum dari pertanyaan yang "
1892
  "ditampilkan adalah X dari X pertanyaan. (pertanyaan yang tampil diacak)"
1893
 
1894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1895
  msgid "How many questions should be displayed simultaneously:"
1896
  msgstr "Berapa pertanyaan yang harus ditampilkan secara serentak?"
1897
 
1898
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1899
  msgid "in percent"
1900
  msgstr "dalam persen"
1901
 
1902
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1904
  msgid "Prerequisites"
1905
  msgstr "Prasyarat"
1906
 
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1908
  msgid ""
1909
  "If you enable this option, you can choose quiz, which user have to finish "
1910
  "before he can start this quiz."
1912
  "Jika Anda mengaktifkan pilihan ini, Anda dapat memilih kuis, yang harus "
1913
  "diselesaikan pengguna sebelum dia dapat memulai kuis ini."
1914
 
1915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1916
  msgid ""
1917
  "In all selected quizzes statistic function have to be active. If it is not "
1918
  "it will be activated automatically."
1920
  "Di semua kuis yang dipilih fungsi statistik harus aktif. jika ini tidak "
1921
  "aktif maka akan diaktifkan secara otomatis."
1922
 
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1924
  msgid "Quiz"
1925
  msgstr "Kuis"
1926
 
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1928
  msgid "Prerequisites (This quiz have to be finished)"
1929
  msgstr "Prasyarat (Kuis ini harus diselesaikan)"
1930
 
1931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1934
  msgid "Question overview"
1935
  msgstr "Ringkasan pertanyaan"
1936
 
1937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1938
  msgid ""
1939
  "Add at the top of the quiz a question overview, which allows easy "
1940
  "navigation. Additional questions can be marked \"to review\"."
1942
  "Tambahkan di bagian atas kuis sebuah ringkasan pertanyaan, yang mempermudah "
1943
  "navigasi. Tambahan pertanyaan dapat ditandai dengan \"untuk ditinjau\"."
1944
 
1945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1946
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1947
  msgstr ""
1948
  "Tambahan ringkasan pertanyaan akan ditampilkan, sebelum kuis diselesaikan."
1949
 
1950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1951
  msgid ""
1952
  "If you enalbe this option, no quiz overview will be displayed, before "
1953
  "finishing quiz."
1955
  "Jika Anda mengaktifkan pilihan ini, tidak akan ada ringkasan kuis yang "
1956
  "ditampilkan, sebelum menyelasaikan kuis."
1957
 
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1959
  msgid ""
1960
  "If you enable this option, user won't be able to skip question. (only in "
1961
  "\"Overview -> next\" mode). User still will be able to navigate over "
1965
  "pertanyaan. (hanya dalam mode \"Ringkasan -> selanjutnya\"). Pengguna masih "
1966
  "dapat melihat-lihat \"Ringkasan pertanyaan\""
1967
 
1968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1972
  msgid "Admin e-mail notification"
1973
  msgstr "Pemberitahuan e-mail admin"
1974
 
1975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1977
  msgid "for registered users only"
1978
  msgstr "hanya untuk pengguna terdaftar"
1979
 
1980
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1982
  msgid "for all users"
1983
  msgstr "untuk semua pengguna"
1984
 
1985
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1986
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1987
  msgid ""
1988
  "If you enable this option, you will be informed if a user completes this "
1989
  "quiz."
1991
  "Jika Anda mengaktifkan pilihan ini, Anda akan diberitahu jika seorang "
1992
  "pengguna telah menyelesaikan kuis."
1993
 
1994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1995
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1996
  msgid "E-Mail settings can be edited in global settings."
1997
  msgstr "Pengaturan E-Mail dapat diedit di pengaturan umum."
1998
 
1999
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
2000
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
2001
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
2002
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
2003
  msgid "User e-mail notification"
2004
  msgstr "Pemberitahuan e-mail pengguna"
2005
 
2006
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
2007
  msgid ""
2008
  "If you enable this option, an email is sent with his quiz result to the "
2009
  "user. (only registered users)"
2011
  "Jika Anda mengaktifkan pilihan ini, sebuah email akan dikirim dengan hasil "
2012
  "kuisnya kepada pengguna. (Hanya pengguna yang terdaftar)"
2013
 
2014
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
2015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
2016
  msgid "Autostart"
2017
  msgstr "Mulai otomatis"
2018
 
2019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
2020
  msgid ""
2021
  "If you enable this option, the quiz will start automatically after the page "
2022
  "is loaded."
2024
  "Jika Anda mengaktifkan pilihan ini, kuis akan dimulai secara otomatis "
2025
  "setelah halaman dimuat."
2026
 
2027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
2028
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
2029
  msgid "Only registered users are allowed to start the quiz"
2030
  msgstr "Hanya pengguna terdaftar yang boleh memulai kuis"
2031
 
2032
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
2033
  msgid ""
2034
  "If you enable this option, only registered users allowed start the quiz."
2035
  msgstr ""
2036
  "Jika Anda mengaktifkan pilihan ini, hanya pengguna yang terdaftar yang boleh "
2037
  "memulai kuis"
2038
 
2039
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2040
  msgid "Quiz description"
2041
  msgstr "Keterangan kuis"
2042
 
2043
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2044
  msgid "This text will be displayed before start of the quiz."
2045
  msgstr "Teks ini akan ditampilkan sebelum kuis dimulai"
2046
 
2047
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2048
  msgid "Results text"
2049
  msgstr "Teks hasil"
2050
 
2051
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2052
  msgid ""
2053
  "This text will be displayed at the end of the quiz (in results). (this text "
2054
  "is optional)"
2056
  "Teks ini akan ditampilkan di akhir kuis (di bagian hasil). (teks ini tidak "
2057
  "tidak wajib)"
2058
 
2059
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2060
  msgid "Activate graduation"
2061
  msgstr "Aktifkan predikat lulus"
2062
 
2063
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2064
  msgid "Hint:"
2065
  msgstr "Petunjuk:"
2066
 
2067
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2068
  msgid "Maximal 15 levels"
2069
  msgstr "Maksimal 15 level"
2070
 
2071
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2072
  #, php-format
2073
  msgid ""
2074
  "Percentages refer to the total score of the quiz. (Current total %d points "
2077
  "Prosentase mengacu pada nilai total kuis. (Saat ini total %d poin dalam %d "
2078
  "pertanyaan."
2079
 
2080
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2081
  msgid "Values can also be mixed up"
2082
  msgstr "Isi dapat juga dicampur"
2083
 
2084
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2085
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2086
  msgstr ""
2087
  "10,15% atau 10.15% diperbolehkan (maks. dua digit setelah koma desimal)"
2088
 
2089
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2090
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2091
  msgid "from:"
2092
  msgstr "dari:"
2093
 
2094
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2095
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2096
  msgid "percent"
2097
  msgstr "persen"
2098
 
2099
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2101
  #, php-format
2102
  msgid ""
2103
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2106
  "(Akan ditampilkan, ketika persen hasil >= <span class=\"resultProzent\">%s</"
2107
  "span>%%)"
2108
 
2109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2111
  msgid "Delete graduation"
2112
  msgstr "Hapus gelar"
2113
 
2114
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2115
  msgid "Add graduation"
2116
  msgstr "Tambahkan gelar"
2117
 
2118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2121
  msgid "Custom fields - Variables"
2122
  msgstr ""
2123
 
2124
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2125
  msgid "Result-Options"
2126
  msgstr "Pengaturan Hasil"
2127
 
2128
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2129
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2130
  msgid "Show average points"
2131
  msgstr "Tampilkan poin rata-rata"
2132
 
2133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2134
  msgid "Statistics-function must be enabled."
2135
  msgstr "Fungsi statistik harus diaktifkan"
2136
 
2137
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2139
  msgid "Show category score"
2140
  msgstr "Tampilkan nilai kategori"
2141
 
2142
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2143
  msgid ""
2144
  "If you enable this option, the results of each category is displayed on the "
2145
  "results page."
2147
  "Jika Anda mengaktifkan pilihan ini, hasil dari setiap kategori akan "
2148
  "ditampilkan di halaman hasil"
2149
 
2150
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2151
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2152
  msgid "Hide correct questions - display"
2153
  msgstr "Sembunyikan tampilan pertanyaan benar"
2154
 
2155
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2156
  msgid ""
2157
  "If you select this option, no longer the number of correctly answered "
2158
  "questions are displayed on the results page."
2160
  "Jika Anda mengaktifkan pilihan ini, jumlah jawaban yang benar tidak akan "
2161
  "lagi ditampilkan di halaman hasil."
2162
 
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2164
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2165
  msgid "Hide quiz time - display"
2166
  msgstr "Sembunyikan tampilan waktu kuis"
2167
 
2168
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2169
  msgid ""
2170
  "If you enable this option, the time for finishing the quiz won't be "
2171
  "displayed on the results page anymore."
2173
  "Jika Anda mengaktifkan pilihan ini, waktu untuk menyelesaikan kuis sama "
2174
  "sekali tidak akan ditampilkan di halaman hasil"
2175
 
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2177
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2178
  msgid "Hide score - display"
2179
  msgstr "Sembunyikan tampilan nilai"
2180
 
2181
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2182
  msgid ""
2183
  "If you enable this option, final score won't be displayed on the results "
2184
  "page anymore."
2186
  "Jika Anda mengaktifkan pilihan ini, nilai akhir sama sekali tidak akan "
2187
  "ditampilkan di halaman hasil."
2188
 
2189
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2190
  msgid "Question-Options"
2191
  msgstr "Pilihan Pertanyaan"
2192
 
2193
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2194
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2195
  msgid "Show points"
2196
  msgstr "Tampilkan poin"
2197
 
2198
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2199
  msgid "Shows in quiz, how many points are reachable for respective question."
2200
  msgstr ""
2201
  "Tampilkan dalam kuis, berapa banyak poin yang akan didapat untuk masing-"
2202
  "masing pertanyaan."
2203
 
2204
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2206
  msgid "Number answers"
2207
  msgstr "Nomor jawaban"
2208
 
2209
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2210
  msgid ""
2211
  "If this option is activated, all answers are numbered (only single and "
2212
  "multiple choice)"
2214
  "Jika pilihan ini diaktifkan, semua jawaban di akan di beri nomor (Hanya "
2215
  "jawaban tunggal dan jawaban ganda)"
2216
 
2217
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2218
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2219
  msgid "Hide correct- and incorrect message"
2220
  msgstr "Sembunyikan pesan benar dan salah"
2221
 
2222
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2223
  msgid ""
2224
  "If you enable this option, no correct- or incorrect message will be "
2225
  "displayed."
2227
  "Jika Anda mengaktifkan pilihan ini, tidak akan ada pesan benar atau pesan "
2228
  "salah yang ditampilkan"
2229
 
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2231
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2232
  msgid "Correct and incorrect answer mark"
2233
  msgstr "Tandai jawaban benar dan salah"
2234
 
2235
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2236
  msgid ""
2237
  "If you enable this option, answers won't be color highlighted as correct or "
2238
  "incorrect. "
2240
  "Jika Anda mengaktifkan pilihan ini, jawaban tidak akan disorot sebagai benar "
2241
  "atau salah."
2242
 
2243
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2244
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2245
  msgid "Force user to answer each question"
2246
  msgstr "Paksa pengguna untuk menjawab setiap pertanyaan"
2247
 
2248
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2249
  msgid "If you enable this option, the user is forced to answer each question."
2250
  msgstr ""
2251
  "Jika Anda mengaktifkan pilihan ini, pengguna akan dipaksa menjawab setiap "
2252
  "pertanyaan."
2253
 
2254
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2255
  msgid ""
2256
  "If the option \"Question overview\" is activated, this notification will "
2257
  "appear after end of the quiz, otherwise after each question."
2259
  "Jika pilihan \"Ringkasan pertanyaan\" diaktifkan, pemberitahuan ini akan "
2260
  "tampil setelah kuis berakhir, sebaliknya setelah setiap pertanyaan."
2261
 
2262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2264
  msgid "Hide question position overview"
2265
  msgstr "Sembunyikan ringkasan posisi pertanyaan "
2266
 
2267
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2268
  msgid "If you enable this option, the question position overview is hidden."
2269
  msgstr ""
2270
  "Jika Anda mengaktifkan pilihan ini, ringkasan posisi pertanyaan akan "
2271
  "disembunyikan."
2272
 
2273
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2274
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2275
  msgid "Hide question numbering"
2276
  msgstr "Sembunyikan nomor pertanyaan"
2277
 
2278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2279
  msgid "If you enable this option, the question numbering is hidden."
2280
  msgstr ""
2281
  "Jika Anda mengaktifkan pilihan ini, nomor pertanyaan akan disembunyikan."
2282
 
2283
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2285
  msgid "Display category"
2286
  msgstr "Tampilkan kategori"
2287
 
2288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2289
  msgid "If you enable this option, category will be displayed in the question."
2290
  msgstr ""
2291
  "Jika Anda mengaktifkan pilihan ini, kategori akan ditampilkan di pertanyaan."
2292
 
2293
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2294
  msgid ""
2295
  "The leaderboard allows users to enter results in public list and to share "
2296
  "the result this way."
2298
  "Leaderboard membolehkan pengguna untuk melihat hasil di daftar publik dan "
2299
  "membagikan hasil dengan cara ini."
2300
 
2301
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2302
  msgid "The leaderboard works independent from internal statistics function."
2303
  msgstr "Leaderboard bekerja secara terpisah dari fungsi statistik internal."
2304
 
2305
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2306
  msgid "Who can sign up to the list"
2307
  msgstr "Siapa yang dapat mendaftar"
2308
 
2309
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2310
  msgid ""
2311
  "Not registered users have to enter name and e-mail (e-mail won't be "
2312
  "displayed)"
2314
  "Pengguna yang tidak terdaftar harus memasukkan nama dan e-mail (e-mail tidak "
2315
  "akan ditampilkan)"
2316
 
2317
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2318
  msgid "insert automatically"
2319
  msgstr "masukkan secara otomatis"
2320
 
2321
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2322
  msgid ""
2323
  "If you enable this option, logged in users will be automatically entered "
2324
  "into leaderboard"
2326
  "Jika Anda mengaktifkan pilihan ini, pengguna yang login akan secara otomatis "
2327
  "masuk ke leaderboard"
2328
 
2329
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2330
  msgid "display captcha"
2331
  msgstr "tampilkan captcha"
2332
 
2333
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2334
  msgid ""
2335
  "If you enable this option, additional captcha will be displayed for users "
2336
  "who are not registered."
2338
  "Jika Anda mengaktifkan pilihan ini, tambahan captcha akan ditampilkan untuk "
2339
  "pengguna yang tidak terdaftar."
2340
 
2341
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2342
  msgid "This option requires additional plugin:"
2343
  msgstr "Pilihan ini membutuhkan tambahan plugin:"
2344
 
2345
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2346
  msgid "Plugin has been detected."
2347
  msgstr "Plugin telah terdeteksi."
2348
 
2349
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2350
  msgid "Plugin is not installed."
2351
  msgstr "Plugin tidak terinstal."
2352
 
2353
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2354
  msgid "Sort list by"
2355
  msgstr "Urutkan daftar berdasarkan"
2356
 
2357
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2358
  msgid "Users can apply multiple times"
2359
  msgstr "Pengguna dapat menggunakan lebih dari satu kali"
2360
 
2361
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2362
  msgid "User can apply after:"
2363
  msgstr "Pengguna dapat menggunakan setelah:"
2364
 
2365
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2366
  msgid "minute"
2367
  msgstr "menit"
2368
 
2369
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2370
  msgid "How many entries should be displayed"
2371
  msgstr "Berapa entry yang seharusnya ditampilkan"
2372
 
2373
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2374
  msgid "Entries"
2375
  msgstr "Entri"
2376
 
2377
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2378
  msgid "Automatically display leaderboard in quiz result"
2379
  msgstr "Tampilkan leaderboard secara otomatis dalam hasil kuis"
2380
 
2381
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2382
  msgid "Where should leaderboard be displayed:"
2383
  msgstr "Dimana seharusnya leaderboard ditampilkan:"
2384
 
2385
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2386
  msgid "don't display"
2387
  msgstr "jangan ditampilkan"
2388
 
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2390
  msgid "below the \"result text\""
2391
  msgstr "di bawah \"teks hasil\""
2392
 
2393
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2394
  msgid "in a button"
2395
  msgstr "didalam tombol"
2396
 
2397
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2398
  msgid "Quiz-Mode"
2399
  msgstr "Mode Kuis"
2400
 
2401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2402
  msgid "Normal"
2403
  msgstr "Normal"
2404
 
2405
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2406
  msgid "Normal + Back-Button"
2407
  msgstr "Normal + Tombol Kembali"
2408
 
2409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2410
  msgid "Check -> continue"
2411
  msgstr "Lihat -> lanjutkan"
2412
 
2413
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2414
  msgid "Questions below each other"
2415
  msgstr "Pertanyaan di bawah satu sama lain"
2416
 
2417
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2418
  msgid ""
2419
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2420
  "displayed at the end of the quiz."
2422
  "Tampilkan semua pertanyaan secara berurutan, \"benar\" atau \"salah\" akan "
2423
  "ditampilkan di akhir kuis."
2424
 
2425
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2426
  msgid "Allows to use the back button in a question."
2427
  msgstr "Perbolehkan untuk menggunakan tombol kembali di sebuah pertanyaan."
2428
 
2429
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2430
  msgid "Shows \"right or wrong\" after each question."
2431
  msgstr "Tampilkan \"benar atau salah\" pada setiap pertanyaan."
2432
 
2433
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2434
  msgid ""
2435
  "If this option is activated, all answers are displayed below each other, i."
2436
  "e. all questions are on a single page."
2438
  "Jika pilihan ini diaktifkan, semua jawaban akan ditampilkan di bawah satu "
2439
  "sama lain, yaitu semua pertanyaan dalam satu halaman"
2440
 
2441
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2442
  msgid "How many questions to be displayed on a page:"
2443
  msgstr "Berapa banyak pertanyaan yang akan ditampilkan dalam satu halaman:"
2444
 
2445
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2446
  msgid "(0 = All on one page)"
2447
  msgstr "(0 = Semua dalam satu halaman)"
2448
 
2449
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2450
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2451
  #: lib/view/WpProQuiz_View_Statistics.php:41
2452
  #: lib/view/WpProQuiz_View_Statistics.php:364
2453
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2454
  msgid "Custom fields"
2455
  msgstr "Formulir"
2456
 
2457
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2458
  msgid ""
2459
  "You can create custom fields, e.g. to request the name or the e-mail address "
2460
  "of the users."
2462
  "Anda dapat membuat formulir yang dapat disesuaikan, misalnya meminta nama "
2463
  "pengguna atau alamat email."
2464
 
2465
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2466
  msgid "The statistic function have to be enabled."
2467
  msgstr "Fungsi statistik harus diaktifkan."
2468
 
2469
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2471
  msgid "Custom fields enable"
2472
  msgstr "Aktifkan formulir"
2473
 
2474
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2475
  msgid "If you enable this option, custom fields are enabled."
2476
  msgstr "Jika Anda mengaktifkan pilihan ini, formulir akan diaktifkan."
2477
 
2478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2479
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2480
  msgid "Display position"
2481
  msgstr "Posisi tampilan"
2482
 
2483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2484
  msgid "Where should the fileds be displayed:"
2485
  msgstr "Dimana seharusnya formulir ini ditampilkan:"
2486
 
2487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2488
  msgid "On the quiz startpage"
2489
  msgstr "Di halaman awal kuis"
2490
 
2491
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2492
  msgid "At the end of the quiz (before the quiz result)"
2493
  msgstr "Di akhir kuis (sebelum hasil kuis)"
2494
 
2495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2496
  msgid "Field name"
2497
  msgstr "Nama kolom"
2498
 
2499
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2500
  msgid "Required?"
2501
  msgstr "Wajib?"
2502
 
2503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2504
+ msgid "Show in statistic table?"
2505
+ msgstr ""
2506
+
2507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2508
  msgid "Text"
2509
  msgstr "Teks"
2510
 
2511
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2512
  msgid "Textarea"
2513
  msgstr "Teks area"
2514
 
2515
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2516
  msgid "Checkbox"
2517
  msgstr "checkbox"
2518
 
2519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2520
  msgid "Drop-Down menu"
2521
  msgstr "Menu Drop-Down"
2522
 
2523
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2524
  msgid "Radio"
2525
  msgstr "Radio"
2526
 
2527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2528
  msgid "Number"
2529
  msgstr "Nomor"
2530
 
2531
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2532
  msgid "Email"
2533
  msgstr "Email"
2534
 
2535
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2536
  msgid "Yes/No"
2537
  msgstr "Ya/Tidak"
2538
 
2539
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2540
  #: lib/view/WpProQuiz_View_Statistics.php:323
2541
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2542
  msgid "Date"
2543
  msgstr "Tanggal"
2544
 
2545
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2546
  msgid "Edit list"
2547
  msgstr "Edit daftar"
2548
 
2549
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2550
  msgid "One entry per line"
2551
  msgstr "Satu entri per baris"
2552
 
2553
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2554
  msgid "OK"
2555
  msgstr "OK"
2556
 
2557
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2558
  msgid "Add field"
2559
  msgstr "Tambah kolom"
2560
 
2561
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2562
  msgid ""
2563
  "If you enable this option, an email is sent with his quiz result to the user."
2564
  msgstr ""
2565
 
2566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2567
  msgid "User Email-Address (only registered users)"
2568
  msgstr ""
2569
 
2570
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2571
  msgid "(Type Email)"
2572
  msgstr ""
2573
 
2583
  msgid "If quiz doesn't work in front-end, please try following:"
2584
  msgstr "Jika kuis tidak bekerja di halaman awal, coba berikut ini:"
2585
 
2586
+ #: lib/view/WpProQuiz_View_QuizOverall.php:49
2587
  msgid "Style Manager"
2588
  msgstr "Style Manager"
2589
 
2590
+ #: lib/view/WpProQuiz_View_QuizOverall.php:53
2591
  #: lib/view/WpProQuiz_View_WpqSupport.php:8
2592
  msgid "Support WP-Pro-Quiz"
2593
  msgstr "Dukung WP-Pro-Quiz"
2594
 
2595
+ #: lib/view/WpProQuiz_View_QuizOverall.php:60
2596
  msgid "Learn more"
2597
  msgstr ""
2598
 
2599
+ #: lib/view/WpProQuiz_View_QuizOverall.php:84
2600
  msgid "ID"
2601
  msgstr "ID"
2602
 
2603
+ #: lib/view/WpProQuiz_View_QuizOverall.php:87
2604
  msgid "Shortcode"
2605
  msgstr "Shortcode"
2606
 
2607
+ #: lib/view/WpProQuiz_View_QuizOverall.php:88
2608
  msgid "Shortcode-Leaderboard"
2609
  msgstr "Shortcode-Leaderboard"
2610
 
2611
+ #: lib/view/WpProQuiz_View_QuizOverall.php:116
2612
  msgid "Preview"
2613
  msgstr "Peninjauan"
2614
 
2615
+ #: lib/view/WpProQuiz_View_QuizOverall.php:148
2616
  msgid "Add quiz"
2617
  msgstr "Kuis Baru"
2618
 
2619
+ #: lib/view/WpProQuiz_View_QuizOverall.php:152
2620
+ #: lib/view/WpProQuiz_View_QuizOverall.php:159
2621
  msgid "Export"
2622
  msgstr "Ekspor"
2623
 
2624
+ #: lib/view/WpProQuiz_View_QuizOverall.php:154
2625
+ #: lib/view/WpProQuiz_View_QuizOverall.php:191
2626
  msgid "Set Quiz Categories"
2627
  msgstr ""
2628
 
2629
+ #: lib/view/WpProQuiz_View_QuizOverall.php:160
2630
  msgid ""
2631
  "Choose the respective question, which you would like to export and press on "
2632
  "\"Start export\""
2634
  "Pilih masing-masing pertanyaan, yang ingin Anda ekspor dan tekan tombol "
2635
  "\"Mulai ekspor\""
2636
 
2637
+ #: lib/view/WpProQuiz_View_QuizOverall.php:165
2638
  msgid "Format:"
2639
  msgstr "Format:"
2640
 
2641
+ #: lib/view/WpProQuiz_View_QuizOverall.php:166
2642
  msgid "*.wpq"
2643
  msgstr "*.wpq"
2644
 
2645
+ #: lib/view/WpProQuiz_View_QuizOverall.php:167
2646
  msgid "or"
2647
  msgstr "atau"
2648
 
2649
+ #: lib/view/WpProQuiz_View_QuizOverall.php:168
2650
  msgid "*.xml"
2651
  msgstr "*.xml"
2652
 
2653
+ #: lib/view/WpProQuiz_View_QuizOverall.php:170
2654
  msgid "Start export"
2655
  msgstr "Mulai ekspor"
2656
 
2657
+ #: lib/view/WpProQuiz_View_QuizOverall.php:176
2658
  msgid "Import only *.wpq or *.xml files from known and trusted sources."
2659
  msgstr ""
2660
  "Impor hanya file *.wpq atau *.xml dari sumber yang dikenali dan dipercaya"
2661
 
2662
+ #: lib/view/WpProQuiz_View_QuizOverall.php:184
2663
  #, php-format
2664
  msgid "Maximal %d MiB"
2665
  msgstr "Maksimal %d MiB"
2666
 
2667
+ #: lib/view/WpProQuiz_View_QuizOverall.php:192
2668
  msgid "Sets multiple quiz categories "
2669
  msgstr ""
2670
 
2711
 
2712
  #: lib/view/WpProQuiz_View_Statistics.php:108
2713
  #: lib/view/WpProQuiz_View_Statistics.php:243
2714
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2715
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2716
  msgid "Hints used"
2717
  msgstr "Petunjuk digunakan"
2718
 
2719
  #: lib/view/WpProQuiz_View_Statistics.php:109
2720
  #: lib/view/WpProQuiz_View_Statistics.php:244
2721
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2722
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2723
  msgid "Time"
2724
  msgstr "Waktu"
2725
 
2726
  #: lib/view/WpProQuiz_View_Statistics.php:110
2727
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2728
  msgid "Points scored"
2729
  msgstr "Poin dinilai"
2730
 
2731
  #: lib/view/WpProQuiz_View_Statistics.php:148
2732
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2733
  msgid "Sub-Total: "
2734
  msgstr "Sub-Total"
2735
 
2736
  #: lib/view/WpProQuiz_View_Statistics.php:183
2737
  #: lib/view/WpProQuiz_View_Statistics.php:268
2738
  #: lib/view/WpProQuiz_View_Statistics.php:343
2739
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2740
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2741
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2742
  msgid "Refresh"
2743
  msgstr "Refresh"
2744
 
2745
  #: lib/view/WpProQuiz_View_Statistics.php:187
2746
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2747
  msgid "Reset statistics"
2748
  msgstr "Reset statistik"
2749
 
2783
  msgid "only anonymous users"
2784
  msgstr "hanya pengguna anonim"
2785
 
2786
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2787
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2788
+ msgid "Solved"
2789
+ msgstr ""
2790
+
2791
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2792
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2793
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2794
+ #, php-format
2795
+ msgid "%d of %d"
2796
+ msgstr ""
2797
+
2798
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2799
  #, php-format
2800
  msgid "User statistics: %s"
2801
  msgstr "Statistik pengguna: %s"
2802
 
2803
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2804
+ msgid "yes"
2805
+ msgstr ""
2806
 
2807
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2808
+ msgid "no"
2809
+ msgstr ""
2810
 
2811
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
2812
  msgid "History"
languages/wp-pro-quiz-it_IT.mo CHANGED
Binary file
languages/wp-pro-quiz-it_IT.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -62,8 +62,8 @@ msgstr "Vuoi veramente resettare le statistiche"
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
 
@@ -106,7 +106,7 @@ msgstr "Oggi"
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
@@ -147,10 +147,10 @@ msgstr "Tutti i campi sono riempiti"
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."
@@ -165,16 +165,16 @@ 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
 
@@ -211,70 +211,70 @@ msgstr "Domanda: %d"
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
 
@@ -308,16 +308,38 @@ msgstr "Il tuo nome non può superare i 15 caratteri"
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
 
@@ -384,8 +406,8 @@ 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"
@@ -395,7 +417,7 @@ msgstr "Classifica"
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
@@ -417,17 +439,17 @@ 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
 
@@ -441,7 +463,7 @@ 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
 
@@ -451,13 +473,13 @@ 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
 
@@ -467,8 +489,8 @@ 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
@@ -478,20 +500,20 @@ msgstr "Inserito da"
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
 
@@ -512,10 +534,10 @@ msgstr "Modifica"
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
 
@@ -539,248 +561,230 @@ msgstr "Applica"
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"
@@ -812,7 +816,7 @@ 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"
@@ -867,18 +871,18 @@ 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"
@@ -886,22 +890,22 @@ 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
 
@@ -910,72 +914,72 @@ msgstr ""
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"
@@ -983,42 +987,42 @@ 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
 
@@ -1109,11 +1113,11 @@ 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
 
@@ -1248,7 +1252,7 @@ msgid ""
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
 
@@ -1261,9 +1265,9 @@ msgstr "Titolo"
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
 
@@ -1278,9 +1282,9 @@ msgstr ""
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
 
@@ -1311,10 +1315,10 @@ 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
 
@@ -1325,22 +1329,22 @@ msgid ""
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 ""
@@ -1471,24 +1475,24 @@ msgid ""
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
 
@@ -1520,7 +1524,7 @@ msgstr ""
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
 
@@ -1591,28 +1595,29 @@ 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
 
@@ -1665,7 +1670,7 @@ 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
 
@@ -1694,80 +1699,80 @@ msgstr ""
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 "
@@ -1777,16 +1782,16 @@ msgstr ""
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)"
@@ -1794,12 +1799,12 @@ 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."
@@ -1807,31 +1812,31 @@ 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 "
@@ -1841,24 +1846,24 @@ msgstr ""
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)"
@@ -1866,20 +1871,20 @@ 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."
@@ -1887,7 +1892,7 @@ 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."
@@ -1895,119 +1900,119 @@ 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)"
@@ -2015,19 +2020,19 @@ 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 "
@@ -2036,26 +2041,26 @@ 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\">"
@@ -2064,98 +2069,98 @@ 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)"
@@ -2163,24 +2168,24 @@ 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. "
@@ -2188,49 +2193,49 @@ 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."
@@ -2238,37 +2243,37 @@ 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."
@@ -2276,226 +2281,230 @@ 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
 
@@ -2638,39 +2647,39 @@ 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
 
@@ -2710,17 +2719,29 @@ msgstr ""
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
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:37+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:37+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Julius Fischer\n"
8
  "Language: de\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "Nessun dato"
69
 
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:237
110
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
111
  #: lib/view/WpProQuiz_View_Statistics.php:46
112
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
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:292
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
152
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
153
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
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."
165
  msgstr "DB riparato"
166
 
167
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
170
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
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:326
178
  msgid "Quiz not found"
179
  msgstr "Quiz non trovato"
180
 
211
  msgid "questions copied"
212
  msgstr "Domanda copiata"
213
 
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
215
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
216
  msgid "Quiz edited"
217
  msgstr "Quiz modificato"
218
 
219
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
220
  msgid "quiz created"
221
  msgstr "Quiz creato"
222
 
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
225
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
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:138
230
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
231
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
232
  msgid "Edit quiz"
233
  msgstr "Modificare quiz"
234
 
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
237
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
238
  msgid "Create quiz"
239
  msgstr "Creare quiz"
240
 
241
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
242
  msgid "Template stored"
243
  msgstr "Template salvato"
244
 
245
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
246
  msgid "Quiz deleted"
247
  msgstr "Quiz cancellato"
248
 
249
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
250
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
251
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
252
  msgid "Not categorized"
253
  msgstr "Non categorizzato"
254
 
255
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
256
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
257
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
258
  msgid "Categories"
259
  msgstr "Categorie"
260
 
261
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
262
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
263
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
264
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
265
  #: lib/view/WpProQuiz_View_QuizOverall.php:209
266
  msgid "No category"
267
  msgstr "Nessuna categoria"
268
 
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
271
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
272
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
273
  msgid "Anonymous"
274
  msgstr "Anonimo"
275
 
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
277
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
278
  msgid "Deleted user"
279
  msgstr "Cancella utente"
280
 
308
  msgid "You entered wrong captcha code."
309
  msgstr "Hai inserito il CAPTCHA errato"
310
 
311
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
312
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
313
+ msgid "ticked"
314
+ msgstr ""
315
+
316
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
317
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
318
+ msgid "not ticked"
319
+ msgstr ""
320
+
321
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
322
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
323
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
324
+ msgid "Yes"
325
+ msgstr ""
326
+
327
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
328
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
329
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
330
+ msgid "No"
331
+ msgstr ""
332
+
333
  #: lib/helper/WpProQuiz_Helper_Import.php:9
334
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
335
  msgid "File was not uploaded"
336
  msgstr "Il file non è stato caricato"
337
 
338
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
339
  msgid "File have wrong format"
340
  msgstr "Il file ha un formato errato"
341
 
342
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
343
  msgid "File is not compatible with the current version"
344
  msgstr "Il file non è compatibile con la versione corrente"
345
 
406
 
407
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
408
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
409
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
410
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
411
  #: lib/view/WpProQuiz_View_QuizOverall.php:124
412
  msgid "Leaderboard"
413
  msgstr "Classifica"
417
  #: lib/view/WpProQuiz_View_Import.php:22
418
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
419
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
421
  #: lib/view/WpProQuiz_View_Statistics.php:29
422
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
423
  #: lib/view/WpProQuiz_View_StyleManager.php:11
439
  msgstr "Ordina per:"
440
 
441
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
442
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
443
  msgid "best user"
444
  msgstr "Miglior utente"
445
 
446
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
447
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
448
  msgid "newest entry"
449
  msgstr "Partite più recenti"
450
 
451
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
453
  msgid "oldest entry"
454
  msgstr "Partite più vecchie"
455
 
463
 
464
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
465
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
466
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
467
  msgid "Type"
468
  msgstr "Tipo"
469
 
473
 
474
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
475
  #: lib/view/WpProQuiz_View_Statistics.php:239
476
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
477
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
478
  msgid "User"
479
  msgstr "User"
480
 
481
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
482
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
483
  msgid "E-Mail"
484
  msgstr "E-Mail"
485
 
489
  msgstr "Inserito da"
490
 
491
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
492
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
493
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
494
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
495
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
496
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
500
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
501
  #: lib/view/WpProQuiz_View_Statistics.php:105
502
  #: lib/view/WpProQuiz_View_Statistics.php:240
503
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
504
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
505
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
506
  msgid "Points"
507
  msgstr "Punti"
508
 
509
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
510
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
511
  #: lib/view/WpProQuiz_View_Statistics.php:111
512
  #: lib/view/WpProQuiz_View_Statistics.php:245
513
  #: lib/view/WpProQuiz_View_Statistics.php:324
514
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
515
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
516
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
517
  msgid "Results"
518
  msgstr "Risultati"
519
 
534
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
535
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
536
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
537
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
538
  #: lib/view/WpProQuiz_View_QuizOverall.php:112
539
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
540
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
541
  msgid "Delete"
542
  msgstr "Cancella"
543
 
561
  msgid "Delete all entries"
562
  msgstr "Cancella tutti i dati"
563
 
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
565
+ msgid "Start quiz"
566
+ msgstr "Inizia quiz"
567
+
568
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
569
+ msgid "Restart quiz"
570
+ msgstr "Riavvia quiz"
571
+
572
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
573
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
574
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
575
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
576
  msgid "Quiz-summary"
577
  msgstr ""
578
 
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
580
  msgid "Finish quiz"
581
  msgstr "Finisci il quiz"
582
 
583
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
584
+ msgid "Quiz is loading..."
585
+ msgstr ""
586
+
587
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
588
+ msgid ""
589
+ "You have already completed the quiz before. Hence you can not start it again."
590
+ msgstr ""
591
+ "Hai già completato il quiz prima. Quindi non è possibile avviarlo nuovamente."
592
+
593
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
594
+ msgid "You must sign in or sign up to start the quiz."
595
+ msgstr ""
596
+
597
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
598
+ msgid "You have to finish following quiz, to start this quiz:"
599
+ msgstr "Devi finire questo quiz, prima di iniziare:"
600
+
601
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
602
  msgid "Your result has been entered into leaderboard"
603
  msgstr ""
604
 
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
606
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
607
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
608
  #: lib/view/WpProQuiz_View_QuizOverall.php:85
609
  msgid "Name"
610
  msgstr "Nome"
611
 
612
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
613
  msgid "Captcha"
614
  msgstr "Captcha"
615
 
616
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
617
  msgid "Send"
618
  msgstr ""
619
 
620
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
621
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
622
  msgid "You must fill out this field."
623
  msgstr ""
624
 
625
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
626
  msgid "You must specify a number."
627
  msgstr ""
628
 
629
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
630
  msgid "You must specify a text."
631
  msgstr ""
632
 
633
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
634
  msgid "You must specify an email address."
635
  msgstr ""
636
 
637
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
638
  msgid "You must specify a date."
639
  msgstr ""
640
 
641
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  #, php-format
643
  msgid "%s of %s questions completed"
644
  msgstr ""
645
 
646
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
647
  #: lib/view/WpProQuiz_View_Import.php:44
648
  #: lib/view/WpProQuiz_View_QuizOverall.php:103
649
  msgid "Questions"
650
  msgstr "Domanda"
651
 
652
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
653
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
654
  msgid "Information"
655
  msgstr ""
656
 
657
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
658
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
659
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
660
  msgid "Time limit"
661
  msgstr "Limite di tempo"
662
 
663
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
664
  msgid "Answered"
665
  msgstr ""
666
 
667
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
668
  msgid "Review"
669
  msgstr ""
670
 
671
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
672
  msgid "Review question"
673
  msgstr ""
674
 
675
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
676
  #, php-format
677
  msgid "%s of %s questions answered correctly"
678
  msgstr "%s di %s domande risposte correttamente"
679
 
680
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
681
  msgid "Your time: <span></span>"
682
  msgstr "Il tuo tempo: <span></span>"
683
 
684
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
685
  msgid "Time has elapsed"
686
  msgstr "Il tempo è scaduto"
687
 
688
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
689
  #, php-format
690
  msgid "You have reached %s of %s points, (%s)"
691
  msgstr "Hai raggiunto %s di %s punti disponibili (%s)"
692
 
693
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
694
  msgid "Average score"
695
  msgstr "Punteggio medio:"
696
 
697
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
698
  msgid "Your score"
699
  msgstr "Il tuo punteggio"
700
 
701
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
702
  msgid "View questions"
703
  msgstr "Guarda le domande"
704
 
705
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
706
  msgid "Show leaderboard"
707
  msgstr "Mostra la classifica"
708
 
709
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
710
  #, php-format
711
  msgid "Question %s of %s"
712
  msgstr "Domanda %s di %s"
713
 
714
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
715
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
716
  #: lib/view/WpProQuiz_View_Statistics.php:104
717
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
718
  msgid "Question"
719
  msgstr "Domanda"
720
 
721
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
722
  #, php-format
723
  msgid "%d points"
724
  msgstr "%d punti"
725
 
726
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
727
  #, php-format
728
  msgid "Category: %s"
729
  msgstr ""
730
 
731
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
732
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
733
  msgid "Sort elements"
734
  msgstr "Ordina elementi"
735
 
736
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
737
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
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:31
742
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
744
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
745
  msgid "Correct"
746
  msgstr "Esatto"
747
 
748
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
749
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
750
  #: lib/view/WpProQuiz_View_Statistics.php:107
751
  #: lib/view/WpProQuiz_View_Statistics.php:242
752
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
753
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
754
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
755
  msgid "Incorrect"
756
  msgstr "Sbagliato"
757
 
758
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
759
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
760
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
761
  msgid "Hint"
762
  msgstr "Suggerimento"
763
 
764
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
766
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
767
  msgid "Skip question"
768
  msgstr ""
769
 
770
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
771
  msgid "Back"
772
  msgstr "Indietro"
773
 
774
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
775
  msgid "Check"
776
  msgstr "Controlla"
777
 
778
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
779
  msgid "Next"
780
  msgstr ""
781
 
782
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
783
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
784
  #, php-format
785
  msgid "Page %d"
786
  msgstr ""
787
 
 
 
 
 
788
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
789
  #, php-format
790
  msgid "maximum of %s points"
816
 
817
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
818
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
820
  #: lib/view/WpProQuiz_View_QuizOverall.php:227
821
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
822
  msgid "Save"
871
 
872
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
873
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
875
  msgid "Admin e-mail settings"
876
  msgstr ""
877
 
878
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
879
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
880
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
881
  msgid "To:"
882
  msgstr ""
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
885
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
886
  msgid ""
887
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
888
  "com"
890
 
891
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
895
  msgid "From:"
896
  msgstr ""
897
 
898
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
902
  msgid "Subject:"
903
  msgstr ""
904
 
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
906
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
908
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
909
  msgid "HTML"
910
  msgstr ""
911
 
914
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
915
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
916
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
949
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
950
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
951
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
955
  msgid "Activate"
956
  msgstr "Attiva"
957
 
958
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
959
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
962
  msgid "Message body:"
963
  msgstr ""
964
 
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
969
  msgid "Allowed variables"
970
  msgstr ""
971
 
972
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
976
  msgid "User-ID"
977
  msgstr ""
978
 
979
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
980
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
981
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
983
  #: lib/view/WpProQuiz_View_Statistics.php:322
984
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
985
  msgid "Username"
987
 
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
989
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
992
  msgid "Quiz-Name"
993
  msgstr ""
994
 
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
999
  msgid "Result in precent"
1000
  msgstr ""
1001
 
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
1004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
1006
  msgid "Reached points"
1007
  msgstr ""
1008
 
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1013
  msgid "IP-address of the user"
1014
  msgstr ""
1015
 
1016
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1019
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1020
  msgid "Category-Overview"
1021
  msgstr ""
1022
 
1023
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1024
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1025
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1026
  msgid "User e-mail settings"
1027
  msgstr ""
1028
 
1113
  msgstr "Libreria touch per dispositivi mobili"
1114
 
1115
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1117
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1118
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1119
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1120
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1121
  msgid "Deactivate"
1122
  msgstr "Disattivare"
1123
 
1252
  msgstr ""
1253
 
1254
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1256
  msgid "load template"
1257
  msgstr ""
1258
 
1265
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1266
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1267
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1268
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1269
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1270
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1271
  msgid "(optional)"
1272
  msgstr "(opzionale)"
1273
 
1282
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1283
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1284
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1285
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1286
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1287
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1288
  msgid "(required)"
1289
  msgstr "(richiesto)"
1290
 
1315
 
1316
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1317
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1318
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1319
  #: lib/view/WpProQuiz_View_QuizOverall.php:86
1320
  #: lib/view/WpProQuiz_View_Statistics.php:124
1321
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1322
  msgid "Category"
1323
  msgstr ""
1324
 
1329
  msgstr ""
1330
 
1331
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1333
  #: lib/view/WpProQuiz_View_QuizOverall.php:204
1334
  msgid "You can manage categories in global settings."
1335
  msgstr ""
1336
 
1337
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1338
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1341
  #: lib/view/WpProQuiz_View_QuizOverall.php:208
1342
  #: lib/view/WpProQuiz_View_QuizOverall.php:218
1343
  msgid "Create new category"
1344
  msgstr ""
1345
 
1346
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1347
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1348
  #: lib/view/WpProQuiz_View_QuizOverall.php:220
1349
  msgid "Create"
1350
  msgstr ""
1475
  msgstr ""
1476
 
1477
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1478
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1479
  msgid "template name"
1480
  msgstr ""
1481
 
1482
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1483
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1484
  msgid "Create new template"
1485
  msgstr ""
1486
 
1487
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1488
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1489
  msgid "Save as template"
1490
  msgstr ""
1491
 
1492
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1493
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1494
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1495
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1496
  msgid "Options"
1497
  msgstr "Opzioni"
1498
 
1524
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1525
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1526
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1527
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1528
  msgid "Move"
1529
  msgstr "Muovi"
1530
 
1595
 
1596
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1597
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1598
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1611
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1612
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1613
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1614
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1615
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1616
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1617
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1618
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1619
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1620
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1621
  msgid "Demo"
1622
  msgstr "Demo"
1623
 
1670
 
1671
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1672
  #: lib/view/WpProQuiz_View_Statistics.php:169
1673
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1674
  msgid "Total"
1675
  msgstr "Totale"
1676
 
1699
  msgid "Copy questions"
1700
  msgstr "Copia domanda"
1701
 
1702
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1703
  msgid "Quiz title"
1704
  msgstr "Titolo del quiz"
1705
 
1706
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1707
  #: lib/view/WpProQuiz_View_QuizOverall.php:201
1708
  msgid "You can assign classify category for a quiz."
1709
  msgstr ""
1710
 
1711
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1712
  msgid "Hide quiz title"
1713
  msgstr "Nascondi titolo del quiz"
1714
 
1715
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1716
  msgid "Hide title"
1717
  msgstr "Nascondi titolo"
1718
 
1719
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1720
  msgid "The title serves as quiz heading."
1721
  msgstr "Il titolo serve come intestazione del quiz"
1722
 
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1724
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1725
  msgid "Hide \"Restart quiz\" button"
1726
  msgstr "Nascondi il tasto \"Riavvia quiz\""
1727
 
1728
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1729
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1730
  msgstr "Nascondi \"Riavvia quiz\" tasto nella schermata utente."
1731
 
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1733
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1734
  msgid "Hide \"View question\" button"
1735
  msgstr "Nascondi il tasto \"Vedi domanda\""
1736
 
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1738
  msgid "Hide the \"View question\" button in the Frontend."
1739
  msgstr "Nascondi \"Mostra domanda\" nell aschermata utente."
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1743
  msgid "Display question randomly"
1744
  msgstr "Mostra domande in modo casuale"
1745
 
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1747
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1748
  msgid "Display answers randomly"
1749
  msgstr "Mostra risposte in modo casuale"
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1752
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1753
  msgid "Sort questions by category"
1754
  msgstr ""
1755
 
1756
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1757
  msgid ""
1758
  "Also works in conjunction with the \"display randomly question\" option."
1759
  msgstr ""
1760
 
1761
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1762
  msgid "Seconds"
1763
  msgstr "Secondi"
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1766
  msgid "0 = no limit"
1767
  msgstr "0 = senza limiti"
1768
 
1769
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1770
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1771
  #: lib/view/WpProQuiz_View_QuizOverall.php:120
1772
  msgid "Statistics"
1773
  msgstr "Statistiche"
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1776
  msgid ""
1777
  "Statistics about right or wrong answers. Statistics will be saved by "
1778
  "completed quiz, not after every question. The statistics is only visible "
1782
  "salvate completando il quiz, not dopo ogni domanda. Le statistiche sono solo "
1783
  "visibili dal menù amministrazione. (statistiche interne)"
1784
 
1785
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1786
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1787
  msgid "Statistics IP-lock"
1788
  msgstr "Statistiche IP-Bloccato"
1789
 
1790
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1791
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1792
  msgstr "in minuti (raccomandati: 1440 minuti = 1 giorno)"
1793
 
1794
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1795
  msgid ""
1796
  "Protect the statistics from spam. Result will only be saved every X minutes "
1797
  "from same IP. (0 = deactivated)"
1799
  "Proteggi le statistiche da spam. risultati saranno solo salvati ogni X "
1800
  "minuti dallo stesso IP. (0 = disattivato)"
1801
 
 
1802
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1803
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1804
  msgid "Execute quiz only once"
1805
  msgstr "Avvia quiz solo una volta"
1806
 
1807
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1808
  msgid ""
1809
  "If you activate this option, the user can complete the quiz only once. "
1810
  "Afterwards the quiz is blocked for this user."
1812
  "Se si attiva questa opzione, l'utente può completare il quiz solo una volta. "
1813
  "Dopodichè il quiz sarà bloccato per questo utente."
1814
 
1815
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1816
  msgid "This option applies to:"
1817
  msgstr "Questa opzione è applicata a:"
1818
 
1819
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1820
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1821
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1822
  msgid "all users"
1823
  msgstr "Tutti gli utenti"
1824
 
1825
+ #: lib/view/WpProQuiz_View_QuizEdit.php:276
1826
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1061
1827
  msgid "registered useres only"
1828
  msgstr "Solo utenti registrati"
1829
 
1830
+ #: lib/view/WpProQuiz_View_QuizEdit.php:280
1831
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1065
1832
  msgid "anonymous users only"
1833
  msgstr "Solo utenti anonimi"
1834
 
1835
+ #: lib/view/WpProQuiz_View_QuizEdit.php:286
1836
  msgid "user identification by cookie"
1837
  msgstr "Identificazione user attraverso cookie"
1838
 
1839
+ #: lib/view/WpProQuiz_View_QuizEdit.php:289
1840
  msgid ""
1841
  "If you activate this option, a cookie is set additionally for unregistrated "
1842
  "(anonymous) users. This ensures a longer assignment of the user than the "
1846
  "non resitrati (anonimi). Questo assicura un controllo utente più lungo "
1847
  "rispetto all'indirizzo IP."
1848
 
1849
+ #: lib/view/WpProQuiz_View_QuizEdit.php:294
1850
  msgid "Reset the user identification"
1851
  msgstr "Reset identificazione utenti."
1852
 
1853
+ #: lib/view/WpProQuiz_View_QuizEdit.php:295
1854
  msgid "User identification has been reset."
1855
  msgstr "Le identificazioni utente, sono state resettate."
1856
 
1857
+ #: lib/view/WpProQuiz_View_QuizEdit.php:297
1858
  msgid "Resets user identification for all users."
1859
  msgstr "Reset identificazioni utentu per tutti gli utenti"
1860
 
1861
+ #: lib/view/WpProQuiz_View_QuizEdit.php:306
1862
+ #: lib/view/WpProQuiz_View_QuizEdit.php:311
1863
  msgid "Show only specific number of questions"
1864
  msgstr "Mostra solo specifici numeri di domande"
1865
 
1866
+ #: lib/view/WpProQuiz_View_QuizEdit.php:318
1867
  msgid ""
1868
  "If you enable this option, maximum number of displayed questions will be X "
1869
  "from X questions. (The output of questions is random)"
1871
  "Se attivi questa opzione, il massimo numero di domande visualizzato, sarà da "
1872
  "X a X domande. (La visualizzazione delle domande è casuale)"
1873
 
1874
+ #: lib/view/WpProQuiz_View_QuizEdit.php:322
1875
  msgid "How many questions should be displayed simultaneously:"
1876
  msgstr "Quante domande saranno mostrate simultaneamente:"
1877
 
1878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:327
1879
  msgid "in percent"
1880
  msgstr "In percentuale"
1881
 
1882
+ #: lib/view/WpProQuiz_View_QuizEdit.php:335
1883
+ #: lib/view/WpProQuiz_View_QuizEdit.php:340
1884
  msgid "Prerequisites"
1885
  msgstr "Prerequisiti"
1886
 
1887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:347
1888
  msgid ""
1889
  "If you enable this option, you can choose quiz, which user have to finish "
1890
  "before he can start this quiz."
1892
  "Se tu abiliti questa opzione, puoi scegliere un quiz, che l'utente deve "
1893
  "finire prima di iniziare questo quiz."
1894
 
1895
+ #: lib/view/WpProQuiz_View_QuizEdit.php:350
1896
  msgid ""
1897
  "In all selected quizzes statistic function have to be active. If it is not "
1898
  "it will be activated automatically."
1900
  "In tutti i quiz la funzione statistica è attivata. Se non è così sarà "
1901
  "attivata automaticamente."
1902
 
1903
+ #: lib/view/WpProQuiz_View_QuizEdit.php:355
1904
  msgid "Quiz"
1905
  msgstr "Quiz"
1906
 
1907
+ #: lib/view/WpProQuiz_View_QuizEdit.php:357
1908
  msgid "Prerequisites (This quiz have to be finished)"
1909
  msgstr "Prerequisiti (Questo quiz deve essere completato)"
1910
 
1911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:396
1912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:401
1913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:414
1914
  msgid "Question overview"
1915
  msgstr ""
1916
 
1917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:408
1918
  msgid ""
1919
  "Add at the top of the quiz a question overview, which allows easy "
1920
  "navigation. Additional questions can be marked \"to review\"."
1921
  msgstr ""
1922
 
1923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:411
1924
  msgid "Additional quiz overview will be displayed, before quiz is finished."
1925
  msgstr ""
1926
 
1927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:442
1928
  msgid ""
1929
  "If you enalbe this option, no quiz overview will be displayed, before "
1930
  "finishing quiz."
1931
  msgstr ""
1932
 
1933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:461
1934
  msgid ""
1935
  "If you enable this option, user won't be able to skip question. (only in "
1936
  "\"Overview -> next\" mode). User still will be able to navigate over "
1937
  "\"Question-Overview\""
1938
  msgstr ""
1939
 
1940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:469
1941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:474
1942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1484
1943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1489
1944
  msgid "Admin e-mail notification"
1945
  msgstr ""
1946
 
1947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:482
1948
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1497
1949
  msgid "for registered users only"
1950
  msgstr ""
1951
 
1952
+ #: lib/view/WpProQuiz_View_QuizEdit.php:486
1953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1501
1954
  msgid "for all users"
1955
  msgstr ""
1956
 
1957
+ #: lib/view/WpProQuiz_View_QuizEdit.php:489
1958
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1504
1959
  msgid ""
1960
  "If you enable this option, you will be informed if a user completes this "
1961
  "quiz."
1962
  msgstr ""
1963
 
1964
+ #: lib/view/WpProQuiz_View_QuizEdit.php:492
1965
+ #: lib/view/WpProQuiz_View_QuizEdit.php:515
1966
  msgid "E-Mail settings can be edited in global settings."
1967
  msgstr ""
1968
 
1969
+ #: lib/view/WpProQuiz_View_QuizEdit.php:500
1970
+ #: lib/view/WpProQuiz_View_QuizEdit.php:505
1971
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1622
1972
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1627
1973
  msgid "User e-mail notification"
1974
  msgstr ""
1975
 
1976
+ #: lib/view/WpProQuiz_View_QuizEdit.php:512
1977
  msgid ""
1978
  "If you enable this option, an email is sent with his quiz result to the "
1979
  "user. (only registered users)"
1980
  msgstr ""
1981
 
1982
+ #: lib/view/WpProQuiz_View_QuizEdit.php:523
1983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:528
1984
  msgid "Autostart"
1985
  msgstr ""
1986
 
1987
+ #: lib/view/WpProQuiz_View_QuizEdit.php:535
1988
  msgid ""
1989
  "If you enable this option, the quiz will start automatically after the page "
1990
  "is loaded."
1991
  msgstr ""
1992
 
1993
+ #: lib/view/WpProQuiz_View_QuizEdit.php:542
1994
+ #: lib/view/WpProQuiz_View_QuizEdit.php:547
1995
  msgid "Only registered users are allowed to start the quiz"
1996
  msgstr ""
1997
 
1998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:554
1999
  msgid ""
2000
  "If you enable this option, only registered users allowed start the quiz."
2001
  msgstr ""
2002
 
2003
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
2004
  msgid "Quiz description"
2005
  msgstr "Descrizione quiz"
2006
 
2007
+ #: lib/view/WpProQuiz_View_QuizEdit.php:574
2008
  msgid "This text will be displayed before start of the quiz."
2009
  msgstr "Questo testo sarà mostrato prima di iniziare il quiz."
2010
 
2011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
2012
  msgid "Results text"
2013
  msgstr "Testo del risultato"
2014
 
2015
+ #: lib/view/WpProQuiz_View_QuizEdit.php:585
2016
  msgid ""
2017
  "This text will be displayed at the end of the quiz (in results). (this text "
2018
  "is optional)"
2020
  "Questo testo sarà mostrato alla fine del quiz (nei risultati). (Questo testo "
2021
  "è opzionale)"
2022
 
2023
+ #: lib/view/WpProQuiz_View_QuizEdit.php:589
2024
  msgid "Activate graduation"
2025
  msgstr "Attiva graduatoria"
2026
 
2027
+ #: lib/view/WpProQuiz_View_QuizEdit.php:595
2028
  msgid "Hint:"
2029
  msgstr "Suggerimento:"
2030
 
2031
+ #: lib/view/WpProQuiz_View_QuizEdit.php:597
2032
  msgid "Maximal 15 levels"
2033
  msgstr "Massimo 15 livelli"
2034
 
2035
+ #: lib/view/WpProQuiz_View_QuizEdit.php:599
2036
  #, php-format
2037
  msgid ""
2038
  "Percentages refer to the total score of the quiz. (Current total %d points "
2041
  "Percentuale riferita al totale del risultato del quiz. (Totale corrent %d "
2042
  "punti in %d domande)"
2043
 
2044
+ #: lib/view/WpProQuiz_View_QuizEdit.php:602
2045
  msgid "Values can also be mixed up"
2046
  msgstr "Valori posso anche essere mescolati"
2047
 
2048
+ #: lib/view/WpProQuiz_View_QuizEdit.php:603
2049
  msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
2050
  msgstr "10,15% o 10.15% permessi (massimo 2 cifre dopo la virgola)"
2051
 
2052
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2053
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2054
  msgid "from:"
2055
  msgstr "Da:"
2056
 
2057
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2058
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2059
  msgid "percent"
2060
  msgstr "Percentuale"
2061
 
2062
+ #: lib/view/WpProQuiz_View_QuizEdit.php:619
2063
+ #: lib/view/WpProQuiz_View_QuizEdit.php:630
2064
  #, php-format
2065
  msgid ""
2066
  "(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
2069
  "(Sarà mostrato, quando risultato.percentuale è >= <span class=\"resultProzent"
2070
  "\">%s</span>%% )"
2071
 
2072
+ #: lib/view/WpProQuiz_View_QuizEdit.php:620
2073
+ #: lib/view/WpProQuiz_View_QuizEdit.php:631
2074
  msgid "Delete graduation"
2075
  msgstr "Cancella graduatoria"
2076
 
2077
+ #: lib/view/WpProQuiz_View_QuizEdit.php:638
2078
  msgid "Add graduation"
2079
  msgstr "Aggiungi graduatoria"
2080
 
2081
+ #: lib/view/WpProQuiz_View_QuizEdit.php:649
2082
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1572
2083
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1704
2084
  msgid "Custom fields - Variables"
2085
  msgstr ""
2086
 
2087
+ #: lib/view/WpProQuiz_View_QuizEdit.php:680
2088
  msgid "Result-Options"
2089
  msgstr ""
2090
 
2091
+ #: lib/view/WpProQuiz_View_QuizEdit.php:686
2092
+ #: lib/view/WpProQuiz_View_QuizEdit.php:691
2093
  msgid "Show average points"
2094
  msgstr "Mostra punti medi"
2095
 
2096
+ #: lib/view/WpProQuiz_View_QuizEdit.php:698
2097
  msgid "Statistics-function must be enabled."
2098
  msgstr "Funzione statistica deve essere attivata."
2099
 
2100
+ #: lib/view/WpProQuiz_View_QuizEdit.php:711
2101
+ #: lib/view/WpProQuiz_View_QuizEdit.php:716
2102
  msgid "Show category score"
2103
  msgstr ""
2104
 
2105
+ #: lib/view/WpProQuiz_View_QuizEdit.php:723
2106
  msgid ""
2107
  "If you enable this option, the results of each category is displayed on the "
2108
  "results page."
2109
  msgstr ""
2110
 
2111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:737
2112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:742
2113
  msgid "Hide correct questions - display"
2114
  msgstr ""
2115
 
2116
+ #: lib/view/WpProQuiz_View_QuizEdit.php:749
2117
  msgid ""
2118
  "If you select this option, no longer the number of correctly answered "
2119
  "questions are displayed on the results page."
2120
  msgstr ""
2121
 
2122
+ #: lib/view/WpProQuiz_View_QuizEdit.php:763
2123
+ #: lib/view/WpProQuiz_View_QuizEdit.php:768
2124
  msgid "Hide quiz time - display"
2125
  msgstr ""
2126
 
2127
+ #: lib/view/WpProQuiz_View_QuizEdit.php:775
2128
  msgid ""
2129
  "If you enable this option, the time for finishing the quiz won't be "
2130
  "displayed on the results page anymore."
2131
  msgstr ""
2132
 
2133
+ #: lib/view/WpProQuiz_View_QuizEdit.php:789
2134
+ #: lib/view/WpProQuiz_View_QuizEdit.php:794
2135
  msgid "Hide score - display"
2136
  msgstr ""
2137
 
2138
+ #: lib/view/WpProQuiz_View_QuizEdit.php:801
2139
  msgid ""
2140
  "If you enable this option, final score won't be displayed on the results "
2141
  "page anymore."
2142
  msgstr ""
2143
 
2144
+ #: lib/view/WpProQuiz_View_QuizEdit.php:825
2145
  msgid "Question-Options"
2146
  msgstr ""
2147
 
2148
+ #: lib/view/WpProQuiz_View_QuizEdit.php:831
2149
+ #: lib/view/WpProQuiz_View_QuizEdit.php:836
2150
  msgid "Show points"
2151
  msgstr "Mostra punti"
2152
 
2153
+ #: lib/view/WpProQuiz_View_QuizEdit.php:843
2154
  msgid "Shows in quiz, how many points are reachable for respective question."
2155
  msgstr ""
2156
  "Mostra nel quiz, quanti punti sono raggiungibili per le rispettive domande."
2157
 
2158
+ #: lib/view/WpProQuiz_View_QuizEdit.php:850
2159
+ #: lib/view/WpProQuiz_View_QuizEdit.php:855
2160
  msgid "Number answers"
2161
  msgstr "Numero di risposte"
2162
 
2163
+ #: lib/view/WpProQuiz_View_QuizEdit.php:862
2164
  msgid ""
2165
  "If this option is activated, all answers are numbered (only single and "
2166
  "multiple choice)"
2168
  "Se questa opzione è attivata, tutte le risposte sono numerate (solo singole "
2169
  "e multiple scelte)"
2170
 
2171
+ #: lib/view/WpProQuiz_View_QuizEdit.php:875
2172
+ #: lib/view/WpProQuiz_View_QuizEdit.php:880
2173
  msgid "Hide correct- and incorrect message"
2174
  msgstr "Nascondi messaggi corretti e incorretti"
2175
 
2176
+ #: lib/view/WpProQuiz_View_QuizEdit.php:887
2177
  msgid ""
2178
  "If you enable this option, no correct- or incorrect message will be "
2179
  "displayed."
2180
  msgstr ""
2181
  "Se abiliti questa opzione, messaggi incorretti o corretti saranno mostrati."
2182
 
2183
+ #: lib/view/WpProQuiz_View_QuizEdit.php:900
2184
+ #: lib/view/WpProQuiz_View_QuizEdit.php:905
2185
  msgid "Correct and incorrect answer mark"
2186
  msgstr "Segna risposte corrette e sbagliate "
2187
 
2188
+ #: lib/view/WpProQuiz_View_QuizEdit.php:912
2189
  msgid ""
2190
  "If you enable this option, answers won't be color highlighted as correct or "
2191
  "incorrect. "
2193
  "Se abiliti questa opzione, risposte saranno evidenziate come corrette o "
2194
  "sbagliate."
2195
 
2196
+ #: lib/view/WpProQuiz_View_QuizEdit.php:925
2197
+ #: lib/view/WpProQuiz_View_QuizEdit.php:930
2198
  msgid "Force user to answer each question"
2199
  msgstr ""
2200
 
2201
+ #: lib/view/WpProQuiz_View_QuizEdit.php:937
2202
  msgid "If you enable this option, the user is forced to answer each question."
2203
  msgstr ""
2204
 
2205
+ #: lib/view/WpProQuiz_View_QuizEdit.php:938
2206
  msgid ""
2207
  "If the option \"Question overview\" is activated, this notification will "
2208
  "appear after end of the quiz, otherwise after each question."
2209
  msgstr ""
2210
 
2211
+ #: lib/view/WpProQuiz_View_QuizEdit.php:945
2212
+ #: lib/view/WpProQuiz_View_QuizEdit.php:950
2213
  msgid "Hide question position overview"
2214
  msgstr ""
2215
 
2216
+ #: lib/view/WpProQuiz_View_QuizEdit.php:957
2217
  msgid "If you enable this option, the question position overview is hidden."
2218
  msgstr ""
2219
 
2220
+ #: lib/view/WpProQuiz_View_QuizEdit.php:970
2221
+ #: lib/view/WpProQuiz_View_QuizEdit.php:975
2222
  msgid "Hide question numbering"
2223
  msgstr ""
2224
 
2225
+ #: lib/view/WpProQuiz_View_QuizEdit.php:982
2226
  msgid "If you enable this option, the question numbering is hidden."
2227
  msgstr ""
2228
 
2229
+ #: lib/view/WpProQuiz_View_QuizEdit.php:995
2230
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1000
2231
  msgid "Display category"
2232
  msgstr ""
2233
 
2234
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1007
2235
  msgid "If you enable this option, category will be displayed in the question."
2236
  msgstr ""
2237
 
2238
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1032
2239
  msgid ""
2240
  "The leaderboard allows users to enter results in public list and to share "
2241
  "the result this way."
2243
  "La classifica permette agli utenti di inserire il il risultato nella lista "
2244
  "pubblica e condividere il risultato."
2245
 
2246
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1035
2247
  msgid "The leaderboard works independent from internal statistics function."
2248
  msgstr ""
2249
  "La classifica funziona indipendentemente dalla funzione statistiche interne."
2250
 
2251
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1052
2252
  msgid "Who can sign up to the list"
2253
  msgstr "Chi può iscriversi alla lista"
2254
 
2255
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1068
2256
  msgid ""
2257
  "Not registered users have to enter name and e-mail (e-mail won't be "
2258
  "displayed)"
2259
  msgstr ""
2260
  "Utenti non registrati devono inserire nome e email (email non sarà mostrata)"
2261
 
2262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1074
2263
  msgid "insert automatically"
2264
  msgstr ""
2265
 
2266
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1082
2267
  msgid ""
2268
  "If you enable this option, logged in users will be automatically entered "
2269
  "into leaderboard"
2270
  msgstr ""
2271
 
2272
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1088
2273
  msgid "display captcha"
2274
  msgstr "Mostra captcha"
2275
 
2276
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1096
2277
  msgid ""
2278
  "If you enable this option, additional captcha will be displayed for users "
2279
  "who are not registered."
2281
  "Se abiliti questa funzione, captcha addizionale sarà mostrato a tutti gli "
2282
  "user non registrati."
2283
 
2284
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1099
2285
  msgid "This option requires additional plugin:"
2286
  msgstr "Questa opzione richiede un plug-in opzionale:"
2287
 
2288
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1104
2289
  msgid "Plugin has been detected."
2290
  msgstr "Un plugin è stato rilevato"
2291
 
2292
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1108
2293
  msgid "Plugin is not installed."
2294
  msgstr "Plugin non istallato"
2295
 
2296
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1116
2297
  msgid "Sort list by"
2298
  msgstr "Ordina lista per"
2299
 
2300
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1135
2301
  msgid "Users can apply multiple times"
2302
  msgstr "Utenti possono applicare più volte"
2303
 
2304
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1146
2305
  msgid "User can apply after:"
2306
  msgstr "Utenti possono applicare dopo:"
2307
 
2308
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1148
2309
  msgid "minute"
2310
  msgstr "minuto"
2311
 
2312
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1155
2313
  msgid "How many entries should be displayed"
2314
  msgstr "Quante voci saranno mostrate"
2315
 
2316
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1161
2317
  msgid "Entries"
2318
  msgstr "Voci"
2319
 
2320
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1168
2321
  msgid "Automatically display leaderboard in quiz result"
2322
  msgstr "Mostra automaticamente la classifica nei risultati del quiz"
2323
 
2324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1172
2325
  msgid "Where should leaderboard be displayed:"
2326
  msgstr "Dove sarebbe mostrata la classifica:"
2327
 
2328
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1175
2329
  msgid "don't display"
2330
  msgstr "Non mostrarlo"
2331
 
2332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1179
2333
  msgid "below the \"result text\""
2334
  msgstr "Sotto il \"risultato del test\""
2335
 
2336
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1189
2337
  msgid "in a button"
2338
  msgstr "In un tasto"
2339
 
2340
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
2341
  msgid "Quiz-Mode"
2342
  msgstr ""
2343
 
2344
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1215
2345
  msgid "Normal"
2346
  msgstr ""
2347
 
2348
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1216
2349
  msgid "Normal + Back-Button"
2350
  msgstr ""
2351
 
2352
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1217
2353
  msgid "Check -> continue"
2354
  msgstr "Controlla -> continua"
2355
 
2356
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1218
2357
  msgid "Questions below each other"
2358
  msgstr "Domande una sotto l'altra"
2359
 
2360
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1230
2361
  msgid ""
2362
  "Displays all questions sequentially, \"right\" or \"false\" will be "
2363
  "displayed at the end of the quiz."
2364
  msgstr ""
2365
 
2366
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1233
2367
  msgid "Allows to use the back button in a question."
2368
  msgstr ""
2369
 
2370
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1236
2371
  msgid "Shows \"right or wrong\" after each question."
2372
  msgstr ""
2373
 
2374
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1239
2375
  msgid ""
2376
  "If this option is activated, all answers are displayed below each other, i."
2377
  "e. all questions are on a single page."
2378
  msgstr ""
2379
 
2380
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1281
2381
  msgid "How many questions to be displayed on a page:"
2382
  msgstr ""
2383
 
2384
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1284
2385
  msgid "(0 = All on one page)"
2386
  msgstr ""
2387
 
2388
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1306
2389
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1650
2390
  #: lib/view/WpProQuiz_View_Statistics.php:41
2391
  #: lib/view/WpProQuiz_View_Statistics.php:364
2392
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:538
2393
  msgid "Custom fields"
2394
  msgstr ""
2395
 
2396
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1310
2397
  msgid ""
2398
  "You can create custom fields, e.g. to request the name or the e-mail address "
2399
  "of the users."
2400
  msgstr ""
2401
 
2402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1313
2403
  msgid "The statistic function have to be enabled."
2404
  msgstr ""
2405
 
2406
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1320
2407
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1325
2408
  msgid "Custom fields enable"
2409
  msgstr ""
2410
 
2411
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1332
2412
  msgid "If you enable this option, custom fields are enabled."
2413
  msgstr ""
2414
 
2415
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1339
2416
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1344
2417
  msgid "Display position"
2418
  msgstr ""
2419
 
2420
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1346
2421
  msgid "Where should the fileds be displayed:"
2422
  msgstr ""
2423
 
2424
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1349
2425
  msgid "On the quiz startpage"
2426
  msgstr ""
2427
 
2428
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1361
2429
  msgid "At the end of the quiz (before the quiz result)"
2430
  msgstr ""
2431
 
2432
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1389
2433
  msgid "Field name"
2434
  msgstr ""
2435
 
2436
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1391
2437
  msgid "Required?"
2438
  msgstr ""
2439
 
2440
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1393
2441
+ msgid "Show in statistic table?"
2442
+ msgstr ""
2443
+
2444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1423
2445
  msgid "Text"
2446
  msgstr ""
2447
 
2448
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1424
2449
  msgid "Textarea"
2450
  msgstr ""
2451
 
2452
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1425
2453
  msgid "Checkbox"
2454
  msgstr ""
2455
 
2456
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1426
2457
  msgid "Drop-Down menu"
2458
  msgstr ""
2459
 
2460
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1427
2461
  msgid "Radio"
2462
  msgstr ""
2463
 
2464
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1428
2465
  msgid "Number"
2466
  msgstr ""
2467
 
2468
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1429
2469
  msgid "Email"
2470
  msgstr ""
2471
 
2472
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1430
2473
  msgid "Yes/No"
2474
  msgstr ""
2475
 
2476
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1431
2477
  #: lib/view/WpProQuiz_View_Statistics.php:323
2478
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:30
2479
  msgid "Date"
2480
  msgstr ""
2481
 
2482
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1434
2483
  msgid "Edit list"
2484
  msgstr ""
2485
 
2486
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1437
2487
  msgid "One entry per line"
2488
  msgstr ""
2489
 
2490
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1442
2491
  msgid "OK"
2492
  msgstr ""
2493
 
2494
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1464
2495
  msgid "Add field"
2496
  msgstr ""
2497
 
2498
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1634
2499
  msgid ""
2500
  "If you enable this option, an email is sent with his quiz result to the user."
2501
  msgstr ""
2502
 
2503
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1646
2504
  msgid "User Email-Address (only registered users)"
2505
  msgstr ""
2506
 
2507
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1652
2508
  msgid "(Type Email)"
2509
  msgstr ""
2510
 
2647
 
2648
  #: lib/view/WpProQuiz_View_Statistics.php:108
2649
  #: lib/view/WpProQuiz_View_Statistics.php:243
2650
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:171
2651
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:607
2652
  msgid "Hints used"
2653
  msgstr "Suggerimento usato"
2654
 
2655
  #: lib/view/WpProQuiz_View_Statistics.php:109
2656
  #: lib/view/WpProQuiz_View_Statistics.php:244
2657
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:173
2658
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:608
2659
  msgid "Time"
2660
  msgstr ""
2661
 
2662
  #: lib/view/WpProQuiz_View_Statistics.php:110
2663
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
2664
  msgid "Points scored"
2665
  msgstr "Punti segnati"
2666
 
2667
  #: lib/view/WpProQuiz_View_Statistics.php:148
2668
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:238
2669
  msgid "Sub-Total: "
2670
  msgstr ""
2671
 
2672
  #: lib/view/WpProQuiz_View_Statistics.php:183
2673
  #: lib/view/WpProQuiz_View_Statistics.php:268
2674
  #: lib/view/WpProQuiz_View_Statistics.php:343
2675
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:287
2676
  #: lib/view/WpProQuiz_View_StatisticsNew.php:163
2677
  #: lib/view/WpProQuiz_View_StatisticsNew.php:247
2678
  msgid "Refresh"
2679
  msgstr "Aggiorna"
2680
 
2681
  #: lib/view/WpProQuiz_View_Statistics.php:187
2682
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:291
2683
  msgid "Reset statistics"
2684
  msgstr "Reset statistiche"
2685
 
2719
  msgid "only anonymous users"
2720
  msgstr ""
2721
 
2722
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
2723
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:172
2724
+ msgid "Solved"
2725
+ msgstr ""
2726
+
2727
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:62
2728
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:244
2729
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:277
2730
+ #, php-format
2731
+ msgid "%d of %d"
2732
+ msgstr ""
2733
+
2734
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:150
2735
  #, php-format
2736
  msgid "User statistics: %s"
2737
  msgstr ""
2738
 
2739
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2740
+ msgid "yes"
2741
  msgstr ""
2742
 
2743
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:216
2744
+ msgid "no"
2745
  msgstr ""
2746
 
2747
  #: lib/view/WpProQuiz_View_StatisticsNew.php:67
languages/wp-pro-quiz-nb_NO.mo CHANGED
Binary file
languages/wp-pro-quiz-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
- "POT-Creation-Date: 2014-08-28 12:08+0100\n"
5
- "PO-Revision-Date: 2014-08-28 12:08+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Stein Ivar Johnsen\n"
8
  "Language: nb_NO\n"
@@ -61,9 +61,9 @@ msgstr "Vil du virkelig tilbakestille statistikken?"
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:135
65
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:33
66
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:597
67
  msgid "No data available"
68
  msgstr "Ingen data tilgjengelig"
69
 
@@ -105,7 +105,7 @@ msgstr ""
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
- #: lib/view/WpProQuiz_View_FrontQuiz.php:202
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
@@ -145,10 +145,10 @@ msgstr ""
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
- #: lib/controller/WpProQuiz_Controller_Quiz.php:289
149
- #: lib/controller/WpProQuiz_Controller_Quiz.php:306
150
- #: lib/controller/WpProQuiz_Controller_Quiz.php:390
151
- #: lib/controller/WpProQuiz_Controller_Quiz.php:600
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
@@ -164,16 +164,16 @@ msgid "Database repaired"
164
  msgstr ""
165
 
166
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
167
- #: lib/helper/WpProQuiz_Helper_Import.php:59
168
- #: lib/helper/WpProQuiz_Helper_Import.php:68
169
- #: lib/helper/WpProQuiz_Helper_Import.php:75
170
  msgid "File cannot be processed"
171
  msgstr "Filen kan ikke behandles"
172
 
173
  #: lib/controller/WpProQuiz_Controller_Question.php:9
174
  #: lib/controller/WpProQuiz_Controller_Question.php:19
175
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
176
- #: lib/controller/WpProQuiz_Controller_Quiz.php:323
177
  msgid "Quiz not found"
178
  msgstr "Fant ikke quiz"
179
 
@@ -210,70 +210,70 @@ msgstr "Spørsmål: %d"
210
  msgid "questions copied"
211
  msgstr "spørsmål kopiert"
212
 
213
- #: lib/controller/WpProQuiz_Controller_Quiz.php:93
214
- #: lib/controller/WpProQuiz_Controller_Quiz.php:338
215
  msgid "Quiz edited"
216
  msgstr "Quiz redigert"
217
 
218
- #: lib/controller/WpProQuiz_Controller_Quiz.php:95
219
  msgid "quiz created"
220
  msgstr ""
221
 
222
- #: lib/controller/WpProQuiz_Controller_Quiz.php:117
223
- #: lib/controller/WpProQuiz_Controller_Quiz.php:359
224
- #: lib/controller/WpProQuiz_Controller_Quiz.php:431
225
  msgid "Quiz title or quiz description are not filled"
226
  msgstr "Quiz tittel eller quiz beskrivelse er ikke skrevet"
227
 
228
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
229
- #: lib/controller/WpProQuiz_Controller_Quiz.php:316
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
231
  msgid "Edit quiz"
232
  msgstr "Rediger quiz"
233
 
234
- #: lib/controller/WpProQuiz_Controller_Quiz.php:135
235
- #: lib/controller/WpProQuiz_Controller_Quiz.php:394
236
- #: lib/controller/WpProQuiz_Controller_Quiz.php:412
237
  msgid "Create quiz"
238
  msgstr "Lag quiz"
239
 
240
- #: lib/controller/WpProQuiz_Controller_Quiz.php:514
241
  msgid "Template stored"
242
  msgstr ""
243
 
244
- #: lib/controller/WpProQuiz_Controller_Quiz.php:619
245
  msgid "Quiz deleted"
246
  msgstr "Quiz slettet"
247
 
248
- #: lib/controller/WpProQuiz_Controller_Quiz.php:881
249
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
250
- #: lib/view/WpProQuiz_View_FrontQuiz.php:620
251
  msgid "Not categorized"
252
  msgstr ""
253
 
254
- #: lib/controller/WpProQuiz_Controller_Quiz.php:887
255
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
256
- #: lib/view/WpProQuiz_View_FrontQuiz.php:615
257
  msgid "Categories"
258
  msgstr ""
259
 
260
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
261
- #: lib/controller/WpProQuiz_Controller_Statistics.php:673
262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
263
- #: lib/view/WpProQuiz_View_QuizEdit.php:51
264
- #: lib/view/WpProQuiz_View_QuizOverall.php:203
265
  msgid "No category"
266
  msgstr ""
267
 
268
- #: lib/controller/WpProQuiz_Controller_Statistics.php:571
269
- #: lib/controller/WpProQuiz_Controller_Statistics.php:618
270
- #: lib/controller/WpProQuiz_Controller_Statistics.php:698
271
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
272
  msgid "Anonymous"
273
  msgstr ""
274
 
275
- #: lib/controller/WpProQuiz_Controller_Statistics.php:620
276
- #: lib/controller/WpProQuiz_Controller_Statistics.php:706
277
  msgid "Deleted user"
278
  msgstr ""
279
 
@@ -307,16 +307,38 @@ msgstr "Navnet ditt kan ikke overskride 15 tegn."
307
  msgid "You entered wrong captcha code."
308
  msgstr "Du har tastet inn feil captcha kode."
309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  #: lib/helper/WpProQuiz_Helper_Import.php:9
311
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
312
  msgid "File was not uploaded"
313
  msgstr "Filen ble ikke lastet opp"
314
 
315
- #: lib/helper/WpProQuiz_Helper_Import.php:40
316
  msgid "File have wrong format"
317
  msgstr "Fil har feil format"
318
 
319
- #: lib/helper/WpProQuiz_Helper_Import.php:45
320
  msgid "File is not compatible with the current version"
321
  msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
322
 
@@ -370,15 +392,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
370
  msgstr ""
371
 
372
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
373
- #: lib/view/WpProQuiz_View_QuizOverall.php:61
374
  msgid "WP-Pro-Quiz"
375
  msgstr ""
376
 
377
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
378
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
379
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
380
- #: lib/view/WpProQuiz_View_QuizEdit.php:1035
381
- #: lib/view/WpProQuiz_View_QuizOverall.php:118
382
  msgid "Leaderboard"
383
  msgstr "Leaderboard"
384
 
@@ -387,7 +409,7 @@ msgstr "Leaderboard"
387
  #: lib/view/WpProQuiz_View_Import.php:22
388
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
389
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
390
- #: lib/view/WpProQuiz_View_QuizEdit.php:20
391
  #: lib/view/WpProQuiz_View_Statistics.php:29
392
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
393
  #: lib/view/WpProQuiz_View_StyleManager.php:11
@@ -409,17 +431,17 @@ msgid "Sort by:"
409
  msgstr "Sorter etter:"
410
 
411
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
412
- #: lib/view/WpProQuiz_View_QuizEdit.php:1115
413
  msgid "best user"
414
  msgstr "beste bruker"
415
 
416
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
417
- #: lib/view/WpProQuiz_View_QuizEdit.php:1119
418
  msgid "newest entry"
419
  msgstr "nyeste oppføringen"
420
 
421
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
422
- #: lib/view/WpProQuiz_View_QuizEdit.php:1123
423
  msgid "oldest entry"
424
  msgstr "eldste oppføring"
425
 
@@ -433,7 +455,7 @@ msgstr "Hvor mange oppføringer som skal vises på én side:"
433
 
434
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
435
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
436
- #: lib/view/WpProQuiz_View_QuizEdit.php:1384
437
  msgid "Type"
438
  msgstr "Type"
439
 
@@ -443,13 +465,13 @@ msgstr "UR = uregistrert bruker, R = registrert bruker"
443
 
444
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
445
  #: lib/view/WpProQuiz_View_Statistics.php:239
446
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:585
447
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
448
  msgid "User"
449
  msgstr "Bruker"
450
 
451
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
452
- #: lib/view/WpProQuiz_View_FrontQuiz.php:210
453
  msgid "E-Mail"
454
  msgstr "E-Post"
455
 
@@ -459,8 +481,8 @@ msgid "Entered on"
459
  msgstr "Lagt inn den"
460
 
461
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
462
- #: lib/view/WpProQuiz_View_FrontQuiz.php:860
463
- #: lib/view/WpProQuiz_View_FrontQuiz.php:878
464
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
466
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
@@ -470,20 +492,20 @@ msgstr "Lagt inn den"
470
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
471
  #: lib/view/WpProQuiz_View_Statistics.php:105
472
  #: lib/view/WpProQuiz_View_Statistics.php:240
473
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:26
474
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:156
475
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:586
476
  msgid "Points"
477
  msgstr "Poeng"
478
 
479
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
480
- #: lib/view/WpProQuiz_View_FrontQuiz.php:574
481
  #: lib/view/WpProQuiz_View_Statistics.php:111
482
  #: lib/view/WpProQuiz_View_Statistics.php:245
483
  #: lib/view/WpProQuiz_View_Statistics.php:324
484
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:27
485
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:162
486
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:591
487
  msgid "Results"
488
  msgstr "Resultat"
489
 
@@ -493,7 +515,7 @@ msgstr "Resultat"
493
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
494
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
495
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
496
- #: lib/view/WpProQuiz_View_QuizOverall.php:102
497
  msgid "Edit"
498
  msgstr "Rediger"
499
 
@@ -504,10 +526,10 @@ msgstr "Rediger"
504
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
505
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
506
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
507
- #: lib/view/WpProQuiz_View_QuizEdit.php:1434
508
- #: lib/view/WpProQuiz_View_QuizOverall.php:106
509
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:43
510
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:631
511
  msgid "Delete"
512
  msgstr "Slett"
513
 
@@ -531,249 +553,231 @@ msgstr "Legg til"
531
  msgid "Delete all entries"
532
  msgstr "Slett alle oppføringer"
533
 
534
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
535
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
536
- #: lib/view/WpProQuiz_View_FrontQuiz.php:458
537
- #: lib/view/WpProQuiz_View_FrontQuiz.php:562
538
- #: lib/view/WpProQuiz_View_FrontQuiz.php:935
539
- #: lib/view/WpProQuiz_View_QuizEdit.php:414
540
- #: lib/view/WpProQuiz_View_QuizEdit.php:424
541
- #: lib/view/WpProQuiz_View_QuizEdit.php:429
 
 
 
 
542
  msgid "Quiz-summary"
543
  msgstr ""
544
 
545
- #: lib/view/WpProQuiz_View_FrontQuiz.php:88
546
- #: lib/view/WpProQuiz_View_FrontQuiz.php:172
547
- #: lib/view/WpProQuiz_View_FrontQuiz.php:484
548
- #: lib/view/WpProQuiz_View_FrontQuiz.php:501
549
- #: lib/view/WpProQuiz_View_FrontQuiz.php:937
550
  msgid "Finish quiz"
551
  msgstr "Fullfør quiz"
552
 
553
- #: lib/view/WpProQuiz_View_FrontQuiz.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  msgid "Your result has been entered into leaderboard"
555
  msgstr ""
556
 
557
- #: lib/view/WpProQuiz_View_FrontQuiz.php:207
558
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
559
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
560
- #: lib/view/WpProQuiz_View_QuizOverall.php:79
561
  msgid "Name"
562
  msgstr "Navn"
563
 
564
- #: lib/view/WpProQuiz_View_FrontQuiz.php:215
565
  msgid "Captcha"
566
  msgstr "Captcha"
567
 
568
- #: lib/view/WpProQuiz_View_FrontQuiz.php:221
569
  msgid "Send"
570
  msgstr ""
571
 
572
- #: lib/view/WpProQuiz_View_FrontQuiz.php:312
573
- #: lib/view/WpProQuiz_View_FrontQuiz.php:411
574
  msgid "You must fill out this field."
575
  msgstr ""
576
 
577
- #: lib/view/WpProQuiz_View_FrontQuiz.php:315
578
  msgid "You must specify a number."
579
  msgstr ""
580
 
581
- #: lib/view/WpProQuiz_View_FrontQuiz.php:316
582
  msgid "You must specify a text."
583
  msgstr ""
584
 
585
- #: lib/view/WpProQuiz_View_FrontQuiz.php:317
586
  msgid "You must specify an email address."
587
  msgstr ""
588
 
589
- #: lib/view/WpProQuiz_View_FrontQuiz.php:318
590
  msgid "You must specify a date."
591
  msgstr ""
592
 
593
- #: lib/view/WpProQuiz_View_FrontQuiz.php:397
594
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
595
- msgid "Yes"
596
- msgstr ""
597
-
598
- #: lib/view/WpProQuiz_View_FrontQuiz.php:402
599
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:549
600
- msgid "No"
601
- msgstr ""
602
-
603
- #: lib/view/WpProQuiz_View_FrontQuiz.php:428
604
- msgid ""
605
- "You have already completed the quiz before. Hence you can not start it again."
606
- msgstr ""
607
- "Du har allerede gjennomført quizen før. Derfor kan du ikke starte den på "
608
- "nytt."
609
-
610
- #: lib/view/WpProQuiz_View_FrontQuiz.php:438
611
- msgid "You must sign in or sign up to start the quiz."
612
- msgstr ""
613
-
614
- #: lib/view/WpProQuiz_View_FrontQuiz.php:448
615
- msgid "You have to finish following quiz, to start this quiz:"
616
- msgstr "Du må gjøre ferdig følgende quiz, for å starte denne quiz:"
617
-
618
- #: lib/view/WpProQuiz_View_FrontQuiz.php:460
619
  #, php-format
620
  msgid "%s of %s questions completed"
621
  msgstr ""
622
 
623
- #: lib/view/WpProQuiz_View_FrontQuiz.php:462
624
  #: lib/view/WpProQuiz_View_Import.php:44
625
- #: lib/view/WpProQuiz_View_QuizOverall.php:97
626
  msgid "Questions"
627
  msgstr "Spørsmål"
628
 
629
- #: lib/view/WpProQuiz_View_FrontQuiz.php:477
630
- #: lib/view/WpProQuiz_View_FrontQuiz.php:492
631
  msgid "Information"
632
  msgstr ""
633
 
634
- #: lib/view/WpProQuiz_View_FrontQuiz.php:519
635
- msgid "Start quiz"
636
- msgstr "Start quiz"
637
-
638
- #: lib/view/WpProQuiz_View_FrontQuiz.php:528
639
- #: lib/view/WpProQuiz_View_QuizEdit.php:184
640
- #: lib/view/WpProQuiz_View_QuizEdit.php:189
641
  msgid "Time limit"
642
  msgstr "Tidsfrist"
643
 
644
- #: lib/view/WpProQuiz_View_FrontQuiz.php:549
645
  msgid "Answered"
646
  msgstr ""
647
 
648
- #: lib/view/WpProQuiz_View_FrontQuiz.php:553
649
  msgid "Review"
650
  msgstr ""
651
 
652
- #: lib/view/WpProQuiz_View_FrontQuiz.php:560
653
  msgid "Review question"
654
  msgstr ""
655
 
656
- #: lib/view/WpProQuiz_View_FrontQuiz.php:577
657
  #, php-format
658
  msgid "%s of %s questions answered correctly"
659
  msgstr "%s av %s spørsmål rett besvart"
660
 
661
- #: lib/view/WpProQuiz_View_FrontQuiz.php:581
662
  msgid "Your time: <span></span>"
663
  msgstr "Din tid: <span></span>"
664
 
665
- #: lib/view/WpProQuiz_View_FrontQuiz.php:585
666
  msgid "Time has elapsed"
667
  msgstr "Tiden har gått"
668
 
669
- #: lib/view/WpProQuiz_View_FrontQuiz.php:589
670
  #, php-format
671
  msgid "You have reached %s of %s points, (%s)"
672
  msgstr "Du har nådd %s av %s poeng, (%s)"
673
 
674
- #: lib/view/WpProQuiz_View_FrontQuiz.php:597
675
  msgid "Average score"
676
  msgstr "Gjennomsnittlig poeng"
677
 
678
- #: lib/view/WpProQuiz_View_FrontQuiz.php:604
679
  msgid "Your score"
680
  msgstr "Poeng oppnådd"
681
 
682
- #: lib/view/WpProQuiz_View_FrontQuiz.php:653
683
- msgid "Restart quiz"
684
- msgstr "Restart quiz"
685
-
686
- #: lib/view/WpProQuiz_View_FrontQuiz.php:655
687
  msgid "View questions"
688
  msgstr "Vis spørsmål"
689
 
690
- #: lib/view/WpProQuiz_View_FrontQuiz.php:658
691
  msgid "Show leaderboard"
692
  msgstr "Vis leaderboard"
693
 
694
- #: lib/view/WpProQuiz_View_FrontQuiz.php:715
695
  #, php-format
696
  msgid "Question %s of %s"
697
  msgstr "Spørsmål %s av %s"
698
 
699
- #: lib/view/WpProQuiz_View_FrontQuiz.php:718
700
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
701
  #: lib/view/WpProQuiz_View_Statistics.php:104
702
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:155
703
  msgid "Question"
704
  msgstr "Spørsmål"
705
 
706
- #: lib/view/WpProQuiz_View_FrontQuiz.php:722
707
  #, php-format
708
  msgid "%d points"
709
  msgstr "%d poeng"
710
 
711
- #: lib/view/WpProQuiz_View_FrontQuiz.php:728
712
  #, php-format
713
  msgid "Category: %s"
714
  msgstr ""
715
 
716
- #: lib/view/WpProQuiz_View_FrontQuiz.php:737
717
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
718
  msgid "Sort elements"
719
  msgstr "Sorter elementer"
720
 
721
- #: lib/view/WpProQuiz_View_FrontQuiz.php:858
722
- #: lib/view/WpProQuiz_View_FrontQuiz.php:865
723
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
724
  #: lib/view/WpProQuiz_View_Statistics.php:106
725
  #: lib/view/WpProQuiz_View_Statistics.php:241
726
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:24
727
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:157
728
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:336
729
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:587
730
  msgid "Correct"
731
  msgstr "Riktig"
732
 
733
- #: lib/view/WpProQuiz_View_FrontQuiz.php:876
734
- #: lib/view/WpProQuiz_View_FrontQuiz.php:883
735
  #: lib/view/WpProQuiz_View_Statistics.php:107
736
  #: lib/view/WpProQuiz_View_Statistics.php:242
737
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:25
738
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:158
739
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:588
740
  msgid "Incorrect"
741
  msgstr "Feil"
742
 
743
- #: lib/view/WpProQuiz_View_FrontQuiz.php:904
744
- #: lib/view/WpProQuiz_View_FrontQuiz.php:915
745
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
746
  msgid "Hint"
747
  msgstr "Tips"
748
 
749
- #: lib/view/WpProQuiz_View_FrontQuiz.php:911
750
- #: lib/view/WpProQuiz_View_QuizEdit.php:443
751
- #: lib/view/WpProQuiz_View_QuizEdit.php:448
752
  msgid "Skip question"
753
  msgstr ""
754
 
755
- #: lib/view/WpProQuiz_View_FrontQuiz.php:913
756
  msgid "Back"
757
  msgstr "Tilbake"
758
 
759
- #: lib/view/WpProQuiz_View_FrontQuiz.php:917
760
  msgid "Check"
761
  msgstr "Sjekk"
762
 
763
- #: lib/view/WpProQuiz_View_FrontQuiz.php:918
764
  msgid "Next"
765
  msgstr ""
766
 
767
- #: lib/view/WpProQuiz_View_FrontQuiz.php:931
768
- #: lib/view/WpProQuiz_View_FrontQuiz.php:932
769
  #, php-format
770
  msgid "Page %d"
771
  msgstr ""
772
 
773
- #: lib/view/WpProQuiz_View_FrontQuiz.php:953
774
- msgid "Quiz is loading..."
775
- msgstr ""
776
-
777
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
778
  #, php-format
779
  msgid "maximum of %s points"
@@ -794,7 +798,7 @@ msgstr "Tabell lastes"
794
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
795
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
796
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
797
- #: lib/view/WpProQuiz_View_QuizOverall.php:48
798
  msgid "Global settings"
799
  msgstr "Globale innstillinger"
800
 
@@ -805,8 +809,8 @@ msgstr "Innstillinger i tilfelle problemer"
805
 
806
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
807
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
808
- #: lib/view/WpProQuiz_View_QuizEdit.php:649
809
- #: lib/view/WpProQuiz_View_QuizOverall.php:221
810
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
811
  msgid "Save"
812
  msgstr "Lagre"
@@ -860,18 +864,18 @@ msgstr ""
860
 
861
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
862
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
863
- #: lib/view/WpProQuiz_View_QuizEdit.php:1460
864
  msgid "Admin e-mail settings"
865
  msgstr ""
866
 
867
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
868
- #: lib/view/WpProQuiz_View_QuizEdit.php:1493
869
- #: lib/view/WpProQuiz_View_QuizEdit.php:1624
870
  msgid "To:"
871
  msgstr ""
872
 
873
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
874
- #: lib/view/WpProQuiz_View_QuizEdit.php:1500
875
  msgid ""
876
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
877
  "com"
@@ -879,22 +883,22 @@ msgstr ""
879
 
880
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
881
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
882
- #: lib/view/WpProQuiz_View_QuizEdit.php:1506
883
- #: lib/view/WpProQuiz_View_QuizEdit.php:1644
884
  msgid "From:"
885
  msgstr ""
886
 
887
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
888
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
889
- #: lib/view/WpProQuiz_View_QuizEdit.php:1519
890
- #: lib/view/WpProQuiz_View_QuizEdit.php:1654
891
  msgid "Subject:"
892
  msgstr ""
893
 
894
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
895
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
896
- #: lib/view/WpProQuiz_View_QuizEdit.php:1529
897
- #: lib/view/WpProQuiz_View_QuizEdit.php:1664
898
  msgid "HTML"
899
  msgstr ""
900
 
@@ -903,72 +907,72 @@ msgstr ""
903
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
904
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
905
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
906
- #: lib/view/WpProQuiz_View_QuizEdit.php:85
907
- #: lib/view/WpProQuiz_View_QuizEdit.php:104
908
- #: lib/view/WpProQuiz_View_QuizEdit.php:123
909
- #: lib/view/WpProQuiz_View_QuizEdit.php:142
910
- #: lib/view/WpProQuiz_View_QuizEdit.php:158
911
- #: lib/view/WpProQuiz_View_QuizEdit.php:174
912
- #: lib/view/WpProQuiz_View_QuizEdit.php:211
913
- #: lib/view/WpProQuiz_View_QuizEdit.php:251
914
- #: lib/view/WpProQuiz_View_QuizEdit.php:309
915
- #: lib/view/WpProQuiz_View_QuizEdit.php:338
916
- #: lib/view/WpProQuiz_View_QuizEdit.php:399
917
- #: lib/view/WpProQuiz_View_QuizEdit.php:503
918
- #: lib/view/WpProQuiz_View_QuizEdit.php:526
919
- #: lib/view/WpProQuiz_View_QuizEdit.php:545
920
- #: lib/view/WpProQuiz_View_QuizEdit.php:689
921
- #: lib/view/WpProQuiz_View_QuizEdit.php:714
922
- #: lib/view/WpProQuiz_View_QuizEdit.php:740
923
- #: lib/view/WpProQuiz_View_QuizEdit.php:766
924
- #: lib/view/WpProQuiz_View_QuizEdit.php:792
925
- #: lib/view/WpProQuiz_View_QuizEdit.php:834
926
- #: lib/view/WpProQuiz_View_QuizEdit.php:853
927
- #: lib/view/WpProQuiz_View_QuizEdit.php:878
928
- #: lib/view/WpProQuiz_View_QuizEdit.php:928
929
- #: lib/view/WpProQuiz_View_QuizEdit.php:948
930
- #: lib/view/WpProQuiz_View_QuizEdit.php:973
931
- #: lib/view/WpProQuiz_View_QuizEdit.php:998
932
- #: lib/view/WpProQuiz_View_QuizEdit.php:1040
933
- #: lib/view/WpProQuiz_View_QuizEdit.php:1073
934
- #: lib/view/WpProQuiz_View_QuizEdit.php:1087
935
- #: lib/view/WpProQuiz_View_QuizEdit.php:1135
936
- #: lib/view/WpProQuiz_View_QuizEdit.php:1217
937
- #: lib/view/WpProQuiz_View_QuizEdit.php:1218
938
- #: lib/view/WpProQuiz_View_QuizEdit.php:1219
939
- #: lib/view/WpProQuiz_View_QuizEdit.php:1220
940
- #: lib/view/WpProQuiz_View_QuizEdit.php:1323
941
- #: lib/view/WpProQuiz_View_QuizEdit.php:1533
942
- #: lib/view/WpProQuiz_View_QuizEdit.php:1614
943
- #: lib/view/WpProQuiz_View_QuizEdit.php:1668
944
  msgid "Activate"
945
  msgstr "Aktivere"
946
 
947
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
948
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
949
- #: lib/view/WpProQuiz_View_QuizEdit.php:1539
950
- #: lib/view/WpProQuiz_View_QuizEdit.php:1674
951
  msgid "Message body:"
952
  msgstr ""
953
 
954
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
955
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
956
- #: lib/view/WpProQuiz_View_QuizEdit.php:1551
957
- #: lib/view/WpProQuiz_View_QuizEdit.php:1686
958
  msgid "Allowed variables"
959
  msgstr ""
960
 
961
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
962
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
963
- #: lib/view/WpProQuiz_View_QuizEdit.php:1562
964
- #: lib/view/WpProQuiz_View_QuizEdit.php:1697
965
  msgid "User-ID"
966
  msgstr ""
967
 
968
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
969
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
970
- #: lib/view/WpProQuiz_View_QuizEdit.php:1563
971
- #: lib/view/WpProQuiz_View_QuizEdit.php:1698
972
  #: lib/view/WpProQuiz_View_Statistics.php:322
973
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
974
  msgid "Username"
@@ -976,42 +980,42 @@ msgstr ""
976
 
977
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
978
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
979
- #: lib/view/WpProQuiz_View_QuizEdit.php:1564
980
- #: lib/view/WpProQuiz_View_QuizEdit.php:1699
981
  msgid "Quiz-Name"
982
  msgstr ""
983
 
984
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
985
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
986
- #: lib/view/WpProQuiz_View_QuizEdit.php:1565
987
- #: lib/view/WpProQuiz_View_QuizEdit.php:1700
988
  msgid "Result in precent"
989
  msgstr ""
990
 
991
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
992
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
993
- #: lib/view/WpProQuiz_View_QuizEdit.php:1566
994
- #: lib/view/WpProQuiz_View_QuizEdit.php:1701
995
  msgid "Reached points"
996
  msgstr ""
997
 
998
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
999
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1000
- #: lib/view/WpProQuiz_View_QuizEdit.php:1567
1001
- #: lib/view/WpProQuiz_View_QuizEdit.php:1702
1002
  msgid "IP-address of the user"
1003
  msgstr ""
1004
 
1005
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1006
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1007
- #: lib/view/WpProQuiz_View_QuizEdit.php:1568
1008
- #: lib/view/WpProQuiz_View_QuizEdit.php:1703
1009
  msgid "Category-Overview"
1010
  msgstr ""
1011
 
1012
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1013
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1014
- #: lib/view/WpProQuiz_View_QuizEdit.php:1599
1015
  msgid "User e-mail settings"
1016
  msgstr ""
1017
 
@@ -1102,11 +1106,11 @@ msgid "Touch Library"
1102
  msgstr "Touch bibliotek"
1103
 
1104
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1105
- #: lib/view/WpProQuiz_View_QuizEdit.php:433
1106
- #: lib/view/WpProQuiz_View_QuizEdit.php:452
1107
- #: lib/view/WpProQuiz_View_QuizEdit.php:472
1108
- #: lib/view/WpProQuiz_View_QuizEdit.php:903
1109
- #: lib/view/WpProQuiz_View_QuizEdit.php:1475
1110
  msgid "Deactivate"
1111
  msgstr "Deaktivere"
1112
 
@@ -1147,8 +1151,8 @@ msgid "No date will be deleted. Only WP-Pro-Quiz tables will be repaired."
1147
  msgstr ""
1148
 
1149
  #: lib/view/WpProQuiz_View_Import.php:21
1150
- #: lib/view/WpProQuiz_View_QuizOverall.php:144
1151
- #: lib/view/WpProQuiz_View_QuizOverall.php:169
1152
  msgid "Import"
1153
  msgstr "Importer"
1154
 
@@ -1169,7 +1173,7 @@ msgid "Quiz name"
1169
  msgstr "Quiz navn"
1170
 
1171
  #: lib/view/WpProQuiz_View_Import.php:69
1172
- #: lib/view/WpProQuiz_View_QuizOverall.php:180
1173
  msgid "Start import"
1174
  msgstr "Start import"
1175
 
@@ -1178,7 +1182,7 @@ msgid "WP-Pro-Quiz special modification"
1178
  msgstr ""
1179
 
1180
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1181
- #: lib/view/WpProQuiz_View_QuizOverall.php:56
1182
  msgid "You need special WP-Pro-Quiz modification for your website?"
1183
  msgstr ""
1184
 
@@ -1240,7 +1244,7 @@ msgid ""
1240
  msgstr ""
1241
 
1242
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1243
- #: lib/view/WpProQuiz_View_QuizEdit.php:29
1244
  msgid "load template"
1245
  msgstr ""
1246
 
@@ -1253,9 +1257,9 @@ msgstr "Tittel"
1253
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1254
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1255
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1256
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1257
- #: lib/view/WpProQuiz_View_QuizEdit.php:576
1258
- #: lib/view/WpProQuiz_View_QuizEdit.php:1023
1259
  msgid "(optional)"
1260
  msgstr "(valgfritt)"
1261
 
@@ -1270,9 +1274,9 @@ msgstr ""
1270
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1271
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1272
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1273
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1274
- #: lib/view/WpProQuiz_View_QuizEdit.php:565
1275
- #: lib/view/WpProQuiz_View_QuizEdit.php:1204
1276
  msgid "(required)"
1277
  msgstr "(påkrevd)"
1278
 
@@ -1303,10 +1307,10 @@ msgstr "Vis oppnådde poeng i riktig og feil melding?"
1303
 
1304
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1305
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1306
- #: lib/view/WpProQuiz_View_QuizEdit.php:40
1307
- #: lib/view/WpProQuiz_View_QuizOverall.php:80
1308
  #: lib/view/WpProQuiz_View_Statistics.php:124
1309
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:174
1310
  msgid "Category"
1311
  msgstr ""
1312
 
@@ -1317,23 +1321,23 @@ msgid ""
1317
  msgstr ""
1318
 
1319
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1320
- #: lib/view/WpProQuiz_View_QuizEdit.php:46
1321
- #: lib/view/WpProQuiz_View_QuizOverall.php:198
1322
  msgid "You can manage categories in global settings."
1323
  msgstr ""
1324
 
1325
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1326
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1327
- #: lib/view/WpProQuiz_View_QuizEdit.php:50
1328
- #: lib/view/WpProQuiz_View_QuizEdit.php:60
1329
- #: lib/view/WpProQuiz_View_QuizOverall.php:202
1330
- #: lib/view/WpProQuiz_View_QuizOverall.php:212
1331
  msgid "Create new category"
1332
  msgstr ""
1333
 
1334
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1335
- #: lib/view/WpProQuiz_View_QuizEdit.php:62
1336
- #: lib/view/WpProQuiz_View_QuizOverall.php:214
1337
  msgid "Create"
1338
  msgstr ""
1339
 
@@ -1463,24 +1467,24 @@ msgid ""
1463
  msgstr ""
1464
 
1465
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1466
- #: lib/view/WpProQuiz_View_QuizEdit.php:652
1467
  msgid "template name"
1468
  msgstr ""
1469
 
1470
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1471
- #: lib/view/WpProQuiz_View_QuizEdit.php:654
1472
  msgid "Create new template"
1473
  msgstr ""
1474
 
1475
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1476
- #: lib/view/WpProQuiz_View_QuizEdit.php:662
1477
  msgid "Save as template"
1478
  msgstr ""
1479
 
1480
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1481
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1482
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1483
- #: lib/view/WpProQuiz_View_QuizEdit.php:70
1484
  msgid "Options"
1485
  msgstr "Valg"
1486
 
@@ -1512,7 +1516,7 @@ msgstr ""
1512
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1513
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1514
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1515
- #: lib/view/WpProQuiz_View_QuizEdit.php:1435
1516
  msgid "Move"
1517
  msgstr "Flytt"
1518
 
@@ -1581,28 +1585,29 @@ msgstr ""
1581
 
1582
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1583
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
1584
- #: lib/view/WpProQuiz_View_QuizEdit.php:408
1585
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1586
- #: lib/view/WpProQuiz_View_QuizEdit.php:695
1587
- #: lib/view/WpProQuiz_View_QuizEdit.php:722
1588
- #: lib/view/WpProQuiz_View_QuizEdit.php:748
1589
- #: lib/view/WpProQuiz_View_QuizEdit.php:774
1590
- #: lib/view/WpProQuiz_View_QuizEdit.php:800
1591
- #: lib/view/WpProQuiz_View_QuizEdit.php:859
1592
- #: lib/view/WpProQuiz_View_QuizEdit.php:884
1593
- #: lib/view/WpProQuiz_View_QuizEdit.php:909
1594
- #: lib/view/WpProQuiz_View_QuizEdit.php:954
1595
- #: lib/view/WpProQuiz_View_QuizEdit.php:979
1596
- #: lib/view/WpProQuiz_View_QuizEdit.php:1004
1597
- #: lib/view/WpProQuiz_View_QuizEdit.php:1176
1598
- #: lib/view/WpProQuiz_View_QuizEdit.php:1186
1599
- #: lib/view/WpProQuiz_View_QuizEdit.php:1239
1600
- #: lib/view/WpProQuiz_View_QuizEdit.php:1247
1601
- #: lib/view/WpProQuiz_View_QuizEdit.php:1255
1602
- #: lib/view/WpProQuiz_View_QuizEdit.php:1263
1603
- #: lib/view/WpProQuiz_View_QuizEdit.php:1346
1604
- #: lib/view/WpProQuiz_View_QuizEdit.php:1358
1605
- #: lib/view/WpProQuiz_View_QuizEdit.php:1365
 
 
1606
  msgid "Demo"
1607
  msgstr "Demo"
1608
 
@@ -1655,7 +1660,7 @@ msgstr "Spørsmål sortert"
1655
 
1656
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1657
  #: lib/view/WpProQuiz_View_Statistics.php:169
1658
- #: lib/view/WpProQuiz_View_StatisticsAjax.php:255
1659
  msgid "Total"
1660
  msgstr "Totalt"
1661
 
@@ -1684,80 +1689,80 @@ msgstr ""
1684
  msgid "Copy questions"
1685
  msgstr "Kopier spørsmål"
1686
 
1687
- #: lib/view/WpProQuiz_View_QuizEdit.php:34
1688
  msgid "Quiz title"
1689
  msgstr "Quiz tittel"
1690
 
1691
- #: lib/view/WpProQuiz_View_QuizEdit.php:43
1692
- #: lib/view/WpProQuiz_View_QuizOverall.php:195
1693
  msgid "You can assign classify category for a quiz."
1694
  msgstr ""
1695
 
1696
- #: lib/view/WpProQuiz_View_QuizEdit.php:76
1697
  msgid "Hide quiz title"
1698
  msgstr "Skjul quiz tittel"
1699
 
1700
- #: lib/view/WpProQuiz_View_QuizEdit.php:81
1701
  msgid "Hide title"
1702
  msgstr "Skjul tittel"
1703
 
1704
- #: lib/view/WpProQuiz_View_QuizEdit.php:88
1705
  msgid "The title serves as quiz heading."
1706
  msgstr "Tittelen fungerer som quiz overskrift."
1707
 
1708
- #: lib/view/WpProQuiz_View_QuizEdit.php:95
1709
- #: lib/view/WpProQuiz_View_QuizEdit.php:100
1710
  msgid "Hide \"Restart quiz\" button"
1711
  msgstr "Skjul \"Restart quiz\" knapp"
1712
 
1713
- #: lib/view/WpProQuiz_View_QuizEdit.php:107
1714
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1715
  msgstr "Skjuler \"Restart quiz\" knappen i front."
1716
 
1717
- #: lib/view/WpProQuiz_View_QuizEdit.php:114
1718
- #: lib/view/WpProQuiz_View_QuizEdit.php:119
1719
  msgid "Hide \"View question\" button"
1720
  msgstr "Skjul \"Vis spørsmål\" knapp"
1721
 
1722
- #: lib/view/WpProQuiz_View_QuizEdit.php:126
1723
  msgid "Hide the \"View question\" button in the Frontend."
1724
  msgstr "Skjuler \"Vis spørsmål\" knappen i front."
1725
 
1726
- #: lib/view/WpProQuiz_View_QuizEdit.php:133
1727
- #: lib/view/WpProQuiz_View_QuizEdit.php:138
1728
  msgid "Display question randomly"
1729
  msgstr "Vis spørsmål tilfeldig"
1730
 
1731
- #: lib/view/WpProQuiz_View_QuizEdit.php:149
1732
- #: lib/view/WpProQuiz_View_QuizEdit.php:154
1733
  msgid "Display answers randomly"
1734
  msgstr "Vis svar tilfeldig"
1735
 
1736
- #: lib/view/WpProQuiz_View_QuizEdit.php:165
1737
- #: lib/view/WpProQuiz_View_QuizEdit.php:170
1738
  msgid "Sort questions by category"
1739
  msgstr ""
1740
 
1741
- #: lib/view/WpProQuiz_View_QuizEdit.php:177
1742
  msgid ""
1743
  "Also works in conjunction with the \"display randomly question\" option."
1744
  msgstr ""
1745
 
1746
- #: lib/view/WpProQuiz_View_QuizEdit.php:192
1747
  msgid "Seconds"
1748
  msgstr "Sekunder"
1749
 
1750
- #: lib/view/WpProQuiz_View_QuizEdit.php:195
1751
  msgid "0 = no limit"
1752
  msgstr "0 = ingen grense"
1753
 
1754
- #: lib/view/WpProQuiz_View_QuizEdit.php:202
1755
- #: lib/view/WpProQuiz_View_QuizEdit.php:207
1756
- #: lib/view/WpProQuiz_View_QuizOverall.php:114
1757
  msgid "Statistics"
1758
  msgstr "Statistikk"
1759
 
1760
- #: lib/view/WpProQuiz_View_QuizEdit.php:214
1761
  msgid ""
1762
  "Statistics about right or wrong answers. Statistics will be saved by "
1763
  "completed quiz, not after every question. The statistics is only visible "
@@ -1767,16 +1772,16 @@ msgstr ""
1767
  "fullført quiz, ikke etter hvert spørsmål. Statistikken er bare synlig i "
1768
  "administrasjon menyen. (intern statistikk)"
1769
 
1770
- #: lib/view/WpProQuiz_View_QuizEdit.php:221
1771
- #: lib/view/WpProQuiz_View_QuizEdit.php:226
1772
  msgid "Statistics IP-lock"
1773
  msgstr "Statistikk IP-lås"
1774
 
1775
- #: lib/view/WpProQuiz_View_QuizEdit.php:230
1776
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1777
  msgstr "i minutter (anbefalt 1440 minutter = 1 dag)"
1778
 
1779
- #: lib/view/WpProQuiz_View_QuizEdit.php:233
1780
  msgid ""
1781
  "Protect the statistics from spam. Result will only be saved every X minutes "
1782
  "from same IP. (0 = deactivated)"
@@ -1784,12 +1789,12 @@ msgstr ""
1784
  "Beskytt statistikken fra spam. Resultatet vil bare lagres hvert X minutt fra "
1785
  "samme IP. (0 = deaktivert)"
1786
 
1787
- #: lib/view/WpProQuiz_View_QuizEdit.php:240
1788
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
 
1789
  msgid "Execute quiz only once"
1790
  msgstr "Utfør quiz bare én gang"
1791
 
1792
- #: lib/view/WpProQuiz_View_QuizEdit.php:254
1793
  msgid ""
1794
  "If you activate this option, the user can complete the quiz only once. "
1795
  "Afterwards the quiz is blocked for this user."
@@ -1797,31 +1802,31 @@ msgstr ""
1797
  "Hvis du aktiverer dette alternativet, kan brukeren fylle ut quiz bare én "
1798
  "gang. Etterpå er quiz blokkert for denne brukeren."
1799
 
1800
- #: lib/view/WpProQuiz_View_QuizEdit.php:258
1801
  msgid "This option applies to:"
1802
  msgstr "Dette alternativet gjelder for:"
1803
 
1804
- #: lib/view/WpProQuiz_View_QuizEdit.php:266
1805
- #: lib/view/WpProQuiz_View_QuizEdit.php:1051
1806
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1807
  msgid "all users"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Wp-Pro-Quiz\n"
4
+ "POT-Creation-Date: 2014-10-09 10:38+0100\n"
5
+ "PO-Revision-Date: 2014-10-09 10:38+0100\n"
6
  "Last-Translator: Julius Fischer <webmaster@it-gecko.de>\n"
7
  "Language-Team: Stein Ivar Johnsen\n"
8
  "Language: nb_NO\n"
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:41
66
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:615
67
  msgid "No data available"
68
  msgstr "Ingen data tilgjengelig"
69
 
105
  #: lib/controller/WpProQuiz_Controller_Front.php:66
106
  #: lib/controller/WpProQuiz_Controller_Preview.php:15
107
  #: lib/view/WpProQuiz_View_AdminToplist.php:47
108
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:237
109
  #: lib/view/WpProQuiz_View_QuestionOverall.php:98
110
  #: lib/view/WpProQuiz_View_Statistics.php:46
111
  #: lib/view/WpProQuiz_View_StatisticsNew.php:73
145
  #: lib/controller/WpProQuiz_Controller_Question.php:540
146
  #: lib/controller/WpProQuiz_Controller_Quiz.php:37
147
  #: lib/controller/WpProQuiz_Controller_Quiz.php:41
148
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:292
149
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:309
150
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:393
151
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:603
152
  #: lib/controller/WpProQuiz_Controller_Statistics.php:40
153
  #: lib/controller/WpProQuiz_Controller_Toplist.php:88
154
  msgid "You do not have sufficient permissions to access this page."
164
  msgstr ""
165
 
166
  #: lib/controller/WpProQuiz_Controller_ImportExport.php:91
167
+ #: lib/helper/WpProQuiz_Helper_Import.php:57
168
+ #: lib/helper/WpProQuiz_Helper_Import.php:66
169
+ #: lib/helper/WpProQuiz_Helper_Import.php:73
170
  msgid "File cannot be processed"
171
  msgstr "Filen kan ikke behandles"
172
 
173
  #: lib/controller/WpProQuiz_Controller_Question.php:9
174
  #: lib/controller/WpProQuiz_Controller_Question.php:19
175
  #: lib/controller/WpProQuiz_Controller_Quiz.php:57
176
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:326
177
  msgid "Quiz not found"
178
  msgstr "Fant ikke quiz"
179
 
210
  msgid "questions copied"
211
  msgstr "spørsmål kopiert"
212
 
213
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:96
214
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:341
215
  msgid "Quiz edited"
216
  msgstr "Quiz redigert"
217
 
218
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:98
219
  msgid "quiz created"
220
  msgstr ""
221
 
222
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:120
223
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:362
224
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:434
225
  msgid "Quiz title or quiz description are not filled"
226
  msgstr "Quiz tittel eller quiz beskrivelse er ikke skrevet"
227
 
228
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
229
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:319
230
  #: lib/view/WpProQuiz_View_QuestionOverall.php:21
231
  msgid "Edit quiz"
232
  msgstr "Rediger quiz"
233
 
234
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:138
235
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:397
236
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:415
237
  msgid "Create quiz"
238
  msgstr "Lag quiz"
239
 
240
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:517
241
  msgid "Template stored"
242
  msgstr ""
243
 
244
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:622
245
  msgid "Quiz deleted"
246
  msgstr "Quiz slettet"
247
 
248
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:886
249
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:190
250
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:655
251
  msgid "Not categorized"
252
  msgstr ""
253
 
254
+ #: lib/controller/WpProQuiz_Controller_Quiz.php:892
255
  #: lib/controller/WpProQuiz_Controller_QuizCompleted.php:196
256
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:650
257
  msgid "Categories"
258
  msgstr ""
259
 
260
  #: lib/controller/WpProQuiz_Controller_Statistics.php:56
261
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:694
262
  #: lib/view/WpProQuiz_View_QuestionEdit.php:91
263
+ #: lib/view/WpProQuiz_View_QuizEdit.php:54
264
+ #: lib/view/WpProQuiz_View_QuizOverall.php:209
265
  msgid "No category"
266
  msgstr ""
267
 
268
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:572
269
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:622
270
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:720
271
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:624
272
  msgid "Anonymous"
273
  msgstr ""
274
 
275
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:624
276
+ #: lib/controller/WpProQuiz_Controller_Statistics.php:728
277
  msgid "Deleted user"
278
  msgstr ""
279
 
307
  msgid "You entered wrong captcha code."
308
  msgstr "Du har tastet inn feil captcha kode."
309
 
310
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
311
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
312
+ msgid "ticked"
313
+ msgstr ""
314
+
315
+ #: lib/helper/WpProQuiz_Helper_Form.php:91
316
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:564
317
+ msgid "not ticked"
318
+ msgstr ""
319
+
320
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
321
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:432
322
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
323
+ msgid "Yes"
324
+ msgstr ""
325
+
326
+ #: lib/helper/WpProQuiz_Helper_Form.php:94
327
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:437
328
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:567
329
+ msgid "No"
330
+ msgstr ""
331
+
332
  #: lib/helper/WpProQuiz_Helper_Import.php:9
333
  #: lib/helper/WpProQuiz_Helper_ImportXml.php:8
334
  msgid "File was not uploaded"
335
  msgstr "Filen ble ikke lastet opp"
336
 
337
+ #: lib/helper/WpProQuiz_Helper_Import.php:38
338
  msgid "File have wrong format"
339
  msgstr "Fil har feil format"
340
 
341
+ #: lib/helper/WpProQuiz_Helper_Import.php:43
342
  msgid "File is not compatible with the current version"
343
  msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
344
 
392
  msgstr ""
393
 
394
  #: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
395
+ #: lib/view/WpProQuiz_View_QuizOverall.php:64
396
  msgid "WP-Pro-Quiz"
397
  msgstr ""
398
 
399
  #: lib/view/WpProQuiz_View_AdminToplist.php:7
400
  #: lib/view/WpProQuiz_View_FrontToplist.php:8
401
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
402
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1041
403
+ #: lib/view/WpProQuiz_View_QuizOverall.php:124
404
  msgid "Leaderboard"
405
  msgstr "Leaderboard"
406
 
409
  #: lib/view/WpProQuiz_View_Import.php:22
410
  #: lib/view/WpProQuiz_View_QuestionEdit.php:24
411
  #: lib/view/WpProQuiz_View_QuestionOverall.php:19
412
+ #: lib/view/WpProQuiz_View_QuizEdit.php:23
413
  #: lib/view/WpProQuiz_View_Statistics.php:29
414
  #: lib/view/WpProQuiz_View_StatisticsNew.php:57
415
  #: lib/view/WpProQuiz_View_StyleManager.php:11
431
  msgstr "Sorter etter:"
432
 
433
  #: lib/view/WpProQuiz_View_AdminToplist.php:18
434
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1121
435
  msgid "best user"
436
  msgstr "beste bruker"
437
 
438
  #: lib/view/WpProQuiz_View_AdminToplist.php:19
439
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1125
440
  msgid "newest entry"
441
  msgstr "nyeste oppføringen"
442
 
443
  #: lib/view/WpProQuiz_View_AdminToplist.php:20
444
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1129
445
  msgid "oldest entry"
446
  msgstr "eldste oppføring"
447
 
455
 
456
  #: lib/view/WpProQuiz_View_AdminToplist.php:38
457
  #: lib/view/WpProQuiz_View_AdminToplist.php:57
458
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1390
459
  msgid "Type"
460
  msgstr "Type"
461
 
465
 
466
  #: lib/view/WpProQuiz_View_AdminToplist.php:55
467
  #: lib/view/WpProQuiz_View_Statistics.php:239
468
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:603
469
  #: lib/view/WpProQuiz_View_StatisticsNew.php:107
470
  msgid "User"
471
  msgstr "Bruker"
472
 
473
  #: lib/view/WpProQuiz_View_AdminToplist.php:56
474
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:245
475
  msgid "E-Mail"
476
  msgstr "E-Post"
477
 
481
  msgstr "Lagt inn den"
482
 
483
  #: lib/view/WpProQuiz_View_AdminToplist.php:59
484
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:897
485
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:919
486
  #: lib/view/WpProQuiz_View_FrontToplist.php:17
487
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
488
  #: lib/view/WpProQuiz_View_QuestionEdit.php:56
492
  #: lib/view/WpProQuiz_View_QuestionOverall.php:30
493
  #: lib/view/WpProQuiz_View_Statistics.php:105
494
  #: lib/view/WpProQuiz_View_Statistics.php:240
495
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:34
496
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:168
497
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:604
498
  msgid "Points"
499
  msgstr "Poeng"
500
 
501
  #: lib/view/WpProQuiz_View_AdminToplist.php:60
502
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:609
503
  #: lib/view/WpProQuiz_View_Statistics.php:111
504
  #: lib/view/WpProQuiz_View_Statistics.php:245
505
  #: lib/view/WpProQuiz_View_Statistics.php:324
506
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:35
507
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:175
508
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:609
509
  msgid "Results"
510
  msgstr "Resultat"
511
 
515
  #: lib/view/WpProQuiz_View_GobalSettings.php:192
516
  #: lib/view/WpProQuiz_View_GobalSettings.php:217
517
  #: lib/view/WpProQuiz_View_QuestionOverall.php:51
518
+ #: lib/view/WpProQuiz_View_QuizOverall.php:108
519
  msgid "Edit"
520
  msgstr "Rediger"
521
 
526
  #: lib/view/WpProQuiz_View_GobalSettings.php:191
527
  #: lib/view/WpProQuiz_View_GobalSettings.php:216
528
  #: lib/view/WpProQuiz_View_QuestionOverall.php:55
529
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1452
530
+ #: lib/view/WpProQuiz_View_QuizOverall.php:112
531
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:51
532
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:649
533
  msgid "Delete"
534
  msgstr "Slett"
535
 
553
  msgid "Delete all entries"
554
  msgstr "Slett alle oppføringer"
555
 
556
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:26
557
+ msgid "Start quiz"
558
+ msgstr "Start quiz"
559
+
560
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:27
561
+ msgid "Restart quiz"
562
+ msgstr "Restart quiz"
563
+
564
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:28
565
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
566
+ #: lib/view/WpProQuiz_View_QuizEdit.php:430
567
+ #: lib/view/WpProQuiz_View_QuizEdit.php:435
568
  msgid "Quiz-summary"
569
  msgstr ""
570
 
571
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:29
 
 
 
 
572
  msgid "Finish quiz"
573
  msgstr "Fullfør quiz"
574
 
575
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:30
576
+ msgid "Quiz is loading..."
577
+ msgstr ""
578
+
579
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:31
580
+ msgid ""
581
+ "You have already completed the quiz before. Hence you can not start it again."
582
+ msgstr ""
583
+ "Du har allerede gjennomført quizen før. Derfor kan du ikke starte den på "
584
+ "nytt."
585
+
586
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:32
587
+ msgid "You must sign in or sign up to start the quiz."
588
+ msgstr ""
589
+
590
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:33
591
+ msgid "You have to finish following quiz, to start this quiz:"
592
+ msgstr "Du må gjøre ferdig følgende quiz, for å starte denne quiz:"
593
+
594
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:235
595
  msgid "Your result has been entered into leaderboard"
596
  msgstr ""
597
 
598
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:242
599
  #: lib/view/WpProQuiz_View_FrontToplist.php:15
600
  #: lib/view/WpProQuiz_View_QuestionOverall.php:28
601
+ #: lib/view/WpProQuiz_View_QuizOverall.php:85
602
  msgid "Name"
603
  msgstr "Navn"
604
 
605
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:250
606
  msgid "Captcha"
607
  msgstr "Captcha"
608
 
609
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:256
610
  msgid "Send"
611
  msgstr ""
612
 
613
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:347
614
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:446
615
  msgid "You must fill out this field."
616
  msgstr ""
617
 
618
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:350
619
  msgid "You must specify a number."
620
  msgstr ""
621
 
622
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:351
623
  msgid "You must specify a text."
624
  msgstr ""
625
 
626
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:352
627
  msgid "You must specify an email address."
628
  msgstr ""
629
 
630
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:353
631
  msgid "You must specify a date."
632
  msgstr ""
633
 
634
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
635
  #, php-format
636
  msgid "%s of %s questions completed"
637
  msgstr ""
638
 
639
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:497
640
  #: lib/view/WpProQuiz_View_Import.php:44
641
+ #: lib/view/WpProQuiz_View_QuizOverall.php:103
642
  msgid "Questions"
643
  msgstr "Spørsmål"
644
 
645
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:512
646
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:527
647
  msgid "Information"
648
  msgstr ""
649
 
650
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:563
651
+ #: lib/view/WpProQuiz_View_QuizEdit.php:190
652
+ #: lib/view/WpProQuiz_View_QuizEdit.php:195
 
 
 
 
653
  msgid "Time limit"
654
  msgstr "Tidsfrist"
655
 
656
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:584
657
  msgid "Answered"
658
  msgstr ""
659
 
660
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:588
661
  msgid "Review"
662
  msgstr ""
663
 
664
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:595
665
  msgid "Review question"
666
  msgstr ""
667
 
668
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:612
669
  #, php-format
670
  msgid "%s of %s questions answered correctly"
671
  msgstr "%s av %s spørsmål rett besvart"
672
 
673
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:616
674
  msgid "Your time: <span></span>"
675
  msgstr "Din tid: <span></span>"
676
 
677
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:620
678
  msgid "Time has elapsed"
679
  msgstr "Tiden har gått"
680
 
681
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:624
682
  #, php-format
683
  msgid "You have reached %s of %s points, (%s)"
684
  msgstr "Du har nådd %s av %s poeng, (%s)"
685
 
686
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:632
687
  msgid "Average score"
688
  msgstr "Gjennomsnittlig poeng"
689
 
690
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:639
691
  msgid "Your score"
692
  msgstr "Poeng oppnådd"
693
 
694
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:690
 
 
 
 
695
  msgid "View questions"
696
  msgstr "Vis spørsmål"
697
 
698
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:693
699
  msgid "Show leaderboard"
700
  msgstr "Vis leaderboard"
701
 
702
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:752
703
  #, php-format
704
  msgid "Question %s of %s"
705
  msgstr "Spørsmål %s av %s"
706
 
707
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:755
708
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
709
  #: lib/view/WpProQuiz_View_Statistics.php:104
710
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:167
711
  msgid "Question"
712
  msgstr "Spørsmål"
713
 
714
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:759
715
  #, php-format
716
  msgid "%d points"
717
  msgstr "%d poeng"
718
 
719
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:765
720
  #, php-format
721
  msgid "Category: %s"
722
  msgstr ""
723
 
724
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:774
725
  #: lib/view/WpProQuiz_View_QuestionEdit.php:347
726
  msgid "Sort elements"
727
  msgstr "Sorter elementer"
728
 
729
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:895
730
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:902
731
  #: lib/view/WpProQuiz_View_QuestionEdit.php:305
732
  #: lib/view/WpProQuiz_View_Statistics.php:106
733
  #: lib/view/WpProQuiz_View_Statistics.php:241
734
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:31
735
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:169
736
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:354
737
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:605
738
  msgid "Correct"
739
  msgstr "Riktig"
740
 
741
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:917
742
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:924
743
  #: lib/view/WpProQuiz_View_Statistics.php:107
744
  #: lib/view/WpProQuiz_View_Statistics.php:242
745
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:32
746
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:170
747
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:606
748
  msgid "Incorrect"
749
  msgstr "Feil"
750
 
751
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:947
752
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:958
753
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
754
  msgid "Hint"
755
  msgstr "Tips"
756
 
757
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:954
758
+ #: lib/view/WpProQuiz_View_QuizEdit.php:449
759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:454
760
  msgid "Skip question"
761
  msgstr ""
762
 
763
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:956
764
  msgid "Back"
765
  msgstr "Tilbake"
766
 
767
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:960
768
  msgid "Check"
769
  msgstr "Sjekk"
770
 
771
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:961
772
  msgid "Next"
773
  msgstr ""
774
 
775
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:974
776
+ #: lib/view/WpProQuiz_View_FrontQuiz.php:975
777
  #, php-format
778
  msgid "Page %d"
779
  msgstr ""
780
 
 
 
 
 
781
  #: lib/view/WpProQuiz_View_FrontToplist.php:11
782
  #, php-format
783
  msgid "maximum of %s points"
798
  #: lib/view/WpProQuiz_View_GobalSettings.php:7
799
  #: lib/view/WpProQuiz_View_GobalSettings.php:12
800
  #: lib/view/WpProQuiz_View_GobalSettings.php:42
801
+ #: lib/view/WpProQuiz_View_QuizOverall.php:51
802
  msgid "Global settings"
803
  msgstr "Globale innstillinger"
804
 
809
 
810
  #: lib/view/WpProQuiz_View_GobalSettings.php:30
811
  #: lib/view/WpProQuiz_View_QuestionEdit.php:263
812
+ #: lib/view/WpProQuiz_View_QuizEdit.php:655
813
+ #: lib/view/WpProQuiz_View_QuizOverall.php:227
814
  #: lib/view/WpProQuiz_View_WpqSupport.php:45
815
  msgid "Save"
816
  msgstr "Lagre"
864
 
865
  #: lib/view/WpProQuiz_View_GobalSettings.php:232
866
  #: lib/view/WpProQuiz_View_GobalSettings.php:528
867
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1478
868
  msgid "Admin e-mail settings"
869
  msgstr ""
870
 
871
  #: lib/view/WpProQuiz_View_GobalSettings.php:238
872
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1511
873
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1641
874
  msgid "To:"
875
  msgstr ""
876
 
877
  #: lib/view/WpProQuiz_View_GobalSettings.php:245
878
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1518
879
  msgid ""
880
  "Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
881
  "com"
883
 
884
  #: lib/view/WpProQuiz_View_GobalSettings.php:251
885
  #: lib/view/WpProQuiz_View_GobalSettings.php:323
886
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1524
887
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1659
888
  msgid "From:"
889
  msgstr ""
890
 
891
  #: lib/view/WpProQuiz_View_GobalSettings.php:264
892
  #: lib/view/WpProQuiz_View_GobalSettings.php:333
893
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1537
894
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1669
895
  msgid "Subject:"
896
  msgstr ""
897
 
898
  #: lib/view/WpProQuiz_View_GobalSettings.php:274
899
  #: lib/view/WpProQuiz_View_GobalSettings.php:343
900
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1547
901
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1679
902
  msgid "HTML"
903
  msgstr ""
904
 
907
  #: lib/view/WpProQuiz_View_GobalSettings.php:413
908
  #: lib/view/WpProQuiz_View_GobalSettings.php:435
909
  #: lib/view/WpProQuiz_View_GobalSettings.php:487
910
+ #: lib/view/WpProQuiz_View_QuizEdit.php:91
911
+ #: lib/view/WpProQuiz_View_QuizEdit.php:110
912
+ #: lib/view/WpProQuiz_View_QuizEdit.php:129
913
+ #: lib/view/WpProQuiz_View_QuizEdit.php:148
914
+ #: lib/view/WpProQuiz_View_QuizEdit.php:164
915
+ #: lib/view/WpProQuiz_View_QuizEdit.php:180
916
+ #: lib/view/WpProQuiz_View_QuizEdit.php:217
917
+ #: lib/view/WpProQuiz_View_QuizEdit.php:257
918
+ #: lib/view/WpProQuiz_View_QuizEdit.php:315
919
+ #: lib/view/WpProQuiz_View_QuizEdit.php:344
920
+ #: lib/view/WpProQuiz_View_QuizEdit.php:405
921
+ #: lib/view/WpProQuiz_View_QuizEdit.php:509
922
+ #: lib/view/WpProQuiz_View_QuizEdit.php:532
923
+ #: lib/view/WpProQuiz_View_QuizEdit.php:551
924
+ #: lib/view/WpProQuiz_View_QuizEdit.php:695
925
+ #: lib/view/WpProQuiz_View_QuizEdit.php:720
926
+ #: lib/view/WpProQuiz_View_QuizEdit.php:746
927
+ #: lib/view/WpProQuiz_View_QuizEdit.php:772
928
+ #: lib/view/WpProQuiz_View_QuizEdit.php:798
929
+ #: lib/view/WpProQuiz_View_QuizEdit.php:840
930
+ #: lib/view/WpProQuiz_View_QuizEdit.php:859
931
+ #: lib/view/WpProQuiz_View_QuizEdit.php:884
932
+ #: lib/view/WpProQuiz_View_QuizEdit.php:934
933
+ #: lib/view/WpProQuiz_View_QuizEdit.php:954
934
+ #: lib/view/WpProQuiz_View_QuizEdit.php:979
935
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1004
936
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1046
937
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1079
938
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1093
939
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1141
940
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1223
941
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1224
942
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1225
943
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1226
944
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1329
945
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1551
946
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1631
947
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1683
948
  msgid "Activate"
949
  msgstr "Aktivere"
950
 
951
  #: lib/view/WpProQuiz_View_GobalSettings.php:284
952
  #: lib/view/WpProQuiz_View_GobalSettings.php:353
953
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1557
954
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1689
955
  msgid "Message body:"
956
  msgstr ""
957
 
958
  #: lib/view/WpProQuiz_View_GobalSettings.php:292
959
  #: lib/view/WpProQuiz_View_GobalSettings.php:361
960
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1569
961
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1701
962
  msgid "Allowed variables"
963
  msgstr ""
964
 
965
  #: lib/view/WpProQuiz_View_GobalSettings.php:294
966
  #: lib/view/WpProQuiz_View_GobalSettings.php:363
967
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1580
968
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1712
969
  msgid "User-ID"
970
  msgstr ""
971
 
972
  #: lib/view/WpProQuiz_View_GobalSettings.php:295
973
  #: lib/view/WpProQuiz_View_GobalSettings.php:364
974
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1581
975
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1713
976
  #: lib/view/WpProQuiz_View_Statistics.php:322
977
  #: lib/view/WpProQuiz_View_StatisticsAjax.php:22
978
  msgid "Username"
980
 
981
  #: lib/view/WpProQuiz_View_GobalSettings.php:296
982
  #: lib/view/WpProQuiz_View_GobalSettings.php:365
983
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1582
984
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1714
985
  msgid "Quiz-Name"
986
  msgstr ""
987
 
988
  #: lib/view/WpProQuiz_View_GobalSettings.php:297
989
  #: lib/view/WpProQuiz_View_GobalSettings.php:366
990
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1583
991
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1715
992
  msgid "Result in precent"
993
  msgstr ""
994
 
995
  #: lib/view/WpProQuiz_View_GobalSettings.php:298
996
  #: lib/view/WpProQuiz_View_GobalSettings.php:367
997
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1584
998
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1716
999
  msgid "Reached points"
1000
  msgstr ""
1001
 
1002
  #: lib/view/WpProQuiz_View_GobalSettings.php:299
1003
  #: lib/view/WpProQuiz_View_GobalSettings.php:368
1004
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1585
1005
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1717
1006
  msgid "IP-address of the user"
1007
  msgstr ""
1008
 
1009
  #: lib/view/WpProQuiz_View_GobalSettings.php:300
1010
  #: lib/view/WpProQuiz_View_GobalSettings.php:369
1011
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1586
1012
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1718
1013
  msgid "Category-Overview"
1014
  msgstr ""
1015
 
1016
  #: lib/view/WpProQuiz_View_GobalSettings.php:317
1017
  #: lib/view/WpProQuiz_View_GobalSettings.php:529
1018
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1616
1019
  msgid "User e-mail settings"
1020
  msgstr ""
1021
 
1106
  msgstr "Touch bibliotek"
1107
 
1108
  #: lib/view/WpProQuiz_View_GobalSettings.php:465
1109
+ #: lib/view/WpProQuiz_View_QuizEdit.php:439
1110
+ #: lib/view/WpProQuiz_View_QuizEdit.php:458
1111
+ #: lib/view/WpProQuiz_View_QuizEdit.php:478
1112
+ #: lib/view/WpProQuiz_View_QuizEdit.php:909
1113
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1493
1114
  msgid "Deactivate"
1115
  msgstr "Deaktivere"
1116
 
1151
  msgstr ""
1152
 
1153
  #: lib/view/WpProQuiz_View_Import.php:21
1154
+ #: lib/view/WpProQuiz_View_QuizOverall.php:150
1155
+ #: lib/view/WpProQuiz_View_QuizOverall.php:175
1156
  msgid "Import"
1157
  msgstr "Importer"
1158
 
1173
  msgstr "Quiz navn"
1174
 
1175
  #: lib/view/WpProQuiz_View_Import.php:69
1176
+ #: lib/view/WpProQuiz_View_QuizOverall.php:186
1177
  msgid "Start import"
1178
  msgstr "Start import"
1179
 
1182
  msgstr ""
1183
 
1184
  #: lib/view/WpProQuiz_View_InfoAdaptation.php:9
1185
+ #: lib/view/WpProQuiz_View_QuizOverall.php:59
1186
  msgid "You need special WP-Pro-Quiz modification for your website?"
1187
  msgstr ""
1188
 
1244
  msgstr ""
1245
 
1246
  #: lib/view/WpProQuiz_View_QuestionEdit.php:33
1247
+ #: lib/view/WpProQuiz_View_QuizEdit.php:32
1248
  msgid "load template"
1249
  msgstr ""
1250
 
1257
  #: lib/view/WpProQuiz_View_QuestionEdit.php:125
1258
  #: lib/view/WpProQuiz_View_QuestionEdit.php:142
1259
  #: lib/view/WpProQuiz_View_QuestionEdit.php:154
1260
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1261
+ #: lib/view/WpProQuiz_View_QuizEdit.php:582
1262
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1029
1263
  msgid "(optional)"
1264
  msgstr "(valgfritt)"
1265
 
1274
  #: lib/view/WpProQuiz_View_QuestionEdit.php:49
1275
  #: lib/view/WpProQuiz_View_QuestionEdit.php:110
1276
  #: lib/view/WpProQuiz_View_QuestionEdit.php:211
1277
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1278
+ #: lib/view/WpProQuiz_View_QuizEdit.php:571
1279
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1210
1280
  msgid "(required)"
1281
  msgstr "(påkrevd)"
1282
 
1307
 
1308
  #: lib/view/WpProQuiz_View_QuestionEdit.php:80
1309
  #: lib/view/WpProQuiz_View_QuestionOverall.php:29
1310
+ #: lib/view/WpProQuiz_View_QuizEdit.php:43
1311
+ #: lib/view/WpProQuiz_View_QuizOverall.php:86
1312
  #: lib/view/WpProQuiz_View_Statistics.php:124
1313
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:187
1314
  msgid "Category"
1315
  msgstr ""
1316
 
1321
  msgstr ""
1322
 
1323
  #: lib/view/WpProQuiz_View_QuestionEdit.php:86
1324
+ #: lib/view/WpProQuiz_View_QuizEdit.php:49
1325
+ #: lib/view/WpProQuiz_View_QuizOverall.php:204
1326
  msgid "You can manage categories in global settings."
1327
  msgstr ""
1328
 
1329
  #: lib/view/WpProQuiz_View_QuestionEdit.php:90
1330
  #: lib/view/WpProQuiz_View_QuestionEdit.php:100
1331
+ #: lib/view/WpProQuiz_View_QuizEdit.php:53
1332
+ #: lib/view/WpProQuiz_View_QuizEdit.php:63
1333
+ #: lib/view/WpProQuiz_View_QuizOverall.php:208
1334
+ #: lib/view/WpProQuiz_View_QuizOverall.php:218
1335
  msgid "Create new category"
1336
  msgstr ""
1337
 
1338
  #: lib/view/WpProQuiz_View_QuestionEdit.php:102
1339
+ #: lib/view/WpProQuiz_View_QuizEdit.php:65
1340
+ #: lib/view/WpProQuiz_View_QuizOverall.php:220
1341
  msgid "Create"
1342
  msgstr ""
1343
 
1467
  msgstr ""
1468
 
1469
  #: lib/view/WpProQuiz_View_QuestionEdit.php:266
1470
+ #: lib/view/WpProQuiz_View_QuizEdit.php:658
1471
  msgid "template name"
1472
  msgstr ""
1473
 
1474
  #: lib/view/WpProQuiz_View_QuestionEdit.php:268
1475
+ #: lib/view/WpProQuiz_View_QuizEdit.php:660
1476
  msgid "Create new template"
1477
  msgstr ""
1478
 
1479
  #: lib/view/WpProQuiz_View_QuestionEdit.php:276
1480
+ #: lib/view/WpProQuiz_View_QuizEdit.php:668
1481
  msgid "Save as template"
1482
  msgstr ""
1483
 
1484
  #: lib/view/WpProQuiz_View_QuestionEdit.php:295
1485
  #: lib/view/WpProQuiz_View_QuestionEdit.php:345
1486
  #: lib/view/WpProQuiz_View_QuestionEdit.php:398
1487
+ #: lib/view/WpProQuiz_View_QuizEdit.php:76
1488
  msgid "Options"
1489
  msgstr "Valg"
1490
 
1516
  #: lib/view/WpProQuiz_View_QuestionEdit.php:385
1517
  #: lib/view/WpProQuiz_View_QuestionEdit.php:427
1518
  #: lib/view/WpProQuiz_View_QuestionOverall.php:59
1519
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1453
1520
  msgid "Move"
1521
  msgstr "Flytt"
1522
 
1585
 
1586
  #: lib/view/WpProQuiz_View_QuestionEdit.php:485
1587
  #: lib/view/WpProQuiz_View_QuestionEdit.php:494
 
1588
  #: lib/view/WpProQuiz_View_QuizEdit.php:414
1589
+ #: lib/view/WpProQuiz_View_QuizEdit.php:420
1590
+ #: lib/view/WpProQuiz_View_QuizEdit.php:701
1591
+ #: lib/view/WpProQuiz_View_QuizEdit.php:728
1592
+ #: lib/view/WpProQuiz_View_QuizEdit.php:754
1593
+ #: lib/view/WpProQuiz_View_QuizEdit.php:780
1594
+ #: lib/view/WpProQuiz_View_QuizEdit.php:806
1595
+ #: lib/view/WpProQuiz_View_QuizEdit.php:865
1596
+ #: lib/view/WpProQuiz_View_QuizEdit.php:890
1597
+ #: lib/view/WpProQuiz_View_QuizEdit.php:915
1598
+ #: lib/view/WpProQuiz_View_QuizEdit.php:960
1599
+ #: lib/view/WpProQuiz_View_QuizEdit.php:985
1600
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1010
1601
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1182
1602
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1192
1603
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1245
1604
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1253
1605
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1261
1606
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1269
1607
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1352
1608
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1364
1609
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1371
1610
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1395
1611
  msgid "Demo"
1612
  msgstr "Demo"
1613
 
1660
 
1661
  #: lib/view/WpProQuiz_View_QuestionOverall.php:78
1662
  #: lib/view/WpProQuiz_View_Statistics.php:169
1663
+ #: lib/view/WpProQuiz_View_StatisticsAjax.php:272
1664
  msgid "Total"
1665
  msgstr "Totalt"
1666
 
1689
  msgid "Copy questions"
1690
  msgstr "Kopier spørsmål"
1691
 
1692
+ #: lib/view/WpProQuiz_View_QuizEdit.php:37
1693
  msgid "Quiz title"
1694
  msgstr "Quiz tittel"
1695
 
1696
+ #: lib/view/WpProQuiz_View_QuizEdit.php:46
1697
+ #: lib/view/WpProQuiz_View_QuizOverall.php:201
1698
  msgid "You can assign classify category for a quiz."
1699
  msgstr ""
1700
 
1701
+ #: lib/view/WpProQuiz_View_QuizEdit.php:82
1702
  msgid "Hide quiz title"
1703
  msgstr "Skjul quiz tittel"
1704
 
1705
+ #: lib/view/WpProQuiz_View_QuizEdit.php:87
1706
  msgid "Hide title"
1707
  msgstr "Skjul tittel"
1708
 
1709
+ #: lib/view/WpProQuiz_View_QuizEdit.php:94
1710
  msgid "The title serves as quiz heading."
1711
  msgstr "Tittelen fungerer som quiz overskrift."
1712
 
1713
+ #: lib/view/WpProQuiz_View_QuizEdit.php:101
1714
+ #: lib/view/WpProQuiz_View_QuizEdit.php:106
1715
  msgid "Hide \"Restart quiz\" button"
1716
  msgstr "Skjul \"Restart quiz\" knapp"
1717
 
1718
+ #: lib/view/WpProQuiz_View_QuizEdit.php:113
1719
  msgid "Hide the \"Restart quiz\" button in the Frontend."
1720
  msgstr "Skjuler \"Restart quiz\" knappen i front."
1721
 
1722
+ #: lib/view/WpProQuiz_View_QuizEdit.php:120
1723
+ #: lib/view/WpProQuiz_View_QuizEdit.php:125
1724
  msgid "Hide \"View question\" button"
1725
  msgstr "Skjul \"Vis spørsmål\" knapp"
1726
 
1727
+ #: lib/view/WpProQuiz_View_QuizEdit.php:132
1728
  msgid "Hide the \"View question\" button in the Frontend."
1729
  msgstr "Skjuler \"Vis spørsmål\" knappen i front."
1730
 
1731
+ #: lib/view/WpProQuiz_View_QuizEdit.php:139
1732
+ #: lib/view/WpProQuiz_View_QuizEdit.php:144
1733
  msgid "Display question randomly"
1734
  msgstr "Vis spørsmål tilfeldig"
1735
 
1736
+ #: lib/view/WpProQuiz_View_QuizEdit.php:155
1737
+ #: lib/view/WpProQuiz_View_QuizEdit.php:160
1738
  msgid "Display answers randomly"
1739
  msgstr "Vis svar tilfeldig"
1740
 
1741
+ #: lib/view/WpProQuiz_View_QuizEdit.php:171
1742
+ #: lib/view/WpProQuiz_View_QuizEdit.php:176
1743
  msgid "Sort questions by category"
1744
  msgstr ""
1745
 
1746
+ #: lib/view/WpProQuiz_View_QuizEdit.php:183
1747
  msgid ""
1748
  "Also works in conjunction with the \"display randomly question\" option."
1749
  msgstr ""
1750
 
1751
+ #: lib/view/WpProQuiz_View_QuizEdit.php:198
1752
  msgid "Seconds"
1753
  msgstr "Sekunder"
1754
 
1755
+ #: lib/view/WpProQuiz_View_QuizEdit.php:201
1756
  msgid "0 = no limit"
1757
  msgstr "0 = ingen grense"
1758
 
1759
+ #: lib/view/WpProQuiz_View_QuizEdit.php:208
1760
+ #: lib/view/WpProQuiz_View_QuizEdit.php:213
1761
+ #: lib/view/WpProQuiz_View_QuizOverall.php:120
1762
  msgid "Statistics"
1763
  msgstr "Statistikk"
1764
 
1765
+ #: lib/view/WpProQuiz_View_QuizEdit.php:220
1766
  msgid ""
1767
  "Statistics about right or wrong answers. Statistics will be saved by "
1768
  "completed quiz, not after every question. The statistics is only visible "
1772
  "fullført quiz, ikke etter hvert spørsmål. Statistikken er bare synlig i "
1773
  "administrasjon menyen. (intern statistikk)"
1774
 
1775
+ #: lib/view/WpProQuiz_View_QuizEdit.php:227
1776
+ #: lib/view/WpProQuiz_View_QuizEdit.php:232
1777
  msgid "Statistics IP-lock"
1778
  msgstr "Statistikk IP-lås"
1779
 
1780
+ #: lib/view/WpProQuiz_View_QuizEdit.php:236
1781
  msgid "in minutes (recommended 1440 minutes = 1 day)"
1782
  msgstr "i minutter (anbefalt 1440 minutter = 1 dag)"
1783
 
1784
+ #: lib/view/WpProQuiz_View_QuizEdit.php:239
1785
  msgid ""
1786
  "Protect the statistics from spam. Result will only be saved every X minutes "
1787
  "from same IP. (0 = deactivated)"
1789
  "Beskytt statistikken fra spam. Resultatet vil bare lagres hvert X minutt fra "
1790
  "samme IP. (0 = deaktivert)"
1791
 
 
1792
  #: lib/view/WpProQuiz_View_QuizEdit.php:246
1793
+ #: lib/view/WpProQuiz_View_QuizEdit.php:252
1794
  msgid "Execute quiz only once"
1795
  msgstr "Utfør quiz bare én gang"
1796
 
1797
+ #: lib/view/WpProQuiz_View_QuizEdit.php:260
1798
  msgid ""
1799
  "If you activate this option, the user can complete the quiz only once. "
1800
  "Afterwards the quiz is blocked for this user."
1802
  "Hvis du aktiverer dette alternativet, kan brukeren fylle ut quiz bare én "
1803
  "gang. Etterpå er quiz blokkert for denne brukeren."
1804
 
1805
+ #: lib/view/WpProQuiz_View_QuizEdit.php:264
1806
  msgid "This option applies to:"
1807
  msgstr "Dette alternativet gjelder for:"
1808
 
1809
+ #: lib/view/WpProQuiz_View_QuizEdit.php:272
1810
+ #: lib/view/WpProQuiz_View_QuizEdit.php:1057
1811
  #: lib/view/WpProQuiz_View_StatisticsNew.php:102
1812
  msgid "all users"