fixes for bugs 160992 : Saving messages with account name;78060- adding smiley menu item to Insert menu;18323-spellcheck is sometimes disabled in body;95789 - selecting right domain name when identity changes;r=ducarroz;sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@223390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -236,7 +236,7 @@ initErrorDlogMessage=An error occurred while creating a message compose window.
|
||||
## Strings used by Save as Draft/Template dialog
|
||||
SaveDialogTitle=Save Message
|
||||
## LOCALIZATION NOTE (SaveDialogMsg): %1$S is folder name, %2$S is host name
|
||||
SaveDialogMsg=Your message has been saved to the folder %1$S on %2$S.
|
||||
SaveDialogMsg=Your message has been saved to the folder %1$S under %2$S.
|
||||
CheckMsg=Do not show me this dialog box again.
|
||||
|
||||
## Strings used by prompt when Quitting while in progress
|
||||
|
||||
@@ -84,6 +84,28 @@
|
||||
<!ENTITY dcharArmCmd.label "Armenian (ARMSCII-8)">
|
||||
<!ENTITY dcharDEFAULT.label "Set Default Mail Send Character Set">
|
||||
|
||||
<!-- Insert menu items -->
|
||||
<!ENTITY insertSmiley.label "Smiley">
|
||||
<!ENTITY insertSmiley.accesskey "S">
|
||||
|
||||
<!-- Insert Smiley Menu items -->
|
||||
<!ENTITY smiley1Cmd.label "Smile">
|
||||
<!ENTITY smiley1Cmd.accesskey "S">
|
||||
<!ENTITY smiley2Cmd.label "Frown">
|
||||
<!ENTITY smiley2Cmd.accesskey "F">
|
||||
<!ENTITY smiley3Cmd.label "Wink">
|
||||
<!ENTITY smiley3Cmd.accesskey "W">
|
||||
<!ENTITY smiley4Cmd.label "Tongue-out">
|
||||
<!ENTITY smiley4Cmd.accesskey "T">
|
||||
<!ENTITY smiley5Cmd.label "Laughing">
|
||||
<!ENTITY smiley5Cmd.accesskey "L">
|
||||
<!ENTITY smiley6Cmd.label "Embarrassed">
|
||||
<!ENTITY smiley6Cmd.accesskey "E">
|
||||
<!ENTITY smiley7Cmd.label "Undecided">
|
||||
<!ENTITY smiley7Cmd.accesskey "U">
|
||||
<!ENTITY SmileButton.tooltip "Insert a smiley face">
|
||||
|
||||
|
||||
<!-- Format menu items -->
|
||||
<!ENTITY formatMenu.label "Format">
|
||||
<!ENTITY formatMenu.accesskey "o">
|
||||
|
||||
Reference in New Issue
Block a user