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.
25 lines
969 B
25 lines
969 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$TermAddNew = "Engadir un termo";
|
|
$TermName = "Termo";
|
|
$TermDefinition = "Definició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ón";
|
|
$UpdateDate = "Última modificación";
|
|
$PreSelectedOrder = "Ordenar por selección";
|
|
$TermAdded = "Termo engadido";
|
|
$YouMustEnterATermName = "Debe introducir un termo";
|
|
$YouMustEnterATermDefinition = "Debe introducir a definición do termo";
|
|
$TableView = "Ver como tabla";
|
|
$GlossaryTermAlreadyExistsYouShouldEditIt = "Este termo do glosario xa existe, por favor cámbieo por outro nome";
|
|
$GlossaryManagement = "Administración do glosario";
|
|
$TermMoved = "Moveuse o termo";
|
|
?>
|