Skip to content

Commit

Permalink
Merge branch 'dev-langimprove' into develop
Browse files Browse the repository at this point in the history
catalan language added, some missing spanish strings translated

merged pullrequest #8 partially
  • Loading branch information
jojoob committed Jul 10, 2014
2 parents a38c978 + 1bb5b2a commit 38af798
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 5 deletions.
51 changes: 51 additions & 0 deletions lang/ca/enrol_apply.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/**
* *************************************************************************
* * Apply Enrol **
* *************************************************************************
* @copyright emeneo.com **
* @link emeneo.com **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************
*/
// The name of your plugin. Displayed on admin menus.
$string['enrolname'] = 'Inscripció prèvia aprovació';
$string['pluginname'] = 'Inscripció prèvia aprovació';
$string['pluginname_desc'] = 'With this plugin users can apply to a course and a teacher have to comfirm before the user gets enroled.';

$string['confirmmailsubject'] = 'Assumpte del correu de confirmació';
$string['confirmmailcontent'] = 'Contingut del correu de confirmació';
$string['cancelmailsubject'] = 'Assumpte del correu de cancel·lació';
$string['cancelmailcontent'] = 'Contingut del correu de cancel·lació';
$string['confirmmailcontent_desc'] = 'Sisplau, utilitza marques especials que se substituiran en el contingut del correu.<br>{firstname}:Nom registrat per l\'usuari; {content}:Nom del curs';
$string['cancelmailcontent_desc'] = 'Sisplau, utilitza marques especials que se substituiran en el contingut del correu.<br>{firstname}:Nom registrat per l\'usuari; {content}:Nom del curs';

$string['confirmusers'] = 'Confirmar inscripcions';

$string['coursename'] = 'Curs';
$string['applyuser'] = 'Nom / Cognom';
$string['applyusermail'] = 'Correu electrònic';
$string['applydate'] = 'Data d\'inscripció';
$string['btnconfirm'] = 'Confirmar';
$string['btncancel'] = 'Cancel·lar';
$string['enrolusers'] = 'Inscriure usuaris';

$string['status'] = 'Permet inscripció prèvia aprovació';
$string['confirmenrol'] = 'Gestionar sol·licituds';

$string['apply:config'] = 'Configurar instàncies d\'Inscripció prèvia aprovació'; // Needs more insight
$string['apply:manage'] = 'Gestionar la Inscripció prèvia aprovació'; // Needs more insight
$string['apply:unenrol'] = 'Cancel·lar usuaris del curs'; // Needs more insight
$string['apply:unenrolapply'] = 'Cancel·lar-se a si mateix del curs'; // Needs more insight. Very ugly translation!

$string['notification'] = '<b>Sol·licitud d\'inscripció enviada correctament</b>. <br/><br/>Rebràs una notificació per correu electrònic un cop estigui confirmada la inscripció.';

$string['sendmailtoteacher'] = 'Enviar notificacions per correu als professors';
$string['mailtoteacher_suject'] = 'Nova inscripció al curs!';
$string['editdescription'] = 'Descripció de l\'àrea de text';
$string['applymanage'] = 'Gestionar inscripcions';

$string['status_desc'] = 'Allow course access of internally enrolled users.';

?>
10 changes: 5 additions & 5 deletions lang/es/enrol_apply.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

$string['notification'] = '<b>Solicitud de matriculación enviada correctamente</b>. <br/><br/>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['sendmailtoteacher'] = 'Enviar notificaciones por correo a los profesores';
$string['mailtoteacher_suject'] = 'Nueva matrícula!';
$string['editdescription'] = 'Descripción del área de texto';
$string['applymanage'] = 'Gestionar matrículas';

$string['status_desc'] = 'Allow course access of internally enrolled users.'; // needs to be translated

?>
?>

0 comments on commit 38af798

Please sign in to comment.