blob: 84e38665c888c8a0f45239f83035a8f1d9a3eca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE TS><TS>
<context>
<name>QObject</name>
<message>
<source>Todolist plugin</source>
<translation>Todolist plugin</translation>
</message>
<message>
<source>There is <b> 1</b> active task: <br></source>
<translation>Je zde <b> 1</b> aktivní úkol: <br></translation>
</message>
<message>
<source>There are <b> %1</b> active tasks: <br></source>
<translation>Je zde <b> %1</b> aktivních úkolů: <br></translation>
</message>
<message>
<source>No active tasks</source>
<translation>Nejsou žádné aktivní úkoly</translation>
</message>
</context>
<context>
<name>TodoPluginConfigBase</name>
<message>
<source>Set the maximum number of task that should be shown</source>
<translation>nastaví maximální počet ůkolů, které mají být zobrazeny</translation>
</message>
<message>
<source>tasks shown</source>
<translation>Zobrazeno úkolů</translation>
</message>
<message>
<source>After how many chars should be the info about the task be cut off</source>
<translation>Po kolika znacích se má informace o úkolu ukončit</translation>
</message>
<message>
<source>Clip line after X chars</source>
<translation>Ukončit řádku po X znacích</translation>
</message>
</context>
</TS>
|