This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 26, 2011, 6:53:31 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
826c34
Parents:
99ced4
Message:

tons of changes, mostly namespace-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/vI_smartIdentity.js

    r99ced4 rf29419  
    3636        .QueryInterface(Components.interfaces.nsIMessenger),
    3737   
     38    stringBundle : Components.classes["@mozilla.org/intl/stringbundle;1"]
     39        .getService(Components.interfaces.nsIStringBundleService)
     40        .createBundle("chrome://v_identity/locale/v_identity.properties"),
     41
    3842    _smartIdentityCollection : null,
    3943       
     
    144148        document.getElementById("virtualIdentityExtension_msgIdentityClone").selectedMenuItem = allIdentities.menuItems[selectedValue];
    145149        if (document.getElementById("virtualIdentityExtension_msgIdentityClone").vid) {
    146             var label=vI.main.elements.strings.getString("vident.smartIdentity.vIUsage");
     150            var label=statusmenu.stringBundle.GetStringFromName("vident.smartIdentity.vIUsage");
    147151            if (allIdentities.number > 1) label += " "
    148                 + vI.main.elements.strings.getString("vident.smartIdentity.moreThanOne");
     152                + statusmenu.stringBundle.GetStringFromName("vident.smartIdentity.moreThanOne");
    149153            vI.SmartReplyNotification.info(label + ".");
    150154        }
     
    190194                    awSetInputAndPopupValue(input, "", popup, "addr_to", -1);
    191195                    awCleanupRows()
    192                     vI.SmartReplyNotification.info(" " +    vI.main.elements.strings.getString("vident.smartIdentity.remRecipient"));
     196                    vI.SmartReplyNotification.info(" " + statusmenu.stringBundle.GetStringFromName("vident.smartIdentity.remRecipient"));
    193197                    break;
    194198            }
Note: See TracChangeset for help on using the changeset viewer.