2 plugins
This commit is contained in:
parent
96894cd651
commit
6c9444ef5e
7 changed files with 306 additions and 0 deletions
56
CopyableToxId/toxid/en_GB.ts
Normal file
56
CopyableToxId/toxid/en_GB.ts
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS><TS version="1.1">
|
||||
<context>
|
||||
<name>TOXID</name>
|
||||
<message>
|
||||
<location filename="toxid.py" line="19"/>
|
||||
<source>Plugin which allows you to copy TOX ID of your friend easily.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="29"/>
|
||||
<source>Send my TOX ID to contacts</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="30"/>
|
||||
<source>CopyableToxID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="35"/>
|
||||
<source>List of commands</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="60"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="62"/>
|
||||
<source>Tox ID cannot be copied</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="87"/>
|
||||
<source>List of commands for plugin CopyableToxID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="94"/>
|
||||
<source>Commands:
|
||||
copy: copy TOX ID of current friend
|
||||
copy <friend_number>: copy TOX ID of friend with specified number
|
||||
enable: allow send your TOX ID to friends
|
||||
disable: disallow send your TOX ID to friends
|
||||
help: show this help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="112"/>
|
||||
<source>Copy TOX ID</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
CopyableToxId/toxid/ru_RU.qm
Normal file
BIN
CopyableToxId/toxid/ru_RU.qm
Normal file
Binary file not shown.
62
CopyableToxId/toxid/ru_RU.ts
Normal file
62
CopyableToxId/toxid/ru_RU.ts
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="ru_RU">
|
||||
<context>
|
||||
<name>TOXID</name>
|
||||
<message>
|
||||
<location filename="toxid.py" line="19"/>
|
||||
<source>Plugin which allows you to copy TOX ID of your friend easily.</source>
|
||||
<translation>Плагин, который позволяет копировать TOX ID друзей с легкостью.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="29"/>
|
||||
<source>Send my TOX ID to contacts</source>
|
||||
<translation>Отправлять мой TOX ID контактам</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="30"/>
|
||||
<source>CopyableToxID</source>
|
||||
<translation>CopyableToxId</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="35"/>
|
||||
<source>List of commands</source>
|
||||
<translation>Список команд</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="60"/>
|
||||
<source>Error</source>
|
||||
<translation>Ошибка</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="62"/>
|
||||
<source>Tox ID cannot be copied</source>
|
||||
<translation>Tox ID не может быть скопирован</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="87"/>
|
||||
<source>List of commands for plugin CopyableToxID</source>
|
||||
<translation>Список команд для плагина CopyableToxID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="94"/>
|
||||
<source>Commands:
|
||||
copy: copy TOX ID of current friend
|
||||
copy <friend_number>: copy TOX ID of friend with specified number
|
||||
enable: allow send your TOX ID to friends
|
||||
disable: disallow send your TOX ID to friends
|
||||
help: show this help</source>
|
||||
<translation>Команды:
|
||||
copy: копировать TOX ID текущего друга
|
||||
copy <номер_друга>: копировать TOX ID друга с заданным номером
|
||||
enable: разрешить отправку TOX ID друзьям
|
||||
disable: запретить отправку TOX ID друзьям
|
||||
help: показать справку</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="toxid.py" line="112"/>
|
||||
<source>Copy TOX ID</source>
|
||||
<translation>Копировать TOX ID</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
CopyableToxId/toxid/settings.json
Normal file
1
CopyableToxId/toxid/settings.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"send_id": true, "id": []}
|
Loading…
Add table
Add a link
Reference in a new issue