Version Description
(April 1, 2015) = * Minor Design Changes * Minor Bug Fixes
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 4.2.4 |
Comparing to | |
See all releases |
Code changes from version 4.2.3 to 4.2.4
- includes/qmn_credits.php +1 -1
- includes/qmn_options_certificate_tab.php +6 -11
- includes/qmn_options_email_tab.php +10 -10
- includes/qmn_options_leaderboard_tab.php +2 -2
- includes/qmn_options_option_tab.php +57 -57
- includes/qmn_options_questions_tab.php +2 -1
- includes/qmn_options_results_page_tab.php +2 -2
- includes/qmn_options_style_tab.php +3 -3
- includes/qmn_options_text_tab.php +3 -2
- includes/qmn_template_variables.php +1 -1
- languages/quiz-master-next-da_DK.mo +0 -0
- languages/quiz-master-next-da_DK.po +66 -66
- languages/quiz-master-next-es_ES.mo +0 -0
- languages/quiz-master-next-es_ES.po +67 -67
- languages/quiz-master-next-it_IT.mo +0 -0
- languages/quiz-master-next-it_IT.po +66 -66
- languages/quiz-master-next-nl-NL.mo +0 -0
- languages/quiz-master-next-nl-NL.po +66 -66
- languages/quiz-master-next-pt_BR.mo +0 -0
- languages/quiz-master-next-pt_BR.po +66 -66
- languages/quiz-master-next-th.mo +0 -0
- languages/quiz-master-next-th.po +66 -66
- mlw_quizmaster2.php +3 -3
- readme.txt +6 -1
includes/qmn_credits.php
CHANGED
@@ -109,7 +109,7 @@ function mlw_generate_about_page()
|
|
109 |
<br />
|
110 |
</div>
|
111 |
<div id="mlw_quiz_changelog" style="display: none;">
|
112 |
-
<h3><?php echo $mlw_quiz_version; ?> (
|
113 |
<ul>
|
114 |
<li>* Minor Design Changes</li>
|
115 |
<li>* Minor Bug Fixes</li>
|
109 |
<br />
|
110 |
</div>
|
111 |
<div id="mlw_quiz_changelog" style="display: none;">
|
112 |
+
<h3><?php echo $mlw_quiz_version; ?> (April 1, 2015)</h3>
|
113 |
<ul>
|
114 |
<li>* Minor Design Changes</li>
|
115 |
<li>* Minor Bug Fixes</li>
|
includes/qmn_options_certificate_tab.php
CHANGED
@@ -62,15 +62,10 @@ function mlw_options_certificate_tab_content()
|
|
62 |
}
|
63 |
?>
|
64 |
<div id="tabs-5" class="mlw_tab_content">
|
65 |
-
<script>
|
66 |
-
jQuery(function() {
|
67 |
-
jQuery( "#enableCertificates" ).buttonset();
|
68 |
-
});
|
69 |
-
</script>
|
70 |
<h3><?php _e('Quiz Certificate (Beta)', 'quiz-master-next'); ?></h3>
|
71 |
<p><?php _e('Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate.', 'quiz-master-next'); ?></p>
|
72 |
<p><?php _e('These fields cannot contain HTML.', 'quiz-master-next'); ?></p>
|
73 |
-
<button id="save_certificate_button" class="button" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
74 |
<?php
|
75 |
echo "<form action='' method='post' name='quiz_certificate_options_form'>";
|
76 |
echo "<input type='hidden' name='save_certificate_options' value='confirmation' />";
|
@@ -79,10 +74,10 @@ function mlw_options_certificate_tab_content()
|
|
79 |
<table class="form-table">
|
80 |
<tr valign="top">
|
81 |
<td><label for="enableCertificates"><?php _e('Enable Certificates For This Quiz?', 'quiz-master-next'); ?></label></td>
|
82 |
-
<td
|
83 |
-
<input type="radio" id="radio30" name="enableCertificates" <?php if ($mlw_certificate_options[4] == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio30"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
84 |
-
<input type="radio" id="radio31" name="enableCertificates" <?php if ($mlw_certificate_options[4] == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio31"><?php _e('No', 'quiz-master-next'); ?></label>
|
85 |
-
</
|
86 |
</tr>
|
87 |
<tr>
|
88 |
<td width="30%">
|
@@ -126,7 +121,7 @@ function mlw_options_certificate_tab_content()
|
|
126 |
</td>
|
127 |
</tr>
|
128 |
</table>
|
129 |
-
<button id="save_certificate_button" class="button" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
130 |
</form>
|
131 |
</div>
|
132 |
<?php
|
62 |
}
|
63 |
?>
|
64 |
<div id="tabs-5" class="mlw_tab_content">
|
|
|
|
|
|
|
|
|
|
|
65 |
<h3><?php _e('Quiz Certificate (Beta)', 'quiz-master-next'); ?></h3>
|
66 |
<p><?php _e('Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate.', 'quiz-master-next'); ?></p>
|
67 |
<p><?php _e('These fields cannot contain HTML.', 'quiz-master-next'); ?></p>
|
68 |
+
<button id="save_certificate_button" class="button-primary" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
69 |
<?php
|
70 |
echo "<form action='' method='post' name='quiz_certificate_options_form'>";
|
71 |
echo "<input type='hidden' name='save_certificate_options' value='confirmation' />";
|
74 |
<table class="form-table">
|
75 |
<tr valign="top">
|
76 |
<td><label for="enableCertificates"><?php _e('Enable Certificates For This Quiz?', 'quiz-master-next'); ?></label></td>
|
77 |
+
<td>
|
78 |
+
<input type="radio" id="radio30" name="enableCertificates" <?php if ($mlw_certificate_options[4] == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio30"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
79 |
+
<input type="radio" id="radio31" name="enableCertificates" <?php if ($mlw_certificate_options[4] == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio31"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
80 |
+
</td>
|
81 |
</tr>
|
82 |
<tr>
|
83 |
<td width="30%">
|
121 |
</td>
|
122 |
</tr>
|
123 |
</table>
|
124 |
+
<button id="save_certificate_button" class="button-primary" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
125 |
</form>
|
126 |
</div>
|
127 |
<?php
|
includes/qmn_options_email_tab.php
CHANGED
@@ -316,22 +316,22 @@ function mlw_options_emails_tab_content()
|
|
316 |
<input type='hidden' name='mlw_add_admin_email_page' value='confirmation' />
|
317 |
<input type='hidden' name='mlw_add_admin_email_quiz_id' value='<?php echo $quiz_id; ?>' />
|
318 |
</form>
|
319 |
-
<button id="save_email_button" class="button" onclick="javascript: document.mlw_quiz_save_email_form.submit();"><?php _e('Save Email Templates And Settings', 'quiz-master-next'); ?></button>
|
320 |
<form method="post" action="" name="mlw_quiz_save_email_form">
|
321 |
<table class="form-table">
|
322 |
<tr valign="top">
|
323 |
<th scope="row"><label for="sendUserEmail"><?php _e('Send user email upon completion?', 'quiz-master-next'); ?></label></th>
|
324 |
-
<td
|
325 |
-
<input type="radio" id="radio5" name="sendUserEmail" <?php if ($mlw_quiz_options->send_user_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio5"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
326 |
-
<input type="radio" id="radio6" name="sendUserEmail" <?php if ($mlw_quiz_options->send_user_email == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio6"><?php _e('No', 'quiz-master-next'); ?></label>
|
327 |
-
</
|
328 |
</tr>
|
329 |
<tr valign="top">
|
330 |
<th scope="row"><label for="sendAdminEmail"><?php _e('Send admin email upon completion?', 'quiz-master-next'); ?></label></th>
|
331 |
-
<td
|
332 |
-
<input type="radio" id="radio19" name="sendAdminEmail" <?php if ($mlw_quiz_options->send_admin_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio19"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
333 |
-
<input type="radio" id="radio20" name="sendAdminEmail" <?php if ($mlw_quiz_options->send_admin_email == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio20"><?php _e('No', 'quiz-master-next'); ?></label>
|
334 |
-
</
|
335 |
</tr>
|
336 |
<tr valign="top">
|
337 |
<th scope="row"><label for="adminEmail"><?php _e('What emails should we send the admin email to? Separate emails with a comma.', 'quiz-master-next'); ?></label></th>
|
@@ -515,7 +515,7 @@ function mlw_options_emails_tab_content()
|
|
515 |
</form>
|
516 |
<br />
|
517 |
<br />
|
518 |
-
<button id="save_email_button" class="button" onclick="javascript: document.mlw_quiz_save_email_form.submit();"><?php _e('Save Email Templates And Settings', 'quiz-master-next'); ?></button>
|
519 |
</div>
|
520 |
<?php
|
521 |
}
|
316 |
<input type='hidden' name='mlw_add_admin_email_page' value='confirmation' />
|
317 |
<input type='hidden' name='mlw_add_admin_email_quiz_id' value='<?php echo $quiz_id; ?>' />
|
318 |
</form>
|
319 |
+
<button id="save_email_button" class="button-primary" onclick="javascript: document.mlw_quiz_save_email_form.submit();"><?php _e('Save Email Templates And Settings', 'quiz-master-next'); ?></button>
|
320 |
<form method="post" action="" name="mlw_quiz_save_email_form">
|
321 |
<table class="form-table">
|
322 |
<tr valign="top">
|
323 |
<th scope="row"><label for="sendUserEmail"><?php _e('Send user email upon completion?', 'quiz-master-next'); ?></label></th>
|
324 |
+
<td>
|
325 |
+
<input type="radio" id="radio5" name="sendUserEmail" <?php if ($mlw_quiz_options->send_user_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio5"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
326 |
+
<input type="radio" id="radio6" name="sendUserEmail" <?php if ($mlw_quiz_options->send_user_email == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio6"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
327 |
+
</td>
|
328 |
</tr>
|
329 |
<tr valign="top">
|
330 |
<th scope="row"><label for="sendAdminEmail"><?php _e('Send admin email upon completion?', 'quiz-master-next'); ?></label></th>
|
331 |
+
<td>
|
332 |
+
<input type="radio" id="radio19" name="sendAdminEmail" <?php if ($mlw_quiz_options->send_admin_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio19"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
333 |
+
<input type="radio" id="radio20" name="sendAdminEmail" <?php if ($mlw_quiz_options->send_admin_email == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio20"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
334 |
+
</td>
|
335 |
</tr>
|
336 |
<tr valign="top">
|
337 |
<th scope="row"><label for="adminEmail"><?php _e('What emails should we send the admin email to? Separate emails with a comma.', 'quiz-master-next'); ?></label></th>
|
515 |
</form>
|
516 |
<br />
|
517 |
<br />
|
518 |
+
<button id="save_email_button" class="button-primary" onclick="javascript: document.mlw_quiz_save_email_form.submit();"><?php _e('Save Email Templates And Settings', 'quiz-master-next'); ?></button>
|
519 |
</div>
|
520 |
<?php
|
521 |
}
|
includes/qmn_options_leaderboard_tab.php
CHANGED
@@ -77,7 +77,7 @@ function mlw_options_leaderboard_tab_content()
|
|
77 |
<td><strong>%QUIZ_NAME%</strong> - <?php _e("The name of the quiz", 'quiz-master-next'); ?></td>
|
78 |
</tr>
|
79 |
</table>
|
80 |
-
<button id="save_template_button" class="button" onclick="javascript: document.quiz_leaderboard_options_form.submit();"><?php _e("Save Leaderboard Options", 'quiz-master-next'); ?></button>
|
81 |
<?php
|
82 |
echo "<form action='' method='post' name='quiz_leaderboard_options_form'>";
|
83 |
echo "<input type='hidden' name='save_leaderboard_options' value='confirmation' />";
|
@@ -105,7 +105,7 @@ function mlw_options_leaderboard_tab_content()
|
|
105 |
</td>
|
106 |
</tr>
|
107 |
</table>
|
108 |
-
<button id="save_template_button" class="button" onclick="javascript: document.quiz_leaderboard_options_form.submit();"><?php _e("Save Leaderboard Options", 'quiz-master-next'); ?></button>
|
109 |
</form>
|
110 |
</div>
|
111 |
<?php
|
77 |
<td><strong>%QUIZ_NAME%</strong> - <?php _e("The name of the quiz", 'quiz-master-next'); ?></td>
|
78 |
</tr>
|
79 |
</table>
|
80 |
+
<button id="save_template_button" class="button-primary" onclick="javascript: document.quiz_leaderboard_options_form.submit();"><?php _e("Save Leaderboard Options", 'quiz-master-next'); ?></button>
|
81 |
<?php
|
82 |
echo "<form action='' method='post' name='quiz_leaderboard_options_form'>";
|
83 |
echo "<input type='hidden' name='save_leaderboard_options' value='confirmation' />";
|
105 |
</td>
|
106 |
</tr>
|
107 |
</table>
|
108 |
+
<button id="save_template_button" class="button-primary" onclick="javascript: document.quiz_leaderboard_options_form.submit();"><?php _e("Save Leaderboard Options", 'quiz-master-next'); ?></button>
|
109 |
</form>
|
110 |
</div>
|
111 |
<?php
|
includes/qmn_options_option_tab.php
CHANGED
@@ -122,11 +122,11 @@ function mlw_options_option_tab_content()
|
|
122 |
<div id="tabs-3" class="mlw_tab_content">
|
123 |
<script>
|
124 |
jQuery(function() {
|
125 |
-
jQuery( "#system, #require_log_in, #randomness_order, #loggedin_user_contact, #sendUserEmail, #sendAdminEmail, #contact_info_location, #userName, #userComp, #userEmail, #userPhone, #pagination, #commentSection, #social_media, #question_numbering, #comments" ).buttonset();
|
126 |
jQuery( "#scheduled_time_start, #scheduled_time_end" ).datepicker();
|
127 |
});
|
128 |
</script>
|
129 |
-
<button id="save_options_button" class="button" onclick="javascript: document.quiz_options_form.submit();"><?php _e('Save Options', 'quiz-master-next'); ?></button>
|
130 |
<?php
|
131 |
echo "<form action='' method='post' name='quiz_options_form'>";
|
132 |
echo "<input type='hidden' name='save_options' value='confirmation' />";
|
@@ -135,18 +135,18 @@ function mlw_options_option_tab_content()
|
|
135 |
<table class="form-table" style="width: 100%;">
|
136 |
<tr valign="top">
|
137 |
<th scope="row"><label for="system"><?php _e('Which system is this quiz graded on?', 'quiz-master-next'); ?></label></th>
|
138 |
-
<td
|
139 |
-
<input type="radio" id="radio1" name="system" <?php if ($mlw_quiz_options->system == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio1"><?php _e('Correct/Incorrect', 'quiz-master-next'); ?></label>
|
140 |
-
<input type="radio" id="radio2" name="system" <?php if ($mlw_quiz_options->system == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio2"><?php _e('Points', 'quiz-master-next'); ?></label>
|
141 |
-
<input type="radio" id="radio3" name="system" <?php if ($mlw_quiz_options->system == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio3"><?php _e('Not Graded', 'quiz-master-next'); ?></label>
|
142 |
-
</
|
143 |
</tr>
|
144 |
<tr valign="top">
|
145 |
<th scope="row"><label for="require_log_in"><?php _e('Should the user be required to be logged in to take this quiz?', 'quiz-master-next'); ?></label></th>
|
146 |
-
<td
|
147 |
-
<input type="radio" id="radio_login_1" name="require_log_in" <?php if ($mlw_quiz_options->require_log_in == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio_login_1"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
148 |
-
<input type="radio" id="radio_login_2" name="require_log_in" <?php if ($mlw_quiz_options->require_log_in == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio_login_2"><?php _e('No', 'quiz-master-next'); ?></label>
|
149 |
-
</
|
150 |
</tr>
|
151 |
<tr valign="top">
|
152 |
<th scope="row"><label for="pagination"><?php _e('How many questions per page would you like? (Leave 0 for all questions on one page)', 'quiz-master-next'); ?></label></th>
|
@@ -189,81 +189,81 @@ function mlw_options_option_tab_content()
|
|
189 |
</tr>
|
190 |
<tr valign="top">
|
191 |
<th scope="row"><label for="randomness_order"><?php _e('Are the questions random? (Question Order will not apply if this is yes)', 'quiz-master-next'); ?></label></th>
|
192 |
-
<td
|
193 |
-
<input type="radio" id="radio24" name="randomness_order" <?php if ($mlw_quiz_options->randomness_order == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio24"><?php _e('Random Questions', 'quiz-master-next'); ?></label>
|
194 |
-
<input type="radio" id="randomness2" name="randomness_order" <?php if ($mlw_quiz_options->randomness_order == 2) {echo 'checked="checked"';} ?> value='2' /><label for="randomness2"><?php _e('Random Questions And Answers', 'quiz-master-next'); ?></label>
|
195 |
-
|
196 |
-
</
|
197 |
</tr>
|
198 |
<tr valign="top">
|
199 |
<th scope="row"><label for="contact_info_location"><?php _e('Would you like to ask for the contact information at the beginning or at the end of the quiz?', 'quiz-master-next'); ?></label></th>
|
200 |
-
<td
|
201 |
-
<input type="radio" id="radio25" name="contact_info_location" <?php if ($mlw_quiz_options->contact_info_location == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio25"><?php _e('Beginning', 'quiz-master-next'); ?></label>
|
202 |
-
<input type="radio" id="radio26" name="contact_info_location" <?php if ($mlw_quiz_options->contact_info_location == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio26"><?php _e('End', 'quiz-master-next'); ?></label>
|
203 |
-
</
|
204 |
</tr>
|
205 |
<tr valign="top">
|
206 |
<th scope="row"><label for="loggedin_user_contact"><?php _e('If a logged-in user takes the quiz, would you like them to be able to edit contact information? If set to no, the fields will not show up for logged in users; however, the users information will be saved for the fields.', 'quiz-master-next'); ?></label></th>
|
207 |
-
<td
|
208 |
-
<input type="radio" id="radio27" name="loggedin_user_contact" <?php if ($mlw_quiz_options->loggedin_user_contact == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio27"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
209 |
-
<input type="radio" id="radio28" name="loggedin_user_contact" <?php if ($mlw_quiz_options->loggedin_user_contact == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio28"><?php _e('No', 'quiz-master-next'); ?></label>
|
210 |
-
</
|
211 |
</tr>
|
212 |
<tr valign="top">
|
213 |
<th scope="row"><label for="userName"><?php _e('Should we ask for users name?', 'quiz-master-next'); ?></label></th>
|
214 |
-
<td
|
215 |
-
<input type="radio" id="radio7" name="userName" <?php if ($mlw_quiz_options->user_name == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio7"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
216 |
-
<input type="radio" id="radio8" name="userName" <?php if ($mlw_quiz_options->user_name == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio8"><?php _e('Require', 'quiz-master-next'); ?></label>
|
217 |
-
<input type="radio" id="radio9" name="userName" <?php if ($mlw_quiz_options->user_name == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio9"><?php _e('No', 'quiz-master-next'); ?></label>
|
218 |
-
</
|
219 |
</tr>
|
220 |
<tr valign="top">
|
221 |
<th scope="row"><label for="userComp"><?php _e('Should we ask for users business?', 'quiz-master-next'); ?></label></th>
|
222 |
-
<td
|
223 |
-
<input type="radio" id="radio10" name="userComp" <?php if ($mlw_quiz_options->user_comp == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio10"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
224 |
-
<input type="radio" id="radio11" name="userComp" <?php if ($mlw_quiz_options->user_comp == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio11"><?php _e('Require', 'quiz-master-next'); ?></label>
|
225 |
-
<input type="radio" id="radio12" name="userComp" <?php if ($mlw_quiz_options->user_comp == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio12"><?php _e('No', 'quiz-master-next'); ?></label>
|
226 |
-
</
|
227 |
</tr>
|
228 |
<tr valign="top">
|
229 |
<th scope="row"><label for="userEmail"><?php _e('Should we ask for users email?', 'quiz-master-next'); ?></label></th>
|
230 |
-
<td
|
231 |
-
<input type="radio" id="radio13" name="userEmail" <?php if ($mlw_quiz_options->user_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio13"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
232 |
-
<input type="radio" id="radio14" name="userEmail" <?php if ($mlw_quiz_options->user_email == 1) {echo 'checked="checked"';} ?> value='1'/><label for="radio14"><?php _e('Require', 'quiz-master-next'); ?></label>
|
233 |
-
<input type="radio" id="radio15" name="userEmail" <?php if ($mlw_quiz_options->user_email == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio15"><?php _e('No', 'quiz-master-next'); ?></label>
|
234 |
-
</
|
235 |
</tr>
|
236 |
<tr valign="top">
|
237 |
<th scope="row"><label for="userPhone"><?php _e('Should we ask for users phone number?', 'quiz-master-next'); ?></label></th>
|
238 |
-
<td
|
239 |
-
<input type="radio" id="radio16" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio16"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
240 |
-
<input type="radio" id="radio17" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio17"><?php _e('Require', 'quiz-master-next'); ?></label>
|
241 |
-
<input type="radio" id="radio18" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio18"><?php _e('No', 'quiz-master-next'); ?></label>
|
242 |
-
</
|
243 |
</tr>
|
244 |
<tr valign="top">
|
245 |
<th scope="row"><label for="commentSection"><?php _e('Would you like a place for the user to enter comments?', 'quiz-master-next'); ?></label></th>
|
246 |
-
<td
|
247 |
-
<input type="radio" id="radio21" name="commentSection" <?php if ($mlw_quiz_options->comment_section == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio21"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
248 |
-
<input type="radio" id="radio22" name="commentSection" <?php if ($mlw_quiz_options->comment_section == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio22"><?php _e('No', 'quiz-master-next'); ?></label>
|
249 |
-
</
|
250 |
</tr>
|
251 |
<tr valign="top">
|
252 |
<th scope="row"><label for="question_numbering"><?php _e('Show question number on quiz?', 'quiz-master-next'); ?></label></th>
|
253 |
-
<td
|
254 |
-
<input type="radio" id="question_numbering_radio2" name="question_numbering" <?php if ($mlw_quiz_options->question_numbering == 1) {echo 'checked="checked"';} ?> value='1' /><label for="question_numbering_radio2"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
255 |
-
<input type="radio" id="question_numbering_radio" name="question_numbering" <?php if ($mlw_quiz_options->question_numbering == 0) {echo 'checked="checked"';} ?> value='0' /><label for="question_numbering_radio"><?php _e('No', 'quiz-master-next'); ?></label>
|
256 |
-
</
|
257 |
</tr>
|
258 |
<tr valign="top">
|
259 |
<th scope="row"><label for="social_media"><?php _e('Show social media sharing buttons? (Twitter & Facebook)', 'quiz-master-next'); _e('This option is for here only for users of older versions. Please use the new template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!', 'quiz-master-next'); ?></label></th>
|
260 |
-
<td
|
261 |
-
<input type="radio" id="social_media_radio2" name="social_media" <?php if ($mlw_quiz_options->social_media == 1) {echo 'checked="checked"';} ?> value='1' /><label for="social_media_radio2"><?php _e('Yes', 'quiz-master-next'); ?></label>
|
262 |
-
|
263 |
-
</
|
264 |
</tr>
|
265 |
</table>
|
266 |
-
<button id="save_options_button" class="button" onclick="javascript: document.quiz_options_form.submit();"><?php _e('Save Options', 'quiz-master-next'); ?></button>
|
267 |
</form>
|
268 |
</div>
|
269 |
<?php
|
122 |
<div id="tabs-3" class="mlw_tab_content">
|
123 |
<script>
|
124 |
jQuery(function() {
|
125 |
+
//jQuery( "#system, #require_log_in, #randomness_order, #loggedin_user_contact, #sendUserEmail, #sendAdminEmail, #contact_info_location, #userName, #userComp, #userEmail, #userPhone, #pagination, #commentSection, #social_media, #question_numbering, #comments" ).buttonset();
|
126 |
jQuery( "#scheduled_time_start, #scheduled_time_end" ).datepicker();
|
127 |
});
|
128 |
</script>
|
129 |
+
<button id="save_options_button" class="button-primary" onclick="javascript: document.quiz_options_form.submit();"><?php _e('Save Options', 'quiz-master-next'); ?></button>
|
130 |
<?php
|
131 |
echo "<form action='' method='post' name='quiz_options_form'>";
|
132 |
echo "<input type='hidden' name='save_options' value='confirmation' />";
|
135 |
<table class="form-table" style="width: 100%;">
|
136 |
<tr valign="top">
|
137 |
<th scope="row"><label for="system"><?php _e('Which system is this quiz graded on?', 'quiz-master-next'); ?></label></th>
|
138 |
+
<td>
|
139 |
+
<input type="radio" id="radio1" name="system" <?php if ($mlw_quiz_options->system == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio1"><?php _e('Correct/Incorrect', 'quiz-master-next'); ?></label><br>
|
140 |
+
<input type="radio" id="radio2" name="system" <?php if ($mlw_quiz_options->system == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio2"><?php _e('Points', 'quiz-master-next'); ?></label><br>
|
141 |
+
<input type="radio" id="radio3" name="system" <?php if ($mlw_quiz_options->system == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio3"><?php _e('Not Graded', 'quiz-master-next'); ?></label><br>
|
142 |
+
</td>
|
143 |
</tr>
|
144 |
<tr valign="top">
|
145 |
<th scope="row"><label for="require_log_in"><?php _e('Should the user be required to be logged in to take this quiz?', 'quiz-master-next'); ?></label></th>
|
146 |
+
<td>
|
147 |
+
<input type="radio" id="radio_login_1" name="require_log_in" <?php if ($mlw_quiz_options->require_log_in == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio_login_1"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
148 |
+
<input type="radio" id="radio_login_2" name="require_log_in" <?php if ($mlw_quiz_options->require_log_in == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio_login_2"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
149 |
+
</td>
|
150 |
</tr>
|
151 |
<tr valign="top">
|
152 |
<th scope="row"><label for="pagination"><?php _e('How many questions per page would you like? (Leave 0 for all questions on one page)', 'quiz-master-next'); ?></label></th>
|
189 |
</tr>
|
190 |
<tr valign="top">
|
191 |
<th scope="row"><label for="randomness_order"><?php _e('Are the questions random? (Question Order will not apply if this is yes)', 'quiz-master-next'); ?></label></th>
|
192 |
+
<td>
|
193 |
+
<input type="radio" id="radio24" name="randomness_order" <?php if ($mlw_quiz_options->randomness_order == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio24"><?php _e('Random Questions', 'quiz-master-next'); ?></label><br>
|
194 |
+
<input type="radio" id="randomness2" name="randomness_order" <?php if ($mlw_quiz_options->randomness_order == 2) {echo 'checked="checked"';} ?> value='2' /><label for="randomness2"><?php _e('Random Questions And Answers', 'quiz-master-next'); ?></label><br>
|
195 |
+
<input type="radio" id="radio23" name="randomness_order" <?php if ($mlw_quiz_options->randomness_order == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio23"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
196 |
+
</td>
|
197 |
</tr>
|
198 |
<tr valign="top">
|
199 |
<th scope="row"><label for="contact_info_location"><?php _e('Would you like to ask for the contact information at the beginning or at the end of the quiz?', 'quiz-master-next'); ?></label></th>
|
200 |
+
<td>
|
201 |
+
<input type="radio" id="radio25" name="contact_info_location" <?php if ($mlw_quiz_options->contact_info_location == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio25"><?php _e('Beginning', 'quiz-master-next'); ?></label><br>
|
202 |
+
<input type="radio" id="radio26" name="contact_info_location" <?php if ($mlw_quiz_options->contact_info_location == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio26"><?php _e('End', 'quiz-master-next'); ?></label><br>
|
203 |
+
</td>
|
204 |
</tr>
|
205 |
<tr valign="top">
|
206 |
<th scope="row"><label for="loggedin_user_contact"><?php _e('If a logged-in user takes the quiz, would you like them to be able to edit contact information? If set to no, the fields will not show up for logged in users; however, the users information will be saved for the fields.', 'quiz-master-next'); ?></label></th>
|
207 |
+
<td>
|
208 |
+
<input type="radio" id="radio27" name="loggedin_user_contact" <?php if ($mlw_quiz_options->loggedin_user_contact == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio27"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
209 |
+
<input type="radio" id="radio28" name="loggedin_user_contact" <?php if ($mlw_quiz_options->loggedin_user_contact == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio28"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
210 |
+
</td>
|
211 |
</tr>
|
212 |
<tr valign="top">
|
213 |
<th scope="row"><label for="userName"><?php _e('Should we ask for users name?', 'quiz-master-next'); ?></label></th>
|
214 |
+
<td>
|
215 |
+
<input type="radio" id="radio7" name="userName" <?php if ($mlw_quiz_options->user_name == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio7"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
216 |
+
<input type="radio" id="radio8" name="userName" <?php if ($mlw_quiz_options->user_name == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio8"><?php _e('Require', 'quiz-master-next'); ?></label><br>
|
217 |
+
<input type="radio" id="radio9" name="userName" <?php if ($mlw_quiz_options->user_name == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio9"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
218 |
+
</td>
|
219 |
</tr>
|
220 |
<tr valign="top">
|
221 |
<th scope="row"><label for="userComp"><?php _e('Should we ask for users business?', 'quiz-master-next'); ?></label></th>
|
222 |
+
<td>
|
223 |
+
<input type="radio" id="radio10" name="userComp" <?php if ($mlw_quiz_options->user_comp == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio10"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
224 |
+
<input type="radio" id="radio11" name="userComp" <?php if ($mlw_quiz_options->user_comp == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio11"><?php _e('Require', 'quiz-master-next'); ?></label><br>
|
225 |
+
<input type="radio" id="radio12" name="userComp" <?php if ($mlw_quiz_options->user_comp == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio12"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
226 |
+
</td>
|
227 |
</tr>
|
228 |
<tr valign="top">
|
229 |
<th scope="row"><label for="userEmail"><?php _e('Should we ask for users email?', 'quiz-master-next'); ?></label></th>
|
230 |
+
<td>
|
231 |
+
<input type="radio" id="radio13" name="userEmail" <?php if ($mlw_quiz_options->user_email == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio13"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
232 |
+
<input type="radio" id="radio14" name="userEmail" <?php if ($mlw_quiz_options->user_email == 1) {echo 'checked="checked"';} ?> value='1'/><label for="radio14"><?php _e('Require', 'quiz-master-next'); ?></label><br>
|
233 |
+
<input type="radio" id="radio15" name="userEmail" <?php if ($mlw_quiz_options->user_email == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio15"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
234 |
+
</td>
|
235 |
</tr>
|
236 |
<tr valign="top">
|
237 |
<th scope="row"><label for="userPhone"><?php _e('Should we ask for users phone number?', 'quiz-master-next'); ?></label></th>
|
238 |
+
<td>
|
239 |
+
<input type="radio" id="radio16" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio16"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
240 |
+
<input type="radio" id="radio17" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio17"><?php _e('Require', 'quiz-master-next'); ?></label><br>
|
241 |
+
<input type="radio" id="radio18" name="userPhone" <?php if ($mlw_quiz_options->user_phone == 2) {echo 'checked="checked"';} ?> value='2' /><label for="radio18"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
242 |
+
</td>
|
243 |
</tr>
|
244 |
<tr valign="top">
|
245 |
<th scope="row"><label for="commentSection"><?php _e('Would you like a place for the user to enter comments?', 'quiz-master-next'); ?></label></th>
|
246 |
+
<td>
|
247 |
+
<input type="radio" id="radio21" name="commentSection" <?php if ($mlw_quiz_options->comment_section == 0) {echo 'checked="checked"';} ?> value='0' /><label for="radio21"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
248 |
+
<input type="radio" id="radio22" name="commentSection" <?php if ($mlw_quiz_options->comment_section == 1) {echo 'checked="checked"';} ?> value='1' /><label for="radio22"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
249 |
+
</td>
|
250 |
</tr>
|
251 |
<tr valign="top">
|
252 |
<th scope="row"><label for="question_numbering"><?php _e('Show question number on quiz?', 'quiz-master-next'); ?></label></th>
|
253 |
+
<td>
|
254 |
+
<input type="radio" id="question_numbering_radio2" name="question_numbering" <?php if ($mlw_quiz_options->question_numbering == 1) {echo 'checked="checked"';} ?> value='1' /><label for="question_numbering_radio2"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
255 |
+
<input type="radio" id="question_numbering_radio" name="question_numbering" <?php if ($mlw_quiz_options->question_numbering == 0) {echo 'checked="checked"';} ?> value='0' /><label for="question_numbering_radio"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
256 |
+
</td>
|
257 |
</tr>
|
258 |
<tr valign="top">
|
259 |
<th scope="row"><label for="social_media"><?php _e('Show social media sharing buttons? (Twitter & Facebook)', 'quiz-master-next'); _e('This option is for here only for users of older versions. Please use the new template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!', 'quiz-master-next'); ?></label></th>
|
260 |
+
<td>
|
261 |
+
<input type="radio" id="social_media_radio2" name="social_media" <?php if ($mlw_quiz_options->social_media == 1) {echo 'checked="checked"';} ?> value='1' /><label for="social_media_radio2"><?php _e('Yes', 'quiz-master-next'); ?></label><br>
|
262 |
+
<input type="radio" id="social_media_radio" name="social_media" <?php if ($mlw_quiz_options->social_media == 0) {echo 'checked="checked"';} ?> value='0' /><label for="social_media_radio"><?php _e('No', 'quiz-master-next'); ?></label><br>
|
263 |
+
</td>
|
264 |
</tr>
|
265 |
</table>
|
266 |
+
<button id="save_options_button" class="button-primary" onclick="javascript: document.quiz_options_form.submit();"><?php _e('Save Options', 'quiz-master-next'); ?></button>
|
267 |
</form>
|
268 |
</div>
|
269 |
<?php
|
includes/qmn_options_questions_tab.php
CHANGED
@@ -726,7 +726,8 @@ function mlw_options_questions_tab_content()
|
|
726 |
</tr>
|
727 |
</tfoot>
|
728 |
</table>
|
729 |
-
<
|
|
|
730 |
<div id="new_question_dialog" title="Create New Question" style="display:none;">
|
731 |
|
732 |
<?php
|
726 |
</tr>
|
727 |
</tfoot>
|
728 |
</table>
|
729 |
+
<br>
|
730 |
+
<button class="add-new-h2" id="new_question_button"><?php _e('Add Question', 'quiz-master-next'); ?></button>
|
731 |
<div id="new_question_dialog" title="Create New Question" style="display:none;">
|
732 |
|
733 |
<?php
|
includes/qmn_options_results_page_tab.php
CHANGED
@@ -196,7 +196,7 @@ function mlw_options_results_tab_content()
|
|
196 |
<?php do_action('qmn_template_variable_list'); ?>
|
197 |
</div>
|
198 |
<div style="clear:both;"></div>
|
199 |
-
<button id="save_landing_button" class="button" onclick="javascript: document.mlw_quiz_save_landing_form.submit();"><?php _e('Save Results Pages', 'quiz-master-next'); ?></button>
|
200 |
<button id="new_landing_button" class="button" onclick="javascript: document.mlw_quiz_add_landing_form.submit();"><?php _e('Add New Results Page', 'quiz-master-next'); ?></button>
|
201 |
<form method="post" action="" name="mlw_quiz_save_landing_form" style=" display:inline!important;">
|
202 |
<table class="widefat">
|
@@ -277,7 +277,7 @@ function mlw_options_results_tab_content()
|
|
277 |
<input type='hidden' name='mlw_save_landing_pages' value='confirmation' />
|
278 |
<input type='hidden' name='mlw_landing_quiz_id' value='<?php echo $quiz_id; ?>' />
|
279 |
<input type='hidden' name='mlw_landing_page_total' value='<?php echo $mlw_each_count; ?>' />
|
280 |
-
<button id="save_landing_button" class="button" onclick="javascript: document.mlw_quiz_save_landing_form.submit();"><?php _e('Save Results Pages', 'quiz-master-next'); ?></button>
|
281 |
</form>
|
282 |
<form method="post" action="" name="mlw_quiz_add_landing_form" style=" display:inline!important;">
|
283 |
<input type='hidden' name='mlw_add_landing_page' value='confirmation' />
|
196 |
<?php do_action('qmn_template_variable_list'); ?>
|
197 |
</div>
|
198 |
<div style="clear:both;"></div>
|
199 |
+
<button id="save_landing_button" class="button-primary" onclick="javascript: document.mlw_quiz_save_landing_form.submit();"><?php _e('Save Results Pages', 'quiz-master-next'); ?></button>
|
200 |
<button id="new_landing_button" class="button" onclick="javascript: document.mlw_quiz_add_landing_form.submit();"><?php _e('Add New Results Page', 'quiz-master-next'); ?></button>
|
201 |
<form method="post" action="" name="mlw_quiz_save_landing_form" style=" display:inline!important;">
|
202 |
<table class="widefat">
|
277 |
<input type='hidden' name='mlw_save_landing_pages' value='confirmation' />
|
278 |
<input type='hidden' name='mlw_landing_quiz_id' value='<?php echo $quiz_id; ?>' />
|
279 |
<input type='hidden' name='mlw_landing_page_total' value='<?php echo $mlw_each_count; ?>' />
|
280 |
+
<button id="save_landing_button" class="button-primary" onclick="javascript: document.mlw_quiz_save_landing_form.submit();"><?php _e('Save Results Pages', 'quiz-master-next'); ?></button>
|
281 |
</form>
|
282 |
<form method="post" action="" name="mlw_quiz_add_landing_form" style=" display:inline!important;">
|
283 |
<input type='hidden' name='mlw_add_landing_page' value='confirmation' />
|
includes/qmn_options_style_tab.php
CHANGED
@@ -91,19 +91,19 @@ function mlw_options_styling_tab_content()
|
|
91 |
mlw_qmn_theme('<?php echo $mlw_quiz_options->theme_selected; ?>');
|
92 |
</script>
|
93 |
<br /><br />
|
94 |
-
<button id="save_styles_button" class="button" onclick="javascript: document.quiz_style_form.submit();"><?php _e('Save Quiz Style', 'quiz-master-next'); ?></button>
|
95 |
<hr />
|
96 |
<h3><?php _e('Custom Style CSS', 'quiz-master-next'); ?></h3>
|
97 |
<p><?php _e('For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:', 'quiz-master-next'); ?>
|
98 |
<a target="_blank" href="http://quizmasternext.com/quiz-master-next-editing-quizs-style/">Style Guide</a></p>
|
99 |
-
<button id="save_styles_button" class="button" onclick="javascript: document.quiz_style_form.submit();">Save Quiz Style</button>
|
100 |
|
101 |
<table class="form-table">
|
102 |
<tr>
|
103 |
<td><textarea style="width: 100%; height: 700px;" id="quiz_css" name="quiz_css"><?php echo $mlw_quiz_options->quiz_stye; ?></textarea></td>
|
104 |
</tr>
|
105 |
</table>
|
106 |
-
<button id="save_styles_button" class="button" onclick="javascript: document.quiz_style_form.submit();"><?php _e('Save Quiz Style', 'quiz-master-next'); ?></button>
|
107 |
</form>
|
108 |
</div>
|
109 |
<?php
|
91 |
mlw_qmn_theme('<?php echo $mlw_quiz_options->theme_selected; ?>');
|
92 |
</script>
|
93 |
<br /><br />
|
94 |
+
<button id="save_styles_button" class="button-primary" onclick="javascript: document.quiz_style_form.submit();"><?php _e('Save Quiz Style', 'quiz-master-next'); ?></button>
|
95 |
<hr />
|
96 |
<h3><?php _e('Custom Style CSS', 'quiz-master-next'); ?></h3>
|
97 |
<p><?php _e('For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:', 'quiz-master-next'); ?>
|
98 |
<a target="_blank" href="http://quizmasternext.com/quiz-master-next-editing-quizs-style/">Style Guide</a></p>
|
99 |
+
<button id="save_styles_button" class="button-primary" onclick="javascript: document.quiz_style_form.submit();">Save Quiz Style</button>
|
100 |
|
101 |
<table class="form-table">
|
102 |
<tr>
|
103 |
<td><textarea style="width: 100%; height: 700px;" id="quiz_css" name="quiz_css"><?php echo $mlw_quiz_options->quiz_stye; ?></textarea></td>
|
104 |
</tr>
|
105 |
</table>
|
106 |
+
<button id="save_styles_button" class="button-primary" onclick="javascript: document.quiz_style_form.submit();"><?php _e('Save Quiz Style', 'quiz-master-next'); ?></button>
|
107 |
</form>
|
108 |
</div>
|
109 |
<?php
|
includes/qmn_options_text_tab.php
CHANGED
@@ -166,7 +166,8 @@ function mlw_options_text_tab_content()
|
|
166 |
<?php do_action('qmn_template_variable_list'); ?>
|
167 |
</div>
|
168 |
<div style="clear:both;"></div>
|
169 |
-
<
|
|
|
170 |
<?php
|
171 |
echo "<form action='' method='post' name='quiz_template_form'>";
|
172 |
echo "<input type='hidden' name='save_templates' value='confirmation' />";
|
@@ -326,7 +327,7 @@ function mlw_options_text_tab_content()
|
|
326 |
<td><input name="pagination_next_text" type="text" id="pagination_next_text" value="<?php echo $mlw_qmn_pagination_text[1]; ?>" class="regular-text" /></td>
|
327 |
</tr>
|
328 |
</table>
|
329 |
-
<button id="save_template_button" class="button" onclick="javascript: document.quiz_template_form.submit();"><?php _e("Save Templates", 'quiz-master-next'); ?></button>
|
330 |
<?php echo "</form>"; ?>
|
331 |
</div>
|
332 |
<?php
|
166 |
<?php do_action('qmn_template_variable_list'); ?>
|
167 |
</div>
|
168 |
<div style="clear:both;"></div>
|
169 |
+
<br>
|
170 |
+
<button id="save_template_button" class="button-primary" onclick="javascript: document.quiz_template_form.submit();"><?php _e("Save Templates", 'quiz-master-next'); ?></button>
|
171 |
<?php
|
172 |
echo "<form action='' method='post' name='quiz_template_form'>";
|
173 |
echo "<input type='hidden' name='save_templates' value='confirmation' />";
|
327 |
<td><input name="pagination_next_text" type="text" id="pagination_next_text" value="<?php echo $mlw_qmn_pagination_text[1]; ?>" class="regular-text" /></td>
|
328 |
</tr>
|
329 |
</table>
|
330 |
+
<button id="save_template_button" class="button-primary" onclick="javascript: document.quiz_template_form.submit();"><?php _e("Save Templates", 'quiz-master-next'); ?></button>
|
331 |
<?php echo "</form>"; ?>
|
332 |
</div>
|
333 |
<?php
|
includes/qmn_template_variables.php
CHANGED
@@ -198,7 +198,7 @@ function mlw_qmn_variable_question_answers($content, $mlw_quiz_array)
|
|
198 |
$mlw_question_answer_display = htmlspecialchars_decode($qmn_question_answer_template, ENT_QUOTES);
|
199 |
$mlw_question_answer_display = str_replace( "%QUESTION%" , htmlspecialchars_decode($answer[0], ENT_QUOTES), $mlw_question_answer_display);
|
200 |
$mlw_question_answer_display = str_replace( "%USER_ANSWER%" , htmlspecialchars_decode($answer[1], ENT_QUOTES), $mlw_question_answer_display);
|
201 |
-
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER%" , $answer[2], $mlw_question_answer_display);
|
202 |
$mlw_question_answer_display = str_replace( "%USER_COMMENTS%" , $answer[3], $mlw_question_answer_display);
|
203 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER_INFO%" , htmlspecialchars_decode($qmn_questions[$answer['id']], ENT_QUOTES), $mlw_question_answer_display);
|
204 |
$display .= apply_filters('qmn_variable_question_answers', $mlw_question_answer_display, $mlw_quiz_array);
|
198 |
$mlw_question_answer_display = htmlspecialchars_decode($qmn_question_answer_template, ENT_QUOTES);
|
199 |
$mlw_question_answer_display = str_replace( "%QUESTION%" , htmlspecialchars_decode($answer[0], ENT_QUOTES), $mlw_question_answer_display);
|
200 |
$mlw_question_answer_display = str_replace( "%USER_ANSWER%" , htmlspecialchars_decode($answer[1], ENT_QUOTES), $mlw_question_answer_display);
|
201 |
+
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER%" , htmlspecialchars_decode($answer[2], ENT_QUOTES), $mlw_question_answer_display);
|
202 |
$mlw_question_answer_display = str_replace( "%USER_COMMENTS%" , $answer[3], $mlw_question_answer_display);
|
203 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER_INFO%" , htmlspecialchars_decode($qmn_questions[$answer['id']], ENT_QUOTES), $mlw_question_answer_display);
|
204 |
$display .= apply_filters('qmn_variable_question_answers', $mlw_question_answer_display, $mlw_quiz_array);
|
languages/quiz-master-next-da_DK.mo
CHANGED
Binary file
|
languages/quiz-master-next-da_DK.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-03-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -425,16 +425,16 @@ msgid "Leaderboard Template"
|
|
425 |
msgstr "Leaderboard skabelon"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
-
#: includes/qmn_options_text_tab.php:
|
429 |
-
#: includes/qmn_options_text_tab.php:
|
430 |
-
#: includes/qmn_options_text_tab.php:
|
431 |
-
#: includes/qmn_options_text_tab.php:
|
432 |
-
#: includes/qmn_options_text_tab.php:
|
433 |
-
#: includes/qmn_options_text_tab.php:
|
434 |
-
#: includes/qmn_options_text_tab.php:
|
435 |
-
#: includes/qmn_options_text_tab.php:
|
436 |
-
#: includes/qmn_options_text_tab.php:
|
437 |
-
#: includes/qmn_options_text_tab.php:
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Tilladte variable"
|
440 |
|
@@ -458,88 +458,88 @@ msgstr "Tekst"
|
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "Skabelonerne er blevet opdateret"
|
460 |
|
461 |
-
#: includes/qmn_options_text_tab.php:
|
462 |
-
#: includes/qmn_options_text_tab.php:
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Gem skabeloner"
|
465 |
|
466 |
-
#: includes/qmn_options_text_tab.php:
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Besked skabeloner"
|
469 |
|
470 |
-
#: includes/qmn_options_text_tab.php:
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Besked vist før Quiz"
|
473 |
|
474 |
-
#: includes/qmn_options_text_tab.php:
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Besked vist før kommentar boksen hvis aktiv"
|
477 |
|
478 |
-
#: includes/qmn_options_text_tab.php:
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
|
481 |
|
482 |
-
#: includes/qmn_options_text_tab.php:
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Besked vist hvis brugeren har deltaget for mange gange"
|
485 |
|
486 |
-
#: includes/qmn_options_text_tab.php:
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
|
489 |
|
490 |
-
#: includes/qmn_options_text_tab.php:
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
|
493 |
|
494 |
-
#: includes/qmn_options_text_tab.php:
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Besked Hvis grænsen på indtastninger er nået"
|
497 |
|
498 |
-
#: includes/qmn_options_text_tab.php:
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "% QUESTIONS_ANSWERS% Tekst"
|
501 |
|
502 |
-
#: includes/qmn_options_text_tab.php:
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Twitter Deling tekst"
|
505 |
|
506 |
-
#: includes/qmn_options_text_tab.php:
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Facebook Deling tekst"
|
509 |
|
510 |
-
#: includes/qmn_options_text_tab.php:
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Andre skabeloner"
|
513 |
|
514 |
-
#: includes/qmn_options_text_tab.php:
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Tekst for send-knappen"
|
517 |
|
518 |
-
#: includes/qmn_options_text_tab.php:
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Tekst til navnefeltet"
|
521 |
|
522 |
-
#: includes/qmn_options_text_tab.php:
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Tekst til firma felt"
|
525 |
|
526 |
-
#: includes/qmn_options_text_tab.php:
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Tekst til e-mail-feltet"
|
529 |
|
530 |
-
#: includes/qmn_options_text_tab.php:
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Tekst til telefon nummer felt"
|
533 |
|
534 |
-
#: includes/qmn_options_text_tab.php:
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Tekst for kommentarer felt"
|
537 |
|
538 |
-
#: includes/qmn_options_text_tab.php:
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Tekst til forrige knap"
|
541 |
|
542 |
-
#: includes/qmn_options_text_tab.php:
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Tekst til næste knap"
|
545 |
|
@@ -603,40 +603,40 @@ msgstr "Certifikatet er blevet opdateret."
|
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Indtast titel her"
|
605 |
|
606 |
-
#: includes/qmn_options_certificate_tab.php:
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Quiz Certificate (Beta)"
|
609 |
|
610 |
-
#: includes/qmn_options_certificate_tab.php:
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så brugeren kan få adgang til certifikatet."
|
613 |
|
614 |
-
#: includes/qmn_options_certificate_tab.php:
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Disse felter kan ikke indeholde HTML."
|
617 |
|
618 |
-
#: includes/qmn_options_certificate_tab.php:
|
619 |
-
#: includes/qmn_options_certificate_tab.php:
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Gem Certificate indstillinger"
|
622 |
|
623 |
-
#: includes/qmn_options_certificate_tab.php:
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Aktiver certifikater for denne quiz?"
|
626 |
|
627 |
-
#: includes/qmn_options_certificate_tab.php:
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Certifikat Titel"
|
630 |
|
631 |
-
#: includes/qmn_options_certificate_tab.php:
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Meddelelse på Certifikat"
|
634 |
|
635 |
-
#: includes/qmn_options_certificate_tab.php:
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
|
638 |
|
639 |
-
#: includes/qmn_options_certificate_tab.php:
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
|
642 |
|
@@ -676,12 +676,12 @@ msgstr "Spørgsmålet er blevet oprettet."
|
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
-
#: includes/qmn_options_questions_tab.php:
|
680 |
msgid "Answer"
|
681 |
msgstr "Svar:"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
-
#: includes/qmn_options_questions_tab.php:
|
685 |
msgid "Add Question"
|
686 |
msgstr "Nyt spørgsmål"
|
687 |
|
@@ -706,90 +706,90 @@ msgid "Delete"
|
|
706 |
msgstr "Slet"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
-
#: includes/qmn_options_questions_tab.php:
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
-
#: includes/qmn_options_questions_tab.php:
|
717 |
msgid "Question"
|
718 |
msgstr "Spørgsmål"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
-
#: includes/qmn_options_questions_tab.php:
|
722 |
msgid "Answers"
|
723 |
msgstr "Svar"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
-
#: includes/qmn_options_questions_tab.php:
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Værdi af point"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
-
#: includes/qmn_options_questions_tab.php:
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Korrekt svar"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
-
#: includes/qmn_options_questions_tab.php:
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Tilføj nyt svar!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
-
#: includes/qmn_options_questions_tab.php:
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Info for korrekt svar"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
-
#: includes/qmn_options_questions_tab.php:
|
749 |
msgid "Question Type"
|
750 |
msgstr "Spørgsmål type"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
-
#: includes/qmn_options_questions_tab.php:
|
754 |
msgid "Comment Field"
|
755 |
msgstr "KOmmentar felt"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
-
#: includes/qmn_options_questions_tab.php:
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Lille tekst felt"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
-
#: includes/qmn_options_questions_tab.php:
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Stort tekst felt"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
-
#: includes/qmn_options_questions_tab.php:
|
769 |
msgid "None"
|
770 |
msgstr "Ingen"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
-
#: includes/qmn_options_questions_tab.php:
|
776 |
msgid "Question Order"
|
777 |
msgstr "Rækkefølge spørgsmål"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
-
#: includes/qmn_options_questions_tab.php:
|
781 |
msgid "Required?"
|
782 |
msgstr "Obligatorisk"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
-
#: includes/qmn_options_questions_tab.php:
|
788 |
msgid "Category"
|
789 |
msgstr "Kategori"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
-
#: includes/qmn_options_questions_tab.php:
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "Obligatorisk virker på nuværende tidspunkt kun på åbne svar, antal, accept og captcha spørgsmål"
|
795 |
|
@@ -797,23 +797,23 @@ msgstr "Obligatorisk virker på nuværende tidspunkt kun på åbne svar, antal,
|
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Ret spørgsmål"
|
799 |
|
800 |
-
#: includes/qmn_options_questions_tab.php:
|
801 |
msgid "Create Question"
|
802 |
msgstr "Opret spørgsmål"
|
803 |
|
804 |
-
#: includes/qmn_options_questions_tab.php:
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Er du sikker på du vil slette dette spørgsmål"
|
807 |
|
808 |
-
#: includes/qmn_options_questions_tab.php:
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Slet spørgsmål"
|
811 |
|
812 |
-
#: includes/qmn_options_questions_tab.php:
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
|
815 |
|
816 |
-
#: includes/qmn_options_questions_tab.php:
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Kopieret spørgsmål"
|
819 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-03-31 20:21-0500\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
425 |
msgstr "Leaderboard skabelon"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
+
#: includes/qmn_options_text_tab.php:182
|
429 |
+
#: includes/qmn_options_text_tab.php:192
|
430 |
+
#: includes/qmn_options_text_tab.php:202
|
431 |
+
#: includes/qmn_options_text_tab.php:212
|
432 |
+
#: includes/qmn_options_text_tab.php:222
|
433 |
+
#: includes/qmn_options_text_tab.php:232
|
434 |
+
#: includes/qmn_options_text_tab.php:242
|
435 |
+
#: includes/qmn_options_text_tab.php:252
|
436 |
+
#: includes/qmn_options_text_tab.php:265
|
437 |
+
#: includes/qmn_options_text_tab.php:282
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Tilladte variable"
|
440 |
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "Skabelonerne er blevet opdateret"
|
460 |
|
461 |
+
#: includes/qmn_options_text_tab.php:170
|
462 |
+
#: includes/qmn_options_text_tab.php:330
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Gem skabeloner"
|
465 |
|
466 |
+
#: includes/qmn_options_text_tab.php:176
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Besked skabeloner"
|
469 |
|
470 |
+
#: includes/qmn_options_text_tab.php:180
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Besked vist før Quiz"
|
473 |
|
474 |
+
#: includes/qmn_options_text_tab.php:190
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Besked vist før kommentar boksen hvis aktiv"
|
477 |
|
478 |
+
#: includes/qmn_options_text_tab.php:200
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
|
481 |
|
482 |
+
#: includes/qmn_options_text_tab.php:210
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Besked vist hvis brugeren har deltaget for mange gange"
|
485 |
|
486 |
+
#: includes/qmn_options_text_tab.php:220
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
|
489 |
|
490 |
+
#: includes/qmn_options_text_tab.php:230
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
|
493 |
|
494 |
+
#: includes/qmn_options_text_tab.php:240
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Besked Hvis grænsen på indtastninger er nået"
|
497 |
|
498 |
+
#: includes/qmn_options_text_tab.php:250
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "% QUESTIONS_ANSWERS% Tekst"
|
501 |
|
502 |
+
#: includes/qmn_options_text_tab.php:263
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Twitter Deling tekst"
|
505 |
|
506 |
+
#: includes/qmn_options_text_tab.php:280
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Facebook Deling tekst"
|
509 |
|
510 |
+
#: includes/qmn_options_text_tab.php:295
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Andre skabeloner"
|
513 |
|
514 |
+
#: includes/qmn_options_text_tab.php:298
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Tekst for send-knappen"
|
517 |
|
518 |
+
#: includes/qmn_options_text_tab.php:302
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Tekst til navnefeltet"
|
521 |
|
522 |
+
#: includes/qmn_options_text_tab.php:306
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Tekst til firma felt"
|
525 |
|
526 |
+
#: includes/qmn_options_text_tab.php:310
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Tekst til e-mail-feltet"
|
529 |
|
530 |
+
#: includes/qmn_options_text_tab.php:314
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Tekst til telefon nummer felt"
|
533 |
|
534 |
+
#: includes/qmn_options_text_tab.php:318
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Tekst for kommentarer felt"
|
537 |
|
538 |
+
#: includes/qmn_options_text_tab.php:322
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Tekst til forrige knap"
|
541 |
|
542 |
+
#: includes/qmn_options_text_tab.php:326
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Tekst til næste knap"
|
545 |
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Indtast titel her"
|
605 |
|
606 |
+
#: includes/qmn_options_certificate_tab.php:65
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Quiz Certificate (Beta)"
|
609 |
|
610 |
+
#: includes/qmn_options_certificate_tab.php:66
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så brugeren kan få adgang til certifikatet."
|
613 |
|
614 |
+
#: includes/qmn_options_certificate_tab.php:67
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Disse felter kan ikke indeholde HTML."
|
617 |
|
618 |
+
#: includes/qmn_options_certificate_tab.php:68
|
619 |
+
#: includes/qmn_options_certificate_tab.php:124
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Gem Certificate indstillinger"
|
622 |
|
623 |
+
#: includes/qmn_options_certificate_tab.php:76
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Aktiver certifikater for denne quiz?"
|
626 |
|
627 |
+
#: includes/qmn_options_certificate_tab.php:84
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Certifikat Titel"
|
630 |
|
631 |
+
#: includes/qmn_options_certificate_tab.php:91
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Meddelelse på Certifikat"
|
634 |
|
635 |
+
#: includes/qmn_options_certificate_tab.php:111
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
|
638 |
|
639 |
+
#: includes/qmn_options_certificate_tab.php:118
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
|
642 |
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
+
#: includes/qmn_options_questions_tab.php:761
|
680 |
msgid "Answer"
|
681 |
msgstr "Svar:"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
+
#: includes/qmn_options_questions_tab.php:730
|
685 |
msgid "Add Question"
|
686 |
msgstr "Nyt spørgsmål"
|
687 |
|
706 |
msgstr "Slet"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
+
#: includes/qmn_options_questions_tab.php:738
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
+
#: includes/qmn_options_questions_tab.php:741
|
717 |
msgid "Question"
|
718 |
msgstr "Spørgsmål"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
+
#: includes/qmn_options_questions_tab.php:752
|
722 |
msgid "Answers"
|
723 |
msgstr "Svar"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
+
#: includes/qmn_options_questions_tab.php:753
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Værdi af point"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
+
#: includes/qmn_options_questions_tab.php:754
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Korrekt svar"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
+
#: includes/qmn_options_questions_tab.php:776
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Tilføj nyt svar!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
+
#: includes/qmn_options_questions_tab.php:781
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Info for korrekt svar"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
+
#: includes/qmn_options_questions_tab.php:799
|
749 |
msgid "Question Type"
|
750 |
msgstr "Spørgsmål type"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
+
#: includes/qmn_options_questions_tab.php:812
|
754 |
msgid "Comment Field"
|
755 |
msgstr "KOmmentar felt"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
+
#: includes/qmn_options_questions_tab.php:814
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Lille tekst felt"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
+
#: includes/qmn_options_questions_tab.php:815
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Stort tekst felt"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
+
#: includes/qmn_options_questions_tab.php:816
|
769 |
msgid "None"
|
770 |
msgstr "Ingen"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
+
#: includes/qmn_options_questions_tab.php:820
|
776 |
msgid "Question Order"
|
777 |
msgstr "Rækkefølge spørgsmål"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
+
#: includes/qmn_options_questions_tab.php:828
|
781 |
msgid "Required?"
|
782 |
msgstr "Obligatorisk"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
+
#: includes/qmn_options_questions_tab.php:837
|
788 |
msgid "Category"
|
789 |
msgstr "Kategori"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
+
#: includes/qmn_options_questions_tab.php:856
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "Obligatorisk virker på nuværende tidspunkt kun på åbne svar, antal, accept og captcha spørgsmål"
|
795 |
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Ret spørgsmål"
|
799 |
|
800 |
+
#: includes/qmn_options_questions_tab.php:858
|
801 |
msgid "Create Question"
|
802 |
msgstr "Opret spørgsmål"
|
803 |
|
804 |
+
#: includes/qmn_options_questions_tab.php:863
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Er du sikker på du vil slette dette spørgsmål"
|
807 |
|
808 |
+
#: includes/qmn_options_questions_tab.php:868
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Slet spørgsmål"
|
811 |
|
812 |
+
#: includes/qmn_options_questions_tab.php:873
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
|
815 |
|
816 |
+
#: includes/qmn_options_questions_tab.php:878
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Kopieret spørgsmål"
|
819 |
|
languages/quiz-master-next-es_ES.mo
CHANGED
Binary file
|
languages/quiz-master-next-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quiz Master Next\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-03-
|
6 |
-
"PO-Revision-Date: 2015-03-
|
7 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
8 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -427,16 +427,16 @@ msgid "Leaderboard Template"
|
|
427 |
msgstr "Plantilla de clasificación"
|
428 |
|
429 |
#: includes/qmn_options_leaderboard_tab.php:91
|
430 |
-
#: includes/qmn_options_text_tab.php:
|
431 |
-
#: includes/qmn_options_text_tab.php:
|
432 |
-
#: includes/qmn_options_text_tab.php:
|
433 |
-
#: includes/qmn_options_text_tab.php:
|
434 |
-
#: includes/qmn_options_text_tab.php:
|
435 |
-
#: includes/qmn_options_text_tab.php:
|
436 |
-
#: includes/qmn_options_text_tab.php:
|
437 |
-
#: includes/qmn_options_text_tab.php:
|
438 |
-
#: includes/qmn_options_text_tab.php:
|
439 |
-
#: includes/qmn_options_text_tab.php:
|
440 |
msgid "Allowed Variables:"
|
441 |
msgstr "Variables permitidas:"
|
442 |
|
@@ -463,88 +463,88 @@ msgstr "Texto"
|
|
463 |
msgid "The templates has been updated successfully."
|
464 |
msgstr "La plantilla ha sido actualizada correctamente."
|
465 |
|
466 |
-
#: includes/qmn_options_text_tab.php:
|
467 |
-
#: includes/qmn_options_text_tab.php:
|
468 |
msgid "Save Templates"
|
469 |
msgstr "Guardar Plantillas"
|
470 |
|
471 |
-
#: includes/qmn_options_text_tab.php:
|
472 |
msgid "Message Templates"
|
473 |
msgstr "Plantillas de Mensaje"
|
474 |
|
475 |
-
#: includes/qmn_options_text_tab.php:
|
476 |
msgid "Message Displayed Before Quiz"
|
477 |
msgstr "Mensaje Mostrado Antes del Cuestionario"
|
478 |
|
479 |
-
#: includes/qmn_options_text_tab.php:
|
480 |
msgid "Message Displayed Before Comments Box If Enabled"
|
481 |
msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
|
482 |
|
483 |
-
#: includes/qmn_options_text_tab.php:
|
484 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
485 |
msgstr "Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir sección de texto)"
|
486 |
|
487 |
-
#: includes/qmn_options_text_tab.php:
|
488 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
489 |
msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
|
490 |
|
491 |
-
#: includes/qmn_options_text_tab.php:
|
492 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
493 |
msgstr "Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que requería iniciar sesión."
|
494 |
|
495 |
-
#: includes/qmn_options_text_tab.php:
|
496 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
497 |
msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
|
498 |
|
499 |
-
#: includes/qmn_options_text_tab.php:
|
500 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
501 |
msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
|
502 |
|
503 |
-
#: includes/qmn_options_text_tab.php:
|
504 |
msgid "%QUESTIONS_ANSWERS% Text"
|
505 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
506 |
|
507 |
-
#: includes/qmn_options_text_tab.php:
|
508 |
msgid "Twitter Sharing Text"
|
509 |
msgstr "Texto para compartir en Twitter"
|
510 |
|
511 |
-
#: includes/qmn_options_text_tab.php:
|
512 |
msgid "Facebook Sharing Text"
|
513 |
msgstr "Texto para compartir en Facebook"
|
514 |
|
515 |
-
#: includes/qmn_options_text_tab.php:
|
516 |
msgid "Other Templates"
|
517 |
msgstr "Otras plantillas"
|
518 |
|
519 |
-
#: includes/qmn_options_text_tab.php:
|
520 |
msgid "Text for submit button"
|
521 |
msgstr "Texto para el botón de envío."
|
522 |
|
523 |
-
#: includes/qmn_options_text_tab.php:
|
524 |
msgid "Text for name field"
|
525 |
msgstr "Texto para el nombre del campo"
|
526 |
|
527 |
-
#: includes/qmn_options_text_tab.php:
|
528 |
msgid "Text for business field"
|
529 |
msgstr "Texto para el campo asunto."
|
530 |
|
531 |
-
#: includes/qmn_options_text_tab.php:
|
532 |
msgid "Text for email field"
|
533 |
msgstr "Texto para el campo email"
|
534 |
|
535 |
-
#: includes/qmn_options_text_tab.php:
|
536 |
msgid "Text for phone number field"
|
537 |
msgstr "Texto para el campo número de teléfono"
|
538 |
|
539 |
-
#: includes/qmn_options_text_tab.php:
|
540 |
msgid "Text for comments field"
|
541 |
msgstr "Texto para el campo Comentarios"
|
542 |
|
543 |
-
#: includes/qmn_options_text_tab.php:
|
544 |
msgid "Text for previous button"
|
545 |
msgstr "Texto para el botón Anterior"
|
546 |
|
547 |
-
#: includes/qmn_options_text_tab.php:
|
548 |
msgid "Text for next button"
|
549 |
msgstr "Texto para el botón Siguiente"
|
550 |
|
@@ -608,40 +608,40 @@ msgstr "El certificado ha sido actualizado correctamente."
|
|
608 |
msgid "Enter title here"
|
609 |
msgstr "Escriba el título aquí"
|
610 |
|
611 |
-
#: includes/qmn_options_certificate_tab.php:
|
612 |
msgid "Quiz Certificate (Beta)"
|
613 |
msgstr "Certificado de encuesta (Beta)"
|
614 |
|
615 |
-
#: includes/qmn_options_certificate_tab.php:
|
616 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
617 |
msgstr "Escriba aquí el texto que aparecerá como certificado de esta encuesta. Asegúrese de introducir su enlace dentro de las plantillas en la pestaña Quiz Text para que el usuario pueda acceder a su certificado."
|
618 |
|
619 |
-
#: includes/qmn_options_certificate_tab.php:
|
620 |
msgid "These fields cannot contain HTML."
|
621 |
msgstr "Estos campos no pueden contener HTML."
|
622 |
|
623 |
-
#: includes/qmn_options_certificate_tab.php:
|
624 |
-
#: includes/qmn_options_certificate_tab.php:
|
625 |
msgid "Save Certificate Options"
|
626 |
msgstr "Guardas Opciones de Certificado"
|
627 |
|
628 |
-
#: includes/qmn_options_certificate_tab.php:
|
629 |
msgid "Enable Certificates For This Quiz?"
|
630 |
msgstr "¿Permitir Certificados para esta Encuesta?"
|
631 |
|
632 |
-
#: includes/qmn_options_certificate_tab.php:
|
633 |
msgid "Certificate Title"
|
634 |
msgstr "Título del certificado"
|
635 |
|
636 |
-
#: includes/qmn_options_certificate_tab.php:
|
637 |
msgid "Message Displayed On Certificate"
|
638 |
msgstr "Mensaje mostrado en el Certificado"
|
639 |
|
640 |
-
#: includes/qmn_options_certificate_tab.php:
|
641 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
642 |
msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
643 |
|
644 |
-
#: includes/qmn_options_certificate_tab.php:
|
645 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
646 |
msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
647 |
|
@@ -681,12 +681,12 @@ msgstr "La pregunta ha sido creada correctamente."
|
|
681 |
#: includes/qmn_options_questions_tab.php:454
|
682 |
#: includes/qmn_options_questions_tab.php:461
|
683 |
#: includes/qmn_options_questions_tab.php:593
|
684 |
-
#: includes/qmn_options_questions_tab.php:
|
685 |
msgid "Answer"
|
686 |
msgstr "Respuesta"
|
687 |
|
688 |
#: includes/qmn_options_questions_tab.php:481
|
689 |
-
#: includes/qmn_options_questions_tab.php:
|
690 |
msgid "Add Question"
|
691 |
msgstr "Añadir pregunta"
|
692 |
|
@@ -711,90 +711,90 @@ msgid "Delete"
|
|
711 |
msgstr "Eliminar"
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:568
|
714 |
-
#: includes/qmn_options_questions_tab.php:
|
715 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
716 |
msgstr ""
|
717 |
|
718 |
#: includes/qmn_options_questions_tab.php:571
|
719 |
#: includes/qmn_options_questions_tab.php:714
|
720 |
#: includes/qmn_options_questions_tab.php:725
|
721 |
-
#: includes/qmn_options_questions_tab.php:
|
722 |
msgid "Question"
|
723 |
msgstr "Pregunta"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:582
|
726 |
-
#: includes/qmn_options_questions_tab.php:
|
727 |
msgid "Answers"
|
728 |
msgstr "Respuestas"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:583
|
731 |
-
#: includes/qmn_options_questions_tab.php:
|
732 |
msgid "Points Worth"
|
733 |
msgstr "Puntuación"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:584
|
736 |
-
#: includes/qmn_options_questions_tab.php:
|
737 |
msgid "Correct Answer"
|
738 |
msgstr "Respuesta correcta"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:611
|
741 |
-
#: includes/qmn_options_questions_tab.php:
|
742 |
msgid "Add New Answer!"
|
743 |
msgstr "Añada nueva respuesta!"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:616
|
746 |
-
#: includes/qmn_options_questions_tab.php:
|
747 |
msgid "Correct Answer Info"
|
748 |
msgstr "Información acerca de la respuesta correcta"
|
749 |
|
750 |
#: includes/qmn_options_questions_tab.php:634
|
751 |
#: includes/qmn_options_questions_tab.php:712
|
752 |
#: includes/qmn_options_questions_tab.php:723
|
753 |
-
#: includes/qmn_options_questions_tab.php:
|
754 |
msgid "Question Type"
|
755 |
msgstr "Tipo de pregunta"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:652
|
758 |
-
#: includes/qmn_options_questions_tab.php:
|
759 |
msgid "Comment Field"
|
760 |
msgstr "Campo de Comentario"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:655
|
763 |
-
#: includes/qmn_options_questions_tab.php:
|
764 |
msgid "Small Text Field"
|
765 |
msgstr "Campo de texto corto"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:657
|
768 |
-
#: includes/qmn_options_questions_tab.php:
|
769 |
msgid "Large Text Field"
|
770 |
msgstr "Campo de texto largo"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:659
|
773 |
-
#: includes/qmn_options_questions_tab.php:
|
774 |
msgid "None"
|
775 |
msgstr "Ninguna"
|
776 |
|
777 |
#: includes/qmn_options_questions_tab.php:663
|
778 |
#: includes/qmn_options_questions_tab.php:711
|
779 |
#: includes/qmn_options_questions_tab.php:722
|
780 |
-
#: includes/qmn_options_questions_tab.php:
|
781 |
msgid "Question Order"
|
782 |
msgstr "Orden de preguntas"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:671
|
785 |
-
#: includes/qmn_options_questions_tab.php:
|
786 |
msgid "Required?"
|
787 |
msgstr "¿Obligatorio?"
|
788 |
|
789 |
#: includes/qmn_options_questions_tab.php:680
|
790 |
#: includes/qmn_options_questions_tab.php:713
|
791 |
#: includes/qmn_options_questions_tab.php:724
|
792 |
-
#: includes/qmn_options_questions_tab.php:
|
793 |
msgid "Category"
|
794 |
msgstr "Categoria"
|
795 |
|
796 |
#: includes/qmn_options_questions_tab.php:699
|
797 |
-
#: includes/qmn_options_questions_tab.php:
|
798 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
799 |
msgstr "Los campos obligatorios tan solo funcionan en respuestas abiertas, números, aceptar y preguntas tipo captcha."
|
800 |
|
@@ -802,23 +802,23 @@ msgstr "Los campos obligatorios tan solo funcionan en respuestas abiertas, núme
|
|
802 |
msgid "Edit Question"
|
803 |
msgstr "Editar Pregunta"
|
804 |
|
805 |
-
#: includes/qmn_options_questions_tab.php:
|
806 |
msgid "Create Question"
|
807 |
msgstr "Crear Pregunta"
|
808 |
|
809 |
-
#: includes/qmn_options_questions_tab.php:
|
810 |
msgid "Are you sure you want to delete this question?"
|
811 |
msgstr "¿Está seguro que desea eliminar esta pregunta?"
|
812 |
|
813 |
-
#: includes/qmn_options_questions_tab.php:
|
814 |
msgid "Delete Question"
|
815 |
msgstr "Eliminar pregunta"
|
816 |
|
817 |
-
#: includes/qmn_options_questions_tab.php:
|
818 |
msgid "Are you sure you want to duplicate this question?"
|
819 |
msgstr "¿Está seguro que desea duplicar esta pregunta?"
|
820 |
|
821 |
-
#: includes/qmn_options_questions_tab.php:
|
822 |
msgid "Duplicate Question"
|
823 |
msgstr "Duplicar Pregunta"
|
824 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quiz Master Next\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-31 20:21-0500\n"
|
6 |
+
"PO-Revision-Date: 2015-03-31 20:22-0500\n"
|
7 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
8 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
9 |
"Language: es_ES\n"
|
427 |
msgstr "Plantilla de clasificación"
|
428 |
|
429 |
#: includes/qmn_options_leaderboard_tab.php:91
|
430 |
+
#: includes/qmn_options_text_tab.php:182
|
431 |
+
#: includes/qmn_options_text_tab.php:192
|
432 |
+
#: includes/qmn_options_text_tab.php:202
|
433 |
+
#: includes/qmn_options_text_tab.php:212
|
434 |
+
#: includes/qmn_options_text_tab.php:222
|
435 |
+
#: includes/qmn_options_text_tab.php:232
|
436 |
+
#: includes/qmn_options_text_tab.php:242
|
437 |
+
#: includes/qmn_options_text_tab.php:252
|
438 |
+
#: includes/qmn_options_text_tab.php:265
|
439 |
+
#: includes/qmn_options_text_tab.php:282
|
440 |
msgid "Allowed Variables:"
|
441 |
msgstr "Variables permitidas:"
|
442 |
|
463 |
msgid "The templates has been updated successfully."
|
464 |
msgstr "La plantilla ha sido actualizada correctamente."
|
465 |
|
466 |
+
#: includes/qmn_options_text_tab.php:170
|
467 |
+
#: includes/qmn_options_text_tab.php:330
|
468 |
msgid "Save Templates"
|
469 |
msgstr "Guardar Plantillas"
|
470 |
|
471 |
+
#: includes/qmn_options_text_tab.php:176
|
472 |
msgid "Message Templates"
|
473 |
msgstr "Plantillas de Mensaje"
|
474 |
|
475 |
+
#: includes/qmn_options_text_tab.php:180
|
476 |
msgid "Message Displayed Before Quiz"
|
477 |
msgstr "Mensaje Mostrado Antes del Cuestionario"
|
478 |
|
479 |
+
#: includes/qmn_options_text_tab.php:190
|
480 |
msgid "Message Displayed Before Comments Box If Enabled"
|
481 |
msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
|
482 |
|
483 |
+
#: includes/qmn_options_text_tab.php:200
|
484 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
485 |
msgstr "Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir sección de texto)"
|
486 |
|
487 |
+
#: includes/qmn_options_text_tab.php:210
|
488 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
489 |
msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
|
490 |
|
491 |
+
#: includes/qmn_options_text_tab.php:220
|
492 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
493 |
msgstr "Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que requería iniciar sesión."
|
494 |
|
495 |
+
#: includes/qmn_options_text_tab.php:230
|
496 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
497 |
msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
|
498 |
|
499 |
+
#: includes/qmn_options_text_tab.php:240
|
500 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
501 |
msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
|
502 |
|
503 |
+
#: includes/qmn_options_text_tab.php:250
|
504 |
msgid "%QUESTIONS_ANSWERS% Text"
|
505 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
506 |
|
507 |
+
#: includes/qmn_options_text_tab.php:263
|
508 |
msgid "Twitter Sharing Text"
|
509 |
msgstr "Texto para compartir en Twitter"
|
510 |
|
511 |
+
#: includes/qmn_options_text_tab.php:280
|
512 |
msgid "Facebook Sharing Text"
|
513 |
msgstr "Texto para compartir en Facebook"
|
514 |
|
515 |
+
#: includes/qmn_options_text_tab.php:295
|
516 |
msgid "Other Templates"
|
517 |
msgstr "Otras plantillas"
|
518 |
|
519 |
+
#: includes/qmn_options_text_tab.php:298
|
520 |
msgid "Text for submit button"
|
521 |
msgstr "Texto para el botón de envío."
|
522 |
|
523 |
+
#: includes/qmn_options_text_tab.php:302
|
524 |
msgid "Text for name field"
|
525 |
msgstr "Texto para el nombre del campo"
|
526 |
|
527 |
+
#: includes/qmn_options_text_tab.php:306
|
528 |
msgid "Text for business field"
|
529 |
msgstr "Texto para el campo asunto."
|
530 |
|
531 |
+
#: includes/qmn_options_text_tab.php:310
|
532 |
msgid "Text for email field"
|
533 |
msgstr "Texto para el campo email"
|
534 |
|
535 |
+
#: includes/qmn_options_text_tab.php:314
|
536 |
msgid "Text for phone number field"
|
537 |
msgstr "Texto para el campo número de teléfono"
|
538 |
|
539 |
+
#: includes/qmn_options_text_tab.php:318
|
540 |
msgid "Text for comments field"
|
541 |
msgstr "Texto para el campo Comentarios"
|
542 |
|
543 |
+
#: includes/qmn_options_text_tab.php:322
|
544 |
msgid "Text for previous button"
|
545 |
msgstr "Texto para el botón Anterior"
|
546 |
|
547 |
+
#: includes/qmn_options_text_tab.php:326
|
548 |
msgid "Text for next button"
|
549 |
msgstr "Texto para el botón Siguiente"
|
550 |
|
608 |
msgid "Enter title here"
|
609 |
msgstr "Escriba el título aquí"
|
610 |
|
611 |
+
#: includes/qmn_options_certificate_tab.php:65
|
612 |
msgid "Quiz Certificate (Beta)"
|
613 |
msgstr "Certificado de encuesta (Beta)"
|
614 |
|
615 |
+
#: includes/qmn_options_certificate_tab.php:66
|
616 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
617 |
msgstr "Escriba aquí el texto que aparecerá como certificado de esta encuesta. Asegúrese de introducir su enlace dentro de las plantillas en la pestaña Quiz Text para que el usuario pueda acceder a su certificado."
|
618 |
|
619 |
+
#: includes/qmn_options_certificate_tab.php:67
|
620 |
msgid "These fields cannot contain HTML."
|
621 |
msgstr "Estos campos no pueden contener HTML."
|
622 |
|
623 |
+
#: includes/qmn_options_certificate_tab.php:68
|
624 |
+
#: includes/qmn_options_certificate_tab.php:124
|
625 |
msgid "Save Certificate Options"
|
626 |
msgstr "Guardas Opciones de Certificado"
|
627 |
|
628 |
+
#: includes/qmn_options_certificate_tab.php:76
|
629 |
msgid "Enable Certificates For This Quiz?"
|
630 |
msgstr "¿Permitir Certificados para esta Encuesta?"
|
631 |
|
632 |
+
#: includes/qmn_options_certificate_tab.php:84
|
633 |
msgid "Certificate Title"
|
634 |
msgstr "Título del certificado"
|
635 |
|
636 |
+
#: includes/qmn_options_certificate_tab.php:91
|
637 |
msgid "Message Displayed On Certificate"
|
638 |
msgstr "Mensaje mostrado en el Certificado"
|
639 |
|
640 |
+
#: includes/qmn_options_certificate_tab.php:111
|
641 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
642 |
msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
643 |
|
644 |
+
#: includes/qmn_options_certificate_tab.php:118
|
645 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
646 |
msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
647 |
|
681 |
#: includes/qmn_options_questions_tab.php:454
|
682 |
#: includes/qmn_options_questions_tab.php:461
|
683 |
#: includes/qmn_options_questions_tab.php:593
|
684 |
+
#: includes/qmn_options_questions_tab.php:761
|
685 |
msgid "Answer"
|
686 |
msgstr "Respuesta"
|
687 |
|
688 |
#: includes/qmn_options_questions_tab.php:481
|
689 |
+
#: includes/qmn_options_questions_tab.php:730
|
690 |
msgid "Add Question"
|
691 |
msgstr "Añadir pregunta"
|
692 |
|
711 |
msgstr "Eliminar"
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:568
|
714 |
+
#: includes/qmn_options_questions_tab.php:738
|
715 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
716 |
msgstr ""
|
717 |
|
718 |
#: includes/qmn_options_questions_tab.php:571
|
719 |
#: includes/qmn_options_questions_tab.php:714
|
720 |
#: includes/qmn_options_questions_tab.php:725
|
721 |
+
#: includes/qmn_options_questions_tab.php:741
|
722 |
msgid "Question"
|
723 |
msgstr "Pregunta"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:582
|
726 |
+
#: includes/qmn_options_questions_tab.php:752
|
727 |
msgid "Answers"
|
728 |
msgstr "Respuestas"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:583
|
731 |
+
#: includes/qmn_options_questions_tab.php:753
|
732 |
msgid "Points Worth"
|
733 |
msgstr "Puntuación"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:584
|
736 |
+
#: includes/qmn_options_questions_tab.php:754
|
737 |
msgid "Correct Answer"
|
738 |
msgstr "Respuesta correcta"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:611
|
741 |
+
#: includes/qmn_options_questions_tab.php:776
|
742 |
msgid "Add New Answer!"
|
743 |
msgstr "Añada nueva respuesta!"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:616
|
746 |
+
#: includes/qmn_options_questions_tab.php:781
|
747 |
msgid "Correct Answer Info"
|
748 |
msgstr "Información acerca de la respuesta correcta"
|
749 |
|
750 |
#: includes/qmn_options_questions_tab.php:634
|
751 |
#: includes/qmn_options_questions_tab.php:712
|
752 |
#: includes/qmn_options_questions_tab.php:723
|
753 |
+
#: includes/qmn_options_questions_tab.php:799
|
754 |
msgid "Question Type"
|
755 |
msgstr "Tipo de pregunta"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:652
|
758 |
+
#: includes/qmn_options_questions_tab.php:812
|
759 |
msgid "Comment Field"
|
760 |
msgstr "Campo de Comentario"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:655
|
763 |
+
#: includes/qmn_options_questions_tab.php:814
|
764 |
msgid "Small Text Field"
|
765 |
msgstr "Campo de texto corto"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:657
|
768 |
+
#: includes/qmn_options_questions_tab.php:815
|
769 |
msgid "Large Text Field"
|
770 |
msgstr "Campo de texto largo"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:659
|
773 |
+
#: includes/qmn_options_questions_tab.php:816
|
774 |
msgid "None"
|
775 |
msgstr "Ninguna"
|
776 |
|
777 |
#: includes/qmn_options_questions_tab.php:663
|
778 |
#: includes/qmn_options_questions_tab.php:711
|
779 |
#: includes/qmn_options_questions_tab.php:722
|
780 |
+
#: includes/qmn_options_questions_tab.php:820
|
781 |
msgid "Question Order"
|
782 |
msgstr "Orden de preguntas"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:671
|
785 |
+
#: includes/qmn_options_questions_tab.php:828
|
786 |
msgid "Required?"
|
787 |
msgstr "¿Obligatorio?"
|
788 |
|
789 |
#: includes/qmn_options_questions_tab.php:680
|
790 |
#: includes/qmn_options_questions_tab.php:713
|
791 |
#: includes/qmn_options_questions_tab.php:724
|
792 |
+
#: includes/qmn_options_questions_tab.php:837
|
793 |
msgid "Category"
|
794 |
msgstr "Categoria"
|
795 |
|
796 |
#: includes/qmn_options_questions_tab.php:699
|
797 |
+
#: includes/qmn_options_questions_tab.php:856
|
798 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
799 |
msgstr "Los campos obligatorios tan solo funcionan en respuestas abiertas, números, aceptar y preguntas tipo captcha."
|
800 |
|
802 |
msgid "Edit Question"
|
803 |
msgstr "Editar Pregunta"
|
804 |
|
805 |
+
#: includes/qmn_options_questions_tab.php:858
|
806 |
msgid "Create Question"
|
807 |
msgstr "Crear Pregunta"
|
808 |
|
809 |
+
#: includes/qmn_options_questions_tab.php:863
|
810 |
msgid "Are you sure you want to delete this question?"
|
811 |
msgstr "¿Está seguro que desea eliminar esta pregunta?"
|
812 |
|
813 |
+
#: includes/qmn_options_questions_tab.php:868
|
814 |
msgid "Delete Question"
|
815 |
msgstr "Eliminar pregunta"
|
816 |
|
817 |
+
#: includes/qmn_options_questions_tab.php:873
|
818 |
msgid "Are you sure you want to duplicate this question?"
|
819 |
msgstr "¿Está seguro que desea duplicar esta pregunta?"
|
820 |
|
821 |
+
#: includes/qmn_options_questions_tab.php:878
|
822 |
msgid "Duplicate Question"
|
823 |
msgstr "Duplicar Pregunta"
|
824 |
|
languages/quiz-master-next-it_IT.mo
CHANGED
Binary file
|
languages/quiz-master-next-it_IT.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-03-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -425,16 +425,16 @@ msgid "Leaderboard Template"
|
|
425 |
msgstr "Template Classifica"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
-
#: includes/qmn_options_text_tab.php:
|
429 |
-
#: includes/qmn_options_text_tab.php:
|
430 |
-
#: includes/qmn_options_text_tab.php:
|
431 |
-
#: includes/qmn_options_text_tab.php:
|
432 |
-
#: includes/qmn_options_text_tab.php:
|
433 |
-
#: includes/qmn_options_text_tab.php:
|
434 |
-
#: includes/qmn_options_text_tab.php:
|
435 |
-
#: includes/qmn_options_text_tab.php:
|
436 |
-
#: includes/qmn_options_text_tab.php:
|
437 |
-
#: includes/qmn_options_text_tab.php:
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Variabili Consentite:"
|
440 |
|
@@ -458,88 +458,88 @@ msgstr "Testo"
|
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "I template sono stati aggiornati con successo."
|
460 |
|
461 |
-
#: includes/qmn_options_text_tab.php:
|
462 |
-
#: includes/qmn_options_text_tab.php:
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Salva Template"
|
465 |
|
466 |
-
#: includes/qmn_options_text_tab.php:
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Messaggio Template"
|
469 |
|
470 |
-
#: includes/qmn_options_text_tab.php:
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Messaggio Mostrato Prima del Quiz"
|
473 |
|
474 |
-
#: includes/qmn_options_text_tab.php:
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Messaggio Mostrato Prima Del Box Commenti (se attivo)"
|
477 |
|
478 |
-
#: includes/qmn_options_text_tab.php:
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Messaggio Mostrato Alla Fine Del Quiz (lascia vuoto per omettere la sezione testo)"
|
481 |
|
482 |
-
#: includes/qmn_options_text_tab.php:
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Messaggio Mostrato Se l'Utente Ha Provato Il Quiz Troppe Volte"
|
485 |
|
486 |
-
#: includes/qmn_options_text_tab.php:
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Messaggio Mostrato Se l'Utente Non E' Loggato E Il Quiz Richiede Che Lo Sia"
|
489 |
|
490 |
-
#: includes/qmn_options_text_tab.php:
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Messaggio Mostrato Se La Data E' Fuori Dall'Intervallo Previsto"
|
493 |
|
494 |
-
#: includes/qmn_options_text_tab.php:
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Messaggio Mostrato Se Viene Raggiunto Il Limite Delle Voci Totali"
|
497 |
|
498 |
-
#: includes/qmn_options_text_tab.php:
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% Testo"
|
501 |
|
502 |
-
#: includes/qmn_options_text_tab.php:
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Testo Di Condivisione Su Twitter"
|
505 |
|
506 |
-
#: includes/qmn_options_text_tab.php:
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Testo di Condivisione Su Facebook"
|
509 |
|
510 |
-
#: includes/qmn_options_text_tab.php:
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Altri Template"
|
513 |
|
514 |
-
#: includes/qmn_options_text_tab.php:
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Testo per il pulsante di invio"
|
517 |
|
518 |
-
#: includes/qmn_options_text_tab.php:
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Testo per il campo del nome"
|
521 |
|
522 |
-
#: includes/qmn_options_text_tab.php:
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Testo per il campo dell'azienda"
|
525 |
|
526 |
-
#: includes/qmn_options_text_tab.php:
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Testo per il campo dell'email"
|
529 |
|
530 |
-
#: includes/qmn_options_text_tab.php:
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Testo per il campo del telefono"
|
533 |
|
534 |
-
#: includes/qmn_options_text_tab.php:
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Testo per il campo commenti"
|
537 |
|
538 |
-
#: includes/qmn_options_text_tab.php:
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Testo per il pulsante \"precedente\""
|
541 |
|
542 |
-
#: includes/qmn_options_text_tab.php:
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Testo per il pulsante \"successivo\""
|
545 |
|
@@ -603,40 +603,40 @@ msgstr "Il certificato è stato aggiornato con successo."
|
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Inserisci qui un titolo"
|
605 |
|
606 |
-
#: includes/qmn_options_certificate_tab.php:
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Certificato del Quiz (Beta)"
|
609 |
|
610 |
-
#: includes/qmn_options_certificate_tab.php:
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Inserisci qui il testo per compilare il certificato di questo quiz. Assicurati di inserire la variabile del link nel template nella sezione Testo Quiz, in modo che l'utente possa accedere al certificato."
|
613 |
|
614 |
-
#: includes/qmn_options_certificate_tab.php:
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Questi campi non possono contenere HTML."
|
617 |
|
618 |
-
#: includes/qmn_options_certificate_tab.php:
|
619 |
-
#: includes/qmn_options_certificate_tab.php:
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Salva Opzioni Certificato"
|
622 |
|
623 |
-
#: includes/qmn_options_certificate_tab.php:
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Attiva i Certificati per Questo Quiz?"
|
626 |
|
627 |
-
#: includes/qmn_options_certificate_tab.php:
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Titolo Certificato"
|
630 |
|
631 |
-
#: includes/qmn_options_certificate_tab.php:
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Messaggio Mostrato nel Certificato"
|
634 |
|
635 |
-
#: includes/qmn_options_certificate_tab.php:
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL al Logo (deve essere JPG, JPEG, PNG o GIF)"
|
638 |
|
639 |
-
#: includes/qmn_options_certificate_tab.php:
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
|
642 |
|
@@ -676,12 +676,12 @@ msgstr "La domanda è stata creata con successo."
|
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
-
#: includes/qmn_options_questions_tab.php:
|
680 |
msgid "Answer"
|
681 |
msgstr "Risposta"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
-
#: includes/qmn_options_questions_tab.php:
|
685 |
msgid "Add Question"
|
686 |
msgstr "Aggiungi Domanda"
|
687 |
|
@@ -706,90 +706,90 @@ msgid "Delete"
|
|
706 |
msgstr "Cancella"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
-
#: includes/qmn_options_questions_tab.php:
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
-
#: includes/qmn_options_questions_tab.php:
|
717 |
msgid "Question"
|
718 |
msgstr "Domanda"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
-
#: includes/qmn_options_questions_tab.php:
|
722 |
msgid "Answers"
|
723 |
msgstr "Risposte"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
-
#: includes/qmn_options_questions_tab.php:
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Valore in Punti"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
-
#: includes/qmn_options_questions_tab.php:
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Risposta Corretta"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
-
#: includes/qmn_options_questions_tab.php:
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Aggiungi una Nuova Risposta!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
-
#: includes/qmn_options_questions_tab.php:
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Informazioni Risposta Corretta"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
-
#: includes/qmn_options_questions_tab.php:
|
749 |
msgid "Question Type"
|
750 |
msgstr "Tipo di Domanda"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
-
#: includes/qmn_options_questions_tab.php:
|
754 |
msgid "Comment Field"
|
755 |
msgstr "Campo Commenti"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
-
#: includes/qmn_options_questions_tab.php:
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Campo Testo Piccolo"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
-
#: includes/qmn_options_questions_tab.php:
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Campo Testo Grande"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
-
#: includes/qmn_options_questions_tab.php:
|
769 |
msgid "None"
|
770 |
msgstr "No"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
-
#: includes/qmn_options_questions_tab.php:
|
776 |
msgid "Question Order"
|
777 |
msgstr "Ordine Domanda"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
-
#: includes/qmn_options_questions_tab.php:
|
781 |
msgid "Required?"
|
782 |
msgstr "Obbligatoria?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
-
#: includes/qmn_options_questions_tab.php:
|
788 |
msgid "Category"
|
789 |
msgstr "Categoria"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
-
#: includes/qmn_options_questions_tab.php:
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "La specifica \"Obbligatoria\" attualmente funziona solo per domande a risposta aperta, numeriche, da spuntare e captcha"
|
795 |
|
@@ -797,23 +797,23 @@ msgstr "La specifica \"Obbligatoria\" attualmente funziona solo per domande a ri
|
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Modifica Domanda"
|
799 |
|
800 |
-
#: includes/qmn_options_questions_tab.php:
|
801 |
msgid "Create Question"
|
802 |
msgstr "Crea Una Domanda"
|
803 |
|
804 |
-
#: includes/qmn_options_questions_tab.php:
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Sei sicuro di voler cancellare questa domanda?"
|
807 |
|
808 |
-
#: includes/qmn_options_questions_tab.php:
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Cancella Domanda"
|
811 |
|
812 |
-
#: includes/qmn_options_questions_tab.php:
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Sei sicuro di voler duplicare questa domanda?"
|
815 |
|
816 |
-
#: includes/qmn_options_questions_tab.php:
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Duplica Domanda"
|
819 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-03-31 20:22-0500\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
425 |
msgstr "Template Classifica"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
+
#: includes/qmn_options_text_tab.php:182
|
429 |
+
#: includes/qmn_options_text_tab.php:192
|
430 |
+
#: includes/qmn_options_text_tab.php:202
|
431 |
+
#: includes/qmn_options_text_tab.php:212
|
432 |
+
#: includes/qmn_options_text_tab.php:222
|
433 |
+
#: includes/qmn_options_text_tab.php:232
|
434 |
+
#: includes/qmn_options_text_tab.php:242
|
435 |
+
#: includes/qmn_options_text_tab.php:252
|
436 |
+
#: includes/qmn_options_text_tab.php:265
|
437 |
+
#: includes/qmn_options_text_tab.php:282
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Variabili Consentite:"
|
440 |
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "I template sono stati aggiornati con successo."
|
460 |
|
461 |
+
#: includes/qmn_options_text_tab.php:170
|
462 |
+
#: includes/qmn_options_text_tab.php:330
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Salva Template"
|
465 |
|
466 |
+
#: includes/qmn_options_text_tab.php:176
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Messaggio Template"
|
469 |
|
470 |
+
#: includes/qmn_options_text_tab.php:180
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Messaggio Mostrato Prima del Quiz"
|
473 |
|
474 |
+
#: includes/qmn_options_text_tab.php:190
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Messaggio Mostrato Prima Del Box Commenti (se attivo)"
|
477 |
|
478 |
+
#: includes/qmn_options_text_tab.php:200
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Messaggio Mostrato Alla Fine Del Quiz (lascia vuoto per omettere la sezione testo)"
|
481 |
|
482 |
+
#: includes/qmn_options_text_tab.php:210
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Messaggio Mostrato Se l'Utente Ha Provato Il Quiz Troppe Volte"
|
485 |
|
486 |
+
#: includes/qmn_options_text_tab.php:220
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Messaggio Mostrato Se l'Utente Non E' Loggato E Il Quiz Richiede Che Lo Sia"
|
489 |
|
490 |
+
#: includes/qmn_options_text_tab.php:230
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Messaggio Mostrato Se La Data E' Fuori Dall'Intervallo Previsto"
|
493 |
|
494 |
+
#: includes/qmn_options_text_tab.php:240
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Messaggio Mostrato Se Viene Raggiunto Il Limite Delle Voci Totali"
|
497 |
|
498 |
+
#: includes/qmn_options_text_tab.php:250
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% Testo"
|
501 |
|
502 |
+
#: includes/qmn_options_text_tab.php:263
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Testo Di Condivisione Su Twitter"
|
505 |
|
506 |
+
#: includes/qmn_options_text_tab.php:280
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Testo di Condivisione Su Facebook"
|
509 |
|
510 |
+
#: includes/qmn_options_text_tab.php:295
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Altri Template"
|
513 |
|
514 |
+
#: includes/qmn_options_text_tab.php:298
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Testo per il pulsante di invio"
|
517 |
|
518 |
+
#: includes/qmn_options_text_tab.php:302
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Testo per il campo del nome"
|
521 |
|
522 |
+
#: includes/qmn_options_text_tab.php:306
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Testo per il campo dell'azienda"
|
525 |
|
526 |
+
#: includes/qmn_options_text_tab.php:310
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Testo per il campo dell'email"
|
529 |
|
530 |
+
#: includes/qmn_options_text_tab.php:314
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Testo per il campo del telefono"
|
533 |
|
534 |
+
#: includes/qmn_options_text_tab.php:318
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Testo per il campo commenti"
|
537 |
|
538 |
+
#: includes/qmn_options_text_tab.php:322
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Testo per il pulsante \"precedente\""
|
541 |
|
542 |
+
#: includes/qmn_options_text_tab.php:326
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Testo per il pulsante \"successivo\""
|
545 |
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Inserisci qui un titolo"
|
605 |
|
606 |
+
#: includes/qmn_options_certificate_tab.php:65
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Certificato del Quiz (Beta)"
|
609 |
|
610 |
+
#: includes/qmn_options_certificate_tab.php:66
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Inserisci qui il testo per compilare il certificato di questo quiz. Assicurati di inserire la variabile del link nel template nella sezione Testo Quiz, in modo che l'utente possa accedere al certificato."
|
613 |
|
614 |
+
#: includes/qmn_options_certificate_tab.php:67
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Questi campi non possono contenere HTML."
|
617 |
|
618 |
+
#: includes/qmn_options_certificate_tab.php:68
|
619 |
+
#: includes/qmn_options_certificate_tab.php:124
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Salva Opzioni Certificato"
|
622 |
|
623 |
+
#: includes/qmn_options_certificate_tab.php:76
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Attiva i Certificati per Questo Quiz?"
|
626 |
|
627 |
+
#: includes/qmn_options_certificate_tab.php:84
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Titolo Certificato"
|
630 |
|
631 |
+
#: includes/qmn_options_certificate_tab.php:91
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Messaggio Mostrato nel Certificato"
|
634 |
|
635 |
+
#: includes/qmn_options_certificate_tab.php:111
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL al Logo (deve essere JPG, JPEG, PNG o GIF)"
|
638 |
|
639 |
+
#: includes/qmn_options_certificate_tab.php:118
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
|
642 |
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
+
#: includes/qmn_options_questions_tab.php:761
|
680 |
msgid "Answer"
|
681 |
msgstr "Risposta"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
+
#: includes/qmn_options_questions_tab.php:730
|
685 |
msgid "Add Question"
|
686 |
msgstr "Aggiungi Domanda"
|
687 |
|
706 |
msgstr "Cancella"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
+
#: includes/qmn_options_questions_tab.php:738
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
+
#: includes/qmn_options_questions_tab.php:741
|
717 |
msgid "Question"
|
718 |
msgstr "Domanda"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
+
#: includes/qmn_options_questions_tab.php:752
|
722 |
msgid "Answers"
|
723 |
msgstr "Risposte"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
+
#: includes/qmn_options_questions_tab.php:753
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Valore in Punti"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
+
#: includes/qmn_options_questions_tab.php:754
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Risposta Corretta"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
+
#: includes/qmn_options_questions_tab.php:776
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Aggiungi una Nuova Risposta!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
+
#: includes/qmn_options_questions_tab.php:781
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Informazioni Risposta Corretta"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
+
#: includes/qmn_options_questions_tab.php:799
|
749 |
msgid "Question Type"
|
750 |
msgstr "Tipo di Domanda"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
+
#: includes/qmn_options_questions_tab.php:812
|
754 |
msgid "Comment Field"
|
755 |
msgstr "Campo Commenti"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
+
#: includes/qmn_options_questions_tab.php:814
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Campo Testo Piccolo"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
+
#: includes/qmn_options_questions_tab.php:815
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Campo Testo Grande"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
+
#: includes/qmn_options_questions_tab.php:816
|
769 |
msgid "None"
|
770 |
msgstr "No"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
+
#: includes/qmn_options_questions_tab.php:820
|
776 |
msgid "Question Order"
|
777 |
msgstr "Ordine Domanda"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
+
#: includes/qmn_options_questions_tab.php:828
|
781 |
msgid "Required?"
|
782 |
msgstr "Obbligatoria?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
+
#: includes/qmn_options_questions_tab.php:837
|
788 |
msgid "Category"
|
789 |
msgstr "Categoria"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
+
#: includes/qmn_options_questions_tab.php:856
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "La specifica \"Obbligatoria\" attualmente funziona solo per domande a risposta aperta, numeriche, da spuntare e captcha"
|
795 |
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Modifica Domanda"
|
799 |
|
800 |
+
#: includes/qmn_options_questions_tab.php:858
|
801 |
msgid "Create Question"
|
802 |
msgstr "Crea Una Domanda"
|
803 |
|
804 |
+
#: includes/qmn_options_questions_tab.php:863
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Sei sicuro di voler cancellare questa domanda?"
|
807 |
|
808 |
+
#: includes/qmn_options_questions_tab.php:868
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Cancella Domanda"
|
811 |
|
812 |
+
#: includes/qmn_options_questions_tab.php:873
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Sei sicuro di voler duplicare questa domanda?"
|
815 |
|
816 |
+
#: includes/qmn_options_questions_tab.php:878
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Duplica Domanda"
|
819 |
|
languages/quiz-master-next-nl-NL.mo
CHANGED
Binary file
|
languages/quiz-master-next-nl-NL.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-03-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -425,16 +425,16 @@ msgid "Leaderboard Template"
|
|
425 |
msgstr "Klassement template"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
-
#: includes/qmn_options_text_tab.php:
|
429 |
-
#: includes/qmn_options_text_tab.php:
|
430 |
-
#: includes/qmn_options_text_tab.php:
|
431 |
-
#: includes/qmn_options_text_tab.php:
|
432 |
-
#: includes/qmn_options_text_tab.php:
|
433 |
-
#: includes/qmn_options_text_tab.php:
|
434 |
-
#: includes/qmn_options_text_tab.php:
|
435 |
-
#: includes/qmn_options_text_tab.php:
|
436 |
-
#: includes/qmn_options_text_tab.php:
|
437 |
-
#: includes/qmn_options_text_tab.php:
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Toegestane variabelen:"
|
440 |
|
@@ -458,88 +458,88 @@ msgstr "Tekst"
|
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "De templates zijn succesvol opgeslagen."
|
460 |
|
461 |
-
#: includes/qmn_options_text_tab.php:
|
462 |
-
#: includes/qmn_options_text_tab.php:
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Bewaar teplates"
|
465 |
|
466 |
-
#: includes/qmn_options_text_tab.php:
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Bericht templates"
|
469 |
|
470 |
-
#: includes/qmn_options_text_tab.php:
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Bericht getoond voor aanvang quiz"
|
473 |
|
474 |
-
#: includes/qmn_options_text_tab.php:
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Bericht getoond voor opmerkingen box indien ingeschakeld"
|
477 |
|
478 |
-
#: includes/qmn_options_text_tab.php:
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Bericht getoond aan het einde van de quiz (Laat leeg om de tekst sectie weg te laten)"
|
481 |
|
482 |
-
#: includes/qmn_options_text_tab.php:
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Bericht getoond indien de gebruiker de quiz te vaak heeft proberen te maken"
|
485 |
|
486 |
-
#: includes/qmn_options_text_tab.php:
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Bericht getoond indien de gebruiker niet is ingelogd en de quiz dit wel vereist"
|
489 |
|
490 |
-
#: includes/qmn_options_text_tab.php:
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Bericht getoond indien de datum buiten het tijdspad is"
|
493 |
|
494 |
-
#: includes/qmn_options_text_tab.php:
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Bericht getoond indien de grens van het aantal invoeren is bereikt"
|
497 |
|
498 |
-
#: includes/qmn_options_text_tab.php:
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% Tekst"
|
501 |
|
502 |
-
#: includes/qmn_options_text_tab.php:
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Twitter Delen tekst"
|
505 |
|
506 |
-
#: includes/qmn_options_text_tab.php:
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Facebook Delen tekst"
|
509 |
|
510 |
-
#: includes/qmn_options_text_tab.php:
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Andere templates"
|
513 |
|
514 |
-
#: includes/qmn_options_text_tab.php:
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Teskt voor verstuur knop"
|
517 |
|
518 |
-
#: includes/qmn_options_text_tab.php:
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Tekst voor naam veld"
|
521 |
|
522 |
-
#: includes/qmn_options_text_tab.php:
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Tekst voor bedrijfsveld"
|
525 |
|
526 |
-
#: includes/qmn_options_text_tab.php:
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Tekst voor email veld"
|
529 |
|
530 |
-
#: includes/qmn_options_text_tab.php:
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Tekst voor telefoonnummer veld"
|
533 |
|
534 |
-
#: includes/qmn_options_text_tab.php:
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Tekst voor opmerkingen veld"
|
537 |
|
538 |
-
#: includes/qmn_options_text_tab.php:
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Tekst voor vorige knop"
|
541 |
|
542 |
-
#: includes/qmn_options_text_tab.php:
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Tekst voor volgende knop"
|
545 |
|
@@ -603,40 +603,40 @@ msgstr "Het certificaat werd succesvol bijgewerkt."
|
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Hier titel invoeren"
|
605 |
|
606 |
-
#: includes/qmn_options_certificate_tab.php:
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Quiz Certificaat (Beta)"
|
609 |
|
610 |
-
#: includes/qmn_options_certificate_tab.php:
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Voer hier je tekst in voor het certificaat van deze quiz. Let er op om de linkvariabele in te voeren in de templates op de Quiz Next tab zodat de gebruiker toegang heeft tot het certificaat."
|
613 |
|
614 |
-
#: includes/qmn_options_certificate_tab.php:
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Deze velden kunnen geen HTML bevatten."
|
617 |
|
618 |
-
#: includes/qmn_options_certificate_tab.php:
|
619 |
-
#: includes/qmn_options_certificate_tab.php:
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Bewaar certificaat opties"
|
622 |
|
623 |
-
#: includes/qmn_options_certificate_tab.php:
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Certificaat toestaan voor deze quiz?"
|
626 |
|
627 |
-
#: includes/qmn_options_certificate_tab.php:
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Certificaat titel"
|
630 |
|
631 |
-
#: includes/qmn_options_certificate_tab.php:
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Bericht dat op certificaat staat"
|
634 |
|
635 |
-
#: includes/qmn_options_certificate_tab.php:
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL naar logo (moet JPG, JPEG, PNG of GIF zijn)"
|
638 |
|
639 |
-
#: includes/qmn_options_certificate_tab.php:
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
|
642 |
|
@@ -676,12 +676,12 @@ msgstr "De vraag is succesvol gemaakt."
|
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
-
#: includes/qmn_options_questions_tab.php:
|
680 |
msgid "Answer"
|
681 |
msgstr "Antwoord"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
-
#: includes/qmn_options_questions_tab.php:
|
685 |
msgid "Add Question"
|
686 |
msgstr "Vraag toevoegen"
|
687 |
|
@@ -706,90 +706,90 @@ msgid "Delete"
|
|
706 |
msgstr "Verwijder"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
-
#: includes/qmn_options_questions_tab.php:
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr "Voor vul het lege veld in types, gebruik %BLANK% om aan te geven waar je in je tekst de tekstbox wil hebben."
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
-
#: includes/qmn_options_questions_tab.php:
|
717 |
msgid "Question"
|
718 |
msgstr "Vraag"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
-
#: includes/qmn_options_questions_tab.php:
|
722 |
msgid "Answers"
|
723 |
msgstr "Antwoorden"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
-
#: includes/qmn_options_questions_tab.php:
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Punten waard"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
-
#: includes/qmn_options_questions_tab.php:
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Goed antwoord"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
-
#: includes/qmn_options_questions_tab.php:
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Voeg nieuw antwoord toe!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
-
#: includes/qmn_options_questions_tab.php:
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Juiste antwoord informatie"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
-
#: includes/qmn_options_questions_tab.php:
|
749 |
msgid "Question Type"
|
750 |
msgstr "Vraag type"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
-
#: includes/qmn_options_questions_tab.php:
|
754 |
msgid "Comment Field"
|
755 |
msgstr "Opmerkingenveld"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
-
#: includes/qmn_options_questions_tab.php:
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Klein tekstveld"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
-
#: includes/qmn_options_questions_tab.php:
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Groot tekstveld"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
-
#: includes/qmn_options_questions_tab.php:
|
769 |
msgid "None"
|
770 |
msgstr "Geen"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
-
#: includes/qmn_options_questions_tab.php:
|
776 |
msgid "Question Order"
|
777 |
msgstr "Vraag volgorde"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
-
#: includes/qmn_options_questions_tab.php:
|
781 |
msgid "Required?"
|
782 |
msgstr "Vereist?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
-
#: includes/qmn_options_questions_tab.php:
|
788 |
msgid "Category"
|
789 |
msgstr "Categorie"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
-
#: includes/qmn_options_questions_tab.php:
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "Vereist werkt momenteel alleen op open antwoorden, nummer, accepteer en captcha type vragen"
|
795 |
|
@@ -797,23 +797,23 @@ msgstr "Vereist werkt momenteel alleen op open antwoorden, nummer, accepteer en
|
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Bewerk vraag"
|
799 |
|
800 |
-
#: includes/qmn_options_questions_tab.php:
|
801 |
msgid "Create Question"
|
802 |
msgstr "Maak vraag"
|
803 |
|
804 |
-
#: includes/qmn_options_questions_tab.php:
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Weet je zeker dat je deze vraag wil verwijderen?"
|
807 |
|
808 |
-
#: includes/qmn_options_questions_tab.php:
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Verwijder vraag"
|
811 |
|
812 |
-
#: includes/qmn_options_questions_tab.php:
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Weet je zeker dat je deze vraag wil dupliceren?"
|
815 |
|
816 |
-
#: includes/qmn_options_questions_tab.php:
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Dupliceer vraag"
|
819 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-03-31 20:22-0500\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
425 |
msgstr "Klassement template"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
+
#: includes/qmn_options_text_tab.php:182
|
429 |
+
#: includes/qmn_options_text_tab.php:192
|
430 |
+
#: includes/qmn_options_text_tab.php:202
|
431 |
+
#: includes/qmn_options_text_tab.php:212
|
432 |
+
#: includes/qmn_options_text_tab.php:222
|
433 |
+
#: includes/qmn_options_text_tab.php:232
|
434 |
+
#: includes/qmn_options_text_tab.php:242
|
435 |
+
#: includes/qmn_options_text_tab.php:252
|
436 |
+
#: includes/qmn_options_text_tab.php:265
|
437 |
+
#: includes/qmn_options_text_tab.php:282
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "Toegestane variabelen:"
|
440 |
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "De templates zijn succesvol opgeslagen."
|
460 |
|
461 |
+
#: includes/qmn_options_text_tab.php:170
|
462 |
+
#: includes/qmn_options_text_tab.php:330
|
463 |
msgid "Save Templates"
|
464 |
msgstr "Bewaar teplates"
|
465 |
|
466 |
+
#: includes/qmn_options_text_tab.php:176
|
467 |
msgid "Message Templates"
|
468 |
msgstr "Bericht templates"
|
469 |
|
470 |
+
#: includes/qmn_options_text_tab.php:180
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "Bericht getoond voor aanvang quiz"
|
473 |
|
474 |
+
#: includes/qmn_options_text_tab.php:190
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "Bericht getoond voor opmerkingen box indien ingeschakeld"
|
477 |
|
478 |
+
#: includes/qmn_options_text_tab.php:200
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "Bericht getoond aan het einde van de quiz (Laat leeg om de tekst sectie weg te laten)"
|
481 |
|
482 |
+
#: includes/qmn_options_text_tab.php:210
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "Bericht getoond indien de gebruiker de quiz te vaak heeft proberen te maken"
|
485 |
|
486 |
+
#: includes/qmn_options_text_tab.php:220
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "Bericht getoond indien de gebruiker niet is ingelogd en de quiz dit wel vereist"
|
489 |
|
490 |
+
#: includes/qmn_options_text_tab.php:230
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "Bericht getoond indien de datum buiten het tijdspad is"
|
493 |
|
494 |
+
#: includes/qmn_options_text_tab.php:240
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "Bericht getoond indien de grens van het aantal invoeren is bereikt"
|
497 |
|
498 |
+
#: includes/qmn_options_text_tab.php:250
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% Tekst"
|
501 |
|
502 |
+
#: includes/qmn_options_text_tab.php:263
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "Twitter Delen tekst"
|
505 |
|
506 |
+
#: includes/qmn_options_text_tab.php:280
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "Facebook Delen tekst"
|
509 |
|
510 |
+
#: includes/qmn_options_text_tab.php:295
|
511 |
msgid "Other Templates"
|
512 |
msgstr "Andere templates"
|
513 |
|
514 |
+
#: includes/qmn_options_text_tab.php:298
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "Teskt voor verstuur knop"
|
517 |
|
518 |
+
#: includes/qmn_options_text_tab.php:302
|
519 |
msgid "Text for name field"
|
520 |
msgstr "Tekst voor naam veld"
|
521 |
|
522 |
+
#: includes/qmn_options_text_tab.php:306
|
523 |
msgid "Text for business field"
|
524 |
msgstr "Tekst voor bedrijfsveld"
|
525 |
|
526 |
+
#: includes/qmn_options_text_tab.php:310
|
527 |
msgid "Text for email field"
|
528 |
msgstr "Tekst voor email veld"
|
529 |
|
530 |
+
#: includes/qmn_options_text_tab.php:314
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "Tekst voor telefoonnummer veld"
|
533 |
|
534 |
+
#: includes/qmn_options_text_tab.php:318
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "Tekst voor opmerkingen veld"
|
537 |
|
538 |
+
#: includes/qmn_options_text_tab.php:322
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "Tekst voor vorige knop"
|
541 |
|
542 |
+
#: includes/qmn_options_text_tab.php:326
|
543 |
msgid "Text for next button"
|
544 |
msgstr "Tekst voor volgende knop"
|
545 |
|
603 |
msgid "Enter title here"
|
604 |
msgstr "Hier titel invoeren"
|
605 |
|
606 |
+
#: includes/qmn_options_certificate_tab.php:65
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "Quiz Certificaat (Beta)"
|
609 |
|
610 |
+
#: includes/qmn_options_certificate_tab.php:66
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "Voer hier je tekst in voor het certificaat van deze quiz. Let er op om de linkvariabele in te voeren in de templates op de Quiz Next tab zodat de gebruiker toegang heeft tot het certificaat."
|
613 |
|
614 |
+
#: includes/qmn_options_certificate_tab.php:67
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "Deze velden kunnen geen HTML bevatten."
|
617 |
|
618 |
+
#: includes/qmn_options_certificate_tab.php:68
|
619 |
+
#: includes/qmn_options_certificate_tab.php:124
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "Bewaar certificaat opties"
|
622 |
|
623 |
+
#: includes/qmn_options_certificate_tab.php:76
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "Certificaat toestaan voor deze quiz?"
|
626 |
|
627 |
+
#: includes/qmn_options_certificate_tab.php:84
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "Certificaat titel"
|
630 |
|
631 |
+
#: includes/qmn_options_certificate_tab.php:91
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "Bericht dat op certificaat staat"
|
634 |
|
635 |
+
#: includes/qmn_options_certificate_tab.php:111
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL naar logo (moet JPG, JPEG, PNG of GIF zijn)"
|
638 |
|
639 |
+
#: includes/qmn_options_certificate_tab.php:118
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
|
642 |
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
+
#: includes/qmn_options_questions_tab.php:761
|
680 |
msgid "Answer"
|
681 |
msgstr "Antwoord"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
+
#: includes/qmn_options_questions_tab.php:730
|
685 |
msgid "Add Question"
|
686 |
msgstr "Vraag toevoegen"
|
687 |
|
706 |
msgstr "Verwijder"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
+
#: includes/qmn_options_questions_tab.php:738
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr "Voor vul het lege veld in types, gebruik %BLANK% om aan te geven waar je in je tekst de tekstbox wil hebben."
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
+
#: includes/qmn_options_questions_tab.php:741
|
717 |
msgid "Question"
|
718 |
msgstr "Vraag"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
+
#: includes/qmn_options_questions_tab.php:752
|
722 |
msgid "Answers"
|
723 |
msgstr "Antwoorden"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
+
#: includes/qmn_options_questions_tab.php:753
|
727 |
msgid "Points Worth"
|
728 |
msgstr "Punten waard"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
+
#: includes/qmn_options_questions_tab.php:754
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "Goed antwoord"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
+
#: includes/qmn_options_questions_tab.php:776
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "Voeg nieuw antwoord toe!"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
+
#: includes/qmn_options_questions_tab.php:781
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "Juiste antwoord informatie"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
+
#: includes/qmn_options_questions_tab.php:799
|
749 |
msgid "Question Type"
|
750 |
msgstr "Vraag type"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
+
#: includes/qmn_options_questions_tab.php:812
|
754 |
msgid "Comment Field"
|
755 |
msgstr "Opmerkingenveld"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
+
#: includes/qmn_options_questions_tab.php:814
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "Klein tekstveld"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
+
#: includes/qmn_options_questions_tab.php:815
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "Groot tekstveld"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
+
#: includes/qmn_options_questions_tab.php:816
|
769 |
msgid "None"
|
770 |
msgstr "Geen"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
+
#: includes/qmn_options_questions_tab.php:820
|
776 |
msgid "Question Order"
|
777 |
msgstr "Vraag volgorde"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
+
#: includes/qmn_options_questions_tab.php:828
|
781 |
msgid "Required?"
|
782 |
msgstr "Vereist?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
+
#: includes/qmn_options_questions_tab.php:837
|
788 |
msgid "Category"
|
789 |
msgstr "Categorie"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
+
#: includes/qmn_options_questions_tab.php:856
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "Vereist werkt momenteel alleen op open antwoorden, nummer, accepteer en captcha type vragen"
|
795 |
|
797 |
msgid "Edit Question"
|
798 |
msgstr "Bewerk vraag"
|
799 |
|
800 |
+
#: includes/qmn_options_questions_tab.php:858
|
801 |
msgid "Create Question"
|
802 |
msgstr "Maak vraag"
|
803 |
|
804 |
+
#: includes/qmn_options_questions_tab.php:863
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "Weet je zeker dat je deze vraag wil verwijderen?"
|
807 |
|
808 |
+
#: includes/qmn_options_questions_tab.php:868
|
809 |
msgid "Delete Question"
|
810 |
msgstr "Verwijder vraag"
|
811 |
|
812 |
+
#: includes/qmn_options_questions_tab.php:873
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "Weet je zeker dat je deze vraag wil dupliceren?"
|
815 |
|
816 |
+
#: includes/qmn_options_questions_tab.php:878
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "Dupliceer vraag"
|
819 |
|
languages/quiz-master-next-pt_BR.mo
CHANGED
Binary file
|
languages/quiz-master-next-pt_BR.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-03-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: \n"
|
@@ -427,16 +427,16 @@ msgid "Leaderboard Template"
|
|
427 |
msgstr "Modelos de Classificação"
|
428 |
|
429 |
#: ../includes/qmn_options_leaderboard_tab.php:91
|
430 |
-
#: ../includes/qmn_options_text_tab.php:
|
431 |
-
#: ../includes/qmn_options_text_tab.php:
|
432 |
-
#: ../includes/qmn_options_text_tab.php:
|
433 |
-
#: ../includes/qmn_options_text_tab.php:
|
434 |
-
#: ../includes/qmn_options_text_tab.php:
|
435 |
-
#: ../includes/qmn_options_text_tab.php:
|
436 |
-
#: ../includes/qmn_options_text_tab.php:
|
437 |
-
#: ../includes/qmn_options_text_tab.php:
|
438 |
-
#: ../includes/qmn_options_text_tab.php:
|
439 |
-
#: ../includes/qmn_options_text_tab.php:
|
440 |
msgid "Allowed Variables:"
|
441 |
msgstr "Variaveis Mantidas:"
|
442 |
|
@@ -460,88 +460,88 @@ msgstr "texto"
|
|
460 |
msgid "The templates has been updated successfully."
|
461 |
msgstr "Os modelos foram atualizados com sucesso"
|
462 |
|
463 |
-
#: ../includes/qmn_options_text_tab.php:
|
464 |
-
#: ../includes/qmn_options_text_tab.php:
|
465 |
msgid "Save Templates"
|
466 |
msgstr "Salvar modelos"
|
467 |
|
468 |
-
#: ../includes/qmn_options_text_tab.php:
|
469 |
msgid "Message Templates"
|
470 |
msgstr "Modelos de mensagens"
|
471 |
|
472 |
-
#: ../includes/qmn_options_text_tab.php:
|
473 |
msgid "Message Displayed Before Quiz"
|
474 |
msgstr "Mensagem exibida antes do questionário"
|
475 |
|
476 |
-
#: ../includes/qmn_options_text_tab.php:
|
477 |
msgid "Message Displayed Before Comments Box If Enabled"
|
478 |
msgstr "Mensagem exibida antes, se a caixa de comentários estiver ativa"
|
479 |
|
480 |
-
#: ../includes/qmn_options_text_tab.php:
|
481 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
482 |
msgstr "Mensagem exibida ao encerrar a avaliação (Deixe em branco para omitir esta seção)"
|
483 |
|
484 |
-
#: ../includes/qmn_options_text_tab.php:
|
485 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
486 |
msgstr "Mensagem exibida se usuário tentar questionário várias vezes"
|
487 |
|
488 |
-
#: ../includes/qmn_options_text_tab.php:
|
489 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
490 |
msgstr "Mensagem exibida Se o usuário não está logado e o Questionário requerer que os usuários devam estar conectados"
|
491 |
|
492 |
-
#: ../includes/qmn_options_text_tab.php:
|
493 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
494 |
msgstr "Mensagem exibida quando a data está fora do tempo programado"
|
495 |
|
496 |
-
#: ../includes/qmn_options_text_tab.php:
|
497 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
498 |
msgstr "Mensagem exibida se ultrapassou o limite do total das entradas."
|
499 |
|
500 |
-
#: ../includes/qmn_options_text_tab.php:
|
501 |
msgid "%QUESTIONS_ANSWERS% Text"
|
502 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
503 |
|
504 |
-
#: ../includes/qmn_options_text_tab.php:
|
505 |
msgid "Twitter Sharing Text"
|
506 |
msgstr "Compartilhar texto Twitter"
|
507 |
|
508 |
-
#: ../includes/qmn_options_text_tab.php:
|
509 |
msgid "Facebook Sharing Text"
|
510 |
msgstr "Compartilhar Texto Facebook "
|
511 |
|
512 |
-
#: ../includes/qmn_options_text_tab.php:
|
513 |
msgid "Other Templates"
|
514 |
msgstr "Outros Modelos"
|
515 |
|
516 |
-
#: ../includes/qmn_options_text_tab.php:
|
517 |
msgid "Text for submit button"
|
518 |
msgstr "Texto para botão submeter"
|
519 |
|
520 |
-
#: ../includes/qmn_options_text_tab.php:
|
521 |
msgid "Text for name field"
|
522 |
msgstr "Texto para o Campo Nome"
|
523 |
|
524 |
-
#: ../includes/qmn_options_text_tab.php:
|
525 |
msgid "Text for business field"
|
526 |
msgstr "Texto para o Campo Empresa"
|
527 |
|
528 |
-
#: ../includes/qmn_options_text_tab.php:
|
529 |
msgid "Text for email field"
|
530 |
msgstr "Texto para o campo e-mail"
|
531 |
|
532 |
-
#: ../includes/qmn_options_text_tab.php:
|
533 |
msgid "Text for phone number field"
|
534 |
msgstr "Texto para o campo numero telefone"
|
535 |
|
536 |
-
#: ../includes/qmn_options_text_tab.php:
|
537 |
msgid "Text for comments field"
|
538 |
msgstr "Texto para o campo comentários"
|
539 |
|
540 |
-
#: ../includes/qmn_options_text_tab.php:
|
541 |
msgid "Text for previous button"
|
542 |
msgstr "Texto para o botão anterior"
|
543 |
|
544 |
-
#: ../includes/qmn_options_text_tab.php:
|
545 |
msgid "Text for next button"
|
546 |
msgstr "Texto para botão próximo "
|
547 |
|
@@ -605,40 +605,40 @@ msgstr "O certificado foi atualizado com sucesso."
|
|
605 |
msgid "Enter title here"
|
606 |
msgstr "Coloque o título aqui"
|
607 |
|
608 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
609 |
msgid "Quiz Certificate (Beta)"
|
610 |
msgstr "Certificado de Avaliação"
|
611 |
|
612 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
613 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
614 |
msgstr "Digite em seu texto aqui para preencher o certificado para esta avaliação. Certifique-se de entrarno link para os modelos da guia Texto do Questionário de modo que o usuário pode acessar o certificado."
|
615 |
|
616 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
617 |
msgid "These fields cannot contain HTML."
|
618 |
msgstr "Estes campos não contém HTML."
|
619 |
|
620 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
621 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
622 |
msgid "Save Certificate Options"
|
623 |
msgstr "Salvar Opções de Certificado"
|
624 |
|
625 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
626 |
msgid "Enable Certificates For This Quiz?"
|
627 |
msgstr "Ativar Certificados para esta Avaliação?"
|
628 |
|
629 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
630 |
msgid "Certificate Title"
|
631 |
msgstr "Título do Certificado"
|
632 |
|
633 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
634 |
msgid "Message Displayed On Certificate"
|
635 |
msgstr "Mensagem exibida no Certificado"
|
636 |
|
637 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
638 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
639 |
msgstr "URL para o Logo ( JPG, JPEG, PNG or GIF)"
|
640 |
|
641 |
-
#: ../includes/qmn_options_certificate_tab.php:
|
642 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
643 |
msgstr "URL para o Background Img ( JPG, JPEG, PNG or GIF)"
|
644 |
|
@@ -678,12 +678,12 @@ msgstr "A questão foi criada com sucesso."
|
|
678 |
#: ../includes/qmn_options_questions_tab.php:454
|
679 |
#: ../includes/qmn_options_questions_tab.php:461
|
680 |
#: ../includes/qmn_options_questions_tab.php:593
|
681 |
-
#: ../includes/qmn_options_questions_tab.php:
|
682 |
msgid "Answer"
|
683 |
msgstr "Resposta"
|
684 |
|
685 |
#: ../includes/qmn_options_questions_tab.php:481
|
686 |
-
#: ../includes/qmn_options_questions_tab.php:
|
687 |
msgid "Add Question"
|
688 |
msgstr "Adicionar Pergunta"
|
689 |
|
@@ -710,90 +710,90 @@ msgid "Delete"
|
|
710 |
msgstr "Delete Questionário"
|
711 |
|
712 |
#: ../includes/qmn_options_questions_tab.php:568
|
713 |
-
#: ../includes/qmn_options_questions_tab.php:
|
714 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
715 |
msgstr ""
|
716 |
|
717 |
#: ../includes/qmn_options_questions_tab.php:571
|
718 |
#: ../includes/qmn_options_questions_tab.php:714
|
719 |
#: ../includes/qmn_options_questions_tab.php:725
|
720 |
-
#: ../includes/qmn_options_questions_tab.php:
|
721 |
msgid "Question"
|
722 |
msgstr "Pergunta"
|
723 |
|
724 |
#: ../includes/qmn_options_questions_tab.php:582
|
725 |
-
#: ../includes/qmn_options_questions_tab.php:
|
726 |
msgid "Answers"
|
727 |
msgstr "Respostas"
|
728 |
|
729 |
#: ../includes/qmn_options_questions_tab.php:583
|
730 |
-
#: ../includes/qmn_options_questions_tab.php:
|
731 |
msgid "Points Worth"
|
732 |
msgstr "Vale Pontos"
|
733 |
|
734 |
#: ../includes/qmn_options_questions_tab.php:584
|
735 |
-
#: ../includes/qmn_options_questions_tab.php:
|
736 |
msgid "Correct Answer"
|
737 |
msgstr "Resposta correta"
|
738 |
|
739 |
#: ../includes/qmn_options_questions_tab.php:611
|
740 |
-
#: ../includes/qmn_options_questions_tab.php:
|
741 |
msgid "Add New Answer!"
|
742 |
msgstr "Adicionar nova Resposta"
|
743 |
|
744 |
#: ../includes/qmn_options_questions_tab.php:616
|
745 |
-
#: ../includes/qmn_options_questions_tab.php:
|
746 |
msgid "Correct Answer Info"
|
747 |
msgstr "Informação da resposta correta"
|
748 |
|
749 |
#: ../includes/qmn_options_questions_tab.php:634
|
750 |
#: ../includes/qmn_options_questions_tab.php:712
|
751 |
#: ../includes/qmn_options_questions_tab.php:723
|
752 |
-
#: ../includes/qmn_options_questions_tab.php:
|
753 |
msgid "Question Type"
|
754 |
msgstr "Tipo de pergunta"
|
755 |
|
756 |
#: ../includes/qmn_options_questions_tab.php:652
|
757 |
-
#: ../includes/qmn_options_questions_tab.php:
|
758 |
msgid "Comment Field"
|
759 |
msgstr "Comentários"
|
760 |
|
761 |
#: ../includes/qmn_options_questions_tab.php:655
|
762 |
-
#: ../includes/qmn_options_questions_tab.php:
|
763 |
msgid "Small Text Field"
|
764 |
msgstr "Campo de texto pequeno"
|
765 |
|
766 |
#: ../includes/qmn_options_questions_tab.php:657
|
767 |
-
#: ../includes/qmn_options_questions_tab.php:
|
768 |
msgid "Large Text Field"
|
769 |
msgstr "Campo de texto Grande"
|
770 |
|
771 |
#: ../includes/qmn_options_questions_tab.php:659
|
772 |
-
#: ../includes/qmn_options_questions_tab.php:
|
773 |
msgid "None"
|
774 |
msgstr ""
|
775 |
|
776 |
#: ../includes/qmn_options_questions_tab.php:663
|
777 |
#: ../includes/qmn_options_questions_tab.php:711
|
778 |
#: ../includes/qmn_options_questions_tab.php:722
|
779 |
-
#: ../includes/qmn_options_questions_tab.php:
|
780 |
msgid "Question Order"
|
781 |
msgstr "Ordem das perguntas"
|
782 |
|
783 |
#: ../includes/qmn_options_questions_tab.php:671
|
784 |
-
#: ../includes/qmn_options_questions_tab.php:
|
785 |
msgid "Required?"
|
786 |
msgstr "Exigido?"
|
787 |
|
788 |
#: ../includes/qmn_options_questions_tab.php:680
|
789 |
#: ../includes/qmn_options_questions_tab.php:713
|
790 |
#: ../includes/qmn_options_questions_tab.php:724
|
791 |
-
#: ../includes/qmn_options_questions_tab.php:
|
792 |
msgid "Category"
|
793 |
msgstr ""
|
794 |
|
795 |
#: ../includes/qmn_options_questions_tab.php:699
|
796 |
-
#: ../includes/qmn_options_questions_tab.php:
|
797 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
798 |
msgstr "Necessário atualmente só funciona com resposta aberta, número, aceitar e tipos de captcha."
|
799 |
|
@@ -801,23 +801,23 @@ msgstr "Necessário atualmente só funciona com resposta aberta, número, aceita
|
|
801 |
msgid "Edit Question"
|
802 |
msgstr "Editar Pergunta"
|
803 |
|
804 |
-
#: ../includes/qmn_options_questions_tab.php:
|
805 |
msgid "Create Question"
|
806 |
msgstr "Criar Pergunta"
|
807 |
|
808 |
-
#: ../includes/qmn_options_questions_tab.php:
|
809 |
msgid "Are you sure you want to delete this question?"
|
810 |
msgstr "Tem certeza de que deseja excluir esta pergunta?"
|
811 |
|
812 |
-
#: ../includes/qmn_options_questions_tab.php:
|
813 |
msgid "Delete Question"
|
814 |
msgstr "Apagar Perguntas"
|
815 |
|
816 |
-
#: ../includes/qmn_options_questions_tab.php:
|
817 |
msgid "Are you sure you want to duplicate this question?"
|
818 |
msgstr "Tem certeza de que deseja duplicar esta pergunta?"
|
819 |
|
820 |
-
#: ../includes/qmn_options_questions_tab.php:
|
821 |
msgid "Duplicate Question"
|
822 |
msgstr "Duplicar Pergunta"
|
823 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-03-31 20:22-0500\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: \n"
|
427 |
msgstr "Modelos de Classificação"
|
428 |
|
429 |
#: ../includes/qmn_options_leaderboard_tab.php:91
|
430 |
+
#: ../includes/qmn_options_text_tab.php:182
|
431 |
+
#: ../includes/qmn_options_text_tab.php:192
|
432 |
+
#: ../includes/qmn_options_text_tab.php:202
|
433 |
+
#: ../includes/qmn_options_text_tab.php:212
|
434 |
+
#: ../includes/qmn_options_text_tab.php:222
|
435 |
+
#: ../includes/qmn_options_text_tab.php:232
|
436 |
+
#: ../includes/qmn_options_text_tab.php:242
|
437 |
+
#: ../includes/qmn_options_text_tab.php:252
|
438 |
+
#: ../includes/qmn_options_text_tab.php:265
|
439 |
+
#: ../includes/qmn_options_text_tab.php:282
|
440 |
msgid "Allowed Variables:"
|
441 |
msgstr "Variaveis Mantidas:"
|
442 |
|
460 |
msgid "The templates has been updated successfully."
|
461 |
msgstr "Os modelos foram atualizados com sucesso"
|
462 |
|
463 |
+
#: ../includes/qmn_options_text_tab.php:170
|
464 |
+
#: ../includes/qmn_options_text_tab.php:330
|
465 |
msgid "Save Templates"
|
466 |
msgstr "Salvar modelos"
|
467 |
|
468 |
+
#: ../includes/qmn_options_text_tab.php:176
|
469 |
msgid "Message Templates"
|
470 |
msgstr "Modelos de mensagens"
|
471 |
|
472 |
+
#: ../includes/qmn_options_text_tab.php:180
|
473 |
msgid "Message Displayed Before Quiz"
|
474 |
msgstr "Mensagem exibida antes do questionário"
|
475 |
|
476 |
+
#: ../includes/qmn_options_text_tab.php:190
|
477 |
msgid "Message Displayed Before Comments Box If Enabled"
|
478 |
msgstr "Mensagem exibida antes, se a caixa de comentários estiver ativa"
|
479 |
|
480 |
+
#: ../includes/qmn_options_text_tab.php:200
|
481 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
482 |
msgstr "Mensagem exibida ao encerrar a avaliação (Deixe em branco para omitir esta seção)"
|
483 |
|
484 |
+
#: ../includes/qmn_options_text_tab.php:210
|
485 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
486 |
msgstr "Mensagem exibida se usuário tentar questionário várias vezes"
|
487 |
|
488 |
+
#: ../includes/qmn_options_text_tab.php:220
|
489 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
490 |
msgstr "Mensagem exibida Se o usuário não está logado e o Questionário requerer que os usuários devam estar conectados"
|
491 |
|
492 |
+
#: ../includes/qmn_options_text_tab.php:230
|
493 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
494 |
msgstr "Mensagem exibida quando a data está fora do tempo programado"
|
495 |
|
496 |
+
#: ../includes/qmn_options_text_tab.php:240
|
497 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
498 |
msgstr "Mensagem exibida se ultrapassou o limite do total das entradas."
|
499 |
|
500 |
+
#: ../includes/qmn_options_text_tab.php:250
|
501 |
msgid "%QUESTIONS_ANSWERS% Text"
|
502 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
503 |
|
504 |
+
#: ../includes/qmn_options_text_tab.php:263
|
505 |
msgid "Twitter Sharing Text"
|
506 |
msgstr "Compartilhar texto Twitter"
|
507 |
|
508 |
+
#: ../includes/qmn_options_text_tab.php:280
|
509 |
msgid "Facebook Sharing Text"
|
510 |
msgstr "Compartilhar Texto Facebook "
|
511 |
|
512 |
+
#: ../includes/qmn_options_text_tab.php:295
|
513 |
msgid "Other Templates"
|
514 |
msgstr "Outros Modelos"
|
515 |
|
516 |
+
#: ../includes/qmn_options_text_tab.php:298
|
517 |
msgid "Text for submit button"
|
518 |
msgstr "Texto para botão submeter"
|
519 |
|
520 |
+
#: ../includes/qmn_options_text_tab.php:302
|
521 |
msgid "Text for name field"
|
522 |
msgstr "Texto para o Campo Nome"
|
523 |
|
524 |
+
#: ../includes/qmn_options_text_tab.php:306
|
525 |
msgid "Text for business field"
|
526 |
msgstr "Texto para o Campo Empresa"
|
527 |
|
528 |
+
#: ../includes/qmn_options_text_tab.php:310
|
529 |
msgid "Text for email field"
|
530 |
msgstr "Texto para o campo e-mail"
|
531 |
|
532 |
+
#: ../includes/qmn_options_text_tab.php:314
|
533 |
msgid "Text for phone number field"
|
534 |
msgstr "Texto para o campo numero telefone"
|
535 |
|
536 |
+
#: ../includes/qmn_options_text_tab.php:318
|
537 |
msgid "Text for comments field"
|
538 |
msgstr "Texto para o campo comentários"
|
539 |
|
540 |
+
#: ../includes/qmn_options_text_tab.php:322
|
541 |
msgid "Text for previous button"
|
542 |
msgstr "Texto para o botão anterior"
|
543 |
|
544 |
+
#: ../includes/qmn_options_text_tab.php:326
|
545 |
msgid "Text for next button"
|
546 |
msgstr "Texto para botão próximo "
|
547 |
|
605 |
msgid "Enter title here"
|
606 |
msgstr "Coloque o título aqui"
|
607 |
|
608 |
+
#: ../includes/qmn_options_certificate_tab.php:65
|
609 |
msgid "Quiz Certificate (Beta)"
|
610 |
msgstr "Certificado de Avaliação"
|
611 |
|
612 |
+
#: ../includes/qmn_options_certificate_tab.php:66
|
613 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
614 |
msgstr "Digite em seu texto aqui para preencher o certificado para esta avaliação. Certifique-se de entrarno link para os modelos da guia Texto do Questionário de modo que o usuário pode acessar o certificado."
|
615 |
|
616 |
+
#: ../includes/qmn_options_certificate_tab.php:67
|
617 |
msgid "These fields cannot contain HTML."
|
618 |
msgstr "Estes campos não contém HTML."
|
619 |
|
620 |
+
#: ../includes/qmn_options_certificate_tab.php:68
|
621 |
+
#: ../includes/qmn_options_certificate_tab.php:124
|
622 |
msgid "Save Certificate Options"
|
623 |
msgstr "Salvar Opções de Certificado"
|
624 |
|
625 |
+
#: ../includes/qmn_options_certificate_tab.php:76
|
626 |
msgid "Enable Certificates For This Quiz?"
|
627 |
msgstr "Ativar Certificados para esta Avaliação?"
|
628 |
|
629 |
+
#: ../includes/qmn_options_certificate_tab.php:84
|
630 |
msgid "Certificate Title"
|
631 |
msgstr "Título do Certificado"
|
632 |
|
633 |
+
#: ../includes/qmn_options_certificate_tab.php:91
|
634 |
msgid "Message Displayed On Certificate"
|
635 |
msgstr "Mensagem exibida no Certificado"
|
636 |
|
637 |
+
#: ../includes/qmn_options_certificate_tab.php:111
|
638 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
639 |
msgstr "URL para o Logo ( JPG, JPEG, PNG or GIF)"
|
640 |
|
641 |
+
#: ../includes/qmn_options_certificate_tab.php:118
|
642 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
643 |
msgstr "URL para o Background Img ( JPG, JPEG, PNG or GIF)"
|
644 |
|
678 |
#: ../includes/qmn_options_questions_tab.php:454
|
679 |
#: ../includes/qmn_options_questions_tab.php:461
|
680 |
#: ../includes/qmn_options_questions_tab.php:593
|
681 |
+
#: ../includes/qmn_options_questions_tab.php:761
|
682 |
msgid "Answer"
|
683 |
msgstr "Resposta"
|
684 |
|
685 |
#: ../includes/qmn_options_questions_tab.php:481
|
686 |
+
#: ../includes/qmn_options_questions_tab.php:730
|
687 |
msgid "Add Question"
|
688 |
msgstr "Adicionar Pergunta"
|
689 |
|
710 |
msgstr "Delete Questionário"
|
711 |
|
712 |
#: ../includes/qmn_options_questions_tab.php:568
|
713 |
+
#: ../includes/qmn_options_questions_tab.php:738
|
714 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
715 |
msgstr ""
|
716 |
|
717 |
#: ../includes/qmn_options_questions_tab.php:571
|
718 |
#: ../includes/qmn_options_questions_tab.php:714
|
719 |
#: ../includes/qmn_options_questions_tab.php:725
|
720 |
+
#: ../includes/qmn_options_questions_tab.php:741
|
721 |
msgid "Question"
|
722 |
msgstr "Pergunta"
|
723 |
|
724 |
#: ../includes/qmn_options_questions_tab.php:582
|
725 |
+
#: ../includes/qmn_options_questions_tab.php:752
|
726 |
msgid "Answers"
|
727 |
msgstr "Respostas"
|
728 |
|
729 |
#: ../includes/qmn_options_questions_tab.php:583
|
730 |
+
#: ../includes/qmn_options_questions_tab.php:753
|
731 |
msgid "Points Worth"
|
732 |
msgstr "Vale Pontos"
|
733 |
|
734 |
#: ../includes/qmn_options_questions_tab.php:584
|
735 |
+
#: ../includes/qmn_options_questions_tab.php:754
|
736 |
msgid "Correct Answer"
|
737 |
msgstr "Resposta correta"
|
738 |
|
739 |
#: ../includes/qmn_options_questions_tab.php:611
|
740 |
+
#: ../includes/qmn_options_questions_tab.php:776
|
741 |
msgid "Add New Answer!"
|
742 |
msgstr "Adicionar nova Resposta"
|
743 |
|
744 |
#: ../includes/qmn_options_questions_tab.php:616
|
745 |
+
#: ../includes/qmn_options_questions_tab.php:781
|
746 |
msgid "Correct Answer Info"
|
747 |
msgstr "Informação da resposta correta"
|
748 |
|
749 |
#: ../includes/qmn_options_questions_tab.php:634
|
750 |
#: ../includes/qmn_options_questions_tab.php:712
|
751 |
#: ../includes/qmn_options_questions_tab.php:723
|
752 |
+
#: ../includes/qmn_options_questions_tab.php:799
|
753 |
msgid "Question Type"
|
754 |
msgstr "Tipo de pergunta"
|
755 |
|
756 |
#: ../includes/qmn_options_questions_tab.php:652
|
757 |
+
#: ../includes/qmn_options_questions_tab.php:812
|
758 |
msgid "Comment Field"
|
759 |
msgstr "Comentários"
|
760 |
|
761 |
#: ../includes/qmn_options_questions_tab.php:655
|
762 |
+
#: ../includes/qmn_options_questions_tab.php:814
|
763 |
msgid "Small Text Field"
|
764 |
msgstr "Campo de texto pequeno"
|
765 |
|
766 |
#: ../includes/qmn_options_questions_tab.php:657
|
767 |
+
#: ../includes/qmn_options_questions_tab.php:815
|
768 |
msgid "Large Text Field"
|
769 |
msgstr "Campo de texto Grande"
|
770 |
|
771 |
#: ../includes/qmn_options_questions_tab.php:659
|
772 |
+
#: ../includes/qmn_options_questions_tab.php:816
|
773 |
msgid "None"
|
774 |
msgstr ""
|
775 |
|
776 |
#: ../includes/qmn_options_questions_tab.php:663
|
777 |
#: ../includes/qmn_options_questions_tab.php:711
|
778 |
#: ../includes/qmn_options_questions_tab.php:722
|
779 |
+
#: ../includes/qmn_options_questions_tab.php:820
|
780 |
msgid "Question Order"
|
781 |
msgstr "Ordem das perguntas"
|
782 |
|
783 |
#: ../includes/qmn_options_questions_tab.php:671
|
784 |
+
#: ../includes/qmn_options_questions_tab.php:828
|
785 |
msgid "Required?"
|
786 |
msgstr "Exigido?"
|
787 |
|
788 |
#: ../includes/qmn_options_questions_tab.php:680
|
789 |
#: ../includes/qmn_options_questions_tab.php:713
|
790 |
#: ../includes/qmn_options_questions_tab.php:724
|
791 |
+
#: ../includes/qmn_options_questions_tab.php:837
|
792 |
msgid "Category"
|
793 |
msgstr ""
|
794 |
|
795 |
#: ../includes/qmn_options_questions_tab.php:699
|
796 |
+
#: ../includes/qmn_options_questions_tab.php:856
|
797 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
798 |
msgstr "Necessário atualmente só funciona com resposta aberta, número, aceitar e tipos de captcha."
|
799 |
|
801 |
msgid "Edit Question"
|
802 |
msgstr "Editar Pergunta"
|
803 |
|
804 |
+
#: ../includes/qmn_options_questions_tab.php:858
|
805 |
msgid "Create Question"
|
806 |
msgstr "Criar Pergunta"
|
807 |
|
808 |
+
#: ../includes/qmn_options_questions_tab.php:863
|
809 |
msgid "Are you sure you want to delete this question?"
|
810 |
msgstr "Tem certeza de que deseja excluir esta pergunta?"
|
811 |
|
812 |
+
#: ../includes/qmn_options_questions_tab.php:868
|
813 |
msgid "Delete Question"
|
814 |
msgstr "Apagar Perguntas"
|
815 |
|
816 |
+
#: ../includes/qmn_options_questions_tab.php:873
|
817 |
msgid "Are you sure you want to duplicate this question?"
|
818 |
msgstr "Tem certeza de que deseja duplicar esta pergunta?"
|
819 |
|
820 |
+
#: ../includes/qmn_options_questions_tab.php:878
|
821 |
msgid "Duplicate Question"
|
822 |
msgstr "Duplicar Pergunta"
|
823 |
|
languages/quiz-master-next-th.mo
CHANGED
Binary file
|
languages/quiz-master-next-th.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-03-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -425,16 +425,16 @@ msgid "Leaderboard Template"
|
|
425 |
msgstr "แม่แบบกระดานผู้นำ"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
-
#: includes/qmn_options_text_tab.php:
|
429 |
-
#: includes/qmn_options_text_tab.php:
|
430 |
-
#: includes/qmn_options_text_tab.php:
|
431 |
-
#: includes/qmn_options_text_tab.php:
|
432 |
-
#: includes/qmn_options_text_tab.php:
|
433 |
-
#: includes/qmn_options_text_tab.php:
|
434 |
-
#: includes/qmn_options_text_tab.php:
|
435 |
-
#: includes/qmn_options_text_tab.php:
|
436 |
-
#: includes/qmn_options_text_tab.php:
|
437 |
-
#: includes/qmn_options_text_tab.php:
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "ตัวแปรที่อนุญาตื"
|
440 |
|
@@ -458,88 +458,88 @@ msgstr "ข้อความ"
|
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "อัพเดทแม่แบบเรียบร้อย"
|
460 |
|
461 |
-
#: includes/qmn_options_text_tab.php:
|
462 |
-
#: includes/qmn_options_text_tab.php:
|
463 |
msgid "Save Templates"
|
464 |
msgstr "บันทึกแม่แบบ"
|
465 |
|
466 |
-
#: includes/qmn_options_text_tab.php:
|
467 |
msgid "Message Templates"
|
468 |
msgstr "แม่แบบข้อความ"
|
469 |
|
470 |
-
#: includes/qmn_options_text_tab.php:
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
|
473 |
|
474 |
-
#: includes/qmn_options_text_tab.php:
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
|
477 |
|
478 |
-
#: includes/qmn_options_text_tab.php:
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
|
481 |
|
482 |
-
#: includes/qmn_options_text_tab.php:
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
|
485 |
|
486 |
-
#: includes/qmn_options_text_tab.php:
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
|
489 |
|
490 |
-
#: includes/qmn_options_text_tab.php:
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
|
493 |
|
494 |
-
#: includes/qmn_options_text_tab.php:
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
|
497 |
|
498 |
-
#: includes/qmn_options_text_tab.php:
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% ข้อความ"
|
501 |
|
502 |
-
#: includes/qmn_options_text_tab.php:
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "ข้อความแชร์ทวิตเตอร์"
|
505 |
|
506 |
-
#: includes/qmn_options_text_tab.php:
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "ข้อความแชร์เฟสบุค"
|
509 |
|
510 |
-
#: includes/qmn_options_text_tab.php:
|
511 |
msgid "Other Templates"
|
512 |
msgstr "แม่แบบอื่นๆ"
|
513 |
|
514 |
-
#: includes/qmn_options_text_tab.php:
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "ข้อความสำหรับปุ่ม ส่ง"
|
517 |
|
518 |
-
#: includes/qmn_options_text_tab.php:
|
519 |
msgid "Text for name field"
|
520 |
msgstr "ข้อความสำหรับช่องชื่อ"
|
521 |
|
522 |
-
#: includes/qmn_options_text_tab.php:
|
523 |
msgid "Text for business field"
|
524 |
msgstr "ข้อความสำหรับช่องที่ทำงาน"
|
525 |
|
526 |
-
#: includes/qmn_options_text_tab.php:
|
527 |
msgid "Text for email field"
|
528 |
msgstr "ข้อความสำหรับข่องอีเมล์"
|
529 |
|
530 |
-
#: includes/qmn_options_text_tab.php:
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "ข้อความสำหรับช่องโทรศัพท์"
|
533 |
|
534 |
-
#: includes/qmn_options_text_tab.php:
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "ข้อความสำหรับช่องข้อแนะนำ"
|
537 |
|
538 |
-
#: includes/qmn_options_text_tab.php:
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
|
541 |
|
542 |
-
#: includes/qmn_options_text_tab.php:
|
543 |
msgid "Text for next button"
|
544 |
msgstr "ข้อความสำหรับปุ่ม ถัดไป"
|
545 |
|
@@ -603,40 +603,40 @@ msgstr "อัพเดทประกาศนียบัตรเรียบ
|
|
603 |
msgid "Enter title here"
|
604 |
msgstr "กรอกหัวข้อที่นี่"
|
605 |
|
606 |
-
#: includes/qmn_options_certificate_tab.php:
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
|
609 |
|
610 |
-
#: includes/qmn_options_certificate_tab.php:
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
|
613 |
|
614 |
-
#: includes/qmn_options_certificate_tab.php:
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
|
617 |
|
618 |
-
#: includes/qmn_options_certificate_tab.php:
|
619 |
-
#: includes/qmn_options_certificate_tab.php:
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
|
622 |
|
623 |
-
#: includes/qmn_options_certificate_tab.php:
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
|
626 |
|
627 |
-
#: includes/qmn_options_certificate_tab.php:
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "หัวข้อประกาศนียบัตร"
|
630 |
|
631 |
-
#: includes/qmn_options_certificate_tab.php:
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "ข้อความแสดงบนประกาศนียบัตร"
|
634 |
|
635 |
-
#: includes/qmn_options_certificate_tab.php:
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
|
638 |
|
639 |
-
#: includes/qmn_options_certificate_tab.php:
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
|
642 |
|
@@ -676,12 +676,12 @@ msgstr "สร้างคำถามเรียบร้อย"
|
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
-
#: includes/qmn_options_questions_tab.php:
|
680 |
msgid "Answer"
|
681 |
msgstr "คำตอบ"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
-
#: includes/qmn_options_questions_tab.php:
|
685 |
msgid "Add Question"
|
686 |
msgstr "เพิ่มคำถาม"
|
687 |
|
@@ -706,90 +706,90 @@ msgid "Delete"
|
|
706 |
msgstr "ลบ"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
-
#: includes/qmn_options_questions_tab.php:
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
-
#: includes/qmn_options_questions_tab.php:
|
717 |
msgid "Question"
|
718 |
msgstr "คำถาม"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
-
#: includes/qmn_options_questions_tab.php:
|
722 |
msgid "Answers"
|
723 |
msgstr "คำตอบ"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
-
#: includes/qmn_options_questions_tab.php:
|
727 |
msgid "Points Worth"
|
728 |
msgstr "ค่าคะแนน"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
-
#: includes/qmn_options_questions_tab.php:
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "ข้อที่ถูกต้อง"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
-
#: includes/qmn_options_questions_tab.php:
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "เพิ่มคำตอบใหม่"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
-
#: includes/qmn_options_questions_tab.php:
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "ข้อความข้อที่ถูกต้อง"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
-
#: includes/qmn_options_questions_tab.php:
|
749 |
msgid "Question Type"
|
750 |
msgstr "ชนิดคำถาม"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
-
#: includes/qmn_options_questions_tab.php:
|
754 |
msgid "Comment Field"
|
755 |
msgstr "ข้อเสนอแนะ"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
-
#: includes/qmn_options_questions_tab.php:
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "ข้อความสั้น"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
-
#: includes/qmn_options_questions_tab.php:
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "ข้อความยาว"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
-
#: includes/qmn_options_questions_tab.php:
|
769 |
msgid "None"
|
770 |
msgstr "ไม่มี"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
-
#: includes/qmn_options_questions_tab.php:
|
776 |
msgid "Question Order"
|
777 |
msgstr "ลำดับคำถาม"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
-
#: includes/qmn_options_questions_tab.php:
|
781 |
msgid "Required?"
|
782 |
msgstr "บังคับ?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
-
#: includes/qmn_options_questions_tab.php:
|
788 |
msgid "Category"
|
789 |
msgstr "หมวดหมู่"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
-
#: includes/qmn_options_questions_tab.php:
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "บังคับได้เฉพาะคำถามแบบ คำตอบปลายเปิด ตัวเลข และ captcha เท่านั้น"
|
795 |
|
@@ -797,23 +797,23 @@ msgstr "บังคับได้เฉพาะคำถามแบบ ค
|
|
797 |
msgid "Edit Question"
|
798 |
msgstr "แก้ไขคำถาม"
|
799 |
|
800 |
-
#: includes/qmn_options_questions_tab.php:
|
801 |
msgid "Create Question"
|
802 |
msgstr "สร้างคำถาม"
|
803 |
|
804 |
-
#: includes/qmn_options_questions_tab.php:
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบคำถามนี้?"
|
807 |
|
808 |
-
#: includes/qmn_options_questions_tab.php:
|
809 |
msgid "Delete Question"
|
810 |
msgstr "ลบคำถาม"
|
811 |
|
812 |
-
#: includes/qmn_options_questions_tab.php:
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "คุณแน่ใจหรือไม่ที่จะสำเนาคำถามนี้?"
|
815 |
|
816 |
-
#: includes/qmn_options_questions_tab.php:
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "ทำสำเนาคำถาม"
|
819 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-03-31 20:22-0500\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
425 |
msgstr "แม่แบบกระดานผู้นำ"
|
426 |
|
427 |
#: includes/qmn_options_leaderboard_tab.php:91
|
428 |
+
#: includes/qmn_options_text_tab.php:182
|
429 |
+
#: includes/qmn_options_text_tab.php:192
|
430 |
+
#: includes/qmn_options_text_tab.php:202
|
431 |
+
#: includes/qmn_options_text_tab.php:212
|
432 |
+
#: includes/qmn_options_text_tab.php:222
|
433 |
+
#: includes/qmn_options_text_tab.php:232
|
434 |
+
#: includes/qmn_options_text_tab.php:242
|
435 |
+
#: includes/qmn_options_text_tab.php:252
|
436 |
+
#: includes/qmn_options_text_tab.php:265
|
437 |
+
#: includes/qmn_options_text_tab.php:282
|
438 |
msgid "Allowed Variables:"
|
439 |
msgstr "ตัวแปรที่อนุญาตื"
|
440 |
|
458 |
msgid "The templates has been updated successfully."
|
459 |
msgstr "อัพเดทแม่แบบเรียบร้อย"
|
460 |
|
461 |
+
#: includes/qmn_options_text_tab.php:170
|
462 |
+
#: includes/qmn_options_text_tab.php:330
|
463 |
msgid "Save Templates"
|
464 |
msgstr "บันทึกแม่แบบ"
|
465 |
|
466 |
+
#: includes/qmn_options_text_tab.php:176
|
467 |
msgid "Message Templates"
|
468 |
msgstr "แม่แบบข้อความ"
|
469 |
|
470 |
+
#: includes/qmn_options_text_tab.php:180
|
471 |
msgid "Message Displayed Before Quiz"
|
472 |
msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
|
473 |
|
474 |
+
#: includes/qmn_options_text_tab.php:190
|
475 |
msgid "Message Displayed Before Comments Box If Enabled"
|
476 |
msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
|
477 |
|
478 |
+
#: includes/qmn_options_text_tab.php:200
|
479 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
480 |
msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
|
481 |
|
482 |
+
#: includes/qmn_options_text_tab.php:210
|
483 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
484 |
msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
|
485 |
|
486 |
+
#: includes/qmn_options_text_tab.php:220
|
487 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
488 |
msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
|
489 |
|
490 |
+
#: includes/qmn_options_text_tab.php:230
|
491 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
492 |
msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
|
493 |
|
494 |
+
#: includes/qmn_options_text_tab.php:240
|
495 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
496 |
msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
|
497 |
|
498 |
+
#: includes/qmn_options_text_tab.php:250
|
499 |
msgid "%QUESTIONS_ANSWERS% Text"
|
500 |
msgstr "%QUESTIONS_ANSWERS% ข้อความ"
|
501 |
|
502 |
+
#: includes/qmn_options_text_tab.php:263
|
503 |
msgid "Twitter Sharing Text"
|
504 |
msgstr "ข้อความแชร์ทวิตเตอร์"
|
505 |
|
506 |
+
#: includes/qmn_options_text_tab.php:280
|
507 |
msgid "Facebook Sharing Text"
|
508 |
msgstr "ข้อความแชร์เฟสบุค"
|
509 |
|
510 |
+
#: includes/qmn_options_text_tab.php:295
|
511 |
msgid "Other Templates"
|
512 |
msgstr "แม่แบบอื่นๆ"
|
513 |
|
514 |
+
#: includes/qmn_options_text_tab.php:298
|
515 |
msgid "Text for submit button"
|
516 |
msgstr "ข้อความสำหรับปุ่ม ส่ง"
|
517 |
|
518 |
+
#: includes/qmn_options_text_tab.php:302
|
519 |
msgid "Text for name field"
|
520 |
msgstr "ข้อความสำหรับช่องชื่อ"
|
521 |
|
522 |
+
#: includes/qmn_options_text_tab.php:306
|
523 |
msgid "Text for business field"
|
524 |
msgstr "ข้อความสำหรับช่องที่ทำงาน"
|
525 |
|
526 |
+
#: includes/qmn_options_text_tab.php:310
|
527 |
msgid "Text for email field"
|
528 |
msgstr "ข้อความสำหรับข่องอีเมล์"
|
529 |
|
530 |
+
#: includes/qmn_options_text_tab.php:314
|
531 |
msgid "Text for phone number field"
|
532 |
msgstr "ข้อความสำหรับช่องโทรศัพท์"
|
533 |
|
534 |
+
#: includes/qmn_options_text_tab.php:318
|
535 |
msgid "Text for comments field"
|
536 |
msgstr "ข้อความสำหรับช่องข้อแนะนำ"
|
537 |
|
538 |
+
#: includes/qmn_options_text_tab.php:322
|
539 |
msgid "Text for previous button"
|
540 |
msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
|
541 |
|
542 |
+
#: includes/qmn_options_text_tab.php:326
|
543 |
msgid "Text for next button"
|
544 |
msgstr "ข้อความสำหรับปุ่ม ถัดไป"
|
545 |
|
603 |
msgid "Enter title here"
|
604 |
msgstr "กรอกหัวข้อที่นี่"
|
605 |
|
606 |
+
#: includes/qmn_options_certificate_tab.php:65
|
607 |
msgid "Quiz Certificate (Beta)"
|
608 |
msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
|
609 |
|
610 |
+
#: includes/qmn_options_certificate_tab.php:66
|
611 |
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
612 |
msgstr "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
|
613 |
|
614 |
+
#: includes/qmn_options_certificate_tab.php:67
|
615 |
msgid "These fields cannot contain HTML."
|
616 |
msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
|
617 |
|
618 |
+
#: includes/qmn_options_certificate_tab.php:68
|
619 |
+
#: includes/qmn_options_certificate_tab.php:124
|
620 |
msgid "Save Certificate Options"
|
621 |
msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
|
622 |
|
623 |
+
#: includes/qmn_options_certificate_tab.php:76
|
624 |
msgid "Enable Certificates For This Quiz?"
|
625 |
msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
|
626 |
|
627 |
+
#: includes/qmn_options_certificate_tab.php:84
|
628 |
msgid "Certificate Title"
|
629 |
msgstr "หัวข้อประกาศนียบัตร"
|
630 |
|
631 |
+
#: includes/qmn_options_certificate_tab.php:91
|
632 |
msgid "Message Displayed On Certificate"
|
633 |
msgstr "ข้อความแสดงบนประกาศนียบัตร"
|
634 |
|
635 |
+
#: includes/qmn_options_certificate_tab.php:111
|
636 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
637 |
msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
|
638 |
|
639 |
+
#: includes/qmn_options_certificate_tab.php:118
|
640 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
641 |
msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
|
642 |
|
676 |
#: includes/qmn_options_questions_tab.php:454
|
677 |
#: includes/qmn_options_questions_tab.php:461
|
678 |
#: includes/qmn_options_questions_tab.php:593
|
679 |
+
#: includes/qmn_options_questions_tab.php:761
|
680 |
msgid "Answer"
|
681 |
msgstr "คำตอบ"
|
682 |
|
683 |
#: includes/qmn_options_questions_tab.php:481
|
684 |
+
#: includes/qmn_options_questions_tab.php:730
|
685 |
msgid "Add Question"
|
686 |
msgstr "เพิ่มคำถาม"
|
687 |
|
706 |
msgstr "ลบ"
|
707 |
|
708 |
#: includes/qmn_options_questions_tab.php:568
|
709 |
+
#: includes/qmn_options_questions_tab.php:738
|
710 |
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
711 |
msgstr ""
|
712 |
|
713 |
#: includes/qmn_options_questions_tab.php:571
|
714 |
#: includes/qmn_options_questions_tab.php:714
|
715 |
#: includes/qmn_options_questions_tab.php:725
|
716 |
+
#: includes/qmn_options_questions_tab.php:741
|
717 |
msgid "Question"
|
718 |
msgstr "คำถาม"
|
719 |
|
720 |
#: includes/qmn_options_questions_tab.php:582
|
721 |
+
#: includes/qmn_options_questions_tab.php:752
|
722 |
msgid "Answers"
|
723 |
msgstr "คำตอบ"
|
724 |
|
725 |
#: includes/qmn_options_questions_tab.php:583
|
726 |
+
#: includes/qmn_options_questions_tab.php:753
|
727 |
msgid "Points Worth"
|
728 |
msgstr "ค่าคะแนน"
|
729 |
|
730 |
#: includes/qmn_options_questions_tab.php:584
|
731 |
+
#: includes/qmn_options_questions_tab.php:754
|
732 |
msgid "Correct Answer"
|
733 |
msgstr "ข้อที่ถูกต้อง"
|
734 |
|
735 |
#: includes/qmn_options_questions_tab.php:611
|
736 |
+
#: includes/qmn_options_questions_tab.php:776
|
737 |
msgid "Add New Answer!"
|
738 |
msgstr "เพิ่มคำตอบใหม่"
|
739 |
|
740 |
#: includes/qmn_options_questions_tab.php:616
|
741 |
+
#: includes/qmn_options_questions_tab.php:781
|
742 |
msgid "Correct Answer Info"
|
743 |
msgstr "ข้อความข้อที่ถูกต้อง"
|
744 |
|
745 |
#: includes/qmn_options_questions_tab.php:634
|
746 |
#: includes/qmn_options_questions_tab.php:712
|
747 |
#: includes/qmn_options_questions_tab.php:723
|
748 |
+
#: includes/qmn_options_questions_tab.php:799
|
749 |
msgid "Question Type"
|
750 |
msgstr "ชนิดคำถาม"
|
751 |
|
752 |
#: includes/qmn_options_questions_tab.php:652
|
753 |
+
#: includes/qmn_options_questions_tab.php:812
|
754 |
msgid "Comment Field"
|
755 |
msgstr "ข้อเสนอแนะ"
|
756 |
|
757 |
#: includes/qmn_options_questions_tab.php:655
|
758 |
+
#: includes/qmn_options_questions_tab.php:814
|
759 |
msgid "Small Text Field"
|
760 |
msgstr "ข้อความสั้น"
|
761 |
|
762 |
#: includes/qmn_options_questions_tab.php:657
|
763 |
+
#: includes/qmn_options_questions_tab.php:815
|
764 |
msgid "Large Text Field"
|
765 |
msgstr "ข้อความยาว"
|
766 |
|
767 |
#: includes/qmn_options_questions_tab.php:659
|
768 |
+
#: includes/qmn_options_questions_tab.php:816
|
769 |
msgid "None"
|
770 |
msgstr "ไม่มี"
|
771 |
|
772 |
#: includes/qmn_options_questions_tab.php:663
|
773 |
#: includes/qmn_options_questions_tab.php:711
|
774 |
#: includes/qmn_options_questions_tab.php:722
|
775 |
+
#: includes/qmn_options_questions_tab.php:820
|
776 |
msgid "Question Order"
|
777 |
msgstr "ลำดับคำถาม"
|
778 |
|
779 |
#: includes/qmn_options_questions_tab.php:671
|
780 |
+
#: includes/qmn_options_questions_tab.php:828
|
781 |
msgid "Required?"
|
782 |
msgstr "บังคับ?"
|
783 |
|
784 |
#: includes/qmn_options_questions_tab.php:680
|
785 |
#: includes/qmn_options_questions_tab.php:713
|
786 |
#: includes/qmn_options_questions_tab.php:724
|
787 |
+
#: includes/qmn_options_questions_tab.php:837
|
788 |
msgid "Category"
|
789 |
msgstr "หมวดหมู่"
|
790 |
|
791 |
#: includes/qmn_options_questions_tab.php:699
|
792 |
+
#: includes/qmn_options_questions_tab.php:856
|
793 |
msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
794 |
msgstr "บังคับได้เฉพาะคำถามแบบ คำตอบปลายเปิด ตัวเลข และ captcha เท่านั้น"
|
795 |
|
797 |
msgid "Edit Question"
|
798 |
msgstr "แก้ไขคำถาม"
|
799 |
|
800 |
+
#: includes/qmn_options_questions_tab.php:858
|
801 |
msgid "Create Question"
|
802 |
msgstr "สร้างคำถาม"
|
803 |
|
804 |
+
#: includes/qmn_options_questions_tab.php:863
|
805 |
msgid "Are you sure you want to delete this question?"
|
806 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบคำถามนี้?"
|
807 |
|
808 |
+
#: includes/qmn_options_questions_tab.php:868
|
809 |
msgid "Delete Question"
|
810 |
msgstr "ลบคำถาม"
|
811 |
|
812 |
+
#: includes/qmn_options_questions_tab.php:873
|
813 |
msgid "Are you sure you want to duplicate this question?"
|
814 |
msgstr "คุณแน่ใจหรือไม่ที่จะสำเนาคำถามนี้?"
|
815 |
|
816 |
+
#: includes/qmn_options_questions_tab.php:878
|
817 |
msgid "Duplicate Question"
|
818 |
msgstr "ทำสำเนาคำถาม"
|
819 |
|
mlw_quizmaster2.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Quiz Master Next
|
4 |
* Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
5 |
-
* Version: 4.2.
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizmasternext.com/
|
@@ -16,7 +16,7 @@
|
|
16 |
* You understand that you install, operate, and unistall the plugin at your own discretion and risk.
|
17 |
*
|
18 |
* @author Frank Corso
|
19 |
-
* @version 4.2.
|
20 |
*/
|
21 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
22 |
/**
|
@@ -34,7 +34,7 @@ class MLWQuizMasterNext
|
|
34 |
* @var string
|
35 |
* @since 4.0.0
|
36 |
*/
|
37 |
-
public $version = '4.2.
|
38 |
|
39 |
/**
|
40 |
* QMN Alert Manager Object
|
2 |
/**
|
3 |
* Plugin Name: Quiz Master Next
|
4 |
* Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
5 |
+
* Version: 4.2.4
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizmasternext.com/
|
16 |
* You understand that you install, operate, and unistall the plugin at your own discretion and risk.
|
17 |
*
|
18 |
* @author Frank Corso
|
19 |
+
* @version 4.2.4
|
20 |
*/
|
21 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
22 |
/**
|
34 |
* @var string
|
35 |
* @since 4.0.0
|
36 |
*/
|
37 |
+
public $version = '4.2.4';
|
38 |
|
39 |
/**
|
40 |
* QMN Alert Manager Object
|
readme.txt
CHANGED
@@ -4,7 +4,8 @@ Donate link: http://mylocalwebstop.com/downloads/donation-service-payment/
|
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 4.2.
|
|
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
|
@@ -121,6 +122,10 @@ Feel free to use the widget on the help page within the plugin or from our [cont
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
|
|
124 |
= 4.2.3 (March 26, 2015) =
|
125 |
* Minor Design Changes
|
126 |
* Minor Bug Fixes
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 4.2.4
|
8 |
+
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= 4.2.4 (April 1, 2015) =
|
126 |
+
* Minor Design Changes
|
127 |
+
* Minor Bug Fixes
|
128 |
+
|
129 |
= 4.2.3 (March 26, 2015) =
|
130 |
* Minor Design Changes
|
131 |
* Minor Bug Fixes
|