mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-21 19:18:41 +00:00
Localised the labels in the details window
This commit is contained in:
parent
a1dc7a0efe
commit
22f51ad1e2
3 changed files with 8 additions and 2 deletions
|
@ -15,6 +15,9 @@
|
|||
<string id="106">Start All</string>
|
||||
<string id="107">Exit</string>
|
||||
|
||||
<string id="110">Name</string>
|
||||
<string id="111">Status</string>
|
||||
|
||||
<!-- Adding / Search -->
|
||||
<string id="200">Browse for torrent file</string>
|
||||
<string id="202">Search ThePirateBay.org</string>
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
<string id="106">Запустить все</string>
|
||||
<string id="107">Выход</string>
|
||||
|
||||
<string id="110">Название</string>
|
||||
<string id="111">Статус</string>
|
||||
|
||||
<!-- Adding / Search -->
|
||||
<string id="200">Выбрать торрент-файл</string>
|
||||
<string id="202">Искать на ThePirateBay.org</string>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<posy>0</posy>
|
||||
<width>140</width>
|
||||
<height>20</height>
|
||||
<label>Name:</label>
|
||||
<label>$ADDON[script.transmission 110]:</label>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<posx>140</posx>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<posy>20</posy>
|
||||
<width>140</width>
|
||||
<height>30</height>
|
||||
<label>Status:</label>
|
||||
<label>$ADDON[script.transmission 111]:</label>
|
||||
</control>
|
||||
<control type="label" id="2">
|
||||
<posx>140</posx>
|
||||
|
|
Loading…
Reference in a new issue