Added new plugin lang variables

1.10.x
José Loguercio 10 years ago
parent 7ffa875882
commit c1058f5355
  1. 14
      plugin/buycourses/lang/english.php
  2. 14
      plugin/buycourses/lang/french.php
  3. 35
      plugin/buycourses/lang/spanish.php

@ -5,9 +5,20 @@ $strings['show_main_menu_tab'] = "Show tab in main menu";
$strings['show_main_menu_tab_help'] = "In case of not wanting to show the tab, you can create this link in your Chamilo homepage : %s"; $strings['show_main_menu_tab_help'] = "In case of not wanting to show the tab, you can create this link in your Chamilo homepage : %s";
$strings['include_sessions'] = "Include sessions"; $strings['include_sessions'] = "Include sessions";
$strings['paypal_enable'] = "Enable PayPal"; $strings['paypal_enable'] = "Enable PayPal";
$strings['comissions_enable'] = "Enable Comissions";
$strings['transfer_enable'] = "Enable bank transfer"; $strings['transfer_enable'] = "Enable bank transfer";
$strings['unregistered_users_enable'] = "Allow anonymous users"; $strings['unregistered_users_enable'] = "Allow anonymous users";
$strings['PaypalPayoutComissions'] = "Paypal Payout Comissions";
$strings['Comission'] = "Comission";
$strings['Comissions'] = "Comissions";
$strings['SetComissions'] = "Set comissions";
$strings['ComissionsConfig'] = "Configure Comissions";
$strings['InfoComissions'] = "Enter here the sales commission as a percentage (% ) , the organization that controls the platform. This percentage is deducted from the amount received by teachers for each course or Session sold on the platform.";
$strings['NeedToSelectPaymentType'] = "Need to select payment type";
$strings['IndividualPayout'] = "Individual payout";
$strings['ContinuePayout'] = "Continue Payout";
$strings['SelectOptionToProceed'] = "Select option to proceed";
$strings['BankTransfer'] = "Bank transfer"; $strings['BankTransfer'] = "Bank transfer";
$strings['SaleStatusPending'] = "Sale pending"; $strings['SaleStatusPending'] = "Sale pending";
$strings['SaleStatusCanceled'] = "Sale canceled"; $strings['SaleStatusCanceled'] = "Sale canceled";
@ -52,6 +63,7 @@ $strings['OrderStatus'] = "Order status";
$strings['SearchByStatus'] = "Search by status"; $strings['SearchByStatus'] = "Search by status";
$strings['OrderReference'] = "Order reference"; $strings['OrderReference'] = "Order reference";
$strings['OrderDate'] = "Order date"; $strings['OrderDate'] = "Order date";
$strings['OrderPrice'] = "Order price";
$strings['ProductType'] = "Product type"; $strings['ProductType'] = "Product type";
$strings['SubscribeUser'] = "Subscribe user"; $strings['SubscribeUser'] = "Subscribe user";
$strings['DeleteOrder'] = "Delete order"; $strings['DeleteOrder'] = "Delete order";
@ -70,6 +82,8 @@ $strings['PendingReasonByVerify'] = "<b>Pending</b>. Sorry. We are not yet verif
$strings['PendingReasonByOther'] = "<b>Pending</b>. Please contact with the platform admin."; $strings['PendingReasonByOther'] = "<b>Pending</b>. Please contact with the platform admin.";
$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!"; $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!";
$strings['Sandbox'] = "Test environment"; $strings['Sandbox'] = "Test environment";
$strings['PayPalAccount'] = "Paypal account";
$strings['NoPayPalAccountDetected'] = "No Paypal account detected";
$strings['PayPalConfig'] = "PayPal configuration:"; $strings['PayPalConfig'] = "PayPal configuration:";
$strings['TransfersConfig'] = "Bank transfers configuration:"; $strings['TransfersConfig'] = "Bank transfers configuration:";
$strings['PluginInstruction'] = "You can enable or disable the option to pay via PayPal or bank transfer settings in the configuration section of the plugin."; $strings['PluginInstruction'] = "You can enable or disable the option to pay via PayPal or bank transfer settings in the configuration section of the plugin.";

