[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 69/483: Fixing access key issues

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 16f6ea8d40ea772f88b024e22dc5a7af7121d502
Author: Wladimir Palant <trev at gtchat.de>
Date:   Mon Jan 22 23:31:27 2007 +0000

    Fixing access key issues
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40674
---
 chrome/locale/nl-NL/overlay.dtd |  2 +-
 chrome/locale/sv-SE/overlay.dtd |  4 ++--
 chrome/locale/zh-CN/overlay.dtd | 48 ++++++++++++++++++++---------------------
 3 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/chrome/locale/nl-NL/overlay.dtd b/chrome/locale/nl-NL/overlay.dtd
index 494d920..22b9901 100644
--- a/chrome/locale/nl-NL/overlay.dtd
+++ b/chrome/locale/nl-NL/overlay.dtd
@@ -1,5 +1,5 @@
 <!ENTITY selectelement.label "Te verbergen element selecteren">
 <!ENTITY selectelement.accesskey "S">
 <!ENTITY stopselection.label "Elementselectie afbreken">
-<!ENTITY stopselection.accesskey "A">
+<!ENTITY stopselection.accesskey "S">
 <!ENTITY helpbox.title "Elementselectie - Sneltoetsen">
diff --git a/chrome/locale/sv-SE/overlay.dtd b/chrome/locale/sv-SE/overlay.dtd
index 008f31c..646fe38 100644
--- a/chrome/locale/sv-SE/overlay.dtd
+++ b/chrome/locale/sv-SE/overlay.dtd
@@ -1,5 +1,5 @@
 <!ENTITY selectelement.label "Välj element att gömma">
-<!ENTITY selectelement.accesskey "ä">
-<!ENTITY stopselection.label "Avbryt">
+<!ENTITY selectelement.accesskey "v">
+<!ENTITY stopselection.label "Avbryt valget">
 <!ENTITY stopselection.accesskey "v">
 <!ENTITY helpbox.title "Elementval - Snabbtangenter">
diff --git a/chrome/locale/zh-CN/overlay.dtd b/chrome/locale/zh-CN/overlay.dtd
index ee14e0a..004b103 100644
--- a/chrome/locale/zh-CN/overlay.dtd
+++ b/chrome/locale/zh-CN/overlay.dtd
@@ -1,29 +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 ***** -->
+   - 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 selectelement.accesskey  "E">
 <!ENTITY stopselection.label      "中止元素选择">
-<!ENTITY stopselection.accesskey  "S">
+<!ENTITY stopselection.accesskey  "E">
 <!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