diff --git a/src/qtgui/confgui/confgui.cpp b/src/qtgui/confgui/confgui.cpp index f861229b..3c5d108b 100644 --- a/src/qtgui/confgui/confgui.cpp +++ b/src/qtgui/confgui/confgui.cpp @@ -251,6 +251,7 @@ ConfParamFNW::ConfParamFNW(QWidget *parent, ConfLink cflink, m_hl->addWidget(m_le); m_pb = new QPushButton(this); + m_pb->setText(tr("Choose")); setSzPol(m_pb, QSizePolicy::Fixed, QSizePolicy::Fixed, 1, 0); m_hl->addWidget(m_pb); diff --git a/src/qtgui/i18n/recoll_cs.ts b/src/qtgui/i18n/recoll_cs.ts index ef23f245..b4ecfc29 100644 --- a/src/qtgui/i18n/recoll_cs.ts +++ b/src/qtgui/i18n/recoll_cs.ts @@ -1910,6 +1910,13 @@ Dadurch sollten Ergebnisse, die exakte Übereinstimmungen der Suchworte enthalte Nelze zapsat soubor s nastavením + + confgui::ConfParamFNW + + Choose + Vybrat + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_de.ts b/src/qtgui/i18n/recoll_de.ts index 4e0cbc35..827ded30 100644 --- a/src/qtgui/i18n/recoll_de.ts +++ b/src/qtgui/i18n/recoll_de.ts @@ -1834,6 +1834,13 @@ Dadurch sollten Ergebnisse, die exakte Übereinstimmungen der Suchworte enthalte Kann Konfigurationsdatei nicht schreiben + + confgui::ConfParamFNW + + Choose + + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_es.ts b/src/qtgui/i18n/recoll_es.ts index e26f7154..827bdfd5 100644 --- a/src/qtgui/i18n/recoll_es.ts +++ b/src/qtgui/i18n/recoll_es.ts @@ -1684,6 +1684,13 @@ Use el enlace <b>Mostrar Consulta</b> en caso de duda sobre el resul No se puede escribir fichero de configuración + + confgui::ConfParamFNW + + Choose + Elegir + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_fr.ts b/src/qtgui/i18n/recoll_fr.ts index 878232d3..46abd903 100644 --- a/src/qtgui/i18n/recoll_fr.ts +++ b/src/qtgui/i18n/recoll_fr.ts @@ -1999,6 +1999,10 @@ Ceci devrait donner une meilleure pertinence aux résultats où les termes reche Browse Parcourir + + Choose + Choisir + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_it.ts b/src/qtgui/i18n/recoll_it.ts index 0f3da9e9..517c0b33 100644 --- a/src/qtgui/i18n/recoll_it.ts +++ b/src/qtgui/i18n/recoll_it.ts @@ -1,6 +1,6 @@ - + AdvSearch @@ -1852,6 +1852,10 @@ Questo dovrebbe dare la precedenza ai risultati che contengono i termini esattam Browse Esplora + + Choose + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_lt.ts b/src/qtgui/i18n/recoll_lt.ts index 3908bb90..982fe982 100644 --- a/src/qtgui/i18n/recoll_lt.ts +++ b/src/qtgui/i18n/recoll_lt.ts @@ -1,6 +1,6 @@ - + AdvSearch @@ -1605,7 +1605,7 @@ Use <b>Show Query</b> link when in doubt about result and see manual Choose - + Naršyti @@ -1904,6 +1904,10 @@ Didelės apimties dokumentams gali lėtai veikti. Browse Naršyti + + Choose + Naršyti + confgui::ConfParamSLW @@ -2260,7 +2264,7 @@ Didelės apimties dokumentams gali lėtai veikti. Choose - + Naršyti Resets the style sheet to default diff --git a/src/qtgui/i18n/recoll_ru.ts b/src/qtgui/i18n/recoll_ru.ts index 83667e44..a207d939 100644 --- a/src/qtgui/i18n/recoll_ru.ts +++ b/src/qtgui/i18n/recoll_ru.ts @@ -858,7 +858,7 @@ Do you want to start the preferences dialog ? Indexed Mime Types - Индексируемые MIME-типы + Индексируемые MIME-типы Content has been indexed for these mime types: @@ -872,6 +872,10 @@ Do you want to start the preferences dialog ? Can't update index: indexer running Не могу обновить индекс: индексатор уже трудится + + Indexed MIME Types + + RclMainBase @@ -1083,7 +1087,7 @@ Do you want to start the preferences dialog ? Mime type - Тип MIME + Тип MIME Date @@ -1147,6 +1151,10 @@ Do you want to start the preferences dialog ? FIXME I-путь + + MIME type + + ResList @@ -1870,12 +1878,16 @@ This should give higher precedence to the results where the search terms appear Mime type - Тип MIME + Тип MIME Command Команда + + MIME type + + ViewActionBase @@ -1960,6 +1972,10 @@ This should give higher precedence to the results where the search terms appear Browse Просмотр + + Choose + Просмотр + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_tr.ts b/src/qtgui/i18n/recoll_tr.ts index 7e85d08e..41c9a726 100644 --- a/src/qtgui/i18n/recoll_tr.ts +++ b/src/qtgui/i18n/recoll_tr.ts @@ -1,6 +1,6 @@ - + AdvSearch @@ -1588,7 +1588,7 @@ Use <b>Show Query</b> link when in doubt about result and see manual Choose - + Gözat @@ -1852,6 +1852,10 @@ Büyük boyutlu belgelerde yavaş olabilir. Browse Gözat + + Choose + Gözat + confgui::ConfParamSLW @@ -2209,7 +2213,7 @@ Büyük boyutlu belgelerde yavaş olabilir. Choose - + Gözat Resets the style sheet to default diff --git a/src/qtgui/i18n/recoll_uk.ts b/src/qtgui/i18n/recoll_uk.ts index c5544efb..d7d52be9 100644 --- a/src/qtgui/i18n/recoll_uk.ts +++ b/src/qtgui/i18n/recoll_uk.ts @@ -1,6 +1,6 @@ - + AdvSearch @@ -1607,7 +1607,7 @@ Use <b>Show Query</b> link when in doubt about result and see manual Choose - + Перегляд @@ -1891,6 +1891,10 @@ This should give higher precedence to the results where the search terms appear Browse Перегляд + + Choose + Перегляд + confgui::ConfParamSLW @@ -2248,7 +2252,7 @@ May be slow for big documents. Choose - + Перегляд Resets the style sheet to default diff --git a/src/qtgui/i18n/recoll_xx.ts b/src/qtgui/i18n/recoll_xx.ts index 041903ab..2ae02ccb 100644 --- a/src/qtgui/i18n/recoll_xx.ts +++ b/src/qtgui/i18n/recoll_xx.ts @@ -1558,6 +1558,13 @@ Use <b>Show Query</b> link when in doubt about result and see manual + + confgui::ConfParamFNW + + Choose + + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_zh.ts b/src/qtgui/i18n/recoll_zh.ts index 1c4d60a3..240eea8e 100644 --- a/src/qtgui/i18n/recoll_zh.ts +++ b/src/qtgui/i18n/recoll_zh.ts @@ -1205,11 +1205,11 @@ Do you want to start the preferences dialog ? Previous - 上一个 + 上一页 Next - 下一个 + 下一页 Unavailable document @@ -1681,6 +1681,13 @@ Use <b>Show Query</b> link when in doubt about result and see manual 无法写入配置文件 + + confgui::ConfParamFNW + + Choose + 选择 + + confgui::ConfParamSLW diff --git a/src/qtgui/i18n/recoll_zh_CN.qm b/src/qtgui/i18n/recoll_zh_CN.qm index 7772e2ed..1c86b966 100644 Binary files a/src/qtgui/i18n/recoll_zh_CN.qm and b/src/qtgui/i18n/recoll_zh_CN.qm differ diff --git a/src/qtgui/i18n/recoll_zh_CN.ts b/src/qtgui/i18n/recoll_zh_CN.ts index 1c4d60a3..dfbdf5fb 100644 --- a/src/qtgui/i18n/recoll_zh_CN.ts +++ b/src/qtgui/i18n/recoll_zh_CN.ts @@ -1681,6 +1681,13 @@ Use <b>Show Query</b> link when in doubt about result and see manual 无法写入配置文件 + + confgui::ConfParamFNW + + Choose + 选择 + + confgui::ConfParamSLW