ginebra2/chrome/js/locale.js
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     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 }