mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
- 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:
parent
e7489ea2dc
commit
383a035bdb
11 changed files with 1238 additions and 2412 deletions
|
@ -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) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue