Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/portuguese/import.inc.php

16 lines
1.1 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langPgTitle = "Título da página";
$langExplanation = "A página deve estar em formato HTML (p. e. \"arame.htm\"). Será acessível através duma ligação colocada na página inicial. Se quiser enviar documentos que não sejam HTML (PDF, Word, Power Point, Vídeo, etc.) utilize a função <a href=../document/document.php>Documentos</a>";
$langTooBig = "Não escolheu o ficheiro que pretende enviar, ou então é demasiado grande";
$langCouldNot = "Não foi possível enviar o ficheiro";
$langExercices = "Exercícios";
$langNotAllowed = "Não está identificado como responsável por este curso";
$langAddPageToSite = "Acrescentar uma página ao site";
$langCouldNotSendPage = "Este ficheiro não tem formato HTML e portanto não pode ser enviado. Se quiser enviar documentos que não sejam HTML (PDF, Word, Power Point, Vídeo, etc.) utilize <a href=../document/document.php>Documentos</a>";
$langSendPage = "Enviar Página";
$langPageTitleModified = "O título da página foi alterado";
$langPageAdded = "A página foi acrescentada";
$langAddPage = "Acrescentar uma página";
?>