summaryrefslogtreecommitdiffstats
path: root/l10n/pt_PT.php
blob: 7f75cc68cd14d0935b345647819a9526f026cb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php
$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Não é possível adicionar o feed: Já existe",
"Articles without feed" => "Artigos sem feed",
"Can not add folder: Exists already" => "Não é possivel adicionar a pasta: Já existe",
"Use ownCloud cron for updates" => "Usar ownCloud cron para actualizações",
"Disable this if you run a custom updater such as the Python updater included in the app" => "Desactive isto se estiver a utilizar um actualizador personalizado como o actualizador Python incluído na aplicação",
"Purge interval" => "Intervalo de Purgar",
"Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored" => "Número mínimo de segundos após remover feeds e pastas da base de dados; valores abaixo de 60 segundos são ignorados",
"Maximum read count per feed" => "Número máximo de leituras por feed",
"Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off completely" => "Define o número máximo de artigos que podem ser lidos por feed que não serão apagados pela limpeza; se artigos antigos reaparecerem após lidos, aumente este valor; valores negativos como -1 desactivarão esta funcionalidade por completo",
"Maximum redirects" => "Máximo de redireccionamentos",
"How many redirects the feed fetcher should follow" => "Quantos redireccionamentos é que o feed fetcher deve seguir",
"Feed fetcher timeout" => "Timeout do feed fetcher",
"Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted" => "Número máximo de segundos a esperar por feed RSS ou Atom para carregar; se demorar desmasiado, a actualização será cancelada",
"Saved" => "Guardado",
"Add a feed" => "Adicionar feed",
"There are no feeds yet. Go ahead and add some" => "Ainda não existem feeds. Adiciona algumas",
"Import feeds and articles" => "Importar feeds e artigos",
"Refresh" => "Actualizar",
"Open website" => "Abrir site",
"Star article" => "Destacar artigo",
"Unstar article" => "Retirar destaque",
"Keep article unread" => "Marcar artigo como não lido",
"Remove keep article unread" => "Remover marca de artigo não lido",
"by" => "por",
"from" => "de",
"Browser can not play media type" => "Browser não pode reproduzir média",
"Download" => "Transferir",
"Keyboard shortcut" => "Atalho de teclado",
"Description" => "Descrição",
"right" => "direita",
"Jump to next article" => "Saltar para próximo artigo",
"left" => "esquerda",
"Jump to previous article" => "Saltar para artigo anterior",
"Toggle star article" => "Destacar artigo",
"Star article and jump to next one" => "Destacar artigo e saltar para o próximo",
"Toggle keep current article unread" => "Activar manter artigo actual como não lido",
"Open article in new tab" => "Abrir artigo em novo separador",
"Toggle expand article in compact view" => "Activar expansão de artigo em modo de vista compacto",
"Load next feed" => "Carregar próximo feed",
"Load previous feed" => "Carregar feed anterior",
"Load next folder" => "Carregar próxima pasta",
"Load previous folder" => "Carregar pasta anterior",
"Subscribe" => "Subscrever",
"Web address" => "Endereço web",
"Feed exists already!" => "O feed já existe!",
"Folder" => "Pasta",
"No folder" => "Sem Pasta",
"New folder" => "Nova Pasta",
"Folder name" => "Nome da pasta",
"Go back" => "Voltar",
"Folder exists already!" => "A pasta já existe!",
"New Folder" => "Nova Pasta",
"Create" => "Criar",
"Deleted feed" => "Apagar feed",
"Undo delete feed" => "Desfazer apagar feed",
"Rename" => "Renomear",
"Menu" => "Menu",
"Rename feed" => "Renomear feed",
"Delete feed" => "Eliminar Feed",
"Read all" => "Ler tudo",
"Dismiss" => "Descartar",
"Collapse" => "Expandir",
"Deleted folder" => "Apagar pasta",
"Undo delete folder" => "Desfazer apagar pasta",
"Rename folder" => "Renomear pasta",
"Delete folder" => "Apagar pasta",
"Starred" => "Marcado",
"Unread articles" => "Artigos por ler",
"All articles" => "Todos os artigos",
"Settings" => "Configurações",
"Keyboard shortcuts" => "Atalhos de teclado",
"Compact view" => "Vista compacta",
"Show all articles" => "Mostrar todos os artigos",
"Reverse ordering" => "Ordem inversa",
"Disable mark read through scrolling" => "Desactivar marcar ler através de scrolling",
"Subscriptions (OPML)" => "Subscrições (OPML)",
"Import" => "Importar",
"Export" => "Exportar",
"Error when importing: file does not contain valid OPML" => "Erro na importação: o ficheiro não contém um OPML válido",
"Unread/Starred Articles" => "Artigos por ler",
"Error when importing: file does not contain valid JSON" => "Erro ao importar: ficheiro não contém JSON válido"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";