アニメーション効果の有効無効を切り替えるチェックボックスを「詳細」の中に移動

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4988 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-25 02:11:32 +00:00
parent f3df1131af
commit 0019a3612a
10 changed files with 24 additions and 26 deletions

View File

@ -15,9 +15,6 @@
<prefpane id="prefpane-appearance" label="&config.tabs.appearance;" <prefpane id="prefpane-appearance" label="&config.tabs.appearance;"
onpaneload="onChangeTabbarPosition();"> onpaneload="onChangeTabbarPosition();">
<preferences> <preferences>
<preference id="extensions.treestyletab.animation.enabled"
name="extensions.treestyletab.animation.enabled"
type="bool"/>
<preference id="extensions.treestyletab.tabbar.position" <preference id="extensions.treestyletab.tabbar.position"
name="extensions.treestyletab.tabbar.position" name="extensions.treestyletab.tabbar.position"
type="string"/> type="string"/>
@ -74,9 +71,6 @@
<vbox> <vbox>
<checkbox id="extensions.treestyletab.animation.enabled-check"
preference="extensions.treestyletab.animation.enabled"
label="&config.animation.enabled;"/>
<groupbox> <groupbox>
<caption label="&config.tabbar.position.caption;"/> <caption label="&config.tabbar.position.caption;"/>
<vbox> <vbox>
@ -657,6 +651,9 @@
<preference id="extensions.treestyletab.insertNewChildAt" <preference id="extensions.treestyletab.insertNewChildAt"
name="extensions.treestyletab.insertNewChildAt" name="extensions.treestyletab.insertNewChildAt"
type="int"/> type="int"/>
<preference id="extensions.treestyletab.animation.enabled"
name="extensions.treestyletab.animation.enabled"
type="bool"/>
<preference id="extensions.treestyletab.useEffectiveTLD" <preference id="extensions.treestyletab.useEffectiveTLD"
name="extensions.treestyletab.useEffectiveTLD" name="extensions.treestyletab.useEffectiveTLD"
type="bool"/> type="bool"/>
@ -729,7 +726,9 @@
</tabpanel> </tabpanel>
<tabpanel orient="vertical"> <tabpanel orient="vertical">
<checkbox id="extensions.treestyletab.animation.enabled-check"
preference="extensions.treestyletab.animation.enabled"
label="&config.animation.enabled;"/>
<groupbox id="useEffectiveTLD"> <groupbox id="useEffectiveTLD">
<caption label="&config.useEffectiveTLD.caption;"/> <caption label="&config.useEffectiveTLD.caption;"/>
<radiogroup id="extensions.treestyletab.useEffectiveTLD-radiogroup" <radiogroup id="extensions.treestyletab.useEffectiveTLD-radiogroup"
@ -739,7 +738,6 @@
<radio value="false" label="&config.useEffectiveTLD.disabled;"/> <radio value="false" label="&config.useEffectiveTLD.disabled;"/>
</radiogroup> </radiogroup>
</groupbox> </groupbox>
</tabpanel> </tabpanel>
</tabpanels> </tabpanels>

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Darstellung"> <!ENTITY config.tabs.appearance "Darstellung">
<!ENTITY config.animation.enabled "Animationseffekte aktivieren">
<!ENTITY config.tabbar.position.caption "Position der Tableiste"> <!ENTITY config.tabbar.position.caption "Position der Tableiste">
<!ENTITY config.tabbar.position.left "Links"> <!ENTITY config.tabbar.position.left "Links">
<!ENTITY config.tabbar.position.right "Rechts"> <!ENTITY config.tabbar.position.right "Rechts">
@ -139,6 +137,8 @@
<!ENTITY config.insertNewChildAt.first "Oben im Zweig einfügen"> <!ENTITY config.insertNewChildAt.first "Oben im Zweig einfügen">
<!ENTITY config.insertNewChildAt.last "Unten im Zweig einfügen"> <!ENTITY config.insertNewChildAt.last "Unten im Zweig einfügen">
<!ENTITY config.animation.enabled "Animationseffekte aktivieren">
<!ENTITY config.useEffectiveTLD.caption "Erkennung der &quot;gleichen Webseite&quot;"> <!ENTITY config.useEffectiveTLD.caption "Erkennung der &quot;gleichen Webseite&quot;">
<!ENTITY config.useEffectiveTLD.enabled "Nur Domain berücksichtigen (&quot;a.example.com&quot; and &quot;b.example.com&quot; gehören zur gleichen Webseite)"> <!ENTITY config.useEffectiveTLD.enabled "Nur Domain berücksichtigen (&quot;a.example.com&quot; and &quot;b.example.com&quot; gehören zur gleichen Webseite)">
<!ENTITY config.useEffectiveTLD.disabled "Host/Subdomain auch berücksichtigen (&quot;a.example.com&quot; and &quot;b.example.com&quot; zählen als unterschiedliche Webeiten)"> <!ENTITY config.useEffectiveTLD.disabled "Host/Subdomain auch berücksichtigen (&quot;a.example.com&quot; and &quot;b.example.com&quot; zählen als unterschiedliche Webeiten)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Appearance"> <!ENTITY config.tabs.appearance "Appearance">
<!ENTITY config.animation.enabled "Enable Animation Effects">
<!ENTITY config.tabbar.position.caption "Tab bar position"> <!ENTITY config.tabbar.position.caption "Tab bar position">
<!ENTITY config.tabbar.position.left "Leftside"> <!ENTITY config.tabbar.position.left "Leftside">
<!ENTITY config.tabbar.position.right "Rightside"> <!ENTITY config.tabbar.position.right "Rightside">
@ -139,6 +137,8 @@
<!ENTITY config.insertNewChildAt.first "Insert to the top of the tree, as the first child"> <!ENTITY config.insertNewChildAt.first "Insert to the top of the tree, as the first child">
<!ENTITY config.insertNewChildAt.last "Append to the last of the tree"> <!ENTITY config.insertNewChildAt.last "Append to the last of the tree">
<!ENTITY config.animation.enabled "Enable Animation Effects">
<!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;"> <!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;">
<!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)"> <!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)">
<!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)"> <!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Apariencia"> <!ENTITY config.tabs.appearance "Apariencia">
<!ENTITY config.animation.enabled "Activar los efectos de animación">
<!ENTITY config.tabbar.position.caption "Posición de la barra de pestañas"> <!ENTITY config.tabbar.position.caption "Posición de la barra de pestañas">
<!ENTITY config.tabbar.position.left "Lado izquierdo"> <!ENTITY config.tabbar.position.left "Lado izquierdo">
<!ENTITY config.tabbar.position.right "Lado derecho"> <!ENTITY config.tabbar.position.right "Lado derecho">
@ -142,6 +140,8 @@
<!ENTITY config.insertNewChildAt.first "Insertar arriba del todo en el árbol"> <!ENTITY config.insertNewChildAt.first "Insertar arriba del todo en el árbol">
<!ENTITY config.insertNewChildAt.last "Insertar abajo del todo en el árbol"> <!ENTITY config.insertNewChildAt.last "Insertar abajo del todo en el árbol">
<!ENTITY config.animation.enabled "Activar los efectos de animación">
<!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;"> <!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;">
<!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)"> <!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)">
<!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)"> <!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Aspetto"> <!ENTITY config.tabs.appearance "Aspetto">
<!ENTITY config.animation.enabled "Attiva effetti di animazione">
<!ENTITY config.tabbar.position.caption "Posiziona barra delle schede"> <!ENTITY config.tabbar.position.caption "Posiziona barra delle schede">
<!ENTITY config.tabbar.position.left "sul lato sinistro"> <!ENTITY config.tabbar.position.left "sul lato sinistro">
<!ENTITY config.tabbar.position.right "sul lato destro"> <!ENTITY config.tabbar.position.right "sul lato destro">
@ -142,6 +140,8 @@
<!ENTITY config.insertNewChildAt.first "Inserisci all&apos;inizio del sottoalbero, come prima sottoscheda"> <!ENTITY config.insertNewChildAt.first "Inserisci all&apos;inizio del sottoalbero, come prima sottoscheda">
<!ENTITY config.insertNewChildAt.last "Accoda all&apos;ultimo sottoalbero"> <!ENTITY config.insertNewChildAt.last "Accoda all&apos;ultimo sottoalbero">
<!ENTITY config.animation.enabled "Attiva effetti di animazione">
<!ENTITY config.useEffectiveTLD.caption "Metodo di individuazione per lo stesso sito web"> <!ENTITY config.useEffectiveTLD.caption "Metodo di individuazione per lo stesso sito web">
<!ENTITY config.useEffectiveTLD.enabled "Per dominio(&quot;aaa.example.com&quot; e &quot;bbb.example.com&quot; sono lo stesso sito web)"> <!ENTITY config.useEffectiveTLD.enabled "Per dominio(&quot;aaa.example.com&quot; e &quot;bbb.example.com&quot; sono lo stesso sito web)">
<!ENTITY config.useEffectiveTLD.disabled "Per indirizzo (&quot;aaa.example.com&quot; e &quot;bbb.example.com&quot; sono siti web diversi)"> <!ENTITY config.useEffectiveTLD.disabled "Per indirizzo (&quot;aaa.example.com&quot; e &quot;bbb.example.com&quot; sono siti web diversi)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "外観"> <!ENTITY config.tabs.appearance "外観">
<!ENTITY config.animation.enabled "アニメーション効果を有効にする">
<!ENTITY config.tabbar.position.caption "タブバーの表示位置"> <!ENTITY config.tabbar.position.caption "タブバーの表示位置">
<!ENTITY config.tabbar.position.left "左"> <!ENTITY config.tabbar.position.left "左">
<!ENTITY config.tabbar.position.right "右"> <!ENTITY config.tabbar.position.right "右">
@ -140,6 +138,8 @@
<!ENTITY config.insertNewChildAt.first "ツリーの最初の位置に挿入する"> <!ENTITY config.insertNewChildAt.first "ツリーの最初の位置に挿入する">
<!ENTITY config.insertNewChildAt.last "ツリーの末尾に追加する"> <!ENTITY config.insertNewChildAt.last "ツリーの末尾に追加する">
<!ENTITY config.animation.enabled "アニメーション効果を有効にする">
<!ENTITY config.useEffectiveTLD.caption "同じサイトかどうかの判別方法"> <!ENTITY config.useEffectiveTLD.caption "同じサイトかどうかの判別方法">
<!ENTITY config.useEffectiveTLD.enabled "ドメイン名で判別するaaa.example.comとbbb.example.comを同じサイトと見なす"> <!ENTITY config.useEffectiveTLD.enabled "ドメイン名で判別するaaa.example.comとbbb.example.comを同じサイトと見なす">
<!ENTITY config.useEffectiveTLD.disabled "ホスト名で判別するaaa.example.comとbbb.example.comを別のサイトと見なす"> <!ENTITY config.useEffectiveTLD.disabled "ホスト名で判別するaaa.example.comとbbb.example.comを別のサイトと見なす">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Wygląd"> <!ENTITY config.tabs.appearance "Wygląd">
<!ENTITY config.animation.enabled "Włącz efekty animacji">
<!ENTITY config.tabbar.position.caption "Położenie paska kart"> <!ENTITY config.tabbar.position.caption "Położenie paska kart">
<!ENTITY config.tabbar.position.left "Po lewej stronie"> <!ENTITY config.tabbar.position.left "Po lewej stronie">
<!ENTITY config.tabbar.position.right "Po prawej stronie"> <!ENTITY config.tabbar.position.right "Po prawej stronie">
@ -141,6 +139,8 @@
<!ENTITY config.insertNewChildAt.first "Wstaw jako pierwszą na górze drzewa"> <!ENTITY config.insertNewChildAt.first "Wstaw jako pierwszą na górze drzewa">
<!ENTITY config.insertNewChildAt.last "Wstaw na końcu drzewa"> <!ENTITY config.insertNewChildAt.last "Wstaw na końcu drzewa">
<!ENTITY config.animation.enabled "Włącz efekty animacji">
<!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;"> <!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;">
<!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)"> <!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)">
<!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)"> <!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "Внешний вид"> <!ENTITY config.tabs.appearance "Внешний вид">
<!ENTITY config.animation.enabled "Использование эффектов анимации">
<!ENTITY config.tabbar.position.caption "Расположение панели вкладок"> <!ENTITY config.tabbar.position.caption "Расположение панели вкладок">
<!ENTITY config.tabbar.position.left "Слева"> <!ENTITY config.tabbar.position.left "Слева">
<!ENTITY config.tabbar.position.right "Справа"> <!ENTITY config.tabbar.position.right "Справа">
@ -142,6 +140,8 @@
<!ENTITY config.insertNewChildAt.first "Вставлять первой в начало поддерева"> <!ENTITY config.insertNewChildAt.first "Вставлять первой в начало поддерева">
<!ENTITY config.insertNewChildAt.last "Добавлять в конце поддерева"> <!ENTITY config.insertNewChildAt.last "Добавлять в конце поддерева">
<!ENTITY config.animation.enabled "Использование эффектов анимации">
<!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;"> <!ENTITY config.useEffectiveTLD.caption "Detecting method for &quot;same website&quot;">
<!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)"> <!ENTITY config.useEffectiveTLD.enabled "by Domain (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are same websites)">
<!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)"> <!ENTITY config.useEffectiveTLD.disabled "by Host (&quot;aaa.example.com&quot; and &quot;bbb.example.com&quot; are different websites)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "外观"> <!ENTITY config.tabs.appearance "外观">
<!ENTITY config.animation.enabled "使用动画效果">
<!ENTITY config.tabbar.position.caption "标签栏位置"> <!ENTITY config.tabbar.position.caption "标签栏位置">
<!ENTITY config.tabbar.position.left "左侧"> <!ENTITY config.tabbar.position.left "左侧">
<!ENTITY config.tabbar.position.right "右侧"> <!ENTITY config.tabbar.position.right "右侧">
@ -143,6 +141,8 @@
<!ENTITY config.insertNewChildAt.first "插入到子树顶部,成为首个子标签"> <!ENTITY config.insertNewChildAt.first "插入到子树顶部,成为首个子标签">
<!ENTITY config.insertNewChildAt.last "添加到子树的最后"> <!ENTITY config.insertNewChildAt.last "添加到子树的最后">
<!ENTITY config.animation.enabled "使用动画效果">
<!ENTITY config.useEffectiveTLD.caption "“相同网站”的标准"> <!ENTITY config.useEffectiveTLD.caption "“相同网站”的标准">
<!ENTITY config.useEffectiveTLD.enabled "相同域名“aaa.example.com” 和 “bbb.example.com” 视为相同网站)"> <!ENTITY config.useEffectiveTLD.enabled "相同域名“aaa.example.com” 和 “bbb.example.com” 视为相同网站)">
<!ENTITY config.useEffectiveTLD.disabled "相同主机“aaa.example.com” 和 “bbb.example.com” 视为不同网站)"> <!ENTITY config.useEffectiveTLD.disabled "相同主机“aaa.example.com” 和 “bbb.example.com” 视为不同网站)">

