Version Description
- Categories overview in the email
- Autostart option added
- Support for XML import and exports added
- Force user to answer a question
- New point calculation for single choice (new option "different points - mode 2" added)
- Option "hide question position overview" added
- Option "hide question numbering" added
- Updated greek translation
- Updated dutch translation
- Translation for czech have been added (Thanks Petr .)
Download this release
Release Info
Developer | xeno010 |
Plugin | Wp-Pro-Quiz |
Version | 0.25 |
Comparing to | |
See all releases |
Code changes from version 0.24 to 0.25
- img/hideQuestionNumbering.png +0 -0
- img/hideQuestionPositionOverview.png +0 -0
- js/wpProQuiz_admin.js +40 -1
- js/wpProQuiz_admin.min.js +17 -15
- js/wpProQuiz_front.js +80 -8
- js/wpProQuiz_front.min.js +37 -35
- languages/wp-pro-quiz-ar.mo +0 -0
- languages/wp-pro-quiz-ar.po +410 -283
- languages/wp-pro-quiz-cs_CZ.mo +0 -0
- languages/wp-pro-quiz-cs_CZ.po +2274 -0
- languages/wp-pro-quiz-da_DK.mo +0 -0
- languages/wp-pro-quiz-da_DK.po +410 -306
- languages/wp-pro-quiz-de_DE.mo +0 -0
- languages/wp-pro-quiz-de_DE.po +425 -301
- languages/wp-pro-quiz-el.mo +0 -0
- languages/wp-pro-quiz-el.po +470 -320
- languages/wp-pro-quiz-es_ES.mo +0 -0
- languages/wp-pro-quiz-es_ES.po +410 -283
- languages/wp-pro-quiz-fr_FR.mo +0 -0
- languages/wp-pro-quiz-fr_FR.po +410 -280
- languages/wp-pro-quiz-nb_NO.mo +0 -0
- languages/wp-pro-quiz-nb_NO.po +410 -283
- languages/wp-pro-quiz-nl_NL.mo +0 -0
- languages/wp-pro-quiz-nl_NL.po +410 -280
- languages/wp-pro-quiz-ru_RU.mo +0 -0
- languages/wp-pro-quiz-ru_RU.po +410 -280
- languages/wp-pro-quiz-sv_SE.mo +0 -0
- languages/wp-pro-quiz-sv_SE.po +410 -283
- languages/wp-pro-quiz.pot +408 -278
- lib/controller/WpProQuiz_Controller_Front.php +6 -2
- lib/controller/WpProQuiz_Controller_ImportExport.php +17 -5
- lib/controller/WpProQuiz_Controller_Preview.php +5 -1
- lib/controller/WpProQuiz_Controller_Question.php +22 -7
- lib/controller/WpProQuiz_Controller_Quiz.php +34 -4
- lib/helper/WpProQuiz_Helper_DbUpgrade.php +19 -1
- lib/helper/WpProQuiz_Helper_ExportXml.php +215 -0
- lib/helper/WpProQuiz_Helper_ImportXml.php +312 -0
- lib/helper/WpProQuiz_Helper_Upgrade.php +1 -0
- lib/model/WpProQuiz_Model_CategoryMapper.php +12 -0
- lib/model/WpProQuiz_Model_PrerequisiteMapper.php +1 -1
- lib/model/WpProQuiz_Model_Question.php +22 -0
- lib/model/WpProQuiz_Model_QuestionMapper.php +26 -5
- lib/model/WpProQuiz_Model_Quiz.php +45 -3
- lib/model/WpProQuiz_Model_QuizMapper.php +7 -3
- lib/view/WpProQuiz_View_FrontQuiz.php +19 -5
- lib/view/WpProQuiz_View_GobalSettings.php +2 -0
- lib/view/WpProQuiz_View_Import.php +3 -1
- lib/view/WpProQuiz_View_QuestionEdit.php +221 -0
- lib/view/WpProQuiz_View_QuizEdit.php +89 -0
- lib/view/WpProQuiz_View_QuizOverall.php +22 -5
- readme.txt +23 -10
- wp-pro-quiz.php +2 -2
img/hideQuestionNumbering.png
ADDED
Binary file
|
img/hideQuestionPositionOverview.png
ADDED
Binary file
|
js/wpProQuiz_admin.js
CHANGED
@@ -1731,7 +1731,10 @@ jQuery(document).ready(function($) {
|
|
1731 |
return false;
|
1732 |
}
|
1733 |
|
1734 |
-
if(!findCorrect)
|
|
|
|
|
|
|
1735 |
alert(wpProQuizLocalize.no_correct_msg);
|
1736 |
return false;
|
1737 |
}
|
@@ -1866,6 +1869,14 @@ jQuery(document).ready(function($) {
|
|
1866 |
elements.answerChildren.hide();
|
1867 |
var v = this.value;
|
1868 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1869 |
if(v == 'single' || v == 'multiple') {
|
1870 |
var type = (v == 'single') ? 'radio' : 'checkbox';
|
1871 |
v = 'classic_answer';
|
@@ -1920,6 +1931,15 @@ jQuery(document).ready(function($) {
|
|
1920 |
global.displayChecked(this, $('.wpProQuiz_answerPoints'));
|
1921 |
global.displayChecked(this, $('#wpProQuiz_showPointsBox'));
|
1922 |
global.displayChecked(this, elements.gPoints, false, true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1923 |
}).change();
|
1924 |
|
1925 |
$('select[name="category"]').change(function() {
|
@@ -1938,6 +1958,25 @@ jQuery(document).ready(function($) {
|
|
1938 |
});
|
1939 |
|
1940 |
$('.addMedia').click(methode.addMediaClick);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1941 |
};
|
1942 |
|
1943 |
var init = function() {
|
1731 |
return false;
|
1732 |
}
|
1733 |
|
1734 |
+
if(!findCorrect && !($('input[name="disableCorrect"]').is(':checked')
|
1735 |
+
&& $('input[name="answerPointsDiffModusActivated"]').is(':checked')
|
1736 |
+
&& $('input[name="answerPointsActivated"]').is(':checked')
|
1737 |
+
&& $('input[name="answerType"]:checked').val() == 'single')) {
|
1738 |
alert(wpProQuizLocalize.no_correct_msg);
|
1739 |
return false;
|
1740 |
}
|
1869 |
elements.answerChildren.hide();
|
1870 |
var v = this.value;
|
1871 |
|
1872 |
+
if(v == 'single') {
|
1873 |
+
$('#singleChoiceOptions').show();
|
1874 |
+
$('input[name="disableCorrect"]').change();
|
1875 |
+
} else {
|
1876 |
+
$('#singleChoiceOptions').hide();
|
1877 |
+
$('.classic_answer .wpProQuiz_classCorrect').parent().parent().show();
|
1878 |
+
}
|
1879 |
+
|
1880 |
if(v == 'single' || v == 'multiple') {
|
1881 |
var type = (v == 'single') ? 'radio' : 'checkbox';
|
1882 |
v = 'classic_answer';
|
1931 |
global.displayChecked(this, $('.wpProQuiz_answerPoints'));
|
1932 |
global.displayChecked(this, $('#wpProQuiz_showPointsBox'));
|
1933 |
global.displayChecked(this, elements.gPoints, false, true);
|
1934 |
+
global.displayChecked(this, $('input[name="answerPointsDiffModusActivated"]'), true, true);
|
1935 |
+
|
1936 |
+
if(this.checked) {
|
1937 |
+
$('input[name="answerPointsDiffModusActivated"]').change();
|
1938 |
+
$('input[name="disableCorrect"]').change();
|
1939 |
+
} else {
|
1940 |
+
$('.classic_answer .wpProQuiz_classCorrect').parent().parent().show();
|
1941 |
+
$('input[name="disableCorrect"]').attr('disabled', 'disabled');
|
1942 |
+
}
|
1943 |
}).change();
|
1944 |
|
1945 |
$('select[name="category"]').change(function() {
|
1958 |
});
|
1959 |
|
1960 |
$('.addMedia').click(methode.addMediaClick);
|
1961 |
+
|
1962 |
+
$('input[name="answerPointsDiffModusActivated"]').change(function() {
|
1963 |
+
global.displayChecked(this, $('input[name="disableCorrect"]'), true, true);
|
1964 |
+
|
1965 |
+
if(this.checked)
|
1966 |
+
$('input[name="disableCorrect"]').change();
|
1967 |
+
else
|
1968 |
+
$('.classic_answer .wpProQuiz_classCorrect').parent().parent().show();
|
1969 |
+
}).change();
|
1970 |
+
|
1971 |
+
$('input[name="disableCorrect"]').change(function() {
|
1972 |
+
global.displayChecked(this, $('.classic_answer .wpProQuiz_classCorrect').parent().parent(), true);
|
1973 |
+
}).change();
|
1974 |
+
|
1975 |
+
$('#clickPointDia').click(function() {
|
1976 |
+
$('.pointDia').toggle('fast');
|
1977 |
+
|
1978 |
+
return false;
|
1979 |
+
});
|
1980 |
};
|
1981 |
|
1982 |
var init = function() {
|
js/wpProQuiz_admin.min.js
CHANGED
@@ -40,18 +40,20 @@ a('input[name="answerType"]:checked').val(),b="single"==b||"multiple"==b?"classi
|
|
40 |
a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1}else{var c=i.val();if(!b.isNumber(c)||1>c)return alert(wpProQuizLocalize.no_nummber_points),!1}return!1===d()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1},addCategory:function(){var c=a.trim(a('input[name="categoryAdd"]').val());b.isEmpty(c)||b.ajaxPost("categoryAdd",{categoryName:c},function(b){b.err?a("#categoryMsgBox").text(b.err).show("fast").delay(2E3).hide("fast"):
|
41 |
(b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected","selected"),a('select[name="category"]').append(b).change())})},addMediaClick:function(){if("function"!=typeof tb_show)return!1;var b=a(this).closest("li"),c=b.find('input[name="answerData[][html]"]:eq(0)'),d=b.find(".wpProQuiz_text:eq(0)");window.org_send_to_editor=window.send_to_editor;var e=tb_remove;window.send_to_editor=function(b){b=a("img",b)[0].outerHTML;d.val(d.val()+b);c.attr("checked",!0);tb_remove();
|
42 |
window.send_to_editor=window.org_send_to_editor};window.tb_remove=function(){window.send_to_editor=window.org_send_to_editor;tb_remove=e;tb_remove()};tb_show("","media-upload.php?type=image&TB_iframe=true")}},h={classic_answer:function(){var c=0,d=0,e=0;a(".classic_answer .answerList").children().each(function(){var g=a(this);b.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())||(c++,g.find('input[name="answerData[][correct]"]:checked').length&&d++,g=g.find('input[name="answerData[][points]"]').val(),
|
43 |
-
b.isNumber(g)&&0<=g&&e++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!d?(alert(wpProQuizLocalize.no_correct_msg),!1):e!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},free_answer:function(){return b.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?
|
44 |
-
0,d=0;a(".sort_answer .answerList").children().each(function(){var e=a(this);b.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||(c++,e=e.find('input[name="answerData[][points]"]').val(),b.isNumber(e)&&0<=e&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):d!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new)
|
45 |
-
b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())?b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())||(g++,b.isNumber(h)&&0<=h&&d++):(c++,g++,b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())&&(e=!1),b.isNumber(h)&&0<=h&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg)
|
46 |
-
(alert(wpProQuizLocalize.no_answer_msg),!1):!0}};e.hide();a("#wpProQuiz_tip").change(function(){b.displayChecked(this,a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){b.displayChecked(this,a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){e.hide();
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
userId:
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
c.checkNavBar()}
|
57 |
-
|
|
|
|
40 |
a('input[name="answerType"]:checked').val())return alert(wpProQuizLocalize.dif_points),!1}else{var c=i.val();if(!b.isNumber(c)||1>c)return alert(wpProQuizLocalize.no_nummber_points),!1}return!1===d()?!1:!0},answerRemove:function(){var b=a(this).parent();if(2>b.parent().children().length)return!1;b.remove();return!1},addCategory:function(){var c=a.trim(a('input[name="categoryAdd"]').val());b.isEmpty(c)||b.ajaxPost("categoryAdd",{categoryName:c},function(b){b.err?a("#categoryMsgBox").text(b.err).show("fast").delay(2E3).hide("fast"):
|
41 |
(b=a(document.createElement("option")).val(b.categoryId).text(b.categoryName).attr("selected","selected"),a('select[name="category"]').append(b).change())})},addMediaClick:function(){if("function"!=typeof tb_show)return!1;var b=a(this).closest("li"),c=b.find('input[name="answerData[][html]"]:eq(0)'),d=b.find(".wpProQuiz_text:eq(0)");window.org_send_to_editor=window.send_to_editor;var e=tb_remove;window.send_to_editor=function(b){b=a("img",b)[0].outerHTML;d.val(d.val()+b);c.attr("checked",!0);tb_remove();
|
42 |
window.send_to_editor=window.org_send_to_editor};window.tb_remove=function(){window.send_to_editor=window.org_send_to_editor;tb_remove=e;tb_remove()};tb_show("","media-upload.php?type=image&TB_iframe=true")}},h={classic_answer:function(){var c=0,d=0,e=0;a(".classic_answer .answerList").children().each(function(){var g=a(this);b.isEmpty(g.find('textarea[name="answerData[][answer]"]').val())||(c++,g.find('input[name="answerData[][correct]"]:checked').length&&d++,g=g.find('input[name="answerData[][points]"]').val(),
|
43 |
+
b.isNumber(g)&&0<=g&&e++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):!d&&(!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()))?(alert(wpProQuizLocalize.no_correct_msg),!1):e!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},free_answer:function(){return b.isEmpty(a('.free_answer textarea[name="answerData[][answer]"]').val())?
|
44 |
+
(alert(wpProQuizLocalize.no_answer_msg),!1):!0},cloze_answer:function(){return b.isEmpty(b.getMceContent("cloze"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0},sort_answer:function(){var c=0,d=0;a(".sort_answer .answerList").children().each(function(){var e=a(this);b.isEmpty(e.find('textarea[name="answerData[][answer]"]').val())||(c++,e=e.find('input[name="answerData[][points]"]').val(),b.isNumber(e)&&0<=e&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),!1):d!=c&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),
|
45 |
+
!1):!0},matrix_sort_answer:function(){var c=0,d=0,e=!0,g=0;a(".matrix_sort_answer .answerList").children().each(function(){var f=a(this),h=f.find('input[name="answerData[][points]"]').val();b.isEmpty(f.find('textarea[name="answerData[][answer]"]').val())?b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())||(g++,b.isNumber(h)&&0<=h&&d++):(c++,g++,b.isEmpty(f.find('textarea[name="answerData[][sort_string]"]').val())&&(e=!1),b.isNumber(h)&&0<=h&&d++)});return!c?(alert(wpProQuizLocalize.no_answer_msg),
|
46 |
+
!1):!e?(alert(wpProQuizLocalize.no_sort_element_criterion),!1):d!=g&&f.is(":checked")?(alert(wpProQuizLocalize.no_nummber_points_new),!1):!0},assessment_answer:function(){return b.isEmpty(b.getMceContent("assessment"))?(alert(wpProQuizLocalize.no_answer_msg),!1):!0}};e.hide();a("#wpProQuiz_tip").change(function(){b.displayChecked(this,a("#wpProQuiz_tipBox"))}).change();a("#wpProQuiz_correctSameText").change(function(){b.displayChecked(this,a("#wpProQuiz_incorrectMassageBox"),!0)}).change();a('input[name="answerType"]').click(function(){e.hide();
|
47 |
+
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";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=
|
48 |
+
void 0!=h[b]?h[b]:a.noop();a("."+b).show()});a('input[name="answerType"]:checked').click();a(".deleteAnswer").click(c.answerRemove);a(".addAnswer").click(function(){var b=a(this).siblings("ul"),d=b.find("li:eq(0)").clone();d.find(".wpProQuiz_checkbox").removeAttr("checked");d.find(".wpProQuiz_text").val("");d.find(".wpProQuiz_points").val(1);d.find(".deleteAnswer").click(c.answerRemove);d.find(".addMedia").click(c.addMediaClick);d.appendTo(b);return!1});a(".sort_answer ul, .classic_answer ul, .matrix_sort_answer ul").sortable({handle:".wpProQuiz_move"});
|
49 |
+
a("#saveQuestion").click(function(){if(!c.globalValidate())return!1;c.generateArrayIndex();return!0});a(f).change(function(){b.displayChecked(this,a(".wpProQuiz_answerPoints"));b.displayChecked(this,a("#wpProQuiz_showPointsBox"));b.displayChecked(this,i,!1,!0);b.displayChecked(this,a('input[name="answerPointsDiffModusActivated"]'),!0,!0);this.checked?(a('input[name="answerPointsDiffModusActivated"]').change(),a('input[name="disableCorrect"]').change()):(a(".classic_answer .wpProQuiz_classCorrect").parent().parent().show(),
|
50 |
+
a('input[name="disableCorrect"]').attr("disabled","disabled"))}).change();a('select[name="category"]').change(function(){var b=a(this),c=a("#categoryAddBox").hide();"-1"==b.val()&&c.show()}).change();a("#categoryAddBtn").click(function(){c.addCategory()});a(".addMedia").click(c.addMediaClick);a('input[name="answerPointsDiffModusActivated"]').change(function(){b.displayChecked(this,a('input[name="disableCorrect"]'),!0,!0);this.checked?a('input[name="disableCorrect"]').change():a(".classic_answer .wpProQuiz_classCorrect").parent().parent().show()}).change();
|
51 |
+
a('input[name="disableCorrect"]').change(function(){b.displayChecked(this,a(".classic_answer .wpProQuiz_classCorrect").parent().parent(),!0)}).change();a("#clickPointDia").click(function(){a(".pointDia").toggle("fast");return!1})},f=function(){var c=this,d=a("#quizId").val(),e="users",f=a("#wpProQuiz_currentPage"),h=a("#wpProQuiz_pageLeft"),j=a("#wpProQuiz_pageRight"),k=a("#testSelect"),c={loadStatistic:function(a){b.ajaxPost("statisticLoad",{userId:a},function(){})},loadUsersStatistic:function(){var e=
|
52 |
+
{userId:a("#userSelect").val(),quizId:d,testId:a("#testSelect").val()};c.toggleLoadBox(!1);b.ajaxPost("statisticLoad",e,function(b){a.each(b.question,function(){var b=a("#wpProQuiz_tr_"+this.questionId);c.setStatisticData(b,this)});a.each(b.category,function(b,d){var e=a("#wpProQuiz_ctr_"+b);c.setStatisticData(e,d)});a("#testSelect option:gt(0)").remove();var d=a("#testSelect");a.each(b.tests,function(){var c=a(document.createElement("option"));c.val(this.id);c.text(this.date);b.testId==this.id&&
|
53 |
+
c.attr("selected",!0);d.append(c)});c.toggleLoadBox(!0)})},setStatisticData:function(a,b){a.find(".wpProQuiz_cCorrect").text(b.correct);a.find(".wpProQuiz_cIncorrect").text(b.incorrect);a.find(".wpProQuiz_cTip").text(b.hint);a.find(".wpProQuiz_cPoints").text(b.points);a.find(".wpProQuiz_cResult").text(b.result);a.find(".wpProQuiz_cTime").text(b.questionTime)},toggleLoadBox:function(b){var c=a("#wpProQuiz_loadData"),d=a("#wpProQuiz_content");b?(c.hide(),d.show()):(d.hide(),c.show())},reset:function(e){var f=
|
54 |
+
a("#userSelect").val();confirm(wpProQuizLocalize.reset_statistics_msg)&&(e={quizId:d,userId:f,testId:k.val(),type:e},c.toggleLoadBox(!1),b.ajaxPost("statisticReset",e,function(){c.loadUsersStatistic()}))},loadStatisticOverview:function(e){e={quizId:d,pageLimit:a("#wpProQuiz_pageLimit").val(),onlyCompleted:Number(a("#wpProQuiz_onlyCompleted").is(":checked")),page:f.val(),nav:Number(e)};c.toggleLoadBox(!1);b.ajaxPost("statisticLoadOverview",e,function(b){var d=a("#wpProQuiz_statistics_overview_data"),
|
55 |
+
e=d.children(),f=e.first().clone();e.slice(1).remove();a.each(b.items,function(){var b=f.clone();c.setStatisticData(b,this);b.find("a").text(this.userName).data("userId",this.userId).click(function(){a("#userSelect").val(a(this).data("userId"));a("#wpProQuiz_typeUser").click();return!1});b.show().appendTo(d)});f.remove();c.toggleLoadBox(!0);void 0!=b.page&&c.handleNav(b.page)})},handleNav:function(b){for(var d=a("#wpProQuiz_currentPage").empty(),e=1;e<=b;e++)a(document.createElement("option")).val(e).text(e).appendTo(d);
|
56 |
+
c.checkNavBar()},checkNavBar:function(){var a=f.val();1==a?h.hide():h.show();a==f.children().length?j.hide():j.show()},refresh:function(){"users"==e?c.loadUsersStatistic():c.loadStatisticOverview(!0)}};a("#userSelect, #testSelect").change(function(){c.loadUsersStatistic()});a(".wpProQuiz_update").click(function(){c.refresh()});a("#wpProQuiz_reset").click(function(){c.reset(0)});a("#wpProQuiz_resetUser").click(function(){c.reset(1)});a(".wpProQuiz_resetComplete").click(function(){c.reset(2)});a(".wpProQuiz_tab").click(function(){var b=
|
57 |
+
a(this);a(".wpProQuiz_tab").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");a(".wpProQuiz_tabContent").hide();"wpProQuiz_typeUser"==b.attr("id")?(e="users",a("#wpProQuiz_tabUsers").show(),c.loadUsersStatistic()):(e="overview",a("#wpProQuiz_tabOverview").show(),c.loadStatisticOverview(!0));return!1});a("#wpProQuiz_onlyCompleted").change(function(){f.val(1);c.loadStatisticOverview(!0)});a("#wpProQuiz_pageLimit").change(function(){f.val(1);
|
58 |
+
c.loadStatisticOverview(!0)});h.click(function(){f.val(Number(f.val())-1);c.loadStatisticOverview(!1);c.checkNavBar()});j.click(function(){f.val(Number(f.val())+1);c.loadStatisticOverview(!1);c.checkNavBar()});f.change(function(){c.loadStatisticOverview(!1);c.checkNavBar()});c.loadUsersStatistic()};a(".wpProQuiz_tab_wrapper a").click(function(){var b=a(this),d=b.data("tab"),e=b.siblings(".button-primary").removeClass("button-primary").addClass("button-secondary");b.removeClass("button-secondary").addClass("button-primary");
|
59 |
+
a(e.data("tab")).hide("fast");a(d).show("fast");a(document).trigger({type:"changeTab",tabId:d});return!1});var e=a.noop;a(".wpProQuiz_questionEdit").length?e=d:a(".wpProQuiz_globalSettings").length?e=h:a(".wpProQuiz_statistics").length&&(e=f);e();a(".wpProQuiz_demoImgBox a").mouseover(function(b){var d=a(this),e=a(document).width(),d=d.siblings().outerWidth(!0);b.pageX+d>e&&(b=e-(b.pageX+d+30),a(this).next().css("left",b+"px"));a(this).next().show()}).mouseout(function(){a(this).next().hide()}).click(function(){return!1})})()});
|
js/wpProQuiz_front.js
CHANGED
@@ -25,7 +25,10 @@
|
|
25 |
isAddAutomatic: 0,
|
26 |
quizSummeryHide: 0,
|
27 |
skipButton: 0,
|
28 |
-
reviewQustion: 0
|
|
|
|
|
|
|
29 |
};
|
30 |
|
31 |
var quizStatus = {
|
@@ -365,6 +368,7 @@
|
|
365 |
var func = {
|
366 |
singleMulti: function() {
|
367 |
var input = $questionList.find('.wpProQuiz_questionInput').attr('disabled', 'disabled');
|
|
|
368 |
|
369 |
$questionList.children().each(function(i) {
|
370 |
var $item = $(this);
|
@@ -372,21 +376,36 @@
|
|
372 |
var checked = input.eq(i).is(':checked');
|
373 |
|
374 |
if(data.correct[index]) {
|
375 |
-
plugin.methode.marker($item, true);
|
376 |
-
|
377 |
if(!checked) {
|
378 |
correct = false;
|
379 |
} else {
|
380 |
if(isDiffPoints) {
|
381 |
-
|
|
|
|
|
|
|
382 |
}
|
383 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
} else {
|
385 |
if(checked) {
|
386 |
-
|
387 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
} else {
|
389 |
-
if(isDiffPoints) {
|
390 |
points += data.points[index];
|
391 |
}
|
392 |
}
|
@@ -538,6 +557,9 @@
|
|
538 |
bitOptions.reviewQustion = config.bo & ( 1 << 7);
|
539 |
bitOptions.quizSummeryHide = config.bo & (1 << 8);
|
540 |
bitOptions.skipButton = config.bo & (1 << 9);
|
|
|
|
|
|
|
541 |
|
542 |
var cors = config.bo & (1 << 5);
|
543 |
|
@@ -663,7 +685,6 @@
|
|
663 |
switch (config.mode) {
|
664 |
case 3:
|
665 |
$e.find('input[name="checkSingle"]').show();
|
666 |
-
$e.find('.wpProQuiz_question_page').hide();
|
667 |
break;
|
668 |
case 2:
|
669 |
$e.find(globalNames.check).show();
|
@@ -679,6 +700,9 @@
|
|
679 |
break;
|
680 |
}
|
681 |
|
|
|
|
|
|
|
682 |
//Change last name
|
683 |
var $lastButton = globalElements.next.last();
|
684 |
lastButtonValue = $lastButton.val();
|
@@ -795,6 +819,15 @@
|
|
795 |
},
|
796 |
|
797 |
showQuestionObject: function(obj) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
currentQuestion.hide();
|
799 |
|
800 |
currentQuestion = obj.show();
|
@@ -908,11 +941,15 @@
|
|
908 |
},
|
909 |
|
910 |
setCategoryOverview: function() {
|
|
|
|
|
911 |
$e.find('.wpProQuiz_catOverview li').each(function() {
|
912 |
var $this = $(this);
|
913 |
var catId = $this.data('category_id');
|
914 |
var r = Math.round(catResults[catId] / config.catPoints[catId] * 100 * 100) / 100;
|
915 |
|
|
|
|
|
916 |
$this.find('.wpProQuiz_catPercent').text(r + '%');
|
917 |
});
|
918 |
},
|
@@ -1297,6 +1334,13 @@
|
|
1297 |
});
|
1298 |
|
1299 |
globalElements.next.click(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1300 |
plugin.methode.nextQuestion();
|
1301 |
});
|
1302 |
|
@@ -1313,10 +1357,26 @@
|
|
1313 |
});
|
1314 |
|
1315 |
$e.find(globalNames.check).click(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1316 |
plugin.methode.checkQuestion();
|
1317 |
});
|
1318 |
|
1319 |
$e.find('input[name="checkSingle"]').click(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
plugin.methode.showQuizSummary();
|
1321 |
});
|
1322 |
|
@@ -1331,6 +1391,15 @@
|
|
1331 |
$e.find('input[name="quizSummary"]').click(plugin.methode.showQuizSummary);
|
1332 |
|
1333 |
$e.find('input[name="endQuizSummary"]').click(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1334 |
plugin.methode.finishQuiz();
|
1335 |
});
|
1336 |
|
@@ -1343,6 +1412,9 @@
|
|
1343 |
};
|
1344 |
|
1345 |
plugin.init();
|
|
|
|
|
|
|
1346 |
};
|
1347 |
|
1348 |
$.fn.wpProQuizFront = function(options) {
|
25 |
isAddAutomatic: 0,
|
26 |
quizSummeryHide: 0,
|
27 |
skipButton: 0,
|
28 |
+
reviewQustion: 0,
|
29 |
+
autoStart: 0,
|
30 |
+
forcingQuestionSolve: 0,
|
31 |
+
hideQuestionPositionOverview: 0
|
32 |
};
|
33 |
|
34 |
var quizStatus = {
|
368 |
var func = {
|
369 |
singleMulti: function() {
|
370 |
var input = $questionList.find('.wpProQuiz_questionInput').attr('disabled', 'disabled');
|
371 |
+
var isDiffMode = data.diffMode;
|
372 |
|
373 |
$questionList.children().each(function(i) {
|
374 |
var $item = $(this);
|
376 |
var checked = input.eq(i).is(':checked');
|
377 |
|
378 |
if(data.correct[index]) {
|
|
|
|
|
379 |
if(!checked) {
|
380 |
correct = false;
|
381 |
} else {
|
382 |
if(isDiffPoints) {
|
383 |
+
if(isDiffMode)
|
384 |
+
points = data.points[index];
|
385 |
+
else
|
386 |
+
points += data.points[index];
|
387 |
}
|
388 |
}
|
389 |
+
|
390 |
+
if(data.disCorrect) {
|
391 |
+
correct = true;
|
392 |
+
} else {
|
393 |
+
plugin.methode.marker($item, true);
|
394 |
+
}
|
395 |
+
|
396 |
} else {
|
397 |
if(checked) {
|
398 |
+
if(!data.disCorrect) {
|
399 |
+
plugin.methode.marker($item, false);
|
400 |
+
correct = false;
|
401 |
+
} else {
|
402 |
+
correct = true;
|
403 |
+
}
|
404 |
+
|
405 |
+
if(isDiffMode)
|
406 |
+
points = data.points[index];
|
407 |
} else {
|
408 |
+
if(isDiffPoints && !isDiffMode) {
|
409 |
points += data.points[index];
|
410 |
}
|
411 |
}
|
557 |
bitOptions.reviewQustion = config.bo & ( 1 << 7);
|
558 |
bitOptions.quizSummeryHide = config.bo & (1 << 8);
|
559 |
bitOptions.skipButton = config.bo & (1 << 9);
|
560 |
+
bitOptions.autoStart = config.bo & (1 << 10);
|
561 |
+
bitOptions.forcingQuestionSolve = config.bo & (1 << 11);
|
562 |
+
bitOptions.hideQuestionPositionOverview = config.bo & (1 << 12);
|
563 |
|
564 |
var cors = config.bo & (1 << 5);
|
565 |
|
685 |
switch (config.mode) {
|
686 |
case 3:
|
687 |
$e.find('input[name="checkSingle"]').show();
|
|
|
688 |
break;
|
689 |
case 2:
|
690 |
$e.find(globalNames.check).show();
|
700 |
break;
|
701 |
}
|
702 |
|
703 |
+
if(bitOptions.hideQuestionPositionOverview || config.mode == 3)
|
704 |
+
$e.find('.wpProQuiz_question_page').hide();
|
705 |
+
|
706 |
//Change last name
|
707 |
var $lastButton = globalElements.next.last();
|
708 |
lastButtonValue = $lastButton.val();
|
819 |
},
|
820 |
|
821 |
showQuestionObject: function(obj) {
|
822 |
+
if(!obj.length && bitOptions.forcingQuestionSolve && bitOptions.quizSummeryHide && bitOptions.reviewQustion) {
|
823 |
+
for(var i = 0, c = $e.find('.wpProQuiz_listItem').length; i < c; i++) {
|
824 |
+
if(!quizSolved[i]) {
|
825 |
+
alert(WpProQuizGlobal.questionsNotSolved);
|
826 |
+
return false;
|
827 |
+
}
|
828 |
+
}
|
829 |
+
}
|
830 |
+
|
831 |
currentQuestion.hide();
|
832 |
|
833 |
currentQuestion = obj.show();
|
941 |
},
|
942 |
|
943 |
setCategoryOverview: function() {
|
944 |
+
results.comp.cats = {};
|
945 |
+
|
946 |
$e.find('.wpProQuiz_catOverview li').each(function() {
|
947 |
var $this = $(this);
|
948 |
var catId = $this.data('category_id');
|
949 |
var r = Math.round(catResults[catId] / config.catPoints[catId] * 100 * 100) / 100;
|
950 |
|
951 |
+
results.comp.cats[catId] = r;
|
952 |
+
|
953 |
$this.find('.wpProQuiz_catPercent').text(r + '%');
|
954 |
});
|
955 |
},
|
1334 |
});
|
1335 |
|
1336 |
globalElements.next.click(function() {
|
1337 |
+
if(bitOptions.forcingQuestionSolve && !quizSolved[currentQuestion.index()]
|
1338 |
+
&& (bitOptions.quizSummeryHide || !bitOptions.reviewQustion)) {
|
1339 |
+
|
1340 |
+
alert(WpProQuizGlobal.questionNotSolved);
|
1341 |
+
return false;
|
1342 |
+
}
|
1343 |
+
|
1344 |
plugin.methode.nextQuestion();
|
1345 |
});
|
1346 |
|
1357 |
});
|
1358 |
|
1359 |
$e.find(globalNames.check).click(function() {
|
1360 |
+
if(bitOptions.forcingQuestionSolve && !quizSolved[currentQuestion.index()]
|
1361 |
+
&& (bitOptions.quizSummeryHide || !bitOptions.reviewQustion)) {
|
1362 |
+
|
1363 |
+
alert(WpProQuizGlobal.questionNotSolved);
|
1364 |
+
return false;
|
1365 |
+
}
|
1366 |
+
|
1367 |
plugin.methode.checkQuestion();
|
1368 |
});
|
1369 |
|
1370 |
$e.find('input[name="checkSingle"]').click(function() {
|
1371 |
+
if(bitOptions.forcingQuestionSolve && (bitOptions.quizSummeryHide || !bitOptions.reviewQustion)) {
|
1372 |
+
for(var i = 0, c = $e.find('.wpProQuiz_listItem').length; i < c; i++) {
|
1373 |
+
if(!quizSolved[i]) {
|
1374 |
+
alert(WpProQuizGlobal.questionsNotSolved);
|
1375 |
+
return false;
|
1376 |
+
}
|
1377 |
+
}
|
1378 |
+
}
|
1379 |
+
|
1380 |
plugin.methode.showQuizSummary();
|
1381 |
});
|
1382 |
|
1391 |
$e.find('input[name="quizSummary"]').click(plugin.methode.showQuizSummary);
|
1392 |
|
1393 |
$e.find('input[name="endQuizSummary"]').click(function() {
|
1394 |
+
if(bitOptions.forcingQuestionSolve) {
|
1395 |
+
for(var i = 0, c = $e.find('.wpProQuiz_listItem').length; i < c; i++) {
|
1396 |
+
if(!quizSolved[i]) {
|
1397 |
+
alert(WpProQuizGlobal.questionsNotSolved);
|
1398 |
+
return false;
|
1399 |
+
}
|
1400 |
+
}
|
1401 |
+
}
|
1402 |
+
|
1403 |
plugin.methode.finishQuiz();
|
1404 |
});
|
1405 |
|
1412 |
};
|
1413 |
|
1414 |
plugin.init();
|
1415 |
+
|
1416 |
+
if(bitOptions.autoStart)
|
1417 |
+
plugin.methode.startQuiz();
|
1418 |
};
|
1419 |
|
1420 |
$.fn.wpProQuizFront = function(options) {
|
js/wpProQuiz_front.min.js
CHANGED
@@ -1,35 +1,37 @@
|
|
1 |
-
(function(f){f.wpProQuizFront=function(
|
2 |
-
1E3*
|
3 |
-
"margin-top: "+-(
|
4 |
-
b.bind("questionSolved",function(c){
|
5 |
-
!
|
6 |
-
h=c-g.height();
|
7 |
-
"")}},
|
8 |
-
512;var a=e.bo&32;a&&(void 0!=jQuery.support&&void 0!=jQuery.support.cors&&!1==jQuery.support.cors)&&(
|
9 |
-
":"+((9<c?"":"0")+c)},cleanupCurlyQuotes:function(a){a=a.replace(/\u2018/,"'");a=a.replace(/\u2019/,"'");a=a.replace(/\u201C/,'"');a=a.replace(/\u201D/,'"');return f.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=f(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(f(this))})})},marker:function(a,c){
|
10 |
-
b.find(".wpProQuiz_lock").show();else if(
|
11 |
-
1+". ")})});
|
12 |
-
|
13 |
-
values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();
|
14 |
-
showQuestion:function(a){a=
|
15 |
-
values:{item:
|
16 |
-
finishQuiz:function(a){
|
17 |
-
|
18 |
-
b=Math.round(1E4*(
|
19 |
-
|
20 |
-
b.find(".wpProQuiz_listItem").data("check",!1);b.find(".wpProQuiz_response").hide().children().hide();d.methode.resetMatrix(b.find(".wpProQuiz_listItem"));b.find(".wpProQuiz_sortStringItem, .wpProQuiz_sortable").removeAttr("style");b.find(".wpProQuiz_clozeCorrect, .wpProQuiz_QuestionButton, .wpProQuiz_resultsList > li").hide();
|
21 |
-
a;a.each(function(){var a,
|
22 |
-
|
23 |
-
e=b.children();c==e.data("pos")?(d.methode.marker(b,!0),m&&(l+=
|
24 |
-
|
25 |
-
parseInt(f(this).val())});l=a}})[a]();!m&&n&&(l=
|
26 |
-
index:g.index(),solved:!0}})})},showTip:function(){var a=f(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");h[c].tip=1;
|
27 |
-
a,b,d||"json");
|
28 |
-
void 0!=a.averageResult&&d.methode.setAverageResult(a.averageResult,!0)})},setAverageResult:function(a,c){var d=b.find(".wpProQuiz_resultValue:eq("+(c?0:1)+") > * ");d.eq(1).text(a+"%");d.eq(0).css("width",240*a/100+"px")},handleToplistData:function(a){var c=
|
29 |
-
(d.show(),c=d.children().eq(1),a.captcha?(c.find('input[name="wpProQuiz_captchaPrefix"]').val(a.captcha.code),c.find(".wpProQuiz_captchaImg").attr("src",a.captcha.img),c.find('input[name="wpProQuiz_captcha"]').val(""),c.show()):c.hide())):c.hide()},scrollTo:function(a,
|
30 |
-
c=b.find(".wpProQuiz_addBox").hide();d.methode.ajax({action:"wp_pro_quiz_add_toplist",quizId:e.quizId,token:
|
31 |
-
b.captcha.img),c.find('input[name="wpProQuiz_captchaPrefix"]').val(b.captcha.code),c.find('input[name="wpProQuiz_captcha"]').val(""))})}},updateToplist:function(){"function"==typeof wpProQuiz_fetchToplist&&wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(){var a=
|
32 |
-
f(this).parents(".wpProQuiz_listItem"),
|
33 |
-
c
|
34 |
-
|
35 |
-
b.find('input[name="
|
|
|
|
1 |
+
(function(f){f.wpProQuizFront=function(J,e){var b=f(J),d=this,h={},x={},Q=0,j=null,p=[],R="",C=!1,S=0,T=0,D=0,U=0,E=0,K=0,L=0,v=0,V=0,q=0,W=0,w=0,X=0,Y=0,Z=0,M=0,$=0,da=b.find('input[name="back"]'),y=b.find('input[name="next"]'),t=b.find(".wpProQuiz_quiz"),z=b.find(".wpProQuiz_list"),A=b.find(".wpProQuiz_results"),F=b.find(".wpProQuiz_text"),G=b.find(".wpProQuiz_time_limit"),N=b.find(".wpProQuiz_toplistShowInButton"),aa=f(),ba="",O=0,H=e.timelimit,ca=0,P={stop:function(){H&&(window.clearInterval(ca),
|
2 |
+
G.hide())},start:function(){if(H){var a=1E3*H,c=G.find("span").text(d.methode.parseTime(H)),b=G.find(".wpProQuiz_progress");G.show();var f=+new Date;ca=window.setInterval(function(){var g=+new Date-f,e=a-g;500<=g&&c.text(d.methode.parseTime(Math.ceil(e/1E3)));b.css("width",100*(e/a)+"%");0>=e&&(P.stop(),d.methode.finishQuiz(!0))},16)}}},u=new function(){function a(a){var c="",b=B[a];b.review?c="#FFB800":b.solved&&(c="#6CA54C");i.eq(a).css("background-color",c)}function c(a){a.preventDefault();a=a.pageY-
|
3 |
+
j;0>a&&(a=0);a>h&&(a=h);k.attr("style","margin-top: "+-(m*a)+"px !important");g.css({top:a})}function ea(a){a.preventDefault();f(document).unbind(".scrollEvent")}var e=[],g=[],k=[],i=[],h=0,j=0,m=0,I=0,s=0,B=[];this.init=function(){e=b.find(".wpProQuiz_reviewQuestion");g=e.find("div");k=e.find("ol");i=k.children();g.mousedown(function(a){a.preventDefault();a.stopPropagation();j=a.pageY-g.offset().top+I;f(document).bind("mouseup.scrollEvent",ea);f(document).bind("mousemove.scrollEvent",c)});i.click(function(){d.methode.showQuestion(f(this).index())});
|
4 |
+
b.bind("questionSolved",function(c){B[c.values.index].solved=c.values.solved;a(c.values.index)});b.bind("changeQuestion",function(a){i.removeClass("wpProQuiz_reviewQuestionTarget");i.eq(a.values.index).addClass("wpProQuiz_reviewQuestionTarget");var a=i.eq(a.values.index),c=a.offset().top,b=e.offset().top,c=c-b;if(0>c-4||100<c+32)a=b-i.eq(0).offset().top-(b-k.offset().top)+a.position().top,a>s&&(a=s),b=a/m,k.attr("style","margin-top: "+-a+"px !important"),g.css({top:b})});b.bind("reviewQuestion",function(c){B[c.values.index].review=
|
5 |
+
!B[c.values.index].review;a(c.values.index)});e.bind("mousewheel DOMMouseScroll",function(a){a.preventDefault();a=a.originalEvent;a=20*(a.wheelDelta?-a.wheelDelta/120:a.detail/3);a=I-k.offset().top+a;a>s&&(a=s);0>a&&(a=0);var c=a/m;k.attr("style","margin-top: "+-a+"px !important");g.css({top:c});return!1})};this.show=function(a){q&&e.parent().show();b.find(".wpProQuiz_reviewDiv .wpProQuiz_button2").show();if(!a){k.attr("style","margin-top: 0px !important");g.css({top:0});var a=k.outerHeight(),c=e.height();
|
6 |
+
h=c-g.height();j=0;s=a-c;m=s/h;this.reset();100<a&&g.show();I=g.offset().top}};this.hide=function(){e.parent().hide()};this.toggle=function(){if(q){e.parent().toggle();i.removeClass("wpProQuiz_reviewQuestionTarget");b.find(".wpProQuiz_reviewDiv .wpProQuiz_button2").hide();k.attr("style","margin-top: 0px !important");g.css({top:0});var a=k.outerHeight(),c=e.height();h=c-g.height();j=0;s=a-c;m=s/h;100<a&&g.show();I=g.offset().top}};this.reset=function(){for(var a=0,c=i.length;a<c;a++)B[a]={};i.removeClass("wpProQuiz_reviewQuestionTarget").css("background-color",
|
7 |
+
"")}},r=new function(){var a=0,c=-1,b=0,d=!1;this.questionStart=function(b){-1!=c&&this.questionStop();c=b;a=+new Date};this.questionStop=function(){-1!=c&&(h[c].time+=Math.round((new Date-a)/1E3),c=-1)};this.startQuiz=function(){d&&this.stopQuiz();b=+new Date;d=!0};this.stopQuiz=function(){d&&(h.comp.quizTime+=Math.round((new Date-b)/1E3),d=!1)};this.init=function(){}};d.methode={parseBitOptions:function(){if(e.bo){S=e.bo&1;T=e.bo&2;D=e.bo&4;U=e.bo&8;E=e.bo&16;L=e.bo&64;q=e.bo&128;v=e.bo&256;V=e.bo&
|
8 |
+
512;W=e.bo&1024;w=e.bo&2048;X=e.bo&4096;var a=e.bo&32;a&&(void 0!=jQuery.support&&void 0!=jQuery.support.cors&&!1==jQuery.support.cors)&&(K=a)}},setClozeStyle:function(){b.find(".wpProQuiz_cloze input").each(function(){for(var a=f(this),c="",b=a.data("wordlen"),d=0;d<b;d++)c+="w";c=f(document.createElement("span")).css("visibility","hidden").text(c).appendTo(f("body"));b=c.width();c.remove();a.width(b+5)})},parseTime:function(a){var c=parseInt(a%60),b=parseInt(a/60%60),a=parseInt(a/3600%24);return(9<
|
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 f.trim(a).toLowerCase()},resetMatrix:function(a){a.each(function(){var a=f(this),b=a.find(".wpProQuiz_sortStringList");a.find(".wpProQuiz_sortStringItem").each(function(){b.append(f(this))})})},marker:function(a,c){D||(c?a.addClass("wpProQuiz_answerCorrect"):a.addClass("wpProQuiz_answerIncorrect"))},startQuiz:function(){if(M)Y=
|
10 |
+
1;else if(Z)F.hide(),b.find(".wpProQuiz_lock").show();else if($)F.hide(),b.find(".wpProQuiz_prerequisite").show();else{d.methode.loadQuizData();T&&d.methode.random(z);S&&d.methode.random(b.find(".wpProQuiz_questionList"));d.methode.random(b.find(".wpProQuiz_sortStringList"));d.methode.random(b.find('[data-type="sort_answer"]'));b.find(".wpProQuiz_listItem").each(function(a){var b=f(this);b.find(".wpProQuiz_question_page span:eq(0)").text(a+1);b.find("> h5 span").text(a+1);b.find(".wpProQuiz_questionListItem").each(function(a){f(this).find("> span:not(.wpProQuiz_cloze)").text(a+
|
11 |
+
1+". ")})});y=b.find('input[name="next"]');switch(e.mode){case 3:b.find('input[name="checkSingle"]').show();break;case 2:b.find('input[name="check"]').show();!V&&q&&b.find('input[name="skip"]').show();break;case 1:b.find('input[name="back"]').slice(1).show();case 0:y.show()}(X||3==e.mode)&&b.find(".wpProQuiz_question_page").hide();var a=y.last();R=a.val();a.val(e.lbn);a=z.children();aa=b.find(".wpProQuiz_list > li");3==e.mode?a.show():(j=a.eq(0).show(),a=j.find(".wpProQuiz_questionList").data("question_id"),
|
12 |
+
r.questionStart(a));r.startQuiz();b.find(".wpProQuiz_sortable").parents("ul").sortable({update:function(){var a=f(this).parents(".wpProQuiz_listItem");b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();b.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable({connectWith:".wpProQuiz_maxtrixSortCriterion:not(:has(li)), .wpProQuiz_sortStringList",placeholder:"wpProQuiz_placehold",update:function(){var a=f(this).parents(".wpProQuiz_listItem");
|
13 |
+
b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:!0}})}}).disableSelection();p=[];P.start();Q=+new Date;h={comp:{points:0,correctQuestions:0,quizTime:0}};b.find(".wpProQuiz_questionList").each(function(){var a=f(this).data("question_id");h[a]={time:0}});x={};f.each(e.catPoints,function(a){x[a]=0});F.hide();t.show();u.show();3!=e.mode&&b.trigger({type:"changeQuestion",values:{item:j,index:j.index()}})}},nextQuestion:function(){this.showQuestionObject(j.next())},prevQuestion:function(){this.showQuestionObject(j.prev())},
|
14 |
+
showQuestion:function(a){a=aa.eq(a);3==e.mode||C?(d.methode.scrollTo(a,1),r.startQuiz()):this.showQuestionObject(a)},showQuestionObject:function(a){if(!a.length&&w&&v&&q)for(var c=0,f=b.find(".wpProQuiz_listItem").length;c<f;c++)if(!p[c])return alert(WpProQuizGlobal.questionsNotSolved),!1;j.hide();j=a.show();d.methode.scrollTo(t);b.trigger({type:"changeQuestion",values:{item:j,index:j.index()}});j.length?(a=j.find(".wpProQuiz_questionList").data("question_id"),r.questionStart(a)):d.methode.showQuizSummary()},
|
15 |
+
skipQuestion:function(){b.trigger({type:"skipQuestion",values:{item:j,index:j.index()}});d.methode.nextQuestion()},reviewQuestion:function(){b.trigger({type:"reviewQuestion",values:{item:j,index:j.index()}})},showQuizSummary:function(){r.questionStop();r.stopQuiz();if(v||!q)d.methode.finishQuiz();else{var a=b.find(".wpProQuiz_checkPage");a.find("ol:eq(0)").empty().append(b.find(".wpProQuiz_reviewQuestion ol li").clone().removeClass("wpProQuiz_reviewQuestionTarget")).children().click(function(){a.hide();
|
16 |
+
t.show();u.show(!0);d.methode.showQuestion(f(this).index())});for(var c=0,e=0,h=p.length;e<h;e++)p[e]&&c++;a.find("span:eq(0)").text(c);u.hide();t.hide();a.show();d.methode.scrollTo(a)}},finishQuiz:function(a){r.questionStop();r.stopQuiz();P.stop();var c=(+new Date-Q)/1E3,c=e.timelimit&&c>e.timelimit?e.timelimit:c;b.find(".wpProQuiz_quiz_time span").text(d.methode.parseTime(c));a&&A.find(".wpProQuiz_time_limit_expired").show();d.methode.checkQuestion(z.children(),!0);b.find(".wpProQuiz_correct_answer").text(h.comp.correctQuestions);
|
17 |
+
h.comp.result=Math.round(1E4*(h.comp.points/e.globalPoints))/100;$pointFields=b.find(".wpProQuiz_points span");$pointFields.eq(0).text(h.comp.points);$pointFields.eq(1).text(e.globalPoints);$pointFields.eq(2).text(h.comp.result+"%");b.find(".wpProQuiz_resultsList > li").eq(d.methode.findResultIndex(h.comp.result)).show();d.methode.setAverageResult(h.comp.result,!1);this.setCategoryOverview();d.methode.sendCompletedQuiz();L&&O&&d.methode.addToplist();u.hide();b.find(".wpProQuiz_checkPage").hide();
|
18 |
+
t.hide();A.show();d.methode.scrollTo(A)},setCategoryOverview:function(){h.comp.cats={};b.find(".wpProQuiz_catOverview li").each(function(){var a=f(this),c=a.data("category_id"),b=Math.round(1E4*(x[c]/e.catPoints[c]))/100;h.comp.cats[c]=b;a.find(".wpProQuiz_catPercent").text(b+"%")})},questionSolved:function(a){p[a.values.index]=a.values.solved},sendCompletedQuiz:function(){E||d.methode.ajax({action:"wp_pro_quiz_completed_quiz",quizId:e.quizId,results:h})},findResultIndex:function(a){for(var b=e.resultsGrade,
|
19 |
+
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(){C=!C;N.hide();t.toggle();b.find(".wpProQuiz_QuestionButton").hide();z.children().show();u.toggle();b.find(".wpProQuiz_question_page").hide()},random:function(a){a.each(function(){var a=f(this).children().get().sort(function(){return Math.round(Math.random())-0.5});f(a).appendTo(a[0].parentNode)})},restartQuiz:function(){A.hide();F.show();z.children().hide();N.hide();u.hide();b.find(".wpProQuiz_questionInput, .wpProQuiz_cloze input").removeAttr("disabled").removeAttr("checked").css("background-color",
|
20 |
+
"");b.find(".wpProQuiz_cloze input").val("");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();
|
21 |
+
b.find('.wpProQuiz_question_page, input[name="tip"]').show();A.find(".wpProQuiz_time_limit_expired").hide();y.last().val(R);C=!1},checkQuestion:function(a,c){a=void 0==a?j:a;a.each(function(){var a,j,g=f(this),k=g.find(".wpProQuiz_questionList"),i=e.json[k.data("question_id")];a=i.type;r.questionStop();if(g.data("check"))return!0;if("single"==i.type||"multiple"==i.type)a="singleMulti";var n=!0,l=0,m=f.isArray(i.points);({singleMulti:function(){var a=k.find(".wpProQuiz_questionInput").attr("disabled",
|
22 |
+
"disabled"),b=i.diffMode;k.children().each(function(c){var e=f(this),g=e.data("pos"),c=a.eq(c).is(":checked");i.correct[g]?(c?m&&(l=b?i.points[g]:l+i.points[g]):n=!1,i.disCorrect?n=!0:d.methode.marker(e,!0)):c?(i.disCorrect?n=!0:(d.methode.marker(e,!1),n=!1),b&&(l=i.points[g])):m&&!b&&(l+=i.points[g])})},sort_answer:function(){var a=k.children();a.each(function(a){var b=f(this);a==b.data("pos")?(d.methode.marker(b,!0),m&&(l+=i.points[a])):(d.methode.marker(b,!1),n=!1)});a.children().css({"box-shadow":"0 0",
|
23 |
+
cursor:"auto"});k.sortable("destroy");a.sort(function(a,b){return f(a).data("pos")>f(b).data("pos")?1:-1});k.append(a)},matrix_sort_answer:function(){var a=[];k.children().each(function(){var b=f(this),c=b.data("pos"),b=b.find(".wpProQuiz_maxtrixSortCriterion"),e=b.children();c==e.data("pos")?(d.methode.marker(b,!0),m&&(l+=i.points[c])):(n=!1,d.methode.marker(b,!1));a[c]=b});d.methode.resetMatrix(g);g.find(".wpProQuiz_sortStringItem").each(function(){var b=a[f(this).data("pos")];void 0!=b&&b.append(this)}).css({"box-shadow":"0 0",
|
24 |
+
cursor:"auto"});g.find(".wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion").sortable("destroy")},free_answer:function(){var a=k.children(),b=a.find(".wpProQuiz_questionInput").attr("disabled","disabled").val();0<=f.inArray(f.trim(b).toLowerCase(),i.correct)?d.methode.marker(a,!0):(d.methode.marker(a,!1),n=!1)},cloze_answer:function(){k.find(".wpProQuiz_cloze").each(function(a){var b=f(this).children(),c=b.eq(0),b=b.eq(1),e=d.methode.cleanupCurlyQuotes(c.val());0<=f.inArray(e,i.correct[a])?
|
25 |
+
(m&&(l+=i.points[a]),D||c.css("background-color","#B0DAB0")):(D||c.css("background-color","#FFBABA"),n=!1,b.show());c.attr("disabled","disabled")})},assessment_answer:function(){n=!0;var a=0;k.find(".wpProQuiz_questionInput").attr("disabled","disabled").filter(":checked").each(function(){a+=parseInt(f(this).val())});l=a}})[a]();!m&&n&&(l=i.points);a=n;j=l;g.find(".wpProQuiz_response").show();g.find('input[name="check"]').hide();g.find('input[name="skip"]').hide();g.find('input[name="next"]').show();
|
26 |
+
h[i.id].points=j;h[i.id].correct=Number(a);h.comp.points+=j;x[i.catId]+=j;a?(g.find(".wpProQuiz_correct").show(),h.comp.correctQuestions+=1):g.find(".wpProQuiz_incorrect").show();g.find(".wpProQuiz_responsePoints").text(j);g.data("check",!0);c||b.trigger({type:"questionSolved",values:{item:g,index:g.index(),solved:!0}})})},showTip:function(){var a=f(this),c=a.siblings(".wpProQuiz_question").find(".wpProQuiz_questionList").data("question_id");a.siblings(".wpProQuiz_tipp").toggle("fast");h[c].tip=1;
|
27 |
+
f(document).bind("mouseup.tipEvent",function(a){var c=b.find(".wpProQuiz_tipp"),d=b.find('input[name="tip"]');!c.is(a.target)&&(0==c.has(a.target).length&&!d.is(a.target))&&(c.hide("fast"),f(document).unbind(".tipEvent"))})},ajax:function(a,b,d){K&&(jQuery.support.cors=!0);f.post(WpProQuizGlobal.ajaxurl,a,b,d||"json");K&&(jQuery.support.cors=!1)},checkQuizLock:function(){M=1;d.methode.ajax({action:"wp_pro_quiz_check_lock",quizId:e.quizId},function(a){void 0!=a.lock&&(Z=a.lock.is,a.lock.pre&&b.find('input[name="restartQuiz"]').hide());
|
28 |
+
void 0!=a.prerequisite&&($=1,b.find(".wpProQuiz_prerequisite span").text(a.prerequisite));M=0;Y&&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",240*a/100+"px")},handleToplistData:function(a){var c=
|
29 |
+
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(),ba=a.token,O=0,a.userId?(d.hide(),O=1,L&&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(""),c.show()):c.hide())):c.hide()},scrollTo:function(a,
|
30 |
+
b){var d=a.offset().top-100;(b||(window.pageYOffset||document.body.scrollTop)>d)&&f("html,body").animate({scrollTop:d},300)},addToplist:function(){if(!E){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:ba,name:c.find('input[name="wpProQuiz_toplistName"]').val(),email:c.find('input[name="wpProQuiz_toplistEmail"]').val(),captcha:c.find('input[name="wpProQuiz_captcha"]').val(),
|
31 |
+
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&&wpProQuiz_fetchToplist()},registerSolved:function(){b.find('.wpProQuiz_questionInput[type="text"]').change(function(){var a=
|
32 |
+
f(this),c=a.parents(".wpProQuiz_listItem"),d=!1;""!=a.val()&&(d=!0);b.trigger({type:"questionSolved",values:{item:c,index:c.index(),solved:d}})});b.find('.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionInput, .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionInput').change(function(){var a=f(this).parents(".wpProQuiz_listItem"),c=this.checked;b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find(".wpProQuiz_cloze input").change(function(){var a=
|
33 |
+
f(this).parents(".wpProQuiz_listItem"),c=!0;a.find(".wpProQuiz_cloze input").each(function(){if(""==f(this).val())return c=!1});b.trigger({type:"questionSolved",values:{item:a,index:a.index(),solved:c}})});b.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').change(function(){var a=f(this).parents(".wpProQuiz_listItem"),c=0;a.find('.wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionInput').each(function(){this.checked&&c++});b.trigger({type:"questionSolved",
|
34 |
+
values:{item:a,index:a.index(),solved:c?!0:!1}})})}};d.init=function(){d.methode.parseBitOptions();d.methode.setClozeStyle();d.methode.registerSolved();u.init();U&&!E&&d.methode.checkQuizLock();b.find('input[name="startQuiz"]').click(function(){d.methode.startQuiz();return!1});y.click(function(){if(w&&!p[j.index()]&&(v||!q))return alert(WpProQuizGlobal.questionNotSolved),!1;d.methode.nextQuestion()});da.click(function(){d.methode.prevQuestion()});b.find('input[name="reShowQuestion"]').click(function(){d.methode.showQustionList()});
|
35 |
+
b.find('input[name="restartQuiz"]').click(function(){d.methode.restartQuiz()});b.find('input[name="check"]').click(function(){if(w&&!p[j.index()]&&(v||!q))return alert(WpProQuizGlobal.questionNotSolved),!1;d.methode.checkQuestion()});b.find('input[name="checkSingle"]').click(function(){if(w&&(v||!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);
|
36 |
+
b.find('input[name="skip"]').click(d.methode.skipQuestion);b.find('input[name="review"]').click(d.methode.reviewQuestion);b.find('input[name="wpProQuiz_toplistAdd"]').click(d.methode.addToplist);b.find('input[name="quizSummary"]').click(d.methode.showQuizSummary);b.find('input[name="endQuizSummary"]').click(function(){if(w)for(var a=0,c=b.find(".wpProQuiz_listItem").length;a<c;a++)if(!p[a])return alert(WpProQuizGlobal.questionsNotSolved),!1;d.methode.finishQuiz()});b.find('input[name="showToplist"]').click(function(){t.hide();
|
37 |
+
N.toggle()});b.bind("questionSolved",d.methode.questionSolved)};d.init();W&&d.methode.startQuiz()};f.fn.wpProQuizFront=function(J){return this.each(function(){void 0==f(this).data("wpProQuizFront")&&f(this).data("wpProQuizFront",new f.wpProQuizFront(this,J))})}})(jQuery);
|
languages/wp-pro-quiz-ar.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-ar.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: abuhassan <sajja2002@hotmail.com>\n"
|
8 |
"Language: Arabic\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr ""
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr ""
|
67 |
|
@@ -87,23 +87,35 @@ msgid "Not all fields completed."
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr ""
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
100 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
101 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -117,7 +129,7 @@ msgstr ""
|
|
117 |
msgid "Settings saved"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
121 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -143,20 +155,20 @@ msgid "Question not found"
|
|
143 |
msgstr "لم يتم العثور على السؤال"
|
144 |
|
145 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
146 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
147 |
#, php-format
|
148 |
msgid "Question: %d"
|
149 |
msgstr "السؤال: %d"
|
150 |
|
151 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
152 |
msgid "Question edited"
|
153 |
msgstr "تم تحرير السؤال"
|
154 |
|
155 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
156 |
msgid "New question"
|
157 |
msgstr "سؤال جديد"
|
158 |
|
159 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
160 |
msgid "Question added"
|
161 |
msgstr "تم اضافة سؤال"
|
162 |
|
@@ -183,6 +195,16 @@ msgstr "انشاء اختبار"
|
|
183 |
msgid "Quiz deleted"
|
184 |
msgstr "تم حذف الاختبار"
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
187 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
188 |
msgid "No category"
|
@@ -219,6 +241,7 @@ msgid "You entered wrong captcha code."
|
|
219 |
msgstr ""
|
220 |
|
221 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
222 |
msgid "File was not uploaded"
|
223 |
msgstr "لم يتم رفع الملف"
|
224 |
|
@@ -230,6 +253,11 @@ msgstr "صيغة الملف خاطئة"
|
|
230 |
msgid "File is not compatible with the current version"
|
231 |
msgstr ""
|
232 |
|
|
|
|
|
|
|
|
|
|
|
233 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
235 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -271,14 +299,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
271 |
msgstr ""
|
272 |
|
273 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
274 |
msgid "WP-Pro-Quiz"
|
275 |
msgstr ""
|
276 |
|
277 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
278 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
279 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
280 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
281 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
282 |
msgid "Leaderboard"
|
283 |
msgstr ""
|
284 |
|
@@ -303,17 +332,17 @@ msgid "Sort by:"
|
|
303 |
msgstr ""
|
304 |
|
305 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
306 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
307 |
msgid "best user"
|
308 |
msgstr ""
|
309 |
|
310 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
311 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
312 |
msgid "newest entry"
|
313 |
msgstr ""
|
314 |
|
315 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
316 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
317 |
msgid "oldest entry"
|
318 |
msgstr ""
|
319 |
|
@@ -337,7 +366,7 @@ msgid "User"
|
|
337 |
msgstr ""
|
338 |
|
339 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
340 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
341 |
msgid "E-Mail"
|
342 |
msgstr ""
|
343 |
|
@@ -347,14 +376,14 @@ msgid "Entered on"
|
|
347 |
msgstr ""
|
348 |
|
349 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
350 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
351 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
352 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
353 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
354 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
355 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
356 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
357 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
358 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
359 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
360 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -371,7 +400,7 @@ msgstr "النتائج"
|
|
371 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
372 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
373 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
374 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
375 |
msgid "Edit"
|
376 |
msgstr "تحرير"
|
377 |
|
@@ -379,7 +408,7 @@ msgstr "تحرير"
|
|
379 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
380 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
381 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
382 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
383 |
msgid "Delete"
|
384 |
msgstr "حذف"
|
385 |
|
@@ -411,12 +440,11 @@ msgstr "الوقت المحدد"
|
|
411 |
|
412 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
413 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
414 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
415 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
416 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
417 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
418 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
419 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
420 |
msgid "Quiz-summary"
|
421 |
msgstr ""
|
422 |
|
@@ -427,13 +455,13 @@ msgstr ""
|
|
427 |
|
428 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
429 |
#: lib/view/WpProQuiz_View_Import.php:44
|
430 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
431 |
msgid "Questions"
|
432 |
msgstr "اسئلة"
|
433 |
|
434 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
435 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
436 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
437 |
msgid "Finish quiz"
|
438 |
msgstr ""
|
439 |
|
@@ -476,14 +504,6 @@ msgstr ""
|
|
476 |
msgid "Your score"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
480 |
-
msgid "Categories"
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
484 |
-
msgid "Not categorized"
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
488 |
msgid "Restart quiz"
|
489 |
msgstr "اعادة الاختبار"
|
@@ -508,82 +528,82 @@ msgstr ""
|
|
508 |
msgid "Review question"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
512 |
#, php-format
|
513 |
msgid "Question %s of %s"
|
514 |
msgstr "اسئلة %s من %s "
|
515 |
|
516 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
517 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
518 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
519 |
msgid "Question"
|
520 |
msgstr "اسئلة"
|
521 |
|
522 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
523 |
#, php-format
|
524 |
msgid "%d points"
|
525 |
msgstr "%d درجات"
|
526 |
|
527 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
528 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
529 |
msgid "Sort elements"
|
530 |
msgstr "ترتيب العناصر"
|
531 |
|
532 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
533 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
534 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
535 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
536 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
537 |
msgid "Correct"
|
538 |
msgstr "صحيح"
|
539 |
|
540 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
541 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
542 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
543 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
544 |
msgid "Incorrect"
|
545 |
msgstr "خطأ"
|
546 |
|
547 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
548 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
549 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
550 |
msgid "Hint"
|
551 |
msgstr "تلميح"
|
552 |
|
553 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
554 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
555 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
556 |
msgid "Skip question"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
560 |
msgid "Back"
|
561 |
msgstr "العودة"
|
562 |
|
563 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
564 |
msgid "Check"
|
565 |
msgstr "التحقق"
|
566 |
|
567 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
568 |
msgid "Next"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
572 |
msgid "Your result has been entered into leaderboard"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
576 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
577 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
578 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
579 |
msgid "Name"
|
580 |
msgstr "الاسم"
|
581 |
|
582 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
583 |
msgid "Captcha"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
587 |
msgid "Send"
|
588 |
msgstr ""
|
589 |
|
@@ -616,13 +636,13 @@ msgid "E-Mail settings"
|
|
616 |
msgstr ""
|
617 |
|
618 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
619 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
620 |
msgid "Settings in case of problems"
|
621 |
msgstr ""
|
622 |
|
623 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
624 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
625 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
626 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
627 |
msgid "Save"
|
628 |
msgstr "حفظ"
|
@@ -660,7 +680,7 @@ msgid "Category management"
|
|
660 |
msgstr ""
|
661 |
|
662 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
663 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
664 |
msgid "Admin e-mail settings"
|
665 |
msgstr ""
|
666 |
|
@@ -675,25 +695,25 @@ msgid ""
|
|
675 |
msgstr ""
|
676 |
|
677 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
678 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
679 |
msgid "From:"
|
680 |
msgstr ""
|
681 |
|
682 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
683 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
684 |
msgid "Subject:"
|
685 |
msgstr ""
|
686 |
|
687 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
688 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
689 |
msgid "HTML"
|
690 |
msgstr ""
|
691 |
|
692 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
693 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
694 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
695 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
696 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
697 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
698 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
699 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -705,105 +725,114 @@ msgstr ""
|
|
705 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
706 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
707 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
708 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
709 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
712 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
714 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
724 |
msgid "Activate"
|
725 |
msgstr ""
|
726 |
|
727 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
728 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
729 |
msgid "Message body:"
|
730 |
msgstr ""
|
731 |
|
732 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
733 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
734 |
msgid "Allowed variables"
|
735 |
msgstr ""
|
736 |
|
737 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
738 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
739 |
msgid "User-ID"
|
740 |
msgstr ""
|
741 |
|
742 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
743 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
744 |
msgid "Username"
|
745 |
msgstr ""
|
746 |
|
747 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
748 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
749 |
msgid "Quiz-Name"
|
750 |
msgstr ""
|
751 |
|
752 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
753 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
754 |
msgid "Result in precent"
|
755 |
msgstr ""
|
756 |
|
757 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
758 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
759 |
msgid "Reached points"
|
760 |
msgstr ""
|
761 |
|
762 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
763 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
764 |
msgid "IP-address of the user"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
768 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
769 |
msgid "User e-mail settings"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
773 |
msgid "to activate"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
777 |
msgid "not to activate"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
781 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
782 |
msgid "Please note"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
786 |
msgid ""
|
787 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
791 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
792 |
msgid "Automatically add [raw] shortcode"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
796 |
#, php-format
|
797 |
msgid "It is recommended %s this option on your system."
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
801 |
msgid ""
|
802 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
803 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
807 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
808 |
msgid ""
|
809 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -812,75 +841,75 @@ msgstr ""
|
|
812 |
"الثيمات الخاصة تغير النظام الداخلي للمرشحات، مما يسبب المشاكل. مع الرمز "
|
813 |
"القصير إضافية [الخام] يتم منع هذا. MIB"
|
814 |
|
815 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
816 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
817 |
msgid "Do not load the Javascript-files in the footer"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
821 |
msgid ""
|
822 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
823 |
"when they are really needed."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
827 |
msgid "In very old Wordpress themes this can lead to problems."
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
831 |
msgid ""
|
832 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
833 |
"the header even if they are not needed."
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
837 |
#, php-format
|
838 |
msgid ""
|
839 |
"Anyone who wants to learn more about this topic should read through the "
|
840 |
"following websites %s and %s."
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
844 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
845 |
msgid "Touch Library"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
849 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
850 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
851 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
852 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
853 |
msgid "Deactivate"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
857 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
861 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
865 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
866 |
msgid "jQuery support cors"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
870 |
msgid "Is required only in rare cases."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
874 |
msgid "If you have problems with the front ajax, please activate it."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
878 |
msgid "e.g. Domain with special characters in combination with IE"
|
879 |
msgstr ""
|
880 |
|
881 |
#: lib/view/WpProQuiz_View_Import.php:21
|
882 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
883 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
884 |
msgid "Import"
|
885 |
msgstr "استيراد"
|
886 |
|
@@ -900,8 +929,8 @@ msgstr "تم الاستيراد بنجاح"
|
|
900 |
msgid "Quiz name"
|
901 |
msgstr "اسم الاختبار"
|
902 |
|
903 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
904 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
905 |
msgid "Start import"
|
906 |
msgstr "ابدأ الاستيراد"
|
907 |
|
@@ -914,8 +943,8 @@ msgstr "العنوان"
|
|
914 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
915 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
916 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
917 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
918 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
919 |
msgid "(optional)"
|
920 |
msgstr "(اختيار)"
|
921 |
|
@@ -929,10 +958,10 @@ msgstr ""
|
|
929 |
|
930 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
931 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
932 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
933 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
934 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
935 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
936 |
msgid "(required)"
|
937 |
msgstr "(مطلوب)"
|
938 |
|
@@ -1061,11 +1090,11 @@ msgstr "اكمل"
|
|
1061 |
msgid "Assessment"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1065 |
msgid "Answers"
|
1066 |
msgstr "اجابات"
|
1067 |
|
1068 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1069 |
msgid ""
|
1070 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1071 |
"answers will be displayed randomly."
|
@@ -1073,13 +1102,13 @@ msgstr ""
|
|
1073 |
"يرجى فرز الإجابات في بالترتيب الصحيح بزر \"نقل\" - . سوف يتم عرض الإجابات "
|
1074 |
"بشكل عشوائي."
|
1075 |
|
1076 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1077 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1078 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1079 |
msgid "Add new answer"
|
1080 |
msgstr "اضف اجابة جديدة"
|
1081 |
|
1082 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1083 |
msgid ""
|
1084 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1085 |
"matching criterion."
|
@@ -1087,60 +1116,60 @@ msgstr ""
|
|
1087 |
"في هذا الوضع، لا يوجد قائمة لا بد من فرزها، ولكن يجب تعيين عناصر مطابقة "
|
1088 |
"لمعيار."
|
1089 |
|
1090 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1091 |
msgid ""
|
1092 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1093 |
"user."
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1097 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1098 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1099 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1100 |
msgid "Options"
|
1101 |
msgstr "خيارات"
|
1102 |
|
1103 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1104 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1105 |
msgid "Answer"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1109 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1110 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1111 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1112 |
msgid "Allow HTML"
|
1113 |
msgstr "السماح بــ HTML"
|
1114 |
|
1115 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1116 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1117 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1118 |
-
msgid "Delete answer"
|
1119 |
-
msgstr "حذف الاجابة"
|
1120 |
-
|
1121 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1122 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1123 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1124 |
-
msgid "
|
1125 |
-
msgstr ""
|
1126 |
|
1127 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1128 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1129 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1130 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1131 |
msgid "Move"
|
1132 |
msgstr "تحريك"
|
1133 |
|
1134 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1135 |
msgid "Criterion"
|
1136 |
msgstr "معيار"
|
1137 |
|
1138 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1139 |
msgid ""
|
1140 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1141 |
msgstr "الإجابات الصحيحة (واحد في كل سطر) (يتم تحويل الإجابات إلى أحرف صغيرة)"
|
1142 |
|
1143 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1144 |
msgid ""
|
1145 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1146 |
"small letters will be ignored."
|
@@ -1148,7 +1177,7 @@ msgstr ""
|
|
1148 |
"لاحتوائه مع قاموس رواجا مثل {} \"{} I كرة القدم ألعاب \". يتم تجاهل الحروف "
|
1149 |
"الكبيرة والصغيرة."
|
1150 |
|
1151 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1152 |
msgid ""
|
1153 |
"You can specify multiple options for a search word. Enclose the word with "
|
1154 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1156,64 +1185,105 @@ msgid ""
|
|
1156 |
"hate are correct."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1160 |
msgid ""
|
1161 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1162 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1166 |
msgid ""
|
1167 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1168 |
"\" 3 points."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1172 |
msgid "Here you can create an assessment question."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1176 |
msgid ""
|
1177 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1181 |
msgid "The number of options in the maximum score."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1185 |
msgid "Examples:"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1189 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1193 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1194 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1195 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1196 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1197 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1198 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1199 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1200 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1201 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1202 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1203 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1204 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1205 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1206 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1207 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1208 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1209 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1210 |
msgid "Demo"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1214 |
msgid "less true { [a] [b] [c] } more true"
|
1215 |
msgstr ""
|
1216 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1217 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1218 |
msgid "Questions sorted"
|
1219 |
msgstr "ترتيب الاسئلة"
|
@@ -1300,7 +1370,7 @@ msgstr "0 = بدون وقت محدد"
|
|
1300 |
|
1301 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1302 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1303 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1304 |
msgid "Statistics"
|
1305 |
msgstr "احصائيات"
|
1306 |
|
@@ -1347,17 +1417,17 @@ msgid "This option applies to:"
|
|
1347 |
msgstr ""
|
1348 |
|
1349 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1350 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1351 |
msgid "all users"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1355 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1356 |
msgid "registered useres only"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1360 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1361 |
msgid "anonymous users only"
|
1362 |
msgstr ""
|
1363 |
|
@@ -1501,37 +1571,48 @@ msgid ""
|
|
1501 |
"user. (only registered users)"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1505 |
msgid "Quiz description"
|
1506 |
msgstr "وصف الاختبار"
|
1507 |
|
1508 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1509 |
msgid "This text will be displayed before start of the quiz."
|
1510 |
msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
|
1511 |
|
1512 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1513 |
msgid "Results text"
|
1514 |
msgstr "نص النتائج"
|
1515 |
|
1516 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1517 |
msgid ""
|
1518 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1519 |
"is optional)"
|
1520 |
msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
|
1521 |
|
1522 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1523 |
msgid "Activate graduation"
|
1524 |
msgstr "تفعيل التقييم"
|
1525 |
|
1526 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1527 |
msgid "Hint:"
|
1528 |
msgstr "تلميح:"
|
1529 |
|
1530 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1531 |
msgid "Maximal 15 levels"
|
1532 |
msgstr "اقصى حد 15 مستوى"
|
1533 |
|
1534 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1535 |
#, php-format
|
1536 |
msgid ""
|
1537 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1540,26 +1621,26 @@ msgstr ""
|
|
1540 |
"النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
|
1541 |
"%d سؤال"
|
1542 |
|
1543 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1544 |
msgid "Values can also be mixed up"
|
1545 |
msgstr "يمكن لخبطة القيم"
|
1546 |
|
1547 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1548 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1549 |
msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
|
1550 |
|
1551 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1552 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1553 |
msgid "from:"
|
1554 |
msgstr "من:"
|
1555 |
|
1556 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1557 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1558 |
msgid "percent"
|
1559 |
msgstr "النسبة المئوية"
|
1560 |
|
1561 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1562 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1563 |
#, php-format
|
1564 |
msgid ""
|
1565 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1568,249 +1649,282 @@ msgstr ""
|
|
1568 |
"(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
|
1569 |
"span>%%)"
|
1570 |
|
1571 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1572 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1573 |
msgid "Delete graduation"
|
1574 |
msgstr "حذف التقييم"
|
1575 |
|
1576 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1577 |
msgid "Add graduation"
|
1578 |
msgstr "اضافة تقييم"
|
1579 |
|
1580 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1581 |
msgid "Result-Options"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1585 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1586 |
msgid "Show average points"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1590 |
msgid "Statistics-function must be enabled."
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1594 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1595 |
msgid "Show category score"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1599 |
msgid ""
|
1600 |
"If you enable this option, the results of each category is displayed on the "
|
1601 |
"results page."
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1605 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1606 |
msgid "Hide correct questions - display"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1610 |
msgid ""
|
1611 |
"If you select this option, no longer the number of correctly answered "
|
1612 |
"questions are displayed on the results page."
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1617 |
msgid "Hide quiz time - display"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1621 |
msgid ""
|
1622 |
"If you enable this option, the time for finishing the quiz won't be "
|
1623 |
"displayed on the results page anymore."
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
msgid "Hide score - display"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1632 |
msgid ""
|
1633 |
"If you enable this option, final score won't be displayed on the results "
|
1634 |
"page anymore."
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1638 |
msgid "Question-Options"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1642 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1643 |
msgid "Show points"
|
1644 |
msgstr "اعرض الدرجات"
|
1645 |
|
1646 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1647 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1648 |
msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
|
1649 |
|
1650 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1651 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1652 |
msgid "Number answers"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1656 |
msgid ""
|
1657 |
"If this option is activated, all answers are numbered (only single and "
|
1658 |
"multiple choice)"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1662 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1663 |
msgid "Hide correct- and incorrect message"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1667 |
msgid ""
|
1668 |
"If you enable this option, no correct- or incorrect message will be "
|
1669 |
"displayed."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
msgid "Correct and incorrect answer mark"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1678 |
msgid ""
|
1679 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1680 |
"incorrect. "
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1684 |
msgid ""
|
1685 |
"The leaderboard allows users to enter results in public list and to share "
|
1686 |
"the result this way."
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1690 |
msgid "The leaderboard works independent from internal statistics function."
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1694 |
msgid "Who can sign up to the list"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1698 |
msgid ""
|
1699 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1700 |
"displayed)"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1704 |
msgid "insert automatically"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1708 |
msgid ""
|
1709 |
"If you enable this option, logged in users will be automatically entered "
|
1710 |
"into leaderboard"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1714 |
msgid "display captcha"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1718 |
msgid ""
|
1719 |
"If you enable this option, additional captcha will be displayed for users "
|
1720 |
"who are not registered."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1724 |
msgid "This option requires additional plugin:"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1728 |
msgid "Plugin has been detected."
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1732 |
msgid "Plugin is not installed."
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1736 |
msgid "Sort list by"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1740 |
msgid "Users can apply multiple times"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1744 |
msgid "User can apply after:"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1748 |
msgid "minute"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1752 |
msgid "How many entries should be displayed"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1756 |
msgid "Entries"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1760 |
msgid "Automatically display leaderboard in quiz result"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1764 |
msgid "Where should leaderboard be displayed:"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1768 |
msgid "don't display"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1772 |
msgid "below the \"result text\""
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1776 |
msgid "in a button"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1780 |
msgid "Quiz-Mode"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1784 |
msgid "Normal"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1788 |
msgid "Normal + Back-Button"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1792 |
msgid "Check -> continue"
|
1793 |
msgstr "فحص->استكمال"
|
1794 |
|
1795 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1796 |
msgid "Questions below each other"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1800 |
msgid ""
|
1801 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1802 |
"displayed at the end of the quiz."
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1806 |
msgid "Allows to use the back button in a question."
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1810 |
msgid "Shows \"right or wrong\" after each question."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1814 |
msgid ""
|
1815 |
"If this option is activated, all answers are displayed below each other, i."
|
1816 |
"e. all questions are on a single page."
|
@@ -1837,46 +1951,62 @@ msgstr ""
|
|
1837 |
msgid "Support WP-Pro-Quiz"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1841 |
msgid "ID"
|
1842 |
msgstr "الرقم"
|
1843 |
|
1844 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1845 |
msgid "Shortcode"
|
1846 |
msgstr "الكود"
|
1847 |
|
1848 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1849 |
msgid "Shortcode-Leaderboard"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1853 |
msgid "Preview"
|
1854 |
msgstr "استعراض"
|
1855 |
|
1856 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1857 |
msgid "Add quiz"
|
1858 |
msgstr "اضف اختبار"
|
1859 |
|
1860 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1861 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1862 |
msgid "Export"
|
1863 |
msgstr "تصدير"
|
1864 |
|
1865 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1866 |
msgid ""
|
1867 |
"Choose the respective question, which you would like to export and press on "
|
1868 |
"\"Start export\""
|
1869 |
msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
|
1870 |
|
1871 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1872 |
msgid "Start export"
|
1873 |
msgstr "ابدأ التصدير"
|
1874 |
|
1875 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1876 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1877 |
-
msgstr "
|
1878 |
|
1879 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1880 |
#, php-format
|
1881 |
msgid "Maximal %d MiB"
|
1882 |
msgstr "الحد الاقصى من %d MIB"
|
@@ -2045,9 +2175,6 @@ msgstr ""
|
|
2045 |
#~ msgid "correct?"
|
2046 |
#~ msgstr "صحيح؟"
|
2047 |
|
2048 |
-
#~ msgid "One question is one point"
|
2049 |
-
#~ msgstr "سؤال واحد يعني درجة واحدة"
|
2050 |
-
|
2051 |
#~ msgid "Right"
|
2052 |
#~ msgstr "صحيح"
|
2053 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:54+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:55+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: abuhassan <sajja2002@hotmail.com>\n"
|
8 |
"Language: Arabic\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr ""
|
67 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
102 |
+
msgid "You must answer this question."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
108 |
+
msgid "You must answer all questions before you can completed the quiz."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
112 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
113 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
129 |
msgid "Settings saved"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
133 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
155 |
msgstr "لم يتم العثور على السؤال"
|
156 |
|
157 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
158 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
159 |
#, php-format
|
160 |
msgid "Question: %d"
|
161 |
msgstr "السؤال: %d"
|
162 |
|
163 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
164 |
msgid "Question edited"
|
165 |
msgstr "تم تحرير السؤال"
|
166 |
|
167 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
168 |
msgid "New question"
|
169 |
msgstr "سؤال جديد"
|
170 |
|
171 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
172 |
msgid "Question added"
|
173 |
msgstr "تم اضافة سؤال"
|
174 |
|
195 |
msgid "Quiz deleted"
|
196 |
msgstr "تم حذف الاختبار"
|
197 |
|
198 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
199 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
200 |
+
msgid "Not categorized"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
204 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
205 |
+
msgid "Categories"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
209 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
210 |
msgid "No category"
|
241 |
msgstr ""
|
242 |
|
243 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
244 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
245 |
msgid "File was not uploaded"
|
246 |
msgstr "لم يتم رفع الملف"
|
247 |
|
253 |
msgid "File is not compatible with the current version"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
258 |
+
msgid "XML could not be loaded."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
263 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
299 |
msgstr ""
|
300 |
|
301 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
302 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
303 |
msgid "WP-Pro-Quiz"
|
304 |
msgstr ""
|
305 |
|
306 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
307 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
308 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
309 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
310 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
311 |
msgid "Leaderboard"
|
312 |
msgstr ""
|
313 |
|
332 |
msgstr ""
|
333 |
|
334 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
335 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
336 |
msgid "best user"
|
337 |
msgstr ""
|
338 |
|
339 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
340 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
341 |
msgid "newest entry"
|
342 |
msgstr ""
|
343 |
|
344 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
345 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
346 |
msgid "oldest entry"
|
347 |
msgstr ""
|
348 |
|
366 |
msgstr ""
|
367 |
|
368 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
369 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
370 |
msgid "E-Mail"
|
371 |
msgstr ""
|
372 |
|
376 |
msgstr ""
|
377 |
|
378 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
379 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
380 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
381 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
382 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
383 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
384 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
385 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
386 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
387 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
388 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
389 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
400 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
401 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
402 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
403 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
404 |
msgid "Edit"
|
405 |
msgstr "تحرير"
|
406 |
|
408 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
409 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
410 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
411 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
412 |
msgid "Delete"
|
413 |
msgstr "حذف"
|
414 |
|
440 |
|
441 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
442 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
443 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
444 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
445 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
446 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
447 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
448 |
msgid "Quiz-summary"
|
449 |
msgstr ""
|
450 |
|
455 |
|
456 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
457 |
#: lib/view/WpProQuiz_View_Import.php:44
|
458 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
459 |
msgid "Questions"
|
460 |
msgstr "اسئلة"
|
461 |
|
462 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
463 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
464 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
465 |
msgid "Finish quiz"
|
466 |
msgstr ""
|
467 |
|
504 |
msgid "Your score"
|
505 |
msgstr ""
|
506 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
508 |
msgid "Restart quiz"
|
509 |
msgstr "اعادة الاختبار"
|
528 |
msgid "Review question"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
532 |
#, php-format
|
533 |
msgid "Question %s of %s"
|
534 |
msgstr "اسئلة %s من %s "
|
535 |
|
536 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
537 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
538 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
539 |
msgid "Question"
|
540 |
msgstr "اسئلة"
|
541 |
|
542 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
543 |
#, php-format
|
544 |
msgid "%d points"
|
545 |
msgstr "%d درجات"
|
546 |
|
547 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
548 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
549 |
msgid "Sort elements"
|
550 |
msgstr "ترتيب العناصر"
|
551 |
|
552 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
553 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
554 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
555 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
556 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
557 |
msgid "Correct"
|
558 |
msgstr "صحيح"
|
559 |
|
560 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
561 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
562 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
563 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
564 |
msgid "Incorrect"
|
565 |
msgstr "خطأ"
|
566 |
|
|
|
567 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
568 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
569 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
570 |
msgid "Hint"
|
571 |
msgstr "تلميح"
|
572 |
|
573 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
574 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
575 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
576 |
msgid "Skip question"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
580 |
msgid "Back"
|
581 |
msgstr "العودة"
|
582 |
|
583 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
584 |
msgid "Check"
|
585 |
msgstr "التحقق"
|
586 |
|
587 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
588 |
msgid "Next"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
592 |
msgid "Your result has been entered into leaderboard"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
596 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
597 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
598 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
599 |
msgid "Name"
|
600 |
msgstr "الاسم"
|
601 |
|
602 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
603 |
msgid "Captcha"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
607 |
msgid "Send"
|
608 |
msgstr ""
|
609 |
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
639 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
640 |
msgid "Settings in case of problems"
|
641 |
msgstr ""
|
642 |
|
643 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
644 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
645 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
646 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
647 |
msgid "Save"
|
648 |
msgstr "حفظ"
|
680 |
msgstr ""
|
681 |
|
682 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
683 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
684 |
msgid "Admin e-mail settings"
|
685 |
msgstr ""
|
686 |
|
695 |
msgstr ""
|
696 |
|
697 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
698 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
699 |
msgid "From:"
|
700 |
msgstr ""
|
701 |
|
702 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
703 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
704 |
msgid "Subject:"
|
705 |
msgstr ""
|
706 |
|
707 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
708 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
709 |
msgid "HTML"
|
710 |
msgstr ""
|
711 |
|
712 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
713 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
714 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
715 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
725 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
734 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
735 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
739 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
748 |
msgid "Activate"
|
749 |
msgstr ""
|
750 |
|
751 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
752 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
753 |
msgid "Message body:"
|
754 |
msgstr ""
|
755 |
|
756 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
757 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
758 |
msgid "Allowed variables"
|
759 |
msgstr ""
|
760 |
|
761 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
762 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
763 |
msgid "User-ID"
|
764 |
msgstr ""
|
765 |
|
766 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
767 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
768 |
msgid "Username"
|
769 |
msgstr ""
|
770 |
|
771 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
772 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
773 |
msgid "Quiz-Name"
|
774 |
msgstr ""
|
775 |
|
776 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
777 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
778 |
msgid "Result in precent"
|
779 |
msgstr ""
|
780 |
|
781 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
782 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
783 |
msgid "Reached points"
|
784 |
msgstr ""
|
785 |
|
786 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
787 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
788 |
msgid "IP-address of the user"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
792 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
793 |
+
msgid "Category-Overview"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
797 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
798 |
msgid "User e-mail settings"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
802 |
msgid "to activate"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
806 |
msgid "not to activate"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
810 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
811 |
msgid "Please note"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
815 |
msgid ""
|
816 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
820 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
821 |
msgid "Automatically add [raw] shortcode"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
825 |
#, php-format
|
826 |
msgid "It is recommended %s this option on your system."
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
830 |
msgid ""
|
831 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
832 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
836 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
837 |
msgid ""
|
838 |
"Own themes changes internal order of filters, what causes the problems. "
|
841 |
"الثيمات الخاصة تغير النظام الداخلي للمرشحات، مما يسبب المشاكل. مع الرمز "
|
842 |
"القصير إضافية [الخام] يتم منع هذا. MIB"
|
843 |
|
844 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
845 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
846 |
msgid "Do not load the Javascript-files in the footer"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
850 |
msgid ""
|
851 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
852 |
"when they are really needed."
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
856 |
msgid "In very old Wordpress themes this can lead to problems."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
860 |
msgid ""
|
861 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
862 |
"the header even if they are not needed."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
866 |
#, php-format
|
867 |
msgid ""
|
868 |
"Anyone who wants to learn more about this topic should read through the "
|
869 |
"following websites %s and %s."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
873 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
874 |
msgid "Touch Library"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
878 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
879 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
880 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
881 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
882 |
msgid "Deactivate"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
886 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
890 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
894 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
895 |
msgid "jQuery support cors"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
899 |
msgid "Is required only in rare cases."
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
903 |
msgid "If you have problems with the front ajax, please activate it."
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
907 |
msgid "e.g. Domain with special characters in combination with IE"
|
908 |
msgstr ""
|
909 |
|
910 |
#: lib/view/WpProQuiz_View_Import.php:21
|
911 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
912 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
913 |
msgid "Import"
|
914 |
msgstr "استيراد"
|
915 |
|
929 |
msgid "Quiz name"
|
930 |
msgstr "اسم الاختبار"
|
931 |
|
932 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
933 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
934 |
msgid "Start import"
|
935 |
msgstr "ابدأ الاستيراد"
|
936 |
|
943 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
944 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
945 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
946 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
947 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
948 |
msgid "(optional)"
|
949 |
msgstr "(اختيار)"
|
950 |
|
958 |
|
959 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
960 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
961 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
962 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
964 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
965 |
msgid "(required)"
|
966 |
msgstr "(مطلوب)"
|
967 |
|
1090 |
msgid "Assessment"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1094 |
msgid "Answers"
|
1095 |
msgstr "اجابات"
|
1096 |
|
1097 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1098 |
msgid ""
|
1099 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1100 |
"answers will be displayed randomly."
|
1102 |
"يرجى فرز الإجابات في بالترتيب الصحيح بزر \"نقل\" - . سوف يتم عرض الإجابات "
|
1103 |
"بشكل عشوائي."
|
1104 |
|
1105 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1106 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1107 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1108 |
msgid "Add new answer"
|
1109 |
msgstr "اضف اجابة جديدة"
|
1110 |
|
1111 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1112 |
msgid ""
|
1113 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1114 |
"matching criterion."
|
1116 |
"في هذا الوضع، لا يوجد قائمة لا بد من فرزها، ولكن يجب تعيين عناصر مطابقة "
|
1117 |
"لمعيار."
|
1118 |
|
1119 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1120 |
msgid ""
|
1121 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1122 |
"user."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1126 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1127 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1128 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1129 |
msgid "Options"
|
1130 |
msgstr "خيارات"
|
1131 |
|
1132 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1133 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1134 |
msgid "Answer"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1138 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1139 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1140 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1141 |
msgid "Allow HTML"
|
1142 |
msgstr "السماح بــ HTML"
|
1143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1144 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1145 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1146 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1147 |
+
msgid "Delete answer"
|
1148 |
+
msgstr "حذف الاجابة"
|
1149 |
|
1150 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1151 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1152 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1153 |
+
msgid "Add Media"
|
1154 |
+
msgstr ""
|
1155 |
+
|
1156 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1157 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1158 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1159 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1160 |
msgid "Move"
|
1161 |
msgstr "تحريك"
|
1162 |
|
1163 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1164 |
msgid "Criterion"
|
1165 |
msgstr "معيار"
|
1166 |
|
1167 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1168 |
msgid ""
|
1169 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1170 |
msgstr "الإجابات الصحيحة (واحد في كل سطر) (يتم تحويل الإجابات إلى أحرف صغيرة)"
|
1171 |
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1173 |
msgid ""
|
1174 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1175 |
"small letters will be ignored."
|
1177 |
"لاحتوائه مع قاموس رواجا مثل {} \"{} I كرة القدم ألعاب \". يتم تجاهل الحروف "
|
1178 |
"الكبيرة والصغيرة."
|
1179 |
|
1180 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1181 |
msgid ""
|
1182 |
"You can specify multiple options for a search word. Enclose the word with "
|
1183 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1185 |
"hate are correct."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1189 |
msgid ""
|
1190 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1191 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1195 |
msgid ""
|
1196 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1197 |
"\" 3 points."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1201 |
msgid "Here you can create an assessment question."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1205 |
msgid ""
|
1206 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1210 |
msgid "The number of options in the maximum score."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1214 |
msgid "Examples:"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1218 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1222 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1223 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1224 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1225 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1226 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1227 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1228 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1229 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1230 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1231 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1232 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1233 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1234 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1235 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1236 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1237 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1238 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1239 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1240 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1241 |
msgid "Demo"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1245 |
msgid "less true { [a] [b] [c] } more true"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1249 |
+
msgid "Single choice options"
|
1250 |
+
msgstr ""
|
1251 |
+
|
1252 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1253 |
+
msgid ""
|
1254 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1255 |
+
"special mode.<br> This changes the calculation of the points"
|
1256 |
+
msgstr ""
|
1257 |
+
|
1258 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1259 |
+
msgid "Different points - modus 2 activate"
|
1260 |
+
msgstr ""
|
1261 |
+
|
1262 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1263 |
+
msgid "Disables the distinction between correct and incorrect."
|
1264 |
+
msgstr ""
|
1265 |
+
|
1266 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1267 |
+
msgid "disable correct and incorrent"
|
1268 |
+
msgstr ""
|
1269 |
+
|
1270 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1271 |
+
msgid "Explanation of points calculation"
|
1272 |
+
msgstr ""
|
1273 |
+
|
1274 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1275 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1276 |
+
msgid "\"Different points for each answer\" enabled"
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1280 |
+
msgid "\"Different points - mode 2\" disable"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1284 |
+
msgid "\"Different points - mode 2\" enabled"
|
1285 |
+
msgstr ""
|
1286 |
+
|
1287 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1288 |
msgid "Questions sorted"
|
1289 |
msgstr "ترتيب الاسئلة"
|
1370 |
|
1371 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1372 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1373 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1374 |
msgid "Statistics"
|
1375 |
msgstr "احصائيات"
|
1376 |
|
1417 |
msgstr ""
|
1418 |
|
1419 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1420 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1421 |
msgid "all users"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1425 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1426 |
msgid "registered useres only"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1430 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1431 |
msgid "anonymous users only"
|
1432 |
msgstr ""
|
1433 |
|
1571 |
"user. (only registered users)"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1575 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1576 |
+
msgid "Autostart"
|
1577 |
+
msgstr ""
|
1578 |
+
|
1579 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1580 |
+
msgid ""
|
1581 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1582 |
+
"is loaded."
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1586 |
msgid "Quiz description"
|
1587 |
msgstr "وصف الاختبار"
|
1588 |
|
1589 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1590 |
msgid "This text will be displayed before start of the quiz."
|
1591 |
msgstr "سيتم عرض هذا النص قبل بدء الاختبار."
|
1592 |
|
1593 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1594 |
msgid "Results text"
|
1595 |
msgstr "نص النتائج"
|
1596 |
|
1597 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1598 |
msgid ""
|
1599 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1600 |
"is optional)"
|
1601 |
msgstr "سيتم عرض هذا النص في نهاية الاختبار (في النتائج). (هذا النص اختياري)"
|
1602 |
|
1603 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1604 |
msgid "Activate graduation"
|
1605 |
msgstr "تفعيل التقييم"
|
1606 |
|
1607 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1608 |
msgid "Hint:"
|
1609 |
msgstr "تلميح:"
|
1610 |
|
1611 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1612 |
msgid "Maximal 15 levels"
|
1613 |
msgstr "اقصى حد 15 مستوى"
|
1614 |
|
1615 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1616 |
#, php-format
|
1617 |
msgid ""
|
1618 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1621 |
"النسبة المئوية تشير الي الدرجة الكلية للأختبار.( المجموع الحالي %d درجة في "
|
1622 |
"%d سؤال"
|
1623 |
|
1624 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1625 |
msgid "Values can also be mixed up"
|
1626 |
msgstr "يمكن لخبطة القيم"
|
1627 |
|
1628 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1629 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1630 |
msgstr "10.15% او 10.15% مسموح به (اقصى حد هو رقمين بعد النسبة المئوية)"
|
1631 |
|
1632 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1633 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1634 |
msgid "from:"
|
1635 |
msgstr "من:"
|
1636 |
|
1637 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1638 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1639 |
msgid "percent"
|
1640 |
msgstr "النسبة المئوية"
|
1641 |
|
1642 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1643 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1644 |
#, php-format
|
1645 |
msgid ""
|
1646 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1649 |
"(سوف يتم عرضه، عندما تكون نسبة النتيجة>= <span class=\"resultProzent\">%s</"
|
1650 |
"span>%%)"
|
1651 |
|
1652 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1653 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1654 |
msgid "Delete graduation"
|
1655 |
msgstr "حذف التقييم"
|
1656 |
|
1657 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1658 |
msgid "Add graduation"
|
1659 |
msgstr "اضافة تقييم"
|
1660 |
|
1661 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1662 |
msgid "Result-Options"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1667 |
msgid "Show average points"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1671 |
msgid "Statistics-function must be enabled."
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1675 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1676 |
msgid "Show category score"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1680 |
msgid ""
|
1681 |
"If you enable this option, the results of each category is displayed on the "
|
1682 |
"results page."
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1686 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1687 |
msgid "Hide correct questions - display"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1691 |
msgid ""
|
1692 |
"If you select this option, no longer the number of correctly answered "
|
1693 |
"questions are displayed on the results page."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1697 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1698 |
msgid "Hide quiz time - display"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1702 |
msgid ""
|
1703 |
"If you enable this option, the time for finishing the quiz won't be "
|
1704 |
"displayed on the results page anymore."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1709 |
msgid "Hide score - display"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1713 |
msgid ""
|
1714 |
"If you enable this option, final score won't be displayed on the results "
|
1715 |
"page anymore."
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1719 |
msgid "Question-Options"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1724 |
msgid "Show points"
|
1725 |
msgstr "اعرض الدرجات"
|
1726 |
|
1727 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1728 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1729 |
msgstr "يظهر في الاختبار، كم عدد نقاط يمكن الوصول للأسئلة المعنية."
|
1730 |
|
1731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1733 |
msgid "Number answers"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1737 |
msgid ""
|
1738 |
"If this option is activated, all answers are numbered (only single and "
|
1739 |
"multiple choice)"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1744 |
msgid "Hide correct- and incorrect message"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1748 |
msgid ""
|
1749 |
"If you enable this option, no correct- or incorrect message will be "
|
1750 |
"displayed."
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1755 |
msgid "Correct and incorrect answer mark"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1759 |
msgid ""
|
1760 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1761 |
"incorrect. "
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1766 |
+
msgid "Force user to answer each question"
|
1767 |
+
msgstr ""
|
1768 |
+
|
1769 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1770 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1771 |
+
msgstr ""
|
1772 |
+
|
1773 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1774 |
+
msgid ""
|
1775 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1776 |
+
"appear after end of the quiz, otherwise after each question."
|
1777 |
+
msgstr ""
|
1778 |
+
|
1779 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1780 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1781 |
+
msgid "Hide question position overview"
|
1782 |
+
msgstr ""
|
1783 |
+
|
1784 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1785 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1786 |
+
msgstr ""
|
1787 |
+
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1789 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1790 |
+
msgid "Hide question numbering"
|
1791 |
+
msgstr ""
|
1792 |
+
|
1793 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1794 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1795 |
+
msgstr ""
|
1796 |
+
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1798 |
msgid ""
|
1799 |
"The leaderboard allows users to enter results in public list and to share "
|
1800 |
"the result this way."
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1804 |
msgid "The leaderboard works independent from internal statistics function."
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1808 |
msgid "Who can sign up to the list"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1812 |
msgid ""
|
1813 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1814 |
"displayed)"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1818 |
msgid "insert automatically"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1822 |
msgid ""
|
1823 |
"If you enable this option, logged in users will be automatically entered "
|
1824 |
"into leaderboard"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1828 |
msgid "display captcha"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1832 |
msgid ""
|
1833 |
"If you enable this option, additional captcha will be displayed for users "
|
1834 |
"who are not registered."
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1838 |
msgid "This option requires additional plugin:"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1842 |
msgid "Plugin has been detected."
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1846 |
msgid "Plugin is not installed."
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1850 |
msgid "Sort list by"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1854 |
msgid "Users can apply multiple times"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1858 |
msgid "User can apply after:"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1862 |
msgid "minute"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1866 |
msgid "How many entries should be displayed"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1870 |
msgid "Entries"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1874 |
msgid "Automatically display leaderboard in quiz result"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1878 |
msgid "Where should leaderboard be displayed:"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1882 |
msgid "don't display"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1886 |
msgid "below the \"result text\""
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1890 |
msgid "in a button"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1894 |
msgid "Quiz-Mode"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1898 |
msgid "Normal"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1902 |
msgid "Normal + Back-Button"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1906 |
msgid "Check -> continue"
|
1907 |
msgstr "فحص->استكمال"
|
1908 |
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1910 |
msgid "Questions below each other"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1914 |
msgid ""
|
1915 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1916 |
"displayed at the end of the quiz."
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
1920 |
msgid "Allows to use the back button in a question."
|
1921 |
msgstr ""
|
1922 |
|
1923 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
1924 |
msgid "Shows \"right or wrong\" after each question."
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
1928 |
msgid ""
|
1929 |
"If this option is activated, all answers are displayed below each other, i."
|
1930 |
"e. all questions are on a single page."
|
1951 |
msgid "Support WP-Pro-Quiz"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
1955 |
msgid "ID"
|
1956 |
msgstr "الرقم"
|
1957 |
|
1958 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
1959 |
msgid "Shortcode"
|
1960 |
msgstr "الكود"
|
1961 |
|
1962 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
1963 |
msgid "Shortcode-Leaderboard"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
1967 |
msgid "Preview"
|
1968 |
msgstr "استعراض"
|
1969 |
|
1970 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
1971 |
msgid "Add quiz"
|
1972 |
msgstr "اضف اختبار"
|
1973 |
|
1974 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
1976 |
msgid "Export"
|
1977 |
msgstr "تصدير"
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
1980 |
msgid ""
|
1981 |
"Choose the respective question, which you would like to export and press on "
|
1982 |
"\"Start export\""
|
1983 |
msgstr "اختار سؤال، الذي تود أن تقوم بتصديره و اضغط على \"ابدأ التصدير\""
|
1984 |
|
1985 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
1986 |
+
msgid "Format:"
|
1987 |
+
msgstr ""
|
1988 |
+
|
1989 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
1990 |
+
msgid "*.wpq"
|
1991 |
+
msgstr ""
|
1992 |
+
|
1993 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
1994 |
+
msgid "or"
|
1995 |
+
msgstr ""
|
1996 |
+
|
1997 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
1998 |
+
msgid "*.xml"
|
1999 |
+
msgstr ""
|
2000 |
+
|
2001 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2002 |
msgid "Start export"
|
2003 |
msgstr "ابدأ التصدير"
|
2004 |
|
2005 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2006 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2007 |
+
msgstr ""
|
2008 |
|
2009 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2010 |
#, php-format
|
2011 |
msgid "Maximal %d MiB"
|
2012 |
msgstr "الحد الاقصى من %d MIB"
|
2175 |
#~ msgid "correct?"
|
2176 |
#~ msgstr "صحيح؟"
|
2177 |
|
|
|
|
|
|
|
2178 |
#~ msgid "Right"
|
2179 |
#~ msgstr "صحيح"
|
2180 |
|
languages/wp-pro-quiz-cs_CZ.mo
ADDED
Binary file
|
languages/wp-pro-quiz-cs_CZ.po
ADDED
@@ -0,0 +1,2274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP-Pro-Quiz Czech\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:55+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:55+0100\n"
|
6 |
+
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
+
"Language-Team: Petr Štěpán <p.stepan@vlastenci.cz>\n"
|
8 |
+
"Language: cs_CZ\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:96
|
20 |
+
msgid "Do you really want to delete the quiz/question?"
|
21 |
+
msgstr "Opravdu chcete odstranit kvíz/otázku?"
|
22 |
+
|
23 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:97
|
24 |
+
msgid "Title is not filled!"
|
25 |
+
msgstr "Musíte vyplnit titulek!"
|
26 |
+
|
27 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:98
|
28 |
+
msgid "No question deposited!"
|
29 |
+
msgstr "Nepoložili jste žádnou otázku!"
|
30 |
+
|
31 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:99
|
32 |
+
msgid "Correct answer was not selected!"
|
33 |
+
msgstr "Musíte vybrat správnou odpověď!"
|
34 |
+
|
35 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:100
|
36 |
+
msgid "No answer deposited!"
|
37 |
+
msgstr "Nevyplnili jste žádnou odpověď!"
|
38 |
+
|
39 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:101
|
40 |
+
msgid "No quiz description filled!"
|
41 |
+
msgstr "Musít vyplnit popis kvízu!"
|
42 |
+
|
43 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:102
|
44 |
+
msgid "The percent values in result text are incorrect."
|
45 |
+
msgstr "Procentuální hodnoty v popisu výsledků jsou nesprávné."
|
46 |
+
|
47 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:103
|
48 |
+
msgid "No number in the field \"Points\" or less than 1"
|
49 |
+
msgstr "V poli \"Body\" jste nevyplnli žádé číslo (nebo je menší než 1)"
|
50 |
+
|
51 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:104
|
52 |
+
msgid "No number in the field \"Points\" or less than 0"
|
53 |
+
msgstr "Nevyplnili jste číslo v poli \"Body\", nebo je menší než 0"
|
54 |
+
|
55 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:105
|
56 |
+
msgid "No quiz selected"
|
57 |
+
msgstr "Nevybrali jste žádný kvíz"
|
58 |
+
|
59 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:106
|
60 |
+
msgid "Do you really want to reset the statistic?"
|
61 |
+
msgstr "Opravdu chcete vynulovat statistiky?"
|
62 |
+
|
63 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
64 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
65 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
66 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
67 |
+
msgid "No data available"
|
68 |
+
msgstr "Žádná data"
|
69 |
+
|
70 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:108
|
71 |
+
msgid "No sort element in the criterion"
|
72 |
+
msgstr "Množina musí mít prvek!"
|
73 |
+
|
74 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:109
|
75 |
+
msgid ""
|
76 |
+
"\"Different points for every answer\" is not possible at \"Free\" choice"
|
77 |
+
msgstr ""
|
78 |
+
"\"Odlišný počet bodů pro každou odpověď.\" nelze použít pro volbu \"Volná "
|
79 |
+
"odpověď\""
|
80 |
+
|
81 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:110
|
82 |
+
msgid "You must specify a name."
|
83 |
+
msgstr "Musíte upřesnit název (jméno)."
|
84 |
+
|
85 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:111
|
86 |
+
msgid "This entry should really be deleted?"
|
87 |
+
msgstr "Opravdu chcete odstranit tento výsledek?"
|
88 |
+
|
89 |
+
#: lib/controller/WpProQuiz_Controller_Admin.php:112
|
90 |
+
msgid "Not all fields completed."
|
91 |
+
msgstr "Nevyplnili jste všechna pole."
|
92 |
+
|
93 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
94 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
95 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
96 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
97 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
98 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
99 |
+
#: lib/view/WpProQuiz_View_Statistics.php:40
|
100 |
+
msgid "Loading"
|
101 |
+
msgstr "Načítám"
|
102 |
+
|
103 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
104 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
106 |
+
msgid "You must answer this question."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
110 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
111 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
112 |
+
msgid "You must answer all questions before you can completed the quiz."
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
116 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
117 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
119 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
120 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
121 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
122 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
123 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
124 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
125 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
126 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:297
|
127 |
+
#: lib/controller/WpProQuiz_Controller_Statistics.php:32
|
128 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:88
|
129 |
+
msgid "You do not have sufficient permissions to access this page."
|
130 |
+
msgstr "Nemáte dostatečná oprávnění k přístupu na tuto stránku."
|
131 |
+
|
132 |
+
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:20
|
133 |
+
msgid "Settings saved"
|
134 |
+
msgstr "Nastavení uložena"
|
135 |
+
|
136 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
137 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
138 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
139 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
140 |
+
msgid "File cannot be processed"
|
141 |
+
msgstr "Soubor nelze nahrát"
|
142 |
+
|
143 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:9
|
144 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:19
|
145 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:201
|
146 |
+
msgid "Quiz not found"
|
147 |
+
msgstr "Kvíz nenalezen"
|
148 |
+
|
149 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:65
|
150 |
+
msgid "questions copied"
|
151 |
+
msgstr "otázky zkopírovány"
|
152 |
+
|
153 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:147
|
154 |
+
msgid "Edit question"
|
155 |
+
msgstr "Upravit otázku"
|
156 |
+
|
157 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:156
|
158 |
+
msgid "Question not found"
|
159 |
+
msgstr "Otázka nenalezena"
|
160 |
+
|
161 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
162 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
163 |
+
#, php-format
|
164 |
+
msgid "Question: %d"
|
165 |
+
msgstr "Otázka: %d"
|
166 |
+
|
167 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
168 |
+
msgid "Question edited"
|
169 |
+
msgstr "Otázka upravena"
|
170 |
+
|
171 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
172 |
+
msgid "New question"
|
173 |
+
msgstr "Nová otázka"
|
174 |
+
|
175 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
176 |
+
msgid "Question added"
|
177 |
+
msgstr "Otázka přidána"
|
178 |
+
|
179 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:196
|
180 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:21
|
181 |
+
msgid "Edit quiz"
|
182 |
+
msgstr "Upravit kvíz"
|
183 |
+
|
184 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:216
|
185 |
+
msgid "Quiz edited"
|
186 |
+
msgstr "Kvíz upraven"
|
187 |
+
|
188 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:233
|
189 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:281
|
190 |
+
msgid "Quiz title or quiz description are not filled"
|
191 |
+
msgstr "Název kvízu nebo jeho popis nejsou vyplněny"
|
192 |
+
|
193 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:253
|
194 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:267
|
195 |
+
msgid "Create quiz"
|
196 |
+
msgstr "Nový kvíz"
|
197 |
+
|
198 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:314
|
199 |
+
msgid "Quiz deleted"
|
200 |
+
msgstr "Kvíz smazán"
|
201 |
+
|
202 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
203 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
204 |
+
msgid "Not categorized"
|
205 |
+
msgstr "Žádná rubrika"
|
206 |
+
|
207 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
208 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
209 |
+
msgid "Categories"
|
210 |
+
msgstr "Rubriky"
|
211 |
+
|
212 |
+
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
213 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
214 |
+
msgid "No category"
|
215 |
+
msgstr "Žádná rubrika"
|
216 |
+
|
217 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:80
|
218 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:211
|
219 |
+
msgid "No name or e-mail entered."
|
220 |
+
msgstr "Musíte vyplnit jméno nebo e-mail!"
|
221 |
+
|
222 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:148
|
223 |
+
msgid "You signed up successfully."
|
224 |
+
msgstr "Zápis proběhl v pořádku. "
|
225 |
+
|
226 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:156
|
227 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:160
|
228 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:177
|
229 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:181
|
230 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:187
|
231 |
+
msgid "An error has occurred."
|
232 |
+
msgstr "Vyskytla se chyba."
|
233 |
+
|
234 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:198
|
235 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:207
|
236 |
+
msgid "You can not enter again."
|
237 |
+
msgstr "Nelze vložit znovu."
|
238 |
+
|
239 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:215
|
240 |
+
msgid "Your name can not exceed 15 characters."
|
241 |
+
msgstr "Vaše jméno nesmí přesáhnout 15 znaků."
|
242 |
+
|
243 |
+
#: lib/controller/WpProQuiz_Controller_Toplist.php:223
|
244 |
+
msgid "You entered wrong captcha code."
|
245 |
+
msgstr "Špatně jste opsali kód z obrázku."
|
246 |
+
|
247 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
248 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
249 |
+
msgid "File was not uploaded"
|
250 |
+
msgstr "Soubor nebyl nahrán."
|
251 |
+
|
252 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:40
|
253 |
+
msgid "File have wrong format"
|
254 |
+
msgstr "Soubor má špatný formát."
|
255 |
+
|
256 |
+
#: lib/helper/WpProQuiz_Helper_Import.php:45
|
257 |
+
msgid "File is not compatible with the current version"
|
258 |
+
msgstr "Soubor není kompatibilní se současnou verzí."
|
259 |
+
|
260 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
261 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
262 |
+
msgid "XML could not be loaded."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
266 |
+
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
267 |
+
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
268 |
+
msgstr "Wp-Pro-Quiz: Uživatel dokončil kvíz"
|
269 |
+
|
270 |
+
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:49
|
271 |
+
msgid ""
|
272 |
+
"Wp-Pro-Quiz\n"
|
273 |
+
"\n"
|
274 |
+
"The user \"$username\" has completed \"$quizname\" the quiz.\n"
|
275 |
+
"\n"
|
276 |
+
"Points: $points\n"
|
277 |
+
"Result: $result\n"
|
278 |
+
"\n"
|
279 |
+
msgstr ""
|
280 |
+
"Wp-Pro-Quiz\n"
|
281 |
+
"\n"
|
282 |
+
"Uživatel \"$username\" dokončil kvíz \"$quizname\" .\n"
|
283 |
+
"\n"
|
284 |
+
"Počet bodů: $points\n"
|
285 |
+
"Výsledek: $result\n"
|
286 |
+
"\n"
|
287 |
+
|
288 |
+
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:81
|
289 |
+
msgid ""
|
290 |
+
"Wp-Pro-Quiz\n"
|
291 |
+
"\n"
|
292 |
+
"You have completed the quiz \"$quizname\".\n"
|
293 |
+
"\n"
|
294 |
+
"Points: $points\n"
|
295 |
+
"Result: $result\n"
|
296 |
+
"\n"
|
297 |
+
msgstr ""
|
298 |
+
"Wp-Pro-Quiz\n"
|
299 |
+
"\n"
|
300 |
+
"Uživatel \"$username\" dokončil kvíz \"$quizname\" .\n"
|
301 |
+
"\n"
|
302 |
+
"Počet bodů: $points\n"
|
303 |
+
"Výsledek: $result\n"
|
304 |
+
"\n"
|
305 |
+
|
306 |
+
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
|
307 |
+
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
|
308 |
+
msgid "The user completed a quiz."
|
309 |
+
msgstr "Uživatel dokončil kvíz."
|
310 |
+
|
311 |
+
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
|
312 |
+
msgid "The user completed a quiz with 100 percent."
|
313 |
+
msgstr "Uživatel dokončil kvíz na 100 procent."
|
314 |
+
|
315 |
+
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
|
316 |
+
msgid "A powerful and beautiful quiz plugin for WordPress."
|
317 |
+
msgstr "WP-Pro-Quiz je propracovaný a jednoduchý plugin pro WordPress."
|
318 |
+
|
319 |
+
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
320 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
321 |
+
msgid "WP-Pro-Quiz"
|
322 |
+
msgstr "WP-Pro-Quiz"
|
323 |
+
|
324 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
325 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
326 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
327 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
328 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
329 |
+
msgid "Leaderboard"
|
330 |
+
msgstr "Žebříček"
|
331 |
+
|
332 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:8
|
333 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:9
|
334 |
+
#: lib/view/WpProQuiz_View_Import.php:22
|
335 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:22
|
336 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:19
|
337 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:14
|
338 |
+
#: lib/view/WpProQuiz_View_Statistics.php:24
|
339 |
+
#: lib/view/WpProQuiz_View_StyleManager.php:11
|
340 |
+
msgid "back to overview"
|
341 |
+
msgstr "Zpět na přehled"
|
342 |
+
|
343 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:11
|
344 |
+
#: lib/view/WpProQuiz_View_Statistics.php:200
|
345 |
+
msgid "Filter"
|
346 |
+
msgstr "Filtr"
|
347 |
+
|
348 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:16
|
349 |
+
msgid "Sort by:"
|
350 |
+
msgstr "Seřadit podle:"
|
351 |
+
|
352 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
353 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
354 |
+
msgid "best user"
|
355 |
+
msgstr "nejlepších uživatelů"
|
356 |
+
|
357 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
358 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
359 |
+
msgid "newest entry"
|
360 |
+
msgstr "nejnovějších výsledků"
|
361 |
+
|
362 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
363 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
364 |
+
msgid "oldest entry"
|
365 |
+
msgstr "nejstarších výsledků"
|
366 |
+
|
367 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:26
|
368 |
+
#: lib/view/WpProQuiz_View_Statistics.php:211
|
369 |
+
msgid "How many entries should be shown on one page:"
|
370 |
+
msgstr "Kolik výsledků se má zobrazit na jedné stránce:"
|
371 |
+
|
372 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:38
|
373 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:57
|
374 |
+
msgid "Type"
|
375 |
+
msgstr "Typ"
|
376 |
+
|
377 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:38
|
378 |
+
msgid "UR = unregistered user, R = registered user"
|
379 |
+
msgstr "UR = neregistrovaný uživatel, R = registrovaný uživatel"
|
380 |
+
|
381 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:55
|
382 |
+
#: lib/view/WpProQuiz_View_Statistics.php:230
|
383 |
+
msgid "User"
|
384 |
+
msgstr "Uživatel"
|
385 |
+
|
386 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
387 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
388 |
+
msgid "E-Mail"
|
389 |
+
msgstr "E-Mail"
|
390 |
+
|
391 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:58
|
392 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:16
|
393 |
+
msgid "Entered on"
|
394 |
+
msgstr "Vloženo dne"
|
395 |
+
|
396 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
397 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
398 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
399 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
400 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
401 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
402 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
403 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
404 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
405 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
406 |
+
#: lib/view/WpProQuiz_View_Statistics.php:96
|
407 |
+
#: lib/view/WpProQuiz_View_Statistics.php:231
|
408 |
+
msgid "Points"
|
409 |
+
msgstr "Body"
|
410 |
+
|
411 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:60
|
412 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:87
|
413 |
+
#: lib/view/WpProQuiz_View_Statistics.php:102
|
414 |
+
#: lib/view/WpProQuiz_View_Statistics.php:236
|
415 |
+
msgid "Results"
|
416 |
+
msgstr "Výsledek"
|
417 |
+
|
418 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
419 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
420 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
421 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
422 |
+
msgid "Edit"
|
423 |
+
msgstr "Upravit"
|
424 |
+
|
425 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:75
|
426 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
427 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
428 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
429 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
430 |
+
msgid "Delete"
|
431 |
+
msgstr "Smazat"
|
432 |
+
|
433 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:80
|
434 |
+
msgid "save"
|
435 |
+
msgstr "uložit"
|
436 |
+
|
437 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:81
|
438 |
+
msgid "cancel"
|
439 |
+
msgstr "zrušit"
|
440 |
+
|
441 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:99
|
442 |
+
msgid "Action"
|
443 |
+
msgstr "Upravit"
|
444 |
+
|
445 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:102
|
446 |
+
msgid "Apply"
|
447 |
+
msgstr "Vložit"
|
448 |
+
|
449 |
+
#: lib/view/WpProQuiz_View_AdminToplist.php:103
|
450 |
+
msgid "Delete all entries"
|
451 |
+
msgstr "Smazat všechny výsledky"
|
452 |
+
|
453 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:48
|
454 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:119
|
455 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:124
|
456 |
+
msgid "Time limit"
|
457 |
+
msgstr "Časový limit"
|
458 |
+
|
459 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
460 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
461 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
462 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
463 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
464 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
465 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
466 |
+
msgid "Quiz-summary"
|
467 |
+
msgstr "Závěrečný přehled"
|
468 |
+
|
469 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:54
|
470 |
+
#, php-format
|
471 |
+
msgid "%s of %s questions completed"
|
472 |
+
msgstr "Zodpovězeno %s z %s otázek"
|
473 |
+
|
474 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
475 |
+
#: lib/view/WpProQuiz_View_Import.php:44
|
476 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
477 |
+
msgid "Questions"
|
478 |
+
msgstr "Otázky"
|
479 |
+
|
480 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
481 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
482 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
483 |
+
msgid "Finish quiz"
|
484 |
+
msgstr "Dokončit kvíz"
|
485 |
+
|
486 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:72
|
487 |
+
msgid "Start quiz"
|
488 |
+
msgstr "Začít"
|
489 |
+
|
490 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:77
|
491 |
+
msgid ""
|
492 |
+
"You have already completed the quiz before. Hence you can not start it again."
|
493 |
+
msgstr "Je nám líto, tento kvíz smíte vyplnit pouze jednou."
|
494 |
+
|
495 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:82
|
496 |
+
msgid "You have to finish following quiz, to start this quiz:"
|
497 |
+
msgstr "Abyste mohli vyplnit tento kvíz, nejdřív musíte splnit tenhle:"
|
498 |
+
|
499 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:90
|
500 |
+
#, php-format
|
501 |
+
msgid "%s of %s questions answered correctly"
|
502 |
+
msgstr "Odpověděli jste správně na %s z %s otázek"
|
503 |
+
|
504 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:94
|
505 |
+
msgid "Your time: <span></span>"
|
506 |
+
msgstr "Váš čas: <span></span>"
|
507 |
+
|
508 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:98
|
509 |
+
msgid "Time has elapsed"
|
510 |
+
msgstr "Čas vypršel"
|
511 |
+
|
512 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:102
|
513 |
+
#, php-format
|
514 |
+
msgid "You have reached %s of %s points, (%s)"
|
515 |
+
msgstr "Získali jste %s z %s bodů, (%s)"
|
516 |
+
|
517 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:110
|
518 |
+
msgid "Average score"
|
519 |
+
msgstr "Průměrný výsledek"
|
520 |
+
|
521 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:117
|
522 |
+
msgid "Your score"
|
523 |
+
msgstr "Váš výsledek"
|
524 |
+
|
525 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
526 |
+
msgid "Restart quiz"
|
527 |
+
msgstr "Znovu"
|
528 |
+
|
529 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:168
|
530 |
+
msgid "View questions"
|
531 |
+
msgstr "Zobrazit mé odpovědi"
|
532 |
+
|
533 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:171
|
534 |
+
msgid "Show leaderboard"
|
535 |
+
msgstr "Zobrazit žebříček"
|
536 |
+
|
537 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:194
|
538 |
+
msgid "Answered"
|
539 |
+
msgstr "Zodpovězeno"
|
540 |
+
|
541 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:198
|
542 |
+
msgid "Review"
|
543 |
+
msgstr "Poznačené otázky"
|
544 |
+
|
545 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:205
|
546 |
+
msgid "Review question"
|
547 |
+
msgstr "Poznačit tuto otázku"
|
548 |
+
|
549 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
550 |
+
#, php-format
|
551 |
+
msgid "Question %s of %s"
|
552 |
+
msgstr "Otázka %s / %s"
|
553 |
+
|
554 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
555 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
556 |
+
#: lib/view/WpProQuiz_View_Statistics.php:95
|
557 |
+
msgid "Question"
|
558 |
+
msgstr "Otázka"
|
559 |
+
|
560 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
561 |
+
#, php-format
|
562 |
+
msgid "%d points"
|
563 |
+
msgstr "Bodové ohodnocení: %d"
|
564 |
+
|
565 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
566 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
567 |
+
msgid "Sort elements"
|
568 |
+
msgstr "Přiřaďte"
|
569 |
+
|
570 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
571 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
572 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
573 |
+
#: lib/view/WpProQuiz_View_Statistics.php:97
|
574 |
+
#: lib/view/WpProQuiz_View_Statistics.php:232
|
575 |
+
msgid "Correct"
|
576 |
+
msgstr "Správně"
|
577 |
+
|
578 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
579 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
580 |
+
#: lib/view/WpProQuiz_View_Statistics.php:98
|
581 |
+
#: lib/view/WpProQuiz_View_Statistics.php:233
|
582 |
+
msgid "Incorrect"
|
583 |
+
msgstr "Špatně"
|
584 |
+
|
585 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
586 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
587 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
588 |
+
msgid "Hint"
|
589 |
+
msgstr "Nápověda"
|
590 |
+
|
591 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
592 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
593 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
594 |
+
msgid "Skip question"
|
595 |
+
msgstr "Přeskočit otázku"
|
596 |
+
|
597 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
598 |
+
msgid "Back"
|
599 |
+
msgstr "Zpět"
|
600 |
+
|
601 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
602 |
+
msgid "Check"
|
603 |
+
msgstr "Zkontrolovat"
|
604 |
+
|
605 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
606 |
+
msgid "Next"
|
607 |
+
msgstr "Další"
|
608 |
+
|
609 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
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:501
|
614 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
615 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
616 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
617 |
+
msgid "Name"
|
618 |
+
msgstr "Jméno"
|
619 |
+
|
620 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
621 |
+
msgid "Captcha"
|
622 |
+
msgstr "Opiště kód"
|
623 |
+
|
624 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
625 |
+
msgid "Send"
|
626 |
+
msgstr "Odeslat"
|
627 |
+
|
628 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:11
|
629 |
+
#, php-format
|
630 |
+
msgid "maximum of %s points"
|
631 |
+
msgstr "maximum z %s bodů"
|
632 |
+
|
633 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:14
|
634 |
+
msgid "Pos."
|
635 |
+
msgstr "Umístění"
|
636 |
+
|
637 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:18
|
638 |
+
msgid "Result"
|
639 |
+
msgstr "Výsledek"
|
640 |
+
|
641 |
+
#: lib/view/WpProQuiz_View_FrontToplist.php:23
|
642 |
+
msgid "Table is loading"
|
643 |
+
msgstr "Tabulka se načítá"
|
644 |
+
|
645 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:7
|
646 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:12
|
647 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:42
|
648 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:48
|
649 |
+
msgid "Global settings"
|
650 |
+
msgstr "Obecná nastavení"
|
651 |
+
|
652 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:13
|
653 |
+
msgid "E-Mail settings"
|
654 |
+
msgstr "Nastavení e-mailu"
|
655 |
+
|
656 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
657 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
658 |
+
msgid "Settings in case of problems"
|
659 |
+
msgstr "Nastavení, vyskytují-li se problémy"
|
660 |
+
|
661 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
662 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
663 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
664 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
665 |
+
msgid "Save"
|
666 |
+
msgstr "Uložit"
|
667 |
+
|
668 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:48
|
669 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:53
|
670 |
+
msgid "Leaderboard time format"
|
671 |
+
msgstr "Časový formát žebříčku"
|
672 |
+
|
673 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:75
|
674 |
+
msgid "Custom"
|
675 |
+
msgstr "Vlastní"
|
676 |
+
|
677 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:79
|
678 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:113
|
679 |
+
msgid "Documentation on date and time formatting"
|
680 |
+
msgstr "Dokumentace k formátování data a času"
|
681 |
+
|
682 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:87
|
683 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:92
|
684 |
+
msgid "Statistic time format"
|
685 |
+
msgstr "Formát času ve statistikách"
|
686 |
+
|
687 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:96
|
688 |
+
msgid "Select example:"
|
689 |
+
msgstr "Přednastavené:"
|
690 |
+
|
691 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:109
|
692 |
+
msgid "Time format:"
|
693 |
+
msgstr "Formát data a času"
|
694 |
+
|
695 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:122
|
696 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:127
|
697 |
+
msgid "Category management"
|
698 |
+
msgstr "Správa rubrik"
|
699 |
+
|
700 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
701 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
702 |
+
msgid "Admin e-mail settings"
|
703 |
+
msgstr "Nastavení e-mailu pro admina"
|
704 |
+
|
705 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:161
|
706 |
+
msgid "To:"
|
707 |
+
msgstr "Pro:"
|
708 |
+
|
709 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:168
|
710 |
+
msgid ""
|
711 |
+
"Separate multiple email addresses with a comma, e.g. wp@test.com, test@test."
|
712 |
+
"com"
|
713 |
+
msgstr "Oddělte jednotlivé adresy čárkou. Např.: wp@test.com, wp@test.com"
|
714 |
+
|
715 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
717 |
+
msgid "From:"
|
718 |
+
msgstr "Od:"
|
719 |
+
|
720 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
721 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
722 |
+
msgid "Subject:"
|
723 |
+
msgstr "Předmět:"
|
724 |
+
|
725 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
727 |
+
msgid "HTML"
|
728 |
+
msgstr "HTML"
|
729 |
+
|
730 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
731 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
732 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
733 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
734 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
735 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:96
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:112
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:146
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:186
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:244
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
759 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
762 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
763 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
766 |
+
msgid "Activate"
|
767 |
+
msgstr "Zapnout"
|
768 |
+
|
769 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
770 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
771 |
+
msgid "Message body:"
|
772 |
+
msgstr "Obsah zprávy:"
|
773 |
+
|
774 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
775 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
776 |
+
msgid "Allowed variables"
|
777 |
+
msgstr "Povolené proměnné"
|
778 |
+
|
779 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
780 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
781 |
+
msgid "User-ID"
|
782 |
+
msgstr "ID uživatele"
|
783 |
+
|
784 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
785 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
786 |
+
msgid "Username"
|
787 |
+
msgstr "Uživatelské jméno"
|
788 |
+
|
789 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
791 |
+
msgid "Quiz-Name"
|
792 |
+
msgstr "Název kvízu"
|
793 |
+
|
794 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
796 |
+
msgid "Result in precent"
|
797 |
+
msgstr "Výsledek v procentech"
|
798 |
+
|
799 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
801 |
+
msgid "Reached points"
|
802 |
+
msgstr "Dosaženo bodů"
|
803 |
+
|
804 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
805 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
806 |
+
msgid "IP-address of the user"
|
807 |
+
msgstr "IP adresa uživatele"
|
808 |
+
|
809 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
810 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
811 |
+
msgid "Category-Overview"
|
812 |
+
msgstr ""
|
813 |
+
|
814 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
815 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
816 |
+
msgid "User e-mail settings"
|
817 |
+
msgstr "Nastavení e-mailu pro uživatele"
|
818 |
+
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
820 |
+
msgid "to activate"
|
821 |
+
msgstr "aktivovat"
|
822 |
+
|
823 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
824 |
+
msgid "not to activate"
|
825 |
+
msgstr "nezapínat"
|
826 |
+
|
827 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
828 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
829 |
+
msgid "Please note"
|
830 |
+
msgstr "Poznámka"
|
831 |
+
|
832 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
833 |
+
msgid ""
|
834 |
+
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
835 |
+
msgstr ""
|
836 |
+
"Tato nastavení použijte pouze v případě problémů s fungováním pluginu Wp-Pro-"
|
837 |
+
"Quiz."
|
838 |
+
|
839 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
840 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
841 |
+
msgid "Automatically add [raw] shortcode"
|
842 |
+
msgstr "Automaticky přidávat shortcode [raw]"
|
843 |
+
|
844 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
845 |
+
#, php-format
|
846 |
+
msgid "It is recommended %s this option on your system."
|
847 |
+
msgstr "Pro Váš systém je doporučeno %s toto nastavení."
|
848 |
+
|
849 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
850 |
+
msgid ""
|
851 |
+
"If this option is activated, a [raw] shortcode is automatically set around "
|
852 |
+
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
853 |
+
msgstr ""
|
854 |
+
"Pokud toto nastavení zapnete, shortcode [raw] se automaticky vloží okolo "
|
855 |
+
"kódu WpProQuiz, ( [WpProQuiz X] ) se změní na [raw] [WpProQuiz X] [/raw]"
|
856 |
+
|
857 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
858 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
859 |
+
msgid ""
|
860 |
+
"Own themes changes internal order of filters, what causes the problems. "
|
861 |
+
"With additional shortcode [raw] this is prevented."
|
862 |
+
msgstr ""
|
863 |
+
"Vlastní témata mění pořadí filtrů, které způsobují problémy. Přidáním "
|
864 |
+
"shortcodu [raw] se tomu dá předejít."
|
865 |
+
|
866 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
867 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
868 |
+
msgid "Do not load the Javascript-files in the footer"
|
869 |
+
msgstr "Nenačítat Javascript v patičce"
|
870 |
+
|
871 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
872 |
+
msgid ""
|
873 |
+
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
874 |
+
"when they are really needed."
|
875 |
+
msgstr ""
|
876 |
+
"Obecně se všechny soubory Javascriptu pro WpProQuiz načítají v patičce, ale "
|
877 |
+
"pouze pokud je to opravdu třeba."
|
878 |
+
|
879 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
880 |
+
msgid "In very old Wordpress themes this can lead to problems."
|
881 |
+
msgstr "V opravdu starých šablonách to může způsobovat problémy."
|
882 |
+
|
883 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
884 |
+
msgid ""
|
885 |
+
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
886 |
+
"the header even if they are not needed."
|
887 |
+
msgstr ""
|
888 |
+
"Pokud tuto možnost aktivujete, všechny Javascripty WpProQuizu se budou "
|
889 |
+
"načítat v hlavičce (header), i když to není třeba."
|
890 |
+
|
891 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
892 |
+
#, php-format
|
893 |
+
msgid ""
|
894 |
+
"Anyone who wants to learn more about this topic should read through the "
|
895 |
+
"following websites %s and %s."
|
896 |
+
msgstr ""
|
897 |
+
"Pokud se chcete o tomto problému dočíst víc, informace naleznete na těchto "
|
898 |
+
"stránkách: %s a %s"
|
899 |
+
|
900 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
901 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
902 |
+
msgid "Touch Library"
|
903 |
+
msgstr "Touch Library"
|
904 |
+
|
905 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
906 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
907 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
908 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
910 |
+
msgid "Deactivate"
|
911 |
+
msgstr "Vypnout"
|
912 |
+
|
913 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
914 |
+
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
915 |
+
msgstr ""
|
916 |
+
"Ve verzi 0.13 byla pridána nová knihovna Touch Library pro potřeby mobilních "
|
917 |
+
"zařízení."
|
918 |
+
|
919 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
920 |
+
msgid "If you have any problems with the Touch Library, please deactivate it."
|
921 |
+
msgstr ""
|
922 |
+
"Pokud máte jakékoliv problémy s knihovnou Touch Library, prosím, vypněte ji."
|
923 |
+
|
924 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
925 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
926 |
+
msgid "jQuery support cors"
|
927 |
+
msgstr "jQuery podporující cors"
|
928 |
+
|
929 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
930 |
+
msgid "Is required only in rare cases."
|
931 |
+
msgstr "Je nutné zapnout pouze v ojedinělých případech."
|
932 |
+
|
933 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
934 |
+
msgid "If you have problems with the front ajax, please activate it."
|
935 |
+
msgstr "Pokud máte problémy s ajaxem, prosím, aktivujte jej."
|
936 |
+
|
937 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
938 |
+
msgid "e.g. Domain with special characters in combination with IE"
|
939 |
+
msgstr "Např.: Doména s netypickými znaky v prohlížeči Internet Explorer"
|
940 |
+
|
941 |
+
#: lib/view/WpProQuiz_View_Import.php:21
|
942 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
943 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
944 |
+
msgid "Import"
|
945 |
+
msgstr "Importovat"
|
946 |
+
|
947 |
+
#: lib/view/WpProQuiz_View_Import.php:25
|
948 |
+
msgid "Error"
|
949 |
+
msgstr "Chyba"
|
950 |
+
|
951 |
+
#: lib/view/WpProQuiz_View_Import.php:32
|
952 |
+
msgid "Successfully"
|
953 |
+
msgstr "Úspěšné"
|
954 |
+
|
955 |
+
#: lib/view/WpProQuiz_View_Import.php:34
|
956 |
+
msgid "Import completed successfully"
|
957 |
+
msgstr "Importování proběhlo úspěšně"
|
958 |
+
|
959 |
+
#: lib/view/WpProQuiz_View_Import.php:43
|
960 |
+
msgid "Quiz name"
|
961 |
+
msgstr "Název kvízu"
|
962 |
+
|
963 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
964 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
965 |
+
msgid "Start import"
|
966 |
+
msgstr "Začít s importem"
|
967 |
+
|
968 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:26
|
969 |
+
msgid "Title"
|
970 |
+
msgstr "Název"
|
971 |
+
|
972 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:26
|
973 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:66
|
974 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
975 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
976 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
977 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
978 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
979 |
+
msgid "(optional)"
|
980 |
+
msgstr "(volitelné)"
|
981 |
+
|
982 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:29
|
983 |
+
msgid ""
|
984 |
+
"The title is used for overview, it is not visible in quiz. If you leave the "
|
985 |
+
"title field empty, a title will be generated."
|
986 |
+
msgstr ""
|
987 |
+
"Titulek se používá jen v seznamu kvízů, v samotném kvízu není vidět. Pokud "
|
988 |
+
"pole nevyplníte, obsah se vygeneruje."
|
989 |
+
|
990 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
991 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
992 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
993 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
994 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
995 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
996 |
+
msgid "(required)"
|
997 |
+
msgstr "(povinné)"
|
998 |
+
|
999 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:39
|
1000 |
+
msgid "Points for this question (Standard is 1 point)"
|
1001 |
+
msgstr "Počet bodů za tuto otázku (obvykle 1 bod)"
|
1002 |
+
|
1003 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:45
|
1004 |
+
msgid ""
|
1005 |
+
"This points will be rewarded, only if the user closes the question correctly."
|
1006 |
+
msgstr "Uživatel získá body pouze v případě, že na otázku odpoví správně."
|
1007 |
+
|
1008 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:51
|
1009 |
+
msgid "Different points for each answer"
|
1010 |
+
msgstr "Odlišný počet bodů pro každou odpověď."
|
1011 |
+
|
1012 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:54
|
1013 |
+
msgid ""
|
1014 |
+
"If you enable this option, you can enter different points for every answer."
|
1015 |
+
msgstr ""
|
1016 |
+
"Pokud zapnete tuto možnost, můžete vložit odlišný počet bodů pro každou "
|
1017 |
+
"odpověď."
|
1018 |
+
|
1019 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:60
|
1020 |
+
msgid "Show reached points in the correct- and incorrect message?"
|
1021 |
+
msgstr "Zobrazit počet získaných bodů ve zprávě o dobré, nebo špatné odpovědi?"
|
1022 |
+
|
1023 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:66
|
1024 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:29
|
1025 |
+
#: lib/view/WpProQuiz_View_Statistics.php:115
|
1026 |
+
msgid "Category"
|
1027 |
+
msgstr "Rubrika"
|
1028 |
+
|
1029 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:69
|
1030 |
+
msgid ""
|
1031 |
+
"You can assign classify category for a question. Categories are e.g. visible "
|
1032 |
+
"in statistics function."
|
1033 |
+
msgstr ""
|
1034 |
+
"Můžete vložit rubriku pro otázku. Rubriky se zohledňují například ve "
|
1035 |
+
"statistikách."
|
1036 |
+
|
1037 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:72
|
1038 |
+
msgid "You can manage categories in global settings."
|
1039 |
+
msgstr "Rubriky můžete spravovat v obecných nastaveních."
|
1040 |
+
|
1041 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:76
|
1042 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:86
|
1043 |
+
msgid "Create new category"
|
1044 |
+
msgstr "Vytvořit novou rubriku"
|
1045 |
+
|
1046 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:88
|
1047 |
+
msgid "Create"
|
1048 |
+
msgstr "Vytvořit"
|
1049 |
+
|
1050 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:104
|
1051 |
+
msgid "Message with the correct / incorrect answer"
|
1052 |
+
msgstr "Zpráva pro správnou, nebo špatnou odpověď."
|
1053 |
+
|
1054 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:106
|
1055 |
+
msgid "Deactivated in quiz settings."
|
1056 |
+
msgstr "Vypnuto v nastavení kvízu."
|
1057 |
+
|
1058 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
1059 |
+
msgid "Message with the correct answer"
|
1060 |
+
msgstr "Zpráva pro správnou odpověď."
|
1061 |
+
|
1062 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:114
|
1063 |
+
msgid ""
|
1064 |
+
"This text will be visible if answered correctly. It can be used as "
|
1065 |
+
"explanation for complex questions. The message \"Right\" or \"Wrong\" is "
|
1066 |
+
"always displayed automatically."
|
1067 |
+
msgstr ""
|
1068 |
+
"Tento text se zobrazí, pokud uživatel odpoví správně. Nejvhodnější je to pro "
|
1069 |
+
"složité otázky. Označení \"Správně\", nebo \"Špatně\" se zobrazí vždy "
|
1070 |
+
"automaticky."
|
1071 |
+
|
1072 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:118
|
1073 |
+
msgid "Same text for correct- and incorrect-message?"
|
1074 |
+
msgstr "Má se zobrazit stejný text pro správné i špatné odpovědi?"
|
1075 |
+
|
1076 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
1077 |
+
msgid "Message with the incorrect answer"
|
1078 |
+
msgstr "Zpráva pro špatnou odpověď."
|
1079 |
+
|
1080 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:131
|
1081 |
+
msgid ""
|
1082 |
+
"This text will be visible if answered incorrectly. It can be used as "
|
1083 |
+
"explanation for complex questions. The message \"Right\" or \"Wrong\" is "
|
1084 |
+
"always displayed automatically."
|
1085 |
+
msgstr ""
|
1086 |
+
"Tento text se zobrazí, když uživatel odpoví špatně. Nejvhodnější je to pro "
|
1087 |
+
"složité otázky. Označení \"Správně\", nebo \"Špatně\" se zobrazí vždy "
|
1088 |
+
"automaticky."
|
1089 |
+
|
1090 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:143
|
1091 |
+
msgid "Here you can enter solution hint."
|
1092 |
+
msgstr "Zde můžete napsat nápovědu."
|
1093 |
+
|
1094 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:147
|
1095 |
+
msgid "Activate hint for this question?"
|
1096 |
+
msgstr "Použít nápovědu u této otázky?"
|
1097 |
+
|
1098 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:159
|
1099 |
+
msgid "Answer type"
|
1100 |
+
msgstr "Způsob odpovědi"
|
1101 |
+
|
1102 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:167
|
1103 |
+
msgid "Single choice"
|
1104 |
+
msgstr "Jedna správná odpověď"
|
1105 |
+
|
1106 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:171
|
1107 |
+
msgid "Multiple choice"
|
1108 |
+
msgstr "Více správných odpovědí"
|
1109 |
+
|
1110 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:175
|
1111 |
+
msgid "\"Free\" choice"
|
1112 |
+
msgstr " Volná odpověď"
|
1113 |
+
|
1114 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:179
|
1115 |
+
msgid "\"Sorting\" choice"
|
1116 |
+
msgstr "Řazení odpovědí"
|
1117 |
+
|
1118 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:183
|
1119 |
+
msgid "\"Matrix Sorting\" choice"
|
1120 |
+
msgstr "Spojování"
|
1121 |
+
|
1122 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:187
|
1123 |
+
msgid "Cloze"
|
1124 |
+
msgstr "Doplňování"
|
1125 |
+
|
1126 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:191
|
1127 |
+
msgid "Assessment"
|
1128 |
+
msgstr "Hodnocení"
|
1129 |
+
|
1130 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1131 |
+
msgid "Answers"
|
1132 |
+
msgstr "Odpovědi"
|
1133 |
+
|
1134 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1135 |
+
msgid ""
|
1136 |
+
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1137 |
+
"answers will be displayed randomly."
|
1138 |
+
msgstr ""
|
1139 |
+
"Prosím seřaďte odpovědit ve správném pořadí za pomocí tlačítka \"Posunout\". "
|
1140 |
+
"Odpovědi se v kvízu zobrazí náhodně."
|
1141 |
+
|
1142 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1143 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1144 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1145 |
+
msgid "Add new answer"
|
1146 |
+
msgstr "Přidat novou odpověď"
|
1147 |
+
|
1148 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1149 |
+
msgid ""
|
1150 |
+
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1151 |
+
"matching criterion."
|
1152 |
+
msgstr "Uživatel musí přiřadit prvky vpravo k množinám vlevo."
|
1153 |
+
|
1154 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1155 |
+
msgid ""
|
1156 |
+
"You can create sort elements with empty criteria, which can't be assigned by "
|
1157 |
+
"user."
|
1158 |
+
msgstr "Můžete vytvořit prvky bez dvojice, které nelze přiřadit."
|
1159 |
+
|
1160 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1161 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1162 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1163 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1164 |
+
msgid "Options"
|
1165 |
+
msgstr "Nastavení"
|
1166 |
+
|
1167 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1168 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1169 |
+
msgid "Answer"
|
1170 |
+
msgstr "Odpověď"
|
1171 |
+
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1173 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1174 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1175 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1176 |
+
msgid "Allow HTML"
|
1177 |
+
msgstr "Povolit HTML"
|
1178 |
+
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1180 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1181 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1182 |
+
msgid "Delete answer"
|
1183 |
+
msgstr "Smazat odpověď"
|
1184 |
+
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1186 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1187 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1188 |
+
msgid "Add Media"
|
1189 |
+
msgstr "Vložit mediální soubor"
|
1190 |
+
|
1191 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1192 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1193 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1194 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1195 |
+
msgid "Move"
|
1196 |
+
msgstr "Posunout"
|
1197 |
+
|
1198 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1199 |
+
msgid "Criterion"
|
1200 |
+
msgstr "Množina"
|
1201 |
+
|
1202 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1203 |
+
msgid ""
|
1204 |
+
"correct answers (one per line) (answers will be converted to lower case)"
|
1205 |
+
msgstr ""
|
1206 |
+
"správé odpovědi (jedna na řádek) (odpovědi se převedou na malá písmena)"
|
1207 |
+
|
1208 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1209 |
+
msgid ""
|
1210 |
+
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1211 |
+
"small letters will be ignored."
|
1212 |
+
msgstr ""
|
1213 |
+
"Ohraničte doplňovaná slova/písmena složenými závorkami { }. Např.: \"Dívk{y} "
|
1214 |
+
"pekl{y} koláče.\". Na velikost písmen nebude brán zřetel."
|
1215 |
+
|
1216 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1217 |
+
msgid ""
|
1218 |
+
"You can specify multiple options for a search word. Enclose the word with "
|
1219 |
+
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1220 |
+
"{[play][love][hate]} soccer\" </span>. In this case answers play, love OR "
|
1221 |
+
"hate are correct."
|
1222 |
+
msgstr ""
|
1223 |
+
"Pro každé doplňované pole můžete použít více možností. Uzavřete možnosti "
|
1224 |
+
"hranatými závorkami [], např.: <span style=\"font-style: normal; letter-"
|
1225 |
+
"spacing: 2px;\"> \"K českým národním barvám patří {[modrá][červená][bílá]}."
|
1226 |
+
"\" </span>. V tomto případě slova \"modrá\", \"červená\" i \"bílá\" budou "
|
1227 |
+
"hodnoceny jako správná (bodovaná) odpověď."
|
1228 |
+
|
1229 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1230 |
+
msgid ""
|
1231 |
+
"If mode \"Different points for every answer\" is activated, you can assign "
|
1232 |
+
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1233 |
+
msgstr ""
|
1234 |
+
"Pokud zaškrtnete \"Odlišný počet bodů pro každou odpověď.\" (výše), můžete "
|
1235 |
+
"ke správné opovědi přiřadit počet bodů pomocí znaku | a čísla. V ostatních "
|
1236 |
+
"případech bude za každou správnou odpověď udělen 1 bod."
|
1237 |
+
|
1238 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1239 |
+
msgid ""
|
1240 |
+
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1241 |
+
"\" 3 points."
|
1242 |
+
msgstr ""
|
1243 |
+
"Např.: \"Dívk{y} {z|5}hlédly film.\" - Napsat správně \"y\" je za 1 bod, "
|
1244 |
+
"protože to ví každý. Napsat \"z\" ve slově zhlédnout je za 5 bodů, protože "
|
1245 |
+
"hodně lidí jej píše špatně se \"s\" :-)."
|
1246 |
+
|
1247 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1248 |
+
msgid "Here you can create an assessment question."
|
1249 |
+
msgstr "Zde můžete vložit hodnotící otázku."
|
1250 |
+
|
1251 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1252 |
+
msgid ""
|
1253 |
+
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1254 |
+
msgstr ""
|
1255 |
+
"Vložte odpovědi do složených závorek {}. Jednotlivé odpovědi musí být ve "
|
1256 |
+
"hranatých závorkách []."
|
1257 |
+
|
1258 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1259 |
+
msgid "The number of options in the maximum score."
|
1260 |
+
msgstr "Maximální skóre se rovná počtu možností."
|
1261 |
+
|
1262 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1263 |
+
msgid "Examples:"
|
1264 |
+
msgstr "Příklady:"
|
1265 |
+
|
1266 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1267 |
+
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1268 |
+
msgstr "méně pravdivé { [1] [2] [3] [4] [5] } více pravdivé"
|
1269 |
+
|
1270 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1271 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1272 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1273 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1274 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1280 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1281 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1282 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1283 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1284 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1285 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1286 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1287 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1288 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1289 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1290 |
+
msgid "Demo"
|
1291 |
+
msgstr "Ukázka"
|
1292 |
+
|
1293 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1294 |
+
msgid "less true { [a] [b] [c] } more true"
|
1295 |
+
msgstr "méně pravdivé { [a] [b] [c] } více pravdivé"
|
1296 |
+
|
1297 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1298 |
+
msgid "Single choice options"
|
1299 |
+
msgstr ""
|
1300 |
+
|
1301 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1302 |
+
msgid ""
|
1303 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1304 |
+
"special mode.<br> This changes the calculation of the points"
|
1305 |
+
msgstr ""
|
1306 |
+
|
1307 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1308 |
+
msgid "Different points - modus 2 activate"
|
1309 |
+
msgstr ""
|
1310 |
+
|
1311 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1312 |
+
msgid "Disables the distinction between correct and incorrect."
|
1313 |
+
msgstr ""
|
1314 |
+
|
1315 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1316 |
+
msgid "disable correct and incorrent"
|
1317 |
+
msgstr ""
|
1318 |
+
|
1319 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1320 |
+
msgid "Explanation of points calculation"
|
1321 |
+
msgstr ""
|
1322 |
+
|
1323 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1324 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1325 |
+
msgid "\"Different points for each answer\" enabled"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1329 |
+
msgid "\"Different points - mode 2\" disable"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1333 |
+
msgid "\"Different points - mode 2\" enabled"
|
1334 |
+
msgstr ""
|
1335 |
+
|
1336 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1337 |
+
msgid "Questions sorted"
|
1338 |
+
msgstr "Pořadí uloženo"
|
1339 |
+
|
1340 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:78
|
1341 |
+
#: lib/view/WpProQuiz_View_Statistics.php:160
|
1342 |
+
msgid "Total"
|
1343 |
+
msgstr "Celkem"
|
1344 |
+
|
1345 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:86
|
1346 |
+
msgid "Add question"
|
1347 |
+
msgstr "Přidat otázku"
|
1348 |
+
|
1349 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:87
|
1350 |
+
msgid "Save order"
|
1351 |
+
msgstr "Uložit pořadí"
|
1352 |
+
|
1353 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:88
|
1354 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:93
|
1355 |
+
msgid "Copy questions from another Quiz"
|
1356 |
+
msgstr "Zkopírovat otázky z jiného kvízu"
|
1357 |
+
|
1358 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:94
|
1359 |
+
msgid ""
|
1360 |
+
"Here you can copy questions from another quiz into this quiz. (Multiple "
|
1361 |
+
"selection enabled)"
|
1362 |
+
msgstr ""
|
1363 |
+
"Tady můžete zkopírovat otázky z jiného kvízu do tohoto kvízu. (Lze označit "
|
1364 |
+
"více otázek)"
|
1365 |
+
|
1366 |
+
#: lib/view/WpProQuiz_View_QuestionOverall.php:106
|
1367 |
+
msgid "Copy questions"
|
1368 |
+
msgstr "Zkopírovat otázky"
|
1369 |
+
|
1370 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
1371 |
+
msgid "Quiz title"
|
1372 |
+
msgstr "Titulek kvízu"
|
1373 |
+
|
1374 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:30
|
1375 |
+
msgid "Hide quiz title"
|
1376 |
+
msgstr "Skrýt titulek kvízu"
|
1377 |
+
|
1378 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:35
|
1379 |
+
msgid "Hide title"
|
1380 |
+
msgstr "Skrýt titulek"
|
1381 |
+
|
1382 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:42
|
1383 |
+
msgid "The title serves as quiz heading."
|
1384 |
+
msgstr "Titulek je zobrazen v hlavičce kvízu jako nadpis."
|
1385 |
+
|
1386 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:49
|
1387 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:54
|
1388 |
+
msgid "Hide \"Restart quiz\" button"
|
1389 |
+
msgstr "Skrýt tlačítko \"Znovu\""
|
1390 |
+
|
1391 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:61
|
1392 |
+
msgid "Hide the \"Restart quiz\" button in the Frontend."
|
1393 |
+
msgstr "Skrýt tlačítko \"Znovu\" na závěrečné obrazovce."
|
1394 |
+
|
1395 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:68
|
1396 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:73
|
1397 |
+
msgid "Hide \"View question\" button"
|
1398 |
+
msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\""
|
1399 |
+
|
1400 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:80
|
1401 |
+
msgid "Hide the \"View question\" button in the Frontend."
|
1402 |
+
msgstr "Skrýt tlačítko \"Zobrazit mé odpovědi\" závěrečné obrazovce."
|
1403 |
+
|
1404 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:87
|
1405 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:92
|
1406 |
+
msgid "Display question randomly"
|
1407 |
+
msgstr "Seřadit otázky náhodně"
|
1408 |
+
|
1409 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:103
|
1410 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:108
|
1411 |
+
msgid "Display answers randomly"
|
1412 |
+
msgstr "Seřadit odpovědi náhodně"
|
1413 |
+
|
1414 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:127
|
1415 |
+
msgid "Seconds"
|
1416 |
+
msgstr "sekund"
|
1417 |
+
|
1418 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:130
|
1419 |
+
msgid "0 = no limit"
|
1420 |
+
msgstr "0 = bez limitu"
|
1421 |
+
|
1422 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1423 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1424 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1425 |
+
msgid "Statistics"
|
1426 |
+
msgstr "Statistika"
|
1427 |
+
|
1428 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:149
|
1429 |
+
msgid ""
|
1430 |
+
"Statistics about right or wrong answers. Statistics will be saved by "
|
1431 |
+
"completed quiz, not after every question. The statistics is only visible "
|
1432 |
+
"over administration menu. (internal statistics)"
|
1433 |
+
msgstr ""
|
1434 |
+
"Statistika správných a špatných odpovědí. Údaje se uloží po dokončení celého "
|
1435 |
+
"kvízu, ne po zodpovězení každé otázky. Statistiky jsou viditelné jen v "
|
1436 |
+
"administraci. (interní statistika)"
|
1437 |
+
|
1438 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:156
|
1439 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:161
|
1440 |
+
msgid "Statistics IP-lock"
|
1441 |
+
msgstr "Omezení vkládání statistik pro jednu IP adresu"
|
1442 |
+
|
1443 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:165
|
1444 |
+
msgid "in minutes (recommended 1440 minutes = 1 day)"
|
1445 |
+
msgstr "v minutách (doporučuje se 1440 minut = 1 den)"
|
1446 |
+
|
1447 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:168
|
1448 |
+
msgid ""
|
1449 |
+
"Protect the statistics from spam. Result will only be saved every X minutes "
|
1450 |
+
"from same IP. (0 = deactivated)"
|
1451 |
+
msgstr ""
|
1452 |
+
"Chrání databázi a statistiku před spamem. Výsledky z jednoho počítače (IP "
|
1453 |
+
"adresy) se uloží pouze po každých X minutách. (0 = vypnuto)"
|
1454 |
+
|
1455 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:175
|
1456 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:181
|
1457 |
+
msgid "Execute quiz only once"
|
1458 |
+
msgstr "Kvíz lze vyplnit pouze jednou"
|
1459 |
+
|
1460 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:189
|
1461 |
+
msgid ""
|
1462 |
+
"If you activate this option, the user can complete the quiz only once. "
|
1463 |
+
"Afterwards the quiz is blocked for this user."
|
1464 |
+
msgstr ""
|
1465 |
+
"Když zapnete tuto možnost, uživatel může splnit kvíz jen jednou. Poté se pro "
|
1466 |
+
"něho zablokuje."
|
1467 |
+
|
1468 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:193
|
1469 |
+
msgid "This option applies to:"
|
1470 |
+
msgstr "Tato možnost platí pro:"
|
1471 |
+
|
1472 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1473 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1474 |
+
msgid "all users"
|
1475 |
+
msgstr "všechny uživatele"
|
1476 |
+
|
1477 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1478 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1479 |
+
msgid "registered useres only"
|
1480 |
+
msgstr "pouze registrované"
|
1481 |
+
|
1482 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1483 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1484 |
+
msgid "anonymous users only"
|
1485 |
+
msgstr "pouze neregistrované (anonymy)"
|
1486 |
+
|
1487 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:215
|
1488 |
+
msgid "user identification by cookie"
|
1489 |
+
msgstr "identifikace uživatele pomocí cookies"
|
1490 |
+
|
1491 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:218
|
1492 |
+
msgid ""
|
1493 |
+
"If you activate this option, a cookie is set additionally for unregistrated "
|
1494 |
+
"(anonymous) users. This ensures a longer assignment of the user than the "
|
1495 |
+
"simple assignment by the IP address."
|
1496 |
+
msgstr ""
|
1497 |
+
"Pokud aktivujete tuto možnost, neregistrovaným (anonymům) se přidělí "
|
1498 |
+
"cookies. Lépe tak lze rozeznat jednotlivé uživatele než za pomoci IP adresy."
|
1499 |
+
|
1500 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:223
|
1501 |
+
msgid "Reset the user identification"
|
1502 |
+
msgstr "Vynulovat identifikaci uživatelů"
|
1503 |
+
|
1504 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:224
|
1505 |
+
msgid "User identification has been reset."
|
1506 |
+
msgstr "Identifikace o uživatelích vynulována."
|
1507 |
+
|
1508 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:226
|
1509 |
+
msgid "Resets user identification for all users."
|
1510 |
+
msgstr "Vynulovat identifikaci pro všechny uživatele."
|
1511 |
+
|
1512 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:235
|
1513 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:240
|
1514 |
+
msgid "Show only specific number of questions"
|
1515 |
+
msgstr "Zobrazit určitý počet otázek"
|
1516 |
+
|
1517 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:247
|
1518 |
+
msgid ""
|
1519 |
+
"If you enable this option, maximum number of displayed questions will be X "
|
1520 |
+
"from X questions. (The output of questions is random)"
|
1521 |
+
msgstr ""
|
1522 |
+
"Pokud zapnete tuto možnost, maximální počet nabídnutých otázek bude moci být "
|
1523 |
+
"nižší než celkový počet otázek (systém vybere otázky náhodně)."
|
1524 |
+
|
1525 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:250
|
1526 |
+
msgid "The statistics function is not available in this option."
|
1527 |
+
msgstr "Statistika při této možnost nefunguje."
|
1528 |
+
|
1529 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:253
|
1530 |
+
msgid ""
|
1531 |
+
"This option doesn't work reliable in connection with Frontend-Cache-Plugins."
|
1532 |
+
msgstr ""
|
1533 |
+
"Toto nastavení není spolehlivé ve spojení s pluginy \"Frontend-Cache-Plugins"
|
1534 |
+
"\"."
|
1535 |
+
|
1536 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:257
|
1537 |
+
msgid "How many questions should be displayed simultaneously:"
|
1538 |
+
msgstr "Kolik otázek by mělo být zobrazeno současně:"
|
1539 |
+
|
1540 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:262
|
1541 |
+
msgid "in percent"
|
1542 |
+
msgstr "v procentech"
|
1543 |
+
|
1544 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:270
|
1545 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:275
|
1546 |
+
msgid "Prerequisites"
|
1547 |
+
msgstr "Prerekvizity"
|
1548 |
+
|
1549 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:282
|
1550 |
+
msgid ""
|
1551 |
+
"If you enable this option, you can choose quiz, which user have to finish "
|
1552 |
+
"before he can start this quiz."
|
1553 |
+
msgstr ""
|
1554 |
+
"Pokud zapnete tuto možnost, můžete vybrat kvíz či kvízy, který musí uživatel "
|
1555 |
+
"dokončit před tím, než může vyplnit tento kvíz."
|
1556 |
+
|
1557 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:285
|
1558 |
+
msgid ""
|
1559 |
+
"In all selected quizzes statistic function have to be active. If it is not "
|
1560 |
+
"it will be activated automatically."
|
1561 |
+
msgstr ""
|
1562 |
+
"Ve všech zvolených kvízech musí být zapnutá statistika. Pokud není, zapne se "
|
1563 |
+
"automaticky."
|
1564 |
+
|
1565 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:290
|
1566 |
+
msgid "Quiz"
|
1567 |
+
msgstr "Kvíz"
|
1568 |
+
|
1569 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:292
|
1570 |
+
msgid "Prerequisites (This quiz have to be finished)"
|
1571 |
+
msgstr "Prerekvizity (Uživatel musí dokončit následující kvízy)"
|
1572 |
+
|
1573 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:331
|
1574 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:336
|
1575 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1576 |
+
msgid "Question overview"
|
1577 |
+
msgstr "Přehled otázek"
|
1578 |
+
|
1579 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:343
|
1580 |
+
msgid ""
|
1581 |
+
"Add at the top of the quiz a question overview, which allows easy "
|
1582 |
+
"navigation. Additional questions can be marked \"to review\"."
|
1583 |
+
msgstr ""
|
1584 |
+
"Přidá přehled otázek do horní části kvízu. Zlepší se tak navigace celým "
|
1585 |
+
"kvízem. Uživatel si pak může poznačit otázky, kterými si není jistý."
|
1586 |
+
|
1587 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:346
|
1588 |
+
msgid "Additional quiz overview will be displayed, before quiz is finished."
|
1589 |
+
msgstr "Závěrečný přehled lze zobrazit ještě před zodpovězením všech otázek."
|
1590 |
+
|
1591 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:377
|
1592 |
+
msgid ""
|
1593 |
+
"If you enalbe this option, no quiz overview will be displayed, before "
|
1594 |
+
"finishing quiz."
|
1595 |
+
msgstr ""
|
1596 |
+
"Pokud vypnete tuto možnost, uživatel se nedostane na závěrečný přehled, "
|
1597 |
+
"dokud nezodpoví všechny otázky."
|
1598 |
+
|
1599 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:396
|
1600 |
+
msgid ""
|
1601 |
+
"If you enable this option, user won't be able to skip question. (only in "
|
1602 |
+
"\"Overview -> next\" mode). User still will be able to navigate over "
|
1603 |
+
"\"Question-Overview\""
|
1604 |
+
msgstr ""
|
1605 |
+
"Pokud zapnete tuto možnost, uživatel nebude moci přeskočit otázku. (Pouze v "
|
1606 |
+
"módu \"Zkontrolovat -> další\"). Uživatel se nadále bude moci orientovat "
|
1607 |
+
"pomocí \"Přehledu otázek\" "
|
1608 |
+
|
1609 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:403
|
1610 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:408
|
1611 |
+
msgid "Admin e-mail notification"
|
1612 |
+
msgstr "Upozornění na e-mail adminovi"
|
1613 |
+
|
1614 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:416
|
1615 |
+
msgid "for registered users only"
|
1616 |
+
msgstr "pouze pro registrované uživatele"
|
1617 |
+
|
1618 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:420
|
1619 |
+
msgid "for all users"
|
1620 |
+
msgstr "pro všechny uživatele"
|
1621 |
+
|
1622 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:423
|
1623 |
+
msgid ""
|
1624 |
+
"If you enable this option, you will be informed if a user completes this "
|
1625 |
+
"quiz."
|
1626 |
+
msgstr ""
|
1627 |
+
"Pokud zapnete tuto možnost, dostanete upozornění, pokud někdo dokončí kvíz."
|
1628 |
+
|
1629 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:426
|
1630 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:448
|
1631 |
+
msgid "E-Mail settings can be edited in global settings."
|
1632 |
+
msgstr "Nastavení e-mailu můžete upravit v obecných nastaveních."
|
1633 |
+
|
1634 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:433
|
1635 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:438
|
1636 |
+
msgid "User e-mail notification"
|
1637 |
+
msgstr "Upozornění na e-mail uživatele"
|
1638 |
+
|
1639 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:445
|
1640 |
+
msgid ""
|
1641 |
+
"If you enable this option, an email is sent with his quiz result to the "
|
1642 |
+
"user. (only registered users)"
|
1643 |
+
msgstr ""
|
1644 |
+
"Pokud zapnete tuto možnost, uživatelům přijde e-mail s výsledky kvízu (pouze "
|
1645 |
+
"pro registrované)"
|
1646 |
+
|
1647 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1648 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1649 |
+
msgid "Autostart"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1653 |
+
msgid ""
|
1654 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1655 |
+
"is loaded."
|
1656 |
+
msgstr ""
|
1657 |
+
|
1658 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1659 |
+
msgid "Quiz description"
|
1660 |
+
msgstr "Popis kvízu"
|
1661 |
+
|
1662 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1663 |
+
msgid "This text will be displayed before start of the quiz."
|
1664 |
+
msgstr "Tento text se zobrazí na začátku kvízu."
|
1665 |
+
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1667 |
+
msgid "Results text"
|
1668 |
+
msgstr "Text k výsledkům"
|
1669 |
+
|
1670 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1671 |
+
msgid ""
|
1672 |
+
"This text will be displayed at the end of the quiz (in results). (this text "
|
1673 |
+
"is optional)"
|
1674 |
+
msgstr ""
|
1675 |
+
"Tento text se zobrazí po ukončení kvízu (ve výsledcích). (vyplnit toto pole "
|
1676 |
+
"není povinné)"
|
1677 |
+
|
1678 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1679 |
+
msgid "Activate graduation"
|
1680 |
+
msgstr "Více slovních ohodnocení v závislosti na dosaženém výsledku"
|
1681 |
+
|
1682 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1683 |
+
msgid "Hint:"
|
1684 |
+
msgstr "Nápověda:"
|
1685 |
+
|
1686 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1687 |
+
msgid "Maximal 15 levels"
|
1688 |
+
msgstr "Lze vložit nejvýše 15 slovních ohodnocení"
|
1689 |
+
|
1690 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1691 |
+
#, php-format
|
1692 |
+
msgid ""
|
1693 |
+
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1694 |
+
"in %d questions."
|
1695 |
+
msgstr ""
|
1696 |
+
"Procenta znamenají celkové skóre v kvízu. (Splněno %d bodů z %d otázek.)"
|
1697 |
+
|
1698 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1699 |
+
msgid "Values can also be mixed up"
|
1700 |
+
msgstr "Hodnoty se mohou překrývat"
|
1701 |
+
|
1702 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1703 |
+
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1704 |
+
msgstr ""
|
1705 |
+
"Je povolen formát jak 10,15 %, tak i 10.15 % (pozor: maximálně dvě čísla po "
|
1706 |
+
"desetinné čárce)"
|
1707 |
+
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1709 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1710 |
+
msgid "from:"
|
1711 |
+
msgstr "Od:"
|
1712 |
+
|
1713 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1714 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1715 |
+
msgid "percent"
|
1716 |
+
msgstr "procent"
|
1717 |
+
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1719 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1720 |
+
#, php-format
|
1721 |
+
msgid ""
|
1722 |
+
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1723 |
+
"%s</span>%%)"
|
1724 |
+
msgstr ""
|
1725 |
+
"(Text se zobrazí, pokud je procentuální výsledek větší či roven <span class="
|
1726 |
+
"\"resultProzent\">%s</span>%%)"
|
1727 |
+
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1730 |
+
msgid "Delete graduation"
|
1731 |
+
msgstr "Smazat slovní hodnocení"
|
1732 |
+
|
1733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1734 |
+
msgid "Add graduation"
|
1735 |
+
msgstr "Přidat slovní hodnocení"
|
1736 |
+
|
1737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1738 |
+
msgid "Result-Options"
|
1739 |
+
msgstr "Nastavení výsledků"
|
1740 |
+
|
1741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1743 |
+
msgid "Show average points"
|
1744 |
+
msgstr "Srovnat výsledek s ostatními"
|
1745 |
+
|
1746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1747 |
+
msgid "Statistics-function must be enabled."
|
1748 |
+
msgstr "V tomto případě musíte zapnout statistiku."
|
1749 |
+
|
1750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1752 |
+
msgid "Show category score"
|
1753 |
+
msgstr "Třídit skóre podle rubrik"
|
1754 |
+
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1756 |
+
msgid ""
|
1757 |
+
"If you enable this option, the results of each category is displayed on the "
|
1758 |
+
"results page."
|
1759 |
+
msgstr "Pokud zapnete tuto možnost, výsledky se setřídí podle rubrik otázek."
|
1760 |
+
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1762 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1763 |
+
msgid "Hide correct questions - display"
|
1764 |
+
msgstr "Skrýt oznámení o počtu správně zodpovězených otázek"
|
1765 |
+
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1767 |
+
msgid ""
|
1768 |
+
"If you select this option, no longer the number of correctly answered "
|
1769 |
+
"questions are displayed on the results page."
|
1770 |
+
msgstr ""
|
1771 |
+
"Pokud zapnete tuto možnost, nezobrazí se počet správně zodpovězených otázek "
|
1772 |
+
"na obrazovce s výsledky."
|
1773 |
+
|
1774 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1775 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1776 |
+
msgid "Hide quiz time - display"
|
1777 |
+
msgstr "Skrýt dobu vyplňování"
|
1778 |
+
|
1779 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1780 |
+
msgid ""
|
1781 |
+
"If you enable this option, the time for finishing the quiz won't be "
|
1782 |
+
"displayed on the results page anymore."
|
1783 |
+
msgstr ""
|
1784 |
+
"Pokud zapnete tuto možnost, nezobrazí se na závěrečné obrazovce čas, za "
|
1785 |
+
"který uživatel vyplnil kvíz."
|
1786 |
+
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1789 |
+
msgid "Hide score - display"
|
1790 |
+
msgstr "Skrýt body (skóre)"
|
1791 |
+
|
1792 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1793 |
+
msgid ""
|
1794 |
+
"If you enable this option, final score won't be displayed on the results "
|
1795 |
+
"page anymore."
|
1796 |
+
msgstr ""
|
1797 |
+
"Pokud zapnete tuto možnost, na závěrečné obrazovce se nezobrazí počet "
|
1798 |
+
"získaných bodů."
|
1799 |
+
|
1800 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1801 |
+
msgid "Question-Options"
|
1802 |
+
msgstr "Nastavení otázek"
|
1803 |
+
|
1804 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1805 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1806 |
+
msgid "Show points"
|
1807 |
+
msgstr "Zobrazit body"
|
1808 |
+
|
1809 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1810 |
+
msgid "Shows in quiz, how many points are reachable for respective question."
|
1811 |
+
msgstr "Zobrazí uživateli, kolik lze za otázku získat bodů."
|
1812 |
+
|
1813 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1814 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1815 |
+
msgid "Number answers"
|
1816 |
+
msgstr "Očíslovat odpovědi"
|
1817 |
+
|
1818 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1819 |
+
msgid ""
|
1820 |
+
"If this option is activated, all answers are numbered (only single and "
|
1821 |
+
"multiple choice)"
|
1822 |
+
msgstr "Zapnutím této možnosti se odpovědi očíslují (pouze ty zaškrtávací)"
|
1823 |
+
|
1824 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1825 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1826 |
+
msgid "Hide correct- and incorrect message"
|
1827 |
+
msgstr "Skrýt zprávu o správné či špatné odpovědi"
|
1828 |
+
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1830 |
+
msgid ""
|
1831 |
+
"If you enable this option, no correct- or incorrect message will be "
|
1832 |
+
"displayed."
|
1833 |
+
msgstr ""
|
1834 |
+
"Pokud zapnete tuto možnost, nezobrazí se zpráva o špatné či správné odpovědi"
|
1835 |
+
|
1836 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1838 |
+
msgid "Correct and incorrect answer mark"
|
1839 |
+
msgstr "Označit správné a nesprávné odpovědi"
|
1840 |
+
|
1841 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1842 |
+
msgid ""
|
1843 |
+
"If you enable this option, answers won't be color highlighted as correct or "
|
1844 |
+
"incorrect. "
|
1845 |
+
msgstr ""
|
1846 |
+
"Pokud vypnete tuto možnost, správné a špatné odpovědi se neoznačí barevně."
|
1847 |
+
|
1848 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1849 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1850 |
+
msgid "Force user to answer each question"
|
1851 |
+
msgstr ""
|
1852 |
+
|
1853 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1854 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1855 |
+
msgstr ""
|
1856 |
+
|
1857 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1858 |
+
msgid ""
|
1859 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1860 |
+
"appear after end of the quiz, otherwise after each question."
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1864 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1865 |
+
msgid "Hide question position overview"
|
1866 |
+
msgstr ""
|
1867 |
+
|
1868 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1869 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1870 |
+
msgstr ""
|
1871 |
+
|
1872 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1873 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1874 |
+
msgid "Hide question numbering"
|
1875 |
+
msgstr ""
|
1876 |
+
|
1877 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1878 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1879 |
+
msgstr ""
|
1880 |
+
|
1881 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1882 |
+
msgid ""
|
1883 |
+
"The leaderboard allows users to enter results in public list and to share "
|
1884 |
+
"the result this way."
|
1885 |
+
msgstr ""
|
1886 |
+
"Žebříček umožňuje uživatelům vložit své výsledky do veřejných statistik a "
|
1887 |
+
"sdílet své výkony s ostatními."
|
1888 |
+
|
1889 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1890 |
+
msgid "The leaderboard works independent from internal statistics function."
|
1891 |
+
msgstr "Žebříček funguje samostatně mimo interní statistiky."
|
1892 |
+
|
1893 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1894 |
+
msgid "Who can sign up to the list"
|
1895 |
+
msgstr "Možnost vkládat výsledky platí pro"
|
1896 |
+
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1898 |
+
msgid ""
|
1899 |
+
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1900 |
+
"displayed)"
|
1901 |
+
msgstr ""
|
1902 |
+
"Neregistrovaní uživatelé musí vložit jméno a e-mail (ten nebude zobrazen)"
|
1903 |
+
|
1904 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1905 |
+
msgid "insert automatically"
|
1906 |
+
msgstr "vložit automaticky"
|
1907 |
+
|
1908 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1909 |
+
msgid ""
|
1910 |
+
"If you enable this option, logged in users will be automatically entered "
|
1911 |
+
"into leaderboard"
|
1912 |
+
msgstr ""
|
1913 |
+
"Pokud zapnete tuto možnost, výsledky přihlášených uživatelů se automaticky "
|
1914 |
+
"vloží do žebříčku"
|
1915 |
+
|
1916 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1917 |
+
msgid "display captcha"
|
1918 |
+
msgstr "zobrazit kontrolní kód captcha"
|
1919 |
+
|
1920 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1921 |
+
msgid ""
|
1922 |
+
"If you enable this option, additional captcha will be displayed for users "
|
1923 |
+
"who are not registered."
|
1924 |
+
msgstr ""
|
1925 |
+
"Pokud zapnete tuto možnost, neregistrovaným uživatelům se zobrazí kontrolní "
|
1926 |
+
"kód captcha"
|
1927 |
+
|
1928 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1929 |
+
msgid "This option requires additional plugin:"
|
1930 |
+
msgstr "Toto nastavení vyžaduje následující plugin:"
|
1931 |
+
|
1932 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1933 |
+
msgid "Plugin has been detected."
|
1934 |
+
msgstr "Plugin nalezen."
|
1935 |
+
|
1936 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1937 |
+
msgid "Plugin is not installed."
|
1938 |
+
msgstr "Plugin není nainstalován."
|
1939 |
+
|
1940 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1941 |
+
msgid "Sort list by"
|
1942 |
+
msgstr "Seřadit seznam podle"
|
1943 |
+
|
1944 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1945 |
+
msgid "Users can apply multiple times"
|
1946 |
+
msgstr "Uživatelé mohou vložit výsledky vícekrát"
|
1947 |
+
|
1948 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1949 |
+
msgid "User can apply after:"
|
1950 |
+
msgstr "Tentýž uživatel může vložit své výsledky znovu za"
|
1951 |
+
|
1952 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1953 |
+
msgid "minute"
|
1954 |
+
msgstr "min."
|
1955 |
+
|
1956 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1957 |
+
msgid "How many entries should be displayed"
|
1958 |
+
msgstr "Kolik výsledků zobrazit"
|
1959 |
+
|
1960 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1961 |
+
msgid "Entries"
|
1962 |
+
msgstr "výsledků"
|
1963 |
+
|
1964 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1965 |
+
msgid "Automatically display leaderboard in quiz result"
|
1966 |
+
msgstr "Automaticky zobrazovat žebříček ve výsledku kvízu"
|
1967 |
+
|
1968 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1969 |
+
msgid "Where should leaderboard be displayed:"
|
1970 |
+
msgstr "Kde má být žebříček umístěn:"
|
1971 |
+
|
1972 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1973 |
+
msgid "don't display"
|
1974 |
+
msgstr "nezobrazovat"
|
1975 |
+
|
1976 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1977 |
+
msgid "below the \"result text\""
|
1978 |
+
msgstr "pod textem s výsledky"
|
1979 |
+
|
1980 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1981 |
+
msgid "in a button"
|
1982 |
+
msgstr "po stisknutí tlačítka"
|
1983 |
+
|
1984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1985 |
+
msgid "Quiz-Mode"
|
1986 |
+
msgstr "Mód kvízu"
|
1987 |
+
|
1988 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1989 |
+
msgid "Normal"
|
1990 |
+
msgstr "Obyčejný"
|
1991 |
+
|
1992 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1993 |
+
msgid "Normal + Back-Button"
|
1994 |
+
msgstr "Obyčejný + Tlačítko zpět"
|
1995 |
+
|
1996 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1997 |
+
msgid "Check -> continue"
|
1998 |
+
msgstr "Zkontrolovat -> další"
|
1999 |
+
|
2000 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
2001 |
+
msgid "Questions below each other"
|
2002 |
+
msgstr "Otázky seřazené pod sebou"
|
2003 |
+
|
2004 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
2005 |
+
msgid ""
|
2006 |
+
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
2007 |
+
"displayed at the end of the quiz."
|
2008 |
+
msgstr ""
|
2009 |
+
"Zobrazí všechny otázky jak jdou za sebou, správné a špatné odpovědi budou "
|
2010 |
+
"zobrazeny na konci kvízu."
|
2011 |
+
|
2012 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2013 |
+
msgid "Allows to use the back button in a question."
|
2014 |
+
msgstr "Povolí používat tlačítko zpět."
|
2015 |
+
|
2016 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2017 |
+
msgid "Shows \"right or wrong\" after each question."
|
2018 |
+
msgstr ""
|
2019 |
+
"Po každé odpovědi ihned zobrazí, zda uživatel odpověděl správně, nebo špatně."
|
2020 |
+
|
2021 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2022 |
+
msgid ""
|
2023 |
+
"If this option is activated, all answers are displayed below each other, i."
|
2024 |
+
"e. all questions are on a single page."
|
2025 |
+
msgstr ""
|
2026 |
+
"Pokud zapnete tuto možnost, všechny otázky a odpovědi se zobrazí pod sebou. "
|
2027 |
+
"Např.: celý kvíz bude na jedné stránce."
|
2028 |
+
|
2029 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:32
|
2030 |
+
msgid "Quiz overview"
|
2031 |
+
msgstr "Seznam kvízů"
|
2032 |
+
|
2033 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:34
|
2034 |
+
msgid "In case of problems"
|
2035 |
+
msgstr "V případě problémů"
|
2036 |
+
|
2037 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:36
|
2038 |
+
msgid "If quiz doesn't work in front-end, please try following:"
|
2039 |
+
msgstr "Pokud kvíz nefunguje na front-endu, zkuste následující:"
|
2040 |
+
|
2041 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:46
|
2042 |
+
msgid "Style Manager"
|
2043 |
+
msgstr "Správa stylů"
|
2044 |
+
|
2045 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:50
|
2046 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:8
|
2047 |
+
msgid "Support WP-Pro-Quiz"
|
2048 |
+
msgstr "Podpořte WP-Pro-Quiz"
|
2049 |
+
|
2050 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2051 |
+
msgid "ID"
|
2052 |
+
msgstr "ID"
|
2053 |
+
|
2054 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2055 |
+
msgid "Shortcode"
|
2056 |
+
msgstr "Shortcode"
|
2057 |
+
|
2058 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2059 |
+
msgid "Shortcode-Leaderboard"
|
2060 |
+
msgstr "Shortcode žebříčku"
|
2061 |
+
|
2062 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2063 |
+
msgid "Preview"
|
2064 |
+
msgstr "Náhled"
|
2065 |
+
|
2066 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2067 |
+
msgid "Add quiz"
|
2068 |
+
msgstr "Přidat kvíz"
|
2069 |
+
|
2070 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2071 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2072 |
+
msgid "Export"
|
2073 |
+
msgstr "Exportovat"
|
2074 |
+
|
2075 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2076 |
+
msgid ""
|
2077 |
+
"Choose the respective question, which you would like to export and press on "
|
2078 |
+
"\"Start export\""
|
2079 |
+
msgstr ""
|
2080 |
+
"Vyberte otázku, kterou chcete exportovat a klikněte na \"Zahájit export\""
|
2081 |
+
|
2082 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2083 |
+
msgid "Format:"
|
2084 |
+
msgstr ""
|
2085 |
+
|
2086 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2087 |
+
msgid "*.wpq"
|
2088 |
+
msgstr ""
|
2089 |
+
|
2090 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2091 |
+
msgid "or"
|
2092 |
+
msgstr ""
|
2093 |
+
|
2094 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2095 |
+
msgid "*.xml"
|
2096 |
+
msgstr ""
|
2097 |
+
|
2098 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2099 |
+
msgid "Start export"
|
2100 |
+
msgstr "Zahájit export"
|
2101 |
+
|
2102 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2103 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2104 |
+
msgstr ""
|
2105 |
+
|
2106 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2107 |
+
#, php-format
|
2108 |
+
msgid "Maximal %d MiB"
|
2109 |
+
msgstr "Maximálně %d MiB"
|
2110 |
+
|
2111 |
+
#: lib/view/WpProQuiz_View_Statistics.php:23
|
2112 |
+
#, php-format
|
2113 |
+
msgid "Quiz: %s - Statistics"
|
2114 |
+
msgstr "Kvíz: %s - Statistiky"
|
2115 |
+
|
2116 |
+
#: lib/view/WpProQuiz_View_Statistics.php:28
|
2117 |
+
msgid "Stats not enabled"
|
2118 |
+
msgstr "Statistiky nejsou povoleny"
|
2119 |
+
|
2120 |
+
#: lib/view/WpProQuiz_View_Statistics.php:29
|
2121 |
+
msgid "Activate statistics"
|
2122 |
+
msgstr "Aktivovat statistiky"
|
2123 |
+
|
2124 |
+
#: lib/view/WpProQuiz_View_Statistics.php:34
|
2125 |
+
msgid "Users"
|
2126 |
+
msgstr "Podle uživatele"
|
2127 |
+
|
2128 |
+
#: lib/view/WpProQuiz_View_Statistics.php:35
|
2129 |
+
msgid "Overview"
|
2130 |
+
msgstr "Celkový přehled"
|
2131 |
+
|
2132 |
+
#: lib/view/WpProQuiz_View_Statistics.php:61
|
2133 |
+
msgid "Please select user name:"
|
2134 |
+
msgstr "Vyberte uživatele:"
|
2135 |
+
|
2136 |
+
#: lib/view/WpProQuiz_View_Statistics.php:65
|
2137 |
+
msgid "Select a test:"
|
2138 |
+
msgstr "Vyberte test:"
|
2139 |
+
|
2140 |
+
#: lib/view/WpProQuiz_View_Statistics.php:75
|
2141 |
+
msgid "Anonymous user"
|
2142 |
+
msgstr "Anonym"
|
2143 |
+
|
2144 |
+
#: lib/view/WpProQuiz_View_Statistics.php:84
|
2145 |
+
msgid "average"
|
2146 |
+
msgstr "průměrně"
|
2147 |
+
|
2148 |
+
#: lib/view/WpProQuiz_View_Statistics.php:99
|
2149 |
+
#: lib/view/WpProQuiz_View_Statistics.php:234
|
2150 |
+
msgid "Hints used"
|
2151 |
+
msgstr "Použité nápovědy"
|
2152 |
+
|
2153 |
+
#: lib/view/WpProQuiz_View_Statistics.php:100
|
2154 |
+
#: lib/view/WpProQuiz_View_Statistics.php:235
|
2155 |
+
msgid "Time"
|
2156 |
+
msgstr "Čas"
|
2157 |
+
|
2158 |
+
#: lib/view/WpProQuiz_View_Statistics.php:101
|
2159 |
+
msgid "Points scored"
|
2160 |
+
msgstr "Získané body"
|
2161 |
+
|
2162 |
+
#: lib/view/WpProQuiz_View_Statistics.php:139
|
2163 |
+
msgid "Sub-Total: "
|
2164 |
+
msgstr "Celkem:"
|
2165 |
+
|
2166 |
+
#: lib/view/WpProQuiz_View_Statistics.php:174
|
2167 |
+
#: lib/view/WpProQuiz_View_Statistics.php:259
|
2168 |
+
msgid "Refresh"
|
2169 |
+
msgstr "Obnovit"
|
2170 |
+
|
2171 |
+
#: lib/view/WpProQuiz_View_Statistics.php:178
|
2172 |
+
msgid "Reset statistics"
|
2173 |
+
msgstr "Vynulovat statistiku"
|
2174 |
+
|
2175 |
+
#: lib/view/WpProQuiz_View_Statistics.php:179
|
2176 |
+
msgid "Reset user statistics"
|
2177 |
+
msgstr "Vynulovat statistiku uživatele"
|
2178 |
+
|
2179 |
+
#: lib/view/WpProQuiz_View_Statistics.php:180
|
2180 |
+
#: lib/view/WpProQuiz_View_Statistics.php:261
|
2181 |
+
msgid "Reset entire statistic"
|
2182 |
+
msgstr "Vynulovat všechny statistiky"
|
2183 |
+
|
2184 |
+
#: lib/view/WpProQuiz_View_Statistics.php:205
|
2185 |
+
msgid "Show only users, who solved the quiz:"
|
2186 |
+
msgstr "Zobrazit pouze uživatele, kteří kvíz vyřešili:"
|
2187 |
+
|
2188 |
+
#: lib/view/WpProQuiz_View_StyleManager.php:15
|
2189 |
+
msgid "Front"
|
2190 |
+
msgstr "Vpředu"
|
2191 |
+
|
2192 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:10
|
2193 |
+
msgid "Donate"
|
2194 |
+
msgstr "Přispějte"
|
2195 |
+
|
2196 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:20
|
2197 |
+
msgid "WP-Pro-Quiz is small but nice free quiz plugin for WordPress."
|
2198 |
+
msgstr "WP-Pro-Quiz je malý ,ale šikovný plugin pro WordPress."
|
2199 |
+
|
2200 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:21
|
2201 |
+
msgid ""
|
2202 |
+
"I try to implement all wishes as fast as possible and help with problems."
|
2203 |
+
msgstr ""
|
2204 |
+
"Pokusil jsem se vyslyšet všechna přání a co nejrychleji řešit problémy."
|
2205 |
+
|
2206 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:22
|
2207 |
+
msgid ""
|
2208 |
+
"Your donations can help to ensure that the project continues to remain free."
|
2209 |
+
msgstr "Vaše příspěvky mi pomůžou, že tento projekt má být stále zdarma."
|
2210 |
+
|
2211 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:25
|
2212 |
+
msgid "Translate WP-Pro-Quiz"
|
2213 |
+
msgstr "Přeložte WP-Pro-Quiz"
|
2214 |
+
|
2215 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:27
|
2216 |
+
msgid "You need:"
|
2217 |
+
msgstr "Potřebujete:"
|
2218 |
+
|
2219 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:30
|
2220 |
+
msgid "Latest POT file"
|
2221 |
+
msgstr "Nejnovější soubor POT"
|
2222 |
+
|
2223 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:35
|
2224 |
+
msgid "Open PoEdit"
|
2225 |
+
msgstr "Otevřte PoEdit"
|
2226 |
+
|
2227 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:36
|
2228 |
+
msgid "File - New catalogue from POT file..."
|
2229 |
+
msgstr "Složka - Nový katalog z POT složky..."
|
2230 |
+
|
2231 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:37
|
2232 |
+
msgid "Choose wp-pro-quiz.pot"
|
2233 |
+
msgstr "Zvolte wp-pro-quiz.pot"
|
2234 |
+
|
2235 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:38
|
2236 |
+
msgid "Set \"Translation properties\""
|
2237 |
+
msgstr "Zvolte \"Translation properties\""
|
2238 |
+
|
2239 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:39
|
2240 |
+
msgid "Save PO file - with the name \"wp-pro-qioz-de_DE.po\""
|
2241 |
+
msgstr "Uložte soubor PO - s názvem \"wp-pro-qioz-cs_CZ.po\""
|
2242 |
+
|
2243 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:41
|
2244 |
+
msgid "replace de_DE with your countries short code (e.g. en_US, nl_NL...)"
|
2245 |
+
msgstr ""
|
2246 |
+
"koncovka musí být shodná s vaší jazykovou mutací (čeština používá cz_CS "
|
2247 |
+
"apod.)"
|
2248 |
+
|
2249 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:44
|
2250 |
+
msgid "Translate"
|
2251 |
+
msgstr "Přeložte"
|
2252 |
+
|
2253 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:46
|
2254 |
+
msgid ""
|
2255 |
+
"Upload generated *.mo file to your server, to /wp-content/plugins/wp-pro-"
|
2256 |
+
"quiz/languages"
|
2257 |
+
msgstr ""
|
2258 |
+
"Nahrajte vygenerované *.mo soubory a váš server do složky /wp-content/"
|
2259 |
+
"plugins/wp-pro-quiz/languages"
|
2260 |
+
|
2261 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:47
|
2262 |
+
msgid "Finished"
|
2263 |
+
msgstr "A je to!"
|
2264 |
+
|
2265 |
+
#: lib/view/WpProQuiz_View_WpqSupport.php:51
|
2266 |
+
msgid ""
|
2267 |
+
"You can translate WP-Pro-Quiz from existing to existing language (e.g. "
|
2268 |
+
"english to english) e.g. to rename buttons."
|
2269 |
+
msgstr ""
|
2270 |
+
"Můžete přeložit plugin z již existujícího jazyka (např. z angličtiny do "
|
2271 |
+
"angličtiny) pro přejmenování tlačítek apod."
|
2272 |
+
|
2273 |
+
#~ msgid "Next exercise"
|
2274 |
+
#~ msgstr "Další"
|
languages/wp-pro-quiz-da_DK.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-da_DK.po
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -60,7 +60,7 @@ msgstr "Vil du virkelig nulstille statistikken?"
|
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
64 |
msgid "No data available"
|
65 |
msgstr "Ingen data tilgængelig"
|
66 |
|
@@ -87,23 +87,35 @@ msgid "Not all fields completed."
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Indlæser"
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
100 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
101 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -117,7 +129,7 @@ msgstr "Du har ikke de nødvendige rettigheder for at tilgå denne side."
|
|
117 |
msgid "Settings saved"
|
118 |
msgstr "Indstillingerne er gemt"
|
119 |
|
120 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
121 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -143,20 +155,20 @@ msgid "Question not found"
|
|
143 |
msgstr "Spørgsmål blev ikke fundet "
|
144 |
|
145 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
146 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
147 |
#, php-format
|
148 |
msgid "Question: %d"
|
149 |
msgstr "Spørgsmål: %d"
|
150 |
|
151 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
152 |
msgid "Question edited"
|
153 |
msgstr "Spørgsmålet blev redigeret"
|
154 |
|
155 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
156 |
msgid "New question"
|
157 |
msgstr "Nyt spørgsmål"
|
158 |
|
159 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
160 |
msgid "Question added"
|
161 |
msgstr "Spørgsmål tilføjet"
|
162 |
|
@@ -183,6 +195,16 @@ msgstr "Opret quiz"
|
|
183 |
msgid "Quiz deleted"
|
184 |
msgstr "Quiz slettet"
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
187 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
188 |
msgid "No category"
|
@@ -219,6 +241,7 @@ msgid "You entered wrong captcha code."
|
|
219 |
msgstr "Du har indtastet en forkert captcha kode."
|
220 |
|
221 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
222 |
msgid "File was not uploaded"
|
223 |
msgstr "Filen blev ikke uploaded"
|
224 |
|
@@ -230,6 +253,11 @@ msgstr "filen har forkert filtype"
|
|
230 |
msgid "File is not compatible with the current version"
|
231 |
msgstr "Filen er ikke kompatibel med den aktuelle version"
|
232 |
|
|
|
|
|
|
|
|
|
|
|
233 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
235 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -278,14 +306,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
278 |
msgstr ""
|
279 |
|
280 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
281 |
msgid "WP-Pro-Quiz"
|
282 |
msgstr ""
|
283 |
|
284 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
285 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
286 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
287 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
288 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
289 |
msgid "Leaderboard"
|
290 |
msgstr "Rangliste"
|
291 |
|
@@ -310,17 +339,17 @@ msgid "Sort by:"
|
|
310 |
msgstr "Sorter efter:"
|
311 |
|
312 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
313 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
314 |
msgid "best user"
|
315 |
msgstr "bedste bruger"
|
316 |
|
317 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
318 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
319 |
msgid "newest entry"
|
320 |
msgstr "nyeste postering"
|
321 |
|
322 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
323 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
324 |
msgid "oldest entry"
|
325 |
msgstr "ældste postering"
|
326 |
|
@@ -344,7 +373,7 @@ msgid "User"
|
|
344 |
msgstr "UR = uregistreret bruger, R = registreret bruger"
|
345 |
|
346 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
347 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
348 |
msgid "E-Mail"
|
349 |
msgstr "E-Mail"
|
350 |
|
@@ -354,14 +383,14 @@ msgid "Entered on"
|
|
354 |
msgstr "Indtastet den"
|
355 |
|
356 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
357 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
358 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
359 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
360 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
361 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
362 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
363 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
364 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
365 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
366 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
367 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -378,7 +407,7 @@ msgstr "Resultat"
|
|
378 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
379 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
380 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
381 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
382 |
msgid "Edit"
|
383 |
msgstr "Rediger"
|
384 |
|
@@ -386,7 +415,7 @@ msgstr "Rediger"
|
|
386 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
387 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
388 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
389 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
390 |
msgid "Delete"
|
391 |
msgstr "Slet"
|
392 |
|
@@ -418,12 +447,11 @@ msgstr "Tidsfrist"
|
|
418 |
|
419 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
420 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
421 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
422 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
423 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
424 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
425 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
426 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
427 |
msgid "Quiz-summary"
|
428 |
msgstr "Quiz-oversigt"
|
429 |
|
@@ -434,13 +462,13 @@ msgstr "%s af %s spørgsmål besvaret"
|
|
434 |
|
435 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
436 |
#: lib/view/WpProQuiz_View_Import.php:44
|
437 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
438 |
msgid "Questions"
|
439 |
msgstr "Spørgsmål"
|
440 |
|
441 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
442 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
443 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
444 |
msgid "Finish quiz"
|
445 |
msgstr "Afslut quiz"
|
446 |
|
@@ -485,14 +513,6 @@ msgstr "Gennemsnitlig resultat"
|
|
485 |
msgid "Your score"
|
486 |
msgstr "Dit resultat"
|
487 |
|
488 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
489 |
-
msgid "Categories"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
493 |
-
msgid "Not categorized"
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
497 |
msgid "Restart quiz"
|
498 |
msgstr "Genstart quiz"
|
@@ -517,82 +537,82 @@ msgstr "Gennemse"
|
|
517 |
msgid "Review question"
|
518 |
msgstr "Gennemse spørgsmål"
|
519 |
|
520 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
521 |
#, php-format
|
522 |
msgid "Question %s of %s"
|
523 |
msgstr "Spørgsmål %s af %s"
|
524 |
|
525 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
526 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
527 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
528 |
msgid "Question"
|
529 |
msgstr "Spørgsmål"
|
530 |
|
531 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
532 |
#, php-format
|
533 |
msgid "%d points"
|
534 |
msgstr "%d point"
|
535 |
|
536 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
537 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
538 |
msgid "Sort elements"
|
539 |
msgstr "Sorter elementer"
|
540 |
|
541 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
542 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
543 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
544 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
545 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
546 |
msgid "Correct"
|
547 |
msgstr "Korrekt"
|
548 |
|
549 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
550 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
551 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
552 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
553 |
msgid "Incorrect"
|
554 |
msgstr "Forkert"
|
555 |
|
556 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
557 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
558 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
559 |
msgid "Hint"
|
560 |
msgstr "Tip"
|
561 |
|
562 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
563 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
564 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
565 |
msgid "Skip question"
|
566 |
msgstr "spring dette spørgsmål over"
|
567 |
|
568 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
569 |
msgid "Back"
|
570 |
msgstr "Tilbage"
|
571 |
|
572 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
573 |
msgid "Check"
|
574 |
msgstr "tjek"
|
575 |
|
576 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
577 |
msgid "Next"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
581 |
msgid "Your result has been entered into leaderboard"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
585 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
586 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
587 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
588 |
msgid "Name"
|
589 |
msgstr "Navn"
|
590 |
|
591 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
592 |
msgid "Captcha"
|
593 |
msgstr "Captcha"
|
594 |
|
595 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
596 |
msgid "Send"
|
597 |
msgstr "Send"
|
598 |
|
@@ -625,13 +645,13 @@ msgid "E-Mail settings"
|
|
625 |
msgstr ""
|
626 |
|
627 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
628 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
629 |
msgid "Settings in case of problems"
|
630 |
msgstr "Indstillinger i tilfælde af problemer"
|
631 |
|
632 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
633 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
634 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
635 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
636 |
msgid "Save"
|
637 |
msgstr "Gem"
|
@@ -669,7 +689,7 @@ msgid "Category management"
|
|
669 |
msgstr "Kategori styring"
|
670 |
|
671 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
672 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
673 |
msgid "Admin e-mail settings"
|
674 |
msgstr ""
|
675 |
|
@@ -685,25 +705,25 @@ msgstr ""
|
|
685 |
"Adskil flere e-mail-adresser med et komma, f.eks wp@test.com, test@test.com"
|
686 |
|
687 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
688 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
689 |
msgid "From:"
|
690 |
msgstr "Fra:"
|
691 |
|
692 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
693 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
694 |
msgid "Subject:"
|
695 |
msgstr "Emne:"
|
696 |
|
697 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
698 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
699 |
msgid "HTML"
|
700 |
msgstr ""
|
701 |
|
702 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
703 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
704 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
705 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
706 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
707 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
708 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
709 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -715,100 +735,109 @@ msgstr ""
|
|
715 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
716 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
734 |
msgid "Activate"
|
735 |
msgstr "Aktivér"
|
736 |
|
737 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
738 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
739 |
msgid "Message body:"
|
740 |
msgstr "Meddelelse:"
|
741 |
|
742 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
743 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
744 |
msgid "Allowed variables"
|
745 |
msgstr "Tilladte variabler"
|
746 |
|
747 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
748 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
749 |
msgid "User-ID"
|
750 |
msgstr "Bruger-ID"
|
751 |
|
752 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
753 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
754 |
msgid "Username"
|
755 |
msgstr "Brugernavn"
|
756 |
|
757 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
758 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
759 |
msgid "Quiz-Name"
|
760 |
msgstr "Quiz-Navn"
|
761 |
|
762 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
763 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
764 |
msgid "Result in precent"
|
765 |
msgstr "Resultat i procent"
|
766 |
|
767 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
768 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
769 |
msgid "Reached points"
|
770 |
msgstr "Opnåede point"
|
771 |
|
772 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
773 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
774 |
msgid "IP-address of the user"
|
775 |
msgstr "Brugerens IP-addresse"
|
776 |
|
777 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
778 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
779 |
msgid "User e-mail settings"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
783 |
msgid "to activate"
|
784 |
msgstr "til aktivering"
|
785 |
|
786 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
787 |
msgid "not to activate"
|
788 |
msgstr "ikke til aktivering"
|
789 |
|
790 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
791 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
792 |
msgid "Please note"
|
793 |
msgstr "Vær opmærksom på"
|
794 |
|
795 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
796 |
msgid ""
|
797 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
798 |
msgstr ""
|
799 |
"Disse indstillinger bør kun ændres i tilfælde af problemer med Wp-Pro-Quiz."
|
800 |
|
801 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
802 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
803 |
msgid "Automatically add [raw] shortcode"
|
804 |
msgstr "Tilføj automatisk [RAW] shortcode"
|
805 |
|
806 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
807 |
#, php-format
|
808 |
msgid "It is recommended %s this option on your system."
|
809 |
msgstr "Det anbefales at bruge denne indstilling %s på dit system."
|
810 |
|
811 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
812 |
msgid ""
|
813 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
814 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -817,7 +846,7 @@ msgstr ""
|
|
817 |
"shortcode rundt om WpProQuiz shortcode ([WpProQuiz X]) som [RAW] [WpProQuiz "
|
818 |
"X] [/ raw]"
|
819 |
|
820 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
821 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
822 |
msgid ""
|
823 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -826,12 +855,12 @@ msgstr ""
|
|
826 |
"Egne temaer kan ændrer intern rækkefølge i filtre, hvilket kan forårsage "
|
827 |
"problemer. Med ekstra shortcode [RAW] forhindres dette."
|
828 |
|
829 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
830 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
831 |
msgid "Do not load the Javascript-files in the footer"
|
832 |
msgstr "Indlæs ikke Javascript-filer i sidefoden"
|
833 |
|
834 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
835 |
msgid ""
|
836 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
837 |
"when they are really needed."
|
@@ -839,11 +868,11 @@ msgstr ""
|
|
839 |
"Generelt bliver alle WpProQuiz-Javascript filer indlæst i sidefoden og kun "
|
840 |
"når der virkelig er brug for dem."
|
841 |
|
842 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
843 |
msgid "In very old Wordpress themes this can lead to problems."
|
844 |
msgstr "I meget gamle Wordpress temaer kan dette føre til problemer."
|
845 |
|
846 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
847 |
msgid ""
|
848 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
849 |
"the header even if they are not needed."
|
@@ -851,7 +880,7 @@ msgstr ""
|
|
851 |
"Hvis du aktiverer denne indstilling, bliver alle WpProQuiz-Javascript filer "
|
852 |
"lagt i headeren, selv om de ikke er nødvendige."
|
853 |
|
854 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
855 |
#, php-format
|
856 |
msgid ""
|
857 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -860,48 +889,48 @@ msgstr ""
|
|
860 |
"Alle som ønsker at lære mere om dette emne bør læse igennem følgende "
|
861 |
"websites % s og %s."
|
862 |
|
863 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
864 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
865 |
msgid "Touch Library"
|
866 |
msgstr "Touch bibliotek"
|
867 |
|
868 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
869 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
870 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
871 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
872 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
873 |
msgid "Deactivate"
|
874 |
msgstr "Deaktiver"
|
875 |
|
876 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
877 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
878 |
msgstr ""
|
879 |
"I version 0.13 blev et nyt Touch bibliotek tilføjet for mobile enheder."
|
880 |
|
881 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
882 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
883 |
msgstr "Hvis du har problemer med Touch biblioteket, bedes du deaktivere det."
|
884 |
|
885 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
886 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
887 |
msgid "jQuery support cors"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
891 |
msgid "Is required only in rare cases."
|
892 |
msgstr "Kræves kun i sjældne tilfælde."
|
893 |
|
894 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
895 |
msgid "If you have problems with the front ajax, please activate it."
|
896 |
msgstr "Hvis du har problemer med front ajax, bedes du aktivere den."
|
897 |
|
898 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
899 |
msgid "e.g. Domain with special characters in combination with IE"
|
900 |
msgstr "fx Domæne med specialtegn i kombination med IE"
|
901 |
|
902 |
#: lib/view/WpProQuiz_View_Import.php:21
|
903 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
904 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
905 |
msgid "Import"
|
906 |
msgstr "Importer"
|
907 |
|
@@ -921,8 +950,8 @@ msgstr "Import fuldført"
|
|
921 |
msgid "Quiz name"
|
922 |
msgstr "Quiz navn"
|
923 |
|
924 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
925 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
926 |
msgid "Start import"
|
927 |
msgstr "Start import"
|
928 |
|
@@ -935,8 +964,8 @@ msgstr "Titel"
|
|
935 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
936 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
937 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
938 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
939 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
940 |
msgid "(optional)"
|
941 |
msgstr "(valgfri)"
|
942 |
|
@@ -950,10 +979,10 @@ msgstr ""
|
|
950 |
|
951 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
952 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
953 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
954 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
955 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
956 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
957 |
msgid "(required)"
|
958 |
msgstr "(påkrævet)"
|
959 |
|
@@ -1089,11 +1118,11 @@ msgstr "Streng"
|
|
1089 |
msgid "Assessment"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1093 |
msgid "Answers"
|
1094 |
msgstr "Svar"
|
1095 |
|
1096 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1097 |
msgid ""
|
1098 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1099 |
"answers will be displayed randomly."
|
@@ -1101,13 +1130,13 @@ msgstr ""
|
|
1101 |
"Venligst sorter svarene i rigtig rækkefølge med \"Flyt\" - knappen. Svarene "
|
1102 |
"vises tilfældigt."
|
1103 |
|
1104 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1105 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1106 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1107 |
msgid "Add new answer"
|
1108 |
msgstr "Tilføj nyt svar"
|
1109 |
|
1110 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1111 |
msgid ""
|
1112 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1113 |
"matching criterion."
|
@@ -1115,7 +1144,7 @@ msgstr ""
|
|
1115 |
"I denne indstilling, vil en liste ikke blive sorteret, men elementerne skal "
|
1116 |
"anvises til matchende kriterium."
|
1117 |
|
1118 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1119 |
msgid ""
|
1120 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1121 |
"user."
|
@@ -1123,55 +1152,55 @@ msgstr ""
|
|
1123 |
"Du kan oprette sorterings elementer med tomme kriterier, som ikke kan "
|
1124 |
"tildeles af brugeren."
|
1125 |
|
1126 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1127 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1128 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1129 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1130 |
msgid "Options"
|
1131 |
msgstr "Valgmuligheder"
|
1132 |
|
1133 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1134 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1135 |
msgid "Answer"
|
1136 |
msgstr "Svar"
|
1137 |
|
1138 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1139 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1140 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1141 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1142 |
msgid "Allow HTML"
|
1143 |
msgstr "Tillad HTML"
|
1144 |
|
1145 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1146 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1147 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1148 |
-
msgid "Delete answer"
|
1149 |
-
msgstr "Slet svar"
|
1150 |
-
|
1151 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1152 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1153 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1154 |
-
msgid "
|
1155 |
-
msgstr ""
|
1156 |
|
1157 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1158 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1159 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1160 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1161 |
msgid "Move"
|
1162 |
msgstr "Flyt"
|
1163 |
|
1164 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1165 |
msgid "Criterion"
|
1166 |
msgstr "kriterium"
|
1167 |
|
1168 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1169 |
msgid ""
|
1170 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1171 |
msgstr ""
|
1172 |
"korrekte svar (en pr linje) (svar vil blive konverteret til små bogstaver)"
|
1173 |
|
1174 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1175 |
msgid ""
|
1176 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1177 |
"small letters will be ignored."
|
@@ -1179,7 +1208,7 @@ msgstr ""
|
|
1179 |
"Omslut de søgte ord med {} fx \"Jeg {play} soccer\". Store og små bogstaver "
|
1180 |
"vil blive ignoreret."
|
1181 |
|
1182 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1183 |
msgid ""
|
1184 |
"You can specify multiple options for a search word. Enclose the word with "
|
1185 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1191,7 +1220,7 @@ msgstr ""
|
|
1191 |
"[elsker] [hader]} fodbold\" </ span>. I dette tilfælde vil svaret spiller, "
|
1192 |
"elsker eller hader er korrekte."
|
1193 |
|
1194 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1195 |
msgid ""
|
1196 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1197 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1199,7 +1228,7 @@ msgstr ""
|
|
1199 |
"Hvis \"forskelligt antal point for hvert svar\" er valgt, kan du tildele "
|
1200 |
"point med |POINTS. Ellers vil der blive tildelt 1 point for hvert svar."
|
1201 |
|
1202 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1203 |
msgid ""
|
1204 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1205 |
"\" 3 points."
|
@@ -1207,52 +1236,93 @@ msgstr ""
|
|
1207 |
"fx. \"Jeg {spiller} fodbold, med en {bold|3}\" - \"spiller\" giver 1 point "
|
1208 |
"og \"bold\" 3 point."
|
1209 |
|
1210 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1211 |
msgid "Here you can create an assessment question."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1215 |
msgid ""
|
1216 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1220 |
msgid "The number of options in the maximum score."
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1224 |
msgid "Examples:"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1228 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1232 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1233 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1234 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1235 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1236 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1237 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1238 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1239 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1240 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1241 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1242 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1243 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1244 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1245 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1249 |
msgid "Demo"
|
1250 |
msgstr "Demo"
|
1251 |
|
1252 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1253 |
msgid "less true { [a] [b] [c] } more true"
|
1254 |
msgstr ""
|
1255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1256 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1257 |
msgid "Questions sorted"
|
1258 |
msgstr "Spørgsmål sorteret"
|
@@ -1341,7 +1411,7 @@ msgstr "0 = ingen grænse"
|
|
1341 |
|
1342 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1343 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1344 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1345 |
msgid "Statistics"
|
1346 |
msgstr "Statistik"
|
1347 |
|
@@ -1390,17 +1460,17 @@ msgid "This option applies to:"
|
|
1390 |
msgstr "Denne mulighed gælder for:"
|
1391 |
|
1392 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1393 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1394 |
msgid "all users"
|
1395 |
msgstr "alle brugere"
|
1396 |
|
1397 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1398 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1399 |
msgid "registered useres only"
|
1400 |
msgstr "kun for registrerede brugere"
|
1401 |
|
1402 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1403 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1404 |
msgid "anonymous users only"
|
1405 |
msgstr "Kun for anonyme brugere"
|
1406 |
|
@@ -1563,19 +1633,30 @@ msgid ""
|
|
1563 |
"user. (only registered users)"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1567 |
msgid "Quiz description"
|
1568 |
msgstr "Quiz beskrivelse"
|
1569 |
|
1570 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1571 |
msgid "This text will be displayed before start of the quiz."
|
1572 |
msgstr "Denne tekst vil blive vist før quiz start."
|
1573 |
|
1574 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1575 |
msgid "Results text"
|
1576 |
msgstr "Resultat tekst"
|
1577 |
|
1578 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1579 |
msgid ""
|
1580 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1581 |
"is optional)"
|
@@ -1583,19 +1664,19 @@ msgstr ""
|
|
1583 |
"Denne tekst vil blive vist i slutningen af quizzen (i resultater). (Denne "
|
1584 |
"tekst er valgfrit)"
|
1585 |
|
1586 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1587 |
msgid "Activate graduation"
|
1588 |
msgstr "Aktiver graduering"
|
1589 |
|
1590 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1591 |
msgid "Hint:"
|
1592 |
msgstr "Tip:"
|
1593 |
|
1594 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1595 |
msgid "Maximal 15 levels"
|
1596 |
msgstr "Maksimalt 15 niveauer"
|
1597 |
|
1598 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1599 |
#, php-format
|
1600 |
msgid ""
|
1601 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1604,26 +1685,26 @@ msgstr ""
|
|
1604 |
"Procenter henviser til den samlede score i quizzen. (Samlede nuværende %d "
|
1605 |
"point af %d spørgsmål."
|
1606 |
|
1607 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1608 |
msgid "Values can also be mixed up"
|
1609 |
msgstr "Værdier kan også blandes"
|
1610 |
|
1611 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1612 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1613 |
msgstr "10,15% eller 10,15% tilladt (maks. to decimaler)"
|
1614 |
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1617 |
msgid "from:"
|
1618 |
msgstr "fra:"
|
1619 |
|
1620 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1621 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1622 |
msgid "percent"
|
1623 |
msgstr "procent"
|
1624 |
|
1625 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
#, php-format
|
1628 |
msgid ""
|
1629 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1632,91 +1713,91 @@ msgstr ""
|
|
1632 |
"(Vises, når resultatet i procent er> = <span class=\"resultProzent\"> %s </ "
|
1633 |
"span>%%)"
|
1634 |
|
1635 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1637 |
msgid "Delete graduation"
|
1638 |
msgstr "Slet graduering"
|
1639 |
|
1640 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1641 |
msgid "Add graduation"
|
1642 |
msgstr "Tilføj graduering"
|
1643 |
|
1644 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1645 |
msgid "Result-Options"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1649 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1650 |
msgid "Show average points"
|
1651 |
msgstr "Vis gennemsnitlige point"
|
1652 |
|
1653 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1654 |
msgid "Statistics-function must be enabled."
|
1655 |
msgstr "Statistik-funktionen skal være aktiveret."
|
1656 |
|
1657 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1658 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1659 |
msgid "Show category score"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1663 |
msgid ""
|
1664 |
"If you enable this option, the results of each category is displayed on the "
|
1665 |
"results page."
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
msgid "Hide correct questions - display"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
msgid ""
|
1675 |
"If you select this option, no longer the number of correctly answered "
|
1676 |
"questions are displayed on the results page."
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1680 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1681 |
msgid "Hide quiz time - display"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1685 |
msgid ""
|
1686 |
"If you enable this option, the time for finishing the quiz won't be "
|
1687 |
"displayed on the results page anymore."
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1691 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1692 |
msgid "Hide score - display"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1696 |
msgid ""
|
1697 |
"If you enable this option, final score won't be displayed on the results "
|
1698 |
"page anymore."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1702 |
msgid "Question-Options"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1706 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1707 |
msgid "Show points"
|
1708 |
msgstr "Vis point"
|
1709 |
|
1710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1711 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1712 |
msgstr "Vis hvor mange point der kan opnås for de respektive spørgsmål."
|
1713 |
|
1714 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1716 |
msgid "Number answers"
|
1717 |
msgstr "Nummerer svar"
|
1718 |
|
1719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1720 |
msgid ""
|
1721 |
"If this option is activated, all answers are numbered (only single and "
|
1722 |
"multiple choice)"
|
@@ -1724,12 +1805,12 @@ msgstr ""
|
|
1724 |
"Hvis denne indstilling er aktiveret, bliver alle svarene nummereret (kun "
|
1725 |
"single og multiple choice)"
|
1726 |
|
1727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1729 |
msgid "Hide correct- and incorrect message"
|
1730 |
msgstr "Skjul korrekt-og forkert meddelelse"
|
1731 |
|
1732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1733 |
msgid ""
|
1734 |
"If you enable this option, no correct- or incorrect message will be "
|
1735 |
"displayed."
|
@@ -1737,12 +1818,12 @@ msgstr ""
|
|
1737 |
"Hvis du aktiverer denne indstilling, vil der ikke blive vist en korrekt "
|
1738 |
"eller forkert meddelelse."
|
1739 |
|
1740 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1741 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1742 |
msgid "Correct and incorrect answer mark"
|
1743 |
msgstr "Rigtig og forkert svar markering"
|
1744 |
|
1745 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1746 |
msgid ""
|
1747 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1748 |
"incorrect. "
|
@@ -1750,7 +1831,40 @@ msgstr ""
|
|
1750 |
"Hvis du aktiverer denne indstilling, vil svarene ikke være farve fremhævet "
|
1751 |
"som rigtige eller forkerte. "
|
1752 |
|
1753 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1754 |
msgid ""
|
1755 |
"The leaderboard allows users to enter results in public list and to share "
|
1756 |
"the result this way."
|
@@ -1758,15 +1872,15 @@ msgstr ""
|
|
1758 |
"Ranglisten giver brugerne mulighed for at indskrive deres resultater i "
|
1759 |
"offentlig liste og dele resultatet på denne måde."
|
1760 |
|
1761 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1762 |
msgid "The leaderboard works independent from internal statistics function."
|
1763 |
msgstr "Ranglisten fungerer uafhængigt af den interne statistik funktion."
|
1764 |
|
1765 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1766 |
msgid "Who can sign up to the list"
|
1767 |
msgstr "Hvem kan tilmelde sig til listen"
|
1768 |
|
1769 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1770 |
msgid ""
|
1771 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1772 |
"displayed)"
|
@@ -1774,11 +1888,11 @@ msgstr ""
|
|
1774 |
"Ikke registrerede brugere skal indtaste navn og e-mail adresse (e-mail "
|
1775 |
"adressen vil ikke blive vist)"
|
1776 |
|
1777 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1778 |
msgid "insert automatically"
|
1779 |
msgstr "Indsæt automatisk"
|
1780 |
|
1781 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1782 |
msgid ""
|
1783 |
"If you enable this option, logged in users will be automatically entered "
|
1784 |
"into leaderboard"
|
@@ -1786,11 +1900,11 @@ msgstr ""
|
|
1786 |
"Hvis du aktiverer denne indstilling, vil indloggede brugere automatisk "
|
1787 |
"blive opskrevet på ranglisten"
|
1788 |
|
1789 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1790 |
msgid "display captcha"
|
1791 |
msgstr "vis captcha"
|
1792 |
|
1793 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1794 |
msgid ""
|
1795 |
"If you enable this option, additional captcha will be displayed for users "
|
1796 |
"who are not registered."
|
@@ -1798,83 +1912,83 @@ msgstr ""
|
|
1798 |
"Hvis du aktiverer denne mulighed, vil yderligere captcha blive vist for "
|
1799 |
"brugere, der ikke er registreret."
|
1800 |
|
1801 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1802 |
msgid "This option requires additional plugin:"
|
1803 |
msgstr "Denne mulighed kræver yderligere plugin:"
|
1804 |
|
1805 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1806 |
msgid "Plugin has been detected."
|
1807 |
msgstr "Plugin blev fundet."
|
1808 |
|
1809 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1810 |
msgid "Plugin is not installed."
|
1811 |
msgstr "Plugin er ikke installeret."
|
1812 |
|
1813 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1814 |
msgid "Sort list by"
|
1815 |
msgstr "Sorter listen efter"
|
1816 |
|
1817 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1818 |
msgid "Users can apply multiple times"
|
1819 |
msgstr "Brugere kan opskrives flere gange"
|
1820 |
|
1821 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1822 |
msgid "User can apply after:"
|
1823 |
msgstr "Brugeren kan opskrive efter:"
|
1824 |
|
1825 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1826 |
msgid "minute"
|
1827 |
msgstr "minut"
|
1828 |
|
1829 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1830 |
msgid "How many entries should be displayed"
|
1831 |
msgstr "Hvor mange posteringer skal vises"
|
1832 |
|
1833 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1834 |
msgid "Entries"
|
1835 |
msgstr "Posteringer"
|
1836 |
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1838 |
msgid "Automatically display leaderboard in quiz result"
|
1839 |
msgstr "Vis automatisk ranglisten i quiz resultat"
|
1840 |
|
1841 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1842 |
msgid "Where should leaderboard be displayed:"
|
1843 |
msgstr "Hvor skal ranglisten vises:"
|
1844 |
|
1845 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1846 |
msgid "don't display"
|
1847 |
msgstr "vis ikke"
|
1848 |
|
1849 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1850 |
msgid "below the \"result text\""
|
1851 |
msgstr "under \"resultat tekst\""
|
1852 |
|
1853 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1854 |
msgid "in a button"
|
1855 |
msgstr "i en knap"
|
1856 |
|
1857 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1858 |
msgid "Quiz-Mode"
|
1859 |
msgstr "Quiz-Type"
|
1860 |
|
1861 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1862 |
msgid "Normal"
|
1863 |
msgstr "Normal"
|
1864 |
|
1865 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1866 |
msgid "Normal + Back-Button"
|
1867 |
msgstr "Normal + Tilbage knap"
|
1868 |
|
1869 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1870 |
msgid "Check -> continue"
|
1871 |
msgstr "Tjek -> fortsæt"
|
1872 |
|
1873 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1874 |
msgid "Questions below each other"
|
1875 |
msgstr "Spørgsmål under hinanden"
|
1876 |
|
1877 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1878 |
msgid ""
|
1879 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1880 |
"displayed at the end of the quiz."
|
@@ -1882,15 +1996,15 @@ msgstr ""
|
|
1882 |
"Viser alle spørgsmål selvstændigt, \"rigtig\" eller \"forkert\" vises i "
|
1883 |
"slutningen af quiz."
|
1884 |
|
1885 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1886 |
msgid "Allows to use the back button in a question."
|
1887 |
msgstr "Gør det muligt at bruge tilbage knappen i et spørgsmål."
|
1888 |
|
1889 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1890 |
msgid "Shows \"right or wrong\" after each question."
|
1891 |
msgstr "Viser \"rigtigt eller forkert\" efter hvert spørgsmål."
|
1892 |
|
1893 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1894 |
msgid ""
|
1895 |
"If this option is activated, all answers are displayed below each other, i."
|
1896 |
"e. all questions are on a single page."
|
@@ -1919,32 +2033,32 @@ msgstr "Stilhåndtering"
|
|
1919 |
msgid "Support WP-Pro-Quiz"
|
1920 |
msgstr "Support WP-Pro-quiz"
|
1921 |
|
1922 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1923 |
msgid "ID"
|
1924 |
msgstr "ID"
|
1925 |
|
1926 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1927 |
msgid "Shortcode"
|
1928 |
msgstr "Shortcode"
|
1929 |
|
1930 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1931 |
msgid "Shortcode-Leaderboard"
|
1932 |
msgstr "shortcode-rangliste"
|
1933 |
|
1934 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1935 |
msgid "Preview"
|
1936 |
msgstr "Eksempel"
|
1937 |
|
1938 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1939 |
msgid "Add quiz"
|
1940 |
msgstr "Tilføj quiz"
|
1941 |
|
1942 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1943 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1944 |
msgid "Export"
|
1945 |
msgstr "Eksporter"
|
1946 |
|
1947 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1948 |
msgid ""
|
1949 |
"Choose the respective question, which you would like to export and press on "
|
1950 |
"\"Start export\""
|
@@ -1952,15 +2066,31 @@ msgstr ""
|
|
1952 |
"Vælg den respektive spørgsmål, som du gerne vil eksportere, og tryk på "
|
1953 |
"\"Start eksport\""
|
1954 |
|
1955 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1956 |
msgid "Start export"
|
1957 |
msgstr "Start eksport"
|
1958 |
|
1959 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1960 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1961 |
-
msgstr "
|
1962 |
|
1963 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1964 |
#, php-format
|
1965 |
msgid "Maximal %d MiB"
|
1966 |
msgstr "Maks % d MiB"
|
@@ -2127,31 +2257,5 @@ msgstr ""
|
|
2127 |
"Du kan oversætte WP-Pro-Quiz fra eksisterende til eksisterende sprog (f.eks "
|
2128 |
"engelsk til engelsk), f.eks for at omdøbe knapper."
|
2129 |
|
2130 |
-
#, fuzzy
|
2131 |
-
#~ msgid ""
|
2132 |
-
#~ "Wp-Pro-Quiz\n"
|
2133 |
-
#~ "\t\t\n"
|
2134 |
-
#~ "Sie haben das Quiz \"$quizname\" abgeschlossen.\n"
|
2135 |
-
#~ "\t\t\n"
|
2136 |
-
#~ "Points: $points\n"
|
2137 |
-
#~ "Result: $result\n"
|
2138 |
-
#~ "\t\t\n"
|
2139 |
-
#~ msgstr ""
|
2140 |
-
#~ "Wp-Pro-Quiz\n"
|
2141 |
-
#~ "\n"
|
2142 |
-
#~ "Brugeren \"$username\" har gennemført \"$quizname\" quizzen.\n"
|
2143 |
-
#~ "\n"
|
2144 |
-
#~ "Point: $point\n"
|
2145 |
-
#~ "Resultat: $result\n"
|
2146 |
-
#~ "\n"
|
2147 |
-
|
2148 |
#~ msgid "Next exercise"
|
2149 |
#~ msgstr "Næste spørgsmål"
|
2150 |
-
|
2151 |
-
#, fuzzy
|
2152 |
-
#~ msgid "Admin E-mail settings"
|
2153 |
-
#~ msgstr "E-mail indstillinger"
|
2154 |
-
|
2155 |
-
#, fuzzy
|
2156 |
-
#~ msgid "User E-mail settings"
|
2157 |
-
#~ msgstr "E-mail indstillinger"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:55+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:56+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
64 |
msgid "No data available"
|
65 |
msgstr "Ingen data tilgængelig"
|
66 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Indlæser"
|
98 |
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
102 |
+
msgid "You must answer this question."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
108 |
+
msgid "You must answer all questions before you can completed the quiz."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
112 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
113 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
129 |
msgid "Settings saved"
|
130 |
msgstr "Indstillingerne er gemt"
|
131 |
|
132 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
133 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
155 |
msgstr "Spørgsmål blev ikke fundet "
|
156 |
|
157 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
158 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
159 |
#, php-format
|
160 |
msgid "Question: %d"
|
161 |
msgstr "Spørgsmål: %d"
|
162 |
|
163 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
164 |
msgid "Question edited"
|
165 |
msgstr "Spørgsmålet blev redigeret"
|
166 |
|
167 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
168 |
msgid "New question"
|
169 |
msgstr "Nyt spørgsmål"
|
170 |
|
171 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
172 |
msgid "Question added"
|
173 |
msgstr "Spørgsmål tilføjet"
|
174 |
|
195 |
msgid "Quiz deleted"
|
196 |
msgstr "Quiz slettet"
|
197 |
|
198 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
199 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
200 |
+
msgid "Not categorized"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
204 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
205 |
+
msgid "Categories"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
209 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
210 |
msgid "No category"
|
241 |
msgstr "Du har indtastet en forkert captcha kode."
|
242 |
|
243 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
244 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
245 |
msgid "File was not uploaded"
|
246 |
msgstr "Filen blev ikke uploaded"
|
247 |
|
253 |
msgid "File is not compatible with the current version"
|
254 |
msgstr "Filen er ikke kompatibel med den aktuelle version"
|
255 |
|
256 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
258 |
+
msgid "XML could not be loaded."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
263 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
306 |
msgstr ""
|
307 |
|
308 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
309 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
310 |
msgid "WP-Pro-Quiz"
|
311 |
msgstr ""
|
312 |
|
313 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
314 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
315 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
316 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
317 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
318 |
msgid "Leaderboard"
|
319 |
msgstr "Rangliste"
|
320 |
|
339 |
msgstr "Sorter efter:"
|
340 |
|
341 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
342 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
343 |
msgid "best user"
|
344 |
msgstr "bedste bruger"
|
345 |
|
346 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
347 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
348 |
msgid "newest entry"
|
349 |
msgstr "nyeste postering"
|
350 |
|
351 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
352 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
353 |
msgid "oldest entry"
|
354 |
msgstr "ældste postering"
|
355 |
|
373 |
msgstr "UR = uregistreret bruger, R = registreret bruger"
|
374 |
|
375 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
376 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
377 |
msgid "E-Mail"
|
378 |
msgstr "E-Mail"
|
379 |
|
383 |
msgstr "Indtastet den"
|
384 |
|
385 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
386 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
387 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
388 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
389 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
390 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
391 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
392 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
393 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
394 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
395 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
396 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
407 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
408 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
409 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
410 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
411 |
msgid "Edit"
|
412 |
msgstr "Rediger"
|
413 |
|
415 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
416 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
417 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
418 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
419 |
msgid "Delete"
|
420 |
msgstr "Slet"
|
421 |
|
447 |
|
448 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
449 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
450 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
451 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
452 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
453 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
454 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
455 |
msgid "Quiz-summary"
|
456 |
msgstr "Quiz-oversigt"
|
457 |
|
462 |
|
463 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
464 |
#: lib/view/WpProQuiz_View_Import.php:44
|
465 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
466 |
msgid "Questions"
|
467 |
msgstr "Spørgsmål"
|
468 |
|
469 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
470 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
471 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
472 |
msgid "Finish quiz"
|
473 |
msgstr "Afslut quiz"
|
474 |
|
513 |
msgid "Your score"
|
514 |
msgstr "Dit resultat"
|
515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
516 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
517 |
msgid "Restart quiz"
|
518 |
msgstr "Genstart quiz"
|
537 |
msgid "Review question"
|
538 |
msgstr "Gennemse spørgsmål"
|
539 |
|
540 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
541 |
#, php-format
|
542 |
msgid "Question %s of %s"
|
543 |
msgstr "Spørgsmål %s af %s"
|
544 |
|
545 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
546 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
547 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
548 |
msgid "Question"
|
549 |
msgstr "Spørgsmål"
|
550 |
|
551 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
552 |
#, php-format
|
553 |
msgid "%d points"
|
554 |
msgstr "%d point"
|
555 |
|
556 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
557 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
558 |
msgid "Sort elements"
|
559 |
msgstr "Sorter elementer"
|
560 |
|
561 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
562 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
563 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
564 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
565 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
566 |
msgid "Correct"
|
567 |
msgstr "Korrekt"
|
568 |
|
569 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
570 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
571 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
572 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
573 |
msgid "Incorrect"
|
574 |
msgstr "Forkert"
|
575 |
|
|
|
576 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
577 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
578 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
579 |
msgid "Hint"
|
580 |
msgstr "Tip"
|
581 |
|
582 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
583 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
584 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
585 |
msgid "Skip question"
|
586 |
msgstr "spring dette spørgsmål over"
|
587 |
|
588 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
589 |
msgid "Back"
|
590 |
msgstr "Tilbage"
|
591 |
|
592 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
593 |
msgid "Check"
|
594 |
msgstr "tjek"
|
595 |
|
596 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
597 |
msgid "Next"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
601 |
msgid "Your result has been entered into leaderboard"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
605 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
606 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
607 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
608 |
msgid "Name"
|
609 |
msgstr "Navn"
|
610 |
|
611 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
612 |
msgid "Captcha"
|
613 |
msgstr "Captcha"
|
614 |
|
615 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
616 |
msgid "Send"
|
617 |
msgstr "Send"
|
618 |
|
645 |
msgstr ""
|
646 |
|
647 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
648 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
649 |
msgid "Settings in case of problems"
|
650 |
msgstr "Indstillinger i tilfælde af problemer"
|
651 |
|
652 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
653 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
654 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
655 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
656 |
msgid "Save"
|
657 |
msgstr "Gem"
|
689 |
msgstr "Kategori styring"
|
690 |
|
691 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
692 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
693 |
msgid "Admin e-mail settings"
|
694 |
msgstr ""
|
695 |
|
705 |
"Adskil flere e-mail-adresser med et komma, f.eks wp@test.com, test@test.com"
|
706 |
|
707 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
708 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
709 |
msgid "From:"
|
710 |
msgstr "Fra:"
|
711 |
|
712 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
713 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
714 |
msgid "Subject:"
|
715 |
msgstr "Emne:"
|
716 |
|
717 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
718 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
719 |
msgid "HTML"
|
720 |
msgstr ""
|
721 |
|
722 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
723 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
724 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
725 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
729 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
735 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
736 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
737 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
744 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
749 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
758 |
msgid "Activate"
|
759 |
msgstr "Aktivér"
|
760 |
|
761 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
762 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
763 |
msgid "Message body:"
|
764 |
msgstr "Meddelelse:"
|
765 |
|
766 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
767 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
768 |
msgid "Allowed variables"
|
769 |
msgstr "Tilladte variabler"
|
770 |
|
771 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
772 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
773 |
msgid "User-ID"
|
774 |
msgstr "Bruger-ID"
|
775 |
|
776 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
777 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
778 |
msgid "Username"
|
779 |
msgstr "Brugernavn"
|
780 |
|
781 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
782 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
783 |
msgid "Quiz-Name"
|
784 |
msgstr "Quiz-Navn"
|
785 |
|
786 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
787 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
788 |
msgid "Result in precent"
|
789 |
msgstr "Resultat i procent"
|
790 |
|
791 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
792 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
793 |
msgid "Reached points"
|
794 |
msgstr "Opnåede point"
|
795 |
|
796 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
797 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
798 |
msgid "IP-address of the user"
|
799 |
msgstr "Brugerens IP-addresse"
|
800 |
|
801 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
802 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
803 |
+
msgid "Category-Overview"
|
804 |
+
msgstr ""
|
805 |
+
|
806 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
807 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
808 |
msgid "User e-mail settings"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
812 |
msgid "to activate"
|
813 |
msgstr "til aktivering"
|
814 |
|
815 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
816 |
msgid "not to activate"
|
817 |
msgstr "ikke til aktivering"
|
818 |
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
820 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
821 |
msgid "Please note"
|
822 |
msgstr "Vær opmærksom på"
|
823 |
|
824 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
825 |
msgid ""
|
826 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
827 |
msgstr ""
|
828 |
"Disse indstillinger bør kun ændres i tilfælde af problemer med Wp-Pro-Quiz."
|
829 |
|
830 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
831 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
832 |
msgid "Automatically add [raw] shortcode"
|
833 |
msgstr "Tilføj automatisk [RAW] shortcode"
|
834 |
|
835 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
836 |
#, php-format
|
837 |
msgid "It is recommended %s this option on your system."
|
838 |
msgstr "Det anbefales at bruge denne indstilling %s på dit system."
|
839 |
|
840 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
841 |
msgid ""
|
842 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
843 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
846 |
"shortcode rundt om WpProQuiz shortcode ([WpProQuiz X]) som [RAW] [WpProQuiz "
|
847 |
"X] [/ raw]"
|
848 |
|
849 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
850 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
851 |
msgid ""
|
852 |
"Own themes changes internal order of filters, what causes the problems. "
|
855 |
"Egne temaer kan ændrer intern rækkefølge i filtre, hvilket kan forårsage "
|
856 |
"problemer. Med ekstra shortcode [RAW] forhindres dette."
|
857 |
|
858 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
859 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
860 |
msgid "Do not load the Javascript-files in the footer"
|
861 |
msgstr "Indlæs ikke Javascript-filer i sidefoden"
|
862 |
|
863 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
864 |
msgid ""
|
865 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
866 |
"when they are really needed."
|
868 |
"Generelt bliver alle WpProQuiz-Javascript filer indlæst i sidefoden og kun "
|
869 |
"når der virkelig er brug for dem."
|
870 |
|
871 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
872 |
msgid "In very old Wordpress themes this can lead to problems."
|
873 |
msgstr "I meget gamle Wordpress temaer kan dette føre til problemer."
|
874 |
|
875 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
876 |
msgid ""
|
877 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
878 |
"the header even if they are not needed."
|
880 |
"Hvis du aktiverer denne indstilling, bliver alle WpProQuiz-Javascript filer "
|
881 |
"lagt i headeren, selv om de ikke er nødvendige."
|
882 |
|
883 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
884 |
#, php-format
|
885 |
msgid ""
|
886 |
"Anyone who wants to learn more about this topic should read through the "
|
889 |
"Alle som ønsker at lære mere om dette emne bør læse igennem følgende "
|
890 |
"websites % s og %s."
|
891 |
|
892 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
893 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
894 |
msgid "Touch Library"
|
895 |
msgstr "Touch bibliotek"
|
896 |
|
897 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
898 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
899 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
900 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
902 |
msgid "Deactivate"
|
903 |
msgstr "Deaktiver"
|
904 |
|
905 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
906 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
907 |
msgstr ""
|
908 |
"I version 0.13 blev et nyt Touch bibliotek tilføjet for mobile enheder."
|
909 |
|
910 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
911 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
912 |
msgstr "Hvis du har problemer med Touch biblioteket, bedes du deaktivere det."
|
913 |
|
914 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
915 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
916 |
msgid "jQuery support cors"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
920 |
msgid "Is required only in rare cases."
|
921 |
msgstr "Kræves kun i sjældne tilfælde."
|
922 |
|
923 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
924 |
msgid "If you have problems with the front ajax, please activate it."
|
925 |
msgstr "Hvis du har problemer med front ajax, bedes du aktivere den."
|
926 |
|
927 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
928 |
msgid "e.g. Domain with special characters in combination with IE"
|
929 |
msgstr "fx Domæne med specialtegn i kombination med IE"
|
930 |
|
931 |
#: lib/view/WpProQuiz_View_Import.php:21
|
932 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
933 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
934 |
msgid "Import"
|
935 |
msgstr "Importer"
|
936 |
|
950 |
msgid "Quiz name"
|
951 |
msgstr "Quiz navn"
|
952 |
|
953 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
954 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
955 |
msgid "Start import"
|
956 |
msgstr "Start import"
|
957 |
|
964 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
965 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
966 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
968 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
969 |
msgid "(optional)"
|
970 |
msgstr "(valgfri)"
|
971 |
|
979 |
|
980 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
981 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
982 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
983 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
985 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
986 |
msgid "(required)"
|
987 |
msgstr "(påkrævet)"
|
988 |
|
1118 |
msgid "Assessment"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1122 |
msgid "Answers"
|
1123 |
msgstr "Svar"
|
1124 |
|
1125 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1126 |
msgid ""
|
1127 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1128 |
"answers will be displayed randomly."
|
1130 |
"Venligst sorter svarene i rigtig rækkefølge med \"Flyt\" - knappen. Svarene "
|
1131 |
"vises tilfældigt."
|
1132 |
|
1133 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1134 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1135 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1136 |
msgid "Add new answer"
|
1137 |
msgstr "Tilføj nyt svar"
|
1138 |
|
1139 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1140 |
msgid ""
|
1141 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1142 |
"matching criterion."
|
1144 |
"I denne indstilling, vil en liste ikke blive sorteret, men elementerne skal "
|
1145 |
"anvises til matchende kriterium."
|
1146 |
|
1147 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1148 |
msgid ""
|
1149 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1150 |
"user."
|
1152 |
"Du kan oprette sorterings elementer med tomme kriterier, som ikke kan "
|
1153 |
"tildeles af brugeren."
|
1154 |
|
1155 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1156 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1157 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1158 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1159 |
msgid "Options"
|
1160 |
msgstr "Valgmuligheder"
|
1161 |
|
1162 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1163 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1164 |
msgid "Answer"
|
1165 |
msgstr "Svar"
|
1166 |
|
1167 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1168 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1169 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1170 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1171 |
msgid "Allow HTML"
|
1172 |
msgstr "Tillad HTML"
|
1173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1174 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1175 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1176 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1177 |
+
msgid "Delete answer"
|
1178 |
+
msgstr "Slet svar"
|
1179 |
|
1180 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1181 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1182 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1183 |
+
msgid "Add Media"
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1187 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1188 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1189 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1190 |
msgid "Move"
|
1191 |
msgstr "Flyt"
|
1192 |
|
1193 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1194 |
msgid "Criterion"
|
1195 |
msgstr "kriterium"
|
1196 |
|
1197 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1198 |
msgid ""
|
1199 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1200 |
msgstr ""
|
1201 |
"korrekte svar (en pr linje) (svar vil blive konverteret til små bogstaver)"
|
1202 |
|
1203 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1204 |
msgid ""
|
1205 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1206 |
"small letters will be ignored."
|
1208 |
"Omslut de søgte ord med {} fx \"Jeg {play} soccer\". Store og små bogstaver "
|
1209 |
"vil blive ignoreret."
|
1210 |
|
1211 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1212 |
msgid ""
|
1213 |
"You can specify multiple options for a search word. Enclose the word with "
|
1214 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1220 |
"[elsker] [hader]} fodbold\" </ span>. I dette tilfælde vil svaret spiller, "
|
1221 |
"elsker eller hader er korrekte."
|
1222 |
|
1223 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1224 |
msgid ""
|
1225 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1226 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1228 |
"Hvis \"forskelligt antal point for hvert svar\" er valgt, kan du tildele "
|
1229 |
"point med |POINTS. Ellers vil der blive tildelt 1 point for hvert svar."
|
1230 |
|
1231 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1232 |
msgid ""
|
1233 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1234 |
"\" 3 points."
|
1236 |
"fx. \"Jeg {spiller} fodbold, med en {bold|3}\" - \"spiller\" giver 1 point "
|
1237 |
"og \"bold\" 3 point."
|
1238 |
|
1239 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1240 |
msgid "Here you can create an assessment question."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1244 |
msgid ""
|
1245 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1249 |
msgid "The number of options in the maximum score."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1253 |
msgid "Examples:"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1257 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1261 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1262 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1263 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1264 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1265 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1266 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1267 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1268 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1269 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1270 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1271 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1272 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1273 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1274 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1280 |
msgid "Demo"
|
1281 |
msgstr "Demo"
|
1282 |
|
1283 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1284 |
msgid "less true { [a] [b] [c] } more true"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1288 |
+
msgid "Single choice options"
|
1289 |
+
msgstr ""
|
1290 |
+
|
1291 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1292 |
+
msgid ""
|
1293 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1294 |
+
"special mode.<br> This changes the calculation of the points"
|
1295 |
+
msgstr ""
|
1296 |
+
|
1297 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1298 |
+
msgid "Different points - modus 2 activate"
|
1299 |
+
msgstr ""
|
1300 |
+
|
1301 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1302 |
+
msgid "Disables the distinction between correct and incorrect."
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1306 |
+
msgid "disable correct and incorrent"
|
1307 |
+
msgstr ""
|
1308 |
+
|
1309 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1310 |
+
msgid "Explanation of points calculation"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1314 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1315 |
+
msgid "\"Different points for each answer\" enabled"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1319 |
+
msgid "\"Different points - mode 2\" disable"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1323 |
+
msgid "\"Different points - mode 2\" enabled"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1327 |
msgid "Questions sorted"
|
1328 |
msgstr "Spørgsmål sorteret"
|
1411 |
|
1412 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1413 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1414 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1415 |
msgid "Statistics"
|
1416 |
msgstr "Statistik"
|
1417 |
|
1460 |
msgstr "Denne mulighed gælder for:"
|
1461 |
|
1462 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1463 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1464 |
msgid "all users"
|
1465 |
msgstr "alle brugere"
|
1466 |
|
1467 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1468 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1469 |
msgid "registered useres only"
|
1470 |
msgstr "kun for registrerede brugere"
|
1471 |
|
1472 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1473 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1474 |
msgid "anonymous users only"
|
1475 |
msgstr "Kun for anonyme brugere"
|
1476 |
|
1633 |
"user. (only registered users)"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1637 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1638 |
+
msgid "Autostart"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1642 |
+
msgid ""
|
1643 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1644 |
+
"is loaded."
|
1645 |
+
msgstr ""
|
1646 |
+
|
1647 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1648 |
msgid "Quiz description"
|
1649 |
msgstr "Quiz beskrivelse"
|
1650 |
|
1651 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1652 |
msgid "This text will be displayed before start of the quiz."
|
1653 |
msgstr "Denne tekst vil blive vist før quiz start."
|
1654 |
|
1655 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1656 |
msgid "Results text"
|
1657 |
msgstr "Resultat tekst"
|
1658 |
|
1659 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1660 |
msgid ""
|
1661 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1662 |
"is optional)"
|
1664 |
"Denne tekst vil blive vist i slutningen af quizzen (i resultater). (Denne "
|
1665 |
"tekst er valgfrit)"
|
1666 |
|
1667 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1668 |
msgid "Activate graduation"
|
1669 |
msgstr "Aktiver graduering"
|
1670 |
|
1671 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1672 |
msgid "Hint:"
|
1673 |
msgstr "Tip:"
|
1674 |
|
1675 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1676 |
msgid "Maximal 15 levels"
|
1677 |
msgstr "Maksimalt 15 niveauer"
|
1678 |
|
1679 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1680 |
#, php-format
|
1681 |
msgid ""
|
1682 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1685 |
"Procenter henviser til den samlede score i quizzen. (Samlede nuværende %d "
|
1686 |
"point af %d spørgsmål."
|
1687 |
|
1688 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1689 |
msgid "Values can also be mixed up"
|
1690 |
msgstr "Værdier kan også blandes"
|
1691 |
|
1692 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1693 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1694 |
msgstr "10,15% eller 10,15% tilladt (maks. to decimaler)"
|
1695 |
|
1696 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1697 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1698 |
msgid "from:"
|
1699 |
msgstr "fra:"
|
1700 |
|
1701 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1702 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1703 |
msgid "percent"
|
1704 |
msgstr "procent"
|
1705 |
|
1706 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1708 |
#, php-format
|
1709 |
msgid ""
|
1710 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1713 |
"(Vises, når resultatet i procent er> = <span class=\"resultProzent\"> %s </ "
|
1714 |
"span>%%)"
|
1715 |
|
1716 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1717 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1718 |
msgid "Delete graduation"
|
1719 |
msgstr "Slet graduering"
|
1720 |
|
1721 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1722 |
msgid "Add graduation"
|
1723 |
msgstr "Tilføj graduering"
|
1724 |
|
1725 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1726 |
msgid "Result-Options"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1731 |
msgid "Show average points"
|
1732 |
msgstr "Vis gennemsnitlige point"
|
1733 |
|
1734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1735 |
msgid "Statistics-function must be enabled."
|
1736 |
msgstr "Statistik-funktionen skal være aktiveret."
|
1737 |
|
1738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1740 |
msgid "Show category score"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1744 |
msgid ""
|
1745 |
"If you enable this option, the results of each category is displayed on the "
|
1746 |
"results page."
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1751 |
msgid "Hide correct questions - display"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1755 |
msgid ""
|
1756 |
"If you select this option, no longer the number of correctly answered "
|
1757 |
"questions are displayed on the results page."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1762 |
msgid "Hide quiz time - display"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1766 |
msgid ""
|
1767 |
"If you enable this option, the time for finishing the quiz won't be "
|
1768 |
"displayed on the results page anymore."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1772 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1773 |
msgid "Hide score - display"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1777 |
msgid ""
|
1778 |
"If you enable this option, final score won't be displayed on the results "
|
1779 |
"page anymore."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1783 |
msgid "Question-Options"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1788 |
msgid "Show points"
|
1789 |
msgstr "Vis point"
|
1790 |
|
1791 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1792 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1793 |
msgstr "Vis hvor mange point der kan opnås for de respektive spørgsmål."
|
1794 |
|
1795 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1796 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1797 |
msgid "Number answers"
|
1798 |
msgstr "Nummerer svar"
|
1799 |
|
1800 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1801 |
msgid ""
|
1802 |
"If this option is activated, all answers are numbered (only single and "
|
1803 |
"multiple choice)"
|
1805 |
"Hvis denne indstilling er aktiveret, bliver alle svarene nummereret (kun "
|
1806 |
"single og multiple choice)"
|
1807 |
|
1808 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1809 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1810 |
msgid "Hide correct- and incorrect message"
|
1811 |
msgstr "Skjul korrekt-og forkert meddelelse"
|
1812 |
|
1813 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1814 |
msgid ""
|
1815 |
"If you enable this option, no correct- or incorrect message will be "
|
1816 |
"displayed."
|
1818 |
"Hvis du aktiverer denne indstilling, vil der ikke blive vist en korrekt "
|
1819 |
"eller forkert meddelelse."
|
1820 |
|
1821 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1822 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1823 |
msgid "Correct and incorrect answer mark"
|
1824 |
msgstr "Rigtig og forkert svar markering"
|
1825 |
|
1826 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1827 |
msgid ""
|
1828 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1829 |
"incorrect. "
|
1831 |
"Hvis du aktiverer denne indstilling, vil svarene ikke være farve fremhævet "
|
1832 |
"som rigtige eller forkerte. "
|
1833 |
|
1834 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1835 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1836 |
+
msgid "Force user to answer each question"
|
1837 |
+
msgstr ""
|
1838 |
+
|
1839 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1840 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1841 |
+
msgstr ""
|
1842 |
+
|
1843 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1844 |
+
msgid ""
|
1845 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1846 |
+
"appear after end of the quiz, otherwise after each question."
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1850 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1851 |
+
msgid "Hide question position overview"
|
1852 |
+
msgstr ""
|
1853 |
+
|
1854 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1855 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1856 |
+
msgstr ""
|
1857 |
+
|
1858 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1859 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1860 |
+
msgid "Hide question numbering"
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1864 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1865 |
+
msgstr ""
|
1866 |
+
|
1867 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1868 |
msgid ""
|
1869 |
"The leaderboard allows users to enter results in public list and to share "
|
1870 |
"the result this way."
|
1872 |
"Ranglisten giver brugerne mulighed for at indskrive deres resultater i "
|
1873 |
"offentlig liste og dele resultatet på denne måde."
|
1874 |
|
1875 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1876 |
msgid "The leaderboard works independent from internal statistics function."
|
1877 |
msgstr "Ranglisten fungerer uafhængigt af den interne statistik funktion."
|
1878 |
|
1879 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1880 |
msgid "Who can sign up to the list"
|
1881 |
msgstr "Hvem kan tilmelde sig til listen"
|
1882 |
|
1883 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1884 |
msgid ""
|
1885 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1886 |
"displayed)"
|
1888 |
"Ikke registrerede brugere skal indtaste navn og e-mail adresse (e-mail "
|
1889 |
"adressen vil ikke blive vist)"
|
1890 |
|
1891 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1892 |
msgid "insert automatically"
|
1893 |
msgstr "Indsæt automatisk"
|
1894 |
|
1895 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1896 |
msgid ""
|
1897 |
"If you enable this option, logged in users will be automatically entered "
|
1898 |
"into leaderboard"
|
1900 |
"Hvis du aktiverer denne indstilling, vil indloggede brugere automatisk "
|
1901 |
"blive opskrevet på ranglisten"
|
1902 |
|
1903 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1904 |
msgid "display captcha"
|
1905 |
msgstr "vis captcha"
|
1906 |
|
1907 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1908 |
msgid ""
|
1909 |
"If you enable this option, additional captcha will be displayed for users "
|
1910 |
"who are not registered."
|
1912 |
"Hvis du aktiverer denne mulighed, vil yderligere captcha blive vist for "
|
1913 |
"brugere, der ikke er registreret."
|
1914 |
|
1915 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1916 |
msgid "This option requires additional plugin:"
|
1917 |
msgstr "Denne mulighed kræver yderligere plugin:"
|
1918 |
|
1919 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1920 |
msgid "Plugin has been detected."
|
1921 |
msgstr "Plugin blev fundet."
|
1922 |
|
1923 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1924 |
msgid "Plugin is not installed."
|
1925 |
msgstr "Plugin er ikke installeret."
|
1926 |
|
1927 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1928 |
msgid "Sort list by"
|
1929 |
msgstr "Sorter listen efter"
|
1930 |
|
1931 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1932 |
msgid "Users can apply multiple times"
|
1933 |
msgstr "Brugere kan opskrives flere gange"
|
1934 |
|
1935 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1936 |
msgid "User can apply after:"
|
1937 |
msgstr "Brugeren kan opskrive efter:"
|
1938 |
|
1939 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1940 |
msgid "minute"
|
1941 |
msgstr "minut"
|
1942 |
|
1943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1944 |
msgid "How many entries should be displayed"
|
1945 |
msgstr "Hvor mange posteringer skal vises"
|
1946 |
|
1947 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1948 |
msgid "Entries"
|
1949 |
msgstr "Posteringer"
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1952 |
msgid "Automatically display leaderboard in quiz result"
|
1953 |
msgstr "Vis automatisk ranglisten i quiz resultat"
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1956 |
msgid "Where should leaderboard be displayed:"
|
1957 |
msgstr "Hvor skal ranglisten vises:"
|
1958 |
|
1959 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1960 |
msgid "don't display"
|
1961 |
msgstr "vis ikke"
|
1962 |
|
1963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1964 |
msgid "below the \"result text\""
|
1965 |
msgstr "under \"resultat tekst\""
|
1966 |
|
1967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1968 |
msgid "in a button"
|
1969 |
msgstr "i en knap"
|
1970 |
|
1971 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1972 |
msgid "Quiz-Mode"
|
1973 |
msgstr "Quiz-Type"
|
1974 |
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1976 |
msgid "Normal"
|
1977 |
msgstr "Normal"
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1980 |
msgid "Normal + Back-Button"
|
1981 |
msgstr "Normal + Tilbage knap"
|
1982 |
|
1983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1984 |
msgid "Check -> continue"
|
1985 |
msgstr "Tjek -> fortsæt"
|
1986 |
|
1987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1988 |
msgid "Questions below each other"
|
1989 |
msgstr "Spørgsmål under hinanden"
|
1990 |
|
1991 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1992 |
msgid ""
|
1993 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1994 |
"displayed at the end of the quiz."
|
1996 |
"Viser alle spørgsmål selvstændigt, \"rigtig\" eller \"forkert\" vises i "
|
1997 |
"slutningen af quiz."
|
1998 |
|
1999 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2000 |
msgid "Allows to use the back button in a question."
|
2001 |
msgstr "Gør det muligt at bruge tilbage knappen i et spørgsmål."
|
2002 |
|
2003 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2004 |
msgid "Shows \"right or wrong\" after each question."
|
2005 |
msgstr "Viser \"rigtigt eller forkert\" efter hvert spørgsmål."
|
2006 |
|
2007 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2008 |
msgid ""
|
2009 |
"If this option is activated, all answers are displayed below each other, i."
|
2010 |
"e. all questions are on a single page."
|
2033 |
msgid "Support WP-Pro-Quiz"
|
2034 |
msgstr "Support WP-Pro-quiz"
|
2035 |
|
2036 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2037 |
msgid "ID"
|
2038 |
msgstr "ID"
|
2039 |
|
2040 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2041 |
msgid "Shortcode"
|
2042 |
msgstr "Shortcode"
|
2043 |
|
2044 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2045 |
msgid "Shortcode-Leaderboard"
|
2046 |
msgstr "shortcode-rangliste"
|
2047 |
|
2048 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2049 |
msgid "Preview"
|
2050 |
msgstr "Eksempel"
|
2051 |
|
2052 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2053 |
msgid "Add quiz"
|
2054 |
msgstr "Tilføj quiz"
|
2055 |
|
2056 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2057 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2058 |
msgid "Export"
|
2059 |
msgstr "Eksporter"
|
2060 |
|
2061 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2062 |
msgid ""
|
2063 |
"Choose the respective question, which you would like to export and press on "
|
2064 |
"\"Start export\""
|
2066 |
"Vælg den respektive spørgsmål, som du gerne vil eksportere, og tryk på "
|
2067 |
"\"Start eksport\""
|
2068 |
|
2069 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2070 |
+
msgid "Format:"
|
2071 |
+
msgstr ""
|
2072 |
+
|
2073 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2074 |
+
msgid "*.wpq"
|
2075 |
+
msgstr ""
|
2076 |
+
|
2077 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2078 |
+
msgid "or"
|
2079 |
+
msgstr ""
|
2080 |
+
|
2081 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2082 |
+
msgid "*.xml"
|
2083 |
+
msgstr ""
|
2084 |
+
|
2085 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2086 |
msgid "Start export"
|
2087 |
msgstr "Start eksport"
|
2088 |
|
2089 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2090 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2091 |
+
msgstr ""
|
2092 |
|
2093 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2094 |
#, php-format
|
2095 |
msgid "Maximal %d MiB"
|
2096 |
msgstr "Maks % d MiB"
|
2257 |
"Du kan oversætte WP-Pro-Quiz fra eksisterende til eksisterende sprog (f.eks "
|
2258 |
"engelsk til engelsk), f.eks for at omdøbe knapper."
|
2259 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2260 |
#~ msgid "Next exercise"
|
2261 |
#~ msgstr "Næste spørgsmål"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/wp-pro-quiz-de_DE.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-de_DE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "Soll die Statistik wirklich zurückgesetzt werden?"
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr "Keine Daten verfügbar"
|
67 |
|
@@ -89,24 +89,38 @@ msgid "Not all fields completed."
|
|
89 |
msgstr "Es wurden nicht alle Felder ausgefüllt."
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Daten werden geladen"
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
# Must not be translated
|
102 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
103 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
104 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
105 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
106 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
107 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
108 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
109 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
110 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
111 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
112 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -120,7 +134,7 @@ msgstr "You do not have sufficient permissions to access this page."
|
|
120 |
msgid "Settings saved"
|
121 |
msgstr "Einstellungen gespeichert"
|
122 |
|
123 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
125 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
126 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -146,20 +160,20 @@ msgid "Question not found"
|
|
146 |
msgstr "Frage nicht gefunden"
|
147 |
|
148 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
149 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
150 |
#, php-format
|
151 |
msgid "Question: %d"
|
152 |
msgstr "Frage: %d"
|
153 |
|
154 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
155 |
msgid "Question edited"
|
156 |
msgstr "Frage geändert"
|
157 |
|
158 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
159 |
msgid "New question"
|
160 |
msgstr "Neue Frage"
|
161 |
|
162 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
163 |
msgid "Question added"
|
164 |
msgstr "Frage hinzugefügt"
|
165 |
|
@@ -186,6 +200,16 @@ msgstr "Quiz erstellen"
|
|
186 |
msgid "Quiz deleted"
|
187 |
msgstr "Quiz gelöscht"
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
191 |
msgid "No category"
|
@@ -222,6 +246,7 @@ msgid "You entered wrong captcha code."
|
|
222 |
msgstr "Captcha code ist falsch."
|
223 |
|
224 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
225 |
msgid "File was not uploaded"
|
226 |
msgstr "Datei wurde nicht hochgeladen"
|
227 |
|
@@ -233,6 +258,11 @@ msgstr "Datei hat falsches Format"
|
|
233 |
msgid "File is not compatible with the current version"
|
234 |
msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
|
235 |
|
|
|
|
|
|
|
|
|
|
|
236 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
237 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
238 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -288,14 +318,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
288 |
msgstr "Eine leistungsstarkes und schönes Quiz-Plugin für WordPress."
|
289 |
|
290 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
291 |
msgid "WP-Pro-Quiz"
|
292 |
msgstr "WP-Pro-Quiz"
|
293 |
|
294 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
295 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
296 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
297 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
298 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
299 |
msgid "Leaderboard"
|
300 |
msgstr "Bestenliste"
|
301 |
|
@@ -320,17 +351,17 @@ msgid "Sort by:"
|
|
320 |
msgstr "Sortieren nach:"
|
321 |
|
322 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
323 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
324 |
msgid "best user"
|
325 |
msgstr "bester Benutzer"
|
326 |
|
327 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
328 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
329 |
msgid "newest entry"
|
330 |
msgstr "neuester Eintrag"
|
331 |
|
332 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
333 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
334 |
msgid "oldest entry"
|
335 |
msgstr "Ältester Eintrag"
|
336 |
|
@@ -354,7 +385,7 @@ msgid "User"
|
|
354 |
msgstr "Benutzer"
|
355 |
|
356 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
357 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
358 |
msgid "E-Mail"
|
359 |
msgstr "E-Mail"
|
360 |
|
@@ -364,14 +395,14 @@ msgid "Entered on"
|
|
364 |
msgstr "Eingetragen am"
|
365 |
|
366 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
367 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
368 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
369 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
370 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
371 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
372 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
373 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
374 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
375 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
376 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
377 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -388,7 +419,7 @@ msgstr "Ergebnis"
|
|
388 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
389 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
390 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
391 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
392 |
msgid "Edit"
|
393 |
msgstr "Bearbeiten"
|
394 |
|
@@ -396,7 +427,7 @@ msgstr "Bearbeiten"
|
|
396 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
397 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
398 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
399 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
400 |
msgid "Delete"
|
401 |
msgstr "Löschen"
|
402 |
|
@@ -428,12 +459,11 @@ msgstr "Zeitlimit"
|
|
428 |
|
429 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
430 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
431 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
432 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
433 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
434 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
435 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
436 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
437 |
msgid "Quiz-summary"
|
438 |
msgstr "Quiz-Zusammenfassung"
|
439 |
|
@@ -444,13 +474,13 @@ msgstr "%s von %s Fragen beantwortet"
|
|
444 |
|
445 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
446 |
#: lib/view/WpProQuiz_View_Import.php:44
|
447 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
448 |
msgid "Questions"
|
449 |
msgstr "Fragen"
|
450 |
|
451 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
452 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
453 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
454 |
msgid "Finish quiz"
|
455 |
msgstr "Quiz abschließen"
|
456 |
|
@@ -496,14 +526,6 @@ msgstr "Ø Punkte"
|
|
496 |
msgid "Your score"
|
497 |
msgstr "Deine Punkte"
|
498 |
|
499 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
500 |
-
msgid "Categories"
|
501 |
-
msgstr "Kategorien"
|
502 |
-
|
503 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
504 |
-
msgid "Not categorized"
|
505 |
-
msgstr "Nicht kategorisiert"
|
506 |
-
|
507 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
508 |
msgid "Restart quiz"
|
509 |
msgstr "Quiz erneut starten"
|
@@ -528,82 +550,82 @@ msgstr "Vorgemerkt"
|
|
528 |
msgid "Review question"
|
529 |
msgstr "Frage vormerken"
|
530 |
|
531 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
532 |
#, php-format
|
533 |
msgid "Question %s of %s"
|
534 |
msgstr "Frage %s von %s"
|
535 |
|
536 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
537 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
538 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
539 |
msgid "Question"
|
540 |
msgstr "Frage"
|
541 |
|
542 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
543 |
#, php-format
|
544 |
msgid "%d points"
|
545 |
msgstr "%d Punkte"
|
546 |
|
547 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
548 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
549 |
msgid "Sort elements"
|
550 |
msgstr "Sortierelemente"
|
551 |
|
552 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
553 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
554 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
555 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
556 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
557 |
msgid "Correct"
|
558 |
msgstr "Korrekt"
|
559 |
|
560 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
561 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
562 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
563 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
564 |
msgid "Incorrect"
|
565 |
msgstr "Inkorrekt"
|
566 |
|
567 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
568 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
569 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
570 |
msgid "Hint"
|
571 |
msgstr "Tipp"
|
572 |
|
573 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
574 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
575 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
576 |
msgid "Skip question"
|
577 |
msgstr "Frage überspringen"
|
578 |
|
579 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
580 |
msgid "Back"
|
581 |
msgstr "Zurück"
|
582 |
|
583 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
584 |
msgid "Check"
|
585 |
msgstr "Prüfen"
|
586 |
|
587 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
588 |
msgid "Next"
|
589 |
msgstr "Weiter"
|
590 |
|
591 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
592 |
msgid "Your result has been entered into leaderboard"
|
593 |
msgstr "Dein Ergebnis wurde in die Bestenliste eingetragen"
|
594 |
|
595 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
596 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
597 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
598 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
599 |
msgid "Name"
|
600 |
msgstr "Name"
|
601 |
|
602 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
603 |
msgid "Captcha"
|
604 |
msgstr "Captcha"
|
605 |
|
606 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
607 |
msgid "Send"
|
608 |
msgstr "Abschicken"
|
609 |
|
@@ -636,13 +658,13 @@ msgid "E-Mail settings"
|
|
636 |
msgstr "E-Mail Einstellungen"
|
637 |
|
638 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
639 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
640 |
msgid "Settings in case of problems"
|
641 |
msgstr "Einstellungen bei Problemen"
|
642 |
|
643 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
644 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
645 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
646 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
647 |
msgid "Save"
|
648 |
msgstr "Speichern"
|
@@ -680,7 +702,7 @@ msgid "Category management"
|
|
680 |
msgstr "Kategorie-Verwaltung"
|
681 |
|
682 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
683 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
684 |
msgid "Admin e-mail settings"
|
685 |
msgstr "Admin E-mail settings"
|
686 |
|
@@ -696,25 +718,25 @@ msgstr ""
|
|
696 |
"Mehrere E-Mail-Adressen mit Komma trennen, z.B. wp@test.com, test@test.com"
|
697 |
|
698 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
699 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
700 |
msgid "From:"
|
701 |
msgstr "Absender:"
|
702 |
|
703 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
704 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
705 |
msgid "Subject:"
|
706 |
msgstr "Betreff:"
|
707 |
|
708 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
709 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
710 |
msgid "HTML"
|
711 |
msgstr "HTML"
|
712 |
|
713 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
714 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
715 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
716 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
717 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
720 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -726,101 +748,110 @@ msgstr "HTML"
|
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
735 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
736 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
737 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
738 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
739 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
740 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
741 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
742 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
744 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
745 |
msgid "Activate"
|
746 |
msgstr "Aktivieren"
|
747 |
|
748 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
749 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
750 |
msgid "Message body:"
|
751 |
msgstr "Nachricht:"
|
752 |
|
753 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
754 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
755 |
msgid "Allowed variables"
|
756 |
msgstr "Erlaubte Variablen"
|
757 |
|
758 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
759 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
760 |
msgid "User-ID"
|
761 |
msgstr "Benutzer-ID"
|
762 |
|
763 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
764 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
765 |
msgid "Username"
|
766 |
msgstr "Benutzername"
|
767 |
|
768 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
769 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
770 |
msgid "Quiz-Name"
|
771 |
msgstr "Quiz-Name"
|
772 |
|
773 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
774 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
775 |
msgid "Result in precent"
|
776 |
msgstr "Ergebnis in Prozent"
|
777 |
|
778 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
779 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
780 |
msgid "Reached points"
|
781 |
msgstr "Erreichte Punktzahl"
|
782 |
|
783 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
784 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
785 |
msgid "IP-address of the user"
|
786 |
msgstr "IP-Adresse des Benutzers"
|
787 |
|
788 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
789 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
790 |
msgid "User e-mail settings"
|
791 |
msgstr "Benutzer E-Mail Einstellungen"
|
792 |
|
793 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
794 |
msgid "to activate"
|
795 |
msgstr "zu aktiveren"
|
796 |
|
797 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
798 |
msgid "not to activate"
|
799 |
msgstr "nicht zu aktivieren"
|
800 |
|
801 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
802 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
803 |
msgid "Please note"
|
804 |
msgstr "Hinweis"
|
805 |
|
806 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
807 |
msgid ""
|
808 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
809 |
msgstr ""
|
810 |
"Diese Einstellungen sollten nur gesetzt werden, wenn es Probleme mit Wp-Pro-"
|
811 |
"Quiz gibt."
|
812 |
|
813 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
814 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
815 |
msgid "Automatically add [raw] shortcode"
|
816 |
msgstr "Automatisch [raw] Shortcode hinzufügen"
|
817 |
|
818 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
819 |
#, php-format
|
820 |
msgid "It is recommended %s this option on your system."
|
821 |
msgstr "Es wird auf Ihrem System empfohlen dies %s."
|
822 |
|
823 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
824 |
msgid ""
|
825 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
826 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -828,7 +859,7 @@ msgstr ""
|
|
828 |
"Wenn diese Option aktivieren, wird automatisch ein [raw] Shortcode um den "
|
829 |
"WpProQuiz Shortcode ( [WpProQuiz X] ) gesetzt ( [raw] [WpProQuiz X] [/raw] )."
|
830 |
|
831 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
832 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
833 |
msgid ""
|
834 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -837,12 +868,12 @@ msgstr ""
|
|
837 |
"Einige Themen verändern die interne Reihenfolge der Filter, wodurch es zu "
|
838 |
"Fehlern kommt. Mit dem zusätzlichen Shortcode [raw] wird dies verhindert."
|
839 |
|
840 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
841 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
842 |
msgid "Do not load the Javascript-files in the footer"
|
843 |
msgstr "Javascript-Dateien nicht am Seitenende laden"
|
844 |
|
845 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
846 |
msgid ""
|
847 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
848 |
"when they are really needed."
|
@@ -850,11 +881,11 @@ msgstr ""
|
|
850 |
"Standardmäßig werden alle WpProQuiz-Javascript-Dateien am Seitenende geladen "
|
851 |
"und auch nur dann wenn sie wirklich benötigt werden."
|
852 |
|
853 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
854 |
msgid "In very old Wordpress themes this can lead to problems."
|
855 |
msgstr "Bei sehr alten Wordpress Themes kann dies zu Problemen führen."
|
856 |
|
857 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
858 |
msgid ""
|
859 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
860 |
"the header even if they are not needed."
|
@@ -863,7 +894,7 @@ msgstr ""
|
|
863 |
"Dateien im Header geladen, eine Unterscheidung ob die Javascript Dateien "
|
864 |
"wirklich benötigt werden kann dann nicht mehr getroffen werden."
|
865 |
|
866 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
867 |
#, php-format
|
868 |
msgid ""
|
869 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -872,50 +903,50 @@ msgstr ""
|
|
872 |
"Wer mehr über dieses Thema erfahren möchte, sollte sich folgende Webseiten "
|
873 |
"durchlesen %s und %s"
|
874 |
|
875 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
876 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
877 |
msgid "Touch Library"
|
878 |
msgstr "Touch Library"
|
879 |
|
880 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
881 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
882 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
883 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
884 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
885 |
msgid "Deactivate"
|
886 |
msgstr "Deaktivieren"
|
887 |
|
888 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
889 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
890 |
msgstr ""
|
891 |
"In Version 0.13 wurde eine neue Touch Library für Mobilegeräte hinzugefügt."
|
892 |
|
893 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
894 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
895 |
msgstr ""
|
896 |
"Wenn Sie Probleme mit der Touch Library haben, können Sie dies hier "
|
897 |
"deaktivieren."
|
898 |
|
899 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
900 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
901 |
msgid "jQuery support cors"
|
902 |
msgstr "jQuery support cors"
|
903 |
|
904 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
905 |
msgid "Is required only in rare cases."
|
906 |
msgstr "Ist nur in seltenen Fällen erforderlich."
|
907 |
|
908 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
909 |
msgid "If you have problems with the front ajax, please activate it."
|
910 |
msgstr "Wenn Sie Probleme mit dem Front AJAX haben, bitte aktivieren Sie es."
|
911 |
|
912 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
913 |
msgid "e.g. Domain with special characters in combination with IE"
|
914 |
msgstr "z.B. Bei einer Domain mit Sonderzeichen in Kombination mit IE"
|
915 |
|
916 |
#: lib/view/WpProQuiz_View_Import.php:21
|
917 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
918 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
919 |
msgid "Import"
|
920 |
msgstr "Import"
|
921 |
|
@@ -935,8 +966,8 @@ msgstr "Import erfolgreich abgeschlossen"
|
|
935 |
msgid "Quiz name"
|
936 |
msgstr "Quiz-Name"
|
937 |
|
938 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
939 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
940 |
msgid "Start import"
|
941 |
msgstr "Import starten"
|
942 |
|
@@ -949,8 +980,8 @@ msgstr "Titel"
|
|
949 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
950 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
951 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
952 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
953 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
954 |
msgid "(optional)"
|
955 |
msgstr "(Optional)"
|
956 |
|
@@ -964,10 +995,10 @@ msgstr ""
|
|
964 |
|
965 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
966 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
967 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
968 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
969 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
970 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
971 |
msgid "(required)"
|
972 |
msgstr "(Pflichtfeld)"
|
973 |
|
@@ -1104,11 +1135,11 @@ msgstr "Lückentext"
|
|
1104 |
msgid "Assessment"
|
1105 |
msgstr "Beurteilung"
|
1106 |
|
1107 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1108 |
msgid "Answers"
|
1109 |
msgstr "Antworten"
|
1110 |
|
1111 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1112 |
msgid ""
|
1113 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1114 |
"answers will be displayed randomly."
|
@@ -1116,13 +1147,13 @@ msgstr ""
|
|
1116 |
"Bitte Antworten mit dem \"Verschiebe\"-Button in die richtige Reihenfolge "
|
1117 |
"bringen. Die Antworten werden später immer zufällig ausgegeben."
|
1118 |
|
1119 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1120 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1121 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1122 |
msgid "Add new answer"
|
1123 |
msgstr "Neue Antwort hinzufügen"
|
1124 |
|
1125 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1126 |
msgid ""
|
1127 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1128 |
"matching criterion."
|
@@ -1130,7 +1161,7 @@ msgstr ""
|
|
1130 |
"In diesem Modus muss nicht eine Liste sortiert werden, sondern die "
|
1131 |
"Sortierelemente müssen zu den passenden Kriterium zugeordnet werden."
|
1132 |
|
1133 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1134 |
msgid ""
|
1135 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1136 |
"user."
|
@@ -1138,56 +1169,56 @@ msgstr ""
|
|
1138 |
"Sie können auch Sortierelemente mit einem leeren Kriterium erstellen, der "
|
1139 |
"vom Benutzer nicht zugeordnet werden darf."
|
1140 |
|
1141 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1142 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1143 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1144 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1145 |
msgid "Options"
|
1146 |
msgstr "Optionen"
|
1147 |
|
1148 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1149 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1150 |
msgid "Answer"
|
1151 |
msgstr "Antwort"
|
1152 |
|
1153 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1154 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1155 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1156 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1157 |
msgid "Allow HTML"
|
1158 |
msgstr "HTML erlauben"
|
1159 |
|
1160 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1161 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1162 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1163 |
-
msgid "Delete answer"
|
1164 |
-
msgstr "Antwort löschen"
|
1165 |
-
|
1166 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1167 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1168 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1169 |
-
msgid "
|
1170 |
-
msgstr "
|
1171 |
|
1172 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1173 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1174 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1175 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1176 |
msgid "Move"
|
1177 |
msgstr "Verschieben"
|
1178 |
|
1179 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1180 |
msgid "Criterion"
|
1181 |
msgstr "Kriterium"
|
1182 |
|
1183 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1184 |
msgid ""
|
1185 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1186 |
msgstr ""
|
1187 |
"Korrekte Antworten (eine pro Zeile ) (Antworten werden in Kleinbuchstaben "
|
1188 |
"umgewandelt)"
|
1189 |
|
1190 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1191 |
msgid ""
|
1192 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1193 |
"small letters will be ignored."
|
@@ -1195,7 +1226,7 @@ msgstr ""
|
|
1195 |
"Umschliessen sie die gesuchten Woerter mit { } z.B. \"Ich {spiele} Fussball"
|
1196 |
"\". Gross- und Kleinschreibung wird ignoriert."
|
1197 |
|
1198 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1199 |
msgid ""
|
1200 |
"You can specify multiple options for a search word. Enclose the word with "
|
1201 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1207,7 +1238,7 @@ msgstr ""
|
|
1207 |
"spacing: 2px;\"> \"Ich {[spiele][liebe][hasse]} Fußball\" </span>. Richtig "
|
1208 |
"wäre denn spiele, liebe ORDER hasse."
|
1209 |
|
1210 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1211 |
msgid ""
|
1212 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1213 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1216,7 +1247,7 @@ msgstr ""
|
|
1216 |
"können sie mit |POINTS unterschiedliche Punkte vergeben. Ansonsten gibt es "
|
1217 |
"für jede Korrekte Antwort einen Punkt."
|
1218 |
|
1219 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1220 |
msgid ""
|
1221 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1222 |
"\" 3 points."
|
@@ -1224,54 +1255,98 @@ msgstr ""
|
|
1224 |
"z.B. \" Ich {spiele} Fußball, mit einem {ball|3}. \" - \"Spiele\" gibt einen "
|
1225 |
"Punkt und \"Ball\" drei Punkte."
|
1226 |
|
1227 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1228 |
msgid "Here you can create an assessment question."
|
1229 |
msgstr "Hier können Sie eine Beurteilungsfrage erstellen."
|
1230 |
|
1231 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1232 |
msgid ""
|
1233 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1234 |
msgstr ""
|
1235 |
"Umschließen Sie eine Beurteilung mit { }. Die einzelnen Beurteilungen werden "
|
1236 |
"mit [ ] gekennzeichnet."
|
1237 |
|
1238 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1239 |
msgid "The number of options in the maximum score."
|
1240 |
msgstr "Die Anzahl der Auswahlmöglichkeiten ergibt die maximale Punktzahl."
|
1241 |
|
1242 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1243 |
msgid "Examples:"
|
1244 |
msgstr "Beispiele:"
|
1245 |
|
1246 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1247 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1248 |
msgstr "weniger wahr {[1] [2] [3] [4] [5]} mehr wahr"
|
1249 |
|
1250 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1251 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1252 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1253 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1254 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1255 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1256 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1257 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1258 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1259 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1260 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1261 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1262 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1263 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1264 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1265 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1266 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1267 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1268 |
msgid "Demo"
|
1269 |
msgstr "Demo"
|
1270 |
|
1271 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1272 |
msgid "less true { [a] [b] [c] } more true"
|
1273 |
msgstr "weniger wahr {[a] [b] [c]} mehr wahr"
|
1274 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1275 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1276 |
msgid "Questions sorted"
|
1277 |
msgstr "Fragen sortiert"
|
@@ -1360,7 +1435,7 @@ msgstr "0 = Kein Limit"
|
|
1360 |
|
1361 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1362 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1363 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1364 |
msgid "Statistics"
|
1365 |
msgstr "Statistik"
|
1366 |
|
@@ -1409,17 +1484,17 @@ msgid "This option applies to:"
|
|
1409 |
msgstr "Diese Option gilt für:"
|
1410 |
|
1411 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1412 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1413 |
msgid "all users"
|
1414 |
msgstr "Alle Benutzer"
|
1415 |
|
1416 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1417 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1418 |
msgid "registered useres only"
|
1419 |
msgstr "nur registriere Benutzer"
|
1420 |
|
1421 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1422 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1423 |
msgid "anonymous users only"
|
1424 |
msgstr "nur anonyme Benutzer"
|
1425 |
|
@@ -1588,19 +1663,32 @@ msgstr ""
|
|
1588 |
"Wenn Sie diese Option aktivieren, wird an den jeweiligen Benutzer eine E-"
|
1589 |
"Mail mit seinem Quiz-Ergebnis geschickt. (nur bei registrieren Benutzern)"
|
1590 |
|
1591 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1592 |
msgid "Quiz description"
|
1593 |
msgstr "Quiz Beschreibung"
|
1594 |
|
1595 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1596 |
msgid "This text will be displayed before start of the quiz."
|
1597 |
msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
|
1598 |
|
1599 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1600 |
msgid "Results text"
|
1601 |
msgstr "Ergebnis Text"
|
1602 |
|
1603 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1604 |
msgid ""
|
1605 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1606 |
"is optional)"
|
@@ -1608,19 +1696,19 @@ msgstr ""
|
|
1608 |
"Dieser Text wird beim Beenden (im Ergebnis) des Quizes angezeigt (Dieser "
|
1609 |
"Text ist optional)"
|
1610 |
|
1611 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1612 |
msgid "Activate graduation"
|
1613 |
msgstr "Abstufungen aktivieren"
|
1614 |
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
msgid "Hint:"
|
1617 |
msgstr "Hinweis:"
|
1618 |
|
1619 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1620 |
msgid "Maximal 15 levels"
|
1621 |
msgstr "Maximal 15 Stufen"
|
1622 |
|
1623 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1624 |
#, php-format
|
1625 |
msgid ""
|
1626 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1629,26 +1717,26 @@ msgstr ""
|
|
1629 |
"Prozente beziehen sich auf die Gesamtpunktzahl des Quiz (Aktuell: insgesamt "
|
1630 |
"%d Punkte bei %d Fragen)"
|
1631 |
|
1632 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1633 |
msgid "Values can also be mixed up"
|
1634 |
msgstr "Werte können auch durcheinander sein"
|
1635 |
|
1636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1637 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1638 |
msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
|
1639 |
|
1640 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1641 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1642 |
msgid "from:"
|
1643 |
msgstr "Ab:"
|
1644 |
|
1645 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1646 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1647 |
msgid "percent"
|
1648 |
msgstr "Prozent"
|
1649 |
|
1650 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1651 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1652 |
#, php-format
|
1653 |
msgid ""
|
1654 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1657,34 +1745,34 @@ msgstr ""
|
|
1657 |
"(Wird angezeigt wenn Ergebnis-Prozent >= <span class=\"resultProzent\">%s</"
|
1658 |
"span>%% ist)"
|
1659 |
|
1660 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1661 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1662 |
msgid "Delete graduation"
|
1663 |
msgstr "Stufe löschen"
|
1664 |
|
1665 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1666 |
msgid "Add graduation"
|
1667 |
msgstr "Stufe hinzufügen"
|
1668 |
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
msgid "Result-Options"
|
1671 |
msgstr "Ergebnisoptionen"
|
1672 |
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1675 |
msgid "Show average points"
|
1676 |
msgstr "Durchschnittspunkte anzeigen"
|
1677 |
|
1678 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1679 |
msgid "Statistics-function must be enabled."
|
1680 |
msgstr "Statistik-Funktion muss aktiviert sein."
|
1681 |
|
1682 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1683 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1684 |
msgid "Show category score"
|
1685 |
msgstr "Zeige Kategoriepunkte"
|
1686 |
|
1687 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1688 |
msgid ""
|
1689 |
"If you enable this option, the results of each category is displayed on the "
|
1690 |
"results page."
|
@@ -1692,12 +1780,12 @@ msgstr ""
|
|
1692 |
"Wenn Sie diese Option aktivieren, wird auf der Ergebnisseite die Resultate "
|
1693 |
"der einzelnen Kategorien angezeigt."
|
1694 |
|
1695 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1696 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1697 |
msgid "Hide correct questions - display"
|
1698 |
msgstr "Verstecke korrekte Fragen - Anzeige"
|
1699 |
|
1700 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1701 |
msgid ""
|
1702 |
"If you select this option, no longer the number of correctly answered "
|
1703 |
"questions are displayed on the results page."
|
@@ -1705,12 +1793,12 @@ msgstr ""
|
|
1705 |
"Wenn Sie diese Option aktivieren, werden die Anzahl der korrekt "
|
1706 |
"beantworteten Fragen nicht mehr auf der Ergebnisseite angezeigt."
|
1707 |
|
1708 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1709 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1710 |
msgid "Hide quiz time - display"
|
1711 |
msgstr "Verstecke Quiz-Zeit - Anzeige"
|
1712 |
|
1713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1714 |
msgid ""
|
1715 |
"If you enable this option, the time for finishing the quiz won't be "
|
1716 |
"displayed on the results page anymore."
|
@@ -1718,12 +1806,12 @@ msgstr ""
|
|
1718 |
"Wenn Sie diese Option aktivieren, wird die Zeit für die Beantwortung des "
|
1719 |
"Quiz nicht mehr auf der Ergebnisseite angezeigt."
|
1720 |
|
1721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1723 |
msgid "Hide score - display"
|
1724 |
msgstr "Verstecke Punkte - Anzeige"
|
1725 |
|
1726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1727 |
msgid ""
|
1728 |
"If you enable this option, final score won't be displayed on the results "
|
1729 |
"page anymore."
|
@@ -1731,25 +1819,25 @@ msgstr ""
|
|
1731 |
"Wenn Sie diese Option aktivieren, werden die erreichten Punkte nicht mehr "
|
1732 |
"auf der Ergebnisseite angezeigt."
|
1733 |
|
1734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1735 |
msgid "Question-Options"
|
1736 |
msgstr "Frage-Optionen"
|
1737 |
|
1738 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1739 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1740 |
msgid "Show points"
|
1741 |
msgstr "Punkte anzeigen"
|
1742 |
|
1743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1744 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1745 |
msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1748 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1749 |
msgid "Number answers"
|
1750 |
msgstr "Antworten nummerieren"
|
1751 |
|
1752 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1753 |
msgid ""
|
1754 |
"If this option is activated, all answers are numbered (only single and "
|
1755 |
"multiple choice)"
|
@@ -1757,12 +1845,12 @@ msgstr ""
|
|
1757 |
"Wenn Sie diese Option aktivieren, werden die Antworten durchnummeriert (nur "
|
1758 |
"bei Single und Multiple Choice)."
|
1759 |
|
1760 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1761 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1762 |
msgid "Hide correct- and incorrect message"
|
1763 |
msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
|
1764 |
|
1765 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1766 |
msgid ""
|
1767 |
"If you enable this option, no correct- or incorrect message will be "
|
1768 |
"displayed."
|
@@ -1770,12 +1858,12 @@ msgstr ""
|
|
1770 |
"Wenn Sie diese Option aktivieren, werden keine Korrekt- oder Inkorrekt-"
|
1771 |
"Nachricht angezeigt."
|
1772 |
|
1773 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1774 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1775 |
msgid "Correct and incorrect answer mark"
|
1776 |
msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
|
1777 |
|
1778 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1779 |
msgid ""
|
1780 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1781 |
"incorrect. "
|
@@ -1783,7 +1871,47 @@ msgstr ""
|
|
1783 |
"Wenn Sie diese Option aktivieren, werden die Antworten nicht mehr farblich "
|
1784 |
"als korrekt oder inkorrekt gegenzeichnet."
|
1785 |
|
1786 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1787 |
msgid ""
|
1788 |
"The leaderboard allows users to enter results in public list and to share "
|
1789 |
"the result this way."
|
@@ -1791,16 +1919,16 @@ msgstr ""
|
|
1791 |
"Die Bestenliste ermöglicht es Benutzern Ihr Ergebnis in eine öffentliche "
|
1792 |
"Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
|
1793 |
|
1794 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1795 |
msgid "The leaderboard works independent from internal statistics function."
|
1796 |
msgstr ""
|
1797 |
"Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
|
1798 |
|
1799 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1800 |
msgid "Who can sign up to the list"
|
1801 |
msgstr "Wer darf sich in die Liste eintragen"
|
1802 |
|
1803 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1804 |
msgid ""
|
1805 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1806 |
"displayed)"
|
@@ -1808,11 +1936,11 @@ msgstr ""
|
|
1808 |
"nicht registrierte Benutzer müssen sich mit Name und E-Mail eintragen. (E-"
|
1809 |
"Mail wird nicht veröffentlicht)"
|
1810 |
|
1811 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1812 |
msgid "insert automatically"
|
1813 |
msgstr "Automatisch einfügen"
|
1814 |
|
1815 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1816 |
msgid ""
|
1817 |
"If you enable this option, logged in users will be automatically entered "
|
1818 |
"into leaderboard"
|
@@ -1820,11 +1948,11 @@ msgstr ""
|
|
1820 |
"Wenn Sie diese Option aktivieren, werden angemeldete Benutzer automatisch in "
|
1821 |
"die Bestenliste eingetragen."
|
1822 |
|
1823 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1824 |
msgid "display captcha"
|
1825 |
msgstr "Captcha einblenden"
|
1826 |
|
1827 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1828 |
msgid ""
|
1829 |
"If you enable this option, additional captcha will be displayed for users "
|
1830 |
"who are not registered."
|
@@ -1832,83 +1960,83 @@ msgstr ""
|
|
1832 |
"Wenn Sie diese Option aktivieren, wird für nicht registrierte Benutzer "
|
1833 |
"zusätzlich ein Captcha angezeigt."
|
1834 |
|
1835 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1836 |
msgid "This option requires additional plugin:"
|
1837 |
msgstr "Diese Option benötigt ein zusätzliches Plugin:"
|
1838 |
|
1839 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1840 |
msgid "Plugin has been detected."
|
1841 |
msgstr "Plugin wurde erkannt."
|
1842 |
|
1843 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1844 |
msgid "Plugin is not installed."
|
1845 |
msgstr "Plugin ist nicht installiert."
|
1846 |
|
1847 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1848 |
msgid "Sort list by"
|
1849 |
msgstr "Liste sortieren nach"
|
1850 |
|
1851 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1852 |
msgid "Users can apply multiple times"
|
1853 |
msgstr "Benutzer dürfen sich mehrfach eintragen"
|
1854 |
|
1855 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1856 |
msgid "User can apply after:"
|
1857 |
msgstr "Benutzer darf sich erneut eintragen nach:"
|
1858 |
|
1859 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1860 |
msgid "minute"
|
1861 |
msgstr "Minuten"
|
1862 |
|
1863 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1864 |
msgid "How many entries should be displayed"
|
1865 |
msgstr "Wie viel Einträge sollen angezeigt werden"
|
1866 |
|
1867 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1868 |
msgid "Entries"
|
1869 |
msgstr "Einträge"
|
1870 |
|
1871 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1872 |
msgid "Automatically display leaderboard in quiz result"
|
1873 |
msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
|
1874 |
|
1875 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1876 |
msgid "Where should leaderboard be displayed:"
|
1877 |
msgstr "Wo soll die Bestenliste eingeblendet werden:"
|
1878 |
|
1879 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1880 |
msgid "don't display"
|
1881 |
msgstr "nicht anzeigen"
|
1882 |
|
1883 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1884 |
msgid "below the \"result text\""
|
1885 |
msgstr "unterhalb des \"Ergebnis Text\""
|
1886 |
|
1887 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1888 |
msgid "in a button"
|
1889 |
msgstr "in einem Button"
|
1890 |
|
1891 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1892 |
msgid "Quiz-Mode"
|
1893 |
msgstr "Quiz-Mode"
|
1894 |
|
1895 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1896 |
msgid "Normal"
|
1897 |
msgstr "Normal"
|
1898 |
|
1899 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1900 |
msgid "Normal + Back-Button"
|
1901 |
msgstr "Normal + Zurück Button"
|
1902 |
|
1903 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1904 |
msgid "Check -> continue"
|
1905 |
msgstr "Prüfen -> Weiter"
|
1906 |
|
1907 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1908 |
msgid "Questions below each other"
|
1909 |
msgstr "Fragen untereinander"
|
1910 |
|
1911 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1912 |
msgid ""
|
1913 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1914 |
"displayed at the end of the quiz."
|
@@ -1916,15 +2044,15 @@ msgstr ""
|
|
1916 |
"Zeigt alle Fragen nacheinander, \"richtig\" oder \"falsch\" wird am Ende des "
|
1917 |
"Quiz angezeigt."
|
1918 |
|
1919 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1920 |
msgid "Allows to use the back button in a question."
|
1921 |
msgstr "Ermöglicht das Zurückgehen einer Frage."
|
1922 |
|
1923 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1924 |
msgid "Shows \"right or wrong\" after each question."
|
1925 |
msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
|
1926 |
|
1927 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1928 |
msgid ""
|
1929 |
"If this option is activated, all answers are displayed below each other, i."
|
1930 |
"e. all questions are on a single page."
|
@@ -1954,32 +2082,32 @@ msgstr "Style Manager"
|
|
1954 |
msgid "Support WP-Pro-Quiz"
|
1955 |
msgstr "Wp-Pro-Quiz unterstützen"
|
1956 |
|
1957 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1958 |
msgid "ID"
|
1959 |
msgstr "ID"
|
1960 |
|
1961 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1962 |
msgid "Shortcode"
|
1963 |
msgstr "Shortcode"
|
1964 |
|
1965 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1966 |
msgid "Shortcode-Leaderboard"
|
1967 |
msgstr "Shortcode-Bestenliste"
|
1968 |
|
1969 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1970 |
msgid "Preview"
|
1971 |
msgstr "Vorschau"
|
1972 |
|
1973 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1974 |
msgid "Add quiz"
|
1975 |
msgstr "Quiz hinzufügen"
|
1976 |
|
1977 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1978 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1979 |
msgid "Export"
|
1980 |
msgstr "Export"
|
1981 |
|
1982 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1983 |
msgid ""
|
1984 |
"Choose the respective question, which you would like to export and press on "
|
1985 |
"\"Start export\""
|
@@ -1987,17 +2115,33 @@ msgstr ""
|
|
1987 |
"Wählen Sie oben die entsprechen Quiz aus, die Sie exportieren möchten und "
|
1988 |
"klicken Sie anschliessen auf \"Export starten\""
|
1989 |
|
1990 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991 |
msgid "Start export"
|
1992 |
msgstr "Export starten"
|
1993 |
|
1994 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1995 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1996 |
msgstr ""
|
1997 |
-
"Importieren sie nur *.wpq Dateien aus bekannten und
|
1998 |
-
"Quellen."
|
1999 |
|
2000 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
2001 |
#, php-format
|
2002 |
msgid "Maximal %d MiB"
|
2003 |
msgstr "Maximal %d MiB"
|
@@ -2187,10 +2331,6 @@ msgstr ""
|
|
2187 |
#~ msgid "Skip Question"
|
2188 |
#~ msgstr "Frage überspringen"
|
2189 |
|
2190 |
-
#, fuzzy
|
2191 |
-
#~ msgid "Sie muessen einen Namen angeben."
|
2192 |
-
#~ msgstr "You must specify a name."
|
2193 |
-
|
2194 |
#, fuzzy
|
2195 |
#~ msgid "Wp-Pro-Quiz: Ein Benutzer hat ein Quiz abgeschlossen"
|
2196 |
#~ msgstr "Wp-Pro-Quiz: A user completes a quiz"
|
@@ -2203,10 +2343,6 @@ msgstr ""
|
|
2203 |
#~ msgid "Fragen"
|
2204 |
#~ msgstr "Questions"
|
2205 |
|
2206 |
-
#, fuzzy
|
2207 |
-
#~ msgid "Kategorie Verwaltung"
|
2208 |
-
#~ msgstr "Category management"
|
2209 |
-
|
2210 |
#, fuzzy
|
2211 |
#~ msgid "Bearbeiten"
|
2212 |
#~ msgstr "Edit"
|
@@ -2287,10 +2423,6 @@ msgstr ""
|
|
2287 |
#~ msgid "Quiz-Summary hinzugefuegt"
|
2288 |
#~ msgstr "Quiz Summary added"
|
2289 |
|
2290 |
-
#, fuzzy
|
2291 |
-
#~ msgid "Question-Skip button hinzugefuegt"
|
2292 |
-
#~ msgstr "Question-skip button added"
|
2293 |
-
|
2294 |
#, fuzzy
|
2295 |
#~ msgid "E-Mail benachrichtigung hinzugefuegt"
|
2296 |
#~ msgstr "Email notification added"
|
@@ -2356,10 +2488,6 @@ msgstr ""
|
|
2356 |
#~ "Ermöglicht das Zurückgehen einer Frage. (Option wird ignoriert bei "
|
2357 |
#~ "\"Prüfen -> Weiter\" und \"Antworten nummerieren\")"
|
2358 |
|
2359 |
-
#, fuzzy
|
2360 |
-
#~ msgid "Unterschiedliche Punkte fuer jede Antwort"
|
2361 |
-
#~ msgstr "Different points for each answer"
|
2362 |
-
|
2363 |
#~ msgid ""
|
2364 |
#~ "You have reached <span></span> of <span></span> points, (<span></span>%)"
|
2365 |
#~ msgstr ""
|
@@ -2389,10 +2517,6 @@ msgstr ""
|
|
2389 |
#~ msgid "Optionen"
|
2390 |
#~ msgstr "Options"
|
2391 |
|
2392 |
-
#, fuzzy
|
2393 |
-
#~ msgid "Unterschiedliche Punkte fuer jede Antwort hinzugefuegt"
|
2394 |
-
#~ msgstr "Different points for each answer"
|
2395 |
-
|
2396 |
#, fuzzy
|
2397 |
#~ msgid "Keine Daten verfuegbar"
|
2398 |
#~ msgstr "No data available"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:57+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:57+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr "Keine Daten verfügbar"
|
67 |
|
89 |
msgstr "Es wurden nicht alle Felder ausgefüllt."
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Daten werden geladen"
|
100 |
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
102 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
103 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
104 |
+
msgid "You must answer this question."
|
105 |
+
msgstr "Sie müssen diese Frage erst beantworten."
|
106 |
+
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
108 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
109 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
110 |
+
msgid "You must answer all questions before you can completed the quiz."
|
111 |
+
msgstr ""
|
112 |
+
"Sie müssen erst alle Fragen beantworten, bevor Sie das Quiz abschließen "
|
113 |
+
"können."
|
114 |
+
|
115 |
# Must not be translated
|
116 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
117 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
118 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
119 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
120 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
121 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
122 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
123 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
124 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
125 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
126 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
134 |
msgid "Settings saved"
|
135 |
msgstr "Einstellungen gespeichert"
|
136 |
|
137 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
138 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
139 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
140 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
160 |
msgstr "Frage nicht gefunden"
|
161 |
|
162 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
163 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
164 |
#, php-format
|
165 |
msgid "Question: %d"
|
166 |
msgstr "Frage: %d"
|
167 |
|
168 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
169 |
msgid "Question edited"
|
170 |
msgstr "Frage geändert"
|
171 |
|
172 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
173 |
msgid "New question"
|
174 |
msgstr "Neue Frage"
|
175 |
|
176 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
177 |
msgid "Question added"
|
178 |
msgstr "Frage hinzugefügt"
|
179 |
|
200 |
msgid "Quiz deleted"
|
201 |
msgstr "Quiz gelöscht"
|
202 |
|
203 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
204 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
205 |
+
msgid "Not categorized"
|
206 |
+
msgstr "Nicht kategorisiert"
|
207 |
+
|
208 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
209 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
210 |
+
msgid "Categories"
|
211 |
+
msgstr "Kategorien"
|
212 |
+
|
213 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
214 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
215 |
msgid "No category"
|
246 |
msgstr "Captcha code ist falsch."
|
247 |
|
248 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
249 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
250 |
msgid "File was not uploaded"
|
251 |
msgstr "Datei wurde nicht hochgeladen"
|
252 |
|
258 |
msgid "File is not compatible with the current version"
|
259 |
msgstr "Datei ist nicht kompatibel mit der aktuellen Version"
|
260 |
|
261 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
262 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
263 |
+
msgid "XML could not be loaded."
|
264 |
+
msgstr "XML Datei kann nicht gelesen werden."
|
265 |
+
|
266 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
267 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
268 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
318 |
msgstr "Eine leistungsstarkes und schönes Quiz-Plugin für WordPress."
|
319 |
|
320 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
321 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
322 |
msgid "WP-Pro-Quiz"
|
323 |
msgstr "WP-Pro-Quiz"
|
324 |
|
325 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
326 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
327 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
328 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
329 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
330 |
msgid "Leaderboard"
|
331 |
msgstr "Bestenliste"
|
332 |
|
351 |
msgstr "Sortieren nach:"
|
352 |
|
353 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
354 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
355 |
msgid "best user"
|
356 |
msgstr "bester Benutzer"
|
357 |
|
358 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
359 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
360 |
msgid "newest entry"
|
361 |
msgstr "neuester Eintrag"
|
362 |
|
363 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
364 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
365 |
msgid "oldest entry"
|
366 |
msgstr "Ältester Eintrag"
|
367 |
|
385 |
msgstr "Benutzer"
|
386 |
|
387 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
388 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
389 |
msgid "E-Mail"
|
390 |
msgstr "E-Mail"
|
391 |
|
395 |
msgstr "Eingetragen am"
|
396 |
|
397 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
398 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
399 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
400 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
401 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
402 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
403 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
404 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
405 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
406 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
407 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
408 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
419 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
420 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
421 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
422 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
423 |
msgid "Edit"
|
424 |
msgstr "Bearbeiten"
|
425 |
|
427 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
428 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
429 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
430 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
431 |
msgid "Delete"
|
432 |
msgstr "Löschen"
|
433 |
|
459 |
|
460 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
461 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
462 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
463 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
464 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
465 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
466 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
467 |
msgid "Quiz-summary"
|
468 |
msgstr "Quiz-Zusammenfassung"
|
469 |
|
474 |
|
475 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
476 |
#: lib/view/WpProQuiz_View_Import.php:44
|
477 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
478 |
msgid "Questions"
|
479 |
msgstr "Fragen"
|
480 |
|
481 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
482 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
483 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
484 |
msgid "Finish quiz"
|
485 |
msgstr "Quiz abschließen"
|
486 |
|
526 |
msgid "Your score"
|
527 |
msgstr "Deine Punkte"
|
528 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
530 |
msgid "Restart quiz"
|
531 |
msgstr "Quiz erneut starten"
|
550 |
msgid "Review question"
|
551 |
msgstr "Frage vormerken"
|
552 |
|
553 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
554 |
#, php-format
|
555 |
msgid "Question %s of %s"
|
556 |
msgstr "Frage %s von %s"
|
557 |
|
558 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
559 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
560 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
561 |
msgid "Question"
|
562 |
msgstr "Frage"
|
563 |
|
564 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
565 |
#, php-format
|
566 |
msgid "%d points"
|
567 |
msgstr "%d Punkte"
|
568 |
|
569 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
570 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
571 |
msgid "Sort elements"
|
572 |
msgstr "Sortierelemente"
|
573 |
|
574 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
575 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
576 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
577 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
578 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
579 |
msgid "Correct"
|
580 |
msgstr "Korrekt"
|
581 |
|
582 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
583 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
584 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
585 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
586 |
msgid "Incorrect"
|
587 |
msgstr "Inkorrekt"
|
588 |
|
|
|
589 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
590 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
591 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
592 |
msgid "Hint"
|
593 |
msgstr "Tipp"
|
594 |
|
595 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
596 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
597 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
598 |
msgid "Skip question"
|
599 |
msgstr "Frage überspringen"
|
600 |
|
601 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
602 |
msgid "Back"
|
603 |
msgstr "Zurück"
|
604 |
|
605 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
606 |
msgid "Check"
|
607 |
msgstr "Prüfen"
|
608 |
|
609 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
610 |
msgid "Next"
|
611 |
msgstr "Weiter"
|
612 |
|
613 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
614 |
msgid "Your result has been entered into leaderboard"
|
615 |
msgstr "Dein Ergebnis wurde in die Bestenliste eingetragen"
|
616 |
|
617 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
618 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
619 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
620 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
621 |
msgid "Name"
|
622 |
msgstr "Name"
|
623 |
|
624 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
625 |
msgid "Captcha"
|
626 |
msgstr "Captcha"
|
627 |
|
628 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
629 |
msgid "Send"
|
630 |
msgstr "Abschicken"
|
631 |
|
658 |
msgstr "E-Mail Einstellungen"
|
659 |
|
660 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
661 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
662 |
msgid "Settings in case of problems"
|
663 |
msgstr "Einstellungen bei Problemen"
|
664 |
|
665 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
666 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
667 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
668 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
669 |
msgid "Save"
|
670 |
msgstr "Speichern"
|
702 |
msgstr "Kategorie-Verwaltung"
|
703 |
|
704 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
705 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
706 |
msgid "Admin e-mail settings"
|
707 |
msgstr "Admin E-mail settings"
|
708 |
|
718 |
"Mehrere E-Mail-Adressen mit Komma trennen, z.B. wp@test.com, test@test.com"
|
719 |
|
720 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
721 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
722 |
msgid "From:"
|
723 |
msgstr "Absender:"
|
724 |
|
725 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
727 |
msgid "Subject:"
|
728 |
msgstr "Betreff:"
|
729 |
|
730 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
731 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
732 |
msgid "HTML"
|
733 |
msgstr "HTML"
|
734 |
|
735 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
736 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
737 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
738 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
739 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
740 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
741 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
742 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
748 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
749 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
750 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
757 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
759 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
762 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
763 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
767 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
768 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
769 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
770 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
771 |
msgid "Activate"
|
772 |
msgstr "Aktivieren"
|
773 |
|
774 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
775 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
776 |
msgid "Message body:"
|
777 |
msgstr "Nachricht:"
|
778 |
|
779 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
780 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
781 |
msgid "Allowed variables"
|
782 |
msgstr "Erlaubte Variablen"
|
783 |
|
784 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
785 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
786 |
msgid "User-ID"
|
787 |
msgstr "Benutzer-ID"
|
788 |
|
789 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
791 |
msgid "Username"
|
792 |
msgstr "Benutzername"
|
793 |
|
794 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
796 |
msgid "Quiz-Name"
|
797 |
msgstr "Quiz-Name"
|
798 |
|
799 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
801 |
msgid "Result in precent"
|
802 |
msgstr "Ergebnis in Prozent"
|
803 |
|
804 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
805 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
806 |
msgid "Reached points"
|
807 |
msgstr "Erreichte Punktzahl"
|
808 |
|
809 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
810 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
811 |
msgid "IP-address of the user"
|
812 |
msgstr "IP-Adresse des Benutzers"
|
813 |
|
814 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
815 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
816 |
+
msgid "Category-Overview"
|
817 |
+
msgstr "Kategorie-Übersicht"
|
818 |
+
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
820 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
821 |
msgid "User e-mail settings"
|
822 |
msgstr "Benutzer E-Mail Einstellungen"
|
823 |
|
824 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
825 |
msgid "to activate"
|
826 |
msgstr "zu aktiveren"
|
827 |
|
828 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
829 |
msgid "not to activate"
|
830 |
msgstr "nicht zu aktivieren"
|
831 |
|
832 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
833 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
834 |
msgid "Please note"
|
835 |
msgstr "Hinweis"
|
836 |
|
837 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
838 |
msgid ""
|
839 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
840 |
msgstr ""
|
841 |
"Diese Einstellungen sollten nur gesetzt werden, wenn es Probleme mit Wp-Pro-"
|
842 |
"Quiz gibt."
|
843 |
|
844 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
845 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
846 |
msgid "Automatically add [raw] shortcode"
|
847 |
msgstr "Automatisch [raw] Shortcode hinzufügen"
|
848 |
|
849 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
850 |
#, php-format
|
851 |
msgid "It is recommended %s this option on your system."
|
852 |
msgstr "Es wird auf Ihrem System empfohlen dies %s."
|
853 |
|
854 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
855 |
msgid ""
|
856 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
857 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
859 |
"Wenn diese Option aktivieren, wird automatisch ein [raw] Shortcode um den "
|
860 |
"WpProQuiz Shortcode ( [WpProQuiz X] ) gesetzt ( [raw] [WpProQuiz X] [/raw] )."
|
861 |
|
862 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
863 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
864 |
msgid ""
|
865 |
"Own themes changes internal order of filters, what causes the problems. "
|
868 |
"Einige Themen verändern die interne Reihenfolge der Filter, wodurch es zu "
|
869 |
"Fehlern kommt. Mit dem zusätzlichen Shortcode [raw] wird dies verhindert."
|
870 |
|
871 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
872 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
873 |
msgid "Do not load the Javascript-files in the footer"
|
874 |
msgstr "Javascript-Dateien nicht am Seitenende laden"
|
875 |
|
876 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
877 |
msgid ""
|
878 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
879 |
"when they are really needed."
|
881 |
"Standardmäßig werden alle WpProQuiz-Javascript-Dateien am Seitenende geladen "
|
882 |
"und auch nur dann wenn sie wirklich benötigt werden."
|
883 |
|
884 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
885 |
msgid "In very old Wordpress themes this can lead to problems."
|
886 |
msgstr "Bei sehr alten Wordpress Themes kann dies zu Problemen führen."
|
887 |
|
888 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
889 |
msgid ""
|
890 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
891 |
"the header even if they are not needed."
|
894 |
"Dateien im Header geladen, eine Unterscheidung ob die Javascript Dateien "
|
895 |
"wirklich benötigt werden kann dann nicht mehr getroffen werden."
|
896 |
|
897 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
898 |
#, php-format
|
899 |
msgid ""
|
900 |
"Anyone who wants to learn more about this topic should read through the "
|
903 |
"Wer mehr über dieses Thema erfahren möchte, sollte sich folgende Webseiten "
|
904 |
"durchlesen %s und %s"
|
905 |
|
906 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
907 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
908 |
msgid "Touch Library"
|
909 |
msgstr "Touch Library"
|
910 |
|
911 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
912 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
913 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
914 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
915 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
916 |
msgid "Deactivate"
|
917 |
msgstr "Deaktivieren"
|
918 |
|
919 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
920 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
921 |
msgstr ""
|
922 |
"In Version 0.13 wurde eine neue Touch Library für Mobilegeräte hinzugefügt."
|
923 |
|
924 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
925 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
926 |
msgstr ""
|
927 |
"Wenn Sie Probleme mit der Touch Library haben, können Sie dies hier "
|
928 |
"deaktivieren."
|
929 |
|
930 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
931 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
932 |
msgid "jQuery support cors"
|
933 |
msgstr "jQuery support cors"
|
934 |
|
935 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
936 |
msgid "Is required only in rare cases."
|
937 |
msgstr "Ist nur in seltenen Fällen erforderlich."
|
938 |
|
939 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
940 |
msgid "If you have problems with the front ajax, please activate it."
|
941 |
msgstr "Wenn Sie Probleme mit dem Front AJAX haben, bitte aktivieren Sie es."
|
942 |
|
943 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
944 |
msgid "e.g. Domain with special characters in combination with IE"
|
945 |
msgstr "z.B. Bei einer Domain mit Sonderzeichen in Kombination mit IE"
|
946 |
|
947 |
#: lib/view/WpProQuiz_View_Import.php:21
|
948 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
949 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
950 |
msgid "Import"
|
951 |
msgstr "Import"
|
952 |
|
966 |
msgid "Quiz name"
|
967 |
msgstr "Quiz-Name"
|
968 |
|
969 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
970 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
971 |
msgid "Start import"
|
972 |
msgstr "Import starten"
|
973 |
|
980 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
981 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
982 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
985 |
msgid "(optional)"
|
986 |
msgstr "(Optional)"
|
987 |
|
995 |
|
996 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
997 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
998 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
999 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
1000 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1001 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1002 |
msgid "(required)"
|
1003 |
msgstr "(Pflichtfeld)"
|
1004 |
|
1135 |
msgid "Assessment"
|
1136 |
msgstr "Beurteilung"
|
1137 |
|
1138 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1139 |
msgid "Answers"
|
1140 |
msgstr "Antworten"
|
1141 |
|
1142 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1143 |
msgid ""
|
1144 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1145 |
"answers will be displayed randomly."
|
1147 |
"Bitte Antworten mit dem \"Verschiebe\"-Button in die richtige Reihenfolge "
|
1148 |
"bringen. Die Antworten werden später immer zufällig ausgegeben."
|
1149 |
|
1150 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1151 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1152 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1153 |
msgid "Add new answer"
|
1154 |
msgstr "Neue Antwort hinzufügen"
|
1155 |
|
1156 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1157 |
msgid ""
|
1158 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1159 |
"matching criterion."
|
1161 |
"In diesem Modus muss nicht eine Liste sortiert werden, sondern die "
|
1162 |
"Sortierelemente müssen zu den passenden Kriterium zugeordnet werden."
|
1163 |
|
1164 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1165 |
msgid ""
|
1166 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1167 |
"user."
|
1169 |
"Sie können auch Sortierelemente mit einem leeren Kriterium erstellen, der "
|
1170 |
"vom Benutzer nicht zugeordnet werden darf."
|
1171 |
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1173 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1174 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1175 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1176 |
msgid "Options"
|
1177 |
msgstr "Optionen"
|
1178 |
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1180 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1181 |
msgid "Answer"
|
1182 |
msgstr "Antwort"
|
1183 |
|
1184 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1186 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1187 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1188 |
msgid "Allow HTML"
|
1189 |
msgstr "HTML erlauben"
|
1190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1191 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1192 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1193 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1194 |
+
msgid "Delete answer"
|
1195 |
+
msgstr "Antwort löschen"
|
1196 |
|
1197 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1198 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1199 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1200 |
+
msgid "Add Media"
|
1201 |
+
msgstr "Datei hinzufügen"
|
1202 |
+
|
1203 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1204 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1205 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1206 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1207 |
msgid "Move"
|
1208 |
msgstr "Verschieben"
|
1209 |
|
1210 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1211 |
msgid "Criterion"
|
1212 |
msgstr "Kriterium"
|
1213 |
|
1214 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1215 |
msgid ""
|
1216 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1217 |
msgstr ""
|
1218 |
"Korrekte Antworten (eine pro Zeile ) (Antworten werden in Kleinbuchstaben "
|
1219 |
"umgewandelt)"
|
1220 |
|
1221 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1222 |
msgid ""
|
1223 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1224 |
"small letters will be ignored."
|
1226 |
"Umschliessen sie die gesuchten Woerter mit { } z.B. \"Ich {spiele} Fussball"
|
1227 |
"\". Gross- und Kleinschreibung wird ignoriert."
|
1228 |
|
1229 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1230 |
msgid ""
|
1231 |
"You can specify multiple options for a search word. Enclose the word with "
|
1232 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1238 |
"spacing: 2px;\"> \"Ich {[spiele][liebe][hasse]} Fußball\" </span>. Richtig "
|
1239 |
"wäre denn spiele, liebe ORDER hasse."
|
1240 |
|
1241 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1242 |
msgid ""
|
1243 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1244 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1247 |
"können sie mit |POINTS unterschiedliche Punkte vergeben. Ansonsten gibt es "
|
1248 |
"für jede Korrekte Antwort einen Punkt."
|
1249 |
|
1250 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1251 |
msgid ""
|
1252 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1253 |
"\" 3 points."
|
1255 |
"z.B. \" Ich {spiele} Fußball, mit einem {ball|3}. \" - \"Spiele\" gibt einen "
|
1256 |
"Punkt und \"Ball\" drei Punkte."
|
1257 |
|
1258 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1259 |
msgid "Here you can create an assessment question."
|
1260 |
msgstr "Hier können Sie eine Beurteilungsfrage erstellen."
|
1261 |
|
1262 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1263 |
msgid ""
|
1264 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1265 |
msgstr ""
|
1266 |
"Umschließen Sie eine Beurteilung mit { }. Die einzelnen Beurteilungen werden "
|
1267 |
"mit [ ] gekennzeichnet."
|
1268 |
|
1269 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1270 |
msgid "The number of options in the maximum score."
|
1271 |
msgstr "Die Anzahl der Auswahlmöglichkeiten ergibt die maximale Punktzahl."
|
1272 |
|
1273 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1274 |
msgid "Examples:"
|
1275 |
msgstr "Beispiele:"
|
1276 |
|
1277 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1278 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1279 |
msgstr "weniger wahr {[1] [2] [3] [4] [5]} mehr wahr"
|
1280 |
|
1281 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1282 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1283 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1284 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1285 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1286 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1287 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1288 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1289 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1290 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1291 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1292 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1293 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1294 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1295 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1296 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1297 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1298 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1299 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1300 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1301 |
msgid "Demo"
|
1302 |
msgstr "Demo"
|
1303 |
|
1304 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1305 |
msgid "less true { [a] [b] [c] } more true"
|
1306 |
msgstr "weniger wahr {[a] [b] [c]} mehr wahr"
|
1307 |
|
1308 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1309 |
+
msgid "Single choice options"
|
1310 |
+
msgstr "Single choice Optionen"
|
1311 |
+
|
1312 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1313 |
+
msgid ""
|
1314 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1315 |
+
"special mode.<br> This changes the calculation of the points"
|
1316 |
+
msgstr ""
|
1317 |
+
"Wenn \"Unterschiedliche Punkte für jede Antwort\" aktiviert ist, können Sie "
|
1318 |
+
"einen speziellen Modus aktivieren.<br> Dadurch ändern Sie Kalkulation der "
|
1319 |
+
"Punkte."
|
1320 |
+
|
1321 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1322 |
+
msgid "Different points - modus 2 activate"
|
1323 |
+
msgstr "Unterschiedliche Punkte - Modus 2 aktivieren"
|
1324 |
+
|
1325 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1326 |
+
msgid "Disables the distinction between correct and incorrect."
|
1327 |
+
msgstr "Deaktiviert die Unterscheidung zwischen korrekt und inkorrekt."
|
1328 |
+
|
1329 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1330 |
+
msgid "disable correct and incorrent"
|
1331 |
+
msgstr "Korrekt und Inkorrekt deaktivieren."
|
1332 |
+
|
1333 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1334 |
+
msgid "Explanation of points calculation"
|
1335 |
+
msgstr "Erläuterung zur Punkteberechnung"
|
1336 |
+
|
1337 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1338 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1339 |
+
msgid "\"Different points for each answer\" enabled"
|
1340 |
+
msgstr "\" Unterschiedliche Punkte für jede Antwort\" aktiviert"
|
1341 |
+
|
1342 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1343 |
+
msgid "\"Different points - mode 2\" disable"
|
1344 |
+
msgstr "\"Unterschiedliche Punkte - Modus 2\" deaktiviert"
|
1345 |
+
|
1346 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1347 |
+
msgid "\"Different points - mode 2\" enabled"
|
1348 |
+
msgstr "\"Unterschiedliche Punkte - Modus 2\" aktiviert"
|
1349 |
+
|
1350 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1351 |
msgid "Questions sorted"
|
1352 |
msgstr "Fragen sortiert"
|
1435 |
|
1436 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1437 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1438 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1439 |
msgid "Statistics"
|
1440 |
msgstr "Statistik"
|
1441 |
|
1484 |
msgstr "Diese Option gilt für:"
|
1485 |
|
1486 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1487 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1488 |
msgid "all users"
|
1489 |
msgstr "Alle Benutzer"
|
1490 |
|
1491 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1492 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1493 |
msgid "registered useres only"
|
1494 |
msgstr "nur registriere Benutzer"
|
1495 |
|
1496 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1497 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1498 |
msgid "anonymous users only"
|
1499 |
msgstr "nur anonyme Benutzer"
|
1500 |
|
1663 |
"Wenn Sie diese Option aktivieren, wird an den jeweiligen Benutzer eine E-"
|
1664 |
"Mail mit seinem Quiz-Ergebnis geschickt. (nur bei registrieren Benutzern)"
|
1665 |
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1667 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1668 |
+
msgid "Autostart"
|
1669 |
+
msgstr "Autostart"
|
1670 |
+
|
1671 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1672 |
+
msgid ""
|
1673 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1674 |
+
"is loaded."
|
1675 |
+
msgstr ""
|
1676 |
+
"Wenn Sie diese Option aktivieren, startet das Quiz automatisch nachdem die "
|
1677 |
+
"Seite geladen wurde."
|
1678 |
+
|
1679 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1680 |
msgid "Quiz description"
|
1681 |
msgstr "Quiz Beschreibung"
|
1682 |
|
1683 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1684 |
msgid "This text will be displayed before start of the quiz."
|
1685 |
msgstr "Dieser Text wird vor dem Starten des Quizes angezeigt."
|
1686 |
|
1687 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1688 |
msgid "Results text"
|
1689 |
msgstr "Ergebnis Text"
|
1690 |
|
1691 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1692 |
msgid ""
|
1693 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1694 |
"is optional)"
|
1696 |
"Dieser Text wird beim Beenden (im Ergebnis) des Quizes angezeigt (Dieser "
|
1697 |
"Text ist optional)"
|
1698 |
|
1699 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1700 |
msgid "Activate graduation"
|
1701 |
msgstr "Abstufungen aktivieren"
|
1702 |
|
1703 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1704 |
msgid "Hint:"
|
1705 |
msgstr "Hinweis:"
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1708 |
msgid "Maximal 15 levels"
|
1709 |
msgstr "Maximal 15 Stufen"
|
1710 |
|
1711 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1712 |
#, php-format
|
1713 |
msgid ""
|
1714 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1717 |
"Prozente beziehen sich auf die Gesamtpunktzahl des Quiz (Aktuell: insgesamt "
|
1718 |
"%d Punkte bei %d Fragen)"
|
1719 |
|
1720 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1721 |
msgid "Values can also be mixed up"
|
1722 |
msgstr "Werte können auch durcheinander sein"
|
1723 |
|
1724 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1725 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1726 |
msgstr "10,15% oder 10.15% erlaubt (maximal 2 Stellen nach dem Komma)"
|
1727 |
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1730 |
msgid "from:"
|
1731 |
msgstr "Ab:"
|
1732 |
|
1733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1735 |
msgid "percent"
|
1736 |
msgstr "Prozent"
|
1737 |
|
1738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1740 |
#, php-format
|
1741 |
msgid ""
|
1742 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1745 |
"(Wird angezeigt wenn Ergebnis-Prozent >= <span class=\"resultProzent\">%s</"
|
1746 |
"span>%% ist)"
|
1747 |
|
1748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1750 |
msgid "Delete graduation"
|
1751 |
msgstr "Stufe löschen"
|
1752 |
|
1753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1754 |
msgid "Add graduation"
|
1755 |
msgstr "Stufe hinzufügen"
|
1756 |
|
1757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1758 |
msgid "Result-Options"
|
1759 |
msgstr "Ergebnisoptionen"
|
1760 |
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1762 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1763 |
msgid "Show average points"
|
1764 |
msgstr "Durchschnittspunkte anzeigen"
|
1765 |
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1767 |
msgid "Statistics-function must be enabled."
|
1768 |
msgstr "Statistik-Funktion muss aktiviert sein."
|
1769 |
|
1770 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1771 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1772 |
msgid "Show category score"
|
1773 |
msgstr "Zeige Kategoriepunkte"
|
1774 |
|
1775 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1776 |
msgid ""
|
1777 |
"If you enable this option, the results of each category is displayed on the "
|
1778 |
"results page."
|
1780 |
"Wenn Sie diese Option aktivieren, wird auf der Ergebnisseite die Resultate "
|
1781 |
"der einzelnen Kategorien angezeigt."
|
1782 |
|
1783 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1784 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1785 |
msgid "Hide correct questions - display"
|
1786 |
msgstr "Verstecke korrekte Fragen - Anzeige"
|
1787 |
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1789 |
msgid ""
|
1790 |
"If you select this option, no longer the number of correctly answered "
|
1791 |
"questions are displayed on the results page."
|
1793 |
"Wenn Sie diese Option aktivieren, werden die Anzahl der korrekt "
|
1794 |
"beantworteten Fragen nicht mehr auf der Ergebnisseite angezeigt."
|
1795 |
|
1796 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1798 |
msgid "Hide quiz time - display"
|
1799 |
msgstr "Verstecke Quiz-Zeit - Anzeige"
|
1800 |
|
1801 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1802 |
msgid ""
|
1803 |
"If you enable this option, the time for finishing the quiz won't be "
|
1804 |
"displayed on the results page anymore."
|
1806 |
"Wenn Sie diese Option aktivieren, wird die Zeit für die Beantwortung des "
|
1807 |
"Quiz nicht mehr auf der Ergebnisseite angezeigt."
|
1808 |
|
1809 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1810 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1811 |
msgid "Hide score - display"
|
1812 |
msgstr "Verstecke Punkte - Anzeige"
|
1813 |
|
1814 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1815 |
msgid ""
|
1816 |
"If you enable this option, final score won't be displayed on the results "
|
1817 |
"page anymore."
|
1819 |
"Wenn Sie diese Option aktivieren, werden die erreichten Punkte nicht mehr "
|
1820 |
"auf der Ergebnisseite angezeigt."
|
1821 |
|
1822 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1823 |
msgid "Question-Options"
|
1824 |
msgstr "Frage-Optionen"
|
1825 |
|
1826 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1827 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1828 |
msgid "Show points"
|
1829 |
msgstr "Punkte anzeigen"
|
1830 |
|
1831 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1832 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1833 |
msgstr "Zeigt im Quiz an, wieviel Punkte es für die jeweilige Frage gibt."
|
1834 |
|
1835 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1836 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1837 |
msgid "Number answers"
|
1838 |
msgstr "Antworten nummerieren"
|
1839 |
|
1840 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1841 |
msgid ""
|
1842 |
"If this option is activated, all answers are numbered (only single and "
|
1843 |
"multiple choice)"
|
1845 |
"Wenn Sie diese Option aktivieren, werden die Antworten durchnummeriert (nur "
|
1846 |
"bei Single und Multiple Choice)."
|
1847 |
|
1848 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1849 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1850 |
msgid "Hide correct- and incorrect message"
|
1851 |
msgstr "Verstecke Korrekt- und Inkorrekt-Nachricht"
|
1852 |
|
1853 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1854 |
msgid ""
|
1855 |
"If you enable this option, no correct- or incorrect message will be "
|
1856 |
"displayed."
|
1858 |
"Wenn Sie diese Option aktivieren, werden keine Korrekt- oder Inkorrekt-"
|
1859 |
"Nachricht angezeigt."
|
1860 |
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1862 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1863 |
msgid "Correct and incorrect answer mark"
|
1864 |
msgstr "Korrekt und Inkorrekt-Antwortmarkierung"
|
1865 |
|
1866 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1867 |
msgid ""
|
1868 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1869 |
"incorrect. "
|
1871 |
"Wenn Sie diese Option aktivieren, werden die Antworten nicht mehr farblich "
|
1872 |
"als korrekt oder inkorrekt gegenzeichnet."
|
1873 |
|
1874 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1875 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1876 |
+
msgid "Force user to answer each question"
|
1877 |
+
msgstr "Benutzer zwingen jede Frage zu beantworten"
|
1878 |
+
|
1879 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1880 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1881 |
+
msgstr ""
|
1882 |
+
"Wenn Sie diese Option aktivieren, wird der Benutzer gezwungen jede Frage zu "
|
1883 |
+
"beantworten."
|
1884 |
+
|
1885 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1886 |
+
msgid ""
|
1887 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1888 |
+
"appear after end of the quiz, otherwise after each question."
|
1889 |
+
msgstr ""
|
1890 |
+
"Wenn die Option \"Frage-Übersicht\" aktiviert ist, erfolgt die Meldung am "
|
1891 |
+
"Ende des Quiz ansonsten nach jeder Frage."
|
1892 |
+
|
1893 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1894 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1895 |
+
msgid "Hide question position overview"
|
1896 |
+
msgstr "Frage-Positionsübersicht verstecken"
|
1897 |
+
|
1898 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1899 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1900 |
+
msgstr ""
|
1901 |
+
"Wenn Sie diese Option aktivieren, wird die Frage-Positionsübersicht "
|
1902 |
+
"versteckt."
|
1903 |
+
|
1904 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1905 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1906 |
+
msgid "Hide question numbering"
|
1907 |
+
msgstr "Frage-Nummerierung verstecken"
|
1908 |
+
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1910 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1911 |
+
msgstr ""
|
1912 |
+
"Wenn Sie diese Option aktivieren, wird die Frage-Nummerierung versteckt."
|
1913 |
+
|
1914 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1915 |
msgid ""
|
1916 |
"The leaderboard allows users to enter results in public list and to share "
|
1917 |
"the result this way."
|
1919 |
"Die Bestenliste ermöglicht es Benutzern Ihr Ergebnis in eine öffentliche "
|
1920 |
"Liste einzutragen und somit Ihr Ergebnis mit anderen zu Teilen."
|
1921 |
|
1922 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1923 |
msgid "The leaderboard works independent from internal statistics function."
|
1924 |
msgstr ""
|
1925 |
"Die Bestenliste arbeitet unabhängig von der internen Statistik-Funktion."
|
1926 |
|
1927 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1928 |
msgid "Who can sign up to the list"
|
1929 |
msgstr "Wer darf sich in die Liste eintragen"
|
1930 |
|
1931 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1932 |
msgid ""
|
1933 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1934 |
"displayed)"
|
1936 |
"nicht registrierte Benutzer müssen sich mit Name und E-Mail eintragen. (E-"
|
1937 |
"Mail wird nicht veröffentlicht)"
|
1938 |
|
1939 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1940 |
msgid "insert automatically"
|
1941 |
msgstr "Automatisch einfügen"
|
1942 |
|
1943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1944 |
msgid ""
|
1945 |
"If you enable this option, logged in users will be automatically entered "
|
1946 |
"into leaderboard"
|
1948 |
"Wenn Sie diese Option aktivieren, werden angemeldete Benutzer automatisch in "
|
1949 |
"die Bestenliste eingetragen."
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1952 |
msgid "display captcha"
|
1953 |
msgstr "Captcha einblenden"
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1956 |
msgid ""
|
1957 |
"If you enable this option, additional captcha will be displayed for users "
|
1958 |
"who are not registered."
|
1960 |
"Wenn Sie diese Option aktivieren, wird für nicht registrierte Benutzer "
|
1961 |
"zusätzlich ein Captcha angezeigt."
|
1962 |
|
1963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1964 |
msgid "This option requires additional plugin:"
|
1965 |
msgstr "Diese Option benötigt ein zusätzliches Plugin:"
|
1966 |
|
1967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1968 |
msgid "Plugin has been detected."
|
1969 |
msgstr "Plugin wurde erkannt."
|
1970 |
|
1971 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1972 |
msgid "Plugin is not installed."
|
1973 |
msgstr "Plugin ist nicht installiert."
|
1974 |
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1976 |
msgid "Sort list by"
|
1977 |
msgstr "Liste sortieren nach"
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1980 |
msgid "Users can apply multiple times"
|
1981 |
msgstr "Benutzer dürfen sich mehrfach eintragen"
|
1982 |
|
1983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1984 |
msgid "User can apply after:"
|
1985 |
msgstr "Benutzer darf sich erneut eintragen nach:"
|
1986 |
|
1987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1988 |
msgid "minute"
|
1989 |
msgstr "Minuten"
|
1990 |
|
1991 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1992 |
msgid "How many entries should be displayed"
|
1993 |
msgstr "Wie viel Einträge sollen angezeigt werden"
|
1994 |
|
1995 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1996 |
msgid "Entries"
|
1997 |
msgstr "Einträge"
|
1998 |
|
1999 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
2000 |
msgid "Automatically display leaderboard in quiz result"
|
2001 |
msgstr "Bestenliste automatisch im Quiz Ergebnis anzeigen"
|
2002 |
|
2003 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
2004 |
msgid "Where should leaderboard be displayed:"
|
2005 |
msgstr "Wo soll die Bestenliste eingeblendet werden:"
|
2006 |
|
2007 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
2008 |
msgid "don't display"
|
2009 |
msgstr "nicht anzeigen"
|
2010 |
|
2011 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
2012 |
msgid "below the \"result text\""
|
2013 |
msgstr "unterhalb des \"Ergebnis Text\""
|
2014 |
|
2015 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
2016 |
msgid "in a button"
|
2017 |
msgstr "in einem Button"
|
2018 |
|
2019 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
2020 |
msgid "Quiz-Mode"
|
2021 |
msgstr "Quiz-Mode"
|
2022 |
|
2023 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
2024 |
msgid "Normal"
|
2025 |
msgstr "Normal"
|
2026 |
|
2027 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
2028 |
msgid "Normal + Back-Button"
|
2029 |
msgstr "Normal + Zurück Button"
|
2030 |
|
2031 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
2032 |
msgid "Check -> continue"
|
2033 |
msgstr "Prüfen -> Weiter"
|
2034 |
|
2035 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
2036 |
msgid "Questions below each other"
|
2037 |
msgstr "Fragen untereinander"
|
2038 |
|
2039 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
2040 |
msgid ""
|
2041 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
2042 |
"displayed at the end of the quiz."
|
2044 |
"Zeigt alle Fragen nacheinander, \"richtig\" oder \"falsch\" wird am Ende des "
|
2045 |
"Quiz angezeigt."
|
2046 |
|
2047 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2048 |
msgid "Allows to use the back button in a question."
|
2049 |
msgstr "Ermöglicht das Zurückgehen einer Frage."
|
2050 |
|
2051 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2052 |
msgid "Shows \"right or wrong\" after each question."
|
2053 |
msgstr "Zeigt \"richtig oder falsch\" nach jeder Frage an."
|
2054 |
|
2055 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2056 |
msgid ""
|
2057 |
"If this option is activated, all answers are displayed below each other, i."
|
2058 |
"e. all questions are on a single page."
|
2082 |
msgid "Support WP-Pro-Quiz"
|
2083 |
msgstr "Wp-Pro-Quiz unterstützen"
|
2084 |
|
2085 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2086 |
msgid "ID"
|
2087 |
msgstr "ID"
|
2088 |
|
2089 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2090 |
msgid "Shortcode"
|
2091 |
msgstr "Shortcode"
|
2092 |
|
2093 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2094 |
msgid "Shortcode-Leaderboard"
|
2095 |
msgstr "Shortcode-Bestenliste"
|
2096 |
|
2097 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2098 |
msgid "Preview"
|
2099 |
msgstr "Vorschau"
|
2100 |
|
2101 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2102 |
msgid "Add quiz"
|
2103 |
msgstr "Quiz hinzufügen"
|
2104 |
|
2105 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2106 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2107 |
msgid "Export"
|
2108 |
msgstr "Export"
|
2109 |
|
2110 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2111 |
msgid ""
|
2112 |
"Choose the respective question, which you would like to export and press on "
|
2113 |
"\"Start export\""
|
2115 |
"Wählen Sie oben die entsprechen Quiz aus, die Sie exportieren möchten und "
|
2116 |
"klicken Sie anschliessen auf \"Export starten\""
|
2117 |
|
2118 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2119 |
+
msgid "Format:"
|
2120 |
+
msgstr "Format:"
|
2121 |
+
|
2122 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2123 |
+
msgid "*.wpq"
|
2124 |
+
msgstr "*.wpq"
|
2125 |
+
|
2126 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2127 |
+
msgid "or"
|
2128 |
+
msgstr "oder"
|
2129 |
+
|
2130 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2131 |
+
msgid "*.xml"
|
2132 |
+
msgstr "*.xml"
|
2133 |
+
|
2134 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2135 |
msgid "Start export"
|
2136 |
msgstr "Export starten"
|
2137 |
|
2138 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2139 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2140 |
msgstr ""
|
2141 |
+
"Importieren sie nur *.wpq oder *.xml Dateien aus bekannten und "
|
2142 |
+
"vertrauenswürdigen Quellen."
|
2143 |
|
2144 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2145 |
#, php-format
|
2146 |
msgid "Maximal %d MiB"
|
2147 |
msgstr "Maximal %d MiB"
|
2331 |
#~ msgid "Skip Question"
|
2332 |
#~ msgstr "Frage überspringen"
|
2333 |
|
|
|
|
|
|
|
|
|
2334 |
#, fuzzy
|
2335 |
#~ msgid "Wp-Pro-Quiz: Ein Benutzer hat ein Quiz abgeschlossen"
|
2336 |
#~ msgstr "Wp-Pro-Quiz: A user completes a quiz"
|
2343 |
#~ msgid "Fragen"
|
2344 |
#~ msgstr "Questions"
|
2345 |
|
|
|
|
|
|
|
|
|
2346 |
#, fuzzy
|
2347 |
#~ msgid "Bearbeiten"
|
2348 |
#~ msgstr "Edit"
|
2423 |
#~ msgid "Quiz-Summary hinzugefuegt"
|
2424 |
#~ msgstr "Quiz Summary added"
|
2425 |
|
|
|
|
|
|
|
|
|
2426 |
#, fuzzy
|
2427 |
#~ msgid "E-Mail benachrichtigung hinzugefuegt"
|
2428 |
#~ msgstr "Email notification added"
|
2488 |
#~ "Ermöglicht das Zurückgehen einer Frage. (Option wird ignoriert bei "
|
2489 |
#~ "\"Prüfen -> Weiter\" und \"Antworten nummerieren\")"
|
2490 |
|
|
|
|
|
|
|
|
|
2491 |
#~ msgid ""
|
2492 |
#~ "You have reached <span></span> of <span></span> points, (<span></span>%)"
|
2493 |
#~ msgstr ""
|
2517 |
#~ msgid "Optionen"
|
2518 |
#~ msgstr "Options"
|
2519 |
|
|
|
|
|
|
|
|
|
2520 |
#, fuzzy
|
2521 |
#~ msgid "Keine Daten verfuegbar"
|
2522 |
#~ msgstr "No data available"
|
languages/wp-pro-quiz-el.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-el.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Ζαχαρίας Σδρέγας <azdrax@gmail.com>\n"
|
8 |
"Language: el\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -62,7 +62,7 @@ msgstr "Πραγματικά θέλεις να επαναφέρεις τα στ
|
|
62 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
63 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
64 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
65 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
66 |
msgid "No data available"
|
67 |
msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
|
68 |
|
@@ -83,30 +83,42 @@ msgstr "Πρέπει να ορίσετε ένα όνομα."
|
|
83 |
|
84 |
#: lib/controller/WpProQuiz_Controller_Admin.php:111
|
85 |
msgid "This entry should really be deleted?"
|
86 |
-
msgstr ""
|
87 |
|
88 |
#: lib/controller/WpProQuiz_Controller_Admin.php:112
|
89 |
msgid "Not all fields completed."
|
90 |
-
msgstr ""
|
91 |
|
92 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
93 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
94 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
95 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
96 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
97 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
98 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
99 |
msgid "Loading"
|
100 |
msgstr "Φόρτωση"
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
103 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
104 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
105 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
106 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
107 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
108 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
109 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
110 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
111 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
112 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -120,7 +132,7 @@ msgstr "Δεν έχετε επαρκή δικαιώματα πρόσβασης
|
|
120 |
msgid "Settings saved"
|
121 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
122 |
|
123 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
125 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
126 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -146,20 +158,20 @@ msgid "Question not found"
|
|
146 |
msgstr "Η ερώτηση δε βρέθηκε"
|
147 |
|
148 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
149 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
150 |
#, php-format
|
151 |
msgid "Question: %d"
|
152 |
msgstr "Ερώτηση: %d"
|
153 |
|
154 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
155 |
msgid "Question edited"
|
156 |
msgstr "Η επεξεργασία της ερώτησης ολοκληρώθηκε"
|
157 |
|
158 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
159 |
msgid "New question"
|
160 |
msgstr "Νέα ερώτηση"
|
161 |
|
162 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
163 |
msgid "Question added"
|
164 |
msgstr "Η ερώτηση προστέθηκε"
|
165 |
|
@@ -186,6 +198,16 @@ msgstr "Δημιουργία κουίζ"
|
|
186 |
msgid "Quiz deleted"
|
187 |
msgstr "Το κούιζ διαγράφηκε"
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
191 |
msgid "No category"
|
@@ -198,7 +220,7 @@ msgstr "Δε δόθηκε όνομα ή διεύθυνση ηλεκτρονικ
|
|
198 |
|
199 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:148
|
200 |
msgid "You signed up successfully."
|
201 |
-
msgstr ""
|
202 |
|
203 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:156
|
204 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:160
|
@@ -222,6 +244,7 @@ msgid "You entered wrong captcha code."
|
|
222 |
msgstr "Έβαλες λάθος κωδικό captcha."
|
223 |
|
224 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
225 |
msgid "File was not uploaded"
|
226 |
msgstr "Η μεταφόρτωση του αρχείου δεν έγινε"
|
227 |
|
@@ -233,6 +256,11 @@ msgstr "Λάθος μορφή αρχείου"
|
|
233 |
msgid "File is not compatible with the current version"
|
234 |
msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
|
235 |
|
|
|
|
|
|
|
|
|
|
|
236 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
237 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
238 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -266,6 +294,13 @@ msgid ""
|
|
266 |
"Result: $result\n"
|
267 |
"\n"
|
268 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
|
270 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
|
271 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
|
@@ -274,21 +309,22 @@ msgstr "Ο χρήστης ολοκλήρωσε ένα κουιζ."
|
|
274 |
|
275 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
|
276 |
msgid "The user completed a quiz with 100 percent."
|
277 |
-
msgstr ""
|
278 |
|
279 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
|
280 |
msgid "A powerful and beautiful quiz plugin for WordPress."
|
281 |
-
msgstr ""
|
282 |
|
283 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
284 |
msgid "WP-Pro-Quiz"
|
285 |
-
msgstr ""
|
286 |
|
287 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
288 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
289 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
290 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
291 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
292 |
msgid "Leaderboard"
|
293 |
msgstr "Πίνακας βαθμολογίας"
|
294 |
|
@@ -301,7 +337,7 @@ msgstr "Πίνακας βαθμολογίας"
|
|
301 |
#: lib/view/WpProQuiz_View_Statistics.php:24
|
302 |
#: lib/view/WpProQuiz_View_StyleManager.php:11
|
303 |
msgid "back to overview"
|
304 |
-
msgstr "
|
305 |
|
306 |
#: lib/view/WpProQuiz_View_AdminToplist.php:11
|
307 |
#: lib/view/WpProQuiz_View_Statistics.php:200
|
@@ -313,17 +349,17 @@ msgid "Sort by:"
|
|
313 |
msgstr "Ταξινόμηση κατά:"
|
314 |
|
315 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
316 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
317 |
msgid "best user"
|
318 |
msgstr "καλύτερος χρήστης"
|
319 |
|
320 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
321 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
322 |
msgid "newest entry"
|
323 |
msgstr "τελευταία εγγραφή"
|
324 |
|
325 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
326 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
327 |
msgid "oldest entry"
|
328 |
msgstr "παλιότερη εγγραφή"
|
329 |
|
@@ -347,7 +383,7 @@ msgid "User"
|
|
347 |
msgstr "Χρήστης"
|
348 |
|
349 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
350 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
351 |
msgid "E-Mail"
|
352 |
msgstr "Ηλεκτρονικό Ταχυδρομείο"
|
353 |
|
@@ -357,14 +393,14 @@ msgid "Entered on"
|
|
357 |
msgstr "Εισάχθηκε στις"
|
358 |
|
359 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
360 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
361 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
362 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
363 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
364 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
365 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
366 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
367 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
368 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
369 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
370 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -381,7 +417,7 @@ msgstr "Αποτελέσματα"
|
|
381 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
382 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
383 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
384 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
385 |
msgid "Edit"
|
386 |
msgstr "Επεξεργασία"
|
387 |
|
@@ -389,17 +425,17 @@ msgstr "Επεξεργασία"
|
|
389 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
390 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
391 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
392 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
393 |
msgid "Delete"
|
394 |
msgstr "Διαγραφή"
|
395 |
|
396 |
#: lib/view/WpProQuiz_View_AdminToplist.php:80
|
397 |
msgid "save"
|
398 |
-
msgstr ""
|
399 |
|
400 |
#: lib/view/WpProQuiz_View_AdminToplist.php:81
|
401 |
msgid "cancel"
|
402 |
-
msgstr ""
|
403 |
|
404 |
#: lib/view/WpProQuiz_View_AdminToplist.php:99
|
405 |
msgid "Action"
|
@@ -421,12 +457,11 @@ msgstr "Όριο χρόνου"
|
|
421 |
|
422 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
423 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
424 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
425 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
426 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
427 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
428 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
429 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
430 |
msgid "Quiz-summary"
|
431 |
msgstr "Περίληψη κουίζ"
|
432 |
|
@@ -437,13 +472,13 @@ msgstr "Ολοκληρώθηκαν %s από %s ερωτήσεις"
|
|
437 |
|
438 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
439 |
#: lib/view/WpProQuiz_View_Import.php:44
|
440 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
441 |
msgid "Questions"
|
442 |
msgstr "Ερωτήσεις"
|
443 |
|
444 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
445 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
446 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
447 |
msgid "Finish quiz"
|
448 |
msgstr "Ολοκλήρωση του κουίζ"
|
449 |
|
@@ -488,14 +523,6 @@ msgstr "Μέση βαθμολογία"
|
|
488 |
msgid "Your score"
|
489 |
msgstr "Οι βαθμοί σου"
|
490 |
|
491 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
492 |
-
msgid "Categories"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
496 |
-
msgid "Not categorized"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
500 |
msgid "Restart quiz"
|
501 |
msgstr "Επανεκίνηση κουίζ"
|
@@ -520,82 +547,82 @@ msgstr "Ανασκόπηση"
|
|
520 |
msgid "Review question"
|
521 |
msgstr "Ανασκόπηση ερώτησης"
|
522 |
|
523 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
524 |
#, php-format
|
525 |
msgid "Question %s of %s"
|
526 |
msgstr "Ερώτηση %s από %s"
|
527 |
|
528 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
529 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
530 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
531 |
msgid "Question"
|
532 |
msgstr "Ερώτηση"
|
533 |
|
534 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
535 |
#, php-format
|
536 |
msgid "%d points"
|
537 |
msgstr "%d βαθμοί"
|
538 |
|
539 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
540 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
541 |
msgid "Sort elements"
|
542 |
msgstr "Ταξινόμηση στοιχείων"
|
543 |
|
544 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
545 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
546 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
547 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
548 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
549 |
msgid "Correct"
|
550 |
msgstr "Σωστό"
|
551 |
|
552 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
553 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
554 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
555 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
556 |
msgid "Incorrect"
|
557 |
msgstr "Λάθος"
|
558 |
|
559 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
560 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
561 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
562 |
msgid "Hint"
|
563 |
msgstr "Βοήθεια"
|
564 |
|
565 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
566 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
567 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
568 |
msgid "Skip question"
|
569 |
msgstr "Υπερπήδηση ερώτησης"
|
570 |
|
571 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
572 |
msgid "Back"
|
573 |
msgstr "Πίσω"
|
574 |
|
575 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
576 |
msgid "Check"
|
577 |
msgstr "Έλεγχος"
|
578 |
|
579 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
580 |
msgid "Next"
|
581 |
-
msgstr ""
|
582 |
|
583 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
584 |
msgid "Your result has been entered into leaderboard"
|
585 |
-
msgstr ""
|
586 |
|
587 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
588 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
589 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
590 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
591 |
msgid "Name"
|
592 |
msgstr "Όνομα"
|
593 |
|
594 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
595 |
msgid "Captcha"
|
596 |
msgstr "Captcha"
|
597 |
|
598 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
599 |
msgid "Send"
|
600 |
msgstr "Αποστολή"
|
601 |
|
@@ -625,16 +652,16 @@ msgstr "Γενικές Ρυθμίσεις"
|
|
625 |
|
626 |
#: lib/view/WpProQuiz_View_GobalSettings.php:13
|
627 |
msgid "E-Mail settings"
|
628 |
-
msgstr ""
|
629 |
|
630 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
631 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
632 |
msgid "Settings in case of problems"
|
633 |
msgstr "Ρυθμίσεις στην περίπτωση προβλημάτων"
|
634 |
|
635 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
636 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
638 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
639 |
msgid "Save"
|
640 |
msgstr "Αποθηκεύστε"
|
@@ -656,15 +683,15 @@ msgstr "Τεκμηρίωση στη μορφοποίηση ημερομηνία
|
|
656 |
#: lib/view/WpProQuiz_View_GobalSettings.php:87
|
657 |
#: lib/view/WpProQuiz_View_GobalSettings.php:92
|
658 |
msgid "Statistic time format"
|
659 |
-
msgstr ""
|
660 |
|
661 |
#: lib/view/WpProQuiz_View_GobalSettings.php:96
|
662 |
msgid "Select example:"
|
663 |
-
msgstr ""
|
664 |
|
665 |
#: lib/view/WpProQuiz_View_GobalSettings.php:109
|
666 |
msgid "Time format:"
|
667 |
-
msgstr ""
|
668 |
|
669 |
#: lib/view/WpProQuiz_View_GobalSettings.php:122
|
670 |
#: lib/view/WpProQuiz_View_GobalSettings.php:127
|
@@ -672,9 +699,9 @@ msgid "Category management"
|
|
672 |
msgstr "Διαχείριση Κατηγοριών"
|
673 |
|
674 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
675 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
676 |
msgid "Admin e-mail settings"
|
677 |
-
msgstr ""
|
678 |
|
679 |
#: lib/view/WpProQuiz_View_GobalSettings.php:161
|
680 |
msgid "To:"
|
@@ -689,25 +716,25 @@ msgstr ""
|
|
689 |
"wp@test.com, test@test.com"
|
690 |
|
691 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
692 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
693 |
msgid "From:"
|
694 |
msgstr "Από:"
|
695 |
|
696 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
697 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
698 |
msgid "Subject:"
|
699 |
msgstr "Θέμα:"
|
700 |
|
701 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
702 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
703 |
msgid "HTML"
|
704 |
-
msgstr ""
|
705 |
|
706 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
707 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
708 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
709 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
710 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
711 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
712 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
713 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -719,101 +746,110 @@ msgstr ""
|
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
720 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
721 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
732 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
736 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
737 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
738 |
msgid "Activate"
|
739 |
msgstr "Ενεργοποίηση"
|
740 |
|
741 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
742 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
743 |
msgid "Message body:"
|
744 |
msgstr "Σώμα μηνύματος"
|
745 |
|
746 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
747 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
748 |
msgid "Allowed variables"
|
749 |
msgstr "Επιτρεπτές μεταβλητές"
|
750 |
|
751 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
752 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
753 |
msgid "User-ID"
|
754 |
msgstr "ΑΑ Χρήστη"
|
755 |
|
756 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
757 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
758 |
msgid "Username"
|
759 |
msgstr "Όνομα Χρήστη"
|
760 |
|
761 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
762 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
763 |
msgid "Quiz-Name"
|
764 |
msgstr "Όνομα Κουίζ"
|
765 |
|
766 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
767 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
768 |
msgid "Result in precent"
|
769 |
msgstr "Αποτέλεσμα σε επί τοις εκατό"
|
770 |
|
771 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
772 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
773 |
msgid "Reached points"
|
774 |
msgstr "Συνολικοί βαθμοί"
|
775 |
|
776 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
777 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
778 |
msgid "IP-address of the user"
|
779 |
msgstr "Διεύθυνση IP του χρήστη"
|
780 |
|
781 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
782 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
783 |
-
msgid "
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
787 |
msgid "to activate"
|
788 |
msgstr "για ενεργοποίηση"
|
789 |
|
790 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
791 |
msgid "not to activate"
|
792 |
msgstr "να μην ενεργοποιηθεί"
|
793 |
|
794 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
795 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
796 |
msgid "Please note"
|
797 |
msgstr "Παρακαλώ σημειώστε"
|
798 |
|
799 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
800 |
msgid ""
|
801 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
802 |
msgstr ""
|
803 |
"Οι ρυθμίσεις αυτές πρέπει να ενεργοποιούνται μόνο σε περίπτωση προβλημάτων "
|
804 |
"με το Wp-Pro-Quiz."
|
805 |
|
806 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
807 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
808 |
msgid "Automatically add [raw] shortcode"
|
809 |
msgstr "Αυτόματη προσθήκη [raw] μικροκώδικα"
|
810 |
|
811 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
812 |
#, php-format
|
813 |
msgid "It is recommended %s this option on your system."
|
814 |
msgstr "Προτείνεται να %s αυτήν την επιλογή στο σύστημά σας."
|
815 |
|
816 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
817 |
msgid ""
|
818 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
819 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -822,7 +858,7 @@ msgstr ""
|
|
822 |
"αυτόματα γύρω από το μικροκώδικα του WpProQuiz ( [WpProQuiz X] ) σε [raw] "
|
823 |
"[WpProQuiz X] [/raw]"
|
824 |
|
825 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
826 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
827 |
msgid ""
|
828 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -832,12 +868,12 @@ msgstr ""
|
|
832 |
"δημιουργεί προβλήματα. Με πρόσθετους μικροκώδικες [raw] τα προβλήματα "
|
833 |
"διορθώνονται."
|
834 |
|
835 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
836 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
837 |
msgid "Do not load the Javascript-files in the footer"
|
838 |
msgstr "Μη φορτώσεις τα αρχεία Javascript στο υποσέλιδο"
|
839 |
|
840 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
841 |
msgid ""
|
842 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
843 |
"when they are really needed."
|
@@ -845,11 +881,11 @@ msgstr ""
|
|
845 |
"Γενικά, όλα τα αρχεία Javascript του WpProQuiz φορτώνονται στο υποσέλιδο και "
|
846 |
"μόνο όταν πραγματικά χρειάζονται."
|
847 |
|
848 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
849 |
msgid "In very old Wordpress themes this can lead to problems."
|
850 |
msgstr "Σε πολύ παλιά θέματα Wordpress αυτό μπορεί να οδηγήσει σε προβλήματα."
|
851 |
|
852 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
853 |
msgid ""
|
854 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
855 |
"the header even if they are not needed."
|
@@ -857,7 +893,7 @@ msgstr ""
|
|
857 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, όλα τα αρχεία javascript του WpProQuiz "
|
858 |
"φορτώνονται στην κεφαλίδα ακόμα κι αν δεν χρειάζονται."
|
859 |
|
860 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
861 |
#, php-format
|
862 |
msgid ""
|
863 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -866,51 +902,51 @@ msgstr ""
|
|
866 |
"Όποιος θέλει να μάθει περισσότερα για το θέμα αυτό πρέπει να επισκεφθεί τις "
|
867 |
"ακόλουθες ιστοσελίδες, %s και %s."
|
868 |
|
869 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
870 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
871 |
msgid "Touch Library"
|
872 |
msgstr "Βιβλιοθήκη Touch"
|
873 |
|
874 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
875 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
876 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
877 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
878 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
879 |
msgid "Deactivate"
|
880 |
msgstr "Απενεργοποίηση"
|
881 |
|
882 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
883 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
884 |
msgstr ""
|
885 |
"Στην έκδοση 0.13 Προστέθηκε μια νέα βιβλιοθήκη Touch για κινητές συσκευές."
|
886 |
|
887 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
888 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
889 |
msgstr ""
|
890 |
"Αν έχετε προβλήματα με τη βιβλιοθήκη Touch, παρακαλώ απενεργοποιήστε την."
|
891 |
|
892 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
893 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
894 |
msgid "jQuery support cors"
|
895 |
msgstr ""
|
896 |
"Η jQuery υποστηρίζει το cors (μηχανισμός διαμοιρασμού δεδομένων από άλλη "
|
897 |
"σελίδα)"
|
898 |
|
899 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
900 |
msgid "Is required only in rare cases."
|
901 |
msgstr "Απαιτείται σε σπάνιες περιπτώσεις"
|
902 |
|
903 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
904 |
msgid "If you have problems with the front ajax, please activate it."
|
905 |
msgstr "Ενεργοποιήστε το αν έχετε πρόβλημα με Ajax στη σελίδα."
|
906 |
|
907 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
908 |
msgid "e.g. Domain with special characters in combination with IE"
|
909 |
msgstr "πχ Ιστοσελίδα με ειδικούς χαρακτήες σε συνδιασμό με ΙΕ."
|
910 |
|
911 |
#: lib/view/WpProQuiz_View_Import.php:21
|
912 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
913 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
914 |
msgid "Import"
|
915 |
msgstr "Εισαγωγή"
|
916 |
|
@@ -930,8 +966,8 @@ msgstr "Η εισαγωγή ολοκληρώθηκε με επιτυχία"
|
|
930 |
msgid "Quiz name"
|
931 |
msgstr "Όνομα του κουίζ"
|
932 |
|
933 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
934 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
935 |
msgid "Start import"
|
936 |
msgstr "Εκκίνηση εισαγωγής"
|
937 |
|
@@ -944,8 +980,8 @@ msgstr "Τίτλος"
|
|
944 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
945 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
946 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
947 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
948 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
949 |
msgid "(optional)"
|
950 |
msgstr "(προεραιτικά)"
|
951 |
|
@@ -959,10 +995,10 @@ msgstr ""
|
|
959 |
|
960 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
961 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
962 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
963 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
964 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
965 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
966 |
msgid "(required)"
|
967 |
msgstr "(απαιτείται)"
|
968 |
|
@@ -973,7 +1009,7 @@ msgstr "Βαθμοί για αυτήν την ερώτηση (Το στάντα
|
|
973 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:45
|
974 |
msgid ""
|
975 |
"This points will be rewarded, only if the user closes the question correctly."
|
976 |
-
msgstr "Οι βαθμοί θα δοθούν μόνο αν ο χρήστης
|
977 |
|
978 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:51
|
979 |
msgid "Different points for each answer"
|
@@ -1095,13 +1131,13 @@ msgstr "Κλείσιμο"
|
|
1095 |
|
1096 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:191
|
1097 |
msgid "Assessment"
|
1098 |
-
msgstr ""
|
1099 |
|
1100 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1101 |
msgid "Answers"
|
1102 |
msgstr "Απαντήσεις"
|
1103 |
|
1104 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1105 |
msgid ""
|
1106 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1107 |
"answers will be displayed randomly."
|
@@ -1109,13 +1145,13 @@ msgstr ""
|
|
1109 |
"Παρακαλώ ταξινομείστε τις απαντήσει στη σωστή σειρά με το κουμπί \"Μετακίνηση"
|
1110 |
"\". Οι απαντήσεις θα εμφανιστούν τυχαία."
|
1111 |
|
1112 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1113 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1114 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1115 |
msgid "Add new answer"
|
1116 |
msgstr "Προσθήκη νέας απάντησης"
|
1117 |
|
1118 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1119 |
msgid ""
|
1120 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1121 |
"matching criterion."
|
@@ -1123,7 +1159,7 @@ msgstr ""
|
|
1123 |
"Σε αυτήν την κατάσταση, δε χρειάζεται να ταξινομηθεί καμμιά λίστα, αλλά τα "
|
1124 |
"στοιχεία πρέπει να αντιστοιχηθούν με αντίστοιχα κριτήρια."
|
1125 |
|
1126 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1127 |
msgid ""
|
1128 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1129 |
"user."
|
@@ -1131,56 +1167,56 @@ msgstr ""
|
|
1131 |
"Μπορείτε να δημιουργήσετε στοιχεία ταξινόμησης με κενά κριτήρια, που δεν "
|
1132 |
"μπορούν να ανατεθούν από τους χρήστες."
|
1133 |
|
1134 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1135 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1136 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1137 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1138 |
msgid "Options"
|
1139 |
msgstr "Επιλογές"
|
1140 |
|
1141 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1142 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1143 |
msgid "Answer"
|
1144 |
msgstr "Απάντηση"
|
1145 |
|
1146 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1147 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1148 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1149 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1150 |
msgid "Allow HTML"
|
1151 |
msgstr "Η HTML επιτρέπεται"
|
1152 |
|
1153 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1154 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1155 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1156 |
-
msgid "Delete answer"
|
1157 |
-
msgstr "Διαγραφή απάντησης"
|
1158 |
-
|
1159 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1160 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1161 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1162 |
-
msgid "
|
1163 |
-
msgstr ""
|
1164 |
|
1165 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1166 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1167 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1168 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1169 |
msgid "Move"
|
1170 |
msgstr "Μετακίνηση"
|
1171 |
|
1172 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1173 |
msgid "Criterion"
|
1174 |
msgstr "Κριτήριο"
|
1175 |
|
1176 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1177 |
msgid ""
|
1178 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1179 |
msgstr ""
|
1180 |
"σωστές απαντήσεις (μια σε κάθε γραμμή) (οι απαντήσεις θα μετατραπούν σε "
|
1181 |
"μικρά γράμματα)"
|
1182 |
|
1183 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1184 |
msgid ""
|
1185 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1186 |
"small letters will be ignored."
|
@@ -1188,7 +1224,7 @@ msgstr ""
|
|
1188 |
"Περικλείστε τις αναζητούμενες λέξεις με {}, πχ \"Εγώ {παίζω} ποδόσφαιρο\". "
|
1189 |
"Κεφαλαία και μικρά γράμματα δεν έχουν σημασία."
|
1190 |
|
1191 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1192 |
msgid ""
|
1193 |
"You can specify multiple options for a search word. Enclose the word with "
|
1194 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1200,7 +1236,7 @@ msgstr ""
|
|
1200 |
"spacing: 2px;\"> \"Εγώ {[παίζω][αγαπώ][μισώ]} το ποδόσφαιρο.\" </span>. Στην "
|
1201 |
"περίπτωση αυτή, οι απαντήσεις παίζω. αγαπώ ή μισώ είναι σωστές."
|
1202 |
|
1203 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1204 |
msgid ""
|
1205 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1206 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1209,7 +1245,7 @@ msgstr ""
|
|
1209 |
"ενεργοποιημένη, μπορείτε να ορίσετε βαθμούς με |Βαθμοί. Αλλιώς θα δίνεται 1 "
|
1210 |
"βαθμός για κάθε απάντηση. "
|
1211 |
|
1212 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1213 |
msgid ""
|
1214 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1215 |
"\" 3 points."
|
@@ -1217,50 +1253,93 @@ msgstr ""
|
|
1217 |
"πχ \"Εγώ {παίζω} ποδόσφαιρο με μια {μπάλλα|3}\" - το \"παίζω\" δίνει 1 βαθμό "
|
1218 |
"και το \"μπάλλα\" δίνει 3 βαθμούς."
|
1219 |
|
1220 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1221 |
msgid "Here you can create an assessment question."
|
1222 |
-
msgstr ""
|
1223 |
|
1224 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1225 |
msgid ""
|
1226 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1227 |
msgstr ""
|
|
|
|
|
1228 |
|
1229 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1230 |
msgid "The number of options in the maximum score."
|
1231 |
-
msgstr ""
|
1232 |
|
1233 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1234 |
msgid "Examples:"
|
1235 |
-
msgstr ""
|
1236 |
|
1237 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1238 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1239 |
-
msgstr ""
|
1240 |
|
1241 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1242 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1243 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1244 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1245 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1249 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1250 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1251 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1252 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1253 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1254 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1255 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1256 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1257 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1258 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1259 |
msgid "Demo"
|
1260 |
msgstr "Επίδειξη"
|
1261 |
|
1262 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1263 |
msgid "less true { [a] [b] [c] } more true"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1264 |
msgstr ""
|
1265 |
|
1266 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
@@ -1351,7 +1430,7 @@ msgstr "0 = χωρίς όριο"
|
|
1351 |
|
1352 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1353 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1354 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1355 |
msgid "Statistics"
|
1356 |
msgstr "Στατιστικά"
|
1357 |
|
@@ -1400,17 +1479,17 @@ msgid "This option applies to:"
|
|
1400 |
msgstr "Η επιλογή εφαρμόζεται σε:"
|
1401 |
|
1402 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1403 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1404 |
msgid "all users"
|
1405 |
msgstr "όλοι οι χρηστες"
|
1406 |
|
1407 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1408 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1409 |
msgid "registered useres only"
|
1410 |
msgstr "μόνο εγγεγραμένοι χρήστες"
|
1411 |
|
1412 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1413 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1414 |
msgid "anonymous users only"
|
1415 |
msgstr "μόνο ανώνυμοι χρήστες"
|
1416 |
|
@@ -1541,15 +1620,15 @@ msgstr ""
|
|
1541 |
#: lib/view/WpProQuiz_View_QuizEdit.php:403
|
1542 |
#: lib/view/WpProQuiz_View_QuizEdit.php:408
|
1543 |
msgid "Admin e-mail notification"
|
1544 |
-
msgstr ""
|
1545 |
|
1546 |
#: lib/view/WpProQuiz_View_QuizEdit.php:416
|
1547 |
msgid "for registered users only"
|
1548 |
-
msgstr "
|
1549 |
|
1550 |
#: lib/view/WpProQuiz_View_QuizEdit.php:420
|
1551 |
msgid "for all users"
|
1552 |
-
msgstr "
|
1553 |
|
1554 |
#: lib/view/WpProQuiz_View_QuizEdit.php:423
|
1555 |
msgid ""
|
@@ -1569,27 +1648,41 @@ msgstr ""
|
|
1569 |
#: lib/view/WpProQuiz_View_QuizEdit.php:433
|
1570 |
#: lib/view/WpProQuiz_View_QuizEdit.php:438
|
1571 |
msgid "User e-mail notification"
|
1572 |
-
msgstr ""
|
1573 |
|
1574 |
#: lib/view/WpProQuiz_View_QuizEdit.php:445
|
1575 |
msgid ""
|
1576 |
"If you enable this option, an email is sent with his quiz result to the "
|
1577 |
"user. (only registered users)"
|
1578 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1579 |
|
1580 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1581 |
msgid "Quiz description"
|
1582 |
msgstr "Περιγραφή κούζ"
|
1583 |
|
1584 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1585 |
msgid "This text will be displayed before start of the quiz."
|
1586 |
msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
|
1587 |
|
1588 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1589 |
msgid "Results text"
|
1590 |
msgstr "Κείμενο αποτελέσματος"
|
1591 |
|
1592 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1593 |
msgid ""
|
1594 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1595 |
"is optional)"
|
@@ -1597,19 +1690,19 @@ msgstr ""
|
|
1597 |
"Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
|
1598 |
"κείμενο αυτό είναι προεραιτικό)"
|
1599 |
|
1600 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1601 |
msgid "Activate graduation"
|
1602 |
msgstr "Ενεργοποίηση αποφοίτησης"
|
1603 |
|
1604 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1605 |
msgid "Hint:"
|
1606 |
msgstr "Βοήθεια:"
|
1607 |
|
1608 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1609 |
msgid "Maximal 15 levels"
|
1610 |
msgstr "Μέγιστο 15 επίπεδα"
|
1611 |
|
1612 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1613 |
#, php-format
|
1614 |
msgid ""
|
1615 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1618,26 +1711,26 @@ msgstr ""
|
|
1618 |
"Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
|
1619 |
"ερωτήσεις)"
|
1620 |
|
1621 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1622 |
msgid "Values can also be mixed up"
|
1623 |
msgstr "Οι τιμές μπορούν να αναμειχθούν"
|
1624 |
|
1625 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1626 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1627 |
msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
|
1628 |
|
1629 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1630 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1631 |
msgid "from:"
|
1632 |
msgstr "από:"
|
1633 |
|
1634 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1635 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1636 |
msgid "percent"
|
1637 |
msgstr "επί τοις εκατό"
|
1638 |
|
1639 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1640 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1641 |
#, php-format
|
1642 |
msgid ""
|
1643 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1646,91 +1739,99 @@ msgstr ""
|
|
1646 |
"(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
|
1647 |
"\"resultProzent\">%s</span>%%)"
|
1648 |
|
1649 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1650 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1651 |
msgid "Delete graduation"
|
1652 |
msgstr "Διαγραφή αποφοίτησης"
|
1653 |
|
1654 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1655 |
msgid "Add graduation"
|
1656 |
msgstr "Προσθήκη αποφοίτησης"
|
1657 |
|
1658 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1659 |
msgid "Result-Options"
|
1660 |
-
msgstr ""
|
1661 |
|
1662 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
msgid "Show average points"
|
1665 |
msgstr "Εμφάνιση μέσου όρου βαθμών"
|
1666 |
|
1667 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1668 |
msgid "Statistics-function must be enabled."
|
1669 |
msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
|
1670 |
|
1671 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1672 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1673 |
msgid "Show category score"
|
1674 |
-
msgstr ""
|
1675 |
|
1676 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1677 |
msgid ""
|
1678 |
"If you enable this option, the results of each category is displayed on the "
|
1679 |
"results page."
|
1680 |
msgstr ""
|
|
|
|
|
1681 |
|
1682 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1683 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1684 |
msgid "Hide correct questions - display"
|
1685 |
-
msgstr ""
|
1686 |
|
1687 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1688 |
msgid ""
|
1689 |
"If you select this option, no longer the number of correctly answered "
|
1690 |
"questions are displayed on the results page."
|
1691 |
msgstr ""
|
|
|
|
|
1692 |
|
1693 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1694 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1695 |
msgid "Hide quiz time - display"
|
1696 |
-
msgstr ""
|
1697 |
|
1698 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1699 |
msgid ""
|
1700 |
"If you enable this option, the time for finishing the quiz won't be "
|
1701 |
"displayed on the results page anymore."
|
1702 |
msgstr ""
|
|
|
|
|
1703 |
|
1704 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1705 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1706 |
msgid "Hide score - display"
|
1707 |
-
msgstr ""
|
1708 |
|
1709 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1710 |
msgid ""
|
1711 |
"If you enable this option, final score won't be displayed on the results "
|
1712 |
"page anymore."
|
1713 |
msgstr ""
|
|
|
|
|
1714 |
|
1715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1716 |
msgid "Question-Options"
|
1717 |
-
msgstr ""
|
1718 |
|
1719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1721 |
msgid "Show points"
|
1722 |
msgstr "Εμφάνιση βαθμών"
|
1723 |
|
1724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1725 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1726 |
msgstr "Εμφάνιση σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
|
1727 |
|
1728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1730 |
msgid "Number answers"
|
1731 |
msgstr "Αρίθμηση απαντήσεων"
|
1732 |
|
1733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1734 |
msgid ""
|
1735 |
"If this option is activated, all answers are numbered (only single and "
|
1736 |
"multiple choice)"
|
@@ -1738,12 +1839,12 @@ msgstr ""
|
|
1738 |
"Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
|
1739 |
"(μόνο οι μονές και πολλαπλής επιλογής)"
|
1740 |
|
1741 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1742 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1743 |
msgid "Hide correct- and incorrect message"
|
1744 |
-
msgstr "Απόκρυψη
|
1745 |
|
1746 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1747 |
msgid ""
|
1748 |
"If you enable this option, no correct- or incorrect message will be "
|
1749 |
"displayed."
|
@@ -1751,12 +1852,12 @@ msgstr ""
|
|
1751 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται μήνυμα σωστού - "
|
1752 |
"λάθους."
|
1753 |
|
1754 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1756 |
msgid "Correct and incorrect answer mark"
|
1757 |
msgstr "Σημάδι σωστών και λάθος απαντήσεων"
|
1758 |
|
1759 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1760 |
msgid ""
|
1761 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1762 |
"incorrect. "
|
@@ -1764,7 +1865,40 @@ msgstr ""
|
|
1764 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
|
1765 |
"σωστές - λάθος."
|
1766 |
|
1767 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1768 |
msgid ""
|
1769 |
"The leaderboard allows users to enter results in public list and to share "
|
1770 |
"the result this way."
|
@@ -1772,17 +1906,17 @@ msgstr ""
|
|
1772 |
"Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
|
1773 |
"δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
|
1774 |
|
1775 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1776 |
msgid "The leaderboard works independent from internal statistics function."
|
1777 |
msgstr ""
|
1778 |
"Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
|
1779 |
"στατιστικών."
|
1780 |
|
1781 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1782 |
msgid "Who can sign up to the list"
|
1783 |
msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
|
1784 |
|
1785 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1786 |
msgid ""
|
1787 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1788 |
"displayed)"
|
@@ -1790,11 +1924,11 @@ msgstr ""
|
|
1790 |
"Μη εγγεγραμμένοι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
|
1791 |
"ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
|
1792 |
|
1793 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1794 |
msgid "insert automatically"
|
1795 |
msgstr "αυτόματη εισαγωγή"
|
1796 |
|
1797 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1798 |
msgid ""
|
1799 |
"If you enable this option, logged in users will be automatically entered "
|
1800 |
"into leaderboard"
|
@@ -1802,11 +1936,11 @@ msgstr ""
|
|
1802 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, οι συνδεδεμένοι χρήστες θα εισάγονται "
|
1803 |
"αυτόματα στον πίνακα βαθμολογίας."
|
1804 |
|
1805 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1806 |
msgid "display captcha"
|
1807 |
msgstr "προβολή captcha"
|
1808 |
|
1809 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1810 |
msgid ""
|
1811 |
"If you enable this option, additional captcha will be displayed for users "
|
1812 |
"who are not registered."
|
@@ -1814,83 +1948,83 @@ msgstr ""
|
|
1814 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
|
1815 |
"χρήστες που δεν είναι εγγεγραμμένοι."
|
1816 |
|
1817 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1818 |
msgid "This option requires additional plugin:"
|
1819 |
msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετο:"
|
1820 |
|
1821 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1822 |
msgid "Plugin has been detected."
|
1823 |
msgstr "Ανιχνεύθηκε τo πρόσθετο "
|
1824 |
|
1825 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1826 |
msgid "Plugin is not installed."
|
1827 |
msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
|
1828 |
|
1829 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1830 |
msgid "Sort list by"
|
1831 |
msgstr "Ταξινόμηση λίστας κατά"
|
1832 |
|
1833 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1834 |
msgid "Users can apply multiple times"
|
1835 |
msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
|
1836 |
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1838 |
msgid "User can apply after:"
|
1839 |
msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
|
1840 |
|
1841 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1842 |
msgid "minute"
|
1843 |
msgstr "λεπτό"
|
1844 |
|
1845 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1846 |
msgid "How many entries should be displayed"
|
1847 |
msgstr "Πόσες εγραφές θα εμφανίζονται"
|
1848 |
|
1849 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1850 |
msgid "Entries"
|
1851 |
msgstr "Εγγραφές"
|
1852 |
|
1853 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1854 |
msgid "Automatically display leaderboard in quiz result"
|
1855 |
msgstr "Αυτόματη προβολή πίνακα βαθμολογία στα αποτελέσματα του κουίζ"
|
1856 |
|
1857 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1858 |
msgid "Where should leaderboard be displayed:"
|
1859 |
msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
|
1860 |
|
1861 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1862 |
msgid "don't display"
|
1863 |
msgstr "μην εμφανίσεις"
|
1864 |
|
1865 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1866 |
msgid "below the \"result text\""
|
1867 |
msgstr "κάτω από το \"κείμενο αποτελέσματος\""
|
1868 |
|
1869 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1870 |
msgid "in a button"
|
1871 |
msgstr "σε ένα κουμπί"
|
1872 |
|
1873 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1874 |
msgid "Quiz-Mode"
|
1875 |
msgstr "Κατάσταση Κουίζ"
|
1876 |
|
1877 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1878 |
msgid "Normal"
|
1879 |
msgstr "Κανονικό"
|
1880 |
|
1881 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1882 |
msgid "Normal + Back-Button"
|
1883 |
msgstr "Κανονικό + Κουμπί Πίσω"
|
1884 |
|
1885 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1886 |
msgid "Check -> continue"
|
1887 |
msgstr "Έλεγχος -> συνέχεια"
|
1888 |
|
1889 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1890 |
msgid "Questions below each other"
|
1891 |
-
msgstr "
|
1892 |
|
1893 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1894 |
msgid ""
|
1895 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1896 |
"displayed at the end of the quiz."
|
@@ -1898,15 +2032,15 @@ msgstr ""
|
|
1898 |
"Εμφάνιση όλων των ερωτήσεων με τη σειρά, τα \"σωστό\" ή \"λάθος\" θα "
|
1899 |
"εμφανίζονται στο τέλος του κουίζ."
|
1900 |
|
1901 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1902 |
msgid "Allows to use the back button in a question."
|
1903 |
msgstr "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση"
|
1904 |
|
1905 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1906 |
msgid "Shows \"right or wrong\" after each question."
|
1907 |
msgstr "Εμφάνιση \"σωστό ή λάθος\" μετά από κάθε ερώτηση."
|
1908 |
|
1909 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1910 |
msgid ""
|
1911 |
"If this option is activated, all answers are displayed below each other, i."
|
1912 |
"e. all questions are on a single page."
|
@@ -1935,47 +2069,63 @@ msgstr "Διαχειριστής Στυλ"
|
|
1935 |
msgid "Support WP-Pro-Quiz"
|
1936 |
msgstr "Υποστηρίξτε το WP-Pro-Quiz"
|
1937 |
|
1938 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1939 |
msgid "ID"
|
1940 |
msgstr "ΑΑ"
|
1941 |
|
1942 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1943 |
msgid "Shortcode"
|
1944 |
msgstr "Μικροκώδικας"
|
1945 |
|
1946 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1947 |
msgid "Shortcode-Leaderboard"
|
1948 |
msgstr "Μικροκώδικας-Πίνακας βαθμολογίας"
|
1949 |
|
1950 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1951 |
msgid "Preview"
|
1952 |
msgstr "Προεπισκόπηση"
|
1953 |
|
1954 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1955 |
msgid "Add quiz"
|
1956 |
msgstr "Προσθήκη κουίζ"
|
1957 |
|
1958 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1959 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1960 |
msgid "Export"
|
1961 |
msgstr "Εξαγωγή"
|
1962 |
|
1963 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1964 |
msgid ""
|
1965 |
"Choose the respective question, which you would like to export and press on "
|
1966 |
"\"Start export\""
|
1967 |
msgstr ""
|
1968 |
"Διάλεξε την ερώτηση που θέλεις να εξαγάγεις και πάτησε \"Ξεκίνα εξαγωγή\""
|
1969 |
|
1970 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1971 |
msgid "Start export"
|
1972 |
msgstr "Εκκίνηση εξαγωγής"
|
1973 |
|
1974 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1975 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1976 |
-
msgstr "
|
1977 |
|
1978 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1979 |
#, php-format
|
1980 |
msgid "Maximal %d MiB"
|
1981 |
msgstr "Μέγιστο %d MiB"
|
@@ -2007,7 +2157,7 @@ msgstr "Παρακαλώ επιλέξτε όνομα χρήστη"
|
|
2007 |
|
2008 |
#: lib/view/WpProQuiz_View_Statistics.php:65
|
2009 |
msgid "Select a test:"
|
2010 |
-
msgstr ""
|
2011 |
|
2012 |
#: lib/view/WpProQuiz_View_Statistics.php:75
|
2013 |
msgid "Anonymous user"
|
@@ -2015,7 +2165,7 @@ msgstr "Ανώνυμος χρήστης"
|
|
2015 |
|
2016 |
#: lib/view/WpProQuiz_View_Statistics.php:84
|
2017 |
msgid "average"
|
2018 |
-
msgstr ""
|
2019 |
|
2020 |
#: lib/view/WpProQuiz_View_Statistics.php:99
|
2021 |
#: lib/view/WpProQuiz_View_Statistics.php:234
|
@@ -2025,7 +2175,7 @@ msgstr "Βοήθεια που χρησιμοποιήθηκε "
|
|
2025 |
#: lib/view/WpProQuiz_View_Statistics.php:100
|
2026 |
#: lib/view/WpProQuiz_View_Statistics.php:235
|
2027 |
msgid "Time"
|
2028 |
-
msgstr ""
|
2029 |
|
2030 |
#: lib/view/WpProQuiz_View_Statistics.php:101
|
2031 |
msgid "Points scored"
|
@@ -2046,7 +2196,7 @@ msgstr "Επαναφορά στατιστικών"
|
|
2046 |
|
2047 |
#: lib/view/WpProQuiz_View_Statistics.php:179
|
2048 |
msgid "Reset user statistics"
|
2049 |
-
msgstr ""
|
2050 |
|
2051 |
#: lib/view/WpProQuiz_View_Statistics.php:180
|
2052 |
#: lib/view/WpProQuiz_View_Statistics.php:261
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:57+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:57+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Ζαχαρίας Σδρέγας <azdrax@gmail.com>\n"
|
8 |
"Language: el\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
62 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
63 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
64 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
65 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
66 |
msgid "No data available"
|
67 |
msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα"
|
68 |
|
83 |
|
84 |
#: lib/controller/WpProQuiz_Controller_Admin.php:111
|
85 |
msgid "This entry should really be deleted?"
|
86 |
+
msgstr "Πραγματικά πρέπει να διαγραφεί αυτή η εγγραφή;"
|
87 |
|
88 |
#: lib/controller/WpProQuiz_Controller_Admin.php:112
|
89 |
msgid "Not all fields completed."
|
90 |
+
msgstr "Δεν έχουν συμπληρωθεί όλα τα πεδία."
|
91 |
|
92 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
93 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
94 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
95 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
96 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
97 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
98 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
99 |
msgid "Loading"
|
100 |
msgstr "Φόρτωση"
|
101 |
|
102 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
103 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
104 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
105 |
+
msgid "You must answer this question."
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
109 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
110 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
111 |
+
msgid "You must answer all questions before you can completed the quiz."
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
115 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
116 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
117 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
118 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
119 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
120 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
121 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
122 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
123 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
124 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
132 |
msgid "Settings saved"
|
133 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
134 |
|
135 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
136 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
137 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
138 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
158 |
msgstr "Η ερώτηση δε βρέθηκε"
|
159 |
|
160 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
161 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
162 |
#, php-format
|
163 |
msgid "Question: %d"
|
164 |
msgstr "Ερώτηση: %d"
|
165 |
|
166 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
167 |
msgid "Question edited"
|
168 |
msgstr "Η επεξεργασία της ερώτησης ολοκληρώθηκε"
|
169 |
|
170 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
171 |
msgid "New question"
|
172 |
msgstr "Νέα ερώτηση"
|
173 |
|
174 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
175 |
msgid "Question added"
|
176 |
msgstr "Η ερώτηση προστέθηκε"
|
177 |
|
198 |
msgid "Quiz deleted"
|
199 |
msgstr "Το κούιζ διαγράφηκε"
|
200 |
|
201 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
202 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
203 |
+
msgid "Not categorized"
|
204 |
+
msgstr "Χωρίς κατηγορία"
|
205 |
+
|
206 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
207 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
208 |
+
msgid "Categories"
|
209 |
+
msgstr "Κατηγορίες"
|
210 |
+
|
211 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
212 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
213 |
msgid "No category"
|
220 |
|
221 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:148
|
222 |
msgid "You signed up successfully."
|
223 |
+
msgstr "Εγγραφείκατε με επιτυχία."
|
224 |
|
225 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:156
|
226 |
#: lib/controller/WpProQuiz_Controller_Toplist.php:160
|
244 |
msgstr "Έβαλες λάθος κωδικό captcha."
|
245 |
|
246 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
247 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
248 |
msgid "File was not uploaded"
|
249 |
msgstr "Η μεταφόρτωση του αρχείου δεν έγινε"
|
250 |
|
256 |
msgid "File is not compatible with the current version"
|
257 |
msgstr "Το αρχείο δεν είναι συμβατό με την τρέχουσα έκδοση"
|
258 |
|
259 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
260 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
261 |
+
msgid "XML could not be loaded."
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
265 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
266 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
294 |
"Result: $result\n"
|
295 |
"\n"
|
296 |
msgstr ""
|
297 |
+
"Wp-Pro-Quiz\n"
|
298 |
+
"\n"
|
299 |
+
"Έχετε ολοκληρώσει το κουίζ \"$quizname\".\n"
|
300 |
+
"\n"
|
301 |
+
"Βαθμοί: $points\n"
|
302 |
+
"Αποτέλεσμα: $result\n"
|
303 |
+
"\n"
|
304 |
|
305 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV2.php:33
|
306 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:6
|
309 |
|
310 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:7
|
311 |
msgid "The user completed a quiz with 100 percent."
|
312 |
+
msgstr "Ο χρήστης ολοκλήρωσε ένα κουίζ με ποσοστό 100%."
|
313 |
|
314 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:18
|
315 |
msgid "A powerful and beautiful quiz plugin for WordPress."
|
316 |
+
msgstr "Ένα δυνατό και ωραίο plugin για WordPress."
|
317 |
|
318 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
319 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
320 |
msgid "WP-Pro-Quiz"
|
321 |
+
msgstr "WP-Pro-Quiz"
|
322 |
|
323 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
324 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
325 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
326 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
327 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
328 |
msgid "Leaderboard"
|
329 |
msgstr "Πίνακας βαθμολογίας"
|
330 |
|
337 |
#: lib/view/WpProQuiz_View_Statistics.php:24
|
338 |
#: lib/view/WpProQuiz_View_StyleManager.php:11
|
339 |
msgid "back to overview"
|
340 |
+
msgstr "Πίσω στην προεπισκόπιση"
|
341 |
|
342 |
#: lib/view/WpProQuiz_View_AdminToplist.php:11
|
343 |
#: lib/view/WpProQuiz_View_Statistics.php:200
|
349 |
msgstr "Ταξινόμηση κατά:"
|
350 |
|
351 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
352 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
353 |
msgid "best user"
|
354 |
msgstr "καλύτερος χρήστης"
|
355 |
|
356 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
357 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
358 |
msgid "newest entry"
|
359 |
msgstr "τελευταία εγγραφή"
|
360 |
|
361 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
362 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
363 |
msgid "oldest entry"
|
364 |
msgstr "παλιότερη εγγραφή"
|
365 |
|
383 |
msgstr "Χρήστης"
|
384 |
|
385 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
386 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
387 |
msgid "E-Mail"
|
388 |
msgstr "Ηλεκτρονικό Ταχυδρομείο"
|
389 |
|
393 |
msgstr "Εισάχθηκε στις"
|
394 |
|
395 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
396 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
397 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
398 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
399 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
400 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
401 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
402 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
403 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
404 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
405 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
406 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
417 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
418 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
419 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
420 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
421 |
msgid "Edit"
|
422 |
msgstr "Επεξεργασία"
|
423 |
|
425 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
426 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
427 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
428 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
429 |
msgid "Delete"
|
430 |
msgstr "Διαγραφή"
|
431 |
|
432 |
#: lib/view/WpProQuiz_View_AdminToplist.php:80
|
433 |
msgid "save"
|
434 |
+
msgstr "αποθήκευση"
|
435 |
|
436 |
#: lib/view/WpProQuiz_View_AdminToplist.php:81
|
437 |
msgid "cancel"
|
438 |
+
msgstr "ακύρωση"
|
439 |
|
440 |
#: lib/view/WpProQuiz_View_AdminToplist.php:99
|
441 |
msgid "Action"
|
457 |
|
458 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
459 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
460 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
461 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
462 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
463 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
464 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
465 |
msgid "Quiz-summary"
|
466 |
msgstr "Περίληψη κουίζ"
|
467 |
|
472 |
|
473 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
474 |
#: lib/view/WpProQuiz_View_Import.php:44
|
475 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
476 |
msgid "Questions"
|
477 |
msgstr "Ερωτήσεις"
|
478 |
|
479 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
480 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
481 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
482 |
msgid "Finish quiz"
|
483 |
msgstr "Ολοκλήρωση του κουίζ"
|
484 |
|
523 |
msgid "Your score"
|
524 |
msgstr "Οι βαθμοί σου"
|
525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
527 |
msgid "Restart quiz"
|
528 |
msgstr "Επανεκίνηση κουίζ"
|
547 |
msgid "Review question"
|
548 |
msgstr "Ανασκόπηση ερώτησης"
|
549 |
|
550 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
551 |
#, php-format
|
552 |
msgid "Question %s of %s"
|
553 |
msgstr "Ερώτηση %s από %s"
|
554 |
|
555 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
556 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
557 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
558 |
msgid "Question"
|
559 |
msgstr "Ερώτηση"
|
560 |
|
561 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
562 |
#, php-format
|
563 |
msgid "%d points"
|
564 |
msgstr "%d βαθμοί"
|
565 |
|
566 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
567 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
568 |
msgid "Sort elements"
|
569 |
msgstr "Ταξινόμηση στοιχείων"
|
570 |
|
571 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
572 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
573 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
574 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
575 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
576 |
msgid "Correct"
|
577 |
msgstr "Σωστό"
|
578 |
|
579 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
580 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
581 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
582 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
583 |
msgid "Incorrect"
|
584 |
msgstr "Λάθος"
|
585 |
|
|
|
586 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
587 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
588 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
589 |
msgid "Hint"
|
590 |
msgstr "Βοήθεια"
|
591 |
|
592 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
593 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
594 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
595 |
msgid "Skip question"
|
596 |
msgstr "Υπερπήδηση ερώτησης"
|
597 |
|
598 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
599 |
msgid "Back"
|
600 |
msgstr "Πίσω"
|
601 |
|
602 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
603 |
msgid "Check"
|
604 |
msgstr "Έλεγχος"
|
605 |
|
606 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
607 |
msgid "Next"
|
608 |
+
msgstr "Επόμενο"
|
609 |
|
610 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
611 |
msgid "Your result has been entered into leaderboard"
|
612 |
+
msgstr "Το αποτέλεσμά σας μπήκε στον πίνακα βαθμολογίας"
|
613 |
|
614 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
615 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
616 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
617 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
618 |
msgid "Name"
|
619 |
msgstr "Όνομα"
|
620 |
|
621 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
622 |
msgid "Captcha"
|
623 |
msgstr "Captcha"
|
624 |
|
625 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
626 |
msgid "Send"
|
627 |
msgstr "Αποστολή"
|
628 |
|
652 |
|
653 |
#: lib/view/WpProQuiz_View_GobalSettings.php:13
|
654 |
msgid "E-Mail settings"
|
655 |
+
msgstr "Ρυθμίσεις ηλεκτρονικού ταχυσδρομείου"
|
656 |
|
657 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
658 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
659 |
msgid "Settings in case of problems"
|
660 |
msgstr "Ρυθμίσεις στην περίπτωση προβλημάτων"
|
661 |
|
662 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
663 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
664 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
665 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
666 |
msgid "Save"
|
667 |
msgstr "Αποθηκεύστε"
|
683 |
#: lib/view/WpProQuiz_View_GobalSettings.php:87
|
684 |
#: lib/view/WpProQuiz_View_GobalSettings.php:92
|
685 |
msgid "Statistic time format"
|
686 |
+
msgstr "Μορφή ώρας στατιστικών"
|
687 |
|
688 |
#: lib/view/WpProQuiz_View_GobalSettings.php:96
|
689 |
msgid "Select example:"
|
690 |
+
msgstr "Επιλέξτε παράδειγμα:"
|
691 |
|
692 |
#: lib/view/WpProQuiz_View_GobalSettings.php:109
|
693 |
msgid "Time format:"
|
694 |
+
msgstr "Μορφή ώρας:"
|
695 |
|
696 |
#: lib/view/WpProQuiz_View_GobalSettings.php:122
|
697 |
#: lib/view/WpProQuiz_View_GobalSettings.php:127
|
699 |
msgstr "Διαχείριση Κατηγοριών"
|
700 |
|
701 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
702 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
703 |
msgid "Admin e-mail settings"
|
704 |
+
msgstr "Ρυθμίσεις ηλ. ταχυδρομείου διαχειριστή"
|
705 |
|
706 |
#: lib/view/WpProQuiz_View_GobalSettings.php:161
|
707 |
msgid "To:"
|
716 |
"wp@test.com, test@test.com"
|
717 |
|
718 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
719 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
720 |
msgid "From:"
|
721 |
msgstr "Από:"
|
722 |
|
723 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
724 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
725 |
msgid "Subject:"
|
726 |
msgstr "Θέμα:"
|
727 |
|
728 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
729 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
730 |
msgid "HTML"
|
731 |
+
msgstr "HTML"
|
732 |
|
733 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
734 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
735 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
736 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
737 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
738 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
739 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
740 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
746 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
747 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
748 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
755 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
759 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
760 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
762 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
763 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
767 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
768 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
769 |
msgid "Activate"
|
770 |
msgstr "Ενεργοποίηση"
|
771 |
|
772 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
773 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
774 |
msgid "Message body:"
|
775 |
msgstr "Σώμα μηνύματος"
|
776 |
|
777 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
778 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
779 |
msgid "Allowed variables"
|
780 |
msgstr "Επιτρεπτές μεταβλητές"
|
781 |
|
782 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
783 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
784 |
msgid "User-ID"
|
785 |
msgstr "ΑΑ Χρήστη"
|
786 |
|
787 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
788 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
789 |
msgid "Username"
|
790 |
msgstr "Όνομα Χρήστη"
|
791 |
|
792 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
793 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
794 |
msgid "Quiz-Name"
|
795 |
msgstr "Όνομα Κουίζ"
|
796 |
|
797 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
798 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
799 |
msgid "Result in precent"
|
800 |
msgstr "Αποτέλεσμα σε επί τοις εκατό"
|
801 |
|
802 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
803 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
804 |
msgid "Reached points"
|
805 |
msgstr "Συνολικοί βαθμοί"
|
806 |
|
807 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
808 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
809 |
msgid "IP-address of the user"
|
810 |
msgstr "Διεύθυνση IP του χρήστη"
|
811 |
|
812 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
813 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
814 |
+
msgid "Category-Overview"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
818 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
819 |
+
msgid "User e-mail settings"
|
820 |
+
msgstr "Ρυθμίσεις ηλ. ταχυδορμείου χρήστη"
|
821 |
+
|
822 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
823 |
msgid "to activate"
|
824 |
msgstr "για ενεργοποίηση"
|
825 |
|
826 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
827 |
msgid "not to activate"
|
828 |
msgstr "να μην ενεργοποιηθεί"
|
829 |
|
830 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
831 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
832 |
msgid "Please note"
|
833 |
msgstr "Παρακαλώ σημειώστε"
|
834 |
|
835 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
836 |
msgid ""
|
837 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
838 |
msgstr ""
|
839 |
"Οι ρυθμίσεις αυτές πρέπει να ενεργοποιούνται μόνο σε περίπτωση προβλημάτων "
|
840 |
"με το Wp-Pro-Quiz."
|
841 |
|
842 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
843 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
844 |
msgid "Automatically add [raw] shortcode"
|
845 |
msgstr "Αυτόματη προσθήκη [raw] μικροκώδικα"
|
846 |
|
847 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
848 |
#, php-format
|
849 |
msgid "It is recommended %s this option on your system."
|
850 |
msgstr "Προτείνεται να %s αυτήν την επιλογή στο σύστημά σας."
|
851 |
|
852 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
853 |
msgid ""
|
854 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
855 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
858 |
"αυτόματα γύρω από το μικροκώδικα του WpProQuiz ( [WpProQuiz X] ) σε [raw] "
|
859 |
"[WpProQuiz X] [/raw]"
|
860 |
|
861 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
862 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
863 |
msgid ""
|
864 |
"Own themes changes internal order of filters, what causes the problems. "
|
868 |
"δημιουργεί προβλήματα. Με πρόσθετους μικροκώδικες [raw] τα προβλήματα "
|
869 |
"διορθώνονται."
|
870 |
|
871 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
872 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
873 |
msgid "Do not load the Javascript-files in the footer"
|
874 |
msgstr "Μη φορτώσεις τα αρχεία Javascript στο υποσέλιδο"
|
875 |
|
876 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
877 |
msgid ""
|
878 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
879 |
"when they are really needed."
|
881 |
"Γενικά, όλα τα αρχεία Javascript του WpProQuiz φορτώνονται στο υποσέλιδο και "
|
882 |
"μόνο όταν πραγματικά χρειάζονται."
|
883 |
|
884 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
885 |
msgid "In very old Wordpress themes this can lead to problems."
|
886 |
msgstr "Σε πολύ παλιά θέματα Wordpress αυτό μπορεί να οδηγήσει σε προβλήματα."
|
887 |
|
888 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
889 |
msgid ""
|
890 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
891 |
"the header even if they are not needed."
|
893 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, όλα τα αρχεία javascript του WpProQuiz "
|
894 |
"φορτώνονται στην κεφαλίδα ακόμα κι αν δεν χρειάζονται."
|
895 |
|
896 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
897 |
#, php-format
|
898 |
msgid ""
|
899 |
"Anyone who wants to learn more about this topic should read through the "
|
902 |
"Όποιος θέλει να μάθει περισσότερα για το θέμα αυτό πρέπει να επισκεφθεί τις "
|
903 |
"ακόλουθες ιστοσελίδες, %s και %s."
|
904 |
|
905 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
906 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
907 |
msgid "Touch Library"
|
908 |
msgstr "Βιβλιοθήκη Touch"
|
909 |
|
910 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
911 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
912 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
913 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
914 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
915 |
msgid "Deactivate"
|
916 |
msgstr "Απενεργοποίηση"
|
917 |
|
918 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
919 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
920 |
msgstr ""
|
921 |
"Στην έκδοση 0.13 Προστέθηκε μια νέα βιβλιοθήκη Touch για κινητές συσκευές."
|
922 |
|
923 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
924 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
925 |
msgstr ""
|
926 |
"Αν έχετε προβλήματα με τη βιβλιοθήκη Touch, παρακαλώ απενεργοποιήστε την."
|
927 |
|
928 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
929 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
930 |
msgid "jQuery support cors"
|
931 |
msgstr ""
|
932 |
"Η jQuery υποστηρίζει το cors (μηχανισμός διαμοιρασμού δεδομένων από άλλη "
|
933 |
"σελίδα)"
|
934 |
|
935 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
936 |
msgid "Is required only in rare cases."
|
937 |
msgstr "Απαιτείται σε σπάνιες περιπτώσεις"
|
938 |
|
939 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
940 |
msgid "If you have problems with the front ajax, please activate it."
|
941 |
msgstr "Ενεργοποιήστε το αν έχετε πρόβλημα με Ajax στη σελίδα."
|
942 |
|
943 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
944 |
msgid "e.g. Domain with special characters in combination with IE"
|
945 |
msgstr "πχ Ιστοσελίδα με ειδικούς χαρακτήες σε συνδιασμό με ΙΕ."
|
946 |
|
947 |
#: lib/view/WpProQuiz_View_Import.php:21
|
948 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
949 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
950 |
msgid "Import"
|
951 |
msgstr "Εισαγωγή"
|
952 |
|
966 |
msgid "Quiz name"
|
967 |
msgstr "Όνομα του κουίζ"
|
968 |
|
969 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
970 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
971 |
msgid "Start import"
|
972 |
msgstr "Εκκίνηση εισαγωγής"
|
973 |
|
980 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
981 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
982 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
985 |
msgid "(optional)"
|
986 |
msgstr "(προεραιτικά)"
|
987 |
|
995 |
|
996 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
997 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
998 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
999 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
1000 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1001 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1002 |
msgid "(required)"
|
1003 |
msgstr "(απαιτείται)"
|
1004 |
|
1009 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:45
|
1010 |
msgid ""
|
1011 |
"This points will be rewarded, only if the user closes the question correctly."
|
1012 |
+
msgstr "Οι βαθμοί θα δοθούν μόνο αν ο χρήστης απαντήσει σωστά την ερώτηση."
|
1013 |
|
1014 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:51
|
1015 |
msgid "Different points for each answer"
|
1131 |
|
1132 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:191
|
1133 |
msgid "Assessment"
|
1134 |
+
msgstr "Εκτίμηση"
|
1135 |
|
1136 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1137 |
msgid "Answers"
|
1138 |
msgstr "Απαντήσεις"
|
1139 |
|
1140 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1141 |
msgid ""
|
1142 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1143 |
"answers will be displayed randomly."
|
1145 |
"Παρακαλώ ταξινομείστε τις απαντήσει στη σωστή σειρά με το κουμπί \"Μετακίνηση"
|
1146 |
"\". Οι απαντήσεις θα εμφανιστούν τυχαία."
|
1147 |
|
1148 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1149 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1150 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1151 |
msgid "Add new answer"
|
1152 |
msgstr "Προσθήκη νέας απάντησης"
|
1153 |
|
1154 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1155 |
msgid ""
|
1156 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1157 |
"matching criterion."
|
1159 |
"Σε αυτήν την κατάσταση, δε χρειάζεται να ταξινομηθεί καμμιά λίστα, αλλά τα "
|
1160 |
"στοιχεία πρέπει να αντιστοιχηθούν με αντίστοιχα κριτήρια."
|
1161 |
|
1162 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1163 |
msgid ""
|
1164 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1165 |
"user."
|
1167 |
"Μπορείτε να δημιουργήσετε στοιχεία ταξινόμησης με κενά κριτήρια, που δεν "
|
1168 |
"μπορούν να ανατεθούν από τους χρήστες."
|
1169 |
|
1170 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1171 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1173 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1174 |
msgid "Options"
|
1175 |
msgstr "Επιλογές"
|
1176 |
|
1177 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1178 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1179 |
msgid "Answer"
|
1180 |
msgstr "Απάντηση"
|
1181 |
|
1182 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1183 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1184 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1186 |
msgid "Allow HTML"
|
1187 |
msgstr "Η HTML επιτρέπεται"
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1191 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1192 |
+
msgid "Delete answer"
|
1193 |
+
msgstr "Διαγραφή απάντησης"
|
1194 |
|
1195 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1196 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1197 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1198 |
+
msgid "Add Media"
|
1199 |
+
msgstr "Προσθήκη Πολυμέσων"
|
1200 |
+
|
1201 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1202 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1203 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1204 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1205 |
msgid "Move"
|
1206 |
msgstr "Μετακίνηση"
|
1207 |
|
1208 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1209 |
msgid "Criterion"
|
1210 |
msgstr "Κριτήριο"
|
1211 |
|
1212 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1213 |
msgid ""
|
1214 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1215 |
msgstr ""
|
1216 |
"σωστές απαντήσεις (μια σε κάθε γραμμή) (οι απαντήσεις θα μετατραπούν σε "
|
1217 |
"μικρά γράμματα)"
|
1218 |
|
1219 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1220 |
msgid ""
|
1221 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1222 |
"small letters will be ignored."
|
1224 |
"Περικλείστε τις αναζητούμενες λέξεις με {}, πχ \"Εγώ {παίζω} ποδόσφαιρο\". "
|
1225 |
"Κεφαλαία και μικρά γράμματα δεν έχουν σημασία."
|
1226 |
|
1227 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1228 |
msgid ""
|
1229 |
"You can specify multiple options for a search word. Enclose the word with "
|
1230 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1236 |
"spacing: 2px;\"> \"Εγώ {[παίζω][αγαπώ][μισώ]} το ποδόσφαιρο.\" </span>. Στην "
|
1237 |
"περίπτωση αυτή, οι απαντήσεις παίζω. αγαπώ ή μισώ είναι σωστές."
|
1238 |
|
1239 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1240 |
msgid ""
|
1241 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1242 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1245 |
"ενεργοποιημένη, μπορείτε να ορίσετε βαθμούς με |Βαθμοί. Αλλιώς θα δίνεται 1 "
|
1246 |
"βαθμός για κάθε απάντηση. "
|
1247 |
|
1248 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1249 |
msgid ""
|
1250 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1251 |
"\" 3 points."
|
1253 |
"πχ \"Εγώ {παίζω} ποδόσφαιρο με μια {μπάλλα|3}\" - το \"παίζω\" δίνει 1 βαθμό "
|
1254 |
"και το \"μπάλλα\" δίνει 3 βαθμούς."
|
1255 |
|
1256 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1257 |
msgid "Here you can create an assessment question."
|
1258 |
+
msgstr "Εδώ μπορείτε να δημιουργήσετε μια ερώτηση εκτίμησης."
|
1259 |
|
1260 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1261 |
msgid ""
|
1262 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1263 |
msgstr ""
|
1264 |
+
"Εσωκλείστε μια εκτίμηση μέσα σε {}. Οι ατομικές εκτιμήσεις σημειώνονται με "
|
1265 |
+
"[]."
|
1266 |
|
1267 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1268 |
msgid "The number of options in the maximum score."
|
1269 |
+
msgstr "Ο αριθμός των επιλογών στο μέγιστο σκορ."
|
1270 |
|
1271 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1272 |
msgid "Examples:"
|
1273 |
+
msgstr "Παραδείγματα:"
|
1274 |
|
1275 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1276 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1277 |
+
msgstr "λιγότερο σωστό { [1] [2] [3] [4] [5] } περισσότερο σωστό"
|
1278 |
|
1279 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1280 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1281 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1282 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1283 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1284 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1285 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1286 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1287 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1288 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1289 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1290 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1291 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1292 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1293 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1294 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1295 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1296 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1297 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1298 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1299 |
msgid "Demo"
|
1300 |
msgstr "Επίδειξη"
|
1301 |
|
1302 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1303 |
msgid "less true { [a] [b] [c] } more true"
|
1304 |
+
msgstr "λιγότερο σωστό { [a] [b] [c] } περισσότερο σωστό"
|
1305 |
+
|
1306 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1307 |
+
msgid "Single choice options"
|
1308 |
+
msgstr ""
|
1309 |
+
|
1310 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1311 |
+
msgid ""
|
1312 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1313 |
+
"special mode.<br> This changes the calculation of the points"
|
1314 |
+
msgstr ""
|
1315 |
+
|
1316 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1317 |
+
msgid "Different points - modus 2 activate"
|
1318 |
+
msgstr ""
|
1319 |
+
|
1320 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1321 |
+
msgid "Disables the distinction between correct and incorrect."
|
1322 |
+
msgstr ""
|
1323 |
+
|
1324 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1325 |
+
msgid "disable correct and incorrent"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1329 |
+
msgid "Explanation of points calculation"
|
1330 |
+
msgstr ""
|
1331 |
+
|
1332 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1333 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1334 |
+
msgid "\"Different points for each answer\" enabled"
|
1335 |
+
msgstr ""
|
1336 |
+
|
1337 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1338 |
+
msgid "\"Different points - mode 2\" disable"
|
1339 |
+
msgstr ""
|
1340 |
+
|
1341 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1342 |
+
msgid "\"Different points - mode 2\" enabled"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1430 |
|
1431 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1432 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1433 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1434 |
msgid "Statistics"
|
1435 |
msgstr "Στατιστικά"
|
1436 |
|
1479 |
msgstr "Η επιλογή εφαρμόζεται σε:"
|
1480 |
|
1481 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1482 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1483 |
msgid "all users"
|
1484 |
msgstr "όλοι οι χρηστες"
|
1485 |
|
1486 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1487 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1488 |
msgid "registered useres only"
|
1489 |
msgstr "μόνο εγγεγραμένοι χρήστες"
|
1490 |
|
1491 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1492 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1493 |
msgid "anonymous users only"
|
1494 |
msgstr "μόνο ανώνυμοι χρήστες"
|
1495 |
|
1620 |
#: lib/view/WpProQuiz_View_QuizEdit.php:403
|
1621 |
#: lib/view/WpProQuiz_View_QuizEdit.php:408
|
1622 |
msgid "Admin e-mail notification"
|
1623 |
+
msgstr "Ειδοποίηση διαχειριστή με ηλ. ταχυδρομείο"
|
1624 |
|
1625 |
#: lib/view/WpProQuiz_View_QuizEdit.php:416
|
1626 |
msgid "for registered users only"
|
1627 |
+
msgstr "Μόνο για εγγεγραμμένους χρήστες"
|
1628 |
|
1629 |
#: lib/view/WpProQuiz_View_QuizEdit.php:420
|
1630 |
msgid "for all users"
|
1631 |
+
msgstr "Για όλους τους χρήστες"
|
1632 |
|
1633 |
#: lib/view/WpProQuiz_View_QuizEdit.php:423
|
1634 |
msgid ""
|
1648 |
#: lib/view/WpProQuiz_View_QuizEdit.php:433
|
1649 |
#: lib/view/WpProQuiz_View_QuizEdit.php:438
|
1650 |
msgid "User e-mail notification"
|
1651 |
+
msgstr "Ειδοποίηση χρήστη με ηλ. ταχυδρομείο"
|
1652 |
|
1653 |
#: lib/view/WpProQuiz_View_QuizEdit.php:445
|
1654 |
msgid ""
|
1655 |
"If you enable this option, an email is sent with his quiz result to the "
|
1656 |
"user. (only registered users)"
|
1657 |
msgstr ""
|
1658 |
+
"Αν ενεργοποίήσετε αυτήν την επιλογή, θα αποστέλεται ένα μήνυμα ηλεκτρονικού "
|
1659 |
+
"ταχυσδρομείου στο χρήστη με τα αποτελέσματα του κουίζ. (μόνο εγγεγραμένοι "
|
1660 |
+
"χρήστηες)"
|
1661 |
+
|
1662 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1663 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1664 |
+
msgid "Autostart"
|
1665 |
+
msgstr ""
|
1666 |
+
|
1667 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1668 |
+
msgid ""
|
1669 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1670 |
+
"is loaded."
|
1671 |
+
msgstr ""
|
1672 |
|
1673 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1674 |
msgid "Quiz description"
|
1675 |
msgstr "Περιγραφή κούζ"
|
1676 |
|
1677 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1678 |
msgid "This text will be displayed before start of the quiz."
|
1679 |
msgstr "Το κείμενο αυτό θα εμφανιστεί πριν ξεκινήσει το κουίζ."
|
1680 |
|
1681 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1682 |
msgid "Results text"
|
1683 |
msgstr "Κείμενο αποτελέσματος"
|
1684 |
|
1685 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1686 |
msgid ""
|
1687 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1688 |
"is optional)"
|
1690 |
"Αυτό το κείμενο θα εμφανιστεί στο τέλος του κουίζ (στα αποτελέσματα). (Το "
|
1691 |
"κείμενο αυτό είναι προεραιτικό)"
|
1692 |
|
1693 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1694 |
msgid "Activate graduation"
|
1695 |
msgstr "Ενεργοποίηση αποφοίτησης"
|
1696 |
|
1697 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1698 |
msgid "Hint:"
|
1699 |
msgstr "Βοήθεια:"
|
1700 |
|
1701 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1702 |
msgid "Maximal 15 levels"
|
1703 |
msgstr "Μέγιστο 15 επίπεδα"
|
1704 |
|
1705 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1706 |
#, php-format
|
1707 |
msgid ""
|
1708 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1711 |
"Τα ποσοστά αναφέρονται στο συνολικό σκορ του κουίζ. (Σύνολο %d βαθμούς σε %d "
|
1712 |
"ερωτήσεις)"
|
1713 |
|
1714 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1715 |
msgid "Values can also be mixed up"
|
1716 |
msgstr "Οι τιμές μπορούν να αναμειχθούν"
|
1717 |
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1719 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1720 |
msgstr "επιτρέπεται 10,15% ή 10.15% (μέγιστο 2 δεκαδικά ψηφία)"
|
1721 |
|
1722 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1724 |
msgid "from:"
|
1725 |
msgstr "από:"
|
1726 |
|
1727 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1729 |
msgid "percent"
|
1730 |
msgstr "επί τοις εκατό"
|
1731 |
|
1732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1734 |
#, php-format
|
1735 |
msgid ""
|
1736 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1739 |
"(Θα εμφανιστεί όταν το ποσοστό των αποτελεσμάτων είναι >= <span class="
|
1740 |
"\"resultProzent\">%s</span>%%)"
|
1741 |
|
1742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1744 |
msgid "Delete graduation"
|
1745 |
msgstr "Διαγραφή αποφοίτησης"
|
1746 |
|
1747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1748 |
msgid "Add graduation"
|
1749 |
msgstr "Προσθήκη αποφοίτησης"
|
1750 |
|
1751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1752 |
msgid "Result-Options"
|
1753 |
+
msgstr "Αποτέλεσμα-Επιλογές"
|
1754 |
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1757 |
msgid "Show average points"
|
1758 |
msgstr "Εμφάνιση μέσου όρου βαθμών"
|
1759 |
|
1760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1761 |
msgid "Statistics-function must be enabled."
|
1762 |
msgstr "Η λειτουργία των στατιστικών δεν είναι ενεργοποιημένη"
|
1763 |
|
1764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1766 |
msgid "Show category score"
|
1767 |
+
msgstr "Εμφάνιση βαθμολογία κατηγορίας"
|
1768 |
|
1769 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1770 |
msgid ""
|
1771 |
"If you enable this option, the results of each category is displayed on the "
|
1772 |
"results page."
|
1773 |
msgstr ""
|
1774 |
+
"Αν ενεργοποιήσετε αυτήν την επιλογή, τα αποτελέσματα κάθε κατηγορίας θα "
|
1775 |
+
"εμφανίζονται στη σελίδα των αποτελεσμάτων."
|
1776 |
|
1777 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1778 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1779 |
msgid "Hide correct questions - display"
|
1780 |
+
msgstr "Απόκρυψη - εμφάνιση ερωτήσεων"
|
1781 |
|
1782 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1783 |
msgid ""
|
1784 |
"If you select this option, no longer the number of correctly answered "
|
1785 |
"questions are displayed on the results page."
|
1786 |
msgstr ""
|
1787 |
+
"Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται ο αριθμός των σωστά "
|
1788 |
+
"απαντημενων ερωτήσεων στη σελίδα των αποτελεσμάτων."
|
1789 |
|
1790 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1791 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1792 |
msgid "Hide quiz time - display"
|
1793 |
+
msgstr "Απόκρυψη - εμφάνιση ώρας κουίζ "
|
1794 |
|
1795 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1796 |
msgid ""
|
1797 |
"If you enable this option, the time for finishing the quiz won't be "
|
1798 |
"displayed on the results page anymore."
|
1799 |
msgstr ""
|
1800 |
+
"Αν ενεργοποιήσετε αυτήν την επιλογή, ο χρόνος για την ολοκλήρωση του κουίζ, "
|
1801 |
+
"δε θα εμφανίζεται πια στη σελίδα των αποτελεσμάτων."
|
1802 |
|
1803 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1804 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1805 |
msgid "Hide score - display"
|
1806 |
+
msgstr "Απόκρυψη - Προβολή βαθμολογίας"
|
1807 |
|
1808 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1809 |
msgid ""
|
1810 |
"If you enable this option, final score won't be displayed on the results "
|
1811 |
"page anymore."
|
1812 |
msgstr ""
|
1813 |
+
"Αν ενεργοποιήσετε αυτήν την επιλογή, οι τελικές βαθμολογίες δε θα "
|
1814 |
+
"εμφανίζονται πια στη σελίδα αποτελεσμάτων."
|
1815 |
|
1816 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1817 |
msgid "Question-Options"
|
1818 |
+
msgstr "Ερώτηση-Επιλογές"
|
1819 |
|
1820 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1821 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1822 |
msgid "Show points"
|
1823 |
msgstr "Εμφάνιση βαθμών"
|
1824 |
|
1825 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1826 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1827 |
msgstr "Εμφάνιση σε κουίζ, πόσοι βαθμοί είναι διαθέσιμοι για την απάντηση."
|
1828 |
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1830 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1831 |
msgid "Number answers"
|
1832 |
msgstr "Αρίθμηση απαντήσεων"
|
1833 |
|
1834 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1835 |
msgid ""
|
1836 |
"If this option is activated, all answers are numbered (only single and "
|
1837 |
"multiple choice)"
|
1839 |
"Αν αυτή η επιλογή είναι ενεργοποιημένη, όλες οι απαντήσεις είναι αριθμημένες "
|
1840 |
"(μόνο οι μονές και πολλαπλής επιλογής)"
|
1841 |
|
1842 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1843 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1844 |
msgid "Hide correct- and incorrect message"
|
1845 |
+
msgstr "Απόκρυψη μυνήματος σωστού-λάθους"
|
1846 |
|
1847 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1848 |
msgid ""
|
1849 |
"If you enable this option, no correct- or incorrect message will be "
|
1850 |
"displayed."
|
1852 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, δε θα εμφανίζεται μήνυμα σωστού - "
|
1853 |
"λάθους."
|
1854 |
|
1855 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1856 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1857 |
msgid "Correct and incorrect answer mark"
|
1858 |
msgstr "Σημάδι σωστών και λάθος απαντήσεων"
|
1859 |
|
1860 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1861 |
msgid ""
|
1862 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1863 |
"incorrect. "
|
1865 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, οι απαντήσεις δε θα χρωματίζονται ως "
|
1866 |
"σωστές - λάθος."
|
1867 |
|
1868 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1870 |
+
msgid "Force user to answer each question"
|
1871 |
+
msgstr ""
|
1872 |
+
|
1873 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1874 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1875 |
+
msgstr ""
|
1876 |
+
|
1877 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1878 |
+
msgid ""
|
1879 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1880 |
+
"appear after end of the quiz, otherwise after each question."
|
1881 |
+
msgstr ""
|
1882 |
+
|
1883 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1884 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1885 |
+
msgid "Hide question position overview"
|
1886 |
+
msgstr ""
|
1887 |
+
|
1888 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1889 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1890 |
+
msgstr ""
|
1891 |
+
|
1892 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1893 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1894 |
+
msgid "Hide question numbering"
|
1895 |
+
msgstr ""
|
1896 |
+
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1898 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1899 |
+
msgstr ""
|
1900 |
+
|
1901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1902 |
msgid ""
|
1903 |
"The leaderboard allows users to enter results in public list and to share "
|
1904 |
"the result this way."
|
1906 |
"Ο πίνακας βαθμολογίας επιτρέπει στους χρήστες να εισάγουν αποτελέσματα σε "
|
1907 |
"δημόσια λίστα και να μοιράζονται έτσι το αποτέλεσμα."
|
1908 |
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1910 |
msgid "The leaderboard works independent from internal statistics function."
|
1911 |
msgstr ""
|
1912 |
"Ο πίνακας βαθμολογίας δουλεύει ανεξάρτητα από την εσωτερική λειτουργία "
|
1913 |
"στατιστικών."
|
1914 |
|
1915 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1916 |
msgid "Who can sign up to the list"
|
1917 |
msgstr "Ποιος μπορεί να εγγραφεί στη λίστα"
|
1918 |
|
1919 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1920 |
msgid ""
|
1921 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1922 |
"displayed)"
|
1924 |
"Μη εγγεγραμμένοι χρήστες πρέπει να δίνουν όνομα και διεύθυνση ηλεκτρονικού "
|
1925 |
"ταχυδρομείου (η διεύθυνση ηλεκτρονικού ταχυδρομείου δε θα εμφανίζεται)"
|
1926 |
|
1927 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1928 |
msgid "insert automatically"
|
1929 |
msgstr "αυτόματη εισαγωγή"
|
1930 |
|
1931 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1932 |
msgid ""
|
1933 |
"If you enable this option, logged in users will be automatically entered "
|
1934 |
"into leaderboard"
|
1936 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, οι συνδεδεμένοι χρήστες θα εισάγονται "
|
1937 |
"αυτόματα στον πίνακα βαθμολογίας."
|
1938 |
|
1939 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1940 |
msgid "display captcha"
|
1941 |
msgstr "προβολή captcha"
|
1942 |
|
1943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1944 |
msgid ""
|
1945 |
"If you enable this option, additional captcha will be displayed for users "
|
1946 |
"who are not registered."
|
1948 |
"Αν ενεργοποιήσετε αυτήν την επιλογή, επιπρόσθετο captcha θα εμφανίζονται για "
|
1949 |
"χρήστες που δεν είναι εγγεγραμμένοι."
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1952 |
msgid "This option requires additional plugin:"
|
1953 |
msgstr "Η επιλογή αυτή απαιτεί επιπλεόν πρόσθετο:"
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1956 |
msgid "Plugin has been detected."
|
1957 |
msgstr "Ανιχνεύθηκε τo πρόσθετο "
|
1958 |
|
1959 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1960 |
msgid "Plugin is not installed."
|
1961 |
msgstr "Το πρόσθετο δεν είναι εγκατεστημένο."
|
1962 |
|
1963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1964 |
msgid "Sort list by"
|
1965 |
msgstr "Ταξινόμηση λίστας κατά"
|
1966 |
|
1967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1968 |
msgid "Users can apply multiple times"
|
1969 |
msgstr "Οι χρήστες μπορούν να κάνουν αίτηση πολλές φορές."
|
1970 |
|
1971 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1972 |
msgid "User can apply after:"
|
1973 |
msgstr "Ο χρήστης μπορεί να εφαρμόσει μετά από:"
|
1974 |
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1976 |
msgid "minute"
|
1977 |
msgstr "λεπτό"
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1980 |
msgid "How many entries should be displayed"
|
1981 |
msgstr "Πόσες εγραφές θα εμφανίζονται"
|
1982 |
|
1983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1984 |
msgid "Entries"
|
1985 |
msgstr "Εγγραφές"
|
1986 |
|
1987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1988 |
msgid "Automatically display leaderboard in quiz result"
|
1989 |
msgstr "Αυτόματη προβολή πίνακα βαθμολογία στα αποτελέσματα του κουίζ"
|
1990 |
|
1991 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1992 |
msgid "Where should leaderboard be displayed:"
|
1993 |
msgstr "Που πρέπει να εμφανίζεται ο πίνακας βαθμολογίας"
|
1994 |
|
1995 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1996 |
msgid "don't display"
|
1997 |
msgstr "μην εμφανίσεις"
|
1998 |
|
1999 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
2000 |
msgid "below the \"result text\""
|
2001 |
msgstr "κάτω από το \"κείμενο αποτελέσματος\""
|
2002 |
|
2003 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
2004 |
msgid "in a button"
|
2005 |
msgstr "σε ένα κουμπί"
|
2006 |
|
2007 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
2008 |
msgid "Quiz-Mode"
|
2009 |
msgstr "Κατάσταση Κουίζ"
|
2010 |
|
2011 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
2012 |
msgid "Normal"
|
2013 |
msgstr "Κανονικό"
|
2014 |
|
2015 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
2016 |
msgid "Normal + Back-Button"
|
2017 |
msgstr "Κανονικό + Κουμπί Πίσω"
|
2018 |
|
2019 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
2020 |
msgid "Check -> continue"
|
2021 |
msgstr "Έλεγχος -> συνέχεια"
|
2022 |
|
2023 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
2024 |
msgid "Questions below each other"
|
2025 |
+
msgstr "Ερωτήσεις η μια κάτω από την άλλη"
|
2026 |
|
2027 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
2028 |
msgid ""
|
2029 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
2030 |
"displayed at the end of the quiz."
|
2032 |
"Εμφάνιση όλων των ερωτήσεων με τη σειρά, τα \"σωστό\" ή \"λάθος\" θα "
|
2033 |
"εμφανίζονται στο τέλος του κουίζ."
|
2034 |
|
2035 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2036 |
msgid "Allows to use the back button in a question."
|
2037 |
msgstr "Επιτρέπεται η χρήση του κουμπιού πίσω σε μια ερώτηση"
|
2038 |
|
2039 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2040 |
msgid "Shows \"right or wrong\" after each question."
|
2041 |
msgstr "Εμφάνιση \"σωστό ή λάθος\" μετά από κάθε ερώτηση."
|
2042 |
|
2043 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2044 |
msgid ""
|
2045 |
"If this option is activated, all answers are displayed below each other, i."
|
2046 |
"e. all questions are on a single page."
|
2069 |
msgid "Support WP-Pro-Quiz"
|
2070 |
msgstr "Υποστηρίξτε το WP-Pro-Quiz"
|
2071 |
|
2072 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2073 |
msgid "ID"
|
2074 |
msgstr "ΑΑ"
|
2075 |
|
2076 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2077 |
msgid "Shortcode"
|
2078 |
msgstr "Μικροκώδικας"
|
2079 |
|
2080 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2081 |
msgid "Shortcode-Leaderboard"
|
2082 |
msgstr "Μικροκώδικας-Πίνακας βαθμολογίας"
|
2083 |
|
2084 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2085 |
msgid "Preview"
|
2086 |
msgstr "Προεπισκόπηση"
|
2087 |
|
2088 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2089 |
msgid "Add quiz"
|
2090 |
msgstr "Προσθήκη κουίζ"
|
2091 |
|
2092 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2093 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2094 |
msgid "Export"
|
2095 |
msgstr "Εξαγωγή"
|
2096 |
|
2097 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2098 |
msgid ""
|
2099 |
"Choose the respective question, which you would like to export and press on "
|
2100 |
"\"Start export\""
|
2101 |
msgstr ""
|
2102 |
"Διάλεξε την ερώτηση που θέλεις να εξαγάγεις και πάτησε \"Ξεκίνα εξαγωγή\""
|
2103 |
|
2104 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2105 |
+
msgid "Format:"
|
2106 |
+
msgstr ""
|
2107 |
+
|
2108 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2109 |
+
msgid "*.wpq"
|
2110 |
+
msgstr ""
|
2111 |
+
|
2112 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2113 |
+
msgid "or"
|
2114 |
+
msgstr ""
|
2115 |
+
|
2116 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2117 |
+
msgid "*.xml"
|
2118 |
+
msgstr ""
|
2119 |
+
|
2120 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2121 |
msgid "Start export"
|
2122 |
msgstr "Εκκίνηση εξαγωγής"
|
2123 |
|
2124 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2125 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2126 |
+
msgstr ""
|
2127 |
|
2128 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2129 |
#, php-format
|
2130 |
msgid "Maximal %d MiB"
|
2131 |
msgstr "Μέγιστο %d MiB"
|
2157 |
|
2158 |
#: lib/view/WpProQuiz_View_Statistics.php:65
|
2159 |
msgid "Select a test:"
|
2160 |
+
msgstr "Επιλέξτε διαγώνισμα:"
|
2161 |
|
2162 |
#: lib/view/WpProQuiz_View_Statistics.php:75
|
2163 |
msgid "Anonymous user"
|
2165 |
|
2166 |
#: lib/view/WpProQuiz_View_Statistics.php:84
|
2167 |
msgid "average"
|
2168 |
+
msgstr "μέσος όρος"
|
2169 |
|
2170 |
#: lib/view/WpProQuiz_View_Statistics.php:99
|
2171 |
#: lib/view/WpProQuiz_View_Statistics.php:234
|
2175 |
#: lib/view/WpProQuiz_View_Statistics.php:100
|
2176 |
#: lib/view/WpProQuiz_View_Statistics.php:235
|
2177 |
msgid "Time"
|
2178 |
+
msgstr "Ώρα"
|
2179 |
|
2180 |
#: lib/view/WpProQuiz_View_Statistics.php:101
|
2181 |
msgid "Points scored"
|
2196 |
|
2197 |
#: lib/view/WpProQuiz_View_Statistics.php:179
|
2198 |
msgid "Reset user statistics"
|
2199 |
+
msgstr "Επαναφορά στατιστικών χρήστη"
|
2200 |
|
2201 |
#: lib/view/WpProQuiz_View_Statistics.php:180
|
2202 |
#: lib/view/WpProQuiz_View_Statistics.php:261
|
languages/wp-pro-quiz-es_ES.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-es_ES.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "¿Realmente deseas reiniciar las estadísticas?"
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr "No hay datos disponibles"
|
67 |
|
@@ -89,24 +89,36 @@ msgid "Not all fields completed."
|
|
89 |
msgstr ""
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Cargando"
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
# Must not be translated
|
102 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
103 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
104 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
105 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
106 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
107 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
108 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
109 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
110 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
111 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
112 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -120,7 +132,7 @@ msgstr "No tienes permisos suficientes para acceder a esta página."
|
|
120 |
msgid "Settings saved"
|
121 |
msgstr "Valores guardados"
|
122 |
|
123 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
125 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
126 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -146,20 +158,20 @@ msgid "Question not found"
|
|
146 |
msgstr "Pregunta no encontrada"
|
147 |
|
148 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
149 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
150 |
#, php-format
|
151 |
msgid "Question: %d"
|
152 |
msgstr "Pregunta: %d"
|
153 |
|
154 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
155 |
msgid "Question edited"
|
156 |
msgstr "Pregunta editada"
|
157 |
|
158 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
159 |
msgid "New question"
|
160 |
msgstr "Nueva pregunta"
|
161 |
|
162 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
163 |
msgid "Question added"
|
164 |
msgstr "Pregunta añadida"
|
165 |
|
@@ -186,6 +198,16 @@ msgstr "Crear cuestionario"
|
|
186 |
msgid "Quiz deleted"
|
187 |
msgstr "Cuestionario bortrado"
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
191 |
msgid "No category"
|
@@ -222,6 +244,7 @@ msgid "You entered wrong captcha code."
|
|
222 |
msgstr "Código captcha incorrrecto."
|
223 |
|
224 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
225 |
msgid "File was not uploaded"
|
226 |
msgstr "No se ha subido el archivo"
|
227 |
|
@@ -233,6 +256,11 @@ msgstr "El archivo tiene un formato inadecuado"
|
|
233 |
msgid "File is not compatible with the current version"
|
234 |
msgstr "El archivo no es compatible con la versión actual"
|
235 |
|
|
|
|
|
|
|
|
|
|
|
236 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
237 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
238 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -274,14 +302,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
274 |
msgstr ""
|
275 |
|
276 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
277 |
msgid "WP-Pro-Quiz"
|
278 |
msgstr ""
|
279 |
|
280 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
281 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
282 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
283 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
284 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
285 |
msgid "Leaderboard"
|
286 |
msgstr "Ránking de puntuaciones"
|
287 |
|
@@ -306,17 +335,17 @@ msgid "Sort by:"
|
|
306 |
msgstr "Ordenar por:"
|
307 |
|
308 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
309 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
310 |
msgid "best user"
|
311 |
msgstr "Mejor usuario"
|
312 |
|
313 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
314 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
315 |
msgid "newest entry"
|
316 |
msgstr "Entradas más reciente"
|
317 |
|
318 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
319 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
320 |
msgid "oldest entry"
|
321 |
msgstr "Entradas más antiguas"
|
322 |
|
@@ -340,7 +369,7 @@ msgid "User"
|
|
340 |
msgstr "Usuario"
|
341 |
|
342 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
343 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
344 |
msgid "E-Mail"
|
345 |
msgstr "E-Mail"
|
346 |
|
@@ -350,14 +379,14 @@ msgid "Entered on"
|
|
350 |
msgstr "Realizado el"
|
351 |
|
352 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
353 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
354 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
355 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
356 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
357 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
358 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
359 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
360 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
361 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
362 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
363 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -374,7 +403,7 @@ msgstr "Resultados"
|
|
374 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
375 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
376 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
377 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
378 |
msgid "Edit"
|
379 |
msgstr "Editar"
|
380 |
|
@@ -382,7 +411,7 @@ msgstr "Editar"
|
|
382 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
383 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
384 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
385 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
386 |
msgid "Delete"
|
387 |
msgstr "Borrar"
|
388 |
|
@@ -414,12 +443,11 @@ msgstr "Límite de tiempo"
|
|
414 |
|
415 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
416 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
417 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
418 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
419 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
420 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
421 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
422 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
423 |
msgid "Quiz-summary"
|
424 |
msgstr ""
|
425 |
|
@@ -430,13 +458,13 @@ msgstr ""
|
|
430 |
|
431 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
432 |
#: lib/view/WpProQuiz_View_Import.php:44
|
433 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
434 |
msgid "Questions"
|
435 |
msgstr "Preguntas"
|
436 |
|
437 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
438 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
439 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
440 |
msgid "Finish quiz"
|
441 |
msgstr "Acabar el cuestionario"
|
442 |
|
@@ -483,14 +511,6 @@ msgstr "Puntuación de promedio:"
|
|
483 |
msgid "Your score"
|
484 |
msgstr "Tu puntuación"
|
485 |
|
486 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
487 |
-
msgid "Categories"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
491 |
-
msgid "Not categorized"
|
492 |
-
msgstr ""
|
493 |
-
|
494 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
495 |
msgid "Restart quiz"
|
496 |
msgstr "Volver a empezar el cuestionario"
|
@@ -515,82 +535,82 @@ msgstr ""
|
|
515 |
msgid "Review question"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
519 |
#, php-format
|
520 |
msgid "Question %s of %s"
|
521 |
msgstr "Pregunta %s de %s"
|
522 |
|
523 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
524 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
525 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
526 |
msgid "Question"
|
527 |
msgstr "Pregunta"
|
528 |
|
529 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
530 |
#, php-format
|
531 |
msgid "%d points"
|
532 |
msgstr "%d puntos"
|
533 |
|
534 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
535 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
536 |
msgid "Sort elements"
|
537 |
msgstr "Ordenar elementos"
|
538 |
|
539 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
540 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
541 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
542 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
543 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
544 |
msgid "Correct"
|
545 |
msgstr "Correcto"
|
546 |
|
547 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
548 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
549 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
550 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
551 |
msgid "Incorrect"
|
552 |
msgstr "Incorrecto"
|
553 |
|
554 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
555 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
556 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
557 |
msgid "Hint"
|
558 |
msgstr "Pista de ayuda"
|
559 |
|
560 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
561 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
562 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
563 |
msgid "Skip question"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
567 |
msgid "Back"
|
568 |
msgstr "Volver atrás"
|
569 |
|
570 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
571 |
msgid "Check"
|
572 |
msgstr "Comprobar"
|
573 |
|
574 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
575 |
msgid "Next"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
579 |
msgid "Your result has been entered into leaderboard"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
583 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
584 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
585 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
586 |
msgid "Name"
|
587 |
msgstr "Nombre"
|
588 |
|
589 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
590 |
msgid "Captcha"
|
591 |
msgstr "Captcha"
|
592 |
|
593 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
594 |
msgid "Send"
|
595 |
msgstr ""
|
596 |
|
@@ -623,13 +643,13 @@ msgid "E-Mail settings"
|
|
623 |
msgstr ""
|
624 |
|
625 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
626 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
627 |
msgid "Settings in case of problems"
|
628 |
msgstr "Ajustes en caso de problemas"
|
629 |
|
630 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
631 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
632 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
633 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
634 |
msgid "Save"
|
635 |
msgstr "Guardar"
|
@@ -668,7 +688,7 @@ msgid "Category management"
|
|
668 |
msgstr ""
|
669 |
|
670 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
671 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
672 |
msgid "Admin e-mail settings"
|
673 |
msgstr ""
|
674 |
|
@@ -683,25 +703,25 @@ msgid ""
|
|
683 |
msgstr ""
|
684 |
|
685 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
686 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
687 |
msgid "From:"
|
688 |
msgstr ""
|
689 |
|
690 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
691 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
692 |
msgid "Subject:"
|
693 |
msgstr ""
|
694 |
|
695 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
696 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
697 |
msgid "HTML"
|
698 |
msgstr ""
|
699 |
|
700 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
701 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
702 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
703 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
704 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
705 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
706 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
707 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -713,101 +733,110 @@ msgstr ""
|
|
713 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
714 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
715 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
732 |
msgid "Activate"
|
733 |
msgstr "Activar"
|
734 |
|
735 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
736 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
737 |
msgid "Message body:"
|
738 |
msgstr ""
|
739 |
|
740 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
741 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
742 |
msgid "Allowed variables"
|
743 |
msgstr ""
|
744 |
|
745 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
746 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
747 |
msgid "User-ID"
|
748 |
msgstr ""
|
749 |
|
750 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
751 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
752 |
msgid "Username"
|
753 |
msgstr ""
|
754 |
|
755 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
756 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
757 |
msgid "Quiz-Name"
|
758 |
msgstr ""
|
759 |
|
760 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
761 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
762 |
msgid "Result in precent"
|
763 |
msgstr ""
|
764 |
|
765 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
766 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
767 |
msgid "Reached points"
|
768 |
msgstr ""
|
769 |
|
770 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
771 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
772 |
msgid "IP-address of the user"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
776 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
777 |
msgid "User e-mail settings"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
781 |
msgid "to activate"
|
782 |
msgstr "activar"
|
783 |
|
784 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
785 |
msgid "not to activate"
|
786 |
msgstr "no activar"
|
787 |
|
788 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
789 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
790 |
msgid "Please note"
|
791 |
msgstr "Toma nota, por favor"
|
792 |
|
793 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
794 |
msgid ""
|
795 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
796 |
msgstr ""
|
797 |
"Estos ajustes deberían usarse solo en caso de problemas con el "
|
798 |
"funcionamiento de Wp-Pro-Quiz."
|
799 |
|
800 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
801 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
802 |
msgid "Automatically add [raw] shortcode"
|
803 |
msgstr "Añadir automáticamente el código abreviado del cuestionario [raw] "
|
804 |
|
805 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
806 |
#, php-format
|
807 |
msgid "It is recommended %s this option on your system."
|
808 |
msgstr "Se recomienda %s esta opción en tu sistema."
|
809 |
|
810 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
811 |
msgid ""
|
812 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
813 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -816,7 +845,7 @@ msgstr ""
|
|
816 |
"al código abreviado de WpProQuiz ( [WpProQuiz X] ) en ( [raw] [WpProQuiz "
|
817 |
"X] [/raw] )."
|
818 |
|
819 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
820 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
821 |
msgid ""
|
822 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -826,12 +855,12 @@ msgstr ""
|
|
826 |
"puede causar problemas. Con el código abreviado adicional [raw], puede "
|
827 |
"prevenirse esto."
|
828 |
|
829 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
830 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
831 |
msgid "Do not load the Javascript-files in the footer"
|
832 |
msgstr "No cargar los archivos Javascript en el pie o footer"
|
833 |
|
834 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
835 |
msgid ""
|
836 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
837 |
"when they are really needed."
|
@@ -839,12 +868,12 @@ msgstr ""
|
|
839 |
"Generalmente todos los archivos Javascript de WpProQui se cargan en el "
|
840 |
"footer y solo cuando son estrictamente necesarios."
|
841 |
|
842 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
843 |
msgid "In very old Wordpress themes this can lead to problems."
|
844 |
msgstr ""
|
845 |
"Esto puede causar problemas en algunos temas para Wordpress muy antiguos."
|
846 |
|
847 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
848 |
msgid ""
|
849 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
850 |
"the header even if they are not needed."
|
@@ -852,7 +881,7 @@ msgstr ""
|
|
852 |
"Si activas esta opción, todos los archivos Javascript de WpProQuiz se "
|
853 |
"cargarán en el header, incluso cuando no sean necesarios."
|
854 |
|
855 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
856 |
#, php-format
|
857 |
msgid ""
|
858 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -861,49 +890,49 @@ msgstr ""
|
|
861 |
"Si deseas saber más sobre este tema, puede consultar las siguientes páginas "
|
862 |
"web: %s y %s"
|
863 |
|
864 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
865 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
866 |
msgid "Touch Library"
|
867 |
msgstr "Librería Touch (pars dispositivos móviles)"
|
868 |
|
869 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
870 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
871 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
872 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
873 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
874 |
msgid "Deactivate"
|
875 |
msgstr "Desactivar"
|
876 |
|
877 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
878 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
879 |
msgstr ""
|
880 |
"En la versión 0.13 se añadió una nueva librería Touch para dispositivos "
|
881 |
"móviles."
|
882 |
|
883 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
884 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
885 |
msgstr "Si tienes problemas con la librería Touch, desactívala, por favor."
|
886 |
|
887 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
888 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
889 |
msgid "jQuery support cors"
|
890 |
msgstr "jQuery support cors"
|
891 |
|
892 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
893 |
msgid "Is required only in rare cases."
|
894 |
msgstr "Requerido solo en raros casos."
|
895 |
|
896 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
897 |
msgid "If you have problems with the front ajax, please activate it."
|
898 |
msgstr "Actívalo si tienes problemas con AJAX."
|
899 |
|
900 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
901 |
msgid "e.g. Domain with special characters in combination with IE"
|
902 |
msgstr "p.ej. Un dominio con caracteres especiales combinado con IE"
|
903 |
|
904 |
#: lib/view/WpProQuiz_View_Import.php:21
|
905 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
906 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
907 |
msgid "Import"
|
908 |
msgstr "Importar"
|
909 |
|
@@ -923,8 +952,8 @@ msgstr "Importación completada satisfactoriamente"
|
|
923 |
msgid "Quiz name"
|
924 |
msgstr "Nombre del cuestionario"
|
925 |
|
926 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
927 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
928 |
msgid "Start import"
|
929 |
msgstr "Empezar la importación"
|
930 |
|
@@ -937,8 +966,8 @@ msgstr "Título"
|
|
937 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
938 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
939 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
940 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
941 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
942 |
msgid "(optional)"
|
943 |
msgstr "(Opcional)"
|
944 |
|
@@ -952,10 +981,10 @@ msgstr ""
|
|
952 |
|
953 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
954 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
955 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
956 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
957 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
958 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
959 |
msgid "(required)"
|
960 |
msgstr "(Requerido)"
|
961 |
|
@@ -1092,11 +1121,11 @@ msgstr "Completar texto (espacios en blanco)"
|
|
1092 |
msgid "Assessment"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1096 |
msgid "Answers"
|
1097 |
msgstr "Respuestas"
|
1098 |
|
1099 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1100 |
msgid ""
|
1101 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1102 |
"answers will be displayed randomly."
|
@@ -1104,13 +1133,13 @@ msgstr ""
|
|
1104 |
"Por favor, ordena las respuestas en el oden correcto usando el botón \"Mover"
|
1105 |
"\"-Al usuario, las respuestas se le mostrarán aleatoriamente."
|
1106 |
|
1107 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1108 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1109 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1110 |
msgid "Add new answer"
|
1111 |
msgstr "Añadir otra respuesta"
|
1112 |
|
1113 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1114 |
msgid ""
|
1115 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1116 |
"matching criterion."
|
@@ -1118,7 +1147,7 @@ msgstr ""
|
|
1118 |
"En esta modalidad,no se trata de ordenar una lista de respuestas, sino de "
|
1119 |
"asignar elementos a un criterio coincidente"
|
1120 |
|
1121 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1122 |
msgid ""
|
1123 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1124 |
"user."
|
@@ -1126,56 +1155,56 @@ msgstr ""
|
|
1126 |
"Puede crear elementos con el criterio de ordenación vacío, de modo que no "
|
1127 |
"pueden ser asignados por el usuario."
|
1128 |
|
1129 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1130 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1131 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1132 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1133 |
msgid "Options"
|
1134 |
msgstr "Opciones"
|
1135 |
|
1136 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1137 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1138 |
msgid "Answer"
|
1139 |
msgstr "Respuesta"
|
1140 |
|
1141 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1142 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1143 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1144 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1145 |
msgid "Allow HTML"
|
1146 |
msgstr "Permitir HTML"
|
1147 |
|
1148 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1149 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1150 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1151 |
-
msgid "Delete answer"
|
1152 |
-
msgstr "Borrar respuesta"
|
1153 |
-
|
1154 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1155 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1156 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1157 |
-
msgid "
|
1158 |
-
msgstr ""
|
1159 |
|
1160 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1161 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1162 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1163 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1164 |
msgid "Move"
|
1165 |
msgstr "Mover"
|
1166 |
|
1167 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1168 |
msgid "Criterion"
|
1169 |
msgstr "Criterio"
|
1170 |
|
1171 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1172 |
msgid ""
|
1173 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1174 |
msgstr ""
|
1175 |
"respuestas correctas (una por línea)) (las respuestas se pasarán a letra "
|
1176 |
"minúscula)"
|
1177 |
|
1178 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1179 |
msgid ""
|
1180 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1181 |
"small letters will be ignored."
|
@@ -1183,7 +1212,7 @@ msgstr ""
|
|
1183 |
"Escribe las palabras que se ocultarán entre llaves { } p.ej \"Yo {juego} a "
|
1184 |
"fútbol\". Mayúsculas y minúsulas serán ignordas."
|
1185 |
|
1186 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1187 |
msgid ""
|
1188 |
"You can specify multiple options for a search word. Enclose the word with "
|
1189 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1191,7 +1220,7 @@ msgid ""
|
|
1191 |
"hate are correct."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1195 |
msgid ""
|
1196 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1197 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1200,7 +1229,7 @@ msgstr ""
|
|
1200 |
"activada, podrás asignar puntos variables usando el código |POINTS. En caso "
|
1201 |
"contrario, se otorgará 1 punto a cada respuesta. "
|
1202 |
|
1203 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1204 |
msgid ""
|
1205 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1206 |
"\" 3 points."
|
@@ -1208,52 +1237,93 @@ msgstr ""
|
|
1208 |
"p.ej. \" Yo {juego} a fútbol con un {balónl|3}. \" - \"juego\" da 1 punto y "
|
1209 |
"\"Balón\" 3 puntos. "
|
1210 |
|
1211 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1212 |
msgid "Here you can create an assessment question."
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1216 |
msgid ""
|
1217 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1221 |
msgid "The number of options in the maximum score."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1225 |
msgid "Examples:"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1229 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1233 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1234 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1235 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1236 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1237 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1238 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1239 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1240 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1241 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1242 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1243 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1244 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1245 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1249 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1250 |
msgid "Demo"
|
1251 |
msgstr "Demo"
|
1252 |
|
1253 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1254 |
msgid "less true { [a] [b] [c] } more true"
|
1255 |
msgstr ""
|
1256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1257 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1258 |
msgid "Questions sorted"
|
1259 |
msgstr "Preguntas ordenadas"
|
@@ -1343,7 +1413,7 @@ msgstr "0 = sin límite"
|
|
1343 |
|
1344 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1345 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1346 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1347 |
msgid "Statistics"
|
1348 |
msgstr "Estadísticas"
|
1349 |
|
@@ -1393,17 +1463,17 @@ msgid "This option applies to:"
|
|
1393 |
msgstr "Aplicar esta opción a:"
|
1394 |
|
1395 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1396 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1397 |
msgid "all users"
|
1398 |
msgstr "todos los usuarios"
|
1399 |
|
1400 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1401 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1402 |
msgid "registered useres only"
|
1403 |
msgstr "solo usuarios registrados"
|
1404 |
|
1405 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1406 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1407 |
msgid "anonymous users only"
|
1408 |
msgstr "solo usuarios anónimos"
|
1409 |
|
@@ -1556,19 +1626,30 @@ msgid ""
|
|
1556 |
"user. (only registered users)"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1560 |
msgid "Quiz description"
|
1561 |
msgstr "Descripción del cuestionario"
|
1562 |
|
1563 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1564 |
msgid "This text will be displayed before start of the quiz."
|
1565 |
msgstr "Este texto se mostrará antes del inicio del cuestionario."
|
1566 |
|
1567 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1568 |
msgid "Results text"
|
1569 |
msgstr "Texto del resultado"
|
1570 |
|
1571 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1572 |
msgid ""
|
1573 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1574 |
"is optional)"
|
@@ -1576,19 +1657,19 @@ msgstr ""
|
|
1576 |
"Este texto se mostrará al final del cuestionario (en los resultados). (este "
|
1577 |
"texto es opcional)"
|
1578 |
|
1579 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1580 |
msgid "Activate graduation"
|
1581 |
msgstr "Activar calificaciones"
|
1582 |
|
1583 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1584 |
msgid "Hint:"
|
1585 |
msgstr "Pista de ayuda:"
|
1586 |
|
1587 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1588 |
msgid "Maximal 15 levels"
|
1589 |
msgstr "Máximo 15 niveles"
|
1590 |
|
1591 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1592 |
#, php-format
|
1593 |
msgid ""
|
1594 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1597,27 +1678,27 @@ msgstr ""
|
|
1597 |
"Porcentaje en relación a la puntuación total del cuestionario. (Total "
|
1598 |
"actual: %d puntos en %d preguntas)"
|
1599 |
|
1600 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1601 |
msgid "Values can also be mixed up"
|
1602 |
msgstr "Los valores pueden también mezclarse"
|
1603 |
|
1604 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1605 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1606 |
msgstr ""
|
1607 |
"10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
|
1608 |
|
1609 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1610 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1611 |
msgid "from:"
|
1612 |
msgstr "de:"
|
1613 |
|
1614 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
msgid "percent"
|
1617 |
msgstr "porcentaje"
|
1618 |
|
1619 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1620 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1621 |
#, php-format
|
1622 |
msgid ""
|
1623 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1626,93 +1707,93 @@ msgstr ""
|
|
1626 |
"(Se mostrará cuando el procentaje del resultado sea >= <span class="
|
1627 |
"\"resultProzent\">%s</span>%% )"
|
1628 |
|
1629 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1630 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1631 |
msgid "Delete graduation"
|
1632 |
msgstr "Borrar calificación"
|
1633 |
|
1634 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1635 |
msgid "Add graduation"
|
1636 |
msgstr "Añadir calificación"
|
1637 |
|
1638 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1639 |
msgid "Result-Options"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1643 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1644 |
msgid "Show average points"
|
1645 |
msgstr "Mostrar el promedio de puntuación"
|
1646 |
|
1647 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1648 |
msgid "Statistics-function must be enabled."
|
1649 |
msgstr "La función Estadísticas deber estar activada."
|
1650 |
|
1651 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1652 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1653 |
msgid "Show category score"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1657 |
msgid ""
|
1658 |
"If you enable this option, the results of each category is displayed on the "
|
1659 |
"results page."
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
msgid "Hide correct questions - display"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1668 |
msgid ""
|
1669 |
"If you select this option, no longer the number of correctly answered "
|
1670 |
"questions are displayed on the results page."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1675 |
msgid "Hide quiz time - display"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1679 |
msgid ""
|
1680 |
"If you enable this option, the time for finishing the quiz won't be "
|
1681 |
"displayed on the results page anymore."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1685 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1686 |
msgid "Hide score - display"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1690 |
msgid ""
|
1691 |
"If you enable this option, final score won't be displayed on the results "
|
1692 |
"page anymore."
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1696 |
msgid "Question-Options"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1700 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1701 |
msgid "Show points"
|
1702 |
msgstr "Mostrar los puntos"
|
1703 |
|
1704 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1705 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1706 |
msgstr ""
|
1707 |
"Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
|
1708 |
"pregunta,"
|
1709 |
|
1710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1712 |
msgid "Number answers"
|
1713 |
msgstr "Numerar las respuestas"
|
1714 |
|
1715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1716 |
msgid ""
|
1717 |
"If this option is activated, all answers are numbered (only single and "
|
1718 |
"multiple choice)"
|
@@ -1720,23 +1801,23 @@ msgstr ""
|
|
1720 |
"Si esta opción está activada, todas las respuestas serán numeradas (solo en "
|
1721 |
"las modalidades de respuesta única y respuesta múltiple)."
|
1722 |
|
1723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1725 |
msgid "Hide correct- and incorrect message"
|
1726 |
msgstr "Oculltar el mensaje Correcto-Incorrecto"
|
1727 |
|
1728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1729 |
msgid ""
|
1730 |
"If you enable this option, no correct- or incorrect message will be "
|
1731 |
"displayed."
|
1732 |
msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
|
1733 |
|
1734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1736 |
msgid "Correct and incorrect answer mark"
|
1737 |
msgstr "Marcar respuestas correctas e incorrectas"
|
1738 |
|
1739 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1740 |
msgid ""
|
1741 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1742 |
"incorrect. "
|
@@ -1744,7 +1825,40 @@ msgstr ""
|
|
1744 |
"Al activar esta opción,las respuestas no serán destacadas en diferentes "
|
1745 |
"colores como correctas o incoreectas."
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1748 |
msgid ""
|
1749 |
"The leaderboard allows users to enter results in public list and to share "
|
1750 |
"the result this way."
|
@@ -1752,17 +1866,17 @@ msgstr ""
|
|
1752 |
"El Ránking de puntuaciones permite a los usuarios introducir y compartir "
|
1753 |
"sus resultados en una lista pública."
|
1754 |
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1756 |
msgid "The leaderboard works independent from internal statistics function."
|
1757 |
msgstr ""
|
1758 |
"El Ránking de puntuaciones funciona independientemente de las estadísticas "
|
1759 |
"internas."
|
1760 |
|
1761 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1762 |
msgid "Who can sign up to the list"
|
1763 |
msgstr "Quién puede foirmar parte de la lista"
|
1764 |
|
1765 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1766 |
msgid ""
|
1767 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1768 |
"displayed)"
|
@@ -1770,21 +1884,21 @@ msgstr ""
|
|
1770 |
"Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
|
1771 |
"no será mostrado)"
|
1772 |
|
1773 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1774 |
msgid "insert automatically"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1778 |
msgid ""
|
1779 |
"If you enable this option, logged in users will be automatically entered "
|
1780 |
"into leaderboard"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1784 |
msgid "display captcha"
|
1785 |
msgstr "Mostrar captcha"
|
1786 |
|
1787 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1788 |
msgid ""
|
1789 |
"If you enable this option, additional captcha will be displayed for users "
|
1790 |
"who are not registered."
|
@@ -1792,99 +1906,99 @@ msgstr ""
|
|
1792 |
"Al activar esta opción, a los usuarios no registrados se le mostrará un "
|
1793 |
"código captcha."
|
1794 |
|
1795 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1796 |
msgid "This option requires additional plugin:"
|
1797 |
msgstr "Esta opción requiere un plugin adicional:"
|
1798 |
|
1799 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1800 |
msgid "Plugin has been detected."
|
1801 |
msgstr "El plugin ha sido detectado."
|
1802 |
|
1803 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1804 |
msgid "Plugin is not installed."
|
1805 |
msgstr "El plugin no está instalado."
|
1806 |
|
1807 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1808 |
msgid "Sort list by"
|
1809 |
msgstr "Ordenar la lista por"
|
1810 |
|
1811 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1812 |
msgid "Users can apply multiple times"
|
1813 |
msgstr "El usuario puede intentarlo cuantas veces desee."
|
1814 |
|
1815 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1816 |
msgid "User can apply after:"
|
1817 |
msgstr "El usuario puede intentarlo de nuevo desspués de:"
|
1818 |
|
1819 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1820 |
msgid "minute"
|
1821 |
msgstr "minuto"
|
1822 |
|
1823 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1824 |
msgid "How many entries should be displayed"
|
1825 |
msgstr "Cantidad de entradas a mostrar"
|
1826 |
|
1827 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1828 |
msgid "Entries"
|
1829 |
msgstr "Entradas"
|
1830 |
|
1831 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1832 |
msgid "Automatically display leaderboard in quiz result"
|
1833 |
msgstr ""
|
1834 |
"Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
|
1835 |
"cuestionario."
|
1836 |
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1838 |
msgid "Where should leaderboard be displayed:"
|
1839 |
msgstr "Dónde será mostrado el Ránking de puntuaciones:"
|
1840 |
|
1841 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1842 |
msgid "don't display"
|
1843 |
msgstr "No mostrarlo"
|
1844 |
|
1845 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1846 |
msgid "below the \"result text\""
|
1847 |
msgstr "después del \"texto del resultado\""
|
1848 |
|
1849 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1850 |
msgid "in a button"
|
1851 |
msgstr "en un botón"
|
1852 |
|
1853 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1854 |
msgid "Quiz-Mode"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1858 |
msgid "Normal"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1862 |
msgid "Normal + Back-Button"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1866 |
msgid "Check -> continue"
|
1867 |
msgstr "Comprobar -> continuar"
|
1868 |
|
1869 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1870 |
msgid "Questions below each other"
|
1871 |
msgstr "Mostrar las respuestas una debajo de la otra"
|
1872 |
|
1873 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1874 |
msgid ""
|
1875 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1876 |
"displayed at the end of the quiz."
|
1877 |
msgstr ""
|
1878 |
|
1879 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1880 |
msgid "Allows to use the back button in a question."
|
1881 |
msgstr ""
|
1882 |
|
1883 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1884 |
msgid "Shows \"right or wrong\" after each question."
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1888 |
msgid ""
|
1889 |
"If this option is activated, all answers are displayed below each other, i."
|
1890 |
"e. all questions are on a single page."
|
@@ -1913,32 +2027,32 @@ msgstr "Editor de estilos"
|
|
1913 |
msgid "Support WP-Pro-Quiz"
|
1914 |
msgstr "Apoyar a Wp-Pro-Quiz"
|
1915 |
|
1916 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1917 |
msgid "ID"
|
1918 |
msgstr "ID"
|
1919 |
|
1920 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1921 |
msgid "Shortcode"
|
1922 |
msgstr "Código abreviado"
|
1923 |
|
1924 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1925 |
msgid "Shortcode-Leaderboard"
|
1926 |
msgstr "Código abreviado del Ránking de puntuaciones"
|
1927 |
|
1928 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1929 |
msgid "Preview"
|
1930 |
msgstr "Previsualizar"
|
1931 |
|
1932 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1933 |
msgid "Add quiz"
|
1934 |
msgstr "Añadir cuestionario"
|
1935 |
|
1936 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1937 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1938 |
msgid "Export"
|
1939 |
msgstr "Exportar"
|
1940 |
|
1941 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1942 |
msgid ""
|
1943 |
"Choose the respective question, which you would like to export and press on "
|
1944 |
"\"Start export\""
|
@@ -1946,15 +2060,31 @@ msgstr ""
|
|
1946 |
"Selecciona las preguntas correspondientes que deseas exportar y pulsa sobre "
|
1947 |
"\"Empezar exportación\""
|
1948 |
|
1949 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1950 |
msgid "Start export"
|
1951 |
msgstr "Empezar exportación"
|
1952 |
|
1953 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1954 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1955 |
-
msgstr "
|
1956 |
|
1957 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1958 |
#, php-format
|
1959 |
msgid "Maximal %d MiB"
|
1960 |
msgstr "Máximo de %d MiB"
|
@@ -2341,9 +2471,6 @@ msgstr ""
|
|
2341 |
#~ msgid "All"
|
2342 |
#~ msgstr "Alle"
|
2343 |
|
2344 |
-
#~ msgid "One question is one point"
|
2345 |
-
#~ msgstr "Eine Frage ist 1 Punkt"
|
2346 |
-
|
2347 |
#~ msgid "Right"
|
2348 |
#~ msgstr "Richtig"
|
2349 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:57+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:57+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr "No hay datos disponibles"
|
67 |
|
89 |
msgstr ""
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Cargando"
|
100 |
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
102 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
103 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
104 |
+
msgid "You must answer this question."
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
108 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
109 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
110 |
+
msgid "You must answer all questions before you can completed the quiz."
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
# Must not be translated
|
114 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
115 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
116 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
117 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
118 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
119 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
120 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
121 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
122 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
123 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
124 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
132 |
msgid "Settings saved"
|
133 |
msgstr "Valores guardados"
|
134 |
|
135 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
136 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
137 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
138 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
158 |
msgstr "Pregunta no encontrada"
|
159 |
|
160 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
161 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
162 |
#, php-format
|
163 |
msgid "Question: %d"
|
164 |
msgstr "Pregunta: %d"
|
165 |
|
166 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
167 |
msgid "Question edited"
|
168 |
msgstr "Pregunta editada"
|
169 |
|
170 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
171 |
msgid "New question"
|
172 |
msgstr "Nueva pregunta"
|
173 |
|
174 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
175 |
msgid "Question added"
|
176 |
msgstr "Pregunta añadida"
|
177 |
|
198 |
msgid "Quiz deleted"
|
199 |
msgstr "Cuestionario bortrado"
|
200 |
|
201 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
202 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
203 |
+
msgid "Not categorized"
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
207 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
208 |
+
msgid "Categories"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
212 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
213 |
msgid "No category"
|
244 |
msgstr "Código captcha incorrrecto."
|
245 |
|
246 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
247 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
248 |
msgid "File was not uploaded"
|
249 |
msgstr "No se ha subido el archivo"
|
250 |
|
256 |
msgid "File is not compatible with the current version"
|
257 |
msgstr "El archivo no es compatible con la versión actual"
|
258 |
|
259 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
260 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
261 |
+
msgid "XML could not be loaded."
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
265 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
266 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
302 |
msgstr ""
|
303 |
|
304 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
305 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
306 |
msgid "WP-Pro-Quiz"
|
307 |
msgstr ""
|
308 |
|
309 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
310 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
311 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
312 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
313 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
314 |
msgid "Leaderboard"
|
315 |
msgstr "Ránking de puntuaciones"
|
316 |
|
335 |
msgstr "Ordenar por:"
|
336 |
|
337 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
338 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
339 |
msgid "best user"
|
340 |
msgstr "Mejor usuario"
|
341 |
|
342 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
343 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
344 |
msgid "newest entry"
|
345 |
msgstr "Entradas más reciente"
|
346 |
|
347 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
348 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
349 |
msgid "oldest entry"
|
350 |
msgstr "Entradas más antiguas"
|
351 |
|
369 |
msgstr "Usuario"
|
370 |
|
371 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
372 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
373 |
msgid "E-Mail"
|
374 |
msgstr "E-Mail"
|
375 |
|
379 |
msgstr "Realizado el"
|
380 |
|
381 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
382 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
383 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
384 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
385 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
386 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
387 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
388 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
389 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
390 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
391 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
392 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
403 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
404 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
405 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
406 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
407 |
msgid "Edit"
|
408 |
msgstr "Editar"
|
409 |
|
411 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
412 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
413 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
414 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
415 |
msgid "Delete"
|
416 |
msgstr "Borrar"
|
417 |
|
443 |
|
444 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
445 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
446 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
447 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
448 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
449 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
450 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
451 |
msgid "Quiz-summary"
|
452 |
msgstr ""
|
453 |
|
458 |
|
459 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
460 |
#: lib/view/WpProQuiz_View_Import.php:44
|
461 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
462 |
msgid "Questions"
|
463 |
msgstr "Preguntas"
|
464 |
|
465 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
466 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
467 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
468 |
msgid "Finish quiz"
|
469 |
msgstr "Acabar el cuestionario"
|
470 |
|
511 |
msgid "Your score"
|
512 |
msgstr "Tu puntuación"
|
513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
514 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
515 |
msgid "Restart quiz"
|
516 |
msgstr "Volver a empezar el cuestionario"
|
535 |
msgid "Review question"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
539 |
#, php-format
|
540 |
msgid "Question %s of %s"
|
541 |
msgstr "Pregunta %s de %s"
|
542 |
|
543 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
544 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
545 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
546 |
msgid "Question"
|
547 |
msgstr "Pregunta"
|
548 |
|
549 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
550 |
#, php-format
|
551 |
msgid "%d points"
|
552 |
msgstr "%d puntos"
|
553 |
|
554 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
555 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
556 |
msgid "Sort elements"
|
557 |
msgstr "Ordenar elementos"
|
558 |
|
559 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
560 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
561 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
562 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
563 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
564 |
msgid "Correct"
|
565 |
msgstr "Correcto"
|
566 |
|
567 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
568 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
569 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
570 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
571 |
msgid "Incorrect"
|
572 |
msgstr "Incorrecto"
|
573 |
|
|
|
574 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
575 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
576 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
577 |
msgid "Hint"
|
578 |
msgstr "Pista de ayuda"
|
579 |
|
580 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
581 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
582 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
583 |
msgid "Skip question"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
587 |
msgid "Back"
|
588 |
msgstr "Volver atrás"
|
589 |
|
590 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
591 |
msgid "Check"
|
592 |
msgstr "Comprobar"
|
593 |
|
594 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
595 |
msgid "Next"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
599 |
msgid "Your result has been entered into leaderboard"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
603 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
604 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
605 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
606 |
msgid "Name"
|
607 |
msgstr "Nombre"
|
608 |
|
609 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
610 |
msgid "Captcha"
|
611 |
msgstr "Captcha"
|
612 |
|
613 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
614 |
msgid "Send"
|
615 |
msgstr ""
|
616 |
|
643 |
msgstr ""
|
644 |
|
645 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
646 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
647 |
msgid "Settings in case of problems"
|
648 |
msgstr "Ajustes en caso de problemas"
|
649 |
|
650 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
651 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
652 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
653 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
654 |
msgid "Save"
|
655 |
msgstr "Guardar"
|
688 |
msgstr ""
|
689 |
|
690 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
691 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
692 |
msgid "Admin e-mail settings"
|
693 |
msgstr ""
|
694 |
|
703 |
msgstr ""
|
704 |
|
705 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
706 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
707 |
msgid "From:"
|
708 |
msgstr ""
|
709 |
|
710 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
711 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
712 |
msgid "Subject:"
|
713 |
msgstr ""
|
714 |
|
715 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
717 |
msgid "HTML"
|
718 |
msgstr ""
|
719 |
|
720 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
721 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
722 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
723 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
724 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
725 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
733 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
734 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
735 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
742 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
747 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
756 |
msgid "Activate"
|
757 |
msgstr "Activar"
|
758 |
|
759 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
760 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
761 |
msgid "Message body:"
|
762 |
msgstr ""
|
763 |
|
764 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
765 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
766 |
msgid "Allowed variables"
|
767 |
msgstr ""
|
768 |
|
769 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
770 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
771 |
msgid "User-ID"
|
772 |
msgstr ""
|
773 |
|
774 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
775 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
776 |
msgid "Username"
|
777 |
msgstr ""
|
778 |
|
779 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
780 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
781 |
msgid "Quiz-Name"
|
782 |
msgstr ""
|
783 |
|
784 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
785 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
786 |
msgid "Result in precent"
|
787 |
msgstr ""
|
788 |
|
789 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
791 |
msgid "Reached points"
|
792 |
msgstr ""
|
793 |
|
794 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
796 |
msgid "IP-address of the user"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
801 |
+
msgid "Category-Overview"
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
805 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
806 |
msgid "User e-mail settings"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
810 |
msgid "to activate"
|
811 |
msgstr "activar"
|
812 |
|
813 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
814 |
msgid "not to activate"
|
815 |
msgstr "no activar"
|
816 |
|
817 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
818 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
819 |
msgid "Please note"
|
820 |
msgstr "Toma nota, por favor"
|
821 |
|
822 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
823 |
msgid ""
|
824 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
825 |
msgstr ""
|
826 |
"Estos ajustes deberían usarse solo en caso de problemas con el "
|
827 |
"funcionamiento de Wp-Pro-Quiz."
|
828 |
|
829 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
830 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
831 |
msgid "Automatically add [raw] shortcode"
|
832 |
msgstr "Añadir automáticamente el código abreviado del cuestionario [raw] "
|
833 |
|
834 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
835 |
#, php-format
|
836 |
msgid "It is recommended %s this option on your system."
|
837 |
msgstr "Se recomienda %s esta opción en tu sistema."
|
838 |
|
839 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
840 |
msgid ""
|
841 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
842 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
845 |
"al código abreviado de WpProQuiz ( [WpProQuiz X] ) en ( [raw] [WpProQuiz "
|
846 |
"X] [/raw] )."
|
847 |
|
848 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
849 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
850 |
msgid ""
|
851 |
"Own themes changes internal order of filters, what causes the problems. "
|
855 |
"puede causar problemas. Con el código abreviado adicional [raw], puede "
|
856 |
"prevenirse esto."
|
857 |
|
858 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
859 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
860 |
msgid "Do not load the Javascript-files in the footer"
|
861 |
msgstr "No cargar los archivos Javascript en el pie o footer"
|
862 |
|
863 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
864 |
msgid ""
|
865 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
866 |
"when they are really needed."
|
868 |
"Generalmente todos los archivos Javascript de WpProQui se cargan en el "
|
869 |
"footer y solo cuando son estrictamente necesarios."
|
870 |
|
871 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
872 |
msgid "In very old Wordpress themes this can lead to problems."
|
873 |
msgstr ""
|
874 |
"Esto puede causar problemas en algunos temas para Wordpress muy antiguos."
|
875 |
|
876 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
877 |
msgid ""
|
878 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
879 |
"the header even if they are not needed."
|
881 |
"Si activas esta opción, todos los archivos Javascript de WpProQuiz se "
|
882 |
"cargarán en el header, incluso cuando no sean necesarios."
|
883 |
|
884 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
885 |
#, php-format
|
886 |
msgid ""
|
887 |
"Anyone who wants to learn more about this topic should read through the "
|
890 |
"Si deseas saber más sobre este tema, puede consultar las siguientes páginas "
|
891 |
"web: %s y %s"
|
892 |
|
893 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
894 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
895 |
msgid "Touch Library"
|
896 |
msgstr "Librería Touch (pars dispositivos móviles)"
|
897 |
|
898 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
899 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
900 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
901 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
902 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
903 |
msgid "Deactivate"
|
904 |
msgstr "Desactivar"
|
905 |
|
906 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
907 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
908 |
msgstr ""
|
909 |
"En la versión 0.13 se añadió una nueva librería Touch para dispositivos "
|
910 |
"móviles."
|
911 |
|
912 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
913 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
914 |
msgstr "Si tienes problemas con la librería Touch, desactívala, por favor."
|
915 |
|
916 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
917 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
918 |
msgid "jQuery support cors"
|
919 |
msgstr "jQuery support cors"
|
920 |
|
921 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
922 |
msgid "Is required only in rare cases."
|
923 |
msgstr "Requerido solo en raros casos."
|
924 |
|
925 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
926 |
msgid "If you have problems with the front ajax, please activate it."
|
927 |
msgstr "Actívalo si tienes problemas con AJAX."
|
928 |
|
929 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
930 |
msgid "e.g. Domain with special characters in combination with IE"
|
931 |
msgstr "p.ej. Un dominio con caracteres especiales combinado con IE"
|
932 |
|
933 |
#: lib/view/WpProQuiz_View_Import.php:21
|
934 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
935 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
936 |
msgid "Import"
|
937 |
msgstr "Importar"
|
938 |
|
952 |
msgid "Quiz name"
|
953 |
msgstr "Nombre del cuestionario"
|
954 |
|
955 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
956 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
957 |
msgid "Start import"
|
958 |
msgstr "Empezar la importación"
|
959 |
|
966 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
967 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
968 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
969 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
970 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
971 |
msgid "(optional)"
|
972 |
msgstr "(Opcional)"
|
973 |
|
981 |
|
982 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
983 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
984 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
985 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
986 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
988 |
msgid "(required)"
|
989 |
msgstr "(Requerido)"
|
990 |
|
1121 |
msgid "Assessment"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1125 |
msgid "Answers"
|
1126 |
msgstr "Respuestas"
|
1127 |
|
1128 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1129 |
msgid ""
|
1130 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1131 |
"answers will be displayed randomly."
|
1133 |
"Por favor, ordena las respuestas en el oden correcto usando el botón \"Mover"
|
1134 |
"\"-Al usuario, las respuestas se le mostrarán aleatoriamente."
|
1135 |
|
1136 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1137 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1138 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1139 |
msgid "Add new answer"
|
1140 |
msgstr "Añadir otra respuesta"
|
1141 |
|
1142 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1143 |
msgid ""
|
1144 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1145 |
"matching criterion."
|
1147 |
"En esta modalidad,no se trata de ordenar una lista de respuestas, sino de "
|
1148 |
"asignar elementos a un criterio coincidente"
|
1149 |
|
1150 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1151 |
msgid ""
|
1152 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1153 |
"user."
|
1155 |
"Puede crear elementos con el criterio de ordenación vacío, de modo que no "
|
1156 |
"pueden ser asignados por el usuario."
|
1157 |
|
1158 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1159 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1160 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1161 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1162 |
msgid "Options"
|
1163 |
msgstr "Opciones"
|
1164 |
|
1165 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1166 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1167 |
msgid "Answer"
|
1168 |
msgstr "Respuesta"
|
1169 |
|
1170 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1171 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1173 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1174 |
msgid "Allow HTML"
|
1175 |
msgstr "Permitir HTML"
|
1176 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1177 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1178 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1179 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1180 |
+
msgid "Delete answer"
|
1181 |
+
msgstr "Borrar respuesta"
|
1182 |
|
1183 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1184 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1185 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1186 |
+
msgid "Add Media"
|
1187 |
+
msgstr ""
|
1188 |
+
|
1189 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1190 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1191 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1192 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1193 |
msgid "Move"
|
1194 |
msgstr "Mover"
|
1195 |
|
1196 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1197 |
msgid "Criterion"
|
1198 |
msgstr "Criterio"
|
1199 |
|
1200 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1201 |
msgid ""
|
1202 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1203 |
msgstr ""
|
1204 |
"respuestas correctas (una por línea)) (las respuestas se pasarán a letra "
|
1205 |
"minúscula)"
|
1206 |
|
1207 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1208 |
msgid ""
|
1209 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1210 |
"small letters will be ignored."
|
1212 |
"Escribe las palabras que se ocultarán entre llaves { } p.ej \"Yo {juego} a "
|
1213 |
"fútbol\". Mayúsculas y minúsulas serán ignordas."
|
1214 |
|
1215 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1216 |
msgid ""
|
1217 |
"You can specify multiple options for a search word. Enclose the word with "
|
1218 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1220 |
"hate are correct."
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1224 |
msgid ""
|
1225 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1226 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1229 |
"activada, podrás asignar puntos variables usando el código |POINTS. En caso "
|
1230 |
"contrario, se otorgará 1 punto a cada respuesta. "
|
1231 |
|
1232 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1233 |
msgid ""
|
1234 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1235 |
"\" 3 points."
|
1237 |
"p.ej. \" Yo {juego} a fútbol con un {balónl|3}. \" - \"juego\" da 1 punto y "
|
1238 |
"\"Balón\" 3 puntos. "
|
1239 |
|
1240 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1241 |
msgid "Here you can create an assessment question."
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1245 |
msgid ""
|
1246 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1250 |
msgid "The number of options in the maximum score."
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1254 |
msgid "Examples:"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1258 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1262 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1263 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1264 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1265 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1266 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1267 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1268 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1269 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1270 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1271 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1272 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1273 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1274 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1280 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1281 |
msgid "Demo"
|
1282 |
msgstr "Demo"
|
1283 |
|
1284 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1285 |
msgid "less true { [a] [b] [c] } more true"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1289 |
+
msgid "Single choice options"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1293 |
+
msgid ""
|
1294 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1295 |
+
"special mode.<br> This changes the calculation of the points"
|
1296 |
+
msgstr ""
|
1297 |
+
|
1298 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1299 |
+
msgid "Different points - modus 2 activate"
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1303 |
+
msgid "Disables the distinction between correct and incorrect."
|
1304 |
+
msgstr ""
|
1305 |
+
|
1306 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1307 |
+
msgid "disable correct and incorrent"
|
1308 |
+
msgstr ""
|
1309 |
+
|
1310 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1311 |
+
msgid "Explanation of points calculation"
|
1312 |
+
msgstr ""
|
1313 |
+
|
1314 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1315 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1316 |
+
msgid "\"Different points for each answer\" enabled"
|
1317 |
+
msgstr ""
|
1318 |
+
|
1319 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1320 |
+
msgid "\"Different points - mode 2\" disable"
|
1321 |
+
msgstr ""
|
1322 |
+
|
1323 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1324 |
+
msgid "\"Different points - mode 2\" enabled"
|
1325 |
+
msgstr ""
|
1326 |
+
|
1327 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1328 |
msgid "Questions sorted"
|
1329 |
msgstr "Preguntas ordenadas"
|
1413 |
|
1414 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1415 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1416 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1417 |
msgid "Statistics"
|
1418 |
msgstr "Estadísticas"
|
1419 |
|
1463 |
msgstr "Aplicar esta opción a:"
|
1464 |
|
1465 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1466 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1467 |
msgid "all users"
|
1468 |
msgstr "todos los usuarios"
|
1469 |
|
1470 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1471 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1472 |
msgid "registered useres only"
|
1473 |
msgstr "solo usuarios registrados"
|
1474 |
|
1475 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1476 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1477 |
msgid "anonymous users only"
|
1478 |
msgstr "solo usuarios anónimos"
|
1479 |
|
1626 |
"user. (only registered users)"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1630 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1631 |
+
msgid "Autostart"
|
1632 |
+
msgstr ""
|
1633 |
+
|
1634 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1635 |
+
msgid ""
|
1636 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1637 |
+
"is loaded."
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1641 |
msgid "Quiz description"
|
1642 |
msgstr "Descripción del cuestionario"
|
1643 |
|
1644 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1645 |
msgid "This text will be displayed before start of the quiz."
|
1646 |
msgstr "Este texto se mostrará antes del inicio del cuestionario."
|
1647 |
|
1648 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1649 |
msgid "Results text"
|
1650 |
msgstr "Texto del resultado"
|
1651 |
|
1652 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1653 |
msgid ""
|
1654 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1655 |
"is optional)"
|
1657 |
"Este texto se mostrará al final del cuestionario (en los resultados). (este "
|
1658 |
"texto es opcional)"
|
1659 |
|
1660 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1661 |
msgid "Activate graduation"
|
1662 |
msgstr "Activar calificaciones"
|
1663 |
|
1664 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1665 |
msgid "Hint:"
|
1666 |
msgstr "Pista de ayuda:"
|
1667 |
|
1668 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1669 |
msgid "Maximal 15 levels"
|
1670 |
msgstr "Máximo 15 niveles"
|
1671 |
|
1672 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1673 |
#, php-format
|
1674 |
msgid ""
|
1675 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1678 |
"Porcentaje en relación a la puntuación total del cuestionario. (Total "
|
1679 |
"actual: %d puntos en %d preguntas)"
|
1680 |
|
1681 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1682 |
msgid "Values can also be mixed up"
|
1683 |
msgstr "Los valores pueden también mezclarse"
|
1684 |
|
1685 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1686 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1687 |
msgstr ""
|
1688 |
"10,15% o 10.15% son posibles (máximo dos cifras después del punto decimal)"
|
1689 |
|
1690 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1691 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1692 |
msgid "from:"
|
1693 |
msgstr "de:"
|
1694 |
|
1695 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1696 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1697 |
msgid "percent"
|
1698 |
msgstr "porcentaje"
|
1699 |
|
1700 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1701 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1702 |
#, php-format
|
1703 |
msgid ""
|
1704 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1707 |
"(Se mostrará cuando el procentaje del resultado sea >= <span class="
|
1708 |
"\"resultProzent\">%s</span>%% )"
|
1709 |
|
1710 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1711 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1712 |
msgid "Delete graduation"
|
1713 |
msgstr "Borrar calificación"
|
1714 |
|
1715 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1716 |
msgid "Add graduation"
|
1717 |
msgstr "Añadir calificación"
|
1718 |
|
1719 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1720 |
msgid "Result-Options"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1724 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1725 |
msgid "Show average points"
|
1726 |
msgstr "Mostrar el promedio de puntuación"
|
1727 |
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1729 |
msgid "Statistics-function must be enabled."
|
1730 |
msgstr "La función Estadísticas deber estar activada."
|
1731 |
|
1732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1734 |
msgid "Show category score"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1738 |
msgid ""
|
1739 |
"If you enable this option, the results of each category is displayed on the "
|
1740 |
"results page."
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1745 |
msgid "Hide correct questions - display"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1749 |
msgid ""
|
1750 |
"If you select this option, no longer the number of correctly answered "
|
1751 |
"questions are displayed on the results page."
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1756 |
msgid "Hide quiz time - display"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1760 |
msgid ""
|
1761 |
"If you enable this option, the time for finishing the quiz won't be "
|
1762 |
"displayed on the results page anymore."
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1767 |
msgid "Hide score - display"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1771 |
msgid ""
|
1772 |
"If you enable this option, final score won't be displayed on the results "
|
1773 |
"page anymore."
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1777 |
msgid "Question-Options"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1781 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1782 |
msgid "Show points"
|
1783 |
msgstr "Mostrar los puntos"
|
1784 |
|
1785 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1786 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1787 |
msgstr ""
|
1788 |
"Mostrar en el cuestionario cuántos puntos se pueden conseguir por cada "
|
1789 |
"pregunta,"
|
1790 |
|
1791 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1792 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1793 |
msgid "Number answers"
|
1794 |
msgstr "Numerar las respuestas"
|
1795 |
|
1796 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1797 |
msgid ""
|
1798 |
"If this option is activated, all answers are numbered (only single and "
|
1799 |
"multiple choice)"
|
1801 |
"Si esta opción está activada, todas las respuestas serán numeradas (solo en "
|
1802 |
"las modalidades de respuesta única y respuesta múltiple)."
|
1803 |
|
1804 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1805 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1806 |
msgid "Hide correct- and incorrect message"
|
1807 |
msgstr "Oculltar el mensaje Correcto-Incorrecto"
|
1808 |
|
1809 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1810 |
msgid ""
|
1811 |
"If you enable this option, no correct- or incorrect message will be "
|
1812 |
"displayed."
|
1813 |
msgstr "Al activar esta opción, no se mostrará el mensaje Correcto -Incorrecto"
|
1814 |
|
1815 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1816 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1817 |
msgid "Correct and incorrect answer mark"
|
1818 |
msgstr "Marcar respuestas correctas e incorrectas"
|
1819 |
|
1820 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1821 |
msgid ""
|
1822 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1823 |
"incorrect. "
|
1825 |
"Al activar esta opción,las respuestas no serán destacadas en diferentes "
|
1826 |
"colores como correctas o incoreectas."
|
1827 |
|
1828 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1830 |
+
msgid "Force user to answer each question"
|
1831 |
+
msgstr ""
|
1832 |
+
|
1833 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1834 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1835 |
+
msgstr ""
|
1836 |
+
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1838 |
+
msgid ""
|
1839 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1840 |
+
"appear after end of the quiz, otherwise after each question."
|
1841 |
+
msgstr ""
|
1842 |
+
|
1843 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1844 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1845 |
+
msgid "Hide question position overview"
|
1846 |
+
msgstr ""
|
1847 |
+
|
1848 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1849 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1850 |
+
msgstr ""
|
1851 |
+
|
1852 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1853 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1854 |
+
msgid "Hide question numbering"
|
1855 |
+
msgstr ""
|
1856 |
+
|
1857 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1858 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1859 |
+
msgstr ""
|
1860 |
+
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1862 |
msgid ""
|
1863 |
"The leaderboard allows users to enter results in public list and to share "
|
1864 |
"the result this way."
|
1866 |
"El Ránking de puntuaciones permite a los usuarios introducir y compartir "
|
1867 |
"sus resultados en una lista pública."
|
1868 |
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1870 |
msgid "The leaderboard works independent from internal statistics function."
|
1871 |
msgstr ""
|
1872 |
"El Ránking de puntuaciones funciona independientemente de las estadísticas "
|
1873 |
"internas."
|
1874 |
|
1875 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1876 |
msgid "Who can sign up to the list"
|
1877 |
msgstr "Quién puede foirmar parte de la lista"
|
1878 |
|
1879 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1880 |
msgid ""
|
1881 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1882 |
"displayed)"
|
1884 |
"Los usuarios no registrados deberán escribir su nombnre y e-mail (el e-mail "
|
1885 |
"no será mostrado)"
|
1886 |
|
1887 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1888 |
msgid "insert automatically"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1892 |
msgid ""
|
1893 |
"If you enable this option, logged in users will be automatically entered "
|
1894 |
"into leaderboard"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1898 |
msgid "display captcha"
|
1899 |
msgstr "Mostrar captcha"
|
1900 |
|
1901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1902 |
msgid ""
|
1903 |
"If you enable this option, additional captcha will be displayed for users "
|
1904 |
"who are not registered."
|
1906 |
"Al activar esta opción, a los usuarios no registrados se le mostrará un "
|
1907 |
"código captcha."
|
1908 |
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1910 |
msgid "This option requires additional plugin:"
|
1911 |
msgstr "Esta opción requiere un plugin adicional:"
|
1912 |
|
1913 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1914 |
msgid "Plugin has been detected."
|
1915 |
msgstr "El plugin ha sido detectado."
|
1916 |
|
1917 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1918 |
msgid "Plugin is not installed."
|
1919 |
msgstr "El plugin no está instalado."
|
1920 |
|
1921 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1922 |
msgid "Sort list by"
|
1923 |
msgstr "Ordenar la lista por"
|
1924 |
|
1925 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1926 |
msgid "Users can apply multiple times"
|
1927 |
msgstr "El usuario puede intentarlo cuantas veces desee."
|
1928 |
|
1929 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1930 |
msgid "User can apply after:"
|
1931 |
msgstr "El usuario puede intentarlo de nuevo desspués de:"
|
1932 |
|
1933 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1934 |
msgid "minute"
|
1935 |
msgstr "minuto"
|
1936 |
|
1937 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1938 |
msgid "How many entries should be displayed"
|
1939 |
msgstr "Cantidad de entradas a mostrar"
|
1940 |
|
1941 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1942 |
msgid "Entries"
|
1943 |
msgstr "Entradas"
|
1944 |
|
1945 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1946 |
msgid "Automatically display leaderboard in quiz result"
|
1947 |
msgstr ""
|
1948 |
"Mostrar automáticamente el Ránking de puntuaciones en el resultado del "
|
1949 |
"cuestionario."
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1952 |
msgid "Where should leaderboard be displayed:"
|
1953 |
msgstr "Dónde será mostrado el Ránking de puntuaciones:"
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1956 |
msgid "don't display"
|
1957 |
msgstr "No mostrarlo"
|
1958 |
|
1959 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1960 |
msgid "below the \"result text\""
|
1961 |
msgstr "después del \"texto del resultado\""
|
1962 |
|
1963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1964 |
msgid "in a button"
|
1965 |
msgstr "en un botón"
|
1966 |
|
1967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1968 |
msgid "Quiz-Mode"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1972 |
msgid "Normal"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1976 |
msgid "Normal + Back-Button"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1980 |
msgid "Check -> continue"
|
1981 |
msgstr "Comprobar -> continuar"
|
1982 |
|
1983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1984 |
msgid "Questions below each other"
|
1985 |
msgstr "Mostrar las respuestas una debajo de la otra"
|
1986 |
|
1987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1988 |
msgid ""
|
1989 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1990 |
"displayed at the end of the quiz."
|
1991 |
msgstr ""
|
1992 |
|
1993 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
1994 |
msgid "Allows to use the back button in a question."
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
1998 |
msgid "Shows \"right or wrong\" after each question."
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2002 |
msgid ""
|
2003 |
"If this option is activated, all answers are displayed below each other, i."
|
2004 |
"e. all questions are on a single page."
|
2027 |
msgid "Support WP-Pro-Quiz"
|
2028 |
msgstr "Apoyar a Wp-Pro-Quiz"
|
2029 |
|
2030 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2031 |
msgid "ID"
|
2032 |
msgstr "ID"
|
2033 |
|
2034 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2035 |
msgid "Shortcode"
|
2036 |
msgstr "Código abreviado"
|
2037 |
|
2038 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2039 |
msgid "Shortcode-Leaderboard"
|
2040 |
msgstr "Código abreviado del Ránking de puntuaciones"
|
2041 |
|
2042 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2043 |
msgid "Preview"
|
2044 |
msgstr "Previsualizar"
|
2045 |
|
2046 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2047 |
msgid "Add quiz"
|
2048 |
msgstr "Añadir cuestionario"
|
2049 |
|
2050 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2051 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2052 |
msgid "Export"
|
2053 |
msgstr "Exportar"
|
2054 |
|
2055 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2056 |
msgid ""
|
2057 |
"Choose the respective question, which you would like to export and press on "
|
2058 |
"\"Start export\""
|
2060 |
"Selecciona las preguntas correspondientes que deseas exportar y pulsa sobre "
|
2061 |
"\"Empezar exportación\""
|
2062 |
|
2063 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2064 |
+
msgid "Format:"
|
2065 |
+
msgstr ""
|
2066 |
+
|
2067 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2068 |
+
msgid "*.wpq"
|
2069 |
+
msgstr ""
|
2070 |
+
|
2071 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2072 |
+
msgid "or"
|
2073 |
+
msgstr ""
|
2074 |
+
|
2075 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2076 |
+
msgid "*.xml"
|
2077 |
+
msgstr ""
|
2078 |
+
|
2079 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2080 |
msgid "Start export"
|
2081 |
msgstr "Empezar exportación"
|
2082 |
|
2083 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2084 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2085 |
+
msgstr ""
|
2086 |
|
2087 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2088 |
#, php-format
|
2089 |
msgid "Maximal %d MiB"
|
2090 |
msgstr "Máximo de %d MiB"
|
2471 |
#~ msgid "All"
|
2472 |
#~ msgstr "Alle"
|
2473 |
|
|
|
|
|
|
|
2474 |
#~ msgid "Right"
|
2475 |
#~ msgstr "Richtig"
|
2476 |
|
languages/wp-pro-quiz-fr_FR.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-fr_FR.po
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -60,7 +60,7 @@ msgstr "Voulez-vous vraiment réinitialiser les statistiques?"
|
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
64 |
msgid "No data available"
|
65 |
msgstr "Aucune donnée disponible"
|
66 |
|
@@ -88,23 +88,35 @@ msgid "Not all fields completed."
|
|
88 |
msgstr ""
|
89 |
|
90 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
91 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
92 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
93 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
94 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
95 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
96 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
97 |
msgid "Loading"
|
98 |
msgstr "Chargement"
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
101 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
102 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
105 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
110 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -118,7 +130,7 @@ msgstr "Vous n'avez pas les permissions suffisantes pour accéder à cette page.
|
|
118 |
msgid "Settings saved"
|
119 |
msgstr "Paramètres auvegardés"
|
120 |
|
121 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -144,20 +156,20 @@ msgid "Question not found"
|
|
144 |
msgstr "Question introuvable"
|
145 |
|
146 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
147 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
148 |
#, php-format
|
149 |
msgid "Question: %d"
|
150 |
msgstr "Question: %d"
|
151 |
|
152 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
153 |
msgid "Question edited"
|
154 |
msgstr "Question modifiée"
|
155 |
|
156 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
157 |
msgid "New question"
|
158 |
msgstr "Nouvelle question"
|
159 |
|
160 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
161 |
msgid "Question added"
|
162 |
msgstr "Question ajouté"
|
163 |
|
@@ -184,6 +196,16 @@ msgstr "Créer un quiz"
|
|
184 |
msgid "Quiz deleted"
|
185 |
msgstr "Quiz supprimé"
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
188 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
189 |
msgid "No category"
|
@@ -220,6 +242,7 @@ msgid "You entered wrong captcha code."
|
|
220 |
msgstr "Le code captcha n'est pas correct"
|
221 |
|
222 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
223 |
msgid "File was not uploaded"
|
224 |
msgstr "Le fichier n'a pas été téléchargé"
|
225 |
|
@@ -231,6 +254,11 @@ msgstr "Le fichier n'a pas le bon format"
|
|
231 |
msgid "File is not compatible with the current version"
|
232 |
msgstr "Le fichier n'est pas compatible avec la version actuelle"
|
233 |
|
|
|
|
|
|
|
|
|
|
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
235 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
236 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -279,14 +307,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
279 |
msgstr ""
|
280 |
|
281 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
282 |
msgid "WP-Pro-Quiz"
|
283 |
msgstr ""
|
284 |
|
285 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
286 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
287 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
288 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
289 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
290 |
msgid "Leaderboard"
|
291 |
msgstr "Tableau de bord"
|
292 |
|
@@ -311,17 +340,17 @@ msgid "Sort by:"
|
|
311 |
msgstr "Trier par:"
|
312 |
|
313 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
314 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
315 |
msgid "best user"
|
316 |
msgstr "Meilleur utilisateur"
|
317 |
|
318 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
319 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
320 |
msgid "newest entry"
|
321 |
msgstr "entrée la plus récente"
|
322 |
|
323 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
324 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
325 |
msgid "oldest entry"
|
326 |
msgstr "entrée la plus ancienne"
|
327 |
|
@@ -345,7 +374,7 @@ msgid "User"
|
|
345 |
msgstr "Utilisateur"
|
346 |
|
347 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
348 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
349 |
msgid "E-Mail"
|
350 |
msgstr "E-Mail"
|
351 |
|
@@ -355,14 +384,14 @@ msgid "Entered on"
|
|
355 |
msgstr "Passé le"
|
356 |
|
357 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
358 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
359 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
360 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
361 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
362 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
363 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
364 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
365 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
366 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
367 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
368 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -379,7 +408,7 @@ msgstr "Résultats"
|
|
379 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
380 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
381 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
382 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
383 |
msgid "Edit"
|
384 |
msgstr "Modifier"
|
385 |
|
@@ -387,7 +416,7 @@ msgstr "Modifier"
|
|
387 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
388 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
389 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
390 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
391 |
msgid "Delete"
|
392 |
msgstr "Supprimer"
|
393 |
|
@@ -419,12 +448,11 @@ msgstr "Limite de temps"
|
|
419 |
|
420 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
421 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
422 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
423 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
424 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
425 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
426 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
427 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
428 |
msgid "Quiz-summary"
|
429 |
msgstr "Résumé-Quiz"
|
430 |
|
@@ -435,13 +463,13 @@ msgstr "%s questions correctes sur %s "
|
|
435 |
|
436 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
437 |
#: lib/view/WpProQuiz_View_Import.php:44
|
438 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
439 |
msgid "Questions"
|
440 |
msgstr "Questions"
|
441 |
|
442 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
443 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
444 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
445 |
msgid "Finish quiz"
|
446 |
msgstr "Terminer le quiz"
|
447 |
|
@@ -486,14 +514,6 @@ msgstr "Score moyen"
|
|
486 |
msgid "Your score"
|
487 |
msgstr "Votre score"
|
488 |
|
489 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
490 |
-
msgid "Categories"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
494 |
-
msgid "Not categorized"
|
495 |
-
msgstr ""
|
496 |
-
|
497 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
498 |
msgid "Restart quiz"
|
499 |
msgstr "Refaire le quiz"
|
@@ -518,82 +538,82 @@ msgstr "Examiner"
|
|
518 |
msgid "Review question"
|
519 |
msgstr "Examiner la question"
|
520 |
|
521 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
522 |
#, php-format
|
523 |
msgid "Question %s of %s"
|
524 |
msgstr "Question %s sur %s"
|
525 |
|
526 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
527 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
528 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
529 |
msgid "Question"
|
530 |
msgstr "Question"
|
531 |
|
532 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
533 |
#, php-format
|
534 |
msgid "%d points"
|
535 |
msgstr "%d points"
|
536 |
|
537 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
538 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
539 |
msgid "Sort elements"
|
540 |
msgstr "Trier les éléments"
|
541 |
|
542 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
543 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
544 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
545 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
546 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
547 |
msgid "Correct"
|
548 |
msgstr "Exact"
|
549 |
|
550 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
551 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
552 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
553 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
554 |
msgid "Incorrect"
|
555 |
msgstr "Inexact"
|
556 |
|
557 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
558 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
559 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
560 |
msgid "Hint"
|
561 |
msgstr "Indice"
|
562 |
|
563 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
564 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
565 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
566 |
msgid "Skip question"
|
567 |
msgstr "Passer la question"
|
568 |
|
569 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
570 |
msgid "Back"
|
571 |
msgstr "Retour"
|
572 |
|
573 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
574 |
msgid "Check"
|
575 |
msgstr "Vérifier"
|
576 |
|
577 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
578 |
msgid "Next"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
582 |
msgid "Your result has been entered into leaderboard"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
586 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
587 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
588 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
589 |
msgid "Name"
|
590 |
msgstr "Nom"
|
591 |
|
592 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
593 |
msgid "Captcha"
|
594 |
msgstr "Captcha"
|
595 |
|
596 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
597 |
msgid "Send"
|
598 |
msgstr "Envoyer"
|
599 |
|
@@ -626,13 +646,13 @@ msgid "E-Mail settings"
|
|
626 |
msgstr ""
|
627 |
|
628 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
629 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
630 |
msgid "Settings in case of problems"
|
631 |
msgstr "Paramètres en cas de problèmes"
|
632 |
|
633 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
634 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
635 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
636 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
637 |
msgid "Save"
|
638 |
msgstr "Enregistrer"
|
@@ -670,7 +690,7 @@ msgid "Category management"
|
|
670 |
msgstr "Gestion des catégories"
|
671 |
|
672 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
673 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
674 |
msgid "Admin e-mail settings"
|
675 |
msgstr ""
|
676 |
|
@@ -686,25 +706,25 @@ msgstr ""
|
|
686 |
"Séparez les adresses par une virgule, par exemple wp@test.com, test@test.com"
|
687 |
|
688 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
689 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
690 |
msgid "From:"
|
691 |
msgstr "De:"
|
692 |
|
693 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
694 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
695 |
msgid "Subject:"
|
696 |
msgstr "Sujet:"
|
697 |
|
698 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
699 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
700 |
msgid "HTML"
|
701 |
msgstr ""
|
702 |
|
703 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
704 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
705 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
706 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
707 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
708 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
709 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
710 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -716,101 +736,110 @@ msgstr ""
|
|
716 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
725 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
729 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
735 |
msgid "Activate"
|
736 |
msgstr "Activer"
|
737 |
|
738 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
739 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
740 |
msgid "Message body:"
|
741 |
msgstr "Corps du message"
|
742 |
|
743 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
744 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
745 |
msgid "Allowed variables"
|
746 |
msgstr "Variables autorisées"
|
747 |
|
748 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
749 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
750 |
msgid "User-ID"
|
751 |
msgstr "ID de l'utilisateur"
|
752 |
|
753 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
754 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
755 |
msgid "Username"
|
756 |
msgstr "Identifiant"
|
757 |
|
758 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
759 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
760 |
msgid "Quiz-Name"
|
761 |
msgstr "Nom-quiz"
|
762 |
|
763 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
764 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
765 |
msgid "Result in precent"
|
766 |
msgstr "Résultat en pourcentage"
|
767 |
|
768 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
769 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
770 |
msgid "Reached points"
|
771 |
msgstr "Points atteints"
|
772 |
|
773 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
774 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
775 |
msgid "IP-address of the user"
|
776 |
msgstr "Adresse IP de l'utilisateur"
|
777 |
|
778 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
779 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
780 |
msgid "User e-mail settings"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
784 |
msgid "to activate"
|
785 |
msgstr "d'activer"
|
786 |
|
787 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
788 |
msgid "not to activate"
|
789 |
msgstr "de ne pas activer"
|
790 |
|
791 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
792 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
793 |
msgid "Please note"
|
794 |
msgstr "Veuillez noter"
|
795 |
|
796 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
797 |
msgid ""
|
798 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
799 |
msgstr ""
|
800 |
"Ces paramètres ne doivent être réglés qu'en cas de problèmes avec Wp-Pro-"
|
801 |
"Quiz."
|
802 |
|
803 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
804 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
805 |
msgid "Automatically add [raw] shortcode"
|
806 |
msgstr "Ajouter automatiquement un shortcode [raw]"
|
807 |
|
808 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
809 |
#, php-format
|
810 |
msgid "It is recommended %s this option on your system."
|
811 |
msgstr "Il est recommandé %s cette option sur votre système."
|
812 |
|
813 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
814 |
msgid ""
|
815 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
816 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -819,7 +848,7 @@ msgstr ""
|
|
819 |
"autour du shortcode WpProQuiz ( [WpProQuiz X] ) devient [raw] [WpProQuiz X] "
|
820 |
"[/raw]"
|
821 |
|
822 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
823 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
824 |
msgid ""
|
825 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -828,12 +857,12 @@ msgstr ""
|
|
828 |
"Certains thèmes modifient l'ordre interne des filtres, ce qui cause des "
|
829 |
"problèmes. L'utilisation de shorcode [raw] empêche ce genre de problèmes."
|
830 |
|
831 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
832 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
833 |
msgid "Do not load the Javascript-files in the footer"
|
834 |
msgstr "Ne pas charger les fichiers javascript dans le pied de page"
|
835 |
|
836 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
837 |
msgid ""
|
838 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
839 |
"when they are really needed."
|
@@ -841,11 +870,11 @@ msgstr ""
|
|
841 |
"En général, tous les fichiers Javascript-WpProQuiz sont chargés dans le pied "
|
842 |
"de page et seulement quand ils sont vraiment nécessaires."
|
843 |
|
844 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
845 |
msgid "In very old Wordpress themes this can lead to problems."
|
846 |
msgstr "Dans les anciens thèmes Wordpress cela peut provoquer des problèmes"
|
847 |
|
848 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
849 |
msgid ""
|
850 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
851 |
"the header even if they are not needed."
|
@@ -853,7 +882,7 @@ msgstr ""
|
|
853 |
"Si vous activez cette option, tous les fichiers WpProQuiz-Javascript sont "
|
854 |
"chargés dans l'en-tête, même s'ils ne sont pas nécessaires."
|
855 |
|
856 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
857 |
#, php-format
|
858 |
msgid ""
|
859 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -862,53 +891,53 @@ msgstr ""
|
|
862 |
"Pour ceux qui veulent en savoir plus concernant ce sujet devrait lire les "
|
863 |
"sites suivants %s et %s."
|
864 |
|
865 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
866 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
867 |
msgid "Touch Library"
|
868 |
msgstr "Bibliothèque tactile"
|
869 |
|
870 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
871 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
872 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
873 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
874 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
875 |
msgid "Deactivate"
|
876 |
msgstr "Désactiver"
|
877 |
|
878 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
879 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
880 |
msgstr ""
|
881 |
"Dans la version 0.13 une nouvelle bibliothèque tactile a été ajoutée pour "
|
882 |
"les appareils mobiles."
|
883 |
|
884 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
885 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
886 |
msgstr ""
|
887 |
"Si vous rencontrez des problèmes avec la bibliothèque tactile, veuillez la "
|
888 |
"désactiver."
|
889 |
|
890 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
891 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
892 |
msgid "jQuery support cors"
|
893 |
msgstr "noyau de support jQuery"
|
894 |
|
895 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
896 |
msgid "Is required only in rare cases."
|
897 |
msgstr "N'est nécessaire que dans de rares cas."
|
898 |
|
899 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
900 |
msgid "If you have problems with the front ajax, please activate it."
|
901 |
msgstr ""
|
902 |
"Si vous rencontrez des problèmes avec l'ajax côté utilisateur, veuillez "
|
903 |
"l'activer."
|
904 |
|
905 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
906 |
msgid "e.g. Domain with special characters in combination with IE"
|
907 |
msgstr "ex: Domaine avec des caractères spéciaux en combinaison avec IE"
|
908 |
|
909 |
#: lib/view/WpProQuiz_View_Import.php:21
|
910 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
911 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
912 |
msgid "Import"
|
913 |
msgstr "Importer"
|
914 |
|
@@ -928,8 +957,8 @@ msgstr "Importation terminée avec succès"
|
|
928 |
msgid "Quiz name"
|
929 |
msgstr "Nom du quiz"
|
930 |
|
931 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
932 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
933 |
msgid "Start import"
|
934 |
msgstr "Commencer l'importation"
|
935 |
|
@@ -942,8 +971,8 @@ msgstr "Titre"
|
|
942 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
943 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
944 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
945 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
946 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
947 |
msgid "(optional)"
|
948 |
msgstr "(optionnel)"
|
949 |
|
@@ -957,10 +986,10 @@ msgstr ""
|
|
957 |
|
958 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
959 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
960 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
961 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
962 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
963 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
964 |
msgid "(required)"
|
965 |
msgstr "(obligatoire)"
|
966 |
|
@@ -1098,11 +1127,11 @@ msgstr "Texte à trous"
|
|
1098 |
msgid "Assessment"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1102 |
msgid "Answers"
|
1103 |
msgstr "Réponses"
|
1104 |
|
1105 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1106 |
msgid ""
|
1107 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1108 |
"answers will be displayed randomly."
|
@@ -1110,13 +1139,13 @@ msgstr ""
|
|
1110 |
"S'il vous plaît trier les réponses dans le bon ordre avec le bouton "
|
1111 |
"\"Déplacer \". Les réponses seront affichées au hasard."
|
1112 |
|
1113 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1114 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1115 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1116 |
msgid "Add new answer"
|
1117 |
msgstr "Ajouter une nouvelle réponse"
|
1118 |
|
1119 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1120 |
msgid ""
|
1121 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1122 |
"matching criterion."
|
@@ -1124,7 +1153,7 @@ msgstr ""
|
|
1124 |
"Dans ce mode, une liste n'a pas à être triée, mais les éléments doivent être "
|
1125 |
"affectés au critère correspondant."
|
1126 |
|
1127 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1128 |
msgid ""
|
1129 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1130 |
"user."
|
@@ -1132,56 +1161,56 @@ msgstr ""
|
|
1132 |
"Vous pouvez créer des éléments à trier avec critères vides, qui ne peuvent "
|
1133 |
"être affectés par l'utilisateur."
|
1134 |
|
1135 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1136 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1137 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1138 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1139 |
msgid "Options"
|
1140 |
msgstr "Options"
|
1141 |
|
1142 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1143 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1144 |
msgid "Answer"
|
1145 |
msgstr "Réponse"
|
1146 |
|
1147 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1148 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1149 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1150 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1151 |
msgid "Allow HTML"
|
1152 |
msgstr "HTML autorisé"
|
1153 |
|
1154 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1155 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1156 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1157 |
-
msgid "Delete answer"
|
1158 |
-
msgstr "Supprimer la réponse"
|
1159 |
-
|
1160 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1161 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1162 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1163 |
-
msgid "
|
1164 |
-
msgstr ""
|
1165 |
|
1166 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1167 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1168 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1169 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1170 |
msgid "Move"
|
1171 |
msgstr "Déplacer"
|
1172 |
|
1173 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1174 |
msgid "Criterion"
|
1175 |
msgstr "Critère"
|
1176 |
|
1177 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1178 |
msgid ""
|
1179 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1180 |
msgstr ""
|
1181 |
"réponses acceptées (une par ligne) (les réponses seront converties en "
|
1182 |
"minuscules)"
|
1183 |
|
1184 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1185 |
msgid ""
|
1186 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1187 |
"small letters will be ignored."
|
@@ -1189,7 +1218,7 @@ msgstr ""
|
|
1189 |
"Placez les mots recherchés avec {} par exemple \"Je {joue} au football \". "
|
1190 |
"Majuscules et minuscules sont ignorées."
|
1191 |
|
1192 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1193 |
msgid ""
|
1194 |
"You can specify multiple options for a search word. Enclose the word with "
|
1195 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1201,7 +1230,7 @@ msgstr ""
|
|
1201 |
"spacing: 2px;\"> \"Il {[joue] [aime] [déteste]} le football \" </ span>. "
|
1202 |
"Dans ce cas, les réponses joue, aime ou déteste sont corrects."
|
1203 |
|
1204 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1205 |
msgid ""
|
1206 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1207 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1210,7 +1239,7 @@ msgstr ""
|
|
1210 |
"pouvez attribuer des points avec | POINTS. Sinon, 1 point sera attribué pour "
|
1211 |
"chaque réponse."
|
1212 |
|
1213 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1214 |
msgid ""
|
1215 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1216 |
"\" 3 points."
|
@@ -1218,52 +1247,93 @@ msgstr ""
|
|
1218 |
"exemple: \"Je {joue} au foot, avec un {ballon|3}\" - \"joue\" donne 1 point "
|
1219 |
"et \"ballon\" 3 points."
|
1220 |
|
1221 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1222 |
msgid "Here you can create an assessment question."
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1226 |
msgid ""
|
1227 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1231 |
msgid "The number of options in the maximum score."
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1235 |
msgid "Examples:"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1239 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1243 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1244 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1245 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1249 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1250 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1251 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1252 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1253 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1254 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1255 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1256 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1257 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1258 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1259 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1260 |
msgid "Demo"
|
1261 |
msgstr "Démo"
|
1262 |
|
1263 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1264 |
msgid "less true { [a] [b] [c] } more true"
|
1265 |
msgstr ""
|
1266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1267 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1268 |
msgid "Questions sorted"
|
1269 |
msgstr "Questions triées"
|
@@ -1352,7 +1422,7 @@ msgstr "0 = aucune limite"
|
|
1352 |
|
1353 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1354 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1355 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1356 |
msgid "Statistics"
|
1357 |
msgstr "Statistiques"
|
1358 |
|
@@ -1402,17 +1472,17 @@ msgid "This option applies to:"
|
|
1402 |
msgstr "Cette option s'applique à:"
|
1403 |
|
1404 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1405 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1406 |
msgid "all users"
|
1407 |
msgstr "tous les utilisateurs"
|
1408 |
|
1409 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1410 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1411 |
msgid "registered useres only"
|
1412 |
msgstr "utilisateurs enregistrés seulement"
|
1413 |
|
1414 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1415 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1416 |
msgid "anonymous users only"
|
1417 |
msgstr "utilisateurs anonymes seulement"
|
1418 |
|
@@ -1578,19 +1648,30 @@ msgid ""
|
|
1578 |
"user. (only registered users)"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1582 |
msgid "Quiz description"
|
1583 |
msgstr "Description du quiz"
|
1584 |
|
1585 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1586 |
msgid "This text will be displayed before start of the quiz."
|
1587 |
msgstr "Ce texte sera affiché avant le début du test."
|
1588 |
|
1589 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1590 |
msgid "Results text"
|
1591 |
msgstr "Texte pour le résultat"
|
1592 |
|
1593 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1594 |
msgid ""
|
1595 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1596 |
"is optional)"
|
@@ -1598,19 +1679,19 @@ msgstr ""
|
|
1598 |
"Ce texte sera affiché à la fin du quiz (dans les résultats). (Ce texte est "
|
1599 |
"facultatif)"
|
1600 |
|
1601 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1602 |
msgid "Activate graduation"
|
1603 |
msgstr "Activer le système de barême"
|
1604 |
|
1605 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1606 |
msgid "Hint:"
|
1607 |
msgstr "Indice:"
|
1608 |
|
1609 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1610 |
msgid "Maximal 15 levels"
|
1611 |
msgstr "15 niveaux maximum"
|
1612 |
|
1613 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1614 |
#, php-format
|
1615 |
msgid ""
|
1616 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1619,26 +1700,26 @@ msgstr ""
|
|
1619 |
"Les pourcentages se réfèrent au score total du quiz. (Total actuel %d points "
|
1620 |
"sur %d questions.)"
|
1621 |
|
1622 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1623 |
msgid "Values can also be mixed up"
|
1624 |
msgstr "Les valeurs peuvent aussi être mélangés"
|
1625 |
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1628 |
msgstr "10,15% ou 10.15% autorisés (max. 2 chiffres après la virgule)"
|
1629 |
|
1630 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1631 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1632 |
msgid "from:"
|
1633 |
msgstr "de:"
|
1634 |
|
1635 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1637 |
msgid "percent"
|
1638 |
msgstr "pourcent"
|
1639 |
|
1640 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1641 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1642 |
#, php-format
|
1643 |
msgid ""
|
1644 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1647,92 +1728,92 @@ msgstr ""
|
|
1647 |
"(sera affiché, lorsque le pourcentage est >= <span class=\"resultProzent\">"
|
1648 |
"%s</span>%%)"
|
1649 |
|
1650 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1651 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1652 |
msgid "Delete graduation"
|
1653 |
msgstr "Supprimer le barême"
|
1654 |
|
1655 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1656 |
msgid "Add graduation"
|
1657 |
msgstr "Ajouter un barême"
|
1658 |
|
1659 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1660 |
msgid "Result-Options"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1665 |
msgid "Show average points"
|
1666 |
msgstr "Montrer la moyenne des points"
|
1667 |
|
1668 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1669 |
msgid "Statistics-function must be enabled."
|
1670 |
msgstr "La fonction statistiques doit être activée."
|
1671 |
|
1672 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
msgid "Show category score"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1678 |
msgid ""
|
1679 |
"If you enable this option, the results of each category is displayed on the "
|
1680 |
"results page."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1684 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1685 |
msgid "Hide correct questions - display"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1689 |
msgid ""
|
1690 |
"If you select this option, no longer the number of correctly answered "
|
1691 |
"questions are displayed on the results page."
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1695 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1696 |
msgid "Hide quiz time - display"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1700 |
msgid ""
|
1701 |
"If you enable this option, the time for finishing the quiz won't be "
|
1702 |
"displayed on the results page anymore."
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1706 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1707 |
msgid "Hide score - display"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1711 |
msgid ""
|
1712 |
"If you enable this option, final score won't be displayed on the results "
|
1713 |
"page anymore."
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1717 |
msgid "Question-Options"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1722 |
msgid "Show points"
|
1723 |
msgstr "Montrer les points"
|
1724 |
|
1725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1726 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1727 |
msgstr ""
|
1728 |
"Montre dans le quiz, combien de points sont accessibles pour chaque question."
|
1729 |
|
1730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1732 |
msgid "Number answers"
|
1733 |
msgstr "Réponse n°"
|
1734 |
|
1735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1736 |
msgid ""
|
1737 |
"If this option is activated, all answers are numbered (only single and "
|
1738 |
"multiple choice)"
|
@@ -1740,12 +1821,12 @@ msgstr ""
|
|
1740 |
"Si cette option est activée, toutes les réponses sont numérotés (seul choix "
|
1741 |
"simple ou choix multiple)"
|
1742 |
|
1743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1744 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1745 |
msgid "Hide correct- and incorrect message"
|
1746 |
msgstr "Cacher le message correct- et incorrect"
|
1747 |
|
1748 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1749 |
msgid ""
|
1750 |
"If you enable this option, no correct- or incorrect message will be "
|
1751 |
"displayed."
|
@@ -1753,12 +1834,12 @@ msgstr ""
|
|
1753 |
"Si vous activez cette option, aucun message correcte ou incorrecte ne sera "
|
1754 |
"affiché."
|
1755 |
|
1756 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1757 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1758 |
msgid "Correct and incorrect answer mark"
|
1759 |
msgstr "Marque de réponse correcte ou incorrecte"
|
1760 |
|
1761 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1762 |
msgid ""
|
1763 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1764 |
"incorrect. "
|
@@ -1766,7 +1847,40 @@ msgstr ""
|
|
1766 |
"Si vous activez cette option, les réponses ne seront pas surlignées comme "
|
1767 |
"correcte ou incorrecte."
|
1768 |
|
1769 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1770 |
msgid ""
|
1771 |
"The leaderboard allows users to enter results in public list and to share "
|
1772 |
"the result this way."
|
@@ -1774,17 +1888,17 @@ msgstr ""
|
|
1774 |
"Le classement permet aux utilisateurs d'entrer les résultats dans la liste "
|
1775 |
"publique et de partager le résultat de cette façon."
|
1776 |
|
1777 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1778 |
msgid "The leaderboard works independent from internal statistics function."
|
1779 |
msgstr ""
|
1780 |
"Le classement fonctionne indépendamment de la fonction interne de "
|
1781 |
"statistiques "
|
1782 |
|
1783 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1784 |
msgid "Who can sign up to the list"
|
1785 |
msgstr "Qui peut s'inscrire à la liste"
|
1786 |
|
1787 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1788 |
msgid ""
|
1789 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1790 |
"displayed)"
|
@@ -1792,11 +1906,11 @@ msgstr ""
|
|
1792 |
"Les utilisateurs non-connectés doivent saisir leur nom et leur email "
|
1793 |
"(l'email reste secret)"
|
1794 |
|
1795 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1796 |
msgid "insert automatically"
|
1797 |
msgstr "insérer automatiquement"
|
1798 |
|
1799 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1800 |
msgid ""
|
1801 |
"If you enable this option, logged in users will be automatically entered "
|
1802 |
"into leaderboard"
|
@@ -1804,11 +1918,11 @@ msgstr ""
|
|
1804 |
"Si vous activez cette option, les utilisateurs enregistrés seront "
|
1805 |
"automatiquement dans le classement"
|
1806 |
|
1807 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1808 |
msgid "display captcha"
|
1809 |
msgstr "Afficher le captcha"
|
1810 |
|
1811 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1812 |
msgid ""
|
1813 |
"If you enable this option, additional captcha will be displayed for users "
|
1814 |
"who are not registered."
|
@@ -1816,83 +1930,83 @@ msgstr ""
|
|
1816 |
"Si vous activez cette option,un captcha supplémentaire sera affiché pour "
|
1817 |
"les utilisateurs qui ne sont pas enregistrés."
|
1818 |
|
1819 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1820 |
msgid "This option requires additional plugin:"
|
1821 |
msgstr "Cette option nécessite un module supplémentaire:"
|
1822 |
|
1823 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1824 |
msgid "Plugin has been detected."
|
1825 |
msgstr "L'extension a été détectée"
|
1826 |
|
1827 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1828 |
msgid "Plugin is not installed."
|
1829 |
msgstr "L'extension n'est pas installée"
|
1830 |
|
1831 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1832 |
msgid "Sort list by"
|
1833 |
msgstr "Trier la liste par"
|
1834 |
|
1835 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1836 |
msgid "Users can apply multiple times"
|
1837 |
msgstr "Les utilisateurs peuvent s'exercer plusieurs fois"
|
1838 |
|
1839 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1840 |
msgid "User can apply after:"
|
1841 |
msgstr "L'utilisateur peut s'exercer après:"
|
1842 |
|
1843 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1844 |
msgid "minute"
|
1845 |
msgstr "minute"
|
1846 |
|
1847 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1848 |
msgid "How many entries should be displayed"
|
1849 |
msgstr "Combien d'entrées doivent être affichées"
|
1850 |
|
1851 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1852 |
msgid "Entries"
|
1853 |
msgstr "Entrées"
|
1854 |
|
1855 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1856 |
msgid "Automatically display leaderboard in quiz result"
|
1857 |
msgstr "Afficher automatiquement le classement dans le résultat du quiz"
|
1858 |
|
1859 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1860 |
msgid "Where should leaderboard be displayed:"
|
1861 |
msgstr "Où doit s'afficher le classement:"
|
1862 |
|
1863 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1864 |
msgid "don't display"
|
1865 |
msgstr "ne pas montrer"
|
1866 |
|
1867 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1868 |
msgid "below the \"result text\""
|
1869 |
msgstr "en dessous le \"texte du résultat\""
|
1870 |
|
1871 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1872 |
msgid "in a button"
|
1873 |
msgstr "dans un bouton"
|
1874 |
|
1875 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1876 |
msgid "Quiz-Mode"
|
1877 |
msgstr "Mode-Quiz"
|
1878 |
|
1879 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1880 |
msgid "Normal"
|
1881 |
msgstr "Normal"
|
1882 |
|
1883 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1884 |
msgid "Normal + Back-Button"
|
1885 |
msgstr "Normal+Bouton de retour"
|
1886 |
|
1887 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1888 |
msgid "Check -> continue"
|
1889 |
msgstr "Vérifier -> suite"
|
1890 |
|
1891 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1892 |
msgid "Questions below each other"
|
1893 |
msgstr "Questions l'une en dessus de l'autre"
|
1894 |
|
1895 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1896 |
msgid ""
|
1897 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1898 |
"displayed at the end of the quiz."
|
@@ -1900,15 +2014,15 @@ msgstr ""
|
|
1900 |
"Affiche toutes les questions de manière séquentielle, les \"vrai\" ou \"faux"
|
1901 |
"\" seront affichés à la fin du quiz."
|
1902 |
|
1903 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1904 |
msgid "Allows to use the back button in a question."
|
1905 |
msgstr "Permet d'utiliser le bouton de retour à une question."
|
1906 |
|
1907 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1908 |
msgid "Shows \"right or wrong\" after each question."
|
1909 |
msgstr "Montre \"Vrai ou faux\" après chaque question."
|
1910 |
|
1911 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1912 |
msgid ""
|
1913 |
"If this option is activated, all answers are displayed below each other, i."
|
1914 |
"e. all questions are on a single page."
|
@@ -1938,32 +2052,32 @@ msgstr "Gestionnaire de style"
|
|
1938 |
msgid "Support WP-Pro-Quiz"
|
1939 |
msgstr "Soutenez WP-Pro-Quiz"
|
1940 |
|
1941 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1942 |
msgid "ID"
|
1943 |
msgstr "ID"
|
1944 |
|
1945 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1946 |
msgid "Shortcode"
|
1947 |
msgstr "Shortcode"
|
1948 |
|
1949 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1950 |
msgid "Shortcode-Leaderboard"
|
1951 |
msgstr "Classement-Shortcode"
|
1952 |
|
1953 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1954 |
msgid "Preview"
|
1955 |
msgstr "Prévisualiser"
|
1956 |
|
1957 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1958 |
msgid "Add quiz"
|
1959 |
msgstr "Ajouter un quiz"
|
1960 |
|
1961 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1962 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1963 |
msgid "Export"
|
1964 |
msgstr "Exporter"
|
1965 |
|
1966 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1967 |
msgid ""
|
1968 |
"Choose the respective question, which you would like to export and press on "
|
1969 |
"\"Start export\""
|
@@ -1971,15 +2085,31 @@ msgstr ""
|
|
1971 |
"Choisissez la question correspondante, que vous souhaitez exporter, puis "
|
1972 |
"appuyez sur \"Démarrer l'exportation\""
|
1973 |
|
1974 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1975 |
msgid "Start export"
|
1976 |
msgstr "Commencer l'exportation"
|
1977 |
|
1978 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1979 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1980 |
-
msgstr "
|
1981 |
|
1982 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1983 |
#, php-format
|
1984 |
msgid "Maximal %d MiB"
|
1985 |
msgstr "Maximum %d MiB"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:58+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:58+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
64 |
msgid "No data available"
|
65 |
msgstr "Aucune donnée disponible"
|
66 |
|
88 |
msgstr ""
|
89 |
|
90 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
91 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
92 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
93 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
94 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
95 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
96 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
97 |
msgid "Loading"
|
98 |
msgstr "Chargement"
|
99 |
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
102 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
103 |
+
msgid "You must answer this question."
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
108 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
109 |
+
msgid "You must answer all questions before you can completed the quiz."
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
113 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
114 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
117 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
119 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
122 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
130 |
msgid "Settings saved"
|
131 |
msgstr "Paramètres auvegardés"
|
132 |
|
133 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
136 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
156 |
msgstr "Question introuvable"
|
157 |
|
158 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
159 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
160 |
#, php-format
|
161 |
msgid "Question: %d"
|
162 |
msgstr "Question: %d"
|
163 |
|
164 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
165 |
msgid "Question edited"
|
166 |
msgstr "Question modifiée"
|
167 |
|
168 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
169 |
msgid "New question"
|
170 |
msgstr "Nouvelle question"
|
171 |
|
172 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
173 |
msgid "Question added"
|
174 |
msgstr "Question ajouté"
|
175 |
|
196 |
msgid "Quiz deleted"
|
197 |
msgstr "Quiz supprimé"
|
198 |
|
199 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
200 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
201 |
+
msgid "Not categorized"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
205 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
206 |
+
msgid "Categories"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
210 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
211 |
msgid "No category"
|
242 |
msgstr "Le code captcha n'est pas correct"
|
243 |
|
244 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
245 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
246 |
msgid "File was not uploaded"
|
247 |
msgstr "Le fichier n'a pas été téléchargé"
|
248 |
|
254 |
msgid "File is not compatible with the current version"
|
255 |
msgstr "Le fichier n'est pas compatible avec la version actuelle"
|
256 |
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
258 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
259 |
+
msgid "XML could not be loaded."
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
263 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
264 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
307 |
msgstr ""
|
308 |
|
309 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
310 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
311 |
msgid "WP-Pro-Quiz"
|
312 |
msgstr ""
|
313 |
|
314 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
315 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
316 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
317 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
318 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
319 |
msgid "Leaderboard"
|
320 |
msgstr "Tableau de bord"
|
321 |
|
340 |
msgstr "Trier par:"
|
341 |
|
342 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
343 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
344 |
msgid "best user"
|
345 |
msgstr "Meilleur utilisateur"
|
346 |
|
347 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
348 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
349 |
msgid "newest entry"
|
350 |
msgstr "entrée la plus récente"
|
351 |
|
352 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
353 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
354 |
msgid "oldest entry"
|
355 |
msgstr "entrée la plus ancienne"
|
356 |
|
374 |
msgstr "Utilisateur"
|
375 |
|
376 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
377 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
378 |
msgid "E-Mail"
|
379 |
msgstr "E-Mail"
|
380 |
|
384 |
msgstr "Passé le"
|
385 |
|
386 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
387 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
388 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
389 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
390 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
391 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
392 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
393 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
394 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
395 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
396 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
397 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
408 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
409 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
410 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
411 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
412 |
msgid "Edit"
|
413 |
msgstr "Modifier"
|
414 |
|
416 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
417 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
418 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
419 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
420 |
msgid "Delete"
|
421 |
msgstr "Supprimer"
|
422 |
|
448 |
|
449 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
450 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
451 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
452 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
453 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
454 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
455 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
456 |
msgid "Quiz-summary"
|
457 |
msgstr "Résumé-Quiz"
|
458 |
|
463 |
|
464 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
465 |
#: lib/view/WpProQuiz_View_Import.php:44
|
466 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
467 |
msgid "Questions"
|
468 |
msgstr "Questions"
|
469 |
|
470 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
471 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
472 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
473 |
msgid "Finish quiz"
|
474 |
msgstr "Terminer le quiz"
|
475 |
|
514 |
msgid "Your score"
|
515 |
msgstr "Votre score"
|
516 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
518 |
msgid "Restart quiz"
|
519 |
msgstr "Refaire le quiz"
|
538 |
msgid "Review question"
|
539 |
msgstr "Examiner la question"
|
540 |
|
541 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
542 |
#, php-format
|
543 |
msgid "Question %s of %s"
|
544 |
msgstr "Question %s sur %s"
|
545 |
|
546 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
547 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
548 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
549 |
msgid "Question"
|
550 |
msgstr "Question"
|
551 |
|
552 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
553 |
#, php-format
|
554 |
msgid "%d points"
|
555 |
msgstr "%d points"
|
556 |
|
557 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
558 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
559 |
msgid "Sort elements"
|
560 |
msgstr "Trier les éléments"
|
561 |
|
562 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
563 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
564 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
565 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
566 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
567 |
msgid "Correct"
|
568 |
msgstr "Exact"
|
569 |
|
570 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
571 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
572 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
573 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
574 |
msgid "Incorrect"
|
575 |
msgstr "Inexact"
|
576 |
|
|
|
577 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
578 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
579 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
580 |
msgid "Hint"
|
581 |
msgstr "Indice"
|
582 |
|
583 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
584 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
585 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
586 |
msgid "Skip question"
|
587 |
msgstr "Passer la question"
|
588 |
|
589 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
590 |
msgid "Back"
|
591 |
msgstr "Retour"
|
592 |
|
593 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
594 |
msgid "Check"
|
595 |
msgstr "Vérifier"
|
596 |
|
597 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
598 |
msgid "Next"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
602 |
msgid "Your result has been entered into leaderboard"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
606 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
607 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
608 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
609 |
msgid "Name"
|
610 |
msgstr "Nom"
|
611 |
|
612 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
613 |
msgid "Captcha"
|
614 |
msgstr "Captcha"
|
615 |
|
616 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
617 |
msgid "Send"
|
618 |
msgstr "Envoyer"
|
619 |
|
646 |
msgstr ""
|
647 |
|
648 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
649 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
650 |
msgid "Settings in case of problems"
|
651 |
msgstr "Paramètres en cas de problèmes"
|
652 |
|
653 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
654 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
655 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
656 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
657 |
msgid "Save"
|
658 |
msgstr "Enregistrer"
|
690 |
msgstr "Gestion des catégories"
|
691 |
|
692 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
693 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
694 |
msgid "Admin e-mail settings"
|
695 |
msgstr ""
|
696 |
|
706 |
"Séparez les adresses par une virgule, par exemple wp@test.com, test@test.com"
|
707 |
|
708 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
709 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
710 |
msgid "From:"
|
711 |
msgstr "De:"
|
712 |
|
713 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
714 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
715 |
msgid "Subject:"
|
716 |
msgstr "Sujet:"
|
717 |
|
718 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
719 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
720 |
msgid "HTML"
|
721 |
msgstr ""
|
722 |
|
723 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
724 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
725 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
727 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
729 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
730 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
736 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
737 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
738 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
745 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
750 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
759 |
msgid "Activate"
|
760 |
msgstr "Activer"
|
761 |
|
762 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
763 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
764 |
msgid "Message body:"
|
765 |
msgstr "Corps du message"
|
766 |
|
767 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
768 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
769 |
msgid "Allowed variables"
|
770 |
msgstr "Variables autorisées"
|
771 |
|
772 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
773 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
774 |
msgid "User-ID"
|
775 |
msgstr "ID de l'utilisateur"
|
776 |
|
777 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
778 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
779 |
msgid "Username"
|
780 |
msgstr "Identifiant"
|
781 |
|
782 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
783 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
784 |
msgid "Quiz-Name"
|
785 |
msgstr "Nom-quiz"
|
786 |
|
787 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
788 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
789 |
msgid "Result in precent"
|
790 |
msgstr "Résultat en pourcentage"
|
791 |
|
792 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
793 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
794 |
msgid "Reached points"
|
795 |
msgstr "Points atteints"
|
796 |
|
797 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
798 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
799 |
msgid "IP-address of the user"
|
800 |
msgstr "Adresse IP de l'utilisateur"
|
801 |
|
802 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
803 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
804 |
+
msgid "Category-Overview"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
808 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
809 |
msgid "User e-mail settings"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
813 |
msgid "to activate"
|
814 |
msgstr "d'activer"
|
815 |
|
816 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
817 |
msgid "not to activate"
|
818 |
msgstr "de ne pas activer"
|
819 |
|
820 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
821 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
822 |
msgid "Please note"
|
823 |
msgstr "Veuillez noter"
|
824 |
|
825 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
826 |
msgid ""
|
827 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
828 |
msgstr ""
|
829 |
"Ces paramètres ne doivent être réglés qu'en cas de problèmes avec Wp-Pro-"
|
830 |
"Quiz."
|
831 |
|
832 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
833 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
834 |
msgid "Automatically add [raw] shortcode"
|
835 |
msgstr "Ajouter automatiquement un shortcode [raw]"
|
836 |
|
837 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
838 |
#, php-format
|
839 |
msgid "It is recommended %s this option on your system."
|
840 |
msgstr "Il est recommandé %s cette option sur votre système."
|
841 |
|
842 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
843 |
msgid ""
|
844 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
845 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
848 |
"autour du shortcode WpProQuiz ( [WpProQuiz X] ) devient [raw] [WpProQuiz X] "
|
849 |
"[/raw]"
|
850 |
|
851 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
852 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
853 |
msgid ""
|
854 |
"Own themes changes internal order of filters, what causes the problems. "
|
857 |
"Certains thèmes modifient l'ordre interne des filtres, ce qui cause des "
|
858 |
"problèmes. L'utilisation de shorcode [raw] empêche ce genre de problèmes."
|
859 |
|
860 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
861 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
862 |
msgid "Do not load the Javascript-files in the footer"
|
863 |
msgstr "Ne pas charger les fichiers javascript dans le pied de page"
|
864 |
|
865 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
866 |
msgid ""
|
867 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
868 |
"when they are really needed."
|
870 |
"En général, tous les fichiers Javascript-WpProQuiz sont chargés dans le pied "
|
871 |
"de page et seulement quand ils sont vraiment nécessaires."
|
872 |
|
873 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
874 |
msgid "In very old Wordpress themes this can lead to problems."
|
875 |
msgstr "Dans les anciens thèmes Wordpress cela peut provoquer des problèmes"
|
876 |
|
877 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
878 |
msgid ""
|
879 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
880 |
"the header even if they are not needed."
|
882 |
"Si vous activez cette option, tous les fichiers WpProQuiz-Javascript sont "
|
883 |
"chargés dans l'en-tête, même s'ils ne sont pas nécessaires."
|
884 |
|
885 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
886 |
#, php-format
|
887 |
msgid ""
|
888 |
"Anyone who wants to learn more about this topic should read through the "
|
891 |
"Pour ceux qui veulent en savoir plus concernant ce sujet devrait lire les "
|
892 |
"sites suivants %s et %s."
|
893 |
|
894 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
895 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
896 |
msgid "Touch Library"
|
897 |
msgstr "Bibliothèque tactile"
|
898 |
|
899 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
900 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
901 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
902 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
903 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
904 |
msgid "Deactivate"
|
905 |
msgstr "Désactiver"
|
906 |
|
907 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
908 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
909 |
msgstr ""
|
910 |
"Dans la version 0.13 une nouvelle bibliothèque tactile a été ajoutée pour "
|
911 |
"les appareils mobiles."
|
912 |
|
913 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
914 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
915 |
msgstr ""
|
916 |
"Si vous rencontrez des problèmes avec la bibliothèque tactile, veuillez la "
|
917 |
"désactiver."
|
918 |
|
919 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
920 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
921 |
msgid "jQuery support cors"
|
922 |
msgstr "noyau de support jQuery"
|
923 |
|
924 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
925 |
msgid "Is required only in rare cases."
|
926 |
msgstr "N'est nécessaire que dans de rares cas."
|
927 |
|
928 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
929 |
msgid "If you have problems with the front ajax, please activate it."
|
930 |
msgstr ""
|
931 |
"Si vous rencontrez des problèmes avec l'ajax côté utilisateur, veuillez "
|
932 |
"l'activer."
|
933 |
|
934 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
935 |
msgid "e.g. Domain with special characters in combination with IE"
|
936 |
msgstr "ex: Domaine avec des caractères spéciaux en combinaison avec IE"
|
937 |
|
938 |
#: lib/view/WpProQuiz_View_Import.php:21
|
939 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
940 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
941 |
msgid "Import"
|
942 |
msgstr "Importer"
|
943 |
|
957 |
msgid "Quiz name"
|
958 |
msgstr "Nom du quiz"
|
959 |
|
960 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
961 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
962 |
msgid "Start import"
|
963 |
msgstr "Commencer l'importation"
|
964 |
|
971 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
972 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
973 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
974 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
976 |
msgid "(optional)"
|
977 |
msgstr "(optionnel)"
|
978 |
|
986 |
|
987 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
988 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
989 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
990 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
991 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
992 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
993 |
msgid "(required)"
|
994 |
msgstr "(obligatoire)"
|
995 |
|
1127 |
msgid "Assessment"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1131 |
msgid "Answers"
|
1132 |
msgstr "Réponses"
|
1133 |
|
1134 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1135 |
msgid ""
|
1136 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1137 |
"answers will be displayed randomly."
|
1139 |
"S'il vous plaît trier les réponses dans le bon ordre avec le bouton "
|
1140 |
"\"Déplacer \". Les réponses seront affichées au hasard."
|
1141 |
|
1142 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1143 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1144 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1145 |
msgid "Add new answer"
|
1146 |
msgstr "Ajouter une nouvelle réponse"
|
1147 |
|
1148 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1149 |
msgid ""
|
1150 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1151 |
"matching criterion."
|
1153 |
"Dans ce mode, une liste n'a pas à être triée, mais les éléments doivent être "
|
1154 |
"affectés au critère correspondant."
|
1155 |
|
1156 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1157 |
msgid ""
|
1158 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1159 |
"user."
|
1161 |
"Vous pouvez créer des éléments à trier avec critères vides, qui ne peuvent "
|
1162 |
"être affectés par l'utilisateur."
|
1163 |
|
1164 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1165 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1166 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1167 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1168 |
msgid "Options"
|
1169 |
msgstr "Options"
|
1170 |
|
1171 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1172 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1173 |
msgid "Answer"
|
1174 |
msgstr "Réponse"
|
1175 |
|
1176 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1177 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1178 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1180 |
msgid "Allow HTML"
|
1181 |
msgstr "HTML autorisé"
|
1182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1183 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1184 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1185 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1186 |
+
msgid "Delete answer"
|
1187 |
+
msgstr "Supprimer la réponse"
|
1188 |
|
1189 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1191 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1192 |
+
msgid "Add Media"
|
1193 |
+
msgstr ""
|
1194 |
+
|
1195 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1196 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1197 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1198 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1199 |
msgid "Move"
|
1200 |
msgstr "Déplacer"
|
1201 |
|
1202 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1203 |
msgid "Criterion"
|
1204 |
msgstr "Critère"
|
1205 |
|
1206 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1207 |
msgid ""
|
1208 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1209 |
msgstr ""
|
1210 |
"réponses acceptées (une par ligne) (les réponses seront converties en "
|
1211 |
"minuscules)"
|
1212 |
|
1213 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1214 |
msgid ""
|
1215 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1216 |
"small letters will be ignored."
|
1218 |
"Placez les mots recherchés avec {} par exemple \"Je {joue} au football \". "
|
1219 |
"Majuscules et minuscules sont ignorées."
|
1220 |
|
1221 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1222 |
msgid ""
|
1223 |
"You can specify multiple options for a search word. Enclose the word with "
|
1224 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1230 |
"spacing: 2px;\"> \"Il {[joue] [aime] [déteste]} le football \" </ span>. "
|
1231 |
"Dans ce cas, les réponses joue, aime ou déteste sont corrects."
|
1232 |
|
1233 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1234 |
msgid ""
|
1235 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1236 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1239 |
"pouvez attribuer des points avec | POINTS. Sinon, 1 point sera attribué pour "
|
1240 |
"chaque réponse."
|
1241 |
|
1242 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1243 |
msgid ""
|
1244 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1245 |
"\" 3 points."
|
1247 |
"exemple: \"Je {joue} au foot, avec un {ballon|3}\" - \"joue\" donne 1 point "
|
1248 |
"et \"ballon\" 3 points."
|
1249 |
|
1250 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1251 |
msgid "Here you can create an assessment question."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1255 |
msgid ""
|
1256 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1260 |
msgid "The number of options in the maximum score."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1264 |
msgid "Examples:"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1268 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1272 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1273 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1274 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1280 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1281 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1282 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1283 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1284 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1285 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1286 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1287 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1288 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1289 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1290 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1291 |
msgid "Demo"
|
1292 |
msgstr "Démo"
|
1293 |
|
1294 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1295 |
msgid "less true { [a] [b] [c] } more true"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1299 |
+
msgid "Single choice options"
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1303 |
+
msgid ""
|
1304 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1305 |
+
"special mode.<br> This changes the calculation of the points"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1309 |
+
msgid "Different points - modus 2 activate"
|
1310 |
+
msgstr ""
|
1311 |
+
|
1312 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1313 |
+
msgid "Disables the distinction between correct and incorrect."
|
1314 |
+
msgstr ""
|
1315 |
+
|
1316 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1317 |
+
msgid "disable correct and incorrent"
|
1318 |
+
msgstr ""
|
1319 |
+
|
1320 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1321 |
+
msgid "Explanation of points calculation"
|
1322 |
+
msgstr ""
|
1323 |
+
|
1324 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1325 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1326 |
+
msgid "\"Different points for each answer\" enabled"
|
1327 |
+
msgstr ""
|
1328 |
+
|
1329 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1330 |
+
msgid "\"Different points - mode 2\" disable"
|
1331 |
+
msgstr ""
|
1332 |
+
|
1333 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1334 |
+
msgid "\"Different points - mode 2\" enabled"
|
1335 |
+
msgstr ""
|
1336 |
+
|
1337 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1338 |
msgid "Questions sorted"
|
1339 |
msgstr "Questions triées"
|
1422 |
|
1423 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1424 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1425 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1426 |
msgid "Statistics"
|
1427 |
msgstr "Statistiques"
|
1428 |
|
1472 |
msgstr "Cette option s'applique à:"
|
1473 |
|
1474 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1475 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1476 |
msgid "all users"
|
1477 |
msgstr "tous les utilisateurs"
|
1478 |
|
1479 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1480 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1481 |
msgid "registered useres only"
|
1482 |
msgstr "utilisateurs enregistrés seulement"
|
1483 |
|
1484 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1485 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1486 |
msgid "anonymous users only"
|
1487 |
msgstr "utilisateurs anonymes seulement"
|
1488 |
|
1648 |
"user. (only registered users)"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1652 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1653 |
+
msgid "Autostart"
|
1654 |
+
msgstr ""
|
1655 |
+
|
1656 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1657 |
+
msgid ""
|
1658 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1659 |
+
"is loaded."
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1663 |
msgid "Quiz description"
|
1664 |
msgstr "Description du quiz"
|
1665 |
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1667 |
msgid "This text will be displayed before start of the quiz."
|
1668 |
msgstr "Ce texte sera affiché avant le début du test."
|
1669 |
|
1670 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1671 |
msgid "Results text"
|
1672 |
msgstr "Texte pour le résultat"
|
1673 |
|
1674 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1675 |
msgid ""
|
1676 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1677 |
"is optional)"
|
1679 |
"Ce texte sera affiché à la fin du quiz (dans les résultats). (Ce texte est "
|
1680 |
"facultatif)"
|
1681 |
|
1682 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1683 |
msgid "Activate graduation"
|
1684 |
msgstr "Activer le système de barême"
|
1685 |
|
1686 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1687 |
msgid "Hint:"
|
1688 |
msgstr "Indice:"
|
1689 |
|
1690 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1691 |
msgid "Maximal 15 levels"
|
1692 |
msgstr "15 niveaux maximum"
|
1693 |
|
1694 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1695 |
#, php-format
|
1696 |
msgid ""
|
1697 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1700 |
"Les pourcentages se réfèrent au score total du quiz. (Total actuel %d points "
|
1701 |
"sur %d questions.)"
|
1702 |
|
1703 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1704 |
msgid "Values can also be mixed up"
|
1705 |
msgstr "Les valeurs peuvent aussi être mélangés"
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1708 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1709 |
msgstr "10,15% ou 10.15% autorisés (max. 2 chiffres après la virgule)"
|
1710 |
|
1711 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1712 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1713 |
msgid "from:"
|
1714 |
msgstr "de:"
|
1715 |
|
1716 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1717 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1718 |
msgid "percent"
|
1719 |
msgstr "pourcent"
|
1720 |
|
1721 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1722 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1723 |
#, php-format
|
1724 |
msgid ""
|
1725 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1728 |
"(sera affiché, lorsque le pourcentage est >= <span class=\"resultProzent\">"
|
1729 |
"%s</span>%%)"
|
1730 |
|
1731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1733 |
msgid "Delete graduation"
|
1734 |
msgstr "Supprimer le barême"
|
1735 |
|
1736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1737 |
msgid "Add graduation"
|
1738 |
msgstr "Ajouter un barême"
|
1739 |
|
1740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1741 |
msgid "Result-Options"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1746 |
msgid "Show average points"
|
1747 |
msgstr "Montrer la moyenne des points"
|
1748 |
|
1749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1750 |
msgid "Statistics-function must be enabled."
|
1751 |
msgstr "La fonction statistiques doit être activée."
|
1752 |
|
1753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1755 |
msgid "Show category score"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1759 |
msgid ""
|
1760 |
"If you enable this option, the results of each category is displayed on the "
|
1761 |
"results page."
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1766 |
msgid "Hide correct questions - display"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1770 |
msgid ""
|
1771 |
"If you select this option, no longer the number of correctly answered "
|
1772 |
"questions are displayed on the results page."
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1776 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1777 |
msgid "Hide quiz time - display"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1781 |
msgid ""
|
1782 |
"If you enable this option, the time for finishing the quiz won't be "
|
1783 |
"displayed on the results page anymore."
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1788 |
msgid "Hide score - display"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1792 |
msgid ""
|
1793 |
"If you enable this option, final score won't be displayed on the results "
|
1794 |
"page anymore."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1798 |
msgid "Question-Options"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1802 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1803 |
msgid "Show points"
|
1804 |
msgstr "Montrer les points"
|
1805 |
|
1806 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1807 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1808 |
msgstr ""
|
1809 |
"Montre dans le quiz, combien de points sont accessibles pour chaque question."
|
1810 |
|
1811 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1812 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1813 |
msgid "Number answers"
|
1814 |
msgstr "Réponse n°"
|
1815 |
|
1816 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1817 |
msgid ""
|
1818 |
"If this option is activated, all answers are numbered (only single and "
|
1819 |
"multiple choice)"
|
1821 |
"Si cette option est activée, toutes les réponses sont numérotés (seul choix "
|
1822 |
"simple ou choix multiple)"
|
1823 |
|
1824 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1825 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1826 |
msgid "Hide correct- and incorrect message"
|
1827 |
msgstr "Cacher le message correct- et incorrect"
|
1828 |
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1830 |
msgid ""
|
1831 |
"If you enable this option, no correct- or incorrect message will be "
|
1832 |
"displayed."
|
1834 |
"Si vous activez cette option, aucun message correcte ou incorrecte ne sera "
|
1835 |
"affiché."
|
1836 |
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1838 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1839 |
msgid "Correct and incorrect answer mark"
|
1840 |
msgstr "Marque de réponse correcte ou incorrecte"
|
1841 |
|
1842 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1843 |
msgid ""
|
1844 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1845 |
"incorrect. "
|
1847 |
"Si vous activez cette option, les réponses ne seront pas surlignées comme "
|
1848 |
"correcte ou incorrecte."
|
1849 |
|
1850 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1851 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1852 |
+
msgid "Force user to answer each question"
|
1853 |
+
msgstr ""
|
1854 |
+
|
1855 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1856 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1857 |
+
msgstr ""
|
1858 |
+
|
1859 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1860 |
+
msgid ""
|
1861 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1862 |
+
"appear after end of the quiz, otherwise after each question."
|
1863 |
+
msgstr ""
|
1864 |
+
|
1865 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1866 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1867 |
+
msgid "Hide question position overview"
|
1868 |
+
msgstr ""
|
1869 |
+
|
1870 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1871 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1872 |
+
msgstr ""
|
1873 |
+
|
1874 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1875 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1876 |
+
msgid "Hide question numbering"
|
1877 |
+
msgstr ""
|
1878 |
+
|
1879 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1880 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1881 |
+
msgstr ""
|
1882 |
+
|
1883 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1884 |
msgid ""
|
1885 |
"The leaderboard allows users to enter results in public list and to share "
|
1886 |
"the result this way."
|
1888 |
"Le classement permet aux utilisateurs d'entrer les résultats dans la liste "
|
1889 |
"publique et de partager le résultat de cette façon."
|
1890 |
|
1891 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1892 |
msgid "The leaderboard works independent from internal statistics function."
|
1893 |
msgstr ""
|
1894 |
"Le classement fonctionne indépendamment de la fonction interne de "
|
1895 |
"statistiques "
|
1896 |
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1898 |
msgid "Who can sign up to the list"
|
1899 |
msgstr "Qui peut s'inscrire à la liste"
|
1900 |
|
1901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1902 |
msgid ""
|
1903 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1904 |
"displayed)"
|
1906 |
"Les utilisateurs non-connectés doivent saisir leur nom et leur email "
|
1907 |
"(l'email reste secret)"
|
1908 |
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1910 |
msgid "insert automatically"
|
1911 |
msgstr "insérer automatiquement"
|
1912 |
|
1913 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1914 |
msgid ""
|
1915 |
"If you enable this option, logged in users will be automatically entered "
|
1916 |
"into leaderboard"
|
1918 |
"Si vous activez cette option, les utilisateurs enregistrés seront "
|
1919 |
"automatiquement dans le classement"
|
1920 |
|
1921 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1922 |
msgid "display captcha"
|
1923 |
msgstr "Afficher le captcha"
|
1924 |
|
1925 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1926 |
msgid ""
|
1927 |
"If you enable this option, additional captcha will be displayed for users "
|
1928 |
"who are not registered."
|
1930 |
"Si vous activez cette option,un captcha supplémentaire sera affiché pour "
|
1931 |
"les utilisateurs qui ne sont pas enregistrés."
|
1932 |
|
1933 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1934 |
msgid "This option requires additional plugin:"
|
1935 |
msgstr "Cette option nécessite un module supplémentaire:"
|
1936 |
|
1937 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1938 |
msgid "Plugin has been detected."
|
1939 |
msgstr "L'extension a été détectée"
|
1940 |
|
1941 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1942 |
msgid "Plugin is not installed."
|
1943 |
msgstr "L'extension n'est pas installée"
|
1944 |
|
1945 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1946 |
msgid "Sort list by"
|
1947 |
msgstr "Trier la liste par"
|
1948 |
|
1949 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1950 |
msgid "Users can apply multiple times"
|
1951 |
msgstr "Les utilisateurs peuvent s'exercer plusieurs fois"
|
1952 |
|
1953 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1954 |
msgid "User can apply after:"
|
1955 |
msgstr "L'utilisateur peut s'exercer après:"
|
1956 |
|
1957 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1958 |
msgid "minute"
|
1959 |
msgstr "minute"
|
1960 |
|
1961 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1962 |
msgid "How many entries should be displayed"
|
1963 |
msgstr "Combien d'entrées doivent être affichées"
|
1964 |
|
1965 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1966 |
msgid "Entries"
|
1967 |
msgstr "Entrées"
|
1968 |
|
1969 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1970 |
msgid "Automatically display leaderboard in quiz result"
|
1971 |
msgstr "Afficher automatiquement le classement dans le résultat du quiz"
|
1972 |
|
1973 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1974 |
msgid "Where should leaderboard be displayed:"
|
1975 |
msgstr "Où doit s'afficher le classement:"
|
1976 |
|
1977 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1978 |
msgid "don't display"
|
1979 |
msgstr "ne pas montrer"
|
1980 |
|
1981 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1982 |
msgid "below the \"result text\""
|
1983 |
msgstr "en dessous le \"texte du résultat\""
|
1984 |
|
1985 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1986 |
msgid "in a button"
|
1987 |
msgstr "dans un bouton"
|
1988 |
|
1989 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1990 |
msgid "Quiz-Mode"
|
1991 |
msgstr "Mode-Quiz"
|
1992 |
|
1993 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1994 |
msgid "Normal"
|
1995 |
msgstr "Normal"
|
1996 |
|
1997 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1998 |
msgid "Normal + Back-Button"
|
1999 |
msgstr "Normal+Bouton de retour"
|
2000 |
|
2001 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
2002 |
msgid "Check -> continue"
|
2003 |
msgstr "Vérifier -> suite"
|
2004 |
|
2005 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
2006 |
msgid "Questions below each other"
|
2007 |
msgstr "Questions l'une en dessus de l'autre"
|
2008 |
|
2009 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
2010 |
msgid ""
|
2011 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
2012 |
"displayed at the end of the quiz."
|
2014 |
"Affiche toutes les questions de manière séquentielle, les \"vrai\" ou \"faux"
|
2015 |
"\" seront affichés à la fin du quiz."
|
2016 |
|
2017 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2018 |
msgid "Allows to use the back button in a question."
|
2019 |
msgstr "Permet d'utiliser le bouton de retour à une question."
|
2020 |
|
2021 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2022 |
msgid "Shows \"right or wrong\" after each question."
|
2023 |
msgstr "Montre \"Vrai ou faux\" après chaque question."
|
2024 |
|
2025 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2026 |
msgid ""
|
2027 |
"If this option is activated, all answers are displayed below each other, i."
|
2028 |
"e. all questions are on a single page."
|
2052 |
msgid "Support WP-Pro-Quiz"
|
2053 |
msgstr "Soutenez WP-Pro-Quiz"
|
2054 |
|
2055 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2056 |
msgid "ID"
|
2057 |
msgstr "ID"
|
2058 |
|
2059 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2060 |
msgid "Shortcode"
|
2061 |
msgstr "Shortcode"
|
2062 |
|
2063 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2064 |
msgid "Shortcode-Leaderboard"
|
2065 |
msgstr "Classement-Shortcode"
|
2066 |
|
2067 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2068 |
msgid "Preview"
|
2069 |
msgstr "Prévisualiser"
|
2070 |
|
2071 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2072 |
msgid "Add quiz"
|
2073 |
msgstr "Ajouter un quiz"
|
2074 |
|
2075 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2076 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2077 |
msgid "Export"
|
2078 |
msgstr "Exporter"
|
2079 |
|
2080 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2081 |
msgid ""
|
2082 |
"Choose the respective question, which you would like to export and press on "
|
2083 |
"\"Start export\""
|
2085 |
"Choisissez la question correspondante, que vous souhaitez exporter, puis "
|
2086 |
"appuyez sur \"Démarrer l'exportation\""
|
2087 |
|
2088 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2089 |
+
msgid "Format:"
|
2090 |
+
msgstr ""
|
2091 |
+
|
2092 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2093 |
+
msgid "*.wpq"
|
2094 |
+
msgstr ""
|
2095 |
+
|
2096 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2097 |
+
msgid "or"
|
2098 |
+
msgstr ""
|
2099 |
+
|
2100 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2101 |
+
msgid "*.xml"
|
2102 |
+
msgstr ""
|
2103 |
+
|
2104 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2105 |
msgid "Start export"
|
2106 |
msgstr "Commencer l'exportation"
|
2107 |
|
2108 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2109 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2110 |
+
msgstr ""
|
2111 |
|
2112 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2113 |
#, php-format
|
2114 |
msgid "Maximal %d MiB"
|
2115 |
msgstr "Maximum %d MiB"
|
languages/wp-pro-quiz-nb_NO.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-nb_NO.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Stein Ivar Johnsen\n"
|
8 |
"Language: Norwegian\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "Vil du virkelig tilbakestille statistikken?"
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr "Ingen data tilgjengelig"
|
67 |
|
@@ -87,23 +87,35 @@ msgid "Not all fields completed."
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Laster"
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
100 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
101 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -118,7 +130,7 @@ msgstr ""
|
|
118 |
msgid "Settings saved"
|
119 |
msgstr "Innstillingene er lagret"
|
120 |
|
121 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -144,20 +156,20 @@ msgid "Question not found"
|
|
144 |
msgstr "Fant ikke spørsmål"
|
145 |
|
146 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
147 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
148 |
#, php-format
|
149 |
msgid "Question: %d"
|
150 |
msgstr "Spørsmål: %d"
|
151 |
|
152 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
153 |
msgid "Question edited"
|
154 |
msgstr "Spørsmål redigert"
|
155 |
|
156 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
157 |
msgid "New question"
|
158 |
msgstr "Nytt spørsmål"
|
159 |
|
160 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
161 |
msgid "Question added"
|
162 |
msgstr "Spørsmål lagt til"
|
163 |
|
@@ -184,6 +196,16 @@ msgstr "Lag quiz"
|
|
184 |
msgid "Quiz deleted"
|
185 |
msgstr "Quiz slettet"
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
188 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
189 |
msgid "No category"
|
@@ -220,6 +242,7 @@ msgid "You entered wrong captcha code."
|
|
220 |
msgstr "Du har tastet inn feil captcha kode."
|
221 |
|
222 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
223 |
msgid "File was not uploaded"
|
224 |
msgstr "Filen ble ikke lastet opp"
|
225 |
|
@@ -231,6 +254,11 @@ msgstr "Fil har feil format"
|
|
231 |
msgid "File is not compatible with the current version"
|
232 |
msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
|
233 |
|
|
|
|
|
|
|
|
|
|
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
235 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
236 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -272,14 +300,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
272 |
msgstr ""
|
273 |
|
274 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
275 |
msgid "WP-Pro-Quiz"
|
276 |
msgstr ""
|
277 |
|
278 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
279 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
280 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
281 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
282 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
283 |
msgid "Leaderboard"
|
284 |
msgstr "Leaderboard"
|
285 |
|
@@ -304,17 +333,17 @@ msgid "Sort by:"
|
|
304 |
msgstr "Sorter etter:"
|
305 |
|
306 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
307 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
308 |
msgid "best user"
|
309 |
msgstr "beste bruker"
|
310 |
|
311 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
312 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
313 |
msgid "newest entry"
|
314 |
msgstr "nyeste oppføringen"
|
315 |
|
316 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
317 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
318 |
msgid "oldest entry"
|
319 |
msgstr "eldste oppføring"
|
320 |
|
@@ -338,7 +367,7 @@ msgid "User"
|
|
338 |
msgstr "Bruker"
|
339 |
|
340 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
341 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
342 |
msgid "E-Mail"
|
343 |
msgstr "E-Post"
|
344 |
|
@@ -348,14 +377,14 @@ msgid "Entered on"
|
|
348 |
msgstr "Lagt inn den"
|
349 |
|
350 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
351 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
352 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
353 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
354 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
355 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
356 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
357 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
358 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
359 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
360 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
361 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -372,7 +401,7 @@ msgstr "Resultat"
|
|
372 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
373 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
374 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
375 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
376 |
msgid "Edit"
|
377 |
msgstr "Rediger"
|
378 |
|
@@ -380,7 +409,7 @@ msgstr "Rediger"
|
|
380 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
381 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
382 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
383 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
384 |
msgid "Delete"
|
385 |
msgstr "Slett"
|
386 |
|
@@ -412,12 +441,11 @@ msgstr "Tidsfrist"
|
|
412 |
|
413 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
414 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
415 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
416 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
417 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
418 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
419 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
420 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
421 |
msgid "Quiz-summary"
|
422 |
msgstr ""
|
423 |
|
@@ -428,13 +456,13 @@ msgstr ""
|
|
428 |
|
429 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
430 |
#: lib/view/WpProQuiz_View_Import.php:44
|
431 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
432 |
msgid "Questions"
|
433 |
msgstr "Spørsmål"
|
434 |
|
435 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
436 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
437 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
438 |
msgid "Finish quiz"
|
439 |
msgstr "Fullfør quiz"
|
440 |
|
@@ -479,14 +507,6 @@ msgstr "Gjennomsnittlig poeng"
|
|
479 |
msgid "Your score"
|
480 |
msgstr "Poeng oppnådd"
|
481 |
|
482 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
483 |
-
msgid "Categories"
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
487 |
-
msgid "Not categorized"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
491 |
msgid "Restart quiz"
|
492 |
msgstr "Restart quiz"
|
@@ -511,82 +531,82 @@ msgstr ""
|
|
511 |
msgid "Review question"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
515 |
#, php-format
|
516 |
msgid "Question %s of %s"
|
517 |
msgstr "Spørsmål %s av %s"
|
518 |
|
519 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
520 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
521 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
522 |
msgid "Question"
|
523 |
msgstr "Spørsmål"
|
524 |
|
525 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
526 |
#, php-format
|
527 |
msgid "%d points"
|
528 |
msgstr "%d poeng"
|
529 |
|
530 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
531 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
532 |
msgid "Sort elements"
|
533 |
msgstr "Sorter elementer"
|
534 |
|
535 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
536 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
537 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
538 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
539 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
540 |
msgid "Correct"
|
541 |
msgstr "Riktig"
|
542 |
|
543 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
544 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
545 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
546 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
547 |
msgid "Incorrect"
|
548 |
msgstr "Feil"
|
549 |
|
550 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
551 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
552 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
553 |
msgid "Hint"
|
554 |
msgstr "Tips"
|
555 |
|
556 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
557 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
558 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
559 |
msgid "Skip question"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
563 |
msgid "Back"
|
564 |
msgstr "Tilbake"
|
565 |
|
566 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
567 |
msgid "Check"
|
568 |
msgstr "Sjekk"
|
569 |
|
570 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
571 |
msgid "Next"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
575 |
msgid "Your result has been entered into leaderboard"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
579 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
580 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
581 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
582 |
msgid "Name"
|
583 |
msgstr "Navn"
|
584 |
|
585 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
586 |
msgid "Captcha"
|
587 |
msgstr "Captcha"
|
588 |
|
589 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
590 |
msgid "Send"
|
591 |
msgstr ""
|
592 |
|
@@ -619,13 +639,13 @@ msgid "E-Mail settings"
|
|
619 |
msgstr ""
|
620 |
|
621 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
622 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
623 |
msgid "Settings in case of problems"
|
624 |
msgstr "Innstillinger i tilfelle problemer"
|
625 |
|
626 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
627 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
628 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
629 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
630 |
msgid "Save"
|
631 |
msgstr "Lagre"
|
@@ -663,7 +683,7 @@ msgid "Category management"
|
|
663 |
msgstr ""
|
664 |
|
665 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
666 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
667 |
msgid "Admin e-mail settings"
|
668 |
msgstr ""
|
669 |
|
@@ -678,25 +698,25 @@ msgid ""
|
|
678 |
msgstr ""
|
679 |
|
680 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
681 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
682 |
msgid "From:"
|
683 |
msgstr ""
|
684 |
|
685 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
686 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
687 |
msgid "Subject:"
|
688 |
msgstr ""
|
689 |
|
690 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
691 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
692 |
msgid "HTML"
|
693 |
msgstr ""
|
694 |
|
695 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
696 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
697 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
698 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
699 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
700 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
701 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
702 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -708,101 +728,110 @@ msgstr ""
|
|
708 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
709 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
710 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
712 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
714 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
721 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
727 |
msgid "Activate"
|
728 |
msgstr "Aktivere"
|
729 |
|
730 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
731 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
732 |
msgid "Message body:"
|
733 |
msgstr ""
|
734 |
|
735 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
736 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
737 |
msgid "Allowed variables"
|
738 |
msgstr ""
|
739 |
|
740 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
741 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
742 |
msgid "User-ID"
|
743 |
msgstr ""
|
744 |
|
745 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
746 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
747 |
msgid "Username"
|
748 |
msgstr ""
|
749 |
|
750 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
751 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
752 |
msgid "Quiz-Name"
|
753 |
msgstr ""
|
754 |
|
755 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
756 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
757 |
msgid "Result in precent"
|
758 |
msgstr ""
|
759 |
|
760 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
761 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
762 |
msgid "Reached points"
|
763 |
msgstr ""
|
764 |
|
765 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
766 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
767 |
msgid "IP-address of the user"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
771 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
772 |
msgid "User e-mail settings"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
776 |
msgid "to activate"
|
777 |
msgstr "for å aktivere"
|
778 |
|
779 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
780 |
msgid "not to activate"
|
781 |
msgstr "for å ikke aktivere"
|
782 |
|
783 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
784 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
785 |
msgid "Please note"
|
786 |
msgstr "Vær oppmerksom på"
|
787 |
|
788 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
789 |
msgid ""
|
790 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
791 |
msgstr ""
|
792 |
"Disse innstillingene skal bare settes i tilfelle av problemer med Wp-Pro-"
|
793 |
"Quiz."
|
794 |
|
795 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
796 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
797 |
msgid "Automatically add [raw] shortcode"
|
798 |
msgstr "Automatisk legge til [raw] kortkode"
|
799 |
|
800 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
801 |
#, php-format
|
802 |
msgid "It is recommended %s this option on your system."
|
803 |
msgstr "Det anbefales %s dette alternativet på systemet ditt."
|
804 |
|
805 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
806 |
msgid ""
|
807 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
808 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -810,7 +839,7 @@ msgstr ""
|
|
810 |
"Hvis dette alternativet er aktivert, [raw] kortkode blir automatisk satt "
|
811 |
"rundt WpProQuiz kortkode ([WpProQuiz X]) i [raw] [WpProQuiz X] [/ raw]"
|
812 |
|
813 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
814 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
815 |
msgid ""
|
816 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -819,12 +848,12 @@ msgstr ""
|
|
819 |
"Egne temaer endrer interne rekkefølgen på filtrene, noe som forårsaker "
|
820 |
"problemer. Med ekstra kortkode [raw] blir dette forhindret."
|
821 |
|
822 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
823 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
824 |
msgid "Do not load the Javascript-files in the footer"
|
825 |
msgstr "Ikke last JavaScript-filer i bunnteksten"
|
826 |
|
827 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
828 |
msgid ""
|
829 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
830 |
"when they are really needed."
|
@@ -832,11 +861,11 @@ msgstr ""
|
|
832 |
"Vanligvis er alle WpProQuiz-Javascript filene lastet i bunnteksten og bare "
|
833 |
"når de virkelig trengs."
|
834 |
|
835 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
836 |
msgid "In very old Wordpress themes this can lead to problems."
|
837 |
msgstr "I svært gamle Wordpress temaer kan dette føre til problemer."
|
838 |
|
839 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
840 |
msgid ""
|
841 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
842 |
"the header even if they are not needed."
|
@@ -844,7 +873,7 @@ msgstr ""
|
|
844 |
"Hvis du aktiverer dette alternativet, blir alle WpProQuiz-Javascript filer "
|
845 |
"lastes inn i toppteksten, selv om de ikke er nødvendig."
|
846 |
|
847 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
848 |
#, php-format
|
849 |
msgid ""
|
850 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -853,48 +882,48 @@ msgstr ""
|
|
853 |
"Alle som ønsker å lære mer om dette emnet bør lese gjennom følgende "
|
854 |
"nettsteder %s og %s."
|
855 |
|
856 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
857 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
858 |
msgid "Touch Library"
|
859 |
msgstr "Touch bibliotek"
|
860 |
|
861 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
862 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
863 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
864 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
865 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
866 |
msgid "Deactivate"
|
867 |
msgstr "Deaktivere"
|
868 |
|
869 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
870 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
871 |
msgstr "I versjon 0.13 et nytt Touch bibliotek ble laget for mobile enheter."
|
872 |
|
873 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
874 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
875 |
msgstr ""
|
876 |
"Hvis du har noen problemer med Touch biblioteket, må du deaktivere det."
|
877 |
|
878 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
879 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
880 |
msgid "jQuery support cors"
|
881 |
msgstr "jQuery støtter cors"
|
882 |
|
883 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
884 |
msgid "Is required only in rare cases."
|
885 |
msgstr "Det kreves bare i sjeldne tilfeller."
|
886 |
|
887 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
888 |
msgid "If you have problems with the front ajax, please activate it."
|
889 |
msgstr "Hvis du har problemer med den ajax i front, vennligst aktiver det."
|
890 |
|
891 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
892 |
msgid "e.g. Domain with special characters in combination with IE"
|
893 |
msgstr "f.eks Domene med spesialtegn i kombinasjon med IE"
|
894 |
|
895 |
#: lib/view/WpProQuiz_View_Import.php:21
|
896 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
897 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
898 |
msgid "Import"
|
899 |
msgstr "Importer"
|
900 |
|
@@ -914,8 +943,8 @@ msgstr "Import fullført"
|
|
914 |
msgid "Quiz name"
|
915 |
msgstr "Quiz navn"
|
916 |
|
917 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
918 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
919 |
msgid "Start import"
|
920 |
msgstr "Start import"
|
921 |
|
@@ -928,8 +957,8 @@ msgstr "Tittel"
|
|
928 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
929 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
930 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
931 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
932 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
933 |
msgid "(optional)"
|
934 |
msgstr "(valgfritt)"
|
935 |
|
@@ -943,10 +972,10 @@ msgstr ""
|
|
943 |
|
944 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
945 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
946 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
947 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
948 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
949 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
950 |
msgid "(required)"
|
951 |
msgstr "(påkrevd)"
|
952 |
|
@@ -1080,11 +1109,11 @@ msgstr "Steng"
|
|
1080 |
msgid "Assessment"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1084 |
msgid "Answers"
|
1085 |
msgstr "Svar"
|
1086 |
|
1087 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1088 |
msgid ""
|
1089 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1090 |
"answers will be displayed randomly."
|
@@ -1092,13 +1121,13 @@ msgstr ""
|
|
1092 |
"Vennligst sorter svarene i riktig rekkefølge med \"Flytt \" - knappen. "
|
1093 |
"Svarene vises tilfeldig."
|
1094 |
|
1095 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1096 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1097 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1098 |
msgid "Add new answer"
|
1099 |
msgstr "Legg til nytt svar"
|
1100 |
|
1101 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1102 |
msgid ""
|
1103 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1104 |
"matching criterion."
|
@@ -1106,7 +1135,7 @@ msgstr ""
|
|
1106 |
"I denne modusen, ikke en liste må sorteres, men elementer må være tilordnet "
|
1107 |
"matchende kriterium."
|
1108 |
|
1109 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1110 |
msgid ""
|
1111 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1112 |
"user."
|
@@ -1114,55 +1143,55 @@ msgstr ""
|
|
1114 |
"Du kan opprette sorter elementer med tomme kriterier, som ikke kan tildeles "
|
1115 |
"av bruker."
|
1116 |
|
1117 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1118 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1119 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1120 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1121 |
msgid "Options"
|
1122 |
msgstr "Valg"
|
1123 |
|
1124 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1125 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1126 |
msgid "Answer"
|
1127 |
msgstr "Svar"
|
1128 |
|
1129 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1130 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1131 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1132 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1133 |
msgid "Allow HTML"
|
1134 |
msgstr "Tillat HTML"
|
1135 |
|
1136 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1137 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1138 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1139 |
-
msgid "Delete answer"
|
1140 |
-
msgstr "Slett svar"
|
1141 |
-
|
1142 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1143 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1144 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1145 |
-
msgid "
|
1146 |
-
msgstr ""
|
1147 |
|
1148 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1149 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1150 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1151 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1152 |
msgid "Move"
|
1153 |
msgstr "Flytt"
|
1154 |
|
1155 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1156 |
msgid "Criterion"
|
1157 |
msgstr "Kriterium "
|
1158 |
|
1159 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1160 |
msgid ""
|
1161 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1162 |
msgstr ""
|
1163 |
"riktige svar (én per linje) (svar vil bli konvertert til små bokstaver)"
|
1164 |
|
1165 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1166 |
msgid ""
|
1167 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1168 |
"small letters will be ignored."
|
@@ -1170,7 +1199,7 @@ msgstr ""
|
|
1170 |
"Omslutte søkte ord med {} f.eks \"Jeg {spiller} fotball \". Store og små "
|
1171 |
"bokstaver vil bli ignorert."
|
1172 |
|
1173 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1174 |
msgid ""
|
1175 |
"You can specify multiple options for a search word. Enclose the word with "
|
1176 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1178,7 +1207,7 @@ msgid ""
|
|
1178 |
"hate are correct."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1182 |
msgid ""
|
1183 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1184 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1186,7 +1215,7 @@ msgstr ""
|
|
1186 |
"Hvis mode \"Ulike poeng for hvert svar\" er aktivert, kan du tildele poeng "
|
1187 |
"med |POENG. Ellers 1 poeng vil bli tildelt for alle svar."
|
1188 |
|
1189 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1190 |
msgid ""
|
1191 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1192 |
"\" 3 points."
|
@@ -1194,52 +1223,93 @@ msgstr ""
|
|
1194 |
"f.eks \"I {play} fotball, med en {ball | 3}\" - \"play\" gir 1 poeng og "
|
1195 |
"\"ball\" 3 poeng."
|
1196 |
|
1197 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1198 |
msgid "Here you can create an assessment question."
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1202 |
msgid ""
|
1203 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1207 |
msgid "The number of options in the maximum score."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1211 |
msgid "Examples:"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1215 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1219 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1220 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1221 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1222 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1223 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1224 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1225 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1226 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1227 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1228 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1229 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1230 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1231 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1232 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1233 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1234 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1235 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1236 |
msgid "Demo"
|
1237 |
msgstr "Demo"
|
1238 |
|
1239 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1240 |
msgid "less true { [a] [b] [c] } more true"
|
1241 |
msgstr ""
|
1242 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1243 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1244 |
msgid "Questions sorted"
|
1245 |
msgstr "Spørsmål sortert"
|
@@ -1328,7 +1398,7 @@ msgstr "0 = ingen grense"
|
|
1328 |
|
1329 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1330 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1331 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1332 |
msgid "Statistics"
|
1333 |
msgstr "Statistikk"
|
1334 |
|
@@ -1377,17 +1447,17 @@ msgid "This option applies to:"
|
|
1377 |
msgstr "Dette alternativet gjelder for:"
|
1378 |
|
1379 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1380 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1381 |
msgid "all users"
|
1382 |
msgstr "alle brukere"
|
1383 |
|
1384 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1385 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1386 |
msgid "registered useres only"
|
1387 |
msgstr "kun registrerte brukere"
|
1388 |
|
1389 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1390 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1391 |
msgid "anonymous users only"
|
1392 |
msgstr "kun anonyme brukere"
|
1393 |
|
@@ -1542,19 +1612,30 @@ msgid ""
|
|
1542 |
"user. (only registered users)"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1546 |
msgid "Quiz description"
|
1547 |
msgstr "Quiz beskrivelse"
|
1548 |
|
1549 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1550 |
msgid "This text will be displayed before start of the quiz."
|
1551 |
msgstr "Denne teksten vil bli vist før starten av quiz."
|
1552 |
|
1553 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1554 |
msgid "Results text"
|
1555 |
msgstr "Resultat tekst"
|
1556 |
|
1557 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1558 |
msgid ""
|
1559 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1560 |
"is optional)"
|
@@ -1562,19 +1643,19 @@ msgstr ""
|
|
1562 |
"Denne teksten vil bli vist på slutten av quizen (i resultatene). (denne "
|
1563 |
"teksten er valgfri)"
|
1564 |
|
1565 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1566 |
msgid "Activate graduation"
|
1567 |
msgstr "Aktivere gradering"
|
1568 |
|
1569 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1570 |
msgid "Hint:"
|
1571 |
msgstr "Tips:"
|
1572 |
|
1573 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1574 |
msgid "Maximal 15 levels"
|
1575 |
msgstr "Maksimalt 15 nivå"
|
1576 |
|
1577 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1578 |
#, php-format
|
1579 |
msgid ""
|
1580 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1583,26 +1664,26 @@ msgstr ""
|
|
1583 |
"Prosenttallene gjelder den totale poengsummen for quiz. (Gjeldende total %d "
|
1584 |
"poeng i %d spørsmål."
|
1585 |
|
1586 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1587 |
msgid "Values can also be mixed up"
|
1588 |
msgstr "Verdier kan også blandes"
|
1589 |
|
1590 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1591 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1592 |
msgstr "10,15% eller 10,15% tillatt (maks. to sifre etter desimaltegnet)"
|
1593 |
|
1594 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1595 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1596 |
msgid "from:"
|
1597 |
msgstr "fra:"
|
1598 |
|
1599 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1600 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1601 |
msgid "percent"
|
1602 |
msgstr "prosent"
|
1603 |
|
1604 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1605 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1606 |
#, php-format
|
1607 |
msgid ""
|
1608 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1611,91 +1692,91 @@ msgstr ""
|
|
1611 |
"(Vil bli vist, når resultat-prosent er >= <span class=\"resultProzent\"> %s "
|
1612 |
"</ span>%%)"
|
1613 |
|
1614 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
msgid "Delete graduation"
|
1617 |
msgstr "Slett gradering"
|
1618 |
|
1619 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1620 |
msgid "Add graduation"
|
1621 |
msgstr "Legg til gradering"
|
1622 |
|
1623 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1624 |
msgid "Result-Options"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1629 |
msgid "Show average points"
|
1630 |
msgstr "Vis gjennomsnittlig poeng"
|
1631 |
|
1632 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1633 |
msgid "Statistics-function must be enabled."
|
1634 |
msgstr "Statistikk-funksjonen må være aktivert"
|
1635 |
|
1636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1638 |
msgid "Show category score"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1642 |
msgid ""
|
1643 |
"If you enable this option, the results of each category is displayed on the "
|
1644 |
"results page."
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1648 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1649 |
msgid "Hide correct questions - display"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1653 |
msgid ""
|
1654 |
"If you select this option, no longer the number of correctly answered "
|
1655 |
"questions are displayed on the results page."
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1659 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1660 |
msgid "Hide quiz time - display"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
msgid ""
|
1665 |
"If you enable this option, the time for finishing the quiz won't be "
|
1666 |
"displayed on the results page anymore."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1671 |
msgid "Hide score - display"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1675 |
msgid ""
|
1676 |
"If you enable this option, final score won't be displayed on the results "
|
1677 |
"page anymore."
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1681 |
msgid "Question-Options"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1685 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1686 |
msgid "Show points"
|
1687 |
msgstr "Vis poeng"
|
1688 |
|
1689 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1690 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1691 |
msgstr "Viser i quiz, hvor mange poeng kan nås for respektive spørsmål."
|
1692 |
|
1693 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1694 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1695 |
msgid "Number answers"
|
1696 |
msgstr "Nummerer svar"
|
1697 |
|
1698 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1699 |
msgid ""
|
1700 |
"If this option is activated, all answers are numbered (only single and "
|
1701 |
"multiple choice)"
|
@@ -1703,12 +1784,12 @@ msgstr ""
|
|
1703 |
"Hvis dette alternativet er aktivert, blir alle svarene nummerert (bare ved "
|
1704 |
"enkle og flere valg)"
|
1705 |
|
1706 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1708 |
msgid "Hide correct- and incorrect message"
|
1709 |
msgstr "Skjul riktig og feil melding"
|
1710 |
|
1711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1712 |
msgid ""
|
1713 |
"If you enable this option, no correct- or incorrect message will be "
|
1714 |
"displayed."
|
@@ -1716,12 +1797,12 @@ msgstr ""
|
|
1716 |
"Hvis du aktiverer dette alternativet, vil ingen riktig-eller feil melding "
|
1717 |
"bli vist."
|
1718 |
|
1719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1721 |
msgid "Correct and incorrect answer mark"
|
1722 |
msgstr "Riktig og feil svar merket"
|
1723 |
|
1724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1725 |
msgid ""
|
1726 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1727 |
"incorrect. "
|
@@ -1729,7 +1810,40 @@ msgstr ""
|
|
1729 |
"Hvis du aktiverer dette alternativet, vil svarene ikke være farge fremhevet "
|
1730 |
"som riktig eller gal."
|
1731 |
|
1732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1733 |
msgid ""
|
1734 |
"The leaderboard allows users to enter results in public list and to share "
|
1735 |
"the result this way."
|
@@ -1737,15 +1851,15 @@ msgstr ""
|
|
1737 |
"Leaderboard lar brukerne skrive inn resultater i offentlig liste og dele "
|
1738 |
"resultatet på denne måten."
|
1739 |
|
1740 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1741 |
msgid "The leaderboard works independent from internal statistics function."
|
1742 |
msgstr "Leaderboard fungerer uavhengig av intern statistikk funksjon."
|
1743 |
|
1744 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1745 |
msgid "Who can sign up to the list"
|
1746 |
msgstr "Hvem kan melde seg til listen"
|
1747 |
|
1748 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1749 |
msgid ""
|
1750 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1751 |
"displayed)"
|
@@ -1753,21 +1867,21 @@ msgstr ""
|
|
1753 |
"Ikke registrerte brukere må skrive inn navn og e-post (e-post vil ikke bli "
|
1754 |
"vist)"
|
1755 |
|
1756 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1757 |
msgid "insert automatically"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1761 |
msgid ""
|
1762 |
"If you enable this option, logged in users will be automatically entered "
|
1763 |
"into leaderboard"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1767 |
msgid "display captcha"
|
1768 |
msgstr "vis captcha"
|
1769 |
|
1770 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1771 |
msgid ""
|
1772 |
"If you enable this option, additional captcha will be displayed for users "
|
1773 |
"who are not registered."
|
@@ -1775,97 +1889,97 @@ msgstr ""
|
|
1775 |
"Hvis du aktiverer dette alternativet, vil ytterligere captcha vises for "
|
1776 |
"brukere som ikke er registrert."
|
1777 |
|
1778 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1779 |
msgid "This option requires additional plugin:"
|
1780 |
msgstr "Dette alternativet krever ekstra innstikk:"
|
1781 |
|
1782 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1783 |
msgid "Plugin has been detected."
|
1784 |
msgstr "Innstikk har blitt oppdaget."
|
1785 |
|
1786 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1787 |
msgid "Plugin is not installed."
|
1788 |
msgstr "Innstikk er ikke installert."
|
1789 |
|
1790 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1791 |
msgid "Sort list by"
|
1792 |
msgstr "Sorter liste med"
|
1793 |
|
1794 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1795 |
msgid "Users can apply multiple times"
|
1796 |
msgstr "Brukere kan legge til flere ganger"
|
1797 |
|
1798 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1799 |
msgid "User can apply after:"
|
1800 |
msgstr "Bruker kan legge til etter:"
|
1801 |
|
1802 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1803 |
msgid "minute"
|
1804 |
msgstr "minutt"
|
1805 |
|
1806 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1807 |
msgid "How many entries should be displayed"
|
1808 |
msgstr "Hvor mange oppføringer som skal vises"
|
1809 |
|
1810 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1811 |
msgid "Entries"
|
1812 |
msgstr "Oppføringer"
|
1813 |
|
1814 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1815 |
msgid "Automatically display leaderboard in quiz result"
|
1816 |
msgstr "Automatisk vise leaderboard i quiz resultat"
|
1817 |
|
1818 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1819 |
msgid "Where should leaderboard be displayed:"
|
1820 |
msgstr "Hvor skal leaderboard vises:"
|
1821 |
|
1822 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1823 |
msgid "don't display"
|
1824 |
msgstr "ikke vis"
|
1825 |
|
1826 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1827 |
msgid "below the \"result text\""
|
1828 |
msgstr "under \"resultat tekst\""
|
1829 |
|
1830 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1831 |
msgid "in a button"
|
1832 |
msgstr "i en knapp"
|
1833 |
|
1834 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1835 |
msgid "Quiz-Mode"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1839 |
msgid "Normal"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1843 |
msgid "Normal + Back-Button"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1847 |
msgid "Check -> continue"
|
1848 |
msgstr "Sjekk -> fortsette"
|
1849 |
|
1850 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1851 |
msgid "Questions below each other"
|
1852 |
msgstr "Spørsmål under hverandre"
|
1853 |
|
1854 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1855 |
msgid ""
|
1856 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1857 |
"displayed at the end of the quiz."
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1861 |
msgid "Allows to use the back button in a question."
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1865 |
msgid "Shows \"right or wrong\" after each question."
|
1866 |
msgstr ""
|
1867 |
|
1868 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1869 |
msgid ""
|
1870 |
"If this option is activated, all answers are displayed below each other, i."
|
1871 |
"e. all questions are on a single page."
|
@@ -1892,32 +2006,32 @@ msgstr "Stil Manager"
|
|
1892 |
msgid "Support WP-Pro-Quiz"
|
1893 |
msgstr "Support WP-Pro-Quiz"
|
1894 |
|
1895 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1896 |
msgid "ID"
|
1897 |
msgstr "ID"
|
1898 |
|
1899 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1900 |
msgid "Shortcode"
|
1901 |
msgstr "Kortkode"
|
1902 |
|
1903 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1904 |
msgid "Shortcode-Leaderboard"
|
1905 |
msgstr "Kortkode-Leaderboard"
|
1906 |
|
1907 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1908 |
msgid "Preview"
|
1909 |
msgstr "Forhåndsvisning"
|
1910 |
|
1911 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1912 |
msgid "Add quiz"
|
1913 |
msgstr "Legg til quiz"
|
1914 |
|
1915 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1916 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1917 |
msgid "Export"
|
1918 |
msgstr "Eksporter"
|
1919 |
|
1920 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1921 |
msgid ""
|
1922 |
"Choose the respective question, which you would like to export and press on "
|
1923 |
"\"Start export\""
|
@@ -1925,15 +2039,31 @@ msgstr ""
|
|
1925 |
"Velg det aktuelle spørsmålet, som du ønsker å eksportere og trykk på \"Start "
|
1926 |
"eksport \""
|
1927 |
|
1928 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1929 |
msgid "Start export"
|
1930 |
msgstr "Start eksport"
|
1931 |
|
1932 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1933 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1934 |
-
msgstr "
|
1935 |
|
1936 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1937 |
#, php-format
|
1938 |
msgid "Maximal %d MiB"
|
1939 |
msgstr "Maks %d MiB"
|
@@ -2143,9 +2273,6 @@ msgstr ""
|
|
2143 |
#~ msgid "All"
|
2144 |
#~ msgstr "Alle"
|
2145 |
|
2146 |
-
#~ msgid "One question is one point"
|
2147 |
-
#~ msgstr "Eine Frage ist 1 Punkt"
|
2148 |
-
|
2149 |
#~ msgid "Right"
|
2150 |
#~ msgstr "Richtig"
|
2151 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:58+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:58+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Stein Ivar Johnsen\n"
|
8 |
"Language: Norwegian\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr "Ingen data tilgjengelig"
|
67 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Laster"
|
98 |
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
102 |
+
msgid "You must answer this question."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
108 |
+
msgid "You must answer all questions before you can completed the quiz."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
112 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
113 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
130 |
msgid "Settings saved"
|
131 |
msgstr "Innstillingene er lagret"
|
132 |
|
133 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
136 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
156 |
msgstr "Fant ikke spørsmål"
|
157 |
|
158 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
159 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
160 |
#, php-format
|
161 |
msgid "Question: %d"
|
162 |
msgstr "Spørsmål: %d"
|
163 |
|
164 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
165 |
msgid "Question edited"
|
166 |
msgstr "Spørsmål redigert"
|
167 |
|
168 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
169 |
msgid "New question"
|
170 |
msgstr "Nytt spørsmål"
|
171 |
|
172 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
173 |
msgid "Question added"
|
174 |
msgstr "Spørsmål lagt til"
|
175 |
|
196 |
msgid "Quiz deleted"
|
197 |
msgstr "Quiz slettet"
|
198 |
|
199 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
200 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
201 |
+
msgid "Not categorized"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
205 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
206 |
+
msgid "Categories"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
210 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
211 |
msgid "No category"
|
242 |
msgstr "Du har tastet inn feil captcha kode."
|
243 |
|
244 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
245 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
246 |
msgid "File was not uploaded"
|
247 |
msgstr "Filen ble ikke lastet opp"
|
248 |
|
254 |
msgid "File is not compatible with the current version"
|
255 |
msgstr "Filen ikke er kompatibel med den gjeldende versjonen"
|
256 |
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
258 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
259 |
+
msgid "XML could not be loaded."
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
263 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
264 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
300 |
msgstr ""
|
301 |
|
302 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
303 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
304 |
msgid "WP-Pro-Quiz"
|
305 |
msgstr ""
|
306 |
|
307 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
308 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
309 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
310 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
311 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
312 |
msgid "Leaderboard"
|
313 |
msgstr "Leaderboard"
|
314 |
|
333 |
msgstr "Sorter etter:"
|
334 |
|
335 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
336 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
337 |
msgid "best user"
|
338 |
msgstr "beste bruker"
|
339 |
|
340 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
341 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
342 |
msgid "newest entry"
|
343 |
msgstr "nyeste oppføringen"
|
344 |
|
345 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
346 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
347 |
msgid "oldest entry"
|
348 |
msgstr "eldste oppføring"
|
349 |
|
367 |
msgstr "Bruker"
|
368 |
|
369 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
370 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
371 |
msgid "E-Mail"
|
372 |
msgstr "E-Post"
|
373 |
|
377 |
msgstr "Lagt inn den"
|
378 |
|
379 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
380 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
381 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
382 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
383 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
384 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
385 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
386 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
387 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
388 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
389 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
390 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
401 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
402 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
403 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
404 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
405 |
msgid "Edit"
|
406 |
msgstr "Rediger"
|
407 |
|
409 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
410 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
411 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
412 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
413 |
msgid "Delete"
|
414 |
msgstr "Slett"
|
415 |
|
441 |
|
442 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
443 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
444 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
445 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
446 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
447 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
448 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
449 |
msgid "Quiz-summary"
|
450 |
msgstr ""
|
451 |
|
456 |
|
457 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
458 |
#: lib/view/WpProQuiz_View_Import.php:44
|
459 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
460 |
msgid "Questions"
|
461 |
msgstr "Spørsmål"
|
462 |
|
463 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
464 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
465 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
466 |
msgid "Finish quiz"
|
467 |
msgstr "Fullfør quiz"
|
468 |
|
507 |
msgid "Your score"
|
508 |
msgstr "Poeng oppnådd"
|
509 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
510 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
511 |
msgid "Restart quiz"
|
512 |
msgstr "Restart quiz"
|
531 |
msgid "Review question"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
535 |
#, php-format
|
536 |
msgid "Question %s of %s"
|
537 |
msgstr "Spørsmål %s av %s"
|
538 |
|
539 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
540 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
541 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
542 |
msgid "Question"
|
543 |
msgstr "Spørsmål"
|
544 |
|
545 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
546 |
#, php-format
|
547 |
msgid "%d points"
|
548 |
msgstr "%d poeng"
|
549 |
|
550 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
551 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
552 |
msgid "Sort elements"
|
553 |
msgstr "Sorter elementer"
|
554 |
|
555 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
556 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
557 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
558 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
559 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
560 |
msgid "Correct"
|
561 |
msgstr "Riktig"
|
562 |
|
563 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
564 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
565 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
566 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
567 |
msgid "Incorrect"
|
568 |
msgstr "Feil"
|
569 |
|
|
|
570 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
571 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
572 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
573 |
msgid "Hint"
|
574 |
msgstr "Tips"
|
575 |
|
576 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
577 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
578 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
579 |
msgid "Skip question"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
583 |
msgid "Back"
|
584 |
msgstr "Tilbake"
|
585 |
|
586 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
587 |
msgid "Check"
|
588 |
msgstr "Sjekk"
|
589 |
|
590 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
591 |
msgid "Next"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
595 |
msgid "Your result has been entered into leaderboard"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
599 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
600 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
601 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
602 |
msgid "Name"
|
603 |
msgstr "Navn"
|
604 |
|
605 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
606 |
msgid "Captcha"
|
607 |
msgstr "Captcha"
|
608 |
|
609 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
610 |
msgid "Send"
|
611 |
msgstr ""
|
612 |
|
639 |
msgstr ""
|
640 |
|
641 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
642 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
643 |
msgid "Settings in case of problems"
|
644 |
msgstr "Innstillinger i tilfelle problemer"
|
645 |
|
646 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
647 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
648 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
649 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
650 |
msgid "Save"
|
651 |
msgstr "Lagre"
|
683 |
msgstr ""
|
684 |
|
685 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
686 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
687 |
msgid "Admin e-mail settings"
|
688 |
msgstr ""
|
689 |
|
698 |
msgstr ""
|
699 |
|
700 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
701 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
702 |
msgid "From:"
|
703 |
msgstr ""
|
704 |
|
705 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
706 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
707 |
msgid "Subject:"
|
708 |
msgstr ""
|
709 |
|
710 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
711 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
712 |
msgid "HTML"
|
713 |
msgstr ""
|
714 |
|
715 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
717 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
718 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
719 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
720 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
721 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
722 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
729 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
730 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
735 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
737 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
742 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
751 |
msgid "Activate"
|
752 |
msgstr "Aktivere"
|
753 |
|
754 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
755 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
756 |
msgid "Message body:"
|
757 |
msgstr ""
|
758 |
|
759 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
760 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
761 |
msgid "Allowed variables"
|
762 |
msgstr ""
|
763 |
|
764 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
765 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
766 |
msgid "User-ID"
|
767 |
msgstr ""
|
768 |
|
769 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
770 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
771 |
msgid "Username"
|
772 |
msgstr ""
|
773 |
|
774 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
775 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
776 |
msgid "Quiz-Name"
|
777 |
msgstr ""
|
778 |
|
779 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
780 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
781 |
msgid "Result in precent"
|
782 |
msgstr ""
|
783 |
|
784 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
785 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
786 |
msgid "Reached points"
|
787 |
msgstr ""
|
788 |
|
789 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
791 |
msgid "IP-address of the user"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
796 |
+
msgid "Category-Overview"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
801 |
msgid "User e-mail settings"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
805 |
msgid "to activate"
|
806 |
msgstr "for å aktivere"
|
807 |
|
808 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
809 |
msgid "not to activate"
|
810 |
msgstr "for å ikke aktivere"
|
811 |
|
812 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
813 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
814 |
msgid "Please note"
|
815 |
msgstr "Vær oppmerksom på"
|
816 |
|
817 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
818 |
msgid ""
|
819 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
820 |
msgstr ""
|
821 |
"Disse innstillingene skal bare settes i tilfelle av problemer med Wp-Pro-"
|
822 |
"Quiz."
|
823 |
|
824 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
825 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
826 |
msgid "Automatically add [raw] shortcode"
|
827 |
msgstr "Automatisk legge til [raw] kortkode"
|
828 |
|
829 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
830 |
#, php-format
|
831 |
msgid "It is recommended %s this option on your system."
|
832 |
msgstr "Det anbefales %s dette alternativet på systemet ditt."
|
833 |
|
834 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
835 |
msgid ""
|
836 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
837 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
839 |
"Hvis dette alternativet er aktivert, [raw] kortkode blir automatisk satt "
|
840 |
"rundt WpProQuiz kortkode ([WpProQuiz X]) i [raw] [WpProQuiz X] [/ raw]"
|
841 |
|
842 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
843 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
844 |
msgid ""
|
845 |
"Own themes changes internal order of filters, what causes the problems. "
|
848 |
"Egne temaer endrer interne rekkefølgen på filtrene, noe som forårsaker "
|
849 |
"problemer. Med ekstra kortkode [raw] blir dette forhindret."
|
850 |
|
851 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
852 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
853 |
msgid "Do not load the Javascript-files in the footer"
|
854 |
msgstr "Ikke last JavaScript-filer i bunnteksten"
|
855 |
|
856 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
857 |
msgid ""
|
858 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
859 |
"when they are really needed."
|
861 |
"Vanligvis er alle WpProQuiz-Javascript filene lastet i bunnteksten og bare "
|
862 |
"når de virkelig trengs."
|
863 |
|
864 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
865 |
msgid "In very old Wordpress themes this can lead to problems."
|
866 |
msgstr "I svært gamle Wordpress temaer kan dette føre til problemer."
|
867 |
|
868 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
869 |
msgid ""
|
870 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
871 |
"the header even if they are not needed."
|
873 |
"Hvis du aktiverer dette alternativet, blir alle WpProQuiz-Javascript filer "
|
874 |
"lastes inn i toppteksten, selv om de ikke er nødvendig."
|
875 |
|
876 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
877 |
#, php-format
|
878 |
msgid ""
|
879 |
"Anyone who wants to learn more about this topic should read through the "
|
882 |
"Alle som ønsker å lære mer om dette emnet bør lese gjennom følgende "
|
883 |
"nettsteder %s og %s."
|
884 |
|
885 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
886 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
887 |
msgid "Touch Library"
|
888 |
msgstr "Touch bibliotek"
|
889 |
|
890 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
891 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
892 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
893 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
894 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
895 |
msgid "Deactivate"
|
896 |
msgstr "Deaktivere"
|
897 |
|
898 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
899 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
900 |
msgstr "I versjon 0.13 et nytt Touch bibliotek ble laget for mobile enheter."
|
901 |
|
902 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
903 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
904 |
msgstr ""
|
905 |
"Hvis du har noen problemer med Touch biblioteket, må du deaktivere det."
|
906 |
|
907 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
908 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
909 |
msgid "jQuery support cors"
|
910 |
msgstr "jQuery støtter cors"
|
911 |
|
912 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
913 |
msgid "Is required only in rare cases."
|
914 |
msgstr "Det kreves bare i sjeldne tilfeller."
|
915 |
|
916 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
917 |
msgid "If you have problems with the front ajax, please activate it."
|
918 |
msgstr "Hvis du har problemer med den ajax i front, vennligst aktiver det."
|
919 |
|
920 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
921 |
msgid "e.g. Domain with special characters in combination with IE"
|
922 |
msgstr "f.eks Domene med spesialtegn i kombinasjon med IE"
|
923 |
|
924 |
#: lib/view/WpProQuiz_View_Import.php:21
|
925 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
926 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
927 |
msgid "Import"
|
928 |
msgstr "Importer"
|
929 |
|
943 |
msgid "Quiz name"
|
944 |
msgstr "Quiz navn"
|
945 |
|
946 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
947 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
948 |
msgid "Start import"
|
949 |
msgstr "Start import"
|
950 |
|
957 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
958 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
959 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
960 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
961 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
962 |
msgid "(optional)"
|
963 |
msgstr "(valgfritt)"
|
964 |
|
972 |
|
973 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
974 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
975 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
976 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
977 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
978 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
979 |
msgid "(required)"
|
980 |
msgstr "(påkrevd)"
|
981 |
|
1109 |
msgid "Assessment"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1113 |
msgid "Answers"
|
1114 |
msgstr "Svar"
|
1115 |
|
1116 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1117 |
msgid ""
|
1118 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1119 |
"answers will be displayed randomly."
|
1121 |
"Vennligst sorter svarene i riktig rekkefølge med \"Flytt \" - knappen. "
|
1122 |
"Svarene vises tilfeldig."
|
1123 |
|
1124 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1125 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1126 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1127 |
msgid "Add new answer"
|
1128 |
msgstr "Legg til nytt svar"
|
1129 |
|
1130 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1131 |
msgid ""
|
1132 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1133 |
"matching criterion."
|
1135 |
"I denne modusen, ikke en liste må sorteres, men elementer må være tilordnet "
|
1136 |
"matchende kriterium."
|
1137 |
|
1138 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1139 |
msgid ""
|
1140 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1141 |
"user."
|
1143 |
"Du kan opprette sorter elementer med tomme kriterier, som ikke kan tildeles "
|
1144 |
"av bruker."
|
1145 |
|
1146 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1147 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1148 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1149 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1150 |
msgid "Options"
|
1151 |
msgstr "Valg"
|
1152 |
|
1153 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1154 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1155 |
msgid "Answer"
|
1156 |
msgstr "Svar"
|
1157 |
|
1158 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1159 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1160 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1161 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1162 |
msgid "Allow HTML"
|
1163 |
msgstr "Tillat HTML"
|
1164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1165 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1166 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1167 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1168 |
+
msgid "Delete answer"
|
1169 |
+
msgstr "Slett svar"
|
1170 |
|
1171 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1172 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1173 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1174 |
+
msgid "Add Media"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1178 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1180 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1181 |
msgid "Move"
|
1182 |
msgstr "Flytt"
|
1183 |
|
1184 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1185 |
msgid "Criterion"
|
1186 |
msgstr "Kriterium "
|
1187 |
|
1188 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1189 |
msgid ""
|
1190 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1191 |
msgstr ""
|
1192 |
"riktige svar (én per linje) (svar vil bli konvertert til små bokstaver)"
|
1193 |
|
1194 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1195 |
msgid ""
|
1196 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1197 |
"small letters will be ignored."
|
1199 |
"Omslutte søkte ord med {} f.eks \"Jeg {spiller} fotball \". Store og små "
|
1200 |
"bokstaver vil bli ignorert."
|
1201 |
|
1202 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1203 |
msgid ""
|
1204 |
"You can specify multiple options for a search word. Enclose the word with "
|
1205 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1207 |
"hate are correct."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1211 |
msgid ""
|
1212 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1213 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1215 |
"Hvis mode \"Ulike poeng for hvert svar\" er aktivert, kan du tildele poeng "
|
1216 |
"med |POENG. Ellers 1 poeng vil bli tildelt for alle svar."
|
1217 |
|
1218 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1219 |
msgid ""
|
1220 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1221 |
"\" 3 points."
|
1223 |
"f.eks \"I {play} fotball, med en {ball | 3}\" - \"play\" gir 1 poeng og "
|
1224 |
"\"ball\" 3 poeng."
|
1225 |
|
1226 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1227 |
msgid "Here you can create an assessment question."
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1231 |
msgid ""
|
1232 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1236 |
msgid "The number of options in the maximum score."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1240 |
msgid "Examples:"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1244 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1248 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1249 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1250 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1251 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1252 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1253 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1254 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1255 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1256 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1257 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1258 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1259 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1260 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1261 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1262 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1263 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1264 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1265 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1266 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1267 |
msgid "Demo"
|
1268 |
msgstr "Demo"
|
1269 |
|
1270 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1271 |
msgid "less true { [a] [b] [c] } more true"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1275 |
+
msgid "Single choice options"
|
1276 |
+
msgstr ""
|
1277 |
+
|
1278 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1279 |
+
msgid ""
|
1280 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1281 |
+
"special mode.<br> This changes the calculation of the points"
|
1282 |
+
msgstr ""
|
1283 |
+
|
1284 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1285 |
+
msgid "Different points - modus 2 activate"
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1289 |
+
msgid "Disables the distinction between correct and incorrect."
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1293 |
+
msgid "disable correct and incorrent"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1297 |
+
msgid "Explanation of points calculation"
|
1298 |
+
msgstr ""
|
1299 |
+
|
1300 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1301 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1302 |
+
msgid "\"Different points for each answer\" enabled"
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1306 |
+
msgid "\"Different points - mode 2\" disable"
|
1307 |
+
msgstr ""
|
1308 |
+
|
1309 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1310 |
+
msgid "\"Different points - mode 2\" enabled"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1314 |
msgid "Questions sorted"
|
1315 |
msgstr "Spørsmål sortert"
|
1398 |
|
1399 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1400 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1401 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1402 |
msgid "Statistics"
|
1403 |
msgstr "Statistikk"
|
1404 |
|
1447 |
msgstr "Dette alternativet gjelder for:"
|
1448 |
|
1449 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1450 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1451 |
msgid "all users"
|
1452 |
msgstr "alle brukere"
|
1453 |
|
1454 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1455 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1456 |
msgid "registered useres only"
|
1457 |
msgstr "kun registrerte brukere"
|
1458 |
|
1459 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1460 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1461 |
msgid "anonymous users only"
|
1462 |
msgstr "kun anonyme brukere"
|
1463 |
|
1612 |
"user. (only registered users)"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1616 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1617 |
+
msgid "Autostart"
|
1618 |
+
msgstr ""
|
1619 |
+
|
1620 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1621 |
+
msgid ""
|
1622 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1623 |
+
"is loaded."
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1627 |
msgid "Quiz description"
|
1628 |
msgstr "Quiz beskrivelse"
|
1629 |
|
1630 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1631 |
msgid "This text will be displayed before start of the quiz."
|
1632 |
msgstr "Denne teksten vil bli vist før starten av quiz."
|
1633 |
|
1634 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1635 |
msgid "Results text"
|
1636 |
msgstr "Resultat tekst"
|
1637 |
|
1638 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1639 |
msgid ""
|
1640 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1641 |
"is optional)"
|
1643 |
"Denne teksten vil bli vist på slutten av quizen (i resultatene). (denne "
|
1644 |
"teksten er valgfri)"
|
1645 |
|
1646 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1647 |
msgid "Activate graduation"
|
1648 |
msgstr "Aktivere gradering"
|
1649 |
|
1650 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1651 |
msgid "Hint:"
|
1652 |
msgstr "Tips:"
|
1653 |
|
1654 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1655 |
msgid "Maximal 15 levels"
|
1656 |
msgstr "Maksimalt 15 nivå"
|
1657 |
|
1658 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1659 |
#, php-format
|
1660 |
msgid ""
|
1661 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1664 |
"Prosenttallene gjelder den totale poengsummen for quiz. (Gjeldende total %d "
|
1665 |
"poeng i %d spørsmål."
|
1666 |
|
1667 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1668 |
msgid "Values can also be mixed up"
|
1669 |
msgstr "Verdier kan også blandes"
|
1670 |
|
1671 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1672 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1673 |
msgstr "10,15% eller 10,15% tillatt (maks. to sifre etter desimaltegnet)"
|
1674 |
|
1675 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1676 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1677 |
msgid "from:"
|
1678 |
msgstr "fra:"
|
1679 |
|
1680 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1681 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1682 |
msgid "percent"
|
1683 |
msgstr "prosent"
|
1684 |
|
1685 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1686 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1687 |
#, php-format
|
1688 |
msgid ""
|
1689 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1692 |
"(Vil bli vist, når resultat-prosent er >= <span class=\"resultProzent\"> %s "
|
1693 |
"</ span>%%)"
|
1694 |
|
1695 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1696 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1697 |
msgid "Delete graduation"
|
1698 |
msgstr "Slett gradering"
|
1699 |
|
1700 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1701 |
msgid "Add graduation"
|
1702 |
msgstr "Legg til gradering"
|
1703 |
|
1704 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1705 |
msgid "Result-Options"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1709 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1710 |
msgid "Show average points"
|
1711 |
msgstr "Vis gjennomsnittlig poeng"
|
1712 |
|
1713 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1714 |
msgid "Statistics-function must be enabled."
|
1715 |
msgstr "Statistikk-funksjonen må være aktivert"
|
1716 |
|
1717 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1719 |
msgid "Show category score"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1723 |
msgid ""
|
1724 |
"If you enable this option, the results of each category is displayed on the "
|
1725 |
"results page."
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1730 |
msgid "Hide correct questions - display"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1734 |
msgid ""
|
1735 |
"If you select this option, no longer the number of correctly answered "
|
1736 |
"questions are displayed on the results page."
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1741 |
msgid "Hide quiz time - display"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1745 |
msgid ""
|
1746 |
"If you enable this option, the time for finishing the quiz won't be "
|
1747 |
"displayed on the results page anymore."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1752 |
msgid "Hide score - display"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1756 |
msgid ""
|
1757 |
"If you enable this option, final score won't be displayed on the results "
|
1758 |
"page anymore."
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1762 |
msgid "Question-Options"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1767 |
msgid "Show points"
|
1768 |
msgstr "Vis poeng"
|
1769 |
|
1770 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1771 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1772 |
msgstr "Viser i quiz, hvor mange poeng kan nås for respektive spørsmål."
|
1773 |
|
1774 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1775 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1776 |
msgid "Number answers"
|
1777 |
msgstr "Nummerer svar"
|
1778 |
|
1779 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1780 |
msgid ""
|
1781 |
"If this option is activated, all answers are numbered (only single and "
|
1782 |
"multiple choice)"
|
1784 |
"Hvis dette alternativet er aktivert, blir alle svarene nummerert (bare ved "
|
1785 |
"enkle og flere valg)"
|
1786 |
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1789 |
msgid "Hide correct- and incorrect message"
|
1790 |
msgstr "Skjul riktig og feil melding"
|
1791 |
|
1792 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1793 |
msgid ""
|
1794 |
"If you enable this option, no correct- or incorrect message will be "
|
1795 |
"displayed."
|
1797 |
"Hvis du aktiverer dette alternativet, vil ingen riktig-eller feil melding "
|
1798 |
"bli vist."
|
1799 |
|
1800 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1801 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1802 |
msgid "Correct and incorrect answer mark"
|
1803 |
msgstr "Riktig og feil svar merket"
|
1804 |
|
1805 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1806 |
msgid ""
|
1807 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1808 |
"incorrect. "
|
1810 |
"Hvis du aktiverer dette alternativet, vil svarene ikke være farge fremhevet "
|
1811 |
"som riktig eller gal."
|
1812 |
|
1813 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1814 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1815 |
+
msgid "Force user to answer each question"
|
1816 |
+
msgstr ""
|
1817 |
+
|
1818 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1819 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1820 |
+
msgstr ""
|
1821 |
+
|
1822 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1823 |
+
msgid ""
|
1824 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1825 |
+
"appear after end of the quiz, otherwise after each question."
|
1826 |
+
msgstr ""
|
1827 |
+
|
1828 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1830 |
+
msgid "Hide question position overview"
|
1831 |
+
msgstr ""
|
1832 |
+
|
1833 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1834 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1835 |
+
msgstr ""
|
1836 |
+
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1838 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1839 |
+
msgid "Hide question numbering"
|
1840 |
+
msgstr ""
|
1841 |
+
|
1842 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1843 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1844 |
+
msgstr ""
|
1845 |
+
|
1846 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1847 |
msgid ""
|
1848 |
"The leaderboard allows users to enter results in public list and to share "
|
1849 |
"the result this way."
|
1851 |
"Leaderboard lar brukerne skrive inn resultater i offentlig liste og dele "
|
1852 |
"resultatet på denne måten."
|
1853 |
|
1854 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1855 |
msgid "The leaderboard works independent from internal statistics function."
|
1856 |
msgstr "Leaderboard fungerer uavhengig av intern statistikk funksjon."
|
1857 |
|
1858 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1859 |
msgid "Who can sign up to the list"
|
1860 |
msgstr "Hvem kan melde seg til listen"
|
1861 |
|
1862 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1863 |
msgid ""
|
1864 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1865 |
"displayed)"
|
1867 |
"Ikke registrerte brukere må skrive inn navn og e-post (e-post vil ikke bli "
|
1868 |
"vist)"
|
1869 |
|
1870 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1871 |
msgid "insert automatically"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1875 |
msgid ""
|
1876 |
"If you enable this option, logged in users will be automatically entered "
|
1877 |
"into leaderboard"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1881 |
msgid "display captcha"
|
1882 |
msgstr "vis captcha"
|
1883 |
|
1884 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1885 |
msgid ""
|
1886 |
"If you enable this option, additional captcha will be displayed for users "
|
1887 |
"who are not registered."
|
1889 |
"Hvis du aktiverer dette alternativet, vil ytterligere captcha vises for "
|
1890 |
"brukere som ikke er registrert."
|
1891 |
|
1892 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1893 |
msgid "This option requires additional plugin:"
|
1894 |
msgstr "Dette alternativet krever ekstra innstikk:"
|
1895 |
|
1896 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1897 |
msgid "Plugin has been detected."
|
1898 |
msgstr "Innstikk har blitt oppdaget."
|
1899 |
|
1900 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1901 |
msgid "Plugin is not installed."
|
1902 |
msgstr "Innstikk er ikke installert."
|
1903 |
|
1904 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1905 |
msgid "Sort list by"
|
1906 |
msgstr "Sorter liste med"
|
1907 |
|
1908 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1909 |
msgid "Users can apply multiple times"
|
1910 |
msgstr "Brukere kan legge til flere ganger"
|
1911 |
|
1912 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1913 |
msgid "User can apply after:"
|
1914 |
msgstr "Bruker kan legge til etter:"
|
1915 |
|
1916 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1917 |
msgid "minute"
|
1918 |
msgstr "minutt"
|
1919 |
|
1920 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1921 |
msgid "How many entries should be displayed"
|
1922 |
msgstr "Hvor mange oppføringer som skal vises"
|
1923 |
|
1924 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1925 |
msgid "Entries"
|
1926 |
msgstr "Oppføringer"
|
1927 |
|
1928 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1929 |
msgid "Automatically display leaderboard in quiz result"
|
1930 |
msgstr "Automatisk vise leaderboard i quiz resultat"
|
1931 |
|
1932 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1933 |
msgid "Where should leaderboard be displayed:"
|
1934 |
msgstr "Hvor skal leaderboard vises:"
|
1935 |
|
1936 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1937 |
msgid "don't display"
|
1938 |
msgstr "ikke vis"
|
1939 |
|
1940 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1941 |
msgid "below the \"result text\""
|
1942 |
msgstr "under \"resultat tekst\""
|
1943 |
|
1944 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1945 |
msgid "in a button"
|
1946 |
msgstr "i en knapp"
|
1947 |
|
1948 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1949 |
msgid "Quiz-Mode"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1953 |
msgid "Normal"
|
1954 |
msgstr ""
|
1955 |
|
1956 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1957 |
msgid "Normal + Back-Button"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1961 |
msgid "Check -> continue"
|
1962 |
msgstr "Sjekk -> fortsette"
|
1963 |
|
1964 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1965 |
msgid "Questions below each other"
|
1966 |
msgstr "Spørsmål under hverandre"
|
1967 |
|
1968 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1969 |
msgid ""
|
1970 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1971 |
"displayed at the end of the quiz."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
1975 |
msgid "Allows to use the back button in a question."
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
1979 |
msgid "Shows \"right or wrong\" after each question."
|
1980 |
msgstr ""
|
1981 |
|
1982 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
1983 |
msgid ""
|
1984 |
"If this option is activated, all answers are displayed below each other, i."
|
1985 |
"e. all questions are on a single page."
|
2006 |
msgid "Support WP-Pro-Quiz"
|
2007 |
msgstr "Support WP-Pro-Quiz"
|
2008 |
|
2009 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2010 |
msgid "ID"
|
2011 |
msgstr "ID"
|
2012 |
|
2013 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2014 |
msgid "Shortcode"
|
2015 |
msgstr "Kortkode"
|
2016 |
|
2017 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2018 |
msgid "Shortcode-Leaderboard"
|
2019 |
msgstr "Kortkode-Leaderboard"
|
2020 |
|
2021 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2022 |
msgid "Preview"
|
2023 |
msgstr "Forhåndsvisning"
|
2024 |
|
2025 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2026 |
msgid "Add quiz"
|
2027 |
msgstr "Legg til quiz"
|
2028 |
|
2029 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2030 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2031 |
msgid "Export"
|
2032 |
msgstr "Eksporter"
|
2033 |
|
2034 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2035 |
msgid ""
|
2036 |
"Choose the respective question, which you would like to export and press on "
|
2037 |
"\"Start export\""
|
2039 |
"Velg det aktuelle spørsmålet, som du ønsker å eksportere og trykk på \"Start "
|
2040 |
"eksport \""
|
2041 |
|
2042 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2043 |
+
msgid "Format:"
|
2044 |
+
msgstr ""
|
2045 |
+
|
2046 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2047 |
+
msgid "*.wpq"
|
2048 |
+
msgstr ""
|
2049 |
+
|
2050 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2051 |
+
msgid "or"
|
2052 |
+
msgstr ""
|
2053 |
+
|
2054 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2055 |
+
msgid "*.xml"
|
2056 |
+
msgstr ""
|
2057 |
+
|
2058 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2059 |
msgid "Start export"
|
2060 |
msgstr "Start eksport"
|
2061 |
|
2062 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2063 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2064 |
+
msgstr ""
|
2065 |
|
2066 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2067 |
#, php-format
|
2068 |
msgid "Maximal %d MiB"
|
2069 |
msgstr "Maks %d MiB"
|
2273 |
#~ msgid "All"
|
2274 |
#~ msgstr "Alle"
|
2275 |
|
|
|
|
|
|
|
2276 |
#~ msgid "Right"
|
2277 |
#~ msgstr "Richtig"
|
2278 |
|
languages/wp-pro-quiz-nl_NL.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-nl_NL.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "Weet u zeker dat u de statistieken opnieuw wilt instellen?"
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr "Geen data beschikbaar"
|
67 |
|
@@ -89,24 +89,36 @@ msgid "Not all fields completed."
|
|
89 |
msgstr ""
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Laden"
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
# Must not be translated
|
102 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
103 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
104 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
105 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
106 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
107 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
108 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
109 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
110 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
111 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
112 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -120,7 +132,7 @@ msgstr "U heeft niet voldoende rechten om deze pagina te bekijken."
|
|
120 |
msgid "Settings saved"
|
121 |
msgstr "Instellingen opgeslagen"
|
122 |
|
123 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
124 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
125 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
126 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -146,20 +158,20 @@ msgid "Question not found"
|
|
146 |
msgstr "Antwoord niet gevonden"
|
147 |
|
148 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
149 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
150 |
#, php-format
|
151 |
msgid "Question: %d"
|
152 |
msgstr "Vraag: %d"
|
153 |
|
154 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
155 |
msgid "Question edited"
|
156 |
msgstr "Vraag bewerkt"
|
157 |
|
158 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
159 |
msgid "New question"
|
160 |
msgstr "Nieuwe vraag"
|
161 |
|
162 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
163 |
msgid "Question added"
|
164 |
msgstr "Vraag toegevoegd"
|
165 |
|
@@ -186,6 +198,16 @@ msgstr "Quiz aanmaken"
|
|
186 |
msgid "Quiz deleted"
|
187 |
msgstr "Quiz verwijderd"
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
190 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
191 |
msgid "No category"
|
@@ -222,6 +244,7 @@ msgid "You entered wrong captcha code."
|
|
222 |
msgstr "U heeft de verkeerde captcha code ingevuld."
|
223 |
|
224 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
225 |
msgid "File was not uploaded"
|
226 |
msgstr "Bestand is niet geupload"
|
227 |
|
@@ -233,6 +256,11 @@ msgstr "Bestand heeft verkeerde formaat"
|
|
233 |
msgid "File is not compatible with the current version"
|
234 |
msgstr "Bestand is niet compatibel met de huidige versie"
|
235 |
|
|
|
|
|
|
|
|
|
|
|
236 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
237 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
238 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -281,14 +309,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
281 |
msgstr ""
|
282 |
|
283 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
284 |
msgid "WP-Pro-Quiz"
|
285 |
msgstr ""
|
286 |
|
287 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
288 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
289 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
290 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
291 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
292 |
msgid "Leaderboard"
|
293 |
msgstr "Scorebord"
|
294 |
|
@@ -313,17 +342,17 @@ msgid "Sort by:"
|
|
313 |
msgstr "Sorteer op:"
|
314 |
|
315 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
316 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
317 |
msgid "best user"
|
318 |
msgstr "Beste deelnemer"
|
319 |
|
320 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
321 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
322 |
msgid "newest entry"
|
323 |
msgstr "Nieuwste inschrijving"
|
324 |
|
325 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
326 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
327 |
msgid "oldest entry"
|
328 |
msgstr "Oudste inschrijving"
|
329 |
|
@@ -347,7 +376,7 @@ msgid "User"
|
|
347 |
msgstr "Gebruiker"
|
348 |
|
349 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
350 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
351 |
msgid "E-Mail"
|
352 |
msgstr "E-Mail"
|
353 |
|
@@ -357,14 +386,14 @@ msgid "Entered on"
|
|
357 |
msgstr "Ingeschreven op"
|
358 |
|
359 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
360 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
361 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
362 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
363 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
364 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
365 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
366 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
367 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
368 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
369 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
370 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -381,7 +410,7 @@ msgstr "Resultaten"
|
|
381 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
382 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
383 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
384 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
385 |
msgid "Edit"
|
386 |
msgstr "Bewerken"
|
387 |
|
@@ -389,7 +418,7 @@ msgstr "Bewerken"
|
|
389 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
390 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
391 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
392 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
393 |
msgid "Delete"
|
394 |
msgstr "Verwijderen"
|
395 |
|
@@ -421,12 +450,11 @@ msgstr "Tijdslimiet"
|
|
421 |
|
422 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
423 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
424 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
425 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
426 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
427 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
428 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
429 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
430 |
msgid "Quiz-summary"
|
431 |
msgstr "Quiz samenvatting"
|
432 |
|
@@ -437,13 +465,13 @@ msgstr "%s van %s vragen beantwoord"
|
|
437 |
|
438 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
439 |
#: lib/view/WpProQuiz_View_Import.php:44
|
440 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
441 |
msgid "Questions"
|
442 |
msgstr "Vragen"
|
443 |
|
444 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
445 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
446 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
447 |
msgid "Finish quiz"
|
448 |
msgstr "Quiz beëindigen"
|
449 |
|
@@ -487,14 +515,6 @@ msgstr "Gemiddelde score"
|
|
487 |
msgid "Your score"
|
488 |
msgstr "Uw score"
|
489 |
|
490 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
491 |
-
msgid "Categories"
|
492 |
-
msgstr ""
|
493 |
-
|
494 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
495 |
-
msgid "Not categorized"
|
496 |
-
msgstr ""
|
497 |
-
|
498 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
499 |
msgid "Restart quiz"
|
500 |
msgstr "Quiz opnieuw starten"
|
@@ -519,82 +539,82 @@ msgstr "Beoordeling"
|
|
519 |
msgid "Review question"
|
520 |
msgstr "Beoordeel vraag"
|
521 |
|
522 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
523 |
#, php-format
|
524 |
msgid "Question %s of %s"
|
525 |
msgstr "Vraag %s van %s"
|
526 |
|
527 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
528 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
529 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
530 |
msgid "Question"
|
531 |
msgstr "Vraag"
|
532 |
|
533 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
534 |
#, php-format
|
535 |
msgid "%d points"
|
536 |
msgstr "%d punten"
|
537 |
|
538 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
539 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
540 |
msgid "Sort elements"
|
541 |
msgstr "Sorteer elementen"
|
542 |
|
543 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
544 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
545 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
546 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
547 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
548 |
msgid "Correct"
|
549 |
msgstr "Correct"
|
550 |
|
551 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
552 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
553 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
554 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
555 |
msgid "Incorrect"
|
556 |
msgstr "Incorrect"
|
557 |
|
558 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
559 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
560 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
561 |
msgid "Hint"
|
562 |
msgstr "Hint"
|
563 |
|
564 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
565 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
566 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
567 |
msgid "Skip question"
|
568 |
msgstr "Sla vraag over"
|
569 |
|
570 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
571 |
msgid "Back"
|
572 |
msgstr "Terug"
|
573 |
|
574 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
575 |
msgid "Check"
|
576 |
msgstr "Controleren"
|
577 |
|
578 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
579 |
msgid "Next"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
583 |
msgid "Your result has been entered into leaderboard"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
587 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
588 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
589 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
590 |
msgid "Name"
|
591 |
msgstr "Naam"
|
592 |
|
593 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
594 |
msgid "Captcha"
|
595 |
msgstr "Captcha"
|
596 |
|
597 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
598 |
msgid "Send"
|
599 |
msgstr "Versturen"
|
600 |
|
@@ -627,13 +647,13 @@ msgid "E-Mail settings"
|
|
627 |
msgstr ""
|
628 |
|
629 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
630 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
631 |
msgid "Settings in case of problems"
|
632 |
msgstr "Instellingen in geval van problemen"
|
633 |
|
634 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
635 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
637 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
638 |
msgid "Save"
|
639 |
msgstr "Opslaan"
|
@@ -671,7 +691,7 @@ msgid "Category management"
|
|
671 |
msgstr "Beheer categorieën"
|
672 |
|
673 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
674 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
675 |
msgid "Admin e-mail settings"
|
676 |
msgstr ""
|
677 |
|
@@ -688,25 +708,25 @@ msgstr ""
|
|
688 |
"test@test.com"
|
689 |
|
690 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
691 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
692 |
msgid "From:"
|
693 |
msgstr "Van:"
|
694 |
|
695 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
696 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
697 |
msgid "Subject:"
|
698 |
msgstr "Onderwerp:"
|
699 |
|
700 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
701 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
702 |
msgid "HTML"
|
703 |
msgstr ""
|
704 |
|
705 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
706 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
707 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
708 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
709 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
710 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
711 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
712 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -718,99 +738,108 @@ msgstr ""
|
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
720 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
731 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
736 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
737 |
msgid "Activate"
|
738 |
msgstr "Activeren"
|
739 |
|
740 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
741 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
742 |
msgid "Message body:"
|
743 |
msgstr "Berichttekst:"
|
744 |
|
745 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
746 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
747 |
msgid "Allowed variables"
|
748 |
msgstr "Toegestane variabelen"
|
749 |
|
750 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
751 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
752 |
msgid "User-ID"
|
753 |
msgstr "Gebruiker-ID"
|
754 |
|
755 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
756 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
757 |
msgid "Username"
|
758 |
msgstr "Gebruikersnaam"
|
759 |
|
760 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
761 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
762 |
msgid "Quiz-Name"
|
763 |
msgstr "Quiz naam"
|
764 |
|
765 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
766 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
767 |
msgid "Result in precent"
|
768 |
msgstr "Resultaat in procenten"
|
769 |
|
770 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
771 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
772 |
msgid "Reached points"
|
773 |
msgstr "Behaalde punten"
|
774 |
|
775 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
776 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
777 |
msgid "IP-address of the user"
|
778 |
msgstr "IP-adres van de gebruiker"
|
779 |
|
780 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
781 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
782 |
msgid "User e-mail settings"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
786 |
msgid "to activate"
|
787 |
msgstr "activeren"
|
788 |
|
789 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
790 |
msgid "not to activate"
|
791 |
msgstr "niet activeren"
|
792 |
|
793 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
794 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
795 |
msgid "Please note"
|
796 |
msgstr "Let op"
|
797 |
|
798 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
799 |
msgid ""
|
800 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
801 |
msgstr "Deze instellingen alleen instellen bij problemen met Wp-Pro-Quiz."
|
802 |
|
803 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
804 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
805 |
msgid "Automatically add [raw] shortcode"
|
806 |
msgstr "Voeg automatisch [raw] shortcode toe"
|
807 |
|
808 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
809 |
#, php-format
|
810 |
msgid "It is recommended %s this option on your system."
|
811 |
msgstr "Het wordt aanbevolen %s deze optie op uw systeem."
|
812 |
|
813 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
814 |
msgid ""
|
815 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
816 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -819,7 +848,7 @@ msgstr ""
|
|
819 |
"WpProQuiz Shortcode ( [WpProQuiz X] ) geplaatst ( [raw] [WpProQuiz X] [/"
|
820 |
"raw] )."
|
821 |
|
822 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
823 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
824 |
msgid ""
|
825 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -828,12 +857,12 @@ msgstr ""
|
|
828 |
"Eigen thema heeft de interne orde van de filter veranderd,dit heeft het "
|
829 |
"probleem veroorzaakt. Met de extra shortcode [raw] wordt dit verholpen."
|
830 |
|
831 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
832 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
833 |
msgid "Do not load the Javascript-files in the footer"
|
834 |
msgstr "Javascript-bestand is niet geladen in de footer"
|
835 |
|
836 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
837 |
msgid ""
|
838 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
839 |
"when they are really needed."
|
@@ -841,11 +870,11 @@ msgstr ""
|
|
841 |
"Standaard worden alle WpProQuiz-Javascript-bestanden geladen in de footer en "
|
842 |
"alleen gebruikt wanneer ze werkelijk nodig zijn."
|
843 |
|
844 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
845 |
msgid "In very old Wordpress themes this can lead to problems."
|
846 |
msgstr "Dit kan leiden tot problemen bij erg oude Wordpress thema's."
|
847 |
|
848 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
849 |
msgid ""
|
850 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
851 |
"the header even if they are not needed."
|
@@ -853,7 +882,7 @@ msgstr ""
|
|
853 |
"Wanneer u deze optie activeert, worden alle WpProQuiz-Javascript-bestanden "
|
854 |
"geladen in de header, ook als ze niet nodig zijn."
|
855 |
|
856 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
857 |
#, php-format
|
858 |
msgid ""
|
859 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -862,51 +891,51 @@ msgstr ""
|
|
862 |
"Wie meer wil weten over deze onderwerpen moet de volgende websites %s en %s "
|
863 |
"raadplegen."
|
864 |
|
865 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
866 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
867 |
msgid "Touch Library"
|
868 |
msgstr "Touch Library"
|
869 |
|
870 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
871 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
872 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
873 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
874 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
875 |
msgid "Deactivate"
|
876 |
msgstr "Deactiveren"
|
877 |
|
878 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
879 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
880 |
msgstr ""
|
881 |
"In versie 0.13 is een nieuwe Touch Library voor mobiele apparaten toegevoegd."
|
882 |
|
883 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
884 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
885 |
msgstr ""
|
886 |
"Wanneer u problemen ondervindt met Touch Library, kunt u die hier "
|
887 |
"deactiveren."
|
888 |
|
889 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
890 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
891 |
msgid "jQuery support cors"
|
892 |
msgstr "jQuery support cors"
|
893 |
|
894 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
895 |
msgid "Is required only in rare cases."
|
896 |
msgstr "Nodig in zeldzame gevallen."
|
897 |
|
898 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
899 |
msgid "If you have problems with the front ajax, please activate it."
|
900 |
msgstr ""
|
901 |
"Wanneer u problemen ondervindt met front AJAX, activeer het alstublieft."
|
902 |
|
903 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
904 |
msgid "e.g. Domain with special characters in combination with IE"
|
905 |
msgstr "bv. Domein met speciale tekens in combinatie met IE."
|
906 |
|
907 |
#: lib/view/WpProQuiz_View_Import.php:21
|
908 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
909 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
910 |
msgid "Import"
|
911 |
msgstr "Importeren"
|
912 |
|
@@ -926,8 +955,8 @@ msgstr "Import succesvol voltooid"
|
|
926 |
msgid "Quiz name"
|
927 |
msgstr "Quiz naam"
|
928 |
|
929 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
930 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
931 |
msgid "Start import"
|
932 |
msgstr "Importeren starten"
|
933 |
|
@@ -940,8 +969,8 @@ msgstr "Titel"
|
|
940 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
941 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
942 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
943 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
944 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
945 |
msgid "(optional)"
|
946 |
msgstr "(optioneel)"
|
947 |
|
@@ -955,10 +984,10 @@ msgstr ""
|
|
955 |
|
956 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
957 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
958 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
959 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
960 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
961 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
962 |
msgid "(required)"
|
963 |
msgstr "(verplicht)"
|
964 |
|
@@ -1095,11 +1124,11 @@ msgstr "Cloze"
|
|
1095 |
msgid "Assessment"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1099 |
msgid "Answers"
|
1100 |
msgstr "Antwoorden"
|
1101 |
|
1102 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1103 |
msgid ""
|
1104 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1105 |
"answers will be displayed randomly."
|
@@ -1107,13 +1136,13 @@ msgstr ""
|
|
1107 |
"Alstublieft de antwoorden in de juiste volgorde plaatsen met de \"Move\" - "
|
1108 |
"knop. De antwoorden worden willekeurig weergegeven."
|
1109 |
|
1110 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1111 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1112 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1113 |
msgid "Add new answer"
|
1114 |
msgstr "Nieuw antwoord toevoegen"
|
1115 |
|
1116 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1117 |
msgid ""
|
1118 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1119 |
"matching criterion."
|
@@ -1121,7 +1150,7 @@ msgstr ""
|
|
1121 |
"In deze modus moet een lijst niet gesorteerd worden maar moeten de elementen "
|
1122 |
"bij het juiste criterium gevonden worden."
|
1123 |
|
1124 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1125 |
msgid ""
|
1126 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1127 |
"user."
|
@@ -1129,56 +1158,56 @@ msgstr ""
|
|
1129 |
"U kunt sorteer elementen aanmaken met lege criteria, die door de gebruiken "
|
1130 |
"niet toegekend kunnen worden."
|
1131 |
|
1132 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1133 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1134 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1135 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1136 |
msgid "Options"
|
1137 |
msgstr "Opties"
|
1138 |
|
1139 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1140 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1141 |
msgid "Answer"
|
1142 |
msgstr "Antwoord"
|
1143 |
|
1144 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1145 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1146 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1147 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1148 |
msgid "Allow HTML"
|
1149 |
msgstr "HTML toestaan"
|
1150 |
|
1151 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1152 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1153 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1154 |
-
msgid "Delete answer"
|
1155 |
-
msgstr "Antwoord verwijderen"
|
1156 |
-
|
1157 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1158 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1159 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1160 |
-
msgid "
|
1161 |
-
msgstr ""
|
1162 |
|
1163 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1164 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1165 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1166 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1167 |
msgid "Move"
|
1168 |
msgstr "Verplaatsen"
|
1169 |
|
1170 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1171 |
msgid "Criterion"
|
1172 |
msgstr "Criterium"
|
1173 |
|
1174 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1175 |
msgid ""
|
1176 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1177 |
msgstr ""
|
1178 |
"Correcte antwoorden (een per regel) (antwoorden worden omgezet naar kleine "
|
1179 |
"letters)"
|
1180 |
|
1181 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1182 |
msgid ""
|
1183 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1184 |
"small letters will be ignored."
|
@@ -1186,7 +1215,7 @@ msgstr ""
|
|
1186 |
"Omsluit de gezochte woorden met { } bv. \"Ik {speel} voetbal\". Hoofdletters "
|
1187 |
"en kleine letters worden genegeerd."
|
1188 |
|
1189 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1190 |
msgid ""
|
1191 |
"You can specify multiple options for a search word. Enclose the word with "
|
1192 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1198,7 +1227,7 @@ msgstr ""
|
|
1198 |
"{[speel][houd van][haat]} voetbal\" </span>. In dit geval zijn de antwoorden "
|
1199 |
"speel, houd van OF haat correct."
|
1200 |
|
1201 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1202 |
msgid ""
|
1203 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1204 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1207,7 +1236,7 @@ msgstr ""
|
|
1207 |
"geactiveerd, kunt u punten toekennen met |PUNTEN. Anders wordt er 1 punt "
|
1208 |
"toegekend voor ieder antwoord."
|
1209 |
|
1210 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1211 |
msgid ""
|
1212 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1213 |
"\" 3 points."
|
@@ -1215,52 +1244,93 @@ msgstr ""
|
|
1215 |
"bijv. \"Ik {speel} voetbal, met een {bal|3}\" - \"speel\" geeft 1 punt en "
|
1216 |
"\"bal\" 3 punten."
|
1217 |
|
1218 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1219 |
msgid "Here you can create an assessment question."
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1223 |
msgid ""
|
1224 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1228 |
msgid "The number of options in the maximum score."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1232 |
msgid "Examples:"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1236 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1240 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1241 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1242 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1243 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1244 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1245 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1249 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1250 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1251 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1252 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1253 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1254 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1255 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1256 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1257 |
msgid "Demo"
|
1258 |
msgstr "Demo"
|
1259 |
|
1260 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1261 |
msgid "less true { [a] [b] [c] } more true"
|
1262 |
msgstr ""
|
1263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1264 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1265 |
msgid "Questions sorted"
|
1266 |
msgstr "Vragen gesorteerd"
|
@@ -1349,7 +1419,7 @@ msgstr "0 = geen limiet"
|
|
1349 |
|
1350 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1351 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1352 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1353 |
msgid "Statistics"
|
1354 |
msgstr "Statistieken"
|
1355 |
|
@@ -1398,17 +1468,17 @@ msgid "This option applies to:"
|
|
1398 |
msgstr "Deze optie is geldig voor:"
|
1399 |
|
1400 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1401 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1402 |
msgid "all users"
|
1403 |
msgstr "Alle gebruikers"
|
1404 |
|
1405 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1406 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1407 |
msgid "registered useres only"
|
1408 |
msgstr "alleen geregistreerde gebruikers"
|
1409 |
|
1410 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1411 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1412 |
msgid "anonymous users only"
|
1413 |
msgstr "alleen anonieme gebruikers"
|
1414 |
|
@@ -1570,19 +1640,30 @@ msgid ""
|
|
1570 |
"user. (only registered users)"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1574 |
msgid "Quiz description"
|
1575 |
msgstr "Quiz beschrijving"
|
1576 |
|
1577 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1578 |
msgid "This text will be displayed before start of the quiz."
|
1579 |
msgstr "Deze tekst wordt weergegeven voordat de quiz begint."
|
1580 |
|
1581 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1582 |
msgid "Results text"
|
1583 |
msgstr "Resultaten tekst"
|
1584 |
|
1585 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1586 |
msgid ""
|
1587 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1588 |
"is optional)"
|
@@ -1590,19 +1671,19 @@ msgstr ""
|
|
1590 |
"Deze tekst wordt weergegeven nadat de quiz is afgelopen (in resultaten). "
|
1591 |
"(deze tekst is optioneel)"
|
1592 |
|
1593 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1594 |
msgid "Activate graduation"
|
1595 |
msgstr "Gradatie instellen"
|
1596 |
|
1597 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1598 |
msgid "Hint:"
|
1599 |
msgstr "Hint:"
|
1600 |
|
1601 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1602 |
msgid "Maximal 15 levels"
|
1603 |
msgstr "Maximaal 15 niveaus"
|
1604 |
|
1605 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1606 |
#, php-format
|
1607 |
msgid ""
|
1608 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1611,26 +1692,26 @@ msgstr ""
|
|
1611 |
"Procenten verwijzen naar de totale score van de quiz. (Huidige aantal %d "
|
1612 |
"punten uit %d vragen)"
|
1613 |
|
1614 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1615 |
msgid "Values can also be mixed up"
|
1616 |
msgstr "Waarden kunnen ook worden gemengd"
|
1617 |
|
1618 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1619 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1620 |
msgstr "10,15% of 10.15% toegestaan (maximaal twee cijfers achter de komma)"
|
1621 |
|
1622 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1623 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1624 |
msgid "from:"
|
1625 |
msgstr "van:"
|
1626 |
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1629 |
msgid "percent"
|
1630 |
msgstr "procent"
|
1631 |
|
1632 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1633 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1634 |
#, php-format
|
1635 |
msgid ""
|
1636 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1639,93 +1720,93 @@ msgstr ""
|
|
1639 |
"(wordt weergegeven wanneer resultaat-procenten is >= <span class="
|
1640 |
"\"resultProzent\">%s</span>%%)"
|
1641 |
|
1642 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1643 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1644 |
msgid "Delete graduation"
|
1645 |
msgstr "Verwijder gradatie"
|
1646 |
|
1647 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1648 |
msgid "Add graduation"
|
1649 |
msgstr "Gradatie toevoegen"
|
1650 |
|
1651 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1652 |
msgid "Result-Options"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1656 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1657 |
msgid "Show average points"
|
1658 |
msgstr "Geef gemiddelde punten weer"
|
1659 |
|
1660 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1661 |
msgid "Statistics-function must be enabled."
|
1662 |
msgstr "Statistiek functie moet ingeschakeld zijn."
|
1663 |
|
1664 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1665 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1666 |
msgid "Show category score"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
msgid ""
|
1671 |
"If you enable this option, the results of each category is displayed on the "
|
1672 |
"results page."
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1676 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1677 |
msgid "Hide correct questions - display"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1681 |
msgid ""
|
1682 |
"If you select this option, no longer the number of correctly answered "
|
1683 |
"questions are displayed on the results page."
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1687 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1688 |
msgid "Hide quiz time - display"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1692 |
msgid ""
|
1693 |
"If you enable this option, the time for finishing the quiz won't be "
|
1694 |
"displayed on the results page anymore."
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1698 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1699 |
msgid "Hide score - display"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1703 |
msgid ""
|
1704 |
"If you enable this option, final score won't be displayed on the results "
|
1705 |
"page anymore."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1709 |
msgid "Question-Options"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1714 |
msgid "Show points"
|
1715 |
msgstr "Toon punten"
|
1716 |
|
1717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1718 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1719 |
msgstr ""
|
1720 |
"Wordt weergegeven in de quiz en geeft het aantal te verkrijgen punten weer "
|
1721 |
"voor de betreffende vraag."
|
1722 |
|
1723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1725 |
msgid "Number answers"
|
1726 |
msgstr "Nummer antwoorden"
|
1727 |
|
1728 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1729 |
msgid ""
|
1730 |
"If this option is activated, all answers are numbered (only single and "
|
1731 |
"multiple choice)"
|
@@ -1733,12 +1814,12 @@ msgstr ""
|
|
1733 |
"Wanneer deze optie geactiveerd is, worden alle antwoorden genummerd (alleen "
|
1734 |
"in enkel en meerkeuze vragen)"
|
1735 |
|
1736 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1737 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1738 |
msgid "Hide correct- and incorrect message"
|
1739 |
msgstr "Verberg correct- en incorrect berichten"
|
1740 |
|
1741 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1742 |
msgid ""
|
1743 |
"If you enable this option, no correct- or incorrect message will be "
|
1744 |
"displayed."
|
@@ -1746,12 +1827,12 @@ msgstr ""
|
|
1746 |
"Wanneer deze optie is ingeschakeld, wordt er geen correct- of incorrect "
|
1747 |
"bericht weergegeven."
|
1748 |
|
1749 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1750 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1751 |
msgid "Correct and incorrect answer mark"
|
1752 |
msgstr "Correcte en incorrecte antwoorden markering"
|
1753 |
|
1754 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1755 |
msgid ""
|
1756 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1757 |
"incorrect. "
|
@@ -1759,7 +1840,40 @@ msgstr ""
|
|
1759 |
"Wanneer deze optie is ingeschakeld, antwoorden worden niet gemarkeerd als "
|
1760 |
"correct of incorrect."
|
1761 |
|
1762 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1763 |
msgid ""
|
1764 |
"The leaderboard allows users to enter results in public list and to share "
|
1765 |
"the result this way."
|
@@ -1767,15 +1881,15 @@ msgstr ""
|
|
1767 |
"Het scorebord laat gebruikers hun resultaten weergeven in een publieke lijst "
|
1768 |
"om zodoende hun resultaten te delen."
|
1769 |
|
1770 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1771 |
msgid "The leaderboard works independent from internal statistics function."
|
1772 |
msgstr "Het scorebord werkt onafhankelijk van de interne statistiek functie."
|
1773 |
|
1774 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1775 |
msgid "Who can sign up to the list"
|
1776 |
msgstr "Wie kan zich inschrijven voor de lijst"
|
1777 |
|
1778 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1779 |
msgid ""
|
1780 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1781 |
"displayed)"
|
@@ -1783,11 +1897,11 @@ msgstr ""
|
|
1783 |
"Niet geregistreerde gebruikers moeten naam en e-mail invoeren (e-mail wordt "
|
1784 |
"niet weergegeven)"
|
1785 |
|
1786 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1787 |
msgid "insert automatically"
|
1788 |
msgstr "automatisch invoegen"
|
1789 |
|
1790 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1791 |
msgid ""
|
1792 |
"If you enable this option, logged in users will be automatically entered "
|
1793 |
"into leaderboard"
|
@@ -1795,11 +1909,11 @@ msgstr ""
|
|
1795 |
"Als u deze optie inschakelt worden ingelogde gebruikers automatisch aan de "
|
1796 |
"ranglijst toegevoegd"
|
1797 |
|
1798 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1799 |
msgid "display captcha"
|
1800 |
msgstr "Plaats captcha"
|
1801 |
|
1802 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1803 |
msgid ""
|
1804 |
"If you enable this option, additional captcha will be displayed for users "
|
1805 |
"who are not registered."
|
@@ -1807,83 +1921,83 @@ msgstr ""
|
|
1807 |
"Wanneer u deze optie aanzet, wordt een extra captcha weergegeven voor niet "
|
1808 |
"geregistreerde gebruikers."
|
1809 |
|
1810 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1811 |
msgid "This option requires additional plugin:"
|
1812 |
msgstr "Deze optie vereist een extra plugin:"
|
1813 |
|
1814 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1815 |
msgid "Plugin has been detected."
|
1816 |
msgstr "Plugin is gevonden"
|
1817 |
|
1818 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1819 |
msgid "Plugin is not installed."
|
1820 |
msgstr "Plugin is niet geïnstalleerd"
|
1821 |
|
1822 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1823 |
msgid "Sort list by"
|
1824 |
msgstr "Sorteer lijst op"
|
1825 |
|
1826 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1827 |
msgid "Users can apply multiple times"
|
1828 |
msgstr "Gebruikers kan meerdere keren deelenemen"
|
1829 |
|
1830 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1831 |
msgid "User can apply after:"
|
1832 |
msgstr "Gebruiker kan deelnemen na:"
|
1833 |
|
1834 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1835 |
msgid "minute"
|
1836 |
msgstr "minuut"
|
1837 |
|
1838 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1839 |
msgid "How many entries should be displayed"
|
1840 |
msgstr "Hoeveel deelnemers moeten worden weergegeven"
|
1841 |
|
1842 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1843 |
msgid "Entries"
|
1844 |
msgstr "Deelnemers"
|
1845 |
|
1846 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1847 |
msgid "Automatically display leaderboard in quiz result"
|
1848 |
msgstr "Plaats automatisch het scorebord in de resultaten van de quiz"
|
1849 |
|
1850 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1851 |
msgid "Where should leaderboard be displayed:"
|
1852 |
msgstr "Waar moet het scorebord worden geplaatst:"
|
1853 |
|
1854 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1855 |
msgid "don't display"
|
1856 |
msgstr "niet weergeven"
|
1857 |
|
1858 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1859 |
msgid "below the \"result text\""
|
1860 |
msgstr "onder de \"resultaten tekst\""
|
1861 |
|
1862 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1863 |
msgid "in a button"
|
1864 |
msgstr "in een knop"
|
1865 |
|
1866 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1867 |
msgid "Quiz-Mode"
|
1868 |
msgstr "Quiz-mode"
|
1869 |
|
1870 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1871 |
msgid "Normal"
|
1872 |
msgstr "Normaal"
|
1873 |
|
1874 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1875 |
msgid "Normal + Back-Button"
|
1876 |
msgstr "Normaal + Terug-knop"
|
1877 |
|
1878 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1879 |
msgid "Check -> continue"
|
1880 |
msgstr "Controleer -> doorgaan"
|
1881 |
|
1882 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1883 |
msgid "Questions below each other"
|
1884 |
msgstr "Vragen onder elkaar"
|
1885 |
|
1886 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1887 |
msgid ""
|
1888 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1889 |
"displayed at the end of the quiz."
|
@@ -1891,15 +2005,15 @@ msgstr ""
|
|
1891 |
"Toont alle vragen als reeks, \"goed\" of \"fout\" wordt getoond aan het "
|
1892 |
"einde van de quiz."
|
1893 |
|
1894 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1895 |
msgid "Allows to use the back button in a question."
|
1896 |
msgstr "Staar het gebruikt van de terug knop in vragen toe."
|
1897 |
|
1898 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1899 |
msgid "Shows \"right or wrong\" after each question."
|
1900 |
msgstr "Toont \"goed of fout\" na elke vraag."
|
1901 |
|
1902 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1903 |
msgid ""
|
1904 |
"If this option is activated, all answers are displayed below each other, i."
|
1905 |
"e. all questions are on a single page."
|
@@ -1930,47 +2044,63 @@ msgstr "Style Manager"
|
|
1930 |
msgid "Support WP-Pro-Quiz"
|
1931 |
msgstr "Steun WP-Pro-Quiz"
|
1932 |
|
1933 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1934 |
msgid "ID"
|
1935 |
msgstr "ID"
|
1936 |
|
1937 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1938 |
msgid "Shortcode"
|
1939 |
msgstr "Shortcode"
|
1940 |
|
1941 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1942 |
msgid "Shortcode-Leaderboard"
|
1943 |
msgstr "Shortcode-Scorebord"
|
1944 |
|
1945 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1946 |
msgid "Preview"
|
1947 |
msgstr "Voorbeeld"
|
1948 |
|
1949 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1950 |
msgid "Add quiz"
|
1951 |
msgstr "Quiz toevoegen"
|
1952 |
|
1953 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1954 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1955 |
msgid "Export"
|
1956 |
msgstr "Exporteren"
|
1957 |
|
1958 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1959 |
msgid ""
|
1960 |
"Choose the respective question, which you would like to export and press on "
|
1961 |
"\"Start export\""
|
1962 |
msgstr ""
|
1963 |
"Kies de vragen die u wilt exporteren en klik op, \"Exporteren starten\""
|
1964 |
|
1965 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1966 |
msgid "Start export"
|
1967 |
msgstr "Exporteren starten"
|
1968 |
|
1969 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1970 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1971 |
-
msgstr "
|
1972 |
|
1973 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1974 |
#, php-format
|
1975 |
msgid "Maximal %d MiB"
|
1976 |
msgstr "Maximaal %d MiB"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:58+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:59+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Julius Fischer\n"
|
8 |
"Language: German\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr "Geen data beschikbaar"
|
67 |
|
89 |
msgstr ""
|
90 |
|
91 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
92 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
93 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
94 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
95 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
96 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
97 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
98 |
msgid "Loading"
|
99 |
msgstr "Laden"
|
100 |
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
102 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
103 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
104 |
+
msgid "You must answer this question."
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
108 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
109 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
110 |
+
msgid "You must answer all questions before you can completed the quiz."
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
# Must not be translated
|
114 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
115 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
116 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
117 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
118 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
119 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
120 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
121 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
122 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
123 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
124 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
132 |
msgid "Settings saved"
|
133 |
msgstr "Instellingen opgeslagen"
|
134 |
|
135 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
136 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
137 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
138 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
158 |
msgstr "Antwoord niet gevonden"
|
159 |
|
160 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
161 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
162 |
#, php-format
|
163 |
msgid "Question: %d"
|
164 |
msgstr "Vraag: %d"
|
165 |
|
166 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
167 |
msgid "Question edited"
|
168 |
msgstr "Vraag bewerkt"
|
169 |
|
170 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
171 |
msgid "New question"
|
172 |
msgstr "Nieuwe vraag"
|
173 |
|
174 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
175 |
msgid "Question added"
|
176 |
msgstr "Vraag toegevoegd"
|
177 |
|
198 |
msgid "Quiz deleted"
|
199 |
msgstr "Quiz verwijderd"
|
200 |
|
201 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
202 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
203 |
+
msgid "Not categorized"
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
207 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
208 |
+
msgid "Categories"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
212 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
213 |
msgid "No category"
|
244 |
msgstr "U heeft de verkeerde captcha code ingevuld."
|
245 |
|
246 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
247 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
248 |
msgid "File was not uploaded"
|
249 |
msgstr "Bestand is niet geupload"
|
250 |
|
256 |
msgid "File is not compatible with the current version"
|
257 |
msgstr "Bestand is niet compatibel met de huidige versie"
|
258 |
|
259 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
260 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
261 |
+
msgid "XML could not be loaded."
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
265 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
266 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
309 |
msgstr ""
|
310 |
|
311 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
312 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
313 |
msgid "WP-Pro-Quiz"
|
314 |
msgstr ""
|
315 |
|
316 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
317 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
318 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
319 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
320 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
321 |
msgid "Leaderboard"
|
322 |
msgstr "Scorebord"
|
323 |
|
342 |
msgstr "Sorteer op:"
|
343 |
|
344 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
345 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
346 |
msgid "best user"
|
347 |
msgstr "Beste deelnemer"
|
348 |
|
349 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
350 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
351 |
msgid "newest entry"
|
352 |
msgstr "Nieuwste inschrijving"
|
353 |
|
354 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
355 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
356 |
msgid "oldest entry"
|
357 |
msgstr "Oudste inschrijving"
|
358 |
|
376 |
msgstr "Gebruiker"
|
377 |
|
378 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
379 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
380 |
msgid "E-Mail"
|
381 |
msgstr "E-Mail"
|
382 |
|
386 |
msgstr "Ingeschreven op"
|
387 |
|
388 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
389 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
390 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
391 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
392 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
393 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
394 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
395 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
396 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
397 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
398 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
399 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
410 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
411 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
412 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
413 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
414 |
msgid "Edit"
|
415 |
msgstr "Bewerken"
|
416 |
|
418 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
419 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
420 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
421 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
422 |
msgid "Delete"
|
423 |
msgstr "Verwijderen"
|
424 |
|
450 |
|
451 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
452 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
453 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
454 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
455 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
456 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
457 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
458 |
msgid "Quiz-summary"
|
459 |
msgstr "Quiz samenvatting"
|
460 |
|
465 |
|
466 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
467 |
#: lib/view/WpProQuiz_View_Import.php:44
|
468 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
469 |
msgid "Questions"
|
470 |
msgstr "Vragen"
|
471 |
|
472 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
473 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
474 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
475 |
msgid "Finish quiz"
|
476 |
msgstr "Quiz beëindigen"
|
477 |
|
515 |
msgid "Your score"
|
516 |
msgstr "Uw score"
|
517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
519 |
msgid "Restart quiz"
|
520 |
msgstr "Quiz opnieuw starten"
|
539 |
msgid "Review question"
|
540 |
msgstr "Beoordeel vraag"
|
541 |
|
542 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
543 |
#, php-format
|
544 |
msgid "Question %s of %s"
|
545 |
msgstr "Vraag %s van %s"
|
546 |
|
547 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
548 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
549 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
550 |
msgid "Question"
|
551 |
msgstr "Vraag"
|
552 |
|
553 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
554 |
#, php-format
|
555 |
msgid "%d points"
|
556 |
msgstr "%d punten"
|
557 |
|
558 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
559 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
560 |
msgid "Sort elements"
|
561 |
msgstr "Sorteer elementen"
|
562 |
|
563 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
564 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
565 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
566 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
567 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
568 |
msgid "Correct"
|
569 |
msgstr "Correct"
|
570 |
|
571 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
572 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
573 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
574 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
575 |
msgid "Incorrect"
|
576 |
msgstr "Incorrect"
|
577 |
|
|
|
578 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
579 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
580 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
581 |
msgid "Hint"
|
582 |
msgstr "Hint"
|
583 |
|
584 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
585 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
586 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
587 |
msgid "Skip question"
|
588 |
msgstr "Sla vraag over"
|
589 |
|
590 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
591 |
msgid "Back"
|
592 |
msgstr "Terug"
|
593 |
|
594 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
595 |
msgid "Check"
|
596 |
msgstr "Controleren"
|
597 |
|
598 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
599 |
msgid "Next"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
603 |
msgid "Your result has been entered into leaderboard"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
607 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
608 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
609 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
610 |
msgid "Name"
|
611 |
msgstr "Naam"
|
612 |
|
613 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
614 |
msgid "Captcha"
|
615 |
msgstr "Captcha"
|
616 |
|
617 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
618 |
msgid "Send"
|
619 |
msgstr "Versturen"
|
620 |
|
647 |
msgstr ""
|
648 |
|
649 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
650 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
651 |
msgid "Settings in case of problems"
|
652 |
msgstr "Instellingen in geval van problemen"
|
653 |
|
654 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
655 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
656 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
657 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
658 |
msgid "Save"
|
659 |
msgstr "Opslaan"
|
691 |
msgstr "Beheer categorieën"
|
692 |
|
693 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
694 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
695 |
msgid "Admin e-mail settings"
|
696 |
msgstr ""
|
697 |
|
708 |
"test@test.com"
|
709 |
|
710 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
711 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
712 |
msgid "From:"
|
713 |
msgstr "Van:"
|
714 |
|
715 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
717 |
msgid "Subject:"
|
718 |
msgstr "Onderwerp:"
|
719 |
|
720 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
721 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
722 |
msgid "HTML"
|
723 |
msgstr ""
|
724 |
|
725 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
727 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
728 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
729 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
730 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
731 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
732 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
738 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
739 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
740 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
747 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
752 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
759 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
761 |
msgid "Activate"
|
762 |
msgstr "Activeren"
|
763 |
|
764 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
765 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
766 |
msgid "Message body:"
|
767 |
msgstr "Berichttekst:"
|
768 |
|
769 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
770 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
771 |
msgid "Allowed variables"
|
772 |
msgstr "Toegestane variabelen"
|
773 |
|
774 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
775 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
776 |
msgid "User-ID"
|
777 |
msgstr "Gebruiker-ID"
|
778 |
|
779 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
780 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
781 |
msgid "Username"
|
782 |
msgstr "Gebruikersnaam"
|
783 |
|
784 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
785 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
786 |
msgid "Quiz-Name"
|
787 |
msgstr "Quiz naam"
|
788 |
|
789 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
791 |
msgid "Result in precent"
|
792 |
msgstr "Resultaat in procenten"
|
793 |
|
794 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
796 |
msgid "Reached points"
|
797 |
msgstr "Behaalde punten"
|
798 |
|
799 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
801 |
msgid "IP-address of the user"
|
802 |
msgstr "IP-adres van de gebruiker"
|
803 |
|
804 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
805 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
806 |
+
msgid "Category-Overview"
|
807 |
+
msgstr ""
|
808 |
+
|
809 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
810 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
811 |
msgid "User e-mail settings"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
815 |
msgid "to activate"
|
816 |
msgstr "activeren"
|
817 |
|
818 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
819 |
msgid "not to activate"
|
820 |
msgstr "niet activeren"
|
821 |
|
822 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
823 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
824 |
msgid "Please note"
|
825 |
msgstr "Let op"
|
826 |
|
827 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
828 |
msgid ""
|
829 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
830 |
msgstr "Deze instellingen alleen instellen bij problemen met Wp-Pro-Quiz."
|
831 |
|
832 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
833 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
834 |
msgid "Automatically add [raw] shortcode"
|
835 |
msgstr "Voeg automatisch [raw] shortcode toe"
|
836 |
|
837 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
838 |
#, php-format
|
839 |
msgid "It is recommended %s this option on your system."
|
840 |
msgstr "Het wordt aanbevolen %s deze optie op uw systeem."
|
841 |
|
842 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
843 |
msgid ""
|
844 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
845 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
848 |
"WpProQuiz Shortcode ( [WpProQuiz X] ) geplaatst ( [raw] [WpProQuiz X] [/"
|
849 |
"raw] )."
|
850 |
|
851 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
852 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
853 |
msgid ""
|
854 |
"Own themes changes internal order of filters, what causes the problems. "
|
857 |
"Eigen thema heeft de interne orde van de filter veranderd,dit heeft het "
|
858 |
"probleem veroorzaakt. Met de extra shortcode [raw] wordt dit verholpen."
|
859 |
|
860 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
861 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
862 |
msgid "Do not load the Javascript-files in the footer"
|
863 |
msgstr "Javascript-bestand is niet geladen in de footer"
|
864 |
|
865 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
866 |
msgid ""
|
867 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
868 |
"when they are really needed."
|
870 |
"Standaard worden alle WpProQuiz-Javascript-bestanden geladen in de footer en "
|
871 |
"alleen gebruikt wanneer ze werkelijk nodig zijn."
|
872 |
|
873 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
874 |
msgid "In very old Wordpress themes this can lead to problems."
|
875 |
msgstr "Dit kan leiden tot problemen bij erg oude Wordpress thema's."
|
876 |
|
877 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
878 |
msgid ""
|
879 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
880 |
"the header even if they are not needed."
|
882 |
"Wanneer u deze optie activeert, worden alle WpProQuiz-Javascript-bestanden "
|
883 |
"geladen in de header, ook als ze niet nodig zijn."
|
884 |
|
885 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
886 |
#, php-format
|
887 |
msgid ""
|
888 |
"Anyone who wants to learn more about this topic should read through the "
|
891 |
"Wie meer wil weten over deze onderwerpen moet de volgende websites %s en %s "
|
892 |
"raadplegen."
|
893 |
|
894 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
895 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
896 |
msgid "Touch Library"
|
897 |
msgstr "Touch Library"
|
898 |
|
899 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
900 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
901 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
902 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
903 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
904 |
msgid "Deactivate"
|
905 |
msgstr "Deactiveren"
|
906 |
|
907 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
908 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
909 |
msgstr ""
|
910 |
"In versie 0.13 is een nieuwe Touch Library voor mobiele apparaten toegevoegd."
|
911 |
|
912 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
913 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
914 |
msgstr ""
|
915 |
"Wanneer u problemen ondervindt met Touch Library, kunt u die hier "
|
916 |
"deactiveren."
|
917 |
|
918 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
919 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
920 |
msgid "jQuery support cors"
|
921 |
msgstr "jQuery support cors"
|
922 |
|
923 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
924 |
msgid "Is required only in rare cases."
|
925 |
msgstr "Nodig in zeldzame gevallen."
|
926 |
|
927 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
928 |
msgid "If you have problems with the front ajax, please activate it."
|
929 |
msgstr ""
|
930 |
"Wanneer u problemen ondervindt met front AJAX, activeer het alstublieft."
|
931 |
|
932 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
933 |
msgid "e.g. Domain with special characters in combination with IE"
|
934 |
msgstr "bv. Domein met speciale tekens in combinatie met IE."
|
935 |
|
936 |
#: lib/view/WpProQuiz_View_Import.php:21
|
937 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
938 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
939 |
msgid "Import"
|
940 |
msgstr "Importeren"
|
941 |
|
955 |
msgid "Quiz name"
|
956 |
msgstr "Quiz naam"
|
957 |
|
958 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
959 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
960 |
msgid "Start import"
|
961 |
msgstr "Importeren starten"
|
962 |
|
969 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
970 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
971 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
972 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
973 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
974 |
msgid "(optional)"
|
975 |
msgstr "(optioneel)"
|
976 |
|
984 |
|
985 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
986 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
987 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
988 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
989 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
990 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
991 |
msgid "(required)"
|
992 |
msgstr "(verplicht)"
|
993 |
|
1124 |
msgid "Assessment"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1128 |
msgid "Answers"
|
1129 |
msgstr "Antwoorden"
|
1130 |
|
1131 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1132 |
msgid ""
|
1133 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1134 |
"answers will be displayed randomly."
|
1136 |
"Alstublieft de antwoorden in de juiste volgorde plaatsen met de \"Move\" - "
|
1137 |
"knop. De antwoorden worden willekeurig weergegeven."
|
1138 |
|
1139 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1140 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1141 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1142 |
msgid "Add new answer"
|
1143 |
msgstr "Nieuw antwoord toevoegen"
|
1144 |
|
1145 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1146 |
msgid ""
|
1147 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1148 |
"matching criterion."
|
1150 |
"In deze modus moet een lijst niet gesorteerd worden maar moeten de elementen "
|
1151 |
"bij het juiste criterium gevonden worden."
|
1152 |
|
1153 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1154 |
msgid ""
|
1155 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1156 |
"user."
|
1158 |
"U kunt sorteer elementen aanmaken met lege criteria, die door de gebruiken "
|
1159 |
"niet toegekend kunnen worden."
|
1160 |
|
1161 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1162 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1163 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1164 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1165 |
msgid "Options"
|
1166 |
msgstr "Opties"
|
1167 |
|
1168 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1169 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1170 |
msgid "Answer"
|
1171 |
msgstr "Antwoord"
|
1172 |
|
1173 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1174 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1175 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1176 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1177 |
msgid "Allow HTML"
|
1178 |
msgstr "HTML toestaan"
|
1179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1180 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1181 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1182 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1183 |
+
msgid "Delete answer"
|
1184 |
+
msgstr "Antwoord verwijderen"
|
1185 |
|
1186 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1187 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1188 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1189 |
+
msgid "Add Media"
|
1190 |
+
msgstr ""
|
1191 |
+
|
1192 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1193 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1194 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1195 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1196 |
msgid "Move"
|
1197 |
msgstr "Verplaatsen"
|
1198 |
|
1199 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1200 |
msgid "Criterion"
|
1201 |
msgstr "Criterium"
|
1202 |
|
1203 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1204 |
msgid ""
|
1205 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1206 |
msgstr ""
|
1207 |
"Correcte antwoorden (een per regel) (antwoorden worden omgezet naar kleine "
|
1208 |
"letters)"
|
1209 |
|
1210 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1211 |
msgid ""
|
1212 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1213 |
"small letters will be ignored."
|
1215 |
"Omsluit de gezochte woorden met { } bv. \"Ik {speel} voetbal\". Hoofdletters "
|
1216 |
"en kleine letters worden genegeerd."
|
1217 |
|
1218 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1219 |
msgid ""
|
1220 |
"You can specify multiple options for a search word. Enclose the word with "
|
1221 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1227 |
"{[speel][houd van][haat]} voetbal\" </span>. In dit geval zijn de antwoorden "
|
1228 |
"speel, houd van OF haat correct."
|
1229 |
|
1230 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1231 |
msgid ""
|
1232 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1233 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1236 |
"geactiveerd, kunt u punten toekennen met |PUNTEN. Anders wordt er 1 punt "
|
1237 |
"toegekend voor ieder antwoord."
|
1238 |
|
1239 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1240 |
msgid ""
|
1241 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1242 |
"\" 3 points."
|
1244 |
"bijv. \"Ik {speel} voetbal, met een {bal|3}\" - \"speel\" geeft 1 punt en "
|
1245 |
"\"bal\" 3 punten."
|
1246 |
|
1247 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1248 |
msgid "Here you can create an assessment question."
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1252 |
msgid ""
|
1253 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1257 |
msgid "The number of options in the maximum score."
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1261 |
msgid "Examples:"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1265 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1269 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1270 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1271 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1272 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1273 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1274 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1280 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1281 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1282 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1283 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1284 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1285 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1286 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1287 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1288 |
msgid "Demo"
|
1289 |
msgstr "Demo"
|
1290 |
|
1291 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1292 |
msgid "less true { [a] [b] [c] } more true"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1296 |
+
msgid "Single choice options"
|
1297 |
+
msgstr ""
|
1298 |
+
|
1299 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1300 |
+
msgid ""
|
1301 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1302 |
+
"special mode.<br> This changes the calculation of the points"
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1306 |
+
msgid "Different points - modus 2 activate"
|
1307 |
+
msgstr ""
|
1308 |
+
|
1309 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1310 |
+
msgid "Disables the distinction between correct and incorrect."
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1314 |
+
msgid "disable correct and incorrent"
|
1315 |
+
msgstr ""
|
1316 |
+
|
1317 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1318 |
+
msgid "Explanation of points calculation"
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1322 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1323 |
+
msgid "\"Different points for each answer\" enabled"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1327 |
+
msgid "\"Different points - mode 2\" disable"
|
1328 |
+
msgstr ""
|
1329 |
+
|
1330 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1331 |
+
msgid "\"Different points - mode 2\" enabled"
|
1332 |
+
msgstr ""
|
1333 |
+
|
1334 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1335 |
msgid "Questions sorted"
|
1336 |
msgstr "Vragen gesorteerd"
|
1419 |
|
1420 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1421 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1422 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1423 |
msgid "Statistics"
|
1424 |
msgstr "Statistieken"
|
1425 |
|
1468 |
msgstr "Deze optie is geldig voor:"
|
1469 |
|
1470 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1471 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1472 |
msgid "all users"
|
1473 |
msgstr "Alle gebruikers"
|
1474 |
|
1475 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1476 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1477 |
msgid "registered useres only"
|
1478 |
msgstr "alleen geregistreerde gebruikers"
|
1479 |
|
1480 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1481 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1482 |
msgid "anonymous users only"
|
1483 |
msgstr "alleen anonieme gebruikers"
|
1484 |
|
1640 |
"user. (only registered users)"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1644 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1645 |
+
msgid "Autostart"
|
1646 |
+
msgstr ""
|
1647 |
+
|
1648 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1649 |
+
msgid ""
|
1650 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1651 |
+
"is loaded."
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1655 |
msgid "Quiz description"
|
1656 |
msgstr "Quiz beschrijving"
|
1657 |
|
1658 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1659 |
msgid "This text will be displayed before start of the quiz."
|
1660 |
msgstr "Deze tekst wordt weergegeven voordat de quiz begint."
|
1661 |
|
1662 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1663 |
msgid "Results text"
|
1664 |
msgstr "Resultaten tekst"
|
1665 |
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1667 |
msgid ""
|
1668 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1669 |
"is optional)"
|
1671 |
"Deze tekst wordt weergegeven nadat de quiz is afgelopen (in resultaten). "
|
1672 |
"(deze tekst is optioneel)"
|
1673 |
|
1674 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1675 |
msgid "Activate graduation"
|
1676 |
msgstr "Gradatie instellen"
|
1677 |
|
1678 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1679 |
msgid "Hint:"
|
1680 |
msgstr "Hint:"
|
1681 |
|
1682 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1683 |
msgid "Maximal 15 levels"
|
1684 |
msgstr "Maximaal 15 niveaus"
|
1685 |
|
1686 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1687 |
#, php-format
|
1688 |
msgid ""
|
1689 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1692 |
"Procenten verwijzen naar de totale score van de quiz. (Huidige aantal %d "
|
1693 |
"punten uit %d vragen)"
|
1694 |
|
1695 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1696 |
msgid "Values can also be mixed up"
|
1697 |
msgstr "Waarden kunnen ook worden gemengd"
|
1698 |
|
1699 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1700 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1701 |
msgstr "10,15% of 10.15% toegestaan (maximaal twee cijfers achter de komma)"
|
1702 |
|
1703 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1704 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1705 |
msgid "from:"
|
1706 |
msgstr "van:"
|
1707 |
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1709 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1710 |
msgid "percent"
|
1711 |
msgstr "procent"
|
1712 |
|
1713 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1714 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1715 |
#, php-format
|
1716 |
msgid ""
|
1717 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1720 |
"(wordt weergegeven wanneer resultaat-procenten is >= <span class="
|
1721 |
"\"resultProzent\">%s</span>%%)"
|
1722 |
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1724 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1725 |
msgid "Delete graduation"
|
1726 |
msgstr "Verwijder gradatie"
|
1727 |
|
1728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1729 |
msgid "Add graduation"
|
1730 |
msgstr "Gradatie toevoegen"
|
1731 |
|
1732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1733 |
msgid "Result-Options"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1738 |
msgid "Show average points"
|
1739 |
msgstr "Geef gemiddelde punten weer"
|
1740 |
|
1741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1742 |
msgid "Statistics-function must be enabled."
|
1743 |
msgstr "Statistiek functie moet ingeschakeld zijn."
|
1744 |
|
1745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1747 |
msgid "Show category score"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1751 |
msgid ""
|
1752 |
"If you enable this option, the results of each category is displayed on the "
|
1753 |
"results page."
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1758 |
msgid "Hide correct questions - display"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1762 |
msgid ""
|
1763 |
"If you select this option, no longer the number of correctly answered "
|
1764 |
"questions are displayed on the results page."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1768 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1769 |
msgid "Hide quiz time - display"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1773 |
msgid ""
|
1774 |
"If you enable this option, the time for finishing the quiz won't be "
|
1775 |
"displayed on the results page anymore."
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1779 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1780 |
msgid "Hide score - display"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1784 |
msgid ""
|
1785 |
"If you enable this option, final score won't be displayed on the results "
|
1786 |
"page anymore."
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1790 |
msgid "Question-Options"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1794 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1795 |
msgid "Show points"
|
1796 |
msgstr "Toon punten"
|
1797 |
|
1798 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1799 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1800 |
msgstr ""
|
1801 |
"Wordt weergegeven in de quiz en geeft het aantal te verkrijgen punten weer "
|
1802 |
"voor de betreffende vraag."
|
1803 |
|
1804 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1805 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1806 |
msgid "Number answers"
|
1807 |
msgstr "Nummer antwoorden"
|
1808 |
|
1809 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1810 |
msgid ""
|
1811 |
"If this option is activated, all answers are numbered (only single and "
|
1812 |
"multiple choice)"
|
1814 |
"Wanneer deze optie geactiveerd is, worden alle antwoorden genummerd (alleen "
|
1815 |
"in enkel en meerkeuze vragen)"
|
1816 |
|
1817 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1818 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1819 |
msgid "Hide correct- and incorrect message"
|
1820 |
msgstr "Verberg correct- en incorrect berichten"
|
1821 |
|
1822 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1823 |
msgid ""
|
1824 |
"If you enable this option, no correct- or incorrect message will be "
|
1825 |
"displayed."
|
1827 |
"Wanneer deze optie is ingeschakeld, wordt er geen correct- of incorrect "
|
1828 |
"bericht weergegeven."
|
1829 |
|
1830 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1831 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1832 |
msgid "Correct and incorrect answer mark"
|
1833 |
msgstr "Correcte en incorrecte antwoorden markering"
|
1834 |
|
1835 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1836 |
msgid ""
|
1837 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1838 |
"incorrect. "
|
1840 |
"Wanneer deze optie is ingeschakeld, antwoorden worden niet gemarkeerd als "
|
1841 |
"correct of incorrect."
|
1842 |
|
1843 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1844 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1845 |
+
msgid "Force user to answer each question"
|
1846 |
+
msgstr ""
|
1847 |
+
|
1848 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1849 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1850 |
+
msgstr ""
|
1851 |
+
|
1852 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1853 |
+
msgid ""
|
1854 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1855 |
+
"appear after end of the quiz, otherwise after each question."
|
1856 |
+
msgstr ""
|
1857 |
+
|
1858 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1859 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1860 |
+
msgid "Hide question position overview"
|
1861 |
+
msgstr ""
|
1862 |
+
|
1863 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1864 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1865 |
+
msgstr ""
|
1866 |
+
|
1867 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1868 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1869 |
+
msgid "Hide question numbering"
|
1870 |
+
msgstr ""
|
1871 |
+
|
1872 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1873 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1874 |
+
msgstr ""
|
1875 |
+
|
1876 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1877 |
msgid ""
|
1878 |
"The leaderboard allows users to enter results in public list and to share "
|
1879 |
"the result this way."
|
1881 |
"Het scorebord laat gebruikers hun resultaten weergeven in een publieke lijst "
|
1882 |
"om zodoende hun resultaten te delen."
|
1883 |
|
1884 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1885 |
msgid "The leaderboard works independent from internal statistics function."
|
1886 |
msgstr "Het scorebord werkt onafhankelijk van de interne statistiek functie."
|
1887 |
|
1888 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1889 |
msgid "Who can sign up to the list"
|
1890 |
msgstr "Wie kan zich inschrijven voor de lijst"
|
1891 |
|
1892 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1893 |
msgid ""
|
1894 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1895 |
"displayed)"
|
1897 |
"Niet geregistreerde gebruikers moeten naam en e-mail invoeren (e-mail wordt "
|
1898 |
"niet weergegeven)"
|
1899 |
|
1900 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1901 |
msgid "insert automatically"
|
1902 |
msgstr "automatisch invoegen"
|
1903 |
|
1904 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1905 |
msgid ""
|
1906 |
"If you enable this option, logged in users will be automatically entered "
|
1907 |
"into leaderboard"
|
1909 |
"Als u deze optie inschakelt worden ingelogde gebruikers automatisch aan de "
|
1910 |
"ranglijst toegevoegd"
|
1911 |
|
1912 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1913 |
msgid "display captcha"
|
1914 |
msgstr "Plaats captcha"
|
1915 |
|
1916 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1917 |
msgid ""
|
1918 |
"If you enable this option, additional captcha will be displayed for users "
|
1919 |
"who are not registered."
|
1921 |
"Wanneer u deze optie aanzet, wordt een extra captcha weergegeven voor niet "
|
1922 |
"geregistreerde gebruikers."
|
1923 |
|
1924 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1925 |
msgid "This option requires additional plugin:"
|
1926 |
msgstr "Deze optie vereist een extra plugin:"
|
1927 |
|
1928 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1929 |
msgid "Plugin has been detected."
|
1930 |
msgstr "Plugin is gevonden"
|
1931 |
|
1932 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1933 |
msgid "Plugin is not installed."
|
1934 |
msgstr "Plugin is niet geïnstalleerd"
|
1935 |
|
1936 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1937 |
msgid "Sort list by"
|
1938 |
msgstr "Sorteer lijst op"
|
1939 |
|
1940 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1941 |
msgid "Users can apply multiple times"
|
1942 |
msgstr "Gebruikers kan meerdere keren deelenemen"
|
1943 |
|
1944 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1945 |
msgid "User can apply after:"
|
1946 |
msgstr "Gebruiker kan deelnemen na:"
|
1947 |
|
1948 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1949 |
msgid "minute"
|
1950 |
msgstr "minuut"
|
1951 |
|
1952 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1953 |
msgid "How many entries should be displayed"
|
1954 |
msgstr "Hoeveel deelnemers moeten worden weergegeven"
|
1955 |
|
1956 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1957 |
msgid "Entries"
|
1958 |
msgstr "Deelnemers"
|
1959 |
|
1960 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1961 |
msgid "Automatically display leaderboard in quiz result"
|
1962 |
msgstr "Plaats automatisch het scorebord in de resultaten van de quiz"
|
1963 |
|
1964 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1965 |
msgid "Where should leaderboard be displayed:"
|
1966 |
msgstr "Waar moet het scorebord worden geplaatst:"
|
1967 |
|
1968 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1969 |
msgid "don't display"
|
1970 |
msgstr "niet weergeven"
|
1971 |
|
1972 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1973 |
msgid "below the \"result text\""
|
1974 |
msgstr "onder de \"resultaten tekst\""
|
1975 |
|
1976 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1977 |
msgid "in a button"
|
1978 |
msgstr "in een knop"
|
1979 |
|
1980 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1981 |
msgid "Quiz-Mode"
|
1982 |
msgstr "Quiz-mode"
|
1983 |
|
1984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1985 |
msgid "Normal"
|
1986 |
msgstr "Normaal"
|
1987 |
|
1988 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1989 |
msgid "Normal + Back-Button"
|
1990 |
msgstr "Normaal + Terug-knop"
|
1991 |
|
1992 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1993 |
msgid "Check -> continue"
|
1994 |
msgstr "Controleer -> doorgaan"
|
1995 |
|
1996 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1997 |
msgid "Questions below each other"
|
1998 |
msgstr "Vragen onder elkaar"
|
1999 |
|
2000 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
2001 |
msgid ""
|
2002 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
2003 |
"displayed at the end of the quiz."
|
2005 |
"Toont alle vragen als reeks, \"goed\" of \"fout\" wordt getoond aan het "
|
2006 |
"einde van de quiz."
|
2007 |
|
2008 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2009 |
msgid "Allows to use the back button in a question."
|
2010 |
msgstr "Staar het gebruikt van de terug knop in vragen toe."
|
2011 |
|
2012 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2013 |
msgid "Shows \"right or wrong\" after each question."
|
2014 |
msgstr "Toont \"goed of fout\" na elke vraag."
|
2015 |
|
2016 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2017 |
msgid ""
|
2018 |
"If this option is activated, all answers are displayed below each other, i."
|
2019 |
"e. all questions are on a single page."
|
2044 |
msgid "Support WP-Pro-Quiz"
|
2045 |
msgstr "Steun WP-Pro-Quiz"
|
2046 |
|
2047 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2048 |
msgid "ID"
|
2049 |
msgstr "ID"
|
2050 |
|
2051 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2052 |
msgid "Shortcode"
|
2053 |
msgstr "Shortcode"
|
2054 |
|
2055 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2056 |
msgid "Shortcode-Leaderboard"
|
2057 |
msgstr "Shortcode-Scorebord"
|
2058 |
|
2059 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2060 |
msgid "Preview"
|
2061 |
msgstr "Voorbeeld"
|
2062 |
|
2063 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2064 |
msgid "Add quiz"
|
2065 |
msgstr "Quiz toevoegen"
|
2066 |
|
2067 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2068 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2069 |
msgid "Export"
|
2070 |
msgstr "Exporteren"
|
2071 |
|
2072 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2073 |
msgid ""
|
2074 |
"Choose the respective question, which you would like to export and press on "
|
2075 |
"\"Start export\""
|
2076 |
msgstr ""
|
2077 |
"Kies de vragen die u wilt exporteren en klik op, \"Exporteren starten\""
|
2078 |
|
2079 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2080 |
+
msgid "Format:"
|
2081 |
+
msgstr ""
|
2082 |
+
|
2083 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2084 |
+
msgid "*.wpq"
|
2085 |
+
msgstr ""
|
2086 |
+
|
2087 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2088 |
+
msgid "or"
|
2089 |
+
msgstr ""
|
2090 |
+
|
2091 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2092 |
+
msgid "*.xml"
|
2093 |
+
msgstr ""
|
2094 |
+
|
2095 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2096 |
msgid "Start export"
|
2097 |
msgstr "Exporteren starten"
|
2098 |
|
2099 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2100 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2101 |
+
msgstr ""
|
2102 |
|
2103 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2104 |
#, php-format
|
2105 |
msgid "Maximal %d MiB"
|
2106 |
msgstr "Maximaal %d MiB"
|
languages/wp-pro-quiz-ru_RU.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-ru_RU.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Sergei Bondarenko\n"
|
8 |
"Language: Russian\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "Вы действительно хотите сбросить стати
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr "Нет данных"
|
67 |
|
@@ -87,23 +87,35 @@ msgid "Not all fields completed."
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Загрузка"
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
100 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
101 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -117,7 +129,7 @@ msgstr "У Вас недостаточно прав для просмотра э
|
|
117 |
msgid "Settings saved"
|
118 |
msgstr "Настройки сохранены"
|
119 |
|
120 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
121 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -143,20 +155,20 @@ msgid "Question not found"
|
|
143 |
msgstr "Вопрос не найден"
|
144 |
|
145 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
146 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
147 |
#, php-format
|
148 |
msgid "Question: %d"
|
149 |
msgstr "Задание %d"
|
150 |
|
151 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
152 |
msgid "Question edited"
|
153 |
msgstr "Вопрос отредактирован"
|
154 |
|
155 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
156 |
msgid "New question"
|
157 |
msgstr "Новый вопрос"
|
158 |
|
159 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
160 |
msgid "Question added"
|
161 |
msgstr "Вопрос добавлен"
|
162 |
|
@@ -183,6 +195,16 @@ msgstr "Создать тест"
|
|
183 |
msgid "Quiz deleted"
|
184 |
msgstr "Тест удален"
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
187 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
188 |
msgid "No category"
|
@@ -219,6 +241,7 @@ msgid "You entered wrong captcha code."
|
|
219 |
msgstr "Вы ввели неправильный код."
|
220 |
|
221 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
222 |
msgid "File was not uploaded"
|
223 |
msgstr "Файл не загружен"
|
224 |
|
@@ -230,6 +253,11 @@ msgstr "Неверный формат файла"
|
|
230 |
msgid "File is not compatible with the current version"
|
231 |
msgstr "Файл не совместим с текущей версией"
|
232 |
|
|
|
|
|
|
|
|
|
|
|
233 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
235 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -278,14 +306,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
278 |
msgstr ""
|
279 |
|
280 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
281 |
msgid "WP-Pro-Quiz"
|
282 |
msgstr ""
|
283 |
|
284 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
285 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
286 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
287 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
288 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
289 |
msgid "Leaderboard"
|
290 |
msgstr "Таблица лучших"
|
291 |
|
@@ -310,17 +339,17 @@ msgid "Sort by:"
|
|
310 |
msgstr "Сортировать по:"
|
311 |
|
312 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
313 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
314 |
msgid "best user"
|
315 |
msgstr "лучшему пользователю"
|
316 |
|
317 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
318 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
319 |
msgid "newest entry"
|
320 |
msgstr "новым записям"
|
321 |
|
322 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
323 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
324 |
msgid "oldest entry"
|
325 |
msgstr "старым записям"
|
326 |
|
@@ -345,7 +374,7 @@ msgid "User"
|
|
345 |
msgstr "Пользователь"
|
346 |
|
347 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
348 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
349 |
msgid "E-Mail"
|
350 |
msgstr "E-Mail"
|
351 |
|
@@ -355,14 +384,14 @@ msgid "Entered on"
|
|
355 |
msgstr "Записано"
|
356 |
|
357 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
358 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
359 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
360 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
361 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
362 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
363 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
364 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
365 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
366 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
367 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
368 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -379,7 +408,7 @@ msgstr "Результаты"
|
|
379 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
380 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
381 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
382 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
383 |
msgid "Edit"
|
384 |
msgstr "Редактировать"
|
385 |
|
@@ -387,7 +416,7 @@ msgstr "Редактировать"
|
|
387 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
388 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
389 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
390 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
391 |
msgid "Delete"
|
392 |
msgstr "Удалить"
|
393 |
|
@@ -419,12 +448,11 @@ msgstr "Лимит времени"
|
|
419 |
|
420 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
421 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
422 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
423 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
424 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
425 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
426 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
427 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
428 |
msgid "Quiz-summary"
|
429 |
msgstr "Навигация (только номера заданий)"
|
430 |
|
@@ -435,13 +463,13 @@ msgstr "%s из %s заданий окончено"
|
|
435 |
|
436 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
437 |
#: lib/view/WpProQuiz_View_Import.php:44
|
438 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
439 |
msgid "Questions"
|
440 |
msgstr "Вопросы"
|
441 |
|
442 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
443 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
444 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
445 |
msgid "Finish quiz"
|
446 |
msgstr "Завершить тест"
|
447 |
|
@@ -484,14 +512,6 @@ msgstr "Средний результат"
|
|
484 |
msgid "Your score"
|
485 |
msgstr "Ваш результат"
|
486 |
|
487 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
488 |
-
msgid "Categories"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
492 |
-
msgid "Not categorized"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
496 |
msgid "Restart quiz"
|
497 |
msgstr "Начать тест заново"
|
@@ -516,82 +536,82 @@ msgstr "С отметкой о просмотре"
|
|
516 |
msgid "Review question"
|
517 |
msgstr "Отметить как просмотренный"
|
518 |
|
519 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
520 |
#, php-format
|
521 |
msgid "Question %s of %s"
|
522 |
msgstr "Задание %s из %s"
|
523 |
|
524 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
525 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
526 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
527 |
msgid "Question"
|
528 |
msgstr "Условие:"
|
529 |
|
530 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
531 |
#, php-format
|
532 |
msgid "%d points"
|
533 |
msgstr "Количество баллов: %d"
|
534 |
|
535 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
536 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
537 |
msgid "Sort elements"
|
538 |
msgstr "Элементы сортировки"
|
539 |
|
540 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
541 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
542 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
543 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
544 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
545 |
msgid "Correct"
|
546 |
msgstr "Правильно"
|
547 |
|
548 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
549 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
550 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
551 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
552 |
msgid "Incorrect"
|
553 |
msgstr "Неправильно"
|
554 |
|
555 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
556 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
557 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
558 |
msgid "Hint"
|
559 |
msgstr "Подсказка"
|
560 |
|
561 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
562 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
563 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
564 |
msgid "Skip question"
|
565 |
msgstr "Пропустить задание"
|
566 |
|
567 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
568 |
msgid "Back"
|
569 |
msgstr "Назад"
|
570 |
|
571 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
572 |
msgid "Check"
|
573 |
msgstr "Проверить"
|
574 |
|
575 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
576 |
msgid "Next"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
580 |
msgid "Your result has been entered into leaderboard"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
584 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
585 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
586 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
587 |
msgid "Name"
|
588 |
msgstr "Имя"
|
589 |
|
590 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
591 |
msgid "Captcha"
|
592 |
msgstr "Капча"
|
593 |
|
594 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
595 |
msgid "Send"
|
596 |
msgstr "отправить"
|
597 |
|
@@ -624,13 +644,13 @@ msgid "E-Mail settings"
|
|
624 |
msgstr ""
|
625 |
|
626 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
627 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
628 |
msgid "Settings in case of problems"
|
629 |
msgstr "Настройки в случае возникновения проблем"
|
630 |
|
631 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
632 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
633 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
634 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
635 |
msgid "Save"
|
636 |
msgstr "Сохранить"
|
@@ -668,7 +688,7 @@ msgid "Category management"
|
|
668 |
msgstr "Управление рубриками"
|
669 |
|
670 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
671 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
672 |
msgid "Admin e-mail settings"
|
673 |
msgstr ""
|
674 |
|
@@ -685,25 +705,25 @@ msgstr ""
|
|
685 |
"com"
|
686 |
|
687 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
688 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
689 |
msgid "From:"
|
690 |
msgstr "От:"
|
691 |
|
692 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
693 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
694 |
msgid "Subject:"
|
695 |
msgstr "Тема:"
|
696 |
|
697 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
698 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
699 |
msgid "HTML"
|
700 |
msgstr ""
|
701 |
|
702 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
703 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
704 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
705 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
706 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
707 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
708 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
709 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -715,100 +735,109 @@ msgstr ""
|
|
715 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
716 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
725 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
726 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
732 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
733 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
734 |
msgid "Activate"
|
735 |
msgstr "Активно"
|
736 |
|
737 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
738 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
739 |
msgid "Message body:"
|
740 |
msgstr "Сообщение:"
|
741 |
|
742 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
743 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
744 |
msgid "Allowed variables"
|
745 |
msgstr "Разрешенные переменные"
|
746 |
|
747 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
748 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
749 |
msgid "User-ID"
|
750 |
msgstr "ID пользователя"
|
751 |
|
752 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
753 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
754 |
msgid "Username"
|
755 |
msgstr "Имя пользователя"
|
756 |
|
757 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
758 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
759 |
msgid "Quiz-Name"
|
760 |
msgstr "Название теста"
|
761 |
|
762 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
763 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
764 |
msgid "Result in precent"
|
765 |
msgstr "Результат в процентах"
|
766 |
|
767 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
768 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
769 |
msgid "Reached points"
|
770 |
msgstr "Баллы"
|
771 |
|
772 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
773 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
774 |
msgid "IP-address of the user"
|
775 |
msgstr "IP пользователя"
|
776 |
|
777 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
778 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
779 |
msgid "User e-mail settings"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
783 |
msgid "to activate"
|
784 |
msgstr "включить"
|
785 |
|
786 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
787 |
msgid "not to activate"
|
788 |
msgstr "отключить"
|
789 |
|
790 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
791 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
792 |
msgid "Please note"
|
793 |
msgstr "Пожалуйста, обратите внимание"
|
794 |
|
795 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
796 |
msgid ""
|
797 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
798 |
msgstr ""
|
799 |
"Эти параметры должны быть установлены только в случае проблем с Wp-Pro-Quiz."
|
800 |
|
801 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
802 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
803 |
msgid "Automatically add [raw] shortcode"
|
804 |
msgstr "Автоматически добавлять шорткод [raw]"
|
805 |
|
806 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
807 |
#, php-format
|
808 |
msgid "It is recommended %s this option on your system."
|
809 |
msgstr "Рекомендуется %s эту опцию в вашей системе."
|
810 |
|
811 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
812 |
msgid ""
|
813 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
814 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -816,7 +845,7 @@ msgstr ""
|
|
816 |
"Если этот параметр активен, шорткод [raw] будет автоматически обрамлять "
|
817 |
"WpProQuiz шорткод ( [WpProQuiz X] в [raw] [WpProQuiz X] [/raw])."
|
818 |
|
819 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
820 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
821 |
msgid ""
|
822 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -825,12 +854,12 @@ msgstr ""
|
|
825 |
"Некоторые темы меняют внутренний порядок фильтра, что приводит к ошибкам. "
|
826 |
"Шорткод [raw] препятствует этому."
|
827 |
|
828 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
829 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
830 |
msgid "Do not load the Javascript-files in the footer"
|
831 |
msgstr "Не загружать Javascript-файлы в нижнюю часть страницы (подвал)"
|
832 |
|
833 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
834 |
msgid ""
|
835 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
836 |
"when they are really needed."
|
@@ -838,11 +867,11 @@ msgstr ""
|
|
838 |
"По умолчанию все WpProQuiz-Javascript файлы грузятся в нижнюю часть страницы "
|
839 |
"(подвал) и только если они действительно нужны."
|
840 |
|
841 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
842 |
msgid "In very old Wordpress themes this can lead to problems."
|
843 |
msgstr "Может вызывать проблемы в старых темах Wordpress."
|
844 |
|
845 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
846 |
msgid ""
|
847 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
848 |
"the header even if they are not needed."
|
@@ -850,7 +879,7 @@ msgstr ""
|
|
850 |
"Если Вы включите эту опцию, все WpProQuiz-Javascript файлы будут загружены в "
|
851 |
"заголовок страницы, даже если они не нужны."
|
852 |
|
853 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
854 |
#, php-format
|
855 |
msgid ""
|
856 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -859,48 +888,48 @@ msgstr ""
|
|
859 |
"Если Вам нужна дополнительная информация по данной теме, посетите следующие "
|
860 |
"вебсайты: %s и %s"
|
861 |
|
862 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
863 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
864 |
msgid "Touch Library"
|
865 |
msgstr "Сеснсорная библиотека"
|
866 |
|
867 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
868 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
869 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
870 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
871 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
872 |
msgid "Deactivate"
|
873 |
msgstr "Неактивно"
|
874 |
|
875 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
876 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
877 |
msgstr ""
|
878 |
"В версии 0.13 добавлена новая сенсорная библиотека для мобильных устройств."
|
879 |
|
880 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
881 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
882 |
msgstr "Если у Вас проблемы с сенсорной библиотекой, пожалуйста отключите ее."
|
883 |
|
884 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
885 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
886 |
msgid "jQuery support cors"
|
887 |
msgstr "Поддержка jQuery"
|
888 |
|
889 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
890 |
msgid "Is required only in rare cases."
|
891 |
msgstr "Требуется только в редких случаях."
|
892 |
|
893 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
894 |
msgid "If you have problems with the front ajax, please activate it."
|
895 |
msgstr "Пожалуйста, активируйте при проблеммах с ajax."
|
896 |
|
897 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
898 |
msgid "e.g. Domain with special characters in combination with IE"
|
899 |
msgstr "Например домен со специальными символами в сочетании с IE"
|
900 |
|
901 |
#: lib/view/WpProQuiz_View_Import.php:21
|
902 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
903 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
904 |
msgid "Import"
|
905 |
msgstr "Импорт"
|
906 |
|
@@ -920,8 +949,8 @@ msgstr "Импорт завершен успешно"
|
|
920 |
msgid "Quiz name"
|
921 |
msgstr "Название теста"
|
922 |
|
923 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
924 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
925 |
msgid "Start import"
|
926 |
msgstr "Начать импорт"
|
927 |
|
@@ -934,8 +963,8 @@ msgstr "Заголовок"
|
|
934 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
935 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
936 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
937 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
938 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
939 |
msgid "(optional)"
|
940 |
msgstr "(необязательное поле)"
|
941 |
|
@@ -949,10 +978,10 @@ msgstr ""
|
|
949 |
|
950 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
951 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
952 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
953 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
954 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
955 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
956 |
msgid "(required)"
|
957 |
msgstr "(обязательное поле)"
|
958 |
|
@@ -1090,11 +1119,11 @@ msgstr "\"Заключенный в текст\""
|
|
1090 |
msgid "Assessment"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1094 |
msgid "Answers"
|
1095 |
msgstr "Ответы"
|
1096 |
|
1097 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1098 |
msgid ""
|
1099 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1100 |
"answers will be displayed randomly."
|
@@ -1102,13 +1131,13 @@ msgstr ""
|
|
1102 |
"Пожалуйста, отсортируйте ответы в правильном порядке при помощи кнопки "
|
1103 |
"\"Переместить \". Ответы будут отображаться в случайном порядке."
|
1104 |
|
1105 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1106 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1107 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1108 |
msgid "Add new answer"
|
1109 |
msgstr "Добавить новый ответ"
|
1110 |
|
1111 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1112 |
msgid ""
|
1113 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1114 |
"matching criterion."
|
@@ -1116,62 +1145,62 @@ msgstr ""
|
|
1116 |
"В этом режиме не нужно сортировать список. Элементы сортировки должны быть "
|
1117 |
"отнесены к соответствующему критерию."
|
1118 |
|
1119 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1120 |
msgid ""
|
1121 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1122 |
"user."
|
1123 |
msgstr "Вы можете создать элемент сортировки с пустым критерием."
|
1124 |
|
1125 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1126 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1127 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1128 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1129 |
msgid "Options"
|
1130 |
msgstr "Настройки"
|
1131 |
|
1132 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1133 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1134 |
msgid "Answer"
|
1135 |
msgstr "Ответ"
|
1136 |
|
1137 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1138 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1139 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1140 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1141 |
msgid "Allow HTML"
|
1142 |
msgstr "Разрешить HTML"
|
1143 |
|
1144 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1145 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1146 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1147 |
-
msgid "Delete answer"
|
1148 |
-
msgstr "Удалить ответ"
|
1149 |
-
|
1150 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1151 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1152 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1153 |
-
msgid "
|
1154 |
-
msgstr ""
|
1155 |
|
1156 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1157 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1158 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1159 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1160 |
msgid "Move"
|
1161 |
msgstr "Переместить"
|
1162 |
|
1163 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1164 |
msgid "Criterion"
|
1165 |
msgstr "Критерий"
|
1166 |
|
1167 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1168 |
msgid ""
|
1169 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1170 |
msgstr ""
|
1171 |
"правильных ответов (по одному на строку) (ответы будут преобразованы в "
|
1172 |
"нижний регистр)"
|
1173 |
|
1174 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1175 |
msgid ""
|
1176 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1177 |
"small letters will be ignored."
|
@@ -1179,7 +1208,7 @@ msgstr ""
|
|
1179 |
"Заключите слово в { } , например, \"Я {играю} в футбол\". Прописные и "
|
1180 |
"строчные буквы будут игнорироваться."
|
1181 |
|
1182 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1183 |
msgid ""
|
1184 |
"You can specify multiple options for a search word. Enclose the word with "
|
1185 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1191,7 +1220,7 @@ msgstr ""
|
|
1191 |
"[ненавидеть]} футбол\" </span>. В этом случае ответы: играть в, любить или "
|
1192 |
"ненавидеть будут правильными."
|
1193 |
|
1194 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1195 |
msgid ""
|
1196 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1197 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
@@ -1199,7 +1228,7 @@ msgstr ""
|
|
1199 |
"Если активирован режим \"Разные баллы за каждый ответ\", то Вы сможете "
|
1200 |
"назначить баллы с |БАЛЛЫ. Иначе будет присвоен 1 балл за ответ."
|
1201 |
|
1202 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1203 |
msgid ""
|
1204 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1205 |
"\" 3 points."
|
@@ -1207,52 +1236,93 @@ msgstr ""
|
|
1207 |
"например, \"Я {играю} {мячом|3} в футбол \" - \"играю\" даст 1 балл и \"мячом"
|
1208 |
"\" 3 балла."
|
1209 |
|
1210 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1211 |
msgid "Here you can create an assessment question."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1215 |
msgid ""
|
1216 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1220 |
msgid "The number of options in the maximum score."
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1224 |
msgid "Examples:"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1228 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1232 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1233 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1234 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1235 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1236 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1237 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1238 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1239 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1240 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1241 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1242 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1243 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1244 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1245 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1246 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1247 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1248 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1249 |
msgid "Demo"
|
1250 |
msgstr "Демо"
|
1251 |
|
1252 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1253 |
msgid "less true { [a] [b] [c] } more true"
|
1254 |
msgstr ""
|
1255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1256 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1257 |
msgid "Questions sorted"
|
1258 |
msgstr "Вопросы отсортированы"
|
@@ -1341,7 +1411,7 @@ msgstr "0 = без ограничений"
|
|
1341 |
|
1342 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1343 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1344 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1345 |
msgid "Statistics"
|
1346 |
msgstr "Статистика"
|
1347 |
|
@@ -1390,17 +1460,17 @@ msgid "This option applies to:"
|
|
1390 |
msgstr "Этот параметр применяется к:"
|
1391 |
|
1392 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1393 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1394 |
msgid "all users"
|
1395 |
msgstr "все пользователи"
|
1396 |
|
1397 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1398 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1399 |
msgid "registered useres only"
|
1400 |
msgstr "только зарегистрированные пользователи"
|
1401 |
|
1402 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1403 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1404 |
msgid "anonymous users only"
|
1405 |
msgstr "только анонимные пользователи"
|
1406 |
|
@@ -1565,19 +1635,30 @@ msgid ""
|
|
1565 |
"user. (only registered users)"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1569 |
msgid "Quiz description"
|
1570 |
msgstr "Описание теста"
|
1571 |
|
1572 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1573 |
msgid "This text will be displayed before start of the quiz."
|
1574 |
msgstr "Этот текст будет отображаться перед началом теста."
|
1575 |
|
1576 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1577 |
msgid "Results text"
|
1578 |
msgstr "Текст для результата"
|
1579 |
|
1580 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1581 |
msgid ""
|
1582 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1583 |
"is optional)"
|
@@ -1585,19 +1666,19 @@ msgstr ""
|
|
1585 |
"Этот текст будет отображаться в конце теста (в результатах). (не является "
|
1586 |
"обязательным)"
|
1587 |
|
1588 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1589 |
msgid "Activate graduation"
|
1590 |
msgstr "Активировать несколько результатов"
|
1591 |
|
1592 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1593 |
msgid "Hint:"
|
1594 |
msgstr "Подсказка:"
|
1595 |
|
1596 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1597 |
msgid "Maximal 15 levels"
|
1598 |
msgstr "Максимум 15 уровней"
|
1599 |
|
1600 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1601 |
#, php-format
|
1602 |
msgid ""
|
1603 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1605,26 +1686,26 @@ msgid ""
|
|
1605 |
msgstr ""
|
1606 |
"Проценты относятся к общему баллу теста (Всего %d баллов в %d вопросах)"
|
1607 |
|
1608 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1609 |
msgid "Values can also be mixed up"
|
1610 |
msgstr "значения могут быть перепутаны"
|
1611 |
|
1612 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1613 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1614 |
msgstr "Допускается 10,15% или 10.15% (макс. до двух знаков после запятой)"
|
1615 |
|
1616 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1617 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1618 |
msgid "from:"
|
1619 |
msgstr "от:"
|
1620 |
|
1621 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1622 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1623 |
msgid "percent"
|
1624 |
msgstr "процент"
|
1625 |
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
#, php-format
|
1629 |
msgid ""
|
1630 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1633,92 +1714,92 @@ msgstr ""
|
|
1633 |
"(Будет отображаться, если процентный результат >= <span class=\"resultProzent"
|
1634 |
"\">%s</span>%%)"
|
1635 |
|
1636 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1638 |
msgid "Delete graduation"
|
1639 |
msgstr "Удалить результат"
|
1640 |
|
1641 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1642 |
msgid "Add graduation"
|
1643 |
msgstr "Добавить результат"
|
1644 |
|
1645 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1646 |
msgid "Result-Options"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1650 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1651 |
msgid "Show average points"
|
1652 |
msgstr "Показывать средний балл"
|
1653 |
|
1654 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1655 |
msgid "Statistics-function must be enabled."
|
1656 |
msgstr "Необходимо включить статистику"
|
1657 |
|
1658 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1659 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1660 |
msgid "Show category score"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
msgid ""
|
1665 |
"If you enable this option, the results of each category is displayed on the "
|
1666 |
"results page."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1671 |
msgid "Hide correct questions - display"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1675 |
msgid ""
|
1676 |
"If you select this option, no longer the number of correctly answered "
|
1677 |
"questions are displayed on the results page."
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1681 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1682 |
msgid "Hide quiz time - display"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1686 |
msgid ""
|
1687 |
"If you enable this option, the time for finishing the quiz won't be "
|
1688 |
"displayed on the results page anymore."
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1692 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1693 |
msgid "Hide score - display"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1697 |
msgid ""
|
1698 |
"If you enable this option, final score won't be displayed on the results "
|
1699 |
"page anymore."
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1703 |
msgid "Question-Options"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1708 |
msgid "Show points"
|
1709 |
msgstr "Показывать баллы"
|
1710 |
|
1711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1712 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1713 |
msgstr ""
|
1714 |
"Показывать в тесте, сколько можно набрать баллов на соответствующий вопрос."
|
1715 |
|
1716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1718 |
msgid "Number answers"
|
1719 |
msgstr "Номера ответов"
|
1720 |
|
1721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1722 |
msgid ""
|
1723 |
"If this option is activated, all answers are numbered (only single and "
|
1724 |
"multiple choice)"
|
@@ -1726,12 +1807,12 @@ msgstr ""
|
|
1726 |
"Если эта опция включена, все ответы нумеруются (только для одиночного и "
|
1727 |
"множественного выбора)"
|
1728 |
|
1729 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1730 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1731 |
msgid "Hide correct- and incorrect message"
|
1732 |
msgstr "Спрятать сообщения \"Правильно \" и \"Неправильно\""
|
1733 |
|
1734 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1735 |
msgid ""
|
1736 |
"If you enable this option, no correct- or incorrect message will be "
|
1737 |
"displayed."
|
@@ -1739,12 +1820,12 @@ msgstr ""
|
|
1739 |
"Если Вы включите эту опцию, то не будет сообщений для правильного или "
|
1740 |
"неправильного ответов."
|
1741 |
|
1742 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1744 |
msgid "Correct and incorrect answer mark"
|
1745 |
msgstr "Цветовое выделение для правильного и неправильного ответов"
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1748 |
msgid ""
|
1749 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1750 |
"incorrect. "
|
@@ -1752,21 +1833,54 @@ msgstr ""
|
|
1752 |
"Если Вы включите эту опцию, ответы не будут выделены цветом, как правильные "
|
1753 |
"или неправильные."
|
1754 |
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1756 |
msgid ""
|
1757 |
"The leaderboard allows users to enter results in public list and to share "
|
1758 |
"the result this way."
|
1759 |
msgstr "Таблица лучших позволяет пользователям делиться своими результатами."
|
1760 |
|
1761 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1762 |
msgid "The leaderboard works independent from internal statistics function."
|
1763 |
msgstr "Работает независимо от внутренней статистики."
|
1764 |
|
1765 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1766 |
msgid "Who can sign up to the list"
|
1767 |
msgstr "Кто может добавить свои результаты"
|
1768 |
|
1769 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1770 |
msgid ""
|
1771 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1772 |
"displayed)"
|
@@ -1774,11 +1888,11 @@ msgstr ""
|
|
1774 |
"Незарегистрированные пользователи должны будут ввести свое имя и e-mail (e-"
|
1775 |
"mail не будет опубликован)"
|
1776 |
|
1777 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1778 |
msgid "insert automatically"
|
1779 |
msgstr "Добавлять автоматически"
|
1780 |
|
1781 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1782 |
msgid ""
|
1783 |
"If you enable this option, logged in users will be automatically entered "
|
1784 |
"into leaderboard"
|
@@ -1786,11 +1900,11 @@ msgstr ""
|
|
1786 |
"Если включить данную опцию, то результат залогиненного пользователя будет "
|
1787 |
"добавлен автоматически в таблицу лучших."
|
1788 |
|
1789 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1790 |
msgid "display captcha"
|
1791 |
msgstr "показывать капчу"
|
1792 |
|
1793 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1794 |
msgid ""
|
1795 |
"If you enable this option, additional captcha will be displayed for users "
|
1796 |
"who are not registered."
|
@@ -1798,83 +1912,83 @@ msgstr ""
|
|
1798 |
"Если Вы включите данную опцию, то будет показана капча для "
|
1799 |
"незарегистрированных пользователей."
|
1800 |
|
1801 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1802 |
msgid "This option requires additional plugin:"
|
1803 |
msgstr "Эта опция требует дополнительного плагина:"
|
1804 |
|
1805 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1806 |
msgid "Plugin has been detected."
|
1807 |
msgstr "Плагин обнаружен."
|
1808 |
|
1809 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1810 |
msgid "Plugin is not installed."
|
1811 |
msgstr "Плагин не установлен."
|
1812 |
|
1813 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1814 |
msgid "Sort list by"
|
1815 |
msgstr "Сортировка по"
|
1816 |
|
1817 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1818 |
msgid "Users can apply multiple times"
|
1819 |
msgstr "Позволить пользователям добавлять себя многократно"
|
1820 |
|
1821 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1822 |
msgid "User can apply after:"
|
1823 |
msgstr "Пользователь сможет себя добавить после:"
|
1824 |
|
1825 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1826 |
msgid "minute"
|
1827 |
msgstr "мин."
|
1828 |
|
1829 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1830 |
msgid "How many entries should be displayed"
|
1831 |
msgstr "Сколько записей должно отображаться"
|
1832 |
|
1833 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1834 |
msgid "Entries"
|
1835 |
msgstr "Записи"
|
1836 |
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1838 |
msgid "Automatically display leaderboard in quiz result"
|
1839 |
msgstr "Показывать таблицу лучших в результатах теста"
|
1840 |
|
1841 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1842 |
msgid "Where should leaderboard be displayed:"
|
1843 |
msgstr "Где будет таблица:"
|
1844 |
|
1845 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1846 |
msgid "don't display"
|
1847 |
msgstr "не показывать"
|
1848 |
|
1849 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1850 |
msgid "below the \"result text\""
|
1851 |
msgstr "за \"текстом результата\""
|
1852 |
|
1853 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1854 |
msgid "in a button"
|
1855 |
msgstr "кнопкой"
|
1856 |
|
1857 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1858 |
msgid "Quiz-Mode"
|
1859 |
msgstr "Вид теста"
|
1860 |
|
1861 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1862 |
msgid "Normal"
|
1863 |
msgstr "Нормальный"
|
1864 |
|
1865 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1866 |
msgid "Normal + Back-Button"
|
1867 |
msgstr "Нормальный + Кнопка Назад"
|
1868 |
|
1869 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1870 |
msgid "Check -> continue"
|
1871 |
msgstr "Проверить -> Далее"
|
1872 |
|
1873 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1874 |
msgid "Questions below each other"
|
1875 |
msgstr "Вопросы один под другим"
|
1876 |
|
1877 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1878 |
msgid ""
|
1879 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1880 |
"displayed at the end of the quiz."
|
@@ -1882,15 +1996,15 @@ msgstr ""
|
|
1882 |
"Отображает все вопросы последовательно. \"Правильно\" или \"Неправильно\" "
|
1883 |
"отображается после завершения теста."
|
1884 |
|
1885 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1886 |
msgid "Allows to use the back button in a question."
|
1887 |
msgstr "Позволяет пользователям использовать кнопку Назад в задании."
|
1888 |
|
1889 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1890 |
msgid "Shows \"right or wrong\" after each question."
|
1891 |
msgstr "\"Правильно или Неправильно\" после каждого задания."
|
1892 |
|
1893 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1894 |
msgid ""
|
1895 |
"If this option is activated, all answers are displayed below each other, i."
|
1896 |
"e. all questions are on a single page."
|
@@ -1919,47 +2033,63 @@ msgstr "Менеджер стилей"
|
|
1919 |
msgid "Support WP-Pro-Quiz"
|
1920 |
msgstr "Поддержка WP-Pro-Quiz"
|
1921 |
|
1922 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1923 |
msgid "ID"
|
1924 |
msgstr "ID"
|
1925 |
|
1926 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1927 |
msgid "Shortcode"
|
1928 |
msgstr "Шорткод"
|
1929 |
|
1930 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1931 |
msgid "Shortcode-Leaderboard"
|
1932 |
msgstr "Шорткод таблицы лучших"
|
1933 |
|
1934 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1935 |
msgid "Preview"
|
1936 |
msgstr "Предварительный просмотр"
|
1937 |
|
1938 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1939 |
msgid "Add quiz"
|
1940 |
msgstr "Добавить тест"
|
1941 |
|
1942 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1943 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1944 |
msgid "Export"
|
1945 |
msgstr "Экспорт"
|
1946 |
|
1947 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1948 |
msgid ""
|
1949 |
"Choose the respective question, which you would like to export and press on "
|
1950 |
"\"Start export\""
|
1951 |
msgstr ""
|
1952 |
"Выберите вопрос, который хотите экспортировать и нажмите \"Экспортировать\""
|
1953 |
|
1954 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1955 |
msgid "Start export"
|
1956 |
msgstr "Экспортировать"
|
1957 |
|
1958 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1959 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1960 |
-
msgstr "
|
1961 |
|
1962 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1963 |
#, php-format
|
1964 |
msgid "Maximal %d MiB"
|
1965 |
msgstr "Максимально %d MiB"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:59+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:59+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: Sergei Bondarenko\n"
|
8 |
"Language: Russian\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr "Нет данных"
|
67 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Загрузка"
|
98 |
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
102 |
+
msgid "You must answer this question."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
108 |
+
msgid "You must answer all questions before you can completed the quiz."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
112 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
113 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
129 |
msgid "Settings saved"
|
130 |
msgstr "Настройки сохранены"
|
131 |
|
132 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
133 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
155 |
msgstr "Вопрос не найден"
|
156 |
|
157 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
158 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
159 |
#, php-format
|
160 |
msgid "Question: %d"
|
161 |
msgstr "Задание %d"
|
162 |
|
163 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
164 |
msgid "Question edited"
|
165 |
msgstr "Вопрос отредактирован"
|
166 |
|
167 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
168 |
msgid "New question"
|
169 |
msgstr "Новый вопрос"
|
170 |
|
171 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
172 |
msgid "Question added"
|
173 |
msgstr "Вопрос добавлен"
|
174 |
|
195 |
msgid "Quiz deleted"
|
196 |
msgstr "Тест удален"
|
197 |
|
198 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
199 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
200 |
+
msgid "Not categorized"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
204 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
205 |
+
msgid "Categories"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
209 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
210 |
msgid "No category"
|
241 |
msgstr "Вы ввели неправильный код."
|
242 |
|
243 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
244 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
245 |
msgid "File was not uploaded"
|
246 |
msgstr "Файл не загружен"
|
247 |
|
253 |
msgid "File is not compatible with the current version"
|
254 |
msgstr "Файл не совместим с текущей версией"
|
255 |
|
256 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
258 |
+
msgid "XML could not be loaded."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
263 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
306 |
msgstr ""
|
307 |
|
308 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
309 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
310 |
msgid "WP-Pro-Quiz"
|
311 |
msgstr ""
|
312 |
|
313 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
314 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
315 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
316 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
317 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
318 |
msgid "Leaderboard"
|
319 |
msgstr "Таблица лучших"
|
320 |
|
339 |
msgstr "Сортировать по:"
|
340 |
|
341 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
342 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
343 |
msgid "best user"
|
344 |
msgstr "лучшему пользователю"
|
345 |
|
346 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
347 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
348 |
msgid "newest entry"
|
349 |
msgstr "новым записям"
|
350 |
|
351 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
352 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
353 |
msgid "oldest entry"
|
354 |
msgstr "старым записям"
|
355 |
|
374 |
msgstr "Пользователь"
|
375 |
|
376 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
377 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
378 |
msgid "E-Mail"
|
379 |
msgstr "E-Mail"
|
380 |
|
384 |
msgstr "Записано"
|
385 |
|
386 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
387 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
388 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
389 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
390 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
391 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
392 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
393 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
394 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
395 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
396 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
397 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
408 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
409 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
410 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
411 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
412 |
msgid "Edit"
|
413 |
msgstr "Редактировать"
|
414 |
|
416 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
417 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
418 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
419 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
420 |
msgid "Delete"
|
421 |
msgstr "Удалить"
|
422 |
|
448 |
|
449 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
450 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
451 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
452 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
453 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
454 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
455 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
456 |
msgid "Quiz-summary"
|
457 |
msgstr "Навигация (только номера заданий)"
|
458 |
|
463 |
|
464 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
465 |
#: lib/view/WpProQuiz_View_Import.php:44
|
466 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
467 |
msgid "Questions"
|
468 |
msgstr "Вопросы"
|
469 |
|
470 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
471 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
472 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
473 |
msgid "Finish quiz"
|
474 |
msgstr "Завершить тест"
|
475 |
|
512 |
msgid "Your score"
|
513 |
msgstr "Ваш результат"
|
514 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
516 |
msgid "Restart quiz"
|
517 |
msgstr "Начать тест заново"
|
536 |
msgid "Review question"
|
537 |
msgstr "Отметить как просмотренный"
|
538 |
|
539 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
540 |
#, php-format
|
541 |
msgid "Question %s of %s"
|
542 |
msgstr "Задание %s из %s"
|
543 |
|
544 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
545 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
546 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
547 |
msgid "Question"
|
548 |
msgstr "Условие:"
|
549 |
|
550 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
551 |
#, php-format
|
552 |
msgid "%d points"
|
553 |
msgstr "Количество баллов: %d"
|
554 |
|
555 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
556 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
557 |
msgid "Sort elements"
|
558 |
msgstr "Элементы сортировки"
|
559 |
|
560 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
561 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
562 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
563 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
564 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
565 |
msgid "Correct"
|
566 |
msgstr "Правильно"
|
567 |
|
568 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
569 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
570 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
571 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
572 |
msgid "Incorrect"
|
573 |
msgstr "Неправильно"
|
574 |
|
|
|
575 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
576 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
577 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
578 |
msgid "Hint"
|
579 |
msgstr "Подсказка"
|
580 |
|
581 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
582 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
583 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
584 |
msgid "Skip question"
|
585 |
msgstr "Пропустить задание"
|
586 |
|
587 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
588 |
msgid "Back"
|
589 |
msgstr "Назад"
|
590 |
|
591 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
592 |
msgid "Check"
|
593 |
msgstr "Проверить"
|
594 |
|
595 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
596 |
msgid "Next"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
600 |
msgid "Your result has been entered into leaderboard"
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
604 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
605 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
606 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
607 |
msgid "Name"
|
608 |
msgstr "Имя"
|
609 |
|
610 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
611 |
msgid "Captcha"
|
612 |
msgstr "Капча"
|
613 |
|
614 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
615 |
msgid "Send"
|
616 |
msgstr "отправить"
|
617 |
|
644 |
msgstr ""
|
645 |
|
646 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
647 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
648 |
msgid "Settings in case of problems"
|
649 |
msgstr "Настройки в случае возникновения проблем"
|
650 |
|
651 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
652 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
653 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
654 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
655 |
msgid "Save"
|
656 |
msgstr "Сохранить"
|
688 |
msgstr "Управление рубриками"
|
689 |
|
690 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
691 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
692 |
msgid "Admin e-mail settings"
|
693 |
msgstr ""
|
694 |
|
705 |
"com"
|
706 |
|
707 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
708 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
709 |
msgid "From:"
|
710 |
msgstr "От:"
|
711 |
|
712 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
713 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
714 |
msgid "Subject:"
|
715 |
msgstr "Тема:"
|
716 |
|
717 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
718 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
719 |
msgid "HTML"
|
720 |
msgstr ""
|
721 |
|
722 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
723 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
724 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
725 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
726 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
729 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
735 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
736 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
737 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
744 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
749 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
752 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
757 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
758 |
msgid "Activate"
|
759 |
msgstr "Активно"
|
760 |
|
761 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
762 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
763 |
msgid "Message body:"
|
764 |
msgstr "Сообщение:"
|
765 |
|
766 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
767 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
768 |
msgid "Allowed variables"
|
769 |
msgstr "Разрешенные переменные"
|
770 |
|
771 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
772 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
773 |
msgid "User-ID"
|
774 |
msgstr "ID пользователя"
|
775 |
|
776 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
777 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
778 |
msgid "Username"
|
779 |
msgstr "Имя пользователя"
|
780 |
|
781 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
782 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
783 |
msgid "Quiz-Name"
|
784 |
msgstr "Название теста"
|
785 |
|
786 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
787 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
788 |
msgid "Result in precent"
|
789 |
msgstr "Результат в процентах"
|
790 |
|
791 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
792 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
793 |
msgid "Reached points"
|
794 |
msgstr "Баллы"
|
795 |
|
796 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
797 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
798 |
msgid "IP-address of the user"
|
799 |
msgstr "IP пользователя"
|
800 |
|
801 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
802 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
803 |
+
msgid "Category-Overview"
|
804 |
+
msgstr ""
|
805 |
+
|
806 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
807 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
808 |
msgid "User e-mail settings"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
812 |
msgid "to activate"
|
813 |
msgstr "включить"
|
814 |
|
815 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
816 |
msgid "not to activate"
|
817 |
msgstr "отключить"
|
818 |
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
820 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
821 |
msgid "Please note"
|
822 |
msgstr "Пожалуйста, обратите внимание"
|
823 |
|
824 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
825 |
msgid ""
|
826 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
827 |
msgstr ""
|
828 |
"Эти параметры должны быть установлены только в случае проблем с Wp-Pro-Quiz."
|
829 |
|
830 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
831 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
832 |
msgid "Automatically add [raw] shortcode"
|
833 |
msgstr "Автоматически добавлять шорткод [raw]"
|
834 |
|
835 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
836 |
#, php-format
|
837 |
msgid "It is recommended %s this option on your system."
|
838 |
msgstr "Рекомендуется %s эту опцию в вашей системе."
|
839 |
|
840 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
841 |
msgid ""
|
842 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
843 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
845 |
"Если этот параметр активен, шорткод [raw] будет автоматически обрамлять "
|
846 |
"WpProQuiz шорткод ( [WpProQuiz X] в [raw] [WpProQuiz X] [/raw])."
|
847 |
|
848 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
849 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
850 |
msgid ""
|
851 |
"Own themes changes internal order of filters, what causes the problems. "
|
854 |
"Некоторые темы меняют внутренний порядок фильтра, что приводит к ошибкам. "
|
855 |
"Шорткод [raw] препятствует этому."
|
856 |
|
857 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
858 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
859 |
msgid "Do not load the Javascript-files in the footer"
|
860 |
msgstr "Не загружать Javascript-файлы в нижнюю часть страницы (подвал)"
|
861 |
|
862 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
863 |
msgid ""
|
864 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
865 |
"when they are really needed."
|
867 |
"По умолчанию все WpProQuiz-Javascript файлы грузятся в нижнюю часть страницы "
|
868 |
"(подвал) и только если они действительно нужны."
|
869 |
|
870 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
871 |
msgid "In very old Wordpress themes this can lead to problems."
|
872 |
msgstr "Может вызывать проблемы в старых темах Wordpress."
|
873 |
|
874 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
875 |
msgid ""
|
876 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
877 |
"the header even if they are not needed."
|
879 |
"Если Вы включите эту опцию, все WpProQuiz-Javascript файлы будут загружены в "
|
880 |
"заголовок страницы, даже если они не нужны."
|
881 |
|
882 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
883 |
#, php-format
|
884 |
msgid ""
|
885 |
"Anyone who wants to learn more about this topic should read through the "
|
888 |
"Если Вам нужна дополнительная информация по данной теме, посетите следующие "
|
889 |
"вебсайты: %s и %s"
|
890 |
|
891 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
892 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
893 |
msgid "Touch Library"
|
894 |
msgstr "Сеснсорная библиотека"
|
895 |
|
896 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
897 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
898 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
899 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
900 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
901 |
msgid "Deactivate"
|
902 |
msgstr "Неактивно"
|
903 |
|
904 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
905 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
906 |
msgstr ""
|
907 |
"В версии 0.13 добавлена новая сенсорная библиотека для мобильных устройств."
|
908 |
|
909 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
910 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
911 |
msgstr "Если у Вас проблемы с сенсорной библиотекой, пожалуйста отключите ее."
|
912 |
|
913 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
914 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
915 |
msgid "jQuery support cors"
|
916 |
msgstr "Поддержка jQuery"
|
917 |
|
918 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
919 |
msgid "Is required only in rare cases."
|
920 |
msgstr "Требуется только в редких случаях."
|
921 |
|
922 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
923 |
msgid "If you have problems with the front ajax, please activate it."
|
924 |
msgstr "Пожалуйста, активируйте при проблеммах с ajax."
|
925 |
|
926 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
927 |
msgid "e.g. Domain with special characters in combination with IE"
|
928 |
msgstr "Например домен со специальными символами в сочетании с IE"
|
929 |
|
930 |
#: lib/view/WpProQuiz_View_Import.php:21
|
931 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
932 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
933 |
msgid "Import"
|
934 |
msgstr "Импорт"
|
935 |
|
949 |
msgid "Quiz name"
|
950 |
msgstr "Название теста"
|
951 |
|
952 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
953 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
954 |
msgid "Start import"
|
955 |
msgstr "Начать импорт"
|
956 |
|
963 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
964 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
965 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
966 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
968 |
msgid "(optional)"
|
969 |
msgstr "(необязательное поле)"
|
970 |
|
978 |
|
979 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
980 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
981 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
982 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
984 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
985 |
msgid "(required)"
|
986 |
msgstr "(обязательное поле)"
|
987 |
|
1119 |
msgid "Assessment"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1123 |
msgid "Answers"
|
1124 |
msgstr "Ответы"
|
1125 |
|
1126 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1127 |
msgid ""
|
1128 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1129 |
"answers will be displayed randomly."
|
1131 |
"Пожалуйста, отсортируйте ответы в правильном порядке при помощи кнопки "
|
1132 |
"\"Переместить \". Ответы будут отображаться в случайном порядке."
|
1133 |
|
1134 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1135 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1136 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1137 |
msgid "Add new answer"
|
1138 |
msgstr "Добавить новый ответ"
|
1139 |
|
1140 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1141 |
msgid ""
|
1142 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1143 |
"matching criterion."
|
1145 |
"В этом режиме не нужно сортировать список. Элементы сортировки должны быть "
|
1146 |
"отнесены к соответствующему критерию."
|
1147 |
|
1148 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1149 |
msgid ""
|
1150 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1151 |
"user."
|
1152 |
msgstr "Вы можете создать элемент сортировки с пустым критерием."
|
1153 |
|
1154 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1155 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1156 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1157 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1158 |
msgid "Options"
|
1159 |
msgstr "Настройки"
|
1160 |
|
1161 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1162 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1163 |
msgid "Answer"
|
1164 |
msgstr "Ответ"
|
1165 |
|
1166 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1167 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1168 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1169 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1170 |
msgid "Allow HTML"
|
1171 |
msgstr "Разрешить HTML"
|
1172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1173 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1174 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1175 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1176 |
+
msgid "Delete answer"
|
1177 |
+
msgstr "Удалить ответ"
|
1178 |
|
1179 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1180 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1181 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1182 |
+
msgid "Add Media"
|
1183 |
+
msgstr ""
|
1184 |
+
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1186 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1187 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1188 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1189 |
msgid "Move"
|
1190 |
msgstr "Переместить"
|
1191 |
|
1192 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1193 |
msgid "Criterion"
|
1194 |
msgstr "Критерий"
|
1195 |
|
1196 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1197 |
msgid ""
|
1198 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1199 |
msgstr ""
|
1200 |
"правильных ответов (по одному на строку) (ответы будут преобразованы в "
|
1201 |
"нижний регистр)"
|
1202 |
|
1203 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1204 |
msgid ""
|
1205 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1206 |
"small letters will be ignored."
|
1208 |
"Заключите слово в { } , например, \"Я {играю} в футбол\". Прописные и "
|
1209 |
"строчные буквы будут игнорироваться."
|
1210 |
|
1211 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1212 |
msgid ""
|
1213 |
"You can specify multiple options for a search word. Enclose the word with "
|
1214 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1220 |
"[ненавидеть]} футбол\" </span>. В этом случае ответы: играть в, любить или "
|
1221 |
"ненавидеть будут правильными."
|
1222 |
|
1223 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1224 |
msgid ""
|
1225 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1226 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1228 |
"Если активирован режим \"Разные баллы за каждый ответ\", то Вы сможете "
|
1229 |
"назначить баллы с |БАЛЛЫ. Иначе будет присвоен 1 балл за ответ."
|
1230 |
|
1231 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1232 |
msgid ""
|
1233 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1234 |
"\" 3 points."
|
1236 |
"например, \"Я {играю} {мячом|3} в футбол \" - \"играю\" даст 1 балл и \"мячом"
|
1237 |
"\" 3 балла."
|
1238 |
|
1239 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1240 |
msgid "Here you can create an assessment question."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1244 |
msgid ""
|
1245 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1249 |
msgid "The number of options in the maximum score."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1253 |
msgid "Examples:"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1257 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1261 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1262 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1263 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1264 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1265 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1266 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1267 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1268 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1269 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1270 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1271 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1272 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1273 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1274 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1275 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1276 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1277 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1278 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1279 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1280 |
msgid "Demo"
|
1281 |
msgstr "Демо"
|
1282 |
|
1283 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1284 |
msgid "less true { [a] [b] [c] } more true"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1288 |
+
msgid "Single choice options"
|
1289 |
+
msgstr ""
|
1290 |
+
|
1291 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1292 |
+
msgid ""
|
1293 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1294 |
+
"special mode.<br> This changes the calculation of the points"
|
1295 |
+
msgstr ""
|
1296 |
+
|
1297 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1298 |
+
msgid "Different points - modus 2 activate"
|
1299 |
+
msgstr ""
|
1300 |
+
|
1301 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1302 |
+
msgid "Disables the distinction between correct and incorrect."
|
1303 |
+
msgstr ""
|
1304 |
+
|
1305 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1306 |
+
msgid "disable correct and incorrent"
|
1307 |
+
msgstr ""
|
1308 |
+
|
1309 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1310 |
+
msgid "Explanation of points calculation"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1314 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1315 |
+
msgid "\"Different points for each answer\" enabled"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1319 |
+
msgid "\"Different points - mode 2\" disable"
|
1320 |
+
msgstr ""
|
1321 |
+
|
1322 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1323 |
+
msgid "\"Different points - mode 2\" enabled"
|
1324 |
+
msgstr ""
|
1325 |
+
|
1326 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1327 |
msgid "Questions sorted"
|
1328 |
msgstr "Вопросы отсортированы"
|
1411 |
|
1412 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1413 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1414 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1415 |
msgid "Statistics"
|
1416 |
msgstr "Статистика"
|
1417 |
|
1460 |
msgstr "Этот параметр применяется к:"
|
1461 |
|
1462 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1463 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1464 |
msgid "all users"
|
1465 |
msgstr "все пользователи"
|
1466 |
|
1467 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1468 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1469 |
msgid "registered useres only"
|
1470 |
msgstr "только зарегистрированные пользователи"
|
1471 |
|
1472 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1473 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1474 |
msgid "anonymous users only"
|
1475 |
msgstr "только анонимные пользователи"
|
1476 |
|
1635 |
"user. (only registered users)"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1639 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1640 |
+
msgid "Autostart"
|
1641 |
+
msgstr ""
|
1642 |
+
|
1643 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1644 |
+
msgid ""
|
1645 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1646 |
+
"is loaded."
|
1647 |
+
msgstr ""
|
1648 |
+
|
1649 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1650 |
msgid "Quiz description"
|
1651 |
msgstr "Описание теста"
|
1652 |
|
1653 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1654 |
msgid "This text will be displayed before start of the quiz."
|
1655 |
msgstr "Этот текст будет отображаться перед началом теста."
|
1656 |
|
1657 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1658 |
msgid "Results text"
|
1659 |
msgstr "Текст для результата"
|
1660 |
|
1661 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1662 |
msgid ""
|
1663 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1664 |
"is optional)"
|
1666 |
"Этот текст будет отображаться в конце теста (в результатах). (не является "
|
1667 |
"обязательным)"
|
1668 |
|
1669 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1670 |
msgid "Activate graduation"
|
1671 |
msgstr "Активировать несколько результатов"
|
1672 |
|
1673 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1674 |
msgid "Hint:"
|
1675 |
msgstr "Подсказка:"
|
1676 |
|
1677 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1678 |
msgid "Maximal 15 levels"
|
1679 |
msgstr "Максимум 15 уровней"
|
1680 |
|
1681 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1682 |
#, php-format
|
1683 |
msgid ""
|
1684 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1686 |
msgstr ""
|
1687 |
"Проценты относятся к общему баллу теста (Всего %d баллов в %d вопросах)"
|
1688 |
|
1689 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1690 |
msgid "Values can also be mixed up"
|
1691 |
msgstr "значения могут быть перепутаны"
|
1692 |
|
1693 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1694 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1695 |
msgstr "Допускается 10,15% или 10.15% (макс. до двух знаков после запятой)"
|
1696 |
|
1697 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1698 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1699 |
msgid "from:"
|
1700 |
msgstr "от:"
|
1701 |
|
1702 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1703 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1704 |
msgid "percent"
|
1705 |
msgstr "процент"
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1709 |
#, php-format
|
1710 |
msgid ""
|
1711 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1714 |
"(Будет отображаться, если процентный результат >= <span class=\"resultProzent"
|
1715 |
"\">%s</span>%%)"
|
1716 |
|
1717 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1719 |
msgid "Delete graduation"
|
1720 |
msgstr "Удалить результат"
|
1721 |
|
1722 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1723 |
msgid "Add graduation"
|
1724 |
msgstr "Добавить результат"
|
1725 |
|
1726 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1727 |
msgid "Result-Options"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1732 |
msgid "Show average points"
|
1733 |
msgstr "Показывать средний балл"
|
1734 |
|
1735 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1736 |
msgid "Statistics-function must be enabled."
|
1737 |
msgstr "Необходимо включить статистику"
|
1738 |
|
1739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1741 |
msgid "Show category score"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1745 |
msgid ""
|
1746 |
"If you enable this option, the results of each category is displayed on the "
|
1747 |
"results page."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1751 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1752 |
msgid "Hide correct questions - display"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1756 |
msgid ""
|
1757 |
"If you select this option, no longer the number of correctly answered "
|
1758 |
"questions are displayed on the results page."
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1762 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1763 |
msgid "Hide quiz time - display"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1767 |
msgid ""
|
1768 |
"If you enable this option, the time for finishing the quiz won't be "
|
1769 |
"displayed on the results page anymore."
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1773 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1774 |
msgid "Hide score - display"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1778 |
msgid ""
|
1779 |
"If you enable this option, final score won't be displayed on the results "
|
1780 |
"page anymore."
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1784 |
msgid "Question-Options"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1789 |
msgid "Show points"
|
1790 |
msgstr "Показывать баллы"
|
1791 |
|
1792 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1793 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1794 |
msgstr ""
|
1795 |
"Показывать в тесте, сколько можно набрать баллов на соответствующий вопрос."
|
1796 |
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1798 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1799 |
msgid "Number answers"
|
1800 |
msgstr "Номера ответов"
|
1801 |
|
1802 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1803 |
msgid ""
|
1804 |
"If this option is activated, all answers are numbered (only single and "
|
1805 |
"multiple choice)"
|
1807 |
"Если эта опция включена, все ответы нумеруются (только для одиночного и "
|
1808 |
"множественного выбора)"
|
1809 |
|
1810 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1811 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1812 |
msgid "Hide correct- and incorrect message"
|
1813 |
msgstr "Спрятать сообщения \"Правильно \" и \"Неправильно\""
|
1814 |
|
1815 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1816 |
msgid ""
|
1817 |
"If you enable this option, no correct- or incorrect message will be "
|
1818 |
"displayed."
|
1820 |
"Если Вы включите эту опцию, то не будет сообщений для правильного или "
|
1821 |
"неправильного ответов."
|
1822 |
|
1823 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1824 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1825 |
msgid "Correct and incorrect answer mark"
|
1826 |
msgstr "Цветовое выделение для правильного и неправильного ответов"
|
1827 |
|
1828 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1829 |
msgid ""
|
1830 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1831 |
"incorrect. "
|
1833 |
"Если Вы включите эту опцию, ответы не будут выделены цветом, как правильные "
|
1834 |
"или неправильные."
|
1835 |
|
1836 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1838 |
+
msgid "Force user to answer each question"
|
1839 |
+
msgstr ""
|
1840 |
+
|
1841 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1842 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1843 |
+
msgstr ""
|
1844 |
+
|
1845 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1846 |
+
msgid ""
|
1847 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1848 |
+
"appear after end of the quiz, otherwise after each question."
|
1849 |
+
msgstr ""
|
1850 |
+
|
1851 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1852 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1853 |
+
msgid "Hide question position overview"
|
1854 |
+
msgstr ""
|
1855 |
+
|
1856 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1857 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1858 |
+
msgstr ""
|
1859 |
+
|
1860 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1862 |
+
msgid "Hide question numbering"
|
1863 |
+
msgstr ""
|
1864 |
+
|
1865 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1866 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1867 |
+
msgstr ""
|
1868 |
+
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1870 |
msgid ""
|
1871 |
"The leaderboard allows users to enter results in public list and to share "
|
1872 |
"the result this way."
|
1873 |
msgstr "Таблица лучших позволяет пользователям делиться своими результатами."
|
1874 |
|
1875 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1876 |
msgid "The leaderboard works independent from internal statistics function."
|
1877 |
msgstr "Работает независимо от внутренней статистики."
|
1878 |
|
1879 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1880 |
msgid "Who can sign up to the list"
|
1881 |
msgstr "Кто может добавить свои результаты"
|
1882 |
|
1883 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1884 |
msgid ""
|
1885 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1886 |
"displayed)"
|
1888 |
"Незарегистрированные пользователи должны будут ввести свое имя и e-mail (e-"
|
1889 |
"mail не будет опубликован)"
|
1890 |
|
1891 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1892 |
msgid "insert automatically"
|
1893 |
msgstr "Добавлять автоматически"
|
1894 |
|
1895 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1896 |
msgid ""
|
1897 |
"If you enable this option, logged in users will be automatically entered "
|
1898 |
"into leaderboard"
|
1900 |
"Если включить данную опцию, то результат залогиненного пользователя будет "
|
1901 |
"добавлен автоматически в таблицу лучших."
|
1902 |
|
1903 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1904 |
msgid "display captcha"
|
1905 |
msgstr "показывать капчу"
|
1906 |
|
1907 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1908 |
msgid ""
|
1909 |
"If you enable this option, additional captcha will be displayed for users "
|
1910 |
"who are not registered."
|
1912 |
"Если Вы включите данную опцию, то будет показана капча для "
|
1913 |
"незарегистрированных пользователей."
|
1914 |
|
1915 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1916 |
msgid "This option requires additional plugin:"
|
1917 |
msgstr "Эта опция требует дополнительного плагина:"
|
1918 |
|
1919 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1920 |
msgid "Plugin has been detected."
|
1921 |
msgstr "Плагин обнаружен."
|
1922 |
|
1923 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1924 |
msgid "Plugin is not installed."
|
1925 |
msgstr "Плагин не установлен."
|
1926 |
|
1927 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1928 |
msgid "Sort list by"
|
1929 |
msgstr "Сортировка по"
|
1930 |
|
1931 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1932 |
msgid "Users can apply multiple times"
|
1933 |
msgstr "Позволить пользователям добавлять себя многократно"
|
1934 |
|
1935 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1936 |
msgid "User can apply after:"
|
1937 |
msgstr "Пользователь сможет себя добавить после:"
|
1938 |
|
1939 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1940 |
msgid "minute"
|
1941 |
msgstr "мин."
|
1942 |
|
1943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1944 |
msgid "How many entries should be displayed"
|
1945 |
msgstr "Сколько записей должно отображаться"
|
1946 |
|
1947 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1948 |
msgid "Entries"
|
1949 |
msgstr "Записи"
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1952 |
msgid "Automatically display leaderboard in quiz result"
|
1953 |
msgstr "Показывать таблицу лучших в результатах теста"
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1956 |
msgid "Where should leaderboard be displayed:"
|
1957 |
msgstr "Где будет таблица:"
|
1958 |
|
1959 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1960 |
msgid "don't display"
|
1961 |
msgstr "не показывать"
|
1962 |
|
1963 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1964 |
msgid "below the \"result text\""
|
1965 |
msgstr "за \"текстом результата\""
|
1966 |
|
1967 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1968 |
msgid "in a button"
|
1969 |
msgstr "кнопкой"
|
1970 |
|
1971 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1972 |
msgid "Quiz-Mode"
|
1973 |
msgstr "Вид теста"
|
1974 |
|
1975 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1976 |
msgid "Normal"
|
1977 |
msgstr "Нормальный"
|
1978 |
|
1979 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1980 |
msgid "Normal + Back-Button"
|
1981 |
msgstr "Нормальный + Кнопка Назад"
|
1982 |
|
1983 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1984 |
msgid "Check -> continue"
|
1985 |
msgstr "Проверить -> Далее"
|
1986 |
|
1987 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1988 |
msgid "Questions below each other"
|
1989 |
msgstr "Вопросы один под другим"
|
1990 |
|
1991 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1992 |
msgid ""
|
1993 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1994 |
"displayed at the end of the quiz."
|
1996 |
"Отображает все вопросы последовательно. \"Правильно\" или \"Неправильно\" "
|
1997 |
"отображается после завершения теста."
|
1998 |
|
1999 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
2000 |
msgid "Allows to use the back button in a question."
|
2001 |
msgstr "Позволяет пользователям использовать кнопку Назад в задании."
|
2002 |
|
2003 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
2004 |
msgid "Shows \"right or wrong\" after each question."
|
2005 |
msgstr "\"Правильно или Неправильно\" после каждого задания."
|
2006 |
|
2007 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
2008 |
msgid ""
|
2009 |
"If this option is activated, all answers are displayed below each other, i."
|
2010 |
"e. all questions are on a single page."
|
2033 |
msgid "Support WP-Pro-Quiz"
|
2034 |
msgstr "Поддержка WP-Pro-Quiz"
|
2035 |
|
2036 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
2037 |
msgid "ID"
|
2038 |
msgstr "ID"
|
2039 |
|
2040 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
2041 |
msgid "Shortcode"
|
2042 |
msgstr "Шорткод"
|
2043 |
|
2044 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
2045 |
msgid "Shortcode-Leaderboard"
|
2046 |
msgstr "Шорткод таблицы лучших"
|
2047 |
|
2048 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
2049 |
msgid "Preview"
|
2050 |
msgstr "Предварительный просмотр"
|
2051 |
|
2052 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
2053 |
msgid "Add quiz"
|
2054 |
msgstr "Добавить тест"
|
2055 |
|
2056 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
2057 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2058 |
msgid "Export"
|
2059 |
msgstr "Экспорт"
|
2060 |
|
2061 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2062 |
msgid ""
|
2063 |
"Choose the respective question, which you would like to export and press on "
|
2064 |
"\"Start export\""
|
2065 |
msgstr ""
|
2066 |
"Выберите вопрос, который хотите экспортировать и нажмите \"Экспортировать\""
|
2067 |
|
2068 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2069 |
+
msgid "Format:"
|
2070 |
+
msgstr ""
|
2071 |
+
|
2072 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2073 |
+
msgid "*.wpq"
|
2074 |
+
msgstr ""
|
2075 |
+
|
2076 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2077 |
+
msgid "or"
|
2078 |
+
msgstr ""
|
2079 |
+
|
2080 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2081 |
+
msgid "*.xml"
|
2082 |
+
msgstr ""
|
2083 |
+
|
2084 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2085 |
msgid "Start export"
|
2086 |
msgstr "Экспортировать"
|
2087 |
|
2088 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2089 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2090 |
+
msgstr ""
|
2091 |
|
2092 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2093 |
#, php-format
|
2094 |
msgid "Maximal %d MiB"
|
2095 |
msgstr "Максимально %d MiB"
|
languages/wp-pro-quiz-sv_SE.mo
CHANGED
Binary file
|
languages/wp-pro-quiz-sv_SE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: abuhassan <sajja2002@hotmail.com>\n"
|
8 |
"Language: Arabic\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -61,7 +61,7 @@ msgstr "Vill du verkligen nollställa statistiken?"
|
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
65 |
msgid "No data available"
|
66 |
msgstr ""
|
67 |
|
@@ -87,23 +87,35 @@ msgid "Not all fields completed."
|
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Laddar"
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
100 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
101 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
104 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
109 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -117,7 +129,7 @@ msgstr ""
|
|
117 |
msgid "Settings saved"
|
118 |
msgstr "Inställningar sparade"
|
119 |
|
120 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
121 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
123 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -143,20 +155,20 @@ msgid "Question not found"
|
|
143 |
msgstr "Fråga ej funnen"
|
144 |
|
145 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
146 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
147 |
#, php-format
|
148 |
msgid "Question: %d"
|
149 |
msgstr "Fråga: %d"
|
150 |
|
151 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
152 |
msgid "Question edited"
|
153 |
msgstr "Fråga ändrad"
|
154 |
|
155 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
156 |
msgid "New question"
|
157 |
msgstr "Ny fråga"
|
158 |
|
159 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
160 |
msgid "Question added"
|
161 |
msgstr "Fråga tillagd"
|
162 |
|
@@ -183,6 +195,16 @@ msgstr "Skapa quiz"
|
|
183 |
msgid "Quiz deleted"
|
184 |
msgstr "Quiz borttaget"
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
187 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
188 |
msgid "No category"
|
@@ -219,6 +241,7 @@ msgid "You entered wrong captcha code."
|
|
219 |
msgstr ""
|
220 |
|
221 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
222 |
msgid "File was not uploaded"
|
223 |
msgstr "Fil laddades ej upp"
|
224 |
|
@@ -230,6 +253,11 @@ msgstr "Filen har fel format"
|
|
230 |
msgid "File is not compatible with the current version"
|
231 |
msgstr ""
|
232 |
|
|
|
|
|
|
|
|
|
|
|
233 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
234 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
235 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -271,14 +299,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
271 |
msgstr ""
|
272 |
|
273 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
274 |
msgid "WP-Pro-Quiz"
|
275 |
msgstr ""
|
276 |
|
277 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
278 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
279 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
280 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
281 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
282 |
msgid "Leaderboard"
|
283 |
msgstr ""
|
284 |
|
@@ -303,17 +332,17 @@ msgid "Sort by:"
|
|
303 |
msgstr ""
|
304 |
|
305 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
306 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
307 |
msgid "best user"
|
308 |
msgstr ""
|
309 |
|
310 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
311 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
312 |
msgid "newest entry"
|
313 |
msgstr ""
|
314 |
|
315 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
316 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
317 |
msgid "oldest entry"
|
318 |
msgstr ""
|
319 |
|
@@ -337,7 +366,7 @@ msgid "User"
|
|
337 |
msgstr ""
|
338 |
|
339 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
340 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
341 |
msgid "E-Mail"
|
342 |
msgstr ""
|
343 |
|
@@ -347,14 +376,14 @@ msgid "Entered on"
|
|
347 |
msgstr ""
|
348 |
|
349 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
350 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
351 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
352 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
353 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
354 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
355 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
356 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
357 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
358 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
359 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
360 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -371,7 +400,7 @@ msgstr "Resultat"
|
|
371 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
372 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
373 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
374 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
375 |
msgid "Edit"
|
376 |
msgstr "Ändra"
|
377 |
|
@@ -379,7 +408,7 @@ msgstr "Ändra"
|
|
379 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
380 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
381 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
382 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
383 |
msgid "Delete"
|
384 |
msgstr "Ta bort"
|
385 |
|
@@ -411,12 +440,11 @@ msgstr "Tid"
|
|
411 |
|
412 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
413 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
414 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
415 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
416 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
417 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
418 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
419 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
420 |
msgid "Quiz-summary"
|
421 |
msgstr ""
|
422 |
|
@@ -427,13 +455,13 @@ msgstr ""
|
|
427 |
|
428 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
429 |
#: lib/view/WpProQuiz_View_Import.php:44
|
430 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
431 |
msgid "Questions"
|
432 |
msgstr "Frågor"
|
433 |
|
434 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
435 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
436 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
437 |
msgid "Finish quiz"
|
438 |
msgstr "Avsluta quiz"
|
439 |
|
@@ -477,14 +505,6 @@ msgstr ""
|
|
477 |
msgid "Your score"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
481 |
-
msgid "Categories"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
485 |
-
msgid "Not categorized"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
489 |
msgid "Restart quiz"
|
490 |
msgstr "Starta om quiz"
|
@@ -509,82 +529,82 @@ msgstr ""
|
|
509 |
msgid "Review question"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
513 |
#, php-format
|
514 |
msgid "Question %s of %s"
|
515 |
msgstr "Fråga %s av %s"
|
516 |
|
517 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
518 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
519 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
520 |
msgid "Question"
|
521 |
msgstr "Fråga"
|
522 |
|
523 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
524 |
#, php-format
|
525 |
msgid "%d points"
|
526 |
msgstr "%d poäng"
|
527 |
|
528 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
529 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
530 |
msgid "Sort elements"
|
531 |
msgstr "sortera element"
|
532 |
|
533 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
534 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
535 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
536 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
537 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
538 |
msgid "Correct"
|
539 |
msgstr "Rätt svar!"
|
540 |
|
541 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
542 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
543 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
544 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
545 |
msgid "Incorrect"
|
546 |
msgstr "Fel svar!"
|
547 |
|
548 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
549 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
550 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
551 |
msgid "Hint"
|
552 |
msgstr "Tips"
|
553 |
|
554 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
555 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
556 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
557 |
msgid "Skip question"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
561 |
msgid "Back"
|
562 |
msgstr "Tillbaka"
|
563 |
|
564 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
565 |
msgid "Check"
|
566 |
msgstr "Svara"
|
567 |
|
568 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
569 |
msgid "Next"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
573 |
msgid "Your result has been entered into leaderboard"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
577 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
578 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
579 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
580 |
msgid "Name"
|
581 |
msgstr "Namn"
|
582 |
|
583 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
584 |
msgid "Captcha"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
588 |
msgid "Send"
|
589 |
msgstr ""
|
590 |
|
@@ -617,13 +637,13 @@ msgid "E-Mail settings"
|
|
617 |
msgstr ""
|
618 |
|
619 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
620 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
621 |
msgid "Settings in case of problems"
|
622 |
msgstr "Inställningar i fall det blir problem"
|
623 |
|
624 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
625 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
627 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
628 |
msgid "Save"
|
629 |
msgstr "Spara"
|
@@ -661,7 +681,7 @@ msgid "Category management"
|
|
661 |
msgstr ""
|
662 |
|
663 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
664 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
665 |
msgid "Admin e-mail settings"
|
666 |
msgstr ""
|
667 |
|
@@ -676,25 +696,25 @@ msgid ""
|
|
676 |
msgstr ""
|
677 |
|
678 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
679 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
680 |
msgid "From:"
|
681 |
msgstr ""
|
682 |
|
683 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
684 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
685 |
msgid "Subject:"
|
686 |
msgstr ""
|
687 |
|
688 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
689 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
690 |
msgid "HTML"
|
691 |
msgstr ""
|
692 |
|
693 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
694 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
695 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
696 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
697 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
698 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
699 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
700 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -706,100 +726,109 @@ msgstr ""
|
|
706 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
707 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
708 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
709 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
712 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
714 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
715 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
724 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
725 |
msgid "Activate"
|
726 |
msgstr "Aktivera"
|
727 |
|
728 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
729 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
730 |
msgid "Message body:"
|
731 |
msgstr ""
|
732 |
|
733 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
734 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
735 |
msgid "Allowed variables"
|
736 |
msgstr ""
|
737 |
|
738 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
739 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
740 |
msgid "User-ID"
|
741 |
msgstr ""
|
742 |
|
743 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
744 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
745 |
msgid "Username"
|
746 |
msgstr ""
|
747 |
|
748 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
749 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
750 |
msgid "Quiz-Name"
|
751 |
msgstr ""
|
752 |
|
753 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
754 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
755 |
msgid "Result in precent"
|
756 |
msgstr ""
|
757 |
|
758 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
759 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
760 |
msgid "Reached points"
|
761 |
msgstr ""
|
762 |
|
763 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
764 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
765 |
msgid "IP-address of the user"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
769 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
770 |
msgid "User e-mail settings"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
774 |
msgid "to activate"
|
775 |
msgstr "att aktivera"
|
776 |
|
777 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
778 |
msgid "not to activate"
|
779 |
msgstr "inte att aktivera"
|
780 |
|
781 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
782 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
783 |
msgid "Please note"
|
784 |
msgstr "Vänligen notera"
|
785 |
|
786 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
787 |
msgid ""
|
788 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
789 |
msgstr ""
|
790 |
"Dessa inställningar skall endast användas vid problemet med Wp-Pro-Quiz"
|
791 |
|
792 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
793 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
794 |
msgid "Automatically add [raw] shortcode"
|
795 |
msgstr "Lägger automatiskt till [raw]-kortkoden"
|
796 |
|
797 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
798 |
#, php-format
|
799 |
msgid "It is recommended %s this option on your system."
|
800 |
msgstr "Det är rekommenderat att %s detta val på ditt system"
|
801 |
|
802 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
803 |
msgid ""
|
804 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
805 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
@@ -807,7 +836,7 @@ msgstr ""
|
|
807 |
"Om det här valet är aktiverat, en [raw]-kortkod sätts automatiskt runt "
|
808 |
"WpProQuiz-kortkodet ([WpProQuiz X] ) blir [raw] [WpProQuiz X] [/raw]"
|
809 |
|
810 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
811 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
812 |
msgid ""
|
813 |
"Own themes changes internal order of filters, what causes the problems. "
|
@@ -816,12 +845,12 @@ msgstr ""
|
|
816 |
"Egna tema-ändringar ändrar på filterna, vilket kan orsaka problem. Med "
|
817 |
"tillägg av kortkoden [raw] kan detta förhindras."
|
818 |
|
819 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
820 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
821 |
msgid "Do not load the Javascript-files in the footer"
|
822 |
msgstr "Ladda inte Javascript-filerna i footer"
|
823 |
|
824 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
825 |
msgid ""
|
826 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
827 |
"when they are really needed."
|
@@ -829,11 +858,11 @@ msgstr ""
|
|
829 |
"Generellt laddas alla WpProQuiz-javascriptfiler i footern och endast när de "
|
830 |
"behövs."
|
831 |
|
832 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
833 |
msgid "In very old Wordpress themes this can lead to problems."
|
834 |
msgstr "I väldigt gamla Wordpress-tema kan detta leda till problem."
|
835 |
|
836 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
837 |
msgid ""
|
838 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
839 |
"the header even if they are not needed."
|
@@ -841,7 +870,7 @@ msgstr ""
|
|
841 |
"Om du aktiverar detta val, så kommer alla WpProQuiz-javascriptfiler att "
|
842 |
"laddas i headern även om det inte behövs."
|
843 |
|
844 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
845 |
#, php-format
|
846 |
msgid ""
|
847 |
"Anyone who wants to learn more about this topic should read through the "
|
@@ -850,47 +879,47 @@ msgstr ""
|
|
850 |
"Alla som vill lära sig mer om detta ämne bör läsa igenom de följande "
|
851 |
"webbsidorna %s och %s."
|
852 |
|
853 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
854 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
855 |
msgid "Touch Library"
|
856 |
msgstr "Touch Library"
|
857 |
|
858 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
859 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
860 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
861 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
862 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
863 |
msgid "Deactivate"
|
864 |
msgstr "Deaktivera"
|
865 |
|
866 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
867 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
868 |
msgstr "I version 0.13 lades ett nytt Touch Library till för mobila enheter."
|
869 |
|
870 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
871 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
872 |
msgstr "Om du har några problem med Touch Library, vänligen deaktivera det."
|
873 |
|
874 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
875 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
876 |
msgid "jQuery support cors"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
880 |
msgid "Is required only in rare cases."
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
884 |
msgid "If you have problems with the front ajax, please activate it."
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
888 |
msgid "e.g. Domain with special characters in combination with IE"
|
889 |
msgstr ""
|
890 |
|
891 |
#: lib/view/WpProQuiz_View_Import.php:21
|
892 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
893 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
894 |
msgid "Import"
|
895 |
msgstr "Importera"
|
896 |
|
@@ -910,8 +939,8 @@ msgstr "Import lyckades"
|
|
910 |
msgid "Quiz name"
|
911 |
msgstr "Quiz-namn"
|
912 |
|
913 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
914 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
915 |
msgid "Start import"
|
916 |
msgstr "Börja importera"
|
917 |
|
@@ -924,8 +953,8 @@ msgstr "Titel"
|
|
924 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
925 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
926 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
927 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
928 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
929 |
msgid "(optional)"
|
930 |
msgstr "(valfritt)"
|
931 |
|
@@ -939,10 +968,10 @@ msgstr ""
|
|
939 |
|
940 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
941 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
942 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
943 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
944 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
945 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
946 |
msgid "(required)"
|
947 |
msgstr "(krav)"
|
948 |
|
@@ -1073,11 +1102,11 @@ msgstr "Cloze"
|
|
1073 |
msgid "Assessment"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1077 |
msgid "Answers"
|
1078 |
msgstr "Svar"
|
1079 |
|
1080 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1081 |
msgid ""
|
1082 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1083 |
"answers will be displayed randomly."
|
@@ -1085,13 +1114,13 @@ msgstr ""
|
|
1085 |
"Vänligen sortera svaren i rätt ordning med \"flytta\"-knappen. Svaren kommer "
|
1086 |
"att visas i blandad ordning."
|
1087 |
|
1088 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1089 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1090 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1091 |
msgid "Add new answer"
|
1092 |
msgstr "Lägg till nytt svar"
|
1093 |
|
1094 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1095 |
msgid ""
|
1096 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1097 |
"matching criterion."
|
@@ -1099,61 +1128,61 @@ msgstr ""
|
|
1099 |
"I denna metod så har vi inte en lista som måste sorteras, utan element som "
|
1100 |
"måste matchas till kriterier."
|
1101 |
|
1102 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1103 |
msgid ""
|
1104 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1105 |
"user."
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1109 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1110 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1111 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1112 |
msgid "Options"
|
1113 |
msgstr "Alternativ"
|
1114 |
|
1115 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1116 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1117 |
msgid "Answer"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1121 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1122 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1123 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1124 |
msgid "Allow HTML"
|
1125 |
msgstr "Tillåt HTML"
|
1126 |
|
1127 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1128 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1129 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1130 |
-
msgid "Delete answer"
|
1131 |
-
msgstr "Radera svar"
|
1132 |
-
|
1133 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1134 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1135 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1136 |
-
msgid "
|
1137 |
-
msgstr ""
|
1138 |
|
1139 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1140 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1141 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1143 |
msgid "Move"
|
1144 |
msgstr "Flytta"
|
1145 |
|
1146 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1147 |
msgid "Criterion"
|
1148 |
msgstr "Kriterie"
|
1149 |
|
1150 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1151 |
msgid ""
|
1152 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1153 |
msgstr ""
|
1154 |
"Korrekt svar (en per rad) (svar kommer att konverteras till små bokstäver)"
|
1155 |
|
1156 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1157 |
msgid ""
|
1158 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1159 |
"small letters will be ignored."
|
@@ -1161,7 +1190,7 @@ msgstr ""
|
|
1161 |
"Inkapsla det sökta ordet med {} t.ex \"Jag {spelar} fotboll\". Stora och små "
|
1162 |
"bokstäver ignoreras."
|
1163 |
|
1164 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1165 |
msgid ""
|
1166 |
"You can specify multiple options for a search word. Enclose the word with "
|
1167 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1169,64 +1198,105 @@ msgid ""
|
|
1169 |
"hate are correct."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1173 |
msgid ""
|
1174 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1175 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1179 |
msgid ""
|
1180 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1181 |
"\" 3 points."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1185 |
msgid "Here you can create an assessment question."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1189 |
msgid ""
|
1190 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1194 |
msgid "The number of options in the maximum score."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1198 |
msgid "Examples:"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1202 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1206 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1207 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1208 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1209 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1210 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1211 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1212 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1213 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1214 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1215 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1216 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1217 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1218 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1219 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1220 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1221 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1222 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1223 |
msgid "Demo"
|
1224 |
msgstr "Demo"
|
1225 |
|
1226 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1227 |
msgid "less true { [a] [b] [c] } more true"
|
1228 |
msgstr ""
|
1229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1230 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1231 |
msgid "Questions sorted"
|
1232 |
msgstr "Frågor sorterade"
|
@@ -1315,7 +1385,7 @@ msgstr "0 = ingen tidsbegränsning"
|
|
1315 |
|
1316 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1317 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1318 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1319 |
msgid "Statistics"
|
1320 |
msgstr "Statistik"
|
1321 |
|
@@ -1364,17 +1434,17 @@ msgid "This option applies to:"
|
|
1364 |
msgstr "Detta val gäller:"
|
1365 |
|
1366 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1367 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1368 |
msgid "all users"
|
1369 |
msgstr "alla användare"
|
1370 |
|
1371 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1372 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1373 |
msgid "registered useres only"
|
1374 |
msgstr "endast registrerade användare"
|
1375 |
|
1376 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1377 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1378 |
msgid "anonymous users only"
|
1379 |
msgstr "endast anonyma användare"
|
1380 |
|
@@ -1521,19 +1591,30 @@ msgid ""
|
|
1521 |
"user. (only registered users)"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1525 |
msgid "Quiz description"
|
1526 |
msgstr "Quiz-beskrivning"
|
1527 |
|
1528 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1529 |
msgid "This text will be displayed before start of the quiz."
|
1530 |
msgstr "Denna text kommer att visas innan quiz startas."
|
1531 |
|
1532 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1533 |
msgid "Results text"
|
1534 |
msgstr "Resultattext"
|
1535 |
|
1536 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1537 |
msgid ""
|
1538 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1539 |
"is optional)"
|
@@ -1541,19 +1622,19 @@ msgstr ""
|
|
1541 |
"Denna text kommer att visas i slutet av varje quiz (i resultatetn). (Denna "
|
1542 |
"text är frivillig)"
|
1543 |
|
1544 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1545 |
msgid "Activate graduation"
|
1546 |
msgstr "Aktivera graduering"
|
1547 |
|
1548 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1549 |
msgid "Hint:"
|
1550 |
msgstr "Tips:"
|
1551 |
|
1552 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1553 |
msgid "Maximal 15 levels"
|
1554 |
msgstr "Maximum 15 nivåer"
|
1555 |
|
1556 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1557 |
#, php-format
|
1558 |
msgid ""
|
1559 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
@@ -1562,26 +1643,26 @@ msgstr ""
|
|
1562 |
"Procenten representerar totalprocenten för quizzet. (För närvarande totalt "
|
1563 |
"%d poäng av %d frågor)"
|
1564 |
|
1565 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1566 |
msgid "Values can also be mixed up"
|
1567 |
msgstr "Värden kan också mixas in"
|
1568 |
|
1569 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1570 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1571 |
msgstr "10,15% och 10.15% tillåtet (max två siffror efter decimalen)"
|
1572 |
|
1573 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1574 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1575 |
msgid "from:"
|
1576 |
msgstr "från:"
|
1577 |
|
1578 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1579 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1580 |
msgid "percent"
|
1581 |
msgstr "procent"
|
1582 |
|
1583 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1584 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1585 |
#, php-format
|
1586 |
msgid ""
|
1587 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
@@ -1590,91 +1671,91 @@ msgstr ""
|
|
1590 |
"(Kommer att visas när resultat-procenten är >= <span class=\"resultprozent\">"
|
1591 |
"%s</span>%%)"
|
1592 |
|
1593 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1594 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1595 |
msgid "Delete graduation"
|
1596 |
msgstr "Ta bort graduering"
|
1597 |
|
1598 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1599 |
msgid "Add graduation"
|
1600 |
msgstr "Lägg till graduering"
|
1601 |
|
1602 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1603 |
msgid "Result-Options"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1607 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1608 |
msgid "Show average points"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1612 |
msgid "Statistics-function must be enabled."
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1616 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1617 |
msgid "Show category score"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1621 |
msgid ""
|
1622 |
"If you enable this option, the results of each category is displayed on the "
|
1623 |
"results page."
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
msgid "Hide correct questions - display"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1632 |
msgid ""
|
1633 |
"If you select this option, no longer the number of correctly answered "
|
1634 |
"questions are displayed on the results page."
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1638 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1639 |
msgid "Hide quiz time - display"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1643 |
msgid ""
|
1644 |
"If you enable this option, the time for finishing the quiz won't be "
|
1645 |
"displayed on the results page anymore."
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1649 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1650 |
msgid "Hide score - display"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1654 |
msgid ""
|
1655 |
"If you enable this option, final score won't be displayed on the results "
|
1656 |
"page anymore."
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1660 |
msgid "Question-Options"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1664 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1665 |
msgid "Show points"
|
1666 |
msgstr "Visa poäng"
|
1667 |
|
1668 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1669 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1670 |
msgstr "Visa i quiz hur många poäng som är max för varje fråga."
|
1671 |
|
1672 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
msgid "Number answers"
|
1675 |
msgstr "Nummersvar"
|
1676 |
|
1677 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1678 |
msgid ""
|
1679 |
"If this option is activated, all answers are numbered (only single and "
|
1680 |
"multiple choice)"
|
@@ -1682,159 +1763,192 @@ msgstr ""
|
|
1682 |
"Om det här svaret är aktiverat, så kommer alla svar att vara numrerade "
|
1683 |
"(endast singel och multi-svar)"
|
1684 |
|
1685 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1686 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1687 |
msgid "Hide correct- and incorrect message"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1691 |
msgid ""
|
1692 |
"If you enable this option, no correct- or incorrect message will be "
|
1693 |
"displayed."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1697 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1698 |
msgid "Correct and incorrect answer mark"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1702 |
msgid ""
|
1703 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1704 |
"incorrect. "
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1708 |
msgid ""
|
1709 |
"The leaderboard allows users to enter results in public list and to share "
|
1710 |
"the result this way."
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1714 |
msgid "The leaderboard works independent from internal statistics function."
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1718 |
msgid "Who can sign up to the list"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1722 |
msgid ""
|
1723 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1724 |
"displayed)"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1728 |
msgid "insert automatically"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1732 |
msgid ""
|
1733 |
"If you enable this option, logged in users will be automatically entered "
|
1734 |
"into leaderboard"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1738 |
msgid "display captcha"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1742 |
msgid ""
|
1743 |
"If you enable this option, additional captcha will be displayed for users "
|
1744 |
"who are not registered."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1748 |
msgid "This option requires additional plugin:"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1752 |
msgid "Plugin has been detected."
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1756 |
msgid "Plugin is not installed."
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1760 |
msgid "Sort list by"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1764 |
msgid "Users can apply multiple times"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1768 |
msgid "User can apply after:"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1772 |
msgid "minute"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1776 |
msgid "How many entries should be displayed"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1780 |
msgid "Entries"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1784 |
msgid "Automatically display leaderboard in quiz result"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1788 |
msgid "Where should leaderboard be displayed:"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1792 |
msgid "don't display"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1796 |
msgid "below the \"result text\""
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1800 |
msgid "in a button"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1804 |
msgid "Quiz-Mode"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1808 |
msgid "Normal"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1812 |
msgid "Normal + Back-Button"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1816 |
msgid "Check -> continue"
|
1817 |
msgstr "Visa rätt svar innan användaren fortsätter"
|
1818 |
|
1819 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1820 |
msgid "Questions below each other"
|
1821 |
msgstr "Frågor under varandra"
|
1822 |
|
1823 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1824 |
msgid ""
|
1825 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1826 |
"displayed at the end of the quiz."
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1830 |
msgid "Allows to use the back button in a question."
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1834 |
msgid "Shows \"right or wrong\" after each question."
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1838 |
msgid ""
|
1839 |
"If this option is activated, all answers are displayed below each other, i."
|
1840 |
"e. all questions are on a single page."
|
@@ -1861,32 +1975,32 @@ msgstr "Stil-manager"
|
|
1861 |
msgid "Support WP-Pro-Quiz"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1865 |
msgid "ID"
|
1866 |
msgstr "ID"
|
1867 |
|
1868 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1869 |
msgid "Shortcode"
|
1870 |
msgstr "Kortkod"
|
1871 |
|
1872 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1873 |
msgid "Shortcode-Leaderboard"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1877 |
msgid "Preview"
|
1878 |
msgstr "Förhandsgranskning"
|
1879 |
|
1880 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1881 |
msgid "Add quiz"
|
1882 |
msgstr "Lägg till quiz"
|
1883 |
|
1884 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1885 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1886 |
msgid "Export"
|
1887 |
msgstr "Exportera"
|
1888 |
|
1889 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1890 |
msgid ""
|
1891 |
"Choose the respective question, which you would like to export and press on "
|
1892 |
"\"Start export\""
|
@@ -1894,15 +2008,31 @@ msgstr ""
|
|
1894 |
"Välj respektive fråga som du vill exportera och klicka på \"Starta "
|
1895 |
"exportering\""
|
1896 |
|
1897 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1898 |
msgid "Start export"
|
1899 |
msgstr "Starta expotering"
|
1900 |
|
1901 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1902 |
-
msgid "Import only *.wpq files from known and trusted sources."
|
1903 |
-
msgstr "
|
1904 |
|
1905 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1906 |
#, php-format
|
1907 |
msgid "Maximal %d MiB"
|
1908 |
msgstr "Maximalt %d MiB"
|
@@ -2091,9 +2221,6 @@ msgstr ""
|
|
2091 |
#~ msgid "correct?"
|
2092 |
#~ msgstr "Korrekt svar"
|
2093 |
|
2094 |
-
#~ msgid "One question is one point"
|
2095 |
-
#~ msgstr "سؤال واحد يعني درجة واحدة"
|
2096 |
-
|
2097 |
#~ msgid "Right"
|
2098 |
#~ msgstr "صحيح"
|
2099 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wp-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 18:59+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 18:59+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: abuhassan <sajja2002@hotmail.com>\n"
|
8 |
"Language: Arabic\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
61 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
62 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
63 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
64 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
65 |
msgid "No data available"
|
66 |
msgstr ""
|
67 |
|
87 |
msgstr ""
|
88 |
|
89 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
90 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
91 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
92 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
93 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
94 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
95 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
96 |
msgid "Loading"
|
97 |
msgstr "Laddar"
|
98 |
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
101 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
102 |
+
msgid "You must answer this question."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
107 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
108 |
+
msgid "You must answer all questions before you can completed the quiz."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
112 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
113 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
116 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
118 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
121 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
129 |
msgid "Settings saved"
|
130 |
msgstr "Inställningar sparade"
|
131 |
|
132 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
133 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
135 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
155 |
msgstr "Fråga ej funnen"
|
156 |
|
157 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
158 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
159 |
#, php-format
|
160 |
msgid "Question: %d"
|
161 |
msgstr "Fråga: %d"
|
162 |
|
163 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
164 |
msgid "Question edited"
|
165 |
msgstr "Fråga ändrad"
|
166 |
|
167 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
168 |
msgid "New question"
|
169 |
msgstr "Ny fråga"
|
170 |
|
171 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
172 |
msgid "Question added"
|
173 |
msgstr "Fråga tillagd"
|
174 |
|
195 |
msgid "Quiz deleted"
|
196 |
msgstr "Quiz borttaget"
|
197 |
|
198 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
199 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
200 |
+
msgid "Not categorized"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
204 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
205 |
+
msgid "Categories"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
209 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
210 |
msgid "No category"
|
241 |
msgstr ""
|
242 |
|
243 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
244 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
245 |
msgid "File was not uploaded"
|
246 |
msgstr "Fil laddades ej upp"
|
247 |
|
253 |
msgid "File is not compatible with the current version"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
257 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
258 |
+
msgid "XML could not be loaded."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
262 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
263 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
299 |
msgstr ""
|
300 |
|
301 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
302 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
303 |
msgid "WP-Pro-Quiz"
|
304 |
msgstr ""
|
305 |
|
306 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
307 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
308 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
309 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
310 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
311 |
msgid "Leaderboard"
|
312 |
msgstr ""
|
313 |
|
332 |
msgstr ""
|
333 |
|
334 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
335 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
336 |
msgid "best user"
|
337 |
msgstr ""
|
338 |
|
339 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
340 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
341 |
msgid "newest entry"
|
342 |
msgstr ""
|
343 |
|
344 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
345 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
346 |
msgid "oldest entry"
|
347 |
msgstr ""
|
348 |
|
366 |
msgstr ""
|
367 |
|
368 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
369 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
370 |
msgid "E-Mail"
|
371 |
msgstr ""
|
372 |
|
376 |
msgstr ""
|
377 |
|
378 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
379 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
380 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
381 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
382 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
383 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
384 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
385 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
386 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
387 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
388 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
389 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
400 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
401 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
402 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
403 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
404 |
msgid "Edit"
|
405 |
msgstr "Ändra"
|
406 |
|
408 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
409 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
410 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
411 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
412 |
msgid "Delete"
|
413 |
msgstr "Ta bort"
|
414 |
|
440 |
|
441 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
442 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
443 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
444 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
445 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
446 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
447 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
448 |
msgid "Quiz-summary"
|
449 |
msgstr ""
|
450 |
|
455 |
|
456 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
457 |
#: lib/view/WpProQuiz_View_Import.php:44
|
458 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
459 |
msgid "Questions"
|
460 |
msgstr "Frågor"
|
461 |
|
462 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
463 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
464 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
465 |
msgid "Finish quiz"
|
466 |
msgstr "Avsluta quiz"
|
467 |
|
505 |
msgid "Your score"
|
506 |
msgstr ""
|
507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
509 |
msgid "Restart quiz"
|
510 |
msgstr "Starta om quiz"
|
529 |
msgid "Review question"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
533 |
#, php-format
|
534 |
msgid "Question %s of %s"
|
535 |
msgstr "Fråga %s av %s"
|
536 |
|
537 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
538 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
539 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
540 |
msgid "Question"
|
541 |
msgstr "Fråga"
|
542 |
|
543 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
544 |
#, php-format
|
545 |
msgid "%d points"
|
546 |
msgstr "%d poäng"
|
547 |
|
548 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
549 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
550 |
msgid "Sort elements"
|
551 |
msgstr "sortera element"
|
552 |
|
553 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
554 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
555 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
556 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
557 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
558 |
msgid "Correct"
|
559 |
msgstr "Rätt svar!"
|
560 |
|
561 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
562 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
563 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
564 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
565 |
msgid "Incorrect"
|
566 |
msgstr "Fel svar!"
|
567 |
|
|
|
568 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
569 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
570 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
571 |
msgid "Hint"
|
572 |
msgstr "Tips"
|
573 |
|
574 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
575 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
576 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
577 |
msgid "Skip question"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
581 |
msgid "Back"
|
582 |
msgstr "Tillbaka"
|
583 |
|
584 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
585 |
msgid "Check"
|
586 |
msgstr "Svara"
|
587 |
|
588 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
589 |
msgid "Next"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
593 |
msgid "Your result has been entered into leaderboard"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
597 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
598 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
599 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
600 |
msgid "Name"
|
601 |
msgstr "Namn"
|
602 |
|
603 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
604 |
msgid "Captcha"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
608 |
msgid "Send"
|
609 |
msgstr ""
|
610 |
|
637 |
msgstr ""
|
638 |
|
639 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
640 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
641 |
msgid "Settings in case of problems"
|
642 |
msgstr "Inställningar i fall det blir problem"
|
643 |
|
644 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
645 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
646 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
647 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
648 |
msgid "Save"
|
649 |
msgstr "Spara"
|
681 |
msgstr ""
|
682 |
|
683 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
684 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
685 |
msgid "Admin e-mail settings"
|
686 |
msgstr ""
|
687 |
|
696 |
msgstr ""
|
697 |
|
698 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
699 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
700 |
msgid "From:"
|
701 |
msgstr ""
|
702 |
|
703 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
704 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
705 |
msgid "Subject:"
|
706 |
msgstr ""
|
707 |
|
708 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
709 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
710 |
msgid "HTML"
|
711 |
msgstr ""
|
712 |
|
713 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
714 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
715 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
716 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
717 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
719 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
720 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
727 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
728 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
733 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
735 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
738 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
740 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
747 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
748 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
749 |
msgid "Activate"
|
750 |
msgstr "Aktivera"
|
751 |
|
752 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
753 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
754 |
msgid "Message body:"
|
755 |
msgstr ""
|
756 |
|
757 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
758 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
759 |
msgid "Allowed variables"
|
760 |
msgstr ""
|
761 |
|
762 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
763 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
764 |
msgid "User-ID"
|
765 |
msgstr ""
|
766 |
|
767 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
768 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
769 |
msgid "Username"
|
770 |
msgstr ""
|
771 |
|
772 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
773 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
774 |
msgid "Quiz-Name"
|
775 |
msgstr ""
|
776 |
|
777 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
778 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
779 |
msgid "Result in precent"
|
780 |
msgstr ""
|
781 |
|
782 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
783 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
784 |
msgid "Reached points"
|
785 |
msgstr ""
|
786 |
|
787 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
788 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
789 |
msgid "IP-address of the user"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
793 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
794 |
+
msgid "Category-Overview"
|
795 |
+
msgstr ""
|
796 |
+
|
797 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
798 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
799 |
msgid "User e-mail settings"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
803 |
msgid "to activate"
|
804 |
msgstr "att aktivera"
|
805 |
|
806 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
807 |
msgid "not to activate"
|
808 |
msgstr "inte att aktivera"
|
809 |
|
810 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
811 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
812 |
msgid "Please note"
|
813 |
msgstr "Vänligen notera"
|
814 |
|
815 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
816 |
msgid ""
|
817 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
818 |
msgstr ""
|
819 |
"Dessa inställningar skall endast användas vid problemet med Wp-Pro-Quiz"
|
820 |
|
821 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
822 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
823 |
msgid "Automatically add [raw] shortcode"
|
824 |
msgstr "Lägger automatiskt till [raw]-kortkoden"
|
825 |
|
826 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
827 |
#, php-format
|
828 |
msgid "It is recommended %s this option on your system."
|
829 |
msgstr "Det är rekommenderat att %s detta val på ditt system"
|
830 |
|
831 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
832 |
msgid ""
|
833 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
834 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
836 |
"Om det här valet är aktiverat, en [raw]-kortkod sätts automatiskt runt "
|
837 |
"WpProQuiz-kortkodet ([WpProQuiz X] ) blir [raw] [WpProQuiz X] [/raw]"
|
838 |
|
839 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
840 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
841 |
msgid ""
|
842 |
"Own themes changes internal order of filters, what causes the problems. "
|
845 |
"Egna tema-ändringar ändrar på filterna, vilket kan orsaka problem. Med "
|
846 |
"tillägg av kortkoden [raw] kan detta förhindras."
|
847 |
|
848 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
849 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
850 |
msgid "Do not load the Javascript-files in the footer"
|
851 |
msgstr "Ladda inte Javascript-filerna i footer"
|
852 |
|
853 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
854 |
msgid ""
|
855 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
856 |
"when they are really needed."
|
858 |
"Generellt laddas alla WpProQuiz-javascriptfiler i footern och endast när de "
|
859 |
"behövs."
|
860 |
|
861 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
862 |
msgid "In very old Wordpress themes this can lead to problems."
|
863 |
msgstr "I väldigt gamla Wordpress-tema kan detta leda till problem."
|
864 |
|
865 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
866 |
msgid ""
|
867 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
868 |
"the header even if they are not needed."
|
870 |
"Om du aktiverar detta val, så kommer alla WpProQuiz-javascriptfiler att "
|
871 |
"laddas i headern även om det inte behövs."
|
872 |
|
873 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
874 |
#, php-format
|
875 |
msgid ""
|
876 |
"Anyone who wants to learn more about this topic should read through the "
|
879 |
"Alla som vill lära sig mer om detta ämne bör läsa igenom de följande "
|
880 |
"webbsidorna %s och %s."
|
881 |
|
882 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
883 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
884 |
msgid "Touch Library"
|
885 |
msgstr "Touch Library"
|
886 |
|
887 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
888 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
889 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
890 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
891 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
892 |
msgid "Deactivate"
|
893 |
msgstr "Deaktivera"
|
894 |
|
895 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
896 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
897 |
msgstr "I version 0.13 lades ett nytt Touch Library till för mobila enheter."
|
898 |
|
899 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
900 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
901 |
msgstr "Om du har några problem med Touch Library, vänligen deaktivera det."
|
902 |
|
903 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
904 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
905 |
msgid "jQuery support cors"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
909 |
msgid "Is required only in rare cases."
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
913 |
msgid "If you have problems with the front ajax, please activate it."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
917 |
msgid "e.g. Domain with special characters in combination with IE"
|
918 |
msgstr ""
|
919 |
|
920 |
#: lib/view/WpProQuiz_View_Import.php:21
|
921 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
922 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
923 |
msgid "Import"
|
924 |
msgstr "Importera"
|
925 |
|
939 |
msgid "Quiz name"
|
940 |
msgstr "Quiz-namn"
|
941 |
|
942 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
943 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
944 |
msgid "Start import"
|
945 |
msgstr "Börja importera"
|
946 |
|
953 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
954 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
955 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
956 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
957 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
958 |
msgid "(optional)"
|
959 |
msgstr "(valfritt)"
|
960 |
|
968 |
|
969 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
970 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
971 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
972 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
973 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
974 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
975 |
msgid "(required)"
|
976 |
msgstr "(krav)"
|
977 |
|
1102 |
msgid "Assessment"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1106 |
msgid "Answers"
|
1107 |
msgstr "Svar"
|
1108 |
|
1109 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1110 |
msgid ""
|
1111 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1112 |
"answers will be displayed randomly."
|
1114 |
"Vänligen sortera svaren i rätt ordning med \"flytta\"-knappen. Svaren kommer "
|
1115 |
"att visas i blandad ordning."
|
1116 |
|
1117 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1118 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1119 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1120 |
msgid "Add new answer"
|
1121 |
msgstr "Lägg till nytt svar"
|
1122 |
|
1123 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1124 |
msgid ""
|
1125 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1126 |
"matching criterion."
|
1128 |
"I denna metod så har vi inte en lista som måste sorteras, utan element som "
|
1129 |
"måste matchas till kriterier."
|
1130 |
|
1131 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1132 |
msgid ""
|
1133 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1134 |
"user."
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1138 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1139 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1140 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1141 |
msgid "Options"
|
1142 |
msgstr "Alternativ"
|
1143 |
|
1144 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1145 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1146 |
msgid "Answer"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1150 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1151 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1152 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1153 |
msgid "Allow HTML"
|
1154 |
msgstr "Tillåt HTML"
|
1155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1156 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1157 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1158 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1159 |
+
msgid "Delete answer"
|
1160 |
+
msgstr "Radera svar"
|
1161 |
|
1162 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1163 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1164 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1165 |
+
msgid "Add Media"
|
1166 |
+
msgstr ""
|
1167 |
+
|
1168 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1169 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1170 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1171 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1172 |
msgid "Move"
|
1173 |
msgstr "Flytta"
|
1174 |
|
1175 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1176 |
msgid "Criterion"
|
1177 |
msgstr "Kriterie"
|
1178 |
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1180 |
msgid ""
|
1181 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1182 |
msgstr ""
|
1183 |
"Korrekt svar (en per rad) (svar kommer att konverteras till små bokstäver)"
|
1184 |
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1186 |
msgid ""
|
1187 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1188 |
"small letters will be ignored."
|
1190 |
"Inkapsla det sökta ordet med {} t.ex \"Jag {spelar} fotboll\". Stora och små "
|
1191 |
"bokstäver ignoreras."
|
1192 |
|
1193 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1194 |
msgid ""
|
1195 |
"You can specify multiple options for a search word. Enclose the word with "
|
1196 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1198 |
"hate are correct."
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1202 |
msgid ""
|
1203 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1204 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1208 |
msgid ""
|
1209 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1210 |
"\" 3 points."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1214 |
msgid "Here you can create an assessment question."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1218 |
msgid ""
|
1219 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1223 |
msgid "The number of options in the maximum score."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1227 |
msgid "Examples:"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1231 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1235 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1236 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1237 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1238 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1239 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1240 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1241 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1242 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1243 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1244 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1245 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1246 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1247 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1248 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1249 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1250 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1251 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1252 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1253 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1254 |
msgid "Demo"
|
1255 |
msgstr "Demo"
|
1256 |
|
1257 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1258 |
msgid "less true { [a] [b] [c] } more true"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1262 |
+
msgid "Single choice options"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1266 |
+
msgid ""
|
1267 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1268 |
+
"special mode.<br> This changes the calculation of the points"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1272 |
+
msgid "Different points - modus 2 activate"
|
1273 |
+
msgstr ""
|
1274 |
+
|
1275 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1276 |
+
msgid "Disables the distinction between correct and incorrect."
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1280 |
+
msgid "disable correct and incorrent"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1284 |
+
msgid "Explanation of points calculation"
|
1285 |
+
msgstr ""
|
1286 |
+
|
1287 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1288 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1289 |
+
msgid "\"Different points for each answer\" enabled"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1293 |
+
msgid "\"Different points - mode 2\" disable"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1297 |
+
msgid "\"Different points - mode 2\" enabled"
|
1298 |
+
msgstr ""
|
1299 |
+
|
1300 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1301 |
msgid "Questions sorted"
|
1302 |
msgstr "Frågor sorterade"
|
1385 |
|
1386 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1387 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1388 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1389 |
msgid "Statistics"
|
1390 |
msgstr "Statistik"
|
1391 |
|
1434 |
msgstr "Detta val gäller:"
|
1435 |
|
1436 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1437 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1438 |
msgid "all users"
|
1439 |
msgstr "alla användare"
|
1440 |
|
1441 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1442 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1443 |
msgid "registered useres only"
|
1444 |
msgstr "endast registrerade användare"
|
1445 |
|
1446 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1447 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1448 |
msgid "anonymous users only"
|
1449 |
msgstr "endast anonyma användare"
|
1450 |
|
1591 |
"user. (only registered users)"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1595 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1596 |
+
msgid "Autostart"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1600 |
+
msgid ""
|
1601 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1602 |
+
"is loaded."
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1606 |
msgid "Quiz description"
|
1607 |
msgstr "Quiz-beskrivning"
|
1608 |
|
1609 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1610 |
msgid "This text will be displayed before start of the quiz."
|
1611 |
msgstr "Denna text kommer att visas innan quiz startas."
|
1612 |
|
1613 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1614 |
msgid "Results text"
|
1615 |
msgstr "Resultattext"
|
1616 |
|
1617 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1618 |
msgid ""
|
1619 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1620 |
"is optional)"
|
1622 |
"Denna text kommer att visas i slutet av varje quiz (i resultatetn). (Denna "
|
1623 |
"text är frivillig)"
|
1624 |
|
1625 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1626 |
msgid "Activate graduation"
|
1627 |
msgstr "Aktivera graduering"
|
1628 |
|
1629 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1630 |
msgid "Hint:"
|
1631 |
msgstr "Tips:"
|
1632 |
|
1633 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1634 |
msgid "Maximal 15 levels"
|
1635 |
msgstr "Maximum 15 nivåer"
|
1636 |
|
1637 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1638 |
#, php-format
|
1639 |
msgid ""
|
1640 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1643 |
"Procenten representerar totalprocenten för quizzet. (För närvarande totalt "
|
1644 |
"%d poäng av %d frågor)"
|
1645 |
|
1646 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1647 |
msgid "Values can also be mixed up"
|
1648 |
msgstr "Värden kan också mixas in"
|
1649 |
|
1650 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1651 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1652 |
msgstr "10,15% och 10.15% tillåtet (max två siffror efter decimalen)"
|
1653 |
|
1654 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1655 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1656 |
msgid "from:"
|
1657 |
msgstr "från:"
|
1658 |
|
1659 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1660 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1661 |
msgid "percent"
|
1662 |
msgstr "procent"
|
1663 |
|
1664 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1665 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1666 |
#, php-format
|
1667 |
msgid ""
|
1668 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1671 |
"(Kommer att visas när resultat-procenten är >= <span class=\"resultprozent\">"
|
1672 |
"%s</span>%%)"
|
1673 |
|
1674 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1675 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1676 |
msgid "Delete graduation"
|
1677 |
msgstr "Ta bort graduering"
|
1678 |
|
1679 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1680 |
msgid "Add graduation"
|
1681 |
msgstr "Lägg till graduering"
|
1682 |
|
1683 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1684 |
msgid "Result-Options"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1688 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1689 |
msgid "Show average points"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1693 |
msgid "Statistics-function must be enabled."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1697 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1698 |
msgid "Show category score"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1702 |
msgid ""
|
1703 |
"If you enable this option, the results of each category is displayed on the "
|
1704 |
"results page."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1709 |
msgid "Hide correct questions - display"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1713 |
msgid ""
|
1714 |
"If you select this option, no longer the number of correctly answered "
|
1715 |
"questions are displayed on the results page."
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1719 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1720 |
msgid "Hide quiz time - display"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1724 |
msgid ""
|
1725 |
"If you enable this option, the time for finishing the quiz won't be "
|
1726 |
"displayed on the results page anymore."
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1731 |
msgid "Hide score - display"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1735 |
msgid ""
|
1736 |
"If you enable this option, final score won't be displayed on the results "
|
1737 |
"page anymore."
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1741 |
msgid "Question-Options"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1746 |
msgid "Show points"
|
1747 |
msgstr "Visa poäng"
|
1748 |
|
1749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1750 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1751 |
msgstr "Visa i quiz hur många poäng som är max för varje fråga."
|
1752 |
|
1753 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1754 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1755 |
msgid "Number answers"
|
1756 |
msgstr "Nummersvar"
|
1757 |
|
1758 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1759 |
msgid ""
|
1760 |
"If this option is activated, all answers are numbered (only single and "
|
1761 |
"multiple choice)"
|
1763 |
"Om det här svaret är aktiverat, så kommer alla svar att vara numrerade "
|
1764 |
"(endast singel och multi-svar)"
|
1765 |
|
1766 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1767 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1768 |
msgid "Hide correct- and incorrect message"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1772 |
msgid ""
|
1773 |
"If you enable this option, no correct- or incorrect message will be "
|
1774 |
"displayed."
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1778 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1779 |
msgid "Correct and incorrect answer mark"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1783 |
msgid ""
|
1784 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1785 |
"incorrect. "
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1789 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1790 |
+
msgid "Force user to answer each question"
|
1791 |
+
msgstr ""
|
1792 |
+
|
1793 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1794 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1795 |
+
msgstr ""
|
1796 |
+
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1798 |
+
msgid ""
|
1799 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1800 |
+
"appear after end of the quiz, otherwise after each question."
|
1801 |
+
msgstr ""
|
1802 |
+
|
1803 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1804 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1805 |
+
msgid "Hide question position overview"
|
1806 |
+
msgstr ""
|
1807 |
+
|
1808 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1809 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1810 |
+
msgstr ""
|
1811 |
+
|
1812 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1813 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1814 |
+
msgid "Hide question numbering"
|
1815 |
+
msgstr ""
|
1816 |
+
|
1817 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1818 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1819 |
+
msgstr ""
|
1820 |
+
|
1821 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1822 |
msgid ""
|
1823 |
"The leaderboard allows users to enter results in public list and to share "
|
1824 |
"the result this way."
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1828 |
msgid "The leaderboard works independent from internal statistics function."
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1832 |
msgid "Who can sign up to the list"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1836 |
msgid ""
|
1837 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1838 |
"displayed)"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1842 |
msgid "insert automatically"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1846 |
msgid ""
|
1847 |
"If you enable this option, logged in users will be automatically entered "
|
1848 |
"into leaderboard"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1852 |
msgid "display captcha"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1856 |
msgid ""
|
1857 |
"If you enable this option, additional captcha will be displayed for users "
|
1858 |
"who are not registered."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1862 |
msgid "This option requires additional plugin:"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1866 |
msgid "Plugin has been detected."
|
1867 |
msgstr ""
|
1868 |
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1870 |
msgid "Plugin is not installed."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1874 |
msgid "Sort list by"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1878 |
msgid "Users can apply multiple times"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1882 |
msgid "User can apply after:"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1886 |
msgid "minute"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1890 |
msgid "How many entries should be displayed"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1894 |
msgid "Entries"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1898 |
msgid "Automatically display leaderboard in quiz result"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1902 |
msgid "Where should leaderboard be displayed:"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1906 |
msgid "don't display"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1910 |
msgid "below the \"result text\""
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1914 |
msgid "in a button"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1918 |
msgid "Quiz-Mode"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1922 |
msgid "Normal"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1926 |
msgid "Normal + Back-Button"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1930 |
msgid "Check -> continue"
|
1931 |
msgstr "Visa rätt svar innan användaren fortsätter"
|
1932 |
|
1933 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1934 |
msgid "Questions below each other"
|
1935 |
msgstr "Frågor under varandra"
|
1936 |
|
1937 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1938 |
msgid ""
|
1939 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1940 |
"displayed at the end of the quiz."
|
1941 |
msgstr ""
|
1942 |
|
1943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
1944 |
msgid "Allows to use the back button in a question."
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
1948 |
msgid "Shows \"right or wrong\" after each question."
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
1952 |
msgid ""
|
1953 |
"If this option is activated, all answers are displayed below each other, i."
|
1954 |
"e. all questions are on a single page."
|
1975 |
msgid "Support WP-Pro-Quiz"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
1979 |
msgid "ID"
|
1980 |
msgstr "ID"
|
1981 |
|
1982 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
1983 |
msgid "Shortcode"
|
1984 |
msgstr "Kortkod"
|
1985 |
|
1986 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
1987 |
msgid "Shortcode-Leaderboard"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
1991 |
msgid "Preview"
|
1992 |
msgstr "Förhandsgranskning"
|
1993 |
|
1994 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
1995 |
msgid "Add quiz"
|
1996 |
msgstr "Lägg till quiz"
|
1997 |
|
1998 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
1999 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
2000 |
msgid "Export"
|
2001 |
msgstr "Exportera"
|
2002 |
|
2003 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
2004 |
msgid ""
|
2005 |
"Choose the respective question, which you would like to export and press on "
|
2006 |
"\"Start export\""
|
2008 |
"Välj respektive fråga som du vill exportera och klicka på \"Starta "
|
2009 |
"exportering\""
|
2010 |
|
2011 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
2012 |
+
msgid "Format:"
|
2013 |
+
msgstr ""
|
2014 |
+
|
2015 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
2016 |
+
msgid "*.wpq"
|
2017 |
+
msgstr ""
|
2018 |
+
|
2019 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
2020 |
+
msgid "or"
|
2021 |
+
msgstr ""
|
2022 |
+
|
2023 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
2024 |
+
msgid "*.xml"
|
2025 |
+
msgstr ""
|
2026 |
+
|
2027 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
2028 |
msgid "Start export"
|
2029 |
msgstr "Starta expotering"
|
2030 |
|
2031 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
2032 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
2033 |
+
msgstr ""
|
2034 |
|
2035 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
2036 |
#, php-format
|
2037 |
msgid "Maximal %d MiB"
|
2038 |
msgstr "Maximalt %d MiB"
|
2221 |
#~ msgid "correct?"
|
2222 |
#~ msgstr "Korrekt svar"
|
2223 |
|
|
|
|
|
|
|
2224 |
#~ msgid "Right"
|
2225 |
#~ msgstr "صحيح"
|
2226 |
|
languages/wp-pro-quiz.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
-
"POT-Creation-Date: 2013-
|
5 |
-
"PO-Revision-Date: 2013-
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -60,7 +60,7 @@ msgstr ""
|
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
64 |
msgid "No data available"
|
65 |
msgstr ""
|
66 |
|
@@ -86,23 +86,35 @@ msgid "Not all fields completed."
|
|
86 |
msgstr ""
|
87 |
|
88 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
89 |
-
#: lib/controller/WpProQuiz_Controller_Front.php:
|
90 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
91 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
92 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
93 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
94 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
95 |
msgid "Loading"
|
96 |
msgstr ""
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
99 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
100 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
101 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
102 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
103 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
104 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
105 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
106 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
107 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
108 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
@@ -116,7 +128,7 @@ msgstr ""
|
|
116 |
msgid "Settings saved"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: lib/controller/WpProQuiz_Controller_ImportExport.php:
|
120 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
121 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
122 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
@@ -142,20 +154,20 @@ msgid "Question not found"
|
|
142 |
msgstr ""
|
143 |
|
144 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
145 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
146 |
#, php-format
|
147 |
msgid "Question: %d"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
151 |
msgid "Question edited"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
155 |
msgid "New question"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: lib/controller/WpProQuiz_Controller_Question.php:
|
159 |
msgid "Question added"
|
160 |
msgstr ""
|
161 |
|
@@ -182,6 +194,16 @@ msgstr ""
|
|
182 |
msgid "Quiz deleted"
|
183 |
msgstr ""
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
186 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
187 |
msgid "No category"
|
@@ -218,6 +240,7 @@ msgid "You entered wrong captcha code."
|
|
218 |
msgstr ""
|
219 |
|
220 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
|
|
221 |
msgid "File was not uploaded"
|
222 |
msgstr ""
|
223 |
|
@@ -229,6 +252,11 @@ msgstr ""
|
|
229 |
msgid "File is not compatible with the current version"
|
230 |
msgstr ""
|
231 |
|
|
|
|
|
|
|
|
|
|
|
232 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
233 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
234 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
@@ -270,14 +298,15 @@ msgid "A powerful and beautiful quiz plugin for WordPress."
|
|
270 |
msgstr ""
|
271 |
|
272 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
|
|
273 |
msgid "WP-Pro-Quiz"
|
274 |
msgstr ""
|
275 |
|
276 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
277 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
278 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
279 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
280 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
281 |
msgid "Leaderboard"
|
282 |
msgstr ""
|
283 |
|
@@ -302,17 +331,17 @@ msgid "Sort by:"
|
|
302 |
msgstr ""
|
303 |
|
304 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
305 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
306 |
msgid "best user"
|
307 |
msgstr ""
|
308 |
|
309 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
310 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
311 |
msgid "newest entry"
|
312 |
msgstr ""
|
313 |
|
314 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
315 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
316 |
msgid "oldest entry"
|
317 |
msgstr ""
|
318 |
|
@@ -336,7 +365,7 @@ msgid "User"
|
|
336 |
msgstr ""
|
337 |
|
338 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
339 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
340 |
msgid "E-Mail"
|
341 |
msgstr ""
|
342 |
|
@@ -346,14 +375,14 @@ msgid "Entered on"
|
|
346 |
msgstr ""
|
347 |
|
348 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
349 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
350 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
351 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
352 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
353 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
354 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
355 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
356 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
357 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
358 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
359 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
@@ -370,7 +399,7 @@ msgstr ""
|
|
370 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
371 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
372 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
373 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
374 |
msgid "Edit"
|
375 |
msgstr ""
|
376 |
|
@@ -378,7 +407,7 @@ msgstr ""
|
|
378 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
379 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
380 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
381 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
382 |
msgid "Delete"
|
383 |
msgstr ""
|
384 |
|
@@ -410,12 +439,11 @@ msgstr ""
|
|
410 |
|
411 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
412 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
413 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
414 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
415 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
416 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
417 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
418 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:599
|
419 |
msgid "Quiz-summary"
|
420 |
msgstr ""
|
421 |
|
@@ -426,13 +454,13 @@ msgstr ""
|
|
426 |
|
427 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
428 |
#: lib/view/WpProQuiz_View_Import.php:44
|
429 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
430 |
msgid "Questions"
|
431 |
msgstr ""
|
432 |
|
433 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
434 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
435 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
436 |
msgid "Finish quiz"
|
437 |
msgstr ""
|
438 |
|
@@ -475,14 +503,6 @@ msgstr ""
|
|
475 |
msgid "Your score"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
479 |
-
msgid "Categories"
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
483 |
-
msgid "Not categorized"
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
487 |
msgid "Restart quiz"
|
488 |
msgstr ""
|
@@ -507,82 +527,82 @@ msgstr ""
|
|
507 |
msgid "Review question"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
511 |
#, php-format
|
512 |
msgid "Question %s of %s"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
516 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
517 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
518 |
msgid "Question"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
522 |
#, php-format
|
523 |
msgid "%d points"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
527 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
528 |
msgid "Sort elements"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
532 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
533 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
534 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
535 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
536 |
msgid "Correct"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
540 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
541 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
542 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
543 |
msgid "Incorrect"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:405
|
547 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
|
|
548 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
549 |
msgid "Hint"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
553 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
554 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
555 |
msgid "Skip question"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
559 |
msgid "Back"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
563 |
msgid "Check"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
567 |
msgid "Next"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
571 |
msgid "Your result has been entered into leaderboard"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
575 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
576 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
577 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
578 |
msgid "Name"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
582 |
msgid "Captcha"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/view/WpProQuiz_View_FrontQuiz.php:
|
586 |
msgid "Send"
|
587 |
msgstr ""
|
588 |
|
@@ -615,13 +635,13 @@ msgid "E-Mail settings"
|
|
615 |
msgstr ""
|
616 |
|
617 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
618 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
619 |
msgid "Settings in case of problems"
|
620 |
msgstr ""
|
621 |
|
622 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
623 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
624 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
625 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
626 |
msgid "Save"
|
627 |
msgstr ""
|
@@ -659,7 +679,7 @@ msgid "Category management"
|
|
659 |
msgstr ""
|
660 |
|
661 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
662 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
663 |
msgid "Admin e-mail settings"
|
664 |
msgstr ""
|
665 |
|
@@ -674,25 +694,25 @@ msgid ""
|
|
674 |
msgstr ""
|
675 |
|
676 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
677 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
678 |
msgid "From:"
|
679 |
msgstr ""
|
680 |
|
681 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
682 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
683 |
msgid "Subject:"
|
684 |
msgstr ""
|
685 |
|
686 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
687 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
688 |
msgid "HTML"
|
689 |
msgstr ""
|
690 |
|
691 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
692 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
693 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
694 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
695 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
696 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
697 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
698 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
@@ -704,180 +724,189 @@ msgstr ""
|
|
704 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
705 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
706 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
708 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
709 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
710 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
712 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
713 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
714 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
716 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
718 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
720 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
721 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
722 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
723 |
msgid "Activate"
|
724 |
msgstr ""
|
725 |
|
726 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
727 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
728 |
msgid "Message body:"
|
729 |
msgstr ""
|
730 |
|
731 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
732 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
733 |
msgid "Allowed variables"
|
734 |
msgstr ""
|
735 |
|
736 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
737 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
738 |
msgid "User-ID"
|
739 |
msgstr ""
|
740 |
|
741 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
742 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
743 |
msgid "Username"
|
744 |
msgstr ""
|
745 |
|
746 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
747 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
748 |
msgid "Quiz-Name"
|
749 |
msgstr ""
|
750 |
|
751 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
752 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
753 |
msgid "Result in precent"
|
754 |
msgstr ""
|
755 |
|
756 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
757 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
758 |
msgid "Reached points"
|
759 |
msgstr ""
|
760 |
|
761 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
762 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
763 |
msgid "IP-address of the user"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
767 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
|
|
|
|
|
|
|
|
|
|
768 |
msgid "User e-mail settings"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
772 |
msgid "to activate"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
776 |
msgid "not to activate"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
780 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
781 |
msgid "Please note"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
785 |
msgid ""
|
786 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
790 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
791 |
msgid "Automatically add [raw] shortcode"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
795 |
#, php-format
|
796 |
msgid "It is recommended %s this option on your system."
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
800 |
msgid ""
|
801 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
802 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
806 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
807 |
msgid ""
|
808 |
"Own themes changes internal order of filters, what causes the problems. "
|
809 |
"With additional shortcode [raw] this is prevented."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
813 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
814 |
msgid "Do not load the Javascript-files in the footer"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
818 |
msgid ""
|
819 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
820 |
"when they are really needed."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
824 |
msgid "In very old Wordpress themes this can lead to problems."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
828 |
msgid ""
|
829 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
830 |
"the header even if they are not needed."
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
834 |
#, php-format
|
835 |
msgid ""
|
836 |
"Anyone who wants to learn more about this topic should read through the "
|
837 |
"following websites %s and %s."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
841 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
842 |
msgid "Touch Library"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
846 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
847 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
848 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
849 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
850 |
msgid "Deactivate"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
854 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
858 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
862 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
863 |
msgid "jQuery support cors"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
867 |
msgid "Is required only in rare cases."
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
871 |
msgid "If you have problems with the front ajax, please activate it."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: lib/view/WpProQuiz_View_GobalSettings.php:
|
875 |
msgid "e.g. Domain with special characters in combination with IE"
|
876 |
msgstr ""
|
877 |
|
878 |
#: lib/view/WpProQuiz_View_Import.php:21
|
879 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
880 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
881 |
msgid "Import"
|
882 |
msgstr ""
|
883 |
|
@@ -897,8 +926,8 @@ msgstr ""
|
|
897 |
msgid "Quiz name"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: lib/view/WpProQuiz_View_Import.php:
|
901 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
902 |
msgid "Start import"
|
903 |
msgstr ""
|
904 |
|
@@ -911,8 +940,8 @@ msgstr ""
|
|
911 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
912 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
913 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
914 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
915 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
916 |
msgid "(optional)"
|
917 |
msgstr ""
|
918 |
|
@@ -924,10 +953,10 @@ msgstr ""
|
|
924 |
|
925 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
926 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
927 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
928 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
929 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
930 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
931 |
msgid "(required)"
|
932 |
msgstr ""
|
933 |
|
@@ -1052,88 +1081,88 @@ msgstr ""
|
|
1052 |
msgid "Assessment"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1056 |
msgid "Answers"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1060 |
msgid ""
|
1061 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1062 |
"answers will be displayed randomly."
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1066 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1067 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1068 |
msgid "Add new answer"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1072 |
msgid ""
|
1073 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1074 |
"matching criterion."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1078 |
msgid ""
|
1079 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1080 |
"user."
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1084 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1085 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1086 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1087 |
msgid "Options"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1091 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1092 |
msgid "Answer"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1096 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1097 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1098 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1099 |
msgid "Allow HTML"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:285
|
1103 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:340
|
1104 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:382
|
1105 |
-
msgid "Delete answer"
|
1106 |
-
msgstr ""
|
1107 |
-
|
1108 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1109 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1110 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1111 |
-
msgid "
|
1112 |
msgstr ""
|
1113 |
|
1114 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1115 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1116 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
|
|
|
|
|
|
|
|
|
|
|
|
1117 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1118 |
msgid "Move"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1122 |
msgid "Criterion"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1126 |
msgid ""
|
1127 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1131 |
msgid ""
|
1132 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1133 |
"small letters will be ignored."
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1137 |
msgid ""
|
1138 |
"You can specify multiple options for a search word. Enclose the word with "
|
1139 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
@@ -1141,64 +1170,105 @@ msgid ""
|
|
1141 |
"hate are correct."
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1145 |
msgid ""
|
1146 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1147 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1151 |
msgid ""
|
1152 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1153 |
"\" 3 points."
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1157 |
msgid "Here you can create an assessment question."
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1161 |
msgid ""
|
1162 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1166 |
msgid "The number of options in the maximum score."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1170 |
msgid "Examples:"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1174 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1178 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1179 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1180 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1181 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1182 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1183 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1184 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1185 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1186 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1187 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1188 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1189 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1190 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1191 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1192 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1193 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1194 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
1195 |
msgid "Demo"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
-
#: lib/view/WpProQuiz_View_QuestionEdit.php:
|
1199 |
msgid "less true { [a] [b] [c] } more true"
|
1200 |
msgstr ""
|
1201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1202 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1203 |
msgid "Questions sorted"
|
1204 |
msgstr ""
|
@@ -1285,7 +1355,7 @@ msgstr ""
|
|
1285 |
|
1286 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1287 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1288 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1289 |
msgid "Statistics"
|
1290 |
msgstr ""
|
1291 |
|
@@ -1327,17 +1397,17 @@ msgid "This option applies to:"
|
|
1327 |
msgstr ""
|
1328 |
|
1329 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1330 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1331 |
msgid "all users"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1335 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1336 |
msgid "registered useres only"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1340 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1341 |
msgid "anonymous users only"
|
1342 |
msgstr ""
|
1343 |
|
@@ -1481,312 +1551,356 @@ msgid ""
|
|
1481 |
"user. (only registered users)"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1485 |
msgid "Quiz description"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1489 |
msgid "This text will be displayed before start of the quiz."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1493 |
msgid "Results text"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1497 |
msgid ""
|
1498 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1499 |
"is optional)"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1503 |
msgid "Activate graduation"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1507 |
msgid "Hint:"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1511 |
msgid "Maximal 15 levels"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1515 |
#, php-format
|
1516 |
msgid ""
|
1517 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1518 |
"in %d questions."
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1522 |
msgid "Values can also be mixed up"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1526 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1530 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1531 |
msgid "from:"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1535 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1536 |
msgid "percent"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1540 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1541 |
#, php-format
|
1542 |
msgid ""
|
1543 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1544 |
"%s</span>%%)"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1548 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1549 |
msgid "Delete graduation"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1553 |
msgid "Add graduation"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1557 |
msgid "Result-Options"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1561 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1562 |
msgid "Show average points"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1566 |
msgid "Statistics-function must be enabled."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1570 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1571 |
msgid "Show category score"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1575 |
msgid ""
|
1576 |
"If you enable this option, the results of each category is displayed on the "
|
1577 |
"results page."
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1581 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1582 |
msgid "Hide correct questions - display"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1586 |
msgid ""
|
1587 |
"If you select this option, no longer the number of correctly answered "
|
1588 |
"questions are displayed on the results page."
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1592 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1593 |
msgid "Hide quiz time - display"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1597 |
msgid ""
|
1598 |
"If you enable this option, the time for finishing the quiz won't be "
|
1599 |
"displayed on the results page anymore."
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1603 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1604 |
msgid "Hide score - display"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1608 |
msgid ""
|
1609 |
"If you enable this option, final score won't be displayed on the results "
|
1610 |
"page anymore."
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1614 |
msgid "Question-Options"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1618 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1619 |
msgid "Show points"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1623 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1627 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1628 |
msgid "Number answers"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1632 |
msgid ""
|
1633 |
"If this option is activated, all answers are numbered (only single and "
|
1634 |
"multiple choice)"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1638 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1639 |
msgid "Hide correct- and incorrect message"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1643 |
msgid ""
|
1644 |
"If you enable this option, no correct- or incorrect message will be "
|
1645 |
"displayed."
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1649 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1650 |
msgid "Correct and incorrect answer mark"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1654 |
msgid ""
|
1655 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1656 |
"incorrect. "
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1660 |
msgid ""
|
1661 |
"The leaderboard allows users to enter results in public list and to share "
|
1662 |
"the result this way."
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1666 |
msgid "The leaderboard works independent from internal statistics function."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1670 |
msgid "Who can sign up to the list"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1674 |
msgid ""
|
1675 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1676 |
"displayed)"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1680 |
msgid "insert automatically"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1684 |
msgid ""
|
1685 |
"If you enable this option, logged in users will be automatically entered "
|
1686 |
"into leaderboard"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1690 |
msgid "display captcha"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1694 |
msgid ""
|
1695 |
"If you enable this option, additional captcha will be displayed for users "
|
1696 |
"who are not registered."
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1700 |
msgid "This option requires additional plugin:"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1704 |
msgid "Plugin has been detected."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1708 |
msgid "Plugin is not installed."
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1712 |
msgid "Sort list by"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1716 |
msgid "Users can apply multiple times"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1720 |
msgid "User can apply after:"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1724 |
msgid "minute"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1728 |
msgid "How many entries should be displayed"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1732 |
msgid "Entries"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1736 |
msgid "Automatically display leaderboard in quiz result"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1740 |
msgid "Where should leaderboard be displayed:"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1744 |
msgid "don't display"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1748 |
msgid "below the \"result text\""
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1752 |
msgid "in a button"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1756 |
msgid "Quiz-Mode"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1760 |
msgid "Normal"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1764 |
msgid "Normal + Back-Button"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1768 |
msgid "Check -> continue"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1772 |
msgid "Questions below each other"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1776 |
msgid ""
|
1777 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1778 |
"displayed at the end of the quiz."
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1782 |
msgid "Allows to use the back button in a question."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1786 |
msgid "Shows \"right or wrong\" after each question."
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: lib/view/WpProQuiz_View_QuizEdit.php:
|
1790 |
msgid ""
|
1791 |
"If this option is activated, all answers are displayed below each other, i."
|
1792 |
"e. all questions are on a single page."
|
@@ -1813,46 +1927,62 @@ msgstr ""
|
|
1813 |
msgid "Support WP-Pro-Quiz"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1817 |
msgid "ID"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1821 |
msgid "Shortcode"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1825 |
msgid "Shortcode-Leaderboard"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1829 |
msgid "Preview"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1833 |
msgid "Add quiz"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1837 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1838 |
msgid "Export"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1842 |
msgid ""
|
1843 |
"Choose the respective question, which you would like to export and press on "
|
1844 |
"\"Start export\""
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1848 |
-
msgid "
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: lib/view/WpProQuiz_View_QuizOverall.php:
|
1852 |
-
msgid "
|
1853 |
msgstr ""
|
1854 |
|
1855 |
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1856 |
#, php-format
|
1857 |
msgid "Maximal %d MiB"
|
1858 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP-Pro-Quiz\n"
|
4 |
+
"POT-Creation-Date: 2013-07-21 19:00+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-07-21 19:00+0100\n"
|
6 |
"Last-Translator: Julius Fischer <julius.f@gmx.net>\n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.5.7\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
60 |
#: lib/controller/WpProQuiz_Controller_Admin.php:107
|
61 |
#: lib/view/WpProQuiz_View_FrontToplist.php:26
|
62 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:71
|
63 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:121
|
64 |
msgid "No data available"
|
65 |
msgstr ""
|
66 |
|
86 |
msgstr ""
|
87 |
|
88 |
#: lib/controller/WpProQuiz_Controller_Front.php:44
|
89 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:62
|
90 |
#: lib/controller/WpProQuiz_Controller_Preview.php:15
|
91 |
#: lib/view/WpProQuiz_View_AdminToplist.php:47
|
92 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:496
|
93 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:98
|
94 |
#: lib/view/WpProQuiz_View_Statistics.php:40
|
95 |
msgid "Loading"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:45
|
99 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:63
|
100 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:16
|
101 |
+
msgid "You must answer this question."
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:46
|
105 |
+
#: lib/controller/WpProQuiz_Controller_Front.php:64
|
106 |
+
#: lib/controller/WpProQuiz_Controller_Preview.php:17
|
107 |
+
msgid "You must answer all questions before you can completed the quiz."
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
#: lib/controller/WpProQuiz_Controller_GlobalSettings.php:11
|
111 |
#: lib/controller/WpProQuiz_Controller_ImportExport.php:23
|
112 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:47
|
113 |
#: lib/controller/WpProQuiz_Controller_Question.php:51
|
114 |
#: lib/controller/WpProQuiz_Controller_Question.php:128
|
115 |
#: lib/controller/WpProQuiz_Controller_Question.php:143
|
116 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:208
|
117 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:389
|
118 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:175
|
119 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:189
|
120 |
#: lib/controller/WpProQuiz_Controller_Quiz.php:249
|
128 |
msgid "Settings saved"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: lib/controller/WpProQuiz_Controller_ImportExport.php:91
|
132 |
#: lib/helper/WpProQuiz_Helper_Import.php:59
|
133 |
#: lib/helper/WpProQuiz_Helper_Import.php:68
|
134 |
#: lib/helper/WpProQuiz_Helper_Import.php:75
|
154 |
msgstr ""
|
155 |
|
156 |
#: lib/controller/WpProQuiz_Controller_Question.php:173
|
157 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:237
|
158 |
#, php-format
|
159 |
msgid "Question: %d"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:191
|
163 |
msgid "Question edited"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:212
|
167 |
msgid "New question"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: lib/controller/WpProQuiz_Controller_Question.php:256
|
171 |
msgid "Question added"
|
172 |
msgstr ""
|
173 |
|
194 |
msgid "Quiz deleted"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:540
|
198 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:133
|
199 |
+
msgid "Not categorized"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: lib/controller/WpProQuiz_Controller_Quiz.php:546
|
203 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:128
|
204 |
+
msgid "Categories"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
#: lib/controller/WpProQuiz_Controller_Statistics.php:44
|
208 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:77
|
209 |
msgid "No category"
|
240 |
msgstr ""
|
241 |
|
242 |
#: lib/helper/WpProQuiz_Helper_Import.php:9
|
243 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:8
|
244 |
msgid "File was not uploaded"
|
245 |
msgstr ""
|
246 |
|
252 |
msgid "File is not compatible with the current version"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:27
|
256 |
+
#: lib/helper/WpProQuiz_Helper_ImportXml.php:40
|
257 |
+
msgid "XML could not be loaded."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:47
|
261 |
#: lib/model/WpProQuiz_Model_GlobalSettingsMapper.php:79
|
262 |
msgid "Wp-Pro-Quiz: One user completed a quiz"
|
298 |
msgstr ""
|
299 |
|
300 |
#: lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php:21
|
301 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:54
|
302 |
msgid "WP-Pro-Quiz"
|
303 |
msgstr ""
|
304 |
|
305 |
#: lib/view/WpProQuiz_View_AdminToplist.php:7
|
306 |
#: lib/view/WpProQuiz_View_FrontToplist.php:8
|
307 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
308 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:906
|
309 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:106
|
310 |
msgid "Leaderboard"
|
311 |
msgstr ""
|
312 |
|
331 |
msgstr ""
|
332 |
|
333 |
#: lib/view/WpProQuiz_View_AdminToplist.php:18
|
334 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:986
|
335 |
msgid "best user"
|
336 |
msgstr ""
|
337 |
|
338 |
#: lib/view/WpProQuiz_View_AdminToplist.php:19
|
339 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:990
|
340 |
msgid "newest entry"
|
341 |
msgstr ""
|
342 |
|
343 |
#: lib/view/WpProQuiz_View_AdminToplist.php:20
|
344 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:994
|
345 |
msgid "oldest entry"
|
346 |
msgstr ""
|
347 |
|
365 |
msgstr ""
|
366 |
|
367 |
#: lib/view/WpProQuiz_View_AdminToplist.php:56
|
368 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:504
|
369 |
msgid "E-Mail"
|
370 |
msgstr ""
|
371 |
|
375 |
msgstr ""
|
376 |
|
377 |
#: lib/view/WpProQuiz_View_AdminToplist.php:59
|
378 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:372
|
379 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:390
|
380 |
#: lib/view/WpProQuiz_View_FrontToplist.php:17
|
381 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
382 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:42
|
383 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:275
|
384 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:313
|
385 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:372
|
386 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:30
|
387 |
#: lib/view/WpProQuiz_View_Statistics.php:96
|
388 |
#: lib/view/WpProQuiz_View_Statistics.php:231
|
399 |
#: lib/view/WpProQuiz_View_AdminToplist.php:72
|
400 |
#: lib/view/WpProQuiz_View_GobalSettings.php:140
|
401 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:51
|
402 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:90
|
403 |
msgid "Edit"
|
404 |
msgstr ""
|
405 |
|
407 |
#: lib/view/WpProQuiz_View_AdminToplist.php:100
|
408 |
#: lib/view/WpProQuiz_View_GobalSettings.php:139
|
409 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:55
|
410 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:94
|
411 |
msgid "Delete"
|
412 |
msgstr ""
|
413 |
|
439 |
|
440 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:52
|
441 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:207
|
442 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:444
|
443 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
444 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
445 |
#: lib/view/WpProQuiz_View_QuizEdit.php:365
|
446 |
#: lib/view/WpProQuiz_View_QuizEdit.php:370
|
|
|
447 |
msgid "Quiz-summary"
|
448 |
msgstr ""
|
449 |
|
454 |
|
455 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:56
|
456 |
#: lib/view/WpProQuiz_View_Import.php:44
|
457 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:85
|
458 |
msgid "Questions"
|
459 |
msgstr ""
|
460 |
|
461 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:65
|
462 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:446
|
463 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:483
|
464 |
msgid "Finish quiz"
|
465 |
msgstr ""
|
466 |
|
503 |
msgid "Your score"
|
504 |
msgstr ""
|
505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:166
|
507 |
msgid "Restart quiz"
|
508 |
msgstr ""
|
527 |
msgid "Review question"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:250
|
531 |
#, php-format
|
532 |
msgid "Question %s of %s"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:253
|
536 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
537 |
#: lib/view/WpProQuiz_View_Statistics.php:95
|
538 |
msgid "Question"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:257
|
542 |
#, php-format
|
543 |
msgid "%d points"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:267
|
547 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:305
|
548 |
msgid "Sort elements"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:370
|
552 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:377
|
553 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:263
|
554 |
#: lib/view/WpProQuiz_View_Statistics.php:97
|
555 |
#: lib/view/WpProQuiz_View_Statistics.php:232
|
556 |
msgid "Correct"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:388
|
560 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:395
|
561 |
#: lib/view/WpProQuiz_View_Statistics.php:98
|
562 |
#: lib/view/WpProQuiz_View_Statistics.php:233
|
563 |
msgid "Incorrect"
|
564 |
msgstr ""
|
565 |
|
|
|
566 |
#: lib/view/WpProQuiz_View_FrontQuiz.php:416
|
567 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:427
|
568 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
569 |
msgid "Hint"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:423
|
573 |
#: lib/view/WpProQuiz_View_QuizEdit.php:384
|
574 |
#: lib/view/WpProQuiz_View_QuizEdit.php:389
|
575 |
msgid "Skip question"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:425
|
579 |
msgid "Back"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:429
|
583 |
msgid "Check"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:430
|
587 |
msgid "Next"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:494
|
591 |
msgid "Your result has been entered into leaderboard"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:501
|
595 |
#: lib/view/WpProQuiz_View_FrontToplist.php:15
|
596 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:28
|
597 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:68
|
598 |
msgid "Name"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:509
|
602 |
msgid "Captcha"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: lib/view/WpProQuiz_View_FrontQuiz.php:515
|
606 |
msgid "Send"
|
607 |
msgstr ""
|
608 |
|
635 |
msgstr ""
|
636 |
|
637 |
#: lib/view/WpProQuiz_View_GobalSettings.php:14
|
638 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:321
|
639 |
msgid "Settings in case of problems"
|
640 |
msgstr ""
|
641 |
|
642 |
#: lib/view/WpProQuiz_View_GobalSettings.php:30
|
643 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:237
|
644 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:560
|
645 |
#: lib/view/WpProQuiz_View_WpqSupport.php:45
|
646 |
msgid "Save"
|
647 |
msgstr ""
|
679 |
msgstr ""
|
680 |
|
681 |
#: lib/view/WpProQuiz_View_GobalSettings.php:155
|
682 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:435
|
683 |
msgid "Admin e-mail settings"
|
684 |
msgstr ""
|
685 |
|
694 |
msgstr ""
|
695 |
|
696 |
#: lib/view/WpProQuiz_View_GobalSettings.php:174
|
697 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:246
|
698 |
msgid "From:"
|
699 |
msgstr ""
|
700 |
|
701 |
#: lib/view/WpProQuiz_View_GobalSettings.php:187
|
702 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:256
|
703 |
msgid "Subject:"
|
704 |
msgstr ""
|
705 |
|
706 |
#: lib/view/WpProQuiz_View_GobalSettings.php:197
|
707 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:266
|
708 |
msgid "HTML"
|
709 |
msgstr ""
|
710 |
|
711 |
#: lib/view/WpProQuiz_View_GobalSettings.php:201
|
712 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:270
|
713 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
714 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:358
|
715 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:410
|
716 |
#: lib/view/WpProQuiz_View_QuizEdit.php:39
|
717 |
#: lib/view/WpProQuiz_View_QuizEdit.php:58
|
718 |
#: lib/view/WpProQuiz_View_QuizEdit.php:77
|
724 |
#: lib/view/WpProQuiz_View_QuizEdit.php:279
|
725 |
#: lib/view/WpProQuiz_View_QuizEdit.php:340
|
726 |
#: lib/view/WpProQuiz_View_QuizEdit.php:442
|
727 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:464
|
728 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:585
|
729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:610
|
730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:636
|
731 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:662
|
732 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:688
|
733 |
#: lib/view/WpProQuiz_View_QuizEdit.php:730
|
734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:749
|
735 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:774
|
736 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:824
|
737 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:844
|
738 |
#: lib/view/WpProQuiz_View_QuizEdit.php:869
|
739 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:911
|
740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:944
|
741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:958
|
742 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1006
|
743 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1088
|
744 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1089
|
745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1090
|
746 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1091
|
747 |
msgid "Activate"
|
748 |
msgstr ""
|
749 |
|
750 |
#: lib/view/WpProQuiz_View_GobalSettings.php:207
|
751 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:276
|
752 |
msgid "Message body:"
|
753 |
msgstr ""
|
754 |
|
755 |
#: lib/view/WpProQuiz_View_GobalSettings.php:215
|
756 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:284
|
757 |
msgid "Allowed variables"
|
758 |
msgstr ""
|
759 |
|
760 |
#: lib/view/WpProQuiz_View_GobalSettings.php:217
|
761 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:286
|
762 |
msgid "User-ID"
|
763 |
msgstr ""
|
764 |
|
765 |
#: lib/view/WpProQuiz_View_GobalSettings.php:218
|
766 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:287
|
767 |
msgid "Username"
|
768 |
msgstr ""
|
769 |
|
770 |
#: lib/view/WpProQuiz_View_GobalSettings.php:219
|
771 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:288
|
772 |
msgid "Quiz-Name"
|
773 |
msgstr ""
|
774 |
|
775 |
#: lib/view/WpProQuiz_View_GobalSettings.php:220
|
776 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:289
|
777 |
msgid "Result in precent"
|
778 |
msgstr ""
|
779 |
|
780 |
#: lib/view/WpProQuiz_View_GobalSettings.php:221
|
781 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:290
|
782 |
msgid "Reached points"
|
783 |
msgstr ""
|
784 |
|
785 |
#: lib/view/WpProQuiz_View_GobalSettings.php:222
|
786 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:291
|
787 |
msgid "IP-address of the user"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:223
|
791 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:292
|
792 |
+
msgid "Category-Overview"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:240
|
796 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:436
|
797 |
msgid "User e-mail settings"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:307
|
801 |
msgid "to activate"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:309
|
805 |
msgid "not to activate"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:315
|
809 |
#: lib/view/WpProQuiz_View_WpqSupport.php:50
|
810 |
msgid "Please note"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:317
|
814 |
msgid ""
|
815 |
"These settings should only be set in cases of problems with Wp-Pro-Quiz."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:327
|
819 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:332
|
820 |
msgid "Automatically add [raw] shortcode"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:336
|
824 |
#, php-format
|
825 |
msgid "It is recommended %s this option on your system."
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:339
|
829 |
msgid ""
|
830 |
"If this option is activated, a [raw] shortcode is automatically set around "
|
831 |
"WpProQuiz shortcode ( [WpProQuiz X] ) into [raw] [WpProQuiz X] [/raw]"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:342
|
835 |
#: lib/view/WpProQuiz_View_QuizOverall.php:42
|
836 |
msgid ""
|
837 |
"Own themes changes internal order of filters, what causes the problems. "
|
838 |
"With additional shortcode [raw] this is prevented."
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:349
|
842 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:354
|
843 |
msgid "Do not load the Javascript-files in the footer"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:361
|
847 |
msgid ""
|
848 |
"Generally all WpProQuiz-Javascript files are loaded in the footer and only "
|
849 |
"when they are really needed."
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:364
|
853 |
msgid "In very old Wordpress themes this can lead to problems."
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:367
|
857 |
msgid ""
|
858 |
"If you activate this option, all WpProQuiz-Javascript files are loaded in "
|
859 |
"the header even if they are not needed."
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:370
|
863 |
#, php-format
|
864 |
msgid ""
|
865 |
"Anyone who wants to learn more about this topic should read through the "
|
866 |
"following websites %s and %s."
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:379
|
870 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:384
|
871 |
msgid "Touch Library"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:388
|
875 |
#: lib/view/WpProQuiz_View_QuizEdit.php:374
|
876 |
#: lib/view/WpProQuiz_View_QuizEdit.php:393
|
877 |
#: lib/view/WpProQuiz_View_QuizEdit.php:412
|
878 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:799
|
879 |
msgid "Deactivate"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:391
|
883 |
msgid "In Version 0.13 a new Touch Library was added for mobile devices."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:394
|
887 |
msgid "If you have any problems with the Touch Library, please deactivate it."
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:401
|
891 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:406
|
892 |
msgid "jQuery support cors"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:413
|
896 |
msgid "Is required only in rare cases."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:416
|
900 |
msgid "If you have problems with the front ajax, please activate it."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: lib/view/WpProQuiz_View_GobalSettings.php:419
|
904 |
msgid "e.g. Domain with special characters in combination with IE"
|
905 |
msgstr ""
|
906 |
|
907 |
#: lib/view/WpProQuiz_View_Import.php:21
|
908 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:130
|
909 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:153
|
910 |
msgid "Import"
|
911 |
msgstr ""
|
912 |
|
926 |
msgid "Quiz name"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: lib/view/WpProQuiz_View_Import.php:69
|
930 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:164
|
931 |
msgid "Start import"
|
932 |
msgstr ""
|
933 |
|
940 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:111
|
941 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:128
|
942 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:140
|
943 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
944 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:894
|
945 |
msgid "(optional)"
|
946 |
msgstr ""
|
947 |
|
953 |
|
954 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:35
|
955 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:96
|
956 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
957 |
#: lib/view/WpProQuiz_View_QuizEdit.php:18
|
958 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
959 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
960 |
msgid "(required)"
|
961 |
msgstr ""
|
962 |
|
1081 |
msgid "Assessment"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:197
|
1085 |
msgid "Answers"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:204
|
1089 |
msgid ""
|
1090 |
"Please sort the answers in right order with the \"Move\" - Button. The "
|
1091 |
"answers will be displayed randomly."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:209
|
1095 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:215
|
1096 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:227
|
1097 |
msgid "Add new answer"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:219
|
1101 |
msgid ""
|
1102 |
"In this mode, not a list have to be sorted, but elements must be assigned to "
|
1103 |
"matching criterion."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:222
|
1107 |
msgid ""
|
1108 |
"You can create sort elements with empty criteria, which can't be assigned by "
|
1109 |
"user."
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:253
|
1113 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:303
|
1114 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:356
|
1115 |
#: lib/view/WpProQuiz_View_QuizEdit.php:24
|
1116 |
msgid "Options"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:254
|
1120 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:357
|
1121 |
msgid "Answer"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:269
|
1125 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:328
|
1126 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:334
|
1127 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:366
|
1128 |
msgid "Allow HTML"
|
1129 |
msgstr ""
|
1130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1131 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:286
|
1132 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:341
|
1133 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:383
|
1134 |
+
msgid "Delete answer"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:287
|
1138 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:342
|
1139 |
#: lib/view/WpProQuiz_View_QuestionEdit.php:384
|
1140 |
+
msgid "Add Media"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:288
|
1144 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:343
|
1145 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:385
|
1146 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:59
|
1147 |
msgid "Move"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:304
|
1151 |
msgid "Criterion"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:396
|
1155 |
msgid ""
|
1156 |
"correct answers (one per line) (answers will be converted to lower case)"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:409
|
1160 |
msgid ""
|
1161 |
"Enclose the searched words with { } e.g. \"I {play} soccer\". Capital and "
|
1162 |
"small letters will be ignored."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:412
|
1166 |
msgid ""
|
1167 |
"You can specify multiple options for a search word. Enclose the word with "
|
1168 |
"[ ] e.g. <span style=\"font-style: normal; letter-spacing: 2px;\"> \"I "
|
1170 |
"hate are correct."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:415
|
1174 |
msgid ""
|
1175 |
"If mode \"Different points for every answer\" is activated, you can assign "
|
1176 |
"points with |POINTS. Otherwise 1 point will be awarded for every answer."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:418
|
1180 |
msgid ""
|
1181 |
"e.g. \"I {play} soccer, with a {ball|3}\" - \"play\" gives 1 point and \"ball"
|
1182 |
"\" 3 points."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:430
|
1186 |
msgid "Here you can create an assessment question."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:433
|
1190 |
msgid ""
|
1191 |
"Enclose a assesment with {}. The individual assessments are marked with []."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:435
|
1195 |
msgid "The number of options in the maximum score."
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:438
|
1199 |
msgid "Examples:"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:440
|
1203 |
msgid "less true { [1] [2] [3] [4] [5] } more true"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:443
|
1207 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:452
|
1208 |
#: lib/view/WpProQuiz_View_QuizEdit.php:349
|
1209 |
#: lib/view/WpProQuiz_View_QuizEdit.php:355
|
1210 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:591
|
1211 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:618
|
1212 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:644
|
1213 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:670
|
1214 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:696
|
1215 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:755
|
1216 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:780
|
1217 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:805
|
1218 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:850
|
1219 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:875
|
1220 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1047
|
1221 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1057
|
1222 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1110
|
1223 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1118
|
1224 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1126
|
1225 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1134
|
1226 |
msgid "Demo"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:449
|
1230 |
msgid "less true { [a] [b] [c] } more true"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:468
|
1234 |
+
msgid "Single choice options"
|
1235 |
+
msgstr ""
|
1236 |
+
|
1237 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:471
|
1238 |
+
msgid ""
|
1239 |
+
"If \"Different points for each answer\" is activated, you can activate a "
|
1240 |
+
"special mode.<br> This changes the calculation of the points"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:475
|
1244 |
+
msgid "Different points - modus 2 activate"
|
1245 |
+
msgstr ""
|
1246 |
+
|
1247 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:479
|
1248 |
+
msgid "Disables the distinction between correct and incorrect."
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:483
|
1252 |
+
msgid "disable correct and incorrent"
|
1253 |
+
msgstr ""
|
1254 |
+
|
1255 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:487
|
1256 |
+
msgid "Explanation of points calculation"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:507
|
1260 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:512
|
1261 |
+
msgid "\"Different points for each answer\" enabled"
|
1262 |
+
msgstr ""
|
1263 |
+
|
1264 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:509
|
1265 |
+
msgid "\"Different points - mode 2\" disable"
|
1266 |
+
msgstr ""
|
1267 |
+
|
1268 |
+
#: lib/view/WpProQuiz_View_QuestionEdit.php:514
|
1269 |
+
msgid "\"Different points - mode 2\" enabled"
|
1270 |
+
msgstr ""
|
1271 |
+
|
1272 |
#: lib/view/WpProQuiz_View_QuestionOverall.php:17
|
1273 |
msgid "Questions sorted"
|
1274 |
msgstr ""
|
1355 |
|
1356 |
#: lib/view/WpProQuiz_View_QuizEdit.php:137
|
1357 |
#: lib/view/WpProQuiz_View_QuizEdit.php:142
|
1358 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:102
|
1359 |
msgid "Statistics"
|
1360 |
msgstr ""
|
1361 |
|
1397 |
msgstr ""
|
1398 |
|
1399 |
#: lib/view/WpProQuiz_View_QuizEdit.php:201
|
1400 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:922
|
1401 |
msgid "all users"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
#: lib/view/WpProQuiz_View_QuizEdit.php:205
|
1405 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:926
|
1406 |
msgid "registered useres only"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
#: lib/view/WpProQuiz_View_QuizEdit.php:209
|
1410 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:930
|
1411 |
msgid "anonymous users only"
|
1412 |
msgstr ""
|
1413 |
|
1551 |
"user. (only registered users)"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:455
|
1555 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:460
|
1556 |
+
msgid "Autostart"
|
1557 |
+
msgstr ""
|
1558 |
+
|
1559 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:467
|
1560 |
+
msgid ""
|
1561 |
+
"If you enable this option, the quiz will start automatically after the page "
|
1562 |
+
"is loaded."
|
1563 |
+
msgstr ""
|
1564 |
+
|
1565 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:481
|
1566 |
msgid "Quiz description"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:484
|
1570 |
msgid "This text will be displayed before start of the quiz."
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:492
|
1574 |
msgid "Results text"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:495
|
1578 |
msgid ""
|
1579 |
"This text will be displayed at the end of the quiz (in results). (this text "
|
1580 |
"is optional)"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:499
|
1584 |
msgid "Activate graduation"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:505
|
1588 |
msgid "Hint:"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:507
|
1592 |
msgid "Maximal 15 levels"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:509
|
1596 |
#, php-format
|
1597 |
msgid ""
|
1598 |
"Percentages refer to the total score of the quiz. (Current total %d points "
|
1599 |
"in %d questions."
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:512
|
1603 |
msgid "Values can also be mixed up"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:513
|
1607 |
msgid "10,15% or 10.15% allowed (max. two digits after the decimal point)"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1611 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1612 |
msgid "from:"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1616 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1617 |
msgid "percent"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:529
|
1621 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:540
|
1622 |
#, php-format
|
1623 |
msgid ""
|
1624 |
"(Will be displayed, when result-percent is >= <span class=\"resultProzent\">"
|
1625 |
"%s</span>%%)"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:530
|
1629 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:541
|
1630 |
msgid "Delete graduation"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:548
|
1634 |
msgid "Add graduation"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:570
|
1638 |
msgid "Result-Options"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:576
|
1642 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:581
|
1643 |
msgid "Show average points"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:588
|
1647 |
msgid "Statistics-function must be enabled."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:601
|
1651 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:606
|
1652 |
msgid "Show category score"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:613
|
1656 |
msgid ""
|
1657 |
"If you enable this option, the results of each category is displayed on the "
|
1658 |
"results page."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:627
|
1662 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:632
|
1663 |
msgid "Hide correct questions - display"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:639
|
1667 |
msgid ""
|
1668 |
"If you select this option, no longer the number of correctly answered "
|
1669 |
"questions are displayed on the results page."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:653
|
1673 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:658
|
1674 |
msgid "Hide quiz time - display"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:665
|
1678 |
msgid ""
|
1679 |
"If you enable this option, the time for finishing the quiz won't be "
|
1680 |
"displayed on the results page anymore."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:679
|
1684 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:684
|
1685 |
msgid "Hide score - display"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:691
|
1689 |
msgid ""
|
1690 |
"If you enable this option, final score won't be displayed on the results "
|
1691 |
"page anymore."
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:715
|
1695 |
msgid "Question-Options"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:721
|
1699 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:726
|
1700 |
msgid "Show points"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:733
|
1704 |
msgid "Shows in quiz, how many points are reachable for respective question."
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:740
|
1708 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:745
|
1709 |
msgid "Number answers"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:752
|
1713 |
msgid ""
|
1714 |
"If this option is activated, all answers are numbered (only single and "
|
1715 |
"multiple choice)"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:765
|
1719 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:770
|
1720 |
msgid "Hide correct- and incorrect message"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:777
|
1724 |
msgid ""
|
1725 |
"If you enable this option, no correct- or incorrect message will be "
|
1726 |
"displayed."
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:790
|
1730 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:795
|
1731 |
msgid "Correct and incorrect answer mark"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:802
|
1735 |
msgid ""
|
1736 |
"If you enable this option, answers won't be color highlighted as correct or "
|
1737 |
"incorrect. "
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:815
|
1741 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:820
|
1742 |
+
msgid "Force user to answer each question"
|
1743 |
+
msgstr ""
|
1744 |
+
|
1745 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:827
|
1746 |
+
msgid "If you enable this option, the user is forced to answer each question."
|
1747 |
+
msgstr ""
|
1748 |
+
|
1749 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:828
|
1750 |
+
msgid ""
|
1751 |
+
"If the option \"Question overview\" is activated, this notification will "
|
1752 |
+
"appear after end of the quiz, otherwise after each question."
|
1753 |
+
msgstr ""
|
1754 |
+
|
1755 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:835
|
1756 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:840
|
1757 |
+
msgid "Hide question position overview"
|
1758 |
+
msgstr ""
|
1759 |
+
|
1760 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:847
|
1761 |
+
msgid "If you enable this option, the question position overview is hidden."
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:860
|
1765 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:865
|
1766 |
+
msgid "Hide question numbering"
|
1767 |
+
msgstr ""
|
1768 |
+
|
1769 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:872
|
1770 |
+
msgid "If you enable this option, the question numbering is hidden."
|
1771 |
+
msgstr ""
|
1772 |
+
|
1773 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:897
|
1774 |
msgid ""
|
1775 |
"The leaderboard allows users to enter results in public list and to share "
|
1776 |
"the result this way."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:900
|
1780 |
msgid "The leaderboard works independent from internal statistics function."
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:917
|
1784 |
msgid "Who can sign up to the list"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:933
|
1788 |
msgid ""
|
1789 |
"Not registered users have to enter name and e-mail (e-mail won't be "
|
1790 |
"displayed)"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:939
|
1794 |
msgid "insert automatically"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:947
|
1798 |
msgid ""
|
1799 |
"If you enable this option, logged in users will be automatically entered "
|
1800 |
"into leaderboard"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:953
|
1804 |
msgid "display captcha"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:961
|
1808 |
msgid ""
|
1809 |
"If you enable this option, additional captcha will be displayed for users "
|
1810 |
"who are not registered."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:964
|
1814 |
msgid "This option requires additional plugin:"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:969
|
1818 |
msgid "Plugin has been detected."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:973
|
1822 |
msgid "Plugin is not installed."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:981
|
1826 |
msgid "Sort list by"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1000
|
1830 |
msgid "Users can apply multiple times"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1011
|
1834 |
msgid "User can apply after:"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1013
|
1838 |
msgid "minute"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1020
|
1842 |
msgid "How many entries should be displayed"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1026
|
1846 |
msgid "Entries"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1033
|
1850 |
msgid "Automatically display leaderboard in quiz result"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1037
|
1854 |
msgid "Where should leaderboard be displayed:"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1040
|
1858 |
msgid "don't display"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1044
|
1862 |
msgid "below the \"result text\""
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1054
|
1866 |
msgid "in a button"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1075
|
1870 |
msgid "Quiz-Mode"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1080
|
1874 |
msgid "Normal"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1081
|
1878 |
msgid "Normal + Back-Button"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1082
|
1882 |
msgid "Check -> continue"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1083
|
1886 |
msgid "Questions below each other"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1095
|
1890 |
msgid ""
|
1891 |
"Displays all questions sequentially, \"right\" or \"false\" will be "
|
1892 |
"displayed at the end of the quiz."
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1098
|
1896 |
msgid "Allows to use the back button in a question."
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1101
|
1900 |
msgid "Shows \"right or wrong\" after each question."
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: lib/view/WpProQuiz_View_QuizEdit.php:1104
|
1904 |
msgid ""
|
1905 |
"If this option is activated, all answers are displayed below each other, i."
|
1906 |
"e. all questions are on a single page."
|
1927 |
msgid "Support WP-Pro-Quiz"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:67
|
1931 |
msgid "ID"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:69
|
1935 |
msgid "Shortcode"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:70
|
1939 |
msgid "Shortcode-Leaderboard"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:98
|
1943 |
msgid "Preview"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:128
|
1947 |
msgid "Add quiz"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:132
|
1951 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:137
|
1952 |
msgid "Export"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:138
|
1956 |
msgid ""
|
1957 |
"Choose the respective question, which you would like to export and press on "
|
1958 |
"\"Start export\""
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:143
|
1962 |
+
msgid "Format:"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:144
|
1966 |
+
msgid "*.wpq"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
#: lib/view/WpProQuiz_View_QuizOverall.php:145
|
1970 |
+
msgid "or"
|
1971 |
+
msgstr ""
|
1972 |
+
|
1973 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:146
|
1974 |
+
msgid "*.xml"
|
1975 |
+
msgstr ""
|
1976 |
+
|
1977 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:148
|
1978 |
+
msgid "Start export"
|
1979 |
+
msgstr ""
|
1980 |
+
|
1981 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:154
|
1982 |
+
msgid "Import only *.wpq or *.xml files from known and trusted sources."
|
1983 |
+
msgstr ""
|
1984 |
+
|
1985 |
+
#: lib/view/WpProQuiz_View_QuizOverall.php:162
|
1986 |
#, php-format
|
1987 |
msgid "Maximal %d MiB"
|
1988 |
msgstr ""
|
lib/controller/WpProQuiz_Controller_Front.php
CHANGED
@@ -41,7 +41,9 @@ class WpProQuiz_Controller_Front {
|
|
41 |
|
42 |
wp_localize_script('wpProQuiz_front_javascript', 'WpProQuizGlobal', array(
|
43 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
44 |
-
'loadData' => __('Loading', 'wp-pro-quiz')
|
|
|
|
|
45 |
));
|
46 |
}
|
47 |
|
@@ -57,7 +59,9 @@ class WpProQuiz_Controller_Front {
|
|
57 |
if(!wp_script_is('wpProQuiz_front_javascript'))
|
58 |
wp_localize_script('wpProQuiz_front_javascript_toplist', 'WpProQuizGlobal', array(
|
59 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
60 |
-
'loadData' => __('Loading', 'wp-pro-quiz')
|
|
|
|
|
61 |
));
|
62 |
}
|
63 |
|
41 |
|
42 |
wp_localize_script('wpProQuiz_front_javascript', 'WpProQuizGlobal', array(
|
43 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
44 |
+
'loadData' => __('Loading', 'wp-pro-quiz'),
|
45 |
+
'questionNotSolved' => __('You must answer this question.', 'wp-pro-quiz'),
|
46 |
+
'questionsNotSolved' => __('You must answer all questions before you can completed the quiz.', 'wp-pro-quiz')
|
47 |
));
|
48 |
}
|
49 |
|
59 |
if(!wp_script_is('wpProQuiz_front_javascript'))
|
60 |
wp_localize_script('wpProQuiz_front_javascript_toplist', 'WpProQuizGlobal', array(
|
61 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
62 |
+
'loadData' => __('Loading', 'wp-pro-quiz'),
|
63 |
+
'questionNotSolved' => __('You must answer this question.', 'wp-pro-quiz'),
|
64 |
+
'questionsNotSolved' => __('You must answer all questions before you can completed the quiz.', 'wp-pro-quiz')
|
65 |
));
|
66 |
}
|
67 |
|
lib/controller/WpProQuiz_Controller_ImportExport.php
CHANGED
@@ -23,12 +23,16 @@ class WpProQuiz_Controller_ImportExport extends WpProQuiz_Controller_Controller
|
|
23 |
wp_die(__('You do not have sufficient permissions to access this page.'));
|
24 |
}
|
25 |
|
26 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
$a = $export->export($this->_post['exportIds']);
|
29 |
|
30 |
-
$filename = 'WpProQuiz_export_'.time().'.wpq';
|
31 |
-
|
32 |
header('Content-Type: application/octet-stream');
|
33 |
header('Content-Disposition: attachment; filename="'.$filename.'"');
|
34 |
|
@@ -45,8 +49,16 @@ class WpProQuiz_Controller_ImportExport extends WpProQuiz_Controller_Controller
|
|
45 |
|
46 |
$this->view = new WpProQuiz_View_Import();
|
47 |
$this->view->error = false;
|
48 |
-
|
49 |
-
$import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
if(isset($_FILES, $_FILES['import']) && $_FILES['import']['error'] == 0) {
|
52 |
if($import->setImportFileUpload($_FILES['import']) === false) {
|
23 |
wp_die(__('You do not have sufficient permissions to access this page.'));
|
24 |
}
|
25 |
|
26 |
+
if(isset($this->_post ['exportType']) && $this->_post ['exportType'] == 'xml') {
|
27 |
+
$export = new WpProQuiz_Helper_ExportXml();
|
28 |
+
$filename = 'WpProQuiz_export_'.time().'.xml';
|
29 |
+
} else {
|
30 |
+
$export = new WpProQuiz_Helper_Export();
|
31 |
+
$filename = 'WpProQuiz_export_'.time().'.wpq';
|
32 |
+
}
|
33 |
|
34 |
$a = $export->export($this->_post['exportIds']);
|
35 |
|
|
|
|
|
36 |
header('Content-Type: application/octet-stream');
|
37 |
header('Content-Disposition: attachment; filename="'.$filename.'"');
|
38 |
|
49 |
|
50 |
$this->view = new WpProQuiz_View_Import();
|
51 |
$this->view->error = false;
|
52 |
+
|
53 |
+
if(isset($_FILES, $_FILES['import']) && substr($_FILES['import']['name'], -3) == 'xml' || isset($this->_post['importType']) && $this->_post['importType'] == 'xml') {
|
54 |
+
$import = new WpProQuiz_Helper_ImportXml();
|
55 |
+
$importType = 'xml';
|
56 |
+
} else {
|
57 |
+
$import = new WpProQuiz_Helper_Import();
|
58 |
+
$importType = 'wpq';
|
59 |
+
}
|
60 |
+
|
61 |
+
$this->view->importType = $importType;
|
62 |
|
63 |
if(isset($_FILES, $_FILES['import']) && $_FILES['import']['error'] == 0) {
|
64 |
if($import->setImportFileUpload($_FILES['import']) === false) {
|
lib/controller/WpProQuiz_Controller_Preview.php
CHANGED
@@ -12,7 +12,9 @@ class WpProQuiz_Controller_Preview extends WpProQuiz_Controller_Controller {
|
|
12 |
|
13 |
wp_localize_script('wpProQuiz_front_javascript', 'WpProQuizGlobal', array(
|
14 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
15 |
-
'loadData' => __('Loading', 'wp-pro-quiz')
|
|
|
|
|
16 |
));
|
17 |
|
18 |
wp_enqueue_style(
|
@@ -30,6 +32,7 @@ class WpProQuiz_Controller_Preview extends WpProQuiz_Controller_Controller {
|
|
30 |
|
31 |
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
32 |
$questionMapper = new WpProQuiz_Model_QuestionMapper();
|
|
|
33 |
|
34 |
$quiz = $quizMapper->fetch($id);
|
35 |
|
@@ -51,6 +54,7 @@ class WpProQuiz_Controller_Preview extends WpProQuiz_Controller_Controller {
|
|
51 |
|
52 |
$view->quiz = $quiz;
|
53 |
$view->question = $question;
|
|
|
54 |
$view->show(true);
|
55 |
}
|
56 |
}
|
12 |
|
13 |
wp_localize_script('wpProQuiz_front_javascript', 'WpProQuizGlobal', array(
|
14 |
'ajaxurl' => admin_url('admin-ajax.php'),
|
15 |
+
'loadData' => __('Loading', 'wp-pro-quiz'),
|
16 |
+
'questionNotSolved' => __('You must answer this question.', 'wp-pro-quiz'),
|
17 |
+
'questionsNotSolved' => __('You must answer all questions before you can completed the quiz.', 'wp-pro-quiz')
|
18 |
));
|
19 |
|
20 |
wp_enqueue_style(
|
32 |
|
33 |
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
34 |
$questionMapper = new WpProQuiz_Model_QuestionMapper();
|
35 |
+
$categoryMapper = new WpProQuiz_Model_CategoryMapper();
|
36 |
|
37 |
$quiz = $quizMapper->fetch($id);
|
38 |
|
54 |
|
55 |
$view->quiz = $quiz;
|
56 |
$view->question = $question;
|
57 |
+
$view->category = $categoryMapper->fetchByQuiz($quiz->getId());
|
58 |
$view->show(true);
|
59 |
}
|
60 |
}
|
lib/controller/WpProQuiz_Controller_Question.php
CHANGED
@@ -178,7 +178,11 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
|
|
178 |
}
|
179 |
|
180 |
if(isset($post['answerPointsActivated'])) {
|
181 |
-
$post['
|
|
|
|
|
|
|
|
|
182 |
}
|
183 |
|
184 |
$post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
|
@@ -238,7 +242,11 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
|
|
238 |
}
|
239 |
|
240 |
if(isset($post['answerPointsActivated'])) {
|
241 |
-
$post['
|
|
|
|
|
|
|
|
|
242 |
}
|
243 |
|
244 |
$post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
|
@@ -292,29 +300,33 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
|
|
292 |
preg_match_all('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', $post['answerData']['cloze']['answer'], $matches);
|
293 |
|
294 |
$points = 0;
|
295 |
-
|
|
|
296 |
foreach($matches[2] as $match) {
|
297 |
if(empty($match))
|
298 |
$match = 1;
|
299 |
|
300 |
$points += $match;
|
|
|
301 |
}
|
302 |
|
303 |
-
return array('points' => $points, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['cloze'])));
|
304 |
}
|
305 |
|
306 |
if($post['answerType'] == 'assessment_answer' && isset($post['answerData']['assessment'])) {
|
307 |
preg_match_all('#\{(.*?)\}#im', $post['answerData']['assessment']['answer'], $matches);
|
308 |
|
309 |
$points = 0;
|
310 |
-
|
|
|
311 |
foreach($matches[1] as $match) {
|
312 |
preg_match_all('#\[([^\|\]]+)(?:\|(\d+))?\]#im', $match, $ms);
|
313 |
|
314 |
$points += count($ms[1]);
|
|
|
315 |
}
|
316 |
|
317 |
-
return array('points' => $points, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['assessment'])));
|
318 |
}
|
319 |
|
320 |
unset($post['answerData']['cloze']);
|
@@ -326,6 +338,7 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
|
|
326 |
|
327 |
$answerData = array();
|
328 |
$points = 0;
|
|
|
329 |
|
330 |
foreach($post['answerData'] as $k => $v) {
|
331 |
if(trim($v['answer']) == '') {
|
@@ -340,10 +353,12 @@ class WpProQuiz_Controller_Question extends WpProQuiz_Controller_Controller {
|
|
340 |
$answerType = new WpProQuiz_Model_AnswerTypes($v);
|
341 |
$points += $answerType->getPoints();
|
342 |
|
|
|
|
|
343 |
$answerData[] = $answerType;
|
344 |
}
|
345 |
|
346 |
-
return array('points' => $points, 'answerData' => $answerData);
|
347 |
}
|
348 |
|
349 |
public function clear($a) {
|
178 |
}
|
179 |
|
180 |
if(isset($post['answerPointsActivated'])) {
|
181 |
+
if(isset($post['answerPointsDiffModusActivated'])) {
|
182 |
+
$post['points'] = $clearPost['maxPoints'];
|
183 |
+
} else {
|
184 |
+
$post['points'] = $clearPost['points'];
|
185 |
+
}
|
186 |
}
|
187 |
|
188 |
$post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
|
242 |
}
|
243 |
|
244 |
if(isset($post['answerPointsActivated'])) {
|
245 |
+
if(isset($post['answerPointsDiffModusActivated'])) {
|
246 |
+
$post['points'] = $clearPost['maxPoints'];
|
247 |
+
} else {
|
248 |
+
$post['points'] = $clearPost['points'];
|
249 |
+
}
|
250 |
}
|
251 |
|
252 |
$post['categoryId'] = $post['category'] > 0 ? $post['category'] : 0;
|
300 |
preg_match_all('#\{(.*?)(?:\|(\d+))?(?:[\s]+)?\}#im', $post['answerData']['cloze']['answer'], $matches);
|
301 |
|
302 |
$points = 0;
|
303 |
+
$maxPoints = 0;
|
304 |
+
|
305 |
foreach($matches[2] as $match) {
|
306 |
if(empty($match))
|
307 |
$match = 1;
|
308 |
|
309 |
$points += $match;
|
310 |
+
$maxPoints = max($maxPoints, $answerType->getPoints());
|
311 |
}
|
312 |
|
313 |
+
return array('points' => $points, 'maxPoints' => $maxPoints, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['cloze'])));
|
314 |
}
|
315 |
|
316 |
if($post['answerType'] == 'assessment_answer' && isset($post['answerData']['assessment'])) {
|
317 |
preg_match_all('#\{(.*?)\}#im', $post['answerData']['assessment']['answer'], $matches);
|
318 |
|
319 |
$points = 0;
|
320 |
+
$maxPoints = 0;
|
321 |
+
|
322 |
foreach($matches[1] as $match) {
|
323 |
preg_match_all('#\[([^\|\]]+)(?:\|(\d+))?\]#im', $match, $ms);
|
324 |
|
325 |
$points += count($ms[1]);
|
326 |
+
$maxPoints = max($maxPoints, $answerType->getPoints());
|
327 |
}
|
328 |
|
329 |
+
return array('points' => $points, 'maxPoints' => $maxPoints, 'answerData' => array(new WpProQuiz_Model_AnswerTypes($post['answerData']['assessment'])));
|
330 |
}
|
331 |
|
332 |
unset($post['answerData']['cloze']);
|
338 |
|
339 |
$answerData = array();
|
340 |
$points = 0;
|
341 |
+
$maxPoints = 0;
|
342 |
|
343 |
foreach($post['answerData'] as $k => $v) {
|
344 |
if(trim($v['answer']) == '') {
|
353 |
$answerType = new WpProQuiz_Model_AnswerTypes($v);
|
354 |
$points += $answerType->getPoints();
|
355 |
|
356 |
+
$maxPoints = max($maxPoints, $answerType->getPoints());
|
357 |
+
|
358 |
$answerData[] = $answerType;
|
359 |
}
|
360 |
|
361 |
+
return array('points' => $points, 'maxPoints' => $maxPoints, 'answerData' => $answerData);
|
362 |
}
|
363 |
|
364 |
public function clear($a) {
|
lib/controller/WpProQuiz_Controller_Quiz.php
CHANGED
@@ -358,19 +358,23 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
|
|
358 |
|
359 |
$lockMapper = new WpProQuiz_Model_LockMapper();
|
360 |
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
361 |
-
$
|
362 |
|
363 |
$is100P = $this->_post['results']['comp']['result'] == 100;
|
364 |
|
|
|
|
|
365 |
$quiz = $quizMapper->fetch($this->_post['quizId']);
|
366 |
|
367 |
if($quiz === null || $quiz->getId() <= 0) {
|
368 |
exit;
|
369 |
}
|
370 |
|
|
|
|
|
371 |
$this->setResultCookie($quiz);
|
372 |
|
373 |
-
$this->emailNote($quiz, $this->_post['results']['comp']);
|
374 |
|
375 |
if(!$this->isPreLockQuiz($quiz)) {
|
376 |
$statistics = new WpProQuiz_Controller_Statistics();
|
@@ -461,7 +465,7 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
|
|
461 |
return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
|
462 |
}
|
463 |
|
464 |
-
private function emailNote(WpProQuiz_Model_Quiz $quiz, $result) {
|
465 |
$globalMapper = new WpProQuiz_Model_GlobalSettingsMapper();
|
466 |
|
467 |
$adminEmail = $globalMapper->getEmailSettings();
|
@@ -475,7 +479,8 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
|
|
475 |
'$quizname' => $quiz->getName(),
|
476 |
'$result' => $result['result'].'%',
|
477 |
'$points' => $result['points'],
|
478 |
-
'$ip' => filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP)
|
|
|
479 |
);
|
480 |
|
481 |
if($user->ID == 0) {
|
@@ -524,4 +529,29 @@ class WpProQuiz_Controller_Quiz extends WpProQuiz_Controller_Controller {
|
|
524 |
public function htmlEmailContent($contentType) {
|
525 |
return 'text/html';
|
526 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
527 |
}
|
358 |
|
359 |
$lockMapper = new WpProQuiz_Model_LockMapper();
|
360 |
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
361 |
+
$categoryMapper = new WpProQuiz_Model_CategoryMapper();
|
362 |
|
363 |
$is100P = $this->_post['results']['comp']['result'] == 100;
|
364 |
|
365 |
+
$userId = get_current_user_id();
|
366 |
+
|
367 |
$quiz = $quizMapper->fetch($this->_post['quizId']);
|
368 |
|
369 |
if($quiz === null || $quiz->getId() <= 0) {
|
370 |
exit;
|
371 |
}
|
372 |
|
373 |
+
$categories = $categoryMapper->fetchByQuiz($quiz->getId());
|
374 |
+
|
375 |
$this->setResultCookie($quiz);
|
376 |
|
377 |
+
$this->emailNote($quiz, $this->_post['results']['comp'], $categories);
|
378 |
|
379 |
if(!$this->isPreLockQuiz($quiz)) {
|
380 |
$statistics = new WpProQuiz_Controller_Statistics();
|
465 |
return filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP);
|
466 |
}
|
467 |
|
468 |
+
private function emailNote(WpProQuiz_Model_Quiz $quiz, $result, $categories) {
|
469 |
$globalMapper = new WpProQuiz_Model_GlobalSettingsMapper();
|
470 |
|
471 |
$adminEmail = $globalMapper->getEmailSettings();
|
479 |
'$quizname' => $quiz->getName(),
|
480 |
'$result' => $result['result'].'%',
|
481 |
'$points' => $result['points'],
|
482 |
+
'$ip' => filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP),
|
483 |
+
'$categories' => empty($result['cats']) ? '' : $this->setCategoryOverview($result['cats'], $categories)
|
484 |
);
|
485 |
|
486 |
if($user->ID == 0) {
|
529 |
public function htmlEmailContent($contentType) {
|
530 |
return 'text/html';
|
531 |
}
|
532 |
+
|
533 |
+
private function setCategoryOverview($catArray, $categories) {
|
534 |
+
$cats = array();
|
535 |
+
|
536 |
+
foreach($categories as $cat) {
|
537 |
+
/* @var $cat WpProQuiz_Model_Category */
|
538 |
+
|
539 |
+
if(!$cat->getCategoryId()) {
|
540 |
+
$cat->setCategoryName(__('Not categorized', 'wp-pro-quiz'));
|
541 |
+
}
|
542 |
+
|
543 |
+
$cats[$cat->getCategoryId()] = $cat->getCategoryName();
|
544 |
+
}
|
545 |
+
|
546 |
+
$a = __('Categories', 'wp-pro-quiz').":\n";
|
547 |
+
|
548 |
+
foreach($catArray as $id => $value) {
|
549 |
+
if(!isset($cats[$id]))
|
550 |
+
continue;
|
551 |
+
|
552 |
+
$a .= '* '.str_pad($cats[$id], 35, '.').((float)$value)."%\n";
|
553 |
+
}
|
554 |
+
|
555 |
+
return $a;
|
556 |
+
}
|
557 |
}
|
lib/helper/WpProQuiz_Helper_DbUpgrade.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
class WpProQuiz_Helper_DbUpgrade {
|
3 |
|
4 |
-
const WPPROQUIZ_DB_VERSION =
|
5 |
|
6 |
private $_wpdb;
|
7 |
private $_prefix;
|
@@ -852,4 +852,22 @@ class WpProQuiz_Helper_DbUpgrade {
|
|
852 |
|
853 |
return 19;
|
854 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
855 |
}
|
1 |
<?php
|
2 |
class WpProQuiz_Helper_DbUpgrade {
|
3 |
|
4 |
+
const WPPROQUIZ_DB_VERSION = 20;
|
5 |
|
6 |
private $_wpdb;
|
7 |
private $_prefix;
|
852 |
|
853 |
return 19;
|
854 |
}
|
855 |
+
|
856 |
+
private function upgradeDbV19() {
|
857 |
+
$this->_wpdb->query('
|
858 |
+
ALTER TABLE '.$this->_wpdb->prefix.'wp_pro_quiz_question
|
859 |
+
ADD `answer_points_diff_modus_activated` TINYINT( 1 ) UNSIGNED NOT NULL,
|
860 |
+
ADD `disable_correct` TINYINT( 1 ) UNSIGNED NOT NULL
|
861 |
+
');
|
862 |
+
|
863 |
+
$this->_wpdb->query('
|
864 |
+
ALTER TABLE '.$this->_wpdb->prefix.'wp_pro_quiz_master
|
865 |
+
ADD `autostart` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT \'0\' ,
|
866 |
+
ADD `forcing_question_solve` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT \'0\',
|
867 |
+
ADD `hide_question_position_overview` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT \'0\',
|
868 |
+
ADD `hide_question_numbering` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT \'0\'
|
869 |
+
');
|
870 |
+
|
871 |
+
return 20;
|
872 |
+
}
|
873 |
}
|
lib/helper/WpProQuiz_Helper_ExportXml.php
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class WpProQuiz_Helper_ExportXml {
|
3 |
+
|
4 |
+
public function export($ids) {
|
5 |
+
|
6 |
+
$dom = new DOMDocument('1.0', 'utf-8');
|
7 |
+
|
8 |
+
$root = $dom->createElement('wpProQuiz');
|
9 |
+
|
10 |
+
$dom->appendChild($root);
|
11 |
+
|
12 |
+
$header = $dom->createElement('header');
|
13 |
+
$header->setAttribute('version', WPPROQUIZ_VERSION);
|
14 |
+
$header->setAttribute('exportVersion', 1);
|
15 |
+
|
16 |
+
$root->appendChild($header);
|
17 |
+
$data = $dom->createElement('data');
|
18 |
+
|
19 |
+
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
20 |
+
$questionMapper = new WpProQuiz_Model_QuestionMapper();
|
21 |
+
|
22 |
+
foreach($ids as $id) {
|
23 |
+
$quizModel = $quizMapper->fetch($id);
|
24 |
+
|
25 |
+
if($quizModel->getId() <= 0)
|
26 |
+
continue;
|
27 |
+
|
28 |
+
$questionModel = $questionMapper->fetchAll($quizModel->getId());
|
29 |
+
|
30 |
+
$quizElement = $this->getQuizElement($dom, $quizModel);
|
31 |
+
|
32 |
+
$quizElement->appendChild($questionsElement = $dom->createElement('questions'));
|
33 |
+
|
34 |
+
foreach($questionModel as $model) {
|
35 |
+
$questionElement = $this->createQuestionElement($dom, $model);
|
36 |
+
$questionsElement->appendChild($questionElement);
|
37 |
+
}
|
38 |
+
|
39 |
+
$data->appendChild($quizElement);
|
40 |
+
}
|
41 |
+
|
42 |
+
$root->appendChild($data);
|
43 |
+
|
44 |
+
return $dom->saveXML();
|
45 |
+
}
|
46 |
+
|
47 |
+
/**
|
48 |
+
* @param DOMDocument $dom
|
49 |
+
* @param WpProQuiz_Model_Quiz $quiz
|
50 |
+
*/
|
51 |
+
private function getQuizElement($dom, $quiz) {
|
52 |
+
$quizElement = $dom->createElement('quiz');
|
53 |
+
|
54 |
+
$title = $dom->createElement('title');
|
55 |
+
$title->appendChild($dom->createCDATASection($quiz->getName()));
|
56 |
+
$title->setAttribute('titleHidden', $this->booleanToTrueOrFalse($quiz->isTitleHidden()));
|
57 |
+
$quizElement->appendChild($title);
|
58 |
+
|
59 |
+
$quizElement->appendChild($text = $dom->createElement('text'));
|
60 |
+
$text->appendChild($dom->createCDATASection($quiz->getText()));
|
61 |
+
|
62 |
+
if(is_array($quiz->getResultText())) {
|
63 |
+
$resultArray = $quiz->getResultText();
|
64 |
+
$result = $dom->createElement('resultText');
|
65 |
+
$result->setAttribute('gradeEnabled', $this->booleanToTrueOrFalse($quiz->isResultGradeEnabled()));
|
66 |
+
|
67 |
+
for($i = 0; $i < count($resultArray); $i++) {
|
68 |
+
$r = $dom->createElement('text');
|
69 |
+
$r->appendChild($dom->createCDATASection($resultArray['text'][$i]));
|
70 |
+
$r->setAttribute('prozent', $resultArray['prozent'][$i]);
|
71 |
+
|
72 |
+
$result->appendChild($r);
|
73 |
+
}
|
74 |
+
|
75 |
+
$quizElement->appendChild($result);
|
76 |
+
} else {
|
77 |
+
$result = $dom->createElement('resultText');
|
78 |
+
$result->setAttribute('gradeEnabled', $this->booleanToTrueOrFalse($quiz->isResultGradeEnabled()));
|
79 |
+
$result->appendChild($dom->createCDATASection($quiz->getResultText()));
|
80 |
+
|
81 |
+
$quizElement->appendChild($result);
|
82 |
+
}
|
83 |
+
|
84 |
+
|
85 |
+
$quizElement->appendChild($dom->createElement('btnRestartQuizHidden', $this->booleanToTrueOrFalse($quiz->isBtnRestartQuizHidden())));
|
86 |
+
$quizElement->appendChild($dom->createElement('btnViewQuestionHidden', $this->booleanToTrueOrFalse($quiz->isBtnViewQuestionHidden())));
|
87 |
+
$quizElement->appendChild($dom->createElement('questionRandom', $this->booleanToTrueOrFalse($quiz->isQuestionRandom())));
|
88 |
+
$quizElement->appendChild($dom->createElement('answerRandom', $this->booleanToTrueOrFalse($quiz->isAnswerRandom())));
|
89 |
+
$quizElement->appendChild($dom->createElement('timeLimit', $quiz->getTimeLimit()));
|
90 |
+
$quizElement->appendChild($dom->createElement('showPoints', $this->booleanToTrueOrFalse($quiz->isShowPoints())));
|
91 |
+
|
92 |
+
$statistic = $dom->createElement('statistic');
|
93 |
+
$statistic->setAttribute('activated', $this->booleanToTrueOrFalse($quiz->isStatisticsOn()));
|
94 |
+
$statistic->setAttribute('ipLock', $quiz->getStatisticsIpLock());
|
95 |
+
$quizElement->appendChild($statistic);
|
96 |
+
|
97 |
+
|
98 |
+
$quizElement->appendChild($quizRunOnce = $dom->createElement('quizRunOnce', $this->booleanToTrueOrFalse($quiz->isQuizRunOnce())));
|
99 |
+
$quizRunOnce->setAttribute('type', $quiz->getQuizRunOnceType());
|
100 |
+
$quizRunOnce->setAttribute('cookie', $this->booleanToTrueOrFalse($quiz->isQuizRunOnceCookie()));
|
101 |
+
$quizRunOnce->setAttribute('time', $quiz->getQuizRunOnceTime());
|
102 |
+
|
103 |
+
$quizElement->appendChild($dom->createElement('numberedAnswer', $this->booleanToTrueOrFalse($quiz->isNumberedAnswer())));
|
104 |
+
$quizElement->appendChild($dom->createElement('hideAnswerMessageBox', $this->booleanToTrueOrFalse($quiz->isHideAnswerMessageBox())));
|
105 |
+
$quizElement->appendChild($dom->createElement('disabledAnswerMark', $this->booleanToTrueOrFalse($quiz->isDisabledAnswerMark())));
|
106 |
+
|
107 |
+
$quizElement->appendChild($showMaxQuestion = $dom->createElement('showMaxQuestion', $this->booleanToTrueOrFalse($quiz->isShowMaxQuestion())));
|
108 |
+
$showMaxQuestion->setAttribute('showMaxQuestionValue', $quiz->getShowMaxQuestionValue());
|
109 |
+
$showMaxQuestion->setAttribute('showMaxQuestionPercent', $this->booleanToTrueOrFalse($quiz->isShowMaxQuestionPercent()));
|
110 |
+
|
111 |
+
|
112 |
+
//Toplist
|
113 |
+
$toplist = $dom->createElement('toplist');
|
114 |
+
$toplist->setAttribute('activated', $this->booleanToTrueOrFalse($quiz->isToplistActivated()));
|
115 |
+
$toplist->appendChild($dom->createElement('toplistDataAddPermissions', $quiz->getToplistDataAddPermissions()));
|
116 |
+
$toplist->appendChild($dom->createElement('toplistDataSort', $quiz->getToplistDataSort()));
|
117 |
+
$toplist->appendChild($dom->createElement('toplistDataAddMultiple', $this->booleanToTrueOrFalse($quiz->isToplistDataAddMultiple())));
|
118 |
+
$toplist->appendChild($dom->createElement('toplistDataAddBlock', $quiz->getToplistDataAddBlock()));
|
119 |
+
$toplist->appendChild($dom->createElement('toplistDataShowLimit', $quiz->getToplistDataShowLimit()));
|
120 |
+
$toplist->appendChild($dom->createElement('toplistDataShowIn', $quiz->getToplistDataShowIn()));
|
121 |
+
$toplist->appendChild($dom->createElement('toplistDataCaptcha', $this->booleanToTrueOrFalse($quiz->isToplistDataCaptcha())));
|
122 |
+
$toplist->appendChild($dom->createElement('toplistDataAddAutomatic', $this->booleanToTrueOrFalse($quiz->isToplistDataAddAutomatic())));
|
123 |
+
|
124 |
+
$quizElement->appendChild($toplist);
|
125 |
+
|
126 |
+
$quizElement->appendChild($dom->createElement('showAverageResult', $this->booleanToTrueOrFalse($quiz->isShowAverageResult())));
|
127 |
+
$quizElement->appendChild($dom->createElement('prerequisite', $this->booleanToTrueOrFalse($quiz->isPrerequisite())));
|
128 |
+
$quizElement->appendChild($dom->createElement('quizModus', $quiz->getQuizModus()));
|
129 |
+
$quizElement->appendChild($dom->createElement('showReviewQuestion', $this->booleanToTrueOrFalse($quiz->isShowReviewQuestion())));
|
130 |
+
$quizElement->appendChild($dom->createElement('quizSummaryHide', $this->booleanToTrueOrFalse($quiz->isQuizSummaryHide())));
|
131 |
+
$quizElement->appendChild($dom->createElement('skipQuestionDisabled', $this->booleanToTrueOrFalse($quiz->isSkipQuestionDisabled())));
|
132 |
+
$quizElement->appendChild($dom->createElement('emailNotification', $quiz->getEmailNotification()));
|
133 |
+
$quizElement->appendChild($dom->createElement('userEmailNotification', $this->booleanToTrueOrFalse($quiz->isUserEmailNotification())));
|
134 |
+
$quizElement->appendChild($dom->createElement('showCategoryScore', $this->booleanToTrueOrFalse($quiz->isShowCategoryScore())));
|
135 |
+
$quizElement->appendChild($dom->createElement('hideResultCorrectQuestion', $this->booleanToTrueOrFalse($quiz->isHideResultCorrectQuestion())));
|
136 |
+
$quizElement->appendChild($dom->createElement('hideResultQuizTime', $this->booleanToTrueOrFalse($quiz->isHideResultQuizTime())));
|
137 |
+
$quizElement->appendChild($dom->createElement('hideResultPoints', $this->booleanToTrueOrFalse($quiz->isHideResultPoints())));
|
138 |
+
$quizElement->appendChild($dom->createElement('autostart', $this->booleanToTrueOrFalse($quiz->isAutostart())));
|
139 |
+
$quizElement->appendChild($dom->createElement('forcingQuestionSolve', $this->booleanToTrueOrFalse($quiz->isForcingQuestionSolve())));
|
140 |
+
$quizElement->appendChild($dom->createElement('hideQuestionPositionOverview', $this->booleanToTrueOrFalse($quiz->isHideQuestionPositionOverview())));
|
141 |
+
$quizElement->appendChild($dom->createElement('hideQuestionNumbering', $this->booleanToTrueOrFalse($quiz->isHideQuestionNumbering())));
|
142 |
+
|
143 |
+
return $quizElement;
|
144 |
+
}
|
145 |
+
|
146 |
+
/**
|
147 |
+
* @param DOMDocument $dom
|
148 |
+
* @param WpProQuiz_Model_Question $question
|
149 |
+
* @return DOMDocument
|
150 |
+
*/
|
151 |
+
private function createQuestionElement($dom, $question) {
|
152 |
+
$qElement = $dom->createElement('question');
|
153 |
+
$qElement->setAttribute('answerType', $question->getAnswerType());
|
154 |
+
|
155 |
+
$qElement->appendChild($title = $dom->createElement('title'));
|
156 |
+
$title->appendChild($dom->createCDATASection($question->getTitle()));
|
157 |
+
|
158 |
+
$qElement->appendChild($dom->createElement('points', $question->getPoints()));
|
159 |
+
|
160 |
+
$qElement->appendChild($questionText = $dom->createElement('questionText'));
|
161 |
+
$questionText->appendChild($dom->createCDATASection($question->getQuestion()));
|
162 |
+
|
163 |
+
$qElement->appendChild($correctMsg = $dom->createElement('correctMsg'));
|
164 |
+
$correctMsg->appendChild($dom->createCDATASection($question->getCorrectMsg()));
|
165 |
+
|
166 |
+
$qElement->appendChild($incorrectMsg = $dom->createElement('incorrectMsg'));
|
167 |
+
$incorrectMsg->appendChild($dom->createCDATASection($question->getIncorrectMsg()));
|
168 |
+
|
169 |
+
$qElement->appendChild($tipMsg = $dom->createElement('tipMsg'));
|
170 |
+
$tipMsg->setAttribute('enabled', $this->booleanToTrueOrFalse($question->isTipEnabled()));
|
171 |
+
$tipMsg->appendChild($dom->createCDATASection($question->getTipMsg()));
|
172 |
+
|
173 |
+
$qElement->appendChild($dom->createElement('category', $question->getCategoryName()));
|
174 |
+
|
175 |
+
$qElement->appendChild($dom->createElement('correctSameText', $this->booleanToTrueOrFalse($question->isCorrectSameText())));
|
176 |
+
$qElement->appendChild($dom->createElement('showPointsInBox', $this->booleanToTrueOrFalse($question->isShowPointsInBox())));
|
177 |
+
$qElement->appendChild($dom->createElement('answerPointsActivated', $this->booleanToTrueOrFalse($question->isAnswerPointsActivated())));
|
178 |
+
$qElement->appendChild($dom->createElement('answerPointsDiffModusActivated', $this->booleanToTrueOrFalse($question->isAnswerPointsDiffModusActivated())));
|
179 |
+
$qElement->appendChild($dom->createElement('disableCorrect', $this->booleanToTrueOrFalse($question->isDisableCorrect())));
|
180 |
+
|
181 |
+
$answersElement = $dom->createElement('answers');
|
182 |
+
|
183 |
+
$answerData = $question->getAnswerData();
|
184 |
+
|
185 |
+
if(is_array($answerData)) {
|
186 |
+
foreach ($answerData as $answer) {
|
187 |
+
$answerElement = $dom->createElement('answer');
|
188 |
+
$answerElement->setAttribute('points', $answer->getPoints());
|
189 |
+
$answerElement->setAttribute('correct', $this->booleanToTrueOrFalse($answer->isCorrect()));
|
190 |
+
|
191 |
+
$answerText = $dom->createElement('answerText');
|
192 |
+
$answerText->setAttribute('html', $this->booleanToTrueOrFalse($answer->isHtml()));
|
193 |
+
$answerText->appendChild($dom->createCDATASection($answer->getAnswer()));
|
194 |
+
|
195 |
+
$answerElement->appendChild($answerText);
|
196 |
+
|
197 |
+
$sortText = $dom->createElement('stortText');
|
198 |
+
$sortText->setAttribute('html', $this->booleanToTrueOrFalse($answer->isSortStringHtml()));
|
199 |
+
$sortText->appendChild($dom->createCDATASection($answer->getSortString()));
|
200 |
+
|
201 |
+
$answerElement->appendChild($sortText);
|
202 |
+
|
203 |
+
$answersElement->appendChild($answerElement);
|
204 |
+
}
|
205 |
+
}
|
206 |
+
|
207 |
+
$qElement->appendChild($answersElement);
|
208 |
+
|
209 |
+
return $qElement;
|
210 |
+
}
|
211 |
+
|
212 |
+
private function booleanToTrueOrFalse($v) {
|
213 |
+
return $v ? 'true' : 'false';
|
214 |
+
}
|
215 |
+
}
|
lib/helper/WpProQuiz_Helper_ImportXml.php
ADDED
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class WpProQuiz_Helper_ImportXml {
|
3 |
+
private $_content = null;
|
4 |
+
private $_error = false;
|
5 |
+
|
6 |
+
public function setImportFileUpload($file) {
|
7 |
+
if(!is_uploaded_file($file['tmp_name'])) {
|
8 |
+
$this->setError(__('File was not uploaded', 'wp-pro-quiz'));
|
9 |
+
return false;
|
10 |
+
}
|
11 |
+
|
12 |
+
$this->_content = file_get_contents($file['tmp_name']);
|
13 |
+
|
14 |
+
return $this->checkCode();
|
15 |
+
}
|
16 |
+
|
17 |
+
public function setImportString($str) {
|
18 |
+
$this->_content = base64_decode($str);
|
19 |
+
|
20 |
+
return true;
|
21 |
+
}
|
22 |
+
|
23 |
+
private function checkCode() {
|
24 |
+
$xml = @simplexml_load_string($this->_content);
|
25 |
+
|
26 |
+
if($xml === false) {
|
27 |
+
$this->_error = __('XML could not be loaded.', 'wp-pro-quiz');
|
28 |
+
return false;
|
29 |
+
}
|
30 |
+
|
31 |
+
return isset($xml->header);
|
32 |
+
}
|
33 |
+
|
34 |
+
public function getImportData() {
|
35 |
+
$xml = @simplexml_load_string($this->_content, 'SimpleXMLElement', LIBXML_NOCDATA);
|
36 |
+
$a = array('master' => array(), 'question' => array());
|
37 |
+
$i = 0;
|
38 |
+
|
39 |
+
if($xml === false) {
|
40 |
+
$this->_error = __('XML could not be loaded.', 'wp-pro-quiz');
|
41 |
+
return false;
|
42 |
+
}
|
43 |
+
|
44 |
+
if(isset($xml->data) && isset($xml->data->quiz)) {
|
45 |
+
foreach($xml->data->quiz as $quiz) {
|
46 |
+
$quizModel = $this->createQuizModel($quiz);
|
47 |
+
|
48 |
+
if($quizModel !== null) {
|
49 |
+
$quizModel->setId($i++);
|
50 |
+
|
51 |
+
$a['master'][] = $quizModel;
|
52 |
+
|
53 |
+
if(isset($quiz->questions)) {
|
54 |
+
foreach ($quiz->questions->question as $question) {
|
55 |
+
$questionModel = $this->createQuestionModel($question);
|
56 |
+
|
57 |
+
if($questionModel !== null)
|
58 |
+
$a['question'][$quizModel->getId()][] = $questionModel;
|
59 |
+
}
|
60 |
+
}
|
61 |
+
}
|
62 |
+
}
|
63 |
+
}
|
64 |
+
|
65 |
+
return $a;
|
66 |
+
}
|
67 |
+
|
68 |
+
public function getContent() {
|
69 |
+
return base64_encode($this->_content);
|
70 |
+
}
|
71 |
+
|
72 |
+
public function saveImport($ids) {
|
73 |
+
$quizMapper = new WpProQuiz_Model_QuizMapper();
|
74 |
+
$questionMapper = new WpProQuiz_Model_QuestionMapper();
|
75 |
+
$categoryMapper = new WpProQuiz_Model_CategoryMapper();
|
76 |
+
|
77 |
+
$data = $this->getImportData();
|
78 |
+
$categoryArray = $categoryMapper->getCategoryArrayForImport();
|
79 |
+
|
80 |
+
foreach($data['master'] as $quiz) {
|
81 |
+
if(get_class($quiz) !== 'WpProQuiz_Model_Quiz')
|
82 |
+
continue;
|
83 |
+
|
84 |
+
$oldId = $quiz->getId();
|
85 |
+
|
86 |
+
if($ids !== false && !in_array($oldId, $ids))
|
87 |
+
continue;
|
88 |
+
|
89 |
+
$quiz->setId(0);
|
90 |
+
|
91 |
+
$quizMapper->save($quiz);
|
92 |
+
|
93 |
+
$sort = 0;
|
94 |
+
|
95 |
+
foreach($data['question'][$oldId] as $question) {
|
96 |
+
|
97 |
+
if(get_class($question) !== 'WpProQuiz_Model_Question')
|
98 |
+
continue;
|
99 |
+
|
100 |
+
$question->setQuizId($quiz->getId());
|
101 |
+
$question->setId(0);
|
102 |
+
$question->setSort($sort++);
|
103 |
+
$question->setCategoryId(0);
|
104 |
+
if(trim($question->getCategoryName()) != '') {
|
105 |
+
if(isset($categoryArray[strtolower($question->getCategoryName())])) {
|
106 |
+
$question->setCategoryId($categoryArray[strtolower($question->getCategoryName())]);
|
107 |
+
} else {
|
108 |
+
$categoryModel = new WpProQuiz_Model_Category();
|
109 |
+
$categoryModel->setCategoryName($question->getCategoryName());
|
110 |
+
$categoryMapper->save($categoryModel);
|
111 |
+
|
112 |
+
$question->setCategoryId($categoryModel->getCategoryId());
|
113 |
+
|
114 |
+
$categoryArray[strtolower($question->getCategoryName())] = $categoryModel->getCategoryId();
|
115 |
+
}
|
116 |
+
}
|
117 |
+
|
118 |
+
$questionMapper->save($question);
|
119 |
+
}
|
120 |
+
}
|
121 |
+
|
122 |
+
return true;
|
123 |
+
}
|
124 |
+
|
125 |
+
public function getError() {
|
126 |
+
return $this->_error;
|
127 |
+
}
|
128 |
+
|
129 |
+
private function createQuizModel($xml) {
|
130 |
+
$model = new WpProQuiz_Model_Quiz();
|
131 |
+
|
132 |
+
$model->setName(trim($xml->title));
|
133 |
+
$model->setText(trim($xml->text));
|
134 |
+
$model->setTitleHidden($xml->title->attributes()->titleHidden == 'true');
|
135 |
+
|
136 |
+
$model->setQuestionRandom($xml->questionRandom == 'true');
|
137 |
+
$model->setAnswerRandom($xml->answerRandom == 'true');
|
138 |
+
$model->setTimeLimit($xml->timeLimit);
|
139 |
+
|
140 |
+
$model->setResultText($xml->resultText);
|
141 |
+
$model->setResultGradeEnabled($xml->resultText);
|
142 |
+
|
143 |
+
if(isset($xml->resultText)) {
|
144 |
+
$attr = $xml->resultText->attributes();
|
145 |
+
|
146 |
+
if($attr !== null) {
|
147 |
+
$model->setResultGradeEnabled($attr->gradeEnabled == 'true');
|
148 |
+
|
149 |
+
if($model->isResultGradeEnabled()) {
|
150 |
+
$resultArray = array('text' => array(), 'prozent' => array());
|
151 |
+
|
152 |
+
foreach($xml->resultText->text as $result) {
|
153 |
+
$resultArray['text'][] = trim((string)$result);
|
154 |
+
$resultArray['prozent'][] = $result->attributes() === null ? 0 : (int)$result->attributes()->prozent;
|
155 |
+
}
|
156 |
+
|
157 |
+
$model->setResultText($resultArray);
|
158 |
+
} else {
|
159 |
+
$model->setResultText(trim((string) $xml->resultText));
|
160 |
+
}
|
161 |
+
}
|
162 |
+
}
|
163 |
+
|
164 |
+
$model->setShowPoints($xml->showPoints == 'true');
|
165 |
+
$model->setBtnRestartQuizHidden($xml->btnRestartQuizHidden == 'true');
|
166 |
+
$model->setBtnViewQuestionHidden($xml->btnViewQuestionHidden == 'true');
|
167 |
+
$model->setNumberedAnswer($xml->numberedAnswer == 'true');
|
168 |
+
$model->setHideAnswerMessageBox($xml->hideAnswerMessageBox == 'true');
|
169 |
+
$model->setDisabledAnswerMark($xml->disabledAnswerMark == 'true');
|
170 |
+
|
171 |
+
if(isset($xml->statistic)) {
|
172 |
+
$attr = $xml->statistic->attributes();
|
173 |
+
|
174 |
+
if($attr !== null) {
|
175 |
+
$model->setStatisticsOn($attr->activated == 'true');
|
176 |
+
$model->setStatisticsIpLock($attr->ipLock);
|
177 |
+
}
|
178 |
+
}
|
179 |
+
|
180 |
+
if(isset($xml->quizRunOnce)) {
|
181 |
+
$model->setQuizRunOnce($xml->quizRunOnce == 'true');
|
182 |
+
$attr = $xml->quizRunOnce->attributes();
|
183 |
+
|
184 |
+
if($attr !== null) {
|
185 |
+
$model->setQuizRunOnceCookie($attr->cookie == 'true');
|
186 |
+
$model->setQuizRunOnceType($attr->type);
|
187 |
+
$model->setQuizRunOnceTime($attr->time);
|
188 |
+
}
|
189 |
+
}
|
190 |
+
|
191 |
+
if(isset($xml->showMaxQuestion)) {
|
192 |
+
$model->setShowMaxQuestion($xml->showMaxQuestion == 'true');
|
193 |
+
$attr = $xml->showMaxQuestion->attributes();
|
194 |
+
|
195 |
+
if($attr !== null) {
|
196 |
+
$model->setShowMaxQuestionValue($attr->showMaxQuestionValue);
|
197 |
+
$model->setShowMaxQuestionPercent($attr->showMaxQuestionPercent == 'true');
|
198 |
+
}
|
199 |
+
}
|
200 |
+
|
201 |
+
if(isset($xml->toplist)) {
|
202 |
+
$model->setToplistActivated($xml->toplist->attributes()->activated == 'true');
|
203 |
+
|
204 |
+
$model->setToplistDataAddPermissions($xml->toplist->toplistDataAddPermissions);
|
205 |
+
$model->setToplistDataSort($xml->toplist->toplistDataSort);
|
206 |
+
$model->setToplistDataAddMultiple($xml->toplist->toplistDataAddMultiple == 'true');
|
207 |
+
$model->setToplistDataAddBlock($xml->toplist->toplistDataAddBlock);
|
208 |
+
$model->setToplistDataShowLimit($xml->toplist->toplistDataShowLimit);
|
209 |
+
$model->setToplistDataShowIn($xml->toplist->toplistDataShowIn);
|
210 |
+
$model->setToplistDataCaptcha($xml->toplist->toplistDataCaptcha == 'true');
|
211 |
+
$model->setToplistDataAddAutomatic($xml->toplist->toplistDataAddAutomatic == 'true');
|
212 |
+
}
|
213 |
+
|
214 |
+
$model->setShowAverageResult($xml->showAverageResult == 'true');
|
215 |
+
$model->setPrerequisite($xml->prerequisite == 'true');
|
216 |
+
$model->setQuizModus($xml->quizModus);
|
217 |
+
$model->setShowReviewQuestion($xml->showReviewQuestion == 'true');
|
218 |
+
$model->setQuizSummaryHide($xml->quizSummaryHide == 'true');
|
219 |
+
$model->setSkipQuestionDisabled($xml->skipQuestionDisabled == 'true');
|
220 |
+
$model->setEmailNotification($xml->emailNotification);
|
221 |
+
$model->setUserEmailNotification($xml->userEmailNotification == 'true');
|
222 |
+
$model->setShowCategoryScore($xml->showCategoryScore == 'true');
|
223 |
+
$model->setHideResultCorrectQuestion($xml->hideResultCorrectQuestion == 'true');
|
224 |
+
$model->setHideResultQuizTime($xml->hideResultQuizTime == 'true');
|
225 |
+
$model->setHideResultPoints($xml->hideResultPoints == 'true');
|
226 |
+
$model->setAutostart($xml->autostart == 'true');
|
227 |
+
$model->setForcingQuestionSolve($xml->forcingQuestionSolve == 'true');
|
228 |
+
$model->setHideQuestionPositionOverview($xml->hideQuestionPositionOverview == 'true');
|
229 |
+
$model->setHideQuestionNumbering($xml->hideQuestionNumbering == 'true');
|
230 |
+
|
231 |
+
//Check
|
232 |
+
if($model->getName() == '')
|
233 |
+
return null;
|
234 |
+
|
235 |
+
if($model->getText() == '')
|
236 |
+
return null;
|
237 |
+
|
238 |
+
return $model;
|
239 |
+
}
|
240 |
+
|
241 |
+
/**
|
242 |
+
*
|
243 |
+
* @param DOMDocument $xml
|
244 |
+
* @return NULL|WpProQuiz_Model_Question
|
245 |
+
*/
|
246 |
+
private function createQuestionModel($xml) {
|
247 |
+
$model = new WpProQuiz_Model_Question();
|
248 |
+
|
249 |
+
$model->setTitle(trim($xml->title));
|
250 |
+
$model->setQuestion(trim($xml->questionText));
|
251 |
+
$model->setCorrectMsg(trim($xml->correctMsg));
|
252 |
+
$model->setIncorrectMsg(trim($xml->incorrectMsg));
|
253 |
+
$model->setAnswerType(trim($xml->attributes()->answerType));
|
254 |
+
$model->setCorrectSameText($xml->correctSameText == 'true');
|
255 |
+
|
256 |
+
$model->setTipMsg(trim($xml->tipMsg));
|
257 |
+
|
258 |
+
if(isset($xml->tipMsg) && $xml->tipMsg->attributes() !== null)
|
259 |
+
$model->setTipEnabled($xml->tipMsg->attributes()->enabled == 'true');
|
260 |
+
|
261 |
+
$model->setPoints($xml->points);
|
262 |
+
$model->setShowPointsInBox($xml->showPointsInBox == 'true');
|
263 |
+
$model->setAnswerPointsActivated($xml->answerPointsActivated == 'true');
|
264 |
+
$model->setAnswerPointsDiffModusActivated($xml->answerPointsDiffModusActivated == 'true');
|
265 |
+
$model->setDisableCorrect($xml->disableCorrect == 'true');
|
266 |
+
$model->setCategoryName(trim($xml->category));
|
267 |
+
|
268 |
+
$answerData = array();
|
269 |
+
|
270 |
+
if(isset($xml->answers)) {
|
271 |
+
foreach($xml->answers->answer as $answer) {
|
272 |
+
$answerModel = new WpProQuiz_Model_AnswerTypes();
|
273 |
+
|
274 |
+
$attr = $answer->attributes();
|
275 |
+
|
276 |
+
if($attr !== null) {
|
277 |
+
$answerModel->setCorrect($attr->correct == 'true');
|
278 |
+
$answerModel->setPoints($attr->points);
|
279 |
+
}
|
280 |
+
|
281 |
+
$answerModel->setAnswer(trim($answer->answerText));
|
282 |
+
|
283 |
+
if($answer->answerText->attributes() !== null)
|
284 |
+
$answerModel->setHtml($answer->answerText->attributes()->html);
|
285 |
+
|
286 |
+
$answerModel->setSortString(trim($answer->stortText));
|
287 |
+
|
288 |
+
if($answer->stortText->attributes() !== null)
|
289 |
+
$answerModel->setSortStringHtml($answer->stortText->attributes()->html);
|
290 |
+
|
291 |
+
$answerData[] = $answerModel;
|
292 |
+
}
|
293 |
+
}
|
294 |
+
|
295 |
+
$model->setAnswerData($answerData);
|
296 |
+
|
297 |
+
//Check
|
298 |
+
if(trim($model->getAnswerType()) == '')
|
299 |
+
return null;
|
300 |
+
|
301 |
+
if(trim($model->getQuestion()) == '')
|
302 |
+
return null;
|
303 |
+
|
304 |
+
if(trim($model->getTitle()) == '')
|
305 |
+
return null;
|
306 |
+
|
307 |
+
if(count($model->getAnswerData()) == 0)
|
308 |
+
return null;
|
309 |
+
|
310 |
+
return $model;
|
311 |
+
}
|
312 |
+
}
|
lib/helper/WpProQuiz_Helper_Upgrade.php
CHANGED
@@ -21,6 +21,7 @@ class WpProQuiz_Helper_Upgrade {
|
|
21 |
case '0.21':
|
22 |
case '0.22':
|
23 |
case '0.23':
|
|
|
24 |
break;
|
25 |
default:
|
26 |
WpProQuiz_Helper_Upgrade::install();
|
21 |
case '0.21':
|
22 |
case '0.22':
|
23 |
case '0.23':
|
24 |
+
case '0.24':
|
25 |
break;
|
26 |
default:
|
27 |
WpProQuiz_Helper_Upgrade::install();
|
lib/model/WpProQuiz_Model_CategoryMapper.php
CHANGED
@@ -62,4 +62,16 @@ class WpProQuiz_Model_CategoryMapper extends WpProQuiz_Model_Mapper {
|
|
62 |
|
63 |
return $this->_wpdb->delete($this->_tableCategory, array('category_id' => $categoryId), array('%d'));
|
64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
}
|
62 |
|
63 |
return $this->_wpdb->delete($this->_tableCategory, array('category_id' => $categoryId), array('%d'));
|
64 |
}
|
65 |
+
|
66 |
+
public function getCategoryArrayForImport() {
|
67 |
+
$r = array();
|
68 |
+
|
69 |
+
$results = $this->_wpdb->get_results("SELECT * FROM {$this->_tableCategory}", ARRAY_A);
|
70 |
+
|
71 |
+
foreach ($results as $row) {
|
72 |
+
$r[strtolower($row['category_name'])] = (int)$row['category_id'];
|
73 |
+
}
|
74 |
+
|
75 |
+
return $r;
|
76 |
+
}
|
77 |
}
|
lib/model/WpProQuiz_Model_PrerequisiteMapper.php
CHANGED
@@ -40,7 +40,7 @@ class WpProQuiz_Model_PrerequisiteMapper extends WpProQuiz_Model_Mapper {
|
|
40 |
FROM
|
41 |
{$this->_tablePrerequisite} AS p
|
42 |
LEFT JOIN
|
43 |
-
{$this->
|
44 |
ON ( s.quiz_id = p.quiz_id AND s.user_id = %d )
|
45 |
WHERE
|
46 |
s.user_id IS NULL AND p.prerequisite_quiz_id = %d
|
40 |
FROM
|
41 |
{$this->_tablePrerequisite} AS p
|
42 |
LEFT JOIN
|
43 |
+
{$this->_tableStatisticRef} AS s
|
44 |
ON ( s.quiz_id = p.quiz_id AND s.user_id = %d )
|
45 |
WHERE
|
46 |
s.user_id IS NULL AND p.prerequisite_quiz_id = %d
|
lib/model/WpProQuiz_Model_Question.php
CHANGED
@@ -23,6 +23,10 @@ class WpProQuiz_Model_Question extends WpProQuiz_Model_Model {
|
|
23 |
|
24 |
//0.24
|
25 |
protected $_categoryName = '';
|
|
|
|
|
|
|
|
|
26 |
|
27 |
public function setId($_id) {
|
28 |
$this->_id = $_id;
|
@@ -194,4 +198,22 @@ class WpProQuiz_Model_Question extends WpProQuiz_Model_Model {
|
|
194 |
public function getCategoryName() {
|
195 |
return $this->_categoryName;
|
196 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
}
|
23 |
|
24 |
//0.24
|
25 |
protected $_categoryName = '';
|
26 |
+
|
27 |
+
//0.25
|
28 |
+
protected $_answerPointsDiffModusActivated = false;
|
29 |
+
protected $_disableCorrect = false;
|
30 |
|
31 |
public function setId($_id) {
|
32 |
$this->_id = $_id;
|
198 |
public function getCategoryName() {
|
199 |
return $this->_categoryName;
|
200 |
}
|
201 |
+
|
202 |
+
public function setAnswerPointsDiffModusActivated($_answerPointsDiffModusActivated) {
|
203 |
+
$this->_answerPointsDiffModusActivated = (bool)$_answerPointsDiffModusActivated;
|
204 |
+
return $this;
|
205 |
+
}
|
206 |
+
|
207 |
+
public function isAnswerPointsDiffModusActivated() {
|
208 |
+
return $this->_answerPointsDiffModusActivated;
|
209 |
+
}
|
210 |
+
|
211 |
+
public function setDisableCorrect($_disableCorrect) {
|
212 |
+
$this->_disableCorrect = (bool)$_disableCorrect;
|
213 |
+
return $this;
|
214 |
+
}
|
215 |
+
|
216 |
+
public function isDisableCorrect() {
|
217 |
+
return $this->_disableCorrect;
|
218 |
+
}
|
219 |
}
|
lib/model/WpProQuiz_Model_QuestionMapper.php
CHANGED
@@ -43,10 +43,12 @@ class WpProQuiz_Model_QuestionMapper extends WpProQuiz_Model_Mapper {
|
|
43 |
'show_points_in_box' => (int)$question->isShowPointsInBox(),
|
44 |
'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
|
45 |
'answer_data' => $question->getAnswerData(true),
|
46 |
-
'category_id' => $question->getCategoryId()
|
|
|
|
|
47 |
),
|
48 |
array('id' => $question->getId()),
|
49 |
-
array('%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d'),
|
50 |
array('%d'));
|
51 |
} else {
|
52 |
$this->_wpdb->insert($this->_table, array(
|
@@ -64,9 +66,11 @@ class WpProQuiz_Model_QuestionMapper extends WpProQuiz_Model_Mapper {
|
|
64 |
'show_points_in_box' => (int)$question->isShowPointsInBox(),
|
65 |
'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
|
66 |
'answer_data' => $question->getAnswerData(true),
|
67 |
-
'category_id' => $question->getCategoryId()
|
|
|
|
|
68 |
),
|
69 |
-
array('%d', '%d', '%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d')
|
70 |
);
|
71 |
|
72 |
$question->setId($this->_wpdb->insert_id);
|
@@ -181,5 +185,22 @@ class WpProQuiz_Model_QuestionMapper extends WpProQuiz_Model_Mapper {
|
|
181 |
|
182 |
public function exists($id) {
|
183 |
return $this->_wpdb->get_var($this->_wpdb->prepare("SELECT COUNT(*) FROM {$this->_table} WHERE id = %d", $id));
|
184 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
}
|
43 |
'show_points_in_box' => (int)$question->isShowPointsInBox(),
|
44 |
'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
|
45 |
'answer_data' => $question->getAnswerData(true),
|
46 |
+
'category_id' => $question->getCategoryId(),
|
47 |
+
'answer_points_diff_modus_activated' => (int)$question->isAnswerPointsDiffModusActivated(),
|
48 |
+
'disable_correct' => (int)$question->isDisableCorrect()
|
49 |
),
|
50 |
array('id' => $question->getId()),
|
51 |
+
array('%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d', '%d', '%d'),
|
52 |
array('%d'));
|
53 |
} else {
|
54 |
$this->_wpdb->insert($this->_table, array(
|
66 |
'show_points_in_box' => (int)$question->isShowPointsInBox(),
|
67 |
'answer_points_activated' => (int)$question->isAnswerPointsActivated(),
|
68 |
'answer_data' => $question->getAnswerData(true),
|
69 |
+
'category_id' => $question->getCategoryId(),
|
70 |
+
'answer_points_diff_modus_activated' => (int)$question->isAnswerPointsDiffModusActivated(),
|
71 |
+
'disable_correct' => (int)$question->isDisableCorrect()
|
72 |
),
|
73 |
+
array('%d', '%d', '%s', '%d', '%s', '%s', '%s', '%d', '%d', '%s', '%s', '%d', '%d', '%s', '%d', '%d', '%d')
|
74 |
);
|
75 |
|
76 |
$question->setId($this->_wpdb->insert_id);
|
185 |
|
186 |
public function exists($id) {
|
187 |
return $this->_wpdb->get_var($this->_wpdb->prepare("SELECT COUNT(*) FROM {$this->_table} WHERE id = %d", $id));
|
188 |
+
}
|
189 |
+
|
190 |
+
public function fetchCategoryPoints($quizId) {
|
191 |
+
$results = $this->_wpdb->get_results(
|
192 |
+
$this->_wpdb->prepare(
|
193 |
+
'SELECT SUM( points ) AS sum_points , category_id
|
194 |
+
FROM '.$this->_tableQuestion.'
|
195 |
+
WHERE quiz_id = %d
|
196 |
+
GROUP BY category_id', $quizId));
|
197 |
+
|
198 |
+
$a = array();
|
199 |
+
|
200 |
+
foreach($results as $result) {
|
201 |
+
$a[$result['category_id']] = $result['sum_points'];
|
202 |
+
}
|
203 |
+
|
204 |
+
return $a;
|
205 |
+
}
|
206 |
}
|
lib/model/WpProQuiz_Model_Quiz.php
CHANGED
@@ -83,6 +83,12 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
|
|
83 |
protected $_hideResultQuizTime = false;
|
84 |
protected $_hideResultPoints = false;
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
public function getId() {
|
87 |
return $this->_id;
|
88 |
}
|
@@ -97,12 +103,12 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
|
|
97 |
}
|
98 |
|
99 |
public function setName($name) {
|
100 |
-
$this->_name = $name;
|
101 |
return $this;
|
102 |
}
|
103 |
|
104 |
public function setText($text) {
|
105 |
-
$this->_text = $text;
|
106 |
return $this;
|
107 |
}
|
108 |
|
@@ -147,7 +153,7 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
|
|
147 |
}
|
148 |
|
149 |
public function setTimeLimit($_timeLimit) {
|
150 |
-
$this->_timeLimit = $_timeLimit;
|
151 |
return $this;
|
152 |
}
|
153 |
|
@@ -527,4 +533,40 @@ class WpProQuiz_Model_Quiz extends WpProQuiz_Model_Model {
|
|
527 |
public function isHideResultPoints() {
|
528 |
return $this->_hideResultPoints;
|
529 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
}
|
83 |
protected $_hideResultQuizTime = false;
|
84 |
protected $_hideResultPoints = false;
|
85 |
|
86 |
+
//0.25
|
87 |
+
protected $_autostart = false;
|
88 |
+
protected $_forcingQuestionSolve = false;
|
89 |
+
protected $_hideQuestionPositionOverview = false;
|
90 |
+
protected $_hideQuestionNumbering = false;
|
91 |
+
|
92 |
public function getId() {
|
93 |
return $this->_id;
|
94 |
}
|
103 |
}
|
104 |
|
105 |
public function setName($name) {
|
106 |
+
$this->_name = (string)$name;
|
107 |
return $this;
|
108 |
}
|
109 |
|
110 |
public function setText($text) {
|
111 |
+
$this->_text = (string)$text;
|
112 |
return $this;
|
113 |
}
|
114 |
|
153 |
}
|
154 |
|
155 |
public function setTimeLimit($_timeLimit) {
|
156 |
+
$this->_timeLimit = (int)$_timeLimit;
|
157 |
return $this;
|
158 |
}
|
159 |
|
533 |
public function isHideResultPoints() {
|
534 |
return $this->_hideResultPoints;
|
535 |
}
|
536 |
+
|
537 |
+
public function setAutostart($_autostart) {
|
538 |
+
$this->_autostart = (bool)$_autostart;
|
539 |
+
return $this;
|
540 |
+
}
|
541 |
+
|
542 |
+
public function isAutostart() {
|
543 |
+
return $this->_autostart;
|
544 |
+
}
|
545 |
+
|
546 |
+
public function setForcingQuestionSolve($_forcingQuestionSolve) {
|
547 |
+
$this->_forcingQuestionSolve = (bool)$_forcingQuestionSolve;
|
548 |
+
return $this;
|
549 |
+
}
|
550 |
+
|
551 |
+
public function isForcingQuestionSolve() {
|
552 |
+
return $this->_forcingQuestionSolve;
|
553 |
+
}
|
554 |
+
|
555 |
+
public function setHideQuestionPositionOverview($_hideQuestionPositionOverview) {
|
556 |
+
$this->_hideQuestionPositionOverview = (bool)$_hideQuestionPositionOverview;
|
557 |
+
return $this;
|
558 |
+
}
|
559 |
+
|
560 |
+
public function isHideQuestionPositionOverview() {
|
561 |
+
return $this->_hideQuestionPositionOverview;
|
562 |
+
}
|
563 |
+
|
564 |
+
public function setHideQuestionNumbering($_hideQuestionNumbering) {
|
565 |
+
$this->_hideQuestionNumbering = (bool)$_hideQuestionNumbering;
|
566 |
+
return $this;
|
567 |
+
}
|
568 |
+
|
569 |
+
public function isHideQuestionNumbering() {
|
570 |
+
return $this->_hideQuestionNumbering;
|
571 |
+
}
|
572 |
}
|
lib/model/WpProQuiz_Model_QuizMapper.php
CHANGED
@@ -99,7 +99,11 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
|
|
99 |
'show_category_score' => (int)$data->isShowCategoryScore(),
|
100 |
'hide_result_correct_question' => (int)$data->isHideResultCorrectQuestion(),
|
101 |
'hide_result_quiz_time' => (int)$data->isHideResultQuizTime(),
|
102 |
-
'hide_result_points' => (int)$data->isHideResultPoints()
|
|
|
|
|
|
|
|
|
103 |
);
|
104 |
|
105 |
if($data->getId() != 0) {
|
@@ -108,13 +112,13 @@ class WpProQuiz_Model_QuizMapper extends WpProQuiz_Model_Mapper
|
|
108 |
array(
|
109 |
'id' => $data->getId()
|
110 |
),
|
111 |
-
array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d'),
|
112 |
array('%d'));
|
113 |
} else {
|
114 |
|
115 |
$result = $this->_wpdb->insert($this->_table,
|
116 |
$set,
|
117 |
-
array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d'));
|
118 |
|
119 |
$data->setId($this->_wpdb->insert_id);
|
120 |
}
|
99 |
'show_category_score' => (int)$data->isShowCategoryScore(),
|
100 |
'hide_result_correct_question' => (int)$data->isHideResultCorrectQuestion(),
|
101 |
'hide_result_quiz_time' => (int)$data->isHideResultQuizTime(),
|
102 |
+
'hide_result_points' => (int)$data->isHideResultPoints(),
|
103 |
+
'autostart' => (int)$data->isAutostart(),
|
104 |
+
'forcing_question_solve' => (int)$data->isForcingQuestionSolve(),
|
105 |
+
'hide_question_position_overview' => (int)$data->isHideQuestionPositionOverview(),
|
106 |
+
'hide_question_numbering' => (int)$data->isHideQuestionNumbering()
|
107 |
);
|
108 |
|
109 |
if($data->getId() != 0) {
|
112 |
array(
|
113 |
'id' => $data->getId()
|
114 |
),
|
115 |
+
array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d'),
|
116 |
array('%d'));
|
117 |
} else {
|
118 |
|
119 |
$result = $this->_wpdb->insert($this->_table,
|
120 |
$set,
|
121 |
+
array('%s', '%s', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d'));
|
122 |
|
123 |
$data->setId($this->_wpdb->insert_id);
|
124 |
}
|
lib/view/WpProQuiz_View_FrontQuiz.php
CHANGED
@@ -225,21 +225,31 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
|
|
225 |
$json[$question->getId()]['id'] = (int)$question->getId();
|
226 |
$json[$question->getId()]['catId'] = (int)$question->getCategoryId();
|
227 |
|
|
|
|
|
|
|
|
|
228 |
if(!isset($catPoints[$question->getCategoryId()]))
|
229 |
$catPoints[$question->getCategoryId()] = 0;
|
230 |
|
|
|
|
|
231 |
if(!$question->isAnswerPointsActivated()) {
|
232 |
$json[$question->getId()]['points'] = $question->getPoints();
|
233 |
-
|
234 |
-
|
|
|
|
|
|
|
|
|
235 |
}
|
236 |
|
237 |
?>
|
238 |
<li class="wpProQuiz_listItem" style="display: none;">
|
239 |
-
<div class="wpProQuiz_question_page" <?php
|
240 |
<?php printf(__('Question %s of %s', 'wp-pro-quiz'), '<span>'.$index.'</span>', '<span>'.$question_count.'</span>'); ?>
|
241 |
</div>
|
242 |
-
<h5 style="display: inline-block;" class="wpProQuiz_header">
|
243 |
<span><?php echo $index; ?></span>. <?php _e('Question', 'wp-pro-quiz'); ?>
|
244 |
</h5>
|
245 |
|
@@ -279,7 +289,8 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
|
|
279 |
if($question->isAnswerPointsActivated()) {
|
280 |
$json[$question->getId()]['points'][] = $v->getPoints();
|
281 |
|
282 |
-
|
|
|
283 |
}
|
284 |
|
285 |
?>
|
@@ -455,6 +466,9 @@ class WpProQuiz_View_FrontQuiz extends WpProQuiz_View_View {
|
|
455 |
$bo |= ((int)$this->quiz->isShowReviewQuestion()) << 7;
|
456 |
$bo |= ((int)$this->quiz->isQuizSummaryHide()) << 8;
|
457 |
$bo |= ((int)($this->quiz->isSkipQuestion() && $this->quiz->isShowReviewQuestion())) << 9;
|
|
|
|
|
|
|
458 |
?>
|
459 |
<script type="text/javascript">
|
460 |
jQuery(document).ready(function($) {
|
225 |
$json[$question->getId()]['id'] = (int)$question->getId();
|
226 |
$json[$question->getId()]['catId'] = (int)$question->getCategoryId();
|
227 |
|
228 |
+
if($question->isAnswerPointsActivated() && $question->isAnswerPointsDiffModusActivated() && $question->isDisableCorrect()) {
|
229 |
+
$json[$question->getId()]['disCorrect'] = (int)$question->isDisableCorrect();
|
230 |
+
}
|
231 |
+
|
232 |
if(!isset($catPoints[$question->getCategoryId()]))
|
233 |
$catPoints[$question->getCategoryId()] = 0;
|
234 |
|
235 |
+
$catPoints[$question->getCategoryId()] += $question->getPoints();
|
236 |
+
|
237 |
if(!$question->isAnswerPointsActivated()) {
|
238 |
$json[$question->getId()]['points'] = $question->getPoints();
|
239 |
+
// $catPoints[$question->getCategoryId()] += $question->getPoints();
|
240 |
+
}
|
241 |
+
|
242 |
+
if($question->isAnswerPointsActivated() && $question->isAnswerPointsDiffModusActivated()) {
|
243 |
+
// $catPoints[$question->getCategoryId()] += $question->getPoints();
|
244 |
+
$json[$question->getId()]['diffMode'] = 1;
|
245 |
}
|
246 |
|
247 |
?>
|
248 |
<li class="wpProQuiz_listItem" style="display: none;">
|
249 |
+
<div class="wpProQuiz_question_page" <?php $this->isDisplayNone($this->quiz->getQuizModus() != WpProQuiz_Model_Quiz::QUIZ_MODUS_SINGLE && !$this->quiz->isHideQuestionPositionOverview()); ?> >
|
250 |
<?php printf(__('Question %s of %s', 'wp-pro-quiz'), '<span>'.$index.'</span>', '<span>'.$question_count.'</span>'); ?>
|
251 |
</div>
|
252 |
+
<h5 style="<?php echo $this->quiz->isHideQuestionNumbering() ? 'display: none;' : 'display: inline-block;'?>" class="wpProQuiz_header">
|
253 |
<span><?php echo $index; ?></span>. <?php _e('Question', 'wp-pro-quiz'); ?>
|
254 |
</h5>
|
255 |
|
289 |
if($question->isAnswerPointsActivated()) {
|
290 |
$json[$question->getId()]['points'][] = $v->getPoints();
|
291 |
|
292 |
+
// if(!$question->isAnswerPointsDiffModusActivated())
|
293 |
+
// $catPoints[$question->getCategoryId()] += $question->getPoints();
|
294 |
}
|
295 |
|
296 |
?>
|
466 |
$bo |= ((int)$this->quiz->isShowReviewQuestion()) << 7;
|
467 |
$bo |= ((int)$this->quiz->isQuizSummaryHide()) << 8;
|
468 |
$bo |= ((int)($this->quiz->isSkipQuestion() && $this->quiz->isShowReviewQuestion())) << 9;
|
469 |
+
$bo |= ((int)$this->quiz->isAutostart()) << 10;
|
470 |
+
$bo |= ((int)$this->quiz->isForcingQuestionSolve()) << 11;
|
471 |
+
$bo |= ((int)$this->quiz->isHideQuestionPositionOverview()) << 12;
|
472 |
?>
|
473 |
<script type="text/javascript">
|
474 |
jQuery(document).ready(function($) {
|
lib/view/WpProQuiz_View_GobalSettings.php
CHANGED
@@ -220,6 +220,7 @@ class WpProQuiz_View_GobalSettings extends WpProQuiz_View_View {
|
|
220 |
<li><span>$result</span> - <?php _e('Result in precent', 'wp-pro-quiz'); ?></li>
|
221 |
<li><span>$points</span> - <?php _e('Reached points', 'wp-pro-quiz'); ?></li>
|
222 |
<li><span>$ip</span> - <?php _e('IP-address of the user', 'wp-pro-quiz'); ?></li>
|
|
|
223 |
</ul>
|
224 |
</div>
|
225 |
|
@@ -288,6 +289,7 @@ class WpProQuiz_View_GobalSettings extends WpProQuiz_View_View {
|
|
288 |
<li><span>$result</span> - <?php _e('Result in precent', 'wp-pro-quiz'); ?></li>
|
289 |
<li><span>$points</span> - <?php _e('Reached points', 'wp-pro-quiz'); ?></li>
|
290 |
<li><span>$ip</span> - <?php _e('IP-address of the user', 'wp-pro-quiz'); ?></li>
|
|
|
291 |
</ul>
|
292 |
</div>
|
293 |
|
220 |
<li><span>$result</span> - <?php _e('Result in precent', 'wp-pro-quiz'); ?></li>
|
221 |
<li><span>$points</span> - <?php _e('Reached points', 'wp-pro-quiz'); ?></li>
|
222 |
<li><span>$ip</span> - <?php _e('IP-address of the user', 'wp-pro-quiz'); ?></li>
|
223 |
+
<li><span>$categories</span> - <?php _e('Category-Overview', 'wp-pro-quiz'); ?></li>
|
224 |
</ul>
|
225 |
</div>
|
226 |
|
289 |
<li><span>$result</span> - <?php _e('Result in precent', 'wp-pro-quiz'); ?></li>
|
290 |
<li><span>$points</span> - <?php _e('Reached points', 'wp-pro-quiz'); ?></li>
|
291 |
<li><span>$ip</span> - <?php _e('IP-address of the user', 'wp-pro-quiz'); ?></li>
|
292 |
+
<li><span>$categories</span> - <?php _e('Category-Overview', 'wp-pro-quiz'); ?></li>
|
293 |
</ul>
|
294 |
</div>
|
295 |
|
lib/view/WpProQuiz_View_Import.php
CHANGED
@@ -53,9 +53,10 @@ class WpProQuiz_View_Import extends WpProQuiz_View_View {
|
|
53 |
<th><?php echo $master->getName(); ?></th>
|
54 |
<th>
|
55 |
<ul class="wpProQuiz_importList">
|
|
|
56 |
<?php foreach($this->import['question'][$master->getId()] as $question) { ?>
|
57 |
<li><?php echo $question->getTitle(); ?></li>
|
58 |
-
<?php } ?>
|
59 |
</ul>
|
60 |
<div style="clear: both;"></div>
|
61 |
</th>
|
@@ -64,6 +65,7 @@ class WpProQuiz_View_Import extends WpProQuiz_View_View {
|
|
64 |
</tbody>
|
65 |
</table>
|
66 |
<input name="importData" value="<?php echo $this->importData; ?>" type="hidden">
|
|
|
67 |
<input style="margin-top: 20px;" class="button-primary" name="importSave" value="<?php echo __('Start import', 'wp-pro-quiz'); ?>" type="submit">
|
68 |
</form>
|
69 |
<?php } ?>
|
53 |
<th><?php echo $master->getName(); ?></th>
|
54 |
<th>
|
55 |
<ul class="wpProQuiz_importList">
|
56 |
+
<?php if(isset($this->import['question'][$master->getId()])) { ?>
|
57 |
<?php foreach($this->import['question'][$master->getId()] as $question) { ?>
|
58 |
<li><?php echo $question->getTitle(); ?></li>
|
59 |
+
<?php } } ?>
|
60 |
</ul>
|
61 |
<div style="clear: both;"></div>
|
62 |
</th>
|
65 |
</tbody>
|
66 |
</table>
|
67 |
<input name="importData" value="<?php echo $this->importData; ?>" type="hidden">
|
68 |
+
<input name="importType" value="<?php echo $this->importType; ?>" type="hidden">
|
69 |
<input style="margin-top: 20px;" class="button-primary" name="importSave" value="<?php echo __('Start import', 'wp-pro-quiz'); ?>" type="submit">
|
70 |
</form>
|
71 |
<?php } ?>
|
lib/view/WpProQuiz_View_QuestionEdit.php
CHANGED
@@ -192,6 +192,7 @@ class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
|
|
192 |
</label>
|
193 |
</div>
|
194 |
</div>
|
|
|
195 |
<div class="postbox">
|
196 |
<h3 class="hndle"><?php _e('Answers', 'wp-pro-quiz'); ?> <?php _e('(required)', 'wp-pro-quiz'); ?></h3>
|
197 |
<div class="inside answer_felder">
|
@@ -460,4 +461,224 @@ class WpProQuiz_View_QuestionEdit extends WpProQuiz_View_View {
|
|
460 |
?>
|
461 |
<?php
|
462 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
463 |
}
|
192 |
</label>
|
193 |
</div>
|
194 |
</div>
|
195 |
+
<?php $this->singleChoiceOptions($this->data['classic_answer']); ?>
|
196 |
<div class="postbox">
|
197 |
<h3 class="hndle"><?php _e('Answers', 'wp-pro-quiz'); ?> <?php _e('(required)', 'wp-pro-quiz'); ?></h3>
|
198 |
<div class="inside answer_felder">
|
461 |
?>
|
462 |
<?php
|
463 |
}
|
464 |
+
|
465 |
+
private function singleChoiceOptions($data) {
|
466 |
+
?>
|
467 |
+
<div class="postbox" id="singleChoiceOptions">
|
468 |
+
<h3 class="hndle"><?php _e('Single choice options', 'wp-pro-quiz'); ?></h3>
|
469 |
+
<div class="inside">
|
470 |
+
<p class="description">
|
471 |
+
<?php _e('If "Different points for each answer" is activated, you can activate a special mode.<br> This changes the calculation of the points', 'wp-pro-quiz'); ?>
|
472 |
+
</p>
|
473 |
+
<label>
|
474 |
+
<input type="checkbox" name="answerPointsDiffModusActivated" value="1" <?php $this->checked($this->question->isAnswerPointsDiffModusActivated()); ?>>
|
475 |
+
<?php _e('Different points - modus 2 activate', 'wp-pro-quiz'); ?>
|
476 |
+
</label>
|
477 |
+
<br><br>
|
478 |
+
<p class="description">
|
479 |
+
<?php _e('Disables the distinction between correct and incorrect.', 'wp-pro-quiz'); ?><br>
|
480 |
+
</p>
|
481 |
+
<label>
|
482 |
+
<input type="checkbox" name=disableCorrect value="1" <?php $this->checked($this->question->isDisableCorrect()); ?>>
|
483 |
+
<?php _e('disable correct and incorrent', 'wp-pro-quiz'); ?>
|
484 |
+
</label>
|
485 |
+
|
486 |
+
<div style="padding-top: 20px;">
|
487 |
+
<a href="#" id="clickPointDia"><?php _e('Explanation of points calculation', 'wp-pro-quiz'); ?></a>
|
488 |
+
<?php $this->answerPointDia(); ?>
|
489 |
+
</div>
|
490 |
+
</div>
|
491 |
+
</div>
|
492 |
+
|
493 |
+
<?php
|
494 |
+
}
|
495 |
+
|
496 |
+
private function answerPointDia() {
|
497 |
+
?>
|
498 |
+
<style>
|
499 |
+
.pointDia td {
|
500 |
+
border: 1px solid #9E9E9E;
|
501 |
+
padding: 8px;
|
502 |
+
}
|
503 |
+
</style>
|
504 |
+
<table style="border-collapse: collapse; display: none; margin-top: 10px;" class="pointDia">
|
505 |
+
<tr>
|
506 |
+
<th>
|
507 |
+
<?php _e('"Different points for each answer" enabled'); ?>
|
508 |
+
<br>
|
509 |
+
<?php _e('"Different points - mode 2" disable', 'wp-pro-quiz'); ?>
|
510 |
+
</th>
|
511 |
+
<th>
|
512 |
+
<?php _e('"Different points for each answer" enabled'); ?>
|
513 |
+
<br>
|
514 |
+
<?php _e('"Different points - mode 2" enabled', 'wp-pro-quiz'); ?>
|
515 |
+
</th>
|
516 |
+
</tr>
|
517 |
+
<tr>
|
518 |
+
<td>
|
519 |
+
<?php
|
520 |
+
echo nl2br('Question - Single Choice - 3 Answers - Diff points mode
|
521 |
+
|
522 |
+
A=3 Points [correct]
|
523 |
+
B=2 Points [incorrect]
|
524 |
+
C=1 Point [incorrect]
|
525 |
+
|
526 |
+
= 6 Points
|
527 |
+
'); ?>
|
528 |
+
|
529 |
+
</td>
|
530 |
+
<td>
|
531 |
+
<?php
|
532 |
+
echo nl2br('Question - Single Choice - 3 Answers - Modus 2
|
533 |
+
|
534 |
+
A=3 Points [correct]
|
535 |
+
B=2 Points [incorrect]
|
536 |
+
C=1 Point [incorrect]
|
537 |
+
|
538 |
+
= 3 Points
|
539 |
+
'); ?>
|
540 |
+
</td>
|
541 |
+
</tr>
|
542 |
+
<tr>
|
543 |
+
<td>
|
544 |
+
<?php
|
545 |
+
echo nl2br('~~~ User 1: ~~~
|
546 |
+
|
547 |
+
A=checked
|
548 |
+
B=unchecked
|
549 |
+
C=unchecked
|
550 |
+
|
551 |
+
Result:
|
552 |
+
A=correct and checked (correct) = 3 Points
|
553 |
+
B=incorrect and unchecked (correct) = 2 Points
|
554 |
+
C=incorrect and unchecked (correct) = 1 Points
|
555 |
+
|
556 |
+
= 6 / 6 Points 100%
|
557 |
+
'); ?>
|
558 |
+
|
559 |
+
</td>
|
560 |
+
<td>
|
561 |
+
<?php
|
562 |
+
echo nl2br('~~~ User 1: ~~~
|
563 |
+
|
564 |
+
A=checked
|
565 |
+
B=unchecked
|
566 |
+
C=unchecked
|
567 |
+
|
568 |
+
Result:
|
569 |
+
A=checked = 3 Points
|
570 |
+
B=unchecked = 0 Points
|
571 |
+
C=unchecked = 0 Points
|
572 |
+
|
573 |
+
= 3 / 3 Points 100%'); ?>
|
574 |
+
</td>
|
575 |
+
</tr>
|
576 |
+
<tr>
|
577 |
+
<td>
|
578 |
+
<?php
|
579 |
+
echo nl2br('~~~ User 2: ~~~
|
580 |
+
|
581 |
+
A=unchecked
|
582 |
+
B=checked
|
583 |
+
C=unchecked
|
584 |
+
|
585 |
+
Result:
|
586 |
+
A=correct and unchecked (incorrect) = 0 Points
|
587 |
+
B=incorrect and checked (incorrect) = 0 Points
|
588 |
+
C=incorrect and uncecked (correct) = 1 Points
|
589 |
+
|
590 |
+
= 1 / 6 Points 16.67%
|
591 |
+
'); ?>
|
592 |
+
|
593 |
+
</td>
|
594 |
+
<td>
|
595 |
+
<?php
|
596 |
+
echo nl2br('~~~ User 2: ~~~
|
597 |
+
|
598 |
+
A=unchecked
|
599 |
+
B=checked
|
600 |
+
C=unchecked
|
601 |
+
|
602 |
+
Result:
|
603 |
+
A=unchecked = 0 Points
|
604 |
+
B=checked = 2 Points
|
605 |
+
C=uncecked = 0 Points
|
606 |
+
|
607 |
+
= 2 / 3 Points 66,67%'); ?>
|
608 |
+
</td>
|
609 |
+
</tr>
|
610 |
+
<tr>
|
611 |
+
<td>
|
612 |
+
<?php
|
613 |
+
echo nl2br('~~~ User 3: ~~~
|
614 |
+
|
615 |
+
A=unchecked
|
616 |
+
B=unchecked
|
617 |
+
C=checked
|
618 |
+
|
619 |
+
Result:
|
620 |
+
A=correct and unchecked (incorrect) = 0 Points
|
621 |
+
B=incorrect and unchecked (correct) = 2 Points
|
622 |
+
C=incorrect and checked (incorrect) = 0 Points
|
623 |
+
|
624 |
+
= 2 / 6 Points 33.33%
|
625 |
+
'); ?>
|
626 |
+
|
627 |
+
</td>
|
628 |
+
<td>
|
629 |
+
<?php
|
630 |
+
echo nl2br('~~~ User 3: ~~~
|
631 |
+
|
632 |
+
A=unchecked
|
633 |
+
B=unchecked
|
634 |
+
C=checked
|
635 |
+
|
636 |
+
Result:
|
637 |
+
A=unchecked = 0 Points
|
638 |
+
B=unchecked = 0 Points
|
639 |
+
C=checked = 1 Points
|
640 |
+
|
641 |
+
= 1 / 3 Points 33,33%'); ?>
|
642 |
+
</td>
|
643 |
+
</tr>
|
644 |
+
<tr>
|
645 |
+
<td>
|
646 |
+
<?php
|
647 |
+
echo nl2br('~~~ User 4: ~~~
|
648 |
+
|
649 |
+
A=unchecked
|
650 |
+
B=unchecked
|
651 |
+
C=unchecked
|
652 |
+
|
653 |
+
Result:
|
654 |
+
A=correct and unchecked (incorrect) = 0 Points
|
655 |
+
B=incorrect and unchecked (correct) = 2 Points
|
656 |
+
C=incorrect and unchecked (correct) = 1 Points
|
657 |
+
|
658 |
+
= 3 / 6 Points 50%
|
659 |
+
'); ?>
|
660 |
+
|
661 |
+
</td>
|
662 |
+
<td>
|
663 |
+
<?php
|
664 |
+
echo nl2br('~~~ User 4: ~~~
|
665 |
+
|
666 |
+
A=unchecked
|
667 |
+
B=unchecked
|
668 |
+
C=unchecked
|
669 |
+
|
670 |
+
Result:
|
671 |
+
A=unchecked = 0 Points
|
672 |
+
B=unchecked = 0 Points
|
673 |
+
C=unchecked = 0 Points
|
674 |
+
|
675 |
+
= 0 / 3 Points 0%'); ?>
|
676 |
+
</td>
|
677 |
+
</tr>
|
678 |
+
</table>
|
679 |
+
|
680 |
+
|
681 |
+
|
682 |
+
<?php
|
683 |
+
}
|
684 |
}
|
lib/view/WpProQuiz_View_QuizEdit.php
CHANGED
@@ -450,6 +450,25 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
|
|
450 |
</fieldset>
|
451 |
</td>
|
452 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
</tbody>
|
454 |
</table>
|
455 |
</div>
|
@@ -791,6 +810,76 @@ class WpProQuiz_View_QuizEdit extends WpProQuiz_View_View {
|
|
791 |
</fieldset>
|
792 |
</td>
|
793 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
</tbody>
|
795 |
</table>
|
796 |
</div>
|
450 |
</fieldset>
|
451 |
</td>
|
452 |
</tr>
|
453 |
+
<tr>
|
454 |
+
<th scope="row">
|
455 |
+
<?php _e('Autostart', 'wp-pro-quiz'); ?>
|
456 |
+
</th>
|
457 |
+
<td>
|
458 |
+
<fieldset>
|
459 |
+
<legend class="screen-reader-text">
|
460 |
+
<span><?php _e('Autostart', 'wp-pro-quiz'); ?></span>
|
461 |
+
</legend>
|
462 |
+
<label>
|
463 |
+
<input type="checkbox" name="autostart" value="1" <?php $this->checked($this->quiz->isAutostart()); ?>>
|
464 |
+
<?php _e('Activate', 'wp-pro-quiz'); ?>
|
465 |
+
</label>
|
466 |
+
<p class="description">
|
467 |
+
<?php _e('If you enable this option, the quiz will start automatically after the page is loaded.', 'wp-pro-quiz'); ?>
|
468 |
+
</p>
|
469 |
+
</fieldset>
|
470 |
+
</td>
|
471 |
+
</tr>
|
472 |
</tbody>
|
473 |
</table>
|
474 |
</div>
|
810 |
</fieldset>
|
811 |
</td>
|
812 |
</tr>
|
813 |
+
<tr>
|
814 |
+
<th scope="row">
|
815 |
+
<?php _e('Force user to answer each question', 'wp-pro-quiz'); ?>
|
816 |
+
</th>
|
817 |
+
<td>
|
818 |
+
<fieldset>
|
819 |
+
<legend class="screen-reader-text">
|
820 |
+
<span><?php _e('Force user to answer each question', 'wp-pro-quiz'); ?></span>
|
821 |
+
</legend>
|
822 |
+
<label>
|
823 |
+
<input type="checkbox" value="1" name="forcingQuestionSolve" <?php $this->checked($this->quiz->isForcingQuestionSolve()); ?>>
|
824 |
+
<?php _e('Activate', 'wp-pro-quiz'); ?>
|
825 |
+
</label>
|
826 |
+
<p class="description">
|
827 |
+
<?php _e('If you enable this option, the user is forced to answer each question.', 'wp-pro-quiz'); ?> <br>
|
828 |
+
<?php _e('If the option "Question overview" is activated, this notification will appear after end of the quiz, otherwise after each question.', 'wp-pro-quiz'); ?>
|
829 |
+
</p>
|
830 |
+
</fieldset>
|
831 |
+
</td>
|
832 |
+
</tr>
|
833 |
+
<tr>
|
834 |
+
<th scope="row">
|
835 |
+
<?php _e('Hide question position overview', 'wp-pro-quiz'); ?>
|
836 |
+
</th>
|
837 |
+
<td>
|
838 |
+
<fieldset>
|
839 |
+
<legend class="screen-reader-text">
|
840 |
+
<span><?php _e('Hide question position overview', 'wp-pro-quiz'); ?></span>
|
841 |
+
</legend>
|
842 |
+
<label>
|
843 |
+
<input type="checkbox" value="1" name="hideQuestionPositionOverview" <?php $this->checked($this->quiz->isHideQuestionPositionOverview()); ?>>
|
844 |
+
<?php _e('Activate', 'wp-pro-quiz'); ?>
|
845 |
+
</label>
|
846 |
+
<p class="description">
|
847 |
+
<?php _e('If you enable this option, the question position overview is hidden.', 'wp-pro-quiz'); ?>
|
848 |
+
</p>
|
849 |
+
<div class="wpProQuiz_demoBox">
|
850 |
+
<a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
|
851 |
+
<div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
|
852 |
+
<img alt="" src="<?php echo WPPROQUIZ_URL.'/img/hideQuestionPositionOverview.png'; ?> ">
|
853 |
+
</div>
|
854 |
+
</div>
|
855 |
+
</fieldset>
|
856 |
+
</td>
|
857 |
+
</tr>
|
858 |
+
<tr>
|
859 |
+
<th scope="row">
|
860 |
+
<?php _e('Hide question numbering', 'wp-pro-quiz'); ?>
|
861 |
+
</th>
|
862 |
+
<td>
|
863 |
+
<fieldset>
|
864 |
+
<legend class="screen-reader-text">
|
865 |
+
<span><?php _e('Hide question numbering', 'wp-pro-quiz'); ?></span>
|
866 |
+
</legend>
|
867 |
+
<label>
|
868 |
+
<input type="checkbox" value="1" name="hideQuestionNumbering" <?php $this->checked($this->quiz->isHideQuestionNumbering()); ?>>
|
869 |
+
<?php _e('Activate', 'wp-pro-quiz'); ?>
|
870 |
+
</label>
|
871 |
+
<p class="description">
|
872 |
+
<?php _e('If you enable this option, the question numbering is hidden.', 'wp-pro-quiz'); ?>
|
873 |
+
</p>
|
874 |
+
<div class="wpProQuiz_demoBox">
|
875 |
+
<a href="#"><?php _e('Demo', 'wp-pro-quiz'); ?></a>
|
876 |
+
<div style="z-index: 9999999; position: absolute; background-color: #E9E9E9; padding: 10px; box-shadow: 0px 0px 10px 4px rgb(44, 44, 44); display: none; ">
|
877 |
+
<img alt="" src="<?php echo WPPROQUIZ_URL.'/img/hideQuestionNumbering.png'; ?> ">
|
878 |
+
</div>
|
879 |
+
</div>
|
880 |
+
</fieldset>
|
881 |
+
</td>
|
882 |
+
</tr>
|
883 |
</tbody>
|
884 |
</table>
|
885 |
</div>
|
lib/view/WpProQuiz_View_QuizOverall.php
CHANGED
@@ -28,7 +28,7 @@ class WpProQuiz_View_QuizOverall extends WpProQuiz_View_View {
|
|
28 |
display: none;
|
29 |
}
|
30 |
</style>
|
31 |
-
<div class="wrap wpProQuiz_quizOverall">
|
32 |
<h2><?php _e('Quiz overview', 'wp-pro-quiz'); ?></h2>
|
33 |
<div class="updated" style="display: none;">
|
34 |
<h3><?php _e('In case of problems', 'wp-pro-quiz'); ?></h3>
|
@@ -49,6 +49,17 @@ class WpProQuiz_View_QuizOverall extends WpProQuiz_View_View {
|
|
49 |
<?php } ?>
|
50 |
<a class="button-primary" style="font-weight: bold;" href="admin.php?page=wpProQuiz&module=wpq_support"><?php _e('Support WP-Pro-Quiz', 'wp-pro-quiz'); ?></a>
|
51 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
<table class="wp-list-table widefat">
|
53 |
<thead>
|
54 |
<tr>
|
@@ -126,15 +137,21 @@ class WpProQuiz_View_QuizOverall extends WpProQuiz_View_View {
|
|
126 |
<h3 style="margin-top: 0;"><?php _e('Export', 'wp-pro-quiz'); ?></h3>
|
127 |
<p><?php echo __('Choose the respective question, which you would like to export and press on "Start export"', 'wp-pro-quiz'); ?></p>
|
128 |
<ul></ul>
|
129 |
-
<div style="clear: both; margin-bottom:
|
130 |
<div id="exportHidden"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
<input class="button-primary" name="exportStart" id="exportStart" value="<?php echo __('Start export', 'wp-pro-quiz'); ?>" type="submit">
|
132 |
</form>
|
133 |
</div>
|
134 |
<div class="wpProQuiz_importList">
|
135 |
<form action="admin.php?page=wpProQuiz&module=importExport&action=import" method="POST" enctype="multipart/form-data">
|
136 |
<h3 style="margin-top: 0;"><?php _e('Import', 'wp-pro-quiz'); ?></h3>
|
137 |
-
<p><?php
|
138 |
<div style="margin-bottom: 10px">
|
139 |
<?php
|
140 |
$maxUpload = (int)(ini_get('upload_max_filesize'));
|
@@ -142,9 +159,9 @@ class WpProQuiz_View_QuizOverall extends WpProQuiz_View_View {
|
|
142 |
$memoryLimit = (int)(ini_get('memory_limit'));
|
143 |
$uploadMB = min($maxUpload, $maxPost, $memoryLimit);
|
144 |
?>
|
145 |
-
<input type="file" name="import" accept=".wpq" required="required"> <?php printf(__('Maximal %d MiB', 'wp-pro-quiz'), $uploadMB); ?>
|
146 |
</div>
|
147 |
-
<input class="button-primary" name="exportStart" id="exportStart" value="<?php
|
148 |
</form>
|
149 |
</div>
|
150 |
</div>
|
28 |
display: none;
|
29 |
}
|
30 |
</style>
|
31 |
+
<div class="wrap wpProQuiz_quizOverall" style="position: relative;">
|
32 |
<h2><?php _e('Quiz overview', 'wp-pro-quiz'); ?></h2>
|
33 |
<div class="updated" style="display: none;">
|
34 |
<h3><?php _e('In case of problems', 'wp-pro-quiz'); ?></h3>
|
49 |
<?php } ?>
|
50 |
<a class="button-primary" style="font-weight: bold;" href="admin.php?page=wpProQuiz&module=wpq_support"><?php _e('Support WP-Pro-Quiz', 'wp-pro-quiz'); ?></a>
|
51 |
</div>
|
52 |
+
|
53 |
+
<div style="position: absolute; top: 10px; right: 0px; background-color: #FFFBCC; padding: 3px 35px; border: 1px solid #E6DB55;">
|
54 |
+
<span style="font-weight: bold; margin-left: 15px;"><?php _e('WP-Pro-Quiz', 'wp-pro-quiz'); ?></span>
|
55 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
56 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
57 |
+
<input type="hidden" name="hosted_button_id" value="N9B7S4FT8CE2N">
|
58 |
+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
59 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
60 |
+
</form>
|
61 |
+
</div>
|
62 |
+
|
63 |
<table class="wp-list-table widefat">
|
64 |
<thead>
|
65 |
<tr>
|
137 |
<h3 style="margin-top: 0;"><?php _e('Export', 'wp-pro-quiz'); ?></h3>
|
138 |
<p><?php echo __('Choose the respective question, which you would like to export and press on "Start export"', 'wp-pro-quiz'); ?></p>
|
139 |
<ul></ul>
|
140 |
+
<div style="clear: both; margin-bottom: 10px;"></div>
|
141 |
<div id="exportHidden"></div>
|
142 |
+
<div style="margin-bottom: 15px;">
|
143 |
+
<?php _e('Format:'); ?>
|
144 |
+
<label><input type="radio" name="exportType" value="wpq" checked="checked"> <?php _e('*.wpq'); ?></label>
|
145 |
+
<?php _e('or'); ?>
|
146 |
+
<label><input type="radio" name="exportType" value="xml"> <?php _e('*.xml'); ?></label>
|
147 |
+
</div>
|
148 |
<input class="button-primary" name="exportStart" id="exportStart" value="<?php echo __('Start export', 'wp-pro-quiz'); ?>" type="submit">
|
149 |
</form>
|
150 |
</div>
|
151 |
<div class="wpProQuiz_importList">
|
152 |
<form action="admin.php?page=wpProQuiz&module=importExport&action=import" method="POST" enctype="multipart/form-data">
|
153 |
<h3 style="margin-top: 0;"><?php _e('Import', 'wp-pro-quiz'); ?></h3>
|
154 |
+
<p><?php _e('Import only *.wpq or *.xml files from known and trusted sources.', 'wp-pro-quiz'); ?></p>
|
155 |
<div style="margin-bottom: 10px">
|
156 |
<?php
|
157 |
$maxUpload = (int)(ini_get('upload_max_filesize'));
|
159 |
$memoryLimit = (int)(ini_get('memory_limit'));
|
160 |
$uploadMB = min($maxUpload, $maxPost, $memoryLimit);
|
161 |
?>
|
162 |
+
<input type="file" name="import" accept=".wpq,.xml" required="required"> <?php printf(__('Maximal %d MiB', 'wp-pro-quiz'), $uploadMB); ?>
|
163 |
</div>
|
164 |
+
<input class="button-primary" name="exportStart" id="exportStart" value="<?php _e('Start import', 'wp-pro-quiz'); ?>" type="submit">
|
165 |
</form>
|
166 |
</div>
|
167 |
</div>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: xeno010
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N9B7S4FT8CE2N
|
4 |
Tags: quiz, test, answer, question, learning, assessment
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to: 3.5.
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -23,15 +23,15 @@ A powerful and beautiful quiz plugin for WordPress.
|
|
23 |
* Cloze function
|
24 |
* Assessment
|
25 |
* Timelimit
|
26 |
-
* Random Answer
|
27 |
-
* Random Question
|
28 |
-
* HTML in questions and answers is allowed
|
29 |
* Multimedia in questions
|
30 |
-
* Back-Button
|
31 |
-
* Correct / incorrect response message for all questions
|
32 |
-
* Different valency for every question
|
33 |
* Different points for each answer
|
34 |
-
* Result text with gradations
|
35 |
* Preview-function
|
36 |
* Statistics
|
37 |
* Leaderboard
|
@@ -49,6 +49,7 @@ A powerful and beautiful quiz plugin for WordPress.
|
|
49 |
* Arabic / عربي (Thanks Abuhassan)
|
50 |
* Danish / dansk (Thanks Kenneth D.)
|
51 |
* Dutch / nederlands (Thanks Bas W. and Jurriën van den H.)
|
|
|
52 |
* English (Thanks Alexander M.)
|
53 |
* French / français (Thanks Aurélien C.)
|
54 |
* German / deutsch
|
@@ -253,4 +254,16 @@ http://www.it-gecko.de/wp-pro-quiz-quiz-plugin-fuer-wordpress.html (scroll to "D
|
|
253 |
* Updated dutch translation
|
254 |
* Updated greek translation
|
255 |
* Translation for danish have been added (Thanks Kenneth D.)
|
256 |
-
* Translation for french have been added (Thanks Aurélien C.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N9B7S4FT8CE2N
|
4 |
Tags: quiz, test, answer, question, learning, assessment
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 3.5.2
|
7 |
+
Stable tag: 0.25
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
23 |
* Cloze function
|
24 |
* Assessment
|
25 |
* Timelimit
|
26 |
+
* Random Answer
|
27 |
+
* Random Question
|
28 |
+
* HTML in questions and answers is allowed
|
29 |
* Multimedia in questions
|
30 |
+
* Back-Button
|
31 |
+
* Correct / incorrect response message for all questions
|
32 |
+
* Different valency for every question
|
33 |
* Different points for each answer
|
34 |
+
* Result text with gradations
|
35 |
* Preview-function
|
36 |
* Statistics
|
37 |
* Leaderboard
|
49 |
* Arabic / عربي (Thanks Abuhassan)
|
50 |
* Danish / dansk (Thanks Kenneth D.)
|
51 |
* Dutch / nederlands (Thanks Bas W. and Jurriën van den H.)
|
52 |
+
* Czech / čeština (Thanks Petr Š.)
|
53 |
* English (Thanks Alexander M.)
|
54 |
* French / français (Thanks Aurélien C.)
|
55 |
* German / deutsch
|
254 |
* Updated dutch translation
|
255 |
* Updated greek translation
|
256 |
* Translation for danish have been added (Thanks Kenneth D.)
|
257 |
+
* Translation for french have been added (Thanks Aurélien C.)
|
258 |
+
|
259 |
+
= 0.25 =
|
260 |
+
* Categories overview in the email
|
261 |
+
* Autostart option added
|
262 |
+
* Support for XML import and exports added
|
263 |
+
* Force user to answer a question
|
264 |
+
* New point calculation for single choice (new option "different points - mode 2" added)
|
265 |
+
* Option "hide question position overview" added
|
266 |
+
* Option "hide question numbering" added
|
267 |
+
* Updated greek translation
|
268 |
+
* Updated dutch translation
|
269 |
+
* Translation for czech have been added (Thanks Petr Š.)
|
wp-pro-quiz.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
Plugin Name: WP-Pro-Quiz
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
|
5 |
Description: A powerful and beautiful quiz plugin for WordPress.
|
6 |
-
Version: 0.
|
7 |
Author: Julius Fischer
|
8 |
Author URI: http://www.it-gecko.de
|
9 |
Text Domain: wp-pro-quiz
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
-
define('WPPROQUIZ_VERSION', '0.
|
14 |
|
15 |
define('WPPROQUIZ_DEV', false);
|
16 |
|
3 |
Plugin Name: WP-Pro-Quiz
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-pro-quiz
|
5 |
Description: A powerful and beautiful quiz plugin for WordPress.
|
6 |
+
Version: 0.25
|
7 |
Author: Julius Fischer
|
8 |
Author URI: http://www.it-gecko.de
|
9 |
Text Domain: wp-pro-quiz
|
10 |
Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
+
define('WPPROQUIZ_VERSION', '0.25');
|
14 |
|
15 |
define('WPPROQUIZ_DEV', false);
|
16 |
|