[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 43/483: Uploading Romanian translation
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:25 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 351ed71f49748625ba52e0059473f185079f3392
Author: Wladimir Palant <trev at gtchat.de>
Date: Thu Jan 18 12:33:31 2007 +0000
Uploading Romanian translation
--HG--
extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40645
---
chrome/locale/ro-RO/composer.dtd | 40 +++++++++++++++++++++++++++++++++++
chrome/locale/ro-RO/contents.rdf | 19 +++++++++++++++++
chrome/locale/ro-RO/global.properties | 20 ++++++++++++++++++
chrome/locale/ro-RO/overlay.dtd | 29 +++++++++++++++++++++++++
4 files changed, 108 insertions(+)
diff --git a/chrome/locale/ro-RO/composer.dtd b/chrome/locale/ro-RO/composer.dtd
new file mode 100644
index 0000000..ca7d538
--- /dev/null
+++ b/chrome/locale/ro-RO/composer.dtd
@@ -0,0 +1,40 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ - Version: MPL 1.1
+ -
+ - The contents of this file are subject to the Mozilla Public License Version
+ - 1.1 (the "License"); you may not use this file except in compliance with
+ - the License. You may obtain a copy of the License at
+ - http://www.mozilla.org/MPL/
+ -
+ - Software distributed under the License is distributed on an "AS IS" basis,
+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ - for the specific language governing rights and limitations under the
+ - License.
+ -
+ - The Original Code is Adblock Plus Element Hiding Helper.
+ -
+ - The Initial Developer of the Original Code is
+ - Wladimir Palant.
+ - Portions created by the Initial Developer are Copyright (C) 2006
+ - the Initial Developer. All Rights Reserved.
+ -
+ - Contributor(s):
+ -
+ - ***** END LICENSE BLOCK ***** -->
+
+<!ENTITY dialog.title "Compunere regulă de ascundere a unui element">
+<!ENTITY accept.label "Adaugă regulă">
+<!ENTITY advanced.label "Mod avansat">
+<!ENTITY basic.label "Mod simplificat">
+<!ENTITY expression.label "Regulă de filtrare">
+<!ENTITY preview.label "Previzualizează">
+<!ENTITY domain.label "Asociază unui domeniu">
+<!ENTITY domain.none.label "Oricărui domeniu (nerecomandat)">
+<!ENTITY nodes-tree.node.label "Nod">
+<!ENTITY nodes-tree.id.label "id">
+<!ENTITY nodes-tree.class.label "class">
+<!ENTITY attributes.label "Atribute pentru filtrare">
+<!ENTITY attributes.tagname.label "Nume tag:">
+<!ENTITY attributes.firstchild.label "First child">
+<!ENTITY attributes.lastchild.label "Last child">
+<!ENTITY attributes.custom.label "Cod CSS particularizat:">
diff --git a/chrome/locale/ro-RO/contents.rdf b/chrome/locale/ro-RO/contents.rdf
new file mode 100644
index 0000000..88a60da
--- /dev/null
+++ b/chrome/locale/ro-RO/contents.rdf
@@ -0,0 +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#">
+
+ <RDF:Seq about="urn:mozilla:locale:root">
+ <RDF:li resource="urn:mozilla:locale:ro-RO"/>
+ </RDF:Seq>
+
+ <RDF:Description about="urn:mozilla:locale:ro-RO"
+ chrome:displayName="Romanian"
+ chrome:author="ultravioletu"
+ chrome:name="ro-RO">
+ <chrome:packages>
+ <RDF:Seq about="urn:mozilla:locale:ro-RO:packages">
+ <RDF:li resource="urn:mozilla:locale:ro-RO:elemhidehelper"/>
+ </RDF:Seq>
+ </chrome:packages>
+ </RDF:Description>
+</RDF:RDF>
diff --git a/chrome/locale/ro-RO/global.properties b/chrome/locale/ro-RO/global.properties
new file mode 100644
index 0000000..0fbef9c
--- /dev/null
+++ b/chrome/locale/ro-RO/global.properties
@@ -0,0 +1,20 @@
+command.select.key=s
+command.select.label=alegere element
+command.wider.key=w
+command.wider.label=lărgire selecţie
+command.narrower.key=n
+command.narrower.label=restrângere selecţie
+command.quit.key=q
+command.quit.label=abandonare selecţie
+command.blinkElement.key=b
+command.blinkElement.label=semnalizare element
+command.viewSource.key=v
+command.viewSource.label=vizualizare sursă
+command.viewSourceWindow.key=u
+command.viewSourceWindow.label=vizualizare sursă (în fereastră separată)
+command.showMenu.key=h
+command.showMenu.label=afişare/ascundere ajutor
+
+noabp_warning_title=Element Hiding Helper
+noabp_warning_text=Extensia Element Hiding Helper pe care aţi instalat-o necesită Adblock Plus versiunea %S sau ulterioară. Până la instalarea sau actualizarea extensiei Adblock Plus, extensia Element Hiding Helper rămâne inactivă.
+noabp_warning_disable=În viitor, nu mai arăta această avertizare
diff --git a/chrome/locale/ro-RO/overlay.dtd b/chrome/locale/ro-RO/overlay.dtd
new file mode 100644
index 0000000..aced627
--- /dev/null
+++ b/chrome/locale/ro-RO/overlay.dtd
@@ -0,0 +1,29 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ - Version: MPL 1.1
+ -
+ - The contents of this file are subject to the Mozilla Public License Version
+ - 1.1 (the "License"); you may not use this file except in compliance with
+ - the License. You may obtain a copy of the License at
+ - http://www.mozilla.org/MPL/
+ -
+ - Software distributed under the License is distributed on an "AS IS" basis,
+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ - for the specific language governing rights and limitations under the
+ - License.
+ -
+ - The Original Code is Adblock Plus Element Hiding Helper.
+ -
+ - The Initial Developer of the Original Code is
+ - Wladimir Palant.
+ - Portions created by the Initial Developer are Copyright (C) 2006
+ - the Initial Developer. All Rights Reserved.
+ -
+ - Contributor(s):
+ -
+ - ***** END LICENSE BLOCK ***** -->
+
+<!ENTITY selectelement.label "Alegere element pentru ascundere">
+<!ENTITY selectelement.accesskey "l">
+<!ENTITY stopselection.label "Abandonare alegere element">
+<!ENTITY stopselection.accesskey "b">
+<!ENTITY helpbox.title "Alegere element - taste rapide">
--
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