|
|
|
|
|
<?php /*
|
|
|
|
|
|
for more information: see languages.txt in the lang folder.
|
|
|
|
|
|
*/
|
|
|
|
|
|
$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)";
|
|
|
|
|
|
?>
|