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

Unified Diff: locale/pl/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/nl/filter.json ('k') | locale/pt-BR/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/pl/filter.json
diff --git a/locale/pl/filter.json b/locale/pl/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..39a64bd11b30dac1fd9efe024ed4a04089b3c9ea
--- /dev/null
+++ b/locale/pl/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Może być określony tylko jeden ID elementu do ukrycia"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Nie określono kryteriów rozpoznania elementu do ukrycia"
+ },
+ "filter_invalid_regexp": {
+ "message": "Nieprawidłowe wyrażenie regularne"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Ten filtr jest wyrażeniem regularnym albo jest za krótki, aby go zoptymalizować. Zbyt dużo filtrów tego rodzaju może powodować spowolnienie przeglądania internetu."
+ },
+ "filter_unknown_option": {
+ "message": "Nieznana opcja filtra"
+ }
+}
« no previous file with comments | « locale/nl/filter.json ('k') | locale/pt-BR/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld