Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: _locales/pt_BR/messages.json

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « _locales/pl/messages.json ('k') | _locales/pt_PT/messages.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "description": "Esse é o rótulo para os botões de 'Adicionar'.", 3 "description": "Esse é o rótulo para os botões de 'Adicionar'.",
4 "message": "Adicionar" 4 "message": "Adicionar"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Adicionar domínio" 7 "message": "Adicionar domínio"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Adicionar filtro" 10 "message": "Adicionar filtro"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "message": "Lista de Filtros" 57 "message": "Lista de Filtros"
58 }, 58 },
59 "filter_must_follow_syntax": { 59 "filter_must_follow_syntax": {
60 "message": "Seu filtro deve seguir a <a href='$url$'>sintaxe de filtro do Ad block Plus</a>. Certos tipos de filtro como requisições realizadas por plugins, por exemplo o Flash, não são suportadas.", 60 "message": "Seu filtro deve seguir a <a href='$url$'>sintaxe de filtro do Ad block Plus</a>. Certos tipos de filtro como requisições realizadas por plugins, por exemplo o Flash, não são suportadas.",
61 "placeholders": { 61 "placeholders": {
62 "url": { 62 "url": {
63 "content": "$1" 63 "content": "$1"
64 } 64 }
65 } 65 }
66 }, 66 },
67 "filters_acceptableAds2_label": {
68 "message": "Permitir algumas propagandas não-invasivas"
69 },
67 "filters_addSubscriptionAdd_label": { 70 "filters_addSubscriptionAdd_label": {
68 "message": "Adicionar" 71 "message": "Adicionar"
69 }, 72 },
70 "filters_addSubscriptionOther_label": { 73 "filters_addSubscriptionOther_label": {
71 "message": "Adicionar outra inscrição" 74 "message": "Adicionar outra inscrição"
72 }, 75 },
73 "filters_addSubscription_label": { 76 "filters_addSubscription_label": {
74 "message": "Adicionar inscrição de filtros" 77 "message": "Adicionar inscrição de filtros"
75 }, 78 },
79 "filters_readMore_label": {
80 "message": "Saiba mais"
81 },
76 "filters_subscription_delete_label": { 82 "filters_subscription_delete_label": {
77 "message": "Excluir" 83 "message": "Excluir"
78 }, 84 },
79 "filters_subscription_enabled_label": { 85 "filters_subscription_enabled_label": {
80 "message": "Ativado" 86 "message": "Ativado"
81 }, 87 },
82 "filters_subscription_lastDownload_checksumMismatch": { 88 "filters_subscription_lastDownload_checksumMismatch": {
83 "message": "Falhou, checksum deu errado" 89 "message": "Falhou, checksum deu errado"
84 }, 90 },
85 "filters_subscription_lastDownload_connectionError": { 91 "filters_subscription_lastDownload_connectionError": {
86 "message": "Falhou, falha no download" 92 "message": "Falhou, falha no download"
87 }, 93 },
88 "filters_subscription_lastDownload_inProgress": { 94 "filters_subscription_lastDownload_inProgress": {
89 "message": "Fazendo download..." 95 "message": "Fazendo download..."
90 }, 96 },
91 "filters_subscription_lastDownload_invalidData": { 97 "filters_subscription_lastDownload_invalidData": {
92 "message": "Falhou, não é uma lista de filtros válida" 98 "message": "Falhou, não é uma lista de filtros válida"
93 }, 99 },
94 "filters_subscription_lastDownload_invalidURL": { 100 "filters_subscription_lastDownload_invalidURL": {
95 "message": "Falhou, não é um endereço válido" 101 "message": "Falhou, não é um endereço válido"
96 }, 102 },
103 "filters_viewList_label": {
104 "message": "Ver lista"
105 },
97 "found_a_bug": { 106 "found_a_bug": {
98 "message": "Encontrou um bug? Por favor <a href='$url$'>nos informe a falha por aqui</a>.", 107 "message": "Encontrou um bug? Por favor <a href='$url$'>nos informe a falha por aqui</a>.",
99 "placeholders": { 108 "placeholders": {
100 "url": { 109 "url": {
101 "content": "$1" 110 "content": "$1"
102 } 111 }
103 } 112 }
104 }, 113 },
105 "general": { 114 "general": {
106 "description": "Essa é uma aba do menu.", 115 "description": "Essa é uma aba do menu.",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "message": "Título da inscrição:" 177 "message": "Título da inscrição:"
169 }, 178 },
170 "update_now": { 179 "update_now": {
171 "message": "Atualizar agora" 180 "message": "Atualizar agora"
172 }, 181 },
173 "whitelisted_domains": { 182 "whitelisted_domains": {
174 "description": "Essa é uma aba do menu.", 183 "description": "Essa é uma aba do menu.",
175 "message": "Domínios permitidos" 184 "message": "Domínios permitidos"
176 } 185 }
177 } 186 }
OLDNEW
« no previous file with comments | « _locales/pl/messages.json ('k') | _locales/pt_PT/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld