blob: e06f786daea8b61e5e01c1705117854f63f41d77 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<!DOCTYPE TS><TS>
<context>
<name>QObject</name>
<message>
<source>Todolist plugin</source>
<translation>Te Doen-lijst plugin</translation>
</message>
<message>
<source>There is <b> 1</b> active task: <br></source>
<translation>Er is <b> 1</b> actieve taak: <br></translation>
</message>
<message>
<source>There are <b> %1</b> active tasks: <br></source>
<translation>Er zijn <b> %1</b> achtieve taken: <br></translation>
</message>
<message>
<source>No active tasks</source>
<translation>Geen actieve taken</translation>
</message>
</context>
<context>
<name>TodoPluginConfigBase</name>
<message>
<source>Set the maximum number of task that should be shown</source>
<translation>Stel het maximum aantal te tonen taken in</translation>
</message>
<message>
<source>tasks shown</source>
<translation>taken weergegeven</translation>
</message>
<message>
<source>After how many chars should be the info about the task be cut off</source>
<translation>Na hoeveel tekens moet de info over de taak worden afgebroken</translation>
</message>
<message>
<source>Clip line after X chars</source>
<translation>Breek af na X tekens</translation>
</message>
</context>
<context>
<name>TodolistPluginConfig</name>
<message>
<source>tasks shown </source>
<translation type="obsolete">weergegeven taken</translation>
</message>
<message>
<source>Set the maximum number of task that should be shown</source>
<translation type="obsolete">Stel het maximum aantal te tonen taken in</translation>
</message>
<message>
<source>Clip line after X chars</source>
<translation type="obsolete">Breek af na X tekens</translation>
</message>
<message>
<source>After how many chars should be the info about the task be cut off</source>
<translation type="obsolete">Na hoeveel tekens moet de info over de taak worden afgebroken</translation>
</message>
</context>
</TS>
|