add a configuration UI for extensions.treestyletab.autoAttach.duplicateTabCommand
This commit is contained in:
parent
8982aea101
commit
a26fc6b420
@ -346,6 +346,9 @@
|
||||
<preference id="extensions.treestyletab.autoAttach.newTabCommand"
|
||||
name="extensions.treestyletab.autoAttach.newTabCommand"
|
||||
type="int"/>
|
||||
<preference id="extensions.treestyletab.autoAttach.duplicateTabCommand"
|
||||
name="extensions.treestyletab.autoAttach.duplicateTabCommand"
|
||||
type="int"/>
|
||||
<preference id="extensions.treestyletab.openGroupBookmark.behavior"
|
||||
name="extensions.treestyletab.openGroupBookmark.behavior"
|
||||
type="int"/>
|
||||
@ -357,16 +360,38 @@
|
||||
type="int"/>
|
||||
</preferences>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&config.autoAttach.newTabCommand.caption;"/>
|
||||
<radiogroup id="extensions.treestyletab.autoAttach.newTabCommand-radiogroup"
|
||||
orient="vertical"
|
||||
preference="extensions.treestyletab.autoAttach.newTabCommand">
|
||||
<radio value="0" label="&config.autoAttach.newTabCommand.ignore;"/>
|
||||
<radio value="1" label="&config.autoAttach.newTabCommand.current;"/>
|
||||
<radio value="2" label="&config.autoAttach.newTabCommand.parent;"/>
|
||||
</radiogroup>
|
||||
</groupbox>
|
||||
<vbox>
|
||||
<label value="&config.autoAttach.newTabCommand.caption;"
|
||||
control="extensions.treestyletab.autoAttach.newTabCommand-menulist"/>
|
||||
<hbox>
|
||||
<spacer style="width:2em;"/>
|
||||
<menulist id="extensions.treestyletab.autoAttach.newTabCommand-menulist"
|
||||
preference="extensions.treestyletab.autoAttach.newTabCommand">
|
||||
<menupopup>
|
||||
<menuitem value="0" label="&config.autoAttach.newTabCommand.independent;"/>
|
||||
<menuitem value="1" label="&config.autoAttach.newTabCommand.child;"/>
|
||||
<menuitem value="2" label="&config.autoAttach.newTabCommand.sibling;"/>
|
||||
<menuitem value="3" label="&config.autoAttach.newTabCommand.nextSibling;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<label value="&config.autoAttach.duplicateTabCommand.caption;"
|
||||
control="extensions.treestyletab.autoAttach.duplicateTabCommand-menulist"/>
|
||||
<hbox>
|
||||
<spacer style="width:2em;"/>
|
||||
<menulist id="extensions.treestyletab.autoAttach.duplicateTabCommand-menulist"
|
||||
preference="extensions.treestyletab.autoAttach.duplicateTabCommand">
|
||||
<menupopup>
|
||||
<menuitem value="0" label="&config.autoAttach.duplicateTabCommand.independent;"/>
|
||||
<menuitem value="1" label="&config.autoAttach.duplicateTabCommand.child;"/>
|
||||
<menuitem value="2" label="&config.autoAttach.duplicateTabCommand.sibling;"/>
|
||||
<menuitem value="3" label="&config.autoAttach.duplicateTabCommand.nextSibling;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<groupbox>
|
||||
<caption label="&config.openGroupBookmark.caption;"/>
|
||||
<hbox>
|
||||
|
@ -49,10 +49,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Nye faner">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "Ved manuel åbning af ny tom fane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Åben som hovedfane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Åben som underfane til den aktive fane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Åben som søsken til den aktive fane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "Ved manuel åbning af ny tom fane:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Åben som hovedfane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Åben som underfane til den aktive fane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Åben som søsken til den aktive fane">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Åben som hovedfane">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Åben som underfane til den aktive fane">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Åben som søsken til den aktive fane">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Handling ved "Åben alle i faner" for bogmærkemapper">
|
||||
<!ENTITY config.openGroupBookmark.ask "Spørg altid">
|
||||
|
@ -51,10 +51,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Tabs Öffnen">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "Neuen Tab öffnen">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Auf oberster Ebene">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Dem aktuellen Tab unterordnen">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Auf Ebene des aktuellen Tabs öffnen">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "Neuen Tab öffnen:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Auf oberster Ebene">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Dem aktuellen Tab unterordnen">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Auf Ebene des aktuellen Tabs öffnen">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Auf oberster Ebene">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Dem aktuellen Tab unterordnen">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Auf Ebene des aktuellen Tabs öffnen">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Verhalten von "Alle in Tabs öffnen" für Seiten in einem Lesezeichenordner">
|
||||
<!ENTITY config.openGroupBookmark.ask "Jedes Mal nachfragen">
|
||||
|
@ -49,10 +49,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "New Tabs">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Behavior of "Open All in Tabs" for bookmark folders">
|
||||
<!ENTITY config.openGroupBookmark.ask "Always ask me how to open bookmarks">
|
||||
|
@ -51,10 +51,17 @@
|
||||
<!ENTITY config.tabs.tab "Nuevas pestañas">
|
||||
<!--ENTITY config.tabs.tab "Operaciones"-->
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Comportamiento para "Abrir todo en pestañas" en carpetas de marcadores">
|
||||
<!--ENTITY config.openGroupBookmark.caption ""Abrir todos en pestañas" desde carpetas de marcadores"-->
|
||||
|
@ -50,10 +50,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Nouveaux onglets">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Action pour "Tout ouvrir dans des onglets" pour les dossiers d'onglets">
|
||||
<!ENTITY config.openGroupBookmark.ask "Toujours demander">
|
||||
|
@ -51,10 +51,17 @@
|
||||
<!ENTITY config.tabs.tab "New Tabs">
|
||||
<!--ENTITY config.tabs.tab "Navigazione"-->
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Behavior of "Open All in Tabs" for bookmark folders">
|
||||
<!--ENTITY config.openGroupBookmark.caption "La voce "Apri tutti in schede" nel menu Segnalibri"-->
|
||||
|
@ -50,10 +50,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "新しいタブ">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "新しい空のタブを開いた時">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "独立したタブとして開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "現在のタブの子として開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "現在のタブと同階層に開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "新しい空のタブを開いた時:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "独立したタブとして開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "現在のタブの子として開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "現在のタブと同階層に開く">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "現在のタブと同階層で隣に開く">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "「再読み込み」ボタンを中クリックしてタブを複製する時:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "独立したタブとして開く">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "元のタブの子として開く">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "元のタブと同階層に開く">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "元のタブと同階層で隣に開く">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "ブックマークフォルダの内容をタブで開く時">
|
||||
<!ENTITY config.openGroupBookmark.ask "どうするか毎回尋ねる">
|
||||
|
@ -49,10 +49,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Nowe karty">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.tabs.bookmark.tab "Zakładki">
|
||||
<!ENTITY config.tabs.dragdrop.tab "Przeciąganie/Upuszczanie">
|
||||
|
@ -50,10 +50,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Новые вкладки">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "При операции "Открыть все в вкладках" из папок закладок">
|
||||
<!ENTITY config.openGroupBookmark.ask "Всегда спрашивать">
|
||||
|
@ -49,10 +49,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "Nya flikar">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "När en ny tom flik öppnas manuellt">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Öppna som en rotflik">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Öppna som underordnad till den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Öppna på samma nivå som den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "När en ny tom flik öppnas manuellt:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Öppna som en rotflik">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Öppna som underordnad till den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Öppna på samma nivå som den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Öppna som en rotflik">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Öppna som underordnad till den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Öppna på samma nivå som den aktuella fliken">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "Beteende för "Öppna alla i flikar" för bokmärkesmappar">
|
||||
<!ENTITY config.openGroupBookmark.ask "Fråga mig alltid hur bokmärken skall öppnas">
|
||||
|
@ -49,10 +49,17 @@
|
||||
|
||||
<!ENTITY config.tabs.tab "新标签">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "如何处理手动新建的空白页?">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "在最顶层次打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "作为当前标签的子标签打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "作为当前标签的同级标签打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "如何处理手动新建的空白页?:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "在最顶层次打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "作为当前标签的子标签打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "作为当前标签的同级标签打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "在最顶层次打开">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "作为当前标签的子标签打开">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "作为当前标签的同级标签打开">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "如何“在标签页中打开书签组”?">
|
||||
<!ENTITY config.openGroupBookmark.ask "总是询问">
|
||||
|
@ -51,10 +51,17 @@
|
||||
<!ENTITY config.tabs.tab "New Tabs">
|
||||
<!--ENTITY config.tabs.tab "分頁操作"-->
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually:">
|
||||
<!ENTITY config.autoAttach.newTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.child "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.sibling "Open as a sibling of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.nextSibling "Open as the next sibling of the current tab">
|
||||
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.caption "When a tab is duplicated by middle click on the "Reload" button:">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.independent "Open as an independent tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.child "Open as a child of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.sibling "Open as a sibling of the source tab">
|
||||
<!ENTITY config.autoAttach.duplicateTabCommand.nextSibling "Open as the next sibling of the source tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "按書籤資料夾的「全部開啟」時">
|
||||
<!--ENTITY config.openGroupBookmark.caption "按書籤資料夾的「全部開啟」時"-->
|
||||
|
Loading…
Reference in New Issue
Block a user