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

Unified Diff: locale/nl/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/nb-NO/filter.json ('k') | locale/pl/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/nl/filter.json
diff --git a/locale/nl/filter.json b/locale/nl/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..d6c7d1eb9b1902df0dc2f1e25d80a2e758502911
--- /dev/null
+++ b/locale/nl/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Er kan slechts één ID van het te verbergen element worden opgegeven"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Geen criteria opgegeven om het te verbergen element te herkennen"
+ },
+ "filter_invalid_regexp": {
+ "message": "Ongeldige reguliere expressie"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Dit filter is een reguliere expressie of te kort om te kunnen worden geoptimaliseerd. Te veel van dit soort filters kan uw browser traag maken."
+ },
+ "filter_unknown_option": {
+ "message": "Onbekende filteroptie"
+ }
+}
« no previous file with comments | « locale/nb-NO/filter.json ('k') | locale/pl/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld