ginebra2/chrome/js/locale.js
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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