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

Unified Diff: locale/cs/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/ca/filter.json ('k') | locale/cy/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/cs/filter.json
diff --git a/locale/cs/filter.json b/locale/cs/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..07e91da366c288f60b8601d2a49f0d3b75127212
--- /dev/null
+++ b/locale/cs/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Může být uvedeno pouze jedno ID elementu, který má být skryt"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Nebyla uvedena žádná kritérie pro rozpoznání elementu, který má být skryt"
+ },
+ "filter_invalid_regexp": {
+ "message": "Neplatný regulární výraz"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Tento filtr je buď regulární výraz nebo je příliš krátký, aby mohl být optimalizován. Příliš mnoho takových filtrů může zpomalit vaše prohlížení stránek."
+ },
+ "filter_unknown_option": {
+ "message": "Neznámá možnost filtru"
+ }
+}
« no previous file with comments | « locale/ca/filter.json ('k') | locale/cy/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld