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/brazilian/notebook.inc.php

34 lines
1.5 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
16 years ago
$NewNote = "Nova nota";
$Note = "Nota";
$NoteDeleted = "Nota apagada";
$NoteUpdated = "Nota atualizada";
$NoteCreated = "Nota criada";
$YouMustWriteANote = "Escreva uma nota por favor.";
$SaveNote = "Salvar nota";
$WriteYourNoteHere = "Clique aqui para escrever uma nova nota";
$SearchByTitle = "Buscar por t<EFBFBD>tulo";
$WriteTheTitleHere = "Escreva o t<EFBFBD>tulo aqui";
$UpdateDate = "<EFBFBD>ltima altera<EFBFBD><EFBFBD>o";
$NoteAddNew = "Adicionar uma nova nota em meu caderno pessoal";
$OrderByCreationDate = "Ordenar por data de cria<EFBFBD><EFBFBD>o";
$OrderByModificationDate = "Ordenar por data de altera<EFBFBD><EFBFBD>o";
$OrderByTitle = "Ordenar por t<EFBFBD>tulo";
$NoteTitle = "T<EFBFBD>tulo da nota";
$NoteComment = "Coment<EFBFBD>rios da nota";
$NoteAdded = "Nota adicionada";
$NoteConfirmDelete = "Tem certeza que deseja apagar a nota selecionada?";
$AddNote = "Criar nota";
$ModifyNote = "Alterar nota";
$BackToNoteList = "Voltar <EFBFBD> lista das notas";
$NotebookManagement = "Administrar bloco de notas";
$BackToNotesList = "Voltar para lista de notas";
$NotesSortedByTitleAsc = "Notas ordenadas por t<EFBFBD>tulo (ascendente)";
$NotesSortedByTitleDESC = "Notas ordenadas por t<EFBFBD>tulo (descendente)";
$NotesSortedByUpdateDateAsc = "Notas ordenadas por data de modifica<EFBFBD><EFBFBD>o (ascendente)";
$NotesSortedByUpdateDateDESC = "Notas ordenadas por data de modifica<EFBFBD><EFBFBD>o (descendente)";
$NotesSortedByCreationDateAsc = "Notas ordenadas por data de cria<EFBFBD><EFBFBD>o (ascendente)";
$NotesSortedByCreationDateDESC = "Notas ordenadas por data de cria<EFBFBD><EFBFBD>o (descendente)";
?>