From 97eb5c1356efebdbb846b209290df3eca5122bc5 Mon Sep 17 00:00:00 2001 From: halex Date: Sun, 15 Jul 2007 01:58:01 +0000 Subject: [PATCH] Remove all reminants of old i10n labels. --- src/www/js/CalendarEditor.js | 6 +++--- src/www/js/Composer.js | 2 +- src/www/js/OccurrenceEditor.js | 4 ++-- src/www/js/Summary.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/www/js/CalendarEditor.js b/src/www/js/CalendarEditor.js index 22b9474..96befe7 100644 --- a/src/www/js/CalendarEditor.js +++ b/src/www/js/CalendarEditor.js @@ -1038,7 +1038,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.deleteClicked = function (e var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); d.request ('POST', loc, { method: 'delete' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); @@ -1049,7 +1049,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.junkClicked = function (evt var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); d.request ('POST', loc, { method: 'junk' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); @@ -1059,7 +1059,7 @@ Dragonfly.Calendar.CalendarInvitationPopup.prototype.ignoreClicked = function (e { var d = Dragonfly; var loc = new d.Location ({ tab: 'mail', conversation: this.invite.convId, message: this.invite.bongoId }); - d.notify (_('genericSavingChanges'), true); + d.notify (_('Saving changes...'), true); var req = d.request ('POST', loc, { method: 'archive' }).addCallbacks ( bind ('disposeAndReload', this), bind ('showError', this)); diff --git a/src/www/js/Composer.js b/src/www/js/Composer.js index d2af4a8..83df0cd 100644 --- a/src/www/js/Composer.js +++ b/src/www/js/Composer.js @@ -154,7 +154,7 @@ Dragonfly.Mail.Composer.prototype.buildHtml = function (html) } } - html.push ('
  • ', _('mailAttachLabel'), '
  • ', + html.push ('
  • ', _('Attach file...'), '
  • ', '', '', diff --git a/src/www/js/OccurrenceEditor.js b/src/www/js/OccurrenceEditor.js index 3301f67..b9ca5a4 100644 --- a/src/www/js/OccurrenceEditor.js +++ b/src/www/js/OccurrenceEditor.js @@ -277,7 +277,7 @@ Dragonfly.Calendar.OccurrencePopup.prototype.getScope = function (forSave) '', '']; var actions = [ - { value: _('genericCancel'), onclick: 'dispose'}, + { value: _('Cancel'), onclick: 'dispose'}, { value: forSave ? _('Save') : _('Delete'), onclick: partial (this.dispatchWithScope, forSave) }]; this.setForm (form, actions); this.show(); @@ -377,7 +377,7 @@ Dragonfly.Calendar.OccurrenceEditor.prototype.buildSharingTab = function (page) var c = d.Calendar; var html = new d.HtmlBuilder ( - _('includeEventLabel'), + _('Include this event in:'), '