network: enable translation for proxy methods
And add a translation context in order to avoid mixing with other similar messages
This commit is contained in:
parent
a03eb1664c
commit
24c6038be3
1 changed files with 3 additions and 3 deletions
|
@ -1818,15 +1818,15 @@
|
||||||
</columns>
|
</columns>
|
||||||
<data>
|
<data>
|
||||||
<row>
|
<row>
|
||||||
<col id="0">None</col>
|
<col id="0" translatable="yes" context="proxy method">None</col>
|
||||||
<col id="1">0</col>
|
<col id="1">0</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0">Manual</col>
|
<col id="0" translatable="yes" context="proxy method">Manual</col>
|
||||||
<col id="1">1</col>
|
<col id="1">1</col>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0">Automatic</col>
|
<col id="0" translatable="yes" context="proxy method">Automatic</col>
|
||||||
<col id="1">2</col>
|
<col id="1">2</col>
|
||||||
</row>
|
</row>
|
||||||
</data>
|
</data>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue