bday plugin
This commit is contained in:
parent
99007aa8fd
commit
8f011cb864
7 changed files with 153 additions and 1 deletions
31
BirthDay/bday/en_GB.ts
Normal file
31
BirthDay/bday/en_GB.ts
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS><TS version="1.1">
|
||||
<context>
|
||||
<name>BirthDay</name>
|
||||
<message>
|
||||
<location filename="bday.py" line="28"/>
|
||||
<source>Birthday!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="44"/>
|
||||
<source>Send my birthday date to contacts</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="45"/>
|
||||
<source>Birthday</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="50"/>
|
||||
<source>Date in format dd.mm.yyyy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="53"/>
|
||||
<source>Save date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
BirthDay/bday/ru_RU.qm
Normal file
BIN
BirthDay/bday/ru_RU.qm
Normal file
Binary file not shown.
32
BirthDay/bday/ru_RU.ts
Normal file
32
BirthDay/bday/ru_RU.ts
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="ru_RU">
|
||||
<context>
|
||||
<name>BirthDay</name>
|
||||
<message>
|
||||
<location filename="bday.py" line="28"/>
|
||||
<source>Birthday!</source>
|
||||
<translation>День рождения!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="44"/>
|
||||
<source>Send my birthday date to contacts</source>
|
||||
<translation>Отправлять дату моего рождения контактам</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="45"/>
|
||||
<source>Birthday</source>
|
||||
<translation>День рождения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="50"/>
|
||||
<source>Date in format dd.mm.yyyy</source>
|
||||
<translation>Дата в формате дд.мм.гггг</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="bday.py" line="53"/>
|
||||
<source>Save date</source>
|
||||
<translation>Сохранить дату</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
BirthDay/bday/settings.json
Normal file
1
BirthDay/bday/settings.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"send_date": true}
|
Loading…
Add table
Add a link
Reference in a new issue