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/galician/glossary.inc.php

25 lines
969 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$TermAddNew = "Engadir un termo";
$TermName = "Termo";
$TermDefinition = "Definici<EFBFBD>n";
$TermDeleted = "Termo elilminado";
$TermUpdated = "Termo actualizado";
$TermConfirmDelete = " Realmente desexa eliminar o termo";
$TermAddButton = "Engadir este termo";
$TermUpdateButton = "Actualizar termo";
$TermEdit = "Editar termo";
$TermDeleteAction = "Eliminar termo";
$OrderBy = " Ordenar por";
$CreationDate = "Data de creaci<EFBFBD>n";
$UpdateDate = "<EFBFBD>ltima modificaci<EFBFBD>n";
$PreSelectedOrder = "Ordenar por selecci<EFBFBD>n";
$TermAdded = "Termo engadido";
$YouMustEnterATermName = "Debe introducir un termo";
$YouMustEnterATermDefinition = "Debe introducir a definici<EFBFBD>n do termo";
$TableView = "Ver como tabla";
$GlossaryTermAlreadyExistsYouShouldEditIt = "Este termo do glosario xa existe, por favor c<EFBFBD>mbieo por outro nome";
$GlossaryManagement = "Administraci<EFBFBD>n do glosario";
$TermMoved = "Moveuse o termo";
?>