diff -r b0dd75e285d2 -r 0954f5dd2cd0 ginebra2/chrome/js/locale.js --- a/ginebra2/chrome/js/locale.js Fri May 14 15:40:36 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -//This file should be saved in UTF-8 format -function BrowserLocale() -{ -this.statusNewWindow ="New Window"; -this.statusWindow ="Windows"; -this.contextmunuClearCache ="Clear Cache"; -this.contextmunuClearCookies ="Clear Cookies"; -this.contextmunuClearHistory ="Clear History"; -this.contextmunuClearAll ="Clear All"; -this.contextmunuBrowser ="Browser"; -this.contextmunuExit ="Exit"; -this.contextmunuSettings ="Settings"; -this.contextmunBookmarks ="Bookmarks"; -this.contextmunuHistory ="History"; -}