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.
22 lines
728 B
22 lines
728 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$NewNote = "Nova nota";
|
|
$Note = "Nota";
|
|
$NoteDeleted = "Nota eliminada";
|
|
$NoteUpdated = "Nota actualizada";
|
|
$NoteCreated = "Nota criada";
|
|
$YouMustWriteANote = "Escrever uma nota, por favor.";
|
|
$SaveNote = "Guardar nota";
|
|
$SearchByTitle = "Procurar por título";
|
|
$WriteTheTitleHere = "Escrever o título aqui";
|
|
$UpdateDate = "Última alteração";
|
|
$OrderByCreationDate = "Ordenar por data de criação";
|
|
$OrderByTitle = "Ordenar por título";
|
|
$NoteTitle = "Título da nota";
|
|
$NoteComment = "Comentários da nota";
|
|
$NoteAdded = "Nota acrescentada";
|
|
$AddNote = "Criar nota";
|
|
$BackToNoteList = "Voltar à lista das notas";
|
|
$NotebookManagement = "Gerir bloco de notas";
|
|
?>
|