Merging in property file changes from the aviary branch.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@162435 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-09-16 03:33:54 +00:00
parent ec1a266e13
commit a9ad774ea8

View File

@@ -2,3 +2,5 @@ JSURLLoadBlockedWarning=Attempt to load a javascript: URL from one host\nin a wi
WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script.
OnBeforeUnloadPreMessage=Are you sure you want to navigate away from this page?
OnBeforeUnloadPostMessage=Press OK to continue, or Cancel to stay on the current page.
DocumentAllUsed=Non-standard document.all property was used. Use W3C standard document.getElementById() instead.
GlobalScopeElementReference=Non-standard Global Element reference was used. Use W3C standard document.getElementById() instead.