From 3d5feb24035720b78c5a09662060de2432c9be32 Mon Sep 17 00:00:00 2001 From: Kim Coleman Date: Sun, 19 Nov 2023 08:44:40 -0500 Subject: [PATCH 1/7] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 3803959..9393828 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: strangerstudios, paidmembershipspro, kimannwall, jarryd-long Tags: course, education, elearning, lms, membership, pmpro Requires at least: 5.4 -Tested up to: 6.3 +Tested up to: 6.4.1 Stable tag: 1.2.4 Requires PHP: 7.0 License: GPLv2 or later From 54eaee2dffe4333ab6776abe5e8e25fa6a326b5d Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Mon, 15 Apr 2024 10:16:17 +0200 Subject: [PATCH 2/7] Change tested up to WP 6.5 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9393828..bb168c2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: strangerstudios, paidmembershipspro, kimannwall, jarryd-long Tags: course, education, elearning, lms, membership, pmpro Requires at least: 5.4 -Tested up to: 6.4.1 +Tested up to: 6.5 Stable tag: 1.2.4 Requires PHP: 7.0 License: GPLv2 or later From b20491a106b13033ec8799ebaa011ecdefae46e9 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Wed, 5 Jun 2024 10:45:40 +0200 Subject: [PATCH 3/7] Update common.php --- includes/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/common.php b/includes/common.php index 4a37d19..e9bc0ad 100644 --- a/includes/common.php +++ b/includes/common.php @@ -235,9 +235,9 @@ function pmpro_courses_get_lessons_html( $course_id ) { $lesson_status = pmpro_courses_get_user_lesson_status( $lesson->ID, $post->ID, get_current_user_id() ); if ( ! empty( $lesson_status ) ) { if ( $lesson_status === 'complete' ) { - echo '' . esc_html( 'Complete', 'pmpro-courses' ) . ''; + echo '' . esc_html__( 'Complete', 'pmpro-courses' ) . ''; } else { - echo '' . esc_html( 'Complete', 'pmpro-courses' ) . ''; + echo '' . esc_html__( 'Complete', 'pmpro-courses' ) . ''; } } } From 0f47c4babf6a8d0e840710ee99902c608a5a3b5d Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Thu, 17 Oct 2024 16:07:58 +0200 Subject: [PATCH 4/7] Strip out .org from our content within the plugin. --- .github/ISSUE_TEMPLATE.MD | 6 +++--- .github/ISSUE_TEMPLATE/support.md | 1 - .github/workflows/wordpress-plugin-deploy.yml | 15 --------------- README.md | 3 +-- pmpro-courses.php | 4 ++-- readme.txt | 6 +++--- 6 files changed, 9 insertions(+), 26 deletions(-) delete mode 100644 .github/workflows/wordpress-plugin-deploy.yml diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index 2a43f4c..70af5f1 100644 --- a/.github/ISSUE_TEMPLATE.MD +++ b/.github/ISSUE_TEMPLATE.MD @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ - [ ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. -- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on Github (this is **not** the same version as on WordPress.org!) +- [ ] The issue still exists against the latest `dev` branch of Paid Memberships Pro on Github (this is **not** the same version as the current stable release!) - [ ] I have attempted to find the simplest possible steps to reproduce the issue ## Steps to reproduce the issue @@ -33,7 +33,7 @@ I was expecting to see... - [ ] This bug happens with only Paid Memberships Pro plugin active -- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://wordpress.org/themes/memberlite/) +- [ ] This bug happens with a default WordPress theme active, or [Memberlite](https://memberlitetheme.com) - [ ] I can reproduce this bug consistently using the steps above ## WordPress Environment diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 5a58bc2..ba00508 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -16,5 +16,4 @@ Usage docs can be found here: https://www.paidmembershipspro.com/documentation/ Submit a ticket on our helpdesk by visiting https://www.paidmembershipspro.com/new-topic/ (Please note that an [active membership](https://www.paidmembershipspro.com/pricing) is required for paid support.) **General usage and development questions** -- WordPress.org Forums: https://wordpress.org/support/plugin/paid-memberships-pro - Website: https://www.paidmembershipspro.com/contact/ diff --git a/.github/workflows/wordpress-plugin-deploy.yml b/.github/workflows/wordpress-plugin-deploy.yml deleted file mode 100644 index f46cd2b..0000000 --- a/.github/workflows/wordpress-plugin-deploy.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Deploy to WordPress.org -on: - release: - types: [published] -jobs: - tag: - name: New tag - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@master - env: - SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SVN_USERNAME: ${{ secrets.SVN_USERNAME }} diff --git a/README.md b/README.md index 31f626c..15f4ee2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ ![](pmpro-courses-banner.jpg) - # [Paid Memberships Pro - Courses](https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/) # [comment]: # (Generate badges from shields.io, only works for .org plugins to get other stats etc. We'd have to create our own endpoints for Premium plugins) -![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dy/pmpro-courses?style=flat-square) ![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square) +![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square) ### Welcome to the Paid Memberships Pro - Courses GitHub Repository diff --git a/pmpro-courses.php b/pmpro-courses.php index f3fff05..e20cf6e 100644 --- a/pmpro-courses.php +++ b/pmpro-courses.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Courses for Membership Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/ * Description: Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro. - * Version: 1.2.5 + * Version: 1.2.6 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-courses @@ -12,7 +12,7 @@ defined( 'ABSPATH' ) || die( 'File cannot be accessed directly' ); -define( 'PMPRO_COURSES_VERSION', '1.2.5' ); +define( 'PMPRO_COURSES_VERSION', '1.2.6' ); define( 'PMPRO_COURSES_DIR', dirname( __FILE__ ) ); define( 'PMPRO_COURSES_BASENAME', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index bb168c2..dd885c2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios, paidmembershipspro, kimannwall, jarryd-long Tags: course, education, elearning, lms, membership, pmpro Requires at least: 5.4 Tested up to: 6.5 -Stable tag: 1.2.4 +Stable tag: 1.2.6 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -75,7 +75,7 @@ Paid Memberships Pro is built "the WordPress way" with a lean core plugin and ov Paid Memberships Pro is the flagship product of Stranger Studios. We are a bootstrapped company which grows when membership sites like yours grow. That means we focus our entire company towards helping you succeed. -[Try Paid Memberships Pro entirely for free on WordPress.org](https://wordpress.org/plugins/paid-memberships-pro/) and see why 100,000+ sites trust us to help them #GetPaid. +[Try Paid Memberships Pro entirely for free](https://www.paidmembershipspro.com) and see why 100,000+ sites trust us to help them #GetPaid. ### Read More @@ -87,7 +87,7 @@ Want more information on protecting course content with Paid Memberships Pro, Le == Installation == -Note: You must have [Paid Memberships Pro](https://wordpress.org/plugins/paid-memberships-pro/) installed and activated on your site. +Note: You must have [Paid Memberships Pro](https://www.paidmembershipspro.com) installed and activated on your site. ### Install PMPro Courses from within WordPress From c2fd054bf4bec523e9f07d7e427ede6fb4b99eb8 Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Thu, 17 Oct 2024 16:15:55 +0200 Subject: [PATCH 5/7] Add language files. --- languages/pmpro-courses-es_AR.mo | Bin 0 -> 8664 bytes languages/pmpro-courses-es_AR.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-es_ES.mo | Bin 0 -> 8657 bytes languages/pmpro-courses-es_ES.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-es_MX.mo | Bin 0 -> 8668 bytes languages/pmpro-courses-es_MX.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-es_UY.mo | Bin 0 -> 8664 bytes languages/pmpro-courses-es_UY.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-nl_BE.mo | Bin 0 -> 8545 bytes languages/pmpro-courses-nl_BE.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-nl_NL.mo | Bin 0 -> 8542 bytes languages/pmpro-courses-nl_NL.po | 522 ++++++++++++++++++++++++++++++ languages/pmpro-courses-ru_RU.mo | Bin 0 -> 10482 bytes languages/pmpro-courses-ru_RU.po | 523 +++++++++++++++++++++++++++++++ 14 files changed, 3655 insertions(+) create mode 100644 languages/pmpro-courses-es_AR.mo create mode 100644 languages/pmpro-courses-es_AR.po create mode 100644 languages/pmpro-courses-es_ES.mo create mode 100644 languages/pmpro-courses-es_ES.po create mode 100644 languages/pmpro-courses-es_MX.mo create mode 100644 languages/pmpro-courses-es_MX.po create mode 100644 languages/pmpro-courses-es_UY.mo create mode 100644 languages/pmpro-courses-es_UY.po create mode 100644 languages/pmpro-courses-nl_BE.mo create mode 100644 languages/pmpro-courses-nl_BE.po create mode 100644 languages/pmpro-courses-nl_NL.mo create mode 100644 languages/pmpro-courses-nl_NL.po create mode 100644 languages/pmpro-courses-ru_RU.mo create mode 100644 languages/pmpro-courses-ru_RU.po diff --git a/languages/pmpro-courses-es_AR.mo b/languages/pmpro-courses-es_AR.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5d9743dda2e09fbe62c32af8e1746a2555794be GIT binary patch literal 8664 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 F{{z?D2>bv5 literal 0 HcmV?d00001 diff --git a/languages/pmpro-courses-es_AR.po b/languages/pmpro-courses-es_AR.po new file mode 100644 index 0000000..8186265 --- /dev/null +++ b/languages/pmpro-courses-es_AR.po @@ -0,0 +1,522 @@ +# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Spanish (Argentina) +# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +msgid "" +msgstr "" +"PO-Revision-Date: 2024-06-05 17:17:27+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: GlotPress/4.0.1\n" +"Language: es_AR\n" +"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" + +#: includes/courses.php:73 includes/courses.php:112 +msgid "Nonce is invalid" +msgstr "Nonce no válido" + +#: includes/settings.php:12 +msgid "Course Settings" +msgstr "Ajustes del curso" + +#: includes/modules/default.php:135 +msgid "Enable Archive Page for the Default Courses CPT?" +msgstr "¿Activar la página de archivo para el CPT de cursos por defecto?" + +#: pmpro-courses.php:119 +msgid "Adding..." +msgstr "Añadiendo..." + +#: blocks/build/my-courses/block.json +msgctxt "block description" +msgid "Show a list of courses a member has access." +msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." + +#: blocks/build/my-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: My Courses" +msgstr "PMPro Cursos: Mis Cursos" + +#: blocks/build/all-courses/block.json +msgctxt "block description" +msgid "Show a list of all available PMPro courses." +msgstr "Muestra una lista de todos los cursos de PMPro disponibles." + +#: blocks/build/all-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: All Courses" +msgstr "PMPro Cursos: Todos los cursos" + +#: blocks/build/my-courses/index.js:1 +msgid "My Courses" +msgstr "Mis cursos" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Paid Memberships Pro Courses" +msgstr "Cursos de Paid Memberships Pro" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "How many courses should be displayed. Set the value to -1 to show all courses." +msgstr "¿Cuántos cursos deben mostrarse? Establezca el valor en -1 para mostrar todos los cursos." + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Limit" +msgstr "Límite" + +#: includes/modules/tutorlms.php:44 +msgid "Read the Tutor LMS Integration documentation »" +msgstr "Leer la documentación de integración de Tutor LMS »" + +#: includes/modules/tutorlms.php:43 +msgid "Integrate with the Tutor LMS plugin for WordPress." +msgstr "Integrar con el plugin Tutor LMS para WordPress." + +#: includes/modules/tutorlms.php:41 +msgid "Tutor LMS" +msgstr "Tutor LMS" + +#: includes/modules/senseilms.php:44 +msgid "Read the Sensei LMS Integration documentation »" +msgstr "Leer la documentación de integración de Sensei LMS »" + +#: includes/modules/senseilms.php:43 +msgid "Integrate with the Sensei LMS plugin for WordPress." +msgstr "Integrar con el plugin Sensei LMS para WordPress." + +#: includes/modules/senseilms.php:41 +msgid "Sensei LMS" +msgstr "Sensei LMS" + +#: pmpro-courses.php:123 +msgid "Error removing lesson [2]" +msgstr "Error al eliminar la lección [2]" + +#: pmpro-courses.php:122 +msgid "Error removing lesson [1]" +msgstr "Error al quitar la lección [1]" + +#: pmpro-courses.php:121 +msgid "Error saving lesson [2]" +msgstr "Error al guardar la lección [2]" + +#: pmpro-courses.php:120 +msgid "Error saving lesson [1]" +msgstr "Error al guardar la lección [1]" + +#: pmpro-courses.php:118 +msgid "Saving..." +msgstr "Guardando…" + +#: pmpro-courses.php:117 +msgid "Save" +msgstr "Guardar" + +#: includes/shortcodes/my-courses.php:17 +msgid "Log in to view your courses »" +msgstr "Acceder para ver tus cursos »" + +#: includes/settings.php:71 +msgid "Settings saved successfully." +msgstr "Ajustes guardados correctamente." + +#: includes/settings.php:16 +msgid "Paid Memberships Pro Courses - Add New Lesson" +msgstr "Cursos de Paid Memberships Pro - Añadir Nueva Lección" + +#: includes/settings.php:12 includes/settings.php:20 +msgid "Paid Memberships Pro Courses - Settings" +msgstr "Cursos de Paid Memberships Pro - Ajustes" + +#: includes/progress.php:123 +msgid "Mark Complete" +msgstr "Marcar como completado" + +#: includes/progress.php:121 +msgid "Completed" +msgstr "Completado" + +#: includes/post-types/lessons.php:85 +msgid "None" +msgstr "Ninguno" + +#: includes/post-types/lessons.php:45 +msgid "Lessons for Paid Memberships Pro Courses" +msgstr "Lecciones para los cursos de membresía de Paid Memberships Pro" + +#: includes/post-types/lessons.php:35 +msgid "Filter Lessons list" +msgstr "Filtrar lista de lecciones" + +#: includes/post-types/lessons.php:34 +msgid "Lessons list navigation" +msgstr "Navegación de la lista de lecciones" + +#: includes/post-types/lessons.php:33 +msgid "PMPro Lessons list" +msgstr "Lista de lecciones de PMPro" + +#: includes/post-types/lessons.php:32 +msgid "Uploaded to this lesson" +msgstr "Subido a esta lección" + +#: includes/post-types/lessons.php:31 +msgid "Insert into lesson" +msgstr "Añadir a la lección" + +#: includes/post-types/lessons.php:30 +msgid "Use as lesson featured image" +msgstr "Usar como imagen destacada de la lección." + +#: includes/post-types/lessons.php:28 +msgid "Set lesson featured image" +msgstr "Establecer imagen destacada de la lección" + +#: includes/post-types/lessons.php:26 +msgid "Lesson not found in Trash" +msgstr "Lección no encontrada en la papelera" + +#: includes/post-types/lessons.php:25 +msgid "Lesson not found" +msgstr "Lección no encontrada." + +#: includes/post-types/lessons.php:24 +msgid "Search Lesson" +msgstr "Buscar lección" + +#: includes/post-types/lessons.php:23 +msgid "View Lessons" +msgstr "Ver lecciones" + +#: includes/post-types/lessons.php:22 +msgid "View Lesson" +msgstr "Ver lección" + +#: includes/post-types/lessons.php:21 +msgid "Update Lesson" +msgstr "Actualizar lección" + +#: includes/post-types/lessons.php:20 +msgid "Edit Lesson" +msgstr "Editar lección" + +#: includes/post-types/lessons.php:19 +msgid "New Lesson" +msgstr "Nueva lección" + +#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/settings.php:16 +msgid "Add New Lesson" +msgstr "Añadir nueva lección" + +#: includes/post-types/lessons.php:16 +msgid "All Lessons" +msgstr "Todas las lecciones" + +#: includes/post-types/lessons.php:15 +msgid "Lesson Attributes" +msgstr "Atributos" + +#: includes/post-types/lessons.php:14 +msgid "Lesson Archives" +msgstr "Archivos de lecciones" + +#: includes/post-types/lessons.php:11 +msgctxt "Post Type Singular Name" +msgid "Lesson" +msgstr "Lección" + +#: includes/post-types/lessons.php:10 +msgctxt "Post Type General Name" +msgid "Lessons" +msgstr "Lecciones" + +#: includes/post-types/courses.php:164 +msgid "remove" +msgstr "eliminar" + +#: includes/post-types/courses.php:162 +msgid "edit" +msgstr "editar" + +#: includes/post-types/courses.php:160 +msgid "Edit" +msgstr "Editar" + +#: includes/post-types/courses.php:139 +msgid "Add to Course" +msgstr "Añadir al curso" + +#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/lessons.php:44 +msgid "Lesson" +msgstr "Lección" + +#: includes/post-types/courses.php:114 +msgid "Add Lessons" +msgstr "Añadir Lecciones" + +#: includes/post-types/courses.php:105 +msgid "Actions" +msgstr "Acciones" + +#: includes/post-types/courses.php:104 +msgid "Title" +msgstr "Título" + +#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +msgid "Order" +msgstr "Orden" + +#: includes/post-types/courses.php:69 +msgid "Course Categories" +msgstr "Categorías de cursos" + +#: includes/post-types/courses.php:43 +msgid "Courses and lessons for members." +msgstr "Cursos y lecciones para los miembros." + +#: includes/post-types/courses.php:33 +msgid "Filter Courses list" +msgstr "Filtrar lista de cursos" + +#: includes/post-types/courses.php:32 +msgid "Courses list navigation" +msgstr "Navegación de la lista de cursos" + +#: includes/post-types/courses.php:31 +msgid "PMPro Courses list" +msgstr "Lista de cursos de PMPro" + +#: includes/post-types/courses.php:30 +msgid "Uploaded to this course" +msgstr "Subido a este curso" + +#: includes/post-types/courses.php:29 +msgid "Insert into course" +msgstr "Insertar en el curso" + +#: includes/post-types/courses.php:28 +msgid "Use as course featured image" +msgstr "Usar como imagen destacada en el curso" + +#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +msgid "Remove featured image" +msgstr "Eliminar la imagen destacada" + +#: includes/post-types/courses.php:26 +msgid "Set course featured image" +msgstr "Establecer imagen destacada del curso" + +#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +msgid "Featured Image" +msgstr "Imagen destacada" + +#: includes/post-types/courses.php:24 +msgid "Course not found in Trash" +msgstr "Curso no encontrado en la papelera" + +#: includes/post-types/courses.php:23 +msgid "Course not found" +msgstr "Curso no encontrado" + +#: includes/post-types/courses.php:22 +msgid "Search Courses" +msgstr "Buscar cursos" + +#: includes/post-types/courses.php:21 +msgid "View Courses" +msgstr "Ver cursos" + +#: includes/post-types/courses.php:20 +msgid "View Course" +msgstr "Ver curso" + +#: includes/post-types/courses.php:19 +msgid "Update Course" +msgstr "Actualizar curso" + +#: includes/post-types/courses.php:18 +msgid "Edit Course" +msgstr "Editar curso" + +#: includes/post-types/courses.php:17 +msgid "New Course" +msgstr "Nuevo curso" + +#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +msgid "Add New Course" +msgstr "Añadir nuevo curso" + +#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +msgid "All Courses" +msgstr "Todos los cursos" + +#: includes/post-types/courses.php:13 +msgid "Course Attributes" +msgstr "Atributos del curso" + +#: includes/post-types/courses.php:12 +msgid "Course Archives" +msgstr "Archivos de cursos" + +#: includes/post-types/courses.php:9 +msgctxt "Post Type Singular Name" +msgid "Course" +msgstr "Curso" + +#: includes/post-types/courses.php:8 +msgctxt "Post Type General Name" +msgid "Courses" +msgstr "Cursos" + +#: includes/modules/lifterlms.php:38 +msgid "Read the LifterLMS Integration documentation »" +msgstr "Leer la documentación de integración de LifterLMS »" + +#: includes/modules/lifterlms.php:37 +msgid "Integrate with the LifterLMS plugin for WordPress." +msgstr "Integrar con el plugin LifterLMS para WordPress." + +#: includes/modules/lifterlms.php:35 +msgid "LifterLMS" +msgstr "LifterLMS" + +#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/post-types/courses.php:83 +msgid "Require Membership" +msgstr "Requerir membresía" + +#: includes/modules/learndash.php:40 +msgid "Read the LearnDash Integration documentation »" +msgstr "Lea la documentación de integración de LearnDash »" + +#: includes/modules/learndash.php:39 +msgid "Integrate with the LearnDash plugin for WordPress." +msgstr "Integrar con el plugin LearnDash para WordPress." + +#: includes/modules/learndash.php:37 +msgid "LearnDash" +msgstr "LearnDash" + +#: includes/modules/default.php:30 +msgid "Unserializing instances of this class is forbidden." +msgstr "Deserialización de instancias de esta clase prohibida" + +#: includes/lessons.php:48 +msgid "—" +msgstr "—" + +#: includes/lessons.php:38 includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/post-types/lessons.php:80 +msgid "Course" +msgstr "Curso" + +#. translators: %s: link to the course for this lesson. +#: includes/lessons.php:23 +msgid "Course: %s" +msgstr "Curso: %s" + +#: includes/courses.php:135 +msgid "Level" +msgstr "Nivel" + +#: includes/courses.php:133 +msgid "Lesson Count" +msgstr "Número de lecciones" + +#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/post-types/lessons.php:12 +msgid "Lessons" +msgstr "Lecciones" + +#: includes/common.php:149 includes/courses.php:149 +msgid "%s Lesson" +msgid_plural "%s Lessons" +msgstr[0] "Lección de %s" +msgstr[1] "Lecciones de %s" + +#: includes/common.php:136 includes/post-types/courses.php:10 +msgid "Courses" +msgstr "Cursos" + +#: includes/common.php:12 +msgid "Read the Default Course and Lesson documentation »" +msgstr "Leer la documentación del Curso y la Lección por defecto »" + +#: includes/common.php:11 +msgid "The Course and Lesson post types bundled with PMPro Courses." +msgstr "Los CPT de Curso y Lección incluidos con PMPro Courses." + +#: includes/common.php:9 +msgid "Default" +msgstr "Predeterminado" + +#: includes/adminpages/settings.php:51 +msgid "Documentation" +msgstr "Documentación" + +#: includes/adminpages/settings.php:48 +msgid "Save Settings" +msgstr "Guardar los ajustes" + +#: includes/adminpages/settings.php:9 +msgid "Modules" +msgstr "Módulos" + +#: includes/adminpages/settings.php:7 +msgid "Which modules would you like to enable?" +msgstr "¿Qué módulos le gustaría activar?" + +#: includes/adminpages/settings.php:5 +msgid "Courses for Membership Settings" +msgstr "Cursos para ajustes de membresía" + +#: includes/admin.php:90 includes/adminpages/settings.php:51 +msgid "Support" +msgstr "Soporte" + +#: includes/admin.php:90 +msgid "Visit Customer Support Forum" +msgstr "Visita el foro de soporte para clientes" + +#: includes/admin.php:89 +msgid "Docs" +msgstr "Documentación" + +#: includes/admin.php:89 +msgid "View Documentation" +msgstr "Ver la documentación" + +#: includes/admin.php:71 includes/settings.php:20 +msgid "Settings" +msgstr "Ajustes" + +#: includes/admin.php:51 +msgid "Click here to add your first course." +msgstr "Haz clic aquí para añadir tu primer curso." + +#: includes/admin.php:49 +msgid "Thank you for activating." +msgstr "Gracias por activar." + +#. Author URI of the plugin +msgid "https://www.paidmembershipspro.com" +msgstr "https://www.paidmembershipspro.com" + +#. Author of the plugin +msgid "Paid Memberships Pro" +msgstr "Paid Memberships Pro" + +#. Description of the plugin +msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." +msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." + +#. Plugin URI of the plugin +msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" +msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" + +#. Plugin Name of the plugin +msgid "Paid Memberships Pro - Courses for Membership Add On" +msgstr "Paid Memberships Pro - Cursos para complemento de membresía" \ No newline at end of file diff --git a/languages/pmpro-courses-es_ES.mo b/languages/pmpro-courses-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..ebc545bbfdab0d7b57eeee6f58c4f38d14633da9 GIT binary patch literal 8657 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 HVmkFd49p1= literal 0 HcmV?d00001 diff --git a/languages/pmpro-courses-es_UY.po b/languages/pmpro-courses-es_UY.po new file mode 100644 index 0000000..f7c55f0 --- /dev/null +++ b/languages/pmpro-courses-es_UY.po @@ -0,0 +1,522 @@ +# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Spanish (Uruguay) +# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +msgid "" +msgstr "" +"PO-Revision-Date: 2024-06-05 17:16:33+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: GlotPress/4.0.1\n" +"Language: es_UY\n" +"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" + +#: includes/courses.php:73 includes/courses.php:112 +msgid "Nonce is invalid" +msgstr "Nonce no válido" + +#: includes/settings.php:12 +msgid "Course Settings" +msgstr "Ajustes del curso" + +#: includes/modules/default.php:135 +msgid "Enable Archive Page for the Default Courses CPT?" +msgstr "¿Activar la página de archivo para el CPT de cursos por defecto?" + +#: pmpro-courses.php:119 +msgid "Adding..." +msgstr "Añadiendo..." + +#: blocks/build/my-courses/block.json +msgctxt "block description" +msgid "Show a list of courses a member has access." +msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." + +#: blocks/build/my-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: My Courses" +msgstr "PMPro Cursos: Mis Cursos" + +#: blocks/build/all-courses/block.json +msgctxt "block description" +msgid "Show a list of all available PMPro courses." +msgstr "Muestra una lista de todos los cursos de PMPro disponibles." + +#: blocks/build/all-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: All Courses" +msgstr "PMPro Cursos: Todos los cursos" + +#: blocks/build/my-courses/index.js:1 +msgid "My Courses" +msgstr "Mis cursos" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Paid Memberships Pro Courses" +msgstr "Cursos de Paid Memberships Pro" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "How many courses should be displayed. Set the value to -1 to show all courses." +msgstr "¿Cuántos cursos deben mostrarse? Establezca el valor en -1 para mostrar todos los cursos." + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Limit" +msgstr "Límite" + +#: includes/modules/tutorlms.php:44 +msgid "Read the Tutor LMS Integration documentation »" +msgstr "Leer la documentación de integración de Tutor LMS »" + +#: includes/modules/tutorlms.php:43 +msgid "Integrate with the Tutor LMS plugin for WordPress." +msgstr "Integrar con el plugin Tutor LMS para WordPress." + +#: includes/modules/tutorlms.php:41 +msgid "Tutor LMS" +msgstr "Tutor LMS" + +#: includes/modules/senseilms.php:44 +msgid "Read the Sensei LMS Integration documentation »" +msgstr "Leer la documentación de integración de Sensei LMS »" + +#: includes/modules/senseilms.php:43 +msgid "Integrate with the Sensei LMS plugin for WordPress." +msgstr "Integrar con el plugin Sensei LMS para WordPress." + +#: includes/modules/senseilms.php:41 +msgid "Sensei LMS" +msgstr "Sensei LMS" + +#: pmpro-courses.php:123 +msgid "Error removing lesson [2]" +msgstr "Error al eliminar la lección [2]" + +#: pmpro-courses.php:122 +msgid "Error removing lesson [1]" +msgstr "Error al quitar la lección [1]" + +#: pmpro-courses.php:121 +msgid "Error saving lesson [2]" +msgstr "Error al guardar la lección [2]" + +#: pmpro-courses.php:120 +msgid "Error saving lesson [1]" +msgstr "Error al guardar la lección [1]" + +#: pmpro-courses.php:118 +msgid "Saving..." +msgstr "Guardando…" + +#: pmpro-courses.php:117 +msgid "Save" +msgstr "Guardar" + +#: includes/shortcodes/my-courses.php:17 +msgid "Log in to view your courses »" +msgstr "Acceder para ver tus cursos »" + +#: includes/settings.php:71 +msgid "Settings saved successfully." +msgstr "Ajustes guardados correctamente." + +#: includes/settings.php:16 +msgid "Paid Memberships Pro Courses - Add New Lesson" +msgstr "Cursos de Paid Memberships Pro - Añadir Nueva Lección" + +#: includes/settings.php:12 includes/settings.php:20 +msgid "Paid Memberships Pro Courses - Settings" +msgstr "Cursos de Paid Memberships Pro - Ajustes" + +#: includes/progress.php:123 +msgid "Mark Complete" +msgstr "Marcar como completado" + +#: includes/progress.php:121 +msgid "Completed" +msgstr "Completado" + +#: includes/post-types/lessons.php:85 +msgid "None" +msgstr "Ninguno" + +#: includes/post-types/lessons.php:45 +msgid "Lessons for Paid Memberships Pro Courses" +msgstr "Lecciones para los cursos de membresía de Paid Memberships Pro" + +#: includes/post-types/lessons.php:35 +msgid "Filter Lessons list" +msgstr "Filtrar lista de lecciones" + +#: includes/post-types/lessons.php:34 +msgid "Lessons list navigation" +msgstr "Navegación de la lista de lecciones" + +#: includes/post-types/lessons.php:33 +msgid "PMPro Lessons list" +msgstr "Lista de lecciones de PMPro" + +#: includes/post-types/lessons.php:32 +msgid "Uploaded to this lesson" +msgstr "Subido a esta lección" + +#: includes/post-types/lessons.php:31 +msgid "Insert into lesson" +msgstr "Añadir a la lección" + +#: includes/post-types/lessons.php:30 +msgid "Use as lesson featured image" +msgstr "Usar como imagen destacada de la lección." + +#: includes/post-types/lessons.php:28 +msgid "Set lesson featured image" +msgstr "Establecer imagen destacada de la lección" + +#: includes/post-types/lessons.php:26 +msgid "Lesson not found in Trash" +msgstr "Lección no encontrada en la papelera" + +#: includes/post-types/lessons.php:25 +msgid "Lesson not found" +msgstr "Lección no encontrada." + +#: includes/post-types/lessons.php:24 +msgid "Search Lesson" +msgstr "Buscar lección" + +#: includes/post-types/lessons.php:23 +msgid "View Lessons" +msgstr "Ver lecciones" + +#: includes/post-types/lessons.php:22 +msgid "View Lesson" +msgstr "Ver lección" + +#: includes/post-types/lessons.php:21 +msgid "Update Lesson" +msgstr "Actualizar lección" + +#: includes/post-types/lessons.php:20 +msgid "Edit Lesson" +msgstr "Editar lección" + +#: includes/post-types/lessons.php:19 +msgid "New Lesson" +msgstr "Nueva lección" + +#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/settings.php:16 +msgid "Add New Lesson" +msgstr "Añadir nueva lección" + +#: includes/post-types/lessons.php:16 +msgid "All Lessons" +msgstr "Todas las lecciones" + +#: includes/post-types/lessons.php:15 +msgid "Lesson Attributes" +msgstr "Atributos" + +#: includes/post-types/lessons.php:14 +msgid "Lesson Archives" +msgstr "Archivos de lecciones" + +#: includes/post-types/lessons.php:11 +msgctxt "Post Type Singular Name" +msgid "Lesson" +msgstr "Lección" + +#: includes/post-types/lessons.php:10 +msgctxt "Post Type General Name" +msgid "Lessons" +msgstr "Lecciones" + +#: includes/post-types/courses.php:164 +msgid "remove" +msgstr "eliminar" + +#: includes/post-types/courses.php:162 +msgid "edit" +msgstr "editar" + +#: includes/post-types/courses.php:160 +msgid "Edit" +msgstr "Editar" + +#: includes/post-types/courses.php:139 +msgid "Add to Course" +msgstr "Añadir al curso" + +#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/lessons.php:44 +msgid "Lesson" +msgstr "Lección" + +#: includes/post-types/courses.php:114 +msgid "Add Lessons" +msgstr "Añadir Lecciones" + +#: includes/post-types/courses.php:105 +msgid "Actions" +msgstr "Acciones" + +#: includes/post-types/courses.php:104 +msgid "Title" +msgstr "Título" + +#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +msgid "Order" +msgstr "Orden" + +#: includes/post-types/courses.php:69 +msgid "Course Categories" +msgstr "Categorías de cursos" + +#: includes/post-types/courses.php:43 +msgid "Courses and lessons for members." +msgstr "Cursos y lecciones para los miembros." + +#: includes/post-types/courses.php:33 +msgid "Filter Courses list" +msgstr "Filtrar lista de cursos" + +#: includes/post-types/courses.php:32 +msgid "Courses list navigation" +msgstr "Navegación de la lista de cursos" + +#: includes/post-types/courses.php:31 +msgid "PMPro Courses list" +msgstr "Lista de cursos de PMPro" + +#: includes/post-types/courses.php:30 +msgid "Uploaded to this course" +msgstr "Subido a este curso" + +#: includes/post-types/courses.php:29 +msgid "Insert into course" +msgstr "Insertar en el curso" + +#: includes/post-types/courses.php:28 +msgid "Use as course featured image" +msgstr "Usar como imagen destacada en el curso" + +#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +msgid "Remove featured image" +msgstr "Eliminar la imagen destacada" + +#: includes/post-types/courses.php:26 +msgid "Set course featured image" +msgstr "Establecer imagen destacada del curso" + +#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +msgid "Featured Image" +msgstr "Imagen destacada" + +#: includes/post-types/courses.php:24 +msgid "Course not found in Trash" +msgstr "Curso no encontrado en la papelera" + +#: includes/post-types/courses.php:23 +msgid "Course not found" +msgstr "Curso no encontrado" + +#: includes/post-types/courses.php:22 +msgid "Search Courses" +msgstr "Buscar cursos" + +#: includes/post-types/courses.php:21 +msgid "View Courses" +msgstr "Ver cursos" + +#: includes/post-types/courses.php:20 +msgid "View Course" +msgstr "Ver curso" + +#: includes/post-types/courses.php:19 +msgid "Update Course" +msgstr "Actualizar curso" + +#: includes/post-types/courses.php:18 +msgid "Edit Course" +msgstr "Editar curso" + +#: includes/post-types/courses.php:17 +msgid "New Course" +msgstr "Nuevo curso" + +#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +msgid "Add New Course" +msgstr "Añadir nuevo curso" + +#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +msgid "All Courses" +msgstr "Todos los cursos" + +#: includes/post-types/courses.php:13 +msgid "Course Attributes" +msgstr "Atributos del curso" + +#: includes/post-types/courses.php:12 +msgid "Course Archives" +msgstr "Archivos de cursos" + +#: includes/post-types/courses.php:9 +msgctxt "Post Type Singular Name" +msgid "Course" +msgstr "Curso" + +#: includes/post-types/courses.php:8 +msgctxt "Post Type General Name" +msgid "Courses" +msgstr "Cursos" + +#: includes/modules/lifterlms.php:38 +msgid "Read the LifterLMS Integration documentation »" +msgstr "Leer la documentación de integración de LifterLMS »" + +#: includes/modules/lifterlms.php:37 +msgid "Integrate with the LifterLMS plugin for WordPress." +msgstr "Integrar con el plugin LifterLMS para WordPress." + +#: includes/modules/lifterlms.php:35 +msgid "LifterLMS" +msgstr "LifterLMS" + +#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/post-types/courses.php:83 +msgid "Require Membership" +msgstr "Requerir membresía" + +#: includes/modules/learndash.php:40 +msgid "Read the LearnDash Integration documentation »" +msgstr "Lea la documentación de integración de LearnDash »" + +#: includes/modules/learndash.php:39 +msgid "Integrate with the LearnDash plugin for WordPress." +msgstr "Integrar con el plugin LearnDash para WordPress." + +#: includes/modules/learndash.php:37 +msgid "LearnDash" +msgstr "LearnDash" + +#: includes/modules/default.php:30 +msgid "Unserializing instances of this class is forbidden." +msgstr "Deserialización de instancias de esta clase prohibida" + +#: includes/lessons.php:48 +msgid "—" +msgstr "—" + +#: includes/lessons.php:38 includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/post-types/lessons.php:80 +msgid "Course" +msgstr "Curso" + +#. translators: %s: link to the course for this lesson. +#: includes/lessons.php:23 +msgid "Course: %s" +msgstr "Curso: %s" + +#: includes/courses.php:135 +msgid "Level" +msgstr "Nivel" + +#: includes/courses.php:133 +msgid "Lesson Count" +msgstr "Número de lecciones" + +#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/post-types/lessons.php:12 +msgid "Lessons" +msgstr "Lecciones" + +#: includes/common.php:149 includes/courses.php:149 +msgid "%s Lesson" +msgid_plural "%s Lessons" +msgstr[0] "Lección de %s" +msgstr[1] "Lecciones de %s" + +#: includes/common.php:136 includes/post-types/courses.php:10 +msgid "Courses" +msgstr "Cursos" + +#: includes/common.php:12 +msgid "Read the Default Course and Lesson documentation »" +msgstr "Leer la documentación del Curso y la Lección por defecto »" + +#: includes/common.php:11 +msgid "The Course and Lesson post types bundled with PMPro Courses." +msgstr "Los CPT de Curso y Lección incluidos con PMPro Courses." + +#: includes/common.php:9 +msgid "Default" +msgstr "Predeterminado" + +#: includes/adminpages/settings.php:51 +msgid "Documentation" +msgstr "Documentación" + +#: includes/adminpages/settings.php:48 +msgid "Save Settings" +msgstr "Guardar los ajustes" + +#: includes/adminpages/settings.php:9 +msgid "Modules" +msgstr "Módulos" + +#: includes/adminpages/settings.php:7 +msgid "Which modules would you like to enable?" +msgstr "¿Qué módulos le gustaría activar?" + +#: includes/adminpages/settings.php:5 +msgid "Courses for Membership Settings" +msgstr "Cursos para ajustes de membresía" + +#: includes/admin.php:90 includes/adminpages/settings.php:51 +msgid "Support" +msgstr "Soporte" + +#: includes/admin.php:90 +msgid "Visit Customer Support Forum" +msgstr "Visita el foro de soporte para clientes" + +#: includes/admin.php:89 +msgid "Docs" +msgstr "Documentación" + +#: includes/admin.php:89 +msgid "View Documentation" +msgstr "Ver la documentación" + +#: includes/admin.php:71 includes/settings.php:20 +msgid "Settings" +msgstr "Ajustes" + +#: includes/admin.php:51 +msgid "Click here to add your first course." +msgstr "Haz clic aquí para añadir tu primer curso." + +#: includes/admin.php:49 +msgid "Thank you for activating." +msgstr "Gracias por activar." + +#. Author URI of the plugin +msgid "https://www.paidmembershipspro.com" +msgstr "https://www.paidmembershipspro.com" + +#. Author of the plugin +msgid "Paid Memberships Pro" +msgstr "Paid Memberships Pro" + +#. Description of the plugin +msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." +msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." + +#. Plugin URI of the plugin +msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" +msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" + +#. Plugin Name of the plugin +msgid "Paid Memberships Pro - Courses for Membership Add On" +msgstr "Paid Memberships Pro - Cursos para complemento de membresía" \ No newline at end of file diff --git a/languages/pmpro-courses-nl_BE.mo b/languages/pmpro-courses-nl_BE.mo new file mode 100644 index 0000000000000000000000000000000000000000..b2cd12ba95bbda7035383472b3e80db8de9d97ab GIT binary patch literal 8545 zcmchbdyE}b8Nd&^ifnl(0+sh^fy$%z?t?ZqTieoZAFOoS4ZB+qd1UUrXZOzT+?mVF z++B)jBrzn4{-cr@6P0L0(U@o;8lpy#NKG^n1#3bCM2x7>m_U34F!=kLtfl;2O$rdYe+G z!_yrvgr`y72v30{Q2On5oPd{7zS*_k4c|)nUU&xl6nqE#lHW{*6;ft^z zp2Q*|*Qrp$v*5*WGh7R&;rn3=O1~qp4?Y1!&Zk`Y_fX_~(eY(CNcnXr>kYD)@O@C` zZ8+WqW&fXn?}T4={4P8|`DgG%KPeYber=6PVWi1rFTm(fg zRmlJ98vckr#-Ye{E0q1+0WXIifg!DE|hE9{vesd>;iwR;N0y zbzBc+y$TflZHF@ND3pDTIo=G#Um~~(eiVvdJpwE6D10~ULus=9M#t+M=Nvx@Rw;dh|O@pCBhJqKAz{Q=6pUxG}bUUT(p*o^G+Tqydx)Nwn+ zwbYGJDYv#*AGG2$0y)M_*p1={0Wr#egS2^ zUpxL0vb6daL^QSLoNWG!pvZeQ6#E>4qF)cnxt@pO-}k}`;lpqm{t8OJ%Mn)gJq$&k z?|~x6ZiwmCxU0Vfj!>S18h*v`aVUCz(XsDcN-?!s2dPq9py*)&deA_T{|J=%pN2#5 zFOC=BT*H(PK&ihQikuHY3AI0f;wO(n(c=?P_Wdlx)auVr_WddpJ)VD_Qdh$D5Y?%1 zDD`zH^Uk?)3NNMnK`45^ABugy4P~82psf2-DC-@CvflGh^!G9pz5N@?IwzfilZ zT(V_&Xn3pISx@~aOw`Us!}ZF3A25r0H0s2Ou}xBRlSt1r>T2}E*=n__b_Ri~WCng` z-4it$`1N_+G_jFk9-|L4ub%PaB-M4hL{*JOt#)8i)8Lm~G=tt5*PH%=VHR7hccy9V z*E(rgGwP*gHj4eSX40f7G8JRODAhAjC(P&8MTPc5Jr#RN(@j63FUv<2)Lz)ofz@Ba zG_h`(R?WnT$Sjg(mE&1u({Jl#%O^VU*=Xo3__LnqT8+jAncdctRp-}ZAv=rdiv7kX zbvx+H`eC9M{j{kkJinpKMH4*{M^&}k%y^w3RlB2lB7Zt96Q<8FuAgseAd{lrcI;WoNid6M<=Fss6BCvCSucy7SOa)kN&{WEvvN*=Pe0(=rv+l zJ^lBhrA}-bdaQ*!YOf!pCN9JfrRH_c)2yP^wb7z(dEwzgzezLd1Pxs?y5T47z&mUj zRWXv5-7R=Q$NFVuNW7E2i`v6^>zQqgC$G+1*qt&(waiU;?#2S0KMy`1}57R@TCF3qAqN z#vNx_{p0VcaW9@{<}C84@u<-Wh$7>Mi`BYXVC84K0@LHnq!Laur%pig3n2ow(r|8;N&-L9@^e)2M zL_|27I@~sTp9xLu1^R&3GJVCOy_<7Om!l_%1D(K&yN9dQnzP~RdgF2VtcXfBhGt!K zqdV;B4Y7B7C)!#LESy{C2au3_+(Efty^%p(NAnFVRUXb08ASXgQs;rvw}J9{b9=|< zvMrrOO?nH){wb|U75bNZdy+s^Z{~iM7oEb(P0)~E*UMLwmcZVSJzBD>IQJe+oF}9w zoqC-CGo2tfj0Bx_JBm{^)%3!7Ii)s;d1NLFTwX{?i*W*Wo4PHomg0$tu5rBwOq^Yg z-G`9Dei|56C{|5NNcTCpcgjt~m701S=tM^|xE9B{9(W0d+eV|B-)NYys;1iwxwA7T z&r426)9oPg8Z1tn$tJMpk6z2_Gaaev#AuIYY_H`SbB(>#c}Sv|lcDQ(qHJO5g>S2z zgk8U-Zz5ShCrP6g7phaf-W$c8mb#(o;|r}U6zWBLbBaL%f8Jh`#%2mTR4s@|>KZ1g z$9`L~n!ZVUb=vqQnv_e_Tk!nAW)@it%y!J(cihpgr}kX7rJE?svp$oLPQ|KyOXBT_ z?#@B8MS6DY3h_qrqGp=5laYae#l^*Ho7mhcvbm&9UR94;C(vbp)V4w@JR|t9#EfBDkuW@>Q*%c;KxX5ITXntZ5&P3^(^GpZTgra17bY_% zuIvfxQ3JOh(OYVM+CLF=2;dcL-%3VwNQy}@**3gYk`{h$3-!8fdT49^jg>6elR1p& zeL>!PWgQu=T0|$j%n1=b4DASK%NeT1lV3@((wSBnKf}F&m7zApe4Hdq(?kF zvSITk|RTefGloJP+}6a2cJERpH}H<-MrP?kT3VOw%P70Zl! z-h5f?y_UPpQEJ+i4kvb|UfB>g6<0;W^Ww&eCzesW%;FNQ*77ob#OuQ~+6S$fX?vUo zPc9!eHjhg>B{Ynd>&UL5OI6rM*WRd;>Y6{N7fih9&yjA*C_G9WPu^a~?jTR9e1@o< z1mc!GN3UpP&Gx*>-Sd7R;T+%0-hG)<-*>Zq-Gpm7GcR&w_j$63U7as=>7@tv_SI}0)-bA=^U z=!vpCyJVR73$qsiC4Z+`w_EX0>mE^Lg9J&;n7QwB?$i6>^KRmbuddeAb2hqufxO4y>U4& zZO)6l(Zs+uycNe+Y+5t({v1&%f2oNDygbAek2QZTH?>H)Btqw<0R0qiwup#^@6M`y zhW>}5fWX(_Hnu5axxRH>SIct{0Xm9$5L1!Yy5JwE_CrBXWB{K%QMzB zPyYVP#p^k=tG@)q^62HGdq=&LqGz{+OA79#wh#pfK5G!2grKSp zk^)F3(h21j*ku|#+|o=6NpI}aO|B>TBxzr0`5~=1AL0wDy-Xzd%iE1JnO(a}&!K(1 z@nNShNzca{IY45svWB_S=y`d*+3z!WMlI?}Ds;!b;@;F(vv{`^34PP`<~QFf>)E^4w+7Y(h+?3G;OCD`=m zYaSmSmc`Pl+EetG``X^sc4VeziLG+elM}m{P45f(n6z@KAy92NQzN5EQ?)&pzkenYq)J zA3B+t@9y{7YpuQZ+V_>yd+t;G+`->@{JnRQl$3huqb1MeK(^-;VG0qv{tFp z;AxKM!&515f+xdaDE)RiPQXhj-|E`$f*+y$RroP@FZ=|2!0{)p{L7lo&g_p{3+Z|`6+lhJcr4J6*vU1aZKQqlpk{C7a>ckQ`cpBSr0`o7eLWV zALLhE!#~l-I25^VgR;Nd;brg(P~`j`{4o4AlzE?Y<=?{#D8B$j5C4ENzJ~%Lt96d+ z9WR2iUImK&u7)!2D3pDTIo=AzUm~~}ehG?S{R~#%^YBvGgVJREO^$mV=N#{bTWS9; zlzIN-coxdoLU}Kg`n%vK;iFLGcp8d)uR@kmuS41QJCG^Vd#?TzHY58y8;breal9Jh zTIwb!a(htpa;IzmGQ5iNccAS5WhnE%2E~qlfwJy}7)#g>#SYsXr=iT-bi4;*a`iC8 z1nS37_VFuM|E#Nj70S4`py=;pI&Fi4juG5Q`4PAQJ_kh)@4}1V`)~|igpDD(Zn z@ioZO>TeLy)Y`MM`Ok$S?*J70OhVD`ZBWj21B!ot1)dLo1gGIMQ2K2^SlM?!6n$=n zBF7Gh>DBeF{$@B#c@}E;fa6gpdVbw;&8L)NYIOmmN^OCnhjHk^DiryjfHMCJa1g%f zcs9;8M0qci`a7Y>`9mn7_UBOi5L2r+pzQmfQ1rO|9Hl-3FMy~{jX|mZ zJd}B7T)73s4;G>5{eCF+{Q(qvJql&r-#}UKSt#qh0!4psL($vcp{(;CDEmC~+-(1s zLOFj|K{>~V;Fa)e@Cx_@6nWl;BHz1?Yf!H2do2{btb?ML?T&}wFy#lK`1dPN{NX%| zE&j3{%04Ec*x?o^ax)q2z8A{Az6He}AA*;|XQBATzoE?Ai}0d{3PeOT0=L5( zp`7n;K-tIra0`4G$~rGY@%OhNs!{)f;vZ*VtO0lhtiW5L_{BX?)iZvaq`GF8=u@LnvlW=s)cIr=&7gP0wT8c7n8jA>9cdc- z)plCejC!e=jbgv7nKWsNOvRWmO7%?C4)eKnQK9`%PsLu+aMKU#4f&{o+6(JCu=-1w zCe}^UteQ9xnMKm9ay+YS_$|F``9udk8x6e$f7TOStI^mXv)g*I>il{vWM?s5vETTl zZUyaGKTPzZpEmS_=ht<)Xrd?Ls88)QGhRDL)y}Av$iH^eglV?uuDYKp`KO(N?Pq7w zU7=SEOs;GupEY)?X~SqYryG{&(TS<;YF8YiiP$uw1vKr{qi-4f+-faDc}s#Gx{X*? zPygL$sU4fT9%~|x+U*Cai3>4Asd=6AG^=QJU9_m1UU<0BZ_gL+H+1*qt&(uD%U;?!-S0JC7`1`(SR@TCF3qAqN z#vNx_{rE4`xEIeea~65jcvNo(M3M2s#cCZvup;r>-uggdKY1B zA|jkk9c~%D$Al*K0=?gBnx10O?#;QS%h8j>fp*}5S$LBwAobsi{v8z>K&Lv5eS zwsaOX=`9%hue2gn=wI&bNdi@^k^5O*bP6vwK|_9BFJDnw0((PtY00kQ+bC{EQ>!wcu-l-eNXk(n%Tc_Ae&#tGPI>Xx`#iYF$z%Jm*FadtU& z9zq8DX<$^LST!vn-RI;Uk(-DsHT5{qiH>G)Esk|9@DdKUjYd_!UN>Q%nr_wQ&d!`X zFF74ew}Qy4vp8`ko4}qwdM&HZbfl&eqdk_fy_RdtHFj6$4HCti3>}{nWeZC$d|Txt z?D#Bw6UhSFNg6e|P@VGi?kH|I)r}1wUub5bP%qk>Qw$RL^Y)rFHdENHszF3jS2sy5 z_FIzG^i0~T)5bT^q+Fujg69V|v&dp#wqx$TZiREL7MB$ScjyT6q9X3Ba*c6aa*V_+@=RddT**^!Jf=vSnmm< z)MhdLoBIa(27C8;L~?R8W(az@|K?0Bt&G)6ky*y3t`*W$)AZZTJlg1uUb8i#jg883 z8dptjZAd7B_aLS$xX-|w6DB3V0EYdcw4&w=fzoXUr3&kNlcwS$ih$vg8#_iD-~Wj%Q~ z85>Layq80#8$M?=YU(+o4IUuxhC%`iuQTa*ea+08IFdJxZFbNS+I?~(ULD!6c@uK# z`JY$R(2RXQ9sPb@Cn3=U0rn`ng+7wcqKuGun2%jjDVbI)CZe0L>dm_@*^A09E!)e4 z5XJHb*))kqSb0%#*cV)0LSJ(bT8wUR*Gvg_y- zjf|Z3(^=4~T#t)IFN&r~vqK%VG_Nzx0C!66{^B@`*iMcBUMapa7G`HbhGed=qzXMzmN%CS z6Mtd$BB11tH0yRNUTK{pid2vYi5WBZJ=TcHGCZB=kRn%EO{_w0QMUYb9CRs_r`)!A zd<($qh=wI6c4f`7Gt3ASE!{-lRyW;_Mrl;laV|?QAa*Voug#;(y>B@#Esjh6KFh*e zaeT$5RWt9;v5WkfCKmAW5Ldj^{JGrJBIc3^otFaiQ#{xrA{xFstM(ZB-w*`^zB*U2 z%@@n{t?Rm4#>?Ja)&KV0R!DHXmm5};y9n9J%j9@tmW0pIB2;F!b!S;D%^%ZthN4U? z7ezasSEhJf{U`z7HX!A9KW#MxH;h$U0e`v5tB2$6qd9*P$K# zB_NhZFCX1K`gO)(MQ&zzFYsMJab2kcS(GK_l$R-?%!b|~6>w!q1a6K@$DNfGF)+`r zJiA#X4rk}m8Od20?_N#p?6#FJFRWbj?38dx!9CL!q5#2X4Wg3}^r-`+0FsHcL%9X6 zHFaKXX(olFH}>5o*OPo7X`g5LA+0zc;_Fj;nMm-LhZ|=yyLOkJL;G^$Tb;rrU0-hG z0ExZI>gI^i^YV7HU(Vne)u&~5vKv(c>hyvH1U%)Zk2ewJ?{>=c|}tvMp@CFVgx ze3#j2!i2AuhZ0^vRK-u zb`|~QzP5L@9hs?FVyoQr GQ~w1KSj=_+ literal 0 HcmV?d00001 diff --git a/languages/pmpro-courses-nl_NL.po b/languages/pmpro-courses-nl_NL.po new file mode 100644 index 0000000..f06744e --- /dev/null +++ b/languages/pmpro-courses-nl_NL.po @@ -0,0 +1,522 @@ +# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Dutch +# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +msgid "" +msgstr "" +"PO-Revision-Date: 2024-01-14 08:08:30+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: GlotPress/4.0.1\n" +"Language: nl\n" +"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" + +#: includes/courses.php:73 includes/courses.php:112 +msgid "Nonce is invalid" +msgstr "Nonce is ongeldig" + +#: includes/settings.php:12 +msgid "Course Settings" +msgstr "Cursusinstellingen" + +#: includes/modules/default.php:135 +msgid "Enable Archive Page for the Default Courses CPT?" +msgstr "Archiefpagina inschakelen voor de standaard Cursussen CPT?" + +#: pmpro-courses.php:119 +msgid "Adding..." +msgstr "Aan het toevoegen..." + +#: blocks/build/my-courses/block.json +msgctxt "block description" +msgid "Show a list of courses a member has access." +msgstr "Een lijst weergeven met cursussen waartoe een lid toegang heeft." + +#: blocks/build/my-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: My Courses" +msgstr "PMPro cursussen: mijn cursussen" + +#: blocks/build/all-courses/block.json +msgctxt "block description" +msgid "Show a list of all available PMPro courses." +msgstr "Toon een lijst met alle beschikbare PMPro cursussen." + +#: blocks/build/all-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: All Courses" +msgstr "PMPro cursussen: alle cursussen" + +#: blocks/build/my-courses/index.js:1 +msgid "My Courses" +msgstr "Mijn cursussen" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Paid Memberships Pro Courses" +msgstr "Paid Memberships Pro cursussen" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "How many courses should be displayed. Set the value to -1 to show all courses." +msgstr "Hoeveel cursussen moeten getoond worden. Stel de waarde in op -1 om alle cursussen weer te geven." + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Limit" +msgstr "Beperk" + +#: includes/modules/tutorlms.php:44 +msgid "Read the Tutor LMS Integration documentation »" +msgstr "Lees de documentatie over de integratie van Tutor LMS »" + +#: includes/modules/tutorlms.php:43 +msgid "Integrate with the Tutor LMS plugin for WordPress." +msgstr "Integreer met de Tutor LMS plugin voor WordPress." + +#: includes/modules/tutorlms.php:41 +msgid "Tutor LMS" +msgstr "Tutor LMS" + +#: includes/modules/senseilms.php:44 +msgid "Read the Sensei LMS Integration documentation »" +msgstr "Lees de documentatie over de Sensei LMS integratie »" + +#: includes/modules/senseilms.php:43 +msgid "Integrate with the Sensei LMS plugin for WordPress." +msgstr "Integreer met de Sensei LMS plugin voor WordPress." + +#: includes/modules/senseilms.php:41 +msgid "Sensei LMS" +msgstr "Sensei LMS" + +#: pmpro-courses.php:123 +msgid "Error removing lesson [2]" +msgstr "Fout bij verwijderen van les [2]" + +#: pmpro-courses.php:122 +msgid "Error removing lesson [1]" +msgstr "Fout bij verwijderen van les [1]" + +#: pmpro-courses.php:121 +msgid "Error saving lesson [2]" +msgstr "Fout bij opslaan van les [2]" + +#: pmpro-courses.php:120 +msgid "Error saving lesson [1]" +msgstr "Fout bij opslaan van les [1]" + +#: pmpro-courses.php:118 +msgid "Saving..." +msgstr "Aan het opslaan..." + +#: pmpro-courses.php:117 +msgid "Save" +msgstr "Opslaan" + +#: includes/shortcodes/my-courses.php:17 +msgid "Log in to view your courses »" +msgstr "Log in om je cursussen te bekijken »" + +#: includes/settings.php:71 +msgid "Settings saved successfully." +msgstr "Instellingen succesvol opgeslagen." + +#: includes/settings.php:16 +msgid "Paid Memberships Pro Courses - Add New Lesson" +msgstr "Paid Memberships Pro Courses - nieuwe les toevoegen" + +#: includes/settings.php:12 includes/settings.php:20 +msgid "Paid Memberships Pro Courses - Settings" +msgstr "Paid Memberships Pro Courses - instellingen" + +#: includes/progress.php:123 +msgid "Mark Complete" +msgstr "Markeer afgerond" + +#: includes/progress.php:121 +msgid "Completed" +msgstr "Afgerond" + +#: includes/post-types/lessons.php:85 +msgid "None" +msgstr "Geen" + +#: includes/post-types/lessons.php:45 +msgid "Lessons for Paid Memberships Pro Courses" +msgstr "Lessen voor Paid Memberships Pro cursussen" + +#: includes/post-types/lessons.php:35 +msgid "Filter Lessons list" +msgstr "Lessenlijst filteren" + +#: includes/post-types/lessons.php:34 +msgid "Lessons list navigation" +msgstr "Navigatie lessenlijst" + +#: includes/post-types/lessons.php:33 +msgid "PMPro Lessons list" +msgstr "PMPro lessen lijst" + +#: includes/post-types/lessons.php:32 +msgid "Uploaded to this lesson" +msgstr "Geüpload naar deze les" + +#: includes/post-types/lessons.php:31 +msgid "Insert into lesson" +msgstr "Invoegen in les" + +#: includes/post-types/lessons.php:30 +msgid "Use as lesson featured image" +msgstr "Gebruik als uitgelichte afbeelding van de les" + +#: includes/post-types/lessons.php:28 +msgid "Set lesson featured image" +msgstr "Uitgelichte afbeelding voor les instellen" + +#: includes/post-types/lessons.php:26 +msgid "Lesson not found in Trash" +msgstr "Les niet gevonden in prullenbak" + +#: includes/post-types/lessons.php:25 +msgid "Lesson not found" +msgstr "Les niet gevonden" + +#: includes/post-types/lessons.php:24 +msgid "Search Lesson" +msgstr "Zoek les" + +#: includes/post-types/lessons.php:23 +msgid "View Lessons" +msgstr "Lessen bekijken" + +#: includes/post-types/lessons.php:22 +msgid "View Lesson" +msgstr "Les bekijken" + +#: includes/post-types/lessons.php:21 +msgid "Update Lesson" +msgstr "Les updaten" + +#: includes/post-types/lessons.php:20 +msgid "Edit Lesson" +msgstr "Les bewerken" + +#: includes/post-types/lessons.php:19 +msgid "New Lesson" +msgstr "Nieuwe les" + +#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/settings.php:16 +msgid "Add New Lesson" +msgstr "Nieuwe les toevoegen" + +#: includes/post-types/lessons.php:16 +msgid "All Lessons" +msgstr "Alle lessen" + +#: includes/post-types/lessons.php:15 +msgid "Lesson Attributes" +msgstr "Les kenmerken" + +#: includes/post-types/lessons.php:14 +msgid "Lesson Archives" +msgstr "Les archieven" + +#: includes/post-types/lessons.php:11 +msgctxt "Post Type Singular Name" +msgid "Lesson" +msgstr "Les" + +#: includes/post-types/lessons.php:10 +msgctxt "Post Type General Name" +msgid "Lessons" +msgstr "Lessen" + +#: includes/post-types/courses.php:164 +msgid "remove" +msgstr "verwijderen" + +#: includes/post-types/courses.php:162 +msgid "edit" +msgstr "bewerken" + +#: includes/post-types/courses.php:160 +msgid "Edit" +msgstr "Bewerken" + +#: includes/post-types/courses.php:139 +msgid "Add to Course" +msgstr "Toevoegen aan cursus" + +#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/lessons.php:44 +msgid "Lesson" +msgstr "Les" + +#: includes/post-types/courses.php:114 +msgid "Add Lessons" +msgstr "Lessen toevoegen" + +#: includes/post-types/courses.php:105 +msgid "Actions" +msgstr "Acties" + +#: includes/post-types/courses.php:104 +msgid "Title" +msgstr "Titel" + +#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +msgid "Order" +msgstr "Volgorde" + +#: includes/post-types/courses.php:69 +msgid "Course Categories" +msgstr "Cursus categorieën" + +#: includes/post-types/courses.php:43 +msgid "Courses and lessons for members." +msgstr "Cursussen en lessen voor leden." + +#: includes/post-types/courses.php:33 +msgid "Filter Courses list" +msgstr "Cursussenlijst filteren" + +#: includes/post-types/courses.php:32 +msgid "Courses list navigation" +msgstr "Navigatie lijst met cursussen" + +#: includes/post-types/courses.php:31 +msgid "PMPro Courses list" +msgstr "PMPro cursussen lijst" + +#: includes/post-types/courses.php:30 +msgid "Uploaded to this course" +msgstr "Geüpload naar deze cursus" + +#: includes/post-types/courses.php:29 +msgid "Insert into course" +msgstr "Invoegen in cursus" + +#: includes/post-types/courses.php:28 +msgid "Use as course featured image" +msgstr "Gebruik als uitgelichte afbeelding van de cursus" + +#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +msgid "Remove featured image" +msgstr "Uitgelichte afbeelding verwijderen" + +#: includes/post-types/courses.php:26 +msgid "Set course featured image" +msgstr "Uitgelichte afbeelding voor cursus instellen" + +#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +msgid "Featured Image" +msgstr "Uitgelichte afbeelding" + +#: includes/post-types/courses.php:24 +msgid "Course not found in Trash" +msgstr "Cursus niet gevonden in prullenbak" + +#: includes/post-types/courses.php:23 +msgid "Course not found" +msgstr "Cursus niet gevonden" + +#: includes/post-types/courses.php:22 +msgid "Search Courses" +msgstr "Zoek cursussen" + +#: includes/post-types/courses.php:21 +msgid "View Courses" +msgstr "Cursussen bekijken" + +#: includes/post-types/courses.php:20 +msgid "View Course" +msgstr "Cursus bekijken" + +#: includes/post-types/courses.php:19 +msgid "Update Course" +msgstr "Cursus updaten" + +#: includes/post-types/courses.php:18 +msgid "Edit Course" +msgstr "Cursus bewerken" + +#: includes/post-types/courses.php:17 +msgid "New Course" +msgstr "Nieuwe cursus" + +#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +msgid "Add New Course" +msgstr "Nieuwe cursus toevoegen" + +#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +msgid "All Courses" +msgstr "Alle cursussen" + +#: includes/post-types/courses.php:13 +msgid "Course Attributes" +msgstr "Cursus kenmerken" + +#: includes/post-types/courses.php:12 +msgid "Course Archives" +msgstr "Cursus archieven" + +#: includes/post-types/courses.php:9 +msgctxt "Post Type Singular Name" +msgid "Course" +msgstr "Cursus" + +#: includes/post-types/courses.php:8 +msgctxt "Post Type General Name" +msgid "Courses" +msgstr "Cursussen" + +#: includes/modules/lifterlms.php:38 +msgid "Read the LifterLMS Integration documentation »" +msgstr "Lees de LifterLMS integratie documentatie »" + +#: includes/modules/lifterlms.php:37 +msgid "Integrate with the LifterLMS plugin for WordPress." +msgstr "Integreer met de LifterLMS plugin voor WordPress." + +#: includes/modules/lifterlms.php:35 +msgid "LifterLMS" +msgstr "LifterLMS" + +#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/post-types/courses.php:83 +msgid "Require Membership" +msgstr "Vereis lidmaatschap" + +#: includes/modules/learndash.php:40 +msgid "Read the LearnDash Integration documentation »" +msgstr "Lees de LearnDash Integratie documentatie »" + +#: includes/modules/learndash.php:39 +msgid "Integrate with the LearnDash plugin for WordPress." +msgstr "Integreer met de LearnDash plugin voor WordPress." + +#: includes/modules/learndash.php:37 +msgid "LearnDash" +msgstr "LearnDash" + +#: includes/modules/default.php:30 +msgid "Unserializing instances of this class is forbidden." +msgstr "Unserializing instanties van deze klasse is verboden." + +#: includes/lessons.php:48 +msgid "—" +msgstr "—" + +#: includes/lessons.php:38 includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/post-types/lessons.php:80 +msgid "Course" +msgstr "Cursus" + +#. translators: %s: link to the course for this lesson. +#: includes/lessons.php:23 +msgid "Course: %s" +msgstr "Cursus: %s" + +#: includes/courses.php:135 +msgid "Level" +msgstr "Niveau" + +#: includes/courses.php:133 +msgid "Lesson Count" +msgstr "Les aantal" + +#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/post-types/lessons.php:12 +msgid "Lessons" +msgstr "Lessen" + +#: includes/common.php:149 includes/courses.php:149 +msgid "%s Lesson" +msgid_plural "%s Lessons" +msgstr[0] "%s Les" +msgstr[1] "%s Lessen" + +#: includes/common.php:136 includes/post-types/courses.php:10 +msgid "Courses" +msgstr "Cursussen" + +#: includes/common.php:12 +msgid "Read the Default Course and Lesson documentation »" +msgstr "Lees de standaardcursus en lesdocumentatie »" + +#: includes/common.php:11 +msgid "The Course and Lesson post types bundled with PMPro Courses." +msgstr "De typen cursus- en lesberichten gebundeld met PMPro cursussen." + +#: includes/common.php:9 +msgid "Default" +msgstr "Standaard" + +#: includes/adminpages/settings.php:51 +msgid "Documentation" +msgstr "Documentatie" + +#: includes/adminpages/settings.php:48 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: includes/adminpages/settings.php:9 +msgid "Modules" +msgstr "Modules" + +#: includes/adminpages/settings.php:7 +msgid "Which modules would you like to enable?" +msgstr "Welke modules wil je inschakelen?" + +#: includes/adminpages/settings.php:5 +msgid "Courses for Membership Settings" +msgstr "Cursussen voor lidmaatschapsinstellingen" + +#: includes/admin.php:90 includes/adminpages/settings.php:51 +msgid "Support" +msgstr "Ondersteuning" + +#: includes/admin.php:90 +msgid "Visit Customer Support Forum" +msgstr "Bezoek het klantondersteuningsforum" + +#: includes/admin.php:89 +msgid "Docs" +msgstr "Docs" + +#: includes/admin.php:89 +msgid "View Documentation" +msgstr "Documentatie bekijken" + +#: includes/admin.php:71 includes/settings.php:20 +msgid "Settings" +msgstr "Instellingen" + +#: includes/admin.php:51 +msgid "Click here to add your first course." +msgstr "Klik hier om je eerste cursus toe te voegen." + +#: includes/admin.php:49 +msgid "Thank you for activating." +msgstr "Bedankt voor het activeren." + +#. Author URI of the plugin +msgid "https://www.paidmembershipspro.com" +msgstr "https://www.paidmembershipspro.com" + +#. Author of the plugin +msgid "Paid Memberships Pro" +msgstr "Paid Memberships Pro" + +#. Description of the plugin +msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." +msgstr "Maak cursussen en lessen voor leden. Integreert LMS plugins met Paid Memberships Pro." + +#. Plugin URI of the plugin +msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" +msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" + +#. Plugin Name of the plugin +msgid "Paid Memberships Pro - Courses for Membership Add On" +msgstr "Paid Memberships Pro - Courses for Membership Add On" \ No newline at end of file diff --git a/languages/pmpro-courses-ru_RU.mo b/languages/pmpro-courses-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a78d79abd86fafff6d52cc7a7ec098334033c72 GIT binary patch literal 10482 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 literal 0 HcmV?d00001 diff --git a/languages/pmpro-courses-ru_RU.po b/languages/pmpro-courses-ru_RU.po new file mode 100644 index 0000000..af775b8 --- /dev/null +++ b/languages/pmpro-courses-ru_RU.po @@ -0,0 +1,523 @@ +# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Russian +# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +msgid "" +msgstr "" +"PO-Revision-Date: 2024-02-17 12:21:42+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n" +"X-Generator: GlotPress/4.0.1\n" +"Language: ru\n" +"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" + +#: includes/courses.php:73 includes/courses.php:112 +msgid "Nonce is invalid" +msgstr "Nonce недействителен" + +#: includes/settings.php:12 +msgid "Course Settings" +msgstr "Настройки курса" + +#: includes/modules/default.php:135 +msgid "Enable Archive Page for the Default Courses CPT?" +msgstr "Включить архивную страницу для курсов по умолчанию CPT?" + +#: pmpro-courses.php:119 +msgid "Adding..." +msgstr "Добавление..." + +#: blocks/build/my-courses/block.json +msgctxt "block description" +msgid "Show a list of courses a member has access." +msgstr "Показать список курсов, к которым у участника есть доступ." + +#: blocks/build/my-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: My Courses" +msgstr "Курсы PMPro: мои курсы" + +#: blocks/build/all-courses/block.json +msgctxt "block description" +msgid "Show a list of all available PMPro courses." +msgstr "Показать список всех доступных курсов PMPro." + +#: blocks/build/all-courses/block.json +msgctxt "block title" +msgid "PMPro Courses: All Courses" +msgstr "Курсы PMPro: все курсы" + +#: blocks/build/my-courses/index.js:1 +msgid "My Courses" +msgstr "Мои курсы" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Paid Memberships Pro Courses" +msgstr "Курсы Paid Memberships Pro" + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "How many courses should be displayed. Set the value to -1 to show all courses." +msgstr "Сколько курсов должно быть отображено. Установите значение -1, чтобы показать все курсы." + +#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +msgid "Limit" +msgstr "Лимит" + +#: includes/modules/tutorlms.php:44 +msgid "Read the Tutor LMS Integration documentation »" +msgstr "Прочтите документацию по интеграции Tutor LMS »" + +#: includes/modules/tutorlms.php:43 +msgid "Integrate with the Tutor LMS plugin for WordPress." +msgstr "Интеграция с плагином Tutor LMS для WordPress." + +#: includes/modules/tutorlms.php:41 +msgid "Tutor LMS" +msgstr "Tutor LMS" + +#: includes/modules/senseilms.php:44 +msgid "Read the Sensei LMS Integration documentation »" +msgstr "Прочитайте документацию по интеграции Sensei LMS »" + +#: includes/modules/senseilms.php:43 +msgid "Integrate with the Sensei LMS plugin for WordPress." +msgstr "Интеграция с плагином Sensei LMS для WordPress." + +#: includes/modules/senseilms.php:41 +msgid "Sensei LMS" +msgstr "Sensei LMS" + +#: pmpro-courses.php:123 +msgid "Error removing lesson [2]" +msgstr "Ошибка удаления урока [2]" + +#: pmpro-courses.php:122 +msgid "Error removing lesson [1]" +msgstr "Ошибка удаления урока [1]" + +#: pmpro-courses.php:121 +msgid "Error saving lesson [2]" +msgstr "Ошибка сохранения урока [2]" + +#: pmpro-courses.php:120 +msgid "Error saving lesson [1]" +msgstr "Ошибка сохранения урока [1]" + +#: pmpro-courses.php:118 +msgid "Saving..." +msgstr "Сохранение..." + +#: pmpro-courses.php:117 +msgid "Save" +msgstr "Сохранить" + +#: includes/shortcodes/my-courses.php:17 +msgid "Log in to view your courses »" +msgstr "Войдите, чтобы просмотреть ваши курсы »" + +#: includes/settings.php:71 +msgid "Settings saved successfully." +msgstr "Настройки успешно сохранены." + +#: includes/settings.php:16 +msgid "Paid Memberships Pro Courses - Add New Lesson" +msgstr "Курсы Paid Memberships Pro - Добавить новый урок" + +#: includes/settings.php:12 includes/settings.php:20 +msgid "Paid Memberships Pro Courses - Settings" +msgstr "Курсы Paid Memberships Pro - Настройки" + +#: includes/progress.php:123 +msgid "Mark Complete" +msgstr "Отметка завершения" + +#: includes/progress.php:121 +msgid "Completed" +msgstr "Завершенный" + +#: includes/post-types/lessons.php:85 +msgid "None" +msgstr "Отсутствует" + +#: includes/post-types/lessons.php:45 +msgid "Lessons for Paid Memberships Pro Courses" +msgstr "Уроки для курсов Paid Memberships Pro" + +#: includes/post-types/lessons.php:35 +msgid "Filter Lessons list" +msgstr "Фильтр списка уроков" + +#: includes/post-types/lessons.php:34 +msgid "Lessons list navigation" +msgstr "Навигация по списку уроков" + +#: includes/post-types/lessons.php:33 +msgid "PMPro Lessons list" +msgstr "Список уроков PMPro" + +#: includes/post-types/lessons.php:32 +msgid "Uploaded to this lesson" +msgstr "Загрузить в этот урок" + +#: includes/post-types/lessons.php:31 +msgid "Insert into lesson" +msgstr "Вставить в урок" + +#: includes/post-types/lessons.php:30 +msgid "Use as lesson featured image" +msgstr "Используйте в качестве основного изображения урока" + +#: includes/post-types/lessons.php:28 +msgid "Set lesson featured image" +msgstr "Установить изображение урока" + +#: includes/post-types/lessons.php:26 +msgid "Lesson not found in Trash" +msgstr "Урок не найден в корзине" + +#: includes/post-types/lessons.php:25 +msgid "Lesson not found" +msgstr "Урок не найден" + +#: includes/post-types/lessons.php:24 +msgid "Search Lesson" +msgstr "Поиск урока" + +#: includes/post-types/lessons.php:23 +msgid "View Lessons" +msgstr "Просмотр уроков" + +#: includes/post-types/lessons.php:22 +msgid "View Lesson" +msgstr "Просмотр урока" + +#: includes/post-types/lessons.php:21 +msgid "Update Lesson" +msgstr "Обновить урок" + +#: includes/post-types/lessons.php:20 +msgid "Edit Lesson" +msgstr "Изменить урок" + +#: includes/post-types/lessons.php:19 +msgid "New Lesson" +msgstr "Новый урок" + +#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/settings.php:16 +msgid "Add New Lesson" +msgstr "Добавить новый урок" + +#: includes/post-types/lessons.php:16 +msgid "All Lessons" +msgstr "Все уроки" + +#: includes/post-types/lessons.php:15 +msgid "Lesson Attributes" +msgstr "Атрибуты урока" + +#: includes/post-types/lessons.php:14 +msgid "Lesson Archives" +msgstr "Архив уроков" + +#: includes/post-types/lessons.php:11 +msgctxt "Post Type Singular Name" +msgid "Lesson" +msgstr "Урок" + +#: includes/post-types/lessons.php:10 +msgctxt "Post Type General Name" +msgid "Lessons" +msgstr "Уроки" + +#: includes/post-types/courses.php:164 +msgid "remove" +msgstr "удалить" + +#: includes/post-types/courses.php:162 +msgid "edit" +msgstr "изменить" + +#: includes/post-types/courses.php:160 +msgid "Edit" +msgstr "Изменить" + +#: includes/post-types/courses.php:139 +msgid "Add to Course" +msgstr "Добавить в курс" + +#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/lessons.php:44 +msgid "Lesson" +msgstr "Урок" + +#: includes/post-types/courses.php:114 +msgid "Add Lessons" +msgstr "Добавить уроки" + +#: includes/post-types/courses.php:105 +msgid "Actions" +msgstr "Действия" + +#: includes/post-types/courses.php:104 +msgid "Title" +msgstr "Название" + +#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +msgid "Order" +msgstr "Order" + +#: includes/post-types/courses.php:69 +msgid "Course Categories" +msgstr "Рубрики курса" + +#: includes/post-types/courses.php:43 +msgid "Courses and lessons for members." +msgstr "Курсы и уроки для членов." + +#: includes/post-types/courses.php:33 +msgid "Filter Courses list" +msgstr "Фильтр списка курсов" + +#: includes/post-types/courses.php:32 +msgid "Courses list navigation" +msgstr "Навигация по списку курсов" + +#: includes/post-types/courses.php:31 +msgid "PMPro Courses list" +msgstr "Список курсов PMPro" + +#: includes/post-types/courses.php:30 +msgid "Uploaded to this course" +msgstr "Загрузить в этот курс" + +#: includes/post-types/courses.php:29 +msgid "Insert into course" +msgstr "Вставить в курс" + +#: includes/post-types/courses.php:28 +msgid "Use as course featured image" +msgstr "Используйте в качестве основного изображения курса" + +#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +msgid "Remove featured image" +msgstr "Удалить изображение записи" + +#: includes/post-types/courses.php:26 +msgid "Set course featured image" +msgstr "Установить изображение курса" + +#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +msgid "Featured Image" +msgstr "Изображение записи" + +#: includes/post-types/courses.php:24 +msgid "Course not found in Trash" +msgstr "Курс не найдена в корзине" + +#: includes/post-types/courses.php:23 +msgid "Course not found" +msgstr "Курс не найден" + +#: includes/post-types/courses.php:22 +msgid "Search Courses" +msgstr "Поиск курсов" + +#: includes/post-types/courses.php:21 +msgid "View Courses" +msgstr "Просмотр курсов" + +#: includes/post-types/courses.php:20 +msgid "View Course" +msgstr "Просмотр курса" + +#: includes/post-types/courses.php:19 +msgid "Update Course" +msgstr "Обновить курс" + +#: includes/post-types/courses.php:18 +msgid "Edit Course" +msgstr "Изменить курс" + +#: includes/post-types/courses.php:17 +msgid "New Course" +msgstr "Новый курс" + +#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +msgid "Add New Course" +msgstr "Добавить новый курс" + +#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +msgid "All Courses" +msgstr "Все курсы" + +#: includes/post-types/courses.php:13 +msgid "Course Attributes" +msgstr "Атрибуты курса" + +#: includes/post-types/courses.php:12 +msgid "Course Archives" +msgstr "Архивы курсов" + +#: includes/post-types/courses.php:9 +msgctxt "Post Type Singular Name" +msgid "Course" +msgstr "Курс" + +#: includes/post-types/courses.php:8 +msgctxt "Post Type General Name" +msgid "Courses" +msgstr "Курсы" + +#: includes/modules/lifterlms.php:38 +msgid "Read the LifterLMS Integration documentation »" +msgstr "Ознакомьтесь с документацией по интеграции LifterLMS »" + +#: includes/modules/lifterlms.php:37 +msgid "Integrate with the LifterLMS plugin for WordPress." +msgstr "Интеграция с плагином LifterLMS для WordPress." + +#: includes/modules/lifterlms.php:35 +msgid "LifterLMS" +msgstr "LifterLMS" + +#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/post-types/courses.php:83 +msgid "Require Membership" +msgstr "Требуется членство" + +#: includes/modules/learndash.php:40 +msgid "Read the LearnDash Integration documentation »" +msgstr "Ознакомьтесь с документацией по интеграции LearnDash »" + +#: includes/modules/learndash.php:39 +msgid "Integrate with the LearnDash plugin for WordPress." +msgstr "Интеграция с плагином LearnDash для WordPress." + +#: includes/modules/learndash.php:37 +msgid "LearnDash" +msgstr "LearnDash" + +#: includes/modules/default.php:30 +msgid "Unserializing instances of this class is forbidden." +msgstr "Десериализация экземпляров этого класса запрещена." + +#: includes/lessons.php:48 +msgid "—" +msgstr "—" + +#: includes/lessons.php:38 includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/post-types/lessons.php:80 +msgid "Course" +msgstr "Курс" + +#. translators: %s: link to the course for this lesson. +#: includes/lessons.php:23 +msgid "Course: %s" +msgstr "Курс: %s" + +#: includes/courses.php:135 +msgid "Level" +msgstr "Уровень" + +#: includes/courses.php:133 +msgid "Lesson Count" +msgstr "Подсчет уроков" + +#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/post-types/lessons.php:12 +msgid "Lessons" +msgstr "Уроки" + +#: includes/common.php:149 includes/courses.php:149 +msgid "%s Lesson" +msgid_plural "%s Lessons" +msgstr[0] "%s урок" +msgstr[1] "%s урока" +msgstr[2] "%s уроков" + +#: includes/common.php:136 includes/post-types/courses.php:10 +msgid "Courses" +msgstr "Курсы" + +#: includes/common.php:12 +msgid "Read the Default Course and Lesson documentation »" +msgstr "Прочтите документацию по курсу и урокам по умолчанию »" + +#: includes/common.php:11 +msgid "The Course and Lesson post types bundled with PMPro Courses." +msgstr "Типы записи Курс и Урок, входящие в комплект курсов PMPro." + +#: includes/common.php:9 +msgid "Default" +msgstr "По умолчанию" + +#: includes/adminpages/settings.php:51 +msgid "Documentation" +msgstr "Документация" + +#: includes/adminpages/settings.php:48 +msgid "Save Settings" +msgstr "Сохранить настройки" + +#: includes/adminpages/settings.php:9 +msgid "Modules" +msgstr "Модули" + +#: includes/adminpages/settings.php:7 +msgid "Which modules would you like to enable?" +msgstr "Какие модули вы хотели бы включить?" + +#: includes/adminpages/settings.php:5 +msgid "Courses for Membership Settings" +msgstr "Курсы для настройки членства" + +#: includes/admin.php:90 includes/adminpages/settings.php:51 +msgid "Support" +msgstr "Поддержка" + +#: includes/admin.php:90 +msgid "Visit Customer Support Forum" +msgstr "Посетите форум поддержки клиентов" + +#: includes/admin.php:89 +msgid "Docs" +msgstr "Документация" + +#: includes/admin.php:89 +msgid "View Documentation" +msgstr "Просмотр документации" + +#: includes/admin.php:71 includes/settings.php:20 +msgid "Settings" +msgstr "Настройки" + +#: includes/admin.php:51 +msgid "Click here to add your first course." +msgstr "Нажмите здесь, чтобы добавить первый курс." + +#: includes/admin.php:49 +msgid "Thank you for activating." +msgstr "Спасибо за активацию." + +#. Author URI of the plugin +msgid "https://www.paidmembershipspro.com" +msgstr "https://www.paidmembershipspro.com" + +#. Author of the plugin +msgid "Paid Memberships Pro" +msgstr "Paid Memberships Pro" + +#. Description of the plugin +msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." +msgstr "Создавайте курсы и уроки для участников. Интегрируйте плагины LMS с Paid Memberships Pro." + +#. Plugin URI of the plugin +msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" +msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" + +#. Plugin Name of the plugin +msgid "Paid Memberships Pro - Courses for Membership Add On" +msgstr "Paid Memberships Pro - Курсы для членства, дополнение" \ No newline at end of file From 53a929b94d07c74f36966d748dad7896c5d0532a Mon Sep 17 00:00:00 2001 From: WordPress POT/PO/MO Generator <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:37:48 +0000 Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=94=84=20Regenerate=20translation=20f?= =?UTF-8?q?iles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/pmpro-courses-es_AR.mo | Bin 8664 -> 8711 bytes languages/pmpro-courses-es_AR.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-es_ES.mo | Bin 8657 -> 8713 bytes languages/pmpro-courses-es_ES.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-es_MX.mo | Bin 8668 -> 8715 bytes languages/pmpro-courses-es_MX.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-es_UY.mo | Bin 8664 -> 8711 bytes languages/pmpro-courses-es_UY.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-nl_BE.mo | Bin 8545 -> 8606 bytes languages/pmpro-courses-nl_BE.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-nl_NL.mo | Bin 8542 -> 8606 bytes languages/pmpro-courses-nl_NL.po | 108 +++++++++++++++++++++--------- languages/pmpro-courses-ru_RU.mo | Bin 10482 -> 10418 bytes languages/pmpro-courses-ru_RU.po | 109 ++++++++++++++++++++++--------- languages/pmpro-courses.mo | Bin 545 -> 546 bytes languages/pmpro-courses.po | 18 +++-- languages/pmpro-courses.pot | 18 +++-- 17 files changed, 567 insertions(+), 226 deletions(-) diff --git a/languages/pmpro-courses-es_AR.mo b/languages/pmpro-courses-es_AR.mo index b5d9743dda2e09fbe62c32af8e1746a2555794be..3cb4f40910f3a7673e8bbf01d3c9de0410671ed9 100644 GIT binary patch delta 2312 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\n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: es_AR\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:43+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce no válido" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Añadiendo..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro Cursos: Mis Cursos" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Muestra una lista de todos los cursos de PMPro disponibles." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro Cursos: Todos los cursos" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mis cursos" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Cursos de Paid Memberships Pro" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "¿Cuántos cursos deben mostrarse? Establezca el valor en -1 para mostrar todos los cursos." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Límite" @@ -123,7 +141,8 @@ msgstr "Ajustes guardados correctamente." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Cursos de Paid Memberships Pro - Añadir Nueva Lección" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Cursos de Paid Memberships Pro - Ajustes" @@ -203,7 +222,8 @@ msgstr "Editar lección" msgid "New Lesson" msgstr "Nueva lección" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Añadir nueva lección" @@ -246,7 +266,8 @@ msgstr "Editar" msgid "Add to Course" msgstr "Añadir al curso" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Lección" @@ -263,7 +284,8 @@ msgstr "Acciones" msgid "Title" msgstr "Título" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Orden" @@ -299,7 +321,8 @@ msgstr "Insertar en el curso" msgid "Use as course featured image" msgstr "Usar como imagen destacada en el curso" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Eliminar la imagen destacada" @@ -307,7 +330,8 @@ msgstr "Eliminar la imagen destacada" msgid "Set course featured image" msgstr "Establecer imagen destacada del curso" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Imagen destacada" @@ -343,11 +367,14 @@ msgstr "Editar curso" msgid "New Course" msgstr "Nuevo curso" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Añadir nuevo curso" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Todos los cursos" @@ -381,8 +408,10 @@ msgstr "Integrar con el plugin LifterLMS para WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Requerir membresía" @@ -407,8 +436,10 @@ msgstr "Deserialización de instancias de esta clase prohibida" msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Curso" @@ -426,18 +457,21 @@ msgstr "Nivel" msgid "Lesson Count" msgstr "Número de lecciones" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lecciones" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "Lección de %s" -msgstr[1] "Lecciones de %s" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursos" @@ -473,7 +507,8 @@ msgstr "¿Qué módulos le gustaría activar?" msgid "Courses for Membership Settings" msgstr "Cursos para ajustes de membresía" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Soporte" @@ -489,7 +524,8 @@ msgstr "Documentación" msgid "View Documentation" msgstr "Ver la documentación" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Ajustes" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Gracias por activar." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Cursos para complemento de membresía" \ No newline at end of file +msgstr "Paid Memberships Pro - Cursos para complemento de membresía" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-es_ES.mo b/languages/pmpro-courses-es_ES.mo index ebc545bbfdab0d7b57eeee6f58c4f38d14633da9..029f5555e2b1cf9949a05e6444babc1538633b7a 100644 GIT binary patch delta 2313 zcmZY9e@xVM9LMpGWdSG3j{}oX`05ZX`qCYs&_yVM(=+)IT_NIXryL9xckB*y=IoZ% zW?Qq_^>djn+RAAu>da=pmTTEswy3e1v)o$K`pZewa%J^=!DseI4DRvye7>LW=ktEQ zKc8c?;i<;t54qEyH~ehlZ!UimH>zjM7is^g=2<@E7#}n6dz^*8SpUG8^wZLf$-sQn zykct^me8-Z&o|)B#w1NQjVvDYV-9Y&K4ZsU!)(TnVga5;51vQ%G?&o9%UF!r?0yUS zume}4<_+U?JctVP$Yeih%m*|S>1pei=%arQwc!kQlM7J`FSE9zDiA|2K4yIuo9VxS zx%itkolPp}7h0RKlKsu&cHjiEr}-HvjTuK(<|?W(8JWiLYYO>LMHZt1y9<@!{kRxA zQGq^zH{o8?y2G~r78cPzhDnuTl!g|#fCOtUS;wu{P#dN*StTq$EnI}ku*6!8dGyy{ z6+Vo*Q_rD`M{yBeKn0LCi}P2blsd|l)-J4}zZ134`_?PCMDr<&#y4O-?m-3eCMv*F z$R6e+ROV-qSIxI}{30sRi7e``68^)0EFewpk*P#QUW=+s2kLnkYjGQ@0`H7>!*=`>>cumt68?nuU?!908Z5J!)Z2P?_&Qy?6j` z!(&*2=TRk|Ryg%M4Rw?`I1dYuBAIH`hRvv>X-8FTBPLa{C=F%09ksx2)WR>I0^5uH zniG5|z){rK?;`4JTgc5^f&tVe9KgxaqXOTDTJHcVki%GyC+AZCIvQ6QkTrz847Z^A zCy__ychu$avYP^2gzDdkI@<=+rEEo=@k6Lgqo@jQ#oKW|>iy5r!LN&`zXpC~K$-oC zHJDvIH6BD|a33~cC#q8WQ2~rtKS7oHJJiu!Ms1kqOufGh6;Kd$`$MR}`#NbT@-4Us zpF~CcHr|cjpl)jxH~bHB z#1p--XdpF`k)L{LrnA8DmsgZ8^|VC>V(~$@Dbds0<*pd&Nw}d{!0C;4$Cjtcy|Z&X zYr}~_Hxv&?6OV)kWAVua(wy4sGqUTL673lZ_e9)KB;5bM3DfFQuX;BmTS9I_JQ5xx z2)8jj7zsEPzKSZ>?{odtA%9h%vN}*zS?2Qvd_GTWi`y32+^c}?+>Vv?ZEjPG+gR_c zZV5C6%htCvue`o-!11heS4E7b#E delta 2392 zcmYM!e`u9e9LMpat<-J)*7>99&ZbVc_RPEMChM+E=Tj2rkFRp}My-x#BR6SZKB)#Mt~#68a4s05zJ>G-5$E@U!5?PBXY#VBagSZ5r zL>2lD-i}96^PX`1)0m&nz&RQ^vwu(%6wsk)Q|z4OtUxX3p(1QSP27gsS%-5g>Y2%4 zJwAncwmv}*&*EY%m_+_6poaY9{mz}v{n*I(+o*{yIZKG6LHDD^_u@?a7*)tgRDlF6PUo;KMYzz}f;?YlBdT&AmCPP@{b{_1{$W%C7f=gaMjhp! zsD;ZpFS!(T6wS`{sCoPIuJH_V?B*@x6wDB6CttYnZ{7Gs)EECiML2<*nz7EA!Akn? z;UYYPO5!?J;7#nn3Z7KGb@>#HJ!5zXaW(_jI5_RJh&+|RbYv}4irivqu>@Bkn>3qH zJKX8|gQ)xVV-3EFO89G3Qr{spnDfYed2^KpA2XI&wa{$T1l6dDTTs#ZsEQv&?JUG{ ze9`$SZlphqO0t2xb=IxUF4XrQMkU;fllA^bG*&UN56kd4YU1C};&@__Rj3`WK`xms zI2R+_jL#wAncv;@|1d_sga=Em#yT8y{daMK-v9G76!ovDB(5UgH3iJB3Fn~}jH7nG z29?MFR^j8g5Z^#W{FS?Y3U!n};5@v9gkx@^)+@P_{B<^EG!$7iDzfFMo!*O@U;}F6 zZK%R}kdJwSKPvDgtjG6JukmGUz_C23dKepVBzjcgy{P#HO37c9>|&r5^Vot%oho|; z{S~P3JaWl=j(SGUqYC`X_5VekZ4p)Ip`4Ap>ZTI4(dDQFTd^AZ=99lBILLs-mr?!C zP&+$@jrhGApUMNG9n8TtT!2cd4^_~h^8hO9!>FSnw4kYZ8ane*RONA0 zUx!zO$M^{}2p<}!23NB?mpP!X>~y)|2~1NWd3{u0fi$aV%%lu6%ejfsX% zj@wsM^`Q4quqzoQGik5g&jtw_kHzb~Sc4Z^W@C3J;>!~8hPz_?99lPHYd)0={giiK zChU(AHa#%Xjhf?4cC^`?w&l&XuBmXNw>n4%p`Xo!3A;L#$##XTzqGzKR$Eut>8Ja0 zejjTEQDIk@*%@rldL2F9h9FcO3EP#*^(E7h^(l2 zA4vsvNs6sUSsMnaz>k8eLgkbSwr@`!8yd-Mq@76zk*QqJ7_W;rnN}{24748m(C\n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: es\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:43+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce no válido" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Añadiendo..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro Courses: Mis cursos" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Muestra una lista de todos los cursos de PMPro disponibles." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro Courses: Todos los cursos" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mis cursos" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Cursos de Paid Memberships Pro" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "¿Cuántos cursos deben mostrarse? Establece el valor en -1 para mostrar todos los cursos." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Límite" @@ -123,7 +141,8 @@ msgstr "Ajustes guardados correctamente." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Paid Memberships Pro Courses - Añadir nueva lección" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Paid Memberships Pro Courses - Ajustes" @@ -203,7 +222,8 @@ msgstr "Editar lección" msgid "New Lesson" msgstr "Nueva lección" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Añadir nueva lección" @@ -246,7 +266,8 @@ msgstr "Editar" msgid "Add to Course" msgstr "Añadir al curso" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Lección" @@ -263,7 +284,8 @@ msgstr "Acciones" msgid "Title" msgstr "Título" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Orden" @@ -299,7 +321,8 @@ msgstr "Insertar en el curso" msgid "Use as course featured image" msgstr "Usar como imagen destacada del curso" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Eliminar la imagen destacada" @@ -307,7 +330,8 @@ msgstr "Eliminar la imagen destacada" msgid "Set course featured image" msgstr "Establecer imagen destacada del curso" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Imagen destacada" @@ -343,11 +367,14 @@ msgstr "Editar curso" msgid "New Course" msgstr "Nuevo curso" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Añadir nuevo curso" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Todos los cursos" @@ -381,8 +408,10 @@ msgstr "Integrar con el plugin LifterLMS para WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Requerir membresía" @@ -407,8 +436,10 @@ msgstr "No está permitida la deserialización de instancias de esta clase." msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Curso" @@ -426,18 +457,21 @@ msgstr "Nivel" msgid "Lesson Count" msgstr "Número de lecciones" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lecciones" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "%s lección" -msgstr[1] "%s lecciones" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursos" @@ -473,7 +507,8 @@ msgstr "¿Qué módulos le gustaría activar?" msgid "Courses for Membership Settings" msgstr "Cursos para ajustes de membresía" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Soporte" @@ -489,7 +524,8 @@ msgstr "Documentación" msgid "View Documentation" msgstr "Ver la documentación" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Ajustes" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Gracias por activar." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Courses for Membership Add On" \ No newline at end of file +msgstr "Paid Memberships Pro - Courses for Membership Add On" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-es_MX.mo b/languages/pmpro-courses-es_MX.mo index ab38a637ad8c0eeffab32260faf0f8f88880a512..5d8f6a2b5a6ae68fb0460a7f5dfa4bd06c060709 100644 GIT binary patch delta 2311 zcmZA0aZJ=@9LMnoLxB?%IUq@c(*P;`u{%J?3pE823^<~jVzBDcAB2-Tb_Z^ybt`M> z*eoOe&}PHi~eY-e>EL#wdLylfoHbGj(a`N^Lu{J^ZkCG z=dRQa)+K+=Nj+xx+t2@U{%7t`&zSGh{!`5he923EEySO25ni|ciCOg1(v8W$Jk-1* z>uM~fUu~av;sRrmri;d69`xc8e9ro+9UsPQ#z(OLC(wgekUh;+^x^MVgxTzVC;D+G zHlXH>U@D$M1$t(-pETxk8j5tn`aSyTPoXwk$ZoO(weTkE4paqV=*8!)uVV}S_b>#e)-e)t2fonCNvS_>$^YADtkoQpmo8p^PiIx6#rk+n@2b*sBDAD=~%GDlGvj@bUksCi%F z8oY!m?L1ymg|d)6jTbeq6q#az$UaHaY9Bm>igX{Uq{mT_zJto>6t2J@tT(ZpelGRZ z+4fowSO-z>pFmZ17&&Eg8Xv;*Sj7Hj{?fUHOVG!It=6Ye86QUGniF^zj$sF0K;8Cx zxfsf5BlR5VWa?2HcA}2PMcuhROsaGTXeiS`)B-0_3%`pbX-**@^A%qT za2oY1m_cn6;AU21E0*CQROv@iiH)Pyn?MCJiCggEa_S$Xk$bl>4`2vuaM1QAk+~+7 zU37U?paNWL`x{Va`v~e%K8`x$y{JqNpepzZ-iIHd-v1GO_)8)6*FZ|qTxJ=#o_--} zyd9OnleiA|pei+t3TVvwHLBE8Sc*4L8!q+Dyz=L7VNUBN;%I_z3D(a||1C9980Z44%D_c5q=%JhsQ()$cU!cDB3mL{BUl z9C|G`f9QBt(Mn&SyrO)ar_Jq)#rvJ+M0d|_XUjl$!U@NMzMg1T?7^XOZ~hWbQzX&v zgyWHDVsE5B7N1>ULCx(6*&CS=?H-79yH41R^#1>O%EqC$yq(EV*r|=Xk$ysO>LUGa z&{yHFsB!{+Cr}*@R0S)mgH=_l{r;fe?`aJ=ZSKAvg=^>Ttl!+`G>4qJ&Ax_Eu(@&d zW1*J%+xrH6o_1%e8+GHe0s3~dI<-xWzKZfdpxn=+x>&C_(i08(`g;4~F=tn7Af9j& Lp0nP(Z!`Y|cK!^I delta 2395 zcmYM!TWnNC9LMniD@a=kLMa!aOe-x^dti4dx2@$O4WzKuMlLD1kt}d13wt5w?5YvM zS}+>q!2~dd7o(UU#F%JmB>1Ef8CM*j)OP`58b-s;?gs=yH(j~_Ts;WNbF z;W(Va;L^hwE|tu0LK<`NxVvx>nbVA}E>~tEsxtMc%FIT-W+^|aNH;367f>sF8E4_E zs6!nftRCJ*5yp1&P*QL z@HN!gI*lG)z?oQ4L;aONEA^ABojaTda3TFCPy_wqtfL(BbU&)UA1C1Fs6@`861(@JZprz$WNnaeaGx0nT3hpUlAn$4&c zhA!?$-FFCE@i?l&gQ!YfL2@wHko!vJ4h_DhicvLD18RV|sEk*lO1lG*$6GiZFQ5j#jTR?OD!T}^;*H29vlFM_ zetaI^MT%$cq82oU0~Nt0=X#71zv1H3I7;vTA2d|ze^3wprwcfq(KX;S)PynA%2%PT z@4_Yc3eLbUP$jK-f4=V3{EGoOYI-!dF38EU0T)Bsu3z(r(n zW;gORNBB{KpP=4`Z%`8r=Y%f62Gl>I4XD!ZLnVFyHQwQ=)L$z`f}ZaPp4?M79w7oWhr_0(SjoTS6zr>OWx z)XFa6BE0GPTR0$EK@{g>JE~FvDuMmZcTlDN2%GV1)P%pIp0Bm#gz8H)wC63T%$J}t zPvA`4h{|{$ssblamAZ!HWM*!hv%m z_gA$%>pkbcm=4qVoY$Eu_;DMH#M->bd@nN3Mi<2Aw#6e0pN#N1ytX!3$`pfC##@mO zvSHljb`6DLN37kJn;kjZ&|#zPmA&3dKj#OjLOzJwm6?2@Ct&_LZL=e@qm_wNuCJKt zV=h13)ZJUz6XbXJTMAy+R&Tu@D3!SF$rSt2xzKu+C$s5d)-KN%gGr$u+U8VtSG)BS zek#bNbA9%ubYc79)cCs6wtT=c>FrE~+goiSy{+H}iS9M6c8#A4{j{a+o?crdGliaA zQ%G&j_;yx?)rSQe_!&PH`Yn|v;cwZJJ~NQBTYcLUmcx9G1j=#q;|pWaSi4!qUFtRi JYbTtl{vZ9>CgcDB diff --git a/languages/pmpro-courses-es_MX.po b/languages/pmpro-courses-es_MX.po index 086dc94..c7aba8f 100644 --- a/languages/pmpro-courses-es_MX.po +++ b/languages/pmpro-courses-es_MX.po @@ -1,17 +1,21 @@ -# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Spanish (Mexico) -# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +# Copyright (C) 2024 Paid Memberships Pro +# This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"PO-Revision-Date: 2024-06-05 17:34:08+0000\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" +"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" +"Last-Translator: Paid Memberships Pro \n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: es_MX\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:44+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce no válido" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Añadiendo..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro Cursos: Mis Cursos" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Muestra una lista de todos los cursos de PMPro disponibles." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro Cursos: Todos los cursos" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mis cursos" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Cursos de Paid Memberships Pro" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "¿Cuántos cursos deben mostrarse? Establezca el valor en -1 para mostrar todos los cursos." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Límite" @@ -123,7 +141,8 @@ msgstr "Ajustes guardados correctamente." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Cursos de Paid Memberships Pro - Añadir Nueva Lección" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Cursos de Paid Memberships Pro - Ajustes" @@ -203,7 +222,8 @@ msgstr "Editar lección" msgid "New Lesson" msgstr "Nueva lección" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Añadir nueva lección" @@ -246,7 +266,8 @@ msgstr "Editar" msgid "Add to Course" msgstr "Añadir al curso" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Lección" @@ -263,7 +284,8 @@ msgstr "Acciones" msgid "Title" msgstr "Título" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Orden" @@ -299,7 +321,8 @@ msgstr "Insertar en el curso" msgid "Use as course featured image" msgstr "Usar como imagen destacada en el curso" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Eliminar la imagen destacada" @@ -307,7 +330,8 @@ msgstr "Eliminar la imagen destacada" msgid "Set course featured image" msgstr "Establecer imagen destacada del curso" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Imagen destacada" @@ -343,11 +367,14 @@ msgstr "Editar curso" msgid "New Course" msgstr "Nuevo curso" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Añadir nuevo curso" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Todos los cursos" @@ -381,8 +408,10 @@ msgstr "Integrar con el plugin LifterLMS para WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Requerir membresía" @@ -407,8 +436,10 @@ msgstr "Deserialización de instancias de esta clase prohibida" msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Curso" @@ -426,18 +457,21 @@ msgstr "Nivel" msgid "Lesson Count" msgstr "Número de lecciones" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lecciones" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "Lección de %s" -msgstr[1] "Lecciones de %s" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursos" @@ -473,7 +507,8 @@ msgstr "¿Qué módulos le gustaría activar?" msgid "Courses for Membership Settings" msgstr "Cursos para ajustes de membresía" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Soporte" @@ -489,7 +524,8 @@ msgstr "Documentación" msgid "View Documentation" msgstr "Ver la documentación" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Ajustes" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Gracias por activar." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Cursos para complemento de membresía" \ No newline at end of file +msgstr "Paid Memberships Pro - Cursos para complemento de membresía" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-es_UY.mo b/languages/pmpro-courses-es_UY.mo index d1b44fe9e09e7d8bc689594727ac3604779c953b..28152427fa573f54fe1159c9218f3de3716e5ccf 100644 GIT binary patch delta 2312 zcmZA0e@vBC9LMovspu61m&$$rw9_h~57GuBVhPyak>!#V6G7o!%gv#v)~Ac~pznDseqp??tP z~D72fp?HS%}+>a%vDrn{zO$~cB(OaOdemVNEs@y6{rmF#xmT5 z3UoKlzUnhWC@#T^r~p#ta{g+RQb)Pk+J(2%A4Dzmp7jbY(|pRJ@lMRfVN@V*paMLJ z>|su!GCzmBYQDDPKcW)7mQMXu!haZ$xunTGGL@*vYfzQxKs}FO4emr$;9b-P<5-Cw zp*H@@>f_vW6br0=)VhsUFG+*rHIE}zHcz86*=xtg?D$F4iyxv&cnR;sR3^){Sc*^J zVmyMX!~_=Oc?{uo)ZJRcjlDLF^KYS{4C|?*GGB+RZNjKq-Hkc;Fp`uRMrAl^`){M> zoyOa60#(|Zcu5sXL-sV8sClKx6ca@DNt!nM;C@u3+fgNb85QYksEiI_5q@U9iW}%> zQD2>HpY;*zQ>gb}K~?qua>`~5SK&AovcH+OU~1taba+s2?LuX|2bpVL#DzG9oA6`Q zZC}jAn9KIlx|Q~w~1j77%Wf$Ojahiv~W zGIw$pU7khkrT_z|{tDFDHlr@(M${QUfXZ|Ss)B=fE53<(|4Vf6LIL&Hz;y0<@I43g}-QsOdxS=lh9xoQ} zjrIqfk<)n#M)sxU7dwISit^>Yc5hoWmT;TnJ-uD-s)3%k8;%B@-u~|BT_eLqIrDr? zk$A!l$0Gglt&v1D794ptD`#fSjR_gG%;@hKi1c`F*o*Z2|M|4qk^PyS$=0x2AM+v! zVsING2`}hW_$#X1fZq*NhXYl?%IaX%vZa21(C_!PwYu%z_Flzn=XR`K+3q&Cx(zFx z#@1kSXz9k*men`*4LZIJ?i#P(i%kaTtZ#Gcn?g=Sc_2{k=TSqnFEi3h?%Vpd#iH)! Q=s+y)#eK&!vp-1v7qco3!2kdN delta 2395 zcmYM!Z)_Ar7{~Det4Le^2<5M(Oo0}VZn?Ws3RjB=4Ol7KKubz!GzTo@@VbY)S1?Lg z8$^S?z<|8*h4C+FBCo0#-xvvrypTu`f<^^IL0+K7K*UIh`2BH{aJk-Rp4r`*XP%ku zE3Mxzjn9uMIbitg;IERuTlXk3=BHtIt)O|1SY6kgH?fR(=>5iw#F5S^ID)tihhrLb zU#qhNXAt)kug7M9#(i|WhNEyFK7j8!KXLtE;b{8L;v~F+r8tCHlvp`htiY+*h!e02 z*J2;)zT;SeCvk*{jXC2wenDk=#d#eQ#J5osCYVh=jv9EQa|fydZ{S#b&-ocXLHsq2 z!O09RJxt+Z$^0gw(SQftg&&YP&4}`1WhS61Q-!KbJ@Pe+`B6nyq7r)wwZi9c7QTo| z^dr0%kD|ss?&4DzSJCku4ei+t)Bq&}ByGx_6P(jf6MCo;EaUefVp%HT4Cf-`e3@=k<{4CFcDm~?H1H*{tKuFe@B&YI5)Lm(wWCv;=@>j zXHb>6iPP{lw&65Rs@}RdM`K_JhY+;|f3tB~X$AFE1uBubObv32X~OZi0$HS4k6K~m z;sMls`>+lVqAGkERjKnx4(1YaUu^!N!Pk^AswS#N4bXtfcsZ)HTTmGnP%C=@tMMJ@ zG3+M3jN0Qx)LX7}_Mo1B236q@N9p~KX)K{*FHXg8Q3GE?ixm@#HlkL%2DxNrpFThPs}^ zM{pa?z$2&<|LCq?L~Z3&)Ye`{iett+Se$P*#@d?{4IRD~RLR;Eq`B8!&quz$2sEPi=CY-`a)jy&xROxr365ov)Z*L{_*UAsjp)Gg|(|8e^v2sdr z;BHiW0J&sNq0Y#ks04>HtKw4B-d3Rw=YfgffH`7mvl=kkS)koo7%t54J?OWQL+Z-1tj zx%}wquC=8dVSbChq2RS`^w#*HQc2s6Tz_vih^%LMvM<};XP4&t!-A()W(qyK zx{z6)^X;r0tB(pc^mBeD@@JQtc7MZ$?6JYXZuD(UR1EV02^8bn=?hZHRI_=MyVPw4 JJI4){{|}f{CT;)# diff --git a/languages/pmpro-courses-es_UY.po b/languages/pmpro-courses-es_UY.po index f7c55f0..2bfc203 100644 --- a/languages/pmpro-courses-es_UY.po +++ b/languages/pmpro-courses-es_UY.po @@ -1,17 +1,21 @@ -# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Spanish (Uruguay) -# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +# Copyright (C) 2024 Paid Memberships Pro +# This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"PO-Revision-Date: 2024-06-05 17:16:33+0000\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" +"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" +"Last-Translator: Paid Memberships Pro \n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: es_UY\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:45+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce no válido" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Añadiendo..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Muestra una lista de los cursos a los que un miembro tiene acceso." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro Cursos: Mis Cursos" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Muestra una lista de todos los cursos de PMPro disponibles." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro Cursos: Todos los cursos" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mis cursos" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Cursos de Paid Memberships Pro" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "¿Cuántos cursos deben mostrarse? Establezca el valor en -1 para mostrar todos los cursos." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Límite" @@ -123,7 +141,8 @@ msgstr "Ajustes guardados correctamente." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Cursos de Paid Memberships Pro - Añadir Nueva Lección" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Cursos de Paid Memberships Pro - Ajustes" @@ -203,7 +222,8 @@ msgstr "Editar lección" msgid "New Lesson" msgstr "Nueva lección" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Añadir nueva lección" @@ -246,7 +266,8 @@ msgstr "Editar" msgid "Add to Course" msgstr "Añadir al curso" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Lección" @@ -263,7 +284,8 @@ msgstr "Acciones" msgid "Title" msgstr "Título" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Orden" @@ -299,7 +321,8 @@ msgstr "Insertar en el curso" msgid "Use as course featured image" msgstr "Usar como imagen destacada en el curso" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Eliminar la imagen destacada" @@ -307,7 +330,8 @@ msgstr "Eliminar la imagen destacada" msgid "Set course featured image" msgstr "Establecer imagen destacada del curso" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Imagen destacada" @@ -343,11 +367,14 @@ msgstr "Editar curso" msgid "New Course" msgstr "Nuevo curso" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Añadir nuevo curso" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Todos los cursos" @@ -381,8 +408,10 @@ msgstr "Integrar con el plugin LifterLMS para WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Requerir membresía" @@ -407,8 +436,10 @@ msgstr "Deserialización de instancias de esta clase prohibida" msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Curso" @@ -426,18 +457,21 @@ msgstr "Nivel" msgid "Lesson Count" msgstr "Número de lecciones" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lecciones" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "Lección de %s" -msgstr[1] "Lecciones de %s" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursos" @@ -473,7 +507,8 @@ msgstr "¿Qué módulos le gustaría activar?" msgid "Courses for Membership Settings" msgstr "Cursos para ajustes de membresía" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Soporte" @@ -489,7 +524,8 @@ msgstr "Documentación" msgid "View Documentation" msgstr "Ver la documentación" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Ajustes" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Gracias por activar." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Crear cursos y lecciones para miembros. Integra plugins de LMS con Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Cursos para complemento de membresía" \ No newline at end of file +msgstr "Paid Memberships Pro - Cursos para complemento de membresía" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-nl_BE.mo b/languages/pmpro-courses-nl_BE.mo index b2cd12ba95bbda7035383472b3e80db8de9d97ab..fa18bae9dd00351d739dd21766c81fb585852df8 100644 GIT binary patch delta 2313 zcmZY9eN5F=9LMovK;Q-BDMSMCmx5aOW53IT*d3w>OduW{QcAGgo&I1{aM`_={-L@v z`=i-Rrd*>%`<$+Sw7P7JTAi@t$$!9{nRvLmSR3? z-YRQ3meQ}a&-?L4V-jY7Mivi-F$W*AK4r&W!EDB-u@FyT0M8+NnoH>5FSrV`*}VWg z?8O$;yeUk^H&B5dTj(c@d7p+NJ!Sn2J^FK~4b$08mZ28jV%>$RKm_yfVe296r2iV` z;&0Y8HmRgvWbMQ%_BZ?Oz`Mwv<_DxS<_fAZf1)b0G{YEvO%Wfe$a+*@x1%!LiR-Zs z73iawf`?J-PTBsOSVI3DOsEuJ(9i-GkYLRv>lN!Y)P`wHRtXDH3zwiWEVb6+P4wHa z8uy^?)U)W~G_J!7r~p!zasFzorH-=Mx(_$eKY&{3J?mwx(R|9H@qWz5XHbD0MFlv6 z>|s7YWqtLek_OnJQG|b*RepqMnDb4#!ayIDy*WBv#>R z)W%n>0nSZFvBK)1)@`x+2^t))c?7Alc@mY$q#b|Dj?bXJ_z|jv-{WS?V6tq(wfGp8 z;W1PtW^pynVJluk-L381*!d-#e&!~NVM_tmCBI>VF=h4uHC8!d5sM6J-HmXNu z+JmaVAXejpsMmHHb^AZZa!lr?Dj*LPc*xp-%De?tnf7ApuaYGgkkc5#?@+h8goD_8}_pFHwnog}Rg%@m9 zqu%ecs7%gd4PHWRw32htt>1uD(`-WBk)7z_edyw0)ZO?573dtQqCcSmN$PVJCuHLq z1{}Nvn@}Ylz^yome8-%#UPWbE%w%O!hOO9w3hWRbznpp?JvSP;*WVj=Tlcwl`O(-= zWF$0^Q;XUfRnSa{HPd;IY5|0XP{pLi*+Khf3WHb(t$oFLq$ zaNG|$m0o4F8}!^@ZBMW|R8zs3+d%i!; zc|6!L)t)~;Cv?E@vxna*ey`rFnK9qZyx}~C=a_5hlJzo%ncsA)G38ipt;RCu^;nE? z)N`HIUR=g}pzwL#j4+tN!akgZ`|&n>!+O-NpTOCyPvAnlh$UD=6eU)Q4$i}+*o>9f zj}KxB_1rjy@D!GryfJ6&!VjoSFIuND!u%R4V1#J$Uev}rtb0%$cp2y7o7RtTBl9nC z4lZJI>0%7mOX8b=K_ecvADl&EnzGVDXDU&hS%T_J1M<(T=Z`wlgGy{Gs=_C5B|d{n z^a$R9$5H!^+xb_RU&6w-40L9Hp*9FHA!$=;t+dvn0=lRcwxKreKvmXd9YEcg3^w6& zsJnFxU7Wx>FjP+el|ViHllNJNtk2_G*55&GG-a)z9nE?kwLXIL@k3N1Cs7GbBC*Vm zsLC%PTbQeMJv^KKtI~y(r4}x;wjuY+Y(Zu2p*r)l{d_Op#rzPe1LsfyE})L`cU0gS z&P%RA9Yw3PAGL2PZwD_R$8O$6PQi?!D*4o|pSJ6hs4xD8YGE-CwPMto!4=Hk!{vAe z)rreki`TFVYq_a<>+(qkBSl<7Bx&;}2d7GB&`&*3j#{6Os$d23h-tI-S$CmY`xL5> z7qK2+L3Q#o)P7&0_WPz_-u%RX*ye8}ITNlZ1XzN~xDjxnwVFqy)hS0&ctS3;dzGw|CFowNN4YFj`qB_xw z9{Q*P#!&&zVibS1R&l{%%r~OeN3dA${}==Pulq6TvK&XX@)WA_^T=_VUr?1_LA7%6 zB4buzEz&&GgIeE?>cEhl=WrSGCsD0GggW96Ft0$z7%1@PsDKlwfK#XzPNQ1)4=Pa6 z;zFgBs1B^cCR~SljdR$DqqrK!Q3*|>68zU1s^a}uu^2ut;k2_b?YanN+(f;{ES@~=F3W~Uz;osoNhk|GU*$mqG0Ug%xA-O z_qz}Hk0pXcChc~5IX~{iBC#en((FcJPIPU&ITDXHt&Z?Bx@q1(J~^EAlI}g3Y$}L5 z>D||-L2InVDGXcFPED&5Z7JE}Zt&B7*2`tGac4s^lk3eAe@#9&{d0\n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: nl_BE\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:46+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce is ongeldig" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Aan het toevoegen..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Een lijst weergeven met cursussen waartoe een lid toegang heeft." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro cursussen: mijn cursussen" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Toon een lijst met alle beschikbare PMPro cursussen." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro cursussen: alle cursussen" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mijn cursussen" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Paid Memberships Pro cursussen" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "Hoeveel cursussen moeten getoond worden. Stel de waarde in op -1 om alle cursussen weer te geven." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Beperk" @@ -123,7 +141,8 @@ msgstr "Instellingen succesvol opgeslagen." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Paid Memberships Pro Courses - nieuwe les toevoegen" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Paid Memberships Pro Courses - instellingen" @@ -203,7 +222,8 @@ msgstr "Les bewerken" msgid "New Lesson" msgstr "Nieuwe les" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Nieuwe les toevoegen" @@ -246,7 +266,8 @@ msgstr "Bewerken" msgid "Add to Course" msgstr "Toevoegen aan cursus" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Les" @@ -263,7 +284,8 @@ msgstr "Acties" msgid "Title" msgstr "Titel" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Volgorde" @@ -299,7 +321,8 @@ msgstr "Invoegen in cursus" msgid "Use as course featured image" msgstr "Gebruik als uitgelichte afbeelding van de cursus" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Uitgelichte afbeelding verwijderen" @@ -307,7 +330,8 @@ msgstr "Uitgelichte afbeelding verwijderen" msgid "Set course featured image" msgstr "Uitgelichte afbeelding voor cursus instellen" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Uitgelichte afbeelding" @@ -343,11 +367,14 @@ msgstr "Cursus bewerken" msgid "New Course" msgstr "Nieuwe cursus" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Nieuwe cursus toevoegen" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Alle cursussen" @@ -381,8 +408,10 @@ msgstr "Integreer met de LifterLMS plugin voor WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Vereis lidmaatschap" @@ -407,8 +436,10 @@ msgstr "Unserializing instanties van deze klasse is verboden." msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Cursus" @@ -426,18 +457,21 @@ msgstr "Niveau" msgid "Lesson Count" msgstr "Les aantal" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lessen" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "%s Les" -msgstr[1] "%s Lessen" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursussen" @@ -473,7 +507,8 @@ msgstr "Welke modules wil je inschakelen?" msgid "Courses for Membership Settings" msgstr "Cursussen voor lidmaatschapsinstellingen" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Ondersteuning" @@ -489,7 +524,8 @@ msgstr "Docs" msgid "View Documentation" msgstr "Documentatie bekijken" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Instellingen" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Bedankt voor het activeren." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Maak cursussen en lessen voor leden. Integreert LMS plugins met Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Courses for Membership Add On" \ No newline at end of file +msgstr "Paid Memberships Pro - Courses for Membership Add On" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-nl_NL.mo b/languages/pmpro-courses-nl_NL.mo index aa8a01266973bb3e9fd28b263c97b10e297f3733..9b7b1fb641d38800c266d37ea52f65d975ebbd9e 100644 GIT binary patch delta 2314 zcmZY9Z%oxy9LMpapx^~Xx#2$)ZYpZwkNxiDB6g=J0`o!&4k;p;?GAo0D!6p-r6*K( zW)J$a%B0o`v*nhy)>3k<#>zH(khN^p#@x(5TQ#W%{lQVIrq%o7J+lWfxUX~0@7!~~ z-|sm;E^a+km%dn-{et0Vn7?KGO=qcR%;!1(spc6z}e)3fWKfV&S&>U z=wb&(QS%OCHol1p^w{-&+L#Y%DAH5bFVLlb4z*z(yU8-t!kew_s0zf@f8g%a0v<4Oj@s4uc0=~WwJ`R1hsGpD#KOQYP^Yl z6Nd2~)SY@B9UQ|ocnK9i&OFXvjn&jqHdwoH1O0udg+8!OVU^}n7L9je5k7|s!%s%)M?Wio2V-?ro9s4sqkD&hCI3GrqhBB<9j(TuA61-_eMc#!v(_!m=>+7hJj-wLz z6xZPds)92YX4cC?tygGWiF#YYNGxd+rJ)UWqaqzdoy`cUw1-gd^&6<$eHxeJ6yAXa zM5%cmD&sh+k||Umdy&&MPulU9F+%?+2H4+xd%a;y*5XWwS6OS3Ja?IwYDj*jXc*I(Z$~=my%=Tr}UnNU3AjdF*-=S`G2?wn^ z(TTb=X;da7s6a+hfgML>_Ax5(uThD8gSwQL@fP$Gt?tGq)VfV2)L*6OXMo_%FmA>d zQSbLzR3;a&3MWw;E$3Wx>(?RGG#gNNWEZ-4A3AstbvHgk1$quu(VtL(WbF=QCd|i` z3sDzF21Vk&1}o<9-4*Xv3-jor?jULx5S zABY4-9w;svd1-Fxia@X;RI%RI>J7#dDQ8Erx3AmTI@FtV+TxKw-#|}%%g9t{wczwC+MqJmov&Cuk9_&-Zc5X*QZL71R#i_3iL|Y;| z8q4o)X>Pc&aU|fo%h~1)c!^Ai?K_>i?Tvv@MKD<5@~A%E?~nD7{b2uKBJOm>hZ0FI L={qsAs5AdxV9gE> delta 2360 zcmYM!e`u9e9LMpqT)EwCW^Qw-b3M+V%RSq@a|5|^&Qy}=R>Qfn9Li%pZddM)d7pbT zLUt1)(*6leg31U5tv`&yFp7vu%Rd}gO%z0DrLunv#C|d?dw;wq9GkCmzW2H3e81mw z9^YLtx;!^JrSO2^XD5Hv{N0|QnK73p-m`+?W#$UqvW{a3^ZSa7nS_(9GqH?$Jr-jW z_1sEpH_l<+m;XFxb}@K>z-#y*?!$-hko6NA{|+Y;KabOJ3`1DJE=sHv9jw4dum!8I z7oWid>bcWch-b0PGX7CVx=@L2L{<0#F2I*i ziGG0h(Z zTtiiU3t7V4w(*k5^k0=uqb#*>j&&(=zs!16<{qjuL-zAma0&DGP#w68+TbecD1Sw5 zJd5*^ji{q&v-YCaP2}ugFLLbWC~^wsII5DbY<$GVub{qo1J%M}9%{pgHHGt-AH%tL z4%LZqti?OnfwkOJy>+=bgP{U0A(FJY#lfl43G`DBl%V2MP!-HZ9x<)fZmW-K?Te^F z_Fz38Ky~sP)Ou%7>;0HFXRb0}Z}U5noGF@`-(UtR<1p%odQdIih`kJ-iVPja^)F2_#g6c#U zdbk-?z$w%Q7chcj)@fX@Cgy8U@gXeM`~MLG{jd8u>au)k9Y$4t5jk#i9aZ^Xs8&`@ zH|9~SL7HbeQ1MNu4s5maLDXH?folCh)DeG(Ii1-F2HN;r)P^Id4M$NeyoqYvAE=G~ zMO9icBj17fsMl}_>NVbui|}<^h^J5q-9#lgZY`+h{a58h^jWPbMYX2gx*em;52J4R zDC$mBbKtr&?Wjt6P)D%=mDnJvu-&M{_n``V8+9p%Okr2o1c{}9l^A<|bTTqH@; zitYF`>OFrGRmnkY!K0{+E~9S!4Wv2dZ`2(r=e)wW5MAs;-HpAdMBmCWP)m=Y5;h@ao-F4x{&SD|LyXV$Cp?3mHr0_7aec_ diff --git a/languages/pmpro-courses-nl_NL.po b/languages/pmpro-courses-nl_NL.po index f06744e..72b3795 100644 --- a/languages/pmpro-courses-nl_NL.po +++ b/languages/pmpro-courses-nl_NL.po @@ -1,17 +1,21 @@ -# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Dutch -# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +# Copyright (C) 2024 Paid Memberships Pro +# This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"PO-Revision-Date: 2024-01-14 08:08:30+0000\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" +"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" +"Last-Translator: Paid Memberships Pro \n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: nl\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:46+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce is ongeldig" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Aan het toevoegen..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Een lijst weergeven met cursussen waartoe een lid toegang heeft." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "PMPro cursussen: mijn cursussen" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Toon een lijst met alle beschikbare PMPro cursussen." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "PMPro cursussen: alle cursussen" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Mijn cursussen" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Paid Memberships Pro cursussen" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "Hoeveel cursussen moeten getoond worden. Stel de waarde in op -1 om alle cursussen weer te geven." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Beperk" @@ -123,7 +141,8 @@ msgstr "Instellingen succesvol opgeslagen." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Paid Memberships Pro Courses - nieuwe les toevoegen" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Paid Memberships Pro Courses - instellingen" @@ -203,7 +222,8 @@ msgstr "Les bewerken" msgid "New Lesson" msgstr "Nieuwe les" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Nieuwe les toevoegen" @@ -246,7 +266,8 @@ msgstr "Bewerken" msgid "Add to Course" msgstr "Toevoegen aan cursus" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Les" @@ -263,7 +284,8 @@ msgstr "Acties" msgid "Title" msgstr "Titel" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Volgorde" @@ -299,7 +321,8 @@ msgstr "Invoegen in cursus" msgid "Use as course featured image" msgstr "Gebruik als uitgelichte afbeelding van de cursus" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Uitgelichte afbeelding verwijderen" @@ -307,7 +330,8 @@ msgstr "Uitgelichte afbeelding verwijderen" msgid "Set course featured image" msgstr "Uitgelichte afbeelding voor cursus instellen" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Uitgelichte afbeelding" @@ -343,11 +367,14 @@ msgstr "Cursus bewerken" msgid "New Course" msgstr "Nieuwe cursus" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Nieuwe cursus toevoegen" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Alle cursussen" @@ -381,8 +408,10 @@ msgstr "Integreer met de LifterLMS plugin voor WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Vereis lidmaatschap" @@ -407,8 +436,10 @@ msgstr "Unserializing instanties van deze klasse is verboden." msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Cursus" @@ -426,18 +457,21 @@ msgstr "Niveau" msgid "Lesson Count" msgstr "Les aantal" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Lessen" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "%s Les" -msgstr[1] "%s Lessen" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Cursussen" @@ -473,7 +507,8 @@ msgstr "Welke modules wil je inschakelen?" msgid "Courses for Membership Settings" msgstr "Cursussen voor lidmaatschapsinstellingen" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Ondersteuning" @@ -489,7 +524,8 @@ msgstr "Docs" msgid "View Documentation" msgstr "Documentatie bekijken" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Instellingen" @@ -502,21 +538,31 @@ msgid "Thank you for activating." msgstr "Bedankt voor het activeren." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Maak cursussen en lessen voor leden. Integreert LMS plugins met Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Courses for Membership Add On" \ No newline at end of file +msgstr "Paid Memberships Pro - Courses for Membership Add On" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses-ru_RU.mo b/languages/pmpro-courses-ru_RU.mo index 7a78d79abd86fafff6d52cc7a7ec098334033c72..b0c5013e43ee693d835e17f688e98b73614347e0 100644 GIT binary patch delta 2313 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 K5425)m;Md#8&FOF diff --git a/languages/pmpro-courses-ru_RU.po b/languages/pmpro-courses-ru_RU.po index af775b8..c10ffe9 100644 --- a/languages/pmpro-courses-ru_RU.po +++ b/languages/pmpro-courses-ru_RU.po @@ -1,17 +1,21 @@ -# Translation of Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) in Russian -# This file is distributed under the same license as the Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release) package. +# Copyright (C) 2024 Paid Memberships Pro +# This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"PO-Revision-Date: 2024-02-17 12:21:42+0000\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" +"Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" +"Last-Translator: Paid Memberships Pro \n" +"Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n" -"X-Generator: GlotPress/4.0.1\n" -"Language: ru\n" -"Project-Id-Version: Plugins - Premium Courses & eLearning with Paid Memberships Pro for LearnDash, LifterLMS, Sensei LMS & TutorLMS - Stable (latest release)\n" +"POT-Creation-Date: 2024-10-17T14:37:47+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.11.0\n" +"X-Domain: pmpro-courses\n" -#: includes/courses.php:73 includes/courses.php:112 +#: includes/courses.php:73 +#: includes/courses.php:112 msgid "Nonce is invalid" msgstr "Nonce недействителен" @@ -28,38 +32,52 @@ msgid "Adding..." msgstr "Добавление..." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block description" msgid "Show a list of courses a member has access." msgstr "Показать список курсов, к которым у участника есть доступ." #: blocks/build/my-courses/block.json +#: blocks/src/my-courses/block.json msgctxt "block title" msgid "PMPro Courses: My Courses" msgstr "Курсы PMPro: мои курсы" #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block description" msgid "Show a list of all available PMPro courses." msgstr "Показать список всех доступных курсов PMPro." #: blocks/build/all-courses/block.json +#: blocks/src/all-courses/block.json msgctxt "block title" msgid "PMPro Courses: All Courses" msgstr "Курсы PMPro: все курсы" #: blocks/build/my-courses/index.js:1 +#: blocks/src/my-courses/edit.js:25 msgid "My Courses" msgstr "Мои курсы" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:24 +#: blocks/src/my-courses/edit.js:24 msgid "Paid Memberships Pro Courses" msgstr "Курсы Paid Memberships Pro" -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:19 +#: blocks/src/my-courses/edit.js:19 msgid "How many courses should be displayed. Set the value to -1 to show all courses." msgstr "Сколько курсов должно быть отображено. Установите значение -1, чтобы показать все курсы." -#: blocks/build/all-courses/index.js:1 blocks/build/my-courses/index.js:1 +#: blocks/build/all-courses/index.js:1 +#: blocks/build/my-courses/index.js:1 +#: blocks/src/all-courses/edit.js:16 +#: blocks/src/my-courses/edit.js:16 msgid "Limit" msgstr "Лимит" @@ -123,7 +141,8 @@ msgstr "Настройки успешно сохранены." msgid "Paid Memberships Pro Courses - Add New Lesson" msgstr "Курсы Paid Memberships Pro - Добавить новый урок" -#: includes/settings.php:12 includes/settings.php:20 +#: includes/settings.php:12 +#: includes/settings.php:20 msgid "Paid Memberships Pro Courses - Settings" msgstr "Курсы Paid Memberships Pro - Настройки" @@ -203,7 +222,8 @@ msgstr "Изменить урок" msgid "New Lesson" msgstr "Новый урок" -#: includes/post-types/lessons.php:17 includes/post-types/lessons.php:18 +#: includes/post-types/lessons.php:17 +#: includes/post-types/lessons.php:18 #: includes/settings.php:16 msgid "Add New Lesson" msgstr "Добавить новый урок" @@ -246,7 +266,8 @@ msgstr "Изменить" msgid "Add to Course" msgstr "Добавить в курс" -#: includes/post-types/courses.php:119 includes/post-types/lessons.php:13 +#: includes/post-types/courses.php:119 +#: includes/post-types/lessons.php:13 #: includes/post-types/lessons.php:44 msgid "Lesson" msgstr "Урок" @@ -263,7 +284,8 @@ msgstr "Действия" msgid "Title" msgstr "Название" -#: includes/post-types/courses.php:103 includes/post-types/courses.php:135 +#: includes/post-types/courses.php:103 +#: includes/post-types/courses.php:135 msgid "Order" msgstr "Order" @@ -299,7 +321,8 @@ msgstr "Вставить в курс" msgid "Use as course featured image" msgstr "Используйте в качестве основного изображения курса" -#: includes/post-types/courses.php:27 includes/post-types/lessons.php:29 +#: includes/post-types/courses.php:27 +#: includes/post-types/lessons.php:29 msgid "Remove featured image" msgstr "Удалить изображение записи" @@ -307,7 +330,8 @@ msgstr "Удалить изображение записи" msgid "Set course featured image" msgstr "Установить изображение курса" -#: includes/post-types/courses.php:25 includes/post-types/lessons.php:27 +#: includes/post-types/courses.php:25 +#: includes/post-types/lessons.php:27 msgid "Featured Image" msgstr "Изображение записи" @@ -343,11 +367,14 @@ msgstr "Изменить курс" msgid "New Course" msgstr "Новый курс" -#: includes/post-types/courses.php:15 includes/post-types/courses.php:16 +#: includes/post-types/courses.php:15 +#: includes/post-types/courses.php:16 msgid "Add New Course" msgstr "Добавить новый курс" -#: includes/post-types/courses.php:14 blocks/build/all-courses/index.js:1 +#: includes/post-types/courses.php:14 +#: blocks/build/all-courses/index.js:1 +#: blocks/src/all-courses/edit.js:25 msgid "All Courses" msgstr "Все курсы" @@ -381,8 +408,10 @@ msgstr "Интеграция с плагином LifterLMS для WordPress." msgid "LifterLMS" msgstr "LifterLMS" -#: includes/modules/learndash.php:51 includes/modules/lifterlms.php:49 -#: includes/modules/senseilms.php:55 includes/modules/tutorlms.php:55 +#: includes/modules/learndash.php:51 +#: includes/modules/lifterlms.php:49 +#: includes/modules/senseilms.php:55 +#: includes/modules/tutorlms.php:55 #: includes/post-types/courses.php:83 msgid "Require Membership" msgstr "Требуется членство" @@ -407,8 +436,10 @@ msgstr "Десериализация экземпляров этого клас msgid "—" msgstr "—" -#: includes/lessons.php:38 includes/post-types/courses.php:11 -#: includes/post-types/courses.php:42 includes/post-types/lessons.php:71 +#: includes/lessons.php:38 +#: includes/post-types/courses.php:11 +#: includes/post-types/courses.php:42 +#: includes/post-types/lessons.php:71 #: includes/post-types/lessons.php:80 msgid "Course" msgstr "Курс" @@ -426,19 +457,21 @@ msgstr "Уровень" msgid "Lesson Count" msgstr "Подсчет уроков" -#: includes/common.php:217 includes/post-types/courses.php:85 +#: includes/common.php:217 +#: includes/post-types/courses.php:85 #: includes/post-types/lessons.php:12 msgid "Lessons" msgstr "Уроки" -#: includes/common.php:149 includes/courses.php:149 +#: includes/common.php:149 +#: includes/courses.php:149 msgid "%s Lesson" msgid_plural "%s Lessons" -msgstr[0] "%s урок" -msgstr[1] "%s урока" -msgstr[2] "%s уроков" +msgstr[0] "" +msgstr[1] "" -#: includes/common.php:136 includes/post-types/courses.php:10 +#: includes/common.php:136 +#: includes/post-types/courses.php:10 msgid "Courses" msgstr "Курсы" @@ -474,7 +507,8 @@ msgstr "Какие модули вы хотели бы включить?" msgid "Courses for Membership Settings" msgstr "Курсы для настройки членства" -#: includes/admin.php:90 includes/adminpages/settings.php:51 +#: includes/admin.php:90 +#: includes/adminpages/settings.php:51 msgid "Support" msgstr "Поддержка" @@ -490,7 +524,8 @@ msgstr "Документация" msgid "View Documentation" msgstr "Просмотр документации" -#: includes/admin.php:71 includes/settings.php:20 +#: includes/admin.php:71 +#: includes/settings.php:20 msgid "Settings" msgstr "Настройки" @@ -503,21 +538,31 @@ msgid "Thank you for activating." msgstr "Спасибо за активацию." #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "https://www.paidmembershipspro.com" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "Paid Memberships Pro" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "Создавайте курсы и уроки для участников. Интегрируйте плагины LMS с Paid Memberships Pro." #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" -msgstr "Paid Memberships Pro - Курсы для членства, дополнение" \ No newline at end of file +msgstr "Paid Memberships Pro - Курсы для членства, дополнение" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses.mo b/languages/pmpro-courses.mo index 56533e63841551dbad6ec909201dff3463bc410f..bc82e22b7cf81ec1bd45bbb44985c97eeda334fa 100644 GIT binary patch delta 69 zcmZ3;vWR7Z3gefFs-cW#8>=-L1x$1e4Rj67Lkvx=-L1&nnKEOZSFLk!HVOpUAzj3;kl43M?ZGvtcUb;-|7 Y%*?Y=D99}+%GXWKFD)ugE#_hX0GoLe-v9sr diff --git a/languages/pmpro-courses.po b/languages/pmpro-courses.po index 20d2b4b..7204666 100644 --- a/languages/pmpro-courses.po +++ b/languages/pmpro-courses.po @@ -1,36 +1,41 @@ -# Copyright (C) 2023 Paid Memberships Pro +# Copyright (C) 2024 Paid Memberships Pro # This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.4\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" "Last-Translator: Paid Memberships Pro \n" "Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-08-01T07:52:03+00:00\n" +"POT-Creation-Date: 2024-10-17T14:37:42+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.8.1\n" +"X-Generator: WP-CLI 2.11.0\n" "X-Domain: pmpro-courses\n" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" msgstr "" #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "" #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "" @@ -603,3 +608,8 @@ msgstr "" #: includes/settings.php:12 msgid "Course Settings" msgstr "" + +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" diff --git a/languages/pmpro-courses.pot b/languages/pmpro-courses.pot index d7edb12..d267a66 100644 --- a/languages/pmpro-courses.pot +++ b/languages/pmpro-courses.pot @@ -1,36 +1,41 @@ -# Copyright (C) 2023 Paid Memberships Pro +# Copyright (C) 2024 Paid Memberships Pro # This file is distributed under the same license as the Paid Memberships Pro - Courses for Membership Add On plugin. msgid "" msgstr "" -"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.4\n" +"Project-Id-Version: Paid Memberships Pro - Courses for Membership Add On 1.2.6\n" "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n" "Last-Translator: Paid Memberships Pro \n" "Language-Team: Paid Memberships Pro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-08-01T07:52:02+00:00\n" +"POT-Creation-Date: 2024-10-17T14:37:41+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.8.1\n" +"X-Generator: WP-CLI 2.11.0\n" "X-Domain: pmpro-courses\n" #. Plugin Name of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro - Courses for Membership Add On" msgstr "" #. Plugin URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/" msgstr "" #. Description of the plugin +#: pmpro-courses.php msgid "Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro." msgstr "" #. Author of the plugin +#: pmpro-courses.php msgid "Paid Memberships Pro" msgstr "" #. Author URI of the plugin +#: pmpro-courses.php msgid "https://www.paidmembershipspro.com" msgstr "" @@ -101,6 +106,11 @@ msgstr[1] "" msgid "Lessons" msgstr "" +#: includes/common.php:238 +#: includes/common.php:240 +msgid "Complete" +msgstr "" + #: includes/courses.php:73 #: includes/courses.php:112 msgid "Nonce is invalid" From c4f6d95a7ec7b87dda7f91d2c0c96700e9df44da Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Thu, 17 Oct 2024 16:40:36 +0200 Subject: [PATCH 7/7] Update readme.txt --- readme.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index dd885c2..b92c7cc 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: strangerstudios, paidmembershipspro, kimannwall, jarryd-long Tags: course, education, elearning, lms, membership, pmpro Requires at least: 5.4 -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 1.2.6 Requires PHP: 7.0 License: GPLv2 or later @@ -135,6 +135,11 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www 4. A course page on the site frontend showing overview content, a registration box with required levels, and a list of lessons. == Changelog == += 1.2.6 - 2024-10-17 = +* FEATURE: Now updating the plugin from paidmembershipspro.com. +* ENHANCEMENT: Updated translation files bundled with the plugin. +* ENHANCEMENT: Improved translation strings for the plugin. (Thanks @DAnn2012) + = 1.2.5 - 2023-08-04 = * SECURITY: Sanitizing options when saving to the database for activating modules.