Quiz And Survey Master (Formerly Quiz Master Next) - Version 4.2.1

Version Description

(March 19, 2015) = * Minor Design Changes * Moved Redirect URL Back To Beta

Download this release

Release Info

Developer fpcorso
Plugin Icon 128x128 Quiz And Survey Master (Formerly Quiz Master Next)
Version 4.2.1
Comparing to
See all releases

Code changes from version 4.2.0 to 4.2.1

CONTRIBUTING.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Contribute To Quiz Master Next
2
+
3
+ Community made feature requests, patches, localisations, bug reports and contributions are always welcome and are crucial to ensure Quiz Master Next continues to grow to become the #1 quiz platform for on WordPress.
4
+
5
+ When contributing please ensure you follow the guidelines below so that we can keep on top of things.
6
+
7
+ __Please Note:__ GitHub is not intended for support based questions. For those, please use the [Support Forums](https://wordpress.org/support/plugin/quiz-master-next) or [Our Contact Form](http://quizmasternext.com/contact-us/)
8
+
9
+ ## Getting Started
10
+ * Make sure you have a free [GitHub Account](https://github.com/signup/free)
11
+
12
+ ## Creating Issues
13
+ * If you have a bug report or feature request, please [create an issue](https://github.com/fpcorso/quiz_master_next/issues).
14
+ * For bug reports:
15
+ * Please follow the debug guidlines below and report findings
16
+ * Include what version of WordPress and what version of Quiz Master Next you are using
17
+ * Include what operating system and browser you are using if applicable
18
+ * If possible include link to quiz url or screenshot of issue
19
+ * Clearly describe the bug/issue and include steps on how to reproduce it
20
+ * For feature requests:
21
+ * Please clearly describe what you would like and how it would be used
22
+ * If possible, include a link or screenshot of an example
23
+
24
+ ## Debug Guidelines
25
+
26
+ If you are reporting a bug, please follow these guidlines first to see if any of these resolves the issue.
27
+ * Switch to the default theme such as Twenty Fifteen, does your problem still persist?
28
+ * De-activate all other plugins, does your problem still persist?
29
+ * If that solves the problem, re-activate your plugins one at a time and test if the problem re-appears. If so, let us know which plugin caused it.
30
+ * Try switching to another browser. Does your problem still persist?
31
+
32
+ ## Making Changes
33
+
34
+ * Fork the repository on GitHub
35
+ * Make the changes to your forked repository
36
+ * Ensure you stick to the [WordPress Coding Standards](https://codex.wordpress.org/WordPress_Coding_Standards)
37
+ * When committing, reference your issue (if present) and include a note about the fix
38
+ * Push the changes to your fork and submit a pull request to the 'master' branch of the QMN repository
39
+
40
+ ## Code Documentation
41
+
42
+ * We are trying to ensure that every QMN function is documented well and follows the standards set by phpDoc going forward
43
+ * An example function can be found [here](https://gist.github.com/sunnyratilal/5308969)
44
+ * Please make sure that every function is documented so that when we update our API Documentation things don't go awry!
45
+ * If you're adding/editing a function in a class, make sure to add `@access {private|public|protected}`
46
+ * Finally, please use tabs and not spaces. The tab indent size should be 4 for all QMN code.
47
+
48
+ At this point you're waiting on us to merge your pull request. We'll review all pull requests, and make suggestions and changes if necessary.
49
+
50
+ # Additional Resources
51
+ * [General GitHub Documentation](http://help.github.com/)
52
+ * [GitHub Pull Request documentation](http://help.github.com/send-pull-requests/)
includes/qmn_addons.php CHANGED
@@ -49,26 +49,26 @@ function qmn_generate_featured_addons()
49
  <div class="qmn_addons">
50
  <h3 class="qmn_addons_title">Export Results</h3>
51
  <p class="qmn_addons_desc">This add-on gives you the ability to export your quiz results as a CSV file.</p>
52
- <a href="http://mylocalwebstop.com/downloads/export-results/" target="_blank" class="button">Get This Addon</a>
53
  </div>
54
  <div class="qmn_addons">
55
  <h3 class="qmn_addons_title">Advertisement Be Gone</h3>
56
  <p class="qmn_addons_desc">This add-on will remove all services/add-on advertisements in all of our Master Suite plugins.</p>
57
- <a href="http://mylocalwebstop.com/downloads/advertisement-gone/" target="_blank" class="button">Get This Addon</a>
58
  </div>
59
  <div class="qmn_addons">
60
  <h3 class="qmn_addons_title">MailPoet Integration</h3>
61
  <p class="qmn_addons_desc">Grow your list of subscribers in MailPoet by using this add-on to add users who take your quizzes!</p>
62
- <a href="http://mylocalwebstop.com/downloads/mailpoet-integration/" target="_blank" class="button">Get This Addon</a>
63
  </div>
64
  <div class="qmn_addons">
65
  <h3 class="qmn_addons_title">Advanced Leaderboard</h3>
66
  <p class="qmn_addons_desc">This add-on gives you 4 new leaderboard shortcodes and 2 new widgets that you can customize per use. You can edit how many results are listed, the name of the leaderboard, and the order the results are listed in.</p>
67
- <a href="http://mylocalwebstop.com/downloads/advanced-leaderboard-quiz-master-next/" target="_blank" class="button">Get This Addon</a>
68
  </div>
69
  <div style="clear:both;">
70
  <br />
71
- <a href="http://mylocalwebstop.com/store/" target="_blank" class="button-primary"><?php _e('Browse All Addons', 'quiz-master-next'); ?></a>
72
  <?php
73
  }
74
 
49
  <div class="qmn_addons">
50
  <h3 class="qmn_addons_title">Export Results</h3>
51
  <p class="qmn_addons_desc">This add-on gives you the ability to export your quiz results as a CSV file.</p>
52
+ <a href="http://quizmasternext.com/downloads/export-results/" target="_blank" class="button">Get This Addon</a>
53
  </div>
54
  <div class="qmn_addons">
55
  <h3 class="qmn_addons_title">Advertisement Be Gone</h3>
56
  <p class="qmn_addons_desc">This add-on will remove all services/add-on advertisements in all of our Master Suite plugins.</p>
57
+ <a href="http://quizmasternext.com/downloads/advertisement-gone/" target="_blank" class="button">Get This Addon</a>
58
  </div>
59
  <div class="qmn_addons">
60
  <h3 class="qmn_addons_title">MailPoet Integration</h3>
61
  <p class="qmn_addons_desc">Grow your list of subscribers in MailPoet by using this add-on to add users who take your quizzes!</p>
62
+ <a href="http://quizmasternext.com/downloads/mailpoet-integration/" target="_blank" class="button">Get This Addon</a>
63
  </div>
64
  <div class="qmn_addons">
65
  <h3 class="qmn_addons_title">Advanced Leaderboard</h3>
66
  <p class="qmn_addons_desc">This add-on gives you 4 new leaderboard shortcodes and 2 new widgets that you can customize per use. You can edit how many results are listed, the name of the leaderboard, and the order the results are listed in.</p>
67
+ <a href="http://quizmasternext.com/downloads/advanced-leaderboard/" target="_blank" class="button">Get This Addon</a>
68
  </div>
69
  <div style="clear:both;">
70
  <br />
71
+ <a href="http://quizmasternext.com/addons/" target="_blank" class="button-primary"><?php _e('Browse All Addons', 'quiz-master-next'); ?></a>
72
  <?php
73
  }
74
 
includes/qmn_adverts.php CHANGED
@@ -9,16 +9,13 @@ function mlw_qmn_show_adverts()
9
  $mlw_random_int = rand(0, 7);
10
  switch ($mlw_random_int) {
11
  case 0:
12
- $mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://mylocalwebstop.com/store/\">WordPress Store</a> for details!";
13
  break;
14
  case 1:
15
  $mlw_advert_text = "Is Quiz Master Next beneficial to your website? Please help by giving us a review on WordPress.org by going <a href=\"http://wordpress.org/support/view/plugin-reviews/quiz-master-next\">here</a>!";
16
  break;
17
- case 2:
18
- $mlw_advert_text = "Want help installing and configuring one of our plugins? Check out our Plugin Installation services. Visit our <a href=\"http://mylocalwebstop.com/store/\">WordPress Store</a> for details!";
19
- break;
20
  case 3:
21
- $mlw_advert_text = "Would you like to support this plugin but do not need or want premium support? Please consider our inexpensive 'Advertisements Be Gone' add-on which will get rid of these ads. Visit our <a href=\"http://mylocalwebstop.com/store/\">Plugin Add-On Store</a> for details!";
22
  break;
23
  case 4:
24
  $mlw_advert_text = "Need help keeping your plugins, themes, and WordPress up to date? Want around the clock security monitoring and off-site back-ups? How about WordPress training videos, a monthly status report, and support/consultation? Check out our <a href=\"http://mylocalwebstop.com/wordpress-maintenance-services/\">WordPress Maintenance Services</a> for more details!";
@@ -27,13 +24,13 @@ function mlw_qmn_show_adverts()
27
  $mlw_advert_text = "Setting up a new site? Let us take care of the set-up so you back to running your business. Check out our <a href=\"http://mylocalwebstop.com/store/\">WordPress Store</a> for more details!";
28
  break;
29
  case 6:
30
- $mlw_advert_text = "Our new Popular Add-On Pack is now only $45 for 6 add-ons! Now is the time to save almost 50%! Visit our <a href=\"http://mylocalwebstop.com/store/\">WordPress Store</a> for details.";
31
  break;
32
  case 7:
33
  $mlw_advert_text = "Please consider taking our survey so we can improve this add-on. The survey only takes a few minutes. When you are ready, please <a href='http://mylocalwebstop.com/quiz-master-next-survey/'>take our survey</a>";
34
  break;
35
  default:
36
- $mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://mylocalwebstop.com/store/\">Plugin Add-On Store</a> for details!";
37
  }
38
  $mlw_advert .= "
39
  <style>
9
  $mlw_random_int = rand(0, 7);
10
  switch ($mlw_random_int) {
11
  case 0:
12
+ $mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/downloads/premium-support/\">Quiz Master Next Support</a> for details!";
13
  break;
14
  case 1:
15
  $mlw_advert_text = "Is Quiz Master Next beneficial to your website? Please help by giving us a review on WordPress.org by going <a href=\"http://wordpress.org/support/view/plugin-reviews/quiz-master-next\">here</a>!";
16
  break;
 
 
 
17
  case 3:
18
+ $mlw_advert_text = "Would you like to support this plugin but do not need or want premium support? Please consider our inexpensive 'Advertisements Be Gone' add-on which will get rid of these ads. Visit our <a href=\"http://quizmasternext.com/addons/\">Addon Store</a> for details!";
19
  break;
20
  case 4:
21
  $mlw_advert_text = "Need help keeping your plugins, themes, and WordPress up to date? Want around the clock security monitoring and off-site back-ups? How about WordPress training videos, a monthly status report, and support/consultation? Check out our <a href=\"http://mylocalwebstop.com/wordpress-maintenance-services/\">WordPress Maintenance Services</a> for more details!";
24
  $mlw_advert_text = "Setting up a new site? Let us take care of the set-up so you back to running your business. Check out our <a href=\"http://mylocalwebstop.com/store/\">WordPress Store</a> for more details!";
25
  break;
26
  case 6:
27
+ $mlw_advert_text = "Our Personal Addon Pack is now only $45 for 6 add-ons! Now is the time to save almost 50%! Visit our <a href=\"http://quizmasternext.com/addons/\">Addon Store</a> for details.";
28
  break;
29
  case 7:
30
  $mlw_advert_text = "Please consider taking our survey so we can improve this add-on. The survey only takes a few minutes. When you are ready, please <a href='http://mylocalwebstop.com/quiz-master-next-survey/'>take our survey</a>";
31
  break;
32
  default:
33
+ $mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/downloads/premium-support/\">Quiz Master Next Support</a> for details!";
34
  }
35
  $mlw_advert .= "
36
  <style>
includes/qmn_credits.php CHANGED
@@ -3,9 +3,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
3
  /*
4
  This page shows the about page
5
  */
6
- /*
7
- Copyright 2014, My Local Webstop (email : fpcorso@mylocalwebstop.com)
8
- */
9
 
10
  function mlw_generate_about_page()
11
  {
@@ -121,15 +118,10 @@ function mlw_generate_about_page()
121
  <br />
122
  </div>
123
  <div id="mlw_quiz_changelog" style="display: none;">
124
- <h3><?php echo $mlw_quiz_version; ?> (March 7, 2015)</h3>
125
  <ul>
126
- <li>* Added Fill In The Blank Questions <a href="https://github.com/fpcorso/quiz_master_next/issues/132" target="_blank">GitHub Issue #132</a></li>
127
- <li>* Created New Template Variables For Social Sharing <a href="https://github.com/fpcorso/quiz_master_next/issues/121" target="_blank">GitHub Issue #121</a></li>
128
- <li>* Added Ability To Redirect To Other Page Upon Completion <a href="https://github.com/fpcorso/quiz_master_next/issues/35" target="_blank">GitHub Issue #35</a></li>
129
- <li>* Added Several Translations: da_DK, es_ES, nl_NL, pt_BR, and th</li>
130
- <li>* Bug Fix: Duplicate Quizzes Not Having URL <a href="https://github.com/fpcorso/quiz_master_next/issues/144" target="_blank">GitHub Issue #144</a></li>
131
- <li>* Bug Fix: Message Sent Text <a href="https://github.com/fpcorso/quiz_master_next/issues/142" target="_blank">GitHub Issue #142</a></li>
132
- <li>* Bug Fix: Missing Footer Column <a href="https://github.com/fpcorso/quiz_master_next/issues/145" target="_blank">GitHub Issue #145</a></li>
133
  </ul>
134
  </div>
135
  <div id="mlw_quiz_requested" style="display: none;">
3
  /*
4
  This page shows the about page
5
  */
 
 
 
6
 
7
  function mlw_generate_about_page()
8
  {
118
  <br />
119
  </div>
120
  <div id="mlw_quiz_changelog" style="display: none;">
121
+ <h3><?php echo $mlw_quiz_version; ?> (March 19, 2015)</h3>
122
  <ul>
123
+ <li>* Minor Design Changes</li>
124
+ <li>* Moved Redirect URL Back To Beta</li>
 
 
 
 
 
125
  </ul>
126
  </div>
127
  <div id="mlw_quiz_requested" style="display: none;">
includes/qmn_dashboard.php CHANGED
@@ -396,11 +396,7 @@ function mlw_dashboard_box_six()
396
  <div>
397
  <h2>Plugin Premium Support</h2>
398
  <p>Get access to premium support and always be a priority in our support. We will provide technical support and even access your site to solve your problems. With premium support, we will answer your responses as quickly as possible and your feature requests will be priorities in our future updates.</p>
399
- <p>For details, visit our <a href="http://mylocalwebstop.com/downloads/plugin-premium-support/" target="_blank" style="color:blue;">Plugin Premium Support</a> page.</p>
400
- <hr />
401
- <h2>Plugin Installation Services</h2>
402
- <p>We will install and configure any or all of our WordPress plugins on your existing WordPress site.</p>
403
- <p>For details, visit our <a href="http://mylocalwebstop.com/downloads/plugin-installation/" target="_blank" style="color:blue;">Plugin Installation</a> page.</p>
404
  <hr />
405
  <h2>WordPress Maintenance Services</h2>
406
  <p>Our maintenance service includes around the clock security monitoring, off-site backups, plugin updates, theme updates, WordPress updates, WordPress training videos, and a Monthly Status Report.</p>
396
  <div>
397
  <h2>Plugin Premium Support</h2>
398
  <p>Get access to premium support and always be a priority in our support. We will provide technical support and even access your site to solve your problems. With premium support, we will answer your responses as quickly as possible and your feature requests will be priorities in our future updates.</p>
399
+ <p>For details, visit our <a href="http://quizmasternext.com/downloads/premium-support/" target="_blank" style="color:blue;">Premium Support</a> page.</p>
 
 
 
 
400
  <hr />
401
  <h2>WordPress Maintenance Services</h2>
402
  <p>Our maintenance service includes around the clock security monitoring, off-site backups, plugin updates, theme updates, WordPress updates, WordPress training videos, and a Monthly Status Report.</p>
includes/qmn_help.php CHANGED
@@ -40,10 +40,11 @@ function qmn_documentation_meta_box_content()
40
  ?>
41
  <p><?php _e('Need help with the plugin? Try any of the following:', 'quiz-master-next'); ?></p>
42
  <ul>
43
- <li>Visit our <a href="http://mylocalwebstop.com/plugin-documentation/">documentation</a> for using this plugin</li>
44
- <li>Fill out the form in the Support widget to send us an email</li>
45
- <li>Fill out the form on our <a href="http://mylocalwebstop.com/contact-us/">Contact Us Page</a></li>
46
- <li>Create a topic in the <a href="https://wordpress.org/support/plugin/quiz-master-next">WordPress Support Forums</a></li>
 
47
  </ul>
48
  <?php
49
  }
40
  ?>
41
  <p><?php _e('Need help with the plugin? Try any of the following:', 'quiz-master-next'); ?></p>
42
  <ul>
43
+ <li>To report a bug, issue, or make a feature request, please create an issue in our <a href="https://github.com/fpcorso/quiz_master_next/issues">Github Issue Tracker</a></li>
44
+ <li>For assistance in using the plugin, visit our <a href="http://quizmasternext.com/documentation/">documentation</a> for using this plugin</li>
45
+ <li>For support, fill out the form in the Support widget to send us an email</li>
46
+ <li>For support, fill out the form on our <a href="http://quizmasternext.com/contact-us/">Contact Us Page</a></li>
47
+ <li>For support, create a topic in the <a href="https://wordpress.org/support/plugin/quiz-master-next">WordPress Support Forums</a></li>
48
  </ul>
49
  <?php
50
  }
includes/qmn_options_results_page_tab.php CHANGED
@@ -206,7 +206,7 @@ function mlw_options_results_tab_content()
206
  <th><?php _e('Score Greater Than Or Equal To', 'quiz-master-next'); ?></th>
207
  <th><?php _e('Score Less Than Or Equal To', 'quiz-master-next'); ?></th>
208
  <th><?php _e('Results Page Shown', 'quiz-master-next'); ?></th>
209
- <th><?php _e('Redirect URL', 'quiz-master-next'); ?></th>
210
  </tr>
211
  </thead>
212
  <tbody>
@@ -270,7 +270,7 @@ function mlw_options_results_tab_content()
270
  <th><?php _e('Score Greater Than Or Equal To', 'quiz-master-next'); ?></th>
271
  <th><?php _e('Score Less Than Or Equal To', 'quiz-master-next'); ?></th>
272
  <th><?php _e('Results Page Shown', 'quiz-master-next'); ?></th>
273
- <th><?php _e('Redirect URL', 'quiz-master-next'); ?></th>
274
  </tr>
275
  </tfoot>
276
  </table>
206
  <th><?php _e('Score Greater Than Or Equal To', 'quiz-master-next'); ?></th>
207
  <th><?php _e('Score Less Than Or Equal To', 'quiz-master-next'); ?></th>
208
  <th><?php _e('Results Page Shown', 'quiz-master-next'); ?></th>
209
+ <th><?php _e('Redirect URL (Beta)', 'quiz-master-next'); ?></th>
210
  </tr>
211
  </thead>
212
  <tbody>
270
  <th><?php _e('Score Greater Than Or Equal To', 'quiz-master-next'); ?></th>
271
  <th><?php _e('Score Less Than Or Equal To', 'quiz-master-next'); ?></th>
272
  <th><?php _e('Results Page Shown', 'quiz-master-next'); ?></th>
273
+ <th><?php _e('Redirect URL (Beta)', 'quiz-master-next'); ?></th>
274
  </tr>
275
  </tfoot>
276
  </table>
includes/qmn_options_style_tab.php CHANGED
@@ -95,7 +95,7 @@ function mlw_options_styling_tab_content()
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://mylocalwebstop.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">
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">
languages/quiz-master-next-da_DK.mo CHANGED
Binary file
languages/quiz-master-next-da_DK.po CHANGED
@@ -4,10 +4,10 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: Frank Corso <fpcorso@mylocalwebstop.com>\n"
8
- "POT-Creation-Date: 2015-03-06 14:04-0500\n"
9
  "PO-Revision-Date: \n"
10
- "Last-Translator: Your Name <you@example.com>\n"
11
  "Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
12
  "Language: da_DK\n"
13
  "MIME-Version: 1.0\n"
@@ -16,459 +16,208 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;"
20
- "esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;"
21
- "_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ../\n"
23
  "X-Generator: Poedit 1.7.3\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
- #: includes/qmn_addons.php:48
27
- msgid "These addons extend the functionality of Quiz Master Next"
28
- msgstr "Disse addons udvide funktionaliteten i Quiz Master Next"
29
-
30
- #: includes/qmn_addons.php:71
31
- msgid "Browse All Addons"
32
- msgstr "Gennemse alle Addons"
33
-
34
- #: includes/qmn_addons.php:78
35
- msgid "Featured Addons"
36
- msgstr "Udvalgte Addons"
37
-
38
- #: includes/qmn_alerts.php:19
39
- msgid "Success!"
40
- msgstr "Succes"
41
-
42
- #: includes/qmn_alerts.php:23 includes/qmn_quiz_options.php:96
43
- msgid "Error!"
44
- msgstr "Fejl!"
45
-
46
- #: includes/qmn_credits.php:86
47
- msgid "Welcome To Quiz Master Next"
48
- msgstr "Velkommen til Quiz Master Next"
49
-
50
- #: includes/qmn_credits.php:87
51
- msgid "Thank you for updating!"
52
- msgstr "Tak for opdatering!"
53
-
54
- #: includes/qmn_credits.php:91
55
- msgid "What's New!"
56
- msgstr "Nyheder!"
57
-
58
- #: includes/qmn_credits.php:93
59
- msgid "Changelog"
60
- msgstr "Ændringslog"
61
-
62
- #: includes/qmn_credits.php:95
63
- msgid "Requested Features"
64
- msgstr "Efterspurgte funktioner"
65
-
66
- #: includes/qmn_dashboard.php:16
67
- msgid "Quiz Daily Stats - Times Taken"
68
- msgstr "Daglig statistik - tid"
69
-
70
- #: includes/qmn_dashboard.php:17
71
- msgid "Quiz Total Stats"
72
- msgstr "Total statistik"
73
-
74
- #: includes/qmn_dashboard.php:18
75
- msgid "Quiz Weekly Stats - Times Taken"
76
- msgstr "Ugentlige statistikker - tid"
77
-
78
- #: includes/qmn_dashboard.php:19
79
- msgid "Quiz Monthly Stats - Times Taken"
80
- msgstr "Månedlig statistik tid"
81
-
82
- #: includes/qmn_dashboard.php:20
83
- msgid "Quiz Quarterly Stats - Times Taken"
84
- msgstr "Kvartalsvis statistik - tid"
85
-
86
- #: includes/qmn_dashboard.php:25
87
- msgid "Quizzes Taken Today"
88
- msgstr "Antal i dag"
89
-
90
- #: includes/qmn_dashboard.php:26
91
- msgid "Quizzes Taken Last 7 Days"
92
- msgstr "Antal sidste 7 dage"
93
-
94
- #: includes/qmn_dashboard.php:27
95
- msgid "Quizzes Taken Last 30 Days"
96
- msgstr "Antal sidste 30 dage"
97
-
98
- #: includes/qmn_dashboard.php:28
99
- msgid "Quizzes Taken Last 120 Days"
100
- msgstr "Antal sidste 120 dage"
101
-
102
- #: includes/qmn_dashboard.php:54
103
- msgid "Quiz Statistics"
104
- msgstr "Quiz statistik"
105
-
106
- #: includes/qmn_dashboard.php:228
107
- msgid "Total Created Quizzes"
108
- msgstr "Total oprettede undesøgelser"
109
-
110
- #: includes/qmn_dashboard.php:232
111
- msgid "Total Deleted Quizzes"
112
- msgstr "Total slettede undersøgelser"
113
-
114
- #: includes/qmn_dashboard.php:236
115
- msgid "Total Active Quizzes"
116
- msgstr "Total aktive statistikker"
117
-
118
- #: includes/qmn_dashboard.php:240
119
- msgid "Total Created Questions"
120
- msgstr "Total oprettede spørgsmål"
121
-
122
- #: includes/qmn_dashboard.php:244
123
- msgid "Total Times All Active Quizzes Have Been Viewed"
124
- msgstr "Tid alle aktive spørgeskemaer er vist"
125
-
126
- #: includes/qmn_dashboard.php:248
127
- msgid "Total Times All Active Quizzes Have Been Taken"
128
- msgstr "Total tid alle aktive spørgeskemaer har taget"
129
-
130
- #: includes/qmn_dashboard.php:252
131
- msgid "Average Amount Each Active Quiz Has Been Viewed"
132
- msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
133
-
134
- #: includes/qmn_dashboard.php:256
135
- msgid "Average Amount Each Active Quiz Has Been Taken"
136
- msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
137
-
138
- #: includes/qmn_dashboard.php:260
139
- msgid "Quiz That Has Been Viewed The Most"
140
- msgstr "Mest sete unersøgelse"
141
-
142
- #: includes/qmn_dashboard.php:264
143
- msgid "Quiz That Has Been Taken The Most"
144
- msgstr "Mest udfyldte undersøgelse"
145
-
146
- #: includes/qmn_dashboard_widgets.php:9
147
- msgid "Quiz Master Next Snapshot"
148
- msgstr "Quiz Master Next skærmdump"
149
-
150
- #: includes/qmn_dashboard_widgets.php:128
151
- msgid "quizzes taken today"
152
- msgstr "Spørgeskemaer udfyldt i dag"
153
-
154
- #: includes/qmn_dashboard_widgets.php:147
155
- msgid "quizzes taken last 7 days"
156
- msgstr "Spørgeskemaer udfyldt de sidste 7 dage"
157
 
158
- #: includes/qmn_dashboard_widgets.php:166
159
- msgid "total active quizzes"
160
- msgstr "Antal aktive spørgeskemaundersøgelser"
161
 
162
- #: includes/qmn_dashboard_widgets.php:172
163
- msgid "total active questions"
164
- msgstr "Antal aktive spørgsmål"
165
 
166
- #: includes/qmn_dashboard_widgets.php:178
167
- msgid "most popular quiz"
168
- msgstr "mest populære spørgeskemaundersøgelse"
169
 
170
- #: includes/qmn_dashboard_widgets.php:184
171
- msgid "least popular quiz"
172
- msgstr "mindst populære undersøgelse"
173
 
174
- #: includes/qmn_help.php:13
175
- msgid "Need Help?"
176
- msgstr "Brug for hjælp?"
177
 
178
- #: includes/qmn_help.php:14
179
- msgid "Support"
180
- msgstr "Support"
181
 
182
- #: includes/qmn_help.php:15
183
- msgid "System Info"
184
- msgstr "System Info"
185
 
186
- #: includes/qmn_help.php:18
187
- msgid "Help Page"
188
  msgstr "Hjælp"
189
 
190
- #: includes/qmn_help.php:41
191
- msgid "Need help with the plugin? Try any of the following:"
192
- msgstr "Har du brug for hjælp med dette plugin? Forsøg​følgende:"
 
193
 
194
- #: includes/qmn_options_certificate_tab.php:6
195
- msgid "Certificate (Beta)"
196
- msgstr "Certifikat"
197
 
198
- #: includes/qmn_options_certificate_tab.php:32
199
- msgid "The certificate has been updated successfully."
200
- msgstr "Certifikatet er blevet opdateret."
 
201
 
202
- #: includes/qmn_options_certificate_tab.php:45
203
- #: includes/qmn_options_email_tab.php:55 includes/qmn_options_email_tab.php:114
204
  #: includes/qmn_options_email_tab.php:178
 
 
 
 
 
205
  #: includes/qmn_options_leaderboard_tab.php:38
206
- #: includes/qmn_options_option_tab.php:56
207
- #: includes/qmn_options_questions_tab.php:118
208
- #: includes/qmn_options_questions_tab.php:145
209
- #: includes/qmn_options_questions_tab.php:229
210
- #: includes/qmn_options_questions_tab.php:322
211
- #: includes/qmn_options_results_page_tab.php:54
212
- #: includes/qmn_options_results_page_tab.php:94
213
- #: includes/qmn_options_style_tab.php:39 includes/qmn_options_text_tab.php:55
214
- #: includes/qmn_options_tools_tab.php:36 includes/qmn_quiz_creator.php:382
215
- #: includes/qmn_quiz_creator.php:448 includes/qmn_quiz_creator.php:490
216
- #: includes/qmn_quiz_creator.php:648 includes/qmn_quiz_creator.php:713
217
- #: includes/qmn_results.php:36
218
  #, php-format
219
- msgid ""
220
- "There has been an error in this action. Please share this with the developer. "
221
- "Error Code: %s"
222
  msgstr "Der har været en fejl. Venligst del dette med udvikleren . Fejlkode:% s"
223
 
224
- #: includes/qmn_options_certificate_tab.php:61
225
- msgid "Enter title here"
226
- msgstr "Indtast titel her"
227
-
228
- #: includes/qmn_options_certificate_tab.php:61
229
- #: includes/qmn_options_email_tab.php:73 includes/qmn_options_email_tab.php:91
230
  msgid "Enter text here"
231
  msgstr "Indtast tekst her"
232
 
233
- #: includes/qmn_options_certificate_tab.php:70
234
- msgid "Quiz Certificate (Beta)"
235
- msgstr "Quiz Certificate (Beta)"
236
-
237
- #: includes/qmn_options_certificate_tab.php:71
238
- msgid ""
239
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
240
- "enter in the link variable into the templates on the Quiz Text tab so the "
241
- "user can access the certificate."
242
- msgstr ""
243
- "Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at "
244
- "indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så brugeren "
245
- "kan få adgang til certifikatet."
246
-
247
- #: includes/qmn_options_certificate_tab.php:72
248
- msgid "These fields cannot contain HTML."
249
- msgstr "Disse felter kan ikke indeholde HTML."
250
-
251
- #: includes/qmn_options_certificate_tab.php:73
252
- #: includes/qmn_options_certificate_tab.php:129
253
- msgid "Save Certificate Options"
254
- msgstr "Gem Certificate indstillinger"
255
-
256
- #: includes/qmn_options_certificate_tab.php:81
257
- msgid "Enable Certificates For This Quiz?"
258
- msgstr "Aktiver certifikater for denne quiz?"
259
-
260
- #: includes/qmn_options_certificate_tab.php:83
261
- #: includes/qmn_options_email_tab.php:325
262
- #: includes/qmn_options_email_tab.php:332
263
- #: includes/qmn_options_option_tab.php:102
264
- #: includes/qmn_options_option_tab.php:163
265
- #: includes/qmn_options_option_tab.php:170
266
- #: includes/qmn_options_option_tab.php:178
267
- #: includes/qmn_options_option_tab.php:186
268
- #: includes/qmn_options_option_tab.php:194
269
- #: includes/qmn_options_option_tab.php:202
270
- #: includes/qmn_options_option_tab.php:209
271
- #: includes/qmn_options_option_tab.php:216
272
- #: includes/qmn_options_questions_tab.php:674
273
- #: includes/qmn_options_questions_tab.php:830
274
- #: includes/qmn_options_results_page_tab.php:247
275
- msgid "Yes"
276
- msgstr "Ja"
277
-
278
- #: includes/qmn_options_certificate_tab.php:84
279
- #: includes/qmn_options_email_tab.php:326
280
- #: includes/qmn_options_email_tab.php:333
281
- #: includes/qmn_options_option_tab.php:103
282
- #: includes/qmn_options_option_tab.php:150
283
- #: includes/qmn_options_option_tab.php:164
284
- #: includes/qmn_options_option_tab.php:172
285
- #: includes/qmn_options_option_tab.php:180
286
- #: includes/qmn_options_option_tab.php:188
287
- #: includes/qmn_options_option_tab.php:196
288
- #: includes/qmn_options_option_tab.php:203
289
- #: includes/qmn_options_option_tab.php:210
290
- #: includes/qmn_options_option_tab.php:217
291
- #: includes/qmn_options_questions_tab.php:675
292
- #: includes/qmn_options_questions_tab.php:831
293
- #: includes/qmn_options_results_page_tab.php:247
294
- msgid "No"
295
- msgstr "Nej"
296
-
297
- #: includes/qmn_options_certificate_tab.php:89
298
- msgid "Certificate Title"
299
- msgstr "Certifikat Titel"
300
-
301
- #: includes/qmn_options_certificate_tab.php:96
302
- msgid "Message Displayed On Certificate"
303
- msgstr "Meddelelse på Certifikat"
304
-
305
- #: includes/qmn_options_certificate_tab.php:98
306
- #: includes/qmn_options_leaderboard_tab.php:91
307
- #: includes/qmn_options_text_tab.php:181 includes/qmn_options_text_tab.php:191
308
- #: includes/qmn_options_text_tab.php:201 includes/qmn_options_text_tab.php:211
309
- #: includes/qmn_options_text_tab.php:221 includes/qmn_options_text_tab.php:231
310
- #: includes/qmn_options_text_tab.php:241 includes/qmn_options_text_tab.php:251
311
- #: includes/qmn_options_text_tab.php:264 includes/qmn_options_text_tab.php:281
312
- msgid "Allowed Variables:"
313
- msgstr "Tilladte variable"
314
-
315
- #: includes/qmn_options_certificate_tab.php:116
316
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
317
- msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
318
-
319
- #: includes/qmn_options_certificate_tab.php:123
320
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
321
- msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
322
-
323
- #: includes/qmn_options_email_tab.php:6
324
- msgid "Emails"
325
- msgstr "E-mails"
326
-
327
- #: includes/qmn_options_email_tab.php:42 includes/qmn_options_email_tab.php:101
328
- msgid "The email has been added successfully."
329
- msgstr "E-mail er blevet tilføjet."
330
-
331
  #: includes/qmn_options_email_tab.php:165
332
  msgid "The email has been updated successfully."
333
  msgstr "E-mail er blevet opdateret."
334
 
335
  #: includes/qmn_options_email_tab.php:232
336
  #: includes/qmn_options_leaderboard_tab.php:49
337
- #: includes/qmn_options_results_page_tab.php:134
338
  #: includes/qmn_options_text_tab.php:92
339
  msgid "Template Variables"
340
  msgstr "Skabelon variable"
341
 
342
  #: includes/qmn_options_email_tab.php:235
343
- #: includes/qmn_options_results_page_tab.php:137
344
  #: includes/qmn_options_text_tab.php:95
345
  msgid "Score for the quiz when using points"
346
  msgstr "Score for quizzen, når du bruger point"
347
 
348
  #: includes/qmn_options_email_tab.php:238
349
- #: includes/qmn_options_results_page_tab.php:140
350
  #: includes/qmn_options_text_tab.php:98
351
  msgid "The average amount of points user had per question"
352
  msgstr "Det gennemsnitlige antal point bruger havde pr spørgsmål"
353
 
354
  #: includes/qmn_options_email_tab.php:241
355
- #: includes/qmn_options_results_page_tab.php:143
356
  #: includes/qmn_options_text_tab.php:101
357
  msgid "The number of correct answers the user had"
358
  msgstr "Antallet af korrekte svar brugeren havde"
359
 
360
  #: includes/qmn_options_email_tab.php:244
361
- #: includes/qmn_options_results_page_tab.php:146
362
  #: includes/qmn_options_text_tab.php:104
363
  msgid "The total number of questions in the quiz"
364
  msgstr "Det samlede antal spørgsmål i quizzen"
365
 
366
  #: includes/qmn_options_email_tab.php:247
367
- #: includes/qmn_options_results_page_tab.php:149
368
  #: includes/qmn_options_text_tab.php:107
369
  msgid "Score for the quiz when using correct answers"
370
  msgstr "Score for quizzen, når du bruger korrekte svar"
371
 
372
  #: includes/qmn_options_email_tab.php:250
373
- #: includes/qmn_options_results_page_tab.php:152
374
  #: includes/qmn_options_text_tab.php:110
375
  msgid "The name the user entered before the quiz"
376
  msgstr "Navnet brugeren indtastes, før quizzen"
377
 
378
  #: includes/qmn_options_email_tab.php:253
379
- #: includes/qmn_options_results_page_tab.php:155
380
  #: includes/qmn_options_text_tab.php:113
381
  msgid "The business the user entered before the quiz"
382
  msgstr "Forretningen brugeren indtastes, før quizzen"
383
 
384
  #: includes/qmn_options_email_tab.php:256
385
- #: includes/qmn_options_results_page_tab.php:158
386
  #: includes/qmn_options_text_tab.php:116
387
  msgid "The phone number the user entered before the quiz"
388
  msgstr "Telefonnummeret brugeren indtastede, før quizzen"
389
 
390
  #: includes/qmn_options_email_tab.php:259
391
- #: includes/qmn_options_results_page_tab.php:161
392
  #: includes/qmn_options_text_tab.php:119
393
  msgid "The email the user entered before the quiz"
394
  msgstr "Den e-mail brugeren indtastes, før quizzen"
395
 
396
  #: includes/qmn_options_email_tab.php:262
397
  #: includes/qmn_options_leaderboard_tab.php:77
398
- #: includes/qmn_options_results_page_tab.php:164
399
  #: includes/qmn_options_text_tab.php:122
400
  msgid "The name of the quiz"
401
  msgstr "Navn på Quiz:"
402
 
403
  #: includes/qmn_options_email_tab.php:265
404
- #: includes/qmn_options_results_page_tab.php:167
405
  #: includes/qmn_options_text_tab.php:125
406
  msgid "Shows the question, the answer the user provided, and the correct answer"
407
  msgstr "Viser brugers svar og det korrekte svar"
408
 
409
  #: includes/qmn_options_email_tab.php:268
410
- #: includes/qmn_options_results_page_tab.php:170
411
  #: includes/qmn_options_text_tab.php:128
412
  msgid "The comments the user entered into comment box if enabled"
413
  msgstr "Kommenar som brugeren har indtastet"
414
 
415
  #: includes/qmn_options_email_tab.php:271
416
- #: includes/qmn_options_results_page_tab.php:173
417
  #: includes/qmn_options_text_tab.php:131
418
  msgid "The amount of time user spent of quiz"
419
  msgstr "Tid brugeren brugte på undersøgelsen"
420
 
421
  #: includes/qmn_options_email_tab.php:274
422
- #: includes/qmn_options_results_page_tab.php:176
423
  #: includes/qmn_options_text_tab.php:134
424
  msgid "The link to the certificate after completing the quiz"
425
  msgstr "Link til certifikat - efter endt test"
426
 
427
  #: includes/qmn_options_email_tab.php:277
428
- #: includes/qmn_options_results_page_tab.php:179
429
  #: includes/qmn_options_text_tab.php:137
430
  msgid "The amount of points a specific category earned."
431
  msgstr "Antal point der er opnået i kategorien"
432
 
433
  #: includes/qmn_options_email_tab.php:280
434
- #: includes/qmn_options_results_page_tab.php:182
435
  #: includes/qmn_options_text_tab.php:140
436
  msgid "The score a specific category earned."
437
  msgstr "Skore for specifik kategori"
438
 
439
  #: includes/qmn_options_email_tab.php:283
440
- #: includes/qmn_options_results_page_tab.php:185
441
  #: includes/qmn_options_text_tab.php:143
442
  msgid "The average points from all categories."
443
  msgstr "Gennemsnit af point for alle kategorier"
444
 
445
  #: includes/qmn_options_email_tab.php:286
446
- #: includes/qmn_options_results_page_tab.php:188
447
  #: includes/qmn_options_text_tab.php:146
448
  msgid "The average score from all categories."
449
  msgstr "Gennemsnit skore for alle kategorier"
450
 
451
- #: includes/qmn_options_email_tab.php:289 includes/qmn_options_text_tab.php:149
 
452
  msgid "The question that the user answered"
453
  msgstr "Spørgsmål brugeren besvarede"
454
 
455
- #: includes/qmn_options_email_tab.php:292 includes/qmn_options_text_tab.php:152
 
456
  msgid "The answer the user gave for the question"
457
  msgstr "Brugerens svar på sprøgesmål"
458
 
459
- #: includes/qmn_options_email_tab.php:295 includes/qmn_options_text_tab.php:155
 
460
  msgid "The correct answer for the question"
461
  msgstr "Korrekt svar på spørgsmål"
462
 
463
- #: includes/qmn_options_email_tab.php:298 includes/qmn_options_text_tab.php:158
 
464
  msgid "The comments the user provided in the comment field for the question"
465
  msgstr "Kommentar til spørgsmål"
466
 
467
- #: includes/qmn_options_email_tab.php:301 includes/qmn_options_text_tab.php:161
 
468
  msgid "Reason why the correct answer is the correct answer"
469
  msgstr "Årsag til at dette er det korrekte svar"
470
 
471
- #: includes/qmn_options_email_tab.php:304 includes/qmn_options_text_tab.php:164
 
472
  msgid "The Current Date"
473
  msgstr "Dags dato"
474
 
@@ -481,13 +230,22 @@ msgstr "Gem e-mail skabelon og opsætning"
481
  msgid "Send user email upon completion?"
482
  msgstr "Send bruger mail ved afslutning"
483
 
484
- #: includes/qmn_options_email_tab.php:330
 
 
 
 
 
 
 
 
 
 
485
  msgid "Send admin email upon completion?"
486
  msgstr "Send e-mail til administrator ved afslutning?"
487
 
488
  #: includes/qmn_options_email_tab.php:337
489
- msgid ""
490
- "What emails should we send the admin email to? Separate emails with a comma."
491
  msgstr "E-mail som administrator e-mails skal sendes til? adskil med komma."
492
 
493
  #: includes/qmn_options_email_tab.php:341
@@ -507,8 +265,6 @@ msgstr "Tilføj ny bruger e-mail"
507
  #: includes/qmn_options_email_tab.php:419
508
  #: includes/qmn_options_email_tab.php:440
509
  #: includes/qmn_options_email_tab.php:506
510
- #: includes/qmn_options_results_page_tab.php:206
511
- #: includes/qmn_options_results_page_tab.php:270
512
  msgid "Score Greater Than Or Equal To"
513
  msgstr "Skore større eller lig med"
514
 
@@ -516,8 +272,6 @@ msgstr "Skore større eller lig med"
516
  #: includes/qmn_options_email_tab.php:420
517
  #: includes/qmn_options_email_tab.php:441
518
  #: includes/qmn_options_email_tab.php:507
519
- #: includes/qmn_options_results_page_tab.php:207
520
- #: includes/qmn_options_results_page_tab.php:271
521
  msgid "Score Less Than Or Equal To"
522
  msgstr "Skore mindre end eller lige med"
523
 
@@ -544,6 +298,79 @@ msgstr "E-mail sendt til administrator"
544
  msgid "Add New Admin Email"
545
  msgstr "Tilføj ny administrator e-mail"
546
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
547
  #: includes/qmn_options_leaderboard_tab.php:6
548
  msgid "Leaderboard"
549
  msgstr "Leaderboard"
@@ -601,174 +428,234 @@ msgstr "Gem leaderboard indstillinger"
601
  msgid "Leaderboard Template"
602
  msgstr "Leaderboard skabelon"
603
 
604
- #: includes/qmn_options_option_tab.php:6
605
- msgid "Options"
606
- msgstr "Indstillinger"
 
 
 
 
 
 
 
 
 
 
607
 
608
- #: includes/qmn_options_option_tab.php:43
609
- msgid "The options has been updated successfully."
610
- msgstr "Indstillinger er gemt"
611
 
612
- #: includes/qmn_options_option_tab.php:84
613
- #: includes/qmn_options_option_tab.php:221
614
- msgid "Save Options"
615
- msgstr "Gem indstillinger"
616
 
617
- #: includes/qmn_options_option_tab.php:92
618
- msgid "Which system is this quiz graded on?"
619
- msgstr "Hvilket system er denne quiz sorteres på?"
620
 
621
- #: includes/qmn_options_option_tab.php:94
622
- msgid "Correct/Incorrect"
623
- msgstr "Korrekt / Ukorrekt"
624
 
625
- #: includes/qmn_options_option_tab.php:95
626
- msgid "Points"
627
- msgstr "Point"
628
 
629
- #: includes/qmn_options_option_tab.php:96 includes/qmn_results.php:258
630
- msgid "Not Graded"
631
- msgstr "Ikke Graded"
 
632
 
633
- #: includes/qmn_options_option_tab.php:100
634
- msgid "Should the user be required to be logged in to take this quiz?"
635
- msgstr "Skal brugeren være logget ind for at svare på denne test?"
636
 
637
- #: includes/qmn_options_option_tab.php:107
638
- msgid ""
639
- "How many questions per page would you like? (Leave 0 for all questions on one "
640
- "page)"
641
- msgstr ""
642
- "Hvor mange spørgsmål vil du have per side ? (0 for alle spørgsmål på samme "
643
- "side)."
644
 
645
- #: includes/qmn_options_option_tab.php:113
646
- msgid ""
647
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
648
- "limit)"
649
- msgstr ""
650
- "Hvor mange minutter har brugeren til at afslutte undersøgelsen? (0 for ingen "
651
- "tidsfrist)"
652
 
653
- #: includes/qmn_options_option_tab.php:119
654
- msgid ""
655
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
656
- "user wants to. Currently only works for registered users)"
657
- msgstr ""
658
- "Hvor mange gange kan en bruger tage denne quiz? (Lad 0 for så mange gange som "
659
- "brugeren ønsker at. I øjeblikket virker kun for registrerede brugere)"
660
 
661
- #: includes/qmn_options_option_tab.php:125
662
- msgid ""
663
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
664
- msgstr ""
665
- "Hvor mange samlede poster kan denne quiz have? (Lad 0 for ubegrænset poster"
666
 
667
- #: includes/qmn_options_option_tab.php:131
668
- msgid ""
669
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
670
- msgstr ""
671
- "Hvor mange spørgsmål skal indlæses til quiz? (Lad 0 at indlæse alle spørgsmål)"
672
 
673
- #: includes/qmn_options_option_tab.php:137
674
- msgid ""
675
- "What time-frame should the user be able to access the quiz? (Leave blank if "
676
- "the user can access anytime)"
677
- msgstr ""
678
- "Hvilken tidsperiode skal brugeren kunne få adgang quizzen? (Står tom, hvis "
679
- "brugeren kan få adgang til når som helst)"
680
 
681
- #: includes/qmn_options_option_tab.php:139
682
- msgid "start date"
683
- msgstr "Start dato"
684
 
685
- #: includes/qmn_options_option_tab.php:142
686
- msgid "end date"
687
- msgstr "Slut dato"
688
 
689
- #: includes/qmn_options_option_tab.php:146
690
- msgid "Are the questions random? (Question Order will not apply if this is yes)"
691
- msgstr ""
692
- "Er spørgsmålene tilfældigt? (Spørgsmål Order gælder ikke, hvis det er ja)"
693
 
694
- #: includes/qmn_options_option_tab.php:148
695
- msgid "Random Questions"
696
- msgstr "Tilfældige spørgsmål"
697
 
698
- #: includes/qmn_options_option_tab.php:149
699
- msgid "Random Questions And Answers"
700
- msgstr "Tilfældige Spørgsmål og svar"
701
 
702
- #: includes/qmn_options_option_tab.php:154
703
- msgid ""
704
- "Would you like to ask for the contact information at the beginning or at the "
705
- "end of the quiz?"
706
- msgstr ""
707
- "Vil du bede om kontaktoplysninger i begyndelsen eller slutningen af ​​quizzen?"
708
 
709
- #: includes/qmn_options_option_tab.php:156
710
- msgid "Beginning"
711
- msgstr "Begyndelse"
712
 
713
- #: includes/qmn_options_option_tab.php:157
714
- msgid "End"
715
- msgstr "Slut"
716
 
717
- #: includes/qmn_options_option_tab.php:161
718
- msgid ""
719
- "If a logged-in user takes the quiz, would you like them to be able to edit "
720
- "contact information? If set to no, the fields will not show up for logged in "
721
- "users; however, the users information will be saved for the fields."
722
- msgstr ""
723
- "Hvis en indloggede bruger tager quizzen, vil du have dem til at være i stand "
724
- "til at redigere kontaktoplysninger? Hvis sat til nej, vil de områder ikke op "
725
- "til logget ind brugere; dog vil brugerne oplysninger gemmes til felterne."
726
 
727
- #: includes/qmn_options_option_tab.php:168
728
- msgid "Should we ask for users name?"
729
- msgstr "Skal vi bede for brugere navn?"
730
 
731
- #: includes/qmn_options_option_tab.php:171
732
- #: includes/qmn_options_option_tab.php:179
733
- #: includes/qmn_options_option_tab.php:187
734
- #: includes/qmn_options_option_tab.php:195
735
- msgid "Require"
736
- msgstr "Obligatorisk"
737
 
738
- #: includes/qmn_options_option_tab.php:176
739
- msgid "Should we ask for users business?"
740
- msgstr "Skal vi bede for brugere virksomhed?"
741
 
742
- #: includes/qmn_options_option_tab.php:184
743
- msgid "Should we ask for users email?"
744
- msgstr "Skal vi bede for brugere email?"
745
 
746
- #: includes/qmn_options_option_tab.php:192
747
- msgid "Should we ask for users phone number?"
748
- msgstr "Skal vi bede for brugere telefonnummer?"
749
 
750
- #: includes/qmn_options_option_tab.php:200
751
- msgid "Would you like a place for the user to enter comments?"
752
- msgstr "Kunne du tænke dig et sted for brugeren at indtaste kommentarer?"
753
 
754
- #: includes/qmn_options_option_tab.php:207
755
- msgid "Show question number on quiz?"
756
- msgstr "Vis spørgsmål nummer quiz?"
757
 
758
- #: includes/qmn_options_option_tab.php:214
759
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
760
- msgstr "Vis sociale medier knapper deling? (Twitter & Facebook)"
761
 
762
- #: includes/qmn_options_option_tab.php:214
763
- msgid ""
764
- "This option is for here only for users of older versions. Please use the new "
765
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
766
- "instead of using this option!"
767
- msgstr ""
768
 
769
- #: includes/qmn_options_preview_tab.php:6
770
- msgid "Preview"
771
- msgstr "Preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
772
 
773
  #: includes/qmn_options_questions_tab.php:6
774
  msgid "Questions"
@@ -809,26 +696,22 @@ msgid_plural "%s questions"
809
  msgstr[0] "Et spørgsmål"
810
  msgstr[1] "%s spørgsmål"
811
 
812
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:270
813
  msgid "Edit"
814
  msgstr "Ret"
815
 
816
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:272
817
- #: includes/qmn_quiz_admin.php:397
818
  msgid "Duplicate"
819
  msgstr "Kopier"
820
 
821
  #: includes/qmn_options_questions_tab.php:557
822
  #: includes/qmn_options_results_page_tab.php:247
823
- #: includes/qmn_quiz_admin.php:273
824
  msgid "Delete"
825
  msgstr "Slet"
826
 
827
  #: includes/qmn_options_questions_tab.php:568
828
  #: includes/qmn_options_questions_tab.php:737
829
- msgid ""
830
- "For fill in the blank types, use %BLANK% to represent where to put the text "
831
- "box in your text."
832
  msgstr ""
833
 
834
  #: includes/qmn_options_questions_tab.php:571
@@ -863,11 +746,6 @@ msgstr "Tilføj nyt svar!"
863
  msgid "Correct Answer Info"
864
  msgstr "Info for korrekt svar"
865
 
866
- #: includes/qmn_options_questions_tab.php:623
867
- #: includes/qmn_options_questions_tab.php:787 includes/qmn_quiz.php:441
868
- msgid "Hint"
869
- msgstr "Hint"
870
-
871
  #: includes/qmn_options_questions_tab.php:634
872
  #: includes/qmn_options_questions_tab.php:712
873
  #: includes/qmn_options_questions_tab.php:723
@@ -916,12 +794,8 @@ msgstr "Kategori"
916
 
917
  #: includes/qmn_options_questions_tab.php:699
918
  #: includes/qmn_options_questions_tab.php:855
919
- msgid ""
920
- "Required currently only works on open answer, number, accept, and captcha "
921
- "question types"
922
- msgstr ""
923
- "Obligatorisk virker på nuværende tidspunkt kun på åbne svar, antal, accept og "
924
- "captcha spørgsmål"
925
 
926
  #: includes/qmn_options_questions_tab.php:701
927
  msgid "Edit Question"
@@ -947,6 +821,66 @@ msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
947
  msgid "Duplicate Question"
948
  msgstr "Kopieret spørgsmål"
949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  #: includes/qmn_options_results_page_tab.php:6
951
  msgid "Results Pages"
952
  msgstr "Resultat sider"
@@ -984,182 +918,333 @@ msgstr "Resultat side vist"
984
 
985
  #: includes/qmn_options_results_page_tab.php:209
986
  #: includes/qmn_options_results_page_tab.php:273
987
- msgid "Redirect URL"
988
  msgstr ""
989
 
990
  #: includes/qmn_options_results_page_tab.php:247
991
  msgid "Are you sure?"
992
  msgstr "Er du sikker?"
993
 
994
- #: includes/qmn_options_style_tab.php:6
995
- msgid "Style"
996
- msgstr "Style"
997
 
998
- #: includes/qmn_options_style_tab.php:26
999
- msgid "The style has been saved successfully."
1000
- msgstr "Denne style er gemt"
1001
 
1002
- #: includes/qmn_options_style_tab.php:65
1003
- msgid "Quiz Styles"
1004
- msgstr "Quiz styles"
1005
 
1006
- #: includes/qmn_options_style_tab.php:66
1007
- msgid "Choose your style:"
1008
- msgstr "Vælg din style"
 
1009
 
1010
- #: includes/qmn_options_style_tab.php:88
1011
- msgid "Custom"
1012
- msgstr "Custom"
1013
 
1014
- #: includes/qmn_options_style_tab.php:94 includes/qmn_options_style_tab.php:106
1015
- msgid "Save Quiz Style"
1016
- msgstr "Gem quiz style"
1017
 
1018
- #: includes/qmn_options_style_tab.php:96
1019
- msgid "Custom Style CSS"
1020
- msgstr "Custom style CSS"
1021
 
1022
- #: includes/qmn_options_style_tab.php:97
1023
- msgid ""
1024
- "For detailed help and guidance along with a list of different classes used in "
1025
- "this plugin, please visit the following link:"
1026
- msgstr ""
1027
- "For detaljeret hjælp og instruktion sammen med en liste over de forskellige "
1028
- "klasser benyttet i dette plugin, besøg følgende link:"
1029
 
1030
- #: includes/qmn_options_text_tab.php:6
1031
- msgid "Text"
1032
- msgstr "Tekst"
1033
 
1034
- #: includes/qmn_options_text_tab.php:42
1035
- msgid "The templates has been updated successfully."
1036
- msgstr "Skabelonerne er blevet opdateret"
1037
 
1038
- #: includes/qmn_options_text_tab.php:73 includes/qmn_quiz.php:1230
1039
- msgid "Previous"
1040
- msgstr "Tidligere"
1041
 
1042
- #: includes/qmn_options_text_tab.php:169 includes/qmn_options_text_tab.php:329
1043
- msgid "Save Templates"
1044
- msgstr "Gem skabeloner"
1045
 
1046
- #: includes/qmn_options_text_tab.php:175
1047
- msgid "Message Templates"
1048
- msgstr "Besked skabeloner"
1049
 
1050
- #: includes/qmn_options_text_tab.php:179
1051
- msgid "Message Displayed Before Quiz"
1052
- msgstr "Besked vist før Quiz"
1053
 
1054
- #: includes/qmn_options_text_tab.php:189
1055
- msgid "Message Displayed Before Comments Box If Enabled"
1056
- msgstr "Besked vist før kommentar boksen hvis aktiv"
1057
 
1058
- #: includes/qmn_options_text_tab.php:199
1059
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1060
- msgstr ""
1061
- "Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
1062
 
1063
- #: includes/qmn_options_text_tab.php:209
1064
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1065
- msgstr "Besked vist hvis brugeren har deltaget for mange gange"
1066
 
1067
- #: includes/qmn_options_text_tab.php:219
1068
- msgid ""
1069
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1070
- "Logged In"
1071
- msgstr ""
1072
- "Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
1073
 
1074
- #: includes/qmn_options_text_tab.php:229
1075
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1076
- msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
1077
 
1078
- #: includes/qmn_options_text_tab.php:239
1079
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1080
- msgstr "Besked Hvis grænsen indtastninger er nået"
1081
 
1082
- #: includes/qmn_options_text_tab.php:249
1083
- msgid "%QUESTIONS_ANSWERS% Text"
1084
- msgstr "% QUESTIONS_ANSWERS% Tekst"
1085
 
1086
- #: includes/qmn_options_text_tab.php:262
1087
- msgid "Twitter Sharing Text"
1088
- msgstr "Twitter Deling tekst"
1089
 
1090
- #: includes/qmn_options_text_tab.php:279
1091
- msgid "Facebook Sharing Text"
1092
- msgstr "Facebook Deling tekst"
1093
 
1094
- #: includes/qmn_options_text_tab.php:294
1095
- msgid "Other Templates"
1096
- msgstr "Andre skabeloner"
1097
 
1098
- #: includes/qmn_options_text_tab.php:297
1099
- msgid "Text for submit button"
1100
- msgstr "Tekst for send-knappen"
 
 
 
1101
 
1102
- #: includes/qmn_options_text_tab.php:301
1103
- msgid "Text for name field"
1104
- msgstr "Tekst til navnefeltet"
1105
 
1106
- #: includes/qmn_options_text_tab.php:305
1107
- msgid "Text for business field"
1108
- msgstr "Tekst til firma felt"
1109
 
1110
- #: includes/qmn_options_text_tab.php:309
1111
- msgid "Text for email field"
1112
- msgstr "Tekst til e-mail-feltet"
1113
 
1114
- #: includes/qmn_options_text_tab.php:313
1115
- msgid "Text for phone number field"
1116
- msgstr "Tekst til telefon nummer felt"
1117
 
1118
- #: includes/qmn_options_text_tab.php:317
1119
- msgid "Text for comments field"
1120
- msgstr "Tekst for kommentarer felt"
1121
 
1122
- #: includes/qmn_options_text_tab.php:321
1123
- msgid "Text for previous button"
1124
- msgstr "Tekst til forrige knap"
1125
 
1126
- #: includes/qmn_options_text_tab.php:325
1127
- msgid "Text for next button"
1128
- msgstr "Tekst til næste knap"
1129
 
1130
- #: includes/qmn_options_tools_tab.php:6 includes/qmn_tools.php:58
1131
- #: mlw_quizmaster2.php:222
1132
- msgid "Tools"
1133
- msgstr "Værktøjer"
1134
 
1135
- #: includes/qmn_options_tools_tab.php:23
1136
- msgid "The stats has been reset successfully."
1137
- msgstr "De statistikker er blevet nulstillet korrekt."
1138
 
1139
- #: includes/qmn_options_tools_tab.php:75
1140
- msgid ""
1141
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1142
- "and Times Quiz Has Been Taken)."
1143
- msgstr ""
1144
- "Brug denne knap til at nulstille alle indsamlet til denne quiz statistik "
1145
- "(Quiz Views og Times Quiz er taget)."
1146
 
1147
- #: includes/qmn_options_tools_tab.php:76
1148
- msgid "Reset Quiz Views And Taken Stats"
1149
- msgstr "Nulstil Quiz Views og oprettede statistikker"
1150
 
1151
- #: includes/qmn_options_tools_tab.php:87
1152
- msgid ""
1153
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1154
- "this quiz will be reset. This is permanent and cannot be undone."
1155
- msgstr ""
1156
- "Er du sikker på du vil nulstille statistik til 0? Alle synspunkter og taget "
1157
- "statistik for denne quiz vil blive nulstillet. Det er permanent og kan ikke "
1158
- "fortrydes."
1159
 
1160
- #: includes/qmn_options_tools_tab.php:91
1161
- msgid "Reset All Stats For Quiz"
1162
- msgstr "Nulstil alle Stats for Quiz"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1163
 
1164
  #: includes/qmn_question_types.php:7
1165
  msgid "Multiple Choice"
@@ -1209,25 +1294,9 @@ msgstr "Vandret Multiple svar"
1209
  msgid "Fill In The Blank"
1210
  msgstr ""
1211
 
1212
- #: includes/qmn_quiz.php:326
1213
- msgid "Not a valid e-mail address!"
1214
- msgstr "Ikke en gyldig e-mail-adresse!"
1215
-
1216
- #: includes/qmn_quiz.php:327
1217
- msgid "This field must be a number!"
1218
- msgstr "Dette felt skal være et tal!"
1219
-
1220
- #: includes/qmn_quiz.php:328
1221
- msgid "The entered text is not correct!"
1222
- msgstr "Den indtastede tekst er ikke korrekt!"
1223
-
1224
- #: includes/qmn_quiz.php:329
1225
- msgid "Please complete all required fields!"
1226
- msgstr "Venligst udfyld alle obligatoriske felter"
1227
-
1228
- #: includes/qmn_quiz_admin.php:186 mlw_quizmaster2.php:217
1229
- msgid "Quizzes"
1230
- msgstr "Quizzer"
1231
 
1232
  #: includes/qmn_quiz_admin.php:186
1233
  msgid "Add New"
@@ -1240,32 +1309,33 @@ msgid_plural "%s quizzes"
1240
  msgstr[0] "En quiz"
1241
  msgstr[1] "%s quizzer"
1242
 
1243
- #: includes/qmn_quiz_admin.php:249 includes/qmn_quiz_admin.php:295
1244
- #: includes/qmn_quiz_admin.php:364 includes/qmn_results.php:209
1245
- msgid "Quiz Name"
1246
- msgstr "Quiz navn"
1247
-
1248
- #: includes/qmn_quiz_admin.php:250 includes/qmn_quiz_admin.php:296
1249
  msgid "URL"
1250
  msgstr "URL"
1251
 
1252
- #: includes/qmn_quiz_admin.php:251 includes/qmn_quiz_admin.php:297
 
1253
  msgid "Quiz Shortcode"
1254
  msgstr "Quiz Shortcode"
1255
 
1256
- #: includes/qmn_quiz_admin.php:252 includes/qmn_quiz_admin.php:298
 
1257
  msgid "Leaderboard Shortcode"
1258
  msgstr "Lederboard Shortcode"
1259
 
1260
- #: includes/qmn_quiz_admin.php:253 includes/qmn_quiz_admin.php:299
 
1261
  msgid "Quiz Views"
1262
  msgstr "Quiz set"
1263
 
1264
- #: includes/qmn_quiz_admin.php:254 includes/qmn_quiz_admin.php:300
 
1265
  msgid "Quiz Taken"
1266
  msgstr "Quiz gennemført"
1267
 
1268
- #: includes/qmn_quiz_admin.php:255 includes/qmn_quiz_admin.php:301
 
1269
  msgid "Last Modified"
1270
  msgstr "Sidst ændret"
1271
 
@@ -1273,10 +1343,6 @@ msgstr "Sidst ændret"
1273
  msgid "Edit Name"
1274
  msgstr "Ret navn"
1275
 
1276
- #: includes/qmn_quiz_admin.php:271 includes/qmn_results_details.php:121
1277
- msgid "Results"
1278
- msgstr "Resultater"
1279
-
1280
  #: includes/qmn_quiz_admin.php:359
1281
  msgid "Create New Quiz"
1282
  msgstr "Opret ny quiz"
@@ -1309,164 +1375,6 @@ msgstr "Er du sikker på at du vil slette denne quiz?"
1309
  msgid "Delete Quiz"
1310
  msgstr "Slet Quiz"
1311
 
1312
- #: includes/qmn_quiz_creator.php:369
1313
- msgid ""
1314
- "Your new quiz has been created successfully. To begin editing your quiz, "
1315
- "click the Edit link on the new quiz."
1316
- msgstr ""
1317
- "Din nye quiz er blevet oprettet. For at edigere din quiz, klik på linket "
1318
- "Rediger ved den nye quiz"
1319
-
1320
- #: includes/qmn_quiz_creator.php:435
1321
- msgid "Your quiz has been deleted successfully."
1322
- msgstr "Din Quiz er blevet slettet."
1323
-
1324
- #: includes/qmn_quiz_creator.php:477
1325
- msgid "Your quiz name has been updated successfully."
1326
- msgstr "Dit quiz navn er blevet opdateret."
1327
-
1328
- #: includes/qmn_quiz_creator.php:634
1329
- msgid "Your quiz has been duplicated successfully."
1330
- msgstr "Din Quiz er blevet dublikeret."
1331
-
1332
- #. translators: The %s corresponds to the name of the quiz
1333
- #: includes/qmn_quiz_options.php:56
1334
- #, php-format
1335
- msgid "Quiz Settings For %s"
1336
- msgstr "Quiz indstillinger for %s"
1337
-
1338
- #: includes/qmn_quiz_options.php:96
1339
- msgid ""
1340
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1341
- "wish to edit."
1342
- msgstr ""
1343
- "Go til quiz siden og klik på rediger linket på den quiz du ønsker at redigere"
1344
-
1345
- #: includes/qmn_results.php:23
1346
- msgid "Your results has been deleted successfully."
1347
- msgstr "Dine resultater er blevet slettet."
1348
-
1349
- #: includes/qmn_results.php:152 includes/qmn_results_details.php:21
1350
- #: mlw_quizmaster2.php:219
1351
- msgid "Quiz Results"
1352
- msgstr "Quiz resultater"
1353
-
1354
- #: includes/qmn_results.php:161
1355
- #, php-format
1356
- msgid "One result"
1357
- msgid_plural "%s results"
1358
- msgstr[0] "Et resultat"
1359
- msgstr[1] "%s resultater"
1360
-
1361
- #: includes/qmn_results.php:208
1362
- msgid "Actions"
1363
- msgstr "Handlinger"
1364
-
1365
- #: includes/qmn_results.php:210
1366
- msgid "Score"
1367
- msgstr "Skore"
1368
-
1369
- #: includes/qmn_results.php:211
1370
- msgid "Time To Complete"
1371
- msgstr "Tid til at færdiggøre"
1372
-
1373
- #: includes/qmn_results.php:212
1374
- msgid "Name"
1375
- msgstr "Navn"
1376
-
1377
- #: includes/qmn_results.php:213
1378
- msgid "Business"
1379
- msgstr "Forretning"
1380
-
1381
- #: includes/qmn_results.php:214
1382
- msgid "Email"
1383
- msgstr "Email"
1384
-
1385
- #: includes/qmn_results.php:215
1386
- msgid "Phone"
1387
- msgstr "Telefon"
1388
-
1389
- #: includes/qmn_results.php:216
1390
- msgid "Time Taken"
1391
- msgstr "Forbrugt tid"
1392
-
1393
- #: includes/qmn_results.php:276
1394
- msgid "Are you sure you want to delete these results?"
1395
- msgstr "Er du sikker på at du vil slette disse resultater ?"
1396
-
1397
- #: includes/qmn_results.php:281
1398
- msgid "Delete Results"
1399
- msgstr "Slet resultater"
1400
-
1401
- #: includes/qmn_results_details.php:200
1402
- msgid "Create Certificate"
1403
- msgstr "Opret certificat"
1404
-
1405
- #: includes/qmn_results_details.php:205
1406
- msgid "Download Certificate Here"
1407
- msgstr "Download certificat her"
1408
-
1409
- #: includes/qmn_results_details.php:212
1410
- msgid "Certificate"
1411
- msgstr "Certifikat"
1412
-
1413
- #: includes/qmn_tools.php:93
1414
- msgid "There has been an error! Please try again."
1415
- msgstr "Der har været en fejl! Forsøg igen"
1416
-
1417
- #: includes/qmn_tools.php:111
1418
- msgid "Quiz Has Been Restored!"
1419
- msgstr "Den pågældende quiz er gendannet"
1420
-
1421
- #: includes/qmn_tools.php:116
1422
- msgid ""
1423
- "Choose a quiz in the drop down and then click the button to restore a deleted "
1424
- "quiz."
1425
- msgstr ""
1426
- "Vælg en quiz i drop Down boksen og klik for at gendanne en slettet quiz."
1427
-
1428
- #: includes/qmn_tools.php:126
1429
- msgid "Restore Quiz"
1430
- msgstr "Gendan Quiz"
1431
-
1432
- #: includes/qmn_tools.php:155 includes/qmn_tools.php:171
1433
- #, php-format
1434
- msgid "Previous %s Audits"
1435
- msgstr "Sidste %s Audits"
1436
-
1437
- #: includes/qmn_tools.php:158 includes/qmn_tools.php:165
1438
- #, php-format
1439
- msgid "Next %s Audits"
1440
- msgstr "Næste %s Audits"
1441
-
1442
- #: includes/qmn_tools.php:178
1443
- msgid "User"
1444
- msgstr "Bruger"
1445
-
1446
- #: includes/qmn_tools.php:179
1447
- msgid "Action"
1448
- msgstr "Aktion"
1449
-
1450
- #: includes/qmn_tools.php:180
1451
- msgid "Time"
1452
- msgstr "Klokken"
1453
-
1454
- #: includes/qmn_usage_tracking.php:193
1455
- msgid ""
1456
- "Allow Quiz Master Next to anonymously track this plugin's usage and help us "
1457
- "make this plugin better? No sensitive data is tracked."
1458
- msgstr ""
1459
- "Tillad Quiz Master Next at følge brugen af dette plugin for at forbedre "
1460
- "kvaliteten - ingen følsomme data overvåges."
1461
-
1462
- #: includes/qmn_usage_tracking.php:194
1463
- msgid "Allow"
1464
- msgstr "Tillad"
1465
-
1466
- #: includes/qmn_usage_tracking.php:195
1467
- msgid "Do not allow"
1468
- msgstr "Tillad ikke"
1469
-
1470
  #: includes/qmn_widgets.php:11
1471
  msgid "Quiz Master Next Leaderboard Widget"
1472
  msgstr "Quiz Master Next Styrings Widget"
@@ -1479,30 +1387,3 @@ msgstr "Widget titel"
1479
  msgid "Quiz ID"
1480
  msgstr "Quiz ID"
1481
 
1482
- #: mlw_quizmaster2.php:218
1483
- msgid "Quiz Settings"
1484
- msgstr "Quiz indstillinger"
1485
-
1486
- #: mlw_quizmaster2.php:220
1487
- msgid "Quiz Result Details"
1488
- msgstr "Quiz resultater detaljer"
1489
-
1490
- #: mlw_quizmaster2.php:221
1491
- msgid "Settings"
1492
- msgstr "Indstillinger"
1493
-
1494
- #: mlw_quizmaster2.php:223
1495
- msgid "Stats"
1496
- msgstr "Statistik"
1497
-
1498
- #: mlw_quizmaster2.php:224
1499
- msgid "Addon Settings"
1500
- msgstr "Addon indstillinger"
1501
-
1502
- #: mlw_quizmaster2.php:225
1503
- msgid "Help"
1504
- msgstr "Hjælp"
1505
-
1506
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:229
1507
- msgid "QMN About"
1508
- msgstr "QMN Om"
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 23:29-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"
12
  "Language: da_DK\n"
13
  "MIME-Version: 1.0\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
 
 
20
  "X-Poedit-Basepath: ../\n"
21
  "X-Generator: Poedit 1.7.3\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: mlw_quizmaster2.php:217
25
+ msgid "Quizzes"
26
+ msgstr "Quizzer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
+ #: mlw_quizmaster2.php:218
29
+ msgid "Quiz Settings"
30
+ msgstr "Quiz indstillinger"
31
 
32
+ #: mlw_quizmaster2.php:219
33
+ msgid "Quiz Results"
34
+ msgstr "Quiz resultater"
35
 
36
+ #: mlw_quizmaster2.php:220
37
+ msgid "Quiz Result Details"
38
+ msgstr "Quiz resultater detaljer"
39
 
40
+ #: mlw_quizmaster2.php:221
41
+ msgid "Settings"
42
+ msgstr "Indstillinger"
43
 
44
+ #: mlw_quizmaster2.php:222
45
+ msgid "Tools"
46
+ msgstr "Værktøjer"
47
 
48
+ #: mlw_quizmaster2.php:223
49
+ msgid "Stats"
50
+ msgstr "Statistik"
51
 
52
+ #: mlw_quizmaster2.php:224
53
+ msgid "Addon Settings"
54
+ msgstr "Addon indstillinger"
55
 
56
+ #: mlw_quizmaster2.php:225
57
+ msgid "Help"
58
  msgstr "Hjælp"
59
 
60
+ #: mlw_quizmaster2.php:228
61
+ #: mlw_quizmaster2.php:229
62
+ msgid "QMN About"
63
+ msgstr "QMN Om"
64
 
65
+ #: includes/qmn_options_email_tab.php:6
66
+ msgid "Emails"
67
+ msgstr "E-mails"
68
 
69
+ #: includes/qmn_options_email_tab.php:42
70
+ #: includes/qmn_options_email_tab.php:101
71
+ msgid "The email has been added successfully."
72
+ msgstr "E-mail er blevet tilføjet."
73
 
74
+ #: includes/qmn_options_email_tab.php:55
75
+ #: includes/qmn_options_email_tab.php:114
76
  #: includes/qmn_options_email_tab.php:178
77
+ #: includes/qmn_quiz_creator.php:382
78
+ #: includes/qmn_quiz_creator.php:448
79
+ #: includes/qmn_quiz_creator.php:490
80
+ #: includes/qmn_quiz_creator.php:648
81
+ #: includes/qmn_quiz_creator.php:713
82
  #: includes/qmn_options_leaderboard_tab.php:38
83
+ #: includes/qmn_options_text_tab.php:55
 
 
 
 
 
 
 
 
 
 
 
84
  #, php-format
85
+ msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
 
 
86
  msgstr "Der har været en fejl. Venligst del dette med udvikleren . Fejlkode:% s"
87
 
88
+ #: includes/qmn_options_email_tab.php:73
89
+ #: includes/qmn_options_email_tab.php:91
 
 
 
 
90
  msgid "Enter text here"
91
  msgstr "Indtast tekst her"
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  #: includes/qmn_options_email_tab.php:165
94
  msgid "The email has been updated successfully."
95
  msgstr "E-mail er blevet opdateret."
96
 
97
  #: includes/qmn_options_email_tab.php:232
98
  #: includes/qmn_options_leaderboard_tab.php:49
 
99
  #: includes/qmn_options_text_tab.php:92
100
  msgid "Template Variables"
101
  msgstr "Skabelon variable"
102
 
103
  #: includes/qmn_options_email_tab.php:235
 
104
  #: includes/qmn_options_text_tab.php:95
105
  msgid "Score for the quiz when using points"
106
  msgstr "Score for quizzen, når du bruger point"
107
 
108
  #: includes/qmn_options_email_tab.php:238
 
109
  #: includes/qmn_options_text_tab.php:98
110
  msgid "The average amount of points user had per question"
111
  msgstr "Det gennemsnitlige antal point bruger havde pr spørgsmål"
112
 
113
  #: includes/qmn_options_email_tab.php:241
 
114
  #: includes/qmn_options_text_tab.php:101
115
  msgid "The number of correct answers the user had"
116
  msgstr "Antallet af korrekte svar brugeren havde"
117
 
118
  #: includes/qmn_options_email_tab.php:244
 
119
  #: includes/qmn_options_text_tab.php:104
120
  msgid "The total number of questions in the quiz"
121
  msgstr "Det samlede antal spørgsmål i quizzen"
122
 
123
  #: includes/qmn_options_email_tab.php:247
 
124
  #: includes/qmn_options_text_tab.php:107
125
  msgid "Score for the quiz when using correct answers"
126
  msgstr "Score for quizzen, når du bruger korrekte svar"
127
 
128
  #: includes/qmn_options_email_tab.php:250
 
129
  #: includes/qmn_options_text_tab.php:110
130
  msgid "The name the user entered before the quiz"
131
  msgstr "Navnet brugeren indtastes, før quizzen"
132
 
133
  #: includes/qmn_options_email_tab.php:253
 
134
  #: includes/qmn_options_text_tab.php:113
135
  msgid "The business the user entered before the quiz"
136
  msgstr "Forretningen brugeren indtastes, før quizzen"
137
 
138
  #: includes/qmn_options_email_tab.php:256
 
139
  #: includes/qmn_options_text_tab.php:116
140
  msgid "The phone number the user entered before the quiz"
141
  msgstr "Telefonnummeret brugeren indtastede, før quizzen"
142
 
143
  #: includes/qmn_options_email_tab.php:259
 
144
  #: includes/qmn_options_text_tab.php:119
145
  msgid "The email the user entered before the quiz"
146
  msgstr "Den e-mail brugeren indtastes, før quizzen"
147
 
148
  #: includes/qmn_options_email_tab.php:262
149
  #: includes/qmn_options_leaderboard_tab.php:77
 
150
  #: includes/qmn_options_text_tab.php:122
151
  msgid "The name of the quiz"
152
  msgstr "Navn på Quiz:"
153
 
154
  #: includes/qmn_options_email_tab.php:265
 
155
  #: includes/qmn_options_text_tab.php:125
156
  msgid "Shows the question, the answer the user provided, and the correct answer"
157
  msgstr "Viser brugers svar og det korrekte svar"
158
 
159
  #: includes/qmn_options_email_tab.php:268
 
160
  #: includes/qmn_options_text_tab.php:128
161
  msgid "The comments the user entered into comment box if enabled"
162
  msgstr "Kommenar som brugeren har indtastet"
163
 
164
  #: includes/qmn_options_email_tab.php:271
 
165
  #: includes/qmn_options_text_tab.php:131
166
  msgid "The amount of time user spent of quiz"
167
  msgstr "Tid brugeren brugte på undersøgelsen"
168
 
169
  #: includes/qmn_options_email_tab.php:274
 
170
  #: includes/qmn_options_text_tab.php:134
171
  msgid "The link to the certificate after completing the quiz"
172
  msgstr "Link til certifikat - efter endt test"
173
 
174
  #: includes/qmn_options_email_tab.php:277
 
175
  #: includes/qmn_options_text_tab.php:137
176
  msgid "The amount of points a specific category earned."
177
  msgstr "Antal point der er opnået i kategorien"
178
 
179
  #: includes/qmn_options_email_tab.php:280
 
180
  #: includes/qmn_options_text_tab.php:140
181
  msgid "The score a specific category earned."
182
  msgstr "Skore for specifik kategori"
183
 
184
  #: includes/qmn_options_email_tab.php:283
 
185
  #: includes/qmn_options_text_tab.php:143
186
  msgid "The average points from all categories."
187
  msgstr "Gennemsnit af point for alle kategorier"
188
 
189
  #: includes/qmn_options_email_tab.php:286
 
190
  #: includes/qmn_options_text_tab.php:146
191
  msgid "The average score from all categories."
192
  msgstr "Gennemsnit skore for alle kategorier"
193
 
194
+ #: includes/qmn_options_email_tab.php:289
195
+ #: includes/qmn_options_text_tab.php:149
196
  msgid "The question that the user answered"
197
  msgstr "Spørgsmål brugeren besvarede"
198
 
199
+ #: includes/qmn_options_email_tab.php:292
200
+ #: includes/qmn_options_text_tab.php:152
201
  msgid "The answer the user gave for the question"
202
  msgstr "Brugerens svar på sprøgesmål"
203
 
204
+ #: includes/qmn_options_email_tab.php:295
205
+ #: includes/qmn_options_text_tab.php:155
206
  msgid "The correct answer for the question"
207
  msgstr "Korrekt svar på spørgsmål"
208
 
209
+ #: includes/qmn_options_email_tab.php:298
210
+ #: includes/qmn_options_text_tab.php:158
211
  msgid "The comments the user provided in the comment field for the question"
212
  msgstr "Kommentar til spørgsmål"
213
 
214
+ #: includes/qmn_options_email_tab.php:301
215
+ #: includes/qmn_options_text_tab.php:161
216
  msgid "Reason why the correct answer is the correct answer"
217
  msgstr "Årsag til at dette er det korrekte svar"
218
 
219
+ #: includes/qmn_options_email_tab.php:304
220
+ #: includes/qmn_options_text_tab.php:164
221
  msgid "The Current Date"
222
  msgstr "Dags dato"
223
 
230
  msgid "Send user email upon completion?"
231
  msgstr "Send bruger mail ved afslutning"
232
 
233
+ #: includes/qmn_options_email_tab.php:325
234
+ #: includes/qmn_options_email_tab.php:332
235
+ msgid "Yes"
236
+ msgstr "Ja"
237
+
238
+ #: includes/qmn_options_email_tab.php:326
239
+ #: includes/qmn_options_email_tab.php:333
240
+ msgid "No"
241
+ msgstr "Nej"
242
+
243
+ #: includes/qmn_options_email_tab.php:330
244
  msgid "Send admin email upon completion?"
245
  msgstr "Send e-mail til administrator ved afslutning?"
246
 
247
  #: includes/qmn_options_email_tab.php:337
248
+ msgid "What emails should we send the admin email to? Separate emails with a comma."
 
249
  msgstr "E-mail som administrator e-mails skal sendes til? adskil med komma."
250
 
251
  #: includes/qmn_options_email_tab.php:341
265
  #: includes/qmn_options_email_tab.php:419
266
  #: includes/qmn_options_email_tab.php:440
267
  #: includes/qmn_options_email_tab.php:506
 
 
268
  msgid "Score Greater Than Or Equal To"
269
  msgstr "Skore større eller lig med"
270
 
272
  #: includes/qmn_options_email_tab.php:420
273
  #: includes/qmn_options_email_tab.php:441
274
  #: includes/qmn_options_email_tab.php:507
 
 
275
  msgid "Score Less Than Or Equal To"
276
  msgstr "Skore mindre end eller lige med"
277
 
298
  msgid "Add New Admin Email"
299
  msgstr "Tilføj ny administrator e-mail"
300
 
301
+ #: includes/qmn_quiz_creator.php:369
302
+ msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
303
+ msgstr "Din nye quiz er blevet oprettet. For at edigere din quiz, klik på linket Rediger ved den nye quiz"
304
+
305
+ #: includes/qmn_quiz_creator.php:435
306
+ msgid "Your quiz has been deleted successfully."
307
+ msgstr "Din Quiz er blevet slettet."
308
+
309
+ #: includes/qmn_quiz_creator.php:477
310
+ msgid "Your quiz name has been updated successfully."
311
+ msgstr "Dit quiz navn er blevet opdateret."
312
+
313
+ #: includes/qmn_quiz_creator.php:634
314
+ msgid "Your quiz has been duplicated successfully."
315
+ msgstr "Din Quiz er blevet dublikeret."
316
+
317
+ #: includes/qmn_quiz.php:326
318
+ msgid "Not a valid e-mail address!"
319
+ msgstr "Ikke en gyldig e-mail-adresse!"
320
+
321
+ #: includes/qmn_quiz.php:327
322
+ msgid "This field must be a number!"
323
+ msgstr "Dette felt skal være et tal!"
324
+
325
+ #: includes/qmn_quiz.php:328
326
+ msgid "The entered text is not correct!"
327
+ msgstr "Den indtastede tekst er ikke korrekt!"
328
+
329
+ #: includes/qmn_quiz.php:329
330
+ msgid "Please complete all required fields!"
331
+ msgstr "Venligst udfyld alle obligatoriske felter"
332
+
333
+ #: includes/qmn_quiz.php:441
334
+ msgid "Hint"
335
+ msgstr "Hint"
336
+
337
+ #: includes/qmn_quiz.php:1230
338
+ #: includes/qmn_options_text_tab.php:73
339
+ msgid "Previous"
340
+ msgstr "Tidligere"
341
+
342
+ #: includes/qmn_credits.php:83
343
+ msgid "Welcome To Quiz Master Next"
344
+ msgstr "Velkommen til Quiz Master Next"
345
+
346
+ #: includes/qmn_credits.php:84
347
+ msgid "Thank you for updating!"
348
+ msgstr "Tak for opdatering!"
349
+
350
+ #: includes/qmn_credits.php:88
351
+ msgid "What's New!"
352
+ msgstr "Nyheder!"
353
+
354
+ #: includes/qmn_credits.php:90
355
+ msgid "Changelog"
356
+ msgstr "Ændringslog"
357
+
358
+ #: includes/qmn_credits.php:92
359
+ msgid "Requested Features"
360
+ msgstr "Efterspurgte funktioner"
361
+
362
+ #: includes/qmn_usage_tracking.php:193
363
+ msgid "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin better? No sensitive data is tracked."
364
+ msgstr "Tillad Quiz Master Next at følge brugen af dette plugin for at forbedre kvaliteten - ingen følsomme data overvåges."
365
+
366
+ #: includes/qmn_usage_tracking.php:194
367
+ msgid "Allow"
368
+ msgstr "Tillad"
369
+
370
+ #: includes/qmn_usage_tracking.php:195
371
+ msgid "Do not allow"
372
+ msgstr "Tillad ikke"
373
+
374
  #: includes/qmn_options_leaderboard_tab.php:6
375
  msgid "Leaderboard"
376
  msgstr "Leaderboard"
428
  msgid "Leaderboard Template"
429
  msgstr "Leaderboard skabelon"
430
 
431
+ #: includes/qmn_options_leaderboard_tab.php:91
432
+ #: includes/qmn_options_text_tab.php:181
433
+ #: includes/qmn_options_text_tab.php:191
434
+ #: includes/qmn_options_text_tab.php:201
435
+ #: includes/qmn_options_text_tab.php:211
436
+ #: includes/qmn_options_text_tab.php:221
437
+ #: includes/qmn_options_text_tab.php:231
438
+ #: includes/qmn_options_text_tab.php:241
439
+ #: includes/qmn_options_text_tab.php:251
440
+ #: includes/qmn_options_text_tab.php:264
441
+ #: includes/qmn_options_text_tab.php:281
442
+ msgid "Allowed Variables:"
443
+ msgstr "Tilladte variable"
444
 
445
+ #: includes/qmn_addons.php:48
446
+ msgid "These addons extend the functionality of Quiz Master Next"
447
+ msgstr "Disse addons udvide funktionaliteten i Quiz Master Next"
448
 
449
+ #: includes/qmn_addons.php:71
450
+ msgid "Browse All Addons"
451
+ msgstr "Gennemse alle Addons"
 
452
 
453
+ #: includes/qmn_addons.php:78
454
+ msgid "Featured Addons"
455
+ msgstr "Udvalgte Addons"
456
 
457
+ #: includes/qmn_options_text_tab.php:6
458
+ msgid "Text"
459
+ msgstr "Tekst"
460
 
461
+ #: includes/qmn_options_text_tab.php:42
462
+ msgid "The templates has been updated successfully."
463
+ msgstr "Skabelonerne er blevet opdateret"
464
 
465
+ #: includes/qmn_options_text_tab.php:169
466
+ #: includes/qmn_options_text_tab.php:329
467
+ msgid "Save Templates"
468
+ msgstr "Gem skabeloner"
469
 
470
+ #: includes/qmn_options_text_tab.php:175
471
+ msgid "Message Templates"
472
+ msgstr "Besked skabeloner"
473
 
474
+ #: includes/qmn_options_text_tab.php:179
475
+ msgid "Message Displayed Before Quiz"
476
+ msgstr "Besked vist før Quiz"
 
 
 
 
477
 
478
+ #: includes/qmn_options_text_tab.php:189
479
+ msgid "Message Displayed Before Comments Box If Enabled"
480
+ msgstr "Besked vist før kommentar boksen hvis aktiv"
 
 
 
 
481
 
482
+ #: includes/qmn_options_text_tab.php:199
483
+ msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
484
+ msgstr "Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
 
 
 
 
485
 
486
+ #: includes/qmn_options_text_tab.php:209
487
+ msgid "Message Displayed If User Has Tried Quiz Too Many Times"
488
+ msgstr "Besked vist hvis brugeren har deltaget for mange gange"
 
 
489
 
490
+ #: includes/qmn_options_text_tab.php:219
491
+ msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
492
+ msgstr "Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
 
 
493
 
494
+ #: includes/qmn_options_text_tab.php:229
495
+ msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
496
+ msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
 
 
 
 
497
 
498
+ #: includes/qmn_options_text_tab.php:239
499
+ msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
500
+ msgstr "Besked Hvis grænsen på indtastninger er nået"
501
 
502
+ #: includes/qmn_options_text_tab.php:249
503
+ msgid "%QUESTIONS_ANSWERS% Text"
504
+ msgstr "% QUESTIONS_ANSWERS% Tekst"
505
 
506
+ #: includes/qmn_options_text_tab.php:262
507
+ msgid "Twitter Sharing Text"
508
+ msgstr "Twitter Deling tekst"
 
509
 
510
+ #: includes/qmn_options_text_tab.php:279
511
+ msgid "Facebook Sharing Text"
512
+ msgstr "Facebook Deling tekst"
513
 
514
+ #: includes/qmn_options_text_tab.php:294
515
+ msgid "Other Templates"
516
+ msgstr "Andre skabeloner"
517
 
518
+ #: includes/qmn_options_text_tab.php:297
519
+ msgid "Text for submit button"
520
+ msgstr "Tekst for send-knappen"
 
 
 
521
 
522
+ #: includes/qmn_options_text_tab.php:301
523
+ msgid "Text for name field"
524
+ msgstr "Tekst til navnefeltet"
525
 
526
+ #: includes/qmn_options_text_tab.php:305
527
+ msgid "Text for business field"
528
+ msgstr "Tekst til firma felt"
529
 
530
+ #: includes/qmn_options_text_tab.php:309
531
+ msgid "Text for email field"
532
+ msgstr "Tekst til e-mail-feltet"
 
 
 
 
 
 
533
 
534
+ #: includes/qmn_options_text_tab.php:313
535
+ msgid "Text for phone number field"
536
+ msgstr "Tekst til telefon nummer felt"
537
 
538
+ #: includes/qmn_options_text_tab.php:317
539
+ msgid "Text for comments field"
540
+ msgstr "Tekst for kommentarer felt"
 
 
 
541
 
542
+ #: includes/qmn_options_text_tab.php:321
543
+ msgid "Text for previous button"
544
+ msgstr "Tekst til forrige knap"
545
 
546
+ #: includes/qmn_options_text_tab.php:325
547
+ msgid "Text for next button"
548
+ msgstr "Tekst til næste knap"
549
 
550
+ #: includes/qmn_options_tools_tab.php:23
551
+ msgid "The stats has been reset successfully."
552
+ msgstr "De statistikker er blevet nulstillet korrekt."
553
 
554
+ #: includes/qmn_options_tools_tab.php:75
555
+ msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
556
+ msgstr "Brug denne knap til at nulstille alle indsamlet til denne quiz statistik (Quiz Views og Times Quiz er taget)."
557
 
558
+ #: includes/qmn_options_tools_tab.php:76
559
+ msgid "Reset Quiz Views And Taken Stats"
560
+ msgstr "Nulstil Quiz Views og oprettede statistikker"
561
 
562
+ #: includes/qmn_options_tools_tab.php:87
563
+ msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
564
+ msgstr "Er du sikker du vil nulstille statistik til 0? Alle synspunkter og taget statistik for denne quiz vil blive nulstillet. Det er permanent og kan ikke fortrydes."
565
 
566
+ #: includes/qmn_options_tools_tab.php:91
567
+ msgid "Reset All Stats For Quiz"
568
+ msgstr "Nulstil alle Stats for Quiz"
 
 
 
569
 
570
+ #: includes/qmn_dashboard_widgets.php:9
571
+ msgid "Quiz Master Next Snapshot"
572
+ msgstr "Quiz Master Next skærmdump"
573
+
574
+ #: includes/qmn_dashboard_widgets.php:128
575
+ msgid "quizzes taken today"
576
+ msgstr "Spørgeskemaer udfyldt i dag"
577
+
578
+ #: includes/qmn_dashboard_widgets.php:147
579
+ msgid "quizzes taken last 7 days"
580
+ msgstr "Spørgeskemaer udfyldt de sidste 7 dage"
581
+
582
+ #: includes/qmn_dashboard_widgets.php:166
583
+ msgid "total active quizzes"
584
+ msgstr "Antal aktive spørgeskemaundersøgelser"
585
+
586
+ #: includes/qmn_dashboard_widgets.php:172
587
+ msgid "total active questions"
588
+ msgstr "Antal aktive spørgsmål"
589
+
590
+ #: includes/qmn_dashboard_widgets.php:178
591
+ msgid "most popular quiz"
592
+ msgstr "mest populære spørgeskemaundersøgelse"
593
+
594
+ #: includes/qmn_dashboard_widgets.php:184
595
+ msgid "least popular quiz"
596
+ msgstr "mindst populære undersøgelse"
597
+
598
+ #: includes/qmn_options_certificate_tab.php:6
599
+ msgid "Certificate (Beta)"
600
+ msgstr "Certifikat"
601
+
602
+ #: includes/qmn_options_certificate_tab.php:32
603
+ msgid "The certificate has been updated successfully."
604
+ msgstr "Certifikatet er blevet opdateret."
605
+
606
+ #: includes/qmn_options_certificate_tab.php:61
607
+ msgid "Enter title here"
608
+ msgstr "Indtast titel her"
609
+
610
+ #: includes/qmn_options_certificate_tab.php:70
611
+ msgid "Quiz Certificate (Beta)"
612
+ msgstr "Quiz Certificate (Beta)"
613
+
614
+ #: includes/qmn_options_certificate_tab.php:71
615
+ 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."
616
+ 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."
617
+
618
+ #: includes/qmn_options_certificate_tab.php:72
619
+ msgid "These fields cannot contain HTML."
620
+ msgstr "Disse felter kan ikke indeholde HTML."
621
+
622
+ #: includes/qmn_options_certificate_tab.php:73
623
+ #: includes/qmn_options_certificate_tab.php:129
624
+ msgid "Save Certificate Options"
625
+ msgstr "Gem Certificate indstillinger"
626
+
627
+ #: includes/qmn_options_certificate_tab.php:81
628
+ msgid "Enable Certificates For This Quiz?"
629
+ msgstr "Aktiver certifikater for denne quiz?"
630
+
631
+ #: includes/qmn_options_certificate_tab.php:89
632
+ msgid "Certificate Title"
633
+ msgstr "Certifikat Titel"
634
+
635
+ #: includes/qmn_options_certificate_tab.php:96
636
+ msgid "Message Displayed On Certificate"
637
+ msgstr "Meddelelse på Certifikat"
638
+
639
+ #: includes/qmn_options_certificate_tab.php:116
640
+ msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
641
+ msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
642
+
643
+ #: includes/qmn_options_certificate_tab.php:123
644
+ msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
645
+ msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
646
+
647
+ #: includes/qmn_quiz_options.php:56
648
+ #, php-format
649
+ msgid "Quiz Settings For %s"
650
+ msgstr "Quiz indstillinger for %s"
651
+
652
+ #: includes/qmn_quiz_options.php:96
653
+ msgid "Error!"
654
+ msgstr "Fejl!"
655
+
656
+ #: includes/qmn_quiz_options.php:96
657
+ msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
658
+ msgstr "Go til quiz siden og klik på rediger linket på den quiz du ønsker at redigere"
659
 
660
  #: includes/qmn_options_questions_tab.php:6
661
  msgid "Questions"
696
  msgstr[0] "Et spørgsmål"
697
  msgstr[1] "%s spørgsmål"
698
 
699
+ #: includes/qmn_options_questions_tab.php:557
700
  msgid "Edit"
701
  msgstr "Ret"
702
 
703
+ #: includes/qmn_options_questions_tab.php:557
 
704
  msgid "Duplicate"
705
  msgstr "Kopier"
706
 
707
  #: includes/qmn_options_questions_tab.php:557
708
  #: includes/qmn_options_results_page_tab.php:247
 
709
  msgid "Delete"
710
  msgstr "Slet"
711
 
712
  #: includes/qmn_options_questions_tab.php:568
713
  #: includes/qmn_options_questions_tab.php:737
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
746
  msgid "Correct Answer Info"
747
  msgstr "Info for korrekt svar"
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
794
 
795
  #: includes/qmn_options_questions_tab.php:699
796
  #: includes/qmn_options_questions_tab.php:855
797
+ msgid "Required currently only works on open answer, number, accept, and captcha question types"
798
+ msgstr "Obligatorisk virker nuværende tidspunkt kun på åbne svar, antal, accept og captcha spørgsmål"
 
 
 
 
799
 
800
  #: includes/qmn_options_questions_tab.php:701
801
  msgid "Edit Question"
821
  msgid "Duplicate Question"
822
  msgstr "Kopieret spørgsmål"
823
 
824
+ #: includes/qmn_results.php:23
825
+ msgid "Your results has been deleted successfully."
826
+ msgstr "Dine resultater er blevet slettet."
827
+
828
+ #: includes/qmn_results.php:161
829
+ #, php-format
830
+ msgid "One result"
831
+ msgid_plural "%s results"
832
+ msgstr[0] "Et resultat"
833
+ msgstr[1] "%s resultater"
834
+
835
+ #: includes/qmn_results.php:208
836
+ msgid "Actions"
837
+ msgstr "Handlinger"
838
+
839
+ #: includes/qmn_results.php:209
840
+ msgid "Quiz Name"
841
+ msgstr "Quiz navn"
842
+
843
+ #: includes/qmn_results.php:210
844
+ msgid "Score"
845
+ msgstr "Skore"
846
+
847
+ #: includes/qmn_results.php:211
848
+ msgid "Time To Complete"
849
+ msgstr "Tid til at færdiggøre"
850
+
851
+ #: includes/qmn_results.php:212
852
+ msgid "Name"
853
+ msgstr "Navn"
854
+
855
+ #: includes/qmn_results.php:213
856
+ msgid "Business"
857
+ msgstr "Forretning"
858
+
859
+ #: includes/qmn_results.php:214
860
+ msgid "Email"
861
+ msgstr "Email"
862
+
863
+ #: includes/qmn_results.php:215
864
+ msgid "Phone"
865
+ msgstr "Telefon"
866
+
867
+ #: includes/qmn_results.php:216
868
+ msgid "Time Taken"
869
+ msgstr "Forbrugt tid"
870
+
871
+ #: includes/qmn_results.php:258
872
+ #: includes/qmn_options_option_tab.php:96
873
+ msgid "Not Graded"
874
+ msgstr "Ikke Graded"
875
+
876
+ #: includes/qmn_results.php:276
877
+ msgid "Are you sure you want to delete these results?"
878
+ msgstr "Er du sikker på at du vil slette disse resultater ?"
879
+
880
+ #: includes/qmn_results.php:281
881
+ msgid "Delete Results"
882
+ msgstr "Slet resultater"
883
+
884
  #: includes/qmn_options_results_page_tab.php:6
885
  msgid "Results Pages"
886
  msgstr "Resultat sider"
918
 
919
  #: includes/qmn_options_results_page_tab.php:209
920
  #: includes/qmn_options_results_page_tab.php:273
921
+ msgid "Redirect URL (Beta)"
922
  msgstr ""
923
 
924
  #: includes/qmn_options_results_page_tab.php:247
925
  msgid "Are you sure?"
926
  msgstr "Er du sikker?"
927
 
928
+ #: includes/qmn_options_preview_tab.php:6
929
+ msgid "Preview"
930
+ msgstr "Preview"
931
 
932
+ #: includes/qmn_options_option_tab.php:6
933
+ msgid "Options"
934
+ msgstr "Indstillinger"
935
 
936
+ #: includes/qmn_options_option_tab.php:43
937
+ msgid "The options has been updated successfully."
938
+ msgstr "Indstillinger er gemt"
939
 
940
+ #: includes/qmn_options_option_tab.php:84
941
+ #: includes/qmn_options_option_tab.php:221
942
+ msgid "Save Options"
943
+ msgstr "Gem indstillinger"
944
 
945
+ #: includes/qmn_options_option_tab.php:92
946
+ msgid "Which system is this quiz graded on?"
947
+ msgstr "Hvilket system er denne quiz sorteres på?"
948
 
949
+ #: includes/qmn_options_option_tab.php:94
950
+ msgid "Correct/Incorrect"
951
+ msgstr "Korrekt / Ukorrekt"
952
 
953
+ #: includes/qmn_options_option_tab.php:95
954
+ msgid "Points"
955
+ msgstr "Point"
956
 
957
+ #: includes/qmn_options_option_tab.php:100
958
+ msgid "Should the user be required to be logged in to take this quiz?"
959
+ msgstr "Skal brugeren være logget ind for at svare denne test?"
 
 
 
 
960
 
961
+ #: includes/qmn_options_option_tab.php:107
962
+ msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
963
+ msgstr "Hvor mange spørgsmål vil du have per side ? (0 for alle spørgsmål på samme side)."
964
 
965
+ #: includes/qmn_options_option_tab.php:113
966
+ msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
967
+ msgstr "Hvor mange minutter har brugeren til at afslutte undersøgelsen? (0 for ingen tidsfrist)"
968
 
969
+ #: includes/qmn_options_option_tab.php:119
970
+ msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
971
+ msgstr "Hvor mange gange kan en bruger tage denne quiz? (Lad 0 for så mange gange som brugeren ønsker at. I øjeblikket virker kun for registrerede brugere)"
972
 
973
+ #: includes/qmn_options_option_tab.php:125
974
+ msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
975
+ msgstr "Hvor mange samlede poster kan denne quiz have? (Lad 0 for ubegrænset poster"
976
 
977
+ #: includes/qmn_options_option_tab.php:131
978
+ msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
979
+ msgstr "Hvor mange spørgsmål skal indlæses til quiz? (Lad 0 at indlæse alle spørgsmål)"
980
 
981
+ #: includes/qmn_options_option_tab.php:137
982
+ msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
983
+ msgstr "Hvilken tidsperiode skal brugeren kunne få adgang quizzen? (Står tom, hvis brugeren kan få adgang til når som helst)"
984
 
985
+ #: includes/qmn_options_option_tab.php:139
986
+ msgid "start date"
987
+ msgstr "Start dato"
988
 
989
+ #: includes/qmn_options_option_tab.php:142
990
+ msgid "end date"
991
+ msgstr "Slut dato"
 
992
 
993
+ #: includes/qmn_options_option_tab.php:146
994
+ msgid "Are the questions random? (Question Order will not apply if this is yes)"
995
+ msgstr "Er spørgsmålene tilfældigt? (Spørgsmål Order gælder ikke, hvis det er ja)"
996
 
997
+ #: includes/qmn_options_option_tab.php:148
998
+ msgid "Random Questions"
999
+ msgstr "Tilfældige spørgsmål"
 
 
 
1000
 
1001
+ #: includes/qmn_options_option_tab.php:149
1002
+ msgid "Random Questions And Answers"
1003
+ msgstr "Tilfældige Spørgsmål og svar"
1004
 
1005
+ #: includes/qmn_options_option_tab.php:154
1006
+ msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
1007
+ msgstr "Vil du bede om kontaktoplysninger i begyndelsen eller slutningen af ​​quizzen?"
1008
 
1009
+ #: includes/qmn_options_option_tab.php:156
1010
+ msgid "Beginning"
1011
+ msgstr "Begyndelse"
1012
 
1013
+ #: includes/qmn_options_option_tab.php:157
1014
+ msgid "End"
1015
+ msgstr "Slut"
1016
 
1017
+ #: includes/qmn_options_option_tab.php:161
1018
+ msgid "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."
1019
+ msgstr "Hvis en indloggede bruger tager quizzen, vil du have dem til at være i stand til at redigere kontaktoplysninger? Hvis sat til nej, vil de områder ikke op til logget ind brugere; dog vil brugerne oplysninger gemmes til felterne."
1020
 
1021
+ #: includes/qmn_options_option_tab.php:168
1022
+ msgid "Should we ask for users name?"
1023
+ msgstr "Skal vi bede for brugere navn?"
1024
 
1025
+ #: includes/qmn_options_option_tab.php:171
1026
+ #: includes/qmn_options_option_tab.php:179
1027
+ #: includes/qmn_options_option_tab.php:187
1028
+ #: includes/qmn_options_option_tab.php:195
1029
+ msgid "Require"
1030
+ msgstr "Obligatorisk"
1031
 
1032
+ #: includes/qmn_options_option_tab.php:176
1033
+ msgid "Should we ask for users business?"
1034
+ msgstr "Skal vi bede for brugere virksomhed?"
1035
 
1036
+ #: includes/qmn_options_option_tab.php:184
1037
+ msgid "Should we ask for users email?"
1038
+ msgstr "Skal vi bede for brugere email?"
1039
 
1040
+ #: includes/qmn_options_option_tab.php:192
1041
+ msgid "Should we ask for users phone number?"
1042
+ msgstr "Skal vi bede for brugere telefonnummer?"
1043
 
1044
+ #: includes/qmn_options_option_tab.php:200
1045
+ msgid "Would you like a place for the user to enter comments?"
1046
+ msgstr "Kunne du tænke dig et sted for brugeren at indtaste kommentarer?"
1047
 
1048
+ #: includes/qmn_options_option_tab.php:207
1049
+ msgid "Show question number on quiz?"
1050
+ msgstr "Vis spørgsmål nummer på quiz?"
1051
 
1052
+ #: includes/qmn_options_option_tab.php:214
1053
+ msgid "Show social media sharing buttons? (Twitter & Facebook)"
1054
+ msgstr "Vis sociale medier knapper deling? (Twitter & Facebook)"
1055
 
1056
+ #: includes/qmn_options_option_tab.php:214
1057
+ msgid "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!"
1058
+ msgstr ""
1059
 
1060
+ #: includes/qmn_options_style_tab.php:6
1061
+ msgid "Style"
1062
+ msgstr "Style"
 
1063
 
1064
+ #: includes/qmn_options_style_tab.php:26
1065
+ msgid "The style has been saved successfully."
1066
+ msgstr "Denne style er gemt"
1067
 
1068
+ #: includes/qmn_options_style_tab.php:65
1069
+ msgid "Quiz Styles"
1070
+ msgstr "Quiz styles"
 
 
 
 
1071
 
1072
+ #: includes/qmn_options_style_tab.php:66
1073
+ msgid "Choose your style:"
1074
+ msgstr "Vælg din style"
1075
 
1076
+ #: includes/qmn_options_style_tab.php:88
1077
+ msgid "Custom"
1078
+ msgstr "Custom"
 
 
 
 
 
1079
 
1080
+ #: includes/qmn_options_style_tab.php:94
1081
+ #: includes/qmn_options_style_tab.php:106
1082
+ msgid "Save Quiz Style"
1083
+ msgstr "Gem quiz style"
1084
+
1085
+ #: includes/qmn_options_style_tab.php:96
1086
+ msgid "Custom Style CSS"
1087
+ msgstr "Custom style CSS"
1088
+
1089
+ #: includes/qmn_options_style_tab.php:97
1090
+ msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
1091
+ msgstr "For detaljeret hjælp og instruktion sammen med en liste over de forskellige klasser benyttet i dette plugin, besøg følgende link:"
1092
+
1093
+ #: includes/qmn_dashboard.php:16
1094
+ msgid "Quiz Daily Stats - Times Taken"
1095
+ msgstr "Daglig statistik - tid"
1096
+
1097
+ #: includes/qmn_dashboard.php:17
1098
+ msgid "Quiz Total Stats"
1099
+ msgstr "Total statistik"
1100
+
1101
+ #: includes/qmn_dashboard.php:18
1102
+ msgid "Quiz Weekly Stats - Times Taken"
1103
+ msgstr "Ugentlige statistikker - tid"
1104
+
1105
+ #: includes/qmn_dashboard.php:19
1106
+ msgid "Quiz Monthly Stats - Times Taken"
1107
+ msgstr "Månedlig statistik tid"
1108
+
1109
+ #: includes/qmn_dashboard.php:20
1110
+ msgid "Quiz Quarterly Stats - Times Taken"
1111
+ msgstr "Kvartalsvis statistik - tid"
1112
+
1113
+ #: includes/qmn_dashboard.php:25
1114
+ msgid "Quizzes Taken Today"
1115
+ msgstr "Antal i dag"
1116
+
1117
+ #: includes/qmn_dashboard.php:26
1118
+ msgid "Quizzes Taken Last 7 Days"
1119
+ msgstr "Antal sidste 7 dage"
1120
+
1121
+ #: includes/qmn_dashboard.php:27
1122
+ msgid "Quizzes Taken Last 30 Days"
1123
+ msgstr "Antal sidste 30 dage"
1124
+
1125
+ #: includes/qmn_dashboard.php:28
1126
+ msgid "Quizzes Taken Last 120 Days"
1127
+ msgstr "Antal sidste 120 dage"
1128
+
1129
+ #: includes/qmn_dashboard.php:54
1130
+ msgid "Quiz Statistics"
1131
+ msgstr "Quiz statistik"
1132
+
1133
+ #: includes/qmn_dashboard.php:228
1134
+ msgid "Total Created Quizzes"
1135
+ msgstr "Total oprettede undesøgelser"
1136
+
1137
+ #: includes/qmn_dashboard.php:232
1138
+ msgid "Total Deleted Quizzes"
1139
+ msgstr "Total slettede undersøgelser"
1140
+
1141
+ #: includes/qmn_dashboard.php:236
1142
+ msgid "Total Active Quizzes"
1143
+ msgstr "Total aktive statistikker"
1144
+
1145
+ #: includes/qmn_dashboard.php:240
1146
+ msgid "Total Created Questions"
1147
+ msgstr "Total oprettede spørgsmål"
1148
+
1149
+ #: includes/qmn_dashboard.php:244
1150
+ msgid "Total Times All Active Quizzes Have Been Viewed"
1151
+ msgstr "Tid alle aktive spørgeskemaer er vist"
1152
+
1153
+ #: includes/qmn_dashboard.php:248
1154
+ msgid "Total Times All Active Quizzes Have Been Taken"
1155
+ msgstr "Total tid alle aktive spørgeskemaer har taget"
1156
+
1157
+ #: includes/qmn_dashboard.php:252
1158
+ msgid "Average Amount Each Active Quiz Has Been Viewed"
1159
+ msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
1160
+
1161
+ #: includes/qmn_dashboard.php:256
1162
+ msgid "Average Amount Each Active Quiz Has Been Taken"
1163
+ msgstr "Gennemsnitlig tid for den enkelte spørgeskema undersøgelse"
1164
+
1165
+ #: includes/qmn_dashboard.php:260
1166
+ msgid "Quiz That Has Been Viewed The Most"
1167
+ msgstr "Mest sete unersøgelse"
1168
+
1169
+ #: includes/qmn_dashboard.php:264
1170
+ msgid "Quiz That Has Been Taken The Most"
1171
+ msgstr "Mest udfyldte undersøgelse"
1172
+
1173
+ #: includes/qmn_results_details.php:121
1174
+ msgid "Results"
1175
+ msgstr "Resultater"
1176
+
1177
+ #: includes/qmn_results_details.php:200
1178
+ msgid "Create Certificate"
1179
+ msgstr "Opret certificat"
1180
+
1181
+ #: includes/qmn_results_details.php:205
1182
+ msgid "Download Certificate Here"
1183
+ msgstr "Download certificat her"
1184
+
1185
+ #: includes/qmn_results_details.php:212
1186
+ msgid "Certificate"
1187
+ msgstr "Certifikat"
1188
+
1189
+ #: includes/qmn_tools.php:93
1190
+ msgid "There has been an error! Please try again."
1191
+ msgstr "Der har været en fejl! Forsøg igen"
1192
+
1193
+ #: includes/qmn_tools.php:111
1194
+ msgid "Quiz Has Been Restored!"
1195
+ msgstr "Den pågældende quiz er gendannet"
1196
+
1197
+ #: includes/qmn_tools.php:116
1198
+ msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1199
+ msgstr "Vælg en quiz i drop Down boksen og klik for at gendanne en slettet quiz."
1200
+
1201
+ #: includes/qmn_tools.php:126
1202
+ msgid "Restore Quiz"
1203
+ msgstr "Gendan Quiz"
1204
+
1205
+ #: includes/qmn_tools.php:155
1206
+ #: includes/qmn_tools.php:171
1207
+ #, php-format
1208
+ msgid "Previous %s Audits"
1209
+ msgstr "Sidste %s Audits"
1210
+
1211
+ #: includes/qmn_tools.php:158
1212
+ #: includes/qmn_tools.php:165
1213
+ #, php-format
1214
+ msgid "Next %s Audits"
1215
+ msgstr "Næste %s Audits"
1216
+
1217
+ #: includes/qmn_tools.php:178
1218
+ msgid "User"
1219
+ msgstr "Bruger"
1220
+
1221
+ #: includes/qmn_tools.php:179
1222
+ msgid "Action"
1223
+ msgstr "Aktion"
1224
+
1225
+ #: includes/qmn_tools.php:180
1226
+ msgid "Time"
1227
+ msgstr "Klokken"
1228
+
1229
+ #: includes/qmn_help.php:13
1230
+ msgid "Need Help?"
1231
+ msgstr "Brug for hjælp?"
1232
+
1233
+ #: includes/qmn_help.php:14
1234
+ msgid "Support"
1235
+ msgstr "Support"
1236
+
1237
+ #: includes/qmn_help.php:15
1238
+ msgid "System Info"
1239
+ msgstr "System Info"
1240
+
1241
+ #: includes/qmn_help.php:18
1242
+ msgid "Help Page"
1243
+ msgstr "Hjælp"
1244
+
1245
+ #: includes/qmn_help.php:41
1246
+ msgid "Need help with the plugin? Try any of the following:"
1247
+ msgstr "Har du brug for hjælp med dette plugin? Forsøg​følgende:"
1248
 
1249
  #: includes/qmn_question_types.php:7
1250
  msgid "Multiple Choice"
1294
  msgid "Fill In The Blank"
1295
  msgstr ""
1296
 
1297
+ #: includes/qmn_alerts.php:19
1298
+ msgid "Success!"
1299
+ msgstr "Succes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1300
 
1301
  #: includes/qmn_quiz_admin.php:186
1302
  msgid "Add New"
1309
  msgstr[0] "En quiz"
1310
  msgstr[1] "%s quizzer"
1311
 
1312
+ #: includes/qmn_quiz_admin.php:250
1313
+ #: includes/qmn_quiz_admin.php:296
 
 
 
 
1314
  msgid "URL"
1315
  msgstr "URL"
1316
 
1317
+ #: includes/qmn_quiz_admin.php:251
1318
+ #: includes/qmn_quiz_admin.php:297
1319
  msgid "Quiz Shortcode"
1320
  msgstr "Quiz Shortcode"
1321
 
1322
+ #: includes/qmn_quiz_admin.php:252
1323
+ #: includes/qmn_quiz_admin.php:298
1324
  msgid "Leaderboard Shortcode"
1325
  msgstr "Lederboard Shortcode"
1326
 
1327
+ #: includes/qmn_quiz_admin.php:253
1328
+ #: includes/qmn_quiz_admin.php:299
1329
  msgid "Quiz Views"
1330
  msgstr "Quiz set"
1331
 
1332
+ #: includes/qmn_quiz_admin.php:254
1333
+ #: includes/qmn_quiz_admin.php:300
1334
  msgid "Quiz Taken"
1335
  msgstr "Quiz gennemført"
1336
 
1337
+ #: includes/qmn_quiz_admin.php:255
1338
+ #: includes/qmn_quiz_admin.php:301
1339
  msgid "Last Modified"
1340
  msgstr "Sidst ændret"
1341
 
1343
  msgid "Edit Name"
1344
  msgstr "Ret navn"
1345
 
 
 
 
 
1346
  #: includes/qmn_quiz_admin.php:359
1347
  msgid "Create New Quiz"
1348
  msgstr "Opret ny quiz"
1375
  msgid "Delete Quiz"
1376
  msgstr "Slet Quiz"
1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1378
  #: includes/qmn_widgets.php:11
1379
  msgid "Quiz Master Next Leaderboard Widget"
1380
  msgstr "Quiz Master Next Styrings Widget"
1387
  msgid "Quiz ID"
1388
  msgstr "Quiz ID"
1389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-es_ES.mo CHANGED
Binary file
languages/quiz-master-next-es_ES.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Quiz Master Next\n"
4
- "Report-Msgid-Bugs-To: Frank Corso <fpcorso@mylocalwebstop.com>\n"
5
- "POT-Creation-Date: 2015-03-06 14:04-0500\n"
6
- "PO-Revision-Date: 2015-03-06 14:04-0500\n"
7
- "Last-Translator: jhernanz <jordi.hernanz@gmail.com>\n"
8
  "Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
9
  "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
@@ -13,471 +13,180 @@ msgstr ""
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
  "X-Poedit-Basepath: ../\n"
22
  "X-Generator: Poedit 1.7.3\n"
23
  "X-Loco-Target-Locale: es_ES\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
- #: includes/qmn_addons.php:48
27
- msgid "These addons extend the functionality of Quiz Master Next"
28
- msgstr ""
29
- "Estos complementos adicionales \n"
30
- "(addons) \n"
31
- "amplían las funciones de Quiz Master Next."
32
-
33
- #: includes/qmn_addons.php:71
34
- msgid "Browse All Addons"
35
- msgstr "ver todos los complementos (addons)"
36
-
37
- #: includes/qmn_addons.php:78
38
- msgid "Featured Addons"
39
- msgstr "Complementos (addons) destacados"
40
-
41
- #: includes/qmn_alerts.php:19
42
- msgid "Success!"
43
- msgstr "Hecho!"
44
-
45
- #: includes/qmn_alerts.php:23 includes/qmn_quiz_options.php:96
46
- msgid "Error!"
47
- msgstr "Error!"
48
-
49
- #: includes/qmn_credits.php:86
50
- msgid "Welcome To Quiz Master Next"
51
- msgstr "Bienvenido a Quiz Master Next"
52
-
53
- #: includes/qmn_credits.php:87
54
- msgid "Thank you for updating!"
55
- msgstr "Gracias por actualizar!"
56
-
57
- #: includes/qmn_credits.php:91
58
- msgid "What's New!"
59
- msgstr "Novedades!"
60
-
61
- #: includes/qmn_credits.php:93
62
- msgid "Changelog"
63
- msgstr "Historial de modificaciones"
64
-
65
- #: includes/qmn_credits.php:95
66
- msgid "Requested Features"
67
- msgstr "Características solicitadas"
68
-
69
- #: includes/qmn_dashboard.php:16
70
- msgid "Quiz Daily Stats - Times Taken"
71
- msgstr "Estadísticas diarias de la encuesta - Número de veces completada"
72
-
73
- #: includes/qmn_dashboard.php:17
74
- msgid "Quiz Total Stats"
75
- msgstr "Estadísticas TOTALES de la Encuesta"
76
-
77
- #: includes/qmn_dashboard.php:18
78
- msgid "Quiz Weekly Stats - Times Taken"
79
- msgstr ""
80
- "Estadísticas SEMANALES de la encuenta - Número de veces \n"
81
- "completada"
82
-
83
- #: includes/qmn_dashboard.php:19
84
- msgid "Quiz Monthly Stats - Times Taken"
85
- msgstr ""
86
- "Estadísticas MENSUALES de la encuenta - Número de veces \n"
87
- "completada"
88
-
89
- #: includes/qmn_dashboard.php:20
90
- msgid "Quiz Quarterly Stats - Times Taken"
91
- msgstr ""
92
- "Estadísticas TRIMESTRALES de la encuenta - Número de veces \n"
93
- "completada"
94
-
95
- #: includes/qmn_dashboard.php:25
96
- msgid "Quizzes Taken Today"
97
- msgstr ""
98
- "Encuestas \n"
99
- "completada \n"
100
- "HOY"
101
-
102
- #: includes/qmn_dashboard.php:26
103
- msgid "Quizzes Taken Last 7 Days"
104
- msgstr ""
105
- "Encuestas \n"
106
- "completadas \n"
107
- "los últimos 7 días"
108
-
109
- #: includes/qmn_dashboard.php:27
110
- msgid "Quizzes Taken Last 30 Days"
111
- msgstr ""
112
- "Encuestas \n"
113
- "completadas \n"
114
- "los últimos 30 días"
115
-
116
- #: includes/qmn_dashboard.php:28
117
- msgid "Quizzes Taken Last 120 Days"
118
- msgstr ""
119
- "Encuestas \n"
120
- "completadas \n"
121
- "los últimos 120 días"
122
-
123
- #: includes/qmn_dashboard.php:54
124
- msgid "Quiz Statistics"
125
- msgstr "Estadísticas de la encuesta"
126
-
127
- #: includes/qmn_dashboard.php:228
128
- msgid "Total Created Quizzes"
129
- msgstr "Encuestas totales creadas"
130
-
131
- #: includes/qmn_dashboard.php:232
132
- msgid "Total Deleted Quizzes"
133
- msgstr "Encuestas totales eliminadas"
134
-
135
- #: includes/qmn_dashboard.php:236
136
- msgid "Total Active Quizzes"
137
- msgstr "Encuestas totales activas"
138
-
139
- #: includes/qmn_dashboard.php:240
140
- msgid "Total Created Questions"
141
- msgstr "Encuestas totales creadas"
142
-
143
- #: includes/qmn_dashboard.php:244
144
- msgid "Total Times All Active Quizzes Have Been Viewed"
145
- msgstr "Número de veces total que han sido vistas todas las encuestas activas"
146
-
147
- #: includes/qmn_dashboard.php:248
148
- msgid "Total Times All Active Quizzes Have Been Taken"
149
- msgstr ""
150
- "Número de veces total que han sido \n"
151
- "completada \n"
152
- "todas las encuestas activas"
153
-
154
- #: includes/qmn_dashboard.php:252
155
- msgid "Average Amount Each Active Quiz Has Been Viewed"
156
- msgstr "Media mensual que ha sido vista cada encuesta"
157
-
158
- #: includes/qmn_dashboard.php:256
159
- msgid "Average Amount Each Active Quiz Has Been Taken"
160
- msgstr "Media mensual que cada encuesta ha sido completada"
161
-
162
- #: includes/qmn_dashboard.php:260
163
- msgid "Quiz That Has Been Viewed The Most"
164
- msgstr "La encuesta más vista"
165
-
166
- #: includes/qmn_dashboard.php:264
167
- msgid "Quiz That Has Been Taken The Most"
168
- msgstr ""
169
- "La encuesta más \n"
170
- "completada"
171
-
172
- #: includes/qmn_dashboard_widgets.php:9
173
- msgid "Quiz Master Next Snapshot"
174
- msgstr "Quiz Master Next Snapshot"
175
 
176
- #: includes/qmn_dashboard_widgets.php:128
177
- msgid "quizzes taken today"
178
- msgstr "encuestas completadas hoy"
179
 
180
- #: includes/qmn_dashboard_widgets.php:147
181
- msgid "quizzes taken last 7 days"
182
- msgstr "encuestas completadas los últimos 7 días"
183
 
184
- #: includes/qmn_dashboard_widgets.php:166
185
- msgid "total active quizzes"
186
- msgstr "total encuestas activas"
187
 
188
- #: includes/qmn_dashboard_widgets.php:172
189
- msgid "total active questions"
190
- msgstr "total preguntas activas"
191
 
192
- #: includes/qmn_dashboard_widgets.php:178
193
- msgid "most popular quiz"
194
- msgstr "encuesta más popular"
195
 
196
- #: includes/qmn_dashboard_widgets.php:184
197
- msgid "least popular quiz"
198
- msgstr "encuesta menos popular"
199
 
200
- #: includes/qmn_help.php:13
201
- msgid "Need Help?"
202
- msgstr "¿Necesita ayuda?"
203
 
204
- #: includes/qmn_help.php:14
205
- msgid "Support"
206
  msgstr "Ayuda"
207
 
208
- #: includes/qmn_help.php:15
209
- msgid "System Info"
210
- msgstr "Información de sistema"
211
-
212
- #: includes/qmn_help.php:18
213
- msgid "Help Page"
214
- msgstr "Página de ayuda"
215
-
216
- #: includes/qmn_help.php:41
217
- msgid "Need help with the plugin? Try any of the following:"
218
- msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
219
 
220
- #: includes/qmn_options_certificate_tab.php:6
221
- msgid "Certificate (Beta)"
222
- msgstr "Certificado (Beta)"
223
 
224
- #: includes/qmn_options_certificate_tab.php:32
225
- msgid "The certificate has been updated successfully."
226
- msgstr "El certificado ha sido actualizado correctamente."
 
227
 
228
- #: includes/qmn_options_certificate_tab.php:45
229
  #: includes/qmn_options_email_tab.php:55
230
  #: includes/qmn_options_email_tab.php:114
231
  #: includes/qmn_options_email_tab.php:178
 
 
 
 
 
232
  #: includes/qmn_options_leaderboard_tab.php:38
233
- #: includes/qmn_options_option_tab.php:56
234
- #: includes/qmn_options_questions_tab.php:118
235
- #: includes/qmn_options_questions_tab.php:145
236
- #: includes/qmn_options_questions_tab.php:229
237
- #: includes/qmn_options_questions_tab.php:322
238
- #: includes/qmn_options_results_page_tab.php:54
239
- #: includes/qmn_options_results_page_tab.php:94
240
- #: includes/qmn_options_style_tab.php:39 includes/qmn_options_text_tab.php:55
241
- #: includes/qmn_options_tools_tab.php:36 includes/qmn_quiz_creator.php:382
242
- #: includes/qmn_quiz_creator.php:448 includes/qmn_quiz_creator.php:490
243
- #: includes/qmn_quiz_creator.php:648 includes/qmn_quiz_creator.php:713
244
- #: includes/qmn_results.php:36
245
  #, php-format
246
- msgid ""
247
- "There has been an error in this action. Please share this with the "
248
- "developer. Error Code: %s"
249
  msgstr ""
250
- "Existe un error en esta acción. Por favor comparta esto con el "
251
- "desarrollador. El código de error es: \n"
252
  "%s"
253
 
254
- #: includes/qmn_options_certificate_tab.php:61
255
- msgid "Enter title here"
256
- msgstr "Escriba el título aquí"
257
-
258
- #: includes/qmn_options_certificate_tab.php:61
259
- #: includes/qmn_options_email_tab.php:73 includes/qmn_options_email_tab.php:91
260
  msgid "Enter text here"
261
  msgstr "Escriba el texto aquí"
262
 
263
- #: includes/qmn_options_certificate_tab.php:70
264
- msgid "Quiz Certificate (Beta)"
265
- msgstr "Certificado de encuesta (Beta)"
266
-
267
- #: includes/qmn_options_certificate_tab.php:71
268
- msgid ""
269
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
270
- "enter in the link variable into the templates on the Quiz Text tab so the "
271
- "user can access the certificate."
272
- msgstr ""
273
- "Escriba aquí el texto que aparecerá como certificado de esta encuesta. "
274
- "Asegúrese de introducir su enlace dentro de las plantillas en la pestaña "
275
- "Quiz Text para que el usuario pueda acceder a su certificado."
276
-
277
- #: includes/qmn_options_certificate_tab.php:72
278
- msgid "These fields cannot contain HTML."
279
- msgstr "Estos campos no pueden contener HTML."
280
-
281
- #: includes/qmn_options_certificate_tab.php:73
282
- #: includes/qmn_options_certificate_tab.php:129
283
- msgid "Save Certificate Options"
284
- msgstr "Guardas Opciones de Certificado"
285
-
286
- #: includes/qmn_options_certificate_tab.php:81
287
- msgid "Enable Certificates For This Quiz?"
288
- msgstr "¿Permitir Certificados para esta Encuesta?"
289
-
290
- #: includes/qmn_options_certificate_tab.php:83
291
- #: includes/qmn_options_email_tab.php:325
292
- #: includes/qmn_options_email_tab.php:332
293
- #: includes/qmn_options_option_tab.php:102
294
- #: includes/qmn_options_option_tab.php:163
295
- #: includes/qmn_options_option_tab.php:170
296
- #: includes/qmn_options_option_tab.php:178
297
- #: includes/qmn_options_option_tab.php:186
298
- #: includes/qmn_options_option_tab.php:194
299
- #: includes/qmn_options_option_tab.php:202
300
- #: includes/qmn_options_option_tab.php:209
301
- #: includes/qmn_options_option_tab.php:216
302
- #: includes/qmn_options_questions_tab.php:674
303
- #: includes/qmn_options_questions_tab.php:830
304
- #: includes/qmn_options_results_page_tab.php:247
305
- msgid "Yes"
306
- msgstr "sí"
307
-
308
- #: includes/qmn_options_certificate_tab.php:84
309
- #: includes/qmn_options_email_tab.php:326
310
- #: includes/qmn_options_email_tab.php:333
311
- #: includes/qmn_options_option_tab.php:103
312
- #: includes/qmn_options_option_tab.php:150
313
- #: includes/qmn_options_option_tab.php:164
314
- #: includes/qmn_options_option_tab.php:172
315
- #: includes/qmn_options_option_tab.php:180
316
- #: includes/qmn_options_option_tab.php:188
317
- #: includes/qmn_options_option_tab.php:196
318
- #: includes/qmn_options_option_tab.php:203
319
- #: includes/qmn_options_option_tab.php:210
320
- #: includes/qmn_options_option_tab.php:217
321
- #: includes/qmn_options_questions_tab.php:675
322
- #: includes/qmn_options_questions_tab.php:831
323
- #: includes/qmn_options_results_page_tab.php:247
324
- msgid "No"
325
- msgstr "No"
326
-
327
- #: includes/qmn_options_certificate_tab.php:89
328
- msgid "Certificate Title"
329
- msgstr "Título del certificado"
330
-
331
- #: includes/qmn_options_certificate_tab.php:96
332
- msgid "Message Displayed On Certificate"
333
- msgstr "Mensaje mostrado en el Certificado"
334
-
335
- #: includes/qmn_options_certificate_tab.php:98
336
- #: includes/qmn_options_leaderboard_tab.php:91
337
- #: includes/qmn_options_text_tab.php:181 includes/qmn_options_text_tab.php:191
338
- #: includes/qmn_options_text_tab.php:201 includes/qmn_options_text_tab.php:211
339
- #: includes/qmn_options_text_tab.php:221 includes/qmn_options_text_tab.php:231
340
- #: includes/qmn_options_text_tab.php:241 includes/qmn_options_text_tab.php:251
341
- #: includes/qmn_options_text_tab.php:264 includes/qmn_options_text_tab.php:281
342
- msgid "Allowed Variables:"
343
- msgstr "Variables permitidas:"
344
-
345
- #: includes/qmn_options_certificate_tab.php:116
346
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
347
- msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
348
-
349
- #: includes/qmn_options_certificate_tab.php:123
350
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
351
- msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
352
-
353
- #: includes/qmn_options_email_tab.php:6
354
- msgid "Emails"
355
- msgstr "Emails"
356
-
357
- #: includes/qmn_options_email_tab.php:42
358
- #: includes/qmn_options_email_tab.php:101
359
- msgid "The email has been added successfully."
360
- msgstr "El email ha sido añadido correctamente"
361
-
362
  #: includes/qmn_options_email_tab.php:165
363
  msgid "The email has been updated successfully."
364
  msgstr "El email ha sido actualizado correctamente"
365
 
366
  #: includes/qmn_options_email_tab.php:232
367
  #: includes/qmn_options_leaderboard_tab.php:49
368
- #: includes/qmn_options_results_page_tab.php:134
369
  #: includes/qmn_options_text_tab.php:92
370
  msgid "Template Variables"
371
  msgstr "Variables de la plantilla"
372
 
373
  #: includes/qmn_options_email_tab.php:235
374
- #: includes/qmn_options_results_page_tab.php:137
375
  #: includes/qmn_options_text_tab.php:95
376
  msgid "Score for the quiz when using points"
377
  msgstr "Puntuación de la encuesta cuando se usan puntos"
378
 
379
  #: includes/qmn_options_email_tab.php:238
380
- #: includes/qmn_options_results_page_tab.php:140
381
  #: includes/qmn_options_text_tab.php:98
382
  msgid "The average amount of points user had per question"
383
  msgstr "Media de puntos por usuario por pregunta"
384
 
385
  #: includes/qmn_options_email_tab.php:241
386
- #: includes/qmn_options_results_page_tab.php:143
387
  #: includes/qmn_options_text_tab.php:101
388
  msgid "The number of correct answers the user had"
389
  msgstr "Número de respuestas correctas que obtuvo el usuario"
390
 
391
  #: includes/qmn_options_email_tab.php:244
392
- #: includes/qmn_options_results_page_tab.php:146
393
  #: includes/qmn_options_text_tab.php:104
394
  msgid "The total number of questions in the quiz"
395
  msgstr "Número de preguntas totales en la encuesta"
396
 
397
  #: includes/qmn_options_email_tab.php:247
398
- #: includes/qmn_options_results_page_tab.php:149
399
  #: includes/qmn_options_text_tab.php:107
400
  msgid "Score for the quiz when using correct answers"
401
  msgstr "Puntuación de la encuesta basada en las respuestas correctas"
402
 
403
  #: includes/qmn_options_email_tab.php:250
404
- #: includes/qmn_options_results_page_tab.php:152
405
  #: includes/qmn_options_text_tab.php:110
406
  msgid "The name the user entered before the quiz"
407
  msgstr "Nombre que el usuario introdujo antes de la encuesta"
408
 
409
  #: includes/qmn_options_email_tab.php:253
410
- #: includes/qmn_options_results_page_tab.php:155
411
  #: includes/qmn_options_text_tab.php:113
412
  msgid "The business the user entered before the quiz"
413
  msgstr "El asunto que el usuario introdujo antes de la encuesta."
414
 
415
  #: includes/qmn_options_email_tab.php:256
416
- #: includes/qmn_options_results_page_tab.php:158
417
  #: includes/qmn_options_text_tab.php:116
418
  msgid "The phone number the user entered before the quiz"
419
  msgstr "El número de teléfono que el usuario introdujo antes de la encuesta"
420
 
421
  #: includes/qmn_options_email_tab.php:259
422
- #: includes/qmn_options_results_page_tab.php:161
423
  #: includes/qmn_options_text_tab.php:119
424
  msgid "The email the user entered before the quiz"
425
  msgstr "El email que el usuario introdujo antes de la encuesta"
426
 
427
  #: includes/qmn_options_email_tab.php:262
428
  #: includes/qmn_options_leaderboard_tab.php:77
429
- #: includes/qmn_options_results_page_tab.php:164
430
  #: includes/qmn_options_text_tab.php:122
431
  msgid "The name of the quiz"
432
  msgstr "El nombre de la encuesta"
433
 
434
  #: includes/qmn_options_email_tab.php:265
435
- #: includes/qmn_options_results_page_tab.php:167
436
  #: includes/qmn_options_text_tab.php:125
437
- msgid ""
438
- "Shows the question, the answer the user provided, and the correct answer"
439
  msgstr "Muestra la pregunta, la respuesta del usuario y la respuesta correcta"
440
 
441
  #: includes/qmn_options_email_tab.php:268
442
- #: includes/qmn_options_results_page_tab.php:170
443
  #: includes/qmn_options_text_tab.php:128
444
  msgid "The comments the user entered into comment box if enabled"
445
- msgstr ""
446
- "Los comentarios que el usuario introdujo en la caja de comentarios si esta "
447
- "está habilitada"
448
 
449
  #: includes/qmn_options_email_tab.php:271
450
- #: includes/qmn_options_results_page_tab.php:173
451
  #: includes/qmn_options_text_tab.php:131
452
  msgid "The amount of time user spent of quiz"
453
  msgstr "Tiempo empleado por el usuario en responder el cuestionario"
454
 
455
  #: includes/qmn_options_email_tab.php:274
456
- #: includes/qmn_options_results_page_tab.php:176
457
  #: includes/qmn_options_text_tab.php:134
458
  msgid "The link to the certificate after completing the quiz"
459
  msgstr "El enlace hacia el certificado después de completar la encuesta"
460
 
461
  #: includes/qmn_options_email_tab.php:277
462
- #: includes/qmn_options_results_page_tab.php:179
463
  #: includes/qmn_options_text_tab.php:137
464
  msgid "The amount of points a specific category earned."
465
  msgstr "El total de puntos obtenidos en una categoría específica"
466
 
467
  #: includes/qmn_options_email_tab.php:280
468
- #: includes/qmn_options_results_page_tab.php:182
469
  #: includes/qmn_options_text_tab.php:140
470
  msgid "The score a specific category earned."
471
  msgstr "La puntuación obtenida en una categoría específica."
472
 
473
  #: includes/qmn_options_email_tab.php:283
474
- #: includes/qmn_options_results_page_tab.php:185
475
  #: includes/qmn_options_text_tab.php:143
476
  msgid "The average points from all categories."
477
  msgstr "La media de puntos contando todas las categorías."
478
 
479
  #: includes/qmn_options_email_tab.php:286
480
- #: includes/qmn_options_results_page_tab.php:188
481
  #: includes/qmn_options_text_tab.php:146
482
  msgid "The average score from all categories."
483
  msgstr "La puntuación media contando todas las categorías."
@@ -500,9 +209,7 @@ msgstr "La contestación correcta a la pregunta"
500
  #: includes/qmn_options_email_tab.php:298
501
  #: includes/qmn_options_text_tab.php:158
502
  msgid "The comments the user provided in the comment field for the question"
503
- msgstr ""
504
- "Los comentarios que el usuario indicó en el campo de comentarios de la "
505
- "pregunta."
506
 
507
  #: includes/qmn_options_email_tab.php:301
508
  #: includes/qmn_options_text_tab.php:161
@@ -523,22 +230,27 @@ msgstr "Guardar email, plantillas y preferencias"
523
  msgid "Send user email upon completion?"
524
  msgstr "¿Enviar un email al usuario al finalizar?"
525
 
 
 
 
 
 
 
 
 
 
 
526
  #: includes/qmn_options_email_tab.php:330
527
  msgid "Send admin email upon completion?"
528
  msgstr "¿Enviar un email al administrador al finalizar?"
529
 
530
  #: includes/qmn_options_email_tab.php:337
531
- msgid ""
532
- "What emails should we send the admin email to? Separate emails with a comma."
533
- msgstr ""
534
- "¿Qué emails deberíamos enviar al administrador?. Separar los emails con una "
535
- "coma."
536
 
537
  #: includes/qmn_options_email_tab.php:341
538
  msgid "What is the From Name for the email sent to users and admin?"
539
- msgstr ""
540
- "¿Cual es el nombre desde el cual se enviarán el email a los usuarios y "
541
- "administrador?"
542
 
543
  #: includes/qmn_options_email_tab.php:347
544
  msgid "Email Sent To User"
@@ -549,46 +261,117 @@ msgstr "Email enviado al usuario"
549
  msgid "Add New User Email"
550
  msgstr "Añadir un nuevo email de usuario "
551
 
552
- #: includes/qmn_options_email_tab.php:353
553
- #: includes/qmn_options_email_tab.php:419
554
- #: includes/qmn_options_email_tab.php:440
555
- #: includes/qmn_options_email_tab.php:506
556
- #: includes/qmn_options_results_page_tab.php:206
557
- #: includes/qmn_options_results_page_tab.php:270
558
- msgid "Score Greater Than Or Equal To"
559
- msgstr "Puntuación 'mayor que' o 'igual que'"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
 
561
- #: includes/qmn_options_email_tab.php:354
562
- #: includes/qmn_options_email_tab.php:420
563
- #: includes/qmn_options_email_tab.php:441
564
- #: includes/qmn_options_email_tab.php:507
565
- #: includes/qmn_options_results_page_tab.php:207
566
- #: includes/qmn_options_results_page_tab.php:271
567
- msgid "Score Less Than Or Equal To"
568
- msgstr "Puntuación 'menor que' o 'igual que'"
569
 
570
- #: includes/qmn_options_email_tab.php:355
571
- #: includes/qmn_options_email_tab.php:421
572
- #: includes/qmn_options_email_tab.php:442
573
- #: includes/qmn_options_email_tab.php:508
574
- msgid "Subject"
575
- msgstr "Asunto"
576
 
577
- #: includes/qmn_options_email_tab.php:356
578
- #: includes/qmn_options_email_tab.php:422
579
- #: includes/qmn_options_email_tab.php:443
580
- #: includes/qmn_options_email_tab.php:509
581
- msgid "Email To Send"
582
- msgstr "Email a enviar"
583
 
584
- #: includes/qmn_options_email_tab.php:434
585
- msgid "Email Sent To Admin"
586
- msgstr "Email enviado a administrador"
587
 
588
- #: includes/qmn_options_email_tab.php:435
589
- #: includes/qmn_options_email_tab.php:513
590
- msgid "Add New Admin Email"
591
- msgstr "Añadir nuevo email de administrador"
592
 
593
  #: includes/qmn_options_leaderboard_tab.php:6
594
  msgid "Leaderboard"
@@ -647,184 +430,237 @@ msgstr "Guardar las opciones de clasificación"
647
  msgid "Leaderboard Template"
648
  msgstr "Plantilla de clasificación"
649
 
650
- #: includes/qmn_options_option_tab.php:6
651
- msgid "Options"
652
- msgstr "Opciones"
 
 
 
 
 
 
 
 
 
 
653
 
654
- #: includes/qmn_options_option_tab.php:43
655
- msgid "The options has been updated successfully."
656
- msgstr "Las opciones han sido actualizadas correctamente."
 
 
 
657
 
658
- #: includes/qmn_options_option_tab.php:84
659
- #: includes/qmn_options_option_tab.php:221
660
- msgid "Save Options"
661
- msgstr "Guardar opciones"
662
 
663
- #: includes/qmn_options_option_tab.php:92
664
- msgid "Which system is this quiz graded on?"
665
- msgstr "¿Cual es el sistema de clasificación?"
666
 
667
- #: includes/qmn_options_option_tab.php:94
668
- msgid "Correct/Incorrect"
669
- msgstr "Correcto/Incorrecto"
670
 
671
- #: includes/qmn_options_option_tab.php:95
672
- msgid "Points"
673
- msgstr "Puntos"
674
 
675
- #: includes/qmn_options_option_tab.php:96 includes/qmn_results.php:258
676
- msgid "Not Graded"
677
- msgstr "No clasificada"
 
678
 
679
- #: includes/qmn_options_option_tab.php:100
680
- msgid "Should the user be required to be logged in to take this quiz?"
681
- msgstr ""
682
- "¿Es necesario que el usuario inicie sesión para rellenar este cuestionario?"
683
 
684
- #: includes/qmn_options_option_tab.php:107
685
- msgid ""
686
- "How many questions per page would you like? (Leave 0 for all questions on "
687
- "one page)"
688
- msgstr ""
689
- "¿Cuantas preguntas por página desea? (Deje 0 para que todas las preguntas "
690
- "aparezcan en una misma página)"
691
 
692
- #: includes/qmn_options_option_tab.php:113
693
- msgid ""
694
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
695
- "limit)"
696
- msgstr ""
697
- "¿Cuantos minutos tiene el usuario para realizar la encuesta? (Deje 0 sino "
698
- "tiene límite de tiempo)"
699
 
700
- #: includes/qmn_options_option_tab.php:119
701
- msgid ""
702
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
703
- "user wants to. Currently only works for registered users)"
704
- msgstr ""
705
- "¿Cuantas veces puede el usuario rellenar este cuestionario? (Deje 0 para "
706
- "tantas veces como el usuario quiera. Actualmente sólo funciona para usuarios "
707
- "registrados)"
708
 
709
- #: includes/qmn_options_option_tab.php:125
710
- msgid ""
711
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
712
- msgstr ""
713
- "¿Cuantas veces en total puede ser rellenado este cuestionario? (Deje 0 para "
714
- "entradas ilimitadas)"
715
 
716
- #: includes/qmn_options_option_tab.php:131
717
- msgid ""
718
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
719
- msgstr ""
720
- "¿Cuantas preguntas deben ser cargadas por cuestionario? (Deje 0 para cargar "
721
- "todas las preguntas)"
722
 
723
- #: includes/qmn_options_option_tab.php:137
724
- msgid ""
725
- "What time-frame should the user be able to access the quiz? (Leave blank if "
726
- "the user can access anytime)"
727
- msgstr ""
728
- "¿En qué periodo de tiempo puede el usuario acceder a la encuesta? (Déjelo en "
729
- "blanco si el usuario puede acceder en cualquier momento)"
730
 
731
- #: includes/qmn_options_option_tab.php:139
732
- msgid "start date"
733
- msgstr "fecha de inicio"
734
 
735
- #: includes/qmn_options_option_tab.php:142
736
- msgid "end date"
737
- msgstr "fecha de finalización"
738
 
739
- #: includes/qmn_options_option_tab.php:146
740
- msgid ""
741
- "Are the questions random? (Question Order will not apply if this is yes)"
742
- msgstr ""
743
- "¿Son preguntas aleatorias? (El orden de las preguntas no se aplicará si "
744
- "contesta que SÍ)"
745
 
746
- #: includes/qmn_options_option_tab.php:148
747
- msgid "Random Questions"
748
- msgstr "Preguntas aleatorias"
749
 
750
- #: includes/qmn_options_option_tab.php:149
751
- msgid "Random Questions And Answers"
752
- msgstr "Preguntas y respuestas aleatorias"
753
 
754
- #: includes/qmn_options_option_tab.php:154
755
- msgid ""
756
- "Would you like to ask for the contact information at the beginning or at the "
757
- "end of the quiz?"
758
- msgstr ""
759
- "¿Le gustaría pedir la información de contacto al principio o final de la "
760
- "encuesta?"
761
 
762
- #: includes/qmn_options_option_tab.php:156
763
- msgid "Beginning"
764
- msgstr "Principio"
765
 
766
- #: includes/qmn_options_option_tab.php:157
767
- msgid "End"
768
- msgstr "Fin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
 
770
- #: includes/qmn_options_option_tab.php:161
771
- msgid ""
772
- "If a logged-in user takes the quiz, would you like them to be able to edit "
773
- "contact information? If set to no, the fields will not show up for logged in "
774
- "users; however, the users information will be saved for the fields."
775
- msgstr ""
776
- "Si un usuario que ha iniciado sesión, ¿le gustaría que pudiera editar la "
777
- "información de contacto? Si contesta que NO, los campos no se mostrarán a "
778
- "los usuarios conectados, sin embargo, la información sobre el usuario sería "
779
- "registrada en los campos."
780
 
781
- #: includes/qmn_options_option_tab.php:168
782
- msgid "Should we ask for users name?"
783
- msgstr "¿Se debería pedir el nombre de los usuarios?"
784
 
785
- #: includes/qmn_options_option_tab.php:171
786
- #: includes/qmn_options_option_tab.php:179
787
- #: includes/qmn_options_option_tab.php:187
788
- #: includes/qmn_options_option_tab.php:195
789
- msgid "Require"
790
- msgstr "Obligatorio"
791
 
792
- #: includes/qmn_options_option_tab.php:176
793
- msgid "Should we ask for users business?"
794
- msgstr "¿Se debería pedir el empleo del usuario?"
 
795
 
796
- #: includes/qmn_options_option_tab.php:184
797
- msgid "Should we ask for users email?"
798
- msgstr "¿Se debería pedir el email al usuario?"
799
 
800
- #: includes/qmn_options_option_tab.php:192
801
- msgid "Should we ask for users phone number?"
802
- msgstr "¿Se debería pedir al usuario el número de teléfono?"
803
 
804
- #: includes/qmn_options_option_tab.php:200
805
- msgid "Would you like a place for the user to enter comments?"
806
- msgstr ""
807
- "¿Le gustaría un espacio para que el usuario pudiera dejar sus comentarios?"
808
 
809
- #: includes/qmn_options_option_tab.php:207
810
- msgid "Show question number on quiz?"
811
- msgstr "¿Mostrar el número de pregunta en la encuesta?"
812
 
813
- #: includes/qmn_options_option_tab.php:214
814
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
815
- msgstr ""
816
- "¿Mostrar botones para compartir en medios sociales? (Twitter & Facebook)"
817
 
818
- #: includes/qmn_options_option_tab.php:214
819
- msgid ""
820
- "This option is for here only for users of older versions. Please use the new "
821
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
822
- "instead of using this option!"
823
- msgstr ""
824
 
825
- #: includes/qmn_options_preview_tab.php:6
826
- msgid "Preview"
827
- msgstr "Presentación"
 
 
 
 
828
 
829
  #: includes/qmn_options_questions_tab.php:6
830
  msgid "Questions"
@@ -865,26 +701,22 @@ msgid_plural "%s questions"
865
  msgstr[0] "Una pregunta"
866
  msgstr[1] "%s preguntas"
867
 
868
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:270
869
  msgid "Edit"
870
  msgstr "Editar"
871
 
872
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:272
873
- #: includes/qmn_quiz_admin.php:397
874
  msgid "Duplicate"
875
  msgstr "Duplicar"
876
 
877
  #: includes/qmn_options_questions_tab.php:557
878
  #: includes/qmn_options_results_page_tab.php:247
879
- #: includes/qmn_quiz_admin.php:273
880
  msgid "Delete"
881
  msgstr "Eliminar"
882
 
883
  #: includes/qmn_options_questions_tab.php:568
884
  #: includes/qmn_options_questions_tab.php:737
885
- msgid ""
886
- "For fill in the blank types, use %BLANK% to represent where to put the text "
887
- "box in your text."
888
  msgstr ""
889
 
890
  #: includes/qmn_options_questions_tab.php:571
@@ -919,11 +751,6 @@ msgstr "Añada nueva respuesta!"
919
  msgid "Correct Answer Info"
920
  msgstr "Información acerca de la respuesta correcta"
921
 
922
- #: includes/qmn_options_questions_tab.php:623
923
- #: includes/qmn_options_questions_tab.php:787 includes/qmn_quiz.php:441
924
- msgid "Hint"
925
- msgstr "Indicación"
926
-
927
  #: includes/qmn_options_questions_tab.php:634
928
  #: includes/qmn_options_questions_tab.php:712
929
  #: includes/qmn_options_questions_tab.php:723
@@ -972,81 +799,269 @@ msgstr "Categoria"
972
 
973
  #: includes/qmn_options_questions_tab.php:699
974
  #: includes/qmn_options_questions_tab.php:855
975
- msgid ""
976
- "Required currently only works on open answer, number, accept, and captcha "
977
- "question types"
978
- msgstr ""
979
- "Los campos obligatorios tan solo funcionan en respuestas abiertas, números, "
980
- "aceptar y preguntas tipo captcha."
981
 
982
  #: includes/qmn_options_questions_tab.php:701
983
  msgid "Edit Question"
984
  msgstr "Editar Pregunta"
985
 
986
- #: includes/qmn_options_questions_tab.php:857
987
- msgid "Create Question"
988
- msgstr "Crear Pregunta"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
 
990
- #: includes/qmn_options_questions_tab.php:862
991
- msgid "Are you sure you want to delete this question?"
992
- msgstr "¿Está seguro que desea eliminar esta pregunta?"
993
 
994
- #: includes/qmn_options_questions_tab.php:867
995
- msgid "Delete Question"
996
- msgstr "Eliminar pregunta"
997
 
998
- #: includes/qmn_options_questions_tab.php:872
999
- msgid "Are you sure you want to duplicate this question?"
1000
- msgstr "¿Está seguro que desea duplicar esta pregunta?"
1001
 
1002
- #: includes/qmn_options_questions_tab.php:877
1003
- msgid "Duplicate Question"
1004
- msgstr "Duplicar Pregunta"
1005
 
1006
- #: includes/qmn_options_results_page_tab.php:6
1007
- msgid "Results Pages"
1008
- msgstr "Página de Resultados"
1009
 
1010
- #: includes/qmn_options_results_page_tab.php:41
1011
- msgid "The results page has been added successfully."
1012
- msgstr "Los resultados han sido añadidos correctamente."
 
 
 
1013
 
1014
- #: includes/qmn_options_results_page_tab.php:81
1015
- msgid "The results page has been saved successfully."
1016
- msgstr "La página de resultados ha sido guardada correctamente."
1017
 
1018
- #: includes/qmn_options_results_page_tab.php:191
1019
- msgid "Displays button to share on Facebook."
1020
- msgstr ""
1021
 
1022
- #: includes/qmn_options_results_page_tab.php:194
1023
- msgid "Displays button to share on Twitter."
1024
- msgstr ""
1025
 
1026
- #: includes/qmn_options_results_page_tab.php:199
1027
- #: includes/qmn_options_results_page_tab.php:280
1028
- msgid "Save Results Pages"
1029
- msgstr "Guardar Página de Resultados"
1030
 
1031
- #: includes/qmn_options_results_page_tab.php:200
1032
- #: includes/qmn_options_results_page_tab.php:285
1033
- msgid "Add New Results Page"
1034
- msgstr "Añadir Nueva Página de Resultados"
1035
 
1036
- #: includes/qmn_options_results_page_tab.php:208
1037
- #: includes/qmn_options_results_page_tab.php:272
1038
- msgid "Results Page Shown"
1039
- msgstr "Mostrar Página de Resultados"
1040
 
1041
- #: includes/qmn_options_results_page_tab.php:209
1042
- #: includes/qmn_options_results_page_tab.php:273
1043
- msgid "Redirect URL"
1044
  msgstr ""
1045
 
1046
- #: includes/qmn_options_results_page_tab.php:247
1047
- msgid "Are you sure?"
1048
- msgstr "¿Está seguro?"
1049
-
1050
  #: includes/qmn_options_style_tab.php:6
1051
  msgid "Style"
1052
  msgstr "Estilo"
@@ -1077,146 +1092,189 @@ msgid "Custom Style CSS"
1077
  msgstr "Personalizar Estilo CSS"
1078
 
1079
  #: includes/qmn_options_style_tab.php:97
1080
- msgid ""
1081
- "For detailed help and guidance along with a list of different classes used "
1082
- "in this plugin, please visit the following link:"
1083
- msgstr ""
1084
- "Para una ayuda detallada y guía acerca de las diferentes classes usadas en "
1085
- "este plugin, por favor visite el siguiente enlace:"
1086
 
1087
- #: includes/qmn_options_text_tab.php:6
1088
- msgid "Text"
1089
- msgstr "Texto"
1090
 
1091
- #: includes/qmn_options_text_tab.php:42
1092
- msgid "The templates has been updated successfully."
1093
- msgstr "La plantilla ha sido actualizada correctamente."
1094
 
1095
- #: includes/qmn_options_text_tab.php:73 includes/qmn_quiz.php:1230
1096
- msgid "Previous"
1097
- msgstr "Anterior"
 
 
1098
 
1099
- #: includes/qmn_options_text_tab.php:169 includes/qmn_options_text_tab.php:329
1100
- msgid "Save Templates"
1101
- msgstr "Guardar Plantillas"
 
 
1102
 
1103
- #: includes/qmn_options_text_tab.php:175
1104
- msgid "Message Templates"
1105
- msgstr "Plantillas de Mensaje"
 
 
1106
 
1107
- #: includes/qmn_options_text_tab.php:179
1108
- msgid "Message Displayed Before Quiz"
1109
- msgstr "Mensaje Mostrado Antes del Cuestionario"
 
 
 
1110
 
1111
- #: includes/qmn_options_text_tab.php:189
1112
- msgid "Message Displayed Before Comments Box If Enabled"
1113
- msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
 
 
 
1114
 
1115
- #: includes/qmn_options_text_tab.php:199
1116
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1117
  msgstr ""
1118
- "Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir "
1119
- "sección de texto)"
 
1120
 
1121
- #: includes/qmn_options_text_tab.php:209
1122
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1123
- msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
 
 
 
1124
 
1125
- #: includes/qmn_options_text_tab.php:219
1126
- msgid ""
1127
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1128
- "Logged In"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  msgstr ""
1130
- "Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que "
1131
- "requería iniciar sesión."
 
1132
 
1133
- #: includes/qmn_options_text_tab.php:229
1134
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1135
- msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
1136
 
1137
- #: includes/qmn_options_text_tab.php:239
1138
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1139
- msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
1140
 
1141
- #: includes/qmn_options_text_tab.php:249
1142
- msgid "%QUESTIONS_ANSWERS% Text"
1143
- msgstr "%QUESTIONS_ANSWERS% Texto"
1144
 
1145
- #: includes/qmn_options_text_tab.php:262
1146
- msgid "Twitter Sharing Text"
1147
- msgstr "Texto para compartir en Twitter"
 
 
1148
 
1149
- #: includes/qmn_options_text_tab.php:279
1150
- msgid "Facebook Sharing Text"
1151
- msgstr "Texto para compartir en Facebook"
1152
 
1153
- #: includes/qmn_options_text_tab.php:294
1154
- msgid "Other Templates"
1155
- msgstr "Otras plantillas"
1156
 
1157
- #: includes/qmn_options_text_tab.php:297
1158
- msgid "Text for submit button"
1159
- msgstr "Texto para el botón de envío."
1160
 
1161
- #: includes/qmn_options_text_tab.php:301
1162
- msgid "Text for name field"
1163
- msgstr "Texto para el nombre del campo"
1164
 
1165
- #: includes/qmn_options_text_tab.php:305
1166
- msgid "Text for business field"
1167
- msgstr "Texto para el campo asunto."
1168
 
1169
- #: includes/qmn_options_text_tab.php:309
1170
- msgid "Text for email field"
1171
- msgstr "Texto para el campo email"
1172
 
1173
- #: includes/qmn_options_text_tab.php:313
1174
- msgid "Text for phone number field"
1175
- msgstr "Texto para el campo número de teléfono"
 
 
 
 
1176
 
1177
- #: includes/qmn_options_text_tab.php:317
1178
- msgid "Text for comments field"
1179
- msgstr "Texto para el campo Comentarios"
 
 
 
 
1180
 
1181
- #: includes/qmn_options_text_tab.php:321
1182
- msgid "Text for previous button"
1183
- msgstr "Texto para el botón Anterior"
 
 
1184
 
1185
- #: includes/qmn_options_text_tab.php:325
1186
- msgid "Text for next button"
1187
- msgstr "Texto para el botón Siguiente"
1188
 
1189
- #: includes/qmn_options_tools_tab.php:6 includes/qmn_tools.php:58
1190
- #: mlw_quizmaster2.php:222
1191
- msgid "Tools"
1192
- msgstr "Herramientas"
1193
 
1194
- #: includes/qmn_options_tools_tab.php:23
1195
- msgid "The stats has been reset successfully."
1196
- msgstr "Las estadísticas han sido reseteadas correctamente."
1197
 
1198
- #: includes/qmn_options_tools_tab.php:75
1199
- msgid ""
1200
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1201
- "and Times Quiz Has Been Taken)."
1202
- msgstr "Las estadísticas han sido reseteadas correctamente."
1203
 
1204
- #: includes/qmn_options_tools_tab.php:76
1205
- msgid "Reset Quiz Views And Taken Stats"
1206
- msgstr "Resetear Encuesta y Estadísticas Guardadas"
1207
 
1208
- #: includes/qmn_options_tools_tab.php:87
1209
- msgid ""
1210
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1211
- "this quiz will be reset. This is permanent and cannot be undone."
1212
- msgstr ""
1213
- "¿Está seguro que desea resetear las estadísticas a 0? Todas las vistas y "
1214
- "estadísticas guardadas para este cuestionario serán eliminadas. Esto es "
1215
- "permanente y no se puede deshacer."
1216
 
1217
- #: includes/qmn_options_tools_tab.php:91
1218
- msgid "Reset All Stats For Quiz"
1219
- msgstr "Resetear todas las estadísticas para de un Cuestionario"
 
 
 
 
1220
 
1221
  #: includes/qmn_question_types.php:7
1222
  msgid "Multiple Choice"
@@ -1268,25 +1326,9 @@ msgstr "Múltiples Respuestas Horizontal"
1268
  msgid "Fill In The Blank"
1269
  msgstr ""
1270
 
1271
- #: includes/qmn_quiz.php:326
1272
- msgid "Not a valid e-mail address!"
1273
- msgstr "E-mail no válido!!"
1274
-
1275
- #: includes/qmn_quiz.php:327
1276
- msgid "This field must be a number!"
1277
- msgstr "Este campo debe ser númerico!"
1278
-
1279
- #: includes/qmn_quiz.php:328
1280
- msgid "The entered text is not correct!"
1281
- msgstr "El texto introducido no es correcto!"
1282
-
1283
- #: includes/qmn_quiz.php:329
1284
- msgid "Please complete all required fields!"
1285
- msgstr "Por favor, complete todas los campos obligatorios!"
1286
-
1287
- #: includes/qmn_quiz_admin.php:186 mlw_quizmaster2.php:217
1288
- msgid "Quizzes"
1289
- msgstr "Cuestionarios"
1290
 
1291
  #: includes/qmn_quiz_admin.php:186
1292
  msgid "Add New"
@@ -1299,32 +1341,33 @@ msgid_plural "%s quizzes"
1299
  msgstr[0] "Un cuestionarios"
1300
  msgstr[1] "%s cuestionarios"
1301
 
1302
- #: includes/qmn_quiz_admin.php:249 includes/qmn_quiz_admin.php:295
1303
- #: includes/qmn_quiz_admin.php:364 includes/qmn_results.php:209
1304
- msgid "Quiz Name"
1305
- msgstr "Nombre del Cuestionario"
1306
-
1307
- #: includes/qmn_quiz_admin.php:250 includes/qmn_quiz_admin.php:296
1308
  msgid "URL"
1309
  msgstr "URL"
1310
 
1311
- #: includes/qmn_quiz_admin.php:251 includes/qmn_quiz_admin.php:297
 
1312
  msgid "Quiz Shortcode"
1313
  msgstr "Código Corto de la Encuesta"
1314
 
1315
- #: includes/qmn_quiz_admin.php:252 includes/qmn_quiz_admin.php:298
 
1316
  msgid "Leaderboard Shortcode"
1317
  msgstr "Código Corto del Panel de Puntuaciones"
1318
 
1319
- #: includes/qmn_quiz_admin.php:253 includes/qmn_quiz_admin.php:299
 
1320
  msgid "Quiz Views"
1321
  msgstr "Vistas del Cuestionario"
1322
 
1323
- #: includes/qmn_quiz_admin.php:254 includes/qmn_quiz_admin.php:300
 
1324
  msgid "Quiz Taken"
1325
  msgstr "Cuestionario Completado"
1326
 
1327
- #: includes/qmn_quiz_admin.php:255 includes/qmn_quiz_admin.php:301
 
1328
  msgid "Last Modified"
1329
  msgstr "Última Modificación"
1330
 
@@ -1332,10 +1375,6 @@ msgstr "Última Modificación"
1332
  msgid "Edit Name"
1333
  msgstr "Editar Nombre"
1334
 
1335
- #: includes/qmn_quiz_admin.php:271 includes/qmn_results_details.php:121
1336
- msgid "Results"
1337
- msgstr "Resultados"
1338
-
1339
  #: includes/qmn_quiz_admin.php:359
1340
  msgid "Create New Quiz"
1341
  msgstr "Crear un Nuevo Cuestionario"
@@ -1368,170 +1407,6 @@ msgstr "¿Está seguro que desea eliminar este cuestionario?"
1368
  msgid "Delete Quiz"
1369
  msgstr "Eliminar Cuestionario"
1370
 
1371
- #: includes/qmn_quiz_creator.php:369
1372
- msgid ""
1373
- "Your new quiz has been created successfully. To begin editing your quiz, "
1374
- "click the Edit link on the new quiz."
1375
- msgstr ""
1376
- "Su cuestionario ha sido creado correctamente. Para empezar a editar su "
1377
- "cuestionario haga click en Edit en el nuevo cuestionario."
1378
-
1379
- #: includes/qmn_quiz_creator.php:435
1380
- msgid "Your quiz has been deleted successfully."
1381
- msgstr "Su cuestionario ha sido eliminado correctamente."
1382
-
1383
- #: includes/qmn_quiz_creator.php:477
1384
- msgid "Your quiz name has been updated successfully."
1385
- msgstr "Su cuestionario ha sido actualizado correctamente."
1386
-
1387
- #: includes/qmn_quiz_creator.php:634
1388
- msgid "Your quiz has been duplicated successfully."
1389
- msgstr "Su cuestionario ha sido duplicado correctamente."
1390
-
1391
- #. translators: The %s corresponds to the name of the quiz
1392
- #: includes/qmn_quiz_options.php:56
1393
- #, php-format
1394
- msgid "Quiz Settings For %s"
1395
- msgstr "Configuración para el cuestionario %s"
1396
-
1397
- #: includes/qmn_quiz_options.php:96
1398
- msgid ""
1399
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1400
- "wish to edit."
1401
- msgstr ""
1402
- "Por favor vaya a la página de cuestionarios y haga click sobre el botón "
1403
- "Editar en el cuestionario que desee editar."
1404
-
1405
- #: includes/qmn_results.php:23
1406
- msgid "Your results has been deleted successfully."
1407
- msgstr "Sus resultados han sido eliminados correctamente."
1408
-
1409
- #: includes/qmn_results.php:152 includes/qmn_results_details.php:21
1410
- #: mlw_quizmaster2.php:219
1411
- msgid "Quiz Results"
1412
- msgstr "Resultados de la encuesta."
1413
-
1414
- #: includes/qmn_results.php:161
1415
- #, php-format
1416
- msgid "One result"
1417
- msgid_plural "%s results"
1418
- msgstr[0] "Un resultado"
1419
- msgstr[1] "%s resultados"
1420
-
1421
- #: includes/qmn_results.php:208
1422
- msgid "Actions"
1423
- msgstr "Acciones"
1424
-
1425
- #: includes/qmn_results.php:210
1426
- msgid "Score"
1427
- msgstr "Puntuación"
1428
-
1429
- #: includes/qmn_results.php:211
1430
- msgid "Time To Complete"
1431
- msgstr "Tiempo para completar"
1432
-
1433
- #: includes/qmn_results.php:212
1434
- msgid "Name"
1435
- msgstr "Nombre"
1436
-
1437
- #: includes/qmn_results.php:213
1438
- msgid "Business"
1439
- msgstr "Asunto"
1440
-
1441
- #: includes/qmn_results.php:214
1442
- msgid "Email"
1443
- msgstr "Email"
1444
-
1445
- #: includes/qmn_results.php:215
1446
- msgid "Phone"
1447
- msgstr "Teléfono"
1448
-
1449
- #: includes/qmn_results.php:216
1450
- msgid "Time Taken"
1451
- msgstr "Tiempo empleado"
1452
-
1453
- #: includes/qmn_results.php:276
1454
- msgid "Are you sure you want to delete these results?"
1455
- msgstr "¿Está seguro de que desea eliminar estos resultados?"
1456
-
1457
- #: includes/qmn_results.php:281
1458
- msgid "Delete Results"
1459
- msgstr "Eliminar resultados"
1460
-
1461
- #: includes/qmn_results_details.php:200
1462
- msgid "Create Certificate"
1463
- msgstr "Crear Certificado"
1464
-
1465
- #: includes/qmn_results_details.php:205
1466
- msgid "Download Certificate Here"
1467
- msgstr "Descargar Certificado Aquí"
1468
-
1469
- #: includes/qmn_results_details.php:212
1470
- msgid "Certificate"
1471
- msgstr "Cerificado"
1472
-
1473
- #: includes/qmn_tools.php:93
1474
- msgid "There has been an error! Please try again."
1475
- msgstr "Ha habido un error! Por favor, inténtelo de nuevo."
1476
-
1477
- #: includes/qmn_tools.php:111
1478
- msgid "Quiz Has Been Restored!"
1479
- msgstr "El cuestionario ha sido restaurado!"
1480
-
1481
- #: includes/qmn_tools.php:116
1482
- msgid ""
1483
- "Choose a quiz in the drop down and then click the button to restore a "
1484
- "deleted quiz."
1485
- msgstr ""
1486
- "Escoja un cuestionario en la lista desplegable y después haga click en el "
1487
- "botón para restaurar una encuesta eliminada."
1488
-
1489
- #: includes/qmn_tools.php:126
1490
- msgid "Restore Quiz"
1491
- msgstr "Restaurar la encuesta"
1492
-
1493
- #: includes/qmn_tools.php:155 includes/qmn_tools.php:171
1494
- #, php-format
1495
- msgid "Previous %s Audits"
1496
- msgstr ""
1497
- "Auditoria \n"
1498
- "%s Anterior"
1499
-
1500
- #: includes/qmn_tools.php:158 includes/qmn_tools.php:165
1501
- #, php-format
1502
- msgid "Next %s Audits"
1503
- msgstr "Próxima %s Auditoria"
1504
-
1505
- #: includes/qmn_tools.php:178
1506
- msgid "User"
1507
- msgstr "Usuario"
1508
-
1509
- #: includes/qmn_tools.php:179
1510
- msgid "Action"
1511
- msgstr "Acción"
1512
-
1513
- #: includes/qmn_tools.php:180
1514
- msgid "Time"
1515
- msgstr "Tiempo"
1516
-
1517
- #: includes/qmn_usage_tracking.php:193
1518
- msgid ""
1519
- "Allow Quiz Master Next to anonymously track this plugin's usage and help us "
1520
- "make this plugin better? No sensitive data is tracked."
1521
- msgstr ""
1522
- "¿Permite a \n"
1523
- "Quiz Master Next el envío de información acerca del uso de este plugin con "
1524
- "el fín de ayudarnos a mejorar este plugin? No se hará seguimiento sobre "
1525
- "información privada."
1526
-
1527
- #: includes/qmn_usage_tracking.php:194
1528
- msgid "Allow"
1529
- msgstr "Permitir"
1530
-
1531
- #: includes/qmn_usage_tracking.php:195
1532
- msgid "Do not allow"
1533
- msgstr "No permitir"
1534
-
1535
  #: includes/qmn_widgets.php:11
1536
  msgid "Quiz Master Next Leaderboard Widget"
1537
  msgstr ""
@@ -1546,30 +1421,3 @@ msgstr "Título del Widget"
1546
  msgid "Quiz ID"
1547
  msgstr "ID del cuestionario"
1548
 
1549
- #: mlw_quizmaster2.php:218
1550
- msgid "Quiz Settings"
1551
- msgstr "Configuración de la encuesta"
1552
-
1553
- #: mlw_quizmaster2.php:220
1554
- msgid "Quiz Result Details"
1555
- msgstr "Detalle de resultados del cuestionario"
1556
-
1557
- #: mlw_quizmaster2.php:221
1558
- msgid "Settings"
1559
- msgstr "Configuración"
1560
-
1561
- #: mlw_quizmaster2.php:223
1562
- msgid "Stats"
1563
- msgstr "Estadísticas"
1564
-
1565
- #: mlw_quizmaster2.php:224
1566
- msgid "Addon Settings"
1567
- msgstr "Configuración de Addon"
1568
-
1569
- #: mlw_quizmaster2.php:225
1570
- msgid "Help"
1571
- msgstr "Ayuda"
1572
-
1573
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:229
1574
- msgid "QMN About"
1575
- msgstr "Sobre QMN"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Quiz Master Next\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-18 23:29-0500\n"
6
+ "PO-Revision-Date: 2015-03-18 23:29-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"
10
  "MIME-Version: 1.0\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
 
 
 
 
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Generator: Poedit 1.7.3\n"
19
  "X-Loco-Target-Locale: es_ES\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: mlw_quizmaster2.php:217
23
+ msgid "Quizzes"
24
+ msgstr "Cuestionarios"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
+ #: mlw_quizmaster2.php:218
27
+ msgid "Quiz Settings"
28
+ msgstr "Configuración de la encuesta"
29
 
30
+ #: mlw_quizmaster2.php:219
31
+ msgid "Quiz Results"
32
+ msgstr "Resultados de la encuesta."
33
 
34
+ #: mlw_quizmaster2.php:220
35
+ msgid "Quiz Result Details"
36
+ msgstr "Detalle de resultados del cuestionario"
37
 
38
+ #: mlw_quizmaster2.php:221
39
+ msgid "Settings"
40
+ msgstr "Configuración"
41
 
42
+ #: mlw_quizmaster2.php:222
43
+ msgid "Tools"
44
+ msgstr "Herramientas"
45
 
46
+ #: mlw_quizmaster2.php:223
47
+ msgid "Stats"
48
+ msgstr "Estadísticas"
49
 
50
+ #: mlw_quizmaster2.php:224
51
+ msgid "Addon Settings"
52
+ msgstr "Configuración de Addon"
53
 
54
+ #: mlw_quizmaster2.php:225
55
+ msgid "Help"
56
  msgstr "Ayuda"
57
 
58
+ #: mlw_quizmaster2.php:228
59
+ #: mlw_quizmaster2.php:229
60
+ msgid "QMN About"
61
+ msgstr "Sobre QMN"
 
 
 
 
 
 
 
62
 
63
+ #: includes/qmn_options_email_tab.php:6
64
+ msgid "Emails"
65
+ msgstr "Emails"
66
 
67
+ #: includes/qmn_options_email_tab.php:42
68
+ #: includes/qmn_options_email_tab.php:101
69
+ msgid "The email has been added successfully."
70
+ msgstr "El email ha sido añadido correctamente"
71
 
 
72
  #: includes/qmn_options_email_tab.php:55
73
  #: includes/qmn_options_email_tab.php:114
74
  #: includes/qmn_options_email_tab.php:178
75
+ #: includes/qmn_quiz_creator.php:382
76
+ #: includes/qmn_quiz_creator.php:448
77
+ #: includes/qmn_quiz_creator.php:490
78
+ #: includes/qmn_quiz_creator.php:648
79
+ #: includes/qmn_quiz_creator.php:713
80
  #: includes/qmn_options_leaderboard_tab.php:38
81
+ #: includes/qmn_options_text_tab.php:55
 
 
 
 
 
 
 
 
 
 
 
82
  #, php-format
83
+ msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
 
 
84
  msgstr ""
85
+ "Existe un error en esta acción. Por favor comparta esto con el desarrollador. El código de error es: \n"
 
86
  "%s"
87
 
88
+ #: includes/qmn_options_email_tab.php:73
89
+ #: includes/qmn_options_email_tab.php:91
 
 
 
 
90
  msgid "Enter text here"
91
  msgstr "Escriba el texto aquí"
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  #: includes/qmn_options_email_tab.php:165
94
  msgid "The email has been updated successfully."
95
  msgstr "El email ha sido actualizado correctamente"
96
 
97
  #: includes/qmn_options_email_tab.php:232
98
  #: includes/qmn_options_leaderboard_tab.php:49
 
99
  #: includes/qmn_options_text_tab.php:92
100
  msgid "Template Variables"
101
  msgstr "Variables de la plantilla"
102
 
103
  #: includes/qmn_options_email_tab.php:235
 
104
  #: includes/qmn_options_text_tab.php:95
105
  msgid "Score for the quiz when using points"
106
  msgstr "Puntuación de la encuesta cuando se usan puntos"
107
 
108
  #: includes/qmn_options_email_tab.php:238
 
109
  #: includes/qmn_options_text_tab.php:98
110
  msgid "The average amount of points user had per question"
111
  msgstr "Media de puntos por usuario por pregunta"
112
 
113
  #: includes/qmn_options_email_tab.php:241
 
114
  #: includes/qmn_options_text_tab.php:101
115
  msgid "The number of correct answers the user had"
116
  msgstr "Número de respuestas correctas que obtuvo el usuario"
117
 
118
  #: includes/qmn_options_email_tab.php:244
 
119
  #: includes/qmn_options_text_tab.php:104
120
  msgid "The total number of questions in the quiz"
121
  msgstr "Número de preguntas totales en la encuesta"
122
 
123
  #: includes/qmn_options_email_tab.php:247
 
124
  #: includes/qmn_options_text_tab.php:107
125
  msgid "Score for the quiz when using correct answers"
126
  msgstr "Puntuación de la encuesta basada en las respuestas correctas"
127
 
128
  #: includes/qmn_options_email_tab.php:250
 
129
  #: includes/qmn_options_text_tab.php:110
130
  msgid "The name the user entered before the quiz"
131
  msgstr "Nombre que el usuario introdujo antes de la encuesta"
132
 
133
  #: includes/qmn_options_email_tab.php:253
 
134
  #: includes/qmn_options_text_tab.php:113
135
  msgid "The business the user entered before the quiz"
136
  msgstr "El asunto que el usuario introdujo antes de la encuesta."
137
 
138
  #: includes/qmn_options_email_tab.php:256
 
139
  #: includes/qmn_options_text_tab.php:116
140
  msgid "The phone number the user entered before the quiz"
141
  msgstr "El número de teléfono que el usuario introdujo antes de la encuesta"
142
 
143
  #: includes/qmn_options_email_tab.php:259
 
144
  #: includes/qmn_options_text_tab.php:119
145
  msgid "The email the user entered before the quiz"
146
  msgstr "El email que el usuario introdujo antes de la encuesta"
147
 
148
  #: includes/qmn_options_email_tab.php:262
149
  #: includes/qmn_options_leaderboard_tab.php:77
 
150
  #: includes/qmn_options_text_tab.php:122
151
  msgid "The name of the quiz"
152
  msgstr "El nombre de la encuesta"
153
 
154
  #: includes/qmn_options_email_tab.php:265
 
155
  #: includes/qmn_options_text_tab.php:125
156
+ msgid "Shows the question, the answer the user provided, and the correct answer"
 
157
  msgstr "Muestra la pregunta, la respuesta del usuario y la respuesta correcta"
158
 
159
  #: includes/qmn_options_email_tab.php:268
 
160
  #: includes/qmn_options_text_tab.php:128
161
  msgid "The comments the user entered into comment box if enabled"
162
+ msgstr "Los comentarios que el usuario introdujo en la caja de comentarios si esta está habilitada"
 
 
163
 
164
  #: includes/qmn_options_email_tab.php:271
 
165
  #: includes/qmn_options_text_tab.php:131
166
  msgid "The amount of time user spent of quiz"
167
  msgstr "Tiempo empleado por el usuario en responder el cuestionario"
168
 
169
  #: includes/qmn_options_email_tab.php:274
 
170
  #: includes/qmn_options_text_tab.php:134
171
  msgid "The link to the certificate after completing the quiz"
172
  msgstr "El enlace hacia el certificado después de completar la encuesta"
173
 
174
  #: includes/qmn_options_email_tab.php:277
 
175
  #: includes/qmn_options_text_tab.php:137
176
  msgid "The amount of points a specific category earned."
177
  msgstr "El total de puntos obtenidos en una categoría específica"
178
 
179
  #: includes/qmn_options_email_tab.php:280
 
180
  #: includes/qmn_options_text_tab.php:140
181
  msgid "The score a specific category earned."
182
  msgstr "La puntuación obtenida en una categoría específica."
183
 
184
  #: includes/qmn_options_email_tab.php:283
 
185
  #: includes/qmn_options_text_tab.php:143
186
  msgid "The average points from all categories."
187
  msgstr "La media de puntos contando todas las categorías."
188
 
189
  #: includes/qmn_options_email_tab.php:286
 
190
  #: includes/qmn_options_text_tab.php:146
191
  msgid "The average score from all categories."
192
  msgstr "La puntuación media contando todas las categorías."
209
  #: includes/qmn_options_email_tab.php:298
210
  #: includes/qmn_options_text_tab.php:158
211
  msgid "The comments the user provided in the comment field for the question"
212
+ msgstr "Los comentarios que el usuario indicó en el campo de comentarios de la pregunta."
 
 
213
 
214
  #: includes/qmn_options_email_tab.php:301
215
  #: includes/qmn_options_text_tab.php:161
230
  msgid "Send user email upon completion?"
231
  msgstr "¿Enviar un email al usuario al finalizar?"
232
 
233
+ #: includes/qmn_options_email_tab.php:325
234
+ #: includes/qmn_options_email_tab.php:332
235
+ msgid "Yes"
236
+ msgstr "sí"
237
+
238
+ #: includes/qmn_options_email_tab.php:326
239
+ #: includes/qmn_options_email_tab.php:333
240
+ msgid "No"
241
+ msgstr "No"
242
+
243
  #: includes/qmn_options_email_tab.php:330
244
  msgid "Send admin email upon completion?"
245
  msgstr "¿Enviar un email al administrador al finalizar?"
246
 
247
  #: includes/qmn_options_email_tab.php:337
248
+ msgid "What emails should we send the admin email to? Separate emails with a comma."
249
+ msgstr "¿Qué emails deberíamos enviar al administrador?. Separar los emails con una coma."
 
 
 
250
 
251
  #: includes/qmn_options_email_tab.php:341
252
  msgid "What is the From Name for the email sent to users and admin?"
253
+ msgstr "¿Cual es el nombre desde el cual se enviarán el email a los usuarios y administrador?"
 
 
254
 
255
  #: includes/qmn_options_email_tab.php:347
256
  msgid "Email Sent To User"
261
  msgid "Add New User Email"
262
  msgstr "Añadir un nuevo email de usuario "
263
 
264
+ #: includes/qmn_options_email_tab.php:353
265
+ #: includes/qmn_options_email_tab.php:419
266
+ #: includes/qmn_options_email_tab.php:440
267
+ #: includes/qmn_options_email_tab.php:506
268
+ msgid "Score Greater Than Or Equal To"
269
+ msgstr "Puntuación 'mayor que' o 'igual que'"
270
+
271
+ #: includes/qmn_options_email_tab.php:354
272
+ #: includes/qmn_options_email_tab.php:420
273
+ #: includes/qmn_options_email_tab.php:441
274
+ #: includes/qmn_options_email_tab.php:507
275
+ msgid "Score Less Than Or Equal To"
276
+ msgstr "Puntuación 'menor que' o 'igual que'"
277
+
278
+ #: includes/qmn_options_email_tab.php:355
279
+ #: includes/qmn_options_email_tab.php:421
280
+ #: includes/qmn_options_email_tab.php:442
281
+ #: includes/qmn_options_email_tab.php:508
282
+ msgid "Subject"
283
+ msgstr "Asunto"
284
+
285
+ #: includes/qmn_options_email_tab.php:356
286
+ #: includes/qmn_options_email_tab.php:422
287
+ #: includes/qmn_options_email_tab.php:443
288
+ #: includes/qmn_options_email_tab.php:509
289
+ msgid "Email To Send"
290
+ msgstr "Email a enviar"
291
+
292
+ #: includes/qmn_options_email_tab.php:434
293
+ msgid "Email Sent To Admin"
294
+ msgstr "Email enviado a administrador"
295
+
296
+ #: includes/qmn_options_email_tab.php:435
297
+ #: includes/qmn_options_email_tab.php:513
298
+ msgid "Add New Admin Email"
299
+ msgstr "Añadir nuevo email de administrador"
300
+
301
+ #: includes/qmn_quiz_creator.php:369
302
+ msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
303
+ msgstr "Su cuestionario ha sido creado correctamente. Para empezar a editar su cuestionario haga click en Edit en el nuevo cuestionario."
304
+
305
+ #: includes/qmn_quiz_creator.php:435
306
+ msgid "Your quiz has been deleted successfully."
307
+ msgstr "Su cuestionario ha sido eliminado correctamente."
308
+
309
+ #: includes/qmn_quiz_creator.php:477
310
+ msgid "Your quiz name has been updated successfully."
311
+ msgstr "Su cuestionario ha sido actualizado correctamente."
312
+
313
+ #: includes/qmn_quiz_creator.php:634
314
+ msgid "Your quiz has been duplicated successfully."
315
+ msgstr "Su cuestionario ha sido duplicado correctamente."
316
+
317
+ #: includes/qmn_quiz.php:326
318
+ msgid "Not a valid e-mail address!"
319
+ msgstr "E-mail no válido!!"
320
+
321
+ #: includes/qmn_quiz.php:327
322
+ msgid "This field must be a number!"
323
+ msgstr "Este campo debe ser númerico!"
324
+
325
+ #: includes/qmn_quiz.php:328
326
+ msgid "The entered text is not correct!"
327
+ msgstr "El texto introducido no es correcto!"
328
+
329
+ #: includes/qmn_quiz.php:329
330
+ msgid "Please complete all required fields!"
331
+ msgstr "Por favor, complete todas los campos obligatorios!"
332
+
333
+ #: includes/qmn_quiz.php:441
334
+ msgid "Hint"
335
+ msgstr "Indicación"
336
+
337
+ #: includes/qmn_quiz.php:1230
338
+ #: includes/qmn_options_text_tab.php:73
339
+ msgid "Previous"
340
+ msgstr "Anterior"
341
+
342
+ #: includes/qmn_credits.php:83
343
+ msgid "Welcome To Quiz Master Next"
344
+ msgstr "Bienvenido a Quiz Master Next"
345
+
346
+ #: includes/qmn_credits.php:84
347
+ msgid "Thank you for updating!"
348
+ msgstr "Gracias por actualizar!"
349
+
350
+ #: includes/qmn_credits.php:88
351
+ msgid "What's New!"
352
+ msgstr "Novedades!"
353
 
354
+ #: includes/qmn_credits.php:90
355
+ msgid "Changelog"
356
+ msgstr "Historial de modificaciones"
 
 
 
 
 
357
 
358
+ #: includes/qmn_credits.php:92
359
+ msgid "Requested Features"
360
+ msgstr "Características solicitadas"
 
 
 
361
 
362
+ #: includes/qmn_usage_tracking.php:193
363
+ msgid "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin better? No sensitive data is tracked."
364
+ msgstr ""
365
+ "¿Permite a \n"
366
+ "Quiz Master Next el envío de información acerca del uso de este plugin con el fín de ayudarnos a mejorar este plugin? No se hará seguimiento sobre información privada."
 
367
 
368
+ #: includes/qmn_usage_tracking.php:194
369
+ msgid "Allow"
370
+ msgstr "Permitir"
371
 
372
+ #: includes/qmn_usage_tracking.php:195
373
+ msgid "Do not allow"
374
+ msgstr "No permitir"
 
375
 
376
  #: includes/qmn_options_leaderboard_tab.php:6
377
  msgid "Leaderboard"
430
  msgid "Leaderboard Template"
431
  msgstr "Plantilla de clasificación"
432
 
433
+ #: includes/qmn_options_leaderboard_tab.php:91
434
+ #: includes/qmn_options_text_tab.php:181
435
+ #: includes/qmn_options_text_tab.php:191
436
+ #: includes/qmn_options_text_tab.php:201
437
+ #: includes/qmn_options_text_tab.php:211
438
+ #: includes/qmn_options_text_tab.php:221
439
+ #: includes/qmn_options_text_tab.php:231
440
+ #: includes/qmn_options_text_tab.php:241
441
+ #: includes/qmn_options_text_tab.php:251
442
+ #: includes/qmn_options_text_tab.php:264
443
+ #: includes/qmn_options_text_tab.php:281
444
+ msgid "Allowed Variables:"
445
+ msgstr "Variables permitidas:"
446
 
447
+ #: includes/qmn_addons.php:48
448
+ msgid "These addons extend the functionality of Quiz Master Next"
449
+ msgstr ""
450
+ "Estos complementos adicionales \n"
451
+ "(addons) \n"
452
+ "amplían las funciones de Quiz Master Next."
453
 
454
+ #: includes/qmn_addons.php:71
455
+ msgid "Browse All Addons"
456
+ msgstr "ver todos los complementos (addons)"
 
457
 
458
+ #: includes/qmn_addons.php:78
459
+ msgid "Featured Addons"
460
+ msgstr "Complementos (addons) destacados"
461
 
462
+ #: includes/qmn_options_text_tab.php:6
463
+ msgid "Text"
464
+ msgstr "Texto"
465
 
466
+ #: includes/qmn_options_text_tab.php:42
467
+ msgid "The templates has been updated successfully."
468
+ msgstr "La plantilla ha sido actualizada correctamente."
469
 
470
+ #: includes/qmn_options_text_tab.php:169
471
+ #: includes/qmn_options_text_tab.php:329
472
+ msgid "Save Templates"
473
+ msgstr "Guardar Plantillas"
474
 
475
+ #: includes/qmn_options_text_tab.php:175
476
+ msgid "Message Templates"
477
+ msgstr "Plantillas de Mensaje"
 
478
 
479
+ #: includes/qmn_options_text_tab.php:179
480
+ msgid "Message Displayed Before Quiz"
481
+ msgstr "Mensaje Mostrado Antes del Cuestionario"
 
 
 
 
482
 
483
+ #: includes/qmn_options_text_tab.php:189
484
+ msgid "Message Displayed Before Comments Box If Enabled"
485
+ msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
 
 
 
 
486
 
487
+ #: includes/qmn_options_text_tab.php:199
488
+ msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
489
+ msgstr "Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir sección de texto)"
 
 
 
 
 
490
 
491
+ #: includes/qmn_options_text_tab.php:209
492
+ msgid "Message Displayed If User Has Tried Quiz Too Many Times"
493
+ msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
 
 
 
494
 
495
+ #: includes/qmn_options_text_tab.php:219
496
+ msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
497
+ msgstr "Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que requería iniciar sesión."
 
 
 
498
 
499
+ #: includes/qmn_options_text_tab.php:229
500
+ msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
501
+ msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
 
 
 
 
502
 
503
+ #: includes/qmn_options_text_tab.php:239
504
+ msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
505
+ msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
506
 
507
+ #: includes/qmn_options_text_tab.php:249
508
+ msgid "%QUESTIONS_ANSWERS% Text"
509
+ msgstr "%QUESTIONS_ANSWERS% Texto"
510
 
511
+ #: includes/qmn_options_text_tab.php:262
512
+ msgid "Twitter Sharing Text"
513
+ msgstr "Texto para compartir en Twitter"
 
 
 
514
 
515
+ #: includes/qmn_options_text_tab.php:279
516
+ msgid "Facebook Sharing Text"
517
+ msgstr "Texto para compartir en Facebook"
518
 
519
+ #: includes/qmn_options_text_tab.php:294
520
+ msgid "Other Templates"
521
+ msgstr "Otras plantillas"
522
 
523
+ #: includes/qmn_options_text_tab.php:297
524
+ msgid "Text for submit button"
525
+ msgstr "Texto para el botón de envío."
 
 
 
 
526
 
527
+ #: includes/qmn_options_text_tab.php:301
528
+ msgid "Text for name field"
529
+ msgstr "Texto para el nombre del campo"
530
 
531
+ #: includes/qmn_options_text_tab.php:305
532
+ msgid "Text for business field"
533
+ msgstr "Texto para el campo asunto."
534
+
535
+ #: includes/qmn_options_text_tab.php:309
536
+ msgid "Text for email field"
537
+ msgstr "Texto para el campo email"
538
+
539
+ #: includes/qmn_options_text_tab.php:313
540
+ msgid "Text for phone number field"
541
+ msgstr "Texto para el campo número de teléfono"
542
+
543
+ #: includes/qmn_options_text_tab.php:317
544
+ msgid "Text for comments field"
545
+ msgstr "Texto para el campo Comentarios"
546
+
547
+ #: includes/qmn_options_text_tab.php:321
548
+ msgid "Text for previous button"
549
+ msgstr "Texto para el botón Anterior"
550
+
551
+ #: includes/qmn_options_text_tab.php:325
552
+ msgid "Text for next button"
553
+ msgstr "Texto para el botón Siguiente"
554
+
555
+ #: includes/qmn_options_tools_tab.php:23
556
+ msgid "The stats has been reset successfully."
557
+ msgstr "Las estadísticas han sido reseteadas correctamente."
558
+
559
+ #: includes/qmn_options_tools_tab.php:75
560
+ msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
561
+ msgstr "Las estadísticas han sido reseteadas correctamente."
562
+
563
+ #: includes/qmn_options_tools_tab.php:76
564
+ msgid "Reset Quiz Views And Taken Stats"
565
+ msgstr "Resetear Encuesta y Estadísticas Guardadas"
566
+
567
+ #: includes/qmn_options_tools_tab.php:87
568
+ msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
569
+ msgstr "¿Está seguro que desea resetear las estadísticas a 0? Todas las vistas y estadísticas guardadas para este cuestionario serán eliminadas. Esto es permanente y no se puede deshacer."
570
+
571
+ #: includes/qmn_options_tools_tab.php:91
572
+ msgid "Reset All Stats For Quiz"
573
+ msgstr "Resetear todas las estadísticas para de un Cuestionario"
574
+
575
+ #: includes/qmn_dashboard_widgets.php:9
576
+ msgid "Quiz Master Next Snapshot"
577
+ msgstr "Quiz Master Next Snapshot"
578
+
579
+ #: includes/qmn_dashboard_widgets.php:128
580
+ msgid "quizzes taken today"
581
+ msgstr "encuestas completadas hoy"
582
+
583
+ #: includes/qmn_dashboard_widgets.php:147
584
+ msgid "quizzes taken last 7 days"
585
+ msgstr "encuestas completadas los últimos 7 días"
586
+
587
+ #: includes/qmn_dashboard_widgets.php:166
588
+ msgid "total active quizzes"
589
+ msgstr "total encuestas activas"
590
+
591
+ #: includes/qmn_dashboard_widgets.php:172
592
+ msgid "total active questions"
593
+ msgstr "total preguntas activas"
594
+
595
+ #: includes/qmn_dashboard_widgets.php:178
596
+ msgid "most popular quiz"
597
+ msgstr "encuesta más popular"
598
+
599
+ #: includes/qmn_dashboard_widgets.php:184
600
+ msgid "least popular quiz"
601
+ msgstr "encuesta menos popular"
602
+
603
+ #: includes/qmn_options_certificate_tab.php:6
604
+ msgid "Certificate (Beta)"
605
+ msgstr "Certificado (Beta)"
606
+
607
+ #: includes/qmn_options_certificate_tab.php:32
608
+ msgid "The certificate has been updated successfully."
609
+ msgstr "El certificado ha sido actualizado correctamente."
610
+
611
+ #: includes/qmn_options_certificate_tab.php:61
612
+ msgid "Enter title here"
613
+ msgstr "Escriba el título aquí"
614
 
615
+ #: includes/qmn_options_certificate_tab.php:70
616
+ msgid "Quiz Certificate (Beta)"
617
+ msgstr "Certificado de encuesta (Beta)"
 
 
 
 
 
 
 
618
 
619
+ #: includes/qmn_options_certificate_tab.php:71
620
+ 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."
621
+ 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."
622
 
623
+ #: includes/qmn_options_certificate_tab.php:72
624
+ msgid "These fields cannot contain HTML."
625
+ msgstr "Estos campos no pueden contener HTML."
 
 
 
626
 
627
+ #: includes/qmn_options_certificate_tab.php:73
628
+ #: includes/qmn_options_certificate_tab.php:129
629
+ msgid "Save Certificate Options"
630
+ msgstr "Guardas Opciones de Certificado"
631
 
632
+ #: includes/qmn_options_certificate_tab.php:81
633
+ msgid "Enable Certificates For This Quiz?"
634
+ msgstr "¿Permitir Certificados para esta Encuesta?"
635
 
636
+ #: includes/qmn_options_certificate_tab.php:89
637
+ msgid "Certificate Title"
638
+ msgstr "Título del certificado"
639
 
640
+ #: includes/qmn_options_certificate_tab.php:96
641
+ msgid "Message Displayed On Certificate"
642
+ msgstr "Mensaje mostrado en el Certificado"
 
643
 
644
+ #: includes/qmn_options_certificate_tab.php:116
645
+ msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
646
+ msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
647
 
648
+ #: includes/qmn_options_certificate_tab.php:123
649
+ msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
650
+ msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
 
651
 
652
+ #: includes/qmn_quiz_options.php:56
653
+ #, php-format
654
+ msgid "Quiz Settings For %s"
655
+ msgstr "Configuración para el cuestionario %s"
 
 
656
 
657
+ #: includes/qmn_quiz_options.php:96
658
+ msgid "Error!"
659
+ msgstr "Error!"
660
+
661
+ #: includes/qmn_quiz_options.php:96
662
+ msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
663
+ msgstr "Por favor vaya a la página de cuestionarios y haga click sobre el botón Editar en el cuestionario que desee editar."
664
 
665
  #: includes/qmn_options_questions_tab.php:6
666
  msgid "Questions"
701
  msgstr[0] "Una pregunta"
702
  msgstr[1] "%s preguntas"
703
 
704
+ #: includes/qmn_options_questions_tab.php:557
705
  msgid "Edit"
706
  msgstr "Editar"
707
 
708
+ #: includes/qmn_options_questions_tab.php:557
 
709
  msgid "Duplicate"
710
  msgstr "Duplicar"
711
 
712
  #: includes/qmn_options_questions_tab.php:557
713
  #: includes/qmn_options_results_page_tab.php:247
 
714
  msgid "Delete"
715
  msgstr "Eliminar"
716
 
717
  #: includes/qmn_options_questions_tab.php:568
718
  #: includes/qmn_options_questions_tab.php:737
719
+ msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
 
 
720
  msgstr ""
721
 
722
  #: includes/qmn_options_questions_tab.php:571
751
  msgid "Correct Answer Info"
752
  msgstr "Información acerca de la respuesta correcta"
753
 
 
 
 
 
 
754
  #: includes/qmn_options_questions_tab.php:634
755
  #: includes/qmn_options_questions_tab.php:712
756
  #: includes/qmn_options_questions_tab.php:723
799
 
800
  #: includes/qmn_options_questions_tab.php:699
801
  #: includes/qmn_options_questions_tab.php:855
802
+ msgid "Required currently only works on open answer, number, accept, and captcha question types"
803
+ msgstr "Los campos obligatorios tan solo funcionan en respuestas abiertas, números, aceptar y preguntas tipo captcha."
 
 
 
 
804
 
805
  #: includes/qmn_options_questions_tab.php:701
806
  msgid "Edit Question"
807
  msgstr "Editar Pregunta"
808
 
809
+ #: includes/qmn_options_questions_tab.php:857
810
+ msgid "Create Question"
811
+ msgstr "Crear Pregunta"
812
+
813
+ #: includes/qmn_options_questions_tab.php:862
814
+ msgid "Are you sure you want to delete this question?"
815
+ msgstr "¿Está seguro que desea eliminar esta pregunta?"
816
+
817
+ #: includes/qmn_options_questions_tab.php:867
818
+ msgid "Delete Question"
819
+ msgstr "Eliminar pregunta"
820
+
821
+ #: includes/qmn_options_questions_tab.php:872
822
+ msgid "Are you sure you want to duplicate this question?"
823
+ msgstr "¿Está seguro que desea duplicar esta pregunta?"
824
+
825
+ #: includes/qmn_options_questions_tab.php:877
826
+ msgid "Duplicate Question"
827
+ msgstr "Duplicar Pregunta"
828
+
829
+ #: includes/qmn_results.php:23
830
+ msgid "Your results has been deleted successfully."
831
+ msgstr "Sus resultados han sido eliminados correctamente."
832
+
833
+ #: includes/qmn_results.php:161
834
+ #, php-format
835
+ msgid "One result"
836
+ msgid_plural "%s results"
837
+ msgstr[0] "Un resultado"
838
+ msgstr[1] "%s resultados"
839
+
840
+ #: includes/qmn_results.php:208
841
+ msgid "Actions"
842
+ msgstr "Acciones"
843
+
844
+ #: includes/qmn_results.php:209
845
+ msgid "Quiz Name"
846
+ msgstr "Nombre del Cuestionario"
847
+
848
+ #: includes/qmn_results.php:210
849
+ msgid "Score"
850
+ msgstr "Puntuación"
851
+
852
+ #: includes/qmn_results.php:211
853
+ msgid "Time To Complete"
854
+ msgstr "Tiempo para completar"
855
+
856
+ #: includes/qmn_results.php:212
857
+ msgid "Name"
858
+ msgstr "Nombre"
859
+
860
+ #: includes/qmn_results.php:213
861
+ msgid "Business"
862
+ msgstr "Asunto"
863
+
864
+ #: includes/qmn_results.php:214
865
+ msgid "Email"
866
+ msgstr "Email"
867
+
868
+ #: includes/qmn_results.php:215
869
+ msgid "Phone"
870
+ msgstr "Teléfono"
871
+
872
+ #: includes/qmn_results.php:216
873
+ msgid "Time Taken"
874
+ msgstr "Tiempo empleado"
875
+
876
+ #: includes/qmn_results.php:258
877
+ #: includes/qmn_options_option_tab.php:96
878
+ msgid "Not Graded"
879
+ msgstr "No clasificada"
880
+
881
+ #: includes/qmn_results.php:276
882
+ msgid "Are you sure you want to delete these results?"
883
+ msgstr "¿Está seguro de que desea eliminar estos resultados?"
884
+
885
+ #: includes/qmn_results.php:281
886
+ msgid "Delete Results"
887
+ msgstr "Eliminar resultados"
888
+
889
+ #: includes/qmn_options_results_page_tab.php:6
890
+ msgid "Results Pages"
891
+ msgstr "Página de Resultados"
892
+
893
+ #: includes/qmn_options_results_page_tab.php:41
894
+ msgid "The results page has been added successfully."
895
+ msgstr "Los resultados han sido añadidos correctamente."
896
+
897
+ #: includes/qmn_options_results_page_tab.php:81
898
+ msgid "The results page has been saved successfully."
899
+ msgstr "La página de resultados ha sido guardada correctamente."
900
+
901
+ #: includes/qmn_options_results_page_tab.php:191
902
+ msgid "Displays button to share on Facebook."
903
+ msgstr ""
904
+
905
+ #: includes/qmn_options_results_page_tab.php:194
906
+ msgid "Displays button to share on Twitter."
907
+ msgstr ""
908
+
909
+ #: includes/qmn_options_results_page_tab.php:199
910
+ #: includes/qmn_options_results_page_tab.php:280
911
+ msgid "Save Results Pages"
912
+ msgstr "Guardar Página de Resultados"
913
+
914
+ #: includes/qmn_options_results_page_tab.php:200
915
+ #: includes/qmn_options_results_page_tab.php:285
916
+ msgid "Add New Results Page"
917
+ msgstr "Añadir Nueva Página de Resultados"
918
+
919
+ #: includes/qmn_options_results_page_tab.php:208
920
+ #: includes/qmn_options_results_page_tab.php:272
921
+ msgid "Results Page Shown"
922
+ msgstr "Mostrar Página de Resultados"
923
+
924
+ #: includes/qmn_options_results_page_tab.php:209
925
+ #: includes/qmn_options_results_page_tab.php:273
926
+ msgid "Redirect URL (Beta)"
927
+ msgstr ""
928
+
929
+ #: includes/qmn_options_results_page_tab.php:247
930
+ msgid "Are you sure?"
931
+ msgstr "¿Está seguro?"
932
+
933
+ #: includes/qmn_options_preview_tab.php:6
934
+ msgid "Preview"
935
+ msgstr "Presentación"
936
+
937
+ #: includes/qmn_options_option_tab.php:6
938
+ msgid "Options"
939
+ msgstr "Opciones"
940
+
941
+ #: includes/qmn_options_option_tab.php:43
942
+ msgid "The options has been updated successfully."
943
+ msgstr "Las opciones han sido actualizadas correctamente."
944
+
945
+ #: includes/qmn_options_option_tab.php:84
946
+ #: includes/qmn_options_option_tab.php:221
947
+ msgid "Save Options"
948
+ msgstr "Guardar opciones"
949
+
950
+ #: includes/qmn_options_option_tab.php:92
951
+ msgid "Which system is this quiz graded on?"
952
+ msgstr "¿Cual es el sistema de clasificación?"
953
+
954
+ #: includes/qmn_options_option_tab.php:94
955
+ msgid "Correct/Incorrect"
956
+ msgstr "Correcto/Incorrecto"
957
+
958
+ #: includes/qmn_options_option_tab.php:95
959
+ msgid "Points"
960
+ msgstr "Puntos"
961
+
962
+ #: includes/qmn_options_option_tab.php:100
963
+ msgid "Should the user be required to be logged in to take this quiz?"
964
+ msgstr "¿Es necesario que el usuario inicie sesión para rellenar este cuestionario?"
965
+
966
+ #: includes/qmn_options_option_tab.php:107
967
+ msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
968
+ msgstr "¿Cuantas preguntas por página desea? (Deje 0 para que todas las preguntas aparezcan en una misma página)"
969
+
970
+ #: includes/qmn_options_option_tab.php:113
971
+ msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
972
+ msgstr "¿Cuantos minutos tiene el usuario para realizar la encuesta? (Deje 0 sino tiene límite de tiempo)"
973
+
974
+ #: includes/qmn_options_option_tab.php:119
975
+ msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
976
+ msgstr "¿Cuantas veces puede el usuario rellenar este cuestionario? (Deje 0 para tantas veces como el usuario quiera. Actualmente sólo funciona para usuarios registrados)"
977
+
978
+ #: includes/qmn_options_option_tab.php:125
979
+ msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
980
+ msgstr "¿Cuantas veces en total puede ser rellenado este cuestionario? (Deje 0 para entradas ilimitadas)"
981
+
982
+ #: includes/qmn_options_option_tab.php:131
983
+ msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
984
+ msgstr "¿Cuantas preguntas deben ser cargadas por cuestionario? (Deje 0 para cargar todas las preguntas)"
985
+
986
+ #: includes/qmn_options_option_tab.php:137
987
+ msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
988
+ msgstr "¿En qué periodo de tiempo puede el usuario acceder a la encuesta? (Déjelo en blanco si el usuario puede acceder en cualquier momento)"
989
+
990
+ #: includes/qmn_options_option_tab.php:139
991
+ msgid "start date"
992
+ msgstr "fecha de inicio"
993
+
994
+ #: includes/qmn_options_option_tab.php:142
995
+ msgid "end date"
996
+ msgstr "fecha de finalización"
997
+
998
+ #: includes/qmn_options_option_tab.php:146
999
+ msgid "Are the questions random? (Question Order will not apply if this is yes)"
1000
+ msgstr "¿Son preguntas aleatorias? (El orden de las preguntas no se aplicará si contesta que SÍ)"
1001
+
1002
+ #: includes/qmn_options_option_tab.php:148
1003
+ msgid "Random Questions"
1004
+ msgstr "Preguntas aleatorias"
1005
+
1006
+ #: includes/qmn_options_option_tab.php:149
1007
+ msgid "Random Questions And Answers"
1008
+ msgstr "Preguntas y respuestas aleatorias"
1009
 
1010
+ #: includes/qmn_options_option_tab.php:154
1011
+ msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
1012
+ msgstr "¿Le gustaría pedir la información de contacto al principio o final de la encuesta?"
1013
 
1014
+ #: includes/qmn_options_option_tab.php:156
1015
+ msgid "Beginning"
1016
+ msgstr "Principio"
1017
 
1018
+ #: includes/qmn_options_option_tab.php:157
1019
+ msgid "End"
1020
+ msgstr "Fin"
1021
 
1022
+ #: includes/qmn_options_option_tab.php:161
1023
+ msgid "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."
1024
+ msgstr "Si un usuario que ha iniciado sesión, ¿le gustaría que pudiera editar la información de contacto? Si contesta que NO, los campos no se mostrarán a los usuarios conectados, sin embargo, la información sobre el usuario sería registrada en los campos."
1025
 
1026
+ #: includes/qmn_options_option_tab.php:168
1027
+ msgid "Should we ask for users name?"
1028
+ msgstr "¿Se debería pedir el nombre de los usuarios?"
1029
 
1030
+ #: includes/qmn_options_option_tab.php:171
1031
+ #: includes/qmn_options_option_tab.php:179
1032
+ #: includes/qmn_options_option_tab.php:187
1033
+ #: includes/qmn_options_option_tab.php:195
1034
+ msgid "Require"
1035
+ msgstr "Obligatorio"
1036
 
1037
+ #: includes/qmn_options_option_tab.php:176
1038
+ msgid "Should we ask for users business?"
1039
+ msgstr "¿Se debería pedir el empleo del usuario?"
1040
 
1041
+ #: includes/qmn_options_option_tab.php:184
1042
+ msgid "Should we ask for users email?"
1043
+ msgstr "¿Se debería pedir el email al usuario?"
1044
 
1045
+ #: includes/qmn_options_option_tab.php:192
1046
+ msgid "Should we ask for users phone number?"
1047
+ msgstr "¿Se debería pedir al usuario el número de teléfono?"
1048
 
1049
+ #: includes/qmn_options_option_tab.php:200
1050
+ msgid "Would you like a place for the user to enter comments?"
1051
+ msgstr "¿Le gustaría un espacio para que el usuario pudiera dejar sus comentarios?"
 
1052
 
1053
+ #: includes/qmn_options_option_tab.php:207
1054
+ msgid "Show question number on quiz?"
1055
+ msgstr "¿Mostrar el número de pregunta en la encuesta?"
 
1056
 
1057
+ #: includes/qmn_options_option_tab.php:214
1058
+ msgid "Show social media sharing buttons? (Twitter & Facebook)"
1059
+ msgstr "¿Mostrar botones para compartir en medios sociales? (Twitter & Facebook)"
 
1060
 
1061
+ #: includes/qmn_options_option_tab.php:214
1062
+ msgid "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!"
 
1063
  msgstr ""
1064
 
 
 
 
 
1065
  #: includes/qmn_options_style_tab.php:6
1066
  msgid "Style"
1067
  msgstr "Estilo"
1092
  msgstr "Personalizar Estilo CSS"
1093
 
1094
  #: includes/qmn_options_style_tab.php:97
1095
+ msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
1096
+ msgstr "Para una ayuda detallada y guía acerca de las diferentes classes usadas en este plugin, por favor visite el siguiente enlace:"
 
 
 
 
1097
 
1098
+ #: includes/qmn_dashboard.php:16
1099
+ msgid "Quiz Daily Stats - Times Taken"
1100
+ msgstr "Estadísticas diarias de la encuesta - Número de veces completada"
1101
 
1102
+ #: includes/qmn_dashboard.php:17
1103
+ msgid "Quiz Total Stats"
1104
+ msgstr "Estadísticas TOTALES de la Encuesta"
1105
 
1106
+ #: includes/qmn_dashboard.php:18
1107
+ msgid "Quiz Weekly Stats - Times Taken"
1108
+ msgstr ""
1109
+ "Estadísticas SEMANALES de la encuenta - Número de veces \n"
1110
+ "completada"
1111
 
1112
+ #: includes/qmn_dashboard.php:19
1113
+ msgid "Quiz Monthly Stats - Times Taken"
1114
+ msgstr ""
1115
+ "Estadísticas MENSUALES de la encuenta - Número de veces \n"
1116
+ "completada"
1117
 
1118
+ #: includes/qmn_dashboard.php:20
1119
+ msgid "Quiz Quarterly Stats - Times Taken"
1120
+ msgstr ""
1121
+ "Estadísticas TRIMESTRALES de la encuenta - Número de veces \n"
1122
+ "completada"
1123
 
1124
+ #: includes/qmn_dashboard.php:25
1125
+ msgid "Quizzes Taken Today"
1126
+ msgstr ""
1127
+ "Encuestas \n"
1128
+ "completada \n"
1129
+ "HOY"
1130
 
1131
+ #: includes/qmn_dashboard.php:26
1132
+ msgid "Quizzes Taken Last 7 Days"
1133
+ msgstr ""
1134
+ "Encuestas \n"
1135
+ "completadas \n"
1136
+ "los últimos 7 días"
1137
 
1138
+ #: includes/qmn_dashboard.php:27
1139
+ msgid "Quizzes Taken Last 30 Days"
1140
  msgstr ""
1141
+ "Encuestas \n"
1142
+ "completadas \n"
1143
+ "los últimos 30 días"
1144
 
1145
+ #: includes/qmn_dashboard.php:28
1146
+ msgid "Quizzes Taken Last 120 Days"
1147
+ msgstr ""
1148
+ "Encuestas \n"
1149
+ "completadas \n"
1150
+ "los últimos 120 días"
1151
 
1152
+ #: includes/qmn_dashboard.php:54
1153
+ msgid "Quiz Statistics"
1154
+ msgstr "Estadísticas de la encuesta"
1155
+
1156
+ #: includes/qmn_dashboard.php:228
1157
+ msgid "Total Created Quizzes"
1158
+ msgstr "Encuestas totales creadas"
1159
+
1160
+ #: includes/qmn_dashboard.php:232
1161
+ msgid "Total Deleted Quizzes"
1162
+ msgstr "Encuestas totales eliminadas"
1163
+
1164
+ #: includes/qmn_dashboard.php:236
1165
+ msgid "Total Active Quizzes"
1166
+ msgstr "Encuestas totales activas"
1167
+
1168
+ #: includes/qmn_dashboard.php:240
1169
+ msgid "Total Created Questions"
1170
+ msgstr "Encuestas totales creadas"
1171
+
1172
+ #: includes/qmn_dashboard.php:244
1173
+ msgid "Total Times All Active Quizzes Have Been Viewed"
1174
+ msgstr "Número de veces total que han sido vistas todas las encuestas activas"
1175
+
1176
+ #: includes/qmn_dashboard.php:248
1177
+ msgid "Total Times All Active Quizzes Have Been Taken"
1178
  msgstr ""
1179
+ "Número de veces total que han sido \n"
1180
+ "completada \n"
1181
+ "todas las encuestas activas"
1182
 
1183
+ #: includes/qmn_dashboard.php:252
1184
+ msgid "Average Amount Each Active Quiz Has Been Viewed"
1185
+ msgstr "Media mensual que ha sido vista cada encuesta"
1186
 
1187
+ #: includes/qmn_dashboard.php:256
1188
+ msgid "Average Amount Each Active Quiz Has Been Taken"
1189
+ msgstr "Media mensual que cada encuesta ha sido completada"
1190
 
1191
+ #: includes/qmn_dashboard.php:260
1192
+ msgid "Quiz That Has Been Viewed The Most"
1193
+ msgstr "La encuesta más vista"
1194
 
1195
+ #: includes/qmn_dashboard.php:264
1196
+ msgid "Quiz That Has Been Taken The Most"
1197
+ msgstr ""
1198
+ "La encuesta más \n"
1199
+ "completada"
1200
 
1201
+ #: includes/qmn_results_details.php:121
1202
+ msgid "Results"
1203
+ msgstr "Resultados"
1204
 
1205
+ #: includes/qmn_results_details.php:200
1206
+ msgid "Create Certificate"
1207
+ msgstr "Crear Certificado"
1208
 
1209
+ #: includes/qmn_results_details.php:205
1210
+ msgid "Download Certificate Here"
1211
+ msgstr "Descargar Certificado Aquí"
1212
 
1213
+ #: includes/qmn_results_details.php:212
1214
+ msgid "Certificate"
1215
+ msgstr "Cerificado"
1216
 
1217
+ #: includes/qmn_tools.php:93
1218
+ msgid "There has been an error! Please try again."
1219
+ msgstr "Ha habido un error! Por favor, inténtelo de nuevo."
1220
 
1221
+ #: includes/qmn_tools.php:111
1222
+ msgid "Quiz Has Been Restored!"
1223
+ msgstr "El cuestionario ha sido restaurado!"
1224
 
1225
+ #: includes/qmn_tools.php:116
1226
+ msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1227
+ msgstr "Escoja un cuestionario en la lista desplegable y después haga click en el botón para restaurar una encuesta eliminada."
1228
+
1229
+ #: includes/qmn_tools.php:126
1230
+ msgid "Restore Quiz"
1231
+ msgstr "Restaurar la encuesta"
1232
 
1233
+ #: includes/qmn_tools.php:155
1234
+ #: includes/qmn_tools.php:171
1235
+ #, php-format
1236
+ msgid "Previous %s Audits"
1237
+ msgstr ""
1238
+ "Auditoria \n"
1239
+ "%s Anterior"
1240
 
1241
+ #: includes/qmn_tools.php:158
1242
+ #: includes/qmn_tools.php:165
1243
+ #, php-format
1244
+ msgid "Next %s Audits"
1245
+ msgstr "Próxima %s Auditoria"
1246
 
1247
+ #: includes/qmn_tools.php:178
1248
+ msgid "User"
1249
+ msgstr "Usuario"
1250
 
1251
+ #: includes/qmn_tools.php:179
1252
+ msgid "Action"
1253
+ msgstr "Acción"
 
1254
 
1255
+ #: includes/qmn_tools.php:180
1256
+ msgid "Time"
1257
+ msgstr "Tiempo"
1258
 
1259
+ #: includes/qmn_help.php:13
1260
+ msgid "Need Help?"
1261
+ msgstr "¿Necesita ayuda?"
 
 
1262
 
1263
+ #: includes/qmn_help.php:14
1264
+ msgid "Support"
1265
+ msgstr "Ayuda"
1266
 
1267
+ #: includes/qmn_help.php:15
1268
+ msgid "System Info"
1269
+ msgstr "Información de sistema"
 
 
 
 
 
1270
 
1271
+ #: includes/qmn_help.php:18
1272
+ msgid "Help Page"
1273
+ msgstr "Página de ayuda"
1274
+
1275
+ #: includes/qmn_help.php:41
1276
+ msgid "Need help with the plugin? Try any of the following:"
1277
+ msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
1278
 
1279
  #: includes/qmn_question_types.php:7
1280
  msgid "Multiple Choice"
1326
  msgid "Fill In The Blank"
1327
  msgstr ""
1328
 
1329
+ #: includes/qmn_alerts.php:19
1330
+ msgid "Success!"
1331
+ msgstr "Hecho!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1332
 
1333
  #: includes/qmn_quiz_admin.php:186
1334
  msgid "Add New"
1341
  msgstr[0] "Un cuestionarios"
1342
  msgstr[1] "%s cuestionarios"
1343
 
1344
+ #: includes/qmn_quiz_admin.php:250
1345
+ #: includes/qmn_quiz_admin.php:296
 
 
 
 
1346
  msgid "URL"
1347
  msgstr "URL"
1348
 
1349
+ #: includes/qmn_quiz_admin.php:251
1350
+ #: includes/qmn_quiz_admin.php:297
1351
  msgid "Quiz Shortcode"
1352
  msgstr "Código Corto de la Encuesta"
1353
 
1354
+ #: includes/qmn_quiz_admin.php:252
1355
+ #: includes/qmn_quiz_admin.php:298
1356
  msgid "Leaderboard Shortcode"
1357
  msgstr "Código Corto del Panel de Puntuaciones"
1358
 
1359
+ #: includes/qmn_quiz_admin.php:253
1360
+ #: includes/qmn_quiz_admin.php:299
1361
  msgid "Quiz Views"
1362
  msgstr "Vistas del Cuestionario"
1363
 
1364
+ #: includes/qmn_quiz_admin.php:254
1365
+ #: includes/qmn_quiz_admin.php:300
1366
  msgid "Quiz Taken"
1367
  msgstr "Cuestionario Completado"
1368
 
1369
+ #: includes/qmn_quiz_admin.php:255
1370
+ #: includes/qmn_quiz_admin.php:301
1371
  msgid "Last Modified"
1372
  msgstr "Última Modificación"
1373
 
1375
  msgid "Edit Name"
1376
  msgstr "Editar Nombre"
1377
 
 
 
 
 
1378
  #: includes/qmn_quiz_admin.php:359
1379
  msgid "Create New Quiz"
1380
  msgstr "Crear un Nuevo Cuestionario"
1407
  msgid "Delete Quiz"
1408
  msgstr "Eliminar Cuestionario"
1409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1410
  #: includes/qmn_widgets.php:11
1411
  msgid "Quiz Master Next Leaderboard Widget"
1412
  msgstr ""
1421
  msgid "Quiz ID"
1422
  msgstr "ID del cuestionario"
1423
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-pt_BR.mo CHANGED
Binary file
languages/quiz-master-next-pt_BR.po CHANGED
@@ -4,10 +4,10 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: Frank Corso <fpcorso@mylocalwebstop.com>\n"
8
- "POT-Creation-Date: 2015-03-06 14:05-0500\n"
9
  "PO-Revision-Date: \n"
10
- "Last-Translator: Fran Ildefonso <francisco@3dmaker.com.br>\n"
11
  "Language-Team: \n"
12
  "Language: pt_BR\n"
13
  "MIME-Version: 1.0\n"
@@ -16,3291 +16,1229 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: _;_e;__;esc_html_e;esc_html_x:1,2c;esc_html__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ../\n"
23
  "X-Generator: Poedit 1.7.3\n"
24
  "X-Poedit-SearchPath-0: ..\n"
25
- "X-Poedit-SearchPath-1: .\n"
26
 
27
- #: ../4.1.0/includes/qmn_addons.php:43
28
- #: ../quiz_master_next/includes/qmn_addons.php:48
29
- #: ../trunk/includes/qmn_addons.php:43 includes/qmn_addons.php:48
30
- msgid "These addons extend the functionality of Quiz Master Next"
31
- msgstr "Estes complementos estendem a funcionalidade do Questionário "
32
-
33
- #: ../4.1.0/includes/qmn_addons.php:66
34
- #: ../quiz_master_next/includes/qmn_addons.php:71
35
- #: ../trunk/includes/qmn_addons.php:66 includes/qmn_addons.php:71
36
- msgid "Browse All Addons"
37
- msgstr "Consultar todos os Complementos"
38
-
39
- #: ../4.1.0/includes/qmn_addons.php:73
40
- #: ../quiz_master_next/includes/qmn_addons.php:78
41
- #: ../trunk/includes/qmn_addons.php:73 includes/qmn_addons.php:78
42
- msgid "Featured Addons"
43
- msgstr "Complementos em destaque"
44
-
45
- #: ../4.1.0/includes/qmn_alerts.php:18
46
- #: ../quiz_master_next/includes/qmn_alerts.php:19
47
- #: ../trunk/includes/qmn_alerts.php:18 includes/qmn_alerts.php:19
48
- msgid "Success!"
49
- msgstr "Sucesso!"
50
-
51
- #: ../4.1.0/includes/qmn_alerts.php:22
52
- #: ../4.1.0/includes/qmn_quiz_options.php:91
53
- #: ../quiz_master_next/includes/qmn_alerts.php:23
54
- #: ../quiz_master_next/includes/qmn_quiz_options.php:96
55
- #: ../trunk/includes/qmn_alerts.php:22
56
- #: ../trunk/includes/qmn_quiz_options.php:91 includes/qmn_alerts.php:23
57
- #: includes/qmn_quiz_options.php:96
58
- msgid "Error!"
59
- msgstr "Erro!"
60
-
61
- #: ../4.1.0/includes/qmn_credits.php:85
62
- #: ../quiz_master_next/includes/qmn_credits.php:86
63
- #: ../trunk/includes/qmn_credits.php:85 includes/qmn_credits.php:86
64
- msgid "Welcome To Quiz Master Next"
65
- msgstr "Bemvindo!"
66
-
67
- #: ../4.1.0/includes/qmn_credits.php:86
68
- #: ../quiz_master_next/includes/qmn_credits.php:87
69
- #: ../trunk/includes/qmn_credits.php:86 includes/qmn_credits.php:87
70
- msgid "Thank you for updating!"
71
- msgstr "Obrigado pela atualização!"
72
-
73
- #: ../4.1.0/includes/qmn_credits.php:90
74
- #: ../quiz_master_next/includes/qmn_credits.php:91
75
- #: ../trunk/includes/qmn_credits.php:90 includes/qmn_credits.php:91
76
- msgid "What's New!"
77
- msgstr "O que há de novo."
78
-
79
- #: ../4.1.0/includes/qmn_credits.php:92
80
- #: ../quiz_master_next/includes/qmn_credits.php:93
81
- #: ../trunk/includes/qmn_credits.php:92 includes/qmn_credits.php:93
82
- msgid "Changelog"
83
- msgstr "Alterações"
84
-
85
- #: ../4.1.0/includes/qmn_credits.php:94
86
- #: ../quiz_master_next/includes/qmn_credits.php:95
87
- #: ../trunk/includes/qmn_credits.php:94 includes/qmn_credits.php:95
88
- msgid "Requested Features"
89
- msgstr "Recursos solicitados"
90
-
91
- #: ../4.1.0/includes/qmn_dashboard.php:15
92
- #: ../quiz_master_next/includes/qmn_dashboard.php:16
93
- #: ../trunk/includes/qmn_dashboard.php:15 includes/qmn_dashboard.php:16
94
- msgid "Quiz Daily Stats - Times Taken"
95
- msgstr "Questionário Diário Estatísticas - Tempo Tomado"
96
-
97
- #: ../4.1.0/includes/qmn_dashboard.php:16
98
- #: ../quiz_master_next/includes/qmn_dashboard.php:17
99
- #: ../trunk/includes/qmn_dashboard.php:16 includes/qmn_dashboard.php:17
100
- msgid "Quiz Total Stats"
101
- msgstr "Questionário Total de Estatísticas"
102
-
103
- #: ../4.1.0/includes/qmn_dashboard.php:17
104
- #: ../quiz_master_next/includes/qmn_dashboard.php:18
105
- #: ../trunk/includes/qmn_dashboard.php:17 includes/qmn_dashboard.php:18
106
- msgid "Quiz Weekly Stats - Times Taken"
107
- msgstr "Questionário semanal Estatísticas - tempo tomado"
108
-
109
- #: ../4.1.0/includes/qmn_dashboard.php:18
110
- #: ../quiz_master_next/includes/qmn_dashboard.php:19
111
- #: ../trunk/includes/qmn_dashboard.php:18 includes/qmn_dashboard.php:19
112
- msgid "Quiz Monthly Stats - Times Taken"
113
- msgstr "Questionário mensal Estatísticas - tempo tomado"
114
-
115
- #: ../4.1.0/includes/qmn_dashboard.php:19
116
- #: ../quiz_master_next/includes/qmn_dashboard.php:20
117
- #: ../trunk/includes/qmn_dashboard.php:19 includes/qmn_dashboard.php:20
118
- msgid "Quiz Quarterly Stats - Times Taken"
119
- msgstr "Questionário Quadrimestral Estatísticas - tempo tomado"
120
-
121
- #: ../4.1.0/includes/qmn_dashboard.php:24
122
- #: ../quiz_master_next/includes/qmn_dashboard.php:25
123
- #: ../trunk/includes/qmn_dashboard.php:24 includes/qmn_dashboard.php:25
124
- msgid "Quizzes Taken Today"
125
- msgstr "Avaliações feitas hoje"
126
 
127
- #: ../4.1.0/includes/qmn_dashboard.php:25
128
- #: ../quiz_master_next/includes/qmn_dashboard.php:26
129
- #: ../trunk/includes/qmn_dashboard.php:25 includes/qmn_dashboard.php:26
130
- msgid "Quizzes Taken Last 7 Days"
131
- msgstr "Avaliações feitas nos ultimos 7 dias"
132
 
133
- #: ../4.1.0/includes/qmn_dashboard.php:26
134
- #: ../quiz_master_next/includes/qmn_dashboard.php:27
135
- #: ../trunk/includes/qmn_dashboard.php:26 includes/qmn_dashboard.php:27
136
- msgid "Quizzes Taken Last 30 Days"
137
- msgstr "Avaliações feitas nos ultimos 30 dias"
138
 
139
- #: ../4.1.0/includes/qmn_dashboard.php:27
140
- #: ../quiz_master_next/includes/qmn_dashboard.php:28
141
- #: ../trunk/includes/qmn_dashboard.php:27 includes/qmn_dashboard.php:28
142
- msgid "Quizzes Taken Last 120 Days"
143
- msgstr "Avaliações feitas nos ultimos 120 dias"
144
 
145
- #: ../4.1.0/includes/qmn_dashboard.php:53
146
- #: ../quiz_master_next/includes/qmn_dashboard.php:54
147
- #: ../trunk/includes/qmn_dashboard.php:53 includes/qmn_dashboard.php:54
148
- msgid "Quiz Statistics"
149
  msgstr "Estatísticas"
150
 
151
- #: ../4.1.0/includes/qmn_dashboard.php:227
152
- #: ../quiz_master_next/includes/qmn_dashboard.php:228
153
- #: ../trunk/includes/qmn_dashboard.php:227 includes/qmn_dashboard.php:228
154
- msgid "Total Created Quizzes"
155
- msgstr "Total de Avaliações"
156
-
157
- #: ../4.1.0/includes/qmn_dashboard.php:231
158
- #: ../quiz_master_next/includes/qmn_dashboard.php:232
159
- #: ../trunk/includes/qmn_dashboard.php:231 includes/qmn_dashboard.php:232
160
- msgid "Total Deleted Quizzes"
161
- msgstr "Total de Avaliações deletadas"
162
-
163
- #: ../4.1.0/includes/qmn_dashboard.php:235
164
- #: ../quiz_master_next/includes/qmn_dashboard.php:236
165
- #: ../trunk/includes/qmn_dashboard.php:235 includes/qmn_dashboard.php:236
166
- msgid "Total Active Quizzes"
167
- msgstr "Total de Avaliações ativas"
168
-
169
- #: ../4.1.0/includes/qmn_dashboard.php:239
170
- #: ../quiz_master_next/includes/qmn_dashboard.php:240
171
- #: ../trunk/includes/qmn_dashboard.php:239 includes/qmn_dashboard.php:240
172
- msgid "Total Created Questions"
173
- msgstr "Total de questões criadas"
174
-
175
- #: ../4.1.0/includes/qmn_dashboard.php:243
176
- #: ../quiz_master_next/includes/qmn_dashboard.php:244
177
- #: ../trunk/includes/qmn_dashboard.php:243 includes/qmn_dashboard.php:244
178
- msgid "Total Times All Active Quizzes Have Been Viewed"
179
- msgstr "Total de vezes que todos Testes ativos foram exibidos"
180
-
181
- #: ../4.1.0/includes/qmn_dashboard.php:247
182
- #: ../quiz_master_next/includes/qmn_dashboard.php:248
183
- #: ../trunk/includes/qmn_dashboard.php:247 includes/qmn_dashboard.php:248
184
- msgid "Total Times All Active Quizzes Have Been Taken"
185
- msgstr "Total de vezes que todos Testes ativos foram feitos"
186
-
187
- #: ../4.1.0/includes/qmn_dashboard.php:251
188
- #: ../quiz_master_next/includes/qmn_dashboard.php:252
189
- #: ../trunk/includes/qmn_dashboard.php:251 includes/qmn_dashboard.php:252
190
- msgid "Average Amount Each Active Quiz Has Been Viewed"
191
- msgstr "Média de avaliações ativas vistas"
192
-
193
- #: ../4.1.0/includes/qmn_dashboard.php:255
194
- #: ../quiz_master_next/includes/qmn_dashboard.php:256
195
- #: ../trunk/includes/qmn_dashboard.php:255 includes/qmn_dashboard.php:256
196
- msgid "Average Amount Each Active Quiz Has Been Taken"
197
- msgstr "Média de avaliações ativas feitas"
198
-
199
- #: ../4.1.0/includes/qmn_dashboard.php:259
200
- #: ../quiz_master_next/includes/qmn_dashboard.php:260
201
- #: ../trunk/includes/qmn_dashboard.php:259 includes/qmn_dashboard.php:260
202
- msgid "Quiz That Has Been Viewed The Most"
203
- msgstr "Máximo de avaliações vistas"
204
-
205
- #: ../4.1.0/includes/qmn_dashboard.php:263
206
- #: ../quiz_master_next/includes/qmn_dashboard.php:264
207
- #: ../trunk/includes/qmn_dashboard.php:263 includes/qmn_dashboard.php:264
208
- msgid "Quiz That Has Been Taken The Most"
209
- msgstr "Máximo de avaliações feitas"
210
-
211
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:8
212
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:9
213
- #: ../trunk/includes/qmn_dashboard_widgets.php:8
214
- #: includes/qmn_dashboard_widgets.php:9
215
- msgid "Quiz Master Next Snapshot"
216
- msgstr "próxima imagem capturada"
217
-
218
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:127
219
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:128
220
- #: ../trunk/includes/qmn_dashboard_widgets.php:127
221
- #: includes/qmn_dashboard_widgets.php:128
222
- msgid "quizzes taken today"
223
- msgstr "avaliações feitas hoje"
224
-
225
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:146
226
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:147
227
- #: ../trunk/includes/qmn_dashboard_widgets.php:146
228
- #: includes/qmn_dashboard_widgets.php:147
229
- msgid "quizzes taken last 7 days"
230
- msgstr "avaliações feitas nos ultimos 7 dias"
231
-
232
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:165
233
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:166
234
- #: ../trunk/includes/qmn_dashboard_widgets.php:165
235
- #: includes/qmn_dashboard_widgets.php:166
236
- msgid "total active quizzes"
237
- msgstr "Total de avaliações ativas"
238
-
239
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:171
240
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:172
241
- #: ../trunk/includes/qmn_dashboard_widgets.php:171
242
- #: includes/qmn_dashboard_widgets.php:172
243
- msgid "total active questions"
244
- msgstr "Total de questões ativas"
245
-
246
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:177
247
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:178
248
- #: ../trunk/includes/qmn_dashboard_widgets.php:177
249
- #: includes/qmn_dashboard_widgets.php:178
250
- msgid "most popular quiz"
251
- msgstr "Avaliação mais popular"
252
-
253
- #: ../4.1.0/includes/qmn_dashboard_widgets.php:183
254
- #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:184
255
- #: ../trunk/includes/qmn_dashboard_widgets.php:183
256
- #: includes/qmn_dashboard_widgets.php:184
257
- msgid "least popular quiz"
258
- msgstr "Última avaliação popular"
259
-
260
- #: ../4.1.0/includes/qmn_help.php:12
261
- #: ../quiz_master_next/includes/qmn_help.php:13
262
- #: ../trunk/includes/qmn_help.php:12 includes/qmn_help.php:13
263
- msgid "Need Help?"
264
- msgstr "Precisa de Ajuda?"
265
-
266
- #: ../4.1.0/includes/qmn_help.php:13
267
- #: ../quiz_master_next/includes/qmn_help.php:14
268
- #: ../trunk/includes/qmn_help.php:13 includes/qmn_help.php:14
269
- msgid "Support"
270
- msgstr "Suporte"
271
-
272
- #: ../4.1.0/includes/qmn_help.php:14
273
- #: ../quiz_master_next/includes/qmn_help.php:15
274
- #: ../trunk/includes/qmn_help.php:14 includes/qmn_help.php:15
275
- msgid "System Info"
276
- msgstr "Informação de Sistema"
277
-
278
- #: ../4.1.0/includes/qmn_help.php:17
279
- #: ../quiz_master_next/includes/qmn_help.php:18
280
- #: ../trunk/includes/qmn_help.php:17 includes/qmn_help.php:18
281
- msgid "Help Page"
282
- msgstr "Página de Ajuda"
283
-
284
- #: ../4.1.0/includes/qmn_help.php:40
285
- #: ../quiz_master_next/includes/qmn_help.php:41
286
- #: ../trunk/includes/qmn_help.php:40 includes/qmn_help.php:41
287
- msgid "Need help with the plugin? Try any of the following:"
288
- msgstr ""
289
- "Precisa de ajuda com o Plugin? Tente qualquer um dos seguintes procedimentos:"
290
 
291
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:5
292
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:6
293
- #: ../trunk/includes/qmn_options_certificate_tab.php:5
294
- #: includes/qmn_options_certificate_tab.php:6
295
- msgid "Certificate (Beta)"
296
- msgstr "Certificado"
297
 
298
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:31
299
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:32
300
- #: ../trunk/includes/qmn_options_certificate_tab.php:31
301
- #: includes/qmn_options_certificate_tab.php:32
302
- msgid "The certificate has been updated successfully."
303
- msgstr "O certificado foi atualizado com sucesso."
304
 
305
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:44
306
- #: ../4.1.0/includes/qmn_options_email_tab.php:54
307
- #: ../4.1.0/includes/qmn_options_email_tab.php:113
308
- #: ../4.1.0/includes/qmn_options_email_tab.php:177
309
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:37
310
- #: ../4.1.0/includes/qmn_options_option_tab.php:55
311
- #: ../4.1.0/includes/qmn_options_questions_tab.php:117
312
- #: ../4.1.0/includes/qmn_options_questions_tab.php:144
313
- #: ../4.1.0/includes/qmn_options_questions_tab.php:228
314
- #: ../4.1.0/includes/qmn_options_questions_tab.php:321
315
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:53
316
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:93
317
- #: ../4.1.0/includes/qmn_options_style_tab.php:38
318
- #: ../4.1.0/includes/qmn_options_text_tab.php:54
319
- #: ../4.1.0/includes/qmn_options_tools_tab.php:35
320
- #: ../4.1.0/includes/qmn_quiz_creator.php:381
321
- #: ../4.1.0/includes/qmn_quiz_creator.php:447
322
- #: ../4.1.0/includes/qmn_quiz_creator.php:489
323
- #: ../4.1.0/includes/qmn_quiz_creator.php:635
324
- #: ../4.1.0/includes/qmn_quiz_creator.php:700
325
- #: ../4.1.0/includes/qmn_results.php:32
326
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:45
327
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:55
328
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:114
329
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:178
330
- #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:38
331
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:56
332
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:118
333
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:145
334
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:229
335
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:322
336
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:54
337
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:94
338
- #: ../quiz_master_next/includes/qmn_options_style_tab.php:39
339
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:55
340
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:36
341
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:382
342
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:448
343
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:490
344
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:648
345
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:713
346
- #: ../quiz_master_next/includes/qmn_results.php:36
347
- #: ../trunk/includes/qmn_options_certificate_tab.php:44
348
- #: ../trunk/includes/qmn_options_email_tab.php:54
349
- #: ../trunk/includes/qmn_options_email_tab.php:113
350
- #: ../trunk/includes/qmn_options_email_tab.php:177
351
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:37
352
- #: ../trunk/includes/qmn_options_option_tab.php:55
353
- #: ../trunk/includes/qmn_options_questions_tab.php:117
354
- #: ../trunk/includes/qmn_options_questions_tab.php:144
355
- #: ../trunk/includes/qmn_options_questions_tab.php:228
356
- #: ../trunk/includes/qmn_options_questions_tab.php:321
357
- #: ../trunk/includes/qmn_options_results_page_tab.php:53
358
- #: ../trunk/includes/qmn_options_results_page_tab.php:93
359
- #: ../trunk/includes/qmn_options_style_tab.php:38
360
- #: ../trunk/includes/qmn_options_text_tab.php:54
361
- #: ../trunk/includes/qmn_options_tools_tab.php:35
362
- #: ../trunk/includes/qmn_quiz_creator.php:381
363
- #: ../trunk/includes/qmn_quiz_creator.php:447
364
- #: ../trunk/includes/qmn_quiz_creator.php:489
365
- #: ../trunk/includes/qmn_quiz_creator.php:635
366
- #: ../trunk/includes/qmn_quiz_creator.php:700
367
- #: ../trunk/includes/qmn_results.php:32
368
- #: includes/qmn_options_certificate_tab.php:45
369
- #: includes/qmn_options_email_tab.php:55
370
- #: includes/qmn_options_email_tab.php:114
371
- #: includes/qmn_options_email_tab.php:178
372
- #: includes/qmn_options_leaderboard_tab.php:38
373
- #: includes/qmn_options_option_tab.php:56
374
- #: includes/qmn_options_questions_tab.php:118
375
- #: includes/qmn_options_questions_tab.php:145
376
- #: includes/qmn_options_questions_tab.php:229
377
- #: includes/qmn_options_questions_tab.php:322
378
- #: includes/qmn_options_results_page_tab.php:54
379
- #: includes/qmn_options_results_page_tab.php:94
380
- #: includes/qmn_options_style_tab.php:39 includes/qmn_options_text_tab.php:55
381
- #: includes/qmn_options_tools_tab.php:36 includes/qmn_quiz_creator.php:382
382
- #: includes/qmn_quiz_creator.php:448 includes/qmn_quiz_creator.php:490
383
- #: includes/qmn_quiz_creator.php:648 includes/qmn_quiz_creator.php:713
384
- #: includes/qmn_results.php:36
385
  #, php-format
386
- msgid ""
387
- "There has been an error in this action. Please share this with the "
388
- "developer. Error Code: %s"
389
- msgstr ""
390
- "Houve um erro nesta ação. Por favor, compartilhe isso com o desenvolvedor. "
391
- "Código de erro:%s"
392
 
393
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:60
394
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:61
395
- #: ../trunk/includes/qmn_options_certificate_tab.php:60
396
- #: includes/qmn_options_certificate_tab.php:61
397
- msgid "Enter title here"
398
- msgstr "Coloque o título aqui"
399
-
400
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:60
401
- #: ../4.1.0/includes/qmn_options_email_tab.php:72
402
- #: ../4.1.0/includes/qmn_options_email_tab.php:90
403
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:61
404
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:73
405
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:91
406
- #: ../trunk/includes/qmn_options_certificate_tab.php:60
407
- #: ../trunk/includes/qmn_options_email_tab.php:72
408
- #: ../trunk/includes/qmn_options_email_tab.php:90
409
- #: includes/qmn_options_certificate_tab.php:61
410
- #: includes/qmn_options_email_tab.php:73 includes/qmn_options_email_tab.php:91
411
  msgid "Enter text here"
412
  msgstr "Coloque o texto aqui"
413
 
414
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:69
415
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:70
416
- #: ../trunk/includes/qmn_options_certificate_tab.php:69
417
- #: includes/qmn_options_certificate_tab.php:70
418
- msgid "Quiz Certificate (Beta)"
419
- msgstr "Certificado de Avaliação"
420
-
421
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:70
422
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:71
423
- #: ../trunk/includes/qmn_options_certificate_tab.php:70
424
- #: includes/qmn_options_certificate_tab.php:71
425
- msgid ""
426
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
427
- "enter in the link variable into the templates on the Quiz Text tab so the "
428
- "user can access the certificate."
429
- msgstr ""
430
- "Digite em seu texto aqui para preencher o certificado para esta avaliação. "
431
- "Certifique-se de entrarno link para os modelos da guia Texto do Questionário "
432
- "de modo que o usuário pode acessar o certificado."
433
-
434
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:71
435
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:72
436
- #: ../trunk/includes/qmn_options_certificate_tab.php:71
437
- #: includes/qmn_options_certificate_tab.php:72
438
- msgid "These fields cannot contain HTML."
439
- msgstr "Estes campos não contém HTML."
440
-
441
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:72
442
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:128
443
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:73
444
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:129
445
- #: ../trunk/includes/qmn_options_certificate_tab.php:72
446
- #: ../trunk/includes/qmn_options_certificate_tab.php:128
447
- #: includes/qmn_options_certificate_tab.php:73
448
- #: includes/qmn_options_certificate_tab.php:129
449
- msgid "Save Certificate Options"
450
- msgstr "Salvar Opções de Certificado"
451
-
452
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:80
453
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:81
454
- #: ../trunk/includes/qmn_options_certificate_tab.php:80
455
- #: includes/qmn_options_certificate_tab.php:81
456
- msgid "Enable Certificates For This Quiz?"
457
- msgstr "Ativar Certificados para esta Avaliação?"
458
-
459
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:82
460
- #: ../4.1.0/includes/qmn_options_email_tab.php:324
461
- #: ../4.1.0/includes/qmn_options_email_tab.php:331
462
- #: ../4.1.0/includes/qmn_options_option_tab.php:101
463
- #: ../4.1.0/includes/qmn_options_option_tab.php:162
464
- #: ../4.1.0/includes/qmn_options_option_tab.php:169
465
- #: ../4.1.0/includes/qmn_options_option_tab.php:177
466
- #: ../4.1.0/includes/qmn_options_option_tab.php:185
467
- #: ../4.1.0/includes/qmn_options_option_tab.php:193
468
- #: ../4.1.0/includes/qmn_options_option_tab.php:201
469
- #: ../4.1.0/includes/qmn_options_option_tab.php:208
470
- #: ../4.1.0/includes/qmn_options_option_tab.php:215
471
- #: ../4.1.0/includes/qmn_options_questions_tab.php:672
472
- #: ../4.1.0/includes/qmn_options_questions_tab.php:827
473
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:236
474
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:83
475
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:325
476
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:332
477
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:102
478
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:163
479
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:170
480
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:178
481
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:186
482
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:194
483
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:202
484
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:209
485
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:216
486
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:674
487
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:830
488
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:247
489
- #: ../trunk/includes/qmn_options_certificate_tab.php:82
490
- #: ../trunk/includes/qmn_options_email_tab.php:324
491
- #: ../trunk/includes/qmn_options_email_tab.php:331
492
- #: ../trunk/includes/qmn_options_option_tab.php:101
493
- #: ../trunk/includes/qmn_options_option_tab.php:162
494
- #: ../trunk/includes/qmn_options_option_tab.php:169
495
- #: ../trunk/includes/qmn_options_option_tab.php:177
496
- #: ../trunk/includes/qmn_options_option_tab.php:185
497
- #: ../trunk/includes/qmn_options_option_tab.php:193
498
- #: ../trunk/includes/qmn_options_option_tab.php:201
499
- #: ../trunk/includes/qmn_options_option_tab.php:208
500
- #: ../trunk/includes/qmn_options_option_tab.php:215
501
- #: ../trunk/includes/qmn_options_questions_tab.php:672
502
- #: ../trunk/includes/qmn_options_questions_tab.php:827
503
- #: ../trunk/includes/qmn_options_results_page_tab.php:236
504
- #: includes/qmn_options_certificate_tab.php:83
505
- #: includes/qmn_options_email_tab.php:325
506
- #: includes/qmn_options_email_tab.php:332
507
- #: includes/qmn_options_option_tab.php:102
508
- #: includes/qmn_options_option_tab.php:163
509
- #: includes/qmn_options_option_tab.php:170
510
- #: includes/qmn_options_option_tab.php:178
511
- #: includes/qmn_options_option_tab.php:186
512
- #: includes/qmn_options_option_tab.php:194
513
- #: includes/qmn_options_option_tab.php:202
514
- #: includes/qmn_options_option_tab.php:209
515
- #: includes/qmn_options_option_tab.php:216
516
- #: includes/qmn_options_questions_tab.php:674
517
- #: includes/qmn_options_questions_tab.php:830
518
- #: includes/qmn_options_results_page_tab.php:247
519
- msgid "Yes"
520
- msgstr "Sim"
521
-
522
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:83
523
- #: ../4.1.0/includes/qmn_options_email_tab.php:325
524
- #: ../4.1.0/includes/qmn_options_email_tab.php:332
525
- #: ../4.1.0/includes/qmn_options_option_tab.php:102
526
- #: ../4.1.0/includes/qmn_options_option_tab.php:149
527
- #: ../4.1.0/includes/qmn_options_option_tab.php:163
528
- #: ../4.1.0/includes/qmn_options_option_tab.php:171
529
- #: ../4.1.0/includes/qmn_options_option_tab.php:179
530
- #: ../4.1.0/includes/qmn_options_option_tab.php:187
531
- #: ../4.1.0/includes/qmn_options_option_tab.php:195
532
- #: ../4.1.0/includes/qmn_options_option_tab.php:202
533
- #: ../4.1.0/includes/qmn_options_option_tab.php:209
534
- #: ../4.1.0/includes/qmn_options_option_tab.php:216
535
- #: ../4.1.0/includes/qmn_options_questions_tab.php:673
536
- #: ../4.1.0/includes/qmn_options_questions_tab.php:828
537
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:236
538
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:84
539
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:326
540
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:333
541
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:103
542
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:150
543
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:164
544
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:172
545
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:180
546
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:188
547
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:196
548
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:203
549
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:210
550
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:217
551
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:675
552
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:831
553
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:247
554
- #: ../trunk/includes/qmn_options_certificate_tab.php:83
555
- #: ../trunk/includes/qmn_options_email_tab.php:325
556
- #: ../trunk/includes/qmn_options_email_tab.php:332
557
- #: ../trunk/includes/qmn_options_option_tab.php:102
558
- #: ../trunk/includes/qmn_options_option_tab.php:149
559
- #: ../trunk/includes/qmn_options_option_tab.php:163
560
- #: ../trunk/includes/qmn_options_option_tab.php:171
561
- #: ../trunk/includes/qmn_options_option_tab.php:179
562
- #: ../trunk/includes/qmn_options_option_tab.php:187
563
- #: ../trunk/includes/qmn_options_option_tab.php:195
564
- #: ../trunk/includes/qmn_options_option_tab.php:202
565
- #: ../trunk/includes/qmn_options_option_tab.php:209
566
- #: ../trunk/includes/qmn_options_option_tab.php:216
567
- #: ../trunk/includes/qmn_options_questions_tab.php:673
568
- #: ../trunk/includes/qmn_options_questions_tab.php:828
569
- #: ../trunk/includes/qmn_options_results_page_tab.php:236
570
- #: includes/qmn_options_certificate_tab.php:84
571
- #: includes/qmn_options_email_tab.php:326
572
- #: includes/qmn_options_email_tab.php:333
573
- #: includes/qmn_options_option_tab.php:103
574
- #: includes/qmn_options_option_tab.php:150
575
- #: includes/qmn_options_option_tab.php:164
576
- #: includes/qmn_options_option_tab.php:172
577
- #: includes/qmn_options_option_tab.php:180
578
- #: includes/qmn_options_option_tab.php:188
579
- #: includes/qmn_options_option_tab.php:196
580
- #: includes/qmn_options_option_tab.php:203
581
- #: includes/qmn_options_option_tab.php:210
582
- #: includes/qmn_options_option_tab.php:217
583
- #: includes/qmn_options_questions_tab.php:675
584
- #: includes/qmn_options_questions_tab.php:831
585
- #: includes/qmn_options_results_page_tab.php:247
586
- msgid "No"
587
- msgstr "Não"
588
-
589
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:88
590
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:89
591
- #: ../trunk/includes/qmn_options_certificate_tab.php:88
592
- #: includes/qmn_options_certificate_tab.php:89
593
- msgid "Certificate Title"
594
- msgstr "Título do Certificado"
595
-
596
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:95
597
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:96
598
- #: ../trunk/includes/qmn_options_certificate_tab.php:95
599
- #: includes/qmn_options_certificate_tab.php:96
600
- msgid "Message Displayed On Certificate"
601
- msgstr "Mensagem exibida no Certificado"
602
-
603
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:97
604
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:90
605
- #: ../4.1.0/includes/qmn_options_text_tab.php:180
606
- #: ../4.1.0/includes/qmn_options_text_tab.php:190
607
- #: ../4.1.0/includes/qmn_options_text_tab.php:200
608
- #: ../4.1.0/includes/qmn_options_text_tab.php:210
609
- #: ../4.1.0/includes/qmn_options_text_tab.php:220
610
- #: ../4.1.0/includes/qmn_options_text_tab.php:230
611
- #: ../4.1.0/includes/qmn_options_text_tab.php:240
612
- #: ../4.1.0/includes/qmn_options_text_tab.php:250
613
- #: ../4.1.0/includes/qmn_options_text_tab.php:263
614
- #: ../4.1.0/includes/qmn_options_text_tab.php:280
615
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:98
616
- #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:91
617
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:181
618
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:191
619
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:201
620
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:211
621
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:221
622
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:231
623
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:241
624
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:251
625
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:264
626
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:281
627
- #: ../trunk/includes/qmn_options_certificate_tab.php:97
628
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:90
629
- #: ../trunk/includes/qmn_options_text_tab.php:180
630
- #: ../trunk/includes/qmn_options_text_tab.php:190
631
- #: ../trunk/includes/qmn_options_text_tab.php:200
632
- #: ../trunk/includes/qmn_options_text_tab.php:210
633
- #: ../trunk/includes/qmn_options_text_tab.php:220
634
- #: ../trunk/includes/qmn_options_text_tab.php:230
635
- #: ../trunk/includes/qmn_options_text_tab.php:240
636
- #: ../trunk/includes/qmn_options_text_tab.php:250
637
- #: ../trunk/includes/qmn_options_text_tab.php:263
638
- #: ../trunk/includes/qmn_options_text_tab.php:280
639
- #: includes/qmn_options_certificate_tab.php:98
640
- #: includes/qmn_options_leaderboard_tab.php:91
641
- #: includes/qmn_options_text_tab.php:181 includes/qmn_options_text_tab.php:191
642
- #: includes/qmn_options_text_tab.php:201 includes/qmn_options_text_tab.php:211
643
- #: includes/qmn_options_text_tab.php:221 includes/qmn_options_text_tab.php:231
644
- #: includes/qmn_options_text_tab.php:241 includes/qmn_options_text_tab.php:251
645
- #: includes/qmn_options_text_tab.php:264 includes/qmn_options_text_tab.php:281
646
- msgid "Allowed Variables:"
647
- msgstr "Variaveis Mantidas:"
648
-
649
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:115
650
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:116
651
- #: ../trunk/includes/qmn_options_certificate_tab.php:115
652
- #: includes/qmn_options_certificate_tab.php:116
653
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
654
- msgstr "URL para o Logo ( JPG, JPEG, PNG or GIF)"
655
-
656
- #: ../4.1.0/includes/qmn_options_certificate_tab.php:122
657
- #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:123
658
- #: ../trunk/includes/qmn_options_certificate_tab.php:122
659
- #: includes/qmn_options_certificate_tab.php:123
660
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
661
- msgstr "URL para o Background Img ( JPG, JPEG, PNG or GIF)"
662
-
663
- #: ../4.1.0/includes/qmn_options_email_tab.php:5
664
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:6
665
- #: ../trunk/includes/qmn_options_email_tab.php:5
666
- #: includes/qmn_options_email_tab.php:6
667
- msgid "Emails"
668
- msgstr "e-mails"
669
-
670
- #: ../4.1.0/includes/qmn_options_email_tab.php:41
671
- #: ../4.1.0/includes/qmn_options_email_tab.php:100
672
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:42
673
- #: ../quiz_master_next/includes/qmn_options_email_tab.php:101
674
- #: ../trunk/includes/qmn_options_email_tab.php:41
675
- #: ../trunk/includes/qmn_options_email_tab.php:100
676
- #: includes/qmn_options_email_tab.php:42
677
- #: includes/qmn_options_email_tab.php:101
678
- msgid "The email has been added successfully."
679
- msgstr "E-mail adicionado com sucesso"
680
-
681
- #: ../4.1.0/includes/qmn_options_email_tab.php:164
682
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:165
683
- #: ../trunk/includes/qmn_options_email_tab.php:164
684
- #: includes/qmn_options_email_tab.php:165
685
  msgid "The email has been updated successfully."
686
  msgstr "E-mail atualizado com sucesso"
687
 
688
- #: ../4.1.0/includes/qmn_options_email_tab.php:231
689
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:48
690
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:133
691
- #: ../4.1.0/includes/qmn_options_text_tab.php:91
692
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:232
693
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:49
694
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:134
695
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:92
696
- #: ../trunk/includes/qmn_options_email_tab.php:231
697
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:48
698
- #: ../trunk/includes/qmn_options_results_page_tab.php:133
699
- #: ../trunk/includes/qmn_options_text_tab.php:91
700
- #: includes/qmn_options_email_tab.php:232
701
- #: includes/qmn_options_leaderboard_tab.php:49
702
- #: includes/qmn_options_results_page_tab.php:134
703
- #: includes/qmn_options_text_tab.php:92
704
  msgid "Template Variables"
705
  msgstr "Modelos Variáveis"
706
 
707
- #: ../4.1.0/includes/qmn_options_email_tab.php:234
708
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:136
709
- #: ../4.1.0/includes/qmn_options_text_tab.php:94
710
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:235
711
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:137
712
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:95
713
- #: ../trunk/includes/qmn_options_email_tab.php:234
714
- #: ../trunk/includes/qmn_options_results_page_tab.php:136
715
- #: ../trunk/includes/qmn_options_text_tab.php:94
716
- #: includes/qmn_options_email_tab.php:235
717
- #: includes/qmn_options_results_page_tab.php:137
718
- #: includes/qmn_options_text_tab.php:95
719
  msgid "Score for the quiz when using points"
720
  msgstr "Pontuação para avaliação que usa pontos"
721
 
722
- #: ../4.1.0/includes/qmn_options_email_tab.php:237
723
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:139
724
- #: ../4.1.0/includes/qmn_options_text_tab.php:97
725
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:238
726
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:140
727
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:98
728
- #: ../trunk/includes/qmn_options_email_tab.php:237
729
- #: ../trunk/includes/qmn_options_results_page_tab.php:139
730
- #: ../trunk/includes/qmn_options_text_tab.php:97
731
- #: includes/qmn_options_email_tab.php:238
732
- #: includes/qmn_options_results_page_tab.php:140
733
- #: includes/qmn_options_text_tab.php:98
734
  msgid "The average amount of points user had per question"
735
  msgstr "A quantidade média de pontos que o usuário tinha por pergunta"
736
 
737
- #: ../4.1.0/includes/qmn_options_email_tab.php:240
738
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:142
739
- #: ../4.1.0/includes/qmn_options_text_tab.php:100
740
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:241
741
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:143
742
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:101
743
- #: ../trunk/includes/qmn_options_email_tab.php:240
744
- #: ../trunk/includes/qmn_options_results_page_tab.php:142
745
- #: ../trunk/includes/qmn_options_text_tab.php:100
746
- #: includes/qmn_options_email_tab.php:241
747
- #: includes/qmn_options_results_page_tab.php:143
748
- #: includes/qmn_options_text_tab.php:101
749
  msgid "The number of correct answers the user had"
750
  msgstr "Número de respostas corretas que o usuario obteve"
751
 
752
- #: ../4.1.0/includes/qmn_options_email_tab.php:243
753
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:145
754
- #: ../4.1.0/includes/qmn_options_text_tab.php:103
755
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:244
756
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:146
757
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:104
758
- #: ../trunk/includes/qmn_options_email_tab.php:243
759
- #: ../trunk/includes/qmn_options_results_page_tab.php:145
760
- #: ../trunk/includes/qmn_options_text_tab.php:103
761
- #: includes/qmn_options_email_tab.php:244
762
- #: includes/qmn_options_results_page_tab.php:146
763
- #: includes/qmn_options_text_tab.php:104
764
  msgid "The total number of questions in the quiz"
765
  msgstr "O número total de perguntas no questionário"
766
 
767
- #: ../4.1.0/includes/qmn_options_email_tab.php:246
768
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:148
769
- #: ../4.1.0/includes/qmn_options_text_tab.php:106
770
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:247
771
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:149
772
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:107
773
- #: ../trunk/includes/qmn_options_email_tab.php:246
774
- #: ../trunk/includes/qmn_options_results_page_tab.php:148
775
- #: ../trunk/includes/qmn_options_text_tab.php:106
776
- #: includes/qmn_options_email_tab.php:247
777
- #: includes/qmn_options_results_page_tab.php:149
778
- #: includes/qmn_options_text_tab.php:107
779
  msgid "Score for the quiz when using correct answers"
780
  msgstr "Pontuação para o questionário ao usar respostas corretas"
781
 
782
- #: ../4.1.0/includes/qmn_options_email_tab.php:249
783
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:151
784
- #: ../4.1.0/includes/qmn_options_text_tab.php:109
785
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:250
786
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:152
787
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:110
788
- #: ../trunk/includes/qmn_options_email_tab.php:249
789
- #: ../trunk/includes/qmn_options_results_page_tab.php:151
790
- #: ../trunk/includes/qmn_options_text_tab.php:109
791
- #: includes/qmn_options_email_tab.php:250
792
- #: includes/qmn_options_results_page_tab.php:152
793
- #: includes/qmn_options_text_tab.php:110
794
  msgid "The name the user entered before the quiz"
795
  msgstr "O nome do usuário inserido antes do questionário"
796
 
797
- #: ../4.1.0/includes/qmn_options_email_tab.php:252
798
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:154
799
- #: ../4.1.0/includes/qmn_options_text_tab.php:112
800
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:253
801
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:155
802
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:113
803
- #: ../trunk/includes/qmn_options_email_tab.php:252
804
- #: ../trunk/includes/qmn_options_results_page_tab.php:154
805
- #: ../trunk/includes/qmn_options_text_tab.php:112
806
- #: includes/qmn_options_email_tab.php:253
807
- #: includes/qmn_options_results_page_tab.php:155
808
- #: includes/qmn_options_text_tab.php:113
809
  msgid "The business the user entered before the quiz"
810
  msgstr "O negócio que o usuário digitou antes do quiz"
811
 
812
- #: ../4.1.0/includes/qmn_options_email_tab.php:255
813
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:157
814
- #: ../4.1.0/includes/qmn_options_text_tab.php:115
815
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:256
816
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:158
817
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:116
818
- #: ../trunk/includes/qmn_options_email_tab.php:255
819
- #: ../trunk/includes/qmn_options_results_page_tab.php:157
820
- #: ../trunk/includes/qmn_options_text_tab.php:115
821
- #: includes/qmn_options_email_tab.php:256
822
- #: includes/qmn_options_results_page_tab.php:158
823
- #: includes/qmn_options_text_tab.php:116
824
  msgid "The phone number the user entered before the quiz"
825
  msgstr "O numero de telefone que o usuário digitou antes do quiz"
826
 
827
- #: ../4.1.0/includes/qmn_options_email_tab.php:258
828
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:160
829
- #: ../4.1.0/includes/qmn_options_text_tab.php:118
830
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:259
831
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:161
832
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:119
833
- #: ../trunk/includes/qmn_options_email_tab.php:258
834
- #: ../trunk/includes/qmn_options_results_page_tab.php:160
835
- #: ../trunk/includes/qmn_options_text_tab.php:118
836
- #: includes/qmn_options_email_tab.php:259
837
- #: includes/qmn_options_results_page_tab.php:161
838
- #: includes/qmn_options_text_tab.php:119
839
  msgid "The email the user entered before the quiz"
840
  msgstr "O e-mail que o usuário digitou antes do quiz"
841
 
842
- #: ../4.1.0/includes/qmn_options_email_tab.php:261
843
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:76
844
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:163
845
- #: ../4.1.0/includes/qmn_options_text_tab.php:121
846
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:262
847
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:77
848
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:164
849
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:122
850
- #: ../trunk/includes/qmn_options_email_tab.php:261
851
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:76
852
- #: ../trunk/includes/qmn_options_results_page_tab.php:163
853
- #: ../trunk/includes/qmn_options_text_tab.php:121
854
- #: includes/qmn_options_email_tab.php:262
855
- #: includes/qmn_options_leaderboard_tab.php:77
856
- #: includes/qmn_options_results_page_tab.php:164
857
- #: includes/qmn_options_text_tab.php:122
858
  msgid "The name of the quiz"
859
  msgstr "Nome do questionário"
860
 
861
- #: ../4.1.0/includes/qmn_options_email_tab.php:264
862
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:166
863
- #: ../4.1.0/includes/qmn_options_text_tab.php:124
864
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:265
865
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:167
866
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:125
867
- #: ../trunk/includes/qmn_options_email_tab.php:264
868
- #: ../trunk/includes/qmn_options_results_page_tab.php:166
869
- #: ../trunk/includes/qmn_options_text_tab.php:124
870
- #: includes/qmn_options_email_tab.php:265
871
- #: includes/qmn_options_results_page_tab.php:167
872
- #: includes/qmn_options_text_tab.php:125
873
- msgid ""
874
- "Shows the question, the answer the user provided, and the correct answer"
875
- msgstr ""
876
- "Mostra a pergunta, a resposta do usuário fornecido, e a resposta correta"
877
 
878
- #: ../4.1.0/includes/qmn_options_email_tab.php:267
879
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:169
880
- #: ../4.1.0/includes/qmn_options_text_tab.php:127
881
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:268
882
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:170
883
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:128
884
- #: ../trunk/includes/qmn_options_email_tab.php:267
885
- #: ../trunk/includes/qmn_options_results_page_tab.php:169
886
- #: ../trunk/includes/qmn_options_text_tab.php:127
887
- #: includes/qmn_options_email_tab.php:268
888
- #: includes/qmn_options_results_page_tab.php:170
889
- #: includes/qmn_options_text_tab.php:128
890
  msgid "The comments the user entered into comment box if enabled"
891
- msgstr ""
892
- "Os comentários que o usuário entrou em caixa de comentário se habilitado"
893
 
894
- #: ../4.1.0/includes/qmn_options_email_tab.php:270
895
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:172
896
- #: ../4.1.0/includes/qmn_options_text_tab.php:130
897
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:271
898
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:173
899
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:131
900
- #: ../trunk/includes/qmn_options_email_tab.php:270
901
- #: ../trunk/includes/qmn_options_results_page_tab.php:172
902
- #: ../trunk/includes/qmn_options_text_tab.php:130
903
- #: includes/qmn_options_email_tab.php:271
904
- #: includes/qmn_options_results_page_tab.php:173
905
- #: includes/qmn_options_text_tab.php:131
906
  msgid "The amount of time user spent of quiz"
907
  msgstr "Tempo gasto do usuário na avaliação"
908
 
909
- #: ../4.1.0/includes/qmn_options_email_tab.php:273
910
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:175
911
- #: ../4.1.0/includes/qmn_options_text_tab.php:133
912
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:274
913
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:176
914
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:134
915
- #: ../trunk/includes/qmn_options_email_tab.php:273
916
- #: ../trunk/includes/qmn_options_results_page_tab.php:175
917
- #: ../trunk/includes/qmn_options_text_tab.php:133
918
- #: includes/qmn_options_email_tab.php:274
919
- #: includes/qmn_options_results_page_tab.php:176
920
- #: includes/qmn_options_text_tab.php:134
921
  msgid "The link to the certificate after completing the quiz"
922
  msgstr "Link para o certificado após a conclusão do teste"
923
 
924
- #: ../4.1.0/includes/qmn_options_email_tab.php:276
925
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:178
926
- #: ../4.1.0/includes/qmn_options_text_tab.php:136
927
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:277
928
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:179
929
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:137
930
- #: ../trunk/includes/qmn_options_email_tab.php:276
931
- #: ../trunk/includes/qmn_options_results_page_tab.php:178
932
- #: ../trunk/includes/qmn_options_text_tab.php:136
933
- #: includes/qmn_options_email_tab.php:277
934
- #: includes/qmn_options_results_page_tab.php:179
935
- #: includes/qmn_options_text_tab.php:137
936
  msgid "The amount of points a specific category earned."
937
  msgstr "A quantidade de pontos de uma categoria específica obteve."
938
 
939
- #: ../4.1.0/includes/qmn_options_email_tab.php:279
940
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:181
941
- #: ../4.1.0/includes/qmn_options_text_tab.php:139
942
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:280
943
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:182
944
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:140
945
- #: ../trunk/includes/qmn_options_email_tab.php:279
946
- #: ../trunk/includes/qmn_options_results_page_tab.php:181
947
- #: ../trunk/includes/qmn_options_text_tab.php:139
948
- #: includes/qmn_options_email_tab.php:280
949
- #: includes/qmn_options_results_page_tab.php:182
950
- #: includes/qmn_options_text_tab.php:140
951
  msgid "The score a specific category earned."
952
  msgstr "A pontuação de uma categoria específica obteve."
953
 
954
- #: ../4.1.0/includes/qmn_options_email_tab.php:282
955
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:184
956
- #: ../4.1.0/includes/qmn_options_text_tab.php:142
957
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:283
958
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:185
959
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:143
960
- #: ../trunk/includes/qmn_options_email_tab.php:282
961
- #: ../trunk/includes/qmn_options_results_page_tab.php:184
962
- #: ../trunk/includes/qmn_options_text_tab.php:142
963
- #: includes/qmn_options_email_tab.php:283
964
- #: includes/qmn_options_results_page_tab.php:185
965
- #: includes/qmn_options_text_tab.php:143
966
  msgid "The average points from all categories."
967
  msgstr "Os pontos médios de todas as categorias."
968
 
969
- #: ../4.1.0/includes/qmn_options_email_tab.php:285
970
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:187
971
- #: ../4.1.0/includes/qmn_options_text_tab.php:145
972
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:286
973
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:188
974
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:146
975
- #: ../trunk/includes/qmn_options_email_tab.php:285
976
- #: ../trunk/includes/qmn_options_results_page_tab.php:187
977
- #: ../trunk/includes/qmn_options_text_tab.php:145
978
- #: includes/qmn_options_email_tab.php:286
979
- #: includes/qmn_options_results_page_tab.php:188
980
- #: includes/qmn_options_text_tab.php:146
981
  msgid "The average score from all categories."
982
  msgstr "Pontuação média de todas as categorias."
983
 
984
- #: ../4.1.0/includes/qmn_options_email_tab.php:288
985
- #: ../4.1.0/includes/qmn_options_text_tab.php:148
986
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:289
987
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:149
988
- #: ../trunk/includes/qmn_options_email_tab.php:288
989
- #: ../trunk/includes/qmn_options_text_tab.php:148
990
- #: includes/qmn_options_email_tab.php:289
991
- #: includes/qmn_options_text_tab.php:149
992
  msgid "The question that the user answered"
993
  msgstr "A pergunta que o usuário respondeu"
994
 
995
- #: ../4.1.0/includes/qmn_options_email_tab.php:291
996
- #: ../4.1.0/includes/qmn_options_text_tab.php:151
997
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:292
998
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:152
999
- #: ../trunk/includes/qmn_options_email_tab.php:291
1000
- #: ../trunk/includes/qmn_options_text_tab.php:151
1001
- #: includes/qmn_options_email_tab.php:292
1002
- #: includes/qmn_options_text_tab.php:152
1003
  msgid "The answer the user gave for the question"
1004
  msgstr "A resposta que o usuário deu para a pergunta"
1005
 
1006
- #: ../4.1.0/includes/qmn_options_email_tab.php:294
1007
- #: ../4.1.0/includes/qmn_options_text_tab.php:154
1008
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:295
1009
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:155
1010
- #: ../trunk/includes/qmn_options_email_tab.php:294
1011
- #: ../trunk/includes/qmn_options_text_tab.php:154
1012
- #: includes/qmn_options_email_tab.php:295
1013
- #: includes/qmn_options_text_tab.php:155
1014
  msgid "The correct answer for the question"
1015
  msgstr "A resposta correta para a pergunta"
1016
 
1017
- #: ../4.1.0/includes/qmn_options_email_tab.php:297
1018
- #: ../4.1.0/includes/qmn_options_text_tab.php:157
1019
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:298
1020
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:158
1021
- #: ../trunk/includes/qmn_options_email_tab.php:297
1022
- #: ../trunk/includes/qmn_options_text_tab.php:157
1023
- #: includes/qmn_options_email_tab.php:298
1024
- #: includes/qmn_options_text_tab.php:158
1025
  msgid "The comments the user provided in the comment field for the question"
1026
- msgstr ""
1027
- "Os comentários do usuário fornecidos no campo de comentários para a questão"
1028
 
1029
- #: ../4.1.0/includes/qmn_options_email_tab.php:300
1030
- #: ../4.1.0/includes/qmn_options_text_tab.php:160
1031
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:301
1032
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:161
1033
- #: ../trunk/includes/qmn_options_email_tab.php:300
1034
- #: ../trunk/includes/qmn_options_text_tab.php:160
1035
- #: includes/qmn_options_email_tab.php:301
1036
- #: includes/qmn_options_text_tab.php:161
1037
  msgid "Reason why the correct answer is the correct answer"
1038
  msgstr "Razão pela qual a resposta está correta"
1039
 
1040
- #: ../4.1.0/includes/qmn_options_email_tab.php:303
1041
- #: ../4.1.0/includes/qmn_options_text_tab.php:163
1042
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:304
1043
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:164
1044
- #: ../trunk/includes/qmn_options_email_tab.php:303
1045
- #: ../trunk/includes/qmn_options_text_tab.php:163
1046
- #: includes/qmn_options_email_tab.php:304
1047
- #: includes/qmn_options_text_tab.php:164
1048
  msgid "The Current Date"
1049
  msgstr "Data atual"
1050
 
1051
- #: ../4.1.0/includes/qmn_options_email_tab.php:318
1052
- #: ../4.1.0/includes/qmn_options_email_tab.php:517
1053
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:319
1054
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:518
1055
- #: ../trunk/includes/qmn_options_email_tab.php:318
1056
- #: ../trunk/includes/qmn_options_email_tab.php:517
1057
- #: includes/qmn_options_email_tab.php:319
1058
- #: includes/qmn_options_email_tab.php:518
1059
  msgid "Save Email Templates And Settings"
1060
  msgstr "Salvar modelo de e-mail e configurações"
1061
 
1062
- #: ../4.1.0/includes/qmn_options_email_tab.php:322
1063
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:323
1064
- #: ../trunk/includes/qmn_options_email_tab.php:322
1065
- #: includes/qmn_options_email_tab.php:323
1066
  msgid "Send user email upon completion?"
1067
  msgstr "Enviar e-mail do usuário após a conclusão?"
1068
 
1069
- #: ../4.1.0/includes/qmn_options_email_tab.php:329
 
 
 
 
 
 
 
 
 
1070
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:330
1071
- #: ../trunk/includes/qmn_options_email_tab.php:329
1072
- #: includes/qmn_options_email_tab.php:330
1073
  msgid "Send admin email upon completion?"
1074
  msgstr "Enviar e-mail de administração após a conclusão?"
1075
 
1076
- #: ../4.1.0/includes/qmn_options_email_tab.php:336
1077
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:337
1078
- #: ../trunk/includes/qmn_options_email_tab.php:336
1079
- #: includes/qmn_options_email_tab.php:337
1080
- msgid ""
1081
- "What emails should we send the admin email to? Separate emails with a comma."
1082
- msgstr ""
1083
- "Qual endereços de e-mails que devemos enviar para administração? Separar e-"
1084
- "mails com uma vírgula."
1085
 
1086
- #: ../4.1.0/includes/qmn_options_email_tab.php:340
1087
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:341
1088
- #: ../trunk/includes/qmn_options_email_tab.php:340
1089
- #: includes/qmn_options_email_tab.php:341
1090
  msgid "What is the From Name for the email sent to users and admin?"
1091
  msgstr "Qual é o nome a partir do e-mail enviado aos usuários e administrador?"
1092
 
1093
- #: ../4.1.0/includes/qmn_options_email_tab.php:346
1094
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:347
1095
- #: ../trunk/includes/qmn_options_email_tab.php:346
1096
- #: includes/qmn_options_email_tab.php:347
1097
  msgid "Email Sent To User"
1098
  msgstr "e-mail enviado ao usuário"
1099
 
1100
- #: ../4.1.0/includes/qmn_options_email_tab.php:347
1101
- #: ../4.1.0/includes/qmn_options_email_tab.php:425
1102
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:348
1103
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:426
1104
- #: ../trunk/includes/qmn_options_email_tab.php:347
1105
- #: ../trunk/includes/qmn_options_email_tab.php:425
1106
- #: includes/qmn_options_email_tab.php:348
1107
- #: includes/qmn_options_email_tab.php:426
1108
  msgid "Add New User Email"
1109
  msgstr "Adicionar novo usuário de e-mail"
1110
 
1111
- #: ../4.1.0/includes/qmn_options_email_tab.php:352
1112
- #: ../4.1.0/includes/qmn_options_email_tab.php:418
1113
- #: ../4.1.0/includes/qmn_options_email_tab.php:439
1114
- #: ../4.1.0/includes/qmn_options_email_tab.php:505
1115
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:199
1116
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:256
1117
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:353
1118
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:419
1119
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:440
1120
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:506
1121
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:206
1122
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:270
1123
- #: ../trunk/includes/qmn_options_email_tab.php:352
1124
- #: ../trunk/includes/qmn_options_email_tab.php:418
1125
- #: ../trunk/includes/qmn_options_email_tab.php:439
1126
- #: ../trunk/includes/qmn_options_email_tab.php:505
1127
- #: ../trunk/includes/qmn_options_results_page_tab.php:199
1128
- #: ../trunk/includes/qmn_options_results_page_tab.php:256
1129
- #: includes/qmn_options_email_tab.php:353
1130
- #: includes/qmn_options_email_tab.php:419
1131
- #: includes/qmn_options_email_tab.php:440
1132
- #: includes/qmn_options_email_tab.php:506
1133
- #: includes/qmn_options_results_page_tab.php:206
1134
- #: includes/qmn_options_results_page_tab.php:270
1135
  msgid "Score Greater Than Or Equal To"
1136
  msgstr "Escore maior ou igual a"
1137
 
1138
- #: ../4.1.0/includes/qmn_options_email_tab.php:353
1139
- #: ../4.1.0/includes/qmn_options_email_tab.php:419
1140
- #: ../4.1.0/includes/qmn_options_email_tab.php:440
1141
- #: ../4.1.0/includes/qmn_options_email_tab.php:506
1142
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:200
1143
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:257
1144
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:354
1145
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:420
1146
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:441
1147
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:507
1148
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:207
1149
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:271
1150
- #: ../trunk/includes/qmn_options_email_tab.php:353
1151
- #: ../trunk/includes/qmn_options_email_tab.php:419
1152
- #: ../trunk/includes/qmn_options_email_tab.php:440
1153
- #: ../trunk/includes/qmn_options_email_tab.php:506
1154
- #: ../trunk/includes/qmn_options_results_page_tab.php:200
1155
- #: ../trunk/includes/qmn_options_results_page_tab.php:257
1156
- #: includes/qmn_options_email_tab.php:354
1157
- #: includes/qmn_options_email_tab.php:420
1158
- #: includes/qmn_options_email_tab.php:441
1159
- #: includes/qmn_options_email_tab.php:507
1160
- #: includes/qmn_options_results_page_tab.php:207
1161
- #: includes/qmn_options_results_page_tab.php:271
1162
  msgid "Score Less Than Or Equal To"
1163
  msgstr "Escore menor ou igual a"
1164
 
1165
- #: ../4.1.0/includes/qmn_options_email_tab.php:354
1166
- #: ../4.1.0/includes/qmn_options_email_tab.php:420
1167
- #: ../4.1.0/includes/qmn_options_email_tab.php:441
1168
- #: ../4.1.0/includes/qmn_options_email_tab.php:507
1169
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:355
1170
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:421
1171
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:442
1172
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:508
1173
- #: ../trunk/includes/qmn_options_email_tab.php:354
1174
- #: ../trunk/includes/qmn_options_email_tab.php:420
1175
- #: ../trunk/includes/qmn_options_email_tab.php:441
1176
- #: ../trunk/includes/qmn_options_email_tab.php:507
1177
- #: includes/qmn_options_email_tab.php:355
1178
- #: includes/qmn_options_email_tab.php:421
1179
- #: includes/qmn_options_email_tab.php:442
1180
- #: includes/qmn_options_email_tab.php:508
1181
  msgid "Subject"
1182
  msgstr "Assunto"
1183
 
1184
- #: ../4.1.0/includes/qmn_options_email_tab.php:355
1185
- #: ../4.1.0/includes/qmn_options_email_tab.php:421
1186
- #: ../4.1.0/includes/qmn_options_email_tab.php:442
1187
- #: ../4.1.0/includes/qmn_options_email_tab.php:508
1188
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:356
1189
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:422
1190
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:443
1191
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:509
1192
- #: ../trunk/includes/qmn_options_email_tab.php:355
1193
- #: ../trunk/includes/qmn_options_email_tab.php:421
1194
- #: ../trunk/includes/qmn_options_email_tab.php:442
1195
- #: ../trunk/includes/qmn_options_email_tab.php:508
1196
- #: includes/qmn_options_email_tab.php:356
1197
- #: includes/qmn_options_email_tab.php:422
1198
- #: includes/qmn_options_email_tab.php:443
1199
- #: includes/qmn_options_email_tab.php:509
1200
  msgid "Email To Send"
1201
  msgstr "Enviar e-mail para"
1202
 
1203
- #: ../4.1.0/includes/qmn_options_email_tab.php:433
1204
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:434
1205
- #: ../trunk/includes/qmn_options_email_tab.php:433
1206
- #: includes/qmn_options_email_tab.php:434
1207
  msgid "Email Sent To Admin"
1208
  msgstr "Enviar e-mail para admin"
1209
 
1210
- #: ../4.1.0/includes/qmn_options_email_tab.php:434
1211
- #: ../4.1.0/includes/qmn_options_email_tab.php:512
1212
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:435
1213
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:513
1214
- #: ../trunk/includes/qmn_options_email_tab.php:434
1215
- #: ../trunk/includes/qmn_options_email_tab.php:512
1216
- #: includes/qmn_options_email_tab.php:435
1217
- #: includes/qmn_options_email_tab.php:513
1218
  msgid "Add New Admin Email"
1219
  msgstr "Adicionar novo e-mail de administrador"
1220
 
1221
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:5
1222
- #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:6
1223
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:5
1224
- #: includes/qmn_options_leaderboard_tab.php:6
1225
- msgid "Leaderboard"
1226
- msgstr "Classificação"
1227
-
1228
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:24
1229
- #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:25
1230
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:24
1231
- #: includes/qmn_options_leaderboard_tab.php:25
1232
- msgid "The leaderboards has been updated successfully."
1233
- msgstr "As tabelas de classificação foi atualizado com sucesso."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1234
 
1235
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:51
1236
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:52
1237
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:51
1238
- #: includes/qmn_options_leaderboard_tab.php:52
1239
  msgid "The name of the user who is in first place"
1240
  msgstr "O nome do usuário que está em primeiro lugar"
1241
 
1242
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:52
1243
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:53
1244
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:52
1245
- #: includes/qmn_options_leaderboard_tab.php:53
1246
  msgid "The score from the first place's quiz"
1247
  msgstr "A pontuação do questionário do primeiro lugar"
1248
 
1249
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:56
1250
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:57
1251
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:56
1252
- #: includes/qmn_options_leaderboard_tab.php:57
1253
  msgid "The name of the user who is in second place"
1254
  msgstr "O nome do usuário que está em segundo lugar"
1255
 
1256
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:57
1257
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:58
1258
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:57
1259
- #: includes/qmn_options_leaderboard_tab.php:58
1260
  msgid "The score from the second place's quiz"
1261
  msgstr "A pontuação do teste do segundo lugar"
1262
 
1263
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:61
1264
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:62
1265
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:61
1266
- #: includes/qmn_options_leaderboard_tab.php:62
1267
  msgid "The name of the user who is in third place"
1268
  msgstr "O nome do usuário que está em terceiro lugar"
1269
 
1270
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:62
1271
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:63
1272
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:62
1273
- #: includes/qmn_options_leaderboard_tab.php:63
1274
  msgid "The score from the third place's quiz"
1275
  msgstr "A pontuação do teste do terceiro lugar"
1276
 
1277
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:66
1278
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:67
1279
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:66
1280
- #: includes/qmn_options_leaderboard_tab.php:67
1281
  msgid "The name of the user who is in fourth place"
1282
  msgstr "O nome do usuário que está em quarto lugar"
1283
 
1284
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:67
1285
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:68
1286
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:67
1287
- #: includes/qmn_options_leaderboard_tab.php:68
1288
  msgid "The score from the fourth place's quiz"
1289
  msgstr "A pontuação do teste a quarta do lugar"
1290
 
1291
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:71
1292
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:72
1293
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:71
1294
- #: includes/qmn_options_leaderboard_tab.php:72
1295
  msgid "The name of the user who is in fifth place"
1296
  msgstr "O nome do usuário que está em quinto lugar"
1297
 
1298
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:72
1299
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:73
1300
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:72
1301
- #: includes/qmn_options_leaderboard_tab.php:73
1302
  msgid "The score from the fifth place's quiz"
1303
  msgstr "A pontuação do teste do quinto lugar"
1304
 
1305
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:79
1306
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:107
1307
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:80
1308
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:108
1309
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:79
1310
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:107
1311
- #: includes/qmn_options_leaderboard_tab.php:80
1312
- #: includes/qmn_options_leaderboard_tab.php:108
1313
  msgid "Save Leaderboard Options"
1314
  msgstr "Salvar opções de Classificações"
1315
 
1316
- #: ../4.1.0/includes/qmn_options_leaderboard_tab.php:88
1317
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:89
1318
- #: ../trunk/includes/qmn_options_leaderboard_tab.php:88
1319
- #: includes/qmn_options_leaderboard_tab.php:89
1320
  msgid "Leaderboard Template"
1321
  msgstr "Modelos de Classificação"
1322
 
1323
- #: ../4.1.0/includes/qmn_options_option_tab.php:5
1324
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:6
1325
- #: ../trunk/includes/qmn_options_option_tab.php:5
1326
- #: includes/qmn_options_option_tab.php:6
1327
- msgid "Options"
1328
- msgstr "Opções"
1329
-
1330
- #: ../4.1.0/includes/qmn_options_option_tab.php:42
1331
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:43
1332
- #: ../trunk/includes/qmn_options_option_tab.php:42
1333
- #: includes/qmn_options_option_tab.php:43
1334
- msgid "The options has been updated successfully."
1335
- msgstr "As Opções foram atualizadas com sucesso."
1336
 
1337
- #: ../4.1.0/includes/qmn_options_option_tab.php:83
1338
- #: ../4.1.0/includes/qmn_options_option_tab.php:220
1339
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:84
1340
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:221
1341
- #: ../trunk/includes/qmn_options_option_tab.php:83
1342
- #: ../trunk/includes/qmn_options_option_tab.php:220
1343
- #: includes/qmn_options_option_tab.php:84
1344
- #: includes/qmn_options_option_tab.php:221
1345
- msgid "Save Options"
1346
- msgstr "Salvar Opções"
1347
 
1348
- #: ../4.1.0/includes/qmn_options_option_tab.php:91
1349
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:92
1350
- #: ../trunk/includes/qmn_options_option_tab.php:91
1351
- #: includes/qmn_options_option_tab.php:92
1352
- msgid "Which system is this quiz graded on?"
1353
- msgstr "Escolha uma opção de avaliação"
1354
 
1355
- #: ../4.1.0/includes/qmn_options_option_tab.php:93
1356
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:94
1357
- #: ../trunk/includes/qmn_options_option_tab.php:93
1358
- #: includes/qmn_options_option_tab.php:94
1359
- msgid "Correct/Incorrect"
1360
- msgstr "Correto/Incorreto"
1361
 
1362
- #: ../4.1.0/includes/qmn_options_option_tab.php:94
1363
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:95
1364
- #: ../trunk/includes/qmn_options_option_tab.php:94
1365
- #: includes/qmn_options_option_tab.php:95
1366
- msgid "Points"
1367
- msgstr "Pontos"
1368
 
1369
- #: ../4.1.0/includes/qmn_options_option_tab.php:95
1370
- #: ../4.1.0/includes/qmn_results.php:254
1371
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:96
1372
- #: ../quiz_master_next/includes/qmn_results.php:258
1373
- #: ../trunk/includes/qmn_options_option_tab.php:95
1374
- #: ../trunk/includes/qmn_results.php:254
1375
- #: includes/qmn_options_option_tab.php:96 includes/qmn_results.php:258
1376
- msgid "Not Graded"
1377
- msgstr "Sem Classificação"
1378
 
1379
- #: ../4.1.0/includes/qmn_options_option_tab.php:99
1380
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:100
1381
- #: ../trunk/includes/qmn_options_option_tab.php:99
1382
- #: includes/qmn_options_option_tab.php:100
1383
- msgid "Should the user be required to be logged in to take this quiz?"
1384
- msgstr "O usuário deve estar logado para fazer este teste?"
1385
 
1386
- #: ../4.1.0/includes/qmn_options_option_tab.php:106
1387
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:107
1388
- #: ../trunk/includes/qmn_options_option_tab.php:106
1389
- #: includes/qmn_options_option_tab.php:107
1390
- msgid ""
1391
- "How many questions per page would you like? (Leave 0 for all questions on "
1392
- "one page)"
1393
- msgstr ""
1394
- "Quantas perguntas por página ? (Deixe 0 para todas as perguntas em uma "
1395
- "página)"
1396
 
1397
- #: ../4.1.0/includes/qmn_options_option_tab.php:112
1398
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:113
1399
- #: ../trunk/includes/qmn_options_option_tab.php:112
1400
- #: includes/qmn_options_option_tab.php:113
1401
- msgid ""
1402
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
1403
- "limit)"
1404
- msgstr ""
1405
- "Quantos minutos que o usuário tem que terminar o teste? (Deixe 0 para nenhum "
1406
- "limite de tempo)"
1407
 
1408
- #: ../4.1.0/includes/qmn_options_option_tab.php:118
1409
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:119
1410
- #: ../trunk/includes/qmn_options_option_tab.php:118
1411
- #: includes/qmn_options_option_tab.php:119
1412
- msgid ""
1413
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
1414
- "user wants to. Currently only works for registered users)"
1415
- msgstr ""
1416
- "Quantas vezes um usuário pode fazer o teste? (Deixe 0 para o número de "
1417
- "vezes que o usuário quer. Atualmente só funciona para usuários registrados)"
1418
 
1419
- #: ../4.1.0/includes/qmn_options_option_tab.php:124
1420
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:125
1421
- #: ../trunk/includes/qmn_options_option_tab.php:124
1422
- #: includes/qmn_options_option_tab.php:125
1423
- msgid ""
1424
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
1425
- msgstr ""
1426
- "Quantas entradas no total pode ter este questionário? (Deixe 0 para entradas "
1427
- "ilimitadas)"
1428
 
1429
- #: ../4.1.0/includes/qmn_options_option_tab.php:130
1430
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:131
1431
- #: ../trunk/includes/qmn_options_option_tab.php:130
1432
- #: includes/qmn_options_option_tab.php:131
1433
- msgid ""
1434
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
1435
- msgstr ""
1436
- "Quantas perguntas devem ser carregados para teste? (Deixe 0 para carregar "
1437
- "todas as perguntas)"
1438
 
1439
- #: ../4.1.0/includes/qmn_options_option_tab.php:136
1440
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:137
1441
- #: ../trunk/includes/qmn_options_option_tab.php:136
1442
- #: includes/qmn_options_option_tab.php:137
1443
- msgid ""
1444
- "What time-frame should the user be able to access the quiz? (Leave blank if "
1445
- "the user can access anytime)"
1446
- msgstr ""
1447
- "O espaço de tempo que o usuário deve ser capaz de acessar o questionário? "
1448
- "(Deixe em branco se o usuário pode acessar a qualquer momento)"
1449
 
1450
- #: ../4.1.0/includes/qmn_options_option_tab.php:138
1451
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:139
1452
- #: ../trunk/includes/qmn_options_option_tab.php:138
1453
- #: includes/qmn_options_option_tab.php:139
1454
- msgid "start date"
1455
- msgstr "data de início"
1456
 
1457
- #: ../4.1.0/includes/qmn_options_option_tab.php:141
1458
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:142
1459
- #: ../trunk/includes/qmn_options_option_tab.php:141
1460
- #: includes/qmn_options_option_tab.php:142
1461
- msgid "end date"
1462
- msgstr "data final"
1463
 
1464
- #: ../4.1.0/includes/qmn_options_option_tab.php:145
1465
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:146
1466
- #: ../trunk/includes/qmn_options_option_tab.php:145
1467
- #: includes/qmn_options_option_tab.php:146
1468
- msgid ""
1469
- "Are the questions random? (Question Order will not apply if this is yes)"
1470
- msgstr ""
1471
- "São as perguntas aleatórias? (Pergunta Ordem não será aplicada se este é sim)"
1472
 
1473
- #: ../4.1.0/includes/qmn_options_option_tab.php:147
1474
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:148
1475
- #: ../trunk/includes/qmn_options_option_tab.php:147
1476
- #: includes/qmn_options_option_tab.php:148
1477
- msgid "Random Questions"
1478
- msgstr "Questões Aleatórias"
1479
 
1480
- #: ../4.1.0/includes/qmn_options_option_tab.php:148
1481
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:149
1482
- #: ../trunk/includes/qmn_options_option_tab.php:148
1483
- #: includes/qmn_options_option_tab.php:149
1484
- msgid "Random Questions And Answers"
1485
- msgstr "Perguntas e Respostas aleatórias"
1486
 
1487
- #: ../4.1.0/includes/qmn_options_option_tab.php:153
1488
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:154
1489
- #: ../trunk/includes/qmn_options_option_tab.php:153
1490
- #: includes/qmn_options_option_tab.php:154
1491
- msgid ""
1492
- "Would you like to ask for the contact information at the beginning or at the "
1493
- "end of the quiz?"
1494
- msgstr "Iformações de contato no início ou no final do questionário?"
1495
 
1496
- #: ../4.1.0/includes/qmn_options_option_tab.php:155
1497
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:156
1498
- #: ../trunk/includes/qmn_options_option_tab.php:155
1499
- #: includes/qmn_options_option_tab.php:156
1500
- msgid "Beginning"
1501
- msgstr "Inicio"
1502
 
1503
- #: ../4.1.0/includes/qmn_options_option_tab.php:156
1504
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:157
1505
- #: ../trunk/includes/qmn_options_option_tab.php:156
1506
- #: includes/qmn_options_option_tab.php:157
1507
- msgid "End"
1508
- msgstr "Fim"
1509
 
1510
- #: ../4.1.0/includes/qmn_options_option_tab.php:160
1511
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:161
1512
- #: ../trunk/includes/qmn_options_option_tab.php:160
1513
- #: includes/qmn_options_option_tab.php:161
1514
- msgid ""
1515
- "If a logged-in user takes the quiz, would you like them to be able to edit "
1516
- "contact information? If set to no, the fields will not show up for logged in "
1517
- "users; however, the users information will be saved for the fields."
1518
- msgstr ""
1519
- "Usuário poderá edita informações de contato? Se definido como não, os campos "
1520
- "não vão aparecer para usuários logados; no entanto, a informação aos "
1521
- "usuários será salvo para os campos."
1522
 
1523
- #: ../4.1.0/includes/qmn_options_option_tab.php:167
1524
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:168
1525
- #: ../trunk/includes/qmn_options_option_tab.php:167
1526
- #: includes/qmn_options_option_tab.php:168
1527
- msgid "Should we ask for users name?"
1528
- msgstr "Nome de usuário"
1529
 
1530
- #: ../4.1.0/includes/qmn_options_option_tab.php:170
1531
- #: ../4.1.0/includes/qmn_options_option_tab.php:178
1532
- #: ../4.1.0/includes/qmn_options_option_tab.php:186
1533
- #: ../4.1.0/includes/qmn_options_option_tab.php:194
1534
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:171
1535
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:179
1536
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:187
1537
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:195
1538
- #: ../trunk/includes/qmn_options_option_tab.php:170
1539
- #: ../trunk/includes/qmn_options_option_tab.php:178
1540
- #: ../trunk/includes/qmn_options_option_tab.php:186
1541
- #: ../trunk/includes/qmn_options_option_tab.php:194
1542
- #: includes/qmn_options_option_tab.php:171
1543
- #: includes/qmn_options_option_tab.php:179
1544
- #: includes/qmn_options_option_tab.php:187
1545
- #: includes/qmn_options_option_tab.php:195
1546
- msgid "Require"
1547
- msgstr "Exigir"
1548
 
1549
- #: ../4.1.0/includes/qmn_options_option_tab.php:175
1550
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:176
1551
- #: ../trunk/includes/qmn_options_option_tab.php:175
1552
- #: includes/qmn_options_option_tab.php:176
1553
- msgid "Should we ask for users business?"
1554
- msgstr "Empresa em que trabalha"
1555
 
1556
- #: ../4.1.0/includes/qmn_options_option_tab.php:183
1557
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:184
1558
- #: ../trunk/includes/qmn_options_option_tab.php:183
1559
- #: includes/qmn_options_option_tab.php:184
1560
- msgid "Should we ask for users email?"
1561
- msgstr "Solicitar e-mail"
1562
 
1563
- #: ../4.1.0/includes/qmn_options_option_tab.php:191
1564
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:192
1565
- #: ../trunk/includes/qmn_options_option_tab.php:191
1566
- #: includes/qmn_options_option_tab.php:192
1567
- msgid "Should we ask for users phone number?"
1568
- msgstr "Solicitar núero de telefone"
1569
 
1570
- #: ../4.1.0/includes/qmn_options_option_tab.php:199
1571
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:200
1572
- #: ../trunk/includes/qmn_options_option_tab.php:199
1573
- #: includes/qmn_options_option_tab.php:200
1574
- msgid "Would you like a place for the user to enter comments?"
1575
- msgstr "Campo para usuário digitar comentário"
1576
 
1577
- #: ../4.1.0/includes/qmn_options_option_tab.php:206
1578
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:207
1579
- #: ../trunk/includes/qmn_options_option_tab.php:206
1580
- #: includes/qmn_options_option_tab.php:207
1581
- msgid "Show question number on quiz?"
1582
- msgstr "Exibir número das questões?"
1583
 
1584
- #: ../4.1.0/includes/qmn_options_option_tab.php:213
1585
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:214
1586
- #: ../trunk/includes/qmn_options_option_tab.php:213
1587
- #: includes/qmn_options_option_tab.php:214
1588
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
1589
- msgstr ""
1590
- "Mostrar botões de compartilhamento de mídia social ? (Twitter e Facebook)"
1591
 
1592
- #: ../4.1.0/includes/qmn_options_preview_tab.php:5
1593
- #: ../quiz_master_next/includes/qmn_options_preview_tab.php:6
1594
- #: ../trunk/includes/qmn_options_preview_tab.php:5
1595
- #: includes/qmn_options_preview_tab.php:6
1596
- msgid "Preview"
1597
- msgstr "Visualizar"
1598
 
1599
- #: ../4.1.0/includes/qmn_options_questions_tab.php:5
1600
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:6
1601
- #: ../trunk/includes/qmn_options_questions_tab.php:5
1602
- #: includes/qmn_options_questions_tab.php:6
1603
- msgid "Questions"
1604
- msgstr "Questões"
1605
 
1606
- #: ../4.1.0/includes/qmn_options_questions_tab.php:104
1607
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:105
1608
- #: ../trunk/includes/qmn_options_questions_tab.php:104
1609
- #: includes/qmn_options_questions_tab.php:105
1610
- msgid "The question has been updated successfully."
1611
- msgstr "A questão foi atualizado com sucesso."
1612
 
1613
- #: ../4.1.0/includes/qmn_options_questions_tab.php:131
1614
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:132
1615
- #: ../trunk/includes/qmn_options_questions_tab.php:131
1616
- #: includes/qmn_options_questions_tab.php:132
1617
- msgid "The question has been deleted successfully."
1618
- msgstr "A questão foi deletada com sucesso."
1619
 
1620
- #: ../4.1.0/includes/qmn_options_questions_tab.php:215
1621
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:216
1622
- #: ../trunk/includes/qmn_options_questions_tab.php:215
1623
- #: includes/qmn_options_questions_tab.php:216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1624
  msgid "The question has been duplicated successfully."
1625
  msgstr "A questão foi duplicada com sucesso."
1626
 
1627
- #: ../4.1.0/includes/qmn_options_questions_tab.php:308
1628
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:309
1629
- #: ../trunk/includes/qmn_options_questions_tab.php:308
1630
- #: includes/qmn_options_questions_tab.php:309
1631
  msgid "The question has been created successfully."
1632
  msgstr "A questão foi criada com sucesso."
1633
 
1634
- #: ../4.1.0/includes/qmn_options_questions_tab.php:453
1635
- #: ../4.1.0/includes/qmn_options_questions_tab.php:460
1636
- #: ../4.1.0/includes/qmn_options_questions_tab.php:591
1637
- #: ../4.1.0/includes/qmn_options_questions_tab.php:757
1638
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:454
1639
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:461
1640
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:593
1641
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:760
1642
- #: ../trunk/includes/qmn_options_questions_tab.php:453
1643
- #: ../trunk/includes/qmn_options_questions_tab.php:460
1644
- #: ../trunk/includes/qmn_options_questions_tab.php:591
1645
- #: ../trunk/includes/qmn_options_questions_tab.php:757
1646
- #: includes/qmn_options_questions_tab.php:454
1647
- #: includes/qmn_options_questions_tab.php:461
1648
- #: includes/qmn_options_questions_tab.php:593
1649
- #: includes/qmn_options_questions_tab.php:760
1650
  msgid "Answer"
1651
  msgstr "Resposta"
1652
 
1653
- #: ../4.1.0/includes/qmn_options_questions_tab.php:480
1654
- #: ../4.1.0/includes/qmn_options_questions_tab.php:727
1655
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:481
1656
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:729
1657
- #: ../trunk/includes/qmn_options_questions_tab.php:480
1658
- #: ../trunk/includes/qmn_options_questions_tab.php:727
1659
- #: includes/qmn_options_questions_tab.php:481
1660
- #: includes/qmn_options_questions_tab.php:729
1661
  msgid "Add Question"
1662
  msgstr "Adicionar Pergunta"
1663
 
1664
- #: ../4.1.0/includes/qmn_options_questions_tab.php:484
1665
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:485
1666
- #: ../trunk/includes/qmn_options_questions_tab.php:484
1667
- #: includes/qmn_options_questions_tab.php:485
1668
  #, php-format
1669
  msgid "One question"
1670
  msgid_plural "%s questions"
1671
  msgstr[0] "Uma questão"
1672
  msgstr[1] "%s Questões"
1673
 
1674
- #: ../4.1.0/includes/qmn_options_questions_tab.php:556
1675
- #: ../4.1.0/includes/qmn_quiz_admin.php:265
1676
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:557
1677
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:270
1678
- #: ../trunk/includes/qmn_options_questions_tab.php:556
1679
- #: ../trunk/includes/qmn_quiz_admin.php:265
1680
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:270
1681
- msgid "Edit"
1682
- msgstr "Editar"
1683
-
1684
- #: ../4.1.0/includes/qmn_options_questions_tab.php:556
1685
- #: ../4.1.0/includes/qmn_quiz_admin.php:267
1686
- #: ../4.1.0/includes/qmn_quiz_admin.php:391
1687
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:557
1688
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:272
1689
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:397
1690
- #: ../trunk/includes/qmn_options_questions_tab.php:556
1691
- #: ../trunk/includes/qmn_quiz_admin.php:267
1692
- #: ../trunk/includes/qmn_quiz_admin.php:391
1693
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:272
1694
- #: includes/qmn_quiz_admin.php:397
1695
  msgid "Duplicate"
1696
  msgstr "Duplicar"
1697
 
1698
- #: ../4.1.0/includes/qmn_options_questions_tab.php:556
1699
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:236
1700
- #: ../4.1.0/includes/qmn_quiz_admin.php:268
1701
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:557
1702
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:247
1703
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:273
1704
- #: ../trunk/includes/qmn_options_questions_tab.php:556
1705
- #: ../trunk/includes/qmn_options_results_page_tab.php:236
1706
- #: ../trunk/includes/qmn_quiz_admin.php:268
1707
- #: includes/qmn_options_questions_tab.php:557
1708
- #: includes/qmn_options_results_page_tab.php:247
1709
- #: includes/qmn_quiz_admin.php:273
1710
- msgid "Delete"
1711
- msgstr "Apagar"
1712
-
1713
- #: ../4.1.0/includes/qmn_options_questions_tab.php:569
1714
- #: ../4.1.0/includes/qmn_options_questions_tab.php:712
1715
- #: ../4.1.0/includes/qmn_options_questions_tab.php:723
1716
- #: ../4.1.0/includes/qmn_options_questions_tab.php:737
1717
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:571
1718
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:714
1719
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:725
1720
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:740
1721
- #: ../trunk/includes/qmn_options_questions_tab.php:569
1722
- #: ../trunk/includes/qmn_options_questions_tab.php:712
1723
- #: ../trunk/includes/qmn_options_questions_tab.php:723
1724
- #: ../trunk/includes/qmn_options_questions_tab.php:737
1725
- #: includes/qmn_options_questions_tab.php:571
1726
- #: includes/qmn_options_questions_tab.php:714
1727
- #: includes/qmn_options_questions_tab.php:725
1728
- #: includes/qmn_options_questions_tab.php:740
1729
  msgid "Question"
1730
  msgstr "Pergunta"
1731
 
1732
- #: ../4.1.0/includes/qmn_options_questions_tab.php:580
1733
- #: ../4.1.0/includes/qmn_options_questions_tab.php:748
1734
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:582
1735
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:751
1736
- #: ../trunk/includes/qmn_options_questions_tab.php:580
1737
- #: ../trunk/includes/qmn_options_questions_tab.php:748
1738
- #: includes/qmn_options_questions_tab.php:582
1739
- #: includes/qmn_options_questions_tab.php:751
1740
  msgid "Answers"
1741
  msgstr "Respostas"
1742
 
1743
- #: ../4.1.0/includes/qmn_options_questions_tab.php:581
1744
- #: ../4.1.0/includes/qmn_options_questions_tab.php:749
1745
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:583
1746
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:752
1747
- #: ../trunk/includes/qmn_options_questions_tab.php:581
1748
- #: ../trunk/includes/qmn_options_questions_tab.php:749
1749
- #: includes/qmn_options_questions_tab.php:583
1750
- #: includes/qmn_options_questions_tab.php:752
1751
  msgid "Points Worth"
1752
  msgstr "Vale Pontos"
1753
 
1754
- #: ../4.1.0/includes/qmn_options_questions_tab.php:582
1755
- #: ../4.1.0/includes/qmn_options_questions_tab.php:750
1756
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:584
1757
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:753
1758
- #: ../trunk/includes/qmn_options_questions_tab.php:582
1759
- #: ../trunk/includes/qmn_options_questions_tab.php:750
1760
- #: includes/qmn_options_questions_tab.php:584
1761
- #: includes/qmn_options_questions_tab.php:753
1762
  msgid "Correct Answer"
1763
  msgstr "Resposta correta"
1764
 
1765
- #: ../4.1.0/includes/qmn_options_questions_tab.php:609
1766
- #: ../4.1.0/includes/qmn_options_questions_tab.php:772
1767
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:611
1768
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:775
1769
- #: ../trunk/includes/qmn_options_questions_tab.php:609
1770
- #: ../trunk/includes/qmn_options_questions_tab.php:772
1771
- #: includes/qmn_options_questions_tab.php:611
1772
- #: includes/qmn_options_questions_tab.php:775
1773
  msgid "Add New Answer!"
1774
  msgstr "Adicionar nova Resposta"
1775
 
1776
- #: ../4.1.0/includes/qmn_options_questions_tab.php:614
1777
- #: ../4.1.0/includes/qmn_options_questions_tab.php:777
1778
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:616
1779
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:780
1780
- #: ../trunk/includes/qmn_options_questions_tab.php:614
1781
- #: ../trunk/includes/qmn_options_questions_tab.php:777
1782
- #: includes/qmn_options_questions_tab.php:616
1783
- #: includes/qmn_options_questions_tab.php:780
1784
  msgid "Correct Answer Info"
1785
  msgstr "Informação da resposta correta"
1786
 
1787
- #: ../4.1.0/includes/qmn_options_questions_tab.php:621
1788
- #: ../4.1.0/includes/qmn_options_questions_tab.php:784
1789
- #: ../4.1.0/includes/qmn_quiz.php:328
1790
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:623
1791
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:787
1792
- #: ../quiz_master_next/includes/qmn_quiz.php:441
1793
- #: ../trunk/includes/qmn_options_questions_tab.php:621
1794
- #: ../trunk/includes/qmn_options_questions_tab.php:784
1795
- #: ../trunk/includes/qmn_quiz.php:328
1796
- #: includes/qmn_options_questions_tab.php:623
1797
- #: includes/qmn_options_questions_tab.php:787 includes/qmn_quiz.php:441
1798
- msgid "Hint"
1799
- msgstr "Sugestão"
1800
-
1801
- #: ../4.1.0/includes/qmn_options_questions_tab.php:632
1802
- #: ../4.1.0/includes/qmn_options_questions_tab.php:710
1803
- #: ../4.1.0/includes/qmn_options_questions_tab.php:721
1804
- #: ../4.1.0/includes/qmn_options_questions_tab.php:795
1805
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:634
1806
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:712
1807
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:723
1808
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:798
1809
- #: ../trunk/includes/qmn_options_questions_tab.php:632
1810
- #: ../trunk/includes/qmn_options_questions_tab.php:710
1811
- #: ../trunk/includes/qmn_options_questions_tab.php:721
1812
- #: ../trunk/includes/qmn_options_questions_tab.php:795
1813
- #: includes/qmn_options_questions_tab.php:634
1814
- #: includes/qmn_options_questions_tab.php:712
1815
- #: includes/qmn_options_questions_tab.php:723
1816
- #: includes/qmn_options_questions_tab.php:798
1817
  msgid "Question Type"
1818
  msgstr "Tipo de pergunta"
1819
 
1820
- #: ../4.1.0/includes/qmn_options_questions_tab.php:650
1821
- #: ../4.1.0/includes/qmn_options_questions_tab.php:808
1822
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:652
1823
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:811
1824
- #: ../trunk/includes/qmn_options_questions_tab.php:650
1825
- #: ../trunk/includes/qmn_options_questions_tab.php:808
1826
- #: includes/qmn_options_questions_tab.php:652
1827
- #: includes/qmn_options_questions_tab.php:811
1828
  msgid "Comment Field"
1829
  msgstr "Comentários"
1830
 
1831
- #: ../4.1.0/includes/qmn_options_questions_tab.php:653
1832
- #: ../4.1.0/includes/qmn_options_questions_tab.php:810
1833
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:655
1834
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:813
1835
- #: ../trunk/includes/qmn_options_questions_tab.php:653
1836
- #: ../trunk/includes/qmn_options_questions_tab.php:810
1837
- #: includes/qmn_options_questions_tab.php:655
1838
- #: includes/qmn_options_questions_tab.php:813
1839
  msgid "Small Text Field"
1840
  msgstr "Campo de texto pequeno"
1841
 
1842
- #: ../4.1.0/includes/qmn_options_questions_tab.php:655
1843
- #: ../4.1.0/includes/qmn_options_questions_tab.php:811
1844
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:657
1845
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:814
1846
- #: ../trunk/includes/qmn_options_questions_tab.php:655
1847
- #: ../trunk/includes/qmn_options_questions_tab.php:811
1848
- #: includes/qmn_options_questions_tab.php:657
1849
- #: includes/qmn_options_questions_tab.php:814
1850
  msgid "Large Text Field"
1851
  msgstr "Campo de texto Grande"
1852
 
1853
- #: ../4.1.0/includes/qmn_options_questions_tab.php:657
1854
- #: ../4.1.0/includes/qmn_options_questions_tab.php:812
1855
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:659
1856
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:815
1857
- #: ../trunk/includes/qmn_options_questions_tab.php:657
1858
- #: ../trunk/includes/qmn_options_questions_tab.php:812
1859
- #: includes/qmn_options_questions_tab.php:659
1860
- #: includes/qmn_options_questions_tab.php:815
1861
- msgid "None"
1862
- msgstr "Nenhum"
1863
-
1864
- #: ../4.1.0/includes/qmn_options_questions_tab.php:661
1865
- #: ../4.1.0/includes/qmn_options_questions_tab.php:709
1866
- #: ../4.1.0/includes/qmn_options_questions_tab.php:720
1867
- #: ../4.1.0/includes/qmn_options_questions_tab.php:816
1868
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:663
1869
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:711
1870
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:722
1871
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:819
1872
- #: ../trunk/includes/qmn_options_questions_tab.php:661
1873
- #: ../trunk/includes/qmn_options_questions_tab.php:709
1874
- #: ../trunk/includes/qmn_options_questions_tab.php:720
1875
- #: ../trunk/includes/qmn_options_questions_tab.php:816
1876
- #: includes/qmn_options_questions_tab.php:663
1877
- #: includes/qmn_options_questions_tab.php:711
1878
- #: includes/qmn_options_questions_tab.php:722
1879
- #: includes/qmn_options_questions_tab.php:819
1880
  msgid "Question Order"
1881
  msgstr "Ordem das perguntas"
1882
 
1883
- #: ../4.1.0/includes/qmn_options_questions_tab.php:669
1884
- #: ../4.1.0/includes/qmn_options_questions_tab.php:824
1885
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:671
1886
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:827
1887
- #: ../trunk/includes/qmn_options_questions_tab.php:669
1888
- #: ../trunk/includes/qmn_options_questions_tab.php:824
1889
- #: includes/qmn_options_questions_tab.php:671
1890
- #: includes/qmn_options_questions_tab.php:827
1891
  msgid "Required?"
1892
  msgstr "Exigido?"
1893
 
1894
- #: ../4.1.0/includes/qmn_options_questions_tab.php:678
1895
- #: ../4.1.0/includes/qmn_options_questions_tab.php:711
1896
- #: ../4.1.0/includes/qmn_options_questions_tab.php:722
1897
- #: ../4.1.0/includes/qmn_options_questions_tab.php:833
1898
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:680
1899
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:713
1900
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:724
1901
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:836
1902
- #: ../trunk/includes/qmn_options_questions_tab.php:678
1903
- #: ../trunk/includes/qmn_options_questions_tab.php:711
1904
- #: ../trunk/includes/qmn_options_questions_tab.php:722
1905
- #: ../trunk/includes/qmn_options_questions_tab.php:833
1906
- #: includes/qmn_options_questions_tab.php:680
1907
- #: includes/qmn_options_questions_tab.php:713
1908
- #: includes/qmn_options_questions_tab.php:724
1909
- #: includes/qmn_options_questions_tab.php:836
1910
- msgid "Category"
1911
- msgstr "Categoria"
1912
-
1913
- #: ../4.1.0/includes/qmn_options_questions_tab.php:697
1914
- #: ../4.1.0/includes/qmn_options_questions_tab.php:852
1915
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:699
1916
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:855
1917
- #: ../trunk/includes/qmn_options_questions_tab.php:697
1918
- #: ../trunk/includes/qmn_options_questions_tab.php:852
1919
- #: includes/qmn_options_questions_tab.php:699
1920
- #: includes/qmn_options_questions_tab.php:855
1921
- msgid ""
1922
- "Required currently only works on open answer, number, accept, and captcha "
1923
- "question types"
1924
- msgstr ""
1925
- "Necessário atualmente só funciona com resposta aberta, número, aceitar e "
1926
- "tipos de captcha."
1927
 
1928
- #: ../4.1.0/includes/qmn_options_questions_tab.php:699
1929
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:701
1930
- #: ../trunk/includes/qmn_options_questions_tab.php:699
1931
- #: includes/qmn_options_questions_tab.php:701
1932
  msgid "Edit Question"
1933
  msgstr "Editar Pergunta"
1934
 
1935
- #: ../4.1.0/includes/qmn_options_questions_tab.php:854
1936
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:857
1937
- #: ../trunk/includes/qmn_options_questions_tab.php:854
1938
- #: includes/qmn_options_questions_tab.php:857
1939
  msgid "Create Question"
1940
  msgstr "Criar Pergunta"
1941
 
1942
- #: ../4.1.0/includes/qmn_options_questions_tab.php:859
1943
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:862
1944
- #: ../trunk/includes/qmn_options_questions_tab.php:859
1945
- #: includes/qmn_options_questions_tab.php:862
1946
  msgid "Are you sure you want to delete this question?"
1947
  msgstr "Tem certeza de que deseja excluir esta pergunta?"
1948
 
1949
- #: ../4.1.0/includes/qmn_options_questions_tab.php:864
1950
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:867
1951
- #: ../trunk/includes/qmn_options_questions_tab.php:864
1952
- #: includes/qmn_options_questions_tab.php:867
1953
  msgid "Delete Question"
1954
  msgstr "Apagar Perguntas"
1955
 
1956
- #: ../4.1.0/includes/qmn_options_questions_tab.php:869
1957
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:872
1958
- #: ../trunk/includes/qmn_options_questions_tab.php:869
1959
- #: includes/qmn_options_questions_tab.php:872
1960
  msgid "Are you sure you want to duplicate this question?"
1961
  msgstr "Tem certeza de que deseja duplicar esta pergunta?"
1962
 
1963
- #: ../4.1.0/includes/qmn_options_questions_tab.php:874
1964
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:877
1965
- #: ../trunk/includes/qmn_options_questions_tab.php:874
1966
- #: includes/qmn_options_questions_tab.php:877
1967
  msgid "Duplicate Question"
1968
  msgstr "Duplicar Pergunta"
1969
 
1970
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1971
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:6
1972
- #: ../trunk/includes/qmn_options_results_page_tab.php:5
1973
- #: includes/qmn_options_results_page_tab.php:6
1974
  msgid "Results Pages"
1975
  msgstr "Paginas de resultados"
1976
 
1977
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:40
1978
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:41
1979
- #: ../trunk/includes/qmn_options_results_page_tab.php:40
1980
- #: includes/qmn_options_results_page_tab.php:41
1981
  msgid "The results page has been added successfully."
1982
  msgstr "A Página de resultados foi adicionada com sucesso."
1983
 
1984
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:80
1985
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:81
1986
- #: ../trunk/includes/qmn_options_results_page_tab.php:80
1987
- #: includes/qmn_options_results_page_tab.php:81
1988
  msgid "The results page has been saved successfully."
1989
  msgstr "A Página de resultados foi salva com sucesso."
1990
 
1991
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:192
1992
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:265
 
 
 
 
 
 
1993
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:199
1994
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:280
1995
- #: ../trunk/includes/qmn_options_results_page_tab.php:192
1996
- #: ../trunk/includes/qmn_options_results_page_tab.php:265
1997
- #: includes/qmn_options_results_page_tab.php:199
1998
- #: includes/qmn_options_results_page_tab.php:280
1999
  msgid "Save Results Pages"
2000
  msgstr "Salvar página de resultados"
2001
 
2002
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:193
2003
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:270
2004
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:200
2005
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:285
2006
- #: ../trunk/includes/qmn_options_results_page_tab.php:193
2007
- #: ../trunk/includes/qmn_options_results_page_tab.php:270
2008
- #: includes/qmn_options_results_page_tab.php:200
2009
- #: includes/qmn_options_results_page_tab.php:285
2010
  msgid "Add New Results Page"
2011
  msgstr "Adicionar novas páginas de resultados"
2012
 
2013
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:201
2014
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:258
2015
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:208
2016
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:272
2017
- #: ../trunk/includes/qmn_options_results_page_tab.php:201
2018
- #: ../trunk/includes/qmn_options_results_page_tab.php:258
2019
- #: includes/qmn_options_results_page_tab.php:208
2020
- #: includes/qmn_options_results_page_tab.php:272
2021
  msgid "Results Page Shown"
2022
  msgstr "Página de Resultados"
2023
 
2024
- #: ../4.1.0/includes/qmn_options_results_page_tab.php:236
 
 
 
 
2025
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:247
2026
- #: ../trunk/includes/qmn_options_results_page_tab.php:236
2027
- #: includes/qmn_options_results_page_tab.php:247
2028
  msgid "Are you sure?"
2029
  msgstr "Você tem certeza?"
2030
 
2031
- #: ../4.1.0/includes/qmn_options_style_tab.php:5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2032
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:6
2033
- #: ../trunk/includes/qmn_options_style_tab.php:5
2034
- #: includes/qmn_options_style_tab.php:6
2035
  msgid "Style"
2036
  msgstr "Estilo"
2037
 
2038
- #: ../4.1.0/includes/qmn_options_style_tab.php:25
2039
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:26
2040
- #: ../trunk/includes/qmn_options_style_tab.php:25
2041
- #: includes/qmn_options_style_tab.php:26
2042
  msgid "The style has been saved successfully."
2043
  msgstr "Estilo salvo com sucesso!"
2044
 
2045
- #: ../4.1.0/includes/qmn_options_style_tab.php:64
2046
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:65
2047
- #: ../trunk/includes/qmn_options_style_tab.php:64
2048
- #: includes/qmn_options_style_tab.php:65
2049
  msgid "Quiz Styles"
2050
  msgstr "Estilo de Perguntas"
2051
 
2052
- #: ../4.1.0/includes/qmn_options_style_tab.php:65
2053
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:66
2054
- #: ../trunk/includes/qmn_options_style_tab.php:65
2055
- #: includes/qmn_options_style_tab.php:66
2056
  msgid "Choose your style:"
2057
  msgstr "Escolha seu estilo"
2058
 
2059
- #: ../4.1.0/includes/qmn_options_style_tab.php:87
2060
- #: ../quiz_master_next/includes/qmn_options_style_tab.php:88
2061
- #: ../trunk/includes/qmn_options_style_tab.php:87
2062
- #: includes/qmn_options_style_tab.php:88
2063
- msgid "Custom"
2064
- msgstr "Personalizado"
2065
-
2066
- #: ../4.1.0/includes/qmn_options_style_tab.php:93
2067
- #: ../4.1.0/includes/qmn_options_style_tab.php:105
2068
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:94
2069
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:106
2070
- #: ../trunk/includes/qmn_options_style_tab.php:93
2071
- #: ../trunk/includes/qmn_options_style_tab.php:105
2072
- #: includes/qmn_options_style_tab.php:94
2073
- #: includes/qmn_options_style_tab.php:106
2074
  msgid "Save Quiz Style"
2075
  msgstr "Salvar Estilo de Questionário"
2076
 
2077
- #: ../4.1.0/includes/qmn_options_style_tab.php:95
2078
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:96
2079
- #: ../trunk/includes/qmn_options_style_tab.php:95
2080
- #: includes/qmn_options_style_tab.php:96
2081
  msgid "Custom Style CSS"
2082
  msgstr "Estilo CSS personalizado"
2083
 
2084
- #: ../4.1.0/includes/qmn_options_style_tab.php:96
2085
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:97
2086
- #: ../trunk/includes/qmn_options_style_tab.php:96
2087
- #: includes/qmn_options_style_tab.php:97
2088
- msgid ""
2089
- "For detailed help and guidance along with a list of different classes used "
2090
- "in this plugin, please visit the following link:"
2091
- msgstr ""
2092
- "Para obter ajuda e orientação, juntamente com uma lista de diferentes "
2093
- "classes usadas em este plugin detalhadas, por favor visite o seguinte link:"
2094
 
2095
- #: ../4.1.0/includes/qmn_options_text_tab.php:5
2096
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:6
2097
- #: ../trunk/includes/qmn_options_text_tab.php:5
2098
- #: includes/qmn_options_text_tab.php:6
2099
- msgid "Text"
2100
- msgstr "texto"
2101
 
2102
- #: ../4.1.0/includes/qmn_options_text_tab.php:41
2103
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:42
2104
- #: ../trunk/includes/qmn_options_text_tab.php:41
2105
- #: includes/qmn_options_text_tab.php:42
2106
- msgid "The templates has been updated successfully."
2107
- msgstr "Os modelos foram atualizados com sucesso"
2108
 
2109
- #: ../4.1.0/includes/qmn_options_text_tab.php:72
2110
- #: ../4.1.0/includes/qmn_quiz.php:1112
2111
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:73
2112
- #: ../quiz_master_next/includes/qmn_quiz.php:1230
2113
- #: ../trunk/includes/qmn_options_text_tab.php:72
2114
- #: ../trunk/includes/qmn_quiz.php:1112 includes/qmn_options_text_tab.php:73
2115
- #: includes/qmn_quiz.php:1230
2116
- msgid "Previous"
2117
- msgstr "Anterior"
2118
-
2119
- #: ../4.1.0/includes/qmn_options_text_tab.php:168
2120
- #: ../4.1.0/includes/qmn_options_text_tab.php:328
2121
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:169
2122
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:329
2123
- #: ../trunk/includes/qmn_options_text_tab.php:168
2124
- #: ../trunk/includes/qmn_options_text_tab.php:328
2125
- #: includes/qmn_options_text_tab.php:169 includes/qmn_options_text_tab.php:329
2126
- msgid "Save Templates"
2127
- msgstr "Salvar modelos"
2128
 
2129
- #: ../4.1.0/includes/qmn_options_text_tab.php:174
2130
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:175
2131
- #: ../trunk/includes/qmn_options_text_tab.php:174
2132
- #: includes/qmn_options_text_tab.php:175
2133
- msgid "Message Templates"
2134
- msgstr "Modelos de mensagens"
2135
 
2136
- #: ../4.1.0/includes/qmn_options_text_tab.php:178
2137
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:179
2138
- #: ../trunk/includes/qmn_options_text_tab.php:178
2139
- #: includes/qmn_options_text_tab.php:179
2140
- msgid "Message Displayed Before Quiz"
2141
- msgstr "Mensagem exibida antes do questionário"
2142
 
2143
- #: ../4.1.0/includes/qmn_options_text_tab.php:188
2144
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:189
2145
- #: ../trunk/includes/qmn_options_text_tab.php:188
2146
- #: includes/qmn_options_text_tab.php:189
2147
- msgid "Message Displayed Before Comments Box If Enabled"
2148
- msgstr "Mensagem exibida antes, se a caixa de comentários estiver ativa"
2149
 
2150
- #: ../4.1.0/includes/qmn_options_text_tab.php:198
2151
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:199
2152
- #: ../trunk/includes/qmn_options_text_tab.php:198
2153
- #: includes/qmn_options_text_tab.php:199
2154
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
2155
- msgstr ""
2156
- "Mensagem exibida ao encerrar a avaliação (Deixe em branco para omitir esta "
2157
- "seção)"
2158
 
2159
- #: ../4.1.0/includes/qmn_options_text_tab.php:208
2160
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:209
2161
- #: ../trunk/includes/qmn_options_text_tab.php:208
2162
- #: includes/qmn_options_text_tab.php:209
2163
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
2164
- msgstr "Mensagem exibida se usuário tentar questionário várias vezes"
2165
 
2166
- #: ../4.1.0/includes/qmn_options_text_tab.php:218
2167
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:219
2168
- #: ../trunk/includes/qmn_options_text_tab.php:218
2169
- #: includes/qmn_options_text_tab.php:219
2170
- msgid ""
2171
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
2172
- "Logged In"
2173
- msgstr ""
2174
- "Mensagem exibida Se o usuário não está logado e o Questionário requerer que "
2175
- "os usuários devam estar conectados"
2176
 
2177
- #: ../4.1.0/includes/qmn_options_text_tab.php:228
2178
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:229
2179
- #: ../trunk/includes/qmn_options_text_tab.php:228
2180
- #: includes/qmn_options_text_tab.php:229
2181
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
2182
- msgstr "Mensagem exibida quando a data está fora do tempo programado"
2183
 
2184
- #: ../4.1.0/includes/qmn_options_text_tab.php:238
2185
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:239
2186
- #: ../trunk/includes/qmn_options_text_tab.php:238
2187
- #: includes/qmn_options_text_tab.php:239
2188
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
2189
- msgstr "Mensagem exibida se ultrapassou o limite do total das entradas."
2190
 
2191
- #: ../4.1.0/includes/qmn_options_text_tab.php:248
2192
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:249
2193
- #: ../trunk/includes/qmn_options_text_tab.php:248
2194
- #: includes/qmn_options_text_tab.php:249
2195
- msgid "%QUESTIONS_ANSWERS% Text"
2196
- msgstr "%QUESTIONS_ANSWERS% Texto"
2197
 
2198
- #: ../4.1.0/includes/qmn_options_text_tab.php:261
2199
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:262
2200
- #: ../trunk/includes/qmn_options_text_tab.php:261
2201
- #: includes/qmn_options_text_tab.php:262
2202
- msgid "Twitter Sharing Text"
2203
- msgstr "Compartilhar texto Twitter"
2204
 
2205
- #: ../4.1.0/includes/qmn_options_text_tab.php:278
2206
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:279
2207
- #: ../trunk/includes/qmn_options_text_tab.php:278
2208
- #: includes/qmn_options_text_tab.php:279
2209
- msgid "Facebook Sharing Text"
2210
- msgstr "Compartilhar Texto Facebook "
2211
 
2212
- #: ../4.1.0/includes/qmn_options_text_tab.php:293
2213
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:294
2214
- #: ../trunk/includes/qmn_options_text_tab.php:293
2215
- #: includes/qmn_options_text_tab.php:294
2216
- msgid "Other Templates"
2217
- msgstr "Outros Modelos"
2218
 
2219
- #: ../4.1.0/includes/qmn_options_text_tab.php:296
2220
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:297
2221
- #: ../trunk/includes/qmn_options_text_tab.php:296
2222
- #: includes/qmn_options_text_tab.php:297
2223
- msgid "Text for submit button"
2224
- msgstr "Texto para botão submeter"
2225
 
2226
- #: ../4.1.0/includes/qmn_options_text_tab.php:300
2227
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:301
2228
- #: ../trunk/includes/qmn_options_text_tab.php:300
2229
- #: includes/qmn_options_text_tab.php:301
2230
- msgid "Text for name field"
2231
- msgstr "Texto para o Campo Nome"
2232
 
2233
- #: ../4.1.0/includes/qmn_options_text_tab.php:304
2234
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:305
2235
- #: ../trunk/includes/qmn_options_text_tab.php:304
2236
- #: includes/qmn_options_text_tab.php:305
2237
- msgid "Text for business field"
2238
- msgstr "Texto para o Campo Empresa"
2239
 
2240
- #: ../4.1.0/includes/qmn_options_text_tab.php:308
2241
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:309
2242
- #: ../trunk/includes/qmn_options_text_tab.php:308
2243
- #: includes/qmn_options_text_tab.php:309
2244
- msgid "Text for email field"
2245
- msgstr "Texto para o campo e-mail"
2246
 
2247
- #: ../4.1.0/includes/qmn_options_text_tab.php:312
2248
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:313
2249
- #: ../trunk/includes/qmn_options_text_tab.php:312
2250
- #: includes/qmn_options_text_tab.php:313
2251
- msgid "Text for phone number field"
2252
- msgstr "Texto para o campo numero telefone"
2253
 
2254
- #: ../4.1.0/includes/qmn_options_text_tab.php:316
2255
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:317
2256
- #: ../trunk/includes/qmn_options_text_tab.php:316
2257
- #: includes/qmn_options_text_tab.php:317
2258
- msgid "Text for comments field"
2259
- msgstr "Texto para o campo comentários"
2260
 
2261
- #: ../4.1.0/includes/qmn_options_text_tab.php:320
2262
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:321
2263
- #: ../trunk/includes/qmn_options_text_tab.php:320
2264
- #: includes/qmn_options_text_tab.php:321
2265
- msgid "Text for previous button"
2266
- msgstr "Texto para o botão anterior"
2267
 
2268
- #: ../4.1.0/includes/qmn_options_text_tab.php:324
2269
- #: ../quiz_master_next/includes/qmn_options_text_tab.php:325
2270
- #: ../trunk/includes/qmn_options_text_tab.php:324
2271
- #: includes/qmn_options_text_tab.php:325
2272
- msgid "Text for next button"
2273
- msgstr "Texto para botão próximo "
2274
 
2275
- #: ../4.1.0/includes/qmn_options_tools_tab.php:5
2276
- #: ../4.1.0/includes/qmn_tools.php:53 ../4.1.0/mlw_quizmaster2.php:222
2277
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:6
2278
- #: ../quiz_master_next/includes/qmn_tools.php:58
2279
- #: ../quiz_master_next/mlw_quizmaster2.php:222
2280
- #: ../trunk/includes/qmn_options_tools_tab.php:5
2281
- #: ../trunk/includes/qmn_tools.php:53 ../trunk/mlw_quizmaster2.php:222
2282
- #: includes/qmn_options_tools_tab.php:6 includes/qmn_tools.php:58
2283
- #: mlw_quizmaster2.php:222
2284
- msgid "Tools"
2285
- msgstr "Ferramentas"
2286
-
2287
- #: ../4.1.0/includes/qmn_options_tools_tab.php:22
2288
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:23
2289
- #: ../trunk/includes/qmn_options_tools_tab.php:22
2290
- #: includes/qmn_options_tools_tab.php:23
2291
- msgid "The stats has been reset successfully."
2292
- msgstr "Estatísticas resetadas com sucesso!"
2293
 
2294
- #: ../4.1.0/includes/qmn_options_tools_tab.php:74
2295
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:75
2296
- #: ../trunk/includes/qmn_options_tools_tab.php:74
2297
- #: includes/qmn_options_tools_tab.php:75
2298
- msgid ""
2299
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
2300
- "and Times Quiz Has Been Taken)."
2301
- msgstr ""
2302
- "Utilize este botão para repor todas as estatísticas coletadas para este "
2303
- "questionário (Questionário Visualizações e vezes que o Questionário foi "
2304
- "usado)."
 
 
 
 
2305
 
2306
- #: ../4.1.0/includes/qmn_options_tools_tab.php:75
2307
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:76
2308
- #: ../trunk/includes/qmn_options_tools_tab.php:75
2309
- #: includes/qmn_options_tools_tab.php:76
2310
- msgid "Reset Quiz Views And Taken Stats"
2311
- msgstr "Resetar questionário, pontos de vista e Estatísticas "
2312
 
2313
- #: ../4.1.0/includes/qmn_options_tools_tab.php:86
2314
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:87
2315
- #: ../trunk/includes/qmn_options_tools_tab.php:86
2316
- #: includes/qmn_options_tools_tab.php:87
2317
- msgid ""
2318
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
2319
- "this quiz will be reset. This is permanent and cannot be undone."
2320
- msgstr ""
2321
- "Tem certeza de que deseja redefinir as estatísticas para 0? Todos os pontos "
2322
- "de vista e estatísticas tomadas para esse teste serão repostos. Isso é "
2323
- "permanente e não pode ser desfeito."
2324
 
2325
- #: ../4.1.0/includes/qmn_options_tools_tab.php:90
2326
- #: ../quiz_master_next/includes/qmn_options_tools_tab.php:91
2327
- #: ../trunk/includes/qmn_options_tools_tab.php:90
2328
- #: includes/qmn_options_tools_tab.php:91
2329
- msgid "Reset All Stats For Quiz"
2330
- msgstr "Redefinir todas as estatísticas para Questionário"
 
2331
 
2332
- #: ../4.1.0/includes/qmn_question_types.php:7
2333
  #: ../quiz_master_next/includes/qmn_question_types.php:7
2334
- #: ../trunk/includes/qmn_question_types.php:7
2335
- #: includes/qmn_question_types.php:7
2336
  msgid "Multiple Choice"
2337
  msgstr "Multipla escolha"
2338
 
2339
- #: ../4.1.0/includes/qmn_question_types.php:75
2340
  #: ../quiz_master_next/includes/qmn_question_types.php:75
2341
- #: ../trunk/includes/qmn_question_types.php:75
2342
- #: includes/qmn_question_types.php:75
2343
  msgid "Horizontal Multiple Choice"
2344
  msgstr "Multipla escolha horizontal"
2345
 
2346
- #: ../4.1.0/includes/qmn_question_types.php:143
2347
  #: ../quiz_master_next/includes/qmn_question_types.php:143
2348
- #: ../trunk/includes/qmn_question_types.php:143
2349
- #: includes/qmn_question_types.php:143
2350
  msgid "Drop Down"
2351
  msgstr "Menu suspenso"
2352
 
2353
- #: ../4.1.0/includes/qmn_question_types.php:208
2354
  #: ../quiz_master_next/includes/qmn_question_types.php:208
2355
- #: ../trunk/includes/qmn_question_types.php:208
2356
- #: includes/qmn_question_types.php:208
2357
  msgid "Small Open Answer"
2358
  msgstr "Respostas curtas"
2359
 
2360
- #: ../4.1.0/includes/qmn_question_types.php:257
2361
  #: ../quiz_master_next/includes/qmn_question_types.php:257
2362
- #: ../trunk/includes/qmn_question_types.php:257
2363
- #: includes/qmn_question_types.php:257
2364
  msgid "Multiple Response"
2365
  msgstr "Resposta Multipla"
2366
 
2367
- #: ../4.1.0/includes/qmn_question_types.php:332
2368
  #: ../quiz_master_next/includes/qmn_question_types.php:332
2369
- #: ../trunk/includes/qmn_question_types.php:332
2370
- #: includes/qmn_question_types.php:332
2371
  msgid "Large Open Answer"
2372
  msgstr "Resposta Grande aberta"
2373
 
2374
- #: ../4.1.0/includes/qmn_question_types.php:381
2375
  #: ../quiz_master_next/includes/qmn_question_types.php:381
2376
- #: ../trunk/includes/qmn_question_types.php:381
2377
- #: includes/qmn_question_types.php:381
2378
  msgid "Text Block"
2379
  msgstr "Bloco de texto"
2380
 
2381
- #: ../4.1.0/includes/qmn_question_types.php:396
2382
  #: ../quiz_master_next/includes/qmn_question_types.php:396
2383
- #: ../trunk/includes/qmn_question_types.php:396
2384
- #: includes/qmn_question_types.php:396
2385
  msgid "Number"
2386
  msgstr "Numero"
2387
 
2388
- #: ../4.1.0/includes/qmn_question_types.php:445
2389
  #: ../quiz_master_next/includes/qmn_question_types.php:445
2390
- #: ../trunk/includes/qmn_question_types.php:445
2391
- #: includes/qmn_question_types.php:445
2392
  msgid "Accept"
2393
  msgstr "Aceitar"
2394
 
2395
- #: ../4.1.0/includes/qmn_question_types.php:464
2396
  #: ../quiz_master_next/includes/qmn_question_types.php:464
2397
- #: ../trunk/includes/qmn_question_types.php:464
2398
- #: includes/qmn_question_types.php:464
2399
  msgid "Captcha"
2400
  msgstr "captcha"
2401
 
2402
- #: ../4.1.0/includes/qmn_question_types.php:505
2403
  #: ../quiz_master_next/includes/qmn_question_types.php:505
2404
- #: ../trunk/includes/qmn_question_types.php:505
2405
- #: includes/qmn_question_types.php:505
2406
  msgid "Horizontal Multiple Response"
2407
  msgstr "Respostas múltiplas horizontais"
2408
 
2409
- #: ../4.1.0/includes/qmn_quiz.php:214
2410
- #: ../quiz_master_next/includes/qmn_quiz.php:326
2411
- #: ../trunk/includes/qmn_quiz.php:214 includes/qmn_quiz.php:326
2412
- msgid "Not a valid e-mail address!"
2413
- msgstr "Endereço de e-mail inválido"
2414
-
2415
- #: ../4.1.0/includes/qmn_quiz.php:215
2416
- #: ../quiz_master_next/includes/qmn_quiz.php:327
2417
- #: ../trunk/includes/qmn_quiz.php:215 includes/qmn_quiz.php:327
2418
- msgid "This field must be a number!"
2419
- msgstr "Este campo só aceita números!"
2420
-
2421
- #: ../4.1.0/includes/qmn_quiz.php:216
2422
- #: ../quiz_master_next/includes/qmn_quiz.php:328
2423
- #: ../trunk/includes/qmn_quiz.php:216 includes/qmn_quiz.php:328
2424
- msgid "The entered text is not correct!"
2425
- msgstr "Texto digitado não está correto!"
2426
-
2427
- #: ../4.1.0/includes/qmn_quiz.php:217
2428
- #: ../quiz_master_next/includes/qmn_quiz.php:329
2429
- #: ../trunk/includes/qmn_quiz.php:217 includes/qmn_quiz.php:329
2430
- msgid "Please complete all required fields!"
2431
- msgstr "Por Favor preencha todos campos obrigatórios!"
2432
-
2433
- #: ../4.1.0/includes/qmn_quiz_admin.php:181 ../4.1.0/mlw_quizmaster2.php:217
2434
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:186
2435
- #: ../quiz_master_next/mlw_quizmaster2.php:217
2436
- #: ../trunk/includes/qmn_quiz_admin.php:181 ../trunk/mlw_quizmaster2.php:217
2437
- #: includes/qmn_quiz_admin.php:186 mlw_quizmaster2.php:217
2438
- msgid "Quizzes"
2439
- msgstr "Testes"
2440
 
2441
- #: ../4.1.0/includes/qmn_quiz_admin.php:181
2442
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:186
2443
- #: ../trunk/includes/qmn_quiz_admin.php:181 includes/qmn_quiz_admin.php:186
2444
- msgid "Add New"
2445
- msgstr "Adicionar Novo"
2446
 
2447
- #: ../4.1.0/includes/qmn_quiz_admin.php:199
2448
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:204
2449
- #: ../trunk/includes/qmn_quiz_admin.php:199 includes/qmn_quiz_admin.php:204
2450
  #, php-format
2451
  msgid "One quiz"
2452
  msgid_plural "%s quizzes"
2453
  msgstr[0] "Uma questão"
2454
  msgstr[1] "%s questões"
2455
 
2456
- #: ../4.1.0/includes/qmn_quiz_admin.php:244
2457
- #: ../4.1.0/includes/qmn_quiz_admin.php:290
2458
- #: ../4.1.0/includes/qmn_quiz_admin.php:358
2459
- #: ../4.1.0/includes/qmn_results.php:205
2460
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:249
2461
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:295
2462
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:364
2463
- #: ../quiz_master_next/includes/qmn_results.php:209
2464
- #: ../trunk/includes/qmn_quiz_admin.php:244
2465
- #: ../trunk/includes/qmn_quiz_admin.php:290
2466
- #: ../trunk/includes/qmn_quiz_admin.php:358
2467
- #: ../trunk/includes/qmn_results.php:205 includes/qmn_quiz_admin.php:249
2468
- #: includes/qmn_quiz_admin.php:295 includes/qmn_quiz_admin.php:364
2469
- #: includes/qmn_results.php:209
2470
- msgid "Quiz Name"
2471
- msgstr "Nome da Avaliação"
2472
-
2473
- #: ../4.1.0/includes/qmn_quiz_admin.php:245
2474
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:250
2475
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:296
2476
- #: ../trunk/includes/qmn_quiz_admin.php:245 includes/qmn_quiz_admin.php:250
2477
- #: includes/qmn_quiz_admin.php:296
2478
  msgid "URL"
2479
  msgstr "URL"
2480
 
2481
- #: ../4.1.0/includes/qmn_quiz_admin.php:246
2482
- #: ../4.1.0/includes/qmn_quiz_admin.php:291
2483
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:251
2484
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:297
2485
- #: ../trunk/includes/qmn_quiz_admin.php:246
2486
- #: ../trunk/includes/qmn_quiz_admin.php:291 includes/qmn_quiz_admin.php:251
2487
- #: includes/qmn_quiz_admin.php:297
2488
  msgid "Quiz Shortcode"
2489
  msgstr "Shortcode do teste"
2490
 
2491
- #: ../4.1.0/includes/qmn_quiz_admin.php:247
2492
- #: ../4.1.0/includes/qmn_quiz_admin.php:292
2493
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:252
2494
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:298
2495
- #: ../trunk/includes/qmn_quiz_admin.php:247
2496
- #: ../trunk/includes/qmn_quiz_admin.php:292 includes/qmn_quiz_admin.php:252
2497
- #: includes/qmn_quiz_admin.php:298
2498
  msgid "Leaderboard Shortcode"
2499
  msgstr "Shortcode da Pontuação"
2500
 
2501
- #: ../4.1.0/includes/qmn_quiz_admin.php:248
2502
- #: ../4.1.0/includes/qmn_quiz_admin.php:293
2503
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:253
2504
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:299
2505
- #: ../trunk/includes/qmn_quiz_admin.php:248
2506
- #: ../trunk/includes/qmn_quiz_admin.php:293 includes/qmn_quiz_admin.php:253
2507
- #: includes/qmn_quiz_admin.php:299
2508
  msgid "Quiz Views"
2509
  msgstr "Visualização do Questionário"
2510
 
2511
- #: ../4.1.0/includes/qmn_quiz_admin.php:249
2512
- #: ../4.1.0/includes/qmn_quiz_admin.php:294
2513
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:254
2514
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:300
2515
- #: ../trunk/includes/qmn_quiz_admin.php:249
2516
- #: ../trunk/includes/qmn_quiz_admin.php:294 includes/qmn_quiz_admin.php:254
2517
- #: includes/qmn_quiz_admin.php:300
2518
  msgid "Quiz Taken"
2519
  msgstr "Questionário Tomado"
2520
 
2521
- #: ../4.1.0/includes/qmn_quiz_admin.php:250
2522
- #: ../4.1.0/includes/qmn_quiz_admin.php:295
2523
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:255
2524
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:301
2525
- #: ../trunk/includes/qmn_quiz_admin.php:250
2526
- #: ../trunk/includes/qmn_quiz_admin.php:295 includes/qmn_quiz_admin.php:255
2527
- #: includes/qmn_quiz_admin.php:301
2528
  msgid "Last Modified"
2529
  msgstr "Ultima modificação"
2530
 
2531
- #: ../4.1.0/includes/qmn_quiz_admin.php:263
2532
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:268
2533
- #: ../trunk/includes/qmn_quiz_admin.php:263 includes/qmn_quiz_admin.php:268
2534
  msgid "Edit Name"
2535
  msgstr "Editar nome"
2536
 
2537
- #: ../4.1.0/includes/qmn_quiz_admin.php:266
2538
- #: ../4.1.0/includes/qmn_results_details.php:116
2539
- #: ../quiz_master_next/includes/qmn_quiz_admin.php:271
2540
- #: ../quiz_master_next/includes/qmn_results_details.php:121
2541
- #: ../trunk/includes/qmn_quiz_admin.php:266
2542
- #: ../trunk/includes/qmn_results_details.php:116
2543
- #: includes/qmn_quiz_admin.php:271 includes/qmn_results_details.php:121
2544
- msgid "Results"
2545
- msgstr "Resultados"
2546
-
2547
- #: ../4.1.0/includes/qmn_quiz_admin.php:353
2548
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:359
2549
- #: ../trunk/includes/qmn_quiz_admin.php:353 includes/qmn_quiz_admin.php:359
2550
  msgid "Create New Quiz"
2551
  msgstr "Criar Novo teste"
2552
 
2553
- #: ../4.1.0/includes/qmn_quiz_admin.php:367
2554
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:373
2555
- #: ../trunk/includes/qmn_quiz_admin.php:367 includes/qmn_quiz_admin.php:373
2556
  msgid "Create Quiz"
2557
  msgstr "Criar Teste"
2558
 
2559
- #: ../4.1.0/includes/qmn_quiz_admin.php:373
2560
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:379
2561
- #: ../trunk/includes/qmn_quiz_admin.php:373 includes/qmn_quiz_admin.php:379
2562
  msgid "Quiz Name:"
2563
  msgstr "Teste Nome:"
2564
 
2565
- #: ../4.1.0/includes/qmn_quiz_admin.php:384
2566
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:390
2567
- #: ../trunk/includes/qmn_quiz_admin.php:384 includes/qmn_quiz_admin.php:390
2568
  msgid "Duplicate this quiz?"
2569
  msgstr "Duplicar questão?"
2570
 
2571
- #: ../4.1.0/includes/qmn_quiz_admin.php:386
2572
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:392
2573
- #: ../trunk/includes/qmn_quiz_admin.php:386 includes/qmn_quiz_admin.php:392
2574
  msgid "Duplicate questions with quiz"
2575
  msgstr "Duplicar perguntas com questionário"
2576
 
2577
- #: ../4.1.0/includes/qmn_quiz_admin.php:388
2578
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:394
2579
- #: ../trunk/includes/qmn_quiz_admin.php:388 includes/qmn_quiz_admin.php:394
2580
  msgid "Name Of New Quiz:"
2581
  msgstr "Nome do novo questionário"
2582
 
2583
- #: ../4.1.0/includes/qmn_quiz_admin.php:397
2584
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:403
2585
- #: ../trunk/includes/qmn_quiz_admin.php:397 includes/qmn_quiz_admin.php:403
2586
  msgid "Are you sure you want to delete this quiz?"
2587
  msgstr "Você tem certeza que deseja deletar este questionário?"
2588
 
2589
- #: ../4.1.0/includes/qmn_quiz_admin.php:402
2590
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:408
2591
- #: ../trunk/includes/qmn_quiz_admin.php:402 includes/qmn_quiz_admin.php:408
2592
  msgid "Delete Quiz"
2593
  msgstr "Delete Questionário"
2594
 
2595
- #: ../4.1.0/includes/qmn_quiz_creator.php:368
2596
- #: ../quiz_master_next/includes/qmn_quiz_creator.php:369
2597
- #: ../trunk/includes/qmn_quiz_creator.php:368
2598
- #: includes/qmn_quiz_creator.php:369
2599
- msgid ""
2600
- "Your new quiz has been created successfully. To begin editing your quiz, "
2601
- "click the Edit link on the new quiz."
2602
- msgstr ""
2603
- "Seu novo questionário foi criado com sucesso. Para começar a editar o seu "
2604
- "questionário, clique no link Editar na nova avaliação."
2605
-
2606
- #: ../4.1.0/includes/qmn_quiz_creator.php:434
2607
- #: ../quiz_master_next/includes/qmn_quiz_creator.php:435
2608
- #: ../trunk/includes/qmn_quiz_creator.php:434
2609
- #: includes/qmn_quiz_creator.php:435
2610
- msgid "Your quiz has been deleted successfully."
2611
- msgstr "Sua avaliação foi apagada com sucesso!"
2612
-
2613
- #: ../4.1.0/includes/qmn_quiz_creator.php:476
2614
- #: ../quiz_master_next/includes/qmn_quiz_creator.php:477
2615
- #: ../trunk/includes/qmn_quiz_creator.php:476
2616
- #: includes/qmn_quiz_creator.php:477
2617
- msgid "Your quiz name has been updated successfully."
2618
- msgstr "O nome de sua avaliação foi atualizada com sucesso!"
2619
-
2620
- #: ../4.1.0/includes/qmn_quiz_creator.php:622
2621
- #: ../quiz_master_next/includes/qmn_quiz_creator.php:634
2622
- #: ../trunk/includes/qmn_quiz_creator.php:622
2623
- #: includes/qmn_quiz_creator.php:634
2624
- msgid "Your quiz has been duplicated successfully."
2625
- msgstr "Sua avaliação foi repetida com sucesso."
2626
-
2627
- #. translators: The %s corresponds to the name of the quiz
2628
- #: ../4.1.0/includes/qmn_quiz_options.php:51
2629
- #: ../quiz_master_next/includes/qmn_quiz_options.php:56
2630
- #: ../trunk/includes/qmn_quiz_options.php:51 includes/qmn_quiz_options.php:56
2631
- #, php-format
2632
- msgid "Quiz Settings For %s"
2633
- msgstr "Configurações do questionário para %s"
2634
-
2635
- #: ../4.1.0/includes/qmn_quiz_options.php:91
2636
- #: ../quiz_master_next/includes/qmn_quiz_options.php:96
2637
- #: ../trunk/includes/qmn_quiz_options.php:91 includes/qmn_quiz_options.php:96
2638
- msgid ""
2639
- "Please go to the quizzes page and click on the Edit link from the quiz you "
2640
- "wish to edit."
2641
- msgstr ""
2642
- "Por favor, vá para a página de testes e clique no link Editar no "
2643
- "questionário que pretende editar."
2644
-
2645
- #: ../4.1.0/includes/qmn_results.php:19
2646
- #: ../quiz_master_next/includes/qmn_results.php:23
2647
- #: ../trunk/includes/qmn_results.php:19 includes/qmn_results.php:23
2648
- msgid "Your results has been deleted successfully."
2649
- msgstr "Seus resultados foram apagados com sucesso!"
2650
-
2651
- #: ../4.1.0/includes/qmn_results.php:148
2652
- #: ../4.1.0/includes/qmn_results_details.php:16
2653
- #: ../4.1.0/mlw_quizmaster2.php:219
2654
- #: ../quiz_master_next/includes/qmn_results.php:152
2655
- #: ../quiz_master_next/includes/qmn_results_details.php:21
2656
- #: ../quiz_master_next/mlw_quizmaster2.php:219
2657
- #: ../trunk/includes/qmn_results.php:148
2658
- #: ../trunk/includes/qmn_results_details.php:16
2659
- #: ../trunk/mlw_quizmaster2.php:219 includes/qmn_results.php:152
2660
- #: includes/qmn_results_details.php:21 mlw_quizmaster2.php:219
2661
- msgid "Quiz Results"
2662
- msgstr "Resultados"
2663
-
2664
- #: ../4.1.0/includes/qmn_results.php:157
2665
- #: ../quiz_master_next/includes/qmn_results.php:161
2666
- #: ../trunk/includes/qmn_results.php:157 includes/qmn_results.php:161
2667
- #, php-format
2668
- msgid "One result"
2669
- msgid_plural "%s results"
2670
- msgstr[0] "Um resultado"
2671
- msgstr[1] "%s resultados"
2672
-
2673
- #: ../4.1.0/includes/qmn_results.php:204
2674
- #: ../quiz_master_next/includes/qmn_results.php:208
2675
- #: ../trunk/includes/qmn_results.php:204 includes/qmn_results.php:208
2676
- msgid "Actions"
2677
- msgstr "Ações"
2678
-
2679
- #: ../4.1.0/includes/qmn_results.php:206
2680
- #: ../quiz_master_next/includes/qmn_results.php:210
2681
- #: ../trunk/includes/qmn_results.php:206 includes/qmn_results.php:210
2682
- msgid "Score"
2683
- msgstr "Placar"
2684
-
2685
- #: ../4.1.0/includes/qmn_results.php:207
2686
- #: ../quiz_master_next/includes/qmn_results.php:211
2687
- #: ../trunk/includes/qmn_results.php:207 includes/qmn_results.php:211
2688
- msgid "Time To Complete"
2689
- msgstr "Tempo para concluir"
2690
-
2691
- #: ../4.1.0/includes/qmn_results.php:208
2692
- #: ../quiz_master_next/includes/qmn_results.php:212
2693
- #: ../trunk/includes/qmn_results.php:208 includes/qmn_results.php:212
2694
- msgid "Name"
2695
- msgstr "Nome"
2696
-
2697
- #: ../4.1.0/includes/qmn_results.php:209
2698
- #: ../quiz_master_next/includes/qmn_results.php:213
2699
- #: ../trunk/includes/qmn_results.php:209 includes/qmn_results.php:213
2700
- msgid "Business"
2701
- msgstr "Empresa"
2702
-
2703
- #: ../4.1.0/includes/qmn_results.php:210
2704
- #: ../quiz_master_next/includes/qmn_results.php:214
2705
- #: ../trunk/includes/qmn_results.php:210 includes/qmn_results.php:214
2706
- msgid "Email"
2707
- msgstr "e-mail"
2708
-
2709
- #: ../4.1.0/includes/qmn_results.php:211
2710
- #: ../quiz_master_next/includes/qmn_results.php:215
2711
- #: ../trunk/includes/qmn_results.php:211 includes/qmn_results.php:215
2712
- msgid "Phone"
2713
- msgstr "Fone"
2714
-
2715
- #: ../4.1.0/includes/qmn_results.php:212
2716
- #: ../quiz_master_next/includes/qmn_results.php:216
2717
- #: ../trunk/includes/qmn_results.php:212 includes/qmn_results.php:216
2718
- msgid "Time Taken"
2719
- msgstr "Tempo necessário"
2720
-
2721
- #: ../4.1.0/includes/qmn_results.php:272
2722
- #: ../quiz_master_next/includes/qmn_results.php:276
2723
- #: ../trunk/includes/qmn_results.php:272 includes/qmn_results.php:276
2724
- msgid "Are you sure you want to delete these results?"
2725
- msgstr "Tem certeza de que deseja apagar estes resultados?"
2726
-
2727
- #: ../4.1.0/includes/qmn_results.php:277
2728
- #: ../quiz_master_next/includes/qmn_results.php:281
2729
- #: ../trunk/includes/qmn_results.php:277 includes/qmn_results.php:281
2730
- msgid "Delete Results"
2731
- msgstr "Deletar Resultados"
2732
-
2733
- #: ../4.1.0/includes/qmn_results_details.php:195
2734
- #: ../quiz_master_next/includes/qmn_results_details.php:200
2735
- #: ../trunk/includes/qmn_results_details.php:195
2736
- #: includes/qmn_results_details.php:200
2737
- msgid "Create Certificate"
2738
- msgstr "Criar Certificado"
2739
-
2740
- #: ../4.1.0/includes/qmn_results_details.php:200
2741
- #: ../quiz_master_next/includes/qmn_results_details.php:205
2742
- #: ../trunk/includes/qmn_results_details.php:200
2743
- #: includes/qmn_results_details.php:205
2744
- msgid "Download Certificate Here"
2745
- msgstr "Baixe o Certificado Aqui"
2746
-
2747
- #: ../4.1.0/includes/qmn_results_details.php:207
2748
- #: ../quiz_master_next/includes/qmn_results_details.php:212
2749
- #: ../trunk/includes/qmn_results_details.php:207
2750
- #: includes/qmn_results_details.php:212
2751
- msgid "Certificate"
2752
- msgstr "Certificado"
2753
-
2754
- #: ../4.1.0/includes/qmn_tools.php:88
2755
- #: ../quiz_master_next/includes/qmn_tools.php:93
2756
- #: ../trunk/includes/qmn_tools.php:88 includes/qmn_tools.php:93
2757
- msgid "There has been an error! Please try again."
2758
- msgstr "Houve um erro! Por favor tente novamente."
2759
-
2760
- #: ../4.1.0/includes/qmn_tools.php:106
2761
- #: ../quiz_master_next/includes/qmn_tools.php:111
2762
- #: ../trunk/includes/qmn_tools.php:106 includes/qmn_tools.php:111
2763
- msgid "Quiz Has Been Restored!"
2764
- msgstr "A Avaliação foi restaurada!"
2765
-
2766
- #: ../4.1.0/includes/qmn_tools.php:111
2767
- #: ../quiz_master_next/includes/qmn_tools.php:116
2768
- #: ../trunk/includes/qmn_tools.php:111 includes/qmn_tools.php:116
2769
- msgid ""
2770
- "Choose a quiz in the drop down and then click the button to restore a "
2771
- "deleted quiz."
2772
- msgstr ""
2773
- "Escolha uma Avaliação no drop down e, em seguida, clique no botão para "
2774
- "restaurar uma avaliação excluída."
2775
-
2776
- #: ../4.1.0/includes/qmn_tools.php:121
2777
- #: ../quiz_master_next/includes/qmn_tools.php:126
2778
- #: ../trunk/includes/qmn_tools.php:121 includes/qmn_tools.php:126
2779
- msgid "Restore Quiz"
2780
- msgstr "Recuperar Avaliação"
2781
-
2782
- #: ../4.1.0/includes/qmn_tools.php:150 ../4.1.0/includes/qmn_tools.php:166
2783
- #: ../quiz_master_next/includes/qmn_tools.php:155
2784
- #: ../quiz_master_next/includes/qmn_tools.php:171
2785
- #: ../trunk/includes/qmn_tools.php:150 ../trunk/includes/qmn_tools.php:166
2786
- #: includes/qmn_tools.php:155 includes/qmn_tools.php:171
2787
- #, php-format
2788
- msgid "Previous %s Audits"
2789
- msgstr "Anterior % s Auditorias"
2790
-
2791
- #: ../4.1.0/includes/qmn_tools.php:153 ../4.1.0/includes/qmn_tools.php:160
2792
- #: ../quiz_master_next/includes/qmn_tools.php:158
2793
- #: ../quiz_master_next/includes/qmn_tools.php:165
2794
- #: ../trunk/includes/qmn_tools.php:153 ../trunk/includes/qmn_tools.php:160
2795
- #: includes/qmn_tools.php:158 includes/qmn_tools.php:165
2796
- #, php-format
2797
- msgid "Next %s Audits"
2798
- msgstr "Próximo% s Auditorias"
2799
-
2800
- #: ../4.1.0/includes/qmn_tools.php:173
2801
- #: ../quiz_master_next/includes/qmn_tools.php:178
2802
- #: ../trunk/includes/qmn_tools.php:173 includes/qmn_tools.php:178
2803
- msgid "User"
2804
- msgstr "Usuário"
2805
-
2806
- #: ../4.1.0/includes/qmn_tools.php:174
2807
- #: ../quiz_master_next/includes/qmn_tools.php:179
2808
- #: ../trunk/includes/qmn_tools.php:174 includes/qmn_tools.php:179
2809
- msgid "Action"
2810
- msgstr "Ação"
2811
-
2812
- #: ../4.1.0/includes/qmn_tools.php:175
2813
- #: ../quiz_master_next/includes/qmn_tools.php:180
2814
- #: ../trunk/includes/qmn_tools.php:175 includes/qmn_tools.php:180
2815
- msgid "Time"
2816
- msgstr "Tempo"
2817
-
2818
- #: ../4.1.0/includes/qmn_usage_tracking.php:195
2819
- #: ../quiz_master_next/includes/qmn_usage_tracking.php:193
2820
- #: ../trunk/includes/qmn_usage_tracking.php:195
2821
- #: includes/qmn_usage_tracking.php:193
2822
- msgid ""
2823
- "Allow Quiz Master Next to anonymously track this plugin's usage and help us "
2824
- "make this plugin better? No sensitive data is tracked."
2825
- msgstr ""
2826
- "Permitir anonimamente controlar o uso deste plugin e nos ajudar a fazer este "
2827
- "plugin melhor? Sem os dados sensíveis são monitorados."
2828
-
2829
- #: ../4.1.0/includes/qmn_usage_tracking.php:196
2830
- #: ../quiz_master_next/includes/qmn_usage_tracking.php:194
2831
- #: ../trunk/includes/qmn_usage_tracking.php:196
2832
- #: includes/qmn_usage_tracking.php:194
2833
- msgid "Allow"
2834
- msgstr "Permoitido"
2835
-
2836
- #: ../4.1.0/includes/qmn_usage_tracking.php:197
2837
- #: ../quiz_master_next/includes/qmn_usage_tracking.php:195
2838
- #: ../trunk/includes/qmn_usage_tracking.php:197
2839
- #: includes/qmn_usage_tracking.php:195
2840
- msgid "Do not allow"
2841
- msgstr "Não permitido"
2842
-
2843
- #: ../4.1.0/includes/qmn_widgets.php:10
2844
- #: ../Older_Dev/3.0.1/3.0.1/includes/mlw_qmn_widgets.php:10
2845
- #: ../Older_Dev/3.0.1/trunk/includes/mlw_qmn_widgets.php:10
2846
- #: ../Older_Dev/3.1.1/3.1.1/includes/mlw_qmn_widgets.php:10
2847
- #: ../Older_Dev/3.1.1/trunk/includes/mlw_qmn_widgets.php:10
2848
- #: ../Older_Dev/3.2.1/3.2.1/includes/mlw_qmn_widgets.php:10
2849
- #: ../Older_Dev/3.2.1/trunk/includes/mlw_qmn_widgets.php:10
2850
- #: ../Older_Dev/3.2.2/3.2.2/includes/mlw_qmn_widgets.php:10
2851
- #: ../Older_Dev/3.2.2/trunk/includes/mlw_qmn_widgets.php:10
2852
- #: ../Older_Dev/3.3.1/3.3.1/includes/mlw_qmn_widgets.php:10
2853
- #: ../Older_Dev/3.3.1/trunk/includes/mlw_qmn_widgets.php:10
2854
- #: ../Older_Dev/3.3.2/3.3.2/includes/mlw_qmn_widgets.php:10
2855
- #: ../Older_Dev/3.3.2/trunk/includes/mlw_qmn_widgets.php:10
2856
- #: ../Older_Dev/Before 1.0/0.9.8/trunk/includes/mlw_qmn_widgets.php:10
2857
- #: 1.0/0.9.9/trunk/includes/mlw_qmn_widgets.php:10
2858
- #: 2.0/1.0.1/trunk/includes/mlw_qmn_widgets.php:10
2859
- #: 2.0/1.0/trunk/includes/mlw_qmn_widgets.php:10
2860
- #: 2.0/1.1.1/trunk/includes/mlw_qmn_widgets.php:10
2861
- #: 2.0/1.2.1/trunk/includes/mlw_qmn_widgets.php:10
2862
- #: 2.0/1.3.1/trunk/includes/mlw_qmn_widgets.php:10
2863
- #: 2.0/1.4.1/trunk/includes/mlw_qmn_widgets.php:10
2864
- #: 2.0/1.4.2/trunk/includes/mlw_qmn_widgets.php:10
2865
- #: 2.0/1.5.1/trunk/includes/mlw_qmn_widgets.php:10
2866
- #: 2.0/1.6.1/trunk/includes/mlw_qmn_widgets.php:10
2867
- #: 2.0/1.6.2/trunk/includes/mlw_qmn_widgets.php:10
2868
- #: 2.0/1.6.3/trunk/includes/mlw_qmn_widgets.php:10
2869
- #: 2.0/1.7.1/trunk/includes/mlw_qmn_widgets.php:10
2870
- #: 2.0/1.8.1/trunk/includes/mlw_qmn_widgets.php:10
2871
- #: 2.0/1.8.2/trunk/includes/mlw_qmn_widgets.php:10
2872
- #: 2.0/1.9.1/trunk/includes/mlw_qmn_widgets.php:10
2873
- #: 2.0/1.9.2/trunk/includes/mlw_qmn_widgets.php:10
2874
- #: 2.0/1.9.3/trunk/includes/mlw_qmn_widgets.php:10
2875
- #: 2.0/1.9.4/trunk/includes/mlw_qmn_widgets.php:10
2876
- #: 2.0/1.9.5/trunk/includes/mlw_qmn_widgets.php:10
2877
- #: 2.0/1.9.6/trunk/includes/mlw_qmn_widgets.php:10
2878
- #: ../Older_Dev/Before_3.0/2.0.1/trunk/includes/mlw_qmn_widgets.php:10
2879
- #: ../Older_Dev/Before_3.0/2.1.1/trunk/includes/mlw_qmn_widgets.php:10
2880
- #: ../Older_Dev/Before_3.0/2.2.1/trunk/includes/mlw_qmn_widgets.php:10
2881
- #: ../Older_Dev/Before_3.0/2.2.2/trunk/includes/mlw_qmn_widgets.php:10
2882
- #: ../Older_Dev/Before_3.0/2.3.1/trunk/includes/mlw_qmn_widgets.php:10
2883
- #: ../Older_Dev/Before_3.0/2.4.1/trunk/includes/mlw_qmn_widgets.php:10
2884
- #: ../Older_Dev/Before_3.0/2.5.1/trunk/includes/mlw_qmn_widgets.php:10
2885
- #: ../Older_Dev/Before_3.0/2.6.1/trunk/includes/mlw_qmn_widgets.php:10
2886
- #: ../Older_Dev/Before_3.0/2.6.2/trunk/includes/mlw_qmn_widgets.php:10
2887
- #: ../Older_Dev/Before_3.0/2.6.3/trunk/includes/mlw_qmn_widgets.php:10
2888
- #: ../Older_Dev/Before_3.0/2.6.4/trunk/includes/mlw_qmn_widgets.php:10
2889
- #: ../Older_Dev/Before_3.0/2.7.1/trunk/includes/mlw_qmn_widgets.php:10
2890
- #: ../Older_Dev/Before_3.0/2.7.2/trunk/includes/mlw_qmn_widgets.php:10
2891
- #: ../Older_Dev/Before_3.0/2.7.3/trunk/includes/mlw_qmn_widgets.php:10
2892
- #: ../Older_Dev/Before_3.0/2.8.1/trunk/includes/mlw_qmn_widgets.php:10
2893
- #: ../Older_Dev/Before_3.0/2.8.2/trunk/includes/mlw_qmn_widgets.php:10
2894
- #: ../Older_Dev/Before_3.0/2.8.3/trunk/includes/mlw_qmn_widgets.php:10
2895
- #: ../Older_Dev/Before_3.0/2.8.4/trunk/includes/mlw_qmn_widgets.php:10
2896
- #: ../Older_Dev/Before_3.0/2.8.5/2.8.5/includes/mlw_qmn_widgets.php:10
2897
- #: ../Older_Dev/Before_3.0/2.8.5/trunk/includes/mlw_qmn_widgets.php:10
2898
- #: ../Older_Dev/Before_3.0/2.9.1/2.9.1/includes/mlw_qmn_widgets.php:10
2899
- #: ../Older_Dev/Before_3.0/2.9.1/trunk/includes/mlw_qmn_widgets.php:10
2900
  #: ../quiz_master_next/includes/qmn_widgets.php:11
2901
- #: ../trunk/includes/qmn_widgets.php:10 includes/qmn_widgets.php:11
2902
  msgid "Quiz Master Next Leaderboard Widget"
2903
  msgstr "Widget de Classificações"
2904
 
2905
- #: ../4.1.0/includes/qmn_widgets.php:25
2906
- #: ../Older_Dev/3.0.1/3.0.1/includes/mlw_qmn_widgets.php:25
2907
- #: ../Older_Dev/3.0.1/trunk/includes/mlw_qmn_widgets.php:25
2908
- #: ../Older_Dev/3.1.1/3.1.1/includes/mlw_qmn_widgets.php:25
2909
- #: ../Older_Dev/3.1.1/trunk/includes/mlw_qmn_widgets.php:25
2910
- #: ../Older_Dev/3.2.1/3.2.1/includes/mlw_qmn_widgets.php:25
2911
- #: ../Older_Dev/3.2.1/trunk/includes/mlw_qmn_widgets.php:25
2912
- #: ../Older_Dev/3.2.2/3.2.2/includes/mlw_qmn_widgets.php:25
2913
- #: ../Older_Dev/3.2.2/trunk/includes/mlw_qmn_widgets.php:25
2914
- #: ../Older_Dev/3.3.1/3.3.1/includes/mlw_qmn_widgets.php:25
2915
- #: ../Older_Dev/3.3.1/trunk/includes/mlw_qmn_widgets.php:25
2916
- #: ../Older_Dev/3.3.2/3.3.2/includes/mlw_qmn_widgets.php:25
2917
- #: ../Older_Dev/3.3.2/trunk/includes/mlw_qmn_widgets.php:25
2918
- #: ../Older_Dev/Before 1.0/0.9.8/trunk/includes/mlw_qmn_widgets.php:25
2919
- #: 1.0/0.9.9/trunk/includes/mlw_qmn_widgets.php:25
2920
- #: 2.0/1.0.1/trunk/includes/mlw_qmn_widgets.php:25
2921
- #: 2.0/1.0/trunk/includes/mlw_qmn_widgets.php:25
2922
- #: 2.0/1.1.1/trunk/includes/mlw_qmn_widgets.php:25
2923
- #: 2.0/1.2.1/trunk/includes/mlw_qmn_widgets.php:25
2924
- #: 2.0/1.3.1/trunk/includes/mlw_qmn_widgets.php:25
2925
- #: 2.0/1.4.1/trunk/includes/mlw_qmn_widgets.php:25
2926
- #: 2.0/1.4.2/trunk/includes/mlw_qmn_widgets.php:25
2927
- #: 2.0/1.5.1/trunk/includes/mlw_qmn_widgets.php:25
2928
- #: 2.0/1.6.1/trunk/includes/mlw_qmn_widgets.php:25
2929
- #: 2.0/1.6.2/trunk/includes/mlw_qmn_widgets.php:25
2930
- #: 2.0/1.6.3/trunk/includes/mlw_qmn_widgets.php:25
2931
- #: 2.0/1.7.1/trunk/includes/mlw_qmn_widgets.php:25
2932
- #: 2.0/1.8.1/trunk/includes/mlw_qmn_widgets.php:25
2933
- #: 2.0/1.8.2/trunk/includes/mlw_qmn_widgets.php:25
2934
- #: 2.0/1.9.1/trunk/includes/mlw_qmn_widgets.php:25
2935
- #: 2.0/1.9.2/trunk/includes/mlw_qmn_widgets.php:25
2936
- #: 2.0/1.9.3/trunk/includes/mlw_qmn_widgets.php:25
2937
- #: 2.0/1.9.4/trunk/includes/mlw_qmn_widgets.php:25
2938
- #: 2.0/1.9.5/trunk/includes/mlw_qmn_widgets.php:25
2939
- #: 2.0/1.9.6/trunk/includes/mlw_qmn_widgets.php:25
2940
- #: ../Older_Dev/Before_3.0/2.0.1/trunk/includes/mlw_qmn_widgets.php:25
2941
- #: ../Older_Dev/Before_3.0/2.1.1/trunk/includes/mlw_qmn_widgets.php:25
2942
- #: ../Older_Dev/Before_3.0/2.2.1/trunk/includes/mlw_qmn_widgets.php:25
2943
- #: ../Older_Dev/Before_3.0/2.2.2/trunk/includes/mlw_qmn_widgets.php:25
2944
- #: ../Older_Dev/Before_3.0/2.3.1/trunk/includes/mlw_qmn_widgets.php:25
2945
- #: ../Older_Dev/Before_3.0/2.4.1/trunk/includes/mlw_qmn_widgets.php:25
2946
- #: ../Older_Dev/Before_3.0/2.5.1/trunk/includes/mlw_qmn_widgets.php:25
2947
- #: ../Older_Dev/Before_3.0/2.6.1/trunk/includes/mlw_qmn_widgets.php:25
2948
- #: ../Older_Dev/Before_3.0/2.6.2/trunk/includes/mlw_qmn_widgets.php:25
2949
- #: ../Older_Dev/Before_3.0/2.6.3/trunk/includes/mlw_qmn_widgets.php:25
2950
- #: ../Older_Dev/Before_3.0/2.6.4/trunk/includes/mlw_qmn_widgets.php:25
2951
- #: ../Older_Dev/Before_3.0/2.7.1/trunk/includes/mlw_qmn_widgets.php:25
2952
- #: ../Older_Dev/Before_3.0/2.7.2/trunk/includes/mlw_qmn_widgets.php:25
2953
- #: ../Older_Dev/Before_3.0/2.7.3/trunk/includes/mlw_qmn_widgets.php:25
2954
- #: ../Older_Dev/Before_3.0/2.8.1/trunk/includes/mlw_qmn_widgets.php:25
2955
- #: ../Older_Dev/Before_3.0/2.8.2/trunk/includes/mlw_qmn_widgets.php:25
2956
- #: ../Older_Dev/Before_3.0/2.8.3/trunk/includes/mlw_qmn_widgets.php:25
2957
- #: ../Older_Dev/Before_3.0/2.8.4/trunk/includes/mlw_qmn_widgets.php:25
2958
- #: ../Older_Dev/Before_3.0/2.8.5/2.8.5/includes/mlw_qmn_widgets.php:25
2959
- #: ../Older_Dev/Before_3.0/2.8.5/trunk/includes/mlw_qmn_widgets.php:25
2960
- #: ../Older_Dev/Before_3.0/2.9.1/2.9.1/includes/mlw_qmn_widgets.php:25
2961
- #: ../Older_Dev/Before_3.0/2.9.1/trunk/includes/mlw_qmn_widgets.php:25
2962
- #: ../quiz_master_next/includes/qmn_widgets.php:26
2963
- #: ../trunk/includes/qmn_widgets.php:25 includes/qmn_widgets.php:26
2964
- msgid "Widget Title"
2965
- msgstr "Titulo do Widget"
2966
-
2967
- #: ../4.1.0/includes/qmn_widgets.php:29
2968
- #: ../Older_Dev/3.0.1/3.0.1/includes/mlw_qmn_widgets.php:29
2969
- #: ../Older_Dev/3.0.1/trunk/includes/mlw_qmn_widgets.php:29
2970
- #: ../Older_Dev/3.1.1/3.1.1/includes/mlw_qmn_widgets.php:29
2971
- #: ../Older_Dev/3.1.1/trunk/includes/mlw_qmn_widgets.php:29
2972
- #: ../Older_Dev/3.2.1/3.2.1/includes/mlw_qmn_widgets.php:29
2973
- #: ../Older_Dev/3.2.1/trunk/includes/mlw_qmn_widgets.php:29
2974
- #: ../Older_Dev/3.2.2/3.2.2/includes/mlw_qmn_widgets.php:29
2975
- #: ../Older_Dev/3.2.2/trunk/includes/mlw_qmn_widgets.php:29
2976
- #: ../Older_Dev/3.3.1/3.3.1/includes/mlw_qmn_widgets.php:29
2977
- #: ../Older_Dev/3.3.1/trunk/includes/mlw_qmn_widgets.php:29
2978
- #: ../Older_Dev/3.3.2/3.3.2/includes/mlw_qmn_widgets.php:29
2979
- #: ../Older_Dev/3.3.2/trunk/includes/mlw_qmn_widgets.php:29
2980
- #: ../Older_Dev/Before 1.0/0.9.8/trunk/includes/mlw_qmn_widgets.php:29
2981
- #: 1.0/0.9.9/trunk/includes/mlw_qmn_widgets.php:29
2982
- #: 2.0/1.0.1/trunk/includes/mlw_qmn_widgets.php:29
2983
- #: 2.0/1.0/trunk/includes/mlw_qmn_widgets.php:29
2984
- #: 2.0/1.1.1/trunk/includes/mlw_qmn_widgets.php:29
2985
- #: 2.0/1.2.1/trunk/includes/mlw_qmn_widgets.php:29
2986
- #: 2.0/1.3.1/trunk/includes/mlw_qmn_widgets.php:29
2987
- #: 2.0/1.4.1/trunk/includes/mlw_qmn_widgets.php:29
2988
- #: 2.0/1.4.2/trunk/includes/mlw_qmn_widgets.php:29
2989
- #: 2.0/1.5.1/trunk/includes/mlw_qmn_widgets.php:29
2990
- #: 2.0/1.6.1/trunk/includes/mlw_qmn_widgets.php:29
2991
- #: 2.0/1.6.2/trunk/includes/mlw_qmn_widgets.php:29
2992
- #: 2.0/1.6.3/trunk/includes/mlw_qmn_widgets.php:29
2993
- #: 2.0/1.7.1/trunk/includes/mlw_qmn_widgets.php:29
2994
- #: 2.0/1.8.1/trunk/includes/mlw_qmn_widgets.php:29
2995
- #: 2.0/1.8.2/trunk/includes/mlw_qmn_widgets.php:29
2996
- #: 2.0/1.9.1/trunk/includes/mlw_qmn_widgets.php:29
2997
- #: 2.0/1.9.2/trunk/includes/mlw_qmn_widgets.php:29
2998
- #: 2.0/1.9.3/trunk/includes/mlw_qmn_widgets.php:29
2999
- #: 2.0/1.9.4/trunk/includes/mlw_qmn_widgets.php:29
3000
- #: 2.0/1.9.5/trunk/includes/mlw_qmn_widgets.php:29
3001
- #: 2.0/1.9.6/trunk/includes/mlw_qmn_widgets.php:29
3002
- #: ../Older_Dev/Before_3.0/2.0.1/trunk/includes/mlw_qmn_widgets.php:29
3003
- #: ../Older_Dev/Before_3.0/2.1.1/trunk/includes/mlw_qmn_widgets.php:29
3004
- #: ../Older_Dev/Before_3.0/2.2.1/trunk/includes/mlw_qmn_widgets.php:29
3005
- #: ../Older_Dev/Before_3.0/2.2.2/trunk/includes/mlw_qmn_widgets.php:29
3006
- #: ../Older_Dev/Before_3.0/2.3.1/trunk/includes/mlw_qmn_widgets.php:29
3007
- #: ../Older_Dev/Before_3.0/2.4.1/trunk/includes/mlw_qmn_widgets.php:29
3008
- #: ../Older_Dev/Before_3.0/2.5.1/trunk/includes/mlw_qmn_widgets.php:29
3009
- #: ../Older_Dev/Before_3.0/2.6.1/trunk/includes/mlw_qmn_widgets.php:29
3010
- #: ../Older_Dev/Before_3.0/2.6.2/trunk/includes/mlw_qmn_widgets.php:29
3011
- #: ../Older_Dev/Before_3.0/2.6.3/trunk/includes/mlw_qmn_widgets.php:29
3012
- #: ../Older_Dev/Before_3.0/2.6.4/trunk/includes/mlw_qmn_widgets.php:29
3013
- #: ../Older_Dev/Before_3.0/2.7.1/trunk/includes/mlw_qmn_widgets.php:29
3014
- #: ../Older_Dev/Before_3.0/2.7.2/trunk/includes/mlw_qmn_widgets.php:29
3015
- #: ../Older_Dev/Before_3.0/2.7.3/trunk/includes/mlw_qmn_widgets.php:29
3016
- #: ../Older_Dev/Before_3.0/2.8.1/trunk/includes/mlw_qmn_widgets.php:29
3017
- #: ../Older_Dev/Before_3.0/2.8.2/trunk/includes/mlw_qmn_widgets.php:29
3018
- #: ../Older_Dev/Before_3.0/2.8.3/trunk/includes/mlw_qmn_widgets.php:29
3019
- #: ../Older_Dev/Before_3.0/2.8.4/trunk/includes/mlw_qmn_widgets.php:29
3020
- #: ../Older_Dev/Before_3.0/2.8.5/2.8.5/includes/mlw_qmn_widgets.php:29
3021
- #: ../Older_Dev/Before_3.0/2.8.5/trunk/includes/mlw_qmn_widgets.php:29
3022
- #: ../Older_Dev/Before_3.0/2.9.1/2.9.1/includes/mlw_qmn_widgets.php:29
3023
- #: ../Older_Dev/Before_3.0/2.9.1/trunk/includes/mlw_qmn_widgets.php:29
3024
  #: ../quiz_master_next/includes/qmn_widgets.php:30
3025
- #: ../trunk/includes/qmn_widgets.php:29 includes/qmn_widgets.php:30
3026
  msgid "Quiz ID"
3027
  msgstr "ID de Avaliação"
3028
 
3029
- #: ../4.1.0/mlw_quizmaster2.php:218
3030
- #: ../quiz_master_next/mlw_quizmaster2.php:218
3031
- #: ../trunk/mlw_quizmaster2.php:218 mlw_quizmaster2.php:218
3032
- msgid "Quiz Settings"
3033
- msgstr "Configuração de Avaliação"
3034
-
3035
- #: ../4.1.0/mlw_quizmaster2.php:220
3036
- #: ../quiz_master_next/mlw_quizmaster2.php:220
3037
- #: ../trunk/mlw_quizmaster2.php:220 mlw_quizmaster2.php:220
3038
- msgid "Quiz Result Details"
3039
- msgstr "Detalhes dos resultados da Avaliação"
3040
-
3041
- #: ../4.1.0/mlw_quizmaster2.php:221
3042
- #: ../quiz_master_next/mlw_quizmaster2.php:221
3043
- #: ../trunk/mlw_quizmaster2.php:221 mlw_quizmaster2.php:221
3044
- msgid "Settings"
3045
- msgstr "Configurações"
3046
-
3047
- #: ../4.1.0/mlw_quizmaster2.php:223
3048
- #: ../quiz_master_next/mlw_quizmaster2.php:223
3049
- #: ../trunk/mlw_quizmaster2.php:223 mlw_quizmaster2.php:223
3050
- msgid "Stats"
3051
- msgstr "Estatísticas"
3052
-
3053
- #: ../4.1.0/mlw_quizmaster2.php:224
3054
- #: ../quiz_master_next/mlw_quizmaster2.php:224
3055
- #: ../trunk/mlw_quizmaster2.php:224 mlw_quizmaster2.php:224
3056
- msgid "Addon Settings"
3057
- msgstr "Configurações de complemento"
3058
-
3059
- #: ../4.1.0/mlw_quizmaster2.php:225
3060
- #: ../quiz_master_next/mlw_quizmaster2.php:225
3061
- #: ../trunk/mlw_quizmaster2.php:225 mlw_quizmaster2.php:225
3062
- msgid "Help"
3063
- msgstr "Ajuda"
3064
-
3065
- #: ../4.1.0/mlw_quizmaster2.php:228 ../4.1.0/mlw_quizmaster2.php:229
3066
- #: ../quiz_master_next/mlw_quizmaster2.php:228
3067
- #: ../quiz_master_next/mlw_quizmaster2.php:229
3068
- #: ../trunk/mlw_quizmaster2.php:228 ../trunk/mlw_quizmaster2.php:229
3069
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:229
3070
- msgid "QMN About"
3071
- msgstr "Sobre QMN"
3072
-
3073
- #: ../Older_Dev/3.0.1/3.0.1/includes/mlw_dashboard.php:147
3074
- #: ../Older_Dev/3.0.1/trunk/includes/mlw_dashboard.php:147
3075
- #: ../Older_Dev/3.1.1/3.1.1/includes/mlw_dashboard.php:147
3076
- #: ../Older_Dev/3.1.1/trunk/includes/mlw_dashboard.php:147
3077
- #: ../Older_Dev/3.2.1/3.2.1/includes/mlw_dashboard.php:147
3078
- #: ../Older_Dev/3.2.1/trunk/includes/mlw_dashboard.php:147
3079
- #: ../Older_Dev/3.2.2/3.2.2/includes/mlw_dashboard.php:147
3080
- #: ../Older_Dev/3.2.2/trunk/includes/mlw_dashboard.php:147
3081
- #: ../Older_Dev/3.3.1/3.3.1/includes/mlw_dashboard.php:147
3082
- #: ../Older_Dev/3.3.1/trunk/includes/mlw_dashboard.php:147
3083
- #: ../Older_Dev/3.3.2/3.3.2/includes/mlw_dashboard.php:147
3084
- #: ../Older_Dev/3.3.2/trunk/includes/mlw_dashboard.php:147 ../Older_Dev/Before
3085
- #: 1.0/0.9.7/trunk/includes/mlw_dashboard.php:125
3086
- #: 1.0/0.9.8/trunk/includes/mlw_dashboard.php:125
3087
- #: 1.0/0.9.9/trunk/includes/mlw_dashboard.php:125
3088
- #: 2.0/1.0.1/trunk/includes/mlw_dashboard.php:125
3089
- #: 2.0/1.0/trunk/includes/mlw_dashboard.php:125
3090
- #: 2.0/1.1.1/trunk/includes/mlw_dashboard.php:125
3091
- #: 2.0/1.2.1/trunk/includes/mlw_dashboard.php:125
3092
- #: 2.0/1.3.1/trunk/includes/mlw_dashboard.php:125
3093
- #: 2.0/1.4.1/trunk/includes/mlw_dashboard.php:133
3094
- #: 2.0/1.4.2/trunk/includes/mlw_dashboard.php:133
3095
- #: 2.0/1.5.1/trunk/includes/mlw_dashboard.php:131
3096
- #: 2.0/1.6.1/trunk/includes/mlw_dashboard.php:135
3097
- #: 2.0/1.6.2/trunk/includes/mlw_dashboard.php:135
3098
- #: 2.0/1.6.3/trunk/includes/mlw_dashboard.php:135
3099
- #: 2.0/1.7.1/trunk/includes/mlw_dashboard.php:144
3100
- #: 2.0/1.8.1/trunk/includes/mlw_dashboard.php:144
3101
- #: 2.0/1.8.2/trunk/includes/mlw_dashboard.php:144
3102
- #: 2.0/1.9.1/trunk/includes/mlw_dashboard.php:144
3103
- #: 2.0/1.9.2/trunk/includes/mlw_dashboard.php:144
3104
- #: 2.0/1.9.3/trunk/includes/mlw_dashboard.php:144
3105
- #: 2.0/1.9.4/trunk/includes/mlw_dashboard.php:144
3106
- #: 2.0/1.9.5/trunk/includes/mlw_dashboard.php:144
3107
- #: 2.0/1.9.6/trunk/includes/mlw_dashboard.php:144
3108
- #: ../Older_Dev/Before_3.0/2.0.1/trunk/includes/mlw_dashboard.php:147
3109
- #: ../Older_Dev/Before_3.0/2.1.1/trunk/includes/mlw_dashboard.php:147
3110
- #: ../Older_Dev/Before_3.0/2.2.1/trunk/includes/mlw_dashboard.php:147
3111
- #: ../Older_Dev/Before_3.0/2.2.2/trunk/includes/mlw_dashboard.php:147
3112
- #: ../Older_Dev/Before_3.0/2.3.1/trunk/includes/mlw_dashboard.php:147
3113
- #: ../Older_Dev/Before_3.0/2.4.1/trunk/includes/mlw_dashboard.php:147
3114
- #: ../Older_Dev/Before_3.0/2.5.1/trunk/includes/mlw_dashboard.php:147
3115
- #: ../Older_Dev/Before_3.0/2.6.1/trunk/includes/mlw_dashboard.php:147
3116
- #: ../Older_Dev/Before_3.0/2.6.2/trunk/includes/mlw_dashboard.php:147
3117
- #: ../Older_Dev/Before_3.0/2.6.3/trunk/includes/mlw_dashboard.php:147
3118
- #: ../Older_Dev/Before_3.0/2.6.4/trunk/includes/mlw_dashboard.php:147
3119
- #: ../Older_Dev/Before_3.0/2.7.1/trunk/includes/mlw_dashboard.php:147
3120
- #: ../Older_Dev/Before_3.0/2.7.2/trunk/includes/mlw_dashboard.php:147
3121
- #: ../Older_Dev/Before_3.0/2.7.3/trunk/includes/mlw_dashboard.php:147
3122
- #: ../Older_Dev/Before_3.0/2.8.1/trunk/includes/mlw_dashboard.php:147
3123
- #: ../Older_Dev/Before_3.0/2.8.2/trunk/includes/mlw_dashboard.php:147
3124
- #: ../Older_Dev/Before_3.0/2.8.3/trunk/includes/mlw_dashboard.php:147
3125
- #: ../Older_Dev/Before_3.0/2.8.4/trunk/includes/mlw_dashboard.php:147
3126
- #: ../Older_Dev/Before_3.0/2.8.5/2.8.5/includes/mlw_dashboard.php:147
3127
- #: ../Older_Dev/Before_3.0/2.8.5/trunk/includes/mlw_dashboard.php:147
3128
- #: ../Older_Dev/Before_3.0/2.9.1/2.9.1/includes/mlw_dashboard.php:147
3129
- #: ../Older_Dev/Before_3.0/2.9.1/trunk/includes/mlw_dashboard.php:147
3130
- msgid "Dashboard"
3131
- msgstr ""
3132
-
3133
- #: ../Older_Dev/3.0.1/3.0.1/mlw_quizmaster2.php:99
3134
- #: ../Older_Dev/3.0.1/trunk/mlw_quizmaster2.php:99
3135
- #: ../Older_Dev/Before_3.0/2.5.1/trunk/mlw_quizmaster2.php:101
3136
- #: ../Older_Dev/Before_3.0/2.6.1/trunk/mlw_quizmaster2.php:101
3137
- #: ../Older_Dev/Before_3.0/2.6.2/trunk/mlw_quizmaster2.php:101
3138
- #: ../Older_Dev/Before_3.0/2.6.3/trunk/mlw_quizmaster2.php:101
3139
- #: ../Older_Dev/Before_3.0/2.6.4/trunk/mlw_quizmaster2.php:101
3140
- #: ../Older_Dev/Before_3.0/2.7.1/trunk/mlw_quizmaster2.php:101
3141
- #: ../Older_Dev/Before_3.0/2.7.2/trunk/mlw_quizmaster2.php:101
3142
- #: ../Older_Dev/Before_3.0/2.7.3/trunk/mlw_quizmaster2.php:101
3143
- #: ../Older_Dev/Before_3.0/2.8.1/trunk/mlw_quizmaster2.php:99
3144
- #: ../Older_Dev/Before_3.0/2.8.2/trunk/mlw_quizmaster2.php:99
3145
- #: ../Older_Dev/Before_3.0/2.8.3/trunk/mlw_quizmaster2.php:99
3146
- #: ../Older_Dev/Before_3.0/2.8.4/trunk/mlw_quizmaster2.php:99
3147
- #: ../Older_Dev/Before_3.0/2.8.5/2.8.5/mlw_quizmaster2.php:99
3148
- #: ../Older_Dev/Before_3.0/2.8.5/trunk/mlw_quizmaster2.php:99
3149
- #: ../Older_Dev/Before_3.0/2.9.1/2.9.1/mlw_quizmaster2.php:99
3150
- #: ../Older_Dev/Before_3.0/2.9.1/trunk/mlw_quizmaster2.php:99
3151
- #, php-format
3152
- msgid ""
3153
- "You have been using the Quiz Master Next plugin for a while now! Thanks for "
3154
- "choosing to use this plugin. If it has benefited your website, please "
3155
- "consider purchasing an <a href=\"http://mylocalwebstop.com/shop/\">add-on</"
3156
- "a>, a <a href=\"http://wordpress.org/support/view/plugin-reviews/quiz-master-"
3157
- "next\">review</a>, or taking this <a href=\"http://mylocalwebstop.com/sample-"
3158
- "survey/\" target=\"_blank\">survey</a>. | <a href=\"%1$s\">Hide Notice</a>"
3159
- msgstr ""
3160
-
3161
- #: ../Older_Dev/3.1.1/3.1.1/mlw_quizmaster2.php:99
3162
- #: ../Older_Dev/3.1.1/trunk/mlw_quizmaster2.php:99
3163
- #: ../Older_Dev/3.2.1/3.2.1/mlw_quizmaster2.php:99
3164
- #: ../Older_Dev/3.2.1/trunk/mlw_quizmaster2.php:99
3165
- #: ../Older_Dev/3.2.2/3.2.2/mlw_quizmaster2.php:99
3166
- #: ../Older_Dev/3.2.2/trunk/mlw_quizmaster2.php:99
3167
- #: ../Older_Dev/3.3.1/3.3.1/mlw_quizmaster2.php:99
3168
- #: ../Older_Dev/3.3.1/trunk/mlw_quizmaster2.php:99
3169
- #: ../Older_Dev/3.3.2/3.3.2/mlw_quizmaster2.php:99
3170
- #: ../Older_Dev/3.3.2/trunk/mlw_quizmaster2.php:99
3171
- #, php-format
3172
- msgid ""
3173
- "You have been using the Quiz Master Next plugin for a while now! Thanks for "
3174
- "choosing to use this plugin. If it has benefited your website, please "
3175
- "consider purchasing an <a href=\"http://mylocalwebstop.com/shop/\">add-on</"
3176
- "a>, giving a <a href=\"http://wordpress.org/support/view/plugin-reviews/quiz-"
3177
- "master-next\">review</a>, or taking this <a href=\"http://mylocalwebstop.com/"
3178
- "sample-survey/\" target=\"_blank\">survey</a>. | <a href=\"%1$s\">Hide "
3179
- "Notice</a>"
3180
- msgstr ""
3181
-
3182
- #: ../Older_Dev/Before 1.0/0.9.7/trunk/includes/mlw_dashboard.php:128
3183
- msgid ""
3184
- "Thank you for trying out this plugin. I hope you find it beneficial to your "
3185
- "website. If it is, please consider donating from the support page. Or, "
3186
- "please consider rating this plugin "
3187
- msgstr ""
3188
-
3189
- #: ../Older_Dev/Before 1.0/0.9.7/trunk/includes/mlw_dashboard.php:128
3190
- #: 1.0/0.9.8/trunk/includes/mlw_dashboard.php:128
3191
- #: 1.0/0.9.9/trunk/includes/mlw_dashboard.php:128
3192
- #: 2.0/1.0.1/trunk/includes/mlw_dashboard.php:128
3193
- #: 2.0/1.0/trunk/includes/mlw_dashboard.php:128
3194
- #: 2.0/1.1.1/trunk/includes/mlw_dashboard.php:128
3195
- #: 2.0/1.2.1/trunk/includes/mlw_dashboard.php:128
3196
- #: 2.0/1.3.1/trunk/includes/mlw_dashboard.php:128
3197
- #: 2.0/1.4.1/trunk/includes/mlw_dashboard.php:136
3198
- #: 2.0/1.4.2/trunk/includes/mlw_dashboard.php:136
3199
- #: 2.0/1.5.1/trunk/includes/mlw_dashboard.php:134
3200
- #: 2.0/1.6.1/trunk/includes/mlw_dashboard.php:138
3201
- #: 2.0/1.6.2/trunk/includes/mlw_dashboard.php:138
3202
- #: 2.0/1.6.3/trunk/includes/mlw_dashboard.php:138
3203
- #: 2.0/1.7.1/trunk/includes/mlw_dashboard.php:147
3204
- msgid "here"
3205
- msgstr ""
3206
-
3207
- #: ../Older_Dev/Before 1.0/0.9.8/trunk/includes/mlw_dashboard.php:128
3208
- #: 1.0/0.9.9/trunk/includes/mlw_dashboard.php:128
3209
- #: 2.0/1.0.1/trunk/includes/mlw_dashboard.php:128
3210
- #: 2.0/1.0/trunk/includes/mlw_dashboard.php:128
3211
- #: 2.0/1.1.1/trunk/includes/mlw_dashboard.php:128
3212
- #: 2.0/1.2.1/trunk/includes/mlw_dashboard.php:128
3213
- #: 2.0/1.3.1/trunk/includes/mlw_dashboard.php:128
3214
- #: 2.0/1.4.1/trunk/includes/mlw_dashboard.php:136
3215
- #: 2.0/1.4.2/trunk/includes/mlw_dashboard.php:136
3216
- msgid ""
3217
- "Thank you for trying out this plugin. I hope you find it beneficial to your "
3218
- "website. If it is, please consider donating Or, please consider rating this "
3219
- "plugin "
3220
- msgstr ""
3221
-
3222
- #: ../Older_Dev/Before 2.0/1.5.1/trunk/includes/mlw_dashboard.php:134
3223
- #: 2.0/1.6.1/trunk/includes/mlw_dashboard.php:138
3224
- #: 2.0/1.6.2/trunk/includes/mlw_dashboard.php:138
3225
- #: 2.0/1.6.3/trunk/includes/mlw_dashboard.php:138
3226
- #: 2.0/1.7.1/trunk/includes/mlw_dashboard.php:147
3227
- msgid ""
3228
- "Thank you for trying out this plugin. I hope you find it beneficial to your "
3229
- "website. If it is, please consider donating or please consider rating this "
3230
- "plugin "
3231
- msgstr ""
3232
-
3233
- #: ../Older_Dev/Before 2.0/1.7.1/trunk/mlw_quizmaster2.php:78
3234
- #, php-format
3235
- msgid ""
3236
- "You have been using the Quiz Master Next plugin for a while now! Thanks for "
3237
- "choosing to use this plugin. If it has benefited your website, please "
3238
- "consider a <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-"
3239
- "xclick&hosted_button_id=RTGYAETX36ZQJ\">donation</a> or a <a href=\"http://"
3240
- "wordpress.org/support/view/plugin-reviews/quiz-master-next\">review</a>. | "
3241
- "<a href=\"%1$s\">Hide Notice</a>"
3242
- msgstr ""
3243
-
3244
- #: ../Older_Dev/Before 2.0/1.8.1/trunk/mlw_quizmaster2.php:78
3245
- #: 2.0/1.8.2/trunk/mlw_quizmaster2.php:78
3246
- #: 2.0/1.9.1/trunk/mlw_quizmaster2.php:78
3247
- #: 2.0/1.9.2/trunk/mlw_quizmaster2.php:78
3248
- #: 2.0/1.9.3/trunk/mlw_quizmaster2.php:78
3249
- #: 2.0/1.9.4/trunk/mlw_quizmaster2.php:78
3250
- #: 2.0/1.9.5/trunk/mlw_quizmaster2.php:78
3251
- #: 2.0/1.9.6/trunk/mlw_quizmaster2.php:78
3252
- #: ../Older_Dev/Before_3.0/2.0.1/trunk/mlw_quizmaster2.php:78
3253
- #: ../Older_Dev/Before_3.0/2.1.1/trunk/mlw_quizmaster2.php:78
3254
- #: ../Older_Dev/Before_3.0/2.2.1/trunk/mlw_quizmaster2.php:78
3255
- #: ../Older_Dev/Before_3.0/2.2.2/trunk/mlw_quizmaster2.php:78
3256
- #: ../Older_Dev/Before_3.0/2.3.1/trunk/mlw_quizmaster2.php:78
3257
- #: ../Older_Dev/Before_3.0/2.4.1/trunk/mlw_quizmaster2.php:78
3258
- #, php-format
3259
- msgid ""
3260
- "You have been using the Quiz Master Next plugin for a while now! Thanks for "
3261
- "choosing to use this plugin. If it has benefited your website, please "
3262
- "consider a <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-"
3263
- "xclick&hosted_button_id=RTGYAETX36ZQJ\">donation</a>, a <a href=\"http://"
3264
- "wordpress.org/support/view/plugin-reviews/quiz-master-next\">review</a>, or "
3265
- "taking this <a href=\"http://mylocalwebstop.com/sample-survey/\" target="
3266
- "\"_blank\">survey</a>. | <a href=\"%1$s\">Hide Notice</a>"
3267
- msgstr ""
3268
-
3269
- #: ../quiz_master_next/includes/qmn_options_option_tab.php:214
3270
- #: includes/qmn_options_option_tab.php:214
3271
- msgid ""
3272
- "This option is for here only for users of older versions. Please use the new "
3273
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
3274
- "instead of using this option!"
3275
- msgstr ""
3276
-
3277
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:568
3278
- #: ../quiz_master_next/includes/qmn_options_questions_tab.php:737
3279
- #: includes/qmn_options_questions_tab.php:568
3280
- #: includes/qmn_options_questions_tab.php:737
3281
- msgid ""
3282
- "For fill in the blank types, use %BLANK% to represent where to put the text "
3283
- "box in your text."
3284
- msgstr ""
3285
-
3286
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:191
3287
- #: includes/qmn_options_results_page_tab.php:191
3288
- msgid "Displays button to share on Facebook."
3289
- msgstr ""
3290
-
3291
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:194
3292
- #: includes/qmn_options_results_page_tab.php:194
3293
- msgid "Displays button to share on Twitter."
3294
- msgstr ""
3295
-
3296
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:209
3297
- #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:273
3298
- #: includes/qmn_options_results_page_tab.php:209
3299
- #: includes/qmn_options_results_page_tab.php:273
3300
- msgid "Redirect URL"
3301
- msgstr ""
3302
-
3303
- #: ../quiz_master_next/includes/qmn_question_types.php:579
3304
- #: includes/qmn_question_types.php:579
3305
- msgid "Fill In The Blank"
3306
- msgstr ""
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 23:29-0500\n"
9
  "PO-Revision-Date: \n"
10
+ "Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
11
  "Language-Team: \n"
12
  "Language: pt_BR\n"
13
  "MIME-Version: 1.0\n"
16
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: _;_e;__;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
 
 
20
  "X-Poedit-Basepath: ../\n"
21
  "X-Generator: Poedit 1.7.3\n"
22
  "X-Poedit-SearchPath-0: ..\n"
 
23
 
24
+ #: ../quiz_master_next/mlw_quizmaster2.php:217
25
+ msgid "Quizzes"
26
+ msgstr "Testes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
+ #: ../quiz_master_next/mlw_quizmaster2.php:218
29
+ msgid "Quiz Settings"
30
+ msgstr "Configuração de Avaliação"
 
 
31
 
32
+ #: ../quiz_master_next/mlw_quizmaster2.php:219
33
+ msgid "Quiz Results"
34
+ msgstr "Resultados"
 
 
35
 
36
+ #: ../quiz_master_next/mlw_quizmaster2.php:220
37
+ msgid "Quiz Result Details"
38
+ msgstr "Detalhes dos resultados da Avaliação"
 
 
39
 
40
+ #: ../quiz_master_next/mlw_quizmaster2.php:223
41
+ msgid "Stats"
 
 
42
  msgstr "Estatísticas"
43
 
44
+ #: ../quiz_master_next/mlw_quizmaster2.php:224
45
+ msgid "Addon Settings"
46
+ msgstr "Configurações de complemento"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
+ #: ../quiz_master_next/mlw_quizmaster2.php:228
49
+ #: ../quiz_master_next/mlw_quizmaster2.php:229
50
+ msgid "QMN About"
51
+ msgstr "Sobre QMN"
 
 
52
 
53
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:42
54
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:101
55
+ msgid "The email has been added successfully."
56
+ msgstr "E-mail adicionado com sucesso"
 
 
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:55
59
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:114
60
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:178
 
 
 
 
 
 
 
 
 
 
 
61
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:382
62
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:448
63
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:490
64
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:648
65
  #: ../quiz_master_next/includes/qmn_quiz_creator.php:713
66
+ #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  #, php-format
68
+ msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
69
+ msgstr "Houve um erro nesta ação. Por favor, compartilhe isso com o desenvolvedor. Código de erro:%s"
 
 
 
 
70
 
 
 
 
 
 
 
 
 
 
 
 
71
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:73
72
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:91
 
 
 
 
 
73
  msgid "Enter text here"
74
  msgstr "Coloque o texto aqui"
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:165
 
 
77
  msgid "The email has been updated successfully."
78
  msgstr "E-mail atualizado com sucesso"
79
 
 
 
 
 
80
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:232
81
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:49
 
 
 
 
 
 
 
 
 
 
82
  msgid "Template Variables"
83
  msgstr "Modelos Variáveis"
84
 
 
 
 
85
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:235
 
 
 
 
 
 
 
 
86
  msgid "Score for the quiz when using points"
87
  msgstr "Pontuação para avaliação que usa pontos"
88
 
 
 
 
89
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:238
 
 
 
 
 
 
 
 
90
  msgid "The average amount of points user had per question"
91
  msgstr "A quantidade média de pontos que o usuário tinha por pergunta"
92
 
 
 
 
93
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:241
 
 
 
 
 
 
 
 
94
  msgid "The number of correct answers the user had"
95
  msgstr "Número de respostas corretas que o usuario obteve"
96
 
 
 
 
97
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:244
 
 
 
 
 
 
 
 
98
  msgid "The total number of questions in the quiz"
99
  msgstr "O número total de perguntas no questionário"
100
 
 
 
 
101
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:247
 
 
 
 
 
 
 
 
102
  msgid "Score for the quiz when using correct answers"
103
  msgstr "Pontuação para o questionário ao usar respostas corretas"
104
 
 
 
 
105
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:250
 
 
 
 
 
 
 
 
106
  msgid "The name the user entered before the quiz"
107
  msgstr "O nome do usuário inserido antes do questionário"
108
 
 
 
 
109
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:253
 
 
 
 
 
 
 
 
110
  msgid "The business the user entered before the quiz"
111
  msgstr "O negócio que o usuário digitou antes do quiz"
112
 
 
 
 
113
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:256
 
 
 
 
 
 
 
 
114
  msgid "The phone number the user entered before the quiz"
115
  msgstr "O numero de telefone que o usuário digitou antes do quiz"
116
 
 
 
 
117
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:259
 
 
 
 
 
 
 
 
118
  msgid "The email the user entered before the quiz"
119
  msgstr "O e-mail que o usuário digitou antes do quiz"
120
 
 
 
 
 
121
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:262
122
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:77
 
 
 
 
 
 
 
 
 
 
123
  msgid "The name of the quiz"
124
  msgstr "Nome do questionário"
125
 
 
 
 
126
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:265
127
+ msgid "Shows the question, the answer the user provided, and the correct answer"
128
+ msgstr "Mostra a pergunta, a resposta do usuário fornecido, e a resposta correta"
 
 
 
 
 
 
 
 
 
 
129
 
 
 
 
130
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:268
 
 
 
 
 
 
 
 
131
  msgid "The comments the user entered into comment box if enabled"
132
+ msgstr "Os comentários que o usuário entrou em caixa de comentário se habilitado"
 
133
 
 
 
 
134
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:271
 
 
 
 
 
 
 
 
135
  msgid "The amount of time user spent of quiz"
136
  msgstr "Tempo gasto do usuário na avaliação"
137
 
 
 
 
138
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:274
 
 
 
 
 
 
 
 
139
  msgid "The link to the certificate after completing the quiz"
140
  msgstr "Link para o certificado após a conclusão do teste"
141
 
 
 
 
142
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:277
 
 
 
 
 
 
 
 
143
  msgid "The amount of points a specific category earned."
144
  msgstr "A quantidade de pontos de uma categoria específica obteve."
145
 
 
 
 
146
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:280
 
 
 
 
 
 
 
 
147
  msgid "The score a specific category earned."
148
  msgstr "A pontuação de uma categoria específica obteve."
149
 
 
 
 
150
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:283
 
 
 
 
 
 
 
 
151
  msgid "The average points from all categories."
152
  msgstr "Os pontos médios de todas as categorias."
153
 
 
 
 
154
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:286
 
 
 
 
 
 
 
 
155
  msgid "The average score from all categories."
156
  msgstr "Pontuação média de todas as categorias."
157
 
 
 
158
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:289
 
 
 
 
 
159
  msgid "The question that the user answered"
160
  msgstr "A pergunta que o usuário respondeu"
161
 
 
 
162
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:292
 
 
 
 
 
163
  msgid "The answer the user gave for the question"
164
  msgstr "A resposta que o usuário deu para a pergunta"
165
 
 
 
166
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:295
 
 
 
 
 
167
  msgid "The correct answer for the question"
168
  msgstr "A resposta correta para a pergunta"
169
 
 
 
170
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:298
 
 
 
 
 
171
  msgid "The comments the user provided in the comment field for the question"
172
+ msgstr "Os comentários do usuário fornecidos no campo de comentários para a questão"
 
173
 
 
 
174
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:301
 
 
 
 
 
175
  msgid "Reason why the correct answer is the correct answer"
176
  msgstr "Razão pela qual a resposta está correta"
177
 
 
 
178
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:304
 
 
 
 
 
179
  msgid "The Current Date"
180
  msgstr "Data atual"
181
 
 
 
182
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:319
183
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:518
 
 
 
 
184
  msgid "Save Email Templates And Settings"
185
  msgstr "Salvar modelo de e-mail e configurações"
186
 
 
187
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:323
 
 
188
  msgid "Send user email upon completion?"
189
  msgstr "Enviar e-mail do usuário após a conclusão?"
190
 
191
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:325
192
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:332
193
+ msgid "Yes"
194
+ msgstr "Sim"
195
+
196
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:326
197
+ #: ../quiz_master_next/includes/qmn_options_email_tab.php:333
198
+ msgid "No"
199
+ msgstr "Não"
200
+
201
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:330
 
 
202
  msgid "Send admin email upon completion?"
203
  msgstr "Enviar e-mail de administração após a conclusão?"
204
 
 
205
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:337
206
+ msgid "What emails should we send the admin email to? Separate emails with a comma."
207
+ msgstr "Qual endereços de e-mails que devemos enviar para administração? Separar e-mails com uma vírgula."
 
 
 
 
 
208
 
 
209
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:341
 
 
210
  msgid "What is the From Name for the email sent to users and admin?"
211
  msgstr "Qual é o nome a partir do e-mail enviado aos usuários e administrador?"
212
 
 
213
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:347
 
 
214
  msgid "Email Sent To User"
215
  msgstr "e-mail enviado ao usuário"
216
 
 
 
217
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:348
218
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:426
 
 
 
 
219
  msgid "Add New User Email"
220
  msgstr "Adicionar novo usuário de e-mail"
221
 
 
 
 
 
 
 
222
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:353
223
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:419
224
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:440
225
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  msgid "Score Greater Than Or Equal To"
227
  msgstr "Escore maior ou igual a"
228
 
 
 
 
 
 
 
229
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:354
230
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:420
231
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:441
232
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  msgid "Score Less Than Or Equal To"
234
  msgstr "Escore menor ou igual a"
235
 
 
 
 
 
236
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:355
237
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:421
238
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:442
239
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:508
 
 
 
 
 
 
 
 
240
  msgid "Subject"
241
  msgstr "Assunto"
242
 
 
 
 
 
243
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:356
244
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:422
245
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:443
246
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:509
 
 
 
 
 
 
 
 
247
  msgid "Email To Send"
248
  msgstr "Enviar e-mail para"
249
 
 
250
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:434
 
 
251
  msgid "Email Sent To Admin"
252
  msgstr "Enviar e-mail para admin"
253
 
 
 
254
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:435
255
  #: ../quiz_master_next/includes/qmn_options_email_tab.php:513
 
 
 
 
256
  msgid "Add New Admin Email"
257
  msgstr "Adicionar novo e-mail de administrador"
258
 
259
+ #: ../quiz_master_next/includes/qmn_quiz_creator.php:369
260
+ msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
261
+ msgstr "Seu novo questionário foi criado com sucesso. Para começar a editar o seu questionário, clique no link Editar na nova avaliação."
262
+
263
+ #: ../quiz_master_next/includes/qmn_quiz_creator.php:435
264
+ msgid "Your quiz has been deleted successfully."
265
+ msgstr "Sua avaliação foi apagada com sucesso!"
266
+
267
+ #: ../quiz_master_next/includes/qmn_quiz_creator.php:477
268
+ msgid "Your quiz name has been updated successfully."
269
+ msgstr "O nome de sua avaliação foi atualizada com sucesso!"
270
+
271
+ #: ../quiz_master_next/includes/qmn_quiz_creator.php:634
272
+ msgid "Your quiz has been duplicated successfully."
273
+ msgstr "Sua avaliação foi repetida com sucesso."
274
+
275
+ #: ../quiz_master_next/includes/qmn_quiz.php:326
276
+ msgid "Not a valid e-mail address!"
277
+ msgstr "Endereço de e-mail inválido"
278
+
279
+ #: ../quiz_master_next/includes/qmn_quiz.php:327
280
+ msgid "This field must be a number!"
281
+ msgstr "Este campo só aceita números!"
282
+
283
+ #: ../quiz_master_next/includes/qmn_quiz.php:328
284
+ msgid "The entered text is not correct!"
285
+ msgstr "Texto digitado não está correto!"
286
+
287
+ #: ../quiz_master_next/includes/qmn_quiz.php:329
288
+ msgid "Please complete all required fields!"
289
+ msgstr "Por Favor preencha todos campos obrigatórios!"
290
+
291
+ #: ../quiz_master_next/includes/qmn_quiz.php:441
292
+ msgid "Hint"
293
+ msgstr "Sugestão"
294
+
295
+ #: ../quiz_master_next/includes/qmn_credits.php:83
296
+ msgid "Welcome To Quiz Master Next"
297
+ msgstr "Bemvindo!"
298
+
299
+ #: ../quiz_master_next/includes/qmn_credits.php:92
300
+ msgid "Requested Features"
301
+ msgstr "Recursos solicitados"
302
+
303
+ #: ../quiz_master_next/includes/qmn_usage_tracking.php:193
304
+ msgid "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin better? No sensitive data is tracked."
305
+ msgstr "Permitir anonimamente controlar o uso deste plugin e nos ajudar a fazer este plugin melhor? Sem os dados sensíveis são monitorados."
306
+
307
+ #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:6
308
+ msgid "Leaderboard"
309
+ msgstr "Classificação"
310
+
311
+ #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:25
312
+ msgid "The leaderboards has been updated successfully."
313
+ msgstr "As tabelas de classificação foi atualizado com sucesso."
314
 
 
315
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:52
 
 
316
  msgid "The name of the user who is in first place"
317
  msgstr "O nome do usuário que está em primeiro lugar"
318
 
 
319
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:53
 
 
320
  msgid "The score from the first place's quiz"
321
  msgstr "A pontuação do questionário do primeiro lugar"
322
 
 
323
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:57
 
 
324
  msgid "The name of the user who is in second place"
325
  msgstr "O nome do usuário que está em segundo lugar"
326
 
 
327
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:58
 
 
328
  msgid "The score from the second place's quiz"
329
  msgstr "A pontuação do teste do segundo lugar"
330
 
 
331
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:62
 
 
332
  msgid "The name of the user who is in third place"
333
  msgstr "O nome do usuário que está em terceiro lugar"
334
 
 
335
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:63
 
 
336
  msgid "The score from the third place's quiz"
337
  msgstr "A pontuação do teste do terceiro lugar"
338
 
 
339
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:67
 
 
340
  msgid "The name of the user who is in fourth place"
341
  msgstr "O nome do usuário que está em quarto lugar"
342
 
 
343
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:68
 
 
344
  msgid "The score from the fourth place's quiz"
345
  msgstr "A pontuação do teste a quarta do lugar"
346
 
 
347
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:72
 
 
348
  msgid "The name of the user who is in fifth place"
349
  msgstr "O nome do usuário que está em quinto lugar"
350
 
 
351
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:73
 
 
352
  msgid "The score from the fifth place's quiz"
353
  msgstr "A pontuação do teste do quinto lugar"
354
 
 
 
355
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:80
356
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:108
 
 
 
 
357
  msgid "Save Leaderboard Options"
358
  msgstr "Salvar opções de Classificações"
359
 
 
360
  #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:89
 
 
361
  msgid "Leaderboard Template"
362
  msgstr "Modelos de Classificação"
363
 
364
+ #: ../quiz_master_next/includes/qmn_options_leaderboard_tab.php:91
365
+ msgid "Allowed Variables:"
366
+ msgstr "Variaveis Mantidas:"
 
 
 
 
 
 
 
 
 
 
367
 
368
+ #: ../quiz_master_next/includes/qmn_addons.php:48
369
+ msgid "These addons extend the functionality of Quiz Master Next"
370
+ msgstr "Estes complementos estendem a funcionalidade do Questionário "
 
 
 
 
 
 
 
371
 
372
+ #: ../quiz_master_next/includes/qmn_addons.php:71
373
+ msgid "Browse All Addons"
374
+ msgstr "Consultar todos os Complementos"
 
 
 
375
 
376
+ #: ../quiz_master_next/includes/qmn_addons.php:78
377
+ msgid "Featured Addons"
378
+ msgstr "Complementos em destaque"
 
 
 
379
 
380
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:6
381
+ msgid "Text"
382
+ msgstr "texto"
 
 
 
383
 
384
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:42
385
+ msgid "The templates has been updated successfully."
386
+ msgstr "Os modelos foram atualizados com sucesso"
 
 
 
 
 
 
387
 
388
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:169
389
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:329
390
+ msgid "Save Templates"
391
+ msgstr "Salvar modelos"
 
 
392
 
393
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:175
394
+ msgid "Message Templates"
395
+ msgstr "Modelos de mensagens"
 
 
 
 
 
 
 
396
 
397
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:179
398
+ msgid "Message Displayed Before Quiz"
399
+ msgstr "Mensagem exibida antes do questionário"
 
 
 
 
 
 
 
400
 
401
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:189
402
+ msgid "Message Displayed Before Comments Box If Enabled"
403
+ msgstr "Mensagem exibida antes, se a caixa de comentários estiver ativa"
 
 
 
 
 
 
 
404
 
405
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:199
406
+ msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
407
+ msgstr "Mensagem exibida ao encerrar a avaliação (Deixe em branco para omitir esta seção)"
 
 
 
 
 
 
408
 
409
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:209
410
+ msgid "Message Displayed If User Has Tried Quiz Too Many Times"
411
+ msgstr "Mensagem exibida se usuário tentar questionário várias vezes"
 
 
 
 
 
 
412
 
413
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:219
414
+ msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
415
+ msgstr "Mensagem exibida Se o usuário não está logado e o Questionário requerer que os usuários devam estar conectados"
 
 
 
 
 
 
 
416
 
417
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:229
418
+ msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
419
+ msgstr "Mensagem exibida quando a data está fora do tempo programado"
 
 
 
420
 
421
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:239
422
+ msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
423
+ msgstr "Mensagem exibida se ultrapassou o limite do total das entradas."
 
 
 
424
 
425
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:249
426
+ msgid "%QUESTIONS_ANSWERS% Text"
427
+ msgstr "%QUESTIONS_ANSWERS% Texto"
 
 
 
 
 
428
 
429
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:262
430
+ msgid "Twitter Sharing Text"
431
+ msgstr "Compartilhar texto Twitter"
 
 
 
432
 
433
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:279
434
+ msgid "Facebook Sharing Text"
435
+ msgstr "Compartilhar Texto Facebook "
 
 
 
436
 
437
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:294
438
+ msgid "Other Templates"
439
+ msgstr "Outros Modelos"
 
 
 
 
 
440
 
441
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:297
442
+ msgid "Text for submit button"
443
+ msgstr "Texto para botão submeter"
 
 
 
444
 
445
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:301
446
+ msgid "Text for name field"
447
+ msgstr "Texto para o Campo Nome"
 
 
 
448
 
449
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:305
450
+ msgid "Text for business field"
451
+ msgstr "Texto para o Campo Empresa"
 
 
 
 
 
 
 
 
 
452
 
453
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:309
454
+ msgid "Text for email field"
455
+ msgstr "Texto para o campo e-mail"
 
 
 
456
 
457
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:313
458
+ msgid "Text for phone number field"
459
+ msgstr "Texto para o campo numero telefone"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
460
 
461
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:317
462
+ msgid "Text for comments field"
463
+ msgstr "Texto para o campo comentários"
 
 
 
464
 
465
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:321
466
+ msgid "Text for previous button"
467
+ msgstr "Texto para o botão anterior"
 
 
 
468
 
469
+ #: ../quiz_master_next/includes/qmn_options_text_tab.php:325
470
+ msgid "Text for next button"
471
+ msgstr "Texto para botão próximo "
 
 
 
472
 
473
+ #: ../quiz_master_next/includes/qmn_options_tools_tab.php:23
474
+ msgid "The stats has been reset successfully."
475
+ msgstr "Estatísticas resetadas com sucesso!"
 
 
 
476
 
477
+ #: ../quiz_master_next/includes/qmn_options_tools_tab.php:75
478
+ msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
479
+ msgstr "Utilize este botão para repor todas as estatísticas coletadas para este questionário (Questionário Visualizações e vezes que o Questionário foi usado)."
 
 
 
480
 
481
+ #: ../quiz_master_next/includes/qmn_options_tools_tab.php:76
482
+ msgid "Reset Quiz Views And Taken Stats"
483
+ msgstr "Resetar questionário, pontos de vista e Estatísticas "
 
 
 
 
484
 
485
+ #: ../quiz_master_next/includes/qmn_options_tools_tab.php:87
486
+ msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
487
+ msgstr "Tem certeza de que deseja redefinir as estatísticas para 0? Todos os pontos de vista e estatísticas tomadas para esse teste serão repostos. Isso é permanente e não pode ser desfeito."
 
 
 
488
 
489
+ #: ../quiz_master_next/includes/qmn_options_tools_tab.php:91
490
+ msgid "Reset All Stats For Quiz"
491
+ msgstr "Redefinir todas as estatísticas para Questionário"
 
 
 
492
 
493
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:9
494
+ msgid "Quiz Master Next Snapshot"
495
+ msgstr "próxima imagem capturada"
 
 
 
496
 
497
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:128
498
+ msgid "quizzes taken today"
499
+ msgstr "avaliações feitas hoje"
 
 
 
500
 
501
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:147
502
+ msgid "quizzes taken last 7 days"
503
+ msgstr "avaliações feitas nos ultimos 7 dias"
504
+
505
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:166
506
+ msgid "total active quizzes"
507
+ msgstr "Total de avaliações ativas"
508
+
509
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:172
510
+ msgid "total active questions"
511
+ msgstr "Total de questões ativas"
512
+
513
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:178
514
+ msgid "most popular quiz"
515
+ msgstr "Avaliação mais popular"
516
+
517
+ #: ../quiz_master_next/includes/qmn_dashboard_widgets.php:184
518
+ msgid "least popular quiz"
519
+ msgstr "Última avaliação popular"
520
+
521
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:6
522
+ msgid "Certificate (Beta)"
523
+ msgstr "Certificado"
524
+
525
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:32
526
+ msgid "The certificate has been updated successfully."
527
+ msgstr "O certificado foi atualizado com sucesso."
528
+
529
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:61
530
+ msgid "Enter title here"
531
+ msgstr "Coloque o título aqui"
532
+
533
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:70
534
+ msgid "Quiz Certificate (Beta)"
535
+ msgstr "Certificado de Avaliação"
536
+
537
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:71
538
+ 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."
539
+ 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."
540
+
541
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:72
542
+ msgid "These fields cannot contain HTML."
543
+ msgstr "Estes campos não contém HTML."
544
+
545
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:73
546
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:129
547
+ msgid "Save Certificate Options"
548
+ msgstr "Salvar Opções de Certificado"
549
+
550
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:81
551
+ msgid "Enable Certificates For This Quiz?"
552
+ msgstr "Ativar Certificados para esta Avaliação?"
553
+
554
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:89
555
+ msgid "Certificate Title"
556
+ msgstr "Título do Certificado"
557
+
558
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:96
559
+ msgid "Message Displayed On Certificate"
560
+ msgstr "Mensagem exibida no Certificado"
561
+
562
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:116
563
+ msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
564
+ msgstr "URL para o Logo ( JPG, JPEG, PNG or GIF)"
565
+
566
+ #: ../quiz_master_next/includes/qmn_options_certificate_tab.php:123
567
+ msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
568
+ msgstr "URL para o Background Img ( JPG, JPEG, PNG or GIF)"
569
+
570
+ #: ../quiz_master_next/includes/qmn_quiz_options.php:56
571
+ #, php-format
572
+ msgid "Quiz Settings For %s"
573
+ msgstr "Configurações do questionário para %s"
574
+
575
+ #: ../quiz_master_next/includes/qmn_quiz_options.php:96
576
+ msgid "Error!"
577
+ msgstr "Erro!"
578
+
579
+ #: ../quiz_master_next/includes/qmn_quiz_options.php:96
580
+ msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
581
+ msgstr "Por favor, vá para a página de testes e clique no link Editar no questionário que pretende editar."
582
+
583
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:6
584
+ msgid "Questions"
585
+ msgstr "Questões"
586
+
587
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:105
588
+ msgid "The question has been updated successfully."
589
+ msgstr "A questão foi atualizado com sucesso."
590
+
591
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:132
592
+ msgid "The question has been deleted successfully."
593
+ msgstr "A questão foi deletada com sucesso."
594
+
595
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:216
596
  msgid "The question has been duplicated successfully."
597
  msgstr "A questão foi duplicada com sucesso."
598
 
 
599
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:309
 
 
600
  msgid "The question has been created successfully."
601
  msgstr "A questão foi criada com sucesso."
602
 
 
 
 
 
603
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:454
604
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:461
605
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:593
606
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:760
 
 
 
 
 
 
 
 
607
  msgid "Answer"
608
  msgstr "Resposta"
609
 
 
 
610
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:481
611
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:729
 
 
 
 
612
  msgid "Add Question"
613
  msgstr "Adicionar Pergunta"
614
 
 
615
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:485
 
 
616
  #, php-format
617
  msgid "One question"
618
  msgid_plural "%s questions"
619
  msgstr[0] "Uma questão"
620
  msgstr[1] "%s Questões"
621
 
 
 
622
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:557
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
623
  msgid "Duplicate"
624
  msgstr "Duplicar"
625
 
626
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:568
627
+ #: ../quiz_master_next/includes/qmn_options_questions_tab.php:737
628
+ msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
629
+ msgstr ""
630
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
631
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:571
632
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:714
633
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:725
634
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:740
 
 
 
 
 
 
 
 
635
  msgid "Question"
636
  msgstr "Pergunta"
637
 
 
 
638
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:582
639
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:751
 
 
 
 
640
  msgid "Answers"
641
  msgstr "Respostas"
642
 
 
 
643
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:583
644
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:752
 
 
 
 
645
  msgid "Points Worth"
646
  msgstr "Vale Pontos"
647
 
 
 
648
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:584
649
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:753
 
 
 
 
650
  msgid "Correct Answer"
651
  msgstr "Resposta correta"
652
 
 
 
653
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:611
654
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:775
 
 
 
 
655
  msgid "Add New Answer!"
656
  msgstr "Adicionar nova Resposta"
657
 
 
 
658
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:616
659
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:780
 
 
 
 
660
  msgid "Correct Answer Info"
661
  msgstr "Informação da resposta correta"
662
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:634
664
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:712
665
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:723
666
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:798
 
 
 
 
 
 
 
 
667
  msgid "Question Type"
668
  msgstr "Tipo de pergunta"
669
 
 
 
670
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:652
671
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:811
 
 
 
 
672
  msgid "Comment Field"
673
  msgstr "Comentários"
674
 
 
 
675
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:655
676
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:813
 
 
 
 
677
  msgid "Small Text Field"
678
  msgstr "Campo de texto pequeno"
679
 
 
 
680
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:657
681
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:814
 
 
 
 
682
  msgid "Large Text Field"
683
  msgstr "Campo de texto Grande"
684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:663
686
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:711
687
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:722
688
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:819
 
 
 
 
 
 
 
 
689
  msgid "Question Order"
690
  msgstr "Ordem das perguntas"
691
 
 
 
692
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:671
693
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:827
 
 
 
 
694
  msgid "Required?"
695
  msgstr "Exigido?"
696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:699
698
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:855
699
+ msgid "Required currently only works on open answer, number, accept, and captcha question types"
700
+ msgstr "Necessário atualmente só funciona com resposta aberta, número, aceitar e tipos de captcha."
 
 
 
 
 
 
 
 
701
 
 
702
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:701
 
 
703
  msgid "Edit Question"
704
  msgstr "Editar Pergunta"
705
 
 
706
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:857
 
 
707
  msgid "Create Question"
708
  msgstr "Criar Pergunta"
709
 
 
710
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:862
 
 
711
  msgid "Are you sure you want to delete this question?"
712
  msgstr "Tem certeza de que deseja excluir esta pergunta?"
713
 
 
714
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:867
 
 
715
  msgid "Delete Question"
716
  msgstr "Apagar Perguntas"
717
 
 
718
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:872
 
 
719
  msgid "Are you sure you want to duplicate this question?"
720
  msgstr "Tem certeza de que deseja duplicar esta pergunta?"
721
 
 
722
  #: ../quiz_master_next/includes/qmn_options_questions_tab.php:877
 
 
723
  msgid "Duplicate Question"
724
  msgstr "Duplicar Pergunta"
725
 
726
+ #: ../quiz_master_next/includes/qmn_results.php:23
727
+ msgid "Your results has been deleted successfully."
728
+ msgstr "Seus resultados foram apagados com sucesso!"
729
+
730
+ #: ../quiz_master_next/includes/qmn_results.php:161
731
+ #, php-format
732
+ msgid "One result"
733
+ msgid_plural "%s results"
734
+ msgstr[0] "Um resultado"
735
+ msgstr[1] "%s resultados"
736
+
737
+ #: ../quiz_master_next/includes/qmn_results.php:209
738
+ msgid "Quiz Name"
739
+ msgstr "Nome da Avaliação"
740
+
741
+ #: ../quiz_master_next/includes/qmn_results.php:210
742
+ msgid "Score"
743
+ msgstr "Placar"
744
+
745
+ #: ../quiz_master_next/includes/qmn_results.php:211
746
+ msgid "Time To Complete"
747
+ msgstr "Tempo para concluir"
748
+
749
+ #: ../quiz_master_next/includes/qmn_results.php:213
750
+ msgid "Business"
751
+ msgstr "Empresa"
752
+
753
+ #: ../quiz_master_next/includes/qmn_results.php:215
754
+ msgid "Phone"
755
+ msgstr "Fone"
756
+
757
+ #: ../quiz_master_next/includes/qmn_results.php:216
758
+ msgid "Time Taken"
759
+ msgstr "Tempo necessário"
760
+
761
+ #: ../quiz_master_next/includes/qmn_results.php:258
762
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:96
763
+ msgid "Not Graded"
764
+ msgstr "Sem Classificação"
765
+
766
+ #: ../quiz_master_next/includes/qmn_results.php:276
767
+ msgid "Are you sure you want to delete these results?"
768
+ msgstr "Tem certeza de que deseja apagar estes resultados?"
769
+
770
+ #: ../quiz_master_next/includes/qmn_results.php:281
771
+ msgid "Delete Results"
772
+ msgstr "Deletar Resultados"
773
+
774
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:6
 
 
775
  msgid "Results Pages"
776
  msgstr "Paginas de resultados"
777
 
 
778
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:41
 
 
779
  msgid "The results page has been added successfully."
780
  msgstr "A Página de resultados foi adicionada com sucesso."
781
 
 
782
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:81
 
 
783
  msgid "The results page has been saved successfully."
784
  msgstr "A Página de resultados foi salva com sucesso."
785
 
786
+ #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:191
787
+ msgid "Displays button to share on Facebook."
788
+ msgstr ""
789
+
790
+ #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:194
791
+ msgid "Displays button to share on Twitter."
792
+ msgstr ""
793
+
794
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:199
795
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:280
 
 
 
 
796
  msgid "Save Results Pages"
797
  msgstr "Salvar página de resultados"
798
 
 
 
799
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:200
800
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:285
 
 
 
 
801
  msgid "Add New Results Page"
802
  msgstr "Adicionar novas páginas de resultados"
803
 
 
 
804
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:208
805
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:272
 
 
 
 
806
  msgid "Results Page Shown"
807
  msgstr "Página de Resultados"
808
 
809
+ #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:209
810
+ #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:273
811
+ msgid "Redirect URL (Beta)"
812
+ msgstr ""
813
+
814
  #: ../quiz_master_next/includes/qmn_options_results_page_tab.php:247
 
 
815
  msgid "Are you sure?"
816
  msgstr "Você tem certeza?"
817
 
818
+ #: ../quiz_master_next/includes/qmn_options_preview_tab.php:6
819
+ msgid "Preview"
820
+ msgstr "Visualizar"
821
+
822
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:6
823
+ msgid "Options"
824
+ msgstr "Opções"
825
+
826
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:43
827
+ msgid "The options has been updated successfully."
828
+ msgstr "As Opções foram atualizadas com sucesso."
829
+
830
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:84
831
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:221
832
+ msgid "Save Options"
833
+ msgstr "Salvar Opções"
834
+
835
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:92
836
+ msgid "Which system is this quiz graded on?"
837
+ msgstr "Escolha uma opção de avaliação"
838
+
839
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:94
840
+ msgid "Correct/Incorrect"
841
+ msgstr "Correto/Incorreto"
842
+
843
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:95
844
+ msgid "Points"
845
+ msgstr "Pontos"
846
+
847
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:100
848
+ msgid "Should the user be required to be logged in to take this quiz?"
849
+ msgstr "O usuário deve estar logado para fazer este teste?"
850
+
851
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:107
852
+ msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
853
+ msgstr "Quantas perguntas por página ? (Deixe 0 para todas as perguntas em uma página)"
854
+
855
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:113
856
+ msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
857
+ msgstr "Quantos minutos que o usuário tem que terminar o teste? (Deixe 0 para nenhum limite de tempo)"
858
+
859
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:119
860
+ msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
861
+ msgstr "Quantas vezes um usuário pode fazer o teste? (Deixe 0 para o número de vezes que o usuário quer. Atualmente só funciona para usuários registrados)"
862
+
863
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:125
864
+ msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
865
+ msgstr "Quantas entradas no total pode ter este questionário? (Deixe 0 para entradas ilimitadas)"
866
+
867
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:131
868
+ msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
869
+ msgstr "Quantas perguntas devem ser carregados para teste? (Deixe 0 para carregar todas as perguntas)"
870
+
871
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:137
872
+ msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
873
+ msgstr "O espaço de tempo que o usuário deve ser capaz de acessar o questionário? (Deixe em branco se o usuário pode acessar a qualquer momento)"
874
+
875
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:139
876
+ msgid "start date"
877
+ msgstr "data de início"
878
+
879
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:142
880
+ msgid "end date"
881
+ msgstr "data final"
882
+
883
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:146
884
+ msgid "Are the questions random? (Question Order will not apply if this is yes)"
885
+ msgstr "São as perguntas aleatórias? (Pergunta Ordem não será aplicada se este é sim)"
886
+
887
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:148
888
+ msgid "Random Questions"
889
+ msgstr "Questões Aleatórias"
890
+
891
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:149
892
+ msgid "Random Questions And Answers"
893
+ msgstr "Perguntas e Respostas aleatórias"
894
+
895
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:154
896
+ msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
897
+ msgstr "Iformações de contato no início ou no final do questionário?"
898
+
899
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:156
900
+ msgid "Beginning"
901
+ msgstr "Inicio"
902
+
903
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:157
904
+ msgid "End"
905
+ msgstr "Fim"
906
+
907
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:161
908
+ msgid "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."
909
+ msgstr "Usuário poderá edita informações de contato? Se definido como não, os campos não vão aparecer para usuários logados; no entanto, a informação aos usuários será salvo para os campos."
910
+
911
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:168
912
+ msgid "Should we ask for users name?"
913
+ msgstr "Nome de usuário"
914
+
915
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:171
916
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:179
917
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:187
918
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:195
919
+ msgid "Require"
920
+ msgstr "Exigir"
921
+
922
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:176
923
+ msgid "Should we ask for users business?"
924
+ msgstr "Empresa em que trabalha"
925
+
926
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:184
927
+ msgid "Should we ask for users email?"
928
+ msgstr "Solicitar e-mail"
929
+
930
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:192
931
+ msgid "Should we ask for users phone number?"
932
+ msgstr "Solicitar núero de telefone"
933
+
934
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:200
935
+ msgid "Would you like a place for the user to enter comments?"
936
+ msgstr "Campo para usuário digitar comentário"
937
+
938
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:207
939
+ msgid "Show question number on quiz?"
940
+ msgstr "Exibir número das questões?"
941
+
942
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:214
943
+ msgid "Show social media sharing buttons? (Twitter & Facebook)"
944
+ msgstr "Mostrar botões de compartilhamento de mídia social ? (Twitter e Facebook)"
945
+
946
+ #: ../quiz_master_next/includes/qmn_options_option_tab.php:214
947
+ msgid "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!"
948
+ msgstr ""
949
+
950
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:6
 
 
951
  msgid "Style"
952
  msgstr "Estilo"
953
 
 
954
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:26
 
 
955
  msgid "The style has been saved successfully."
956
  msgstr "Estilo salvo com sucesso!"
957
 
 
958
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:65
 
 
959
  msgid "Quiz Styles"
960
  msgstr "Estilo de Perguntas"
961
 
 
962
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:66
 
 
963
  msgid "Choose your style:"
964
  msgstr "Escolha seu estilo"
965
 
 
 
 
 
 
 
 
 
 
966
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:94
967
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:106
 
 
 
 
968
  msgid "Save Quiz Style"
969
  msgstr "Salvar Estilo de Questionário"
970
 
 
971
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:96
 
 
972
  msgid "Custom Style CSS"
973
  msgstr "Estilo CSS personalizado"
974
 
 
975
  #: ../quiz_master_next/includes/qmn_options_style_tab.php:97
976
+ msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
977
+ msgstr "Para obter ajuda e orientação, juntamente com uma lista de diferentes classes usadas em este plugin detalhadas, por favor visite o seguinte link:"
 
 
 
 
 
 
978
 
979
+ #: ../quiz_master_next/includes/qmn_dashboard.php:16
980
+ msgid "Quiz Daily Stats - Times Taken"
981
+ msgstr "Questionário Diário Estatísticas - Tempo Tomado"
 
 
 
982
 
983
+ #: ../quiz_master_next/includes/qmn_dashboard.php:17
984
+ msgid "Quiz Total Stats"
985
+ msgstr "Questionário Total de Estatísticas"
 
 
 
986
 
987
+ #: ../quiz_master_next/includes/qmn_dashboard.php:18
988
+ msgid "Quiz Weekly Stats - Times Taken"
989
+ msgstr "Questionário semanal Estatísticas - tempo tomado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
 
991
+ #: ../quiz_master_next/includes/qmn_dashboard.php:19
992
+ msgid "Quiz Monthly Stats - Times Taken"
993
+ msgstr "Questionário mensal Estatísticas - tempo tomado"
 
 
 
994
 
995
+ #: ../quiz_master_next/includes/qmn_dashboard.php:20
996
+ msgid "Quiz Quarterly Stats - Times Taken"
997
+ msgstr "Questionário Quadrimestral Estatísticas - tempo tomado"
 
 
 
998
 
999
+ #: ../quiz_master_next/includes/qmn_dashboard.php:25
1000
+ msgid "Quizzes Taken Today"
1001
+ msgstr "Avaliações feitas hoje"
 
 
 
1002
 
1003
+ #: ../quiz_master_next/includes/qmn_dashboard.php:26
1004
+ msgid "Quizzes Taken Last 7 Days"
1005
+ msgstr "Avaliações feitas nos ultimos 7 dias"
 
 
 
 
 
1006
 
1007
+ #: ../quiz_master_next/includes/qmn_dashboard.php:27
1008
+ msgid "Quizzes Taken Last 30 Days"
1009
+ msgstr "Avaliações feitas nos ultimos 30 dias"
 
 
 
1010
 
1011
+ #: ../quiz_master_next/includes/qmn_dashboard.php:28
1012
+ msgid "Quizzes Taken Last 120 Days"
1013
+ msgstr "Avaliações feitas nos ultimos 120 dias"
 
 
 
 
 
 
 
1014
 
1015
+ #: ../quiz_master_next/includes/qmn_dashboard.php:54
1016
+ msgid "Quiz Statistics"
1017
+ msgstr "Estatísticas"
 
 
 
1018
 
1019
+ #: ../quiz_master_next/includes/qmn_dashboard.php:228
1020
+ msgid "Total Created Quizzes"
1021
+ msgstr "Total de Avaliações"
 
 
 
1022
 
1023
+ #: ../quiz_master_next/includes/qmn_dashboard.php:232
1024
+ msgid "Total Deleted Quizzes"
1025
+ msgstr "Total de Avaliações deletadas"
 
 
 
1026
 
1027
+ #: ../quiz_master_next/includes/qmn_dashboard.php:236
1028
+ msgid "Total Active Quizzes"
1029
+ msgstr "Total de Avaliações ativas"
 
 
 
1030
 
1031
+ #: ../quiz_master_next/includes/qmn_dashboard.php:240
1032
+ msgid "Total Created Questions"
1033
+ msgstr "Total de questões criadas"
 
 
 
1034
 
1035
+ #: ../quiz_master_next/includes/qmn_dashboard.php:244
1036
+ msgid "Total Times All Active Quizzes Have Been Viewed"
1037
+ msgstr "Total de vezes que todos Testes ativos foram exibidos"
 
 
 
1038
 
1039
+ #: ../quiz_master_next/includes/qmn_dashboard.php:248
1040
+ msgid "Total Times All Active Quizzes Have Been Taken"
1041
+ msgstr "Total de vezes que todos Testes ativos foram feitos"
 
 
 
1042
 
1043
+ #: ../quiz_master_next/includes/qmn_dashboard.php:252
1044
+ msgid "Average Amount Each Active Quiz Has Been Viewed"
1045
+ msgstr "Média de avaliações ativas vistas"
 
 
 
1046
 
1047
+ #: ../quiz_master_next/includes/qmn_dashboard.php:256
1048
+ msgid "Average Amount Each Active Quiz Has Been Taken"
1049
+ msgstr "Média de avaliações ativas feitas"
 
 
 
1050
 
1051
+ #: ../quiz_master_next/includes/qmn_dashboard.php:260
1052
+ msgid "Quiz That Has Been Viewed The Most"
1053
+ msgstr "Máximo de avaliações vistas"
 
 
 
1054
 
1055
+ #: ../quiz_master_next/includes/qmn_dashboard.php:264
1056
+ msgid "Quiz That Has Been Taken The Most"
1057
+ msgstr "Máximo de avaliações feitas"
 
 
 
1058
 
1059
+ #: ../quiz_master_next/includes/qmn_results_details.php:121
1060
+ #: ../quiz_master_next/includes/qmn_quiz_admin.php:271
1061
+ msgid "Results"
1062
+ msgstr "Resultados"
 
 
1063
 
1064
+ #: ../quiz_master_next/includes/qmn_results_details.php:200
1065
+ msgid "Create Certificate"
1066
+ msgstr "Criar Certificado"
 
 
 
1067
 
1068
+ #: ../quiz_master_next/includes/qmn_results_details.php:205
1069
+ msgid "Download Certificate Here"
1070
+ msgstr "Baixe o Certificado Aqui"
 
 
 
1071
 
1072
+ #: ../quiz_master_next/includes/qmn_results_details.php:212
1073
+ msgid "Certificate"
1074
+ msgstr "Certificado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1075
 
1076
+ #: ../quiz_master_next/includes/qmn_tools.php:93
1077
+ msgid "There has been an error! Please try again."
1078
+ msgstr "Houve um erro! Por favor tente novamente."
1079
+
1080
+ #: ../quiz_master_next/includes/qmn_tools.php:111
1081
+ msgid "Quiz Has Been Restored!"
1082
+ msgstr "A Avaliação foi restaurada!"
1083
+
1084
+ #: ../quiz_master_next/includes/qmn_tools.php:116
1085
+ msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1086
+ msgstr "Escolha uma Avaliação no drop down e, em seguida, clique no botão para restaurar uma avaliação excluída."
1087
+
1088
+ #: ../quiz_master_next/includes/qmn_tools.php:126
1089
+ msgid "Restore Quiz"
1090
+ msgstr "Recuperar Avaliação"
1091
 
1092
+ #: ../quiz_master_next/includes/qmn_tools.php:155
1093
+ #: ../quiz_master_next/includes/qmn_tools.php:171
1094
+ #, php-format
1095
+ msgid "Previous %s Audits"
1096
+ msgstr "Anterior % s Auditorias"
 
1097
 
1098
+ #: ../quiz_master_next/includes/qmn_tools.php:158
1099
+ #: ../quiz_master_next/includes/qmn_tools.php:165
1100
+ #, php-format
1101
+ msgid "Next %s Audits"
1102
+ msgstr "Próximo% s Auditorias"
 
 
 
 
 
 
1103
 
1104
+ #: ../quiz_master_next/includes/qmn_tools.php:180
1105
+ msgid "Time"
1106
+ msgstr "Tempo"
1107
+
1108
+ #: ../quiz_master_next/includes/qmn_help.php:18
1109
+ msgid "Help Page"
1110
+ msgstr "Página de Ajuda"
1111
 
 
1112
  #: ../quiz_master_next/includes/qmn_question_types.php:7
 
 
1113
  msgid "Multiple Choice"
1114
  msgstr "Multipla escolha"
1115
 
 
1116
  #: ../quiz_master_next/includes/qmn_question_types.php:75
 
 
1117
  msgid "Horizontal Multiple Choice"
1118
  msgstr "Multipla escolha horizontal"
1119
 
 
1120
  #: ../quiz_master_next/includes/qmn_question_types.php:143
 
 
1121
  msgid "Drop Down"
1122
  msgstr "Menu suspenso"
1123
 
 
1124
  #: ../quiz_master_next/includes/qmn_question_types.php:208
 
 
1125
  msgid "Small Open Answer"
1126
  msgstr "Respostas curtas"
1127
 
 
1128
  #: ../quiz_master_next/includes/qmn_question_types.php:257
 
 
1129
  msgid "Multiple Response"
1130
  msgstr "Resposta Multipla"
1131
 
 
1132
  #: ../quiz_master_next/includes/qmn_question_types.php:332
 
 
1133
  msgid "Large Open Answer"
1134
  msgstr "Resposta Grande aberta"
1135
 
 
1136
  #: ../quiz_master_next/includes/qmn_question_types.php:381
 
 
1137
  msgid "Text Block"
1138
  msgstr "Bloco de texto"
1139
 
 
1140
  #: ../quiz_master_next/includes/qmn_question_types.php:396
 
 
1141
  msgid "Number"
1142
  msgstr "Numero"
1143
 
 
1144
  #: ../quiz_master_next/includes/qmn_question_types.php:445
 
 
1145
  msgid "Accept"
1146
  msgstr "Aceitar"
1147
 
 
1148
  #: ../quiz_master_next/includes/qmn_question_types.php:464
 
 
1149
  msgid "Captcha"
1150
  msgstr "captcha"
1151
 
 
1152
  #: ../quiz_master_next/includes/qmn_question_types.php:505
 
 
1153
  msgid "Horizontal Multiple Response"
1154
  msgstr "Respostas múltiplas horizontais"
1155
 
1156
+ #: ../quiz_master_next/includes/qmn_question_types.php:579
1157
+ msgid "Fill In The Blank"
1158
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1159
 
1160
+ #: ../quiz_master_next/includes/qmn_alerts.php:19
1161
+ msgid "Success!"
1162
+ msgstr "Sucesso!"
 
 
1163
 
 
1164
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:204
 
1165
  #, php-format
1166
  msgid "One quiz"
1167
  msgid_plural "%s quizzes"
1168
  msgstr[0] "Uma questão"
1169
  msgstr[1] "%s questões"
1170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1171
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:250
1172
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:296
 
 
1173
  msgid "URL"
1174
  msgstr "URL"
1175
 
 
 
1176
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:251
1177
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:297
 
 
 
1178
  msgid "Quiz Shortcode"
1179
  msgstr "Shortcode do teste"
1180
 
 
 
1181
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:252
1182
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:298
 
 
 
1183
  msgid "Leaderboard Shortcode"
1184
  msgstr "Shortcode da Pontuação"
1185
 
 
 
1186
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:253
1187
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:299
 
 
 
1188
  msgid "Quiz Views"
1189
  msgstr "Visualização do Questionário"
1190
 
 
 
1191
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:254
1192
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:300
 
 
 
1193
  msgid "Quiz Taken"
1194
  msgstr "Questionário Tomado"
1195
 
 
 
1196
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:255
1197
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:301
 
 
 
1198
  msgid "Last Modified"
1199
  msgstr "Ultima modificação"
1200
 
 
1201
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:268
 
1202
  msgid "Edit Name"
1203
  msgstr "Editar nome"
1204
 
 
 
 
 
 
 
 
 
 
 
 
1205
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:359
 
1206
  msgid "Create New Quiz"
1207
  msgstr "Criar Novo teste"
1208
 
 
1209
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:373
 
1210
  msgid "Create Quiz"
1211
  msgstr "Criar Teste"
1212
 
 
1213
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:379
 
1214
  msgid "Quiz Name:"
1215
  msgstr "Teste Nome:"
1216
 
 
1217
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:390
 
1218
  msgid "Duplicate this quiz?"
1219
  msgstr "Duplicar questão?"
1220
 
 
1221
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:392
 
1222
  msgid "Duplicate questions with quiz"
1223
  msgstr "Duplicar perguntas com questionário"
1224
 
 
1225
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:394
 
1226
  msgid "Name Of New Quiz:"
1227
  msgstr "Nome do novo questionário"
1228
 
 
1229
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:403
 
1230
  msgid "Are you sure you want to delete this quiz?"
1231
  msgstr "Você tem certeza que deseja deletar este questionário?"
1232
 
 
1233
  #: ../quiz_master_next/includes/qmn_quiz_admin.php:408
 
1234
  msgid "Delete Quiz"
1235
  msgstr "Delete Questionário"
1236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1237
  #: ../quiz_master_next/includes/qmn_widgets.php:11
 
1238
  msgid "Quiz Master Next Leaderboard Widget"
1239
  msgstr "Widget de Classificações"
1240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1241
  #: ../quiz_master_next/includes/qmn_widgets.php:30
 
1242
  msgid "Quiz ID"
1243
  msgstr "ID de Avaliação"
1244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quiz-master-next-th.mo CHANGED
Binary file
languages/quiz-master-next-th.po CHANGED
@@ -4,10 +4,10 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: Frank Corso <fpcorso@mylocalwebstop.com>\n"
8
- "POT-Creation-Date: 2015-03-06 14:05-0500\n"
9
  "PO-Revision-Date: \n"
10
- "Last-Translator: Your Name <you@example.com>\n"
11
  "Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
@@ -16,417 +16,213 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;"
20
- "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;"
21
- "__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ../\n"
23
  "X-Generator: Poedit 1.7.3\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
- #: includes/qmn_addons.php:48
27
- msgid "These addons extend the functionality of Quiz Master Next"
28
- msgstr "ส่วนเพิ่มเติม เหล่านี้ ขยายการทำงานของ Quiz Master Next"
29
-
30
- #: includes/qmn_addons.php:71
31
- msgid "Browse All Addons"
32
- msgstr "เลือกส่วนเพิ่มเติมทั้งหมด"
33
-
34
- #: includes/qmn_addons.php:78
35
- msgid "Featured Addons"
36
- msgstr "ส่วนเพิ่มเติมแนะนำ"
37
-
38
- #: includes/qmn_alerts.php:19
39
- msgid "Success!"
40
- msgstr "สำเร็จ!"
41
-
42
- #: includes/qmn_alerts.php:23 includes/qmn_quiz_options.php:96
43
- msgid "Error!"
44
- msgstr "ผิดพลาด!"
45
-
46
- #: includes/qmn_credits.php:86
47
- msgid "Welcome To Quiz Master Next"
48
- msgstr "ยินดีต้อนรับสู่ Quiz Master Next"
49
-
50
- #: includes/qmn_credits.php:87
51
- msgid "Thank you for updating!"
52
- msgstr "ขอบคุณที่อัพเดท!"
53
-
54
- #: includes/qmn_credits.php:91
55
- msgid "What's New!"
56
- msgstr "มีอะไรใหม่!"
57
-
58
- #: includes/qmn_credits.php:93
59
- msgid "Changelog"
60
- msgstr "บันทึกการเปลี่ยนแปลง"
61
-
62
- #: includes/qmn_credits.php:95
63
- msgid "Requested Features"
64
- msgstr "ร้องของคุณสมบัติใหม่"
65
-
66
- #: includes/qmn_dashboard.php:16
67
- msgid "Quiz Daily Stats - Times Taken"
68
- msgstr "สถิติทดสอบรายวัน - เวลาที่ใช้"
69
-
70
- #: includes/qmn_dashboard.php:17
71
- msgid "Quiz Total Stats"
72
- msgstr "สถิติทดสอบทั้งหมด"
73
-
74
- #: includes/qmn_dashboard.php:18
75
- msgid "Quiz Weekly Stats - Times Taken"
76
- msgstr "สถิติทดสอบรายสัปดาห์ - เวลาที่ใช้"
77
-
78
- #: includes/qmn_dashboard.php:19
79
- msgid "Quiz Monthly Stats - Times Taken"
80
- msgstr "สถิติทดสอบรายเดือน - เวลาที่ใช้"
81
-
82
- #: includes/qmn_dashboard.php:20
83
- msgid "Quiz Quarterly Stats - Times Taken"
84
- msgstr "สถิติทดสอบราย 3 เดือน - เวลาที่ใช้"
85
-
86
- #: includes/qmn_dashboard.php:25
87
- msgid "Quizzes Taken Today"
88
- msgstr "แบบทดสอบที่ทำวันนี้"
89
-
90
- #: includes/qmn_dashboard.php:26
91
- msgid "Quizzes Taken Last 7 Days"
92
- msgstr "แบบทดสอบที่ทำแล้วใน 7 วัน"
93
-
94
- #: includes/qmn_dashboard.php:27
95
- msgid "Quizzes Taken Last 30 Days"
96
- msgstr "แบบทดสอบที่ทำแล้วใน 30 วัน"
97
-
98
- #: includes/qmn_dashboard.php:28
99
- msgid "Quizzes Taken Last 120 Days"
100
- msgstr "แบบทดสอบที่ทำแล้วใน 120 วัน"
101
-
102
- #: includes/qmn_dashboard.php:54
103
- msgid "Quiz Statistics"
104
- msgstr "สถิติการทดสอบ"
105
-
106
- #: includes/qmn_dashboard.php:228
107
- msgid "Total Created Quizzes"
108
- msgstr "จำนวนแบบทดสอบที่สร้างทั้งหมด"
109
-
110
- #: includes/qmn_dashboard.php:232
111
- msgid "Total Deleted Quizzes"
112
- msgstr "จำนวนแบบทดสอบที่ลบทั้งหมด"
113
-
114
- #: includes/qmn_dashboard.php:236
115
- msgid "Total Active Quizzes"
116
- msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
117
-
118
- #: includes/qmn_dashboard.php:240
119
- msgid "Total Created Questions"
120
- msgstr "จำนวนคำถามที่สร้างทั้งหมด"
121
-
122
- #: includes/qmn_dashboard.php:244
123
- msgid "Total Times All Active Quizzes Have Been Viewed"
124
- msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดดู"
125
-
126
- #: includes/qmn_dashboard.php:248
127
- msgid "Total Times All Active Quizzes Have Been Taken"
128
- msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดทำ"
129
-
130
- #: includes/qmn_dashboard.php:252
131
- msgid "Average Amount Each Active Quiz Has Been Viewed"
132
- msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดดู"
133
-
134
- #: includes/qmn_dashboard.php:256
135
- msgid "Average Amount Each Active Quiz Has Been Taken"
136
- msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดทำ"
137
-
138
- #: includes/qmn_dashboard.php:260
139
- msgid "Quiz That Has Been Viewed The Most"
140
- msgstr "แบบทดสอบที่ถูกเปิดดูมากที่สุด"
141
-
142
- #: includes/qmn_dashboard.php:264
143
- msgid "Quiz That Has Been Taken The Most"
144
- msgstr "แบบทดสอบที่ถูกเปิดทำมากที่สุด"
145
-
146
- #: includes/qmn_dashboard_widgets.php:9
147
- msgid "Quiz Master Next Snapshot"
148
- msgstr "Quiz Master Next Snapshot"
149
-
150
- #: includes/qmn_dashboard_widgets.php:128
151
- msgid "quizzes taken today"
152
- msgstr "แบบทดสอบที่มีคนทำในวันนี้"
153
-
154
- #: includes/qmn_dashboard_widgets.php:147
155
- msgid "quizzes taken last 7 days"
156
- msgstr "แบบทดสอบที่มีคนทำ ย้อนหลัง 7 วัน"
157
 
158
- #: includes/qmn_dashboard_widgets.php:166
159
- msgid "total active quizzes"
160
- msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
161
 
162
- #: includes/qmn_dashboard_widgets.php:172
163
- msgid "total active questions"
164
- msgstr "จำนวนคำถามที่ใช้งานทั้งหมด"
165
 
166
- #: includes/qmn_dashboard_widgets.php:178
167
- msgid "most popular quiz"
168
- msgstr "แบบทดสอบเป็นที่นิยมสูงสุด"
169
 
170
- #: includes/qmn_dashboard_widgets.php:184
171
- msgid "least popular quiz"
172
- msgstr "แบบทดสอบเป็นที่นิยมต่ำสุด"
173
 
174
- #: includes/qmn_help.php:13
175
- msgid "Need Help?"
176
- msgstr "ต้องการความช่วยเหลือ?"
177
 
178
- #: includes/qmn_help.php:14
179
- msgid "Support"
180
- msgstr "สนับสนุน"
181
 
182
- #: includes/qmn_help.php:15
183
- msgid "System Info"
184
- msgstr "ข้อมูลระบบ"
185
 
186
- #: includes/qmn_help.php:18
187
- msgid "Help Page"
188
- msgstr "หน้าช่วยเหลือ"
189
 
190
- #: includes/qmn_help.php:41
191
- msgid "Need help with the plugin? Try any of the following:"
192
- msgstr "ต้องการความช่วยเหลือ? ลองทำสิ่งต่อไปนี้"
 
193
 
194
- #: includes/qmn_options_certificate_tab.php:6
195
- msgid "Certificate (Beta)"
196
- msgstr "ประกาศนียบัตร (รุ่นทดสอบ)"
197
 
198
- #: includes/qmn_options_certificate_tab.php:32
199
- msgid "The certificate has been updated successfully."
200
- msgstr "อัพเดทประกาศนียบัตรเรียบร้อย"
 
201
 
202
- #: includes/qmn_options_certificate_tab.php:45 includes/qmn_options_email_tab.php:55
203
- #: includes/qmn_options_email_tab.php:114 includes/qmn_options_email_tab.php:178
204
- #: includes/qmn_options_leaderboard_tab.php:38 includes/qmn_options_option_tab.php:56
205
- #: includes/qmn_options_questions_tab.php:118 includes/qmn_options_questions_tab.php:145
206
- #: includes/qmn_options_questions_tab.php:229 includes/qmn_options_questions_tab.php:322
207
- #: includes/qmn_options_results_page_tab.php:54 includes/qmn_options_results_page_tab.php:94
208
- #: includes/qmn_options_style_tab.php:39 includes/qmn_options_text_tab.php:55
209
- #: includes/qmn_options_tools_tab.php:36 includes/qmn_quiz_creator.php:382
210
- #: includes/qmn_quiz_creator.php:448 includes/qmn_quiz_creator.php:490
211
- #: includes/qmn_quiz_creator.php:648 includes/qmn_quiz_creator.php:713
212
- #: includes/qmn_results.php:36
213
  #, php-format
214
- msgid ""
215
- "There has been an error in this action. Please share this with the developer. Error Code: %s"
216
  msgstr "เกิดข้อผิดพลาดในการทำงาน โปรดแชร์ให้กับผู้พัฒนา หมายเลขข้อผิดพลาด Error Code: %s"
217
 
218
- #: includes/qmn_options_certificate_tab.php:61
219
- msgid "Enter title here"
220
- msgstr "กรอกหัวข้อที่นี่"
221
-
222
- #: includes/qmn_options_certificate_tab.php:61 includes/qmn_options_email_tab.php:73
223
  #: includes/qmn_options_email_tab.php:91
224
  msgid "Enter text here"
225
  msgstr "กรอกข้อความที่นี่"
226
 
227
- #: includes/qmn_options_certificate_tab.php:70
228
- msgid "Quiz Certificate (Beta)"
229
- msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
230
-
231
- #: includes/qmn_options_certificate_tab.php:71
232
- msgid ""
233
- "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link "
234
- "variable into the templates on the Quiz Text tab so the user can access the certificate."
235
- msgstr ""
236
- "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ "
237
- "ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
238
-
239
- #: includes/qmn_options_certificate_tab.php:72
240
- msgid "These fields cannot contain HTML."
241
- msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
242
-
243
- #: includes/qmn_options_certificate_tab.php:73 includes/qmn_options_certificate_tab.php:129
244
- msgid "Save Certificate Options"
245
- msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
246
-
247
- #: includes/qmn_options_certificate_tab.php:81
248
- msgid "Enable Certificates For This Quiz?"
249
- msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
250
-
251
- #: includes/qmn_options_certificate_tab.php:83 includes/qmn_options_email_tab.php:325
252
- #: includes/qmn_options_email_tab.php:332 includes/qmn_options_option_tab.php:102
253
- #: includes/qmn_options_option_tab.php:163 includes/qmn_options_option_tab.php:170
254
- #: includes/qmn_options_option_tab.php:178 includes/qmn_options_option_tab.php:186
255
- #: includes/qmn_options_option_tab.php:194 includes/qmn_options_option_tab.php:202
256
- #: includes/qmn_options_option_tab.php:209 includes/qmn_options_option_tab.php:216
257
- #: includes/qmn_options_questions_tab.php:674 includes/qmn_options_questions_tab.php:830
258
- #: includes/qmn_options_results_page_tab.php:247
259
- msgid "Yes"
260
- msgstr "ใช่"
261
-
262
- #: includes/qmn_options_certificate_tab.php:84 includes/qmn_options_email_tab.php:326
263
- #: includes/qmn_options_email_tab.php:333 includes/qmn_options_option_tab.php:103
264
- #: includes/qmn_options_option_tab.php:150 includes/qmn_options_option_tab.php:164
265
- #: includes/qmn_options_option_tab.php:172 includes/qmn_options_option_tab.php:180
266
- #: includes/qmn_options_option_tab.php:188 includes/qmn_options_option_tab.php:196
267
- #: includes/qmn_options_option_tab.php:203 includes/qmn_options_option_tab.php:210
268
- #: includes/qmn_options_option_tab.php:217 includes/qmn_options_questions_tab.php:675
269
- #: includes/qmn_options_questions_tab.php:831 includes/qmn_options_results_page_tab.php:247
270
- msgid "No"
271
- msgstr "ไม่ใช่"
272
-
273
- #: includes/qmn_options_certificate_tab.php:89
274
- msgid "Certificate Title"
275
- msgstr "หัวข้อประกาศนียบัตร"
276
-
277
- #: includes/qmn_options_certificate_tab.php:96
278
- msgid "Message Displayed On Certificate"
279
- msgstr "ข้อความแสดงบนประกาศนียบัตร"
280
-
281
- #: includes/qmn_options_certificate_tab.php:98 includes/qmn_options_leaderboard_tab.php:91
282
- #: includes/qmn_options_text_tab.php:181 includes/qmn_options_text_tab.php:191
283
- #: includes/qmn_options_text_tab.php:201 includes/qmn_options_text_tab.php:211
284
- #: includes/qmn_options_text_tab.php:221 includes/qmn_options_text_tab.php:231
285
- #: includes/qmn_options_text_tab.php:241 includes/qmn_options_text_tab.php:251
286
- #: includes/qmn_options_text_tab.php:264 includes/qmn_options_text_tab.php:281
287
- msgid "Allowed Variables:"
288
- msgstr "ตัวแปรที่อนุญาตื"
289
-
290
- #: includes/qmn_options_certificate_tab.php:116
291
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
292
- msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
293
-
294
- #: includes/qmn_options_certificate_tab.php:123
295
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
296
- msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
297
-
298
- #: includes/qmn_options_email_tab.php:6
299
- msgid "Emails"
300
- msgstr "อีเมล์"
301
-
302
- #: includes/qmn_options_email_tab.php:42 includes/qmn_options_email_tab.php:101
303
- msgid "The email has been added successfully."
304
- msgstr "เพิ่มอีเมล์เรียบร้อย"
305
-
306
  #: includes/qmn_options_email_tab.php:165
307
  msgid "The email has been updated successfully."
308
  msgstr "อัพเดทอีเมล์เรียบร้อย"
309
 
310
- #: includes/qmn_options_email_tab.php:232 includes/qmn_options_leaderboard_tab.php:49
311
- #: includes/qmn_options_results_page_tab.php:134 includes/qmn_options_text_tab.php:92
 
312
  msgid "Template Variables"
313
  msgstr "ตัวแปรแม่แบบ"
314
 
315
- #: includes/qmn_options_email_tab.php:235 includes/qmn_options_results_page_tab.php:137
316
  #: includes/qmn_options_text_tab.php:95
317
  msgid "Score for the quiz when using points"
318
  msgstr "คะแนนแบบทดสอบ ใช้งานคะแนน"
319
 
320
- #: includes/qmn_options_email_tab.php:238 includes/qmn_options_results_page_tab.php:140
321
  #: includes/qmn_options_text_tab.php:98
322
  msgid "The average amount of points user had per question"
323
  msgstr "คะแนนเฉลี่ยของผู้ใช้งาน ต่อคำถาม"
324
 
325
- #: includes/qmn_options_email_tab.php:241 includes/qmn_options_results_page_tab.php:143
326
  #: includes/qmn_options_text_tab.php:101
327
  msgid "The number of correct answers the user had"
328
  msgstr "จำนวนข้อถูกของผู้ใช้"
329
 
330
- #: includes/qmn_options_email_tab.php:244 includes/qmn_options_results_page_tab.php:146
331
  #: includes/qmn_options_text_tab.php:104
332
  msgid "The total number of questions in the quiz"
333
  msgstr "จำนวนคำถามทั้งหมดของแบบทดสอบนี้"
334
 
335
- #: includes/qmn_options_email_tab.php:247 includes/qmn_options_results_page_tab.php:149
336
  #: includes/qmn_options_text_tab.php:107
337
  msgid "Score for the quiz when using correct answers"
338
  msgstr "คะแนนแบบทดสอบ ใช้งานคำตอบที่ถูก"
339
 
340
- #: includes/qmn_options_email_tab.php:250 includes/qmn_options_results_page_tab.php:152
341
  #: includes/qmn_options_text_tab.php:110
342
  msgid "The name the user entered before the quiz"
343
  msgstr "ชื่อที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
344
 
345
- #: includes/qmn_options_email_tab.php:253 includes/qmn_options_results_page_tab.php:155
346
  #: includes/qmn_options_text_tab.php:113
347
  msgid "The business the user entered before the quiz"
348
  msgstr "ที่ทำงานที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
349
 
350
- #: includes/qmn_options_email_tab.php:256 includes/qmn_options_results_page_tab.php:158
351
  #: includes/qmn_options_text_tab.php:116
352
  msgid "The phone number the user entered before the quiz"
353
  msgstr "โทรศัพท์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
354
 
355
- #: includes/qmn_options_email_tab.php:259 includes/qmn_options_results_page_tab.php:161
356
  #: includes/qmn_options_text_tab.php:119
357
  msgid "The email the user entered before the quiz"
358
  msgstr "อีเมล์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
359
 
360
- #: includes/qmn_options_email_tab.php:262 includes/qmn_options_leaderboard_tab.php:77
361
- #: includes/qmn_options_results_page_tab.php:164 includes/qmn_options_text_tab.php:122
 
362
  msgid "The name of the quiz"
363
  msgstr "ชื่อของแบบทดสอบ"
364
 
365
- #: includes/qmn_options_email_tab.php:265 includes/qmn_options_results_page_tab.php:167
366
  #: includes/qmn_options_text_tab.php:125
367
  msgid "Shows the question, the answer the user provided, and the correct answer"
368
  msgstr "แสดงคำถาม, คำตอบจากผู้ใช้, และข้อที่ถูกต้อง"
369
 
370
- #: includes/qmn_options_email_tab.php:268 includes/qmn_options_results_page_tab.php:170
371
  #: includes/qmn_options_text_tab.php:128
372
  msgid "The comments the user entered into comment box if enabled"
373
  msgstr "ข้อแนะนำที่ได้รับจากผู้ใช้"
374
 
375
- #: includes/qmn_options_email_tab.php:271 includes/qmn_options_results_page_tab.php:173
376
  #: includes/qmn_options_text_tab.php:131
377
  msgid "The amount of time user spent of quiz"
378
  msgstr "เวลาที่ใช้ทั่งหมดในการทำแบบทดสอบ"
379
 
380
- #: includes/qmn_options_email_tab.php:274 includes/qmn_options_results_page_tab.php:176
381
  #: includes/qmn_options_text_tab.php:134
382
  msgid "The link to the certificate after completing the quiz"
383
  msgstr "ลิงค์ไปสู่ประกาศนียบัตรหลังทำแบบทดสอบเรียบร้อย"
384
 
385
- #: includes/qmn_options_email_tab.php:277 includes/qmn_options_results_page_tab.php:179
386
  #: includes/qmn_options_text_tab.php:137
387
  msgid "The amount of points a specific category earned."
388
  msgstr "คะแนนเฉพาะจากหมวดหมู่"
389
 
390
- #: includes/qmn_options_email_tab.php:280 includes/qmn_options_results_page_tab.php:182
391
  #: includes/qmn_options_text_tab.php:140
392
  msgid "The score a specific category earned."
393
  msgstr "คะแนนเฉพาะจากหมวดหมู่"
394
 
395
- #: includes/qmn_options_email_tab.php:283 includes/qmn_options_results_page_tab.php:185
396
  #: includes/qmn_options_text_tab.php:143
397
  msgid "The average points from all categories."
398
  msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
399
 
400
- #: includes/qmn_options_email_tab.php:286 includes/qmn_options_results_page_tab.php:188
401
  #: includes/qmn_options_text_tab.php:146
402
  msgid "The average score from all categories."
403
  msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
404
 
405
- #: includes/qmn_options_email_tab.php:289 includes/qmn_options_text_tab.php:149
 
406
  msgid "The question that the user answered"
407
  msgstr "คำถามที่ผู้ใช้ตอบ"
408
 
409
- #: includes/qmn_options_email_tab.php:292 includes/qmn_options_text_tab.php:152
 
410
  msgid "The answer the user gave for the question"
411
  msgstr "คำตอบที่ผู้ใช้ตอบคำถาม"
412
 
413
- #: includes/qmn_options_email_tab.php:295 includes/qmn_options_text_tab.php:155
 
414
  msgid "The correct answer for the question"
415
  msgstr "คำตอบที่ถูกต้อง"
416
 
417
- #: includes/qmn_options_email_tab.php:298 includes/qmn_options_text_tab.php:158
 
418
  msgid "The comments the user provided in the comment field for the question"
419
  msgstr "ข้อเสนอแนะที่ผู้ใช้กรอกสำหรับคำถาม"
420
 
421
- #: includes/qmn_options_email_tab.php:301 includes/qmn_options_text_tab.php:161
 
422
  msgid "Reason why the correct answer is the correct answer"
423
  msgstr "เหตุผลอธิบายข้อถูก"
424
 
425
- #: includes/qmn_options_email_tab.php:304 includes/qmn_options_text_tab.php:164
 
426
  msgid "The Current Date"
427
  msgstr "วันที่ปัจจุบัน"
428
 
429
- #: includes/qmn_options_email_tab.php:319 includes/qmn_options_email_tab.php:518
 
430
  msgid "Save Email Templates And Settings"
431
  msgstr "บันทึกแม่แบบอีเมล์และการตั้งค่า"
432
 
@@ -434,6 +230,16 @@ msgstr "บันทึกแม่แบบอีเมล์และการ
434
  msgid "Send user email upon completion?"
435
  msgstr "ส่งอีเมล์หาผู้ใช้เมื่อเสร็จเรียบร้อย"
436
 
 
 
 
 
 
 
 
 
 
 
437
  #: includes/qmn_options_email_tab.php:330
438
  msgid "Send admin email upon completion?"
439
  msgstr "ส่งอีเมล์หาผู้ดูแลระบบเมื่อเสร็จเรียบร้อย"
@@ -450,29 +256,36 @@ msgstr "ชื่อฟอร์มใดที่ต้องการใช้
450
  msgid "Email Sent To User"
451
  msgstr "ส่งอีเมล์ให้ผู้ใช้เรียบร้อย"
452
 
453
- #: includes/qmn_options_email_tab.php:348 includes/qmn_options_email_tab.php:426
 
454
  msgid "Add New User Email"
455
  msgstr "เพิ่มอีเมล์ผู้ใช่ใหม่"
456
 
457
- #: includes/qmn_options_email_tab.php:353 includes/qmn_options_email_tab.php:419
458
- #: includes/qmn_options_email_tab.php:440 includes/qmn_options_email_tab.php:506
459
- #: includes/qmn_options_results_page_tab.php:206 includes/qmn_options_results_page_tab.php:270
 
460
  msgid "Score Greater Than Or Equal To"
461
  msgstr "คะแนนมากกว่าหรือเท่ากับ"
462
 
463
- #: includes/qmn_options_email_tab.php:354 includes/qmn_options_email_tab.php:420
464
- #: includes/qmn_options_email_tab.php:441 includes/qmn_options_email_tab.php:507
465
- #: includes/qmn_options_results_page_tab.php:207 includes/qmn_options_results_page_tab.php:271
 
466
  msgid "Score Less Than Or Equal To"
467
  msgstr "คะแนนน้อยกว่าหรือเท่ากับ"
468
 
469
- #: includes/qmn_options_email_tab.php:355 includes/qmn_options_email_tab.php:421
470
- #: includes/qmn_options_email_tab.php:442 includes/qmn_options_email_tab.php:508
 
 
471
  msgid "Subject"
472
  msgstr "หัวเรื่อง"
473
 
474
- #: includes/qmn_options_email_tab.php:356 includes/qmn_options_email_tab.php:422
475
- #: includes/qmn_options_email_tab.php:443 includes/qmn_options_email_tab.php:509
 
 
476
  msgid "Email To Send"
477
  msgstr "อีเมล์ที่จะส่ง"
478
 
@@ -480,14 +293,88 @@ msgstr "อีเมล์ที่จะส่ง"
480
  msgid "Email Sent To Admin"
481
  msgstr "ส่งอีเมล์ไปหาผู้ดูแลระบบแล้ว"
482
 
483
- #: includes/qmn_options_email_tab.php:435 includes/qmn_options_email_tab.php:513
 
484
  msgid "Add New Admin Email"
485
  msgstr "เพื่ออีเมล์ผู้ดูแลระบบใหม่"
486
 
487
- #: includes/qmn_options_leaderboard_tab.php:6
488
- msgid "Leaderboard"
489
- msgstr "กระดานผู้นำ"
490
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
491
  #: includes/qmn_options_leaderboard_tab.php:25
492
  msgid "The leaderboards has been updated successfully."
493
  msgstr "อัพเดทกระดานผู้นำเรียบร้อย"
@@ -532,7 +419,8 @@ msgstr "ชื่อผู้ใช้งานที่อยู่ในลำ
532
  msgid "The score from the fifth place's quiz"
533
  msgstr "คะแนนจากแบบทดสอบลำดับที่ 5"
534
 
535
- #: includes/qmn_options_leaderboard_tab.php:80 includes/qmn_options_leaderboard_tab.php:108
 
536
  msgid "Save Leaderboard Options"
537
  msgstr "บันทึกการตั้งค่ากระดานผู้นำ"
538
 
@@ -540,151 +428,234 @@ msgstr "บันทึกการตั้งค่ากระดานผู
540
  msgid "Leaderboard Template"
541
  msgstr "แม่แบบกระดานผู้นำ"
542
 
543
- #: includes/qmn_options_option_tab.php:6
544
- msgid "Options"
545
- msgstr "ตัวเลือก"
546
-
547
- #: includes/qmn_options_option_tab.php:43
548
- msgid "The options has been updated successfully."
549
- msgstr "อัพเดทตัวเลือกเรียบร้อย"
 
 
 
 
 
 
550
 
551
- #: includes/qmn_options_option_tab.php:84 includes/qmn_options_option_tab.php:221
552
- msgid "Save Options"
553
- msgstr "บันทึกตัวเลือก"
554
 
555
- #: includes/qmn_options_option_tab.php:92
556
- msgid "Which system is this quiz graded on?"
557
- msgstr "รูปแบบการให้คะแนน"
558
 
559
- #: includes/qmn_options_option_tab.php:94
560
- msgid "Correct/Incorrect"
561
- msgstr "ข้อถูก/ข้อผิด"
562
 
563
- #: includes/qmn_options_option_tab.php:95
564
- msgid "Points"
565
- msgstr "คะแนนรวม"
566
 
567
- #: includes/qmn_options_option_tab.php:96 includes/qmn_results.php:258
568
- msgid "Not Graded"
569
- msgstr "ไม่คิดคะแนน"
570
 
571
- #: includes/qmn_options_option_tab.php:100
572
- msgid "Should the user be required to be logged in to take this quiz?"
573
- msgstr "ผู้ใช้งานต้อง ลงชื่อเข้าระบบ เพื่อทำแบบทดสอบ?"
 
574
 
575
- #: includes/qmn_options_option_tab.php:107
576
- msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
577
- msgstr "จำนวนคำถามต่อหน้า? (ใส่ 0 จะแสดงคำถามทั้งหมดในหน้าเดียว)"
578
 
579
- #: includes/qmn_options_option_tab.php:113
580
- msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
581
- msgstr "ให้เวลา กี่นาที สำหรับแบบทดสอบนี้? (ใส่ 0 จะไม่กำหนดเวลา)"
582
 
583
- #: includes/qmn_options_option_tab.php:119
584
- msgid ""
585
- "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. "
586
- "Currently only works for registered users)"
587
- msgstr ""
588
- "จำกัดจำนวนครั้งที่ผู้ใช้งานทำแบบทดสอบนี้? (ใส่ 0 จะไม่จำกัดจำนวนครั้ง ใช้จำกัดได้เฉพาะผู้ใช้งานอยู่่ในระบบและลงชื่อเข้าใช้)"
589
 
590
- #: includes/qmn_options_option_tab.php:125
591
- msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
592
- msgstr "จำนวนรายการทั้งหมดที่แบบทดสอบมีได้? (ใส่ 0 จะไม่จำกัดจำนวน)"
593
 
594
- #: includes/qmn_options_option_tab.php:131
595
- msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
596
- msgstr "กำหนดจำนวนคำถามที่เลือกมาใช้ในแบบทดสอบนี้ (ใส่ 0 จะเลือกคำถามทั้งหมด)"
597
 
598
- #: includes/qmn_options_option_tab.php:137
599
- msgid ""
600
- "What time-frame should the user be able to access the quiz? (Leave blank if the user can access "
601
- "anytime)"
602
- msgstr "กำหนดช่วงเวลาที่อนุญาติให้เข้าทำแบบทดสอบ (ใส่ 0 จะไม่กำหนดเวลา)"
603
 
604
- #: includes/qmn_options_option_tab.php:139
605
- msgid "start date"
606
- msgstr "วันที่เริ่มต้น"
607
 
608
- #: includes/qmn_options_option_tab.php:142
609
- msgid "end date"
610
- msgstr "วันที่สิ้นสุด"
611
 
612
- #: includes/qmn_options_option_tab.php:146
613
- msgid "Are the questions random? (Question Order will not apply if this is yes)"
614
- msgstr "สุ่มเลือกคำถาม? (ระบบจะไม่สนใจการเรียงลำดับคำถาม)"
615
 
616
- #: includes/qmn_options_option_tab.php:148
617
- msgid "Random Questions"
618
- msgstr "สุ่มคำถาม"
619
 
620
- #: includes/qmn_options_option_tab.php:149
621
- msgid "Random Questions And Answers"
622
- msgstr "สุ่มลำดับคำถามและคำตอบ"
623
 
624
- #: includes/qmn_options_option_tab.php:154
625
- msgid ""
626
- "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
627
- msgstr "ต้องการถามที่อยู่่เพื่อติดต่อกลับ ที่ตอนต้นหรือตอนท้ายของแบบทดสอบ?"
628
 
629
- #: includes/qmn_options_option_tab.php:156
630
- msgid "Beginning"
631
- msgstr "ตอนต้น"
632
 
633
- #: includes/qmn_options_option_tab.php:157
634
- msgid "End"
635
- msgstr "ตอนท้าย"
636
 
637
- #: includes/qmn_options_option_tab.php:161
638
- msgid ""
639
- "If a logged-in user takes the quiz, would you like them to be able to edit contact information? "
640
- "If set to no, the fields will not show up for logged in users; however, the users information "
641
- "will be saved for the fields."
642
- msgstr ""
643
- "ถ้าผู้ทำแบบทดสอบเข้าใช้ระบบอยู่ คุณต้องการให้ผู้ใช้สามารถแก้ไขที่อยู่ติดต่อหรือไม่? หากเลือกไม่ ช่องต่างๆ จะไม่แสดงผล "
644
- "อย่างไรก็ตามข้อมูลต่างๆ จะยังคงถูกบันทึกช่องนั้นๆ ในฐานข้อมูล"
645
 
646
- #: includes/qmn_options_option_tab.php:168
647
- msgid "Should we ask for users name?"
648
- msgstr "ถามชื่อผู้ใช้งาน?"
649
 
650
- #: includes/qmn_options_option_tab.php:171 includes/qmn_options_option_tab.php:179
651
- #: includes/qmn_options_option_tab.php:187 includes/qmn_options_option_tab.php:195
652
- msgid "Require"
653
- msgstr "บังคับ"
654
 
655
- #: includes/qmn_options_option_tab.php:176
656
- msgid "Should we ask for users business?"
657
- msgstr "ถามสถานที่ทำงานของผู้ใช้?"
658
 
659
- #: includes/qmn_options_option_tab.php:184
660
- msgid "Should we ask for users email?"
661
- msgstr "ถามอีเมล์ของผู้ใช้?"
662
 
663
- #: includes/qmn_options_option_tab.php:192
664
- msgid "Should we ask for users phone number?"
665
- msgstr "ถามเบอร์โทรศัพท์ของผู้ใช้?"
666
 
667
- #: includes/qmn_options_option_tab.php:200
668
- msgid "Would you like a place for the user to enter comments?"
669
- msgstr "ต้องการให้ผู้ใช้กรอกความคิดเห็น?"
670
 
671
- #: includes/qmn_options_option_tab.php:207
672
- msgid "Show question number on quiz?"
673
- msgstr "แสดงหมายเลขข้อของแบบทดสอบ?"
674
 
675
- #: includes/qmn_options_option_tab.php:214
676
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
677
- msgstr "แสดงปุ่มสำหรับสื่อสังคมออนไลน์ (Twitter & Facebook)"
678
 
679
- #: includes/qmn_options_option_tab.php:214
680
- msgid ""
681
- "This option is for here only for users of older versions. Please use the new template variables "
682
- "%FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
683
- msgstr ""
684
 
685
- #: includes/qmn_options_preview_tab.php:6
686
- msgid "Preview"
687
- msgstr "ดูตัวอย่าง"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
688
 
689
  #: includes/qmn_options_questions_tab.php:6
690
  msgid "Questions"
@@ -706,12 +677,15 @@ msgstr "ทำสำเนาคำถามเรียบร้อย"
706
  msgid "The question has been created successfully."
707
  msgstr "สร้างคำถามเรียบร้อย"
708
 
709
- #: includes/qmn_options_questions_tab.php:454 includes/qmn_options_questions_tab.php:461
710
- #: includes/qmn_options_questions_tab.php:593 includes/qmn_options_questions_tab.php:760
 
 
711
  msgid "Answer"
712
  msgstr "คำตอบ"
713
 
714
- #: includes/qmn_options_questions_tab.php:481 includes/qmn_options_questions_tab.php:729
 
715
  msgid "Add Question"
716
  msgstr "เพิ่มคำถาม"
717
 
@@ -722,91 +696,104 @@ msgid_plural "%s questions"
722
  msgstr[0] "หนึ่งคำถาม"
723
  msgstr[1] "%s คำถาม"
724
 
725
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:270
726
  msgid "Edit"
727
  msgstr "แก้ไข"
728
 
729
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:272
730
- #: includes/qmn_quiz_admin.php:397
731
  msgid "Duplicate"
732
  msgstr "ทำสำเนา"
733
 
734
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_options_results_page_tab.php:247
735
- #: includes/qmn_quiz_admin.php:273
736
  msgid "Delete"
737
  msgstr "ลบ"
738
 
739
- #: includes/qmn_options_questions_tab.php:568 includes/qmn_options_questions_tab.php:737
740
- msgid ""
741
- "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
742
  msgstr ""
743
 
744
- #: includes/qmn_options_questions_tab.php:571 includes/qmn_options_questions_tab.php:714
745
- #: includes/qmn_options_questions_tab.php:725 includes/qmn_options_questions_tab.php:740
 
 
746
  msgid "Question"
747
  msgstr "คำถาม"
748
 
749
- #: includes/qmn_options_questions_tab.php:582 includes/qmn_options_questions_tab.php:751
 
750
  msgid "Answers"
751
  msgstr "คำตอบ"
752
 
753
- #: includes/qmn_options_questions_tab.php:583 includes/qmn_options_questions_tab.php:752
 
754
  msgid "Points Worth"
755
  msgstr "ค่าคะแนน"
756
 
757
- #: includes/qmn_options_questions_tab.php:584 includes/qmn_options_questions_tab.php:753
 
758
  msgid "Correct Answer"
759
  msgstr "ข้อที่ถูกต้อง"
760
 
761
- #: includes/qmn_options_questions_tab.php:611 includes/qmn_options_questions_tab.php:775
 
762
  msgid "Add New Answer!"
763
  msgstr "เพิ่มคำตอบใหม่"
764
 
765
- #: includes/qmn_options_questions_tab.php:616 includes/qmn_options_questions_tab.php:780
 
766
  msgid "Correct Answer Info"
767
  msgstr "ข้อความข้อที่ถูกต้อง"
768
 
769
- #: includes/qmn_options_questions_tab.php:623 includes/qmn_options_questions_tab.php:787
770
- #: includes/qmn_quiz.php:441
771
- msgid "Hint"
772
- msgstr "บอกใบ้"
773
-
774
- #: includes/qmn_options_questions_tab.php:634 includes/qmn_options_questions_tab.php:712
775
- #: includes/qmn_options_questions_tab.php:723 includes/qmn_options_questions_tab.php:798
776
  msgid "Question Type"
777
  msgstr "ชนิดคำถาม"
778
 
779
- #: includes/qmn_options_questions_tab.php:652 includes/qmn_options_questions_tab.php:811
 
780
  msgid "Comment Field"
781
  msgstr "ข้อเสนอแนะ"
782
 
783
- #: includes/qmn_options_questions_tab.php:655 includes/qmn_options_questions_tab.php:813
 
784
  msgid "Small Text Field"
785
  msgstr "ข้อความสั้น"
786
 
787
- #: includes/qmn_options_questions_tab.php:657 includes/qmn_options_questions_tab.php:814
 
788
  msgid "Large Text Field"
789
  msgstr "ข้อความยาว"
790
 
791
- #: includes/qmn_options_questions_tab.php:659 includes/qmn_options_questions_tab.php:815
 
792
  msgid "None"
793
  msgstr "ไม่มี"
794
 
795
- #: includes/qmn_options_questions_tab.php:663 includes/qmn_options_questions_tab.php:711
796
- #: includes/qmn_options_questions_tab.php:722 includes/qmn_options_questions_tab.php:819
 
 
797
  msgid "Question Order"
798
  msgstr "ลำดับคำถาม"
799
 
800
- #: includes/qmn_options_questions_tab.php:671 includes/qmn_options_questions_tab.php:827
 
801
  msgid "Required?"
802
  msgstr "บังคับ?"
803
 
804
- #: includes/qmn_options_questions_tab.php:680 includes/qmn_options_questions_tab.php:713
805
- #: includes/qmn_options_questions_tab.php:724 includes/qmn_options_questions_tab.php:836
 
 
806
  msgid "Category"
807
  msgstr "หมวดหมู่"
808
 
809
- #: includes/qmn_options_questions_tab.php:699 includes/qmn_options_questions_tab.php:855
 
810
  msgid "Required currently only works on open answer, number, accept, and captcha question types"
811
  msgstr "บังคับได้เฉพาะคำถามแบบ คำตอบปลายเปิด ตัวเลข และ captcha เท่านั้น"
812
 
@@ -834,6 +821,66 @@ msgstr "คุณแน่ใจหรือไม่ที่จะสำเน
834
  msgid "Duplicate Question"
835
  msgstr "ทำสำเนาคำถาม"
836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
837
  #: includes/qmn_options_results_page_tab.php:6
838
  msgid "Results Pages"
839
  msgstr "หน้าแสดงผลลัพธ์"
@@ -854,26 +901,162 @@ msgstr ""
854
  msgid "Displays button to share on Twitter."
855
  msgstr ""
856
 
857
- #: includes/qmn_options_results_page_tab.php:199 includes/qmn_options_results_page_tab.php:280
 
858
  msgid "Save Results Pages"
859
  msgstr "บันทึกหน้าแสดงผลลัพธ์"
860
 
861
- #: includes/qmn_options_results_page_tab.php:200 includes/qmn_options_results_page_tab.php:285
 
862
  msgid "Add New Results Page"
863
  msgstr "เพิ่มหน้าแสดงผลลัพธ์ใหม่"
864
 
865
- #: includes/qmn_options_results_page_tab.php:208 includes/qmn_options_results_page_tab.php:272
 
866
  msgid "Results Page Shown"
867
  msgstr "แสดงหน้าแสดงผลลัพธ์"
868
 
869
- #: includes/qmn_options_results_page_tab.php:209 includes/qmn_options_results_page_tab.php:273
870
- msgid "Redirect URL"
 
871
  msgstr ""
872
 
873
  #: includes/qmn_options_results_page_tab.php:247
874
  msgid "Are you sure?"
875
  msgstr "คุณแน่ใจหรือไม่?"
876
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
877
  #: includes/qmn_options_style_tab.php:6
878
  msgid "Style"
879
  msgstr "รูปแบบ"
@@ -894,7 +1077,8 @@ msgstr "เลือกรูปแบบ:"
894
  msgid "Custom"
895
  msgstr "กำหนดเอง"
896
 
897
- #: includes/qmn_options_style_tab.php:94 includes/qmn_options_style_tab.php:106
 
898
  msgid "Save Quiz Style"
899
  msgstr "บันทึกรูปแบบคำถาม"
900
 
@@ -903,135 +1087,164 @@ msgid "Custom Style CSS"
903
  msgstr "กำหนด CSS เอง"
904
 
905
  #: includes/qmn_options_style_tab.php:97
906
- msgid ""
907
- "For detailed help and guidance along with a list of different classes used in this plugin, "
908
- "please visit the following link:"
909
  msgstr "ข้อมูลความช่วยเหลือและห้องเรียนที่ใช้งานปลั้กอินนี้ กรุณาไปยังลิงค์:"
910
 
911
- #: includes/qmn_options_text_tab.php:6
912
- msgid "Text"
913
- msgstr "ข้อความ"
914
 
915
- #: includes/qmn_options_text_tab.php:42
916
- msgid "The templates has been updated successfully."
917
- msgstr "อัพเดทแม่แบบเรียบร้อย"
918
 
919
- #: includes/qmn_options_text_tab.php:73 includes/qmn_quiz.php:1230
920
- msgid "Previous"
921
- msgstr "ก่อนหน้า"
922
 
923
- #: includes/qmn_options_text_tab.php:169 includes/qmn_options_text_tab.php:329
924
- msgid "Save Templates"
925
- msgstr "บันทึกแม่แบบ"
926
 
927
- #: includes/qmn_options_text_tab.php:175
928
- msgid "Message Templates"
929
- msgstr "แม่แบบข้อความ"
930
 
931
- #: includes/qmn_options_text_tab.php:179
932
- msgid "Message Displayed Before Quiz"
933
- msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
934
 
935
- #: includes/qmn_options_text_tab.php:189
936
- msgid "Message Displayed Before Comments Box If Enabled"
937
- msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
938
 
939
- #: includes/qmn_options_text_tab.php:199
940
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
941
- msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
942
 
943
- #: includes/qmn_options_text_tab.php:209
944
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
945
- msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
946
 
947
- #: includes/qmn_options_text_tab.php:219
948
- msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
949
- msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
950
 
951
- #: includes/qmn_options_text_tab.php:229
952
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
953
- msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
954
 
955
- #: includes/qmn_options_text_tab.php:239
956
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
957
- msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
958
 
959
- #: includes/qmn_options_text_tab.php:249
960
- msgid "%QUESTIONS_ANSWERS% Text"
961
- msgstr "%QUESTIONS_ANSWERS% ข้อความ"
962
 
963
- #: includes/qmn_options_text_tab.php:262
964
- msgid "Twitter Sharing Text"
965
- msgstr "ข้อความแชร์ทวิตเตอร์"
966
 
967
- #: includes/qmn_options_text_tab.php:279
968
- msgid "Facebook Sharing Text"
969
- msgstr "ข้อความแชร์เฟสบุค"
970
 
971
- #: includes/qmn_options_text_tab.php:294
972
- msgid "Other Templates"
973
- msgstr "แม่แบบอื่นๆ"
974
 
975
- #: includes/qmn_options_text_tab.php:297
976
- msgid "Text for submit button"
977
- msgstr "ข้อความสำหรับปุ่ม ส่ง"
978
 
979
- #: includes/qmn_options_text_tab.php:301
980
- msgid "Text for name field"
981
- msgstr "ข้อความสำหรับช่องชื่อ"
982
 
983
- #: includes/qmn_options_text_tab.php:305
984
- msgid "Text for business field"
985
- msgstr "ข้อความสำหรับช่องที่ทำงาน"
986
 
987
- #: includes/qmn_options_text_tab.php:309
988
- msgid "Text for email field"
989
- msgstr "ข้อความสำหรับข่องอีเมล์"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
 
991
- #: includes/qmn_options_text_tab.php:313
992
- msgid "Text for phone number field"
993
- msgstr "ข้อความสำหรับช่องโทรศัพท์"
 
 
994
 
995
- #: includes/qmn_options_text_tab.php:317
996
- msgid "Text for comments field"
997
- msgstr "ข้อความสำหรับช่องข้อแนะนำ"
 
 
998
 
999
- #: includes/qmn_options_text_tab.php:321
1000
- msgid "Text for previous button"
1001
- msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
1002
 
1003
- #: includes/qmn_options_text_tab.php:325
1004
- msgid "Text for next button"
1005
- msgstr "ข้อความสำหรับปุ่ม ถัดไป"
1006
 
1007
- #: includes/qmn_options_tools_tab.php:6 includes/qmn_tools.php:58 mlw_quizmaster2.php:222
1008
- msgid "Tools"
1009
- msgstr "เครื่องมือ"
1010
 
1011
- #: includes/qmn_options_tools_tab.php:23
1012
- msgid "The stats has been reset successfully."
1013
- msgstr "ล้างค่าสถิติเรียบร้อย"
1014
 
1015
- #: includes/qmn_options_tools_tab.php:75
1016
- msgid ""
1017
- "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has "
1018
- "Been Taken)."
1019
- msgstr "ใช้ปุ่มนี้ เพื่อล้างค่าสถิติที่เก็บข้อมูลแบบทดสอบนี้"
1020
 
1021
- #: includes/qmn_options_tools_tab.php:76
1022
- msgid "Reset Quiz Views And Taken Stats"
1023
- msgstr "ล้างสถิติการดูและทำแบบทดสอบ"
1024
 
1025
- #: includes/qmn_options_tools_tab.php:87
1026
- msgid ""
1027
- "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be "
1028
- "reset. This is permanent and cannot be undone."
1029
- msgstr ""
1030
- "คุณแน่ใจหรือไม่ ว่าต้องการลบสถิติทั้งหมดเป็น 0? ข้อมูลสถิติการดูและทำแบบทำสอบจะถูกตั้งค่าใหม่ ไม่สามารถกู้คืนข้อมูลได้!!"
1031
 
1032
- #: includes/qmn_options_tools_tab.php:91
1033
- msgid "Reset All Stats For Quiz"
1034
- msgstr "ล้างสถิติทั้งหมดของแบบทดสอบ"
1035
 
1036
  #: includes/qmn_question_types.php:7
1037
  msgid "Multiple Choice"
@@ -1081,25 +1294,9 @@ msgstr "เลือกได้หลายคำตอบแนวนอน"
1081
  msgid "Fill In The Blank"
1082
  msgstr ""
1083
 
1084
- #: includes/qmn_quiz.php:326
1085
- msgid "Not a valid e-mail address!"
1086
- msgstr "รูปแบบอีเมล์ไม่ถูกต้อง"
1087
-
1088
- #: includes/qmn_quiz.php:327
1089
- msgid "This field must be a number!"
1090
- msgstr "ใช้ตัวเลขในช่องนี้เท่านั้น"
1091
-
1092
- #: includes/qmn_quiz.php:328
1093
- msgid "The entered text is not correct!"
1094
- msgstr "ข้อความที่กรอกไม่ถูกต้อง!"
1095
-
1096
- #: includes/qmn_quiz.php:329
1097
- msgid "Please complete all required fields!"
1098
- msgstr "กรุณาตอบช่องบังคับทุกช่อง!"
1099
-
1100
- #: includes/qmn_quiz_admin.php:186 mlw_quizmaster2.php:217
1101
- msgid "Quizzes"
1102
- msgstr "แบบทดสอบ"
1103
 
1104
  #: includes/qmn_quiz_admin.php:186
1105
  msgid "Add New"
@@ -1112,32 +1309,33 @@ msgid_plural "%s quizzes"
1112
  msgstr[0] "หนึ่งแบบทดสอบ"
1113
  msgstr[1] "%s แบบทดสอบ"
1114
 
1115
- #: includes/qmn_quiz_admin.php:249 includes/qmn_quiz_admin.php:295
1116
- #: includes/qmn_quiz_admin.php:364 includes/qmn_results.php:209
1117
- msgid "Quiz Name"
1118
- msgstr "ชื่อแบบทดสอบ"
1119
-
1120
- #: includes/qmn_quiz_admin.php:250 includes/qmn_quiz_admin.php:296
1121
  msgid "URL"
1122
  msgstr ""
1123
 
1124
- #: includes/qmn_quiz_admin.php:251 includes/qmn_quiz_admin.php:297
 
1125
  msgid "Quiz Shortcode"
1126
  msgstr "Shortcode แบบทดสอบ"
1127
 
1128
- #: includes/qmn_quiz_admin.php:252 includes/qmn_quiz_admin.php:298
 
1129
  msgid "Leaderboard Shortcode"
1130
  msgstr "Shortcode กระดานผู้นำ"
1131
 
1132
- #: includes/qmn_quiz_admin.php:253 includes/qmn_quiz_admin.php:299
 
1133
  msgid "Quiz Views"
1134
  msgstr "ดูแบบทดสอบ"
1135
 
1136
- #: includes/qmn_quiz_admin.php:254 includes/qmn_quiz_admin.php:300
 
1137
  msgid "Quiz Taken"
1138
  msgstr "แบบทดสอบถูกทำ"
1139
 
1140
- #: includes/qmn_quiz_admin.php:255 includes/qmn_quiz_admin.php:301
 
1141
  msgid "Last Modified"
1142
  msgstr "แก้ไขล่าสุด"
1143
 
@@ -1145,10 +1343,6 @@ msgstr "แก้ไขล่าสุด"
1145
  msgid "Edit Name"
1146
  msgstr "แก้ไขชื่อ"
1147
 
1148
- #: includes/qmn_quiz_admin.php:271 includes/qmn_results_details.php:121
1149
- msgid "Results"
1150
- msgstr "ผลลัพธ์"
1151
-
1152
  #: includes/qmn_quiz_admin.php:359
1153
  msgid "Create New Quiz"
1154
  msgstr "สร้างแบบทดสอบใหม่"
@@ -1181,153 +1375,6 @@ msgstr "คุณแน่ใจหรือไม่ที่จะลบแบ
1181
  msgid "Delete Quiz"
1182
  msgstr "ลบแบบทดสอบ"
1183
 
1184
- #: includes/qmn_quiz_creator.php:369
1185
- msgid ""
1186
- "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on "
1187
- "the new quiz."
1188
- msgstr "แบบทดสอบใหม่จองท่านได้ถูกสร้างเรียบร้อย คลิ้กลิงค์แก้ไขที่แบบทดสอบใหม่ เพื่อทำการแก้ไข"
1189
-
1190
- #: includes/qmn_quiz_creator.php:435
1191
- msgid "Your quiz has been deleted successfully."
1192
- msgstr "แบบทดสอบของท่านได้ถูกลบเรียบร้อย"
1193
-
1194
- #: includes/qmn_quiz_creator.php:477
1195
- msgid "Your quiz name has been updated successfully."
1196
- msgstr "ชื่อแบบทดสอบของท่านได้ถูกอัพเดทเรียบร้อย"
1197
-
1198
- #: includes/qmn_quiz_creator.php:634
1199
- msgid "Your quiz has been duplicated successfully."
1200
- msgstr "แบบทดสอบของท่านได้ถูกทำสำเนาเรียบร้อย"
1201
-
1202
- #. translators: The %s corresponds to the name of the quiz
1203
- #: includes/qmn_quiz_options.php:56
1204
- #, php-format
1205
- msgid "Quiz Settings For %s"
1206
- msgstr "ตั้งค่าแบบทดสอบสำหรับ %s"
1207
-
1208
- #: includes/qmn_quiz_options.php:96
1209
- msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
1210
- msgstr "กรุณาไปยังหน้ารายการแบบทดสอบและ คลิ้ก แก้ไขลิงค์ ของแบบทดสอบที่ต้องการแก้ไข"
1211
-
1212
- #: includes/qmn_results.php:23
1213
- msgid "Your results has been deleted successfully."
1214
- msgstr "ผลลัพท์ของท่านได้ถูกลบเรียบร้อย"
1215
-
1216
- #: includes/qmn_results.php:152 includes/qmn_results_details.php:21 mlw_quizmaster2.php:219
1217
- msgid "Quiz Results"
1218
- msgstr "ผลลัพธ์แบบทดสอบ"
1219
-
1220
- #: includes/qmn_results.php:161
1221
- #, php-format
1222
- msgid "One result"
1223
- msgid_plural "%s results"
1224
- msgstr[0] ""
1225
- msgstr[1] ""
1226
-
1227
- #: includes/qmn_results.php:208
1228
- msgid "Actions"
1229
- msgstr "กระทำ"
1230
-
1231
- #: includes/qmn_results.php:210
1232
- msgid "Score"
1233
- msgstr "คำแนน"
1234
-
1235
- #: includes/qmn_results.php:211
1236
- msgid "Time To Complete"
1237
- msgstr "เวลาที่ทำสำเร็จ"
1238
-
1239
- #: includes/qmn_results.php:212
1240
- msgid "Name"
1241
- msgstr "ชื่อ"
1242
-
1243
- #: includes/qmn_results.php:213
1244
- msgid "Business"
1245
- msgstr "ที่ทำงาน"
1246
-
1247
- #: includes/qmn_results.php:214
1248
- msgid "Email"
1249
- msgstr "อีเมล์"
1250
-
1251
- #: includes/qmn_results.php:215
1252
- msgid "Phone"
1253
- msgstr "โทรศัพท์"
1254
-
1255
- #: includes/qmn_results.php:216
1256
- msgid "Time Taken"
1257
- msgstr "ใช้เวลาไป"
1258
-
1259
- #: includes/qmn_results.php:276
1260
- msgid "Are you sure you want to delete these results?"
1261
- msgstr "คุณแน่ใจหรือไม่ที่จะลบผลลัพธ์"
1262
-
1263
- #: includes/qmn_results.php:281
1264
- msgid "Delete Results"
1265
- msgstr "ลบผลลัพธ์"
1266
-
1267
- #: includes/qmn_results_details.php:200
1268
- msgid "Create Certificate"
1269
- msgstr "สร้างประกาศนียบัตร"
1270
-
1271
- #: includes/qmn_results_details.php:205
1272
- msgid "Download Certificate Here"
1273
- msgstr "ดาวน์โหลดประกาศนียบัตร"
1274
-
1275
- #: includes/qmn_results_details.php:212
1276
- msgid "Certificate"
1277
- msgstr ""
1278
-
1279
- #: includes/qmn_tools.php:93
1280
- msgid "There has been an error! Please try again."
1281
- msgstr ""
1282
-
1283
- #: includes/qmn_tools.php:111
1284
- msgid "Quiz Has Been Restored!"
1285
- msgstr ""
1286
-
1287
- #: includes/qmn_tools.php:116
1288
- msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1289
- msgstr ""
1290
-
1291
- #: includes/qmn_tools.php:126
1292
- msgid "Restore Quiz"
1293
- msgstr ""
1294
-
1295
- #: includes/qmn_tools.php:155 includes/qmn_tools.php:171
1296
- #, php-format
1297
- msgid "Previous %s Audits"
1298
- msgstr "การตรวจสอบภายใน %s ก่อนหน้า"
1299
-
1300
- #: includes/qmn_tools.php:158 includes/qmn_tools.php:165
1301
- #, php-format
1302
- msgid "Next %s Audits"
1303
- msgstr "Next %s Audits"
1304
-
1305
- #: includes/qmn_tools.php:178
1306
- msgid "User"
1307
- msgstr "ผู้ใช้"
1308
-
1309
- #: includes/qmn_tools.php:179
1310
- msgid "Action"
1311
- msgstr "กระทำ"
1312
-
1313
- #: includes/qmn_tools.php:180
1314
- msgid "Time"
1315
- msgstr "เวลา"
1316
-
1317
- #: includes/qmn_usage_tracking.php:193
1318
- msgid ""
1319
- "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin "
1320
- "better? No sensitive data is tracked."
1321
- msgstr ""
1322
-
1323
- #: includes/qmn_usage_tracking.php:194
1324
- msgid "Allow"
1325
- msgstr ""
1326
-
1327
- #: includes/qmn_usage_tracking.php:195
1328
- msgid "Do not allow"
1329
- msgstr ""
1330
-
1331
  #: includes/qmn_widgets.php:11
1332
  msgid "Quiz Master Next Leaderboard Widget"
1333
  msgstr "Leaderboard วิตเจ็ต"
@@ -1340,41 +1387,15 @@ msgstr "ชื่อหัวข้อวิตเจ็ต"
1340
  msgid "Quiz ID"
1341
  msgstr "หมายเลขแบบทดสอบ"
1342
 
1343
- #: mlw_quizmaster2.php:218
1344
- msgid "Quiz Settings"
1345
- msgstr "ตั้งค่าแบบทดสอบ"
1346
-
1347
- #: mlw_quizmaster2.php:220
1348
- msgid "Quiz Result Details"
1349
- msgstr "รายละเอียดผลลัพธ์ของแบบทดสอบ"
1350
-
1351
- #: mlw_quizmaster2.php:221
1352
- msgid "Settings"
1353
- msgstr ""
1354
-
1355
- #: mlw_quizmaster2.php:223
1356
- msgid "Stats"
1357
- msgstr "สถิติ"
1358
-
1359
- #: mlw_quizmaster2.php:224
1360
- msgid "Addon Settings"
1361
- msgstr "ตั้งค่าส่วนเพิ่มเติม"
1362
-
1363
- #: mlw_quizmaster2.php:225
1364
- msgid "Help"
1365
- msgstr "ช่วยเหลือ"
1366
-
1367
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:229
1368
- msgid "QMN About"
1369
- msgstr "เกี่ยวกับ QMN"
1370
-
1371
  #~ msgid "Default:"
1372
  #~ msgstr "ค่าเริ่มต้น:"
1373
 
1374
  #~ msgid "Total points user earned when taking quiz"
1375
  #~ msgstr "คะแนนรวมที่ได้รับจากการทำแบบทดสอบ"
1376
 
1377
- #~ msgid "The percent score for the quiz showing percent of total quetions answered correctly"
 
 
1378
  #~ msgstr "เปอร์เซ็นต์แสดงจำนวนข้อที่ตอบถูก"
1379
 
1380
  #~ msgid "It appears that this quiz is not set up correctly."
@@ -1435,6 +1456,6 @@ msgstr "เกี่ยวกับ QMN"
1435
  #~ msgstr "ข้อเสนอแนะที่ได้รับ"
1436
 
1437
  #~ msgid ""
1438
- #~ "Please go to the Quiz Results page and click on the View link from the result you wish to "
1439
- #~ "see."
1440
  #~ msgstr "กรุณาไปยังหน้าผลลัพท์ของแบบทดสอบ และ คลิ้กลิงค์สำหรับดู จากรายการผลลัพท์ที่ต้องการ"
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 23:29-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"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
 
 
20
  "X-Poedit-Basepath: ../\n"
21
  "X-Generator: Poedit 1.7.3\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: mlw_quizmaster2.php:217
25
+ msgid "Quizzes"
26
+ msgstr "แบบทดสอบ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
+ #: mlw_quizmaster2.php:218
29
+ msgid "Quiz Settings"
30
+ msgstr "ตั้งค่าแบบทดสอบ"
31
 
32
+ #: mlw_quizmaster2.php:219
33
+ msgid "Quiz Results"
34
+ msgstr "ผลลัพธ์แบบทดสอบ"
35
 
36
+ #: mlw_quizmaster2.php:220
37
+ msgid "Quiz Result Details"
38
+ msgstr "รายละเอียดผลลัพธ์ของแบบทดสอบ"
39
 
40
+ #: mlw_quizmaster2.php:221
41
+ msgid "Settings"
42
+ msgstr ""
43
 
44
+ #: mlw_quizmaster2.php:222
45
+ msgid "Tools"
46
+ msgstr "เครื่องมือ"
47
 
48
+ #: mlw_quizmaster2.php:223
49
+ msgid "Stats"
50
+ msgstr "สถิติ"
51
 
52
+ #: mlw_quizmaster2.php:224
53
+ msgid "Addon Settings"
54
+ msgstr "ตั้งค่าส่วนเพิ่มเติม"
55
 
56
+ #: mlw_quizmaster2.php:225
57
+ msgid "Help"
58
+ msgstr "ช่วยเหลือ"
59
 
60
+ #: mlw_quizmaster2.php:228
61
+ #: mlw_quizmaster2.php:229
62
+ msgid "QMN About"
63
+ msgstr "เกี่ยวกับ QMN"
64
 
65
+ #: includes/qmn_options_email_tab.php:6
66
+ msgid "Emails"
67
+ msgstr "อีเมล์"
68
 
69
+ #: includes/qmn_options_email_tab.php:42
70
+ #: includes/qmn_options_email_tab.php:101
71
+ msgid "The email has been added successfully."
72
+ msgstr "เพิ่มอีเมล์เรียบร้อย"
73
 
74
+ #: includes/qmn_options_email_tab.php:55
75
+ #: includes/qmn_options_email_tab.php:114
76
+ #: includes/qmn_options_email_tab.php:178
77
+ #: includes/qmn_quiz_creator.php:382
78
+ #: includes/qmn_quiz_creator.php:448
79
+ #: includes/qmn_quiz_creator.php:490
80
+ #: includes/qmn_quiz_creator.php:648
81
+ #: includes/qmn_quiz_creator.php:713
82
+ #: includes/qmn_options_leaderboard_tab.php:38
83
+ #: includes/qmn_options_text_tab.php:55
 
84
  #, php-format
85
+ msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
 
86
  msgstr "เกิดข้อผิดพลาดในการทำงาน โปรดแชร์ให้กับผู้พัฒนา หมายเลขข้อผิดพลาด Error Code: %s"
87
 
88
+ #: includes/qmn_options_email_tab.php:73
 
 
 
 
89
  #: includes/qmn_options_email_tab.php:91
90
  msgid "Enter text here"
91
  msgstr "กรอกข้อความที่นี่"
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  #: includes/qmn_options_email_tab.php:165
94
  msgid "The email has been updated successfully."
95
  msgstr "อัพเดทอีเมล์เรียบร้อย"
96
 
97
+ #: includes/qmn_options_email_tab.php:232
98
+ #: includes/qmn_options_leaderboard_tab.php:49
99
+ #: includes/qmn_options_text_tab.php:92
100
  msgid "Template Variables"
101
  msgstr "ตัวแปรแม่แบบ"
102
 
103
+ #: includes/qmn_options_email_tab.php:235
104
  #: includes/qmn_options_text_tab.php:95
105
  msgid "Score for the quiz when using points"
106
  msgstr "คะแนนแบบทดสอบ ใช้งานคะแนน"
107
 
108
+ #: includes/qmn_options_email_tab.php:238
109
  #: includes/qmn_options_text_tab.php:98
110
  msgid "The average amount of points user had per question"
111
  msgstr "คะแนนเฉลี่ยของผู้ใช้งาน ต่อคำถาม"
112
 
113
+ #: includes/qmn_options_email_tab.php:241
114
  #: includes/qmn_options_text_tab.php:101
115
  msgid "The number of correct answers the user had"
116
  msgstr "จำนวนข้อถูกของผู้ใช้"
117
 
118
+ #: includes/qmn_options_email_tab.php:244
119
  #: includes/qmn_options_text_tab.php:104
120
  msgid "The total number of questions in the quiz"
121
  msgstr "จำนวนคำถามทั้งหมดของแบบทดสอบนี้"
122
 
123
+ #: includes/qmn_options_email_tab.php:247
124
  #: includes/qmn_options_text_tab.php:107
125
  msgid "Score for the quiz when using correct answers"
126
  msgstr "คะแนนแบบทดสอบ ใช้งานคำตอบที่ถูก"
127
 
128
+ #: includes/qmn_options_email_tab.php:250
129
  #: includes/qmn_options_text_tab.php:110
130
  msgid "The name the user entered before the quiz"
131
  msgstr "ชื่อที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
132
 
133
+ #: includes/qmn_options_email_tab.php:253
134
  #: includes/qmn_options_text_tab.php:113
135
  msgid "The business the user entered before the quiz"
136
  msgstr "ที่ทำงานที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
137
 
138
+ #: includes/qmn_options_email_tab.php:256
139
  #: includes/qmn_options_text_tab.php:116
140
  msgid "The phone number the user entered before the quiz"
141
  msgstr "โทรศัพท์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
142
 
143
+ #: includes/qmn_options_email_tab.php:259
144
  #: includes/qmn_options_text_tab.php:119
145
  msgid "The email the user entered before the quiz"
146
  msgstr "อีเมล์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
147
 
148
+ #: includes/qmn_options_email_tab.php:262
149
+ #: includes/qmn_options_leaderboard_tab.php:77
150
+ #: includes/qmn_options_text_tab.php:122
151
  msgid "The name of the quiz"
152
  msgstr "ชื่อของแบบทดสอบ"
153
 
154
+ #: includes/qmn_options_email_tab.php:265
155
  #: includes/qmn_options_text_tab.php:125
156
  msgid "Shows the question, the answer the user provided, and the correct answer"
157
  msgstr "แสดงคำถาม, คำตอบจากผู้ใช้, และข้อที่ถูกต้อง"
158
 
159
+ #: includes/qmn_options_email_tab.php:268
160
  #: includes/qmn_options_text_tab.php:128
161
  msgid "The comments the user entered into comment box if enabled"
162
  msgstr "ข้อแนะนำที่ได้รับจากผู้ใช้"
163
 
164
+ #: includes/qmn_options_email_tab.php:271
165
  #: includes/qmn_options_text_tab.php:131
166
  msgid "The amount of time user spent of quiz"
167
  msgstr "เวลาที่ใช้ทั่งหมดในการทำแบบทดสอบ"
168
 
169
+ #: includes/qmn_options_email_tab.php:274
170
  #: includes/qmn_options_text_tab.php:134
171
  msgid "The link to the certificate after completing the quiz"
172
  msgstr "ลิงค์ไปสู่ประกาศนียบัตรหลังทำแบบทดสอบเรียบร้อย"
173
 
174
+ #: includes/qmn_options_email_tab.php:277
175
  #: includes/qmn_options_text_tab.php:137
176
  msgid "The amount of points a specific category earned."
177
  msgstr "คะแนนเฉพาะจากหมวดหมู่"
178
 
179
+ #: includes/qmn_options_email_tab.php:280
180
  #: includes/qmn_options_text_tab.php:140
181
  msgid "The score a specific category earned."
182
  msgstr "คะแนนเฉพาะจากหมวดหมู่"
183
 
184
+ #: includes/qmn_options_email_tab.php:283
185
  #: includes/qmn_options_text_tab.php:143
186
  msgid "The average points from all categories."
187
  msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
188
 
189
+ #: includes/qmn_options_email_tab.php:286
190
  #: includes/qmn_options_text_tab.php:146
191
  msgid "The average score from all categories."
192
  msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
193
 
194
+ #: includes/qmn_options_email_tab.php:289
195
+ #: includes/qmn_options_text_tab.php:149
196
  msgid "The question that the user answered"
197
  msgstr "คำถามที่ผู้ใช้ตอบ"
198
 
199
+ #: includes/qmn_options_email_tab.php:292
200
+ #: includes/qmn_options_text_tab.php:152
201
  msgid "The answer the user gave for the question"
202
  msgstr "คำตอบที่ผู้ใช้ตอบคำถาม"
203
 
204
+ #: includes/qmn_options_email_tab.php:295
205
+ #: includes/qmn_options_text_tab.php:155
206
  msgid "The correct answer for the question"
207
  msgstr "คำตอบที่ถูกต้อง"
208
 
209
+ #: includes/qmn_options_email_tab.php:298
210
+ #: includes/qmn_options_text_tab.php:158
211
  msgid "The comments the user provided in the comment field for the question"
212
  msgstr "ข้อเสนอแนะที่ผู้ใช้กรอกสำหรับคำถาม"
213
 
214
+ #: includes/qmn_options_email_tab.php:301
215
+ #: includes/qmn_options_text_tab.php:161
216
  msgid "Reason why the correct answer is the correct answer"
217
  msgstr "เหตุผลอธิบายข้อถูก"
218
 
219
+ #: includes/qmn_options_email_tab.php:304
220
+ #: includes/qmn_options_text_tab.php:164
221
  msgid "The Current Date"
222
  msgstr "วันที่ปัจจุบัน"
223
 
224
+ #: includes/qmn_options_email_tab.php:319
225
+ #: includes/qmn_options_email_tab.php:518
226
  msgid "Save Email Templates And Settings"
227
  msgstr "บันทึกแม่แบบอีเมล์และการตั้งค่า"
228
 
230
  msgid "Send user email upon completion?"
231
  msgstr "ส่งอีเมล์หาผู้ใช้เมื่อเสร็จเรียบร้อย"
232
 
233
+ #: includes/qmn_options_email_tab.php:325
234
+ #: includes/qmn_options_email_tab.php:332
235
+ msgid "Yes"
236
+ msgstr "ใช่"
237
+
238
+ #: includes/qmn_options_email_tab.php:326
239
+ #: includes/qmn_options_email_tab.php:333
240
+ msgid "No"
241
+ msgstr "ไม่ใช่"
242
+
243
  #: includes/qmn_options_email_tab.php:330
244
  msgid "Send admin email upon completion?"
245
  msgstr "ส่งอีเมล์หาผู้ดูแลระบบเมื่อเสร็จเรียบร้อย"
256
  msgid "Email Sent To User"
257
  msgstr "ส่งอีเมล์ให้ผู้ใช้เรียบร้อย"
258
 
259
+ #: includes/qmn_options_email_tab.php:348
260
+ #: includes/qmn_options_email_tab.php:426
261
  msgid "Add New User Email"
262
  msgstr "เพิ่มอีเมล์ผู้ใช่ใหม่"
263
 
264
+ #: includes/qmn_options_email_tab.php:353
265
+ #: includes/qmn_options_email_tab.php:419
266
+ #: includes/qmn_options_email_tab.php:440
267
+ #: includes/qmn_options_email_tab.php:506
268
  msgid "Score Greater Than Or Equal To"
269
  msgstr "คะแนนมากกว่าหรือเท่ากับ"
270
 
271
+ #: includes/qmn_options_email_tab.php:354
272
+ #: includes/qmn_options_email_tab.php:420
273
+ #: includes/qmn_options_email_tab.php:441
274
+ #: includes/qmn_options_email_tab.php:507
275
  msgid "Score Less Than Or Equal To"
276
  msgstr "คะแนนน้อยกว่าหรือเท่ากับ"
277
 
278
+ #: includes/qmn_options_email_tab.php:355
279
+ #: includes/qmn_options_email_tab.php:421
280
+ #: includes/qmn_options_email_tab.php:442
281
+ #: includes/qmn_options_email_tab.php:508
282
  msgid "Subject"
283
  msgstr "หัวเรื่อง"
284
 
285
+ #: includes/qmn_options_email_tab.php:356
286
+ #: includes/qmn_options_email_tab.php:422
287
+ #: includes/qmn_options_email_tab.php:443
288
+ #: includes/qmn_options_email_tab.php:509
289
  msgid "Email To Send"
290
  msgstr "อีเมล์ที่จะส่ง"
291
 
293
  msgid "Email Sent To Admin"
294
  msgstr "ส่งอีเมล์ไปหาผู้ดูแลระบบแล้ว"
295
 
296
+ #: includes/qmn_options_email_tab.php:435
297
+ #: includes/qmn_options_email_tab.php:513
298
  msgid "Add New Admin Email"
299
  msgstr "เพื่ออีเมล์ผู้ดูแลระบบใหม่"
300
 
301
+ #: includes/qmn_quiz_creator.php:369
302
+ msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
303
+ msgstr "แบบทดสอบใหม่จองท่านได้ถูกสร้างเรียบร้อย คลิ้กลิงค์แก้ไขที่แบบทดสอบใหม่ เพื่อทำการแก้ไข"
304
+
305
+ #: includes/qmn_quiz_creator.php:435
306
+ msgid "Your quiz has been deleted successfully."
307
+ msgstr "แบบทดสอบของท่านได้ถูกลบเรียบร้อย"
308
+
309
+ #: includes/qmn_quiz_creator.php:477
310
+ msgid "Your quiz name has been updated successfully."
311
+ msgstr "ชื่อแบบทดสอบของท่านได้ถูกอัพเดทเรียบร้อย"
312
+
313
+ #: includes/qmn_quiz_creator.php:634
314
+ msgid "Your quiz has been duplicated successfully."
315
+ msgstr "แบบทดสอบของท่านได้ถูกทำสำเนาเรียบร้อย"
316
+
317
+ #: includes/qmn_quiz.php:326
318
+ msgid "Not a valid e-mail address!"
319
+ msgstr "รูปแบบอีเมล์ไม่ถูกต้อง"
320
+
321
+ #: includes/qmn_quiz.php:327
322
+ msgid "This field must be a number!"
323
+ msgstr "ใช้ตัวเลขในช่องนี้เท่านั้น"
324
+
325
+ #: includes/qmn_quiz.php:328
326
+ msgid "The entered text is not correct!"
327
+ msgstr "ข้อความที่กรอกไม่ถูกต้อง!"
328
+
329
+ #: includes/qmn_quiz.php:329
330
+ msgid "Please complete all required fields!"
331
+ msgstr "กรุณาตอบช่องบังคับทุกช่อง!"
332
+
333
+ #: includes/qmn_quiz.php:441
334
+ msgid "Hint"
335
+ msgstr "บอกใบ้"
336
+
337
+ #: includes/qmn_quiz.php:1230
338
+ #: includes/qmn_options_text_tab.php:73
339
+ msgid "Previous"
340
+ msgstr "ก่อนหน้า"
341
+
342
+ #: includes/qmn_credits.php:83
343
+ msgid "Welcome To Quiz Master Next"
344
+ msgstr "ยินดีต้อนรับสู่ Quiz Master Next"
345
+
346
+ #: includes/qmn_credits.php:84
347
+ msgid "Thank you for updating!"
348
+ msgstr "ขอบคุณที่อัพเดท!"
349
+
350
+ #: includes/qmn_credits.php:88
351
+ msgid "What's New!"
352
+ msgstr "มีอะไรใหม่!"
353
+
354
+ #: includes/qmn_credits.php:90
355
+ msgid "Changelog"
356
+ msgstr "บันทึกการเปลี่ยนแปลง"
357
+
358
+ #: includes/qmn_credits.php:92
359
+ msgid "Requested Features"
360
+ msgstr "ร้องของคุณสมบัติใหม่"
361
+
362
+ #: includes/qmn_usage_tracking.php:193
363
+ msgid "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin better? No sensitive data is tracked."
364
+ msgstr ""
365
+
366
+ #: includes/qmn_usage_tracking.php:194
367
+ msgid "Allow"
368
+ msgstr ""
369
+
370
+ #: includes/qmn_usage_tracking.php:195
371
+ msgid "Do not allow"
372
+ msgstr ""
373
+
374
+ #: includes/qmn_options_leaderboard_tab.php:6
375
+ msgid "Leaderboard"
376
+ msgstr "กระดานผู้นำ"
377
+
378
  #: includes/qmn_options_leaderboard_tab.php:25
379
  msgid "The leaderboards has been updated successfully."
380
  msgstr "อัพเดทกระดานผู้นำเรียบร้อย"
419
  msgid "The score from the fifth place's quiz"
420
  msgstr "คะแนนจากแบบทดสอบลำดับที่ 5"
421
 
422
+ #: includes/qmn_options_leaderboard_tab.php:80
423
+ #: includes/qmn_options_leaderboard_tab.php:108
424
  msgid "Save Leaderboard Options"
425
  msgstr "บันทึกการตั้งค่ากระดานผู้นำ"
426
 
428
  msgid "Leaderboard Template"
429
  msgstr "แม่แบบกระดานผู้นำ"
430
 
431
+ #: includes/qmn_options_leaderboard_tab.php:91
432
+ #: includes/qmn_options_text_tab.php:181
433
+ #: includes/qmn_options_text_tab.php:191
434
+ #: includes/qmn_options_text_tab.php:201
435
+ #: includes/qmn_options_text_tab.php:211
436
+ #: includes/qmn_options_text_tab.php:221
437
+ #: includes/qmn_options_text_tab.php:231
438
+ #: includes/qmn_options_text_tab.php:241
439
+ #: includes/qmn_options_text_tab.php:251
440
+ #: includes/qmn_options_text_tab.php:264
441
+ #: includes/qmn_options_text_tab.php:281
442
+ msgid "Allowed Variables:"
443
+ msgstr "ตัวแปรที่อนุญาตื"
444
 
445
+ #: includes/qmn_addons.php:48
446
+ msgid "These addons extend the functionality of Quiz Master Next"
447
+ msgstr "ส่วนเพิ่มเติม เหล่านี้ ขยายการทำงานของ Quiz Master Next"
448
 
449
+ #: includes/qmn_addons.php:71
450
+ msgid "Browse All Addons"
451
+ msgstr "เลือกส่วนเพิ่มเติมทั้งหมด"
452
 
453
+ #: includes/qmn_addons.php:78
454
+ msgid "Featured Addons"
455
+ msgstr "ส่วนเพิ่มเติมแนะนำ"
456
 
457
+ #: includes/qmn_options_text_tab.php:6
458
+ msgid "Text"
459
+ msgstr "ข้อความ"
460
 
461
+ #: includes/qmn_options_text_tab.php:42
462
+ msgid "The templates has been updated successfully."
463
+ msgstr "อัพเดทแม่แบบเรียบร้อย"
464
 
465
+ #: includes/qmn_options_text_tab.php:169
466
+ #: includes/qmn_options_text_tab.php:329
467
+ msgid "Save Templates"
468
+ msgstr "บันทึกแม่แบบ"
469
 
470
+ #: includes/qmn_options_text_tab.php:175
471
+ msgid "Message Templates"
472
+ msgstr "แม่แบบข้อความ"
473
 
474
+ #: includes/qmn_options_text_tab.php:179
475
+ msgid "Message Displayed Before Quiz"
476
+ msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
477
 
478
+ #: includes/qmn_options_text_tab.php:189
479
+ msgid "Message Displayed Before Comments Box If Enabled"
480
+ msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
 
 
 
481
 
482
+ #: includes/qmn_options_text_tab.php:199
483
+ msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
484
+ msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
485
 
486
+ #: includes/qmn_options_text_tab.php:209
487
+ msgid "Message Displayed If User Has Tried Quiz Too Many Times"
488
+ msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
489
 
490
+ #: includes/qmn_options_text_tab.php:219
491
+ msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
492
+ msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
 
 
493
 
494
+ #: includes/qmn_options_text_tab.php:229
495
+ msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
496
+ msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
497
 
498
+ #: includes/qmn_options_text_tab.php:239
499
+ msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
500
+ msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
501
 
502
+ #: includes/qmn_options_text_tab.php:249
503
+ msgid "%QUESTIONS_ANSWERS% Text"
504
+ msgstr "%QUESTIONS_ANSWERS% ข้อความ"
505
 
506
+ #: includes/qmn_options_text_tab.php:262
507
+ msgid "Twitter Sharing Text"
508
+ msgstr "ข้อความแชร์ทวิตเตอร์"
509
 
510
+ #: includes/qmn_options_text_tab.php:279
511
+ msgid "Facebook Sharing Text"
512
+ msgstr "ข้อความแชร์เฟสบุค"
513
 
514
+ #: includes/qmn_options_text_tab.php:294
515
+ msgid "Other Templates"
516
+ msgstr "แม่แบบอื่นๆ"
 
517
 
518
+ #: includes/qmn_options_text_tab.php:297
519
+ msgid "Text for submit button"
520
+ msgstr "ข้อความสำหรับปุ่ม ส่ง"
521
 
522
+ #: includes/qmn_options_text_tab.php:301
523
+ msgid "Text for name field"
524
+ msgstr "ข้อความสำหรับช่องชื่อ"
525
 
526
+ #: includes/qmn_options_text_tab.php:305
527
+ msgid "Text for business field"
528
+ msgstr "ข้อความสำหรับช่องที่ทำงาน"
 
 
 
 
 
529
 
530
+ #: includes/qmn_options_text_tab.php:309
531
+ msgid "Text for email field"
532
+ msgstr "ข้อความสำหรับข่องอีเมล์"
533
 
534
+ #: includes/qmn_options_text_tab.php:313
535
+ msgid "Text for phone number field"
536
+ msgstr "ข้อความสำหรับช่องโทรศัพท์"
 
537
 
538
+ #: includes/qmn_options_text_tab.php:317
539
+ msgid "Text for comments field"
540
+ msgstr "ข้อความสำหรับช่องข้อแนะนำ"
541
 
542
+ #: includes/qmn_options_text_tab.php:321
543
+ msgid "Text for previous button"
544
+ msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
545
 
546
+ #: includes/qmn_options_text_tab.php:325
547
+ msgid "Text for next button"
548
+ msgstr "ข้อความสำหรับปุ่ม ถัดไป"
549
 
550
+ #: includes/qmn_options_tools_tab.php:23
551
+ msgid "The stats has been reset successfully."
552
+ msgstr "ล้างค่าสถิติเรียบร้อย"
553
 
554
+ #: includes/qmn_options_tools_tab.php:75
555
+ msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
556
+ msgstr "ใช้ปุ่มนี้ เพื่อล้างค่าสถิติที่เก็บข้อมูลแบบทดสอบนี้"
557
 
558
+ #: includes/qmn_options_tools_tab.php:76
559
+ msgid "Reset Quiz Views And Taken Stats"
560
+ msgstr "ล้างสถิติการดูและทำแบบทดสอบ"
561
 
562
+ #: includes/qmn_options_tools_tab.php:87
563
+ msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
564
+ msgstr "คุณแน่ใจหรือไม่ ว่าต้องการลบสถิติทั้งหมดเป็น 0? ข้อมูลสถิติการดูและทำแบบทำสอบจะถูกตั้งค่าใหม่ ไม่สามารถกู้คืนข้อมูลได้!!"
 
 
565
 
566
+ #: includes/qmn_options_tools_tab.php:91
567
+ msgid "Reset All Stats For Quiz"
568
+ msgstr "ล้างสถิติทั้งหมดของแบบทดสอบ"
569
+
570
+ #: includes/qmn_dashboard_widgets.php:9
571
+ msgid "Quiz Master Next Snapshot"
572
+ msgstr "Quiz Master Next Snapshot"
573
+
574
+ #: includes/qmn_dashboard_widgets.php:128
575
+ msgid "quizzes taken today"
576
+ msgstr "แบบทดสอบที่มีคนทำในวันนี้"
577
+
578
+ #: includes/qmn_dashboard_widgets.php:147
579
+ msgid "quizzes taken last 7 days"
580
+ msgstr "แบบทดสอบที่มีคนทำ ย้อนหลัง 7 วัน"
581
+
582
+ #: includes/qmn_dashboard_widgets.php:166
583
+ msgid "total active quizzes"
584
+ msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
585
+
586
+ #: includes/qmn_dashboard_widgets.php:172
587
+ msgid "total active questions"
588
+ msgstr "จำนวนคำถามที่ใช้งานทั้งหมด"
589
+
590
+ #: includes/qmn_dashboard_widgets.php:178
591
+ msgid "most popular quiz"
592
+ msgstr "แบบทดสอบเป็นที่นิยมสูงสุด"
593
+
594
+ #: includes/qmn_dashboard_widgets.php:184
595
+ msgid "least popular quiz"
596
+ msgstr "แบบทดสอบเป็นที่นิยมต่ำสุด"
597
+
598
+ #: includes/qmn_options_certificate_tab.php:6
599
+ msgid "Certificate (Beta)"
600
+ msgstr "ประกาศนียบัตร (รุ่นทดสอบ)"
601
+
602
+ #: includes/qmn_options_certificate_tab.php:32
603
+ msgid "The certificate has been updated successfully."
604
+ msgstr "อัพเดทประกาศนียบัตรเรียบร้อย"
605
+
606
+ #: includes/qmn_options_certificate_tab.php:61
607
+ msgid "Enter title here"
608
+ msgstr "กรอกหัวข้อที่นี่"
609
+
610
+ #: includes/qmn_options_certificate_tab.php:70
611
+ msgid "Quiz Certificate (Beta)"
612
+ msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
613
+
614
+ #: includes/qmn_options_certificate_tab.php:71
615
+ 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."
616
+ msgstr "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
617
+
618
+ #: includes/qmn_options_certificate_tab.php:72
619
+ msgid "These fields cannot contain HTML."
620
+ msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
621
+
622
+ #: includes/qmn_options_certificate_tab.php:73
623
+ #: includes/qmn_options_certificate_tab.php:129
624
+ msgid "Save Certificate Options"
625
+ msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
626
+
627
+ #: includes/qmn_options_certificate_tab.php:81
628
+ msgid "Enable Certificates For This Quiz?"
629
+ msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
630
+
631
+ #: includes/qmn_options_certificate_tab.php:89
632
+ msgid "Certificate Title"
633
+ msgstr "หัวข้อประกาศนียบัตร"
634
+
635
+ #: includes/qmn_options_certificate_tab.php:96
636
+ msgid "Message Displayed On Certificate"
637
+ msgstr "ข้อความแสดงบนประกาศนียบัตร"
638
+
639
+ #: includes/qmn_options_certificate_tab.php:116
640
+ msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
641
+ msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
642
+
643
+ #: includes/qmn_options_certificate_tab.php:123
644
+ msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
645
+ msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
646
+
647
+ #: includes/qmn_quiz_options.php:56
648
+ #, php-format
649
+ msgid "Quiz Settings For %s"
650
+ msgstr "ตั้งค่าแบบทดสอบสำหรับ %s"
651
+
652
+ #: includes/qmn_quiz_options.php:96
653
+ msgid "Error!"
654
+ msgstr "ผิดพลาด!"
655
+
656
+ #: includes/qmn_quiz_options.php:96
657
+ msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
658
+ msgstr "กรุณาไปยังหน้ารายการแบบทดสอบและ คลิ้ก แก้ไขลิงค์ ของแบบทดสอบที่ต้องการแก้ไข"
659
 
660
  #: includes/qmn_options_questions_tab.php:6
661
  msgid "Questions"
677
  msgid "The question has been created successfully."
678
  msgstr "สร้างคำถามเรียบร้อย"
679
 
680
+ #: includes/qmn_options_questions_tab.php:454
681
+ #: includes/qmn_options_questions_tab.php:461
682
+ #: includes/qmn_options_questions_tab.php:593
683
+ #: includes/qmn_options_questions_tab.php:760
684
  msgid "Answer"
685
  msgstr "คำตอบ"
686
 
687
+ #: includes/qmn_options_questions_tab.php:481
688
+ #: includes/qmn_options_questions_tab.php:729
689
  msgid "Add Question"
690
  msgstr "เพิ่มคำถาม"
691
 
696
  msgstr[0] "หนึ่งคำถาม"
697
  msgstr[1] "%s คำถาม"
698
 
699
+ #: includes/qmn_options_questions_tab.php:557
700
  msgid "Edit"
701
  msgstr "แก้ไข"
702
 
703
+ #: includes/qmn_options_questions_tab.php:557
 
704
  msgid "Duplicate"
705
  msgstr "ทำสำเนา"
706
 
707
+ #: includes/qmn_options_questions_tab.php:557
708
+ #: includes/qmn_options_results_page_tab.php:247
709
  msgid "Delete"
710
  msgstr "ลบ"
711
 
712
+ #: includes/qmn_options_questions_tab.php:568
713
+ #: includes/qmn_options_questions_tab.php:737
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:740
721
  msgid "Question"
722
  msgstr "คำถาม"
723
 
724
+ #: includes/qmn_options_questions_tab.php:582
725
+ #: includes/qmn_options_questions_tab.php:751
726
  msgid "Answers"
727
  msgstr "คำตอบ"
728
 
729
+ #: includes/qmn_options_questions_tab.php:583
730
+ #: includes/qmn_options_questions_tab.php:752
731
  msgid "Points Worth"
732
  msgstr "ค่าคะแนน"
733
 
734
+ #: includes/qmn_options_questions_tab.php:584
735
+ #: includes/qmn_options_questions_tab.php:753
736
  msgid "Correct Answer"
737
  msgstr "ข้อที่ถูกต้อง"
738
 
739
+ #: includes/qmn_options_questions_tab.php:611
740
+ #: includes/qmn_options_questions_tab.php:775
741
  msgid "Add New Answer!"
742
  msgstr "เพิ่มคำตอบใหม่"
743
 
744
+ #: includes/qmn_options_questions_tab.php:616
745
+ #: includes/qmn_options_questions_tab.php:780
746
  msgid "Correct Answer Info"
747
  msgstr "ข้อความข้อที่ถูกต้อง"
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:798
 
 
 
753
  msgid "Question Type"
754
  msgstr "ชนิดคำถาม"
755
 
756
+ #: includes/qmn_options_questions_tab.php:652
757
+ #: includes/qmn_options_questions_tab.php:811
758
  msgid "Comment Field"
759
  msgstr "ข้อเสนอแนะ"
760
 
761
+ #: includes/qmn_options_questions_tab.php:655
762
+ #: includes/qmn_options_questions_tab.php:813
763
  msgid "Small Text Field"
764
  msgstr "ข้อความสั้น"
765
 
766
+ #: includes/qmn_options_questions_tab.php:657
767
+ #: includes/qmn_options_questions_tab.php:814
768
  msgid "Large Text Field"
769
  msgstr "ข้อความยาว"
770
 
771
+ #: includes/qmn_options_questions_tab.php:659
772
+ #: includes/qmn_options_questions_tab.php:815
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:819
780
  msgid "Question Order"
781
  msgstr "ลำดับคำถาม"
782
 
783
+ #: includes/qmn_options_questions_tab.php:671
784
+ #: includes/qmn_options_questions_tab.php:827
785
  msgid "Required?"
786
  msgstr "บังคับ?"
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:836
792
  msgid "Category"
793
  msgstr "หมวดหมู่"
794
 
795
+ #: includes/qmn_options_questions_tab.php:699
796
+ #: includes/qmn_options_questions_tab.php:855
797
  msgid "Required currently only works on open answer, number, accept, and captcha question types"
798
  msgstr "บังคับได้เฉพาะคำถามแบบ คำตอบปลายเปิด ตัวเลข และ captcha เท่านั้น"
799
 
821
  msgid "Duplicate Question"
822
  msgstr "ทำสำเนาคำถาม"
823
 
824
+ #: includes/qmn_results.php:23
825
+ msgid "Your results has been deleted successfully."
826
+ msgstr "ผลลัพท์ของท่านได้ถูกลบเรียบร้อย"
827
+
828
+ #: includes/qmn_results.php:161
829
+ #, php-format
830
+ msgid "One result"
831
+ msgid_plural "%s results"
832
+ msgstr[0] ""
833
+ msgstr[1] ""
834
+
835
+ #: includes/qmn_results.php:208
836
+ msgid "Actions"
837
+ msgstr "กระทำ"
838
+
839
+ #: includes/qmn_results.php:209
840
+ msgid "Quiz Name"
841
+ msgstr "ชื่อแบบทดสอบ"
842
+
843
+ #: includes/qmn_results.php:210
844
+ msgid "Score"
845
+ msgstr "คำแนน"
846
+
847
+ #: includes/qmn_results.php:211
848
+ msgid "Time To Complete"
849
+ msgstr "เวลาที่ทำสำเร็จ"
850
+
851
+ #: includes/qmn_results.php:212
852
+ msgid "Name"
853
+ msgstr "ชื่อ"
854
+
855
+ #: includes/qmn_results.php:213
856
+ msgid "Business"
857
+ msgstr "ที่ทำงาน"
858
+
859
+ #: includes/qmn_results.php:214
860
+ msgid "Email"
861
+ msgstr "อีเมล์"
862
+
863
+ #: includes/qmn_results.php:215
864
+ msgid "Phone"
865
+ msgstr "โทรศัพท์"
866
+
867
+ #: includes/qmn_results.php:216
868
+ msgid "Time Taken"
869
+ msgstr "ใช้เวลาไป"
870
+
871
+ #: includes/qmn_results.php:258
872
+ #: includes/qmn_options_option_tab.php:96
873
+ msgid "Not Graded"
874
+ msgstr "ไม่คิดคะแนน"
875
+
876
+ #: includes/qmn_results.php:276
877
+ msgid "Are you sure you want to delete these results?"
878
+ msgstr "คุณแน่ใจหรือไม่ที่จะลบผลลัพธ์"
879
+
880
+ #: includes/qmn_results.php:281
881
+ msgid "Delete Results"
882
+ msgstr "ลบผลลัพธ์"
883
+
884
  #: includes/qmn_options_results_page_tab.php:6
885
  msgid "Results Pages"
886
  msgstr "หน้าแสดงผลลัพธ์"
901
  msgid "Displays button to share on Twitter."
902
  msgstr ""
903
 
904
+ #: includes/qmn_options_results_page_tab.php:199
905
+ #: includes/qmn_options_results_page_tab.php:280
906
  msgid "Save Results Pages"
907
  msgstr "บันทึกหน้าแสดงผลลัพธ์"
908
 
909
+ #: includes/qmn_options_results_page_tab.php:200
910
+ #: includes/qmn_options_results_page_tab.php:285
911
  msgid "Add New Results Page"
912
  msgstr "เพิ่มหน้าแสดงผลลัพธ์ใหม่"
913
 
914
+ #: includes/qmn_options_results_page_tab.php:208
915
+ #: includes/qmn_options_results_page_tab.php:272
916
  msgid "Results Page Shown"
917
  msgstr "แสดงหน้าแสดงผลลัพธ์"
918
 
919
+ #: includes/qmn_options_results_page_tab.php:209
920
+ #: includes/qmn_options_results_page_tab.php:273
921
+ msgid "Redirect URL (Beta)"
922
  msgstr ""
923
 
924
  #: includes/qmn_options_results_page_tab.php:247
925
  msgid "Are you sure?"
926
  msgstr "คุณแน่ใจหรือไม่?"
927
 
928
+ #: includes/qmn_options_preview_tab.php:6
929
+ msgid "Preview"
930
+ msgstr "ดูตัวอย่าง"
931
+
932
+ #: includes/qmn_options_option_tab.php:6
933
+ msgid "Options"
934
+ msgstr "ตัวเลือก"
935
+
936
+ #: includes/qmn_options_option_tab.php:43
937
+ msgid "The options has been updated successfully."
938
+ msgstr "อัพเดทตัวเลือกเรียบร้อย"
939
+
940
+ #: includes/qmn_options_option_tab.php:84
941
+ #: includes/qmn_options_option_tab.php:221
942
+ msgid "Save Options"
943
+ msgstr "บันทึกตัวเลือก"
944
+
945
+ #: includes/qmn_options_option_tab.php:92
946
+ msgid "Which system is this quiz graded on?"
947
+ msgstr "รูปแบบการให้คะแนน"
948
+
949
+ #: includes/qmn_options_option_tab.php:94
950
+ msgid "Correct/Incorrect"
951
+ msgstr "ข้อถูก/ข้อผิด"
952
+
953
+ #: includes/qmn_options_option_tab.php:95
954
+ msgid "Points"
955
+ msgstr "คะแนนรวม"
956
+
957
+ #: includes/qmn_options_option_tab.php:100
958
+ msgid "Should the user be required to be logged in to take this quiz?"
959
+ msgstr "ผู้ใช้งานต้อง ลงชื่อเข้าระบบ เพื่อทำแบบทดสอบ?"
960
+
961
+ #: includes/qmn_options_option_tab.php:107
962
+ msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
963
+ msgstr "จำนวนคำถามต่อหน้า? (ใส่ 0 จะแสดงคำถามทั้งหมดในหน้าเดียว)"
964
+
965
+ #: includes/qmn_options_option_tab.php:113
966
+ msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
967
+ msgstr "ให้เวลา กี่นาที สำหรับแบบทดสอบนี้? (ใส่ 0 จะไม่กำหนดเวลา)"
968
+
969
+ #: includes/qmn_options_option_tab.php:119
970
+ msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
971
+ msgstr "จำกัดจำนวนครั้งที่ผู้ใช้งานทำแบบทดสอบนี้? (ใส่ 0 จะไม่จำกัดจำนวนครั้ง ใช้จำกัดได้เฉพาะผู้ใช้งานอยู่่ในระบบและลงชื่อเข้าใช้)"
972
+
973
+ #: includes/qmn_options_option_tab.php:125
974
+ msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
975
+ msgstr "จำนวนรายการทั้งหมดที่แบบทดสอบมีได้? (ใส่ 0 จะไม่จำกัดจำนวน)"
976
+
977
+ #: includes/qmn_options_option_tab.php:131
978
+ msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
979
+ msgstr "กำหนดจำนวนคำถามที่เลือกมาใช้ในแบบทดสอบนี้ (ใส่ 0 จะเลือกคำถามทั้งหมด)"
980
+
981
+ #: includes/qmn_options_option_tab.php:137
982
+ msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
983
+ msgstr "กำหนดช่วงเวลาที่อนุญาติให้เข้าทำแบบทดสอบ (ใส่ 0 จะไม่กำหนดเวลา)"
984
+
985
+ #: includes/qmn_options_option_tab.php:139
986
+ msgid "start date"
987
+ msgstr "วันที่เริ่มต้น"
988
+
989
+ #: includes/qmn_options_option_tab.php:142
990
+ msgid "end date"
991
+ msgstr "วันที่สิ้นสุด"
992
+
993
+ #: includes/qmn_options_option_tab.php:146
994
+ msgid "Are the questions random? (Question Order will not apply if this is yes)"
995
+ msgstr "สุ่มเลือกคำถาม? (ระบบจะไม่สนใจการเรียงลำดับคำถาม)"
996
+
997
+ #: includes/qmn_options_option_tab.php:148
998
+ msgid "Random Questions"
999
+ msgstr "สุ่มคำถาม"
1000
+
1001
+ #: includes/qmn_options_option_tab.php:149
1002
+ msgid "Random Questions And Answers"
1003
+ msgstr "สุ่มลำดับคำถามและคำตอบ"
1004
+
1005
+ #: includes/qmn_options_option_tab.php:154
1006
+ msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
1007
+ msgstr "ต้องการถามที่อยู่่เพื่อติดต่อกลับ ที่ตอนต้นหรือตอนท้ายของแบบทดสอบ?"
1008
+
1009
+ #: includes/qmn_options_option_tab.php:156
1010
+ msgid "Beginning"
1011
+ msgstr "ตอนต้น"
1012
+
1013
+ #: includes/qmn_options_option_tab.php:157
1014
+ msgid "End"
1015
+ msgstr "ตอนท้าย"
1016
+
1017
+ #: includes/qmn_options_option_tab.php:161
1018
+ msgid "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."
1019
+ msgstr "ถ้าผู้ทำแบบทดสอบเข้าใช้ระบบอยู่ คุณต้องการให้ผู้ใช้สามารถแก้ไขที่อยู่ติดต่อหรือไม่? หากเลือกไม่ ช่องต่างๆ จะไม่แสดงผล อย่างไรก็ตามข้อมูลต่างๆ จะยังคงถูกบันทึกช่องนั้นๆ ในฐานข้อมูล"
1020
+
1021
+ #: includes/qmn_options_option_tab.php:168
1022
+ msgid "Should we ask for users name?"
1023
+ msgstr "ถามชื่อผู้ใช้งาน?"
1024
+
1025
+ #: includes/qmn_options_option_tab.php:171
1026
+ #: includes/qmn_options_option_tab.php:179
1027
+ #: includes/qmn_options_option_tab.php:187
1028
+ #: includes/qmn_options_option_tab.php:195
1029
+ msgid "Require"
1030
+ msgstr "บังคับ"
1031
+
1032
+ #: includes/qmn_options_option_tab.php:176
1033
+ msgid "Should we ask for users business?"
1034
+ msgstr "ถามสถานที่ทำงานของผู้ใช้?"
1035
+
1036
+ #: includes/qmn_options_option_tab.php:184
1037
+ msgid "Should we ask for users email?"
1038
+ msgstr "ถามอีเมล์ของผู้ใช้?"
1039
+
1040
+ #: includes/qmn_options_option_tab.php:192
1041
+ msgid "Should we ask for users phone number?"
1042
+ msgstr "ถามเบอร์โทรศัพท์ของผู้ใช้?"
1043
+
1044
+ #: includes/qmn_options_option_tab.php:200
1045
+ msgid "Would you like a place for the user to enter comments?"
1046
+ msgstr "ต้องการให้ผู้ใช้กรอกความคิดเห็น?"
1047
+
1048
+ #: includes/qmn_options_option_tab.php:207
1049
+ msgid "Show question number on quiz?"
1050
+ msgstr "แสดงหมายเลขข้อของแบบทดสอบ?"
1051
+
1052
+ #: includes/qmn_options_option_tab.php:214
1053
+ msgid "Show social media sharing buttons? (Twitter & Facebook)"
1054
+ msgstr "แสดงปุ่มสำหรับสื่อสังคมออนไลน์ (Twitter & Facebook)"
1055
+
1056
+ #: includes/qmn_options_option_tab.php:214
1057
+ msgid "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!"
1058
+ msgstr ""
1059
+
1060
  #: includes/qmn_options_style_tab.php:6
1061
  msgid "Style"
1062
  msgstr "รูปแบบ"
1077
  msgid "Custom"
1078
  msgstr "กำหนดเอง"
1079
 
1080
+ #: includes/qmn_options_style_tab.php:94
1081
+ #: includes/qmn_options_style_tab.php:106
1082
  msgid "Save Quiz Style"
1083
  msgstr "บันทึกรูปแบบคำถาม"
1084
 
1087
  msgstr "กำหนด CSS เอง"
1088
 
1089
  #: includes/qmn_options_style_tab.php:97
1090
+ msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
 
 
1091
  msgstr "ข้อมูลความช่วยเหลือและห้องเรียนที่ใช้งานปลั้กอินนี้ กรุณาไปยังลิงค์:"
1092
 
1093
+ #: includes/qmn_dashboard.php:16
1094
+ msgid "Quiz Daily Stats - Times Taken"
1095
+ msgstr "สถิติทดสอบรายวัน - เวลาที่ใช้"
1096
 
1097
+ #: includes/qmn_dashboard.php:17
1098
+ msgid "Quiz Total Stats"
1099
+ msgstr "สถิติทดสอบทั้งหมด"
1100
 
1101
+ #: includes/qmn_dashboard.php:18
1102
+ msgid "Quiz Weekly Stats - Times Taken"
1103
+ msgstr "สถิติทดสอบรายสัปดาห์ - เวลาที่ใช้"
1104
 
1105
+ #: includes/qmn_dashboard.php:19
1106
+ msgid "Quiz Monthly Stats - Times Taken"
1107
+ msgstr "สถิติทดสอบรายเดือน - เวลาที่ใช้"
1108
 
1109
+ #: includes/qmn_dashboard.php:20
1110
+ msgid "Quiz Quarterly Stats - Times Taken"
1111
+ msgstr "สถิติทดสอบราย 3 เดือน - เวลาที่ใช้"
1112
 
1113
+ #: includes/qmn_dashboard.php:25
1114
+ msgid "Quizzes Taken Today"
1115
+ msgstr "แบบทดสอบที่ทำวันนี้"
1116
 
1117
+ #: includes/qmn_dashboard.php:26
1118
+ msgid "Quizzes Taken Last 7 Days"
1119
+ msgstr "แบบทดสอบที่ทำแล้วใน 7 วัน"
1120
 
1121
+ #: includes/qmn_dashboard.php:27
1122
+ msgid "Quizzes Taken Last 30 Days"
1123
+ msgstr "แบบทดสอบที่ทำแล้วใน 30 วัน"
1124
 
1125
+ #: includes/qmn_dashboard.php:28
1126
+ msgid "Quizzes Taken Last 120 Days"
1127
+ msgstr "แบบทดสอบที่ทำแล้วใน 120 วัน"
1128
 
1129
+ #: includes/qmn_dashboard.php:54
1130
+ msgid "Quiz Statistics"
1131
+ msgstr "สถิติการทดสอบ"
1132
 
1133
+ #: includes/qmn_dashboard.php:228
1134
+ msgid "Total Created Quizzes"
1135
+ msgstr "จำนวนแบบทดสอบที่สร้างทั้งหมด"
1136
 
1137
+ #: includes/qmn_dashboard.php:232
1138
+ msgid "Total Deleted Quizzes"
1139
+ msgstr "จำนวนแบบทดสอบที่ลบทั้งหมด"
1140
 
1141
+ #: includes/qmn_dashboard.php:236
1142
+ msgid "Total Active Quizzes"
1143
+ msgstr "จำนวนแบบทดสอบที่ใช้งานทั้งหมด"
1144
 
1145
+ #: includes/qmn_dashboard.php:240
1146
+ msgid "Total Created Questions"
1147
+ msgstr "จำนวนคำถามที่สร้างทั้งหมด"
1148
 
1149
+ #: includes/qmn_dashboard.php:244
1150
+ msgid "Total Times All Active Quizzes Have Been Viewed"
1151
+ msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดดู"
1152
 
1153
+ #: includes/qmn_dashboard.php:248
1154
+ msgid "Total Times All Active Quizzes Have Been Taken"
1155
+ msgstr "เวลาทั้งหมดที่แบบทดสอบถูกเปิดทำ"
1156
 
1157
+ #: includes/qmn_dashboard.php:252
1158
+ msgid "Average Amount Each Active Quiz Has Been Viewed"
1159
+ msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดดู"
1160
 
1161
+ #: includes/qmn_dashboard.php:256
1162
+ msgid "Average Amount Each Active Quiz Has Been Taken"
1163
+ msgstr "จำนวนเฉลี่ยที่แบบทดสอบถูกเปิดทำ"
1164
 
1165
+ #: includes/qmn_dashboard.php:260
1166
+ msgid "Quiz That Has Been Viewed The Most"
1167
+ msgstr "แบบทดสอบที่ถูกเปิดดูมากที่สุด"
1168
 
1169
+ #: includes/qmn_dashboard.php:264
1170
+ msgid "Quiz That Has Been Taken The Most"
1171
+ msgstr "แบบทดสอบที่ถูกเปิดทำมากที่สุด"
1172
+
1173
+ #: includes/qmn_results_details.php:121
1174
+ msgid "Results"
1175
+ msgstr "ผลลัพธ์"
1176
+
1177
+ #: includes/qmn_results_details.php:200
1178
+ msgid "Create Certificate"
1179
+ msgstr "สร้างประกาศนียบัตร"
1180
+
1181
+ #: includes/qmn_results_details.php:205
1182
+ msgid "Download Certificate Here"
1183
+ msgstr "ดาวน์โหลดประกาศนียบัตร"
1184
+
1185
+ #: includes/qmn_results_details.php:212
1186
+ msgid "Certificate"
1187
+ msgstr ""
1188
+
1189
+ #: includes/qmn_tools.php:93
1190
+ msgid "There has been an error! Please try again."
1191
+ msgstr ""
1192
+
1193
+ #: includes/qmn_tools.php:111
1194
+ msgid "Quiz Has Been Restored!"
1195
+ msgstr ""
1196
+
1197
+ #: includes/qmn_tools.php:116
1198
+ msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1199
+ msgstr ""
1200
+
1201
+ #: includes/qmn_tools.php:126
1202
+ msgid "Restore Quiz"
1203
+ msgstr ""
1204
 
1205
+ #: includes/qmn_tools.php:155
1206
+ #: includes/qmn_tools.php:171
1207
+ #, php-format
1208
+ msgid "Previous %s Audits"
1209
+ msgstr "การตรวจสอบภายใน %s ก่อนหน้า"
1210
 
1211
+ #: includes/qmn_tools.php:158
1212
+ #: includes/qmn_tools.php:165
1213
+ #, php-format
1214
+ msgid "Next %s Audits"
1215
+ msgstr "Next %s Audits"
1216
 
1217
+ #: includes/qmn_tools.php:178
1218
+ msgid "User"
1219
+ msgstr "ผู้ใช้"
1220
 
1221
+ #: includes/qmn_tools.php:179
1222
+ msgid "Action"
1223
+ msgstr "กระทำ"
1224
 
1225
+ #: includes/qmn_tools.php:180
1226
+ msgid "Time"
1227
+ msgstr "เวลา"
1228
 
1229
+ #: includes/qmn_help.php:13
1230
+ msgid "Need Help?"
1231
+ msgstr "ต้องการความช่วยเหลือ?"
1232
 
1233
+ #: includes/qmn_help.php:14
1234
+ msgid "Support"
1235
+ msgstr "สนับสนุน"
 
 
1236
 
1237
+ #: includes/qmn_help.php:15
1238
+ msgid "System Info"
1239
+ msgstr "ข้อมูลระบบ"
1240
 
1241
+ #: includes/qmn_help.php:18
1242
+ msgid "Help Page"
1243
+ msgstr "หน้าช่วยเหลือ"
 
 
 
1244
 
1245
+ #: includes/qmn_help.php:41
1246
+ msgid "Need help with the plugin? Try any of the following:"
1247
+ msgstr "ต้องการความช่วยเหลือ? ลองทำสิ่งต่อไปนี้"
1248
 
1249
  #: includes/qmn_question_types.php:7
1250
  msgid "Multiple Choice"
1294
  msgid "Fill In The Blank"
1295
  msgstr ""
1296
 
1297
+ #: includes/qmn_alerts.php:19
1298
+ msgid "Success!"
1299
+ msgstr "สำเร็จ!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1300
 
1301
  #: includes/qmn_quiz_admin.php:186
1302
  msgid "Add New"
1309
  msgstr[0] "หนึ่งแบบทดสอบ"
1310
  msgstr[1] "%s แบบทดสอบ"
1311
 
1312
+ #: includes/qmn_quiz_admin.php:250
1313
+ #: includes/qmn_quiz_admin.php:296
 
 
 
 
1314
  msgid "URL"
1315
  msgstr ""
1316
 
1317
+ #: includes/qmn_quiz_admin.php:251
1318
+ #: includes/qmn_quiz_admin.php:297
1319
  msgid "Quiz Shortcode"
1320
  msgstr "Shortcode แบบทดสอบ"
1321
 
1322
+ #: includes/qmn_quiz_admin.php:252
1323
+ #: includes/qmn_quiz_admin.php:298
1324
  msgid "Leaderboard Shortcode"
1325
  msgstr "Shortcode กระดานผู้นำ"
1326
 
1327
+ #: includes/qmn_quiz_admin.php:253
1328
+ #: includes/qmn_quiz_admin.php:299
1329
  msgid "Quiz Views"
1330
  msgstr "ดูแบบทดสอบ"
1331
 
1332
+ #: includes/qmn_quiz_admin.php:254
1333
+ #: includes/qmn_quiz_admin.php:300
1334
  msgid "Quiz Taken"
1335
  msgstr "แบบทดสอบถูกทำ"
1336
 
1337
+ #: includes/qmn_quiz_admin.php:255
1338
+ #: includes/qmn_quiz_admin.php:301
1339
  msgid "Last Modified"
1340
  msgstr "แก้ไขล่าสุด"
1341
 
1343
  msgid "Edit Name"
1344
  msgstr "แก้ไขชื่อ"
1345
 
 
 
 
 
1346
  #: includes/qmn_quiz_admin.php:359
1347
  msgid "Create New Quiz"
1348
  msgstr "สร้างแบบทดสอบใหม่"
1375
  msgid "Delete Quiz"
1376
  msgstr "ลบแบบทดสอบ"
1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1378
  #: includes/qmn_widgets.php:11
1379
  msgid "Quiz Master Next Leaderboard Widget"
1380
  msgstr "Leaderboard วิตเจ็ต"
1387
  msgid "Quiz ID"
1388
  msgstr "หมายเลขแบบทดสอบ"
1389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1390
  #~ msgid "Default:"
1391
  #~ msgstr "ค่าเริ่มต้น:"
1392
 
1393
  #~ msgid "Total points user earned when taking quiz"
1394
  #~ msgstr "คะแนนรวมที่ได้รับจากการทำแบบทดสอบ"
1395
 
1396
+ #~ msgid ""
1397
+ #~ "The percent score for the quiz showing percent of total quetions answered "
1398
+ #~ "correctly"
1399
  #~ msgstr "เปอร์เซ็นต์แสดงจำนวนข้อที่ตอบถูก"
1400
 
1401
  #~ msgid "It appears that this quiz is not set up correctly."
1456
  #~ msgstr "ข้อเสนอแนะที่ได้รับ"
1457
 
1458
  #~ msgid ""
1459
+ #~ "Please go to the Quiz Results page and click on the View link from the "
1460
+ #~ "result you wish to see."
1461
  #~ msgstr "กรุณาไปยังหน้าผลลัพท์ของแบบทดสอบ และ คลิ้กลิงค์สำหรับดู จากรายการผลลัพท์ที่ต้องการ"
languages/quiz-master-next.pot CHANGED
@@ -4,10 +4,10 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
- "Report-Msgid-Bugs-To: Frank Corso <fpcorso@mylocalwebstop.com>\n"
8
- "POT-Creation-Date: 2015-03-06 14:03-0500\n"
9
  "PO-Revision-Date: \n"
10
- "Last-Translator: Your Name <you@example.com>\n"
11
  "Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
@@ -16,434 +16,177 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
20
- "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
- "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ../\n"
23
  "X-Generator: Poedit 1.7.3\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
- #: includes/qmn_addons.php:48
27
- msgid "These addons extend the functionality of Quiz Master Next"
28
- msgstr ""
29
-
30
- #: includes/qmn_addons.php:71
31
- msgid "Browse All Addons"
32
- msgstr ""
33
-
34
- #: includes/qmn_addons.php:78
35
- msgid "Featured Addons"
36
- msgstr ""
37
-
38
- #: includes/qmn_alerts.php:19
39
- msgid "Success!"
40
- msgstr ""
41
-
42
- #: includes/qmn_alerts.php:23 includes/qmn_quiz_options.php:96
43
- msgid "Error!"
44
- msgstr ""
45
-
46
- #: includes/qmn_credits.php:86
47
- msgid "Welcome To Quiz Master Next"
48
- msgstr ""
49
-
50
- #: includes/qmn_credits.php:87
51
- msgid "Thank you for updating!"
52
- msgstr ""
53
-
54
- #: includes/qmn_credits.php:91
55
- msgid "What's New!"
56
- msgstr ""
57
-
58
- #: includes/qmn_credits.php:93
59
- msgid "Changelog"
60
- msgstr ""
61
-
62
- #: includes/qmn_credits.php:95
63
- msgid "Requested Features"
64
- msgstr ""
65
-
66
- #: includes/qmn_dashboard.php:16
67
- msgid "Quiz Daily Stats - Times Taken"
68
- msgstr ""
69
-
70
- #: includes/qmn_dashboard.php:17
71
- msgid "Quiz Total Stats"
72
- msgstr ""
73
-
74
- #: includes/qmn_dashboard.php:18
75
- msgid "Quiz Weekly Stats - Times Taken"
76
- msgstr ""
77
-
78
- #: includes/qmn_dashboard.php:19
79
- msgid "Quiz Monthly Stats - Times Taken"
80
- msgstr ""
81
-
82
- #: includes/qmn_dashboard.php:20
83
- msgid "Quiz Quarterly Stats - Times Taken"
84
- msgstr ""
85
-
86
- #: includes/qmn_dashboard.php:25
87
- msgid "Quizzes Taken Today"
88
- msgstr ""
89
-
90
- #: includes/qmn_dashboard.php:26
91
- msgid "Quizzes Taken Last 7 Days"
92
- msgstr ""
93
-
94
- #: includes/qmn_dashboard.php:27
95
- msgid "Quizzes Taken Last 30 Days"
96
- msgstr ""
97
-
98
- #: includes/qmn_dashboard.php:28
99
- msgid "Quizzes Taken Last 120 Days"
100
- msgstr ""
101
-
102
- #: includes/qmn_dashboard.php:54
103
- msgid "Quiz Statistics"
104
- msgstr ""
105
-
106
- #: includes/qmn_dashboard.php:228
107
- msgid "Total Created Quizzes"
108
- msgstr ""
109
-
110
- #: includes/qmn_dashboard.php:232
111
- msgid "Total Deleted Quizzes"
112
- msgstr ""
113
-
114
- #: includes/qmn_dashboard.php:236
115
- msgid "Total Active Quizzes"
116
- msgstr ""
117
-
118
- #: includes/qmn_dashboard.php:240
119
- msgid "Total Created Questions"
120
- msgstr ""
121
-
122
- #: includes/qmn_dashboard.php:244
123
- msgid "Total Times All Active Quizzes Have Been Viewed"
124
- msgstr ""
125
-
126
- #: includes/qmn_dashboard.php:248
127
- msgid "Total Times All Active Quizzes Have Been Taken"
128
- msgstr ""
129
-
130
- #: includes/qmn_dashboard.php:252
131
- msgid "Average Amount Each Active Quiz Has Been Viewed"
132
- msgstr ""
133
-
134
- #: includes/qmn_dashboard.php:256
135
- msgid "Average Amount Each Active Quiz Has Been Taken"
136
- msgstr ""
137
-
138
- #: includes/qmn_dashboard.php:260
139
- msgid "Quiz That Has Been Viewed The Most"
140
- msgstr ""
141
-
142
- #: includes/qmn_dashboard.php:264
143
- msgid "Quiz That Has Been Taken The Most"
144
- msgstr ""
145
-
146
- #: includes/qmn_dashboard_widgets.php:9
147
- msgid "Quiz Master Next Snapshot"
148
- msgstr ""
149
-
150
- #: includes/qmn_dashboard_widgets.php:128
151
- msgid "quizzes taken today"
152
- msgstr ""
153
-
154
- #: includes/qmn_dashboard_widgets.php:147
155
- msgid "quizzes taken last 7 days"
156
  msgstr ""
157
 
158
- #: includes/qmn_dashboard_widgets.php:166
159
- msgid "total active quizzes"
160
  msgstr ""
161
 
162
- #: includes/qmn_dashboard_widgets.php:172
163
- msgid "total active questions"
164
  msgstr ""
165
 
166
- #: includes/qmn_dashboard_widgets.php:178
167
- msgid "most popular quiz"
168
  msgstr ""
169
 
170
- #: includes/qmn_dashboard_widgets.php:184
171
- msgid "least popular quiz"
172
  msgstr ""
173
 
174
- #: includes/qmn_help.php:13
175
- msgid "Need Help?"
176
  msgstr ""
177
 
178
- #: includes/qmn_help.php:14
179
- msgid "Support"
180
  msgstr ""
181
 
182
- #: includes/qmn_help.php:15
183
- msgid "System Info"
184
  msgstr ""
185
 
186
- #: includes/qmn_help.php:18
187
- msgid "Help Page"
188
  msgstr ""
189
 
190
- #: includes/qmn_help.php:41
191
- msgid "Need help with the plugin? Try any of the following:"
 
192
  msgstr ""
193
 
194
- #: includes/qmn_options_certificate_tab.php:6
195
- msgid "Certificate (Beta)"
196
  msgstr ""
197
 
198
- #: includes/qmn_options_certificate_tab.php:32
199
- msgid "The certificate has been updated successfully."
 
200
  msgstr ""
201
 
202
- #: includes/qmn_options_certificate_tab.php:45
203
  #: includes/qmn_options_email_tab.php:55
204
  #: includes/qmn_options_email_tab.php:114
205
  #: includes/qmn_options_email_tab.php:178
 
 
 
 
 
206
  #: includes/qmn_options_leaderboard_tab.php:38
207
- #: includes/qmn_options_option_tab.php:56
208
- #: includes/qmn_options_questions_tab.php:118
209
- #: includes/qmn_options_questions_tab.php:145
210
- #: includes/qmn_options_questions_tab.php:229
211
- #: includes/qmn_options_questions_tab.php:322
212
- #: includes/qmn_options_results_page_tab.php:54
213
- #: includes/qmn_options_results_page_tab.php:94
214
- #: includes/qmn_options_style_tab.php:39 includes/qmn_options_text_tab.php:55
215
- #: includes/qmn_options_tools_tab.php:36 includes/qmn_quiz_creator.php:382
216
- #: includes/qmn_quiz_creator.php:448 includes/qmn_quiz_creator.php:490
217
- #: includes/qmn_quiz_creator.php:648 includes/qmn_quiz_creator.php:713
218
- #: includes/qmn_results.php:36
219
  #, php-format
220
- msgid ""
221
- "There has been an error in this action. Please share this with the "
222
- "developer. Error Code: %s"
223
- msgstr ""
224
-
225
- #: includes/qmn_options_certificate_tab.php:61
226
- msgid "Enter title here"
227
  msgstr ""
228
 
229
- #: includes/qmn_options_certificate_tab.php:61
230
- #: includes/qmn_options_email_tab.php:73 includes/qmn_options_email_tab.php:91
231
  msgid "Enter text here"
232
  msgstr ""
233
 
234
- #: includes/qmn_options_certificate_tab.php:70
235
- msgid "Quiz Certificate (Beta)"
236
- msgstr ""
237
-
238
- #: includes/qmn_options_certificate_tab.php:71
239
- msgid ""
240
- "Enter in your text here to fill in the certificate for this quiz. Be sure to "
241
- "enter in the link variable into the templates on the Quiz Text tab so the "
242
- "user can access the certificate."
243
- msgstr ""
244
-
245
- #: includes/qmn_options_certificate_tab.php:72
246
- msgid "These fields cannot contain HTML."
247
- msgstr ""
248
-
249
- #: includes/qmn_options_certificate_tab.php:73
250
- #: includes/qmn_options_certificate_tab.php:129
251
- msgid "Save Certificate Options"
252
- msgstr ""
253
-
254
- #: includes/qmn_options_certificate_tab.php:81
255
- msgid "Enable Certificates For This Quiz?"
256
- msgstr ""
257
-
258
- #: includes/qmn_options_certificate_tab.php:83
259
- #: includes/qmn_options_email_tab.php:325
260
- #: includes/qmn_options_email_tab.php:332
261
- #: includes/qmn_options_option_tab.php:102
262
- #: includes/qmn_options_option_tab.php:163
263
- #: includes/qmn_options_option_tab.php:170
264
- #: includes/qmn_options_option_tab.php:178
265
- #: includes/qmn_options_option_tab.php:186
266
- #: includes/qmn_options_option_tab.php:194
267
- #: includes/qmn_options_option_tab.php:202
268
- #: includes/qmn_options_option_tab.php:209
269
- #: includes/qmn_options_option_tab.php:216
270
- #: includes/qmn_options_questions_tab.php:674
271
- #: includes/qmn_options_questions_tab.php:830
272
- #: includes/qmn_options_results_page_tab.php:247
273
- msgid "Yes"
274
- msgstr ""
275
-
276
- #: includes/qmn_options_certificate_tab.php:84
277
- #: includes/qmn_options_email_tab.php:326
278
- #: includes/qmn_options_email_tab.php:333
279
- #: includes/qmn_options_option_tab.php:103
280
- #: includes/qmn_options_option_tab.php:150
281
- #: includes/qmn_options_option_tab.php:164
282
- #: includes/qmn_options_option_tab.php:172
283
- #: includes/qmn_options_option_tab.php:180
284
- #: includes/qmn_options_option_tab.php:188
285
- #: includes/qmn_options_option_tab.php:196
286
- #: includes/qmn_options_option_tab.php:203
287
- #: includes/qmn_options_option_tab.php:210
288
- #: includes/qmn_options_option_tab.php:217
289
- #: includes/qmn_options_questions_tab.php:675
290
- #: includes/qmn_options_questions_tab.php:831
291
- #: includes/qmn_options_results_page_tab.php:247
292
- msgid "No"
293
- msgstr ""
294
-
295
- #: includes/qmn_options_certificate_tab.php:89
296
- msgid "Certificate Title"
297
- msgstr ""
298
-
299
- #: includes/qmn_options_certificate_tab.php:96
300
- msgid "Message Displayed On Certificate"
301
- msgstr ""
302
-
303
- #: includes/qmn_options_certificate_tab.php:98
304
- #: includes/qmn_options_leaderboard_tab.php:91
305
- #: includes/qmn_options_text_tab.php:181 includes/qmn_options_text_tab.php:191
306
- #: includes/qmn_options_text_tab.php:201 includes/qmn_options_text_tab.php:211
307
- #: includes/qmn_options_text_tab.php:221 includes/qmn_options_text_tab.php:231
308
- #: includes/qmn_options_text_tab.php:241 includes/qmn_options_text_tab.php:251
309
- #: includes/qmn_options_text_tab.php:264 includes/qmn_options_text_tab.php:281
310
- msgid "Allowed Variables:"
311
- msgstr ""
312
-
313
- #: includes/qmn_options_certificate_tab.php:116
314
- msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
315
- msgstr ""
316
-
317
- #: includes/qmn_options_certificate_tab.php:123
318
- msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
319
- msgstr ""
320
-
321
- #: includes/qmn_options_email_tab.php:6
322
- msgid "Emails"
323
- msgstr ""
324
-
325
- #: includes/qmn_options_email_tab.php:42
326
- #: includes/qmn_options_email_tab.php:101
327
- msgid "The email has been added successfully."
328
- msgstr ""
329
-
330
  #: includes/qmn_options_email_tab.php:165
331
  msgid "The email has been updated successfully."
332
  msgstr ""
333
 
334
  #: includes/qmn_options_email_tab.php:232
335
  #: includes/qmn_options_leaderboard_tab.php:49
336
- #: includes/qmn_options_results_page_tab.php:134
337
  #: includes/qmn_options_text_tab.php:92
338
  msgid "Template Variables"
339
  msgstr ""
340
 
341
  #: includes/qmn_options_email_tab.php:235
342
- #: includes/qmn_options_results_page_tab.php:137
343
  #: includes/qmn_options_text_tab.php:95
344
  msgid "Score for the quiz when using points"
345
  msgstr ""
346
 
347
  #: includes/qmn_options_email_tab.php:238
348
- #: includes/qmn_options_results_page_tab.php:140
349
  #: includes/qmn_options_text_tab.php:98
350
  msgid "The average amount of points user had per question"
351
  msgstr ""
352
 
353
  #: includes/qmn_options_email_tab.php:241
354
- #: includes/qmn_options_results_page_tab.php:143
355
  #: includes/qmn_options_text_tab.php:101
356
  msgid "The number of correct answers the user had"
357
  msgstr ""
358
 
359
  #: includes/qmn_options_email_tab.php:244
360
- #: includes/qmn_options_results_page_tab.php:146
361
  #: includes/qmn_options_text_tab.php:104
362
  msgid "The total number of questions in the quiz"
363
  msgstr ""
364
 
365
  #: includes/qmn_options_email_tab.php:247
366
- #: includes/qmn_options_results_page_tab.php:149
367
  #: includes/qmn_options_text_tab.php:107
368
  msgid "Score for the quiz when using correct answers"
369
  msgstr ""
370
 
371
  #: includes/qmn_options_email_tab.php:250
372
- #: includes/qmn_options_results_page_tab.php:152
373
  #: includes/qmn_options_text_tab.php:110
374
  msgid "The name the user entered before the quiz"
375
  msgstr ""
376
 
377
  #: includes/qmn_options_email_tab.php:253
378
- #: includes/qmn_options_results_page_tab.php:155
379
  #: includes/qmn_options_text_tab.php:113
380
  msgid "The business the user entered before the quiz"
381
  msgstr ""
382
 
383
  #: includes/qmn_options_email_tab.php:256
384
- #: includes/qmn_options_results_page_tab.php:158
385
  #: includes/qmn_options_text_tab.php:116
386
  msgid "The phone number the user entered before the quiz"
387
  msgstr ""
388
 
389
  #: includes/qmn_options_email_tab.php:259
390
- #: includes/qmn_options_results_page_tab.php:161
391
  #: includes/qmn_options_text_tab.php:119
392
  msgid "The email the user entered before the quiz"
393
  msgstr ""
394
 
395
  #: includes/qmn_options_email_tab.php:262
396
  #: includes/qmn_options_leaderboard_tab.php:77
397
- #: includes/qmn_options_results_page_tab.php:164
398
  #: includes/qmn_options_text_tab.php:122
399
  msgid "The name of the quiz"
400
  msgstr ""
401
 
402
  #: includes/qmn_options_email_tab.php:265
403
- #: includes/qmn_options_results_page_tab.php:167
404
  #: includes/qmn_options_text_tab.php:125
405
- msgid ""
406
- "Shows the question, the answer the user provided, and the correct answer"
407
  msgstr ""
408
 
409
  #: includes/qmn_options_email_tab.php:268
410
- #: includes/qmn_options_results_page_tab.php:170
411
  #: includes/qmn_options_text_tab.php:128
412
  msgid "The comments the user entered into comment box if enabled"
413
  msgstr ""
414
 
415
  #: includes/qmn_options_email_tab.php:271
416
- #: includes/qmn_options_results_page_tab.php:173
417
  #: includes/qmn_options_text_tab.php:131
418
  msgid "The amount of time user spent of quiz"
419
  msgstr ""
420
 
421
  #: includes/qmn_options_email_tab.php:274
422
- #: includes/qmn_options_results_page_tab.php:176
423
  #: includes/qmn_options_text_tab.php:134
424
  msgid "The link to the certificate after completing the quiz"
425
  msgstr ""
426
 
427
  #: includes/qmn_options_email_tab.php:277
428
- #: includes/qmn_options_results_page_tab.php:179
429
  #: includes/qmn_options_text_tab.php:137
430
  msgid "The amount of points a specific category earned."
431
  msgstr ""
432
 
433
  #: includes/qmn_options_email_tab.php:280
434
- #: includes/qmn_options_results_page_tab.php:182
435
  #: includes/qmn_options_text_tab.php:140
436
  msgid "The score a specific category earned."
437
  msgstr ""
438
 
439
  #: includes/qmn_options_email_tab.php:283
440
- #: includes/qmn_options_results_page_tab.php:185
441
  #: includes/qmn_options_text_tab.php:143
442
  msgid "The average points from all categories."
443
  msgstr ""
444
 
445
  #: includes/qmn_options_email_tab.php:286
446
- #: includes/qmn_options_results_page_tab.php:188
447
  #: includes/qmn_options_text_tab.php:146
448
  msgid "The average score from all categories."
449
  msgstr ""
@@ -487,13 +230,22 @@ msgstr ""
487
  msgid "Send user email upon completion?"
488
  msgstr ""
489
 
 
 
 
 
 
 
 
 
 
 
490
  #: includes/qmn_options_email_tab.php:330
491
  msgid "Send admin email upon completion?"
492
  msgstr ""
493
 
494
  #: includes/qmn_options_email_tab.php:337
495
- msgid ""
496
- "What emails should we send the admin email to? Separate emails with a comma."
497
  msgstr ""
498
 
499
  #: includes/qmn_options_email_tab.php:341
@@ -513,8 +265,6 @@ msgstr ""
513
  #: includes/qmn_options_email_tab.php:419
514
  #: includes/qmn_options_email_tab.php:440
515
  #: includes/qmn_options_email_tab.php:506
516
- #: includes/qmn_options_results_page_tab.php:206
517
- #: includes/qmn_options_results_page_tab.php:270
518
  msgid "Score Greater Than Or Equal To"
519
  msgstr ""
520
 
@@ -522,8 +272,6 @@ msgstr ""
522
  #: includes/qmn_options_email_tab.php:420
523
  #: includes/qmn_options_email_tab.php:441
524
  #: includes/qmn_options_email_tab.php:507
525
- #: includes/qmn_options_results_page_tab.php:207
526
- #: includes/qmn_options_results_page_tab.php:271
527
  msgid "Score Less Than Or Equal To"
528
  msgstr ""
529
 
@@ -550,12 +298,85 @@ msgstr ""
550
  msgid "Add New Admin Email"
551
  msgstr ""
552
 
553
- #: includes/qmn_options_leaderboard_tab.php:6
554
- msgid "Leaderboard"
555
  msgstr ""
556
 
557
- #: includes/qmn_options_leaderboard_tab.php:25
558
- msgid "The leaderboards has been updated successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  msgstr ""
560
 
561
  #: includes/qmn_options_leaderboard_tab.php:52
@@ -607,227 +428,297 @@ msgstr ""
607
  msgid "Leaderboard Template"
608
  msgstr ""
609
 
610
- #: includes/qmn_options_option_tab.php:6
611
- msgid "Options"
 
 
 
 
 
 
 
 
 
 
612
  msgstr ""
613
 
614
- #: includes/qmn_options_option_tab.php:43
615
- msgid "The options has been updated successfully."
616
  msgstr ""
617
 
618
- #: includes/qmn_options_option_tab.php:84
619
- #: includes/qmn_options_option_tab.php:221
620
- msgid "Save Options"
621
  msgstr ""
622
 
623
- #: includes/qmn_options_option_tab.php:92
624
- msgid "Which system is this quiz graded on?"
625
  msgstr ""
626
 
627
- #: includes/qmn_options_option_tab.php:94
628
- msgid "Correct/Incorrect"
629
  msgstr ""
630
 
631
- #: includes/qmn_options_option_tab.php:95
632
- msgid "Points"
633
  msgstr ""
634
 
635
- #: includes/qmn_options_option_tab.php:96 includes/qmn_results.php:258
636
- msgid "Not Graded"
 
637
  msgstr ""
638
 
639
- #: includes/qmn_options_option_tab.php:100
640
- msgid "Should the user be required to be logged in to take this quiz?"
641
  msgstr ""
642
 
643
- #: includes/qmn_options_option_tab.php:107
644
- msgid ""
645
- "How many questions per page would you like? (Leave 0 for all questions on "
646
- "one page)"
647
  msgstr ""
648
 
649
- #: includes/qmn_options_option_tab.php:113
650
- msgid ""
651
- "How many minutes does the user have to finish the quiz? (Leave 0 for no time "
652
- "limit)"
653
  msgstr ""
654
 
655
- #: includes/qmn_options_option_tab.php:119
656
- msgid ""
657
- "How many times can a user take this quiz? (Leave 0 for as many times as the "
658
- "user wants to. Currently only works for registered users)"
659
  msgstr ""
660
 
661
- #: includes/qmn_options_option_tab.php:125
662
- msgid ""
663
- "How many total entries can this quiz have? (Leave 0 for unlimited entries"
664
  msgstr ""
665
 
666
- #: includes/qmn_options_option_tab.php:131
667
- msgid ""
668
- "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
669
  msgstr ""
670
 
671
- #: includes/qmn_options_option_tab.php:137
672
- msgid ""
673
- "What time-frame should the user be able to access the quiz? (Leave blank if "
674
- "the user can access anytime)"
675
  msgstr ""
676
 
677
- #: includes/qmn_options_option_tab.php:139
678
- msgid "start date"
679
  msgstr ""
680
 
681
- #: includes/qmn_options_option_tab.php:142
682
- msgid "end date"
683
  msgstr ""
684
 
685
- #: includes/qmn_options_option_tab.php:146
686
- msgid ""
687
- "Are the questions random? (Question Order will not apply if this is yes)"
688
  msgstr ""
689
 
690
- #: includes/qmn_options_option_tab.php:148
691
- msgid "Random Questions"
692
  msgstr ""
693
 
694
- #: includes/qmn_options_option_tab.php:149
695
- msgid "Random Questions And Answers"
696
  msgstr ""
697
 
698
- #: includes/qmn_options_option_tab.php:154
699
- msgid ""
700
- "Would you like to ask for the contact information at the beginning or at the "
701
- "end of the quiz?"
702
  msgstr ""
703
 
704
- #: includes/qmn_options_option_tab.php:156
705
- msgid "Beginning"
706
  msgstr ""
707
 
708
- #: includes/qmn_options_option_tab.php:157
709
- msgid "End"
710
  msgstr ""
711
 
712
- #: includes/qmn_options_option_tab.php:161
713
- msgid ""
714
- "If a logged-in user takes the quiz, would you like them to be able to edit "
715
- "contact information? If set to no, the fields will not show up for logged in "
716
- "users; however, the users information will be saved for the fields."
717
  msgstr ""
718
 
719
- #: includes/qmn_options_option_tab.php:168
720
- msgid "Should we ask for users name?"
721
  msgstr ""
722
 
723
- #: includes/qmn_options_option_tab.php:171
724
- #: includes/qmn_options_option_tab.php:179
725
- #: includes/qmn_options_option_tab.php:187
726
- #: includes/qmn_options_option_tab.php:195
727
- msgid "Require"
728
  msgstr ""
729
 
730
- #: includes/qmn_options_option_tab.php:176
731
- msgid "Should we ask for users business?"
732
  msgstr ""
733
 
734
- #: includes/qmn_options_option_tab.php:184
735
- msgid "Should we ask for users email?"
736
  msgstr ""
737
 
738
- #: includes/qmn_options_option_tab.php:192
739
- msgid "Should we ask for users phone number?"
740
  msgstr ""
741
 
742
- #: includes/qmn_options_option_tab.php:200
743
- msgid "Would you like a place for the user to enter comments?"
744
  msgstr ""
745
 
746
- #: includes/qmn_options_option_tab.php:207
747
- msgid "Show question number on quiz?"
748
  msgstr ""
749
 
750
- #: includes/qmn_options_option_tab.php:214
751
- msgid "Show social media sharing buttons? (Twitter & Facebook)"
752
  msgstr ""
753
 
754
- #: includes/qmn_options_option_tab.php:214
755
- msgid ""
756
- "This option is for here only for users of older versions. Please use the new "
757
- "template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
758
- "instead of using this option!"
759
  msgstr ""
760
 
761
- #: includes/qmn_options_preview_tab.php:6
762
- msgid "Preview"
763
  msgstr ""
764
 
765
- #: includes/qmn_options_questions_tab.php:6
766
- msgid "Questions"
767
  msgstr ""
768
 
769
- #: includes/qmn_options_questions_tab.php:105
770
- msgid "The question has been updated successfully."
771
  msgstr ""
772
 
773
- #: includes/qmn_options_questions_tab.php:132
774
- msgid "The question has been deleted successfully."
775
  msgstr ""
776
 
777
- #: includes/qmn_options_questions_tab.php:216
778
- msgid "The question has been duplicated successfully."
779
  msgstr ""
780
 
781
- #: includes/qmn_options_questions_tab.php:309
782
- msgid "The question has been created successfully."
783
  msgstr ""
784
 
785
- #: includes/qmn_options_questions_tab.php:454
786
- #: includes/qmn_options_questions_tab.php:461
787
- #: includes/qmn_options_questions_tab.php:593
788
- #: includes/qmn_options_questions_tab.php:760
789
- msgid "Answer"
790
  msgstr ""
791
 
792
- #: includes/qmn_options_questions_tab.php:481
793
- #: includes/qmn_options_questions_tab.php:729
794
- msgid "Add Question"
795
  msgstr ""
796
 
797
- #: includes/qmn_options_questions_tab.php:485
798
- #, php-format
799
- msgid "One question"
800
- msgid_plural "%s questions"
801
- msgstr[0] ""
802
- msgstr[1] ""
803
-
804
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:270
805
- msgid "Edit"
806
  msgstr ""
807
 
808
- #: includes/qmn_options_questions_tab.php:557 includes/qmn_quiz_admin.php:272
809
- #: includes/qmn_quiz_admin.php:397
810
- msgid "Duplicate"
811
  msgstr ""
812
 
813
- #: includes/qmn_options_questions_tab.php:557
814
- #: includes/qmn_options_results_page_tab.php:247
815
- #: includes/qmn_quiz_admin.php:273
816
- msgid "Delete"
817
  msgstr ""
818
 
819
- #: includes/qmn_options_questions_tab.php:568
820
- #: includes/qmn_options_questions_tab.php:737
821
- msgid ""
822
- "For fill in the blank types, use %BLANK% to represent where to put the text "
823
- "box in your text."
824
  msgstr ""
825
 
826
- #: includes/qmn_options_questions_tab.php:571
827
- #: includes/qmn_options_questions_tab.php:714
828
- #: includes/qmn_options_questions_tab.php:725
829
- #: includes/qmn_options_questions_tab.php:740
830
- msgid "Question"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
831
  msgstr ""
832
 
833
  #: includes/qmn_options_questions_tab.php:582
@@ -855,11 +746,6 @@ msgstr ""
855
  msgid "Correct Answer Info"
856
  msgstr ""
857
 
858
- #: includes/qmn_options_questions_tab.php:623
859
- #: includes/qmn_options_questions_tab.php:787 includes/qmn_quiz.php:441
860
- msgid "Hint"
861
- msgstr ""
862
-
863
  #: includes/qmn_options_questions_tab.php:634
864
  #: includes/qmn_options_questions_tab.php:712
865
  #: includes/qmn_options_questions_tab.php:723
@@ -908,9 +794,7 @@ msgstr ""
908
 
909
  #: includes/qmn_options_questions_tab.php:699
910
  #: includes/qmn_options_questions_tab.php:855
911
- msgid ""
912
- "Required currently only works on open answer, number, accept, and captcha "
913
- "question types"
914
  msgstr ""
915
 
916
  #: includes/qmn_options_questions_tab.php:701
@@ -937,6 +821,66 @@ msgstr ""
937
  msgid "Duplicate Question"
938
  msgstr ""
939
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
940
  #: includes/qmn_options_results_page_tab.php:6
941
  msgid "Results Pages"
942
  msgstr ""
@@ -974,13 +918,145 @@ msgstr ""
974
 
975
  #: includes/qmn_options_results_page_tab.php:209
976
  #: includes/qmn_options_results_page_tab.php:273
977
- msgid "Redirect URL"
978
  msgstr ""
979
 
980
  #: includes/qmn_options_results_page_tab.php:247
981
  msgid "Are you sure?"
982
  msgstr ""
983
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
984
  #: includes/qmn_options_style_tab.php:6
985
  msgid "Style"
986
  msgstr ""
@@ -1011,136 +1087,163 @@ msgid "Custom Style CSS"
1011
  msgstr ""
1012
 
1013
  #: includes/qmn_options_style_tab.php:97
1014
- msgid ""
1015
- "For detailed help and guidance along with a list of different classes used "
1016
- "in this plugin, please visit the following link:"
1017
  msgstr ""
1018
 
1019
- #: includes/qmn_options_text_tab.php:6
1020
- msgid "Text"
1021
  msgstr ""
1022
 
1023
- #: includes/qmn_options_text_tab.php:42
1024
- msgid "The templates has been updated successfully."
1025
  msgstr ""
1026
 
1027
- #: includes/qmn_options_text_tab.php:73 includes/qmn_quiz.php:1230
1028
- msgid "Previous"
1029
  msgstr ""
1030
 
1031
- #: includes/qmn_options_text_tab.php:169 includes/qmn_options_text_tab.php:329
1032
- msgid "Save Templates"
1033
  msgstr ""
1034
 
1035
- #: includes/qmn_options_text_tab.php:175
1036
- msgid "Message Templates"
1037
  msgstr ""
1038
 
1039
- #: includes/qmn_options_text_tab.php:179
1040
- msgid "Message Displayed Before Quiz"
1041
  msgstr ""
1042
 
1043
- #: includes/qmn_options_text_tab.php:189
1044
- msgid "Message Displayed Before Comments Box If Enabled"
1045
  msgstr ""
1046
 
1047
- #: includes/qmn_options_text_tab.php:199
1048
- msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
1049
  msgstr ""
1050
 
1051
- #: includes/qmn_options_text_tab.php:209
1052
- msgid "Message Displayed If User Has Tried Quiz Too Many Times"
1053
  msgstr ""
1054
 
1055
- #: includes/qmn_options_text_tab.php:219
1056
- msgid ""
1057
- "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
1058
- "Logged In"
1059
  msgstr ""
1060
 
1061
- #: includes/qmn_options_text_tab.php:229
1062
- msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
1063
  msgstr ""
1064
 
1065
- #: includes/qmn_options_text_tab.php:239
1066
- msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
1067
  msgstr ""
1068
 
1069
- #: includes/qmn_options_text_tab.php:249
1070
- msgid "%QUESTIONS_ANSWERS% Text"
1071
  msgstr ""
1072
 
1073
- #: includes/qmn_options_text_tab.php:262
1074
- msgid "Twitter Sharing Text"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1075
  msgstr ""
1076
 
1077
- #: includes/qmn_options_text_tab.php:279
1078
- msgid "Facebook Sharing Text"
1079
  msgstr ""
1080
 
1081
- #: includes/qmn_options_text_tab.php:294
1082
- msgid "Other Templates"
1083
  msgstr ""
1084
 
1085
- #: includes/qmn_options_text_tab.php:297
1086
- msgid "Text for submit button"
1087
  msgstr ""
1088
 
1089
- #: includes/qmn_options_text_tab.php:301
1090
- msgid "Text for name field"
1091
  msgstr ""
1092
 
1093
- #: includes/qmn_options_text_tab.php:305
1094
- msgid "Text for business field"
1095
  msgstr ""
1096
 
1097
- #: includes/qmn_options_text_tab.php:309
1098
- msgid "Text for email field"
1099
  msgstr ""
1100
 
1101
- #: includes/qmn_options_text_tab.php:313
1102
- msgid "Text for phone number field"
 
 
1103
  msgstr ""
1104
 
1105
- #: includes/qmn_options_text_tab.php:317
1106
- msgid "Text for comments field"
 
 
1107
  msgstr ""
1108
 
1109
- #: includes/qmn_options_text_tab.php:321
1110
- msgid "Text for previous button"
1111
  msgstr ""
1112
 
1113
- #: includes/qmn_options_text_tab.php:325
1114
- msgid "Text for next button"
1115
  msgstr ""
1116
 
1117
- #: includes/qmn_options_tools_tab.php:6 includes/qmn_tools.php:58
1118
- #: mlw_quizmaster2.php:222
1119
- msgid "Tools"
1120
  msgstr ""
1121
 
1122
- #: includes/qmn_options_tools_tab.php:23
1123
- msgid "The stats has been reset successfully."
1124
  msgstr ""
1125
 
1126
- #: includes/qmn_options_tools_tab.php:75
1127
- msgid ""
1128
- "Use this button to reset all the stats collected for this quiz (Quiz Views "
1129
- "and Times Quiz Has Been Taken)."
1130
  msgstr ""
1131
 
1132
- #: includes/qmn_options_tools_tab.php:76
1133
- msgid "Reset Quiz Views And Taken Stats"
1134
  msgstr ""
1135
 
1136
- #: includes/qmn_options_tools_tab.php:87
1137
- msgid ""
1138
- "Are you sure you want to reset the stats to 0? All views and taken stats for "
1139
- "this quiz will be reset. This is permanent and cannot be undone."
1140
  msgstr ""
1141
 
1142
- #: includes/qmn_options_tools_tab.php:91
1143
- msgid "Reset All Stats For Quiz"
1144
  msgstr ""
1145
 
1146
  #: includes/qmn_question_types.php:7
@@ -1191,24 +1294,8 @@ msgstr ""
1191
  msgid "Fill In The Blank"
1192
  msgstr ""
1193
 
1194
- #: includes/qmn_quiz.php:326
1195
- msgid "Not a valid e-mail address!"
1196
- msgstr ""
1197
-
1198
- #: includes/qmn_quiz.php:327
1199
- msgid "This field must be a number!"
1200
- msgstr ""
1201
-
1202
- #: includes/qmn_quiz.php:328
1203
- msgid "The entered text is not correct!"
1204
- msgstr ""
1205
-
1206
- #: includes/qmn_quiz.php:329
1207
- msgid "Please complete all required fields!"
1208
- msgstr ""
1209
-
1210
- #: includes/qmn_quiz_admin.php:186 mlw_quizmaster2.php:217
1211
- msgid "Quizzes"
1212
  msgstr ""
1213
 
1214
  #: includes/qmn_quiz_admin.php:186
@@ -1222,32 +1309,33 @@ msgid_plural "%s quizzes"
1222
  msgstr[0] ""
1223
  msgstr[1] ""
1224
 
1225
- #: includes/qmn_quiz_admin.php:249 includes/qmn_quiz_admin.php:295
1226
- #: includes/qmn_quiz_admin.php:364 includes/qmn_results.php:209
1227
- msgid "Quiz Name"
1228
- msgstr ""
1229
-
1230
- #: includes/qmn_quiz_admin.php:250 includes/qmn_quiz_admin.php:296
1231
  msgid "URL"
1232
  msgstr ""
1233
 
1234
- #: includes/qmn_quiz_admin.php:251 includes/qmn_quiz_admin.php:297
 
1235
  msgid "Quiz Shortcode"
1236
  msgstr ""
1237
 
1238
- #: includes/qmn_quiz_admin.php:252 includes/qmn_quiz_admin.php:298
 
1239
  msgid "Leaderboard Shortcode"
1240
  msgstr ""
1241
 
1242
- #: includes/qmn_quiz_admin.php:253 includes/qmn_quiz_admin.php:299
 
1243
  msgid "Quiz Views"
1244
  msgstr ""
1245
 
1246
- #: includes/qmn_quiz_admin.php:254 includes/qmn_quiz_admin.php:300
 
1247
  msgid "Quiz Taken"
1248
  msgstr ""
1249
 
1250
- #: includes/qmn_quiz_admin.php:255 includes/qmn_quiz_admin.php:301
 
1251
  msgid "Last Modified"
1252
  msgstr ""
1253
 
@@ -1255,10 +1343,6 @@ msgstr ""
1255
  msgid "Edit Name"
1256
  msgstr ""
1257
 
1258
- #: includes/qmn_quiz_admin.php:271 includes/qmn_results_details.php:121
1259
- msgid "Results"
1260
- msgstr ""
1261
-
1262
  #: includes/qmn_quiz_admin.php:359
1263
  msgid "Create New Quiz"
1264
  msgstr ""
@@ -1291,158 +1375,6 @@ msgstr ""
1291
  msgid "Delete Quiz"
1292
  msgstr ""
1293
 
1294
- #: includes/qmn_quiz_creator.php:369
1295
- msgid ""
1296
- "Your new quiz has been created successfully. To begin editing your quiz, "
1297
- "click the Edit link on the new quiz."
1298
- msgstr ""
1299
-
1300
- #: includes/qmn_quiz_creator.php:435
1301
- msgid "Your quiz has been deleted successfully."
1302
- msgstr ""
1303
-
1304
- #: includes/qmn_quiz_creator.php:477
1305
- msgid "Your quiz name has been updated successfully."
1306
- msgstr ""
1307
-
1308
- #: includes/qmn_quiz_creator.php:634
1309
- msgid "Your quiz has been duplicated successfully."
1310
- msgstr ""
1311
-
1312
- #. translators: The %s corresponds to the name of the quiz
1313
- #: includes/qmn_quiz_options.php:56
1314
- #, php-format
1315
- msgid "Quiz Settings For %s"
1316
- msgstr ""
1317
-
1318
- #: includes/qmn_quiz_options.php:96
1319
- msgid ""
1320
- "Please go to the quizzes page and click on the Edit link from the quiz you "
1321
- "wish to edit."
1322
- msgstr ""
1323
-
1324
- #: includes/qmn_results.php:23
1325
- msgid "Your results has been deleted successfully."
1326
- msgstr ""
1327
-
1328
- #: includes/qmn_results.php:152 includes/qmn_results_details.php:21
1329
- #: mlw_quizmaster2.php:219
1330
- msgid "Quiz Results"
1331
- msgstr ""
1332
-
1333
- #: includes/qmn_results.php:161
1334
- #, php-format
1335
- msgid "One result"
1336
- msgid_plural "%s results"
1337
- msgstr[0] ""
1338
- msgstr[1] ""
1339
-
1340
- #: includes/qmn_results.php:208
1341
- msgid "Actions"
1342
- msgstr ""
1343
-
1344
- #: includes/qmn_results.php:210
1345
- msgid "Score"
1346
- msgstr ""
1347
-
1348
- #: includes/qmn_results.php:211
1349
- msgid "Time To Complete"
1350
- msgstr ""
1351
-
1352
- #: includes/qmn_results.php:212
1353
- msgid "Name"
1354
- msgstr ""
1355
-
1356
- #: includes/qmn_results.php:213
1357
- msgid "Business"
1358
- msgstr ""
1359
-
1360
- #: includes/qmn_results.php:214
1361
- msgid "Email"
1362
- msgstr ""
1363
-
1364
- #: includes/qmn_results.php:215
1365
- msgid "Phone"
1366
- msgstr ""
1367
-
1368
- #: includes/qmn_results.php:216
1369
- msgid "Time Taken"
1370
- msgstr ""
1371
-
1372
- #: includes/qmn_results.php:276
1373
- msgid "Are you sure you want to delete these results?"
1374
- msgstr ""
1375
-
1376
- #: includes/qmn_results.php:281
1377
- msgid "Delete Results"
1378
- msgstr ""
1379
-
1380
- #: includes/qmn_results_details.php:200
1381
- msgid "Create Certificate"
1382
- msgstr ""
1383
-
1384
- #: includes/qmn_results_details.php:205
1385
- msgid "Download Certificate Here"
1386
- msgstr ""
1387
-
1388
- #: includes/qmn_results_details.php:212
1389
- msgid "Certificate"
1390
- msgstr ""
1391
-
1392
- #: includes/qmn_tools.php:93
1393
- msgid "There has been an error! Please try again."
1394
- msgstr ""
1395
-
1396
- #: includes/qmn_tools.php:111
1397
- msgid "Quiz Has Been Restored!"
1398
- msgstr ""
1399
-
1400
- #: includes/qmn_tools.php:116
1401
- msgid ""
1402
- "Choose a quiz in the drop down and then click the button to restore a "
1403
- "deleted quiz."
1404
- msgstr ""
1405
-
1406
- #: includes/qmn_tools.php:126
1407
- msgid "Restore Quiz"
1408
- msgstr ""
1409
-
1410
- #: includes/qmn_tools.php:155 includes/qmn_tools.php:171
1411
- #, php-format
1412
- msgid "Previous %s Audits"
1413
- msgstr ""
1414
-
1415
- #: includes/qmn_tools.php:158 includes/qmn_tools.php:165
1416
- #, php-format
1417
- msgid "Next %s Audits"
1418
- msgstr ""
1419
-
1420
- #: includes/qmn_tools.php:178
1421
- msgid "User"
1422
- msgstr ""
1423
-
1424
- #: includes/qmn_tools.php:179
1425
- msgid "Action"
1426
- msgstr ""
1427
-
1428
- #: includes/qmn_tools.php:180
1429
- msgid "Time"
1430
- msgstr ""
1431
-
1432
- #: includes/qmn_usage_tracking.php:193
1433
- msgid ""
1434
- "Allow Quiz Master Next to anonymously track this plugin's usage and help us "
1435
- "make this plugin better? No sensitive data is tracked."
1436
- msgstr ""
1437
-
1438
- #: includes/qmn_usage_tracking.php:194
1439
- msgid "Allow"
1440
- msgstr ""
1441
-
1442
- #: includes/qmn_usage_tracking.php:195
1443
- msgid "Do not allow"
1444
- msgstr ""
1445
-
1446
  #: includes/qmn_widgets.php:11
1447
  msgid "Quiz Master Next Leaderboard Widget"
1448
  msgstr ""
@@ -1455,30 +1387,3 @@ msgstr ""
1455
  msgid "Quiz ID"
1456
  msgstr ""
1457
 
1458
- #: mlw_quizmaster2.php:218
1459
- msgid "Quiz Settings"
1460
- msgstr ""
1461
-
1462
- #: mlw_quizmaster2.php:220
1463
- msgid "Quiz Result Details"
1464
- msgstr ""
1465
-
1466
- #: mlw_quizmaster2.php:221
1467
- msgid "Settings"
1468
- msgstr ""
1469
-
1470
- #: mlw_quizmaster2.php:223
1471
- msgid "Stats"
1472
- msgstr ""
1473
-
1474
- #: mlw_quizmaster2.php:224
1475
- msgid "Addon Settings"
1476
- msgstr ""
1477
-
1478
- #: mlw_quizmaster2.php:225
1479
- msgid "Help"
1480
- msgstr ""
1481
-
1482
- #: mlw_quizmaster2.php:228 mlw_quizmaster2.php:229
1483
- msgid "QMN About"
1484
- msgstr ""
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quiz Master Next\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 23:28-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"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
 
 
20
  "X-Poedit-Basepath: ../\n"
21
  "X-Generator: Poedit 1.7.3\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: mlw_quizmaster2.php:217
25
+ msgid "Quizzes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  msgstr ""
27
 
28
+ #: mlw_quizmaster2.php:218
29
+ msgid "Quiz Settings"
30
  msgstr ""
31
 
32
+ #: mlw_quizmaster2.php:219
33
+ msgid "Quiz Results"
34
  msgstr ""
35
 
36
+ #: mlw_quizmaster2.php:220
37
+ msgid "Quiz Result Details"
38
  msgstr ""
39
 
40
+ #: mlw_quizmaster2.php:221
41
+ msgid "Settings"
42
  msgstr ""
43
 
44
+ #: mlw_quizmaster2.php:222
45
+ msgid "Tools"
46
  msgstr ""
47
 
48
+ #: mlw_quizmaster2.php:223
49
+ msgid "Stats"
50
  msgstr ""
51
 
52
+ #: mlw_quizmaster2.php:224
53
+ msgid "Addon Settings"
54
  msgstr ""
55
 
56
+ #: mlw_quizmaster2.php:225
57
+ msgid "Help"
58
  msgstr ""
59
 
60
+ #: mlw_quizmaster2.php:228
61
+ #: mlw_quizmaster2.php:229
62
+ msgid "QMN About"
63
  msgstr ""
64
 
65
+ #: includes/qmn_options_email_tab.php:6
66
+ msgid "Emails"
67
  msgstr ""
68
 
69
+ #: includes/qmn_options_email_tab.php:42
70
+ #: includes/qmn_options_email_tab.php:101
71
+ msgid "The email has been added successfully."
72
  msgstr ""
73
 
 
74
  #: includes/qmn_options_email_tab.php:55
75
  #: includes/qmn_options_email_tab.php:114
76
  #: includes/qmn_options_email_tab.php:178
77
+ #: includes/qmn_quiz_creator.php:382
78
+ #: includes/qmn_quiz_creator.php:448
79
+ #: includes/qmn_quiz_creator.php:490
80
+ #: includes/qmn_quiz_creator.php:648
81
+ #: includes/qmn_quiz_creator.php:713
82
  #: includes/qmn_options_leaderboard_tab.php:38
83
+ #: includes/qmn_options_text_tab.php:55
 
 
 
 
 
 
 
 
 
 
 
84
  #, php-format
85
+ msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: includes/qmn_options_email_tab.php:73
89
+ #: includes/qmn_options_email_tab.php:91
90
  msgid "Enter text here"
91
  msgstr ""
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  #: includes/qmn_options_email_tab.php:165
94
  msgid "The email has been updated successfully."
95
  msgstr ""
96
 
97
  #: includes/qmn_options_email_tab.php:232
98
  #: includes/qmn_options_leaderboard_tab.php:49
 
99
  #: includes/qmn_options_text_tab.php:92
100
  msgid "Template Variables"
101
  msgstr ""
102
 
103
  #: includes/qmn_options_email_tab.php:235
 
104
  #: includes/qmn_options_text_tab.php:95
105
  msgid "Score for the quiz when using points"
106
  msgstr ""
107
 
108
  #: includes/qmn_options_email_tab.php:238
 
109
  #: includes/qmn_options_text_tab.php:98
110
  msgid "The average amount of points user had per question"
111
  msgstr ""
112
 
113
  #: includes/qmn_options_email_tab.php:241
 
114
  #: includes/qmn_options_text_tab.php:101
115
  msgid "The number of correct answers the user had"
116
  msgstr ""
117
 
118
  #: includes/qmn_options_email_tab.php:244
 
119
  #: includes/qmn_options_text_tab.php:104
120
  msgid "The total number of questions in the quiz"
121
  msgstr ""
122
 
123
  #: includes/qmn_options_email_tab.php:247
 
124
  #: includes/qmn_options_text_tab.php:107
125
  msgid "Score for the quiz when using correct answers"
126
  msgstr ""
127
 
128
  #: includes/qmn_options_email_tab.php:250
 
129
  #: includes/qmn_options_text_tab.php:110
130
  msgid "The name the user entered before the quiz"
131
  msgstr ""
132
 
133
  #: includes/qmn_options_email_tab.php:253
 
134
  #: includes/qmn_options_text_tab.php:113
135
  msgid "The business the user entered before the quiz"
136
  msgstr ""
137
 
138
  #: includes/qmn_options_email_tab.php:256
 
139
  #: includes/qmn_options_text_tab.php:116
140
  msgid "The phone number the user entered before the quiz"
141
  msgstr ""
142
 
143
  #: includes/qmn_options_email_tab.php:259
 
144
  #: includes/qmn_options_text_tab.php:119
145
  msgid "The email the user entered before the quiz"
146
  msgstr ""
147
 
148
  #: includes/qmn_options_email_tab.php:262
149
  #: includes/qmn_options_leaderboard_tab.php:77
 
150
  #: includes/qmn_options_text_tab.php:122
151
  msgid "The name of the quiz"
152
  msgstr ""
153
 
154
  #: includes/qmn_options_email_tab.php:265
 
155
  #: includes/qmn_options_text_tab.php:125
156
+ msgid "Shows the question, the answer the user provided, and the correct answer"
 
157
  msgstr ""
158
 
159
  #: includes/qmn_options_email_tab.php:268
 
160
  #: includes/qmn_options_text_tab.php:128
161
  msgid "The comments the user entered into comment box if enabled"
162
  msgstr ""
163
 
164
  #: includes/qmn_options_email_tab.php:271
 
165
  #: includes/qmn_options_text_tab.php:131
166
  msgid "The amount of time user spent of quiz"
167
  msgstr ""
168
 
169
  #: includes/qmn_options_email_tab.php:274
 
170
  #: includes/qmn_options_text_tab.php:134
171
  msgid "The link to the certificate after completing the quiz"
172
  msgstr ""
173
 
174
  #: includes/qmn_options_email_tab.php:277
 
175
  #: includes/qmn_options_text_tab.php:137
176
  msgid "The amount of points a specific category earned."
177
  msgstr ""
178
 
179
  #: includes/qmn_options_email_tab.php:280
 
180
  #: includes/qmn_options_text_tab.php:140
181
  msgid "The score a specific category earned."
182
  msgstr ""
183
 
184
  #: includes/qmn_options_email_tab.php:283
 
185
  #: includes/qmn_options_text_tab.php:143
186
  msgid "The average points from all categories."
187
  msgstr ""
188
 
189
  #: includes/qmn_options_email_tab.php:286
 
190
  #: includes/qmn_options_text_tab.php:146
191
  msgid "The average score from all categories."
192
  msgstr ""
230
  msgid "Send user email upon completion?"
231
  msgstr ""
232
 
233
+ #: includes/qmn_options_email_tab.php:325
234
+ #: includes/qmn_options_email_tab.php:332
235
+ msgid "Yes"
236
+ msgstr ""
237
+
238
+ #: includes/qmn_options_email_tab.php:326
239
+ #: includes/qmn_options_email_tab.php:333
240
+ msgid "No"
241
+ msgstr ""
242
+
243
  #: includes/qmn_options_email_tab.php:330
244
  msgid "Send admin email upon completion?"
245
  msgstr ""
246
 
247
  #: includes/qmn_options_email_tab.php:337
248
+ msgid "What emails should we send the admin email to? Separate emails with a comma."
 
249
  msgstr ""
250
 
251
  #: includes/qmn_options_email_tab.php:341
265
  #: includes/qmn_options_email_tab.php:419
266
  #: includes/qmn_options_email_tab.php:440
267
  #: includes/qmn_options_email_tab.php:506
 
 
268
  msgid "Score Greater Than Or Equal To"
269
  msgstr ""
270
 
272
  #: includes/qmn_options_email_tab.php:420
273
  #: includes/qmn_options_email_tab.php:441
274
  #: includes/qmn_options_email_tab.php:507
 
 
275
  msgid "Score Less Than Or Equal To"
276
  msgstr ""
277
 
298
  msgid "Add New Admin Email"
299
  msgstr ""
300
 
301
+ #: includes/qmn_quiz_creator.php:369
302
+ msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
303
  msgstr ""
304
 
305
+ #: includes/qmn_quiz_creator.php:435
306
+ msgid "Your quiz has been deleted successfully."
307
+ msgstr ""
308
+
309
+ #: includes/qmn_quiz_creator.php:477
310
+ msgid "Your quiz name has been updated successfully."
311
+ msgstr ""
312
+
313
+ #: includes/qmn_quiz_creator.php:634
314
+ msgid "Your quiz has been duplicated successfully."
315
+ msgstr ""
316
+
317
+ #: includes/qmn_quiz.php:326
318
+ msgid "Not a valid e-mail address!"
319
+ msgstr ""
320
+
321
+ #: includes/qmn_quiz.php:327
322
+ msgid "This field must be a number!"
323
+ msgstr ""
324
+
325
+ #: includes/qmn_quiz.php:328
326
+ msgid "The entered text is not correct!"
327
+ msgstr ""
328
+
329
+ #: includes/qmn_quiz.php:329
330
+ msgid "Please complete all required fields!"
331
+ msgstr ""
332
+
333
+ #: includes/qmn_quiz.php:441
334
+ msgid "Hint"
335
+ msgstr ""
336
+
337
+ #: includes/qmn_quiz.php:1230
338
+ #: includes/qmn_options_text_tab.php:73
339
+ msgid "Previous"
340
+ msgstr ""
341
+
342
+ #: includes/qmn_credits.php:83
343
+ msgid "Welcome To Quiz Master Next"
344
+ msgstr ""
345
+
346
+ #: includes/qmn_credits.php:84
347
+ msgid "Thank you for updating!"
348
+ msgstr ""
349
+
350
+ #: includes/qmn_credits.php:88
351
+ msgid "What's New!"
352
+ msgstr ""
353
+
354
+ #: includes/qmn_credits.php:90
355
+ msgid "Changelog"
356
+ msgstr ""
357
+
358
+ #: includes/qmn_credits.php:92
359
+ msgid "Requested Features"
360
+ msgstr ""
361
+
362
+ #: includes/qmn_usage_tracking.php:193
363
+ msgid "Allow Quiz Master Next to anonymously track this plugin's usage and help us make this plugin better? No sensitive data is tracked."
364
+ msgstr ""
365
+
366
+ #: includes/qmn_usage_tracking.php:194
367
+ msgid "Allow"
368
+ msgstr ""
369
+
370
+ #: includes/qmn_usage_tracking.php:195
371
+ msgid "Do not allow"
372
+ msgstr ""
373
+
374
+ #: includes/qmn_options_leaderboard_tab.php:6
375
+ msgid "Leaderboard"
376
+ msgstr ""
377
+
378
+ #: includes/qmn_options_leaderboard_tab.php:25
379
+ msgid "The leaderboards has been updated successfully."
380
  msgstr ""
381
 
382
  #: includes/qmn_options_leaderboard_tab.php:52
428
  msgid "Leaderboard Template"
429
  msgstr ""
430
 
431
+ #: includes/qmn_options_leaderboard_tab.php:91
432
+ #: includes/qmn_options_text_tab.php:181
433
+ #: includes/qmn_options_text_tab.php:191
434
+ #: includes/qmn_options_text_tab.php:201
435
+ #: includes/qmn_options_text_tab.php:211
436
+ #: includes/qmn_options_text_tab.php:221
437
+ #: includes/qmn_options_text_tab.php:231
438
+ #: includes/qmn_options_text_tab.php:241
439
+ #: includes/qmn_options_text_tab.php:251
440
+ #: includes/qmn_options_text_tab.php:264
441
+ #: includes/qmn_options_text_tab.php:281
442
+ msgid "Allowed Variables:"
443
  msgstr ""
444
 
445
+ #: includes/qmn_addons.php:48
446
+ msgid "These addons extend the functionality of Quiz Master Next"
447
  msgstr ""
448
 
449
+ #: includes/qmn_addons.php:71
450
+ msgid "Browse All Addons"
 
451
  msgstr ""
452
 
453
+ #: includes/qmn_addons.php:78
454
+ msgid "Featured Addons"
455
  msgstr ""
456
 
457
+ #: includes/qmn_options_text_tab.php:6
458
+ msgid "Text"
459
  msgstr ""
460
 
461
+ #: includes/qmn_options_text_tab.php:42
462
+ msgid "The templates has been updated successfully."
463
  msgstr ""
464
 
465
+ #: includes/qmn_options_text_tab.php:169
466
+ #: includes/qmn_options_text_tab.php:329
467
+ msgid "Save Templates"
468
  msgstr ""
469
 
470
+ #: includes/qmn_options_text_tab.php:175
471
+ msgid "Message Templates"
472
  msgstr ""
473
 
474
+ #: includes/qmn_options_text_tab.php:179
475
+ msgid "Message Displayed Before Quiz"
 
 
476
  msgstr ""
477
 
478
+ #: includes/qmn_options_text_tab.php:189
479
+ msgid "Message Displayed Before Comments Box If Enabled"
 
 
480
  msgstr ""
481
 
482
+ #: includes/qmn_options_text_tab.php:199
483
+ msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
 
 
484
  msgstr ""
485
 
486
+ #: includes/qmn_options_text_tab.php:209
487
+ msgid "Message Displayed If User Has Tried Quiz Too Many Times"
 
488
  msgstr ""
489
 
490
+ #: includes/qmn_options_text_tab.php:219
491
+ msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
 
492
  msgstr ""
493
 
494
+ #: includes/qmn_options_text_tab.php:229
495
+ msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
 
 
496
  msgstr ""
497
 
498
+ #: includes/qmn_options_text_tab.php:239
499
+ msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
500
  msgstr ""
501
 
502
+ #: includes/qmn_options_text_tab.php:249
503
+ msgid "%QUESTIONS_ANSWERS% Text"
504
  msgstr ""
505
 
506
+ #: includes/qmn_options_text_tab.php:262
507
+ msgid "Twitter Sharing Text"
 
508
  msgstr ""
509
 
510
+ #: includes/qmn_options_text_tab.php:279
511
+ msgid "Facebook Sharing Text"
512
  msgstr ""
513
 
514
+ #: includes/qmn_options_text_tab.php:294
515
+ msgid "Other Templates"
516
  msgstr ""
517
 
518
+ #: includes/qmn_options_text_tab.php:297
519
+ msgid "Text for submit button"
 
 
520
  msgstr ""
521
 
522
+ #: includes/qmn_options_text_tab.php:301
523
+ msgid "Text for name field"
524
  msgstr ""
525
 
526
+ #: includes/qmn_options_text_tab.php:305
527
+ msgid "Text for business field"
528
  msgstr ""
529
 
530
+ #: includes/qmn_options_text_tab.php:309
531
+ msgid "Text for email field"
 
 
 
532
  msgstr ""
533
 
534
+ #: includes/qmn_options_text_tab.php:313
535
+ msgid "Text for phone number field"
536
  msgstr ""
537
 
538
+ #: includes/qmn_options_text_tab.php:317
539
+ msgid "Text for comments field"
 
 
 
540
  msgstr ""
541
 
542
+ #: includes/qmn_options_text_tab.php:321
543
+ msgid "Text for previous button"
544
  msgstr ""
545
 
546
+ #: includes/qmn_options_text_tab.php:325
547
+ msgid "Text for next button"
548
  msgstr ""
549
 
550
+ #: includes/qmn_options_tools_tab.php:23
551
+ msgid "The stats has been reset successfully."
552
  msgstr ""
553
 
554
+ #: includes/qmn_options_tools_tab.php:75
555
+ msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
556
  msgstr ""
557
 
558
+ #: includes/qmn_options_tools_tab.php:76
559
+ msgid "Reset Quiz Views And Taken Stats"
560
  msgstr ""
561
 
562
+ #: includes/qmn_options_tools_tab.php:87
563
+ msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
564
  msgstr ""
565
 
566
+ #: includes/qmn_options_tools_tab.php:91
567
+ msgid "Reset All Stats For Quiz"
 
 
 
568
  msgstr ""
569
 
570
+ #: includes/qmn_dashboard_widgets.php:9
571
+ msgid "Quiz Master Next Snapshot"
572
  msgstr ""
573
 
574
+ #: includes/qmn_dashboard_widgets.php:128
575
+ msgid "quizzes taken today"
576
  msgstr ""
577
 
578
+ #: includes/qmn_dashboard_widgets.php:147
579
+ msgid "quizzes taken last 7 days"
580
  msgstr ""
581
 
582
+ #: includes/qmn_dashboard_widgets.php:166
583
+ msgid "total active quizzes"
584
  msgstr ""
585
 
586
+ #: includes/qmn_dashboard_widgets.php:172
587
+ msgid "total active questions"
588
  msgstr ""
589
 
590
+ #: includes/qmn_dashboard_widgets.php:178
591
+ msgid "most popular quiz"
592
  msgstr ""
593
 
594
+ #: includes/qmn_dashboard_widgets.php:184
595
+ msgid "least popular quiz"
 
 
 
596
  msgstr ""
597
 
598
+ #: includes/qmn_options_certificate_tab.php:6
599
+ msgid "Certificate (Beta)"
 
600
  msgstr ""
601
 
602
+ #: includes/qmn_options_certificate_tab.php:32
603
+ msgid "The certificate has been updated successfully."
 
 
 
 
 
 
 
604
  msgstr ""
605
 
606
+ #: includes/qmn_options_certificate_tab.php:61
607
+ msgid "Enter title here"
 
608
  msgstr ""
609
 
610
+ #: includes/qmn_options_certificate_tab.php:70
611
+ msgid "Quiz Certificate (Beta)"
 
 
612
  msgstr ""
613
 
614
+ #: includes/qmn_options_certificate_tab.php:71
615
+ 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."
 
 
 
616
  msgstr ""
617
 
618
+ #: includes/qmn_options_certificate_tab.php:72
619
+ msgid "These fields cannot contain HTML."
620
+ msgstr ""
621
+
622
+ #: includes/qmn_options_certificate_tab.php:73
623
+ #: includes/qmn_options_certificate_tab.php:129
624
+ msgid "Save Certificate Options"
625
+ msgstr ""
626
+
627
+ #: includes/qmn_options_certificate_tab.php:81
628
+ msgid "Enable Certificates For This Quiz?"
629
+ msgstr ""
630
+
631
+ #: includes/qmn_options_certificate_tab.php:89
632
+ msgid "Certificate Title"
633
+ msgstr ""
634
+
635
+ #: includes/qmn_options_certificate_tab.php:96
636
+ msgid "Message Displayed On Certificate"
637
+ msgstr ""
638
+
639
+ #: includes/qmn_options_certificate_tab.php:116
640
+ msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
641
+ msgstr ""
642
+
643
+ #: includes/qmn_options_certificate_tab.php:123
644
+ msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
645
+ msgstr ""
646
+
647
+ #: includes/qmn_quiz_options.php:56
648
+ #, php-format
649
+ msgid "Quiz Settings For %s"
650
+ msgstr ""
651
+
652
+ #: includes/qmn_quiz_options.php:96
653
+ msgid "Error!"
654
+ msgstr ""
655
+
656
+ #: includes/qmn_quiz_options.php:96
657
+ msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
658
+ msgstr ""
659
+
660
+ #: includes/qmn_options_questions_tab.php:6
661
+ msgid "Questions"
662
+ msgstr ""
663
+
664
+ #: includes/qmn_options_questions_tab.php:105
665
+ msgid "The question has been updated successfully."
666
+ msgstr ""
667
+
668
+ #: includes/qmn_options_questions_tab.php:132
669
+ msgid "The question has been deleted successfully."
670
+ msgstr ""
671
+
672
+ #: includes/qmn_options_questions_tab.php:216
673
+ msgid "The question has been duplicated successfully."
674
+ msgstr ""
675
+
676
+ #: includes/qmn_options_questions_tab.php:309
677
+ msgid "The question has been created successfully."
678
+ msgstr ""
679
+
680
+ #: includes/qmn_options_questions_tab.php:454
681
+ #: includes/qmn_options_questions_tab.php:461
682
+ #: includes/qmn_options_questions_tab.php:593
683
+ #: includes/qmn_options_questions_tab.php:760
684
+ msgid "Answer"
685
+ msgstr ""
686
+
687
+ #: includes/qmn_options_questions_tab.php:481
688
+ #: includes/qmn_options_questions_tab.php:729
689
+ msgid "Add Question"
690
+ msgstr ""
691
+
692
+ #: includes/qmn_options_questions_tab.php:485
693
+ #, php-format
694
+ msgid "One question"
695
+ msgid_plural "%s questions"
696
+ msgstr[0] ""
697
+ msgstr[1] ""
698
+
699
+ #: includes/qmn_options_questions_tab.php:557
700
+ msgid "Edit"
701
+ msgstr ""
702
+
703
+ #: includes/qmn_options_questions_tab.php:557
704
+ msgid "Duplicate"
705
+ msgstr ""
706
+
707
+ #: includes/qmn_options_questions_tab.php:557
708
+ #: includes/qmn_options_results_page_tab.php:247
709
+ msgid "Delete"
710
+ msgstr ""
711
+
712
+ #: includes/qmn_options_questions_tab.php:568
713
+ #: includes/qmn_options_questions_tab.php:737
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:740
721
+ msgid "Question"
722
  msgstr ""
723
 
724
  #: includes/qmn_options_questions_tab.php:582
746
  msgid "Correct Answer Info"
747
  msgstr ""
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
794
 
795
  #: includes/qmn_options_questions_tab.php:699
796
  #: includes/qmn_options_questions_tab.php:855
797
+ msgid "Required currently only works on open answer, number, accept, and captcha question types"
 
 
798
  msgstr ""
799
 
800
  #: includes/qmn_options_questions_tab.php:701
821
  msgid "Duplicate Question"
822
  msgstr ""
823
 
824
+ #: includes/qmn_results.php:23
825
+ msgid "Your results has been deleted successfully."
826
+ msgstr ""
827
+
828
+ #: includes/qmn_results.php:161
829
+ #, php-format
830
+ msgid "One result"
831
+ msgid_plural "%s results"
832
+ msgstr[0] ""
833
+ msgstr[1] ""
834
+
835
+ #: includes/qmn_results.php:208
836
+ msgid "Actions"
837
+ msgstr ""
838
+
839
+ #: includes/qmn_results.php:209
840
+ msgid "Quiz Name"
841
+ msgstr ""
842
+
843
+ #: includes/qmn_results.php:210
844
+ msgid "Score"
845
+ msgstr ""
846
+
847
+ #: includes/qmn_results.php:211
848
+ msgid "Time To Complete"
849
+ msgstr ""
850
+
851
+ #: includes/qmn_results.php:212
852
+ msgid "Name"
853
+ msgstr ""
854
+
855
+ #: includes/qmn_results.php:213
856
+ msgid "Business"
857
+ msgstr ""
858
+
859
+ #: includes/qmn_results.php:214
860
+ msgid "Email"
861
+ msgstr ""
862
+
863
+ #: includes/qmn_results.php:215
864
+ msgid "Phone"
865
+ msgstr ""
866
+
867
+ #: includes/qmn_results.php:216
868
+ msgid "Time Taken"
869
+ msgstr ""
870
+
871
+ #: includes/qmn_results.php:258
872
+ #: includes/qmn_options_option_tab.php:96
873
+ msgid "Not Graded"
874
+ msgstr ""
875
+
876
+ #: includes/qmn_results.php:276
877
+ msgid "Are you sure you want to delete these results?"
878
+ msgstr ""
879
+
880
+ #: includes/qmn_results.php:281
881
+ msgid "Delete Results"
882
+ msgstr ""
883
+
884
  #: includes/qmn_options_results_page_tab.php:6
885
  msgid "Results Pages"
886
  msgstr ""
918
 
919
  #: includes/qmn_options_results_page_tab.php:209
920
  #: includes/qmn_options_results_page_tab.php:273
921
+ msgid "Redirect URL (Beta)"
922
  msgstr ""
923
 
924
  #: includes/qmn_options_results_page_tab.php:247
925
  msgid "Are you sure?"
926
  msgstr ""
927
 
928
+ #: includes/qmn_options_preview_tab.php:6
929
+ msgid "Preview"
930
+ msgstr ""
931
+
932
+ #: includes/qmn_options_option_tab.php:6
933
+ msgid "Options"
934
+ msgstr ""
935
+
936
+ #: includes/qmn_options_option_tab.php:43
937
+ msgid "The options has been updated successfully."
938
+ msgstr ""
939
+
940
+ #: includes/qmn_options_option_tab.php:84
941
+ #: includes/qmn_options_option_tab.php:221
942
+ msgid "Save Options"
943
+ msgstr ""
944
+
945
+ #: includes/qmn_options_option_tab.php:92
946
+ msgid "Which system is this quiz graded on?"
947
+ msgstr ""
948
+
949
+ #: includes/qmn_options_option_tab.php:94
950
+ msgid "Correct/Incorrect"
951
+ msgstr ""
952
+
953
+ #: includes/qmn_options_option_tab.php:95
954
+ msgid "Points"
955
+ msgstr ""
956
+
957
+ #: includes/qmn_options_option_tab.php:100
958
+ msgid "Should the user be required to be logged in to take this quiz?"
959
+ msgstr ""
960
+
961
+ #: includes/qmn_options_option_tab.php:107
962
+ msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
963
+ msgstr ""
964
+
965
+ #: includes/qmn_options_option_tab.php:113
966
+ msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
967
+ msgstr ""
968
+
969
+ #: includes/qmn_options_option_tab.php:119
970
+ msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
971
+ msgstr ""
972
+
973
+ #: includes/qmn_options_option_tab.php:125
974
+ msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
975
+ msgstr ""
976
+
977
+ #: includes/qmn_options_option_tab.php:131
978
+ msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
979
+ msgstr ""
980
+
981
+ #: includes/qmn_options_option_tab.php:137
982
+ msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
983
+ msgstr ""
984
+
985
+ #: includes/qmn_options_option_tab.php:139
986
+ msgid "start date"
987
+ msgstr ""
988
+
989
+ #: includes/qmn_options_option_tab.php:142
990
+ msgid "end date"
991
+ msgstr ""
992
+
993
+ #: includes/qmn_options_option_tab.php:146
994
+ msgid "Are the questions random? (Question Order will not apply if this is yes)"
995
+ msgstr ""
996
+
997
+ #: includes/qmn_options_option_tab.php:148
998
+ msgid "Random Questions"
999
+ msgstr ""
1000
+
1001
+ #: includes/qmn_options_option_tab.php:149
1002
+ msgid "Random Questions And Answers"
1003
+ msgstr ""
1004
+
1005
+ #: includes/qmn_options_option_tab.php:154
1006
+ msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
1007
+ msgstr ""
1008
+
1009
+ #: includes/qmn_options_option_tab.php:156
1010
+ msgid "Beginning"
1011
+ msgstr ""
1012
+
1013
+ #: includes/qmn_options_option_tab.php:157
1014
+ msgid "End"
1015
+ msgstr ""
1016
+
1017
+ #: includes/qmn_options_option_tab.php:161
1018
+ msgid "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."
1019
+ msgstr ""
1020
+
1021
+ #: includes/qmn_options_option_tab.php:168
1022
+ msgid "Should we ask for users name?"
1023
+ msgstr ""
1024
+
1025
+ #: includes/qmn_options_option_tab.php:171
1026
+ #: includes/qmn_options_option_tab.php:179
1027
+ #: includes/qmn_options_option_tab.php:187
1028
+ #: includes/qmn_options_option_tab.php:195
1029
+ msgid "Require"
1030
+ msgstr ""
1031
+
1032
+ #: includes/qmn_options_option_tab.php:176
1033
+ msgid "Should we ask for users business?"
1034
+ msgstr ""
1035
+
1036
+ #: includes/qmn_options_option_tab.php:184
1037
+ msgid "Should we ask for users email?"
1038
+ msgstr ""
1039
+
1040
+ #: includes/qmn_options_option_tab.php:192
1041
+ msgid "Should we ask for users phone number?"
1042
+ msgstr ""
1043
+
1044
+ #: includes/qmn_options_option_tab.php:200
1045
+ msgid "Would you like a place for the user to enter comments?"
1046
+ msgstr ""
1047
+
1048
+ #: includes/qmn_options_option_tab.php:207
1049
+ msgid "Show question number on quiz?"
1050
+ msgstr ""
1051
+
1052
+ #: includes/qmn_options_option_tab.php:214
1053
+ msgid "Show social media sharing buttons? (Twitter & Facebook)"
1054
+ msgstr ""
1055
+
1056
+ #: includes/qmn_options_option_tab.php:214
1057
+ msgid "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!"
1058
+ msgstr ""
1059
+
1060
  #: includes/qmn_options_style_tab.php:6
1061
  msgid "Style"
1062
  msgstr ""
1087
  msgstr ""
1088
 
1089
  #: includes/qmn_options_style_tab.php:97
1090
+ msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
 
 
1091
  msgstr ""
1092
 
1093
+ #: includes/qmn_dashboard.php:16
1094
+ msgid "Quiz Daily Stats - Times Taken"
1095
  msgstr ""
1096
 
1097
+ #: includes/qmn_dashboard.php:17
1098
+ msgid "Quiz Total Stats"
1099
  msgstr ""
1100
 
1101
+ #: includes/qmn_dashboard.php:18
1102
+ msgid "Quiz Weekly Stats - Times Taken"
1103
  msgstr ""
1104
 
1105
+ #: includes/qmn_dashboard.php:19
1106
+ msgid "Quiz Monthly Stats - Times Taken"
1107
  msgstr ""
1108
 
1109
+ #: includes/qmn_dashboard.php:20
1110
+ msgid "Quiz Quarterly Stats - Times Taken"
1111
  msgstr ""
1112
 
1113
+ #: includes/qmn_dashboard.php:25
1114
+ msgid "Quizzes Taken Today"
1115
  msgstr ""
1116
 
1117
+ #: includes/qmn_dashboard.php:26
1118
+ msgid "Quizzes Taken Last 7 Days"
1119
  msgstr ""
1120
 
1121
+ #: includes/qmn_dashboard.php:27
1122
+ msgid "Quizzes Taken Last 30 Days"
1123
  msgstr ""
1124
 
1125
+ #: includes/qmn_dashboard.php:28
1126
+ msgid "Quizzes Taken Last 120 Days"
1127
  msgstr ""
1128
 
1129
+ #: includes/qmn_dashboard.php:54
1130
+ msgid "Quiz Statistics"
 
 
1131
  msgstr ""
1132
 
1133
+ #: includes/qmn_dashboard.php:228
1134
+ msgid "Total Created Quizzes"
1135
  msgstr ""
1136
 
1137
+ #: includes/qmn_dashboard.php:232
1138
+ msgid "Total Deleted Quizzes"
1139
  msgstr ""
1140
 
1141
+ #: includes/qmn_dashboard.php:236
1142
+ msgid "Total Active Quizzes"
1143
  msgstr ""
1144
 
1145
+ #: includes/qmn_dashboard.php:240
1146
+ msgid "Total Created Questions"
1147
+ msgstr ""
1148
+
1149
+ #: includes/qmn_dashboard.php:244
1150
+ msgid "Total Times All Active Quizzes Have Been Viewed"
1151
+ msgstr ""
1152
+
1153
+ #: includes/qmn_dashboard.php:248
1154
+ msgid "Total Times All Active Quizzes Have Been Taken"
1155
+ msgstr ""
1156
+
1157
+ #: includes/qmn_dashboard.php:252
1158
+ msgid "Average Amount Each Active Quiz Has Been Viewed"
1159
+ msgstr ""
1160
+
1161
+ #: includes/qmn_dashboard.php:256
1162
+ msgid "Average Amount Each Active Quiz Has Been Taken"
1163
+ msgstr ""
1164
+
1165
+ #: includes/qmn_dashboard.php:260
1166
+ msgid "Quiz That Has Been Viewed The Most"
1167
+ msgstr ""
1168
+
1169
+ #: includes/qmn_dashboard.php:264
1170
+ msgid "Quiz That Has Been Taken The Most"
1171
+ msgstr ""
1172
+
1173
+ #: includes/qmn_results_details.php:121
1174
+ msgid "Results"
1175
+ msgstr ""
1176
+
1177
+ #: includes/qmn_results_details.php:200
1178
+ msgid "Create Certificate"
1179
  msgstr ""
1180
 
1181
+ #: includes/qmn_results_details.php:205
1182
+ msgid "Download Certificate Here"
1183
  msgstr ""
1184
 
1185
+ #: includes/qmn_results_details.php:212
1186
+ msgid "Certificate"
1187
  msgstr ""
1188
 
1189
+ #: includes/qmn_tools.php:93
1190
+ msgid "There has been an error! Please try again."
1191
  msgstr ""
1192
 
1193
+ #: includes/qmn_tools.php:111
1194
+ msgid "Quiz Has Been Restored!"
1195
  msgstr ""
1196
 
1197
+ #: includes/qmn_tools.php:116
1198
+ msgid "Choose a quiz in the drop down and then click the button to restore a deleted quiz."
1199
  msgstr ""
1200
 
1201
+ #: includes/qmn_tools.php:126
1202
+ msgid "Restore Quiz"
1203
  msgstr ""
1204
 
1205
+ #: includes/qmn_tools.php:155
1206
+ #: includes/qmn_tools.php:171
1207
+ #, php-format
1208
+ msgid "Previous %s Audits"
1209
  msgstr ""
1210
 
1211
+ #: includes/qmn_tools.php:158
1212
+ #: includes/qmn_tools.php:165
1213
+ #, php-format
1214
+ msgid "Next %s Audits"
1215
  msgstr ""
1216
 
1217
+ #: includes/qmn_tools.php:178
1218
+ msgid "User"
1219
  msgstr ""
1220
 
1221
+ #: includes/qmn_tools.php:179
1222
+ msgid "Action"
1223
  msgstr ""
1224
 
1225
+ #: includes/qmn_tools.php:180
1226
+ msgid "Time"
 
1227
  msgstr ""
1228
 
1229
+ #: includes/qmn_help.php:13
1230
+ msgid "Need Help?"
1231
  msgstr ""
1232
 
1233
+ #: includes/qmn_help.php:14
1234
+ msgid "Support"
 
 
1235
  msgstr ""
1236
 
1237
+ #: includes/qmn_help.php:15
1238
+ msgid "System Info"
1239
  msgstr ""
1240
 
1241
+ #: includes/qmn_help.php:18
1242
+ msgid "Help Page"
 
 
1243
  msgstr ""
1244
 
1245
+ #: includes/qmn_help.php:41
1246
+ msgid "Need help with the plugin? Try any of the following:"
1247
  msgstr ""
1248
 
1249
  #: includes/qmn_question_types.php:7
1294
  msgid "Fill In The Blank"
1295
  msgstr ""
1296
 
1297
+ #: includes/qmn_alerts.php:19
1298
+ msgid "Success!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1299
  msgstr ""
1300
 
1301
  #: includes/qmn_quiz_admin.php:186
1309
  msgstr[0] ""
1310
  msgstr[1] ""
1311
 
1312
+ #: includes/qmn_quiz_admin.php:250
1313
+ #: includes/qmn_quiz_admin.php:296
 
 
 
 
1314
  msgid "URL"
1315
  msgstr ""
1316
 
1317
+ #: includes/qmn_quiz_admin.php:251
1318
+ #: includes/qmn_quiz_admin.php:297
1319
  msgid "Quiz Shortcode"
1320
  msgstr ""
1321
 
1322
+ #: includes/qmn_quiz_admin.php:252
1323
+ #: includes/qmn_quiz_admin.php:298
1324
  msgid "Leaderboard Shortcode"
1325
  msgstr ""
1326
 
1327
+ #: includes/qmn_quiz_admin.php:253
1328
+ #: includes/qmn_quiz_admin.php:299
1329
  msgid "Quiz Views"
1330
  msgstr ""
1331
 
1332
+ #: includes/qmn_quiz_admin.php:254
1333
+ #: includes/qmn_quiz_admin.php:300
1334
  msgid "Quiz Taken"
1335
  msgstr ""
1336
 
1337
+ #: includes/qmn_quiz_admin.php:255
1338
+ #: includes/qmn_quiz_admin.php:301
1339
  msgid "Last Modified"
1340
  msgstr ""
1341
 
1343
  msgid "Edit Name"
1344
  msgstr ""
1345
 
 
 
 
 
1346
  #: includes/qmn_quiz_admin.php:359
1347
  msgid "Create New Quiz"
1348
  msgstr ""
1375
  msgid "Delete Quiz"
1376
  msgstr ""
1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1378
  #: includes/qmn_widgets.php:11
1379
  msgid "Quiz Master Next Leaderboard Widget"
1380
  msgstr ""
1387
  msgid "Quiz ID"
1388
  msgstr ""
1389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
license.md ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ How to Apply These Terms to Your New Programs
283
+
284
+ If you develop a new program, and you want it to be of the greatest
285
+ possible use to the public, the best way to achieve this is to make it
286
+ free software which everyone can redistribute and change under these terms.
287
+
288
+ To do so, attach the following notices to the program. It is safest
289
+ to attach them to the start of each source file to most effectively
290
+ convey the exclusion of warranty; and each file should have at least
291
+ the "copyright" line and a pointer to where the full notice is found.
292
+
293
+ {description}
294
+ Copyright (C) {year} {fullname}
295
+
296
+ This program is free software; you can redistribute it and/or modify
297
+ it under the terms of the GNU General Public License as published by
298
+ the Free Software Foundation; either version 2 of the License, or
299
+ (at your option) any later version.
300
+
301
+ This program is distributed in the hope that it will be useful,
302
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
+ GNU General Public License for more details.
305
+
306
+ You should have received a copy of the GNU General Public License along
307
+ with this program; if not, write to the Free Software Foundation, Inc.,
308
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
+
310
+ Also add information on how to contact you by electronic and paper mail.
311
+
312
+ If the program is interactive, make it output a short notice like this
313
+ when it starts in an interactive mode:
314
+
315
+ Gnomovision version 69, Copyright (C) year name of author
316
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
+ This is free software, and you are welcome to redistribute it
318
+ under certain conditions; type `show c' for details.
319
+
320
+ The hypothetical commands `show w' and `show c' should show the appropriate
321
+ parts of the General Public License. Of course, the commands you use may
322
+ be called something other than `show w' and `show c'; they could even be
323
+ mouse-clicks or menu items--whatever suits your program.
324
+
325
+ You should also get your employer (if you work as a programmer) or your
326
+ school, if any, to sign a "copyright disclaimer" for the program, if
327
+ necessary. Here is a sample; alter the names:
328
+
329
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
+
332
+ {signature of Ty Coon}, 1 April 1989
333
+ Ty Coon, President of Vice
334
+
335
+ This General Public License does not permit incorporating your program into
336
+ proprietary programs. If your program is a subroutine library, you may
337
+ consider it more useful to permit linking proprietary applications with the
338
+ library. If this is what you want to do, use the GNU Lesser General
339
+ Public License instead of this License.
mlw_quizmaster2.php CHANGED
@@ -2,10 +2,10 @@
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.0
6
  * Author: Frank Corso
7
  * Author URI: http://www.mylocalwebstop.com/
8
- * Plugin URI: http://www.mylocalwebstop.com/
9
  * Text Domain: quiz-master-next
10
  * Domain Path: /languages
11
  *
@@ -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.0
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.0';
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.1
6
  * Author: Frank Corso
7
  * Author URI: http://www.mylocalwebstop.com/
8
+ * Plugin URI: http://www.quizmasternext.com/
9
  * Text Domain: quiz-master-next
10
  * Domain Path: /languages
11
  *
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.1
20
  */
21
  if ( ! defined( 'ABSPATH' ) ) exit;
22
  /**
34
  * @var string
35
  * @since 4.0.0
36
  */
37
+ public $version = '4.2.1';
38
 
39
  /**
40
  * QMN Alert Manager Object
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: fpcorso
3
  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
7
- Stable tag: 4.2.0
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.
@@ -76,11 +76,11 @@ You can set up the quiz to only be active between two days. Utilize this for qui
76
  Quiz Master Next is now on [GitHub](https://github.com/fpcorso/quiz_master_next/)!
77
 
78
  = Demoes! =
79
- You can check out the sample quiz with various questions types here: [Sample Quiz](http://mylocalwebstop.com/sample-quiz/)!
80
- You can check out the sample survey with pagination here: [Sample Survey](http://mylocalwebstop.com/sample-survey/)!
81
 
82
  = Quiz Master Next Add-ons =
83
- While Quiz Master Next is fully functional and is packed full of features that will meet the needs of most, we do offer vaious extra features and support available in our [Wordpress Store](http://mylocalwebstop.com/store/)
84
 
85
 
86
  == Installation ==
@@ -99,16 +99,13 @@ While Quiz Master Next is fully functional and is packed full of features that w
99
  == Frequently Asked Questions ==
100
 
101
  = How do you use that feature? =
102
- We have begun creating documentation for the plugin. You can view the documentation here: [Documentation](http://mylocalwebstop.com/plugin-documentation/) If you still have any trouble, feel free to use the widget on the quiz dashboard within the plugin to contact me and I will help you.
103
 
104
  = I need a lot of help setting up my quiz, what can you do to help? =
105
- We now offer a premium support plan that offers priority response, technical support, and priority feature requests! For details, visit our services page: [My Local Webstop Services](http://mylocalwebstop.com/downloads/plugin-premium-support/)
106
-
107
- = Do you offer any 1-on-1 training to assist me in using this plugin? =
108
- We now offer 1-on-1 training for consulting and training. For details, visit our [Wordpress Store](http://mylocalwebstop.com/store/)
109
 
110
  = I have an idea, how do I contact you? =
111
- Feel free to use the widget on the help page within the plugin or from the contact page at mylocalwebstop.com.
112
 
113
  == Screenshots ==
114
 
@@ -123,6 +120,10 @@ Feel free to use the widget on the help page within the plugin or from the conta
123
 
124
  == Changelog ==
125
 
 
 
 
 
126
  = 4.2.0 (March 7, 2015) =
127
  * Added Fill In The Blank Questions ([GitHub Issue #132](https://github.com/fpcorso/quiz_master_next/issues/132))
128
  * Created New Template Variables For Social Sharing ([GitHub Issue #121](https://github.com/fpcorso/quiz_master_next/issues/121))
3
  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.1
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.
76
  Quiz Master Next is now on [GitHub](https://github.com/fpcorso/quiz_master_next/)!
77
 
78
  = Demoes! =
79
+ You can check out the sample quiz with various questions types here: [Sample Quiz](http://quizmasternext.com/quiz/sample-quiz/)!
80
+ You can check out the sample survey with pagination here: [Sample Survey](http://quizmasternext.com/quiz/sample-survey/)!
81
 
82
  = Quiz Master Next Add-ons =
83
+ While Quiz Master Next is fully functional and is packed full of features that will meet the needs of most, we do offer vaious extra features and support available in our [Quiz Master Next Addon Store](http://quizmasternext.com/addons/)
84
 
85
 
86
  == Installation ==
99
  == Frequently Asked Questions ==
100
 
101
  = How do you use that feature? =
102
+ We have begun creating documentation for the plugin. You can view the documentation here: [Documentation](http://quizmasternext.com/documentation/) If you still have any trouble, feel free to use the widget on the quiz dashboard within the plugin to contact me and I will help you.
103
 
104
  = I need a lot of help setting up my quiz, what can you do to help? =
105
+ We now offer a premium support plan that offers priority response, technical support, and priority feature requests! For details, visit our support page: [Quiz Master Next Support](http://quizmasternext.com/downloads/premium-support/)
 
 
 
106
 
107
  = I have an idea, how do I contact you? =
108
+ Feel free to use the widget on the help page within the plugin or from our [contact page](http://quizmasternext.com/contact-us/).
109
 
110
  == Screenshots ==
111
 
120
 
121
  == Changelog ==
122
 
123
+ = 4.2.1 (March 19, 2015) =
124
+ * Minor Design Changes
125
+ * Moved Redirect URL Back To Beta
126
+
127
  = 4.2.0 (March 7, 2015) =
128
  * Added Fill In The Blank Questions ([GitHub Issue #132](https://github.com/fpcorso/quiz_master_next/issues/132))
129
  * Created New Template Variables For Social Sharing ([GitHub Issue #121](https://github.com/fpcorso/quiz_master_next/issues/121))