View File

@ -6,8 +6,6 @@
<!ENTITY config.tabs.appearance "外觀"> <!ENTITY config.tabs.appearance "外觀">
<!ENTITY config.animation.enabled "啟用動畫效果">
<!ENTITY config.tabbar.position.caption "分頁工具列位置"> <!ENTITY config.tabbar.position.caption "分頁工具列位置">
<!ENTITY config.tabbar.position.left "左側"> <!ENTITY config.tabbar.position.left "左側">
<!ENTITY config.tabbar.position.right "右側"> <!ENTITY config.tabbar.position.right "右側">
@ -140,6 +138,8 @@
<!ENTITY config.insertNewChildAt.first "插入到子樹的開端"> <!ENTITY config.insertNewChildAt.first "插入到子樹的開端">
<!ENTITY config.insertNewChildAt.last "新增到子樹的末端"> <!ENTITY config.insertNewChildAt.last "新增到子樹的末端">
<!ENTITY config.animation.enabled "啟用動畫效果">
<!ENTITY config.useEffectiveTLD.caption "「同類其他分頁」定義依據"> <!ENTITY config.useEffectiveTLD.caption "「同類其他分頁」定義依據">
<!ENTITY config.useEffectiveTLD.enabled "依據網域(&quot;aaa.example.com&quot; 與 &quot;bbb.example.com&quot; 視為同類)"> <!ENTITY config.useEffectiveTLD.enabled "依據網域(&quot;aaa.example.com&quot; 與 &quot;bbb.example.com&quot; 視為同類)">
<!ENTITY config.useEffectiveTLD.disabled "依據主機(&quot;aaa.example.com&quot; 與 &quot;bbb.example.com&quot; 不算同類)"> <!ENTITY config.useEffectiveTLD.disabled "依據主機(&quot;aaa.example.com&quot; 與 &quot;bbb.example.com&quot; 不算同類)">