search plugin - translations
This commit is contained in:
parent
7599c206b0
commit
de2611c04a
2
SearchPlugin/srch.pro
Normal file
2
SearchPlugin/srch.pro
Normal file
@ -0,0 +1,2 @@
|
||||
SOURCES = srch.py
|
||||
TRANSLATIONS = srch/en_GB.ts srch/ru_RU.ts
|
BIN
SearchPlugin/srch/en_GB.qm
Normal file
BIN
SearchPlugin/srch/en_GB.qm
Normal file
Binary file not shown.
27
SearchPlugin/srch/en_GB.ts
Normal file
27
SearchPlugin/srch/en_GB.ts
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="en">
|
||||
<context>
|
||||
<name>srch</name>
|
||||
<message>
|
||||
<location filename="srch.py" line="12"/>
|
||||
<source>Find in Google</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="17"/>
|
||||
<source>Find in DuckDuckGo</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="22"/>
|
||||
<source>Find in Yandex</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="27"/>
|
||||
<source>Find in Bing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
SearchPlugin/srch/ru_RU.qm
Normal file
BIN
SearchPlugin/srch/ru_RU.qm
Normal file
Binary file not shown.
27
SearchPlugin/srch/ru_RU.ts
Normal file
27
SearchPlugin/srch/ru_RU.ts
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="ru_RU">
|
||||
<context>
|
||||
<name>srch</name>
|
||||
<message>
|
||||
<location filename="srch.py" line="12"/>
|
||||
<source>Find in Google</source>
|
||||
<translation>Найти в Google</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="17"/>
|
||||
<source>Find in DuckDuckGo</source>
|
||||
<translation>Найти в DuckDuckGo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="22"/>
|
||||
<source>Find in Yandex</source>
|
||||
<translation>Найти в Yandex</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="srch.py" line="27"/>
|
||||
<source>Find in Bing</source>
|
||||
<translation>Найти в Bing</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in New Issue
Block a user