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

Unified Diff: locale/es-AR/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/eo/filter.json ('k') | locale/es-CL/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/es-AR/filter.json
diff --git a/locale/es-AR/filter.json b/locale/es-AR/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..9703d52eb447074c449d97436f0c5ed64e0fc1a0
--- /dev/null
+++ b/locale/es-AR/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Se puede especificar solamente un identificador del elemento a ser ocultado."
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "No se especificó el criterio para reconocer el elemento a ser ocultado"
+ },
+ "filter_invalid_regexp": {
+ "message": "Expresión regular no válida"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Este filtro, o bien es una expresión constante, o bien es demasiado corto para ser optimizado. Demasiados filtros similares podrían ralentizar tu navegación web."
+ },
+ "filter_unknown_option": {
+ "message": "Opción de filtrado desconocida"
+ }
+}
« no previous file with comments | « locale/eo/filter.json ('k') | locale/es-CL/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld