mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-14 18:34:29 -05:00
enabled double click download
disabled not implemented Broadcast context menu entry enabled reseting keywords git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
96d886e674
commit
d9aa7a3e3a
@ -119,8 +119,13 @@ SearchDialog::SearchDialog(QWidget *parent)
|
||||
connect( ui.lineEdit, SIGNAL( returnPressed ( void ) ), this, SLOT( searchKeywords( void ) ) );
|
||||
connect( ui.pushButtonsearch, SIGNAL( released ( void ) ), this, SLOT( searchKeywords( void ) ) );
|
||||
connect( ui.pushButtonDownload, SIGNAL( released ( void ) ), this, SLOT( download( void ) ) );
|
||||
connect( ui.cloaseallsearchresultsButton, SIGNAL(clicked()), this, SLOT(searchRemoveAll()));
|
||||
connect( ui.resetButton, SIGNAL(clicked()), this, SLOT(clearKeyword()));
|
||||
|
||||
//connect( ui.searchSummaryWidget, SIGNAL( itemSelectionChanged ( void ) ), this, SLOT( selectSearchResults( void ) ) );
|
||||
|
||||
connect( ui.searchResultWidget, SIGNAL( itemDoubleClicked ( QTreeWidgetItem *, int)), this, SLOT(download()));
|
||||
|
||||
connect ( ui.searchSummaryWidget, SIGNAL( currentItemChanged ( QTreeWidgetItem *, QTreeWidgetItem * ) ),
|
||||
this, SLOT( selectSearchResults( void ) ) );
|
||||
|
||||
@ -221,9 +226,9 @@ void SearchDialog::searchtableWidgetCostumPopupMenu( QPoint point )
|
||||
|
||||
contextMnu->clear();
|
||||
contextMnu->addAction( downloadAct);
|
||||
contextMnu->addSeparator();
|
||||
contextMnu->addAction( broadcastonchannelAct);
|
||||
contextMnu->addAction( recommendtofriendsAct);
|
||||
//contextMnu->addSeparator();
|
||||
//contextMnu->addAction( broadcastonchannelAct);
|
||||
//contextMnu->addAction( recommendtofriendsAct);
|
||||
}
|
||||
|
||||
QMouseEvent *mevent = new QMouseEvent( QEvent::MouseButtonPress, point,
|
||||
@ -362,6 +367,14 @@ void SearchDialog::searchRemoveAll()
|
||||
nextSearchId = 1;
|
||||
}
|
||||
|
||||
/** clear keywords and ComboBox **/
|
||||
void SearchDialog::clearKeyword()
|
||||
{
|
||||
ui.lineEdit->clear();
|
||||
ui.FileTypeComboBox->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
|
||||
/* *****************************************************************
|
||||
Advanced search implementation
|
||||
*******************************************************************/
|
||||
|
@ -79,6 +79,9 @@ private slots:
|
||||
|
||||
void selectSearchResults();
|
||||
|
||||
void clearKeyword();
|
||||
|
||||
|
||||
private:
|
||||
/** render the results to the tree widget display */
|
||||
void resultsToTree(std::string, std::list<FileDetail>);
|
||||
|
@ -5,8 +5,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>661</width>
|
||||
<height>289</height>
|
||||
<width>654</width>
|
||||
<height>374</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy" >
|
||||
@ -509,15 +509,15 @@
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="horizontalSpacing" >
|
||||
<number>1</number>
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<number>0</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
<item row="0" column="0" colspan="3" >
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
@ -1019,7 +1019,7 @@ p, li { white-space: pre-wrap; }
|
||||
<number>5</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButtonDownload" >
|
||||
<widget class="QPushButton" name="resetButton" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
||||
<horstretch>0</horstretch>
|
||||
@ -1039,13 +1039,16 @@ p, li { white-space: pre-wrap; }
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>Download</string>
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="images.qrc" >:/images/down_24x24.png</iconset>
|
||||
<iconset resource="images.qrc" >:/images/reset.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
@ -1181,6 +1184,48 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QPushButton" name="pushButtonDownload" >
|
||||
<property name="minimumSize" >
|
||||
<size>
|
||||
<width>120</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Download</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="images.qrc" >:/images/download16.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>351</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="2" >
|
||||
<widget class="QPushButton" name="cloaseallsearchresultsButton" >
|
||||
<property name="text" >
|
||||
<string>Close All Search Results</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Sources</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Results</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Broadcast on Channe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Recommend to Friends</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Remove</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Remove All</translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documents</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Size</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Tipe:</translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6546,37 +6546,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Източници</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Резултати</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Сваляне</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Излъчване по канал</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Препоръка за приятели</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Изтриване</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Изтриване на всичко</translation>
|
||||
</message>
|
||||
@ -6627,32 +6627,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Документи</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Размер</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Вид</translation>
|
||||
</message>
|
||||
@ -6712,25 +6712,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">來源</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">結果 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">下載 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">在頻道内广播</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">推薦給朋友 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">移除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">清除所有 </translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">文件 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">大小 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">類型 </translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">來源</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">結果 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">下載 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">在頻道内广播</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">推薦給朋友 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">移除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">清除所有 </translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">文件 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">大小 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">類型 </translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -4726,7 +4726,7 @@ p, li { white-space: pre-wrap; }
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download all Recommended Files</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Lade alle Dateien runter</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/MessagesPopupDialog.ui" line="577"/>
|
||||
@ -7080,37 +7080,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation>Quellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation>Ergebnisse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Herunterladen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Im Kanal bekanntgeben</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Freunden empfehlen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Alle Entfernen</translation>
|
||||
</message>
|
||||
@ -7183,22 +7183,22 @@ p, li { white-space: pre-wrap; }
|
||||
<translation>Zeige erweiterte Suchmöglichkeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation>Dateiname</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation>Prüfsumme</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation>Schlüsselwörter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation>Such ID</translation>
|
||||
</message>
|
||||
@ -7208,32 +7208,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation><h3>Erweiterte Suche:</h3></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation>Überspringe lokale Dateien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation>Sorry</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation>Diese Funktion ist noch nicht eingebaut.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation>Grösse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation>Typ</translation>
|
||||
</message>
|
||||
@ -7262,6 +7262,27 @@ p, li { white-space: pre-wrap; }
|
||||
<source>Program</source>
|
||||
<translation>Programme</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Auswahl Downloaden</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation>Schließe all Ergebnisse</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6369,57 +6369,57 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Størrelse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Type</translation>
|
||||
</message>
|
||||
@ -6502,35 +6502,56 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6238,47 +6238,47 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -6361,45 +6361,66 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6517,37 +6517,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Fuentes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Resultados</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Transferencia directa (Download)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Difusión en el canal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Recomendar a los amigos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Quitar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Quitar todos</translation>
|
||||
</message>
|
||||
@ -6595,32 +6595,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documentos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Tamaño</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Tipo</translation>
|
||||
</message>
|
||||
@ -6680,25 +6680,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -7024,37 +7024,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Lähteet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Tulokset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Lataa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Yleislähetä kanavalla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Suosittele kavereille</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Poista</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Poista kaikki</translation>
|
||||
</message>
|
||||
@ -7105,32 +7105,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Asiakirjat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Koko</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Tyyppi</translation>
|
||||
</message>
|
||||
@ -7190,25 +7190,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -3084,12 +3084,12 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/Settings/GeneralPage.ui" line="100"/>
|
||||
<source>Start minimized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Réduire au démarrage</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/GeneralPage.ui" line="116"/>
|
||||
<source>Start RetroShare when my system starts</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Démarrer avec Windows</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -7131,37 +7131,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation>Sources</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation>Résultats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Réception</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Émission sur le canal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Recommander aux amis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Supprimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Tout supprimer</translation>
|
||||
</message>
|
||||
@ -7212,32 +7212,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documents</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation>Taille</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation>Type</translation>
|
||||
</message>
|
||||
@ -7297,25 +7297,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation>Nom du fichier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation>Mots-clés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation>Recherche Id</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><byte value="x9"/>Réinitialiser la recherche des mots-clés et type de dossier</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation>Télécharger sélection</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation>Tout fermer</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
@ -7491,12 +7512,12 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="529"/>
|
||||
<source>Network Configuration (takes effect after restart)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Configuration du réseau (prend effet après un redémarrage)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="538"/>
|
||||
<source>Automatic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Automatique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="543"/>
|
||||
@ -7506,7 +7527,7 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="548"/>
|
||||
<source>Forwarded Port</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Transmis Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="559"/>
|
||||
@ -7531,17 +7552,17 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="616"/>
|
||||
<source>Network Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Configuration du réseau</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="626"/>
|
||||
<source>Local Address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Adresse locale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="633"/>
|
||||
<source>External Address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Adresse externe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="711"/>
|
||||
@ -7596,12 +7617,12 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="840"/>
|
||||
<source>Total Rate (KB/s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Total Taux (KB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/Settings/ServerPage.ui" line="879"/>
|
||||
<source>Per Person </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Par Personne</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -8404,12 +8425,12 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/TurtleSearchDialog.ui" line="568"/>
|
||||
<source>Toggle advanced searching on and off.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Basculer sur la recherche avancée et à l'extérieur.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/TurtleSearchDialog.ui" line="668"/>
|
||||
<source><h3>Simple Search:</h3></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished"><h3>Recherche simple:</h3></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/TurtleSearchDialog.ui" line="694"/>
|
||||
@ -8475,7 +8496,7 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../gui/TurtleSearchDialog.ui" line="901"/>
|
||||
<source><h3>Advanced Search:</h3></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished"><h3>Recherche avancée:</h3></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/TurtleSearchDialog.ui" line="933"/>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Sources</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Results</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Broadcast on Channel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Recommend to Friends</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Remove</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Remove All</translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documents</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Size</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">τύπος</translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6517,37 +6517,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Fonti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Risultati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Download Trasferimento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Radiodiffusione sulla Manica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Suggerire agli amici</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Rimuovere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Rimuovere tutti</translation>
|
||||
</message>
|
||||
@ -6595,32 +6595,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Formato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Tipo</translation>
|
||||
</message>
|
||||
@ -6680,25 +6680,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6741,37 +6741,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">源 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">結果</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">ダウンロード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">チャネルの放送</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">友人に推薦しなさい </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">取除きなさい</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">すべてを取除きなさい</translation>
|
||||
</message>
|
||||
@ -6819,32 +6819,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">文書 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">サイズ </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">タイプ</translation>
|
||||
</message>
|
||||
@ -6904,25 +6904,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">근원</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">결과</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">다운로드</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">채널에 방송</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">친구에게 추천하십시오</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">제거하십시오</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">모두를 제거하십시오 </translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">문서</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">크기</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">유형</translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6690,37 +6690,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Źródła</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Rezultat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Pobieranie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Kanał rozsiewczy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Zarekomenduj znajomemu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Usuń</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Usuń wszystko</translation>
|
||||
</message>
|
||||
@ -6771,32 +6771,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Dokumenty</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Rozmiar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Typ</translation>
|
||||
</message>
|
||||
@ -6856,25 +6856,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6741,37 +6741,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Fontes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Resultados </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Transmissão na canaleta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Recomendar aos amigos </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Remover </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Remover tudo </translation>
|
||||
</message>
|
||||
@ -6819,32 +6819,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Originais</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Tamanho</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Tipo</translation>
|
||||
</message>
|
||||
@ -6904,25 +6904,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6681,37 +6681,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Источники</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Результаты </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Скачки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Вещания на канале</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Рекомендовать Друзья</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Удалить </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Remove All</translation>
|
||||
</message>
|
||||
@ -6759,32 +6759,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Документы</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Size</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Type</translation>
|
||||
</message>
|
||||
@ -6844,25 +6844,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished">Имя файла</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished">Хэш</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished">Ключевые слова</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished">Поиск ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6583,37 +6583,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Källor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Resultat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Hämta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Rekommendera till vänner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Ta bort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Ta bort alla</translation>
|
||||
</message>
|
||||
@ -6664,32 +6664,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Dokument</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Storlek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Typ</translation>
|
||||
</message>
|
||||
@ -6749,25 +6749,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -7037,37 +7037,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Viri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Rezultati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Prenesi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Oddajaj na kanalu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Priporoči prijateljem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Odstrani</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Odstrani vse</translation>
|
||||
</message>
|
||||
@ -7118,32 +7118,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Dokumenti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Velikost</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Vrsta</translation>
|
||||
</message>
|
||||
@ -7203,25 +7203,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6923,52 +6923,52 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation>Преузимање</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation>Бродкест На Каналу</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation>Препоручено Пријатељима</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation>Уклони</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation>Уклони Све</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Величина</translation>
|
||||
</message>
|
||||
@ -7051,40 +7051,61 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Изворишта</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6736,37 +6736,37 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished">Sources</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished">Results</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished">Download</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished">Broadcast on Channel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished">Recommend to Arkadaş </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished">Remove</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished">Remove All</translation>
|
||||
</message>
|
||||
@ -6814,32 +6814,32 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="obsolete">Documents</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished">Size</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished">Type</translation>
|
||||
</message>
|
||||
@ -6899,25 +6899,46 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6238,47 +6238,47 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -6361,45 +6361,66 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Binary file not shown.
@ -6238,47 +6238,47 @@ p, li { white-space: pre-wrap; }
|
||||
<context>
|
||||
<name>SearchDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1202"/>
|
||||
<source>Download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="215"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="220"/>
|
||||
<source>Broadcast on Channel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="218"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="223"/>
|
||||
<source>Recommend to Friends</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Download Notice</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="269"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="274"/>
|
||||
<source>Skipping Local Files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>Sorry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="283"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="288"/>
|
||||
<source>This function is not yet implemented.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="300"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="305"/>
|
||||
<source>Remove</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.cpp" line="303"/>
|
||||
<location filename="../gui/SearchDialog.cpp" line="308"/>
|
||||
<source>Remove All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -6361,45 +6361,66 @@ p, li { white-space: pre-wrap; }
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1112"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1115"/>
|
||||
<source>Filename</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1117"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1120"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1122"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1125"/>
|
||||
<source>Sources</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1127"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1130"/>
|
||||
<source>Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1132"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1135"/>
|
||||
<source>Hash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1166"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1169"/>
|
||||
<source>KeyWords</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1171"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1174"/>
|
||||
<source>Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1176"/>
|
||||
<location filename="../gui/SearchDialog.ui" line="1179"/>
|
||||
<source>Search Id</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1042"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reset Search Keyword and File Type</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1196"/>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/SearchDialog.ui" line="1225"/>
|
||||
<source>Close All Search Results</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ServerDialog</name>
|
||||
|
Loading…
Reference in New Issue
Block a user