ginebra2/chrome/js/locale.js
changeset 0 1450b09d0cfd
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 //This file should be saved in UTF-8 format
       
     2 function BrowserLocale() 
       
     3 { 
       
     4 this.statusNewWindow ="New Window";
       
     5 this.statusWindow ="Windows";
       
     6 this.contextmunuClearCache ="Clear Cache";
       
     7 this.contextmunuClearCookies ="Clear Cookies";
       
     8 this.contextmunuClearHistory ="Clear History";
       
     9 this.contextmunuClearAll ="Clear All";
       
    10 this.contextmunuBrowser ="Browser";
       
    11 this.contextmunuExit ="Exit";
       
    12 this.contextmunuSettings ="Settings";
       
    13 this.contextmunBookmarks ="Bookmarks";
       
    14 this.contextmunuHistory ="History";
       
    15 }