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

Unified Diff: chrome/locale/en-US/ehh-composer.dtd

Issue 6525035187535872: issue #390 - Integrate parts of Element Hiding Helper functionality into Adblock Plus (Closed)
Patch Set: Created July 18, 2014, 12:54 p.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
Index: chrome/locale/en-US/ehh-composer.dtd
===================================================================
new file mode 100644
--- /dev/null
+++ b/chrome/locale/en-US/ehh-composer.dtd
@@ -0,0 +1,21 @@
+<!ENTITY dialog.title "Compose element hiding rule">
+<!ENTITY groupDisabled.warning "
+ The filter group &quot;?1?&quot; that this filter will be added to is currently disabled.
+ You can still add the filter but it will not be applied unless you enable the filter group
+ in Adblock Plus preferences.
+">
+<!ENTITY accept.label "Add element hiding rule">
+<!ENTITY advanced.label "Advanced view">
+<!ENTITY basic.label "Basic view">
+<!ENTITY expression.label "Element hiding rule">
+<!ENTITY preview.label "Preview">
+<!ENTITY domain.label "Bind to domain">
+<!ENTITY domain.none.label "Any domain (not recommended)">
+<!ENTITY nodes-tree.node.label "Node">
+<!ENTITY nodes-tree.id.label "id">
+<!ENTITY nodes-tree.class.label "class">
+<!ENTITY attributes.label "Require attributes">
+<!ENTITY attributes.tagname.label "Tag name:">
+<!ENTITY attributes.firstchild.label "First child">
+<!ENTITY attributes.lastchild.label "Last child">
+<!ENTITY attributes.custom.label "Custom CSS:">
saroyanm 2014/07/18 13:14:41 As far as I understand we use crowdin API to impor

Powered by Google App Engine
This is Rietveld