mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Marcadores",
|
|
"Tags" => "Tags",
|
|
"Edit bookmark" => "Editar bookmark",
|
|
"Are you sure you want to remove this tag from every entry?" => "Tem certeza que deseja remover esta tag de todas as entradas?",
|
|
"Warning" => "Aviso",
|
|
"Bookm." => "Marc.",
|
|
"Add a bookmark" => "Adicionar um bookmark",
|
|
"Close" => "Fechar",
|
|
"The title of the page" => "O título da página",
|
|
"The address of the page" => "O endereço da página",
|
|
"Description of the page" => "Descrição da página",
|
|
"Save" => "Salvar",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arraste isso para os favoritos do seu navegador web e clique nele quando você quiser marcar/favoritar uma página rapidamente:",
|
|
"Read later" => "Ler depois",
|
|
"Address" => "Endereço",
|
|
"Add bookmark" => "Adicionar bookmark",
|
|
"List" => "Listar",
|
|
"Image" => "Imagem",
|
|
"Hide" => "Ocultar",
|
|
"Show" => "Exibir",
|
|
"Related Tags" => "Tags relacionadas",
|
|
"You have no bookmarks" => "Você não tem marcadores",
|
|
"Edit" => "Editar",
|
|
"Delete" => "Excluir",
|
|
"Cancel" => "Cancelar",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />",
|
|
"Import bookmarks" => "Importar bookmarks",
|
|
"Bookmark html file" => "Arquivo HTML de bookmark",
|
|
"Import" => "Importar",
|
|
"Export bookmarks" => "Exportar bookmarks",
|
|
"Export" => "Exportar"
|
|
);
|