ginebra2/chrome/js/locale.js
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
--- a/ginebra2/chrome/js/locale.js	Fri Jun 11 16:23:26 2010 +0100
+++ /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";
-}