summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris-t2 <aris-addons@gmx.net>2015-05-08 14:18:53 +0200
committerAris-t2 <aris-addons@gmx.net>2015-05-08 14:18:53 +0200
commit9b931ba6d590fe2e4be99301f3489ee51cbbc9b6 (patch)
tree5eaa89151617468a63a957bf7c9fdb5f6ddb63f5
parentc4531148c72096d4706e9fa4fffd81f3d27bd4bb (diff)
1.3.2 beta 3
[locale] Chinese (zh-CN) translation updated (thanks to Cye3s) [fix] reduce space above tabs bar + lw-themes + maximized mode [new] Fx40+: switch for browsers 'Pocket'-feature
-rw-r--r--xpi/content/css/alt_addonspage.css10
-rw-r--r--xpi/content/css/linux/smallnavbutextra.css2
-rw-r--r--xpi/content/css/svgfilters.css1
-rw-r--r--xpi/content/css/win8/highertabsposextra.css2
-rw-r--r--xpi/content/css/win8/smallnavbutextra.css6
-rw-r--r--xpi/content/css/winaero/highertabsposextra.css2
-rw-r--r--xpi/content/css/winaero/smallnavbutextra.css6
-rw-r--r--xpi/content/css/winxp/highertabsposextra.css2
-rw-r--r--xpi/content/css/winxp/smallnavbutextra.css6
-rw-r--r--xpi/content/images/pocket.pngbin0 -> 337 bytes
-rw-r--r--xpi/content/options.js3
-rw-r--r--xpi/content/options.xul10
-rw-r--r--xpi/content/overlay.css6
-rw-r--r--xpi/content/overlay.js8
-rw-r--r--xpi/defaults/preferences/options.js1
-rw-r--r--xpi/install.rdf2
-rw-r--r--xpi/locale/cs/options.dtd3
-rw-r--r--xpi/locale/da/options.dtd3
-rw-r--r--xpi/locale/de/options.dtd7
-rw-r--r--xpi/locale/dsb/options.dtd3
-rw-r--r--xpi/locale/el/options.dtd3
-rw-r--r--xpi/locale/en-US/options.dtd7
-rw-r--r--xpi/locale/es/options.dtd3
-rw-r--r--xpi/locale/fr/options.dtd3
-rw-r--r--xpi/locale/hsb/options.dtd3
-rw-r--r--xpi/locale/it/options.dtd3
-rw-r--r--xpi/locale/ja/options.dtd3
-rw-r--r--xpi/locale/pl/options.dtd3
-rw-r--r--xpi/locale/pt-BR/options.dtd3
-rw-r--r--xpi/locale/ru/options.dtd3
-rw-r--r--xpi/locale/sl/options.dtd3
-rw-r--r--xpi/locale/tr/options.dtd3
-rw-r--r--xpi/locale/uk/options.dtd3
-rw-r--r--xpi/locale/zh-CN/options.dtd3
-rw-r--r--xpi/locale/zh-TW/options.dtd3
35 files changed, 113 insertions, 19 deletions
diff --git a/xpi/content/css/alt_addonspage.css b/xpi/content/css/alt_addonspage.css
new file mode 100644
index 0000000..9895973
--- /dev/null
+++ b/xpi/content/css/alt_addonspage.css
@@ -0,0 +1,10 @@
+@-moz-document url(about:addons) {
+
+ #detail-contributions{
+ -moz-box-ordinal-group: 9 !important;
+ }
+ #detail-desc-container {
+ -moz-box-ordinal-group: 10 !important;
+ }
+
+} \ No newline at end of file
diff --git a/xpi/content/css/linux/smallnavbutextra.css b/xpi/content/css/linux/smallnavbutextra.css
index 6784340..9369391 100644
--- a/xpi/content/css/linux/smallnavbutextra.css
+++ b/xpi/content/css/linux/smallnavbutextra.css
@@ -131,7 +131,7 @@
width: auto !important;
height: auto !important;
}
-
+
/*Jetpacks toggle & action buttons support*/
#nav-bar toolbarbutton[id^="action-button-"] .toolbarbutton-icon,
#nav-bar toolbarbutton[id^="toggle-button-"] .toolbarbutton-icon {
diff --git a/xpi/content/css/svgfilters.css b/xpi/content/css/svgfilters.css
index 7cbeba4..3237b0a 100644
--- a/xpi/content/css/svgfilters.css
+++ b/xpi/content/css/svgfilters.css
@@ -20,6 +20,7 @@
}
/*Red*/
+ #pocket-button .toolbarbutton-icon,
#PanelUI-quit:not(:hover) .toolbarbutton-icon,
#web-apps-button .toolbarbutton-icon,
#e10s-button .toolbarbutton-icon,
diff --git a/xpi/content/css/win8/highertabsposextra.css b/xpi/content/css/win8/highertabsposextra.css
index d152df7..a0df733 100644
--- a/xpi/content/css/win8/highertabsposextra.css
+++ b/xpi/content/css/win8/highertabsposextra.css
@@ -5,7 +5,7 @@
#main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):not(:-moz-lwtheme) {
margin-top:0px !important;
}
- #main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
+ #main-window[sizemode="normal"]:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
margin-top:2px !important;
}
#main-window[sizemode="normal"]:not([tabsontop="false"]) #titlebar-placeholder-on-TabsToolbar-for-captions-buttons{
diff --git a/xpi/content/css/win8/smallnavbutextra.css b/xpi/content/css/win8/smallnavbutextra.css
index c15d9d8..a5a234e 100644
--- a/xpi/content/css/win8/smallnavbutextra.css
+++ b/xpi/content/css/win8/smallnavbutextra.css
@@ -159,8 +159,8 @@
padding: 2px !important;
}
#main-window[fx40plus="true"] #nav-bar toolbarbutton[cui-areatype="toolbar"] > :-moz-any(#zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
#main-window[fx40plus="true"] #nav-bar #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
width: unset !important;;
}
@@ -233,7 +233,7 @@
width: auto !important;
height: auto !important;
}
-
+
/*Jetpacks toggle & action buttons support*/
#nav-bar toolbarbutton[id^="action-button-"] .toolbarbutton-icon,
#nav-bar toolbarbutton[id^="toggle-button-"] .toolbarbutton-icon {
diff --git a/xpi/content/css/winaero/highertabsposextra.css b/xpi/content/css/winaero/highertabsposextra.css
index d152df7..a0df733 100644
--- a/xpi/content/css/winaero/highertabsposextra.css
+++ b/xpi/content/css/winaero/highertabsposextra.css
@@ -5,7 +5,7 @@
#main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):not(:-moz-lwtheme) {
margin-top:0px !important;
}
- #main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
+ #main-window[sizemode="normal"]:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
margin-top:2px !important;
}
#main-window[sizemode="normal"]:not([tabsontop="false"]) #titlebar-placeholder-on-TabsToolbar-for-captions-buttons{
diff --git a/xpi/content/css/winaero/smallnavbutextra.css b/xpi/content/css/winaero/smallnavbutextra.css
index 2c3b830..100eacd 100644
--- a/xpi/content/css/winaero/smallnavbutextra.css
+++ b/xpi/content/css/winaero/smallnavbutextra.css
@@ -192,8 +192,8 @@
padding: 2px !important;
}
#main-window[fx40plus="true"] #nav-bar toolbarbutton[cui-areatype="toolbar"] > :-moz-any(#zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
#main-window[fx40plus="true"] #nav-bar #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
width: unset !important;;
}
@@ -279,7 +279,7 @@
width: auto !important;
height: auto !important;
}
-
+
/*Jetpacks toggle & action buttons support*/
#nav-bar toolbarbutton[id^="action-button-"] .toolbarbutton-icon,
#nav-bar toolbarbutton[id^="toggle-button-"] .toolbarbutton-icon {
diff --git a/xpi/content/css/winxp/highertabsposextra.css b/xpi/content/css/winxp/highertabsposextra.css
index d152df7..a0df733 100644
--- a/xpi/content/css/winxp/highertabsposextra.css
+++ b/xpi/content/css/winxp/highertabsposextra.css
@@ -5,7 +5,7 @@
#main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):not(:-moz-lwtheme) {
margin-top:0px !important;
}
- #main-window:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
+ #main-window[sizemode="normal"]:not([tabsontop="false"]) #TabsToolbar:not([tabsontop="false"]):-moz-lwtheme {
margin-top:2px !important;
}
#main-window[sizemode="normal"]:not([tabsontop="false"]) #titlebar-placeholder-on-TabsToolbar-for-captions-buttons{
diff --git a/xpi/content/css/winxp/smallnavbutextra.css b/xpi/content/css/winxp/smallnavbutextra.css
index 943c71a..b6da490 100644
--- a/xpi/content/css/winxp/smallnavbutextra.css
+++ b/xpi/content/css/winxp/smallnavbutextra.css
@@ -141,8 +141,8 @@
padding: 2px !important;
}
#main-window[fx40plus="true"] #nav-bar toolbarbutton[cui-areatype="toolbar"] > :-moz-any(#zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
- #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-icon,
+ #main-window[fx40plus="true"] #nav-bar :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button):-moz-any([cui-areatype="toolbar"],:not([cui-areatype])) > .toolbarbutton-menubutton-button > .toolbarbutton-icon,
#main-window[fx40plus="true"] #nav-bar #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
width: unset !important;;
}
@@ -210,7 +210,7 @@
width: auto !important;
height: auto !important;
}
-
+
/*Jetpacks toggle & action buttons support*/
#nav-bar toolbarbutton[id^="action-button-"] .toolbarbutton-icon,
#nav-bar toolbarbutton[id^="toggle-button-"] .toolbarbutton-icon {
diff --git a/xpi/content/images/pocket.png b/xpi/content/images/pocket.png
new file mode 100644
index 0000000..77b15e7
--- /dev/null
+++ b/xpi/content/images/pocket.png
Binary files differ
diff --git a/xpi/content/options.js b/xpi/content/options.js
index 43c0c77..ec99f00 100644
--- a/xpi/content/options.js
+++ b/xpi/content/options.js
@@ -297,6 +297,9 @@ classicthemerestorerjso.ctr = {
if (this.appversion > 37) {
document.getElementById('ctraddon_pw_bmarkoinpw').style.visibility = 'collapse';
}
+ if (this.appversion < 40) {
+ document.getElementById('ctraddon_pw_pocketgb').style.visibility = 'collapse';
+ }
function PrefListener(branch_name, callback) {
// Keeping a reference to the observed preference branch or it will get
diff --git a/xpi/content/options.xul b/xpi/content/options.xul
index bcfa05f..85dc434 100644
--- a/xpi/content/options.xul
+++ b/xpi/content/options.xul
@@ -36,6 +36,7 @@
<preference id="ctraddon_devthemebut" name="browser.devedition.theme.showCustomizeButton" type="bool" instantApply="true"/>
<preference id="ctraddon_readermode" name="reader.parse-on-load.enabled" type="bool" instantApply="true"/>
<preference id="ctraddon_readermode2" name="browser.readinglist.enabled" type="bool" instantApply="true"/>
+ <preference id="ctraddon_pocket" name="browser.pocket.enabled" type="bool" instantApply="true"/>
<preference id="ctraddon_nodevtheme" name="extensions.classicthemerestorer.nodevtheme" type="bool" instantApply="true"/>
<preference id="ctraddon_tabinsertion" name="browser.tabs.insertRelatedAfterCurrent" type="bool" instantApply="true"/>
<preference id="ctraddon_e10stabs" name="browser.tabs.remote.autostart" type="bool" instantApply="true"/>
@@ -75,6 +76,7 @@
<preference id="ctraddon_backforward" name="extensions.classicthemerestorer.backforward" type="bool" instantApply="true"/>
<preference id="ctraddon_noconicons" name="extensions.classicthemerestorer.noconicons" type="bool" instantApply="true"/>
<preference id="ctraddon_alt_newtabp" name="extensions.classicthemerestorer.alt_newtabp" type="bool" instantApply="true"/>
+ <preference id="ctraddon_alt_addonsp" name="extensions.classicthemerestorer.alt_addonsp" type="bool" instantApply="true"/>
<preference id="ctraddon_svgfilters" name="extensions.classicthemerestorer.svgfilters" type="bool" instantApply="true"/>
<preference id="ctraddon_wincontrols" name="extensions.classicthemerestorer.wincontrols" type="bool" instantApply="true"/>
<preference id="ctraddon_hideprbutton" name="extensions.classicthemerestorer.hideprbutton" type="bool" instantApply="true"/>
@@ -719,6 +721,7 @@
<checkbox label="&Ctr_skipprintpr;" preference="ctraddon_skipprintpr" id="ctraddon_pw_skipprintpr" oncommand="classicthemerestorerjso.ctr.needsBrowserRestart()"/>
<checkbox label="&Ctr_tbconmenu;" preference="ctraddon_tbconmenu" id="ctraddon_pw_tbconmenu"/>
<checkbox label="&Ctr_noresizerxp;" preference="ctraddon_noresizerxp" id="ctraddon_pw_noresizerxp"/>
+ <checkbox label="&Ctr_alt_addonsp;" preference="ctraddon_alt_addonsp" id="ctraddon_pw_alt_addonsp"/>
</groupbox>
</box>
@@ -967,6 +970,13 @@
<description class="ctraddonsuboption acprefdesc">&Ctr_fx38reader;</description>
</groupbox>
+ <groupbox id="ctraddon_pw_pocketgb">
+ <caption label="&Ctr_e_pocket;" class="ctraddon_topic"/>
+ <checkbox label="about:config &gt;&gt; browser.pocket.enabled" preference="ctraddon_pocket" id="ctraddon_pw_pocket" oncommand="classicthemerestorerjso.ctr.needsBrowserRestart()"/>
+ <description class="ctraddonsuboption acprefdesc">&Ctr_fx40pocket;</description>
+ </groupbox>
+
+
</box>
<box class="ctraddontabpanel" orient="vertical" id="ctraddon_ctraddonbox">
diff --git a/xpi/content/overlay.css b/xpi/content/overlay.css
index ccb18da..5c782bb 100644
--- a/xpi/content/overlay.css
+++ b/xpi/content/overlay.css
@@ -789,6 +789,12 @@
min-height:16px !important;
}
+ #ctraddon_pw_pocket label {
+ background:url('chrome://classic_theme_restorer/content/images/pocket.png') no-repeat left !important;
+ -moz-padding-start:20px !important;
+ min-height:16px !important;
+ }
+
/* Padlock icons */
#ctraddon_pw_padlock_default label{
diff --git a/xpi/content/overlay.js b/xpi/content/overlay.js
index ed1b7c7..4e94df7 100644
--- a/xpi/content/overlay.js
+++ b/xpi/content/overlay.js
@@ -1514,7 +1514,12 @@ classicthemerestorerjs.ctr = {
if (branch.getBoolPref("alt_newtabp")) classicthemerestorerjs.ctr.loadUnloadCSS("alt_newtabp",true);
else classicthemerestorerjs.ctr.loadUnloadCSS("alt_newtabp",false);
break;
-
+
+ case "alt_addonsp":
+ if (branch.getBoolPref("alt_addonsp")) classicthemerestorerjs.ctr.loadUnloadCSS("alt_addonsp",true);
+ else classicthemerestorerjs.ctr.loadUnloadCSS("alt_addonsp",false);
+ break;
+
case "bmbutpanelm":
if (branch.getBoolPref("bmbutpanelm")) {
classicthemerestorerjs.ctr.loadUnloadCSS("bmbutpanelm",true);
@@ -2848,6 +2853,7 @@ classicthemerestorerjs.ctr = {
case "noemptypticon": manageCSS("empty_favicon_pt.css"); break;
case "hidezoomres": manageCSS("hide_zoomreset.css"); break;
case "alt_newtabp": manageCSS("alt_newtabpage.css"); break;
+ case "alt_addonsp": manageCSS("alt_addonspage.css"); break;
case "bmbutpanelm": manageCSS("bmbut_pmenu.css"); break;
case "bmbutnotext": manageCSS("bmbut_no_label.css"); break;
case "tbconmenu": manageCSS("tbconmenu.css"); break;
diff --git a/xpi/defaults/preferences/options.js b/xpi/defaults/preferences/options.js
index 5b86234..bdffa79 100644
--- a/xpi/defaults/preferences/options.js
+++ b/xpi/defaults/preferences/options.js
@@ -49,6 +49,7 @@ pref("extensions.classicthemerestorer.panelmenucol",false);
pref("extensions.classicthemerestorer.cpanelmenus",false);
pref("extensions.classicthemerestorer.hidezoomres",false);
pref("extensions.classicthemerestorer.alt_newtabp",false);
+pref("extensions.classicthemerestorer.alt_addonsp",false);
pref("extensions.classicthemerestorer.bmbutpanelm",false);
pref("extensions.classicthemerestorer.bmbutnotext",false);
pref("extensions.classicthemerestorer.skipprintpr",false);
diff --git a/xpi/install.rdf b/xpi/install.rdf
index ded9e3e..667c74a 100644
--- a/xpi/install.rdf
+++ b/xpi/install.rdf
@@ -5,7 +5,7 @@
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>ClassicThemeRestorer@ArisT2Noia4dev</em:id>
<em:name>Classic Theme Restorer</em:name>
- <em:version>1.3.2beta2</em:version>
+ <em:version>1.3.2beta3</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
diff --git a/xpi/locale/cs/options.dtd b/xpi/locale/cs/options.dtd
index 25f1ea5..ec2cd09 100644
--- a/xpi/locale/cs/options.dtd
+++ b/xpi/locale/cs/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Nabídky panelů: kompaktní zobrazení (záložky, historie atd.)">
<!ENTITY Ctr_hidezoomres "Přiblížit prvky na liště: skrýt tlačítko pro obnovení lupy">
<!ENTITY Ctr_alt_newtabp "New tab page: alternative appearance">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Možnosti">
diff --git a/xpi/locale/da/options.dtd b/xpi/locale/da/options.dtd
index 9e1202b..00f6bed 100644
--- a/xpi/locale/da/options.dtd
+++ b/xpi/locale/da/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Panelmenuer: kompakt visning (bogmærker, historik, osv.)">
<!ENTITY Ctr_hidezoomres "Zoom knapper på værktøjslinje: skjul zoom-nulstil knapper">
<!ENTITY Ctr_alt_newtabp "Nyt faneblad side: alternativt udseende">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Indstillinger">
diff --git a/xpi/locale/de/options.dtd b/xpi/locale/de/options.dtd
index 2cf3c27..f2f1cd3 100644
--- a/xpi/locale/de/options.dtd
+++ b/xpi/locale/de/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Kompakte 'Panel-Aufklappmenüs' (Lesezeichen, Chronik etc.)">
<!ENTITY Ctr_hidezoomres "Zoom-Schaltflächen auf Leisten: verstecke Schaltfläche 'Normalgröße'">
<!ENTITY Ctr_alt_newtabp "Seite 'Neuer Tab': alternative Darstellung">
+<!ENTITY Ctr_alt_addonsp "Add-on-Seite 'Mehr Info': alternative Darstellung">
<!ENTITY Ctr_bmbutpanelm "Lesezeichen-Menüschaltfläche: 'Panel-Aufklappmenü'-Darstellung">
<!ENTITY Ctr_bmbutnotext "Lesezeichen-Menüschaltfläche: Text auf der Lesezeichenleiste verstecken">
<!ENTITY Ctr_skipprintpr "Drucken-Schaltfläche: Druckvorschau überspringen">
@@ -265,13 +266,15 @@
<!ENTITY Ctr_fx34loop "Mit &brandShortName; 34+ wurden 'Anruf- und Konversations-Funktionen' eingeführt. Das Deaktivieren dieser Option entfernt diese Funktionen.">
<!ENTITY Ctr_fx35devtheme "Mit &brandShortName; 35+ wurde ein neues 'Entwickler-Thema' eingeführt. Das Deaktivieren dieser Optionen stellt das 'Standard-Thema' wieder her und entfernt die zugehörige Schaltfläche im Modus 'Anpassen'.">
<!ENTITY Ctr_fx36prefs "Mit &brandShortName; 36+ wurden 'Einstellungen im Tab' eingeführt. Das Deaktivieren dieser Option stellt das 'alte' Einstellungsfenster wieder her.">
-<!ENTITY Ctr_fx38reader "Mit &brandShortName; 38+ wurde ein neuer 'Reader Modus' eingeführt. Das Deaktivieren dieser Optionen unterbindet diesen Modus und entfernt die zugehörige Schaltfläche von der Adressleiste.">
+<!ENTITY Ctr_fx38reader "Mit &brandShortName; 38+ wurde ein neuer 'Lese-Modus' eingeführt. Das Deaktivieren dieser Optionen deaktiviert diesen Modus und entfernt die zugehörige Schaltfläche von der Adressleiste.">
+<!ENTITY Ctr_fx40pocket "Mit &brandShortName; 40+ wurde die 'Pocket'-Funktion eingeführt. Das Deaktivieren dieser Option entfernt diese Funktion und deren Leisten-Schaltfläche.">
<!ENTITY Ctr_e_omtc "OMTC / Problem mit 'einfrierenden Tabs'">
<!ENTITY Ctr_e_searchui "Suchoberfläche">
<!ENTITY Ctr_e_loop "Anruf- und Konversations-Funktionen">
<!ENTITY Ctr_e_deved "Entwickler-Thema">
<!ENTITY Ctr_e_prefsui "Einstellungen im Tab">
-<!ENTITY Ctr_e_readermode "Reader Modus">
+<!ENTITY Ctr_e_readermode "Lese-Modus">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Einstellungen">
diff --git a/xpi/locale/dsb/options.dtd b/xpi/locale/dsb/options.dtd
index 9a7cb6a..fbbbae4 100644
--- a/xpi/locale/dsb/options.dtd
+++ b/xpi/locale/dsb/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Kompaktne pólowe menije (cytańske znamjenja, historija atd.)">
<!ENTITY Ctr_hidezoomres "Skalěrowańske elementy na symbolowej rědce: Tłocašk za slědkstajenje skalěrowanja schowaś">
<!ENTITY Ctr_alt_newtabp "Bok nowego rejtarka: alternatiwne wuglědanje">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Tłocašk menija cytańskich znamjenjow: naglěd dialogowego menija">
<!ENTITY Ctr_bmbutnotext "Tłocašk menija cytańskich znamjenjow: tekst na rědce cytańskich znamjenjow schowaś">
<!ENTITY Ctr_skipprintpr "Śišćarski tłocašk: śišćarski pśeglěd pśeskócyś">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ jo nowu 'wuwijarsku drastwu' zawjadł. Gaž znjemóžnijośo toś te nastajenja, se 'wuwijarska drastwa' a jeje tłocašk w pśiměrjeńskem modusu znjemóžnjatej.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ jo 'nastajenja w rejtarku' zawjadł. Gaž znjemóžnijośo toś to nastajenje, se stare wokno nastajenjow wótnowijo.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ jo nowy 'cytański modus' zawjadł. Gaž toś te nastajenja se wótwoliju, znjemóžnijo se a jogo symbol wótpórajo se z adresowego póla.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / problem z wisecymi rejtarkami">
<!ENTITY Ctr_e_searchui "Pytański pówjerch">
<!ENTITY Ctr_e_loop "Telefoněrowanje a konwersacija">
<!ENTITY Ctr_e_deved "Drastwa wuwijarskeje edicije">
<!ENTITY Ctr_e_prefsui "Nastajenja w rejtarku">
<!ENTITY Ctr_e_readermode "Cytański modus">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Nastajenja">
diff --git a/xpi/locale/el/options.dtd b/xpi/locale/el/options.dtd
index c958f80..e9262c3 100644
--- a/xpi/locale/el/options.dtd
+++ b/xpi/locale/el/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Μενού πίνακα: συνεπτυγμένη προβολή (σελιδοδείκτες, ιστορικό κλπ.)">
<!ENTITY Ctr_hidezoomres "Στοιχεία ελέγχου μεγέθυνσης σε εργαλειοθήκη: απόκρυψη κουμπιού επεναφοράς επιπέδου μεγέθυνσης">
<!ENTITY Ctr_alt_newtabp "Σελίδα νέας καρτέλας: εναλλακτική εμφάνιση">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "Ο &brandShortName; 35+ εισήγαγε ένα νέο «Θέμα δημιουργού». Αποεπιλέγοντας αυτές τις προτιμήσεις απενεργοποιούνται το «Θέμα δημιουργού» και το κουμπί του στη λειτουργία προσαρμογής.">
<!ENTITY Ctr_fx36prefs "Ο &brandShortName; 36+ εισήγαγε προβολή επιλογών σε καρτέλα. Αποεπιλέγοντας αυτή την προτίμηση επαναφέρεται το παλιό παράθυρο επιλογών.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Ρυθμίσεις">
diff --git a/xpi/locale/en-US/options.dtd b/xpi/locale/en-US/options.dtd
index adf2b33..73c8604 100644
--- a/xpi/locale/en-US/options.dtd
+++ b/xpi/locale/en-US/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Panel menus: compact view (bookmarks, history etc.)">
<!ENTITY Ctr_hidezoomres "Zoom controls on toolbar: hide zoom-reset button">
<!ENTITY Ctr_alt_newtabp "New tab page: alternative appearance">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -263,15 +264,17 @@
<!ENTITY Ctr_fx33layers "&brandShortName; 33+ introduced 'new render features' currently responsible for 'hanging tabs' on some systems. Unchecking this preference resolves this issue.">
<!ENTITY Ctr_fx34search "&brandShortName; 34+ introduced a 'new seach ui'. Unchecking this preference returns the 'old seach ui'.">
<!ENTITY Ctr_fx34loop "&brandShortName; 34+ introduced 'calling and conversation' features. Unchecking this preference removes them.">
-<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
+<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced the 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
-<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Settings">
diff --git a/xpi/locale/es/options.dtd b/xpi/locale/es/options.dtd
index ec6af14..6a8240a 100644
--- a/xpi/locale/es/options.dtd
+++ b/xpi/locale/es/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Menús de panel: Vista compacta (marcadores, historial, etc.)">
<!ENTITY Ctr_hidezoomres "Controles de zoom en la barra de herramientas: Ocultar botón de restablecimiento del zoom">
<!ENTITY Ctr_alt_newtabp "Página de nueva pestaña: Apariencia alternativa">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Botón de menú Marcadores: Aspecto del panel de menú">
<!ENTITY Ctr_bmbutnotext "Botón de menú Marcadores: Ocultar etiqueta en la barra de marcadores">
<!ENTITY Ctr_skipprintpr "Botón Imprimir: Omitir previsualización de la impresión">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introdujo un nuevo 'tema de decoración de desarrollador'. Desmarcar estas preferencias deshabilita el 'tema de desarrollador' y su botón en el modo Personalizar.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introdujo las Opciones (about:preferences) en una pestaña. Desmarcar esta preferencia restaura la antigua ventana de Opciones.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introdujo un nuevo modo 'reader' (lector). Desmarcar estas preferencias lo deshabilita y elimina su icono de la barra de direcciones.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / ¡¡¡ problema de cuelgue de pestañas !!!">
<!ENTITY Ctr_e_searchui "Aspecto de la búsqueda">
<!ENTITY Ctr_e_loop "Llamada y conversación">
<!ENTITY Ctr_e_deved "Tema de decoración de la edición de desarrollador">
<!ENTITY Ctr_e_prefsui "Preferencias en la pestaña">
<!ENTITY Ctr_e_readermode "Modo reader - lista de lectura">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Configuración">
diff --git a/xpi/locale/fr/options.dtd b/xpi/locale/fr/options.dtd
index 99e118e..bbed567 100644
--- a/xpi/locale/fr/options.dtd
+++ b/xpi/locale/fr/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Compacter les panneaux (marque-pages, historique, etc)">
<!ENTITY Ctr_hidezoomres "Boutons de zoom (si sur une barre d'outils) : Masquer le bouton 'Réinitialiser le niveau de zoom'">
<!ENTITY Ctr_alt_newtabp "Page 'Nouvel onglet' : apparance alternative">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Réglages">
diff --git a/xpi/locale/hsb/options.dtd b/xpi/locale/hsb/options.dtd
index 8c817f1..703f9d5 100644
--- a/xpi/locale/hsb/options.dtd
+++ b/xpi/locale/hsb/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Kompaktne pólne menije (zapołožki, historija atd.)">
<!ENTITY Ctr_hidezoomres "Skalowanske elementy na symbolowej lajsće: Tłóčatko za wróćostajenje skalowanja schować">
<!ENTITY Ctr_alt_newtabp "Strona noweho rajtarka: alternatiwny napohlad">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Tłóčatko menija zapołožkow: napohlad dialogoweho menija">
<!ENTITY Ctr_bmbutnotext "Tłóčatko menija zapołožkow: tekst na lajśce zapołožkow schować">
<!ENTITY Ctr_skipprintpr "Ćišćerske tłóčatko: ćišćerski přehlad přeskočić">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ je nowu 'wuwiwarsku drastu' zawjedł. Znjemóžnjenje tutych nastajenjow znjemóžni 'wuwiwarsku drastu' a jeje tłóčatko w přiměrjenskim modusu.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ je 'nastajenja w rajtarku' zawjedł. Znjemóžnjenje tutoho nastajenja stare wokno nastajenjow wobnowi.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ je nowy 'čitanski modus' zawjedł. Hdyž so tute nastajenja wotwola, znjemóžni so a jeho symbol wotstroni so z adresoweho pola.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / problem z wisacymi rajtarkami">
<!ENTITY Ctr_e_searchui "Pytanski powjerch">
<!ENTITY Ctr_e_loop "Zawołanje a konwersacija">
<!ENTITY Ctr_e_deved "Drasta wuwiwarskeje edicije">
<!ENTITY Ctr_e_prefsui "Nastajenja w rajtarku">
<!ENTITY Ctr_e_readermode "Čitanski modus">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Nastajenja">
diff --git a/xpi/locale/it/options.dtd b/xpi/locale/it/options.dtd
index b2a6166..cb33fd4 100644
--- a/xpi/locale/it/options.dtd
+++ b/xpi/locale/it/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Pannello menu unificato (Segnalibri, Cronologia, ecc..)">
<!ENTITY Ctr_hidezoomres "Nascondi il pulsante per ripristinare il livello di zoom dalla barra degli strumenti">
<!ENTITY Ctr_alt_newtabp "Nuova scheda: aspetto alternativo">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ ha introdotto un nuovo 'developer theme'. Deselezionare questa opzione per disattivare il 'developer theme' e il suo pulsante nella modalità di personalizzazione.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ ha introdotto le preferenze in una scheda. Deselezionare questa opzione per ripristinare la finestra delle preferenze classica.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Impostazioni">
diff --git a/xpi/locale/ja/options.dtd b/xpi/locale/ja/options.dtd
index d69cd9f..2fd67e9 100644
--- a/xpi/locale/ja/options.dtd
+++ b/xpi/locale/ja/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "パネルメニュー:コンパクトビュー (ブックマーク、履歴など)">
<!ENTITY Ctr_hidezoomres "ツールバーのズームコントロール: ズームリセットボタンを隠す">
<!ENTITY Ctr_alt_newtabp "New tab page: alternative appearance">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "設定">
diff --git a/xpi/locale/pl/options.dtd b/xpi/locale/pl/options.dtd
index 0c940b6..24ce67a 100644
--- a/xpi/locale/pl/options.dtd
+++ b/xpi/locale/pl/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Menu panelu: widok kompaktowy (zakładki, historia itp.)">
<!ENTITY Ctr_hidezoomres "Kontrolki powiększenia na pasku narzędzi: ukryj przycisk resetu powiększenia">
<!ENTITY Ctr_alt_newtabp "Strona nowej karty: wygląd alternatywny">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Przycisk menu zakładek: wygląd menu panelu">
<!ENTITY Ctr_bmbutnotext "Przycisk menu zakładek: ukryj etykietę na pasku zakładek">
<!ENTITY Ctr_skipprintpr "Przycisk drukowania: pomiń podgląd wydruku">
@@ -267,12 +268,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ wprowadził nowy 'motyw dewelopera'. Odznaczenie tych ustawień wyłącza 'motyw dewelopera' oraz jego przycisk w trybie dostosowywania.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ wprowadził opcje w karcie. Odznaczenie tego ustawienia przywraca stare okno opcji.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ wprowadził nowy 'tryb czytnika'. Odznaczenie tych ustawień wyłączy go oraz usunie jego ikonę z paska adresu.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "Problem z OMTC/zawieszonymi kartami">
<!ENTITY Ctr_e_searchui "Wygląd wyszukiwania">
<!ENTITY Ctr_e_loop "Dzwonienie i konwersacja">
<!ENTITY Ctr_e_deved "Motyw Edycji Deweloperskiej">
<!ENTITY Ctr_e_prefsui "Ustawienia w karcie">
<!ENTITY Ctr_e_readermode "Tryb czytnika">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Ustawienia">
diff --git a/xpi/locale/pt-BR/options.dtd b/xpi/locale/pt-BR/options.dtd
index 2efa506..49e1c88 100644
--- a/xpi/locale/pt-BR/options.dtd
+++ b/xpi/locale/pt-BR/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Menus do Painel Compacto (Favoritos, Histórico, etc.)">
<!ENTITY Ctr_hidezoomres "Controles de Ampliação na Barra de Ferramentas: Ocultar o Botão Redefinir Ampliação">
<!ENTITY Ctr_alt_newtabp "Página Nova Aba: Aparência Alternativa">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "O &brandShortName; 35+ Introduziu um Novo 'Tema do Desenvolvedor'. Desmarque estas Opções para Desabilitar o 'Tema do Desenvolvedor' e o seu Botão em Modo de Personalização.">
<!ENTITY Ctr_fx36prefs "O &brandShortName; 36+ Introduziu as Preferências em uma Nova Aba. Desmarque esta Opção para Retornar à Antiga Janela de Preferências.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Configurações">
diff --git a/xpi/locale/ru/options.dtd b/xpi/locale/ru/options.dtd
index a074b89..d9a3848 100644
--- a/xpi/locale/ru/options.dtd
+++ b/xpi/locale/ru/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Компактная панель меню (закладки, история и т. д.)">
<!ENTITY Ctr_hidezoomres "Кнопки масштаба: скрыть сброс масштабирования">
<!ENTITY Ctr_alt_newtabp "Страница новой вкладки: альтернативный вид">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Кнопка меню Закладки: вид панели меню">
<!ENTITY Ctr_bmbutnotext "Кнопка меню Закладки: скрыть текст на панели закладок">
<!ENTITY Ctr_skipprintpr "Кнопка печати: пропустить предварительный просмотр">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ введена новая «Тема разработчика». Отключение параметра удаляет её и соответствующую кнопку в режиме «Настройка».">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ настройки в новой вкладке. Отключение этого параметра восстанавливает старое окно настроек.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ представила новую функцию «режим чтения». Отключение этого параметра отключает этот режим и удаляет значок из адресной строки.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / проблемы зависших вкладок">
<!ENTITY Ctr_e_searchui "Внешний вид поиска">
<!ENTITY Ctr_e_loop "Вызов и разговор">
<!ENTITY Ctr_e_deved "Тема разработчика">
<!ENTITY Ctr_e_prefsui "Настройки во вкладке">
<!ENTITY Ctr_e_readermode "Режим чтения">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Настройки">
diff --git a/xpi/locale/sl/options.dtd b/xpi/locale/sl/options.dtd
index bcc839f..f6bf646 100644
--- a/xpi/locale/sl/options.dtd
+++ b/xpi/locale/sl/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Ploščasti meniji: strnjen pogled (zaznamki, zgodovina itd.)">
<!ENTITY Ctr_hidezoomres "Nadzorni gumbi za povečavo na orodni vrstici: skrij gumb za ponastavitev povečave">
<!ENTITY Ctr_alt_newtabp "Stran novega zavihka: nadomestni videz">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Gumb menija zaznamkov: videz ploščastega menija">
<!ENTITY Ctr_bmbutnotext "Gumb menija zaznamkov: skrij oznako na vrstici zaznamkov">
<!ENTITY Ctr_skipprintpr "Gumb Natisni: preskoči predogled tiskanja">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ je vpeljal novo temo 'Developer theme'. Odznačitev teh nastavitev to temo in pripadajoči gumb v načinu prilagoditve onemogoči.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ je vpeljal nastavitve v zavihku. Odznačitev te nastavitve obnovi staro okno nastavitev.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ je vpeljal nov 'način za branje'. Odznačitev teh nastavitev ga onemogoči in odstrani njegovo ikono iz naslovne vrstice.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / težava z zamrznjenim zavihkom">
<!ENTITY Ctr_e_searchui "Videz iskanja">
<!ENTITY Ctr_e_loop "Klicanje in pogovori">
<!ENTITY Ctr_e_deved "Tema Developer Edition">
<!ENTITY Ctr_e_prefsui "Nastavitve v zavihku">
<!ENTITY Ctr_e_readermode "Način za branje">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Nastavitve">
diff --git a/xpi/locale/tr/options.dtd b/xpi/locale/tr/options.dtd
index 3146875..5002f46 100644
--- a/xpi/locale/tr/options.dtd
+++ b/xpi/locale/tr/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Panel menu: tümleşik görünüm (yerimleri, geçmiş vb.)">
<!ENTITY Ctr_hidezoomres "Araç çubuğunda zoom kontrolü: zoom-reset butonu gizle">
<!ENTITY Ctr_alt_newtabp "Yeni sekme sayfası: alternatif görünüm">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Ayarlar">
diff --git a/xpi/locale/uk/options.dtd b/xpi/locale/uk/options.dtd
index 76218a4..9fa20d0 100644
--- a/xpi/locale/uk/options.dtd
+++ b/xpi/locale/uk/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "Панель меню: компактний вигляд (закладки, історія тощо)">
<!ENTITY Ctr_hidezoomres "Управління масштабом на панелі: приховати кнопку скидання масштабу">
<!ENTITY Ctr_alt_newtabp "Сторінка нової вкладки: альтернативний вигляд">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Кнопка меню закладок: вигляд меню панелі">
<!ENTITY Ctr_bmbutnotext "Кнопка меню закладок: приховати ярлик на панелі закладок">
<!ENTITY Ctr_skipprintpr "Кнопка «Друк»: пропустити передогляд друку">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "В &brandShortName; 35+ введено нову «тему» від розробника. Вимкнення цих налаштувань вимикає цю «тему» і її кнопку в ручному режимі налаштувань.">
<!ENTITY Ctr_fx36prefs "В &brandShortName; 36+ введено нове налаштування у вкладці. Вимкнення цього пункту відновлює вікно зі старими налаштуванням.">
<!ENTITY Ctr_fx38reader "В &brandShortName; 38+ введено новий «режим читання». Вимкнення цього пункту вимикає цей режим та прибирає його іконку з панелі навігації.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / проблеми завислих вкладок">
<!ENTITY Ctr_e_searchui "Вигляд панелі Пошук">
<!ENTITY Ctr_e_loop "Виклик та сеанс зв’язку">
<!ENTITY Ctr_e_deved "Тема від розробника">
<!ENTITY Ctr_e_prefsui "Налаштування у вкладці">
<!ENTITY Ctr_e_readermode "Режим читання">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "Налаштування">
diff --git a/xpi/locale/zh-CN/options.dtd b/xpi/locale/zh-CN/options.dtd
index f37cc02..55b8989 100644
--- a/xpi/locale/zh-CN/options.dtd
+++ b/xpi/locale/zh-CN/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "面板菜单: 更紧凑的视图 (书签、历史等等)">
<!ENTITY Ctr_hidezoomres "当缩放控制按钮在工具栏上时: 隐藏重置缩放按钮">
<!ENTITY Ctr_alt_newtabp "新标签页页面: 备选的外观">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "书签菜单按钮: 面板式菜单外观">
<!ENTITY Ctr_bmbutnotext "书签菜单按钮: 隐藏书签工具栏上的文本标签">
<!ENTITY Ctr_skipprintpr "打印按钮: 跳过打印预览">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ 引入新的“开发者版本主题”。不选中此项以禁用“开发者版本主题”以及定制模式下它的一些按钮。">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ 引入在标签页中显示选项设置。不选中此项以使用旧选项窗口。">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ 引入新的“阅读模式”。不选中此项以禁用它并从地址栏移除图标。">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / 卡死标签页的问题">
<!ENTITY Ctr_e_searchui "搜索栏外观">
<!ENTITY Ctr_e_loop "呼叫与会话">
<!ENTITY Ctr_e_deved "开发者版本主题">
<!ENTITY Ctr_e_prefsui "标签页中显示选项设置">
<!ENTITY Ctr_e_readermode "阅读模式">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "设置">
diff --git a/xpi/locale/zh-TW/options.dtd b/xpi/locale/zh-TW/options.dtd
index 3bcc266..2e61e0f 100644
--- a/xpi/locale/zh-TW/options.dtd
+++ b/xpi/locale/zh-TW/options.dtd
@@ -136,6 +136,7 @@
<!ENTITY Ctr_cpanelmenus "緊湊的面板選單(書籤、歷史等等.)">
<!ENTITY Ctr_hidezoomres "當縮放控制按鈕置於工具列上時,隱藏工具列上的縮放重設按鈕">
<!ENTITY Ctr_alt_newtabp "新分頁(九宮頁面): 換個外觀">
+<!ENTITY Ctr_alt_addonsp "Add-ons 'more info' page: alternative appearance">
<!ENTITY Ctr_bmbutpanelm "Bookmarks menu button: panel menu appearance">
<!ENTITY Ctr_bmbutnotext "Bookmarks menu button: hide label on bookmarks bar">
<!ENTITY Ctr_skipprintpr "Print button: skip print preview">
@@ -266,12 +267,14 @@
<!ENTITY Ctr_fx35devtheme "&brandShortName; 35+ introduced a new 'developer theme'. Unchecking these preferences disables the 'developer theme' and its button in customizing mode.">
<!ENTITY Ctr_fx36prefs "&brandShortName; 36+ introduced 'preferences in tab'. Unchecking this preference restores the old preference window.">
<!ENTITY Ctr_fx38reader "&brandShortName; 38+ introduced a new 'reader mode'. Unchecking these preferences disables it and removes its icon from location bar.">
+<!ENTITY Ctr_fx40pocket "&brandShortName; 40+ introduced the 'Pocket' feature. Unchecking this preference disables it and removes its button from the toolbars.">
<!ENTITY Ctr_e_omtc "OMTC / hanging tabs issue">
<!ENTITY Ctr_e_searchui "Search appearance">
<!ENTITY Ctr_e_loop "Calling and conversation">
<!ENTITY Ctr_e_deved "Developer Edition Theme">
<!ENTITY Ctr_e_prefsui "Preferences in tab">
<!ENTITY Ctr_e_readermode "Reader mode">
+<!ENTITY Ctr_e_pocket "Pocket">
<!ENTITY Ctr_pw_settings "設定">