|
1 | | -<?php |
2 | | -//Needed in order to show the plugin title |
3 | | -$strings['plugin_title'] = "Comprar cursos"; |
4 | | -$strings['plugin_comment'] = "Configurar precios, tipos de pago, visibilidad de cursos."; |
5 | | - |
6 | | -$strings['Visible'] = "Mostrar en el listado"; |
7 | | -$strings['Options'] = "Opciones"; |
8 | | -$strings['Price'] = "Precio"; |
9 | | -$strings['SyncCourseDatabase'] = "Sincronizar cursos de la base de datos"; |
10 | | - |
11 | | -$strings['Private'] = "Privado - acceso autorizado sólo para los miembros del curso"; |
12 | | -$strings['CourseVisibilityClosed'] = "Cerrado - no hay acceso a este curso"; |
13 | | -$strings['OpenToThePlatform'] = "Abierto - acceso autorizado sólo para los usuarios registrados en la plataforma"; |
14 | | -$strings['OpenToTheWorld'] = "Público - acceso autorizado a cualquier persona"; |
15 | | - |
16 | | -$strings['bc_setting_courses_available'] = "Configuración de cursos disponibles"; |
17 | | -$strings['bc_setting_pay'] = "Configuración pagos"; |
18 | | - |
19 | | -$strings['Description'] = "Descripción"; |
20 | | -$strings['Buy'] = "Comprar"; |
21 | | -$strings['Filtro_buscar'] = "Filtro de busqueda"; |
22 | | -$strings['Curso'] = "Curso"; |
23 | | -$strings['Price_Maximum'] = "Precio mayor de"; |
24 | | -$strings['Price_Minimum'] = "Precio menor de"; |
25 | | -$strings['Mostrar_disponibles'] = "Mostrar cursos disponibles"; |
26 | | -$strings['Categorias'] = "Categorias"; |
27 | | - |
28 | | -$strings['paypal_enable'] = "Habilitar PayPal"; |
29 | | -$strings['tarjet_credit_enable'] = "Habilitar TPV"; |
30 | | -$strings['transference_enable'] = "Habilitar transferencia"; |
31 | | -$strings['unregistered_users_enable'] = "Permitir usuarios sin registro en la plataforma"; |
32 | | - |
33 | | -$strings['EnrollToCourseXSuccessful'] = "Su inscripci�n en el curso %s se ha completado."; |
34 | | -$strings['ErrorContactPlatformAdmin'] = "Se ha producido un error desconocido. Por favor, p�ngase en contacto con el administrador de la plataforma."; |
35 | | -$strings['Cancelacionpedido'] = "El pedido se ha cancelado."; |
36 | | -$strings['AlreadyBuy'] = "Ya est� matriculado en el curso"; |
37 | | -$strings['Message_conf_transf'] = "Una vez confirmado, recibira un e-mail con los datos bancarios y una referencia del pedido."; |
38 | | -$strings['bc_subject'] = "Confirmaci�n pedido de cursos"; |
39 | | -$strings['bc_message'] = "Estimado {{name}}. <br />En cuanto recibamos confirmación de pago procederemos a dar de alta su usuario en el curso <strong>{{curso}}</strong>.<br><br><strong>No olvide indicar en el concepto de la transferencia el número de referencia del pedido: <div style='display:inline;text-align:center; font-weight:bold; font-size:20px; color:#333'>{{reference}}</div></strong>"; |
40 | | -$strings['bc_registrado'] = 'Ya se encuentra registrado en el curso'; |
41 | | -$strings['bc_tmp_registrado'] = 'Se encuentra a la espera de recibir el pago'; |
42 | | - |
43 | | -$strings['bc_confi_index'] = 'Configuraci�n cursos y precio'; |
44 | | -$strings['bc_pagos_index'] = 'Configuraci�n pagos'; |
45 | | -$strings['bc_pending'] = 'Pedidos pendientes de pago'; |
46 | | - |
47 | | -$strings['Ref_pedido'] = 'Referencia del pedido'; |
48 | | -$strings['transferencia_bancaria'] = 'Transferencia Bancaria'; |
49 | | -$strings['paypal'] = 'PayPal'; |
50 | | -$strings['confirmar_compra'] = 'Confirmar compra de curso'; |
51 | | - |
52 | | -$strings['The_User_Is_Already_Registered'] = 'El usuario ya está registrado'; |
| 1 | +<?php |
| 2 | +$strings['plugin_title'] = "Sell courses"; |
| 3 | +$strings['plugin_comment'] = "Sell courses directly through your Chamilo portal, using a PayPal account to receive funds. This plugin is in beta version. Neither the Chamilo association nor the developers involved could be considered responsible of any issue you might suffer using this plugin."; |
| 4 | +$strings['Visible'] = "Show list"; |
| 5 | +$strings['Options'] = "Options"; |
| 6 | +$strings['Price'] = "Price"; |
| 7 | +$strings['SyncCourseDatabase'] = "Synchronize courses from database"; |
| 8 | +$strings['Private'] = "Private - access authorized only for course members"; |
| 9 | +$strings['CourseVisibilityClosed'] = "Closed - no access to this course"; |
| 10 | +$strings['OpenToThePlatform'] = "Open - access authorized only for users registered on the platform"; |
| 11 | +$strings['OpenToTheWorld'] = "Public - access open to anybody"; |
| 12 | +$strings['Description'] = "Description"; |
| 13 | +$strings['Buy'] = "Buy"; |
| 14 | +$strings['Mostrar_disponibles'] = "Show available courses"; |
| 15 | +$strings['paypal_enable'] = "Enable PayPal"; |
| 16 | +$strings['transfer_enable'] = "Enable bank transfer"; |
| 17 | +$strings['unregistered_users_enable'] = "Allow anonymous users"; |
| 18 | +$strings['Cancelacionpedido'] = "The payment has been cancelled."; |
| 19 | +$strings['AlreadyBuy'] = "You are already subscribed to this course."; |
| 20 | +$strings['bc_subject'] = "Confirmation of course order"; |
| 21 | +$strings['paypal'] = 'PayPal'; |
| 22 | +$strings['confirmar_compra'] = 'Course purchase confirmation'; |
| 23 | +$strings['TheUserIsAlreadyRegistered'] = 'The user is already registered'; |
| 24 | +$strings['ProblemToSaveTheCurrencyType'] = 'Problem loading the currency type'; |
| 25 | +$strings['ProblemToSaveThePaypalParameters'] = 'Problem saving PayPal parameters'; |
| 26 | +$strings['ProblemToInsertANewAccount'] = 'Problem inserting the new account'; |
| 27 | +$strings['ProblemToDeleteTheAccount'] = 'Problem removing account'; |
| 28 | +$strings['ProblemToSaveTheMessage'] = 'Problem saving message'; |
| 29 | +$strings['ProblemToSubscribeTheUser'] = 'Problem subscribing the user'; |
| 30 | +$strings['TheSubscriptionAndActivationWereDoneSuccessfully'] = 'The subscription and activation were successful'; |
| 31 | +$strings['TheUserIsAlreadyRegisteredInTheCourse'] = 'The user is already registered in the course.'; |
| 32 | +$strings['CourseListOnSale'] = 'List of courses on sale'; |
| 33 | +$strings['BuyCourses'] = 'Buy courses'; |
| 34 | +$strings['ConfigurationOfCoursesAndPrices'] = 'Courses and prices configuration'; |
| 35 | +$strings['ConfigurationOfPayments'] = 'Payments configuration'; |
| 36 | +$strings['OrdersPendingOfPayment'] = 'Orders awaiting payment'; |
| 37 | +$strings['AvailableCoursesConfiguration'] = 'Available courses configuration'; |
| 38 | +$strings['PaymentsConfiguration'] = 'Payments configuration'; |
| 39 | +$strings['bc_message'] = "Dear {{name}}. <br />We are currently waiting for the payment confirmation. Once received, we will enable your user in course <strong>{{curso}}</strong>.<br><br><strong>Please do not forget to mention your order reference number in your transfer: <div style='display:inline;text-align:center; font-weight:bold; font-size:20px; color:#333'>{{reference}}</div></strong>"; |
| 40 | +$strings['Categories'] = "Categories"; |
| 41 | +$strings['BankTransfer'] = 'Bank transfer'; |
| 42 | +$strings['EnrollToCourseXSuccessful'] = "Your subscription to the course is complete"; |
| 43 | +$strings['SearchFilter'] = "Search filter"; |
| 44 | +$strings['MinimumPrice'] = "Minimum price"; |
| 45 | +$strings['MaximumPrice'] = "Maximum price"; |
| 46 | +$strings['AvailableCourses'] = "Courses available"; |
| 47 | +$strings['PaymentConfiguration'] = "Payment configuration"; |
| 48 | +$strings['WaitingToReceiveThePayment'] = "Currently pending payment"; |
| 49 | +$strings['CurrencyType'] = "Currency type"; |
| 50 | +$strings['SelectACurrency'] = "Choose a currency"; |
| 51 | +$strings['Sandbox'] = "Test environment"; |
| 52 | +$strings['BankAccount'] = "Bank account"; |
| 53 | +$strings['SubscribeUser'] = "Subscribe user"; |
| 54 | +$strings['DeleteTheOrder'] = "Delete order"; |
| 55 | +$strings['ReferenceOrder'] = 'Order reference'; |
| 56 | +$strings['UserInformation'] = "Buyer's details"; |
| 57 | +$strings['OnceItIsConfirmed,YouWillReceiveAnEmailWithTheBankInformationAndAnOrderReference'] = "Once confirmed, you will receive an e-mail with the bank details and an order reference."; |
| 58 | +$strings['BankAccountInformation'] = 'Bank account details'; |
| 59 | +$strings['ConfirmOrder'] = 'Confirm order'; |
| 60 | +$strings['PaymentMethods'] = 'Payment methods'; |
| 61 | +$strings['CancelOrder'] = 'Cancel order'; |
| 62 | +$strings['ErrorContactPlatformAdmin'] = "Unknown error. Please contact the platform administrator."; |
| 63 | +$strings['PayPalConfig'] = "PayPal configuration:"; |
| 64 | +$strings['TransfersConfig'] = "Bank transfers configuration:"; |
| 65 | +$strings['PayPalPaymentOKPleaseConfirm'] = "PayPal reports the transaction is ready to be executed. To acknowledge that you are OK to proceed, please click the confirmation button below. Once clicked, you will be registered to the course and the funds will be transferred from your PayPal account to our shop. You can always access your courses through the 'My courses' tab. Thank you for your custom!"; |
0 commit comments