move strings to messenger.properties

This commit is contained in:
alecf%netscape.com 2000-05-24 05:03:59 +00:00
Родитель 1ad83e014d
Коммит 75797bf208
2 изменённых файлов: 24 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
@ -226,13 +226,16 @@ nsMsgStatusFeedback.prototype =
},
StopMeteors : function()
{
dump("stopping meteors 1\n");
if (!gStatusBar) gStatusBar = document.getElementById("statusbar-icon");
if(!gThrobber) gThrobber = document.getElementById("navigator-throbber");
dump("stopping meteors 1\n");
if (!gStatusBar)
gStatusBar = document.getElementById("statusbar-icon");
if(!gThrobber)
gThrobber = document.getElementById("navigator-throbber");
// Record page loading time.
var elapsed = ( (new Date()).getTime() - startTime ) / 1000;
var msg = "Document: Done (" + elapsed + " secs)";
var msg = Bundle.GetStringFromName("documentDonePrefix") +
elapsed + Bundle.GetStringFromName("documentDonePostfix");
dump( msg + "\n" );
window.MsgStatusFeedback.ShowStatusString(msg);
defaultStatus = msg;

Просмотреть файл

@ -65,3 +65,19 @@ serverType-movemail=Unix Movemail
recipientColumnHeader=Recipient
senderColumnHeader=Sender
# status feedback stuff
documentDonePrefix=Document: Done (
documentDonePostfix=secs)
documentDone=Document: Done
documentLoading=Loading Document...
# localized folder names
localFolders=Local Folders
unsentFolderName=Unsent Messages
trashFolderName=Trash
sentFolderName=Sent
draftsFolderName=Drafts
templatesFolderName=Templates