[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 64/483: Fixing default contents.rdf

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 55bf70a41daa8f027a41bddf24daaa979fe21046
Author: Wladimir Palant <trev at gtchat.de>
Date:   Mon Jan 22 22:55:49 2007 +0000

    Fixing default contents.rdf
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40669
---
 chrome/locale/pt-PT/contents.rdf | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/chrome/locale/pt-PT/contents.rdf b/chrome/locale/pt-PT/contents.rdf
index 47028cc..9ec72c9 100644
--- a/chrome/locale/pt-PT/contents.rdf
+++ b/chrome/locale/pt-PT/contents.rdf
@@ -1,19 +1,19 @@
 <?xml version="1.0"?>
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-		 xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
+     xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 
-	<RDF:Seq about="urn:mozilla:locale:root">
-		<RDF:li resource="urn:mozilla:locale:en-US"/>
-	</RDF:Seq>
+  <RDF:Seq about="urn:mozilla:locale:root">
+    <RDF:li resource="urn:mozilla:locale:pt-PT"/>
+  </RDF:Seq>
 
-	<RDF:Description about="urn:mozilla:locale:en-US"
-			chrome:displayName="English(US)"
-			chrome:author="Wladimir Palant"
-			chrome:name="en-US">
-		<chrome:packages>
-			<RDF:Seq about="urn:mozilla:locale:en-US:packages">
-				<RDF:li resource="urn:mozilla:locale:en-US:elemhidehelper"/>
-			</RDF:Seq>
-		</chrome:packages>
-	</RDF:Description>
+  <RDF:Description about="urn:mozilla:locale:pt-PT"
+      chrome:displayName="Portuguese(PT)"
+      chrome:author="znaya"
+      chrome:name="pt-PT">
+    <chrome:packages>
+      <RDF:Seq about="urn:mozilla:locale:pt-PT:packages">
+        <RDF:li resource="urn:mozilla:locale:pt-PT:elemhidehelper"/>
+      </RDF:Seq>
+    </chrome:packages>
+  </RDF:Description>
 </RDF:RDF>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list