blob: 642eab85b238f47e6b8d82ae04a612773216523f (
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>Plugin ZróbTo</translation>
</message>
<message>
<source>There is <b> 1</b> active task: <br></source>
<translation>Jest <b> 1</b> aktywne zadanie: <br></translation>
</message>
<message>
<source>There are <b> %1</b> active tasks: <br></source>
<translation>Liczba aktywnych zadań - <b> %1</b>: <br></translation>
</message>
<message>
<source>No active tasks</source>
<translation>Nie ma aktywnych zadań</translation>
</message>
</context>
<context>
<name>TodoPluginConfigBase</name>
<message>
<source>Set the maximum number of task that should be shown</source>
<translation>Ustaw maksymalną liczbę wyświetlanych zadań</translation>
</message>
<message>
<source>tasks shown</source>
<translation>liczba pokazywanych zadań</translation>
</message>
<message>
<source>After how many chars should be the info about the task be cut off</source>
<translation>Po ilu znakach powinna być obcięta informacja o zadaniu</translation>
</message>
<message>
<source>Clip line after X chars</source>
<translation>Ogranicz linię do X znaków</translation>
</message>
</context>
</TS>
|