Changeset 7f2d53
- Timestamp:
- Aug 11, 2008, 5:55:40 PM (12 years ago)
- Branches:
- master
- Children:
- 04b81d
- Parents:
- ed9248
- Location:
- chrome
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_prefDialog.js
red9248 r7f2d53 67 67 "VIdent_identity.storage", 68 68 "VIdent_identity.storage_storedefault", 69 "VIdent_identity.storage_store_base_id", 69 70 "VIdent_identity.storage_dont_update_multiple", 70 71 "VIdent_identity.storage_show_switch", … … 241 242 var elementIDs = [ 242 243 "VIdent_identity.storage_storedefault", 244 "VIdent_identity.storage_store_base_id", 243 245 "VIdent_identity.storage_dont_update_multiple", 244 246 "VIdent_identity.storage_show_switch", -
chrome/content/v_identity/vI_prefDialog.xul
red9248 r7f2d53 363 363 <checkbox id="VIdent_identity.storage_storedefault" label="&vI_prefDialog.storage.storedefault.label;" 364 364 prefstring="storage_storedefault"/> 365 <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;" 366 prefstring="storage_store_base_id"/> 365 367 <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;" 366 368 prefstring="storage_show_switch"/> -
chrome/locale/en-US/v_identity/vI_prefDialog.dtd
red9248 r7f2d53 65 65 <!ENTITY vI_prefDialog.storageCap2.caption "reading of Identities"> 66 66 <!ENTITY vI_prefDialog.storage.storedefault.label "save used Identities while sending emails"> 67 <!ENTITY vI_prefDialog.storage.store_base_id.label "store underlaying base Identity"> 67 68 <!ENTITY vI_prefDialog.storage.warn_update.label "ask before overwriting Identities in your Storage"> 68 69 <!ENTITY vI_prefDialog.storage.dont_update_multiple.label "never overwrite (and ask) if email has multiple recipients"> -
chrome/locale/en-US/v_identity/v_identity.properties
red9248 r7f2d53 6 6 vident.updateStorage.warning3=' is stored. Should I replace this Identity with ' 7 7 vident.updateStorage.warning4=' ? 8 9 vident.updateStorage.title=You already have a Virtual Identity stored for this recipient. 10 vident.updateStorage.recipient=Recipient 11 vident.updateStorage.currentIdentity=Given Identity 12 vident.updateStorage.storedIdentity=Stored Identity 13 vident.updateStorage.query=Do you want to store the given Identity? 14 15 vident.replaceVIdentity.title=You are already using a Virtual Identity. 16 vident.replaceVIdentity.recipient=Recipient 17 vident.replaceVIdentity.currentIdentity=Current Identity 18 vident.replaceVIdentity.storedIdentity=Stored Identity 19 vident.replaceVIdentity.query=Do you want to use the stored Identity? 20 21 vident.statusText.save.off=storing of virtual Identities deactivated 22 vident.statusText.save.ok=storing virtual Identities 23 vident.statusText.save.base=storing virtual Identities (remember underlying Identity) 24 25 vident.identityData.Name=Name 26 vident.identityData.Address=Address 27 vident.identityData.SMTP=SMTP server 28 vident.identityData.baseID=Base Identity 29 8 30 vident.updateVirtualIdentity.warning1=For the recipient ' 9 31 vident.updateVirtualIdentity.warning2=' the Virtual Identity '
Note: See TracChangeset
for help on using the changeset viewer.