|
4 | 4 | msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: Queue Plugin\n" |
7 | | -"POT-Creation-Date: 2014-12-24 15:35+0100\n" |
8 | | -"PO-Revision-Date: 2014-12-24 15:36+0100\n" |
9 | | -"Last-Translator: Mischa ter Smitten <mischa.ter.smitten@gmail.com>\n" |
| 7 | +"POT-Creation-Date: \n" |
| 8 | +"PO-Revision-Date: 2016-12-07 23:47+0100\n" |
| 9 | +"Last-Translator: Mischa ter Smitten <mtersmitten@oefenweb.nl>\n" |
10 | 10 | "Language-Team: \n" |
11 | | -"Language: \n" |
12 | 11 | "MIME-Version: 1.0\n" |
13 | 12 | "Content-Type: text/plain; charset=UTF-8\n" |
14 | 13 | "Content-Transfer-Encoding: 8bit\n" |
15 | 14 | "Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 15 | +"X-Generator: Poedit 1.5.4\n" |
| 16 | +"Language: en_GB\n" |
| 17 | +"X-Poedit-SourceCharset: UTF-8\n" |
16 | 18 |
|
17 | | -#: /Console/Command/QueueShell.php:100;103 |
| 19 | +#: Console/Command/QueueShell.php:101;104 |
18 | 20 | msgid "Tries to call the cli `add()` function on a task." |
19 | 21 | msgstr "Tries to call the cli `add()` function on a task." |
20 | 22 |
|
21 | | -#: /Console/Command/QueueShell.php:104 |
| 23 | +#: Console/Command/QueueShell.php:105 |
22 | 24 | msgid "Tasks may or may not provide this functionality." |
23 | 25 | msgstr "Tasks may or may not provide this functionality." |
24 | 26 |
|
25 | | -#: /Console/Command/QueueShell.php:108 |
| 27 | +#: Console/Command/QueueShell.php:109 |
26 | 28 | msgid "Name of the task." |
27 | 29 | msgstr "Name of the task." |
28 | 30 |
|
29 | | -#: /Console/Command/QueueShell.php:115 |
| 31 | +#: Console/Command/QueueShell.php:114 |
| 32 | +msgid "Data needed by task." |
| 33 | +msgstr "Data needed by task." |
| 34 | + |
| 35 | +#: Console/Command/QueueShell.php:120 |
30 | 36 | msgid "Run a queue worker." |
31 | 37 | msgstr "Run a queue worker." |
32 | 38 |
|
33 | | -#: /Console/Command/QueueShell.php:117 |
| 39 | +#: Console/Command/QueueShell.php:122 |
34 | 40 | msgid "Run a queue worker, which will look for a pending task it can execute." |
35 | 41 | msgstr "Run a queue worker, which will look for a pending task it can execute." |
36 | 42 |
|
37 | | -#: /Console/Command/QueueShell.php:120;122 |
| 43 | +#: Console/Command/QueueShell.php:125;127 |
38 | 44 | msgid "Display general statistics." |
39 | 45 | msgstr "Display general statistics." |
40 | 46 |
|
41 | | -#: /Console/Command/QueueShell.php:125;127 |
| 47 | +#: Console/Command/QueueShell.php:130;132 |
42 | 48 | msgid "Manually call cleanup function to delete task data of completed tasks." |
43 | 49 | msgstr "Manually call cleanup function to delete task data of completed tasks." |
44 | 50 |
|
45 | | -#: /Console/Command/QueueShell.php:130;132 |
| 51 | +#: Console/Command/QueueShell.php:135;137 |
46 | 52 | msgid "Manually call cleanup function to delete task data of failed tasks." |
47 | 53 | msgstr "Manually call cleanup function to delete task data of failed tasks." |
48 | 54 |
|
49 | | -#: /Console/Command/QueueShell.php:134 |
| 55 | +#: Console/Command/QueueShell.php:139 |
50 | 56 | msgid "CakePHP Queue Plugin." |
51 | 57 | msgstr "CakePHP Queue Plugin." |
52 | 58 |
|
53 | | -#: /Console/Command/QueueShell.php:154 |
54 | | -#: /Test/Case/Console/Command/QueueShellTest.php:131 |
| 59 | +#: Console/Command/QueueShell.php:159 |
| 60 | +#: Test/Case/Console/Command/QueueShellTest.php:131 |
55 | 61 | msgid "Error: Task not Found: %s" |
56 | 62 | msgstr "Error: Task not Found: %s" |
57 | 63 |
|
58 | | -#: /Console/Command/QueueShell.php:196 |
| 64 | +#: Console/Command/QueueShell.php:201 |
59 | 65 | msgid "Signal handler(s) could not be registered." |
60 | 66 | msgstr "Signal handler(s) could not be registered." |
61 | 67 |
|
62 | | -#: /Console/Command/QueueShell.php:203 |
63 | | -#: /Test/Case/Console/Command/QueueShellTest.php:175 |
| 68 | +#: Console/Command/QueueShell.php:208 |
| 69 | +#: Test/Case/Console/Command/QueueShellTest.php:175 |
64 | 70 | msgid "Looking for a job." |
65 | 71 | msgstr "Looking for a job." |
66 | 72 |
|
67 | | -#: /Console/Command/QueueShell.php:212 |
68 | | -#: /Test/Case/Console/Command/QueueShellTest.php:157 |
| 73 | +#: Console/Command/QueueShell.php:217 |
| 74 | +#: Test/Case/Console/Command/QueueShellTest.php:157 |
69 | 75 | msgid "Running job of task '%s' '%d'." |
70 | 76 | msgstr "Running job of task '%s' '%d'." |
71 | 77 |
|
72 | | -#: /Console/Command/QueueShell.php:220 |
| 78 | +#: Console/Command/QueueShell.php:225 |
73 | 79 | msgid "Job '%d' finished (took %s)." |
74 | 80 | msgstr "Job '%d' finished (took %s)." |
75 | 81 |
|
76 | | -#: /Console/Command/QueueShell.php:233 |
| 82 | +#: Console/Command/QueueShell.php:238 |
77 | 83 | msgid "Job '%d' did not finish, requeued." |
78 | 84 | msgstr "Job '%d' did not finish, requeued." |
79 | 85 |
|
80 | | -#: /Console/Command/QueueShell.php:236 |
| 86 | +#: Console/Command/QueueShell.php:241 |
81 | 87 | msgid "Nothing to do, exiting." |
82 | 88 | msgstr "Nothing to do, exiting." |
83 | 89 |
|
84 | | -#: /Console/Command/QueueShell.php:240 |
| 90 | +#: Console/Command/QueueShell.php:245 |
85 | 91 | msgid "Nothing to do, sleeping for %d second(s)." |
86 | 92 | msgstr "Nothing to do, sleeping for %d second(s)." |
87 | 93 |
|
88 | | -#: /Console/Command/QueueShell.php:252 |
| 94 | +#: Console/Command/QueueShell.php:257 |
89 | 95 | msgid "Reached runtime of %s seconds (max. %s), terminating." |
90 | 96 | msgstr "Reached runtime of %s seconds (max. %s), terminating." |
91 | 97 |
|
92 | | -#: /Console/Command/QueueShell.php:260 |
| 98 | +#: Console/Command/QueueShell.php:265 |
93 | 99 | msgid "Performing old job cleanup." |
94 | 100 | msgstr "Performing old job cleanup." |
95 | 101 |
|
96 | | -#: /Console/Command/QueueShell.php:273 |
| 102 | +#: Console/Command/QueueShell.php:278 |
97 | 103 | msgid "Deleting old completed jobs, that have had cleanup timeout." |
98 | 104 | msgstr "Deleting old completed jobs, that have had cleanup timeout." |
99 | 105 |
|
100 | | -#: /Console/Command/QueueShell.php:283 |
| 106 | +#: Console/Command/QueueShell.php:288 |
101 | 107 | msgid "Deleting failed Jobs, that have had maximum worker retries." |
102 | 108 | msgstr "Deleting failed Jobs, that have had maximum worker retries." |
103 | 109 |
|
104 | | -#: /Console/Command/QueueShell.php:294 |
| 110 | +#: Console/Command/QueueShell.php:299 |
105 | 111 | msgid "Jobs currenty in the queue:" |
106 | 112 | msgstr "Jobs currenty in the queue:" |
107 | 113 |
|
108 | | -#: /Console/Command/QueueShell.php:304 |
109 | | -#: /Test/Case/Console/Command/QueueShellTest.php:119 |
| 114 | +#: Console/Command/QueueShell.php:309 |
| 115 | +#: Test/Case/Console/Command/QueueShellTest.php:119 |
110 | 116 | msgid "Total unfinished jobs: %s" |
111 | 117 | msgstr "Total unfinished jobs: %s" |
112 | 118 |
|
113 | | -#: /Console/Command/QueueShell.php:309 |
| 119 | +#: Console/Command/QueueShell.php:314 |
114 | 120 | msgid "Finished job statistics:" |
115 | 121 | msgstr "Finished job statistics:" |
116 | 122 |
|
117 | | -#: /Console/Command/QueueShell.php:315 |
| 123 | +#: Console/Command/QueueShell.php:320 |
118 | 124 | msgid "Finished jobs in database: %s" |
119 | 125 | msgstr "Finished jobs in database: %s" |
120 | 126 |
|
121 | | -#: /Console/Command/QueueShell.php:316 |
| 127 | +#: Console/Command/QueueShell.php:321 |
122 | 128 | msgid "Average job existence: %ss" |
123 | 129 | msgstr "Average job existence: %ss" |
124 | 130 |
|
125 | | -#: /Console/Command/QueueShell.php:317 |
| 131 | +#: Console/Command/QueueShell.php:322 |
126 | 132 | msgid "Average execution delay: %ss" |
127 | 133 | msgstr "Average execution delay: %ss" |
128 | 134 |
|
129 | | -#: /Console/Command/QueueShell.php:318 |
| 135 | +#: Console/Command/QueueShell.php:323 |
130 | 136 | msgid "Average execution time: %ss" |
131 | 137 | msgstr "Average execution time: %ss" |
132 | 138 |
|
133 | | -#: /Console/Command/QueueShell.php:367;372 |
| 139 | +#: Console/Command/QueueShell.php:372;377 |
134 | 140 | msgid "Caught %s signal, exiting." |
135 | 141 | msgstr "Caught %s signal, exiting." |
136 | 142 |
|
137 | | -#: /Console/Command/QueueShell.php:224 |
| 143 | +#: Console/Command/QueueShell.php:229 |
138 | 144 | msgid "%d second" |
139 | 145 | msgid_plural "%d seconds" |
140 | 146 | msgstr[0] "%d second" |
141 | 147 | msgstr[1] "%d seconds" |
142 | 148 |
|
143 | | -#: /Console/Command/Task/QueueExampleTask.php:52;84 |
| 149 | +#: Console/Command/Task/QueueExampleTask.php:52;84 |
144 | 150 | msgid "CakePHP Queue Example task." |
145 | 151 | msgstr "CakePHP Queue Example task." |
146 | 152 |
|
147 | | -#: /Console/Command/Task/QueueExampleTask.php:54 |
| 153 | +#: Console/Command/Task/QueueExampleTask.php:54 |
148 | 154 | msgid "This is a very simple example of a queueTask." |
149 | 155 | msgstr "This is a very simple example of a queueTask." |
150 | 156 |
|
151 | | -#: /Console/Command/Task/QueueExampleTask.php:55 |
| 157 | +#: Console/Command/Task/QueueExampleTask.php:55 |
152 | 158 | msgid "Now adding an example Task Job into the Queue." |
153 | 159 | msgstr "Now adding an example Task Job into the Queue." |
154 | 160 |
|
155 | | -#: /Console/Command/Task/QueueExampleTask.php:56 |
156 | | -msgid "This task will only produce some console output on the worker that it runs on." |
157 | | -msgstr "This task will only produce some console output on the worker that it runs on." |
| 161 | +#: Console/Command/Task/QueueExampleTask.php:56 |
| 162 | +msgid "" |
| 163 | +"This task will only produce some console output on the worker that it runs " |
| 164 | +"on." |
| 165 | +msgstr "" |
| 166 | +"This task will only produce some console output on the worker that it runs " |
| 167 | +"on." |
158 | 168 |
|
159 | | -#: /Console/Command/Task/QueueExampleTask.php:58 |
| 169 | +#: Console/Command/Task/QueueExampleTask.php:58 |
160 | 170 | msgid "To run a Worker use:" |
161 | 171 | msgstr "To run a Worker use:" |
162 | 172 |
|
163 | | -#: /Console/Command/Task/QueueExampleTask.php:59 |
| 173 | +#: Console/Command/Task/QueueExampleTask.php:59 |
164 | 174 | msgid "\tcake queue runworker" |
165 | 175 | msgstr "\tcake queue runworker" |
166 | 176 |
|
167 | | -#: /Console/Command/Task/QueueExampleTask.php:61 |
| 177 | +#: Console/Command/Task/QueueExampleTask.php:61 |
168 | 178 | msgid "You can find the sourcecode of this task in: " |
169 | 179 | msgstr "You can find the sourcecode of this task in: " |
170 | 180 |
|
171 | | -#: /Console/Command/Task/QueueExampleTask.php:67 |
| 181 | +#: Console/Command/Task/QueueExampleTask.php:67 |
172 | 182 | msgid "OK, job created, now run the worker" |
173 | 183 | msgstr "OK, job created, now run the worker" |
174 | 184 |
|
175 | | -#: /Console/Command/Task/QueueExampleTask.php:69 |
| 185 | +#: Console/Command/Task/QueueExampleTask.php:69 |
176 | 186 | msgid "Could not create Job" |
177 | 187 | msgstr "Could not create Job" |
178 | 188 |
|
179 | | -#: /Console/Command/Task/QueueExampleTask.php:86 |
| 189 | +#: Console/Command/Task/QueueExampleTask.php:86 |
180 | 190 | msgid " ->Success, the Example Task was run.<-" |
181 | 191 | msgstr " ->Success, the Example Task was run.<-" |
182 | 192 |
|
|
0 commit comments