@ -5,9 +5,20 @@ $strings['show_main_menu_tab'] = "Montrer l'onglet dans le menu principal";
$strings['show_main_menu_tab_help'] = "Dans le cas où vous ne souhaitez pas montrer l'onglet, il est possible de rajouter le lien suivant à votre portail Chamilo: %s"; $strings['show_main_menu_tab_help'] = "Dans le cas où vous ne souhaitez pas montrer l'onglet, il est possible de rajouter le lien suivant à votre portail Chamilo: %s";
$strings['include_sessions'] = "Inclure les sessions"; $strings['include_sessions'] = "Inclure les sessions";
$strings['paypal_enable'] = "Activer PayPal"; $strings['paypal_enable'] = "Activer PayPal";
$strings['comissions_enable'] = "Activer commissions";
$strings['transfer_enable'] = "Activer les transferts bancaires"; $strings['transfer_enable'] = "Activer les transferts bancaires";
$strings['unregistered_users_enable'] = "Permettre l'accès aux utilisateurs non enregistrés sur la plateforme"; $strings['unregistered_users_enable'] = "Permettre l'accès aux utilisateurs non enregistrés sur la plateforme";
$strings['PaypalPayoutComissions'] = "Paypal Commissions immédiates";
$strings['Comission'] = "Commission";
$strings['Comissions'] = "Commissions";
$strings['SetComissions'] = "Établir commissions";
$strings['ComissionsConfig'] = "Configurer Commissions";
$strings['InfoComissions'] = "Saisissez ici la commission de vente en pourcentage ( % ) , l'organisation qui contrôle la plate-forme . Ce pourcentage est déduit du montant reçu par les enseignants pour chaque cours ou session vendus sur la plate-forme.";
$strings['NeedToSelectPaymentType'] = "Besoin pour sélectionner le type de paiement";
$strings['IndividualPayout'] = "Paiement individuel";
$strings['ContinuePayout'] = "Continuer Paiement";
$strings['SelectOptionToProceed'] = "Sélectionnez une option de procéder";
$strings['BankTransfer'] = "Transfert bancaire"; $strings['BankTransfer'] = "Transfert bancaire";
$strings['SaleStatusPending'] = "Vente non confirmée"; $strings['SaleStatusPending'] = "Vente non confirmée";
$strings['SaleStatusCanceled'] = "Vente annulée"; $strings['SaleStatusCanceled'] = "Vente annulée";
@ -52,6 +63,7 @@ $strings['OrderStatus'] = "Statut de commande";
$strings['SearchByStatus'] = "Recherche par statut"; $strings['SearchByStatus'] = "Recherche par statut";
$strings['OrderReference'] = "Référence de la commande"; $strings['OrderReference'] = "Référence de la commande";
$strings['OrderDate'] = "Date de commande"; $strings['OrderDate'] = "Date de commande";
$strings['OrderPrice'] = "Commande Prix";
$strings['ProductType'] = "Type de produit"; $strings['ProductType'] = "Type de produit";
$strings['SubscribeUser'] = "Inscrire utilisateur"; $strings['SubscribeUser'] = "Inscrire utilisateur";
$strings['DeleteOrder'] = "Éliminer la commande"; $strings['DeleteOrder'] = "Éliminer la commande";
@ -70,6 +82,8 @@ $strings['PendingReasonByVerify'] = "<b>En attente</b>. Désolé, nous n'avons p
$strings['PendingReasonByOther'] = "<b>En attente</b>. Veuillez contacter l'administrateur."; $strings['PendingReasonByOther'] = "<b>En attente</b>. Veuillez contacter l'administrateur.";
$strings['PayPalPaymentOKPleaseConfirm'] = "PayPal nous indique que la transaction est prête à être exécutée. Par mesure de sécurité, nous vous demandons de bien vouloir confirmer une dernière fois la transaction en cliquant sur le bouton de confirmation ci-dessous. Une fois cliqué, vous serez immédiatement enregistré au cours, et les fonds correspondants seront soustraits de votre compte PayPal. Vous pouvez accéder à vos cours à tout moment à partir de l'onglet 'Mes cours'. Merci de votre fidélité!"; $strings['PayPalPaymentOKPleaseConfirm'] = "PayPal nous indique que la transaction est prête à être exécutée. Par mesure de sécurité, nous vous demandons de bien vouloir confirmer une dernière fois la transaction en cliquant sur le bouton de confirmation ci-dessous. Une fois cliqué, vous serez immédiatement enregistré au cours, et les fonds correspondants seront soustraits de votre compte PayPal. Vous pouvez accéder à vos cours à tout moment à partir de l'onglet 'Mes cours'. Merci de votre fidélité!";
$strings['Sandbox'] = "Environnement de test"; $strings['Sandbox'] = "Environnement de test";
$strings['PayPalAccount'] = "Compte Paypal";
$strings['NoPayPalAccountDetected'] = "Pas de compte paypal détecté";
$strings['PayPalConfig'] = "Configuration PayPal:"; $strings['PayPalConfig'] = "Configuration PayPal:";
$strings['TransfersConfig'] = "Configuration des transfers bancaires:"; $strings['TransfersConfig'] = "Configuration des transfers bancaires:";
$strings['PluginInstruction'] = "Vous pouvez activer ou désactiver l'option de paiements via PayPal ou de transferts bancaires dans la section de configuration des plugins."; $strings['PluginInstruction'] = "Vous pouvez activer ou désactiver l'option de paiements via PayPal ou de transferts bancaires dans la section de configuration des plugins.";

