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 "?1?" 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
|