blob: 419f45b154395b1ec29c4283516dfc5944e2a0f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE TS><TS>
<context>
<name>Simple</name>
<message>
<source>My Simple Application</source>
<translation>Простое приложение</translation>
</message>
<message>
<source>Fire</source>
<comment>translatable fire string</comment>
<translation>Огонь</translation>
</message>
</context>
</TS>
|