@ -5,13 +5,44 @@ $strings['show_main_menu_tab'] = "Mostrar pestaña en el menu principal";
$strings['show_main_menu_tab_help'] = "En caso de no querer mostrar la pestaña, puede agregar el siguiente enlace a su portal Chamilo: %s"; $strings['show_main_menu_tab_help'] = "En caso de no querer mostrar la pestaña, puede agregar el siguiente enlace a su portal Chamilo: %s";
$strings['include_sessions'] = "Incluir sesiones"; $strings['include_sessions'] = "Incluir sesiones";
$strings['paypal_enable'] = "Habilitar PayPal"; $strings['paypal_enable'] = "Habilitar PayPal";
$strings['comissions_enable'] = "Habilitar Comisiones";
$strings['transfer_enable'] = "Habilitar transferencia"; $strings['transfer_enable'] = "Habilitar transferencia";
$strings['unregistered_users_enable'] = "Permitir usuarios sin registro en la plataforma"; $strings['unregistered_users_enable'] = "Permitir usuarios sin registro en la plataforma";
$strings['PaypalPayoutComissions'] = "Pagar comisiones por Paypal";
$strings['Comission'] = "Comisión";
$strings['Comissions'] = "Comisiones";
$strings['SetComissions'] = "Aplicar comisiones";
$strings['ComissionsConfig'] = "Configurar Comisiones";
$strings['PayoutReport'] = "Reporte de Pagos";
$strings['Stats'] = "Estadísticas";
$strings['InfoComissions'] = "Ingrese aquí la comisión de ventas, en porcentaje (%), para la organización que controla la plataforma. Este porcentaje se deducirá del monto percibido por los docentes por cada curso o sessión vendido en la plataforma.";
$strings['NeedToSelectPaymentType'] = "Necesita seleccionar el tipo de pago";
$strings['IndividualPayout'] = "Pago individual";
$strings['CancelPayout'] = "Cancelar Payout";
$strings['ContinuePayout'] = "Continuar con el Pago";
$strings['ProceedPayout'] = "Proceder con el Pago";
$strings['SelectOptionToProceed'] = "Selecciona una opción para proceder";
$strings['VerifyTotalAmountToProceedPayout'] = "Porfavor verificar el monto total para proceder con el pago de comisiones, este monto no considera cargos extras por paypal, las ventas de cursos que no cuenten con una cuenta de Paypal para el o los beneficiarios no serán consideradas.";
$strings['TotalAcounts'] = "Total de cuentas:";
$strings['TotalPayout'] = "Total a pagar:";
$strings['PayoutDate'] = "Fecha del Pago:";
$strings['CautionThisProcessCantBeCanceled'] = "<b>Precaución</b>: este proceso puede tomar unos minutos y no puede ser cancelado.";
$strings['ProcessingPayoutsDontCloseThisWindow'] = "<b>Procesando los pagos, no cierre esta ventana hasta que haya finalizado</b>";
$strings['PayoutSuccess'] = "Los pagos se han realizado con éxito";
$strings['Buyer'] = "Comprador";
$strings['BankTransfer'] = "Transferencia Bancaria"; $strings['BankTransfer'] = "Transferencia Bancaria";
$strings['SaleInfo'] = "Información de la venta";
$strings['SaleStatusPending'] = "Venta pendiente"; $strings['SaleStatusPending'] = "Venta pendiente";
$strings['SaleStatusCanceled'] = "Venta cancelada"; $strings['SaleStatusCanceled'] = "Venta cancelada";
$strings['SaleStatusCompleted'] = "Venta completada"; $strings['SaleStatusCompleted'] = "Venta completada";
$strings['PayoutStatusPending'] = "Pago pendiente";
$strings['PayoutStatusCanceled'] = "Pago cancelado";
$strings['PayoutStatusCompleted'] = "Pago completado";
$strings['PayoutsTotalPending'] = "Pagos pendientes:";
$strings['PayoutsTotalCanceled'] = "Pagos cancelados:";
$strings['PayoutsTotalCompleted'] = "Pagos completados:";
$strings['TotalAmount'] = "Monto total:";
$strings['CourseListOnSale'] = "Lista de cursos a la venta"; $strings['CourseListOnSale'] = "Lista de cursos a la venta";
$strings['AvailableCourses'] = "Cursos disponibles"; $strings['AvailableCourses'] = "Cursos disponibles";
$strings['Price'] = "Precio"; $strings['Price'] = "Precio";
@ -49,9 +80,11 @@ $strings['OnceItIsConfirmedYouWillReceiveAnEmailWithTheBankInformationAndAnOrder
$strings['SubscriptionToCourseXSuccessful'] = "Tu subscripción a \"%s\" se realizó correctamente."; $strings['SubscriptionToCourseXSuccessful'] = "Tu subscripción a \"%s\" se realizó correctamente.";
$strings['OrderCanceled'] = "Pedido cancelado"; $strings['OrderCanceled'] = "Pedido cancelado";
$strings['OrderStatus'] = "Estado del pedido"; $strings['OrderStatus'] = "Estado del pedido";
$strings['PayoutStatus'] = "Estado del pago";
$strings['SearchByStatus'] = "Buscar por estado"; $strings['SearchByStatus'] = "Buscar por estado";
$strings['OrderReference'] = "Referencia del pedido"; $strings['OrderReference'] = "Referencia del pedido";
$strings['OrderDate'] = "Fecha del pedido"; $strings['OrderDate'] = "Fecha del pedido";
$strings['OrderPrice'] = "Precio del pedido";
$strings['ProductType'] = "Tipo de producto"; $strings['ProductType'] = "Tipo de producto";
$strings['SubscribeUser'] = "Inscribir usuario"; $strings['SubscribeUser'] = "Inscribir usuario";
$strings['DeleteOrder'] = "Eliminar pedido"; $strings['DeleteOrder'] = "Eliminar pedido";
@ -70,6 +103,8 @@ $strings['PendingReasonByVerify'] = "<b>Pendiente</b>. Lo sentimos. Todavía no
$strings['PendingReasonByOther'] = "<b>Pendiente</b>. Por favor contacta al administrador de la plataforma."; $strings['PendingReasonByOther'] = "<b>Pendiente</b>. Por favor contacta al administrador de la plataforma.";
$strings['PayPalPaymentOKPleaseConfirm'] = "PayPal nos indicó que todo estaba listo para ejecutar el pago. Por seguridad, le pedimos confirme una última vez su pedido dando clic en el botón de confirmación a bajo. Una vez le haya dado clic, será registrado al curso y el monto correspondiente será retirado de su cuenta PayPal. Siempre puede acceder a sus cursos a partir de la pestaña 'Mis cursos'. Gracias por su compra!"; $strings['PayPalPaymentOKPleaseConfirm'] = "PayPal nos indicó que todo estaba listo para ejecutar el pago. Por seguridad, le pedimos confirme una última vez su pedido dando clic en el botón de confirmación a bajo. Una vez le haya dado clic, será registrado al curso y el monto correspondiente será retirado de su cuenta PayPal. Siempre puede acceder a sus cursos a partir de la pestaña 'Mis cursos'. Gracias por su compra!";
$strings['Sandbox'] = "Entorno de Pruebas"; $strings['Sandbox'] = "Entorno de Pruebas";
$strings['PayPalAccount'] = "Cuenta de Paypal";
$strings['NoPayPalAccountDetected'] = "No se ingresó una cuenta de Paypal";
$strings['PayPalConfig'] = "Configuración PayPal:"; $strings['PayPalConfig'] = "Configuración PayPal:";
$strings['TransfersConfig'] = "Configuraci&oacute;n de transferencias:"; $strings['TransfersConfig'] = "Configuraci&oacute;n de transferencias:";
$strings['PluginInstruction'] = "Puede activar o desactivar la opción de pagos vía PayPal o configuración de transferencias bancarias, en la sección del configuración del plugin."; $strings['PluginInstruction'] = "Puede activar o desactivar la opción de pagos vía PayPal o configuración de transferencias bancarias, en la sección del configuración del plugin.";

Loading…
Cancel
Save