- Added new translatable strings (patch from Henry)

- Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7447 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-07-10 18:37:21 +00:00
parent e7489ea2dc
commit 383a035bdb
11 changed files with 1238 additions and 2412 deletions

View file

@ -33,10 +33,10 @@ NetworkViewer::NetworkViewer(QWidget *parent,Network&net)
connect(this,SIGNAL(customContextMenuRequested(QPoint)),this,SLOT(contextMenu(QPoint)));
action_ClientForHash = new QAction(QString("Client for new random hash"),this) ;
action_ClientForHash = new QAction(tr("Client for new random hash"),this) ;
QObject::connect(action_ClientForHash,SIGNAL(triggered()),this,SLOT(actionClientForHash())) ;
action_ProvideGRKey = new QAction(QString("Provide new GRouter key"),this) ;
action_ProvideGRKey = new QAction(tr("Provide new GRouter key"),this) ;
QObject::connect(action_ProvideGRKey,SIGNAL(triggered()),this,SLOT(actionProvideGRKey())) ;
setMouseTracking(true) ;