ginebra2/chrome/js/locale.js
changeset 0 1450b09d0cfd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra2/chrome/js/locale.js	Tue May 04 12:39:35 2010 +0300
@@ -0,0 +1,15 @@
+//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";
+}