From 48e8105103342db7bd7339ebb03af8d6eb3f8512 Mon Sep 17 00:00:00 2001 From: Johannes Burk Date: Thu, 10 Jul 2014 19:55:28 +0200 Subject: [PATCH] langfile es adjusted --- lang/es/enrol_apply.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lang/es/enrol_apply.php b/lang/es/enrol_apply.php index 7943e31..d583548 100644 --- a/lang/es/enrol_apply.php +++ b/lang/es/enrol_apply.php @@ -12,14 +12,12 @@ // The name of your plugin. Displayed on admin menus. $string['enrolname'] = 'Matrículas solicitadas'; $string['pluginname'] = 'Matrículas solicitadas'; +$string['pluginname_desc'] = 'With this plugin users can apply to a course and a teacher have to comfirm before the user gets enroled.'; // needs to be translated $string['confirmmailsubject'] = 'Asunto del correo de confirmación'; $string['confirmmailcontent'] = 'Contenido del correo de confirmación'; $string['cancelmailsubject'] = 'Asunto del correo de cancelación'; $string['cancelmailcontent'] = 'Contenido del correo de cancelación'; -$string['mailaddress'] = 'Send mail address'; // Those configuration parameters -$string['mailusername'] = 'Send mail username'; // are commented out in code -$string['mailpassword'] = 'Send mail password'; // Couldn't make an accurate translation without seen those in action $string['confirmmailcontent_desc'] = 'Por favor, use marcas especiales que se substituirán en el contenido del correo.
{firstname}:Nombre registrado por el usuario; {content}:Nombre del curso'; $string['cancelmailcontent_desc'] = 'Por favor, use marcas especiales que se substituirán en el contenido del correo.
{firstname}:Nombre registrado por el usuario; {content}:Nombre del curso'; @@ -41,8 +39,13 @@ $string['apply:manage'] = 'Gestionar matrículas solicitadas'; // Needs more ins $string['apply:unenrol'] = 'Cancelar usuarios del curso'; // Needs more insight $string['apply:unenrolapply'] = 'Cancelarse a si mismo del curso'; // Needs more insight. Very ugly translation! -// Description of your plugin. Shown on the plugin's configuration screen. -$string['description'] = ''; $string['notification'] = 'Solicitud de matriculación enviada correctamente.

Será notificado por correo electrónico en cuanto se confirme su matriculación.'; - -?> + +$string['sendmailtoteacher'] = 'Send email notification to teachers'; // needs to be translated +$string['mailtoteacher_suject'] = 'New Enrollment request!'; // needs to be translated +$string['editdescription'] = 'Textarea description'; // needs to be translated +$string['applymanage'] = 'Manage enrolment applications'; // needs to be translated + +$string['status_desc'] = 'Allow course access of internally enrolled users.'; // needs to be translated + +?> \ No newline at end of file