mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Make strings translatable
This commit is contained in:
@@ -413,7 +413,8 @@
|
||||
</legend>
|
||||
<div class="formRow">
|
||||
QBT_TR(From:)QBT_TR[CONTEXT=OptionsDialog]
|
||||
<input type="text" id="schedule_from_hour" style="width: 1.5em;" />:<input type="text" id="schedule_from_min" style="width: 1.5em;" /> QBT_TR(To:)QBT_TR[CONTEXT=OptionsDialog]
|
||||
<input type="text" id="schedule_from_hour" style="width: 1.5em;" />:<input type="text" id="schedule_from_min" style="width: 1.5em;" />
|
||||
QBT_TR(To:)QBT_TR[CONTEXT=OptionsDialog]
|
||||
<input type="text" id="schedule_to_hour" style="width: 1.5em;" />:<input type="text" id="schedule_to_min" style="width: 1.5em;" />
|
||||
</div>
|
||||
<div class="formRow">
|
||||
|
||||
@@ -92,7 +92,9 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
There aren't any search plugins installed.<br />Click the "Search plugins..." button at the bottom right of the window to install some.
|
||||
QBT_TR(There aren't any search plugins installed.)QBT_TR[CONTEXT=SearchEngineWidget]
|
||||
<br />
|
||||
QBT_TR(Click the "Search plugins..." button at the bottom right of the window to install some.)QBT_TR[CONTEXT=SearchEngineWidget]
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user