ginebra2/chrome/js/locale.js
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:23:26 +0100
branchGCC_SURGE
changeset 2 bf4420e9fa4d
parent 0 1450b09d0cfd
permissions -rw-r--r--
Branch for GCC_SURGE fixes

//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";
}