diff --git a/chrome.manifest b/chrome.manifest index 058e7444..04d36f81 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -9,5 +9,6 @@ locale treestyletab ja jar:chrome/treestyletab.jar!/locale/ja/treestyletab/ locale treestyletab it-IT jar:chrome/treestyletab.jar!/locale/it-IT/treestyletab/ locale treestyletab zh-CN jar:chrome/treestyletab.jar!/locale/zh-CN/treestyletab/ locale treestyletab es-ES jar:chrome/treestyletab.jar!/locale/es-ES/treestyletab/ +locale treestyletab de-DE jar:chrome/treestyletab.jar!/locale/de-DE/treestyletab/ skin treestyletab classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/ diff --git a/install.rdf b/install.rdf index f1290c50..324db4f7 100644 --- a/install.rdf +++ b/install.rdf @@ -14,6 +14,7 @@ Godai71.Extenzilla (it-IT locale) Fatiaomao (zh-CN locale) tito (es-ES locale) + Andy Pillip (de-DE locale) http://piro.sakura.ne.jp/xul/update.rdf @@ -50,6 +51,12 @@ em:description="Muesta las pestañas en vista de árbol" em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"/> + + + diff --git a/locale/de-DE/treestyletab/license.txt b/locale/de-DE/treestyletab/license.txt new file mode 100644 index 00000000..ec74fce6 --- /dev/null +++ b/locale/de-DE/treestyletab/license.txt @@ -0,0 +1,34 @@ +***** 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 the Tree Style Tab. + +The Initial Developer of the Original Code is SHIMODA Hiroshi. +Portions created by the Initial Developer are Copyright (C) 2007-2008 +the Initial Developer. All Rights Reserved. + +Contributor(s): SHIMODA Hiroshi + +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 ***** diff --git a/locale/de-DE/treestyletab/treestyletab.dtd b/locale/de-DE/treestyletab/treestyletab.dtd new file mode 100644 index 00000000..d75f4da0 --- /dev/null +++ b/locale/de-DE/treestyletab/treestyletab.dtd @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locale/de-DE/treestyletab/treestyletab.properties b/locale/de-DE/treestyletab/treestyletab.properties new file mode 100644 index 00000000..880fb3ad --- /dev/null +++ b/locale/de-DE/treestyletab/treestyletab.properties @@ -0,0 +1,7 @@ +extensions.treestyletab@piro.sakura.ne.jp.name=Tree Style Tab +extensions.treestyletab@piro.sakura.ne.jp.description=Stellt Tabs in einer Baumstukur dar + +tooltip.collapseSubtree=Zweig zuklappen +tooltip.collapseSubtree.labeled=Zweig zuklappen ( %S ) +tooltip.expandSubtree=Zweig aufklappen +tooltip.expandSubtree.labeled=Zweig aufklappen ( %S )