Changeset 00e70a
- Timestamp:
- Sep 29, 2007, 10:08:19 PM (13 years ago)
- Branches:
- master
- Children:
- 8ff3e1
- Parents:
- 4974ff
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_prefDialog.js
r4974ff r00e70a 58 58 "VIdent_identity.debug_notification", 59 59 "VIdent_identity.warn_nonvirtual", 60 "VIdent_identity.warn_virtual", 60 61 "VIdent_identity.hide_signature"], 61 62 -
chrome/content/v_identity/vI_prefDialog.xul
r4974ff r00e70a 94 94 <checkbox id="VIdent_identity.warn_nonvirtual" label="&vident.prefs.warnNonvirtual.label;" 95 95 prefstring="warn_nonvirtual" /> 96 <checkbox id="VIdent_identity.warn_virtual" label="&vident.prefs.warnVirtual.label;" 97 prefstring="warn_virtual" /> 96 98 </groupbox> 97 99 </tabpanel> -
chrome/content/v_identity/v_identity.js
r4974ff r00e70a 136 136 137 137 GenericSendMessage: function (msgType) { 138 var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"] 139 .getService(Components.interfaces.nsIPromptService); 138 140 vI_notificationBar.dump("## v_identity: VIdentity_GenericSendMessage\n"); 139 141 vI.msgType = msgType; … … 162 164 163 165 //Get the bundled string file. 164 var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]165 .getService(Components.interfaces.nsIPromptService);166 166 if (promptService.confirm(window,"Error",vI.elements.strings.getString("vident.sendLater.warning") + 167 167 vI.elements.strings.getString("vident.sendLater.prefix") + … … 173 173 else { return; } 174 174 } 175 else { 175 else if ( !vI.preferences.getBoolPref("warn_virtual") || 176 promptService.confirm(window,"Warning",vI.elements.strings.getString("vident.sendVirtual.warning")) ) { 176 177 // just to be sure to use the recent settings if account was left by cancelled Send Operation 177 178 vI.Cleanup_Account(); … … 296 297 if (GenericSendMessage == vI.replacement_functions.GenericSendMessage) { 297 298 GenericSendMessage = function (msgType) { 298 vI.msgType = msgType; if (vI.warning( )) vI.original_functions.GenericSendMessage(msgType); }299 vI.msgType = msgType; if (vI.warning(msgType)) vI.original_functions.GenericSendMessage(msgType); } 299 300 vI_notificationBar.dump("## v_identity: restored GenericSendMessage (Virtual Identity deactivated)\n"); 300 301 } -
chrome/locale/cs-CZ/v_identity/v_identity.dtd
r4974ff r00e70a 15 15 <!ENTITY vident.prefs.menuEntry.label "pÅidat poloÅŸku do dialogu MoÅŸnosti v nabÃdce Nástroje"> 16 16 <!ENTITY vident.prefs.warnNonvirtual.label "warn on any usage of non-virtual Identities"> 17 <!ENTITY vident.prefs.warnVirtual.label "warn on any usage of virtual Identities"> 17 18 <!ENTITY vident.prefs.vIdentityTab.header "Nastavenà virtuálnÃch identit"> 18 19 <!ENTITY vident.prefs.vIdentityTab.valueTab.label "vlastnosti ke zkopÃrovánÃ"> -
chrome/locale/cs-CZ/v_identity/v_identity.properties
r4974ff r00e70a 10 10 vident.getHeader.headerFound= hlaviÄek nalezeno: 11 11 vident.sendNonvirtual.warning= You are going to send this email with a permanently stored Identity. Is this really what you are going to do? 12 vident.sendVirtual.warning= You are going to send this email with a virtual Identity. Is this really what you are going to do? 12 13 extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description= UmoÅŸÅuje vám za chodu zmÄnit nastavenà identity pro jeden e-mail. -
chrome/locale/de-DE/v_identity/v_identity.dtd
r4974ff r00e70a 15 15 <!ENTITY vident.prefs.menuEntry.label "fÌge Einstellungs-Dialog zu Menu Extras hinzu"> 16 16 <!ENTITY vident.prefs.warnNonvirtual.label "warne bei jeder Verwendung einer dauerhaft gespeicherten IdentitÀt"> 17 <!ENTITY vident.prefs.warnVirtual.label "warne bei jeder Verwendung einer Virtuellen IdentitÀt"> 17 18 <!ENTITY vident.prefs.vIdentityTab.header "Eigenschaften der Virtuellen IdentitÀt"> 18 19 <!ENTITY vident.prefs.vIdentityTab.valueTab.label "zu kopierende Einstellungen"> -
chrome/locale/de-DE/v_identity/v_identity.properties
r4974ff r00e70a 10 10 vident.getHeader.headerFound= Kopfzeile(n) gefunden: 11 11 vident.sendNonvirtual.warning= Diese Email wird mit einer dauerhaft gespeicherten IdentitÀt gesendet. Ist das wirklich was sie wollen? 12 vident.sendVirtual.warning= Diese Email wird mit einer virtuellen IdentitÀt gesendet. Ist das wirklich was sie wollen? 12 13 extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description= Erlaubt die VerÀnderung von IdentitÀten wÀhrend dem Schreiben von Mails. -
chrome/locale/en-US/v_identity/v_identity.dtd
r4974ff r00e70a 15 15 <!ENTITY vident.prefs.menuEntry.label "add entry for Settings-Dialog to Tools menu"> 16 16 <!ENTITY vident.prefs.warnNonvirtual.label "warn on any usage of non-virtual Identities"> 17 <!ENTITY vident.prefs.warnVirtual.label "warn on any usage of virtual Identities"> 17 18 <!ENTITY vident.prefs.vIdentityTab.header "Properties of Virtual Identities"> 18 19 <!ENTITY vident.prefs.vIdentityTab.valueTab.label "attributes to copy"> -
chrome/locale/en-US/v_identity/v_identity.properties
r4974ff r00e70a 10 10 vident.getHeader.headerFound= header(s) found: 11 11 vident.sendNonvirtual.warning= You are going to send this email with a permanently stored Identity. Is this really what you are going to do? 12 vident.sendVirtual.warning= You are going to send this email with a virtual Identity. Is this really what you are going to do? 12 13 extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description= Allows you to modify your Identity settings for a single Mail on the fly. -
chrome/locale/es-ES/v_identity/v_identity.dtd
r4974ff r00e70a 15 15 <!ENTITY vident.prefs.menuEntry.label "añadir entrada para el cuadro de opciones al menú Herramientas"> 16 16 <!ENTITY vident.prefs.warnNonvirtual.label "warn on any usage of non-virtual Identities"> 17 <!ENTITY vident.prefs.warnVirtual.label "warn on any usage of virtual Identities"> 17 18 <!ENTITY vident.prefs.vIdentityTab.header "Propiedades de las identidades virtuales"> 18 19 <!ENTITY vident.prefs.vIdentityTab.valueTab.label "atributos a copiar"> -
chrome/locale/es-ES/v_identity/v_identity.properties
r4974ff r00e70a 10 10 vident.getHeader.headerFound=cabeceras encontradas: 11 11 vident.sendNonvirtual.warning= You are going to send this email with a permanently stored Identity. Is this really what you are going to do? 12 vident.sendVirtual.warning= You are going to send this email with a virtual Identity. Is this really what you are going to do? 12 13 extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description=Permite modificar la identidad directamente al mandar un correo. -
chrome/locale/nl-NL/v_identity/v_identity.dtd
r4974ff r00e70a 15 15 <!ENTITY vident.prefs.menuEntry.label "Onderdeel voor Instellingen-dialoogvenster aan Extra menu toevoegen"> 16 16 <!ENTITY vident.prefs.warnNonvirtual.label "warn on any usage of non-virtual Identities"> 17 <!ENTITY vident.prefs.warnVirtual.label "warn on any usage of virtual Identities"> 17 18 <!ENTITY vident.prefs.vIdentityTab.header "Eigenschappen van virtuele identiteiten"> 18 19 <!ENTITY vident.prefs.vIdentityTab.valueTab.label "Te kopiëren eigenschappen"> -
chrome/locale/nl-NL/v_identity/v_identity.properties
r4974ff r00e70a 10 10 vident.getHeader.headerFound=koptekst(en) gevonden: 11 11 vident.sendNonvirtual.warning= You are going to send this email with a permanently stored Identity. Is this really what you are going to do? 12 vident.sendVirtual.warning= You are going to send this email with a virtual Identity. Is this really what you are going to do? 12 13 extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description=Maakt het mogelijk om uw identiteits-instellingen voor een enkel bericht rechtstreeks te wijzigen. -
defaults/preferences/preferences.js
r4974ff r00e70a 23 23 pref("extensions.virtualIdentity.notification_timeout", 5); 24 24 pref("extensions.virtualIdentity.warn_nonvirtual", false); 25 pref("extensions.virtualIdentity.warn_virtual", false); 25 26 pref("extensions.virtualIdentity.hide_signature", false); 26 27
Note: See TracChangeset
for help on using the changeset viewer.