[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 42/483: Uploading Japanese translation

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:24 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 38424d731180e8cd9f2d0f7f607d535ccb817173
Author: Wladimir Palant <trev at gtchat.de>
Date:   Thu Jan 18 10:02:27 2007 +0000

    Uploading Japanese translation
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40644
---
 chrome/locale/ja-JP/composer.dtd      | 40 +++++++++++++++++++++++++++++++++++
 chrome/locale/ja-JP/contents.rdf      | 19 +++++++++++++++++
 chrome/locale/ja-JP/global.properties | 20 ++++++++++++++++++
 chrome/locale/ja-JP/overlay.dtd       | 29 +++++++++++++++++++++++++
 4 files changed, 108 insertions(+)

diff --git a/chrome/locale/ja-JP/composer.dtd b/chrome/locale/ja-JP/composer.dtd
new file mode 100644
index 0000000..55f08ce
--- /dev/null
+++ b/chrome/locale/ja-JP/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 "要素を隠すフィルタ作成">
+<!ENTITY accept.label "フィルタの追加">
+<!ENTITY advanced.label "詳細表示">
+<!ENTITY basic.label "標準表示">
+<!ENTITY expression.label "フィルタ">
+<!ENTITY preview.label "プレビュー">
+<!ENTITY domain.label "指定ドメイン">
+<!ENTITY domain.none.label "任意ドメイン (非推奨)">
+<!ENTITY nodes-tree.node.label "Node">
+<!ENTITY nodes-tree.id.label "id">
+<!ENTITY nodes-tree.class.label "class">
+<!ENTITY attributes.label "属性">
+<!ENTITY attributes.tagname.label "タグ名:">
+<!ENTITY attributes.firstchild.label "First child">
+<!ENTITY attributes.lastchild.label "Last child">
+<!ENTITY attributes.custom.label "カスタム CSS:">
diff --git a/chrome/locale/ja-JP/contents.rdf b/chrome/locale/ja-JP/contents.rdf
new file mode 100644
index 0000000..d2ccceb
--- /dev/null
+++ b/chrome/locale/ja-JP/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:ja-JP"/>
+	</RDF:Seq>
+
+	<RDF:Description about="urn:mozilla:locale:ja-JP"
+			chrome:displayName="Japanese(JP)"
+			chrome:author="Premier"
+			chrome:name="ja-JP">
+		<chrome:packages>
+			<RDF:Seq about="urn:mozilla:locale:ja-JP:packages">
+				<RDF:li resource="urn:mozilla:locale:ja-JP:elemhidehelper"/>
+			</RDF:Seq>
+		</chrome:packages>
+	</RDF:Description>
+</RDF:RDF>
diff --git a/chrome/locale/ja-JP/global.properties b/chrome/locale/ja-JP/global.properties
new file mode 100644
index 0000000..a18f1f4
--- /dev/null
+++ b/chrome/locale/ja-JP/global.properties
@@ -0,0 +1,20 @@
+command.select.key=s
+command.select.label=要素の選択
+command.wider.key=w
+command.wider.label=範囲を広げる
+command.narrower.key=n
+command.narrower.label=範囲を狭める
+command.quit.key=q
+command.quit.label=選択終了
+command.blinkElement.key=b
+command.blinkElement.label=要素の点滅
+command.viewSource.key=v
+command.viewSource.label=ソース表示
+command.viewSourceWindow.key=u
+command.viewSourceWindow.label=ソース表示 (別ウィンドウ)
+command.showMenu.key=h
+command.showMenu.label=ヘルプメニュー 表示/非表示
+
+noabp_warning_title=Element Hiding Helper
+noabp_warning_text=あなたがインストールしたアドオン Element Hiding Helper は Adblock Plus %S またはそれ以上を必要とします。Adblock Plus をインストールするか更新するまでは Element Hiding Helper は動作しません。
+noabp_warning_disable=再びこの警告を表示しない
diff --git a/chrome/locale/ja-JP/overlay.dtd b/chrome/locale/ja-JP/overlay.dtd
new file mode 100644
index 0000000..e187b46
--- /dev/null
+++ b/chrome/locale/ja-JP/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 "隠す要素を選択">
+<!ENTITY selectelement.accesskey "S">
+<!ENTITY stopselection.label "要素の選択を中止">
+<!ENTITY stopselection.accesskey "S">
+<!ENTITY helpbox.title "要素の選択 - ホットキー">

-- 
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