зеркало из https://github.com/mozilla/gecko-dev.git
Bug 761566 - add per-OS settings/options/preferences string, r=mak
This commit is contained in:
Родитель
65f85fde0f
Коммит
0a1d335ef7
|
@ -62,7 +62,11 @@
|
||||||
<button class="launchButton" id="apps" hidden="true">&abouthome.appsButton.label;</button>
|
<button class="launchButton" id="apps" hidden="true">&abouthome.appsButton.label;</button>
|
||||||
<button class="launchButton" id="addons">&abouthome.addonsButton.label;</button>
|
<button class="launchButton" id="addons">&abouthome.addonsButton.label;</button>
|
||||||
<button class="launchButton" id="sync">&abouthome.syncButton.label;</button>
|
<button class="launchButton" id="sync">&abouthome.syncButton.label;</button>
|
||||||
<button class="launchButton" id="settings">&abouthome.settingsButton.label;</button>
|
#ifdef XP_WIN
|
||||||
|
<button class="launchButton" id="settings">&abouthome.preferencesButtonWin.label;</button>
|
||||||
|
#else
|
||||||
|
<button class="launchButton" id="settings">&abouthome.preferencesButtonUnix.label;</button>
|
||||||
|
#endif
|
||||||
<div id="restorePreviousSessionSeparator"/>
|
<div id="restorePreviousSessionSeparator"/>
|
||||||
<button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>
|
<button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -18,7 +18,7 @@ browser.jar:
|
||||||
* content/browser/aboutDialog.js (content/aboutDialog.js)
|
* content/browser/aboutDialog.js (content/aboutDialog.js)
|
||||||
content/browser/aboutDialog.css (content/aboutDialog.css)
|
content/browser/aboutDialog.css (content/aboutDialog.css)
|
||||||
content/browser/aboutRobots.xhtml (content/aboutRobots.xhtml)
|
content/browser/aboutRobots.xhtml (content/aboutRobots.xhtml)
|
||||||
content/browser/abouthome/aboutHome.xhtml (content/abouthome/aboutHome.xhtml)
|
* content/browser/abouthome/aboutHome.xhtml (content/abouthome/aboutHome.xhtml)
|
||||||
content/browser/abouthome/aboutHome.js (content/abouthome/aboutHome.js)
|
content/browser/abouthome/aboutHome.js (content/abouthome/aboutHome.js)
|
||||||
* content/browser/abouthome/aboutHome.css (content/abouthome/aboutHome.css)
|
* content/browser/abouthome/aboutHome.css (content/abouthome/aboutHome.css)
|
||||||
content/browser/abouthome/snippet1.png (content/abouthome/snippet1.png)
|
content/browser/abouthome/snippet1.png (content/abouthome/snippet1.png)
|
||||||
|
|
|
@ -26,7 +26,12 @@
|
||||||
|
|
||||||
<!ENTITY abouthome.bookmarksButton.label "Bookmarks">
|
<!ENTITY abouthome.bookmarksButton.label "Bookmarks">
|
||||||
<!ENTITY abouthome.historyButton.label "History">
|
<!ENTITY abouthome.historyButton.label "History">
|
||||||
<!ENTITY abouthome.settingsButton.label "Settings">
|
<!-- LOCALIZATION NOTE (abouthome.preferencesButtonWin.label): The label for the
|
||||||
|
preferences/options item on about:home on Windows -->
|
||||||
|
<!ENTITY abouthome.preferencesButtonWin.label "Options">
|
||||||
|
<!-- LOCALIZATION NOTE (abouthome.preferencesButtonUnix.label): The label for the
|
||||||
|
preferences/options item on about:home on Linux and OS X -->
|
||||||
|
<!ENTITY abouthome.preferencesButtonUnix.label "Preferences">
|
||||||
<!ENTITY abouthome.addonsButton.label "Add-ons">
|
<!ENTITY abouthome.addonsButton.label "Add-ons">
|
||||||
<!ENTITY abouthome.appsButton.label "Marketplace">
|
<!ENTITY abouthome.appsButton.label "Marketplace">
|
||||||
<!ENTITY abouthome.downloadsButton.label "Downloads">
|
<!ENTITY abouthome.downloadsButton.label "Downloads">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче