1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/pt_BR.php

33 lines
1.3 KiB
PHP
Raw Normal View History

2012-09-24 02:05:00 +02:00
<?php $TRANSLATIONS = array(
2012-09-30 02:07:43 +02:00
"Bookmarks" => "Marcadores",
2012-10-11 02:10:53 +02:00
"Tags" => "Tags",
2012-10-16 02:11:11 +02:00
"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",
2012-09-30 02:07:43 +02:00
"Bookm." => "Marc.",
2012-10-16 02:11:11 +02:00
"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",
2012-09-30 02:07:43 +02:00
"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:",
2012-09-24 02:05:00 +02:00
"Read later" => "Ler depois",
2012-11-01 00:03:46 +01:00
"Edit" => "Editar",
"Delete" => "Excluir",
"Cancel" => "Cancelar",
2012-09-24 02:05:00 +02:00
"Address" => "Endereço",
2012-10-16 02:11:11 +02:00
"Add bookmark" => "Adicionar bookmark",
"List" => "Listar",
"Image" => "Imagem",
"Hide" => "Ocultar",
"Show" => "Exibir",
"Related Tags" => "Tags relacionadas",
2012-09-30 02:07:43 +02:00
"You have no bookmarks" => "Você não tem marcadores",
2012-10-16 02:11:11 +02:00
"Bookmarklet <br />" => "Bookmarklet <br />",
"Import bookmarks" => "Importar bookmarks",
"Import" => "Importar",
"Export bookmarks" => "Exportar bookmarks",
"Export" => "Exportar"
2012-09-24 02:05:00 +02:00
);