ginebra2/chrome/js/locale.js
changeset 3 0954f5dd2cd0
parent 1 b0dd75e285d2
child 4 d5cdb6bc139d
equal deleted inserted replaced
1:b0dd75e285d2 3:0954f5dd2cd0
     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 }