зеркало из https://github.com/mozilla/pjs.git
[Bug 402592] labelMessage.label is unused (and some other cleanup)
r=philringnalda, sr=bienvenu
This commit is contained in:
Родитель
329716576d
Коммит
e428d40c33
|
@ -621,7 +621,7 @@ var gFeedSubscriptionsWindow = {
|
|||
storeFeed: function(feedProperties)
|
||||
{
|
||||
var itemResource = rdf.GetResource(feedProperties.feedLocation);
|
||||
feed = new Feed(itemResource, this.mRSSServer);
|
||||
var feed = new Feed(itemResource, this.mRSSServer);
|
||||
|
||||
// if the user specified a specific folder to add the feed too, then set it here
|
||||
if (feedProperties.folderURI)
|
||||
|
|
|
@ -1,20 +1,5 @@
|
|||
<!ENTITY window.title "Filter Rules">
|
||||
<!ENTITY subject.label "subject">
|
||||
<!ENTITY sender.label "sender">
|
||||
<!ENTITY date.label "date">
|
||||
<!ENTITY anyText.label "any text">
|
||||
<!ENTITY keyword.label "keyword">
|
||||
<!ENTITY age.label "age in days">
|
||||
<!ENTITY to.label "to">
|
||||
|
||||
<!-- LOCALIZATION NOTE (cc.label): DONT_TRANSLATE -->
|
||||
<!ENTITY cc.label "Cc">
|
||||
|
||||
<!ENTITY status.label "status">
|
||||
<!ENTITY priority.label "priority">
|
||||
<!ENTITY body.label "body">
|
||||
<!ENTITY contains.label "contains">
|
||||
<!ENTITY nocontains.label "doesn't contain">
|
||||
<!ENTITY filterName.label "Filter name:">
|
||||
<!ENTITY filterName.accesskey "i">
|
||||
|
||||
|
@ -41,7 +26,6 @@
|
|||
<!ENTITY replyWithTemplate.label "Reply with Template">
|
||||
<!ENTITY markMessageRead.label "Mark As Read">
|
||||
<!ENTITY markMessageStarred.label "Add Star">
|
||||
<!ENTITY labelMessage.label "Label Message As">
|
||||
<!ENTITY setPriority.label "Set Priority to">
|
||||
<!ENTITY addTag.label "Tag Message">
|
||||
<!ENTITY setJunkScore.label "Set Junk Status to">
|
||||
|
|
|
@ -619,10 +619,6 @@
|
|||
<!ENTITY contextPrintPreview.accesskey "v">
|
||||
<!ENTITY contextDelete.label "Delete">
|
||||
<!ENTITY contextDelete.accesskey "D">
|
||||
<!ENTITY contextAddSenderToAddressBook.label "Add Sender To Address Book">
|
||||
<!ENTITY contextAddSenderToAddressBook.accesskey "B">
|
||||
<!ENTITY contextAddAllToAddressBook.label "Add All To Address Book">
|
||||
<!ENTITY contextAddAllToAddressBook.accesskey "A">
|
||||
|
||||
<!-- Junk Bar -->
|
||||
<!ENTITY junkBarMessage1.label "Junk Mail">
|
||||
|
|
|
@ -53,23 +53,7 @@
|
|||
***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!ENTITY window.title "Filter Rules">
|
||||
<!ENTITY subject.label "subject">
|
||||
<!ENTITY sender.label "sender">
|
||||
<!ENTITY date.label "date">
|
||||
<!ENTITY anyText.label "any text">
|
||||
<!ENTITY keyword.label "keyword">
|
||||
<!ENTITY age.label "age in days">
|
||||
<!ENTITY to.label "to">
|
||||
<!ENTITY size.label "size">
|
||||
|
||||
<!-- LOCALIZATION NOTE (cc.label): DONT_TRANSLATE -->
|
||||
<!ENTITY cc.label "Cc">
|
||||
|
||||
<!ENTITY status.label "status">
|
||||
<!ENTITY priority.label "priority">
|
||||
<!ENTITY body.label "body">
|
||||
<!ENTITY contains.label "contains">
|
||||
<!ENTITY nocontains.label "doesn't contain">
|
||||
<!ENTITY filterName.label "Filter name:">
|
||||
<!ENTITY filterName.accesskey "i">
|
||||
|
||||
|
|
|
@ -529,10 +529,6 @@
|
|||
<!ENTITY contextPrint.accesskey "P">
|
||||
<!ENTITY contextPrintPreview.label "Print Preview">
|
||||
<!ENTITY contextPrintPreview.accesskey "v">
|
||||
<!ENTITY contextAddSenderToAddressBook.label "Add Sender To Address Book">
|
||||
<!ENTITY contextAddSenderToAddressBook.accesskey "B">
|
||||
<!ENTITY contextAddAllToAddressBook.label "Add All To Address Book">
|
||||
<!ENTITY contextAddAllToAddressBook.accesskey "A">
|
||||
|
||||
<!-- Folder Pane Context Menu -->
|
||||
<!ENTITY folderContextGetMessages.label "Get Messages for Account">
|
||||
|
|
Загрузка…
Ссылка в новой задаче