From 2b3a40bbc39ad3cf67afedea395601843d5b7d27 Mon Sep 17 00:00:00 2001 From: daonham Date: Tue, 15 Mar 2022 13:50:47 +0700 Subject: [PATCH] update: tool --- .babelrc | 10 +- Gulpfile.js | 2 + languages/learnpress-js.pot | 282 +++ languages/learnpress.pot | 4116 +++++++++++++++++++---------------- package.json | 9 +- 5 files changed, 2474 insertions(+), 1945 deletions(-) create mode 100644 languages/learnpress-js.pot diff --git a/.babelrc b/.babelrc index b7310e5eb..8a1e754e7 100644 --- a/.babelrc +++ b/.babelrc @@ -1,11 +1,3 @@ { - "presets": ["@wordpress/babel-preset-default"], - "plugins": [ - [ - "@wordpress/babel-plugin-makepot", - { - "output": "languages/learnpress-js.pot" - } - ] - ] + "presets": ["@wordpress/babel-preset-default"] } diff --git a/Gulpfile.js b/Gulpfile.js index f221d9638..77addccd6 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -70,6 +70,8 @@ const releasesFiles = [ '!.babelrc', '!inc/**/*.http', '!packages/**', + '!languages/strings/**', + '!languages/learnpress-js.pot', ]; const errorHandler = ( r ) => { diff --git a/languages/learnpress-js.pot b/languages/learnpress-js.pot new file mode 100644 index 000000000..e7fbea96a --- /dev/null +++ b/languages/learnpress-js.pot @@ -0,0 +1,282 @@ +# THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. + +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:118 +msgid "Reset course progress" +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:120 +msgid "This action will reset progress of a course for all users have enrolled." +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:121 +msgid "Search results only show course have user data." +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:124 +msgid "Search course by name" +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:154 +msgid "ID" +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:155 +msgid "Name" +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:156 +msgid "Students" +msgstr "" + +#: assets/src/apps/js/admin/pages/tools/reset-data/course.js:185 +msgid "Reset now" +msgstr "" + +#: assets/src/apps/js/admin/react/question/index.js:288 +msgid "Words fill" +msgstr "" + +#: assets/src/apps/js/admin/react/question/index.js:306 +msgid "Tip" +msgstr "" + +#: assets/src/apps/js/admin/react/question/index.js:313 +#: assets/src/apps/js/frontend/profile/avatar.js:201 +msgid "Remove" +msgstr "" + +#: assets/src/apps/js/admin/react/question/index.js:319 +msgid "Add Blank" +msgstr "" + +#: assets/src/apps/js/blocks/category.js:8 +msgid "LearnPress" +msgstr "" + +#: assets/src/apps/js/blocks/template/edit.js:9 +msgid "LearnPress Single Course Template" +msgstr "" + +#: assets/src/apps/js/blocks/template/edit.js:13 +msgid "LearnPress Course Archive Template" +msgstr "" + +#: assets/src/apps/js/blocks/template/edit.js:32 +#. %s is the template title +msgid "" +"This is an editor placeholder for the %s. On your store this will be " +"replaced by the template and display with your course image(s), title, " +"price, etc. You can move this placeholder around and add further blocks " +"around it to extend the template." +msgstr "" + +#: assets/src/apps/js/blocks/template/index.js:13 +msgid "Renders LearnPress PHP templates." +msgstr "" + +#: assets/src/apps/js/frontend/modal/index.js:41 +msgid "OK" +msgstr "" + +#: assets/src/apps/js/frontend/modal/index.js:44 +msgid "Cancel" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:131 +msgid "File size too large. You need to upload a file < 2MB" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:133 +msgid "Image size must be greater than or equal to %1$sx%2$spx" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:146 +msgid "Are you sure you want to remove your avatar?" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:192 +msgid "Save" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:200 +msgid "Replace" +msgstr "" + +#: assets/src/apps/js/frontend/profile/avatar.js:215 +msgid "Upload" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/question-base/index.js:98 +msgid "LP Error: can not set answers" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/question-base/index.js:147 +msgid "Render function should be overwritten from base." +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/question-base/index.js:207 +#: assets/src/apps/js/frontend/question-types/components/questions/fill-in-blanks/index.js:74 +#: assets/src/apps/js/frontend/quiz/components/result/index.js:214 +msgid "Correct" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/question-base/index.js:207 +#: assets/src/apps/js/frontend/question-types/components/questions/fill-in-blanks/index.js:75 +msgid "Incorrect" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/question-base/index.js:208 +msgid "%d/%d point" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/questions/fill-in-blanks/index.js:72 +#: assets/src/apps/js/frontend/quiz/components/result/index.js:206 +msgid "Points" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/components/questions/fill-in-blanks/index.js:73 +msgid "point" +msgstr "" + +#: assets/src/apps/js/frontend/question-types/index.js:34 +msgid "Question %s invalid!" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:15 +msgid "Last Attempted" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:21 +#: assets/src/apps/js/frontend/quiz/components/result/index.js:210 +msgid "Questions" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:22 +#: assets/src/apps/js/frontend/quiz/components/result/index.js:202 +msgid "Time spent" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:23 +msgid "Marks" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:24 +msgid "Passing grade" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/attempts/index.js:25 +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:298 +msgid "Result" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/button-check.js:40 +msgid "Check answer" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/button-check.js:43 +msgid "You need to answer the question before check answer." +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/button-hint.js:22 +#: assets/src/apps/js/frontend/quiz/components/questions/question.js:177 +msgid "Hint" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:16 +msgid "Are you sure you want to retake quiz?" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:104 +#: assets/src/apps/js/frontend/quiz/components/status/index.js:67 +msgid "Are you sure to submit quiz?" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:158 +msgid "Prev" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:202 +msgid "Next" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:266 +msgid "Retake" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:266 +msgid "Start" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:287 +#: assets/src/apps/js/frontend/quiz/components/status/index.js:128 +msgid "Finish Quiz" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/buttons/index.js:307 +msgid "Review" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/meta/index.js:20 +msgid "Duration:" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/meta/index.js:25 +msgid "Passing grade:" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/meta/index.js:30 +msgid "Questions:" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/questions/question.js:87 +msgid "Edit" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/questions/question.js:163 +msgid "Explanation" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/result/index.js:167 +msgid "Passed" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/result/index.js:169 +msgid "Failed" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/result/index.js:184 +msgid "Your Result" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/result/index.js:218 +msgid "Wrong" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/result/index.js:222 +msgid "Skipped" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/status/index.js:105 +msgid "Question %d to %d of %d" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/status/index.js:107 +msgid "Question %d of %d" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/status/index.js:110 +msgid "Question %d to %d" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/status/index.js:119 +msgid "Earned Point: %s" +msgstr "" + +#: assets/src/apps/js/frontend/quiz/components/status/index.js:128 +msgid "Submitting..." +msgstr "" + +# THIS IS THE END OF THE GENERATED FILE. \ No newline at end of file diff --git a/languages/learnpress.pot b/languages/learnpress.pot index 266b09348..8f1770d02 100644 --- a/languages/learnpress.pot +++ b/languages/learnpress.pot @@ -1,24 +1,27 @@ -# Copyright (C) 2021 ThimPress +# Copyright (C) 2022 ThimPress # This file is distributed under the same license as the LearnPress plugin. msgid "" msgstr "" -"Project-Id-Version: LearnPress 4.1.0\n" -"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learnpress\n" +"Project-Id-Version: LearnPress 4.1.6\n" +"Report-Msgid-Bugs-To: https://github.com/LearnPress/learnpress/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2021-06-30T05:02:32+00:00\n" +"POT-Creation-Date: 2022-03-15T06:49:38+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.5.0\n" +"last-translator: admin@email.com\n" "X-Domain: learnpress\n" #. Plugin Name of the plugin #: inc/admin/class-lp-admin.php:133 #: inc/admin/class-lp-admin.php:137 -#: inc/admin/lp-admin-functions.php:1760 +#: inc/admin/lp-admin-functions.php:1758 #: inc/admin/settings/class-lp-settings-emails.php:161 +#: inc/external-plugin/elementor/class-lp-elementor.php:41 +#: assets/js/dist/frontend/quiz.min.js:8 msgid "LearnPress" msgstr "" @@ -59,124 +62,64 @@ msgstr "" msgid "The following these functions %1$s do not exists in %2$s" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:372 -msgid "Dismissed!" -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:376 -#: inc/admin/class-lp-admin.php:712 -msgid "Fail while joining newsletter! Please try again!" -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:400 -#: inc/admin/class-lp-admin.php:738 -msgid "Something went wrong: " -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:403 -#: inc/admin/class-lp-admin.php:740 -msgid "Thank you for subscribing! Please check and click the confirmation link from the email we've just sent to your mail box." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:419 +#: inc/admin/class-lp-admin-ajax.php:438 msgid "Ops! ID not found" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:462 +#: inc/admin/class-lp-admin-ajax.php:481 msgid "Duplicate post fail, please try again" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:624 +#: inc/admin/class-lp-admin-ajax.php:648 msgid "Access denied" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:636 -#: inc/admin/class-lp-admin-ajax.php:686 +#: inc/admin/class-lp-admin-ajax.php:654 +msgid "Check nonce failed" +msgstr "" + +#: inc/admin/class-lp-admin-ajax.php:660 +#: inc/admin/class-lp-admin-ajax.php:711 #: templates/order/order-details.php:15 msgid "Invalid order" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:680 +#: inc/admin/class-lp-admin-ajax.php:705 msgid "Permission denied" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:913 -#: inc/admin/class-lp-admin-ajax.php:1096 +#: inc/admin/class-lp-admin-ajax.php:947 +#: inc/admin/class-lp-admin-ajax.php:1139 msgid "Edit Page" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:914 -#: inc/admin/class-lp-admin-ajax.php:1098 +#: inc/admin/class-lp-admin-ajax.php:948 +#: inc/admin/class-lp-admin-ajax.php:1141 msgid "View Page" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:916 +#: inc/admin/class-lp-admin-ajax.php:950 msgid "Error! Page creation failed. Please try again." msgstr "" -#: inc/admin/class-lp-admin-ajax.php:919 +#: inc/admin/class-lp-admin-ajax.php:953 msgid "Empty page name!" msgstr "" -#: inc/admin/class-lp-admin-ajax.php:949 -msgid "The required pages are successfully created." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:960 -msgid "Please try again." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:961 -#: inc/admin/class-lp-admin.php:241 -#: inc/admin/views/meta-boxes/course/tabs/price.php:72 -#: inc/admin/views/meta-boxes/fields/date.php:35 -#: inc/class-lp-assets.php:61 -#: inc/lp-core-functions.php:2151 -#: inc/lp-core-functions.php:3220 -#: inc/order/class-lp-order.php:949 -#: assets/js/dist/frontend/quiz.js:44 -msgid "Cancel" -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:986 -msgid "Successfully import sample data." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:986 -msgid "View courses" -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:990 -msgid "Failed to import sample data. Please try again." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:994 -msgid "Unknown error when installing/activating Import/Export add-on. Please try again!" -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:1010 -#: inc/admin/class-lp-admin-ajax.php:1031 -msgid "You do not have the permission to deactivate plugins on this site." -msgstr "" - -#: inc/admin/class-lp-admin-ajax.php:1166 -#: inc/class-lp-ajax.php:188 -msgid "Profile picture upload failed" -msgstr "" - -#: inc/admin/class-lp-admin-assets.php:25 +#: inc/admin/class-lp-admin-assets.php:32 msgid "Ooops! Error." msgstr "" -#: inc/admin/class-lp-admin-assets.php:26 -#: inc/emails/class-lp-email-cancelled-order-guest.php:27 -#: inc/emails/class-lp-email-completed-order-guest.php:29 -#: inc/emails/class-lp-email-new-order-guest.php:27 -#: inc/emails/class-lp-email-processing-order-guest.php:27 +#: inc/admin/class-lp-admin-assets.php:33 +#: inc/emails/guest/class-lp-email-cancelled-order-guest.php:25 +#: inc/emails/guest/class-lp-email-completed-order-guest.php:29 +#: inc/emails/guest/class-lp-email-new-order-guest.php:25 +#: inc/emails/guest/class-lp-email-processing-order-guest.php:22 +#: inc/emails/types/class-lp-email-type-order-admin.php:47 msgid "Guest" msgstr "" -#: inc/admin/class-lp-admin-assets.php:32 +#: inc/admin/class-lp-admin-assets.php:39 msgid "Before taking this action, we strongly recommend you should backup your site first before proceeding. Should any issues come at hand, do not hesitate to contact our Support team. Are you sure to proceed the update protocol?" msgstr "" @@ -188,21 +131,12 @@ msgstr "" msgid "LearnPress status" msgstr "" -#: inc/admin/class-lp-admin-dashboard.php:48 -#: inc/admin/dashboard-statistics/class-lp-statistic-status.php:32 -msgid "Total Raised" -msgstr "" - -#: inc/admin/class-lp-admin-dashboard.php:83 -msgid "%d order" -msgstr "" - -#: inc/admin/class-lp-admin-dashboard.php:127 +#: inc/admin/class-lp-admin-dashboard.php:82 #: inc/admin/views/addons/html-loop-theme.php:32 msgid " sales" msgstr "" -#: inc/admin/class-lp-admin-dashboard.php:134 +#: inc/admin/class-lp-admin-dashboard.php:89 #: inc/admin/dashboard-statistics/class-lp-statistic-status.php:70 msgid "Created by: " msgstr "" @@ -247,6 +181,16 @@ msgstr "" msgid "Billing" msgstr "" +#: inc/admin/class-lp-admin.php:241 +#: inc/admin/views/meta-boxes/fields/date.php:35 +#: inc/class-lp-assets.php:73 +#: inc/lp-core-functions.php:2170 +#: inc/lp-core-functions.php:3188 +#: inc/order/class-lp-order.php:954 +#: assets/js/dist/frontend/quiz.min.js:44 +msgid "Cancel" +msgstr "" + #: inc/admin/class-lp-admin.php:242 #: inc/admin/class-lp-admin.php:306 #: inc/admin/views/setup/steps/pages.php:40 @@ -284,18 +228,18 @@ msgid "Activate" msgstr "" #: inc/admin/class-lp-admin.php:304 -#: inc/admin/lp-admin-actions.php:207 +#: inc/admin/lp-admin-actions.php:211 #: inc/admin/settings/class-lp-settings-courses.php:13 #: inc/admin/settings/class-lp-settings-profile.php:150 #: inc/admin/sub-menus/class-lp-submenu-statistics.php:21 #: inc/admin/sub-menus/class-lp-submenu-statistics.php:28 #: inc/admin/views/setup/steps/pages.php:22 -#: inc/class-lp-page-controller.php:88 -#: inc/custom-post-types/course.php:113 -#: inc/custom-post-types/course.php:115 -#: inc/lp-template-functions.php:353 +#: inc/class-lp-page-controller.php:225 +#: inc/custom-post-types/course.php:107 +#: inc/custom-post-types/course.php:109 +#: inc/lp-template-functions.php:363 #: inc/user/class-lp-profile.php:246 -#: inc/user/class-lp-profile.php:586 +#: inc/user/class-lp-profile.php:597 msgid "Courses" msgstr "" @@ -308,7 +252,7 @@ msgstr "" #: inc/admin/class-lp-admin.php:307 #: inc/admin/views/setup/steps/pages.php:49 -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:113 +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:86 msgid "Become a Teacher" msgstr "" @@ -354,6 +298,18 @@ msgstr "" msgid "Thanks :)" msgstr "" +#: inc/admin/class-lp-admin.php:712 +msgid "Fail while joining newsletter! Please try again!" +msgstr "" + +#: inc/admin/class-lp-admin.php:738 +msgid "Something went wrong: " +msgstr "" + +#: inc/admin/class-lp-admin.php:740 +msgid "Thank you for subscribing! Please check and click the confirmation link from the email we've just sent to your mail box." +msgstr "" + #: inc/admin/class-lp-admin.php:865 msgid "Permalink only available if the item is already assigned to a course." msgstr "" @@ -366,48 +322,49 @@ msgstr "" msgid "Are you sure you want to delete sample course data?" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:146 +#: inc/admin/class-lp-install-sample-data.php:187 msgid "Course \"%s\" has been created" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:147 +#: inc/admin/class-lp-install-sample-data.php:188 #: inc/admin/views/meta-boxes/course/assigned.php:23 #: inc/admin/views/meta-boxes/quiz/assigned.php:28 #: inc/admin/views/meta-boxes/quiz/assigned.php:37 -#: inc/custom-post-types/abstract.php:593 -#: inc/custom-post-types/abstract.php:790 -#: inc/custom-post-types/abstract.php:799 -#: inc/custom-post-types/question.php:374 -#: inc/order/class-lp-order.php:942 +#: inc/admin/views/user/courses.php:20 +#: inc/custom-post-types/abstract.php:749 +#: inc/custom-post-types/abstract.php:970 +#: inc/custom-post-types/abstract.php:979 +#: inc/custom-post-types/question.php:366 +#: inc/order/class-lp-order.php:946 msgid "View" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:149 +#: inc/admin/class-lp-install-sample-data.php:190 #: inc/attributes/course.php:243 -#: inc/custom-post-types/abstract.php:591 -#: inc/custom-post-types/question.php:372 +#: inc/custom-post-types/abstract.php:747 +#: inc/custom-post-types/question.php:364 #: templates/content-lesson/content.php:20 msgid "Edit" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:178 +#: inc/admin/class-lp-install-sample-data.php:219 msgid "No data sample." msgstr "" -#: inc/admin/class-lp-install-sample-data.php:199 +#: inc/admin/class-lp-install-sample-data.php:240 msgid "Delete sample data successfully!" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:345 +#: inc/admin/class-lp-install-sample-data.php:386 msgid "Sample course" msgstr "" -#: inc/admin/class-lp-install-sample-data.php:687 +#: inc/admin/class-lp-install-sample-data.php:738 msgctxt "install-sample-course" msgid "[TRUE] - " msgstr "" -#: inc/admin/class-lp-install-sample-data.php:695 +#: inc/admin/class-lp-install-sample-data.php:746 msgctxt "install-sample-course" msgid " [TRUE] - " msgstr "" @@ -434,13 +391,13 @@ msgstr "" #: inc/admin/class-lp-modal-search-items.php:183 #: inc/admin/class-lp-modal-search-users.php:141 -#: inc/lp-core-functions.php:782 +#: inc/lp-core-functions.php:802 msgid "<" msgstr "" #: inc/admin/class-lp-modal-search-items.php:184 #: inc/admin/class-lp-modal-search-users.php:142 -#: inc/lp-core-functions.php:783 +#: inc/lp-core-functions.php:803 msgid ">" msgstr "" @@ -520,9 +477,9 @@ msgstr "" #: inc/admin/class-lp-plugin-install-list-table.php:490 #: inc/class-lp-datetime.php:209 -#: inc/custom-post-types/order.php:749 +#: inc/custom-post-types/order.php:751 #: inc/order/class-lp-order.php:150 -#: inc/user-item/class-lp-user-item.php:182 +#: inc/user-item/class-lp-user-item.php:240 msgid "%s ago" msgstr "" @@ -674,11 +631,26 @@ msgstr "" msgid "Disabling Maintenance mode…" msgstr "" +#: inc/admin/dashboard-statistics/class-lp-statistic-status.php:32 +#: inc/admin/views/dashboard/html-orders.php:19 +msgid "Total Raised" +msgstr "" + #: inc/admin/editor/class-lp-admin-editor-course.php:77 #: inc/curds/class-lp-course-curd.php:46 msgid "New Course" msgstr "" +#: inc/admin/editor/class-lp-admin-editor-course.php:225 +#: inc/admin/editor/class-lp-admin-editor-course.php:254 +msgid "You can not delete this item!" +msgstr "" + +#: inc/admin/editor/class-lp-admin-editor-course.php:229 +#: inc/admin/editor/class-lp-admin-editor-course.php:258 +msgid "Invalid params!" +msgstr "" + #: inc/admin/editor/class-lp-admin-editor-question.php:113 #: inc/curds/class-lp-question-curd.php:48 msgid "New Question" @@ -690,7 +662,7 @@ msgstr "" #: inc/admin/editor/class-lp-admin-editor-quiz.php:155 #: inc/curds/class-lp-quiz-curd.php:88 -#: inc/custom-post-types/quiz.php:99 +#: inc/custom-post-types/quiz.php:92 msgid "New Quiz" msgstr "" @@ -724,61 +696,12 @@ msgstr "" msgid "Buy Now" msgstr "" -#: inc/admin/lp-admin-actions.php:72 -#: inc/admin/lp-admin-functions.php:1016 -#: inc/admin/lp-admin-functions.php:1212 -#: inc/admin/lp-admin-functions.php:1428 -#: inc/admin/lp-admin-functions.php:2347 -#: inc/admin/views/statistics/courses.php:27 -#: inc/admin/views/statistics/courses.php:42 -#: inc/admin/views/statistics/general.php:43 -#: inc/admin/views/statistics/general.php:59 -#: inc/admin/views/statistics/orders.php:29 -#: inc/admin/views/statistics/orders.php:63 -#: inc/admin/views/statistics/users.php:30 -#: inc/admin/views/statistics/users.php:46 -#: inc/lp-deprecated.php:370 -#: inc/lp-deprecated.php:402 -#: inc/user/class-lp-profile.php:787 -#: inc/user/class-lp-profile.php:819 -#: inc/user/class-lp-profile.php:853 -#: templates/profile/tabs/courses.php:29 -#: templates/profile/tabs/courses.php:37 -#: templates/widgets/course-info.php:41 -msgid "All" -msgstr "" - -#: inc/admin/lp-admin-actions.php:73 -#: inc/admin/views/dashboard/plugin-status/html-results.php:36 -msgid "Published" -msgstr "" - -#: inc/admin/lp-admin-actions.php:74 -msgid "Private" -msgstr "" - -#: inc/admin/lp-admin-actions.php:75 -msgid "Pending Review" -msgstr "" - -#: inc/admin/lp-admin-actions.php:76 -msgid "Scheduled" -msgstr "" - -#: inc/admin/lp-admin-actions.php:77 -msgid "Draft" -msgstr "" - -#: inc/admin/lp-admin-actions.php:78 -msgid "Trash" -msgstr "" - -#: inc/admin/lp-admin-actions.php:212 -#: inc/custom-post-types/course.php:564 +#: inc/admin/lp-admin-actions.php:216 +#: inc/custom-post-types/course.php:555 msgid "Categories" msgstr "" -#: inc/admin/lp-admin-actions.php:217 +#: inc/admin/lp-admin-actions.php:221 msgid "Tags" msgstr "" @@ -790,12 +713,12 @@ msgstr "" #: inc/admin/lp-admin-functions.php:57 #: inc/admin/meta-box/fields/course-permalink.php:27 #: inc/admin/settings/class-lp-settings-advanced.php:65 -#: inc/admin/settings/class-lp-settings-courses.php:123 +#: inc/admin/settings/class-lp-settings-courses.php:171 #: inc/admin/views/statistics/orders.php:48 -#: inc/admin/views/user/courses.php:33 -#: inc/custom-post-types/abstract.php:564 -#: inc/custom-post-types/quiz.php:243 -#: templates/emails/order-items-table.php:66 +#: inc/admin/views/user/courses.php:39 +#: inc/custom-post-types/abstract.php:720 +#: inc/custom-post-types/quiz.php:237 +#: templates/emails/order-items-table.php:85 #: templates/order/order-details.php:25 msgid "Course" msgstr "" @@ -883,6 +806,31 @@ msgstr "" msgid "View Demo" msgstr "" +#: inc/admin/lp-admin-functions.php:1016 +#: inc/admin/lp-admin-functions.php:1210 +#: inc/admin/lp-admin-functions.php:1426 +#: inc/admin/lp-admin-functions.php:2358 +#: inc/admin/views/statistics/courses.php:27 +#: inc/admin/views/statistics/courses.php:42 +#: inc/admin/views/statistics/general.php:43 +#: inc/admin/views/statistics/general.php:59 +#: inc/admin/views/statistics/orders.php:29 +#: inc/admin/views/statistics/orders.php:63 +#: inc/admin/views/statistics/users.php:30 +#: inc/admin/views/statistics/users.php:46 +#: inc/external-plugin/elementor/widgets/list-courses.php:52 +#: inc/external-plugin/elementor/widgets/list-courses.php:61 +#: inc/lp-deprecated.php:370 +#: inc/lp-deprecated.php:402 +#: inc/templates/class-lp-template-profile.php:100 +#: inc/templates/class-lp-template-profile.php:111 +#: inc/user/class-lp-profile.php:839 +#: inc/user/class-lp-profile.php:871 +#: inc/user/class-lp-profile.php:905 +#: templates/widgets/course-info.php:35 +msgid "All" +msgstr "" + #: inc/admin/lp-admin-functions.php:1021 #: inc/admin/views/statistics/courses.php:9 #: inc/admin/views/statistics/general.php:9 @@ -898,78 +846,75 @@ msgstr "" #: inc/admin/views/statistics/orders.php:8 #: inc/admin/views/statistics/users.php:8 #: inc/admin/views/statistics/users.php:48 -#: inc/custom-post-types/course.php:543 -#: inc/custom-post-types/course.php:560 +#: inc/custom-post-types/course.php:534 +#: inc/custom-post-types/course.php:551 msgid "Students" msgstr "" -#: inc/admin/lp-admin-functions.php:1217 -#: inc/admin/lp-admin-functions.php:2352 -#: inc/user/class-lp-profile.php:788 -#: templates/profile/tabs/courses.php:38 +#: inc/admin/lp-admin-functions.php:1215 +#: inc/admin/lp-admin-functions.php:2363 +#: inc/templates/class-lp-template-profile.php:112 +#: inc/user/class-lp-profile.php:840 msgid "Publish" msgstr "" -#: inc/admin/lp-admin-functions.php:1222 -#: inc/admin/lp-admin-functions.php:1438 -#: inc/admin/lp-admin-functions.php:2357 +#: inc/admin/lp-admin-functions.php:1220 +#: inc/admin/lp-admin-functions.php:1436 +#: inc/admin/lp-admin-functions.php:2368 #: inc/admin/views/statistics/courses.php:44 #: inc/admin/views/statistics/general.php:61 #: inc/admin/views/statistics/orders.php:65 -#: inc/user/class-lp-profile.php:789 -#: templates/profile/tabs/courses.php:39 +#: inc/templates/class-lp-template-profile.php:113 +#: inc/user/class-lp-profile.php:841 msgid "Pending" msgstr "" -#: inc/admin/lp-admin-functions.php:1227 -#: inc/admin/lp-admin-functions.php:2362 +#: inc/admin/lp-admin-functions.php:1225 +#: inc/admin/lp-admin-functions.php:2373 #: inc/admin/views/statistics/courses.php:45 #: inc/admin/views/statistics/general.php:62 msgid "Paid" msgstr "" -#: inc/admin/lp-admin-functions.php:1232 -#: inc/admin/lp-admin-functions.php:2367 +#: inc/admin/lp-admin-functions.php:1230 +#: inc/admin/lp-admin-functions.php:2378 #: inc/admin/views/statistics/courses.php:46 #: inc/admin/views/statistics/general.php:63 -#: inc/course/abstract-course.php:823 -#: inc/custom-post-types/course.php:640 +#: inc/course/abstract-course.php:848 +#: inc/course/abstract-course.php:877 +#: templates/order/order-details.php:43 msgid "Free" msgstr "" -#: inc/admin/lp-admin-functions.php:1433 +#: inc/admin/lp-admin-functions.php:1431 #: inc/admin/views/statistics/orders.php:64 #: inc/class-lp-gdpr.php:463 -#: inc/user-item/class-lp-user-item-quiz.php:139 -#: inc/user-item/class-lp-user-item.php:753 +#: inc/user-item/class-lp-user-item-quiz.php:146 +#: inc/user-item/class-lp-user-item.php:809 #: templates/content-lesson/button-complete.php:37 msgid "Completed" msgstr "" -#: inc/admin/lp-admin-functions.php:1466 +#: inc/admin/lp-admin-functions.php:1464 msgid "Pending Courses / Publish Courses" msgstr "" -#: inc/admin/lp-admin-functions.php:1467 +#: inc/admin/lp-admin-functions.php:1465 msgid "Free Courses / Priced Courses" msgstr "" -#: inc/admin/lp-admin-functions.php:1903 +#: inc/admin/lp-admin-functions.php:1901 msgid " Copy" msgstr "" -#: inc/admin/lp-admin-functions.php:2014 +#: inc/admin/lp-admin-functions.php:2027 msgid "Question id %s does not exist." msgstr "" -#: inc/admin/lp-admin-functions.php:2018 +#: inc/admin/lp-admin-functions.php:2031 msgid "Quiz id %s does not exist." msgstr "" -#: inc/admin/lp-admin-functions.php:2625 -msgid "Only check the final quiz result" -msgstr "" - #: inc/admin/meta-box/fields/course-permalink.php:16 #: inc/admin/settings/class-lp-settings-courses.php:43 msgctxt "default-slug" @@ -982,6 +927,7 @@ msgid "course" msgstr "" #: inc/admin/meta-box/fields/course-permalink.php:22 +#: inc/external-plugin/elementor/widgets/list-courses.php:83 msgid "Default" msgstr "" @@ -1005,15 +951,15 @@ msgstr "" msgid "Add new" msgstr "" -#: inc/admin/meta-box/fields/email-content.php:41 +#: inc/admin/meta-box/fields/email-content.php:45 msgid "General Setting" msgstr "" -#: inc/admin/meta-box/fields/email-content.php:91 +#: inc/admin/meta-box/fields/email-content.php:95 msgid "This template has been overridden by your theme and can be found in: %s.
Please open the file in an editor program to edit" msgstr "" -#: inc/admin/meta-box/fields/email-content.php:131 +#: inc/admin/meta-box/fields/email-content.php:135 msgid "Click on any variables above to insert them to the email." msgstr "" @@ -1047,18 +993,18 @@ msgid "Select" msgstr "" #: inc/admin/meta-box/fields/image.php:20 -#: templates/profile/tabs/settings/avatar.php:48 +#: assets/js/dist/frontend/quiz.min.js:215 msgid "Upload" msgstr "" #: inc/admin/meta-box/fields/list-emails.php:7 #: inc/admin/views/meta-boxes/order/content-tab-preview-exports-invoice.php:40 #: inc/admin/views/meta-boxes/order/exports-invoice.php:80 -#: inc/class-lp-checkout.php:304 -#: inc/class-lp-checkout.php:312 -#: inc/lp-deprecated.php:2268 +#: inc/class-lp-checkout.php:303 +#: inc/class-lp-checkout.php:311 +#: inc/lp-deprecated.php:2275 #: templates/checkout/account-register.php:25 -#: templates/global/become-teacher-form/form-fields.php:24 +#: templates/global/become-teacher-form.php:35 #: templates/global/form-register.php:29 msgid "Email" msgstr "" @@ -1067,6 +1013,8 @@ msgstr "" #: inc/admin/meta-box/fields/payment-order.php:9 #: inc/admin/views/quiz/question-meta.php:18 #: inc/admin/views/setup/setup-stripe.php:11 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:42 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:80 msgid "Description" msgstr "" @@ -1087,8 +1035,8 @@ msgid "ID" msgstr "" #: inc/admin/meta-box/fields/payment-order.php:10 -#: inc/emails/class-lp-email.php:971 -#: inc/gateways/paypal/class-lp-gateway-paypal.php:487 +#: inc/emails/class-lp-email.php:1029 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:495 msgid "Enable/Disable" msgstr "" @@ -1125,28 +1073,28 @@ msgid "Enable gutenberg" msgstr "" #: inc/admin/settings/class-lp-settings-advanced.php:72 -#: inc/admin/settings/class-lp-settings-courses.php:129 -#: inc/course/lp-course-functions.php:422 -#: inc/custom-post-types/lesson.php:166 -#: inc/lp-core-functions.php:399 -#: inc/lp-template-functions.php:1089 +#: inc/admin/settings/class-lp-settings-courses.php:177 +#: inc/course/lp-course-functions.php:456 +#: inc/custom-post-types/lesson.php:158 +#: inc/lp-core-functions.php:417 +#: inc/lp-template-functions.php:1088 msgid "Lesson" msgstr "" #: inc/admin/settings/class-lp-settings-advanced.php:79 -#: inc/admin/settings/class-lp-settings-courses.php:137 -#: inc/course/lp-course-functions.php:423 -#: inc/custom-post-types/question.php:328 -#: inc/custom-post-types/quiz.php:94 -#: inc/lp-core-functions.php:400 -#: inc/lp-template-functions.php:1079 -#: templates/profile/tabs/quizzes.php:37 +#: inc/admin/settings/class-lp-settings-courses.php:185 +#: inc/course/lp-course-functions.php:457 +#: inc/custom-post-types/question.php:320 +#: inc/custom-post-types/quiz.php:87 +#: inc/lp-core-functions.php:418 +#: inc/lp-template-functions.php:1078 +#: templates/profile/tabs/quizzes.php:54 msgid "Quiz" msgstr "" #: inc/admin/settings/class-lp-settings-advanced.php:86 -#: inc/custom-post-types/question.php:213 -#: inc/custom-post-types/quiz.php:180 +#: inc/custom-post-types/question.php:207 +#: inc/custom-post-types/quiz.php:174 msgid "Question" msgstr "" @@ -1158,14 +1106,6 @@ msgstr "" msgid "Enable debug mode for developer." msgstr "" -#: inc/admin/settings/class-lp-settings-advanced.php:96 -msgid "Enable Jwt Rest API" -msgstr "" - -#: inc/admin/settings/class-lp-settings-advanced.php:100 -msgid "Enable Rest API build for app, mobile...etc." -msgstr "" - #: inc/admin/settings/class-lp-settings-advanced.php:103 msgid "Hard Cache" msgstr "" @@ -1176,12 +1116,6 @@ msgstr "" #: inc/admin/settings/class-lp-settings-advanced.php:110 #: inc/admin/views/setup/setup-stripe.php:3 -#: inc/emails/class-lp-email-new-course.php:134 -#: inc/emails/class-lp-email-published-course.php:122 -#: inc/emails/class-lp-email-rejected-course.php:119 -#: inc/emails/class-lp-email-updated-course.php:164 -#: inc/emails/class-lp-email-user-order-changed-status.php:136 -#: inc/emails/class-lp-email-user-order-completed.php:137 msgid "Enable" msgstr "" @@ -1190,69 +1124,108 @@ msgid "Question navigation position is sticky, if not right below the quiz conte msgstr "" #: inc/admin/settings/class-lp-settings-courses.php:29 -#: inc/custom-post-types/course.php:126 +#: inc/custom-post-types/course.php:120 msgctxt "slug" msgid "courses" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:69 +#: inc/admin/settings/class-lp-settings-courses.php:62 +msgid "The site will be redirected to the URL added after clicking finish course button." +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:63 +msgid "Set blank, the site will be redirected to the single course page" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:73 #: inc/admin/settings/class-lp-settings-emails.php:64 #: inc/admin/settings/class-lp-settings-general.php:16 #: inc/admin/settings/class-lp-settings-payments.php:53 #: inc/admin/settings/class-lp-settings-profile.php:59 #: inc/admin/sub-menus/class-lp-submenu-statistics.php:26 #: inc/admin/views/meta-boxes/course/settings.php:22 -#: inc/admin/views/meta-boxes/course/tabs/general.php:21 #: inc/user/class-lp-profile.php:279 msgid "General" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:73 +#: inc/admin/settings/class-lp-settings-courses.php:77 msgid "Review courses" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:74 +#: inc/admin/settings/class-lp-settings-courses.php:78 msgid "Courses created by instructors will be pending in review first." msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:80 +#: inc/admin/settings/class-lp-settings-courses.php:84 msgid "Auto start" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:84 +#: inc/admin/settings/class-lp-settings-courses.php:88 msgid "Students will get started courses immediately after successfully purchased." msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:87 +#: inc/admin/settings/class-lp-settings-courses.php:91 msgid "Enable confirmation popup finish course, complete item" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:88 +#: inc/admin/settings/class-lp-settings-courses.php:92 msgid "Show confirmation popup before finishing course or completing item." msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:94 +#: inc/admin/settings/class-lp-settings-courses.php:98 +msgid "Archive page layout" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:99 +msgid "Type display list course on Course Archive page" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:106 msgid "Courses per page" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:95 +#: inc/admin/settings/class-lp-settings-courses.php:107 msgid "Number of courses displayed per page." msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:105 +#: inc/admin/settings/class-lp-settings-courses.php:117 msgid "Thumbnail dimensions" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:119 +#: inc/admin/settings/class-lp-settings-courses.php:123 +msgid "Redirect when finish course" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:140 +msgid "Curriculum Settings" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:144 +msgid "Section Per Page" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:148 +msgid "Number of sections displayed per page ( Enter -1 for display all sections)." +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:151 +msgid "Course Item Per Page" +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:155 +msgid "Number of course items displayed per page in section ( Enter -1 for display all course items)." +msgstr "" + +#: inc/admin/settings/class-lp-settings-courses.php:167 #: inc/admin/settings/class-lp-settings-profile.php:145 msgid "Permalinks" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:145 +#: inc/admin/settings/class-lp-settings-courses.php:193 msgid "Category base" msgstr "" -#: inc/admin/settings/class-lp-settings-courses.php:153 +#: inc/admin/settings/class-lp-settings-courses.php:201 msgid "Tag base" msgstr "" @@ -1261,28 +1234,16 @@ msgstr "" msgid "Emails" msgstr "" -#: inc/admin/settings/class-lp-settings-emails.php:109 +#: inc/admin/settings/class-lp-settings-emails.php:116 msgid "Email sender options" msgstr "" -#: inc/admin/settings/class-lp-settings-emails.php:111 +#: inc/admin/settings/class-lp-settings-emails.php:118 msgid "For all outgoing LearnPress notification emails." msgstr "" -#: inc/admin/settings/class-lp-settings-emails.php:114 -msgid "\"From\" name" -msgstr "" - #: inc/admin/settings/class-lp-settings-emails.php:121 -msgid "\"From\" address" -msgstr "" - -#: inc/admin/settings/class-lp-settings-emails.php:128 -msgid "Background email" -msgstr "" - -#: inc/admin/settings/class-lp-settings-emails.php:132 -msgid "Sending emails in the background." +msgid "\"From\" name" msgstr "" #: inc/admin/settings/class-lp-settings-emails.php:138 @@ -1294,7 +1255,7 @@ msgid "This section lets you customize the LearnPress emails" msgstr "" #: inc/admin/settings/class-lp-settings-emails.php:143 -#: inc/emails/class-lp-email.php:1003 +#: inc/emails/class-lp-email.php:1061 msgid "Content type" msgstr "" @@ -1461,23 +1422,23 @@ msgid "Enable default fields" msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:89 -#: inc/user/lp-user-functions.php:2011 -#: inc/user/lp-user-functions.php:2013 +#: inc/user/lp-user-functions.php:2005 +#: inc/user/lp-user-functions.php:2007 #: templates/profile/tabs/settings/basic-information.php:33 msgid "First name" msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:96 -#: inc/user/lp-user-functions.php:2024 -#: inc/user/lp-user-functions.php:2026 +#: inc/user/lp-user-functions.php:2018 +#: inc/user/lp-user-functions.php:2020 #: templates/profile/tabs/settings/basic-information.php:39 msgid "Last name" msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:103 #: inc/admin/settings/class-lp-settings-profile.php:115 -#: inc/user/lp-user-functions.php:2037 -#: inc/user/lp-user-functions.php:2039 +#: inc/user/lp-user-functions.php:2031 +#: inc/user/lp-user-functions.php:2033 #: templates/profile/tabs/settings/basic-information.php:45 msgid "Display name" msgstr "" @@ -1488,9 +1449,9 @@ msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:112 #: inc/admin/views/quiz/editor.php:47 -#: inc/lp-deprecated.php:2260 -#: templates/global/become-teacher-form/form-fields.php:20 -#: templates/profile/tabs/courses/course-list.php:18 +#: inc/lp-deprecated.php:2267 +#: templates/global/become-teacher-form.php:31 +#: templates/profile/tabs/courses/course-list.php:22 msgid "Name" msgstr "" @@ -1500,8 +1461,8 @@ msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:118 #: inc/admin/views/quiz/editor.php:48 -#: inc/custom-post-types/question.php:329 -#: inc/widgets/course-extra.php:25 +#: inc/custom-post-types/question.php:321 +#: inc/widgets/course-extra.php:30 msgid "Type" msgstr "" @@ -1534,12 +1495,12 @@ msgid "Custom fields for form register." msgstr "" #: inc/admin/settings/class-lp-settings-profile.php:158 -#: inc/custom-post-types/quiz.php:92 -#: inc/custom-post-types/quiz.php:93 -#: inc/custom-post-types/quiz.php:97 +#: inc/custom-post-types/quiz.php:85 +#: inc/custom-post-types/quiz.php:86 +#: inc/custom-post-types/quiz.php:90 #: inc/user/class-lp-profile.php:253 -#: inc/user/class-lp-profile.php:593 -#: templates/widgets/course-info.php:31 +#: inc/user/class-lp-profile.php:604 +#: templates/widgets/course-info.php:30 msgid "Quizzes" msgstr "" @@ -1547,9 +1508,9 @@ msgstr "" #: inc/admin/sub-menus/class-lp-submenu-statistics.php:22 #: inc/admin/sub-menus/class-lp-submenu-statistics.php:29 #: inc/class-lp-gdpr.php:183 -#: inc/custom-post-types/order.php:816 +#: inc/custom-post-types/order.php:812 +#: inc/custom-post-types/order.php:813 #: inc/custom-post-types/order.php:817 -#: inc/custom-post-types/order.php:821 #: inc/user/class-lp-profile.php:260 msgid "Orders" msgstr "" @@ -1616,6 +1577,12 @@ msgstr "" msgid "Processing Order" msgstr "" +#: inc/admin/settings/email-groups/class-lp-settings-reset-password-emails.php:21 +#: inc/emails/types/class-lp-email-reset-password.php:18 +#: inc/emails/types/class-lp-email-reset-password.php:22 +msgid "Reset Password" +msgstr "" + #: inc/admin/sub-menus/class-lp-submenu-addons.php:14 #: inc/class-lp-multi-language.php:32 msgid "Add-ons" @@ -1739,8 +1706,8 @@ msgstr "" #: inc/admin/views/course/modal-choose-items.php:54 #: inc/admin/views/quiz/modal-choose-items.php:52 -#: inc/custom-post-types/course.php:82 -#: inc/custom-post-types/quiz.php:176 +#: inc/custom-post-types/course.php:76 +#: inc/custom-post-types/quiz.php:170 msgid "Selected items" msgstr "" @@ -1806,6 +1773,10 @@ msgstr "" msgid "Are you sure?" msgstr "" +#: inc/admin/views/dashboard/html-orders.php:46 +msgid "%d order" +msgstr "" + #: inc/admin/views/dashboard/plugin-status/html-no-data.php:4 msgid "No results found" msgstr "" @@ -1818,6 +1789,10 @@ msgstr "" msgid "Active Installed" msgstr "" +#: inc/admin/views/dashboard/plugin-status/html-results.php:36 +msgid "Published" +msgstr "" + #: inc/admin/views/dashboard/plugin-status/html-results.php:37 msgid "Updated" msgstr "" @@ -1844,8 +1819,8 @@ msgstr "" #: inc/admin/views/meta-boxes/course/assigned.php:29 #: inc/admin/views/meta-boxes/quiz/assigned.php:48 -#: inc/custom-post-types/abstract.php:611 -#: inc/custom-post-types/question.php:377 +#: inc/custom-post-types/abstract.php:767 +#: inc/custom-post-types/question.php:369 msgid "Not assigned yet" msgstr "" @@ -1866,32 +1841,31 @@ msgid "Assessment" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:50 -#: inc/admin/views/meta-boxes/course/settings.php:292 -#: inc/admin/views/meta-boxes/course/tabs/author.php:28 -#: inc/custom-post-types/course.php:541 -#: inc/custom-post-types/course.php:558 -#: inc/custom-post-types/lesson.php:230 -#: inc/custom-post-types/question.php:327 -#: inc/custom-post-types/quiz.php:242 +#: inc/admin/views/meta-boxes/course/settings.php:367 +#: inc/custom-post-types/course.php:532 +#: inc/custom-post-types/course.php:549 +#: inc/custom-post-types/lesson.php:221 +#: inc/custom-post-types/question.php:319 +#: inc/custom-post-types/quiz.php:236 msgid "Author" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:75 -#: inc/admin/views/meta-boxes/course/tabs/general.php:28 #: inc/admin/views/meta-boxes/lesson/settings.php:17 #: inc/admin/views/meta-boxes/quiz/settings.php:17 -#: inc/custom-post-types/lesson.php:236 -#: inc/custom-post-types/quiz.php:245 +#: inc/custom-post-types/lesson.php:227 +#: inc/custom-post-types/quiz.php:239 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:899 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:483 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:636 msgid "Duration" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:76 -#: inc/admin/views/meta-boxes/course/tabs/general.php:29 msgid "Set 0 for lifetime access." msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:87 -#: inc/admin/views/meta-boxes/course/tabs/general.php:40 msgid "Block content" msgstr "" @@ -1903,6 +1877,10 @@ msgstr "" msgid "Block course after student finished this course." msgstr "" +#: inc/admin/views/meta-boxes/course/settings.php:97 +msgid "Allow Repurchase" +msgstr "" + #: inc/admin/views/meta-boxes/course/settings.php:98 msgid "Allow users to repurchase this course after course finished or blocked ( Do not apply to free courses )." msgstr "" @@ -1924,12 +1902,10 @@ msgid "Open popup" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:115 -#: inc/admin/views/meta-boxes/course/tabs/general.php:48 msgid "Level" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:116 -#: inc/admin/views/meta-boxes/course/tabs/general.php:49 msgid "Choose a difficulty level." msgstr "" @@ -1942,12 +1918,10 @@ msgid "How many students have taken this course" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:136 -#: inc/admin/views/meta-boxes/course/tabs/general.php:73 msgid "Max student" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:137 -#: inc/admin/views/meta-boxes/course/tabs/general.php:74 msgid "Maximum students can join the course. Set 0 for unlimited." msgstr "" @@ -1960,7 +1934,6 @@ msgid "The number of times a user can learn again this course. Set 0 to disable. msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:162 -#: inc/admin/views/meta-boxes/course/tabs/general.php:100 msgid "Finish button" msgstr "" @@ -1969,27 +1942,22 @@ msgid "Allow show finish button when the student has completed all items but has msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:167 -#: inc/admin/views/meta-boxes/course/tabs/general.php:93 msgid "Featured list" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:168 -#: inc/admin/views/meta-boxes/course/tabs/general.php:94 msgid "Add the course to Featured List." msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:172 -#: inc/admin/views/meta-boxes/course/tabs/general.php:108 msgid "Featured review" msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:173 -#: inc/admin/views/meta-boxes/course/tabs/general.php:109 msgid "A good review to promote the course." msgstr "" #: inc/admin/views/meta-boxes/course/settings.php:176 -#: inc/admin/views/meta-boxes/course/tabs/general.php:119 msgid "External link" msgstr "" @@ -1997,225 +1965,142 @@ msgstr "" msgid "Normally use for offline classes, Ex: link to a contact page. Format: https://google.com" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:209 -#: inc/admin/views/meta-boxes/course/tabs/price.php:34 +#: inc/admin/views/meta-boxes/course/settings.php:288 msgid "Regular price" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:210 -#: inc/admin/views/meta-boxes/course/tabs/price.php:35 +#: inc/admin/views/meta-boxes/course/settings.php:289 msgid "Set a regular price (%s). Leave it blank for Free." msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:223 -#: inc/admin/views/meta-boxes/course/tabs/price.php:50 +#: inc/admin/views/meta-boxes/course/settings.php:302 msgid "Sale price" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:224 -#: inc/admin/views/meta-boxes/course/tabs/price.php:51 +#: inc/admin/views/meta-boxes/course/settings.php:303 msgid "Schedule" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:237 -#: inc/admin/views/meta-boxes/course/tabs/price.php:66 +#: inc/admin/views/meta-boxes/course/settings.php:316 msgid "Sale start dates" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:242 -#: inc/admin/views/meta-boxes/course/tabs/price.php:67 +#: inc/admin/views/meta-boxes/course/settings.php:321 msgctxt "placeholder" msgid "From…" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:246 -#: inc/admin/views/meta-boxes/course/tabs/price.php:70 +#: inc/admin/views/meta-boxes/course/settings.php:325 msgid "Sale end dates" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:251 -#: inc/admin/views/meta-boxes/course/tabs/price.php:71 +#: inc/admin/views/meta-boxes/course/settings.php:330 msgctxt "placeholder" msgid "To…" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:256 -#: inc/custom-post-types/course.php:643 +#: inc/admin/views/meta-boxes/course/settings.php:335 msgid "No requirement enroll" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:257 +#: inc/admin/views/meta-boxes/course/settings.php:336 msgid "Students can see the content of all course items and do the quiz without login." msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:313 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:5 +#: inc/admin/views/meta-boxes/course/settings.php:385 msgid "The method to assess the result of a student for a course." msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:316 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:8 +#: inc/admin/views/meta-boxes/course/settings.php:388 msgid "
Note! No final quiz in course, please add a final quiz" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:338 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:30 +#: inc/admin/views/meta-boxes/course/settings.php:410 #: inc/rest-api/v1/admin/class-lp-admin-rest-course-controller.php:85 msgid "Edit: %s" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:349 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:45 +#: inc/admin/views/meta-boxes/course/settings.php:421 msgid "Evaluation" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:357 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:55 +#: inc/admin/views/meta-boxes/course/settings.php:429 #: inc/admin/views/meta-boxes/quiz/settings.php:29 msgid "Passing Grade(%)" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:358 -#: inc/admin/views/meta-boxes/course/tabs/assessment.php:56 +#: inc/admin/views/meta-boxes/course/settings.php:430 msgid "The condition that must be achieved to finish the course." msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:378 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:21 -#: inc/templates/class-lp-template-course.php:284 -#: inc/templates/class-lp-template-course.php:772 -#: inc/widgets/course-extra.php:30 +#: inc/admin/views/meta-boxes/course/settings.php:451 +#: inc/templates/class-lp-template-course.php:301 +#: inc/templates/class-lp-template-course.php:911 +#: inc/widgets/course-extra.php:35 msgid "Requirements" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:383 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:42 +#: inc/admin/views/meta-boxes/course/settings.php:456 msgid "Target Audience" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:388 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:63 +#: inc/admin/views/meta-boxes/course/settings.php:461 msgid "Key Features" msgstr "" -#: inc/admin/views/meta-boxes/course/settings.php:393 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:84 -#: inc/lp-template-functions.php:78 +#: inc/admin/views/meta-boxes/course/settings.php:466 +#: inc/lp-template-functions.php:80 msgid "FAQs" msgstr "" -#: inc/admin/views/meta-boxes/course/tabs/author.php:35 -msgid "Author is set by Admintrator" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/extra.php:36 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:57 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:78 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:123 -#: inc/admin/views/meta-boxes/fields/extra-faq.php:69 -#: inc/admin/views/meta-boxes/fields/extra.php:45 -msgid "+ Add more" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/extra.php:91 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:111 #: inc/admin/views/meta-boxes/fields/extra-faq.php:37 #: inc/admin/views/meta-boxes/fields/extra-faq.php:57 #: inc/admin/views/setup/setup-stripe.php:7 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:33 +#: inc/external-plugin/elementor/widgets/widget-base.php:29 +#: inc/widgets/course-extra.php:25 #: inc/widgets/course-info.php:32 -#: inc/widgets/course-progress.php:30 +#: inc/widgets/course-progress.php:29 #: inc/widgets/featured-courses.php:28 #: inc/widgets/popular-courses.php:24 #: inc/widgets/recent-courses.php:29 msgid "Title" msgstr "" -#: inc/admin/views/meta-boxes/course/tabs/extra.php:95 -#: inc/admin/views/meta-boxes/course/tabs/extra.php:115 #: inc/admin/views/meta-boxes/fields/extra-faq.php:41 #: inc/admin/views/meta-boxes/fields/extra-faq.php:61 -#: inc/custom-post-types/course.php:542 -#: inc/custom-post-types/course.php:559 +#: inc/custom-post-types/course.php:533 +#: inc/custom-post-types/course.php:550 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:26 +#: inc/external-plugin/elementor/widgets/list-courses.php:32 msgid "Content" msgstr "" -#: inc/admin/views/meta-boxes/course/tabs/general.php:41 -msgid "Block content item( lesson, quiz... ) of course when expiration time course." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:52 -#: inc/lp-template-functions.php:1759 -#: inc/lp-template-functions.php:1768 -msgid "All levels" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:53 -#: inc/lp-core-functions.php:3459 -#: inc/lp-template-functions.php:1769 -msgid "Beginner" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:54 -#: inc/lp-core-functions.php:3460 -#: inc/lp-template-functions.php:1770 -msgid "Intermediate" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:55 -#: inc/lp-core-functions.php:3461 -#: inc/lp-template-functions.php:1771 -msgid "Expert" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:61 -msgid "Promote" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:62 -msgid "Show a plus number of students for the course." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:86 -msgid "Retry" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:87 -msgid "Allow students to try the course one more time." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:101 -msgid "Allow show finish button when all items completed but evalution not passed." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:110 -msgid "e.g. This course is so great and helpful. Thank you the best teacher to explain and show us what LearnPress LMS is all about." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:120 -msgid "Normally use for offline classes, e.g. link to a contact page." -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/general.php:146 -msgid "ID of lp field not empty and unique" -msgstr "" - -#: inc/admin/views/meta-boxes/course/tabs/price.php:79 -msgid "Price set by admin" +#: inc/admin/views/meta-boxes/fields/extra-faq.php:69 +#: inc/admin/views/meta-boxes/fields/extra.php:44 +#: inc/admin/views/meta-boxes/fields/repeater.php:48 +msgid "+ Add more" msgstr "" #: inc/admin/views/meta-boxes/fields/file.php:88 -#: inc/admin/views/meta-boxes/lp-meta-box-functions.php:352 +#: inc/admin/views/meta-boxes/lp-meta-box-functions.php:369 msgid "+ Add media" msgstr "" +#: inc/admin/views/meta-boxes/fields/repeater.php:85 +msgid "Repeater" +msgstr "" + #: inc/admin/views/meta-boxes/lesson/settings.php:9 msgid "Lesson Settings" msgstr "" #: inc/admin/views/meta-boxes/lesson/settings.php:29 -#: inc/custom-post-types/abstract.php:811 -#: inc/custom-post-types/lesson.php:239 -#: inc/lp-template-functions.php:1092 +#: inc/custom-post-types/abstract.php:991 +#: inc/custom-post-types/lesson.php:130 +#: inc/custom-post-types/lesson.php:230 +#: inc/lp-template-functions.php:1091 +#: templates/loop/single-course/loop-section-item.php:31 #: templates/single-course/section/item-meta.php:28 msgid "Preview" msgstr "" @@ -2259,10 +2144,10 @@ msgstr "" #: inc/admin/views/meta-boxes/order/child-order.php:23 #: inc/class-lp-gdpr.php:453 -#: inc/custom-post-types/order.php:658 -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:455 -#: templates/emails/order-items-table.php:53 -#: templates/emails/plain/order-items-table.php:30 +#: inc/custom-post-types/order.php:660 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1139 +#: templates/emails/order-items-table.php:72 +#: templates/emails/plain/order-items-table.php:58 #: templates/profile/tabs/orders/list.php:31 msgid "Status" msgstr "" @@ -2280,9 +2165,9 @@ msgstr "" #: inc/admin/views/meta-boxes/order/content-tab-preview-exports-invoice.php:71 #: inc/admin/views/meta-boxes/order/details.php:153 -#: inc/custom-post-types/course.php:85 -#: inc/gateways/paypal/class-lp-gateway-paypal.php:420 -#: templates/checkout/order-received.php:52 +#: inc/custom-post-types/course.php:79 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:428 +#: templates/checkout/order-received.php:60 msgid "Item" msgstr "" @@ -2293,7 +2178,7 @@ msgstr "" #: inc/admin/views/meta-boxes/order/content-tab-preview-exports-invoice.php:73 #: inc/admin/views/meta-boxes/order/details.php:155 -#: templates/emails/order-items-table.php:67 +#: templates/emails/order-items-table.php:86 msgid "Quantity" msgstr "" @@ -2307,13 +2192,13 @@ msgstr "" #: inc/admin/views/meta-boxes/order/content-tab-preview-exports-invoice.php:104 #: inc/admin/views/meta-boxes/order/details.php:156 -#: inc/custom-post-types/order.php:657 -#: templates/checkout/order-received.php:99 +#: inc/custom-post-types/order.php:659 +#: templates/checkout/order-received.php:107 #: templates/checkout/review-order.php:99 -#: templates/emails/order-items-table.php:99 -#: templates/emails/plain/order-items-table.php:60 +#: templates/emails/order-items-table.php:118 +#: templates/emails/plain/order-items-table.php:88 #: templates/order/order-details.php:26 -#: templates/order/order-details.php:85 +#: templates/order/order-details.php:100 #: templates/profile/tabs/orders/list.php:30 msgid "Total" msgstr "" @@ -2363,7 +2248,7 @@ msgid "In order to change the order user, please change the order status to 'Pen msgstr "" #: inc/admin/views/meta-boxes/order/details.php:136 -#: templates/order/order-details.php:92 +#: templates/order/order-details.php:107 msgid "Order key:" msgstr "" @@ -2438,6 +2323,7 @@ msgstr "" #: inc/admin/views/meta-boxes/question/settings.php:17 #: inc/admin/views/quiz/question-meta.php:28 +#: assets/js/dist/frontend/quiz.min.js:206 msgid "Points" msgstr "" @@ -2458,7 +2344,6 @@ msgstr "" #: inc/admin/views/meta-boxes/question/settings.php:35 #: inc/admin/views/quiz/question-meta.php:50 -#: assets/js/dist/frontend/quiz.js:1 msgid "Explanation" msgstr "" @@ -2504,7 +2389,7 @@ msgid "Retake" msgstr "" #: inc/admin/views/meta-boxes/quiz/settings.php:59 -msgid "How many times the user can re-take this quiz. Set 0 to disable." +msgid "How many times the user can re-take this quiz. Set 0 to disable. Set -1 to infinite." msgstr "" #: inc/admin/views/meta-boxes/quiz/settings.php:72 @@ -2619,12 +2504,12 @@ msgid "Something went wrong! Please reload to continue editing quiz questions." msgstr "" #: inc/admin/views/quiz/modal-choose-items.php:55 -#: inc/custom-post-types/question.php:214 -#: inc/custom-post-types/quiz.php:181 -#: inc/custom-post-types/quiz.php:244 -#: inc/custom-post-types/quiz.php:478 -#: assets/js/dist/frontend/quiz.js:21 -#: assets/js/dist/frontend/quiz.js:199 +#: inc/custom-post-types/question.php:208 +#: inc/custom-post-types/quiz.php:175 +#: inc/custom-post-types/quiz.php:238 +#: inc/custom-post-types/quiz.php:439 +#: assets/js/dist/frontend/quiz.min.js:21 +#: assets/js/dist/frontend/quiz.min.js:210 msgid "Questions" msgstr "" @@ -2645,8 +2530,8 @@ msgid "Add option" msgstr "" #: inc/admin/views/setup/content.php:77 -#: inc/custom-post-types/course.php:81 -#: inc/custom-post-types/quiz.php:175 +#: inc/custom-post-types/course.php:75 +#: inc/custom-post-types/quiz.php:169 msgid "Back" msgstr "" @@ -2860,15 +2745,15 @@ msgid "Sale by" msgstr "" #: inc/admin/views/statistics/orders.php:47 -#: inc/custom-post-types/order.php:656 -#: templates/checkout/order-received.php:86 +#: inc/custom-post-types/order.php:658 +#: templates/checkout/order-received.php:94 #: templates/profile/tabs/orders/list.php:32 -#: templates/profile/tabs/quizzes.php:40 +#: templates/profile/tabs/quizzes.php:57 msgid "Date" msgstr "" #: inc/admin/views/statistics/orders.php:49 -#: inc/custom-post-types/course.php:173 +#: inc/custom-post-types/course.php:167 msgid "Course Category" msgstr "" @@ -2916,60 +2801,59 @@ msgstr "" msgid "Got it!" msgstr "" -#: inc/admin/views/user/course-progress.php:10 -#: inc/admin/views/user/course-progress.php:13 +#: inc/admin/views/user/course-progress.php:24 +#: inc/admin/views/user/course-progress.php:27 msgid "Items completed:" msgstr "" -#: inc/admin/views/user/course-progress.php:16 +#: inc/admin/views/user/course-progress.php:30 msgid "%1$d of %2$d items" msgstr "" -#: inc/admin/views/user/course-progress.php:28 -#: templates/single-course/sidebar/user-progress.php:41 +#: inc/admin/views/user/course-progress.php:35 +#: templates/single-course/sidebar/user-progress.php:59 msgid "Course progress:" msgstr "" -#: inc/admin/views/user/course-progress.php:54 -#: templates/single-course/sidebar/user-progress.php:53 -msgid "Passing condition: %s%%" +#: inc/admin/views/user/courses.php:20 +msgid "Course list of user enrolled" msgstr "" -#: inc/admin/views/user/courses.php:22 +#: inc/admin/views/user/courses.php:28 msgid "LearnPress Courses" msgstr "" -#: inc/admin/views/user/courses.php:27 +#: inc/admin/views/user/courses.php:33 msgid "No courses." msgstr "" -#: inc/admin/views/user/courses.php:34 -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:461 +#: inc/admin/views/user/courses.php:40 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1145 msgid "Start time" msgstr "" -#: inc/admin/views/user/courses.php:35 -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:467 -#: templates/profile/tabs/courses/course-list.php:21 +#: inc/admin/views/user/courses.php:41 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1151 +#: templates/profile/tabs/courses/course-list.php:25 msgid "End time" msgstr "" -#: inc/admin/views/user/courses.php:36 +#: inc/admin/views/user/courses.php:42 #: inc/lp-deprecated.php:373 #: inc/lp-deprecated.php:404 -#: inc/user-item/class-lp-user-item.php:754 -#: inc/user/class-lp-profile.php:820 -#: inc/user/class-lp-profile.php:854 -#: templates/profile/tabs/courses.php:31 +#: inc/templates/class-lp-template-profile.php:102 +#: inc/user-item/class-lp-user-item.php:810 +#: inc/user/class-lp-profile.php:872 +#: inc/user/class-lp-profile.php:906 msgid "Finished" msgstr "" -#: inc/admin/views/user/courses.php:37 +#: inc/admin/views/user/courses.php:43 msgid "Results" msgstr "" #: inc/attributes/course.php:103 -#: inc/class-lp-assets.php:75 +#: inc/class-lp-assets.php:87 msgid "Unknown error" msgstr "" @@ -3062,98 +2946,119 @@ msgstr "" msgid "There is no item found!" msgstr "" -#: inc/cart/class-lp-cart.php:120 -msgid "Get cart should not be called before the wp_loaded action." +#: inc/block-template/class-block-until.php:57 +msgid "Single Course" msgstr "" -#: inc/cart/class-lp-cart.php:145 -msgid "Sorry! This course is not purchasable." +#: inc/block-template/class-block-until.php:59 +msgid "Archive Course Page" msgstr "" -#: inc/cart/class-lp-cart.php:149 -msgid "Sorry! The number of enrolled students has reached limit" +#: inc/block-template/class-block-until.php:61 +msgid "Course Category Page" msgstr "" -#: inc/cart/class-lp-cart.php:283 -msgid "%s has been removed from your cart because it can no longer be purchased." +#: inc/block-template/class-block-until.php:63 +msgid "Course Tag Page" msgstr "" -#: inc/cart/class-lp-cart.php:459 -msgid "Checkout page hasn't been setup" +#: inc/block-template/class-block-until.php:78 +msgid "No theme is defined for this template." msgstr "" -#: inc/class-lp-ajax.php:126 +#: inc/cart/class-lp-cart.php:120 +msgid "Get cart should not be called before the wp_loaded action." +msgstr "" + +#: inc/cart/class-lp-cart.php:152 +msgid "Sorry! This course is not purchasable." +msgstr "" + +#: inc/cart/class-lp-cart.php:156 +msgid "Sorry! The number of enrolled students has reached limit" +msgstr "" + +#: inc/cart/class-lp-cart.php:310 +msgid "%s has been removed from your cart because it can no longer be purchased." +msgstr "" + +#: inc/cart/class-lp-cart.php:491 +msgid "Checkout page hasn't been setup" +msgstr "" + +#: inc/class-lp-ajax.php:127 msgid "The order %s has been successfully recovered." msgstr "" -#: inc/class-lp-ajax.php:153 +#: inc/class-lp-ajax.php:155 msgid "Your email is already exists. Continue with this email?" msgstr "" -#: inc/class-lp-ajax.php:158 +#: inc/class-lp-ajax.php:162 msgid "Create new account with this email? Account information will be sent to this email." msgstr "" -#: inc/class-lp-ajax.php:248 +#: inc/class-lp-ajax.php:221 msgid "Access denied!" msgstr "" -#: inc/class-lp-ajax.php:262 +#: inc/class-lp-ajax.php:238 msgid "You have finished this course \"%s\"" msgstr "" -#: inc/class-lp-ajax.php:265 +#: inc/class-lp-ajax.php:241 msgid "Error! You cannot finish this course. Please contact your administrator for more information." msgstr "" -#: inc/class-lp-ajax.php:298 +#: inc/class-lp-ajax.php:274 msgid "Error! Invalid lesson or failed security check." msgstr "" -#: inc/class-lp-ajax.php:309 +#: inc/class-lp-ajax.php:285 msgid "Congrats! You have completed \"%s\"." msgstr "" -#: inc/class-lp-assets.php:60 -#: inc/lp-core-functions.php:2150 -#: inc/lp-core-functions.php:3219 -#: assets/js/dist/frontend/quiz.js:41 +#: inc/class-lp-assets.php:72 +#: inc/lp-core-functions.php:2169 +#: inc/lp-core-functions.php:3187 +#: assets/js/dist/frontend/quiz.min.js:41 msgid "OK" msgstr "" -#: inc/class-lp-assets.php:62 +#: inc/class-lp-assets.php:74 #: inc/class-lp-gdpr.php:464 -#: inc/lp-core-functions.php:2152 -#: inc/lp-core-functions.php:3221 +#: inc/lp-core-functions.php:2171 +#: inc/lp-core-functions.php:3189 #: templates/global/lp-modal-overlay.php:24 msgid "Yes" msgstr "" -#: inc/class-lp-assets.php:63 +#: inc/class-lp-assets.php:75 #: inc/class-lp-gdpr.php:464 -#: inc/lp-core-functions.php:2153 -#: inc/lp-core-functions.php:3222 +#: inc/lp-core-functions.php:2172 +#: inc/lp-core-functions.php:3190 #: templates/global/lp-modal-overlay.php:23 msgid "No" msgstr "" -#: inc/class-lp-assets.php:72 -#: inc/class-lp-assets.php:79 -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:116 +#: inc/class-lp-assets.php:84 +#: inc/class-lp-assets.php:91 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:62 +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:89 msgid "Processing" msgstr "" -#: inc/class-lp-assets.php:73 -#: inc/class-lp-assets.php:80 +#: inc/class-lp-assets.php:85 +#: inc/class-lp-assets.php:92 msgid "Redirecting" msgstr "" -#: inc/class-lp-assets.php:74 -#: inc/class-lp-checkout.php:601 +#: inc/class-lp-assets.php:86 +#: inc/class-lp-checkout.php:624 msgid "Invalid field" msgstr "" -#: inc/class-lp-assets.php:76 +#: inc/class-lp-assets.php:88 #: templates/checkout/payment.php:70 msgid "Place order" msgstr "" @@ -3190,12 +3095,12 @@ msgstr "" msgid "Page %d" msgstr "" -#: inc/class-lp-checkout.php:301 +#: inc/class-lp-checkout.php:300 msgid "Your session has expired." msgstr "" -#: inc/class-lp-checkout.php:305 -#: inc/class-lp-checkout.php:309 +#: inc/class-lp-checkout.php:304 +#: inc/class-lp-checkout.php:308 #: templates/checkout/account-register.php:28 #: templates/checkout/account-register.php:29 #: templates/global/form-register.php:32 @@ -3203,9 +3108,9 @@ msgstr "" msgid "Username" msgstr "" -#: inc/class-lp-checkout.php:306 -#: inc/class-lp-checkout.php:310 -#: inc/user/class-lp-profile.php:285 +#: inc/class-lp-checkout.php:305 +#: inc/class-lp-checkout.php:309 +#: inc/user/class-lp-profile.php:286 #: templates/checkout/account-login.php:30 #: templates/checkout/account-login.php:31 #: templates/checkout/account-register.php:32 @@ -3219,84 +3124,80 @@ msgstr "" msgid "Password" msgstr "" -#: inc/class-lp-checkout.php:307 +#: inc/class-lp-checkout.php:306 #: templates/checkout/account-register.php:36 #: templates/global/form-register.php:40 msgid "Confirm Password" msgstr "" -#: inc/class-lp-checkout.php:365 -#: inc/class-lp-checkout.php:375 -#: inc/class-lp-checkout.php:416 +#: inc/class-lp-checkout.php:364 +#: inc/class-lp-checkout.php:374 +#: inc/class-lp-checkout.php:439 msgid "Error %d: Unable to create order. Please try again." msgstr "" -#: inc/class-lp-checkout.php:410 -msgid "Item does not exist!" -msgstr "" - -#: inc/class-lp-checkout.php:431 +#: inc/class-lp-checkout.php:454 msgid "Unable to checkout. Order creation failed." msgstr "" -#: inc/class-lp-checkout.php:490 -#: inc/class-lp-checkout.php:498 -#: inc/class-lp-checkout.php:506 -#: inc/class-lp-checkout.php:510 -#: inc/class-lp-checkout.php:520 -#: inc/class-lp-checkout.php:528 -#: inc/class-lp-checkout.php:536 +#: inc/class-lp-checkout.php:513 +#: inc/class-lp-checkout.php:521 +#: inc/class-lp-checkout.php:529 +#: inc/class-lp-checkout.php:533 +#: inc/class-lp-checkout.php:543 +#: inc/class-lp-checkout.php:551 +#: inc/class-lp-checkout.php:559 msgid "%s is required field." msgstr "" -#: inc/class-lp-checkout.php:492 -#: inc/class-lp-checkout.php:500 +#: inc/class-lp-checkout.php:515 +#: inc/class-lp-checkout.php:523 msgid "%s is exists." msgstr "" -#: inc/class-lp-checkout.php:494 +#: inc/class-lp-checkout.php:517 msgid "%s is not a valid username." msgstr "" -#: inc/class-lp-checkout.php:502 +#: inc/class-lp-checkout.php:525 msgid "%s is not a valid email." msgstr "" -#: inc/class-lp-checkout.php:524 +#: inc/class-lp-checkout.php:547 msgid "%s is not exists." msgstr "" -#: inc/class-lp-checkout.php:538 +#: inc/class-lp-checkout.php:561 msgid "Your email is not a valid." msgstr "" -#: inc/class-lp-checkout.php:627 +#: inc/class-lp-checkout.php:650 msgid "No payment method is selected" msgstr "" -#: inc/class-lp-checkout.php:661 +#: inc/class-lp-checkout.php:684 #: templates/checkout/empty-cart.php:16 msgid "Your cart is currently empty." msgstr "" -#: inc/class-lp-checkout.php:670 -msgid "Item \"%s\" is not purchasable." +#: inc/class-lp-checkout.php:693 +msgid "Type item buy invalid!" msgstr "" -#: inc/class-lp-emails.php:135 -#: inc/class-lp-emails.php:142 +#: inc/class-lp-emails.php:118 +#: inc/class-lp-emails.php:125 msgid "Cheatin’ huh?" msgstr "" #: inc/class-lp-forms-handler.php:30 -#: inc/class-lp-forms-handler.php:217 -#: inc/curds/class-lp-user-curd.php:2122 +#: inc/class-lp-forms-handler.php:231 +#: inc/curds/class-lp-user-curd.php:2126 msgid "Please enter a valid account username." msgstr "" #: inc/class-lp-forms-handler.php:37 -#: inc/class-lp-forms-handler.php:207 -#: inc/curds/class-lp-user-curd.php:2112 +#: inc/class-lp-forms-handler.php:221 +#: inc/curds/class-lp-user-curd.php:2116 msgid "Please provide a valid email address." msgstr "" @@ -3316,73 +3217,82 @@ msgstr "" msgid "Username is required" msgstr "" -#: inc/class-lp-forms-handler.php:165 -msgid " was successfully created!" +#: inc/class-lp-forms-handler.php:173 +msgid "I need become an instructor" msgstr "" -#: inc/class-lp-forms-handler.php:175 -msgid "I need become a instructor" +#: inc/class-lp-forms-handler.php:188 +msgid " was successfully created!" msgstr "" -#: inc/class-lp-forms-handler.php:179 +#: inc/class-lp-forms-handler.php:191 msgid "Your request become an instructor has been sent. We will get back to you soon!" msgstr "" -#: inc/class-lp-forms-handler.php:211 +#: inc/class-lp-forms-handler.php:225 msgid "An account is already registered with your email address." msgstr "" -#: inc/class-lp-forms-handler.php:221 -#: inc/curds/class-lp-user-curd.php:2126 +#: inc/class-lp-forms-handler.php:235 +#: inc/curds/class-lp-user-curd.php:2130 msgid "An account is already registered with that username. Please choose another." msgstr "" -#: inc/class-lp-forms-handler.php:229 +#: inc/class-lp-forms-handler.php:243 msgid "Please enter an account password." msgstr "" -#: inc/class-lp-forms-handler.php:233 +#: inc/class-lp-forms-handler.php:247 msgid "Password is too short!" msgstr "" -#: inc/class-lp-forms-handler.php:237 +#: inc/class-lp-forms-handler.php:251 msgid "Password can not have spacing!" msgstr "" -#: inc/class-lp-forms-handler.php:241 +#: inc/class-lp-forms-handler.php:255 msgid "Please enter confirm password." msgstr "" -#: inc/class-lp-forms-handler.php:245 +#: inc/class-lp-forms-handler.php:259 msgid "Confirmation password incorrect!." msgstr "" -#: inc/class-lp-forms-handler.php:253 -msgid "Please go to LearnPress > Settings and save again." -msgstr "" - -#: inc/class-lp-forms-handler.php:256 -#: inc/class-lp-forms-handler.php:323 +#: inc/class-lp-forms-handler.php:267 +#: inc/class-lp-forms-handler.php:334 msgid " is required field." msgstr "" -#: inc/class-lp-forms-handler.php:301 +#: inc/class-lp-forms-handler.php:312 msgid "Email is required" msgstr "" -#: inc/class-lp-forms-handler.php:305 +#: inc/class-lp-forms-handler.php:316 msgid "Display name is required" msgstr "" -#: inc/class-lp-forms-handler.php:309 -#: inc/class-lp-forms-handler.php:313 +#: inc/class-lp-forms-handler.php:320 +#: inc/class-lp-forms-handler.php:324 msgid "Display name cannot be changed to email address due to privacy concern." msgstr "" -#: inc/class-lp-forms-handler.php:315 +#: inc/class-lp-forms-handler.php:326 msgid "This email address is already registered." msgstr "" +#: inc/class-lp-forms-handler.php:358 +msgid "Enter a username or email address." +msgstr "" + +#: inc/class-lp-forms-handler.php:378 +#: inc/class-lp-forms-handler.php:382 +msgid "Invalid username or email." +msgstr "" + +#: inc/class-lp-forms-handler.php:393 +msgid "Password reset is not allowed for this user." +msgstr "" + #: inc/class-lp-gdpr.php:49 msgid "LearnPress Owned Courses" msgstr "" @@ -3483,29 +3393,44 @@ msgstr "" msgid "Grade" msgstr "" -#: inc/class-lp-install.php:504 -msgid "Thank you for using LearnPress" -msgstr "" - #: inc/class-lp-multi-language.php:31 msgid "Documentation" msgstr "" -#: inc/class-lp-page-controller.php:86 -#: inc/lp-template-functions.php:351 +#: inc/class-lp-page-controller.php:114 +#: inc/course/lp-course-functions.php:168 +msgctxt "slug" +msgid "uncategorized" +msgstr "" + +#: inc/class-lp-page-controller.php:223 +#: inc/lp-template-functions.php:361 msgid "Course Search Results" msgstr "" -#: inc/class-lp-page-controller.php:155 +#: inc/class-lp-page-controller.php:292 msgid "No payment method is available." msgstr "" +#: inc/class-lp-page-controller.php:432 +msgid "The item is not assigned to any section" +msgstr "" + +#: inc/class-lp-page-controller.php:438 +msgid "The item is not assigned to any course" +msgstr "" + +#: inc/class-lp-page-controller.php:442 +msgid "The item is not assigned to this course" +msgstr "" + #: inc/class-lp-query-list-table.php:27 -#: inc/custom-post-types/course.php:79 +#: inc/custom-post-types/course.php:73 msgid "item" msgstr "" #: inc/class-lp-query-list-table.php:28 +#: templates/single-course/content-item/popup-header.php:29 msgid "items" msgstr "" @@ -3517,7 +3442,7 @@ msgstr "" msgid "Displaying {{from}} to {{to}} of {{total}}." msgstr "" -#: inc/class-lp-repair-database.php:639 +#: inc/class-lp-repair-database.php:693 msgid "The method %s is not callable." msgstr "" @@ -3558,165 +3483,132 @@ msgctxt "no course thumbnail" msgid "course thumbnail" msgstr "" -#: inc/class-lp-widget.php:218 +#: inc/class-lp-widget.php:250 msgid "There is no options for this widget." msgstr "" -#: inc/course/abstract-course.php:620 -msgid "You enrolled" -msgstr "" - -#: inc/course/abstract-course.php:623 -msgctxt "students-html" -msgid "You and one student enrolled" -msgid_plural "You and %1$s students enrolled" -msgstr[0] "" -msgstr[1] "" - -#: inc/course/abstract-course.php:635 -msgctxt "students-html" -msgid "One student enrolled" -msgid_plural "%1$s students enrolled" -msgstr[0] "" -msgstr[1] "" - -#: inc/course/abstract-course.php:646 -msgid "No student enrolled" -msgstr "" - -#: inc/course/abstract-course.php:914 -#: inc/course/abstract-course.php:934 +#: inc/course/abstract-course.php:969 +#: inc/course/abstract-course.php:989 #: inc/lesson/class-lp-lesson.php:104 -#: inc/quiz/class-lp-quiz.php:636 +#: inc/quiz/class-lp-quiz.php:637 msgid "The function %s doesn't exist" msgstr "" -#: inc/course/abstract-course.php:1820 +#: inc/course/abstract-course.php:1938 msgid "This course will end within next %s" msgstr "" -#: inc/course/abstract-course.php:1895 +#: inc/course/abstract-course.php:2015 msgctxt "External Link button text" msgid "More Info" msgstr "" -#: inc/course/abstract-course.php:1942 +#: inc/course/abstract-course.php:2062 msgid "Tags: " msgstr "" -#: inc/course/class-lp-course-item.php:204 +#: inc/course/class-lp-course-item.php:295 msgctxt "course item status title" msgid "Failed" msgstr "" -#: inc/course/class-lp-course-item.php:206 +#: inc/course/class-lp-course-item.php:297 msgctxt "course item status title" msgid "Passed" msgstr "" -#: inc/course/class-lp-course-item.php:208 +#: inc/course/class-lp-course-item.php:299 msgctxt "course item status title" msgid "Completed" msgstr "" -#: inc/course/class-lp-course-item.php:211 +#: inc/course/class-lp-course-item.php:302 msgctxt "course item status title" msgid "Unread" msgstr "" -#: inc/course/class-lp-course-no-required-enroll.php:183 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:281 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:369 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:418 -msgid "Success!" -msgstr "" - -#: inc/course/lp-course-functions.php:140 -msgctxt "slug" -msgid "uncategorized" -msgstr "" - -#: inc/course/lp-course-functions.php:722 +#: inc/course/lp-course-functions.php:759 msgid "Edit this item" msgstr "" -#: inc/course/lp-course-functions.php:956 -#: inc/lp-core-functions.php:2612 -#: inc/user-item/class-lp-user-item-quiz.php:140 -#: inc/user-item/class-lp-user-item.php:755 -#: inc/user/class-lp-profile.php:821 -#: inc/user/class-lp-profile.php:855 -#: templates/profile/tabs/courses.php:32 -#: assets/js/dist/frontend/quiz.js:157 +#: inc/course/lp-course-functions.php:1001 +#: inc/lp-core-functions.php:2573 +#: inc/templates/class-lp-template-profile.php:103 +#: inc/user-item/class-lp-user-item-quiz.php:147 +#: inc/user-item/class-lp-user-item.php:811 +#: inc/user/class-lp-profile.php:873 +#: inc/user/class-lp-profile.php:907 +#: assets/js/dist/frontend/quiz.min.js:167 msgid "Passed" msgstr "" -#: inc/course/lp-course-functions.php:959 -#: inc/lp-core-functions.php:2615 -#: inc/user-item/class-lp-user-item-quiz.php:141 -#: inc/user-item/class-lp-user-item.php:756 -#: inc/user/class-lp-profile.php:822 -#: inc/user/class-lp-profile.php:856 -#: templates/profile/tabs/courses.php:33 -#: assets/js/dist/frontend/quiz.js:159 +#: inc/course/lp-course-functions.php:1004 +#: inc/lp-core-functions.php:2576 +#: inc/templates/class-lp-template-profile.php:104 +#: inc/user-item/class-lp-user-item-quiz.php:148 +#: inc/user-item/class-lp-user-item.php:812 +#: inc/user/class-lp-profile.php:874 +#: inc/user/class-lp-profile.php:908 +#: assets/js/dist/frontend/quiz.min.js:169 msgid "Failed" msgstr "" -#: inc/course/lp-course-functions.php:962 +#: inc/course/lp-course-functions.php:1007 +#: inc/lp-core-functions.php:2579 #: inc/lp-deprecated.php:403 -#: inc/user-item/class-lp-user-item-quiz.php:137 -#: inc/user-item/class-lp-user-item-quiz.php:138 -#: inc/user-item/class-lp-user-item.php:749 -#: inc/user-item/class-lp-user-item.php:750 -#: inc/user-item/class-lp-user-item.php:751 -#: templates/profile/tabs/courses.php:30 +#: inc/templates/class-lp-template-profile.php:101 +#: inc/user-item/class-lp-user-item-quiz.php:144 +#: inc/user-item/class-lp-user-item-quiz.php:145 +#: inc/user-item/class-lp-user-item.php:805 +#: inc/user-item/class-lp-user-item.php:806 +#: inc/user-item/class-lp-user-item.php:807 msgid "In Progress" msgstr "" -#: inc/course/lp-course-functions.php:1027 -msgid "Invalid request!" +#: inc/course/lp-course-functions.php:1087 +msgid "lessons completed per total number of lessons." msgstr "" -#: inc/course/lp-course-functions.php:1045 -msgid "Welcome back, %s" +#: inc/course/lp-course-functions.php:1090 +msgid "quizzes passed per total number of quizzes." msgstr "" -#: inc/course/lp-course-functions.php:1100 -msgid "Lessons Completed" +#: inc/course/lp-course-functions.php:1093 +msgid "Final Quiz" msgstr "" -#: inc/course/lp-course-functions.php:1103 -msgid "Quizzes Completed" +#: inc/course/lp-course-functions.php:1096 +msgid "correct answers per total number of questions." msgstr "" -#: inc/course/lp-course-functions.php:1106 -msgid "Final Quiz" +#: inc/course/lp-course-functions.php:1099 +msgid "score achieved per total score of the questions." msgstr "" -#: inc/course/lp-course-functions.php:1113 -msgid "Require %1$s %2$s" +#: inc/course/lp-course-functions.php:1108 +msgid "Require" msgstr "" #: inc/curds/class-lp-course-curd.php:27 msgid "Course does not exist." msgstr "" -#: inc/curds/class-lp-course-curd.php:131 +#: inc/curds/class-lp-course-curd.php:133 #: inc/curds/class-lp-lesson-curd.php:104 #: inc/curds/class-lp-question-curd.php:150 #: inc/curds/class-lp-quiz-curd.php:156 msgid "

Op! ID not found

" msgstr "" -#: inc/curds/class-lp-course-curd.php:135 +#: inc/curds/class-lp-course-curd.php:137 msgid "

Op! The course does not exist

" msgstr "" -#: inc/curds/class-lp-course-curd.php:140 +#: inc/curds/class-lp-course-curd.php:143 msgid "

Sorry! You don't have permission to duplicate this course

" msgstr "" -#: inc/curds/class-lp-course-curd.php:147 +#: inc/curds/class-lp-course-curd.php:153 msgid "

Sorry! Failed to duplicate course!

" msgstr "" @@ -3754,7 +3646,11 @@ msgid "Order is already assigned." msgstr "" #: inc/curds/class-lp-order-curd.php:506 -msgid "User does not exist." +msgid "User invalid!." +msgstr "" + +#: inc/curds/class-lp-order-curd.php:510 +msgid "Order key invalid with Email!" msgstr "" #: inc/curds/class-lp-question-curd.php:28 @@ -3797,33 +3693,25 @@ msgstr "" msgid "

Sorry! Failed to duplicate quiz!

" msgstr "" -#: inc/curds/class-lp-user-curd.php:1501 -#: inc/curds/class-lp-user-curd.php:1818 -msgid "course" -msgstr "" - -#: inc/curds/class-lp-user-curd.php:1502 -#: inc/curds/class-lp-user-curd.php:1819 -msgid "courses" -msgstr "" - -#: inc/curds/class-lp-user-curd.php:1927 +#: inc/curds/class-lp-user-curd.php:1918 msgid "No item in Order" msgstr "" -#: inc/curds/class-lp-user-curd.php:2043 +#: inc/curds/class-lp-user-curd.php:2047 +#: inc/user/class-lp-user.php:736 msgid "quiz" msgstr "" -#: inc/curds/class-lp-user-curd.php:2044 +#: inc/curds/class-lp-user-curd.php:2048 +#: inc/user/class-lp-user.php:737 msgid "quizzes" msgstr "" -#: inc/curds/class-lp-user-curd.php:2116 +#: inc/curds/class-lp-user-curd.php:2120 msgid "An account is already registered with your email address. Please log in." msgstr "" -#: inc/curds/class-lp-user-curd.php:2138 +#: inc/curds/class-lp-user-curd.php:2142 msgid "Failed to create user" msgstr "" @@ -3835,918 +3723,971 @@ msgstr "" msgid "Invalid quiz." msgstr "" -#: inc/custom-post-types/abstract.php:156 -msgid "Search by user" -msgstr "" - -#: inc/custom-post-types/abstract.php:204 +#: inc/custom-post-types/abstract.php:343 msgid "This item has already assigned to course. It will be removed from course if it is not published." msgstr "" -#: inc/custom-post-types/abstract.php:219 +#: inc/custom-post-types/abstract.php:358 msgid "This question has already assigned to quiz. It will be removed from quiz if it is not published." msgstr "" -#: inc/custom-post-types/abstract.php:573 +#: inc/custom-post-types/abstract.php:646 +msgid "Unknown" +msgstr "" + +#: inc/custom-post-types/abstract.php:729 msgid "Course (%1$d %2$s)" msgid_plural "Course (%1$d %2$s)" msgstr[0] "" msgstr[1] "" -#: inc/custom-post-types/abstract.php:605 +#: inc/custom-post-types/abstract.php:761 msgid "Remove Filter" msgstr "" -#: inc/custom-post-types/abstract.php:770 -#: inc/custom-post-types/abstract.php:773 +#: inc/custom-post-types/abstract.php:950 +#: inc/custom-post-types/abstract.php:953 msgid "updated." msgstr "" -#: inc/custom-post-types/abstract.php:771 +#: inc/custom-post-types/abstract.php:951 msgid "Custom field updated." msgstr "" -#: inc/custom-post-types/abstract.php:772 +#: inc/custom-post-types/abstract.php:952 msgid "Custom field deleted." msgstr "" #. translators: %s: date and time of the revision -#: inc/custom-post-types/abstract.php:775 +#: inc/custom-post-types/abstract.php:955 msgid "Lesson restored to revision from %s" msgstr "" -#: inc/custom-post-types/abstract.php:776 +#: inc/custom-post-types/abstract.php:956 msgid "published." msgstr "" -#: inc/custom-post-types/abstract.php:777 +#: inc/custom-post-types/abstract.php:957 msgid "saved." msgstr "" -#: inc/custom-post-types/abstract.php:778 +#: inc/custom-post-types/abstract.php:958 msgid "submitted." msgstr "" -#: inc/custom-post-types/abstract.php:780 +#: inc/custom-post-types/abstract.php:960 msgid "scheduled for: %1$s." msgstr "" #. translators: Publish box date format, see http://php.net/date -#: inc/custom-post-types/abstract.php:782 +#: inc/custom-post-types/abstract.php:962 msgid "M j, Y @ G:i" msgstr "" -#: inc/custom-post-types/abstract.php:784 +#: inc/custom-post-types/abstract.php:964 msgid "draft updated." msgstr "" -#: inc/custom-post-types/course.php:80 +#: inc/custom-post-types/course.php:74 msgid "Create a new" msgstr "" -#: inc/custom-post-types/course.php:83 +#: inc/custom-post-types/course.php:77 msgid "Do you want to remove item \"{{ITEM_NAME}}\" to trash?" msgstr "" -#: inc/custom-post-types/course.php:86 +#: inc/custom-post-types/course.php:80 msgid "Items" msgstr "" -#: inc/custom-post-types/course.php:88 +#: inc/custom-post-types/course.php:82 msgid "Course sale price must less than the regular price" msgstr "" -#: inc/custom-post-types/course.php:89 +#: inc/custom-post-types/course.php:83 msgid "Course price must greater than the sale price" msgstr "" -#: inc/custom-post-types/course.php:90 +#: inc/custom-post-types/course.php:84 msgid "Sale start date must before sale end date" msgstr "" -#: inc/custom-post-types/course.php:91 +#: inc/custom-post-types/course.php:85 msgid "Sale end date must after sale start date" msgstr "" -#: inc/custom-post-types/course.php:92 +#: inc/custom-post-types/course.php:86 msgid "Invalid date" msgstr "" -#: inc/custom-post-types/course.php:111 +#: inc/custom-post-types/course.php:105 msgctxt "Post Type General Name" msgid "Courses" msgstr "" -#: inc/custom-post-types/course.php:112 +#: inc/custom-post-types/course.php:106 msgctxt "Post Type Singular Name" msgid "Course" msgstr "" -#: inc/custom-post-types/course.php:114 +#: inc/custom-post-types/course.php:108 msgid "Parent Item:" msgstr "" -#: inc/custom-post-types/course.php:116 +#: inc/custom-post-types/course.php:110 msgid "View Course" msgstr "" -#: inc/custom-post-types/course.php:117 +#: inc/custom-post-types/course.php:111 msgid "Add New Course" msgstr "" -#: inc/custom-post-types/course.php:118 -#: inc/custom-post-types/lesson.php:170 -#: inc/custom-post-types/order.php:823 -#: inc/custom-post-types/question.php:217 +#: inc/custom-post-types/course.php:112 +#: inc/custom-post-types/lesson.php:162 +#: inc/custom-post-types/order.php:819 +#: inc/custom-post-types/question.php:211 msgid "Add New" msgstr "" -#: inc/custom-post-types/course.php:119 +#: inc/custom-post-types/course.php:113 msgid "Edit Course" msgstr "" -#: inc/custom-post-types/course.php:120 +#: inc/custom-post-types/course.php:114 msgid "Update Course" msgstr "" -#: inc/custom-post-types/course.php:121 +#: inc/custom-post-types/course.php:115 msgid "Search Courses" msgstr "" -#: inc/custom-post-types/course.php:122 +#: inc/custom-post-types/course.php:116 msgid "You haven't had any courses yet. Click Add new to start" msgstr "" -#: inc/custom-post-types/course.php:123 +#: inc/custom-post-types/course.php:117 msgid "No course found in Trash" msgstr "" -#: inc/custom-post-types/course.php:170 -#: inc/custom-post-types/course.php:172 +#: inc/custom-post-types/course.php:164 +#: inc/custom-post-types/course.php:166 msgid "Course Categories" msgstr "" -#: inc/custom-post-types/course.php:174 +#: inc/custom-post-types/course.php:168 #: templates/single-course/meta/category.php:15 msgid "Category" msgstr "" -#: inc/custom-post-types/course.php:175 +#: inc/custom-post-types/course.php:169 msgid "Add New Course Category" msgstr "" -#: inc/custom-post-types/course.php:176 +#: inc/custom-post-types/course.php:170 msgid "All Categories" msgstr "" -#: inc/custom-post-types/course.php:188 +#: inc/custom-post-types/course.php:182 msgctxt "slug" msgid "course-category" msgstr "" -#: inc/custom-post-types/course.php:202 -#: inc/custom-post-types/course.php:216 +#: inc/custom-post-types/course.php:196 +#: inc/custom-post-types/course.php:210 msgid "Course Tags" msgstr "" -#: inc/custom-post-types/course.php:203 -#: inc/custom-post-types/question.php:190 -#: inc/custom-post-types/question.php:191 +#: inc/custom-post-types/course.php:197 +#: inc/custom-post-types/question.php:184 +#: inc/custom-post-types/question.php:185 msgid "Tag" msgstr "" -#: inc/custom-post-types/course.php:204 +#: inc/custom-post-types/course.php:198 msgid "Search Course Tags" msgstr "" -#: inc/custom-post-types/course.php:205 +#: inc/custom-post-types/course.php:199 msgid "Popular Course Tags" msgstr "" -#: inc/custom-post-types/course.php:206 +#: inc/custom-post-types/course.php:200 msgid "All Course Tags" msgstr "" -#: inc/custom-post-types/course.php:209 +#: inc/custom-post-types/course.php:203 msgid "Edit Course Tag" msgstr "" -#: inc/custom-post-types/course.php:210 +#: inc/custom-post-types/course.php:204 msgid "Update Course Tag" msgstr "" -#: inc/custom-post-types/course.php:211 +#: inc/custom-post-types/course.php:205 msgid "Add New Course Tag" msgstr "" -#: inc/custom-post-types/course.php:212 +#: inc/custom-post-types/course.php:206 msgid "New Course Tag Name" msgstr "" -#: inc/custom-post-types/course.php:213 +#: inc/custom-post-types/course.php:207 msgid "Separate tags with commas" msgstr "" -#: inc/custom-post-types/course.php:214 +#: inc/custom-post-types/course.php:208 msgid "Add or remove tags" msgstr "" -#: inc/custom-post-types/course.php:215 +#: inc/custom-post-types/course.php:209 msgid "Choose from the most used tags" msgstr "" -#: inc/custom-post-types/course.php:226 +#: inc/custom-post-types/course.php:220 msgctxt "slug" msgid "course-tag" msgstr "" -#: inc/custom-post-types/course.php:544 -#: inc/custom-post-types/course.php:561 -#: templates/emails/order-items-table.php:68 +#: inc/custom-post-types/course.php:535 +#: inc/custom-post-types/course.php:552 +#: templates/emails/order-items-table.php:87 msgid "Price" msgstr "" -#: inc/custom-post-types/course.php:550 -#: inc/custom-post-types/course.php:553 +#: inc/custom-post-types/course.php:541 +#: inc/custom-post-types/course.php:544 msgid "Thumbnail" msgstr "" -#: inc/custom-post-types/course.php:595 +#: inc/custom-post-types/course.php:586 msgid "%d section" msgid_plural "%d sections" msgstr[0] "" msgstr[1] "" -#: inc/custom-post-types/course.php:610 +#: inc/custom-post-types/course.php:602 msgid "%d " msgid_plural "%d " msgstr[0] "" msgstr[1] "" -#: inc/custom-post-types/course.php:623 +#: inc/custom-post-types/course.php:628 msgid "No content" msgstr "" -#: inc/custom-post-types/course.php:719 -#: inc/lp-template-functions.php:65 +#: inc/custom-post-types/course.php:647 +#: inc/lp-template-functions.php:67 msgid "Curriculum" msgstr "" -#: inc/custom-post-types/lesson.php:105 -#: inc/custom-post-types/question.php:81 -#: inc/custom-post-types/quiz.php:63 -msgid "Unassigned %s" -msgstr "" - -#: inc/custom-post-types/lesson.php:121 -msgid "Preview %s" +#: inc/custom-post-types/lesson.php:119 +#: inc/custom-post-types/question.php:94 +#: inc/custom-post-types/quiz.php:69 +msgid "Unassigned" msgstr "" -#: inc/custom-post-types/lesson.php:138 -msgid "No Preview %s" +#: inc/custom-post-types/lesson.php:141 +msgid "No Preview" msgstr "" -#: inc/custom-post-types/lesson.php:164 -#: inc/custom-post-types/lesson.php:165 -#: inc/custom-post-types/lesson.php:168 -#: templates/widgets/course-info.php:26 +#: inc/custom-post-types/lesson.php:156 +#: inc/custom-post-types/lesson.php:157 +#: inc/custom-post-types/lesson.php:160 +#: templates/widgets/course-info.php:25 msgid "Lessons" msgstr "" -#: inc/custom-post-types/lesson.php:167 +#: inc/custom-post-types/lesson.php:159 msgid "Add New Lesson" msgstr "" -#: inc/custom-post-types/lesson.php:169 +#: inc/custom-post-types/lesson.php:161 msgid "View Lesson" msgstr "" -#: inc/custom-post-types/lesson.php:171 +#: inc/custom-post-types/lesson.php:163 msgid "Edit Lesson" msgstr "" -#: inc/custom-post-types/lesson.php:172 +#: inc/custom-post-types/lesson.php:164 msgid "Update Lesson" msgstr "" -#: inc/custom-post-types/lesson.php:173 +#: inc/custom-post-types/lesson.php:165 msgid "Search Lessons" msgstr "" -#: inc/custom-post-types/lesson.php:174 +#: inc/custom-post-types/lesson.php:166 msgid "No lesson found" msgstr "" -#: inc/custom-post-types/lesson.php:175 +#: inc/custom-post-types/lesson.php:167 msgid "No lesson found in Trash" msgstr "" -#: inc/custom-post-types/lesson.php:235 +#: inc/custom-post-types/lesson.php:226 msgid "Format" msgstr "" -#: inc/custom-post-types/lesson.php:287 +#: inc/custom-post-types/lesson.php:278 msgid "Standard" msgstr "" -#: inc/custom-post-types/lesson.php:348 -#: inc/custom-post-types/question.php:535 -#: inc/custom-post-types/quiz.php:477 +#: inc/custom-post-types/lesson.php:316 +#: inc/custom-post-types/question.php:490 +#: inc/custom-post-types/quiz.php:431 msgid "Assigned" msgstr "" -#: inc/custom-post-types/order.php:383 -msgid "Order number, user name, user email, course name etc..." +#: inc/custom-post-types/order.php:375 +msgid "Order number, course name etc..." msgstr "" -#: inc/custom-post-types/order.php:577 -#: inc/custom-post-types/order.php:822 +#: inc/custom-post-types/order.php:572 +#: inc/custom-post-types/order.php:818 msgid "View Order" msgstr "" -#: inc/custom-post-types/order.php:585 +#: inc/custom-post-types/order.php:586 msgid "View child orders" msgstr "" -#: inc/custom-post-types/order.php:653 -#: inc/custom-post-types/order.php:818 +#: inc/custom-post-types/order.php:655 +#: inc/custom-post-types/order.php:814 #: templates/profile/tabs/orders/list.php:29 msgid "Order" msgstr "" -#: inc/custom-post-types/order.php:654 +#: inc/custom-post-types/order.php:656 msgid "Student" msgstr "" -#: inc/custom-post-types/order.php:655 +#: inc/custom-post-types/order.php:657 #: inc/lp-deprecated.php:372 msgid "Purchased" msgstr "" -#: inc/custom-post-types/order.php:708 -#: inc/order/class-lp-order.php:467 +#: inc/custom-post-types/order.php:710 +#: inc/order/class-lp-order.php:458 msgid "(Guest)" msgstr "" -#: inc/custom-post-types/order.php:764 -#: templates/checkout/order-received.php:63 +#: inc/custom-post-types/order.php:766 +#: templates/checkout/order-received.php:71 msgid "Course does not exist" msgstr "" -#: inc/custom-post-types/order.php:766 +#: inc/custom-post-types/order.php:768 msgid "Deleted" msgstr "" -#: inc/custom-post-types/order.php:781 -#: templates/checkout/order-received.php:80 +#: inc/custom-post-types/order.php:784 +#: templates/checkout/order-received.php:88 msgid "(No item)" msgstr "" -#: inc/custom-post-types/order.php:789 +#: inc/custom-post-types/order.php:794 msgid "Pay via %s" msgstr "" -#: inc/custom-post-types/order.php:819 +#: inc/custom-post-types/order.php:815 msgid "Add New Order" msgstr "" -#: inc/custom-post-types/order.php:820 -#: inc/custom-post-types/order.php:920 +#: inc/custom-post-types/order.php:816 +#: inc/custom-post-types/order.php:983 #: templates/order/order-details.php:20 msgid "Order Details" msgstr "" -#: inc/custom-post-types/order.php:824 +#: inc/custom-post-types/order.php:820 msgid "Update Order" msgstr "" -#: inc/custom-post-types/order.php:825 +#: inc/custom-post-types/order.php:821 msgid "Search Orders" msgstr "" -#: inc/custom-post-types/order.php:826 +#: inc/custom-post-types/order.php:822 msgid "No order found" msgstr "" -#: inc/custom-post-types/order.php:827 +#: inc/custom-post-types/order.php:823 msgid "No order found in Trash" msgstr "" -#: inc/custom-post-types/order.php:921 +#: inc/custom-post-types/order.php:991 msgid "Order Actions" msgstr "" -#: inc/custom-post-types/order.php:922 +#: inc/custom-post-types/order.php:999 msgid "Order Exports" msgstr "" -#: inc/custom-post-types/question.php:171 -#: inc/custom-post-types/quiz.php:177 +#: inc/custom-post-types/question.php:127 +#: assets/js/dist/frontend/quiz.min.js:214 +msgid "Correct" +msgstr "" + +#: inc/custom-post-types/question.php:133 +msgid "Incorrect" +msgstr "" + +#: inc/custom-post-types/question.php:165 +#: inc/custom-post-types/quiz.php:171 msgid "New Option" msgstr "" -#: inc/custom-post-types/question.php:172 -#: inc/custom-post-types/quiz.php:183 +#: inc/custom-post-types/question.php:166 +#: inc/custom-post-types/quiz.php:177 msgid "Are you sure to remove all blanks?" msgstr "" -#: inc/custom-post-types/question.php:189 +#: inc/custom-post-types/question.php:183 msgid "Question Tag" msgstr "" -#: inc/custom-post-types/question.php:192 +#: inc/custom-post-types/question.php:186 msgid "Add New Tag" msgstr "" -#: inc/custom-post-types/question.php:193 +#: inc/custom-post-types/question.php:187 msgid "All Tags" msgstr "" -#: inc/custom-post-types/question.php:211 -#: inc/custom-post-types/question.php:212 +#: inc/custom-post-types/question.php:205 +#: inc/custom-post-types/question.php:206 msgid "Question Bank" msgstr "" -#: inc/custom-post-types/question.php:215 +#: inc/custom-post-types/question.php:209 msgid "View Question" msgstr "" -#: inc/custom-post-types/question.php:216 +#: inc/custom-post-types/question.php:210 msgid "Add New Question" msgstr "" -#: inc/custom-post-types/question.php:218 +#: inc/custom-post-types/question.php:212 msgid "Edit Question" msgstr "" -#: inc/custom-post-types/question.php:219 +#: inc/custom-post-types/question.php:213 msgid "Update Question" msgstr "" -#: inc/custom-post-types/question.php:220 +#: inc/custom-post-types/question.php:214 msgid "Search Questions" msgstr "" -#: inc/custom-post-types/question.php:221 +#: inc/custom-post-types/question.php:215 msgid "No questions found" msgstr "" -#: inc/custom-post-types/question.php:222 +#: inc/custom-post-types/question.php:216 msgid "No questions found in trash" msgstr "" -#: inc/custom-post-types/question.php:536 +#: inc/custom-post-types/question.php:498 msgid "Answer Options" msgstr "" -#: inc/custom-post-types/quiz.php:95 +#: inc/custom-post-types/quiz.php:88 msgid "Add New Quiz" msgstr "" -#: inc/custom-post-types/quiz.php:96 +#: inc/custom-post-types/quiz.php:89 msgid "Edit Quiz" msgstr "" -#: inc/custom-post-types/quiz.php:98 +#: inc/custom-post-types/quiz.php:91 msgid "View Quiz" msgstr "" -#: inc/custom-post-types/quiz.php:100 +#: inc/custom-post-types/quiz.php:93 msgid "Update Quiz" msgstr "" -#: inc/custom-post-types/quiz.php:101 +#: inc/custom-post-types/quiz.php:94 msgid "Search Quizzes" msgstr "" -#: inc/custom-post-types/quiz.php:102 +#: inc/custom-post-types/quiz.php:95 msgid "You haven't had any quizzes yet. Click Add new to start" msgstr "" -#: inc/custom-post-types/quiz.php:103 +#: inc/custom-post-types/quiz.php:96 msgid "No quiz found in Trash" msgstr "" -#: inc/custom-post-types/quiz.php:173 +#: inc/custom-post-types/quiz.php:167 msgid "Option" msgstr "" -#: inc/custom-post-types/quiz.php:178 +#: inc/custom-post-types/quiz.php:172 msgid "Do you want to move question \"{{QUESTION_NAME}}\" to trash?" msgstr "" -#: inc/custom-post-types/quiz.php:292 -#: inc/templates/class-lp-template-course.php:103 -#: inc/templates/class-lp-template-course.php:108 +#: inc/custom-post-types/quiz.php:286 +#: inc/templates/class-lp-template-course.php:115 +#: inc/templates/class-lp-template-course.php:120 msgid "%d question" msgid_plural "%d questions" msgstr[0] "" msgstr[1] "" -#: inc/custom-post-types/quiz.php:292 +#: inc/custom-post-types/quiz.php:286 msgid "This quiz has no questions" msgstr "" -#: inc/databases/class-lp-user-items-db.php:106 +#: inc/databases/class-lp-order-db.php:97 +#: inc/databases/class-lp-order-db.php:131 +#: inc/databases/class-lp-user-items-db.php:82 +#: inc/databases/class-lp-user-items-db.php:428 msgid "User invalid!" msgstr "" -#: inc/emails/class-lp-email-become-an-instructor.php:27 +#: inc/databases/class-lp-section-db.php:155 +msgid "No course id" +msgstr "" + +#: inc/databases/class-lp-section-db.php:214 +msgid "No section id" +msgstr "" + +#: inc/emails/admin/class-lp-email-become-an-instructor.php:24 msgid "Request" msgstr "" -#: inc/emails/class-lp-email-become-an-instructor.php:28 +#: inc/emails/admin/class-lp-email-become-an-instructor.php:25 msgid "Become an instructor email." msgstr "" -#: inc/emails/class-lp-email-become-an-instructor.php:30 +#: inc/emails/admin/class-lp-email-become-an-instructor.php:27 msgid "[{{site_title}}] Request to become an instructor" msgstr "" -#: inc/emails/class-lp-email-become-an-instructor.php:31 +#: inc/emails/admin/class-lp-email-become-an-instructor.php:28 msgid "Become an instructor" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-admin.php:27 -#: inc/emails/class-lp-email-completed-order-admin.php:29 -#: inc/emails/class-lp-email-enrolled-course-admin.php:28 -#: inc/emails/class-lp-email-finished-course-admin.php:28 -#: inc/emails/class-lp-email-new-order-admin.php:27 +#: inc/emails/admin/class-lp-email-cancelled-order-admin.php:25 +#: inc/emails/admin/class-lp-email-completed-order-admin.php:26 +#: inc/emails/admin/class-lp-email-enrolled-course-admin.php:28 +#: inc/emails/admin/class-lp-email-finished-course-admin.php:26 +#: inc/emails/admin/class-lp-email-new-order-admin.php:25 msgid "Admin" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-admin.php:28 +#: inc/emails/admin/class-lp-email-cancelled-order-admin.php:26 msgid "Send email to admin when order has been cancelled." msgstr "" -#: inc/emails/class-lp-email-cancelled-order-admin.php:30 -#: inc/emails/class-lp-email-cancelled-order-instructor.php:27 +#: inc/emails/admin/class-lp-email-cancelled-order-admin.php:27 +#: inc/emails/instructor/class-lp-email-cancelled-order-instructor.php:28 msgid "Order placed on {{order_date}} has been cancelled" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-admin.php:31 -#: inc/emails/class-lp-email-cancelled-order-instructor.php:28 +#: inc/emails/admin/class-lp-email-cancelled-order-admin.php:28 +#: inc/emails/instructor/class-lp-email-cancelled-order-instructor.php:29 msgid "User order has been cancelled" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-guest.php:28 -msgid "Send email to guest when order has been cancelled." +#: inc/emails/admin/class-lp-email-completed-order-admin.php:27 +msgid "Send email to admin when an order has been completed." msgstr "" -#: inc/emails/class-lp-email-cancelled-order-guest.php:30 -#: inc/emails/class-lp-email-cancelled-order-user.php:30 -msgid "Your order on {{order_date}} has been cancelled" +#: inc/emails/admin/class-lp-email-completed-order-admin.php:28 +msgid "Order placed on {{order_date}} has been completed" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-guest.php:31 -#: inc/emails/class-lp-email-cancelled-order-user.php:31 -msgid "Your order has been cancelled" +#: inc/emails/admin/class-lp-email-completed-order-admin.php:29 +msgid "User order has been completed" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-instructor.php:24 -#: inc/emails/class-lp-email-enrolled-course-instructor.php:27 -#: inc/emails/class-lp-email-finished-course-instructor.php:27 -#: inc/emails/class-lp-email-new-order-instructor.php:26 -#: inc/lp-template-functions.php:71 -#: templates/single-course/meta/instructor.php:20 -msgid "Instructor" +#: inc/emails/admin/class-lp-email-enrolled-course-admin.php:29 +msgid "Send this email to admin when user has enrolled course." msgstr "" -#: inc/emails/class-lp-email-cancelled-order-instructor.php:25 -msgid "Send email to course instructor when order has been cancelled" +#: inc/emails/admin/class-lp-email-enrolled-course-admin.php:30 +#: inc/emails/instructor/class-lp-email-enrolled-course-instructor.php:28 +msgid "{{user_display_name}} has enrolled course" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-user.php:27 -#: inc/emails/class-lp-email-completed-order-user.php:29 -#: inc/emails/class-lp-email-enrolled-course-user.php:27 -#: inc/emails/class-lp-email-finished-course-user.php:27 -#: inc/emails/class-lp-email-new-order-user.php:27 -#: inc/emails/class-lp-email-processing-order-user.php:26 -msgid "User" +#: inc/emails/admin/class-lp-email-enrolled-course-admin.php:31 +#: inc/emails/instructor/class-lp-email-enrolled-course-instructor.php:29 +msgid "User has enrolled course" msgstr "" -#: inc/emails/class-lp-email-cancelled-order-user.php:28 -msgid "Send email to user when order has been cancelled." +#: inc/emails/admin/class-lp-email-finished-course-admin.php:27 +msgid "Send this email to admin when user has finished course." msgstr "" -#: inc/emails/class-lp-email-completed-order-admin.php:30 -msgid "Send email to admin when an order has been completed." +#: inc/emails/admin/class-lp-email-finished-course-admin.php:28 +#: inc/emails/instructor/class-lp-email-finished-course-instructor.php:28 +msgid "{{user_display_name}} has finished course" msgstr "" -#: inc/emails/class-lp-email-completed-order-admin.php:32 -msgid "Order placed on {{order_date}} has been completed" +#: inc/emails/admin/class-lp-email-finished-course-admin.php:29 +#: inc/emails/instructor/class-lp-email-finished-course-instructor.php:29 +msgid "User has finished course" msgstr "" -#: inc/emails/class-lp-email-completed-order-admin.php:33 -msgid "User order has been completed" +#: inc/emails/admin/class-lp-email-new-order-admin.php:26 +msgid "Notify admin when a new order is placed." msgstr "" -#: inc/emails/class-lp-email-completed-order-guest.php:30 -#: inc/emails/class-lp-email-new-order-guest.php:28 -msgid "Send email to the user who has bought course as guest." +#: inc/emails/admin/class-lp-email-new-order-admin.php:28 +#: inc/emails/instructor/class-lp-email-new-order-instructor.php:24 +msgid "New order placed on {{order_date}}" msgstr "" -#: inc/emails/class-lp-email-completed-order-guest.php:32 -#: inc/emails/class-lp-email-completed-order-user.php:33 -msgid "Your order on {{order_date}} has completed" +#: inc/emails/admin/class-lp-email-new-order-admin.php:29 +#: inc/emails/instructor/class-lp-email-new-order-instructor.php:25 +msgid "New user order" msgstr "" -#: inc/emails/class-lp-email-completed-order-guest.php:33 -#: inc/emails/class-lp-email-completed-order-user.php:34 -msgid "Your order has completed" +#: inc/emails/class-lp-email.php:1038 +msgid "Recipient(s)" msgstr "" -#: inc/emails/class-lp-email-completed-order-user.php:30 -msgid "Send email to the user who has bought course when order is completed." +#: inc/emails/class-lp-email.php:1042 +msgid "Separate other recipients by comma." msgstr "" -#: inc/emails/class-lp-email-enrolled-course-admin.php:29 -msgid "Send this email to admin when user has enrolled course." +#: inc/emails/class-lp-email.php:1047 +msgid "Subject" msgstr "" -#: inc/emails/class-lp-email-enrolled-course-admin.php:30 -#: inc/emails/class-lp-email-enrolled-course-instructor.php:30 -msgid "{{user_display_name}} has enrolled course" +#: inc/emails/class-lp-email.php:1054 +msgid "Email heading" msgstr "" -#: inc/emails/class-lp-email-enrolled-course-admin.php:31 -#: inc/emails/class-lp-email-enrolled-course-instructor.php:31 -msgid "User has enrolled course" +#: inc/emails/guest/class-lp-email-cancelled-order-guest.php:26 +msgid "Send email to guest when order has been cancelled." msgstr "" -#: inc/emails/class-lp-email-enrolled-course-instructor.php:28 -msgid "Send this email to instructor when they have enrolled course." +#: inc/emails/guest/class-lp-email-cancelled-order-guest.php:28 +#: inc/emails/student/class-lp-email-cancelled-order-user.php:28 +msgid "Your order on {{order_date}} has been cancelled" msgstr "" -#: inc/emails/class-lp-email-enrolled-course-user.php:28 -msgid "Send this email to user when they have enrolled course." +#: inc/emails/guest/class-lp-email-cancelled-order-guest.php:29 +#: inc/emails/student/class-lp-email-cancelled-order-user.php:29 +msgid "Your order has been cancelled" msgstr "" -#: inc/emails/class-lp-email-enrolled-course-user.php:30 -msgid "[{{site_title}}] You have enrolled in course" +#: inc/emails/guest/class-lp-email-completed-order-guest.php:30 +#: inc/emails/guest/class-lp-email-new-order-guest.php:26 +msgid "Send email to the user who has bought course as guest." msgstr "" -#: inc/emails/class-lp-email-enrolled-course-user.php:31 -msgid "You have enrolled course" +#: inc/emails/guest/class-lp-email-completed-order-guest.php:32 +#: inc/emails/student/class-lp-email-completed-order-user.php:35 +msgid "Your order on {{order_date}} has completed" msgstr "" -#: inc/emails/class-lp-email-finished-course-admin.php:29 -msgid "Send this email to admin when user has finished course." +#: inc/emails/guest/class-lp-email-completed-order-guest.php:33 +#: inc/emails/student/class-lp-email-completed-order-user.php:36 +msgid "Your order has completed" msgstr "" -#: inc/emails/class-lp-email-finished-course-admin.php:30 -#: inc/emails/class-lp-email-finished-course-instructor.php:30 -msgid "{{user_display_name}} has finished course" +#: inc/emails/guest/class-lp-email-new-order-guest.php:28 +#: inc/emails/guest/class-lp-email-processing-order-guest.php:25 +#: inc/emails/student/class-lp-email-new-order-user.php:28 +#: inc/emails/student/class-lp-email-processing-order-user.php:25 +msgid "Your order placed on {{order_date}}" msgstr "" -#: inc/emails/class-lp-email-finished-course-admin.php:31 -#: inc/emails/class-lp-email-finished-course-instructor.php:31 -msgid "User has finished course" +#: inc/emails/guest/class-lp-email-new-order-guest.php:29 +#: inc/emails/guest/class-lp-email-processing-order-guest.php:26 +#: inc/emails/student/class-lp-email-new-order-user.php:29 +#: inc/emails/student/class-lp-email-processing-order-user.php:26 +msgid "Thank you for your order" msgstr "" -#: inc/emails/class-lp-email-finished-course-instructor.php:28 -msgid "Send this email to instructor when they have finished course." +#: inc/emails/guest/class-lp-email-processing-order-guest.php:23 +msgid "Send email to user who has purchased course as a Guest when the order is processing." msgstr "" -#: inc/emails/class-lp-email-finished-course-user.php:28 -msgid "Send this email to user when they have finished course." +#: inc/emails/instructor/class-lp-email-cancelled-order-instructor.php:25 +#: inc/emails/instructor/class-lp-email-enrolled-course-instructor.php:25 +#: inc/emails/instructor/class-lp-email-finished-course-instructor.php:25 +#: inc/emails/instructor/class-lp-email-new-order-instructor.php:21 +#: inc/lp-template-functions.php:73 +#: templates/single-course/meta/instructor.php:20 +msgid "Instructor" msgstr "" -#: inc/emails/class-lp-email-finished-course-user.php:30 -msgid "[{{site_title}}] You have finished course" +#: inc/emails/instructor/class-lp-email-cancelled-order-instructor.php:26 +msgid "Send email to course instructor when order has been cancelled" msgstr "" -#: inc/emails/class-lp-email-finished-course-user.php:31 -msgid "You have finished course" +#: inc/emails/instructor/class-lp-email-enrolled-course-instructor.php:26 +msgid "Send this email to instructor when they have enrolled course." +msgstr "" + +#: inc/emails/instructor/class-lp-email-finished-course-instructor.php:26 +msgid "Send this email to instructor when they have finished course." msgstr "" -#: inc/emails/class-lp-email-instructor-accepted.php:26 +#: inc/emails/instructor/class-lp-email-instructor-accepted.php:28 msgid "Accepted" msgstr "" -#: inc/emails/class-lp-email-instructor-accepted.php:27 +#: inc/emails/instructor/class-lp-email-instructor-accepted.php:29 msgid "Become an instructor email accepted." msgstr "" -#: inc/emails/class-lp-email-instructor-accepted.php:29 +#: inc/emails/instructor/class-lp-email-instructor-accepted.php:31 msgid "[{{site_title}}] Your request to become an instructor accepted" msgstr "" -#: inc/emails/class-lp-email-instructor-accepted.php:30 +#: inc/emails/instructor/class-lp-email-instructor-accepted.php:32 msgid "Become an instructor accepted" msgstr "" -#: inc/emails/class-lp-email-instructor-denied.php:26 +#: inc/emails/instructor/class-lp-email-instructor-denied.php:24 msgid "Denied" msgstr "" -#: inc/emails/class-lp-email-instructor-denied.php:27 +#: inc/emails/instructor/class-lp-email-instructor-denied.php:25 msgid "Become an instructor email denied." msgstr "" -#: inc/emails/class-lp-email-instructor-denied.php:29 +#: inc/emails/instructor/class-lp-email-instructor-denied.php:27 msgid "[{{site_title}}] Your request to become an instructor denied" msgstr "" -#: inc/emails/class-lp-email-instructor-denied.php:30 +#: inc/emails/instructor/class-lp-email-instructor-denied.php:28 msgid "Become an instructor denied" msgstr "" -#: inc/emails/class-lp-email-new-course.php:28 -#: inc/emails/class-lp-email-new-course.php:35 -msgid "New course" +#: inc/emails/instructor/class-lp-email-new-order-instructor.php:22 +msgid "Notify instructors when a user enroll their courses." msgstr "" -#: inc/emails/class-lp-email-new-course.php:29 -msgid "Email settings when a new course is submitted for review." +#: inc/emails/student/class-lp-email-cancelled-order-user.php:25 +#: inc/emails/student/class-lp-email-completed-order-user.php:29 +#: inc/emails/student/class-lp-email-enrolled-course-user.php:27 +#: inc/emails/student/class-lp-email-finished-course-user.php:26 +#: inc/emails/student/class-lp-email-new-order-user.php:25 +#: inc/emails/student/class-lp-email-processing-order-user.php:22 +msgid "User" msgstr "" -#: inc/emails/class-lp-email-new-course.php:34 -msgid "[{{site_title}}] New course has been submitted for review ({{course_name}})" +#: inc/emails/student/class-lp-email-cancelled-order-user.php:26 +msgid "Send email to user when order has been cancelled." msgstr "" -#: inc/emails/class-lp-email-new-course.php:140 -#: inc/emails/class-lp-email.php:980 -msgid "Recipient(s)" +#: inc/emails/student/class-lp-email-completed-order-user.php:30 +msgid "Send email to the user who has bought course when order is completed." msgstr "" -#: inc/emails/class-lp-email-new-course.php:144 -msgid "Email recipient(s) (separated by comma), default: %s." +#: inc/emails/student/class-lp-email-enrolled-course-user.php:28 +msgid "Send this email to user when they have enrolled course." msgstr "" -#: inc/emails/class-lp-email-new-course.php:157 -#: inc/emails/class-lp-email-published-course.php:128 -#: inc/emails/class-lp-email-rejected-course.php:125 -#: inc/emails/class-lp-email-updated-course.php:170 -#: inc/emails/class-lp-email-user-order-changed-status.php:142 -#: inc/emails/class-lp-email-user-order-completed.php:143 -#: inc/emails/class-lp-email.php:989 -msgid "Subject" +#: inc/emails/student/class-lp-email-enrolled-course-user.php:30 +msgid "[{{site_title}}] You have enrolled in course" msgstr "" -#: inc/emails/class-lp-email-new-course.php:161 -#: inc/emails/class-lp-email-published-course.php:132 -#: inc/emails/class-lp-email-rejected-course.php:129 -#: inc/emails/class-lp-email-updated-course.php:174 -#: inc/emails/class-lp-email-user-order-changed-status.php:146 -#: inc/emails/class-lp-email-user-order-completed.php:147 -msgid "Email subject, default: %s." +#: inc/emails/student/class-lp-email-enrolled-course-user.php:31 +msgid "You have enrolled course" msgstr "" -#: inc/emails/class-lp-email-new-course.php:174 -#: inc/emails/class-lp-email-published-course.php:145 -#: inc/emails/class-lp-email-rejected-course.php:142 -#: inc/emails/class-lp-email-updated-course.php:187 -#: inc/emails/class-lp-email-user-order-changed-status.php:159 -#: inc/emails/class-lp-email-user-order-completed.php:160 -msgid "Heading" +#: inc/emails/student/class-lp-email-finished-course-user.php:27 +msgid "Send this email to user when they have finished course." msgstr "" -#: inc/emails/class-lp-email-new-course.php:178 -#: inc/emails/class-lp-email-published-course.php:149 -#: inc/emails/class-lp-email-rejected-course.php:146 -#: inc/emails/class-lp-email-updated-course.php:191 -#: inc/emails/class-lp-email-user-order-changed-status.php:163 -#: inc/emails/class-lp-email-user-order-completed.php:164 -msgid "Email heading, default: %s." +#: inc/emails/student/class-lp-email-finished-course-user.php:29 +msgid "[{{site_title}}] You have finished course" msgstr "" -#: inc/emails/class-lp-email-new-course.php:191 -#: inc/emails/class-lp-email-published-course.php:162 -#: inc/emails/class-lp-email-rejected-course.php:159 -#: inc/emails/class-lp-email-updated-course.php:204 -#: inc/emails/class-lp-email-user-order-changed-status.php:176 -#: inc/emails/class-lp-email-user-order-completed.php:177 -msgid "Email content" +#: inc/emails/student/class-lp-email-finished-course-user.php:30 +msgid "You have finished course" msgstr "" -#: inc/emails/class-lp-email-new-order-admin.php:28 -msgid "Notify admin when a new order is placed." +#: inc/emails/student/class-lp-email-new-order-user.php:26 +msgid "Notify users when they successfully enroll a course." msgstr "" -#: inc/emails/class-lp-email-new-order-admin.php:30 -#: inc/emails/class-lp-email-new-order-instructor.php:29 -msgid "New order placed on {{order_date}}" +#: inc/emails/student/class-lp-email-processing-order-user.php:23 +msgid "Notify users when their course orders are in processing." msgstr "" -#: inc/emails/class-lp-email-new-order-admin.php:31 -#: inc/emails/class-lp-email-new-order-instructor.php:30 -msgid "New user order" +#: inc/emails/types/class-lp-email-reset-password.php:19 +msgid "Reset Password Email." msgstr "" -#: inc/emails/class-lp-email-new-order-guest.php:30 -#: inc/emails/class-lp-email-new-order-user.php:30 -#: inc/emails/class-lp-email-processing-order-guest.php:30 -#: inc/emails/class-lp-email-processing-order-user.php:29 -msgid "Your order placed on {{order_date}}" +#: inc/emails/types/class-lp-email-reset-password.php:21 +msgid "[{{site_title}}] Reset Password" msgstr "" -#: inc/emails/class-lp-email-new-order-guest.php:31 -#: inc/emails/class-lp-email-new-order-user.php:31 -#: inc/emails/class-lp-email-processing-order-guest.php:31 -#: inc/emails/class-lp-email-processing-order-user.php:30 -msgid "Thank you for your order" +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:11 +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:35 +msgid "Become a teacher" msgstr "" -#: inc/emails/class-lp-email-new-order-instructor.php:27 -msgid "Notify instructors when a user enroll their courses." +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:44 +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:87 +msgid "Fill in your information and send us to become a teacher." msgstr "" -#: inc/emails/class-lp-email-new-order-user.php:28 -msgid "Notify users when they successfully enroll a course." +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:51 +msgid "Button text" msgstr "" -#: inc/emails/class-lp-email-processing-order-guest.php:28 -msgid "Send email to user who has purchased course as a Guest when the order is processing." +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:53 +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:88 +#: templates/global/become-teacher-form.php:54 +msgid "Submit" msgstr "" -#: inc/emails/class-lp-email-processing-order-user.php:27 -msgid "Notify users when their course orders are in processing." +#: inc/external-plugin/elementor/widgets/become-a-teacher.php:60 +msgid "Button Processing text" msgstr "" -#: inc/emails/class-lp-email-published-course.php:28 -msgid "Approved course" +#: inc/external-plugin/elementor/widgets/list-courses.php:11 +msgid "List Courses" msgstr "" -#: inc/emails/class-lp-email-published-course.php:29 -msgid "Settings for email when a course is approved." +#: inc/external-plugin/elementor/widgets/list-courses.php:38 +msgid "Layout Type" msgstr "" -#: inc/emails/class-lp-email-published-course.php:34 -msgid "[{{site_title}}] Your course {{course_name}} has been approved" +#: inc/external-plugin/elementor/widgets/list-courses.php:41 +msgid "List" msgstr "" -#: inc/emails/class-lp-email-published-course.php:35 -msgid "Course approved" +#: inc/external-plugin/elementor/widgets/list-courses.php:42 +msgid "Grid" msgstr "" -#: inc/emails/class-lp-email-rejected-course.php:28 -#: inc/emails/class-lp-email-rejected-course.php:35 -msgid "Rejected course" +#: inc/external-plugin/elementor/widgets/list-courses.php:50 +#: inc/widgets/course-extra.php:40 +#: inc/widgets/course-info.php:37 +#: inc/widgets/course-progress.php:34 +msgid "Select Course" msgstr "" -#: inc/emails/class-lp-email-rejected-course.php:29 -msgid "Settings for email when a course is rejected." +#: inc/external-plugin/elementor/widgets/list-courses.php:59 +msgid "Select Category" msgstr "" -#: inc/emails/class-lp-email-rejected-course.php:34 -msgid "[{{site_title}}] Your course {{course_name}} has been rejected" +#: inc/external-plugin/elementor/widgets/list-courses.php:68 +msgid "Order By" msgstr "" -#: inc/emails/class-lp-email-updated-course.php:32 -msgid "Updated course" +#: inc/external-plugin/elementor/widgets/list-courses.php:71 +msgid "DESC" msgstr "" -#: inc/emails/class-lp-email-updated-course.php:33 -msgid "Send this email to users have purchased when the course is updated." +#: inc/external-plugin/elementor/widgets/list-courses.php:72 +msgid "ASC" msgstr "" -#: inc/emails/class-lp-email-updated-course.php:38 -msgid "[{{site_title}}] The course ({{course_name}}) has just been updated." +#: inc/external-plugin/elementor/widgets/list-courses.php:80 +msgid "Course Type" msgstr "" -#: inc/emails/class-lp-email-updated-course.php:39 -msgid "Update course" +#: inc/external-plugin/elementor/widgets/list-courses.php:84 +msgid "Recent" msgstr "" -#: inc/emails/class-lp-email-user-order-changed-status.php:26 -msgid "User order changed status" +#: inc/external-plugin/elementor/widgets/list-courses.php:85 +msgid "Popular" msgstr "" -#: inc/emails/class-lp-email-user-order-changed-status.php:27 -msgid "Send email to user when the order status is changed" +#: inc/external-plugin/elementor/widgets/list-courses.php:86 +#: templates/loop/course/badge-featured.php:23 +msgid "Featured" msgstr "" -#: inc/emails/class-lp-email-user-order-changed-status.php:32 -msgid "Your order {{order_date}} status has just been changed" +#: inc/external-plugin/elementor/widgets/list-courses.php:94 +msgid "Number Post" msgstr "" -#: inc/emails/class-lp-email-user-order-changed-status.php:33 -msgid "Your order {{order_number}} status has just been changed" +#: inc/external-plugin/elementor/widgets/login-form.php:11 +msgid "Login Form" msgstr "" -#: inc/emails/class-lp-email-user-order-completed.php:27 -msgid "User order completed" +#: inc/external-plugin/elementor/widgets/login-form.php:31 +msgid "Login form is disabled" msgstr "" -#: inc/emails/class-lp-email-user-order-completed.php:28 -msgid "Send email to user when the order is completed" +#: inc/external-plugin/elementor/widgets/register-form.php:11 +msgid "Register Form" msgstr "" -#: inc/emails/class-lp-email-user-order-completed.php:33 -msgid "Your order {{order_date}} is completed" +#: inc/external-plugin/elementor/widgets/register-form.php:31 +msgid "Register form is disabled" msgstr "" -#: inc/emails/class-lp-email-user-order-completed.php:34 -msgid "Your order {{order_number}} is completed" +#: inc/external-plugin/elementor/widgets/widget-base.php:114 +msgid "Buttons" msgstr "" -#: inc/emails/class-lp-email.php:984 -msgid "Separate other recipients by comma." +#: inc/external-plugin/elementor/widgets/widget-base.php:122 +#: inc/external-plugin/elementor/widgets/widget-base.php:325 +msgid "Spacing" msgstr "" -#: inc/emails/class-lp-email.php:996 -msgid "Email heading" +#: inc/external-plugin/elementor/widgets/widget-base.php:160 +msgid "Normal" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:167 +#: inc/external-plugin/elementor/widgets/widget-base.php:213 +#: inc/external-plugin/elementor/widgets/widget-base.php:381 +msgid "Background Color" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:178 +#: inc/external-plugin/elementor/widgets/widget-base.php:224 +#: inc/external-plugin/elementor/widgets/widget-base.php:342 +#: inc/external-plugin/elementor/widgets/widget-base.php:370 +msgid "Text Color" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:189 +#: inc/external-plugin/elementor/widgets/widget-base.php:235 +msgid "Border Color" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:254 +#: inc/external-plugin/elementor/widgets/widget-base.php:403 +msgid "Border Radius" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:267 +msgid "Text Padding" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:287 +msgid "Form" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:295 +msgid "Rows Gap" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:316 +msgid "Label" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:361 +msgid "Field" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:393 +msgid "Border" +msgstr "" + +#: inc/external-plugin/elementor/widgets/widget-base.php:419 +#: inc/lp-deprecated.php:2289 +#: templates/global/become-teacher-form.php:43 +msgid "Message" msgstr "" #: inc/gateways/class-lp-gateway-abstract.php:218 @@ -4761,27 +4702,27 @@ msgstr "" msgid "Pay with PayPal" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:365 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:373 msgid "IPN payment completed" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:491 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:499 msgid "Enable PayPal Standard" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:494 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:502 msgid "PayPal email" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:499 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:507 msgid "Sandbox mode" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:503 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:511 msgid "Enable PayPal sandbox" msgstr "" -#: inc/gateways/paypal/class-lp-gateway-paypal.php:506 +#: inc/gateways/paypal/class-lp-gateway-paypal.php:514 msgid "Sandbox email address" msgstr "" @@ -4805,286 +4746,461 @@ msgstr "" msgid "The password of the user." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:75 +#: inc/jwt/includes/class-jwt-public.php:85 msgid "JSON Web Token" msgstr "" -#: inc/jwt/includes/class-jwt-public.php:79 +#: inc/jwt/includes/class-jwt-public.php:89 msgid "JSON Web Token." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:84 +#: inc/jwt/includes/class-jwt-public.php:94 msgid "The ID of the user." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:89 +#: inc/jwt/includes/class-jwt-public.php:99 msgid "The username of the user" msgstr "" -#: inc/jwt/includes/class-jwt-public.php:94 +#: inc/jwt/includes/class-jwt-public.php:104 msgid "The email address of the user." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:124 -#: inc/jwt/includes/class-jwt-public.php:264 -msgid "LearnPress JWT is not configurated properly, please contact the admin" +#: inc/jwt/includes/class-jwt-public.php:151 +#: inc/jwt/includes/class-jwt-public.php:388 +msgid "The iss do not match with this server" msgstr "" -#: inc/jwt/includes/class-jwt-public.php:235 -msgid "Authorization header not found." +#: inc/jwt/includes/class-jwt-public.php:162 +#: inc/jwt/includes/class-jwt-public.php:399 +msgid "User ID not found in the token" msgstr "" -#: inc/jwt/includes/class-jwt-public.php:251 -msgid "Authentication token is missing." +#: inc/jwt/includes/class-jwt-public.php:172 +#: inc/jwt/includes/class-jwt-public.php:409 +msgid "Token must have an expiration." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:279 -msgid "The iss do not match with this server" +#: inc/jwt/includes/class-jwt-public.php:182 +#: inc/jwt/includes/class-jwt-public.php:419 +msgid "Token has expired." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:290 -msgid "User ID not found in the token" +#: inc/jwt/includes/class-jwt-public.php:228 +#: inc/jwt/includes/class-jwt-public.php:373 +msgid "LearnPress JWT is not configurated properly, please contact the admin" msgstr "" -#: inc/jwt/includes/class-jwt-public.php:300 -msgid "Token must have an expiration." +#: inc/jwt/includes/class-jwt-public.php:344 +msgid "Authorization header not found." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:310 -msgid "Token has expired." +#: inc/jwt/includes/class-jwt-public.php:360 +msgid "Authentication token is missing." msgstr "" -#: inc/jwt/includes/class-jwt-public.php:325 +#: inc/jwt/includes/class-jwt-public.php:434 msgid "Valid access token." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:32 -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:256 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:38 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:64 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:89 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:114 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:819 #: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:32 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:184 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:58 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:413 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:32 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:197 #: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:32 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:202 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:566 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:212 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:116 #: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:42 -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:57 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:58 #: inc/rest-api/v1/frontend/class-lp-rest-settings-controller.php:23 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:90 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:93 msgid "Unique identifier for the resource." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:262 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:190 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:232 +msgid "Error: No Course ID available." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:239 +msgid "Can not finish course." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:245 +msgid "Error: Cannot finish this course." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:249 +msgid "Congrats! You complete Course is successfully" +msgstr "" + +#. translators: %s: post type +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:278 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:148 +msgid "Cannot create existing %s." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:415 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:296 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:372 +#: templates/single-course/sidebar/user-time.php:37 +msgid "Lifetime" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:658 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:159 +msgid "%s days" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:659 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:160 +msgid "%s hours" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:660 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:161 +msgid "%s mins" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:661 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:162 +msgid "%s secs" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:825 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:419 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:203 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:208 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:572 msgid "Course name." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:267 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:195 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:830 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:424 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:208 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:213 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:577 msgid "Course slug." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:272 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:200 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:835 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:429 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:213 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:218 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:582 msgid "Course URL." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:279 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:842 msgid "Course Image URL." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:285 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:207 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:848 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:436 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:220 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:225 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:589 msgid "The date the Course was created, in the site's timezone." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:291 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:213 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:855 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:442 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:226 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:231 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:595 msgid "The date the Course was created, as GMT." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:297 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:219 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:862 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:448 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:232 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:237 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:601 msgid "The date the Course was last modified, in the site's timezone." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:303 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:225 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:869 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:454 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:238 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:243 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:607 msgid "The date the Course was last modified, as GMT." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:309 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:876 msgid "Shows if the course is on sale." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:315 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:231 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:882 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:460 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:244 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:249 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:613 msgid "Course status (post status)." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:322 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:238 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:889 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:467 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:251 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:256 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:620 msgid "Content course." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:327 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:243 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:894 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:472 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:256 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:261 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:625 msgid "Retrieves the course excerpt.." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:332 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:904 +msgid "Count student enrolled" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:910 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:477 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:630 +msgid "Can finish course" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:916 +msgid "Can retake course" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:922 +msgid "Total retake" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:928 +msgid "Retaken" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:934 +msgid "Course Review add-on" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:940 +msgid "Course Price" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:946 +msgid "Course Origin Price" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:952 +msgid "Course Sale Price" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:958 msgid "List of categories." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:339 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:965 msgid "Category ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:344 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:970 msgid "Category name." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:350 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:976 msgid "Category slug." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:359 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:985 msgid "List of tags." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:366 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:992 msgid "Tag ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:371 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:997 msgid "Tag name." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:377 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1003 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1030 msgid "Tag slug." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:386 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1012 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1045 msgid "Retrieves the course sections and items.." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:393 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1019 +msgid "User ID." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1024 +msgid "Display name." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1036 +msgid "Social Infor." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1052 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:14 msgid "Section ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:398 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1057 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:122 msgid "Section name." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:403 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1062 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:14 msgid "Course ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:408 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1067 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:127 msgid "Section description." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:413 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1072 msgid "Section items." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:418 -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:433 -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:253 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1077 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1092 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:493 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:266 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:271 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:307 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:646 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:682 msgid "Item ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:423 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:312 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1082 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:687 msgid "Item Type." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:428 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:317 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:346 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1087 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:692 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:721 msgid "Item title." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:443 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1097 +msgid "Percent." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1102 +msgid "Duration." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1107 +msgid "Graduation." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1112 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:525 +msgid "Status." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1117 +msgid "Locked." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1127 msgid "List of course user data." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:450 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1134 msgid "Graduation" msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:473 -#: templates/profile/tabs/courses/course-list.php:20 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1157 +#: templates/profile/tabs/courses/course-list.php:24 msgid "Expiration time" msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:491 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1177 msgid "Limit result set to courses assigned a specific category ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:497 +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1183 msgid "Limit result set to courses assigned a specific tag ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:503 -msgid "Get course data for current user." +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1189 +msgid "Filter by course to in-progress, passed, failed." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1196 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:602 +msgid "Get item learned by user." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1202 +msgid "Get item popularity." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-courses-v1-controller.php:1207 +msgid "Disable some fields schema." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:201 +msgid "Error: No lesson available!." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:207 +msgid "Error: This lesson is not assign in Course." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:214 +#: inc/user/class-lp-user.php:435 +msgid "Error: No Course or User available." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:220 +msgid "Error: Cannot complete Lesson" msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:248 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:224 +msgid "Congrats! You complete lesson is successfully" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:488 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:261 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:266 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:641 msgid "Assigned." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:258 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:498 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:271 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:276 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:651 msgid "Title." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:263 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:503 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:276 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:281 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:656 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:223 msgid "Item slug." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:268 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:508 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:281 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:286 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:322 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:661 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:697 msgid "Item Content." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:273 +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:513 #: inc/jwt/rest-api/version1/class-lp-rest-questions-v1-controller.php:286 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:291 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:666 msgid "Item Author." msgstr "" +#: inc/jwt/rest-api/version1/class-lp-rest-lessons-v1-controller.php:520 +msgid "Retrieves the Lesson result.." +msgstr "" + #: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:14 -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:170 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:475 msgid "Method '%s' not implemented. Must be overridden in subclass." msgstr "" @@ -5092,916 +5208,1046 @@ msgstr "" msgid "Sorry, you cannot get lists" msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:29 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:33 +msgid "Sorry, you are not allowed to create resources." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:41 +msgid "Sorry, You cannot view this item." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:47 msgid "Sorry, you cannot view this resource." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:39 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:65 msgid "Invalid ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:201 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:506 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:314 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:143 msgid "Current page of the collection." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:209 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:514 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:322 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:151 msgid "Maximum number of items to be returned in result set." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:218 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:523 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:338 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:167 msgid "Limit results to those matching a string." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:224 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:529 msgid "Limit response to resources published after a given ISO8601 compliant date." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:230 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:535 msgid "Limit response to resources published before a given ISO8601 compliant date." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:236 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:541 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:344 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:173 msgid "Ensure result set excludes specific IDs." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:245 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:550 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:353 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:182 msgid "Limit result set to specific ids." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:254 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:559 msgid "Offset the result set by a specific number of items." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:260 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:565 +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:331 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:160 msgid "Order sort attribute ascending or descending." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:267 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:572 msgid "Sort collection by object attribute." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:283 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:586 +msgid "Limit result set to posts assigned to specific authors." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:594 +msgid "Ensure result set excludes posts assigned to specific authors." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:610 msgid "Limit result set to those of particular parent IDs." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:292 +#: inc/jwt/rest-api/version1/class-lp-rest-posts-controller.php:619 msgid "Limit result set to all items except those of a particular parent ID." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:298 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:58 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:76 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:98 +msgid "Quiz ID." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:80 +msgid "Question ID." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:102 +msgid "Answer all question." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:231 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:257 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:285 +msgid "No Quiz ID or Quiz is not assigned in Course." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:292 +msgid "No Answed param." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:673 msgid "List all Question in Quiz." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:302 -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:341 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:677 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:716 msgid "Question items." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:327 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:702 msgid "Point." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:332 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:707 msgid "Question Hint." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:337 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:712 msgid "Question Options." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:351 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:726 msgid "Item value." msgstr "" -#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:356 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:731 msgid "Item id." msgstr "" -#: inc/lp-core-functions.php:866 +#: inc/jwt/rest-api/version1/class-lp-rest-quiz-v1-controller.php:742 +msgid "Retrieves the quiz result.." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:31 +msgid "Sorry, Invalid Section ID param." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:37 +msgid "Please assigned section to Course." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:44 +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:40 +#: inc/user/class-lp-user.php:290 +msgid "Course is not public" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:218 +msgid "Item name." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:228 +msgid "Item URL." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:235 +msgid "Item status (post status)." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:242 +msgid "Item type." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:249 +msgid "Item preview." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:255 +msgid "Item duration." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:261 +msgid "Item graduation." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:267 +msgid "Item status." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:273 +msgid "Item locked." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:279 +msgid "Count questions." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-section-items-v1-controller.php:285 +msgid "Item content." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-sections-v1-controller.php:31 +msgid "Sorry, Invalid course ID param." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:77 +msgid "User or Email login." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:94 +msgid "Old Password" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:99 +msgid "New Password" +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:285 +msgid "A link to reset your password has been emailed to you." +msgstr "" + +#: inc/jwt/rest-api/version1/class-lp-rest-users-v1-controller.php:318 +msgid "Your password has been updated, Please login again to continue!" +msgstr "" + +#: inc/lp-core-functions.php:886 msgid "Minute(s)" msgstr "" -#: inc/lp-core-functions.php:867 +#: inc/lp-core-functions.php:887 msgid "Hour(s)" msgstr "" -#: inc/lp-core-functions.php:868 +#: inc/lp-core-functions.php:888 msgid "Day(s)" msgstr "" -#: inc/lp-core-functions.php:869 +#: inc/lp-core-functions.php:889 msgid "Week(s)" msgstr "" -#: inc/lp-core-functions.php:1014 +#: inc/lp-core-functions.php:1034 msgid "Left" msgstr "" -#: inc/lp-core-functions.php:1015 +#: inc/lp-core-functions.php:1035 msgid "Right" msgstr "" -#: inc/lp-core-functions.php:1016 +#: inc/lp-core-functions.php:1036 msgid "Left with space" msgstr "" -#: inc/lp-core-functions.php:1017 +#: inc/lp-core-functions.php:1037 msgid "Right with space" msgstr "" -#: inc/lp-core-functions.php:1076 +#: inc/lp-core-functions.php:1096 msgid "Afghan afghani" msgstr "" -#: inc/lp-core-functions.php:1077 +#: inc/lp-core-functions.php:1097 msgid "Albanian lek" msgstr "" -#: inc/lp-core-functions.php:1078 +#: inc/lp-core-functions.php:1098 msgid "Algerian dinar" msgstr "" -#: inc/lp-core-functions.php:1079 +#: inc/lp-core-functions.php:1099 msgid "Euro" msgstr "" -#: inc/lp-core-functions.php:1080 +#: inc/lp-core-functions.php:1100 msgid "Angolan kwanza" msgstr "" -#: inc/lp-core-functions.php:1081 +#: inc/lp-core-functions.php:1101 msgid "East Caribbean dollar" msgstr "" -#: inc/lp-core-functions.php:1082 +#: inc/lp-core-functions.php:1102 msgid "Argentine peso" msgstr "" -#: inc/lp-core-functions.php:1083 +#: inc/lp-core-functions.php:1103 msgid "Armenian dram" msgstr "" -#: inc/lp-core-functions.php:1084 +#: inc/lp-core-functions.php:1104 msgid "Aruban florin" msgstr "" -#: inc/lp-core-functions.php:1085 +#: inc/lp-core-functions.php:1105 msgid "Australian dollar" msgstr "" -#: inc/lp-core-functions.php:1086 +#: inc/lp-core-functions.php:1106 msgid "Azerbaijani manat" msgstr "" -#: inc/lp-core-functions.php:1087 +#: inc/lp-core-functions.php:1107 msgid "Bahamian dollar" msgstr "" -#: inc/lp-core-functions.php:1088 +#: inc/lp-core-functions.php:1108 msgid "Bahraini dinar" msgstr "" -#: inc/lp-core-functions.php:1089 +#: inc/lp-core-functions.php:1109 msgid "Bangladeshi taka" msgstr "" -#: inc/lp-core-functions.php:1090 +#: inc/lp-core-functions.php:1110 msgid "Barbadian dollar" msgstr "" -#: inc/lp-core-functions.php:1091 +#: inc/lp-core-functions.php:1111 msgid "Belarusian ruble" msgstr "" -#: inc/lp-core-functions.php:1092 +#: inc/lp-core-functions.php:1112 msgid "Belizean dollar" msgstr "" -#: inc/lp-core-functions.php:1093 +#: inc/lp-core-functions.php:1113 msgid "West African CFA franc" msgstr "" -#: inc/lp-core-functions.php:1094 +#: inc/lp-core-functions.php:1114 msgid "Bermudian dollar" msgstr "" -#: inc/lp-core-functions.php:1095 +#: inc/lp-core-functions.php:1115 msgid "Bhutanese ngultrum" msgstr "" -#: inc/lp-core-functions.php:1096 +#: inc/lp-core-functions.php:1116 msgid "Bolivian boliviano" msgstr "" -#: inc/lp-core-functions.php:1097 +#: inc/lp-core-functions.php:1117 msgid "US dollar" msgstr "" -#: inc/lp-core-functions.php:1098 +#: inc/lp-core-functions.php:1118 msgid "Bosnia and Herzegovina convertible mark" msgstr "" -#: inc/lp-core-functions.php:1099 +#: inc/lp-core-functions.php:1119 msgid "Botswana pula" msgstr "" -#: inc/lp-core-functions.php:1100 +#: inc/lp-core-functions.php:1120 msgid "Brazilian real" msgstr "" -#: inc/lp-core-functions.php:1101 +#: inc/lp-core-functions.php:1121 msgid "Brunei dollar" msgstr "" -#: inc/lp-core-functions.php:1102 +#: inc/lp-core-functions.php:1122 msgid "Bulgarian lev" msgstr "" -#: inc/lp-core-functions.php:1103 +#: inc/lp-core-functions.php:1123 msgid "Burmese kyat" msgstr "" -#: inc/lp-core-functions.php:1104 +#: inc/lp-core-functions.php:1124 msgid "Burundian franc" msgstr "" -#: inc/lp-core-functions.php:1105 +#: inc/lp-core-functions.php:1125 msgid "Cambodian riel" msgstr "" -#: inc/lp-core-functions.php:1106 +#: inc/lp-core-functions.php:1126 msgid "Central African CFA franc" msgstr "" -#: inc/lp-core-functions.php:1107 +#: inc/lp-core-functions.php:1127 msgid "Canadian dollar" msgstr "" -#: inc/lp-core-functions.php:1108 +#: inc/lp-core-functions.php:1128 msgid "Cape Verdean escudo" msgstr "" -#: inc/lp-core-functions.php:1109 +#: inc/lp-core-functions.php:1129 msgid "Cayman Islands dollar" msgstr "" -#: inc/lp-core-functions.php:1110 +#: inc/lp-core-functions.php:1130 msgid "Chilean peso" msgstr "" -#: inc/lp-core-functions.php:1111 +#: inc/lp-core-functions.php:1131 msgid "Chinese renminbi" msgstr "" -#: inc/lp-core-functions.php:1112 +#: inc/lp-core-functions.php:1132 msgid "Colombian peso" msgstr "" -#: inc/lp-core-functions.php:1113 +#: inc/lp-core-functions.php:1133 msgid "Comorian franc" msgstr "" -#: inc/lp-core-functions.php:1114 +#: inc/lp-core-functions.php:1134 msgid "Congolese franc" msgstr "" -#: inc/lp-core-functions.php:1115 +#: inc/lp-core-functions.php:1135 msgid "New Zealand dollar" msgstr "" -#: inc/lp-core-functions.php:1116 +#: inc/lp-core-functions.php:1136 msgid "Costa Rican colón" msgstr "" -#: inc/lp-core-functions.php:1117 +#: inc/lp-core-functions.php:1137 msgid "Croatian kuna" msgstr "" -#: inc/lp-core-functions.php:1118 +#: inc/lp-core-functions.php:1138 msgid "Cuban peso" msgstr "" -#: inc/lp-core-functions.php:1119 +#: inc/lp-core-functions.php:1139 msgid "Netherlands Antilles guilder" msgstr "" -#: inc/lp-core-functions.php:1120 +#: inc/lp-core-functions.php:1140 msgid "Czech koruna" msgstr "" -#: inc/lp-core-functions.php:1121 +#: inc/lp-core-functions.php:1141 msgid "Danish krone" msgstr "" -#: inc/lp-core-functions.php:1122 +#: inc/lp-core-functions.php:1142 msgid "Djiboutian franc" msgstr "" -#: inc/lp-core-functions.php:1123 +#: inc/lp-core-functions.php:1143 msgid "Dominican peso" msgstr "" -#: inc/lp-core-functions.php:1124 +#: inc/lp-core-functions.php:1144 msgid "Egyptian pound" msgstr "" -#: inc/lp-core-functions.php:1125 +#: inc/lp-core-functions.php:1145 msgid "Salvadoran colón" msgstr "" -#: inc/lp-core-functions.php:1126 +#: inc/lp-core-functions.php:1146 msgid "Eritrean nakfa" msgstr "" -#: inc/lp-core-functions.php:1127 +#: inc/lp-core-functions.php:1147 msgid "Ethiopian birr" msgstr "" -#: inc/lp-core-functions.php:1128 +#: inc/lp-core-functions.php:1148 msgid "Falkland Islands pound" msgstr "" -#: inc/lp-core-functions.php:1129 +#: inc/lp-core-functions.php:1149 msgid "Fijian dollar" msgstr "" -#: inc/lp-core-functions.php:1130 +#: inc/lp-core-functions.php:1150 msgid "CFP franc" msgstr "" -#: inc/lp-core-functions.php:1131 +#: inc/lp-core-functions.php:1151 msgid "Gambian dalasi" msgstr "" -#: inc/lp-core-functions.php:1132 +#: inc/lp-core-functions.php:1152 msgid "Georgian lari" msgstr "" -#: inc/lp-core-functions.php:1133 +#: inc/lp-core-functions.php:1153 msgid "Ghanian cedi" msgstr "" -#: inc/lp-core-functions.php:1134 +#: inc/lp-core-functions.php:1154 msgid "Gibraltar pound" msgstr "" -#: inc/lp-core-functions.php:1135 +#: inc/lp-core-functions.php:1155 msgid "Guatemalan quetzal" msgstr "" -#: inc/lp-core-functions.php:1136 +#: inc/lp-core-functions.php:1156 msgid "British pound" msgstr "" -#: inc/lp-core-functions.php:1137 +#: inc/lp-core-functions.php:1157 msgid "Guinean franc" msgstr "" -#: inc/lp-core-functions.php:1138 +#: inc/lp-core-functions.php:1158 msgid "Guyanese dollar" msgstr "" -#: inc/lp-core-functions.php:1139 +#: inc/lp-core-functions.php:1159 msgid "Haitian gourde" msgstr "" -#: inc/lp-core-functions.php:1140 +#: inc/lp-core-functions.php:1160 msgid "Honduran lempira" msgstr "" -#: inc/lp-core-functions.php:1141 +#: inc/lp-core-functions.php:1161 msgid "Hong Kong dollar" msgstr "" -#: inc/lp-core-functions.php:1142 +#: inc/lp-core-functions.php:1162 msgid "Hungarian forint" msgstr "" -#: inc/lp-core-functions.php:1143 +#: inc/lp-core-functions.php:1163 msgid "Icelandic króna" msgstr "" -#: inc/lp-core-functions.php:1144 +#: inc/lp-core-functions.php:1164 msgid "Indian rupee" msgstr "" -#: inc/lp-core-functions.php:1145 +#: inc/lp-core-functions.php:1165 msgid "Indonesian rupiah" msgstr "" -#: inc/lp-core-functions.php:1146 +#: inc/lp-core-functions.php:1166 msgid "Iranian rial" msgstr "" -#: inc/lp-core-functions.php:1147 +#: inc/lp-core-functions.php:1167 msgid "Iraqi dinar" msgstr "" -#: inc/lp-core-functions.php:1148 +#: inc/lp-core-functions.php:1168 msgid "Israeli new sheqel" msgstr "" -#: inc/lp-core-functions.php:1149 +#: inc/lp-core-functions.php:1169 msgid "Jamaican dollar" msgstr "" -#: inc/lp-core-functions.php:1150 +#: inc/lp-core-functions.php:1170 msgid "Japanese yen " msgstr "" -#: inc/lp-core-functions.php:1151 +#: inc/lp-core-functions.php:1171 msgid "Jordanian dinar" msgstr "" -#: inc/lp-core-functions.php:1152 +#: inc/lp-core-functions.php:1172 msgid "Kazakhstani tenge" msgstr "" -#: inc/lp-core-functions.php:1153 +#: inc/lp-core-functions.php:1173 msgid "Kenyan shilling" msgstr "" -#: inc/lp-core-functions.php:1154 +#: inc/lp-core-functions.php:1174 msgid "North Korean won" msgstr "" -#: inc/lp-core-functions.php:1155 +#: inc/lp-core-functions.php:1175 msgid "Kuwaiti dinar" msgstr "" -#: inc/lp-core-functions.php:1156 +#: inc/lp-core-functions.php:1176 msgid "Kyrgyzstani som" msgstr "" -#: inc/lp-core-functions.php:1157 +#: inc/lp-core-functions.php:1177 msgid "South Korean won" msgstr "" -#: inc/lp-core-functions.php:1158 +#: inc/lp-core-functions.php:1178 msgid "Lao kip" msgstr "" -#: inc/lp-core-functions.php:1159 +#: inc/lp-core-functions.php:1179 msgid "Latvian lats" msgstr "" -#: inc/lp-core-functions.php:1160 +#: inc/lp-core-functions.php:1180 msgid "Lebanese pound" msgstr "" -#: inc/lp-core-functions.php:1161 +#: inc/lp-core-functions.php:1181 msgid "Lesotho loti" msgstr "" -#: inc/lp-core-functions.php:1162 +#: inc/lp-core-functions.php:1182 msgid "Liberian dollar" msgstr "" -#: inc/lp-core-functions.php:1163 -#: inc/lp-core-functions.php:1234 +#: inc/lp-core-functions.php:1183 +#: inc/lp-core-functions.php:1254 msgid "Libyan dinar" msgstr "" -#: inc/lp-core-functions.php:1164 +#: inc/lp-core-functions.php:1184 msgid "Swiss franc" msgstr "" -#: inc/lp-core-functions.php:1165 +#: inc/lp-core-functions.php:1185 msgid "Lithuanian litas" msgstr "" -#: inc/lp-core-functions.php:1166 +#: inc/lp-core-functions.php:1186 msgid "Macanese pataca" msgstr "" -#: inc/lp-core-functions.php:1167 +#: inc/lp-core-functions.php:1187 msgid "Macedonian denar" msgstr "" -#: inc/lp-core-functions.php:1168 +#: inc/lp-core-functions.php:1188 msgid "Malagasy ariary" msgstr "" -#: inc/lp-core-functions.php:1169 +#: inc/lp-core-functions.php:1189 msgid "Malawian kwacha" msgstr "" -#: inc/lp-core-functions.php:1170 +#: inc/lp-core-functions.php:1190 msgid "Malaysian ringgit" msgstr "" -#: inc/lp-core-functions.php:1171 +#: inc/lp-core-functions.php:1191 msgid "Maldivian rufiyaa" msgstr "" -#: inc/lp-core-functions.php:1172 +#: inc/lp-core-functions.php:1192 msgid "Mauritanian ouguiya" msgstr "" -#: inc/lp-core-functions.php:1173 +#: inc/lp-core-functions.php:1193 msgid "Mauritian rupee" msgstr "" -#: inc/lp-core-functions.php:1174 +#: inc/lp-core-functions.php:1194 msgid "Mexican peso" msgstr "" -#: inc/lp-core-functions.php:1175 +#: inc/lp-core-functions.php:1195 msgid "Moldovan leu" msgstr "" -#: inc/lp-core-functions.php:1176 +#: inc/lp-core-functions.php:1196 msgid "Mongolian tugrik" msgstr "" -#: inc/lp-core-functions.php:1177 +#: inc/lp-core-functions.php:1197 msgid "Moroccan dirham" msgstr "" -#: inc/lp-core-functions.php:1178 +#: inc/lp-core-functions.php:1198 msgid "Mozambican metical" msgstr "" -#: inc/lp-core-functions.php:1179 +#: inc/lp-core-functions.php:1199 msgid "Namibian dollar" msgstr "" -#: inc/lp-core-functions.php:1180 +#: inc/lp-core-functions.php:1200 msgid "Nepalese rupee" msgstr "" -#: inc/lp-core-functions.php:1181 +#: inc/lp-core-functions.php:1201 msgid "Nicaraguan córdoba" msgstr "" -#: inc/lp-core-functions.php:1182 +#: inc/lp-core-functions.php:1202 msgid "Nigerian naira" msgstr "" -#: inc/lp-core-functions.php:1183 +#: inc/lp-core-functions.php:1203 msgid "Norwegian krone" msgstr "" -#: inc/lp-core-functions.php:1184 +#: inc/lp-core-functions.php:1204 msgid "Omani rial" msgstr "" -#: inc/lp-core-functions.php:1185 +#: inc/lp-core-functions.php:1205 msgid "Pakistani rupee" msgstr "" -#: inc/lp-core-functions.php:1186 +#: inc/lp-core-functions.php:1206 msgid "Panamanian balboa" msgstr "" -#: inc/lp-core-functions.php:1187 +#: inc/lp-core-functions.php:1207 msgid "Papua New Guinea kina" msgstr "" -#: inc/lp-core-functions.php:1188 +#: inc/lp-core-functions.php:1208 msgid "Paraguayan guarani" msgstr "" -#: inc/lp-core-functions.php:1189 +#: inc/lp-core-functions.php:1209 msgid "Peruvian nuevo sol" msgstr "" -#: inc/lp-core-functions.php:1190 +#: inc/lp-core-functions.php:1210 msgid "Philippine peso" msgstr "" -#: inc/lp-core-functions.php:1191 +#: inc/lp-core-functions.php:1211 msgid "Polish zloty" msgstr "" -#: inc/lp-core-functions.php:1192 +#: inc/lp-core-functions.php:1212 msgid "Qatari riyal" msgstr "" -#: inc/lp-core-functions.php:1193 +#: inc/lp-core-functions.php:1213 msgid "Romanian leu" msgstr "" -#: inc/lp-core-functions.php:1194 +#: inc/lp-core-functions.php:1214 msgid "Russian ruble" msgstr "" -#: inc/lp-core-functions.php:1195 +#: inc/lp-core-functions.php:1215 msgid "Rwandan franc" msgstr "" -#: inc/lp-core-functions.php:1196 +#: inc/lp-core-functions.php:1216 msgid "Samoan tālā" msgstr "" -#: inc/lp-core-functions.php:1197 +#: inc/lp-core-functions.php:1217 msgid "São Tomé and Príncipe dobra" msgstr "" -#: inc/lp-core-functions.php:1198 +#: inc/lp-core-functions.php:1218 msgid "Saudi riyal" msgstr "" -#: inc/lp-core-functions.php:1199 +#: inc/lp-core-functions.php:1219 msgid "Serbian dinar" msgstr "" -#: inc/lp-core-functions.php:1200 +#: inc/lp-core-functions.php:1220 msgid "Seychellois rupee" msgstr "" -#: inc/lp-core-functions.php:1201 +#: inc/lp-core-functions.php:1221 msgid "Sierra Leonean leone" msgstr "" -#: inc/lp-core-functions.php:1202 +#: inc/lp-core-functions.php:1222 msgid "Singapore dollar" msgstr "" -#: inc/lp-core-functions.php:1203 +#: inc/lp-core-functions.php:1223 msgid "Solomon Islands dollar" msgstr "" -#: inc/lp-core-functions.php:1204 +#: inc/lp-core-functions.php:1224 msgid "Somali shilling" msgstr "" -#: inc/lp-core-functions.php:1205 +#: inc/lp-core-functions.php:1225 msgid "South African rand" msgstr "" -#: inc/lp-core-functions.php:1206 +#: inc/lp-core-functions.php:1226 msgid "Sri Lankan rupee" msgstr "" -#: inc/lp-core-functions.php:1207 +#: inc/lp-core-functions.php:1227 msgid "St. Helena pound" msgstr "" -#: inc/lp-core-functions.php:1208 +#: inc/lp-core-functions.php:1228 msgid "Sudanese pound" msgstr "" -#: inc/lp-core-functions.php:1209 +#: inc/lp-core-functions.php:1229 msgid "Surinamese dollar" msgstr "" -#: inc/lp-core-functions.php:1210 +#: inc/lp-core-functions.php:1230 msgid "Swazi lilangeni" msgstr "" -#: inc/lp-core-functions.php:1211 +#: inc/lp-core-functions.php:1231 msgid "Swedish krona" msgstr "" -#: inc/lp-core-functions.php:1212 +#: inc/lp-core-functions.php:1232 msgid "Syrian pound" msgstr "" -#: inc/lp-core-functions.php:1213 +#: inc/lp-core-functions.php:1233 msgid "New Taiwan dollar" msgstr "" -#: inc/lp-core-functions.php:1214 +#: inc/lp-core-functions.php:1234 msgid "Tajikistani somoni" msgstr "" -#: inc/lp-core-functions.php:1215 +#: inc/lp-core-functions.php:1235 msgid "Tanzanian shilling" msgstr "" -#: inc/lp-core-functions.php:1216 +#: inc/lp-core-functions.php:1236 msgid "Thai baht " msgstr "" -#: inc/lp-core-functions.php:1217 +#: inc/lp-core-functions.php:1237 msgid "Tongan pa’anga" msgstr "" -#: inc/lp-core-functions.php:1218 +#: inc/lp-core-functions.php:1238 msgid "Trinidad and Tobago dollar" msgstr "" -#: inc/lp-core-functions.php:1219 +#: inc/lp-core-functions.php:1239 msgid "Tunisian dinar" msgstr "" -#: inc/lp-core-functions.php:1220 +#: inc/lp-core-functions.php:1240 msgid "Turkish lira" msgstr "" -#: inc/lp-core-functions.php:1221 +#: inc/lp-core-functions.php:1241 msgid "Turkmenistani manat" msgstr "" -#: inc/lp-core-functions.php:1222 +#: inc/lp-core-functions.php:1242 msgid "Ugandan shilling" msgstr "" -#: inc/lp-core-functions.php:1223 +#: inc/lp-core-functions.php:1243 msgid "Ukrainian hryvnia" msgstr "" -#: inc/lp-core-functions.php:1224 +#: inc/lp-core-functions.php:1244 msgid "United Arab Emirates dirham" msgstr "" -#: inc/lp-core-functions.php:1225 +#: inc/lp-core-functions.php:1245 msgid "Uruguayan peso" msgstr "" -#: inc/lp-core-functions.php:1226 +#: inc/lp-core-functions.php:1246 msgid "Uzbekistani som" msgstr "" -#: inc/lp-core-functions.php:1227 +#: inc/lp-core-functions.php:1247 msgid "Vanuatu vatu" msgstr "" -#: inc/lp-core-functions.php:1228 +#: inc/lp-core-functions.php:1248 msgid "Venezuelan bolivar" msgstr "" -#: inc/lp-core-functions.php:1229 +#: inc/lp-core-functions.php:1249 msgid "Vietnamese dong" msgstr "" -#: inc/lp-core-functions.php:1230 +#: inc/lp-core-functions.php:1250 msgid "Yemeni rial" msgstr "" -#: inc/lp-core-functions.php:1231 +#: inc/lp-core-functions.php:1251 msgid "Zambian kwacha" msgstr "" -#: inc/lp-core-functions.php:1232 +#: inc/lp-core-functions.php:1252 msgid "Zimbabwean dollar" msgstr "" -#: inc/lp-core-functions.php:1233 +#: inc/lp-core-functions.php:1253 msgid "Jersey pound" msgstr "" -#: inc/lp-core-functions.php:1545 -#: inc/lp-template-functions.php:1735 +#: inc/lp-core-functions.php:1564 +#: inc/lp-template-functions.php:1707 msgid "%s week" msgid_plural "%s weeks" msgstr[0] "" msgstr[1] "" -#: inc/lp-core-functions.php:1549 -#: inc/lp-template-functions.php:1731 +#: inc/lp-core-functions.php:1568 +#: inc/lp-template-functions.php:1703 msgid "%s day" msgid_plural "%s days" msgstr[0] "" msgstr[1] "" -#: inc/lp-core-functions.php:1554 -#: inc/lp-template-functions.php:1726 +#: inc/lp-core-functions.php:1573 +#: inc/lp-template-functions.php:1698 msgid "%s hour" msgid_plural "%s hours" msgstr[0] "" msgstr[1] "" -#: inc/lp-core-functions.php:1558 -#: inc/lp-template-functions.php:1720 +#: inc/lp-core-functions.php:1577 +#: inc/lp-template-functions.php:1692 msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "" msgstr[1] "" -#: inc/lp-core-functions.php:2413 +#: inc/lp-core-functions.php:2374 msgid "Cart" msgstr "" -#: inc/lp-core-functions.php:2417 +#: inc/lp-core-functions.php:2378 msgid "Enable cart" msgstr "" -#: inc/lp-core-functions.php:2418 +#: inc/lp-core-functions.php:2379 msgid "Check this option to enable user purchase multiple courses at one time." msgstr "" -#: inc/lp-core-functions.php:2427 +#: inc/lp-core-functions.php:2388 msgid "Add to cart redirect" msgstr "" -#: inc/lp-core-functions.php:2428 +#: inc/lp-core-functions.php:2389 msgid "Redirect to checkout immediately after adding course to cart." msgstr "" -#: inc/lp-core-functions.php:2434 +#: inc/lp-core-functions.php:2395 msgid "AJAX add to cart" msgstr "" -#: inc/lp-core-functions.php:2435 +#: inc/lp-core-functions.php:2396 msgid "Using AJAX to add course to cart." msgstr "" -#: inc/lp-core-functions.php:2441 +#: inc/lp-core-functions.php:2402 msgid "Cart page" msgstr "" -#: inc/lp-core-functions.php:2809 +#: inc/lp-core-functions.php:2773 msgctxt "static-page-name" msgid "Checkout" msgstr "" -#: inc/lp-core-functions.php:2810 +#: inc/lp-core-functions.php:2774 msgctxt "static-page-name" msgid "Courses" msgstr "" -#: inc/lp-core-functions.php:2811 +#: inc/lp-core-functions.php:2775 msgctxt "static-page-name" msgid "Profile" msgstr "" -#: inc/lp-core-functions.php:2812 +#: inc/lp-core-functions.php:2776 msgctxt "static-page-name" msgid "Become a Teacher" msgstr "" -#: inc/lp-core-functions.php:3462 -msgid "All Levels" -msgstr "" - -#: inc/lp-core-functions.php:3480 +#: inc/lp-core-functions.php:3451 msgid "Loading..." msgstr "" -#: inc/lp-core-functions.php:3483 +#: inc/lp-core-functions.php:3454 msgid "Get Passing Grade" msgstr "" -#: inc/lp-core-functions.php:3486 -msgid "Evaluate by number of lessons completed per number of total lessons." -msgstr "" - -#: inc/lp-core-functions.php:3492 -msgid "E.g: Course has 10 lessons and user completed 5 lessons then the result = 5/10 = 50.%" -msgstr "" - -#: inc/lp-core-functions.php:3497 -msgid "Evaluate by results of final quiz in course. Click to Get Passing Grade to get and update Final Quiz" +#: inc/lp-core-functions.php:3459 +msgid "Evaluate by the number of lessons completed per total number of lessons." msgstr "" -#: inc/lp-core-functions.php:3501 -msgid "Evaluate as a percentage of completed quizzes on the total number of quizzes." +#: inc/lp-core-functions.php:3460 +msgid "E.g: Course has 10 lessons and user completed 5 lessons then the result = 5/10 (50.%)" msgstr "" -#: inc/lp-core-functions.php:3505 -msgid "

E.g: Course has 3 quizzes and user completed quiz 1: 30% correct, quiz 2: 50% corect, quiz 3: 100% correct => Result: (30% + 50% + 100%) / 3 = 60%.

" +#: inc/lp-core-functions.php:3462 +msgid "Evaluate by result of final quiz in the course. You have to add a quiz to the end of the course." msgstr "" -#: inc/lp-core-functions.php:3509 -msgid "

Evaluate by number of quizzes passed per number of total quizzes.

" +#: inc/lp-core-functions.php:3468 +msgid "Evaluate by the number of quizzes passed per total number of quizzes." msgstr "" -#: inc/lp-core-functions.php:3513 -msgid "

E.g: Course has 10 quizzes and user passed 5 quizzes then the result = 5/10 = 50%.

" +#: inc/lp-core-functions.php:3469 +msgid "E.g: The course has 10 quizzes and the user passed 5 quizzes then the result = 5/10 (50%)." msgstr "" -#: inc/lp-core-functions.php:3517 -msgid "Evaluate by achieved points of question passed per total point of all questions." +#: inc/lp-core-functions.php:3476 +msgid "Evaluate by total number of correct answers per total number of questions." msgstr "" -#: inc/lp-core-functions.php:3523 -msgid "E.g: Course has 10 questions. User correct 5 questions. Result is 5/10 = 50%." +#: inc/lp-core-functions.php:3477 +msgid "E.g: Course has 10 questions. User correct 5 questions. Result is 5/10 (50%)." msgstr "" -#: inc/lp-core-functions.php:3528 -msgid "Evaluate by achieved marks per total marks of all questions." +#: inc/lp-core-functions.php:3482 +msgid "Evaluate by total score achieved per total score of the questions." msgstr "" -#: inc/lp-core-functions.php:3534 +#: inc/lp-core-functions.php:3488 msgid "Evaluate via lessons" msgstr "" -#: inc/lp-core-functions.php:3538 +#: inc/lp-core-functions.php:3492 msgid "Evaluate via results of the final quiz" msgstr "" -#: inc/lp-core-functions.php:3542 +#: inc/lp-core-functions.php:3496 msgid "Evaluate via quizzes passed" msgstr "" -#: inc/lp-core-functions.php:3546 +#: inc/lp-core-functions.php:3500 msgid "Evaluate via questions" msgstr "" -#: inc/lp-core-functions.php:3550 +#: inc/lp-core-functions.php:3504 msgid "Evaluate via mark" msgstr "" -#: inc/lp-core-functions.php:3818 +#: inc/lp-core-functions.php:3822 msgid "Heads up, Please backup before upgrade!" msgstr "" -#: inc/lp-core-functions.php:3821 +#: inc/lp-core-functions.php:3825 msgid "The latest update includes some substantial changes across different areas of the plugin. We highly recommend you backup your site before upgrading, and make sure you first update in a staging environment" msgstr "" +#: inc/lp-core-functions.php:3826 +msgid "Learners require WordPress version " +msgstr "" + #: inc/lp-deprecated.php:371 msgid "Learning" msgstr "" @@ -6010,100 +6256,98 @@ msgstr "" msgid "Owned" msgstr "" -#: inc/lp-deprecated.php:1429 +#: inc/lp-deprecated.php:1435 msgid "Are you sure you want to cancel order?" msgstr "" -#: inc/lp-deprecated.php:1430 +#: inc/lp-deprecated.php:1436 msgid "Cancel Order" msgstr "" -#: inc/lp-deprecated.php:1463 +#: inc/lp-deprecated.php:1469 msgid "Congrats! You've enrolled the course \"%s\"." msgstr "" -#: inc/lp-deprecated.php:1959 +#: inc/lp-deprecated.php:1966 #: inc/templates/class-lp-template-general.php:49 msgctxt "breadcrumb" msgid "Home" msgstr "" -#: inc/lp-deprecated.php:2212 -#: inc/templates/class-lp-template-general.php:80 +#: inc/lp-deprecated.php:2219 msgid "Fill out the form and send us your requesting." msgstr "" -#: inc/lp-deprecated.php:2251 +#: inc/lp-deprecated.php:2258 msgid "Back to class" msgstr "" -#: inc/lp-deprecated.php:2262 -#: templates/global/become-teacher-form/form-fields.php:21 +#: inc/lp-deprecated.php:2269 +#: templates/global/become-teacher-form.php:32 msgid "Your name" msgstr "" -#: inc/lp-deprecated.php:2270 -#: templates/global/become-teacher-form/form-fields.php:25 +#: inc/lp-deprecated.php:2277 +#: templates/global/become-teacher-form.php:36 msgid "Your email address" msgstr "" -#: inc/lp-deprecated.php:2276 -#: templates/global/become-teacher-form/form-fields.php:28 +#: inc/lp-deprecated.php:2283 +#: templates/global/become-teacher-form.php:39 msgid "Phone" msgstr "" -#: inc/lp-deprecated.php:2278 -#: templates/global/become-teacher-form/form-fields.php:29 +#: inc/lp-deprecated.php:2285 +#: templates/global/become-teacher-form.php:40 msgid "Your phone number" msgstr "" -#: inc/lp-deprecated.php:2282 -#: templates/global/become-teacher-form/form-fields.php:32 -msgid "Message" -msgstr "" - -#: inc/lp-deprecated.php:2284 -#: templates/global/become-teacher-form/form-fields.php:33 +#: inc/lp-deprecated.php:2291 +#: templates/global/become-teacher-form.php:44 msgid "Your message" msgstr "" -#: inc/lp-template-functions.php:58 +#: inc/lp-template-functions.php:60 msgid "Overview" msgstr "" -#: inc/lp-template-functions.php:785 -msgid "Search Results for: “%s”" -msgstr "" - -#: inc/lp-template-functions.php:788 -#: inc/lp-template-functions.php:1630 -msgid " – Page %s" -msgstr "" - -#: inc/lp-template-functions.php:1083 -#: inc/lp-template-functions.php:1260 -#: inc/templates/class-lp-template-course.php:144 +#: inc/lp-template-functions.php:1082 +#: inc/lp-template-functions.php:1261 +#: inc/templates/class-lp-template-course.php:149 msgid "Final" msgstr "" -#: inc/lp-template-functions.php:1584 +#: inc/lp-template-functions.php:1581 msgid "Course Sidebar" msgstr "" -#: inc/lp-template-functions.php:1586 +#: inc/lp-template-functions.php:1583 msgid "Widgets in this area will be shown in single course" msgstr "" -#: inc/lp-template-functions.php:1595 +#: inc/lp-template-functions.php:1592 msgid "All Courses" msgstr "" -#: inc/lp-template-functions.php:1597 +#: inc/lp-template-functions.php:1594 msgid "Widgets in this area will be shown in all courses page" msgstr "" -#: inc/lp-template-functions.php:1627 -msgid "Search results: “%s”" +#: inc/lp-template-functions.php:1731 +#: inc/lp-template-functions.php:1740 +msgid "All levels" +msgstr "" + +#: inc/lp-template-functions.php:1741 +msgid "Beginner" +msgstr "" + +#: inc/lp-template-functions.php:1742 +msgid "Intermediate" +msgstr "" + +#: inc/lp-template-functions.php:1743 +msgid "Expert" msgstr "" #: inc/lp-webhooks.php:84 @@ -6120,115 +6364,111 @@ msgstr "" msgid "Thank you. Your order has been received." msgstr "" -#: inc/order/class-lp-order.php:358 +#: inc/order/class-lp-order.php:347 msgid "Removed" msgstr "" -#: inc/order/class-lp-order.php:465 +#: inc/order/class-lp-order.php:456 msgid "%s (Guest)" msgstr "" -#: inc/order/class-lp-order.php:995 +#: inc/order/class-lp-order.php:1004 msgctxt "full name" msgid "%1$s" msgstr "" -#: inc/order/class-lp-order.php:1035 +#: inc/order/class-lp-order.php:1045 msgid "No user assigned" msgstr "" -#: inc/order/class-lp-order.php:1102 +#: inc/order/class-lp-order.php:1118 msgid "Order on" msgstr "" -#: inc/order/lp-order-functions.php:65 -msgid "Invalid order ID when updating." -msgstr "" - -#: inc/order/lp-order-functions.php:718 +#: inc/order/lp-order-functions.php:697 msgctxt "Order status" msgid "Pending" msgstr "" -#: inc/order/lp-order-functions.php:723 +#: inc/order/lp-order-functions.php:702 msgid "Pending Payment (%s)" msgid_plural "Pending Payment (%s)" msgstr[0] "" msgstr[1] "" -#: inc/order/lp-order-functions.php:726 +#: inc/order/lp-order-functions.php:705 msgctxt "Order status" msgid "Processing" msgstr "" -#: inc/order/lp-order-functions.php:731 +#: inc/order/lp-order-functions.php:710 msgid "Processing (%s)" msgid_plural "Processing (%s)" msgstr[0] "" msgstr[1] "" -#: inc/order/lp-order-functions.php:734 +#: inc/order/lp-order-functions.php:713 msgctxt "Order status" msgid "Completed" msgstr "" -#: inc/order/lp-order-functions.php:739 +#: inc/order/lp-order-functions.php:718 msgid "Completed (%s)" msgid_plural "Completed (%s)" msgstr[0] "" msgstr[1] "" -#: inc/order/lp-order-functions.php:742 +#: inc/order/lp-order-functions.php:721 msgctxt "Order status" msgid "Cancelled" msgstr "" -#: inc/order/lp-order-functions.php:747 +#: inc/order/lp-order-functions.php:726 msgid "Cancelled (%s)" msgid_plural "Cancelled (%s)" msgstr[0] "" msgstr[1] "" -#: inc/order/lp-order-functions.php:750 +#: inc/order/lp-order-functions.php:729 msgctxt "Order status" msgid "Failed" msgstr "" -#: inc/order/lp-order-functions.php:755 +#: inc/order/lp-order-functions.php:734 msgid "Failed (%s)" msgid_plural "Failed (%s)" msgstr[0] "" msgstr[1] "" -#: inc/order/lp-order-functions.php:764 +#: inc/order/lp-order-functions.php:743 msgid "Order received in case user buy a course but doesn't finalise the order." msgstr "" -#: inc/order/lp-order-functions.php:765 +#: inc/order/lp-order-functions.php:744 msgid "Payment received and the order is awaiting fulfillment." msgstr "" -#: inc/order/lp-order-functions.php:766 +#: inc/order/lp-order-functions.php:745 msgid "Order fulfilled and complete." msgstr "" -#: inc/order/lp-order-functions.php:767 +#: inc/order/lp-order-functions.php:746 msgid "The order is cancelled by an admin or the customer." msgstr "" -#: inc/order/lp-order-functions.php:805 +#: inc/order/lp-order-functions.php:784 msgid "Order number %s not found" msgstr "" -#: inc/order/lp-order-functions.php:808 +#: inc/order/lp-order-functions.php:787 msgid "Order cancelled by customer" msgstr "" -#: inc/order/lp-order-functions.php:811 +#: inc/order/lp-order-functions.php:790 msgid "Order number %s has been cancelled" msgstr "" -#: inc/order/lp-order-functions.php:814 +#: inc/order/lp-order-functions.php:793 msgid "Order number %s can not be cancelled" msgstr "" @@ -6240,67 +6480,67 @@ msgstr "" msgid "False" msgstr "" -#: inc/question/class-lp-question.php:376 +#: inc/question/class-lp-question.php:374 msgid "True Or False" msgstr "" -#: inc/question/class-lp-question.php:377 +#: inc/question/class-lp-question.php:375 msgid "Multi Choice" msgstr "" -#: inc/question/class-lp-question.php:378 +#: inc/question/class-lp-question.php:376 msgid "Single Choice" msgstr "" -#: inc/question/class-lp-question.php:379 +#: inc/question/class-lp-question.php:377 msgid "Fill In Blanks" msgstr "" -#: inc/question/class-lp-question.php:619 +#: inc/question/class-lp-question.php:617 msgid "First option" msgstr "" -#: inc/question/class-lp-question.php:625 +#: inc/question/class-lp-question.php:623 msgid "Second option" msgstr "" -#: inc/question/class-lp-question.php:631 +#: inc/question/class-lp-question.php:629 msgid "Third option" msgstr "" -#: inc/quiz/class-lp-quiz.php:519 +#: inc/quiz/class-lp-quiz.php:521 msgid "Unlimited" msgstr "" -#: inc/quiz/class-lp-quiz.php:577 +#: inc/quiz/class-lp-quiz.php:578 msgid "Finish quiz" msgstr "" -#: inc/quiz/class-lp-quiz.php:578 +#: inc/quiz/class-lp-quiz.php:579 msgid "Are you sure you want to finish this quiz?" msgstr "" -#: inc/quiz/class-lp-quiz.php:581 +#: inc/quiz/class-lp-quiz.php:582 msgid "Retake quiz" msgstr "" -#: inc/quiz/class-lp-quiz.php:582 +#: inc/quiz/class-lp-quiz.php:583 msgid "Are you sure you want to retake this quiz?" msgstr "" -#: inc/quiz/class-lp-quiz.php:585 +#: inc/quiz/class-lp-quiz.php:586 msgid "Time's up!" msgstr "" -#: inc/quiz/class-lp-quiz.php:586 +#: inc/quiz/class-lp-quiz.php:587 msgid "The time is up! Your quiz will automate come to finish" msgstr "" -#: inc/quiz/class-lp-quiz.php:588 +#: inc/quiz/class-lp-quiz.php:589 msgid "Congrats! You have finished this quiz" msgstr "" -#: inc/quiz/class-lp-quiz.php:589 +#: inc/quiz/class-lp-quiz.php:590 msgid "Congrats! You have re-taken this quiz. Please wait a moment and the page will reload" msgstr "" @@ -6313,11 +6553,11 @@ msgid "No Course ID available!" msgstr "" #: inc/rest-api/v1/admin/class-lp-admin-rest-course-controller.php:60 -#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:124 +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:272 msgid "No Course available!" msgstr "" -#: inc/rest-api/v1/admin/class-lp-admin-rest-course-controller.php:93 +#: inc/rest-api/v1/admin/class-lp-admin-rest-course-controller.php:92 msgid "No Quiz in this course!" msgstr "" @@ -6326,17 +6566,17 @@ msgid "The LP Database is Latest:" msgstr "" #: inc/rest-api/v1/admin/class-lp-admin-rest-question-controller.php:186 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:170 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:174 msgid "The ID of course item object." msgstr "" #: inc/rest-api/v1/admin/class-lp-admin-rest-question-controller.php:192 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:176 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:180 msgid "The ID of course object." msgstr "" #: inc/rest-api/v1/admin/class-lp-admin-rest-question-controller.php:213 -#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:197 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:201 msgid "%s was not registered as a request argument." msgstr "" @@ -6344,144 +6584,185 @@ msgstr "" msgid "No items available!" msgstr "" -#: inc/rest-api/v1/admin/class-lp-admin-rest-reset-data-controller.php:106 +#: inc/rest-api/v1/admin/class-lp-admin-rest-reset-data-controller.php:105 msgid "No courses available!" msgstr "" -#: inc/rest-api/v1/admin/class-lp-admin-rest-reset-data-controller.php:133 +#: inc/rest-api/v1/admin/class-lp-admin-rest-reset-data-controller.php:132 msgid "No course ID available" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:202 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:321 msgid "Error: No course available!." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:209 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:329 msgid "Invalid course!" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:238 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:335 +msgid "Error: Cannot enroll course." +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:356 msgid "Error: Can't Enroll course." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:256 -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:395 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:375 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:538 msgid "Error: Can't add Course to cart." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:276 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:396 msgid "Congrats! You enroll course successfully. Redirecting..." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:285 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:414 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:553 +msgid "Error: Please setup page for checkout." +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:419 msgid "Redirecting..." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:314 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:449 msgid "Error: Invalid Course ID." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:320 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:455 msgid "Error: No Course available." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:326 +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:461 msgid "Error: Cannot purchase course!." msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:356 -msgid "Reset Course progress" +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:499 +msgid "Reset Course progress" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:505 +msgid "Continue Course progress" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:513 +msgid "Repurchase Options" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:560 +msgid "\"%s\" has been added to your cart." +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:585 +msgid "Invalid params" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:591 +msgid "Invalid course" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:603 +msgid "You can't retry course" +msgstr "" + +#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:629 +msgid "Now you can learn this course" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:362 -msgid "Continue Course progress" +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:67 +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:174 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:276 +msgid "Course is invalid!" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:370 -msgid "Repurchase Options" +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:71 +msgid "Course is no require enroll!" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:410 -msgid "Error: Please setup page for checkout." +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:118 +#: inc/widgets/course-progress.php:65 +msgid "Course is invalid" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:415 -msgid "\"%s\" has been added to your cart." +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:125 +msgid "You are Guest" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:440 -msgid "Invalid params" +#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:256 +msgid "Section is invalid!" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:446 -msgid "Invalid course" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:111 +msgid "User not found" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:458 -msgid "You can't retry course" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:115 +msgid "File not found" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-courses-controller.php:484 -msgid "Now you can learn this course" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:127 +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:182 +msgid "Upload directory is not writable" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-lazy-load-controller.php:75 -msgid "Error: Cannot get course ID or user ID" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:149 +msgid "Can not write file" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:55 -#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:103 -msgid "No user ID found!" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:155 +msgid "Avatar updated" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:135 -msgid "No Course IDs available!" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:170 +msgid "User is invalid" msgstr "" -#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:141 -msgid "No User available!" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:194 +msgid "Profile picture remove successfully" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:32 -msgid "Please %s to send your request!" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:211 +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:250 +msgid "No user ID found!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:32 -msgctxt "become-teacher-form" -msgid "login" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:217 +msgid "User not exists!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:35 -msgid "Your have already sent the request. Please wait for approvement." +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:283 +msgid "No Course IDs available!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:37 -msgid "You are a teacher!" +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:289 +msgid "No User available!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:95 -msgid "Please login to fill in this form." +#: inc/rest-api/v1/frontend/class-lp-rest-profile-controller.php:337 +msgid "User is invalid!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:98 -msgid "You are a teacher now." +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:280 +#: inc/rest-api/v1/frontend/class-lp-rest-users-controller.php:508 +msgid "Quiz is invalid!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:101 -msgid "Your request has been sent! We will get back to you soon!" +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:74 +msgid "Please %s to send your request!" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:104 -msgid "Your role is allowed to create a course." +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:74 +msgctxt "become-teacher-form" +msgid "login" msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:114 -msgid "Fill in your information and send us to become a teacher." +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:77 +msgid "Your have already sent the request. Please wait for approvement." msgstr "" -#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:115 -#: templates/global/become-teacher-form/button.php:16 -msgid "Submit" +#: inc/shortcodes/class-lp-shortcode-become-a-teacher.php:79 +msgid "You are a teacher!" msgstr "" #: inc/shortcodes/class-lp-shortcode-course-curriculum.php:44 @@ -6493,296 +6774,296 @@ msgstr "" msgid "Your are logged in as %1$s. Log out?" msgstr "" -#: inc/shortcodes/class-lp-shortcode-profile.php:51 +#: inc/shortcodes/class-lp-shortcode-profile.php:53 msgid "You can't viewing user profile" msgstr "" -#: inc/templates/class-lp-template-course.php:124 -msgctxt "duration" -msgid "%s day" +#: inc/templates/class-lp-template-course.php:324 +#: inc/widgets/course-extra.php:33 +msgid "Key features" msgstr "" -#: inc/templates/class-lp-template-course.php:125 -msgctxt "duration" -msgid "%s hour" +#: inc/templates/class-lp-template-course.php:347 +#: inc/templates/class-lp-template-course.php:919 +msgid "Target audiences" msgstr "" -#: inc/templates/class-lp-template-course.php:126 -msgctxt "duration" -msgid "%s min" -msgstr "" +#: inc/templates/class-lp-template-course.php:879 +msgid "%d lesson" +msgid_plural "%d lessons" +msgstr[0] "" +msgstr[1] "" -#: inc/templates/class-lp-template-course.php:127 -msgctxt "duration" -msgid "%s sec" -msgstr "" +#: inc/templates/class-lp-template-course.php:883 +msgid "%d quiz" +msgid_plural "%d quizzes" +msgstr[0] "" +msgstr[1] "" -#: inc/templates/class-lp-template-course.php:307 -#: inc/widgets/course-extra.php:28 -msgid "Key features" +#: inc/templates/class-lp-template-course.php:887 +msgid "%d student" +msgid_plural "%d students" +msgstr[0] "" +msgstr[1] "" + +#: inc/templates/class-lp-template-course.php:915 +msgid "Features" msgstr "" -#: inc/templates/class-lp-template-course.php:330 -#: inc/templates/class-lp-template-course.php:780 -msgid "Target audiences" +#: inc/templates/class-lp-template-course.php:1012 +msgid "View More" msgstr "" -#: inc/templates/class-lp-template-course.php:393 -#: inc/user/class-lp-user.php:270 -msgid "Error: No Course or User available." +#: inc/user-item/class-lp-user-item-quiz.php:155 +msgid "Not Started" msgstr "" -#: inc/templates/class-lp-template-course.php:404 -#: inc/user/class-lp-user.php:286 -msgid "Error: Course is not in-progress." +#: inc/user-item/class-lp-user-item-quiz.php:769 +msgid "Question is invalid!" msgstr "" -#: inc/templates/class-lp-template-course.php:411 -#: inc/user/class-lp-user.php:293 -msgid "Error: Course is not has finish." +#: inc/user-item/class-lp-user-item-quiz.php:774 +msgid "Cannot check answer the question." msgstr "" -#: inc/templates/class-lp-template-course.php:415 -#: inc/user/class-lp-user.php:297 -msgid "Error: Cannot finish course." +#: inc/user-item/class-lp-user-item.php:808 +#: inc/user-item/class-lp-user-item.php:819 +msgid "Not Enrolled" msgstr "" -#: inc/templates/class-lp-template-course.php:419 -#: inc/user/class-lp-user.php:301 -msgid "Error: Filter disable finish course." +#: inc/user/abstract-lp-user.php:759 +msgid "You can not hint question." msgstr "" -#: inc/templates/class-lp-template-course.php:776 -msgid "Features" +#: inc/user/abstract-lp-user.php:1028 +#: inc/user/abstract-lp-user.php:1274 +#: inc/user/abstract-lp-user.php:1286 +msgid "The role %s for user doesn't exist" msgstr "" -#: inc/templates/class-lp-template-course.php:873 -msgid "View More" +#: inc/user/abstract-lp-user.php:1590 +msgid "You have already completed this lesson." msgstr "" -#: inc/user-item/class-lp-user-item-quiz.php:148 -msgid "Not Started" +#: inc/user/class-lp-profile.php:79 +msgid "Account information updated successful." msgstr "" -#: inc/user-item/class-lp-user-item-quiz.php:569 -msgid "You have already checked this question." +#: inc/user/class-lp-profile.php:80 +msgid "Account avatar updated successful." msgstr "" -#: inc/user-item/class-lp-user-item.php:708 -msgid "Item not changed." +#: inc/user/class-lp-profile.php:81 +msgid "Password updated successful." msgstr "" -#: inc/user-item/class-lp-user-item.php:752 -#: inc/user-item/class-lp-user-item.php:763 -msgid "Not Enrolled" +#: inc/user/class-lp-profile.php:82 +msgid "Account privacy updated successful." msgstr "" -#: inc/user/abstract-lp-user.php:378 -msgid "You cannot start a quiz in preview mode." +#: inc/user/class-lp-profile.php:297 +msgid "Logout" msgstr "" -#: inc/user/abstract-lp-user.php:387 -msgid "Course does not exist or does not contain the quiz" +#: inc/user/class-lp-profile.php:306 +msgid "Avatar" msgstr "" -#: inc/user/abstract-lp-user.php:398 -msgid "You have already finished the course of this quiz" +#: inc/user/class-lp-profile.php:316 +msgid "Privacy" msgstr "" -#: inc/user/abstract-lp-user.php:406 -msgid "Please enroll course before starting quiz." +#: inc/user/class-lp-profile.php:601 +msgid "Public your profile courses." msgstr "" -#: inc/user/abstract-lp-user.php:415 -msgid "User has started or completed quiz" +#: inc/user/class-lp-profile.php:608 +msgid "Public your profile quizzes." msgstr "" -#: inc/user/abstract-lp-user.php:424 -msgid "You have to login for starting quiz." +#: inc/user/class-lp-profile.php:875 +msgid "Not enrolled" msgstr "" -#: inc/user/abstract-lp-user.php:488 -msgid "Course is not exists or does not contain the quiz" +#: inc/user/class-lp-profile.php:1108 +msgid "User Avatar" msgstr "" -#: inc/user/abstract-lp-user.php:496 -msgid "User has already finished course of this quiz" +#: inc/user/class-lp-user.php:21 +#: inc/user/class-lp-user.php:74 +msgid "This content is protected, please enroll course to view this content!" msgstr "" -#: inc/user/abstract-lp-user.php:505 -msgid "User has completed quiz" +#: inc/user/class-lp-user.php:45 +msgid "This content is protected, please login, enroll course to view this content!" msgstr "" -#: inc/user/abstract-lp-user.php:550 -msgid "Course does not exist or does not contain the quiz." +#: inc/user/class-lp-user.php:62 +msgid "You finished this course. This content is protected, please enroll course to view this content!" msgstr "" -#: inc/user/abstract-lp-user.php:565 -msgid "You can not redo a quiz in a finished course." +#: inc/user/class-lp-user.php:68 +#: templates/global/block-content.php:16 +msgid "Content of this item has blocked because the course has exceeded duration." msgstr "" -#: inc/user/abstract-lp-user.php:578 -msgid "%1$s::%2$s - User has not completed quiz." +#: inc/user/class-lp-user.php:222 +msgid "Course is not enrolled" msgstr "" -#: inc/user/abstract-lp-user.php:591 -msgid "%1$s::%2$s - Your Quiz can't retake." +#: inc/user/class-lp-user.php:286 +msgid "No Course or User available" msgstr "" -#: inc/user/abstract-lp-user.php:1004 -msgid "You can not hint question." +#: inc/user/class-lp-user.php:294 +msgid "Course is External" msgstr "" -#: inc/user/abstract-lp-user.php:1262 -#: inc/user/abstract-lp-user.php:1530 -#: inc/user/abstract-lp-user.php:1542 -msgid "The role %s for user doesn't exist" +#: inc/user/class-lp-user.php:298 +msgid "Course is full students" msgstr "" -#: inc/user/abstract-lp-user.php:1838 -msgid "You have already completed this lesson." +#: inc/user/class-lp-user.php:302 +msgid "Course is not require enrolling." msgstr "" -#: inc/user/abstract-lp-user.php:2344 -msgid "Update user item error." +#: inc/user/class-lp-user.php:306 +msgid "Course is not purchased." msgstr "" -#: inc/user/abstract-lp-user.php:2422 -#: inc/user/abstract-lp-user.php:2426 -msgid "Failed to enroll course." +#: inc/user/class-lp-user.php:310 +msgid "This course is already enrolled." msgstr "" -#: inc/user/abstract-lp-user.php:2430 -msgid "Please login to enroll course." +#: inc/user/class-lp-user.php:369 +msgid "This course is out of stock" msgstr "" -#: inc/user/class-lp-profile.php:79 -msgid "Account information updated successful." +#: inc/user/class-lp-user.php:384 +msgid "Your order is waiting for processing" msgstr "" -#: inc/user/class-lp-profile.php:80 -msgid "Account avatar updated successful." +#: inc/user/class-lp-user.php:441 +msgid "Course is has finished." msgstr "" -#: inc/user/class-lp-profile.php:81 -msgid "Password updated successful." +#: inc/user/class-lp-user.php:445 +msgid "Course is not enroll." msgstr "" -#: inc/user/class-lp-profile.php:82 -msgid "Account privacy updated successful." +#: inc/user/class-lp-user.php:449 +msgid "Error: Course is not in-progress." msgstr "" -#: inc/user/class-lp-profile.php:295 -msgid "Logout" +#: inc/user/class-lp-user.php:474 +msgid "Error: Filter disable finish course." msgstr "" -#: inc/user/class-lp-profile.php:304 -msgid "Avatar" +#: inc/user/class-lp-user.php:499 +msgid "You cannot start a quiz in preview mode." msgstr "" -#: inc/user/class-lp-profile.php:313 -msgid "Privacy" +#: inc/user/class-lp-user.php:508 +msgid "Course does not exist or does not contain the quiz" msgstr "" -#: inc/user/class-lp-profile.php:590 -msgid "Public your profile courses." +#: inc/user/class-lp-user.php:519 +msgid "You have already finished the course of this quiz" msgstr "" -#: inc/user/class-lp-profile.php:597 -msgid "Public your profile quizzes." +#: inc/user/class-lp-user.php:527 +msgid "Please enroll course before starting quiz." msgstr "" -#: inc/user/class-lp-profile.php:823 -msgid "Not enrolled" +#: inc/user/class-lp-user.php:536 +msgid "User has started or completed quiz" msgstr "" -#: inc/user/class-lp-profile.php:1055 -msgid "User Avatar" +#: inc/user/class-lp-user.php:545 +msgid "You have to login for starting quiz." msgstr "" -#: inc/user/class-lp-user-factory.php:490 -msgid "Every 3 Minutes" +#: inc/user/class-lp-user.php:600 +msgid "User has already finished course of this quiz" msgstr "" -#: inc/user/class-lp-user.php:19 -#: inc/user/class-lp-user.php:64 -msgid "This content is protected, please enroll course to view this content!" +#: inc/user/class-lp-user.php:609 +msgid "User has completed quiz" msgstr "" -#: inc/user/class-lp-user.php:52 -msgid "You finished this course. This content is protected, please enroll course to view this content!" +#: inc/user/class-lp-user.php:648 +msgid "Course does not exist or does not contain the quiz." msgstr "" -#: inc/user/class-lp-user.php:58 -#: templates/global/block-content.php:16 -msgid "Content of this item has blocked because the course has exceeded duration." +#: inc/user/class-lp-user.php:663 +msgid "You can not redo a quiz in a finished course." msgstr "" -#: inc/user/class-lp-user.php:201 -msgid "This course is out of stock" +#: inc/user/class-lp-user.php:676 +msgid "%1$s::%2$s - User has not completed quiz." msgstr "" -#: inc/user/class-lp-user.php:216 -msgid "Your order is waiting for processing" +#: inc/user/class-lp-user.php:689 +msgid "%1$s::%2$s - Your Quiz can't retake." msgstr "" -#: inc/user/lp-user-functions.php:421 +#: inc/user/lp-user-functions.php:403 msgid "Want to become an instructor?" msgstr "" -#: inc/user/lp-user-functions.php:966 +#: inc/user/lp-user-functions.php:933 msgid "Please login to enroll this course" msgstr "" -#: inc/user/lp-user-functions.php:984 +#: inc/user/lp-user-functions.php:951 msgid "You have already finished course" msgstr "" -#: inc/user/lp-user-functions.php:987 +#: inc/user/lp-user-functions.php:954 msgid "You have already enrolled in this course" msgstr "" -#: inc/user/lp-user-functions.php:1256 +#: inc/user/lp-user-functions.php:1234 msgid "Old password incorrect!" msgstr "" -#: inc/user/lp-user-functions.php:1262 +#: inc/user/lp-user-functions.php:1240 msgid "Confirmation password incorrect!" msgstr "" -#: inc/user/lp-user-functions.php:1549 +#: inc/user/lp-user-functions.php:1527 msgid "Invalid item id." msgstr "" -#: inc/user/lp-user-functions.php:1582 +#: inc/user/lp-user-functions.php:1560 msgid "Invalid item data." msgstr "" -#: inc/user/lp-user-functions.php:1753 +#: inc/user/lp-user-functions.php:1734 msgid "Invalid Course ID." msgstr "" -#: inc/user/lp-user-functions.php:1773 +#: inc/user/lp-user-functions.php:1754 msgid "Invalid Quiz" msgstr "" -#: inc/user/lp-user-functions.php:2180 +#: inc/user/lp-user-functions.php:2175 msgid "Facebook Profile" msgstr "" -#: inc/user/lp-user-functions.php:2183 +#: inc/user/lp-user-functions.php:2178 msgid "Twitter Profile" msgstr "" -#: inc/user/lp-user-functions.php:2186 +#: inc/user/lp-user-functions.php:2181 msgid "Google Profile" msgstr "" -#: inc/user/lp-user-functions.php:2189 +#: inc/user/lp-user-functions.php:2184 msgid "Youtube Channel" msgstr "" -#: inc/user/lp-user-functions.php:2192 +#: inc/user/lp-user-functions.php:2187 msgid "Linkedin Profile" msgstr "" @@ -6794,19 +7075,29 @@ msgstr "" msgid "LearnPress - Course Extra" msgstr "" -#: inc/widgets/course-extra.php:29 +#: inc/widgets/course-extra.php:27 +msgid "Course Extra" +msgstr "" + +#: inc/widgets/course-extra.php:34 msgid "Target audience" msgstr "" -#: inc/widgets/course-extra.php:35 -#: inc/widgets/course-info.php:37 -#: inc/widgets/course-progress.php:35 -#: inc/widgets/featured-courses.php:70 -#: inc/widgets/popular-courses.php:67 -#: inc/widgets/recent-courses.php:71 +#: inc/widgets/course-extra.php:46 +#: inc/widgets/course-info.php:43 +#: inc/widgets/course-progress.php:40 msgid "CSS Class" msgstr "" +#: inc/widgets/course-extra.php:60 +#: inc/widgets/course-info.php:69 +msgid "Error: Please select a Course." +msgstr "" + +#: inc/widgets/course-extra.php:72 +msgid "No Course found!" +msgstr "" + #: inc/widgets/course-info.php:27 msgid "Display the Course Infomation" msgstr "" @@ -6819,24 +7110,29 @@ msgstr "" msgid "Course Info" msgstr "" -#: inc/widgets/course-progress.php:25 +#: inc/widgets/course-progress.php:24 msgid "Display the Course Progress" msgstr "" -#: inc/widgets/course-progress.php:27 +#: inc/widgets/course-progress.php:26 msgid "LearnPress - Course Progress" msgstr "" -#: inc/widgets/course-progress.php:32 +#: inc/widgets/course-progress.php:31 msgid "Course Progress" msgstr "" -#: inc/widgets/course-sidebar-preview.php:27 -msgid "Display the Course Sidebar Preview" +#: inc/widgets/course-progress.php:56 +msgid "You need login to view Course Progress" msgstr "" -#: inc/widgets/course-sidebar-preview.php:29 -msgid "LearnPress - Course Sidebar Preview" +#: inc/widgets/course-progress.php:60 +msgid "Please choose a course!" +msgstr "" + +#: inc/widgets/course-progress.php:72 +#: inc/widgets/course-progress.php:76 +msgid "You haven't started %s" msgstr "" #: inc/widgets/featured-courses.php:23 @@ -6854,48 +7150,48 @@ msgstr "" #: inc/widgets/featured-courses.php:33 #: inc/widgets/popular-courses.php:29 #: inc/widgets/recent-courses.php:34 -msgid "Show teacher" +msgid "Show instructor" msgstr "" #: inc/widgets/featured-courses.php:38 #: inc/widgets/popular-courses.php:34 #: inc/widgets/recent-courses.php:39 -msgid "Show lesson" +msgid "Show thumbnail" msgstr "" #: inc/widgets/featured-courses.php:43 #: inc/widgets/popular-courses.php:39 #: inc/widgets/recent-courses.php:44 -msgid "Show Thumbnail" +msgid "Limit" msgstr "" -#: inc/widgets/featured-courses.php:48 -#: inc/widgets/popular-courses.php:44 -#: inc/widgets/recent-courses.php:49 -msgid "Limit" +#: inc/widgets/featured-courses.php:49 +#: inc/widgets/popular-courses.php:45 +#: inc/widgets/recent-courses.php:50 +msgid "Description length" msgstr "" -#: inc/widgets/featured-courses.php:54 -#: inc/widgets/popular-courses.php:50 -#: inc/widgets/recent-courses.php:55 -msgid "Description Length" +#: inc/widgets/featured-courses.php:55 +#: inc/widgets/popular-courses.php:52 +#: inc/widgets/recent-courses.php:56 +msgid "Show price" msgstr "" #: inc/widgets/featured-courses.php:60 #: inc/widgets/popular-courses.php:57 #: inc/widgets/recent-courses.php:61 -msgid "Show Enrolled Students" +msgid "CSS class" msgstr "" #: inc/widgets/featured-courses.php:65 -#: inc/widgets/popular-courses.php:62 -#: inc/widgets/recent-courses.php:66 -msgid "Show Price" +msgid "Go to courses" msgstr "" -#: inc/widgets/featured-courses.php:75 -#: inc/widgets/popular-courses.php:72 -#: inc/widgets/recent-courses.php:76 +#: inc/widgets/featured-courses.php:88 +#: inc/widgets/popular-courses.php:62 +#: inc/widgets/popular-courses.php:81 +#: inc/widgets/recent-courses.php:66 +#: inc/widgets/recent-courses.php:83 msgid "Go to Courses" msgstr "" @@ -6923,7 +7219,7 @@ msgstr "" msgid "Recent Courses" msgstr "" -#: learnpress.php:424 +#: learnpress.php:449 msgid "LearnPress plugin base directory must be learnpress/learnpres.php (case sensitive) to ensure all functions work properly and fully operational (currently %s)" msgstr "" @@ -7029,15 +7325,19 @@ msgstr "" msgid "Note to administrator" msgstr "" -#: templates/checkout/order-received.php:46 -#: templates/emails/order-items-table.php:41 -#: templates/emails/plain/order-items-table.php:24 +#: templates/checkout/order-received.php:47 +msgid "Order Key" +msgstr "" + +#: templates/checkout/order-received.php:54 +#: templates/emails/order-items-table.php:60 +#: templates/emails/plain/order-items-table.php:52 msgid "Order Number" msgstr "" -#: templates/checkout/order-received.php:109 -#: templates/emails/order-items-table.php:49 -#: templates/emails/plain/order-items-table.php:28 +#: templates/checkout/order-received.php:117 +#: templates/emails/order-items-table.php:68 +#: templates/emails/plain/order-items-table.php:56 msgid "Payment Method" msgstr "" @@ -7051,7 +7351,7 @@ msgid "Your order" msgstr "" #: templates/checkout/review-order.php:85 -#: templates/order/order-details.php:81 +#: templates/order/order-details.php:96 msgid "Subtotal" msgstr "" @@ -7083,42 +7383,42 @@ msgstr "" msgid "Lesson content is empty." msgstr "" -#: templates/content-quiz/js.php:142 +#: templates/content-quiz/js.php:150 msgid "You haven't any question!" msgstr "" -#: templates/courses-top-bar.php:19 +#: templates/courses-top-bar.php:23 msgid "Search courses..." msgstr "" -#: templates/courses-top-bar.php:26 +#: templates/courses-top-bar.php:30 msgid "Switch to %s" msgstr "" -#: templates/emails/order-items-table.php:36 -#: templates/emails/plain/order-items-table.php:22 +#: templates/emails/order-items-table.php:55 +#: templates/emails/plain/order-items-table.php:50 msgid "Order summary" msgstr "" -#: templates/emails/order-items-table.php:45 -#: templates/emails/plain/order-items-table.php:26 +#: templates/emails/order-items-table.php:64 +#: templates/emails/plain/order-items-table.php:54 msgid "Purchase Date" msgstr "" -#: templates/emails/order-items-table.php:57 -#: templates/emails/plain/order-items-table.php:32 +#: templates/emails/order-items-table.php:76 +#: templates/emails/plain/order-items-table.php:60 msgid "User Email" msgstr "" -#: templates/emails/plain/order-items-table.php:48 +#: templates/emails/plain/order-items-table.php:76 msgid "Quantity: %s" msgstr "" -#: templates/emails/plain/order-items-table.php:50 +#: templates/emails/plain/order-items-table.php:78 msgid "Cost: %s" msgstr "" -#: templates/global/become-teacher-form/button.php:15 +#: templates/global/become-teacher-form.php:53 msgid "Submitting" msgstr "" @@ -7152,8 +7452,18 @@ msgctxt "register-heading" msgid "Register" msgstr "" -#: templates/loop/course/badge-featured.php:23 -msgid "Featured" +#: templates/global/no-courses-found.php:15 +msgid "No courses were found matching your selection." +msgstr "" + +#: templates/loop/single-course/loop-section.php:21 +#: templates/single-course/loop-section.php:47 +msgctxt "template title empty" +msgid "Untitled" +msgstr "" + +#: templates/loop/single-course/loop-section.php:50 +msgid "Show more items" msgstr "" #: templates/order/confirm.php:23 @@ -7180,7 +7490,7 @@ msgstr "" msgid "Payment Method:" msgstr "" -#: templates/order/order-details.php:97 +#: templates/order/order-details.php:112 msgid "Order status:" msgstr "" @@ -7196,42 +7506,42 @@ msgstr "" msgid "Please login to see your profile content" msgstr "" -#: templates/profile/tabs/courses.php:54 +#: templates/profile/tabs/courses.php:33 msgid "Enrolled" msgstr "" -#: templates/profile/tabs/courses.php:57 +#: templates/profile/tabs/courses.php:40 msgid "Created" msgstr "" -#: templates/profile/tabs/courses/course-grid.php:42 -#: templates/profile/tabs/courses/course-list.php:55 +#: templates/profile/tabs/courses/course-grid.php:48 +#: templates/profile/tabs/courses/course-list.php:69 msgid "View more" msgstr "" -#: templates/profile/tabs/courses/course-list.php:19 -#: templates/profile/tabs/quizzes.php:38 -#: assets/js/dist/frontend/quiz.js:25 +#: templates/profile/tabs/courses/course-list.php:23 +#: templates/profile/tabs/quizzes.php:55 +#: assets/js/dist/frontend/quiz.min.js:25 msgid "Result" msgstr "" -#: templates/profile/tabs/courses/general-statistic.php:28 +#: templates/profile/tabs/courses/general-statistic.php:27 msgid "Enrolled Courses" msgstr "" -#: templates/profile/tabs/courses/general-statistic.php:32 +#: templates/profile/tabs/courses/general-statistic.php:31 msgid "Active Courses" msgstr "" -#: templates/profile/tabs/courses/general-statistic.php:36 +#: templates/profile/tabs/courses/general-statistic.php:35 msgid "Completed Courses" msgstr "" -#: templates/profile/tabs/courses/general-statistic.php:51 +#: templates/profile/tabs/courses/general-statistic.php:50 msgid "Total Courses" msgstr "" -#: templates/profile/tabs/courses/general-statistic.php:55 +#: templates/profile/tabs/courses/general-statistic.php:54 msgid "Total Students" msgstr "" @@ -7259,20 +7569,16 @@ msgstr "" msgid "When you checkout with Guest order key will send in email, you can use order key to create order." msgstr "" -#: templates/profile/tabs/quizzes.php:39 -#: assets/js/dist/frontend/quiz.js:22 -#: assets/js/dist/frontend/quiz.js:191 +#: templates/profile/tabs/quizzes.php:56 +#: assets/js/dist/frontend/quiz.min.js:22 +#: assets/js/dist/frontend/quiz.min.js:202 msgid "Time spent" msgstr "" -#: templates/profile/tabs/quizzes.php:97 +#: templates/profile/tabs/quizzes.php:118 msgid "No quizzes!" msgstr "" -#: templates/profile/tabs/settings/avatar.php:49 -msgid "Remove" -msgstr "" - #: templates/profile/tabs/settings/basic-information.php:58 msgid "Biographical Info" msgstr "" @@ -7304,9 +7610,9 @@ msgid "New password does not match!" msgstr "" #: templates/shortcode/list-courses.php:49 -#: templates/widgets/featured-courses.php:16 -#: templates/widgets/popular-courses.php:16 -#: templates/widgets/recent-courses.php:16 +#: templates/widgets/featured-courses.php:22 +#: templates/widgets/popular-courses.php:20 +#: templates/widgets/recent-courses.php:20 msgid "No courses" msgstr "" @@ -7332,23 +7638,11 @@ msgctxt "course-item-navigation" msgid "Prev" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Prev" -msgstr "" - #: templates/single-course/content-item/nav.php:39 msgctxt "course-item-navigation" msgid "Next" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Next" -msgstr "" - -#: templates/single-course/content-item/popup-header.php:34 -msgid "%1$s of %2$d items" -msgstr "" - #: templates/single-course/content-item/popup-sidebar.php:15 msgctxt "search course input placeholder" msgid "Search courses content" @@ -7371,16 +7665,11 @@ msgstr "" msgid "About the Instructor" msgstr "" -#: templates/single-course/loop-section.php:48 -msgctxt "template title empty" -msgid "Untitled" -msgstr "" - -#: templates/single-course/loop-section.php:68 +#: templates/single-course/loop-section.php:67 msgid "Section progress %s%%" msgstr "" -#: templates/single-course/loop-section.php:80 +#: templates/single-course/loop-section.php:79 msgid "No items in this section" msgstr "" @@ -7392,47 +7681,52 @@ msgstr "" msgid "Lifetime access" msgstr "" -#: templates/single-course/sidebar/user-progress.php:25 +#: templates/single-course/sidebar/user-progress.php:38 msgid "Lessons completed:" msgstr "" -#: templates/single-course/sidebar/user-progress.php:32 +#: templates/single-course/sidebar/user-progress.php:49 msgid "Quizzes finished:" msgstr "" -#: templates/single-course/sidebar/user-progress.php:34 +#: templates/single-course/sidebar/user-progress.php:51 msgid "Failed %1$d, Passed %2$d" msgstr "" -#: templates/single-course/sidebar/user-progress.php:34 +#: templates/single-course/sidebar/user-progress.php:51 msgid "%1$d/%2$d" msgstr "" -#: templates/single-course/sidebar/user-time.php:26 +#: templates/single-course/sidebar/user-progress.php:74 +msgid "Passing condition: %s%%" +msgstr "" + +#: templates/single-course/sidebar/user-time.php:25 msgid "You started on:" msgstr "" -#: templates/single-course/sidebar/user-time.php:32 +#: templates/single-course/sidebar/user-time.php:31 msgid "Course will end:" msgstr "" -#: templates/single-course/sidebar/user-time.php:37 -#: assets/js/dist/frontend/quiz.js:20 +#: templates/single-course/sidebar/user-time.php:36 +#: assets/js/dist/frontend/quiz.min.js:20 msgid "Duration:" msgstr "" -#: templates/single-course/sidebar/user-time.php:38 -msgid "Lifetime" -msgstr "" - -#: templates/single-course/sidebar/user-time.php:43 +#: templates/single-course/sidebar/user-time.php:42 msgid "You finished on:" msgstr "" -#: templates/single-course/tabs/curriculum.php:51 +#: templates/single-course/tabs/curriculum-v2.php:31 +#: templates/single-course/tabs/curriculum.php:56 msgid "Curriculum is empty" msgstr "" +#: templates/single-course/tabs/curriculum-v2.php:39 +msgid "Show more Sections" +msgstr "" + #: templates/single-course/tabs/tabs.php:36 msgid "You finished this course. This course has been blocked" msgstr "" @@ -7441,143 +7735,103 @@ msgstr "" msgid "This course has been blocked reason by expire" msgstr "" -#: templates/widgets/course-info.php:36 -msgid "Preview Lessons" -msgstr "" - -#: inc/templates/class-lp-template-course.php:719 -#: templates/widgets/featured-courses.php:77 -#: templates/widgets/popular-courses.php:78 -#: templates/widgets/recent-courses.php:77 -msgid "%d lesson" -msgid_plural "%d lessons" -msgstr[0] "" -msgstr[1] "" - -#: inc/templates/class-lp-template-course.php:723 -msgid "%d quiz" -msgid_plural "%d quizzes" -msgstr[0] "" -msgstr[1] "" - -#: inc/templates/class-lp-template-course.php:727 -msgid "%d student" -msgid_plural "%d students" -msgstr[0] "" -msgstr[1] "" - -#: assets/js/dist/frontend/quiz.js:15 -msgid "Last Attempted" -msgstr "" - -#: assets/js/dist/frontend/quiz.js:23 -msgid "Marks" -msgstr "" - -#: assets/js/dist/frontend/quiz.js:24 -msgid "Passing grade" -msgstr "" - -#: assets/js/dist/frontend/quiz.js:25 -msgid "Passing grade:" -msgstr "" - -#: assets/js/dist/frontend/quiz.js:30 -msgid "Questions:" +#: assets/js/dist/frontend/quiz.min.js:9 +msgid "LearnPress Single Course Template" msgstr "" -#: assets/js/dist/frontend/quiz.js:173 -msgid "Your Result" +#: assets/js/dist/frontend/quiz.min.js:13 +msgid "LearnPress Course Archive Template" msgstr "" -#: assets/js/dist/frontend/quiz.js:195 -msgid "Points" +#. translators: %s is the template title +#: assets/js/dist/frontend/quiz.min.js:32 +msgid "This is an editor placeholder for the %s. On your store this will be replaced by the template and display with your course image(s), title, price, etc. You can move this placeholder around and add further blocks around it to extend the template." msgstr "" -#: assets/js/dist/frontend/quiz.js:203 -msgid "Correct" +#: assets/js/dist/frontend/quiz.min.js:13 +msgid "Renders LearnPress PHP templates." msgstr "" -#: assets/js/dist/frontend/quiz.js:207 -msgid "Wrong" +#: assets/js/dist/frontend/quiz.min.js:131 +msgid "File size too large. You need to upload a file < 2MB" msgstr "" -#: assets/js/dist/frontend/quiz.js:211 -msgid "Skipped" +#: assets/js/dist/frontend/quiz.min.js:133 +msgid "Image size must be greater than or equal to %1$sx%2$spx" msgstr "" -#: assets/js/dist/frontend/quiz.js:67 -msgid "Are you sure to submit quiz?" +#: assets/js/dist/frontend/quiz.min.js:146 +msgid "Are you sure you want to remove your avatar?" msgstr "" -#: assets/js/dist/frontend/quiz.js:106 -msgid "Question %d to %d of %d" +#: assets/js/dist/frontend/quiz.min.js:192 +msgid "Save" msgstr "" -#: assets/js/dist/frontend/quiz.js:108 -msgid "Question %d of %d" +#: assets/js/dist/frontend/quiz.min.js:200 +msgid "Replace" msgstr "" -#: assets/js/dist/frontend/quiz.js:111 -msgid "Question %d to %d" +#: assets/js/dist/frontend/quiz.min.js:201 +msgid "Remove" msgstr "" -#: assets/js/dist/frontend/quiz.js:120 -msgid "Earned Point: %s" +#: assets/js/dist/frontend/quiz.min.js:15 +msgid "Last Attempted" msgstr "" -#: assets/js/dist/frontend/quiz.js:129 -msgid "Finish Quiz" +#: assets/js/dist/frontend/quiz.min.js:23 +msgid "Marks" msgstr "" -#: assets/js/dist/frontend/quiz.js:129 -msgid "Submitting..." +#: assets/js/dist/frontend/quiz.min.js:24 +msgid "Passing grade" msgstr "" -#: assets/js/dist/frontend/quiz.js:129 -msgid "Retake" +#: assets/js/dist/frontend/quiz.min.js:25 +msgid "Passing grade:" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "LP Error: can not set answers" +#: assets/js/dist/frontend/quiz.min.js:30 +msgid "Questions:" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Render function should be overwritten from base." +#: assets/js/dist/frontend/quiz.min.js:184 +msgid "Your Result" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Incorrect" +#: assets/js/dist/frontend/quiz.min.js:218 +msgid "Wrong" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "%d/%d point" +#: assets/js/dist/frontend/quiz.min.js:222 +msgid "Skipped" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "point" +#: assets/js/dist/frontend/quiz.min.js:67 +msgid "Are you sure to submit quiz?" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "%d/%d point" +#: assets/js/dist/frontend/quiz.min.js:105 +msgid "Question %d to %d of %d" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Check answer" +#: assets/js/dist/frontend/quiz.min.js:107 +msgid "Question %d of %d" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "You need to answer the question before check answer." +#: assets/js/dist/frontend/quiz.min.js:110 +msgid "Question %d to %d" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Are you sure you want to retake quiz?" +#: assets/js/dist/frontend/quiz.min.js:119 +msgid "Earned Point: %s" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Start" +#: assets/js/dist/frontend/quiz.min.js:128 +msgid "Finish Quiz" msgstr "" -#: assets/js/dist/frontend/quiz.js:1 -msgid "Hint" +#: assets/js/dist/frontend/quiz.min.js:128 +msgid "Submitting..." msgstr "" diff --git a/package.json b/package.json index 69a1291c9..d37c2ab64 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "build": "wp-scripts build", "dev-build": "npm run build && gulp styles && npm run dev", "release": "npm run build && npm run makepot && gulp release", - "babel:makepot": "babel assets/src", - "makepot:cli": "wp i18n make-pot . languages/learnpress.pot --skip-audit --merge=languages/learnpress-js.pot --exclude=\"test,releases,build,tools,dist,node_modules,vendor,wordpress,\" --headers='{\"last-translator\":\"admin@email.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/LearnPress/learnpress/issues\"}'", - "makepot": "npm run babel:makepot && makepot:cli && gulp updatePot" + "makepot:js": "wp-babel-makepot './assets/src/**/*.{js,jsx,ts,tsx}' --ignore '**/node_modules/**,**/test/**,**/*.d.ts' --base './' --dir './languages/strings' --output './languages/learnpress-js.pot'", + "makepot:cli": "wp i18n make-pot . languages/learnpress.pot --skip-audit --merge=languages/learnpress-strings.pot --exclude=\"test,releases,build,tools,dist,node_modules,vendor,wordpress,\" --headers='{\"last-translator\":\"admin@email.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/LearnPress/learnpress/issues\"}'", + "makepot": "npm rum makepot:js && npm run makepot:cli && gulp updatePot" }, "repository": { "type": "git", @@ -23,8 +23,7 @@ }, "homepage": "https://github.com/LearnPress/LearnPress#readme", "devDependencies": { - "@babel/cli": "^7.17.6", - "@wordpress/babel-plugin-makepot": "^3.4.0", + "@automattic/wp-babel-makepot": "^1.0.2", "@wordpress/babel-preset-default": "^6.6.1", "@wordpress/scripts": "^22.2.1", "beepbeep": "^1.3.0",