[Pkg-mozext-commits] [compactheader] 360/441: Added Chinese (simplified) translation.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:17 UTC 2015


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

taffit pushed a commit to branch master
in repository compactheader.

commit 21f30c7ce5e465f67a2b5bf28f4689f5bef01660
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Thu May 31 00:15:52 2012 +0200

    Added Chinese (simplified) translation.
    
    --HG--
    branch : cleanup_locales
---
 chrome.manifest                                    |  1 +
 .../CompactHeader/locale/zh-CN/CompactHeader.dtd   | 40 ++++++++++++++++++
 chrome/CompactHeader/locale/zh-CN/preferences.dtd  | 47 ++++++++++++++++++++++
 3 files changed, 88 insertions(+)

diff --git a/chrome.manifest b/chrome.manifest
index 9d1d1b4..39d9f72 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -17,6 +17,7 @@ locale    CompactHeader     ru   chrome/CompactHeader/locale/ru/
 locale    CompactHeader     pl   chrome/CompactHeader/locale/pl/
 locale    CompactHeader     sr   chrome/CompactHeader/locale/sr/
 locale    CompactHeader     cs   chrome/CompactHeader/locale/cs/
+locale    CompactHeader     zh-CN   chrome/CompactHeader/locale/zh-CN/
 
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay.xul   appversion<9.0a1
 overlay chrome://messenger/content/msgHdrViewOverlay.xul chrome://CompactHeader/content/compactHeaderOverlay-9.xul appversion>=9.0a1
diff --git a/chrome/CompactHeader/locale/zh-CN/CompactHeader.dtd b/chrome/CompactHeader/locale/zh-CN/CompactHeader.dtd
new file mode 100644
index 0000000..32bbdc4
--- /dev/null
+++ b/chrome/CompactHeader/locale/zh-CN/CompactHeader.dtd
@@ -0,0 +1,40 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.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 Mozilla Communicator client code, released
+ March 31, 1998.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998-1999
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+
+ ***** END LICENSE BLOCK ***** 
+-->
+<!ENTITY CompactHeader_hideDetailsButton.label "隐藏详细信息">
+<!ENTITY CompactHeader_toggleDetails.key "h">
+<!ENTITY CompactHeader_showDetailsButton.label "显示详细信息">
diff --git a/chrome/CompactHeader/locale/zh-CN/preferences.dtd b/chrome/CompactHeader/locale/zh-CN/preferences.dtd
new file mode 100644
index 0000000..0ea751f
--- /dev/null
+++ b/chrome/CompactHeader/locale/zh-CN/preferences.dtd
@@ -0,0 +1,47 @@
+<!-- ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.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 Mozilla Communicator client code, released
+ March 31, 1998.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998-1999
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+
+ ***** END LICENSE BLOCK ***** 
+-->
+<!ENTITY CompactHeader_dialog.title "CompactHeader 首选项">
+<!ENTITY CompactHeader_checkbox.Compact.TwolineView.caption "在紧凑视图下显示两行">
+<!ENTITY CompactHeader_menu.Linkify.caption "RSS 订阅主题中的链接">
+<!ENTITY CompactHeader_menu.ShowOnlyAddress.caption "仅显示地址">
+<!ENTITY CompactHeader_menu.flatButtons.caption "浮动按钮">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.caption "标题头工具栏位置">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.right "右">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.top "上">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.left "左">
+<!ENTITY CompactHeader_radiobox.ToolbarPosition.none "不可见">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list