зеркало из https://github.com/mozilla/snowl.git
hide not-yet-accessible options in the Options dialog
This commit is contained in:
Родитель
e9d46a068a
Коммит
f65591d65a
|
@ -86,10 +86,10 @@
|
||||||
accesskey="&feeds.accesskey;"/>
|
accesskey="&feeds.accesskey;"/>
|
||||||
<radio label="&twitter.label;"
|
<radio label="&twitter.label;"
|
||||||
accesskey="&twitter.accesskey;"/>
|
accesskey="&twitter.accesskey;"/>
|
||||||
<radio label="&mail.label;" disabled="true"
|
<!--<radio label="&mail.label;" disabled="true"-->
|
||||||
accesskey="&mail.accesskey;"/>
|
<!-- accesskey="&mail.accesskey;"/>-->
|
||||||
<radio label="&newsgroup.label;" disabled="true"
|
<!--<radio label="&newsgroup.label;" disabled="true"-->
|
||||||
accesskey="&newsgroup.accesskey;"/>
|
<!-- accesskey="&newsgroup.accesskey;"/>-->
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
<separator class="groove-thin"/>
|
<separator class="groove-thin"/>
|
||||||
|
|
||||||
|
@ -181,22 +181,22 @@
|
||||||
</prefpane>
|
</prefpane>
|
||||||
|
|
||||||
<!-- Subscriptions -->
|
<!-- Subscriptions -->
|
||||||
<prefpane id="subscriptions"
|
<!--<prefpane id="subscriptions"-->
|
||||||
label="&subscriptions.title;"
|
<!-- label="&subscriptions.title;"-->
|
||||||
XXXonpaneload="SnowlPreferences.onPaneLoad();">
|
<!-- XXXonpaneload="SnowlPreferences.onPaneLoad();">-->
|
||||||
<groupbox>
|
<!-- <groupbox>-->
|
||||||
<caption label="Subscriptions"/>
|
<!-- <caption label="Subscriptions"/>-->
|
||||||
</groupbox>
|
<!-- </groupbox>-->
|
||||||
</prefpane>
|
<!--</prefpane>-->
|
||||||
|
|
||||||
<!-- Organize -->
|
<!-- Organize -->
|
||||||
<prefpane id="organize"
|
<!--<prefpane id="organize"-->
|
||||||
label="&organize.title;"
|
<!-- label="&organize.title;"-->
|
||||||
XXXonpaneload="SnowlPreferences.onPaneLoad();">
|
<!-- XXXonpaneload="SnowlPreferences.onPaneLoad();">-->
|
||||||
<groupbox>
|
<!-- <groupbox>-->
|
||||||
<caption label="Organize"/>
|
<!-- <caption label="Organize"/>-->
|
||||||
</groupbox>
|
<!-- </groupbox>-->
|
||||||
</prefpane>
|
<!--</prefpane>-->
|
||||||
|
|
||||||
<hbox id="resizerBox" flex="1">
|
<hbox id="resizerBox" flex="1">
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
<!ENTITY prefWindow.title "Snowl Options">
|
<!ENTITY prefWindow.title "Snowl Options">
|
||||||
<!ENTITY page.title "Snowl: Subscribe to Message Sources">
|
<!ENTITY page.title "Snowl: Subscribe to Message Sources">
|
||||||
|
|
||||||
<!-- General pane -->
|
|
||||||
<!ENTITY general.title "General">
|
|
||||||
|
|
||||||
<!-- Subscribe pane -->
|
<!-- Subscribe pane -->
|
||||||
<!ENTITY subscribe.title "Subscribe">
|
<!ENTITY subscribe.title "Subscribe">
|
||||||
<!ENTITY source.label "Subscribe to a Message Source">
|
<!ENTITY source.label "Subscribe to a Message Source">
|
||||||
|
@ -12,10 +9,6 @@
|
||||||
<!ENTITY feeds.accesskey "F">
|
<!ENTITY feeds.accesskey "F">
|
||||||
<!ENTITY twitter.label "Twitter">
|
<!ENTITY twitter.label "Twitter">
|
||||||
<!ENTITY twitter.accesskey "T">
|
<!ENTITY twitter.accesskey "T">
|
||||||
<!ENTITY mail.label "Mail">
|
|
||||||
<!ENTITY mail.accesskey "M">
|
|
||||||
<!ENTITY newsgroup.label "Newsgroup">
|
|
||||||
<!ENTITY newsgroup.accesskey "N">
|
|
||||||
<!ENTITY location.label "Location:">
|
<!ENTITY location.label "Location:">
|
||||||
<!ENTITY name.label "Name:">
|
<!ENTITY name.label "Name:">
|
||||||
<!ENTITY subscribeButton.label "Subscribe">
|
<!ENTITY subscribeButton.label "Subscribe">
|
||||||
|
@ -25,8 +18,19 @@
|
||||||
<!ENTITY clearButton.label "Clear">
|
<!ENTITY clearButton.label "Clear">
|
||||||
<!ENTITY clearButton.accesskey "C">
|
<!ENTITY clearButton.accesskey "C">
|
||||||
|
|
||||||
|
<!-- The entities below are commented out because they aren't being used yet,
|
||||||
|
- and they may change before we start using them, so don't localize them. -->
|
||||||
|
|
||||||
|
<!--<!ENTITY mail.label "Mail">-->
|
||||||
|
<!--<!ENTITY mail.accesskey "M">-->
|
||||||
|
<!--<!ENTITY newsgroup.label "Newsgroup">-->
|
||||||
|
<!--<!ENTITY newsgroup.accesskey "N">-->
|
||||||
|
|
||||||
|
<!-- General pane -->
|
||||||
|
<!--<!ENTITY general.title "General">-->
|
||||||
|
|
||||||
<!-- Subscriptions pane -->
|
<!-- Subscriptions pane -->
|
||||||
<!ENTITY subscriptions.title "Subscriptions">
|
<!--<!ENTITY subscriptions.title "Subscriptions">-->
|
||||||
|
|
||||||
<!-- Organize pane -->
|
<!-- Organize pane -->
|
||||||
<!ENTITY organize.title "Organize">
|
<!--<!ENTITY organize.title "Organize">-->
|
||||||
|
|
Загрузка…
Ссылка в новой задаче