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

Unified Diff: locale/pt-PT/filter.json

Issue 29372834: Issue 4833 - Add translations for invalid filter messages (Closed)
Patch Set: Created Jan. 24, 2017, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/pt-BR/filter.json ('k') | locale/ro/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/pt-PT/filter.json
diff --git a/locale/pt-PT/filter.json b/locale/pt-PT/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..5745fbd03d1a47f6513e57b3926b217e2ba3e4cf
--- /dev/null
+++ b/locale/pt-PT/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Apenas pode especificar uma ID do elemento a ocultar"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Nenhum critério especificado para reconhecimento de elementos a bloquear"
+ },
+ "filter_invalid_regexp": {
+ "message": "Expressão regular invalida"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Este filtro é uma expressão regular ou demasiado curto para ser otimizado. Demasiados filtros com estas características podem tornar o navegador mais lento."
+ },
+ "filter_unknown_option": {
+ "message": "Opção de filtro desconhecido"
+ }
+}
« no previous file with comments | « locale/pt-BR/filter.json ('k') | locale/ro/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld