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.
20 lines
850 B
20 lines
850 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langCourseProgram = "Descrição do curso";
|
|
$langThisCourseDescriptionIsEmpty = "Descrição do curso não disponível.";
|
|
$langEditCourseProgram = "Criar ou editar uma descrição do curso";
|
|
$QuestionPlan = "Ajuda";
|
|
$langInfo2Say = "Informações para os usuários";
|
|
$langOuAutreTitre = "Título";
|
|
$langNewBloc = "Outro";
|
|
$langAddCat = "Adicionar uma Categoria";
|
|
$langAdd = "Adicionar";
|
|
$langValid = "OK";
|
|
$langBackAndForget = "Cancelar";
|
|
$CourseDescriptionUpdated = "A descrição do curso foi atualizada";
|
|
$CourseDescriptionDeleted = "A descrição do curso foi excluida";
|
|
$CourseDescriptionIntro = " Para criar uma descrição do curso, clique em um título e preencha o campo associado.<br><br> Clique em OK para continuar.";
|
|
$langSaveDescription = "Salvar descrição";
|
|
?>
|