2 <!DOCTYPE TS> |
2 <!DOCTYPE TS> |
3 <TS version="2.0" language="en_US" sourcelanguage=""> |
3 <TS version="2.0" language="en_US" sourcelanguage=""> |
4 <context> |
4 <context> |
5 <name>CyclomaticComplexityDialog</name> |
5 <name>CyclomaticComplexityDialog</name> |
6 <message> |
6 <message> |
7 <location filename="../CyclomaticComplexityDialog.py" line="78" /> |
7 <location filename="../CyclomaticComplexityDialog.py" line="83" /> |
8 <source><table><tr><td colspan=3><b>Ranking:</b></td></tr><tr><td><b>A</b></td><td>1 - 5</td><td>(low risk - simple block)</td></tr><tr><td><b>B</b></td><td>6 - 10</td><td>(low risk - well structured and stable block)</td></tr><tr><td><b>C</b></td><td>11 - 20</td><td>(moderate risk - slightly complex block)</td></tr><tr><td><b>D</b></td><td>21 - 30</td><td>(more than moderate risk - more complex block)</td></tr><tr><td><b>E</b></td><td>31 - 40</td><td>(high risk - complex block, alarming)</td></tr><tr><td><b>F</b></td><td>&gt; 40</td><td>(very high risk - error-prone, unstable block)</td></tr></table></source> |
8 <source><table><tr><td colspan=3><b>Ranking:</b></td></tr><tr><td><b>A</b></td><td>1 - 5</td><td>(low risk - simple block)</td></tr><tr><td><b>B</b></td><td>6 - 10</td><td>(low risk - well structured and stable block)</td></tr><tr><td><b>C</b></td><td>11 - 20</td><td>(moderate risk - slightly complex block)</td></tr><tr><td><b>D</b></td><td>21 - 30</td><td>(more than moderate risk - more complex block)</td></tr><tr><td><b>E</b></td><td>31 - 40</td><td>(high risk - complex block, alarming)</td></tr><tr><td><b>F</b></td><td>&gt; 40</td><td>(very high risk - error-prone, unstable block)</td></tr></table></source> |
9 <translation type="unfinished" /> |
9 <translation type="unfinished" /> |
10 </message> |
10 </message> |
11 <message> |
11 <message> |
12 <location filename="../CyclomaticComplexityDialog.py" line="95" /> |
12 <location filename="../CyclomaticComplexityDialog.py" line="102" /> |
13 <source><table><tr><td colspan=2><b>Type:</b></td></tr><tr><td><b>C</b></td><td>Class</td></tr><tr><td><b>F</b></td><td>Function</td></tr><tr><td><b>M</b></td><td>Method</td></tr></table></source> |
13 <source><table><tr><td colspan=2><b>Type:</b></td></tr><tr><td><b>C</b></td><td>Class</td></tr><tr><td><b>F</b></td><td>Function</td></tr><tr><td><b>M</b></td><td>Method</td></tr></table></source> |
14 <translation type="unfinished" /> |
14 <translation type="unfinished" /> |
15 </message> |
15 </message> |
16 <message> |
16 <message> |
17 <location filename="../CyclomaticComplexityDialog.py" line="147" /> |
17 <location filename="../CyclomaticComplexityDialog.py" line="156" /> |
18 <source>Collapse all</source> |
18 <source>Collapse all</source> |
19 <translation type="unfinished" /> |
19 <translation type="unfinished" /> |
20 </message> |
20 </message> |
21 <message> |
21 <message> |
22 <location filename="../CyclomaticComplexityDialog.py" line="149" /> |
22 <location filename="../CyclomaticComplexityDialog.py" line="157" /> |
23 <source>Expand all</source> |
23 <source>Expand all</source> |
24 <translation type="unfinished" /> |
24 <translation type="unfinished" /> |
25 </message> |
25 </message> |
26 <message> |
26 <message> |
27 <location filename="../CyclomaticComplexityDialog.py" line="225" /> |
27 <location filename="../CyclomaticComplexityDialog.py" line="230" /> |
28 <source>Errors</source> |
28 <source>Errors</source> |
29 <translation type="unfinished" /> |
29 <translation type="unfinished" /> |
30 </message> |
30 </message> |
31 <message> |
31 <message> |
32 <location filename="../CyclomaticComplexityDialog.py" line="390" /> |
32 <location filename="../CyclomaticComplexityDialog.py" line="513" /> |
33 <source>Preparing files...</source> |
|
34 <translation type="unfinished" /> |
|
35 </message> |
|
36 <message> |
|
37 <location filename="../CyclomaticComplexityDialog.py" line="518" /> |
|
38 <source><b>Summary:</b><br/>{0} blocks (classes, functions, methods) analyzed.<br/>Average complexity: {7} ({8})<table><tr><td width=30><b>A</b></td><td align='right'>{1} blocks</td></tr><tr><td width=30><b>B</b></td><td align='right'>{2} blocks</td></tr><tr><td width=30><b>C</b></td><td align='right'>{3} blocks</td></tr><tr><td width=30><b>D</b></td><td align='right'>{4} blocks</td></tr><tr><td width=30><b>E</b></td><td align='right'>{5} blocks</td></tr><tr><td width=30><b>F</b></td><td align='right'>{6} blocks</td></tr></table></source> |
33 <source><b>Summary:</b><br/>{0} blocks (classes, functions, methods) analyzed.<br/>Average complexity: {7} ({8})<table><tr><td width=30><b>A</b></td><td align='right'>{1} blocks</td></tr><tr><td width=30><b>B</b></td><td align='right'>{2} blocks</td></tr><tr><td width=30><b>C</b></td><td align='right'>{3} blocks</td></tr><tr><td width=30><b>D</b></td><td align='right'>{4} blocks</td></tr><tr><td width=30><b>E</b></td><td align='right'>{5} blocks</td></tr><tr><td width=30><b>F</b></td><td align='right'>{6} blocks</td></tr></table></source> |
39 <translation type="unfinished" /> |
34 <translation type="unfinished" /> |
40 </message> |
35 </message> |
41 <message> |
36 <message> |
42 <location filename="../CyclomaticComplexityDialog.ui" line="0" /> |
37 <location filename="../CyclomaticComplexityDialog.ui" line="0" /> |
195 </message> |
185 </message> |
196 </context> |
186 </context> |
197 <context> |
187 <context> |
198 <name>RadonMetricsPlugin</name> |
188 <name>RadonMetricsPlugin</name> |
199 <message> |
189 <message> |
200 <location filename="../../PluginMetricsRadon.py" line="156" /> |
190 <location filename="../../PluginMetricsRadon.py" line="169" /> |
201 <source>Python 3 batch job</source> |
191 <source>Python 3 batch job</source> |
202 <translation type="unfinished" /> |
192 <translation type="unfinished" /> |
203 </message> |
193 </message> |
204 <message> |
194 <message> |
205 <location filename="../../PluginMetricsRadon.py" line="202" /> |
195 <location filename="../../PluginMetricsRadon.py" line="212" /> |
206 <source>Unknown metrics result received ({0}).</source> |
196 <source>Unknown metrics result received ({0}).</source> |
207 <translation type="unfinished" /> |
197 <translation type="unfinished" /> |
208 </message> |
198 </message> |
209 <message> |
199 <message> |
210 <location filename="../../PluginMetricsRadon.py" line="968" /> |
200 <location filename="../../PluginMetricsRadon.py" line="1025" /> |
211 <location filename="../../PluginMetricsRadon.py" line="630" /> |
201 <location filename="../../PluginMetricsRadon.py" line="669" /> |
|
202 <location filename="../../PluginMetricsRadon.py" line="492" /> |
|
203 <location filename="../../PluginMetricsRadon.py" line="404" /> |
|
204 <source>Radon</source> |
|
205 <translation type="unfinished" /> |
|
206 </message> |
|
207 <message> |
|
208 <location filename="../../PluginMetricsRadon.py" line="678" /> |
|
209 <location filename="../../PluginMetricsRadon.py" line="500" /> |
|
210 <location filename="../../PluginMetricsRadon.py" line="413" /> |
|
211 <source>Code Metrics</source> |
|
212 <translation type="unfinished" /> |
|
213 </message> |
|
214 <message> |
|
215 <location filename="../../PluginMetricsRadon.py" line="678" /> |
|
216 <location filename="../../PluginMetricsRadon.py" line="500" /> |
|
217 <location filename="../../PluginMetricsRadon.py" line="414" /> |
|
218 <source>Code &Metrics...</source> |
|
219 <translation type="unfinished" /> |
|
220 </message> |
|
221 <message> |
|
222 <location filename="../../PluginMetricsRadon.py" line="680" /> |
|
223 <location filename="../../PluginMetricsRadon.py" line="502" /> |
|
224 <location filename="../../PluginMetricsRadon.py" line="420" /> |
|
225 <source>Show raw code metrics.</source> |
|
226 <translation type="unfinished" /> |
|
227 </message> |
|
228 <message> |
|
229 <location filename="../../PluginMetricsRadon.py" line="682" /> |
|
230 <location filename="../../PluginMetricsRadon.py" line="504" /> |
|
231 <location filename="../../PluginMetricsRadon.py" line="422" /> |
|
232 <source><b>Code Metrics...</b><p>This calculates raw code metrics of Python files and shows the amount of lines of code, logical lines of code, source lines of code, comment lines, multi-line strings and blank lines.</p></source> |
|
233 <translation type="unfinished" /> |
|
234 </message> |
|
235 <message> |
|
236 <location filename="../../PluginMetricsRadon.py" line="695" /> |
|
237 <location filename="../../PluginMetricsRadon.py" line="516" /> |
|
238 <location filename="../../PluginMetricsRadon.py" line="435" /> |
|
239 <source>Maintainability Index</source> |
|
240 <translation type="unfinished" /> |
|
241 </message> |
|
242 <message> |
|
243 <location filename="../../PluginMetricsRadon.py" line="696" /> |
|
244 <location filename="../../PluginMetricsRadon.py" line="517" /> |
|
245 <location filename="../../PluginMetricsRadon.py" line="436" /> |
|
246 <source>Maintainability &Index...</source> |
|
247 <translation type="unfinished" /> |
|
248 </message> |
|
249 <message> |
|
250 <location filename="../../PluginMetricsRadon.py" line="703" /> |
|
251 <location filename="../../PluginMetricsRadon.py" line="523" /> |
|
252 <location filename="../../PluginMetricsRadon.py" line="443" /> |
|
253 <source>Show the maintainability index for Python files.</source> |
|
254 <translation type="unfinished" /> |
|
255 </message> |
|
256 <message> |
|
257 <location filename="../../PluginMetricsRadon.py" line="706" /> |
|
258 <location filename="../../PluginMetricsRadon.py" line="525" /> |
|
259 <location filename="../../PluginMetricsRadon.py" line="446" /> |
|
260 <source><b>Maintainability Index...</b><p>This calculates the maintainability index of Python files and shows it together with a ranking.</p></source> |
|
261 <translation type="unfinished" /> |
|
262 </message> |
|
263 <message> |
|
264 <location filename="../../PluginMetricsRadon.py" line="718" /> |
|
265 <location filename="../../PluginMetricsRadon.py" line="535" /> |
|
266 <location filename="../../PluginMetricsRadon.py" line="457" /> |
|
267 <source>Cyclomatic Complexity</source> |
|
268 <translation type="unfinished" /> |
|
269 </message> |
|
270 <message> |
|
271 <location filename="../../PluginMetricsRadon.py" line="719" /> |
|
272 <location filename="../../PluginMetricsRadon.py" line="536" /> |
|
273 <location filename="../../PluginMetricsRadon.py" line="458" /> |
|
274 <source>Cyclomatic &Complexity...</source> |
|
275 <translation type="unfinished" /> |
|
276 </message> |
|
277 <message> |
|
278 <location filename="../../PluginMetricsRadon.py" line="726" /> |
|
279 <location filename="../../PluginMetricsRadon.py" line="542" /> |
212 <location filename="../../PluginMetricsRadon.py" line="465" /> |
280 <location filename="../../PluginMetricsRadon.py" line="465" /> |
213 <location filename="../../PluginMetricsRadon.py" line="395" /> |
|
214 <source>Radon</source> |
|
215 <translation type="unfinished" /> |
|
216 </message> |
|
217 <message> |
|
218 <location filename="../../PluginMetricsRadon.py" line="639" /> |
|
219 <location filename="../../PluginMetricsRadon.py" line="473" /> |
|
220 <location filename="../../PluginMetricsRadon.py" line="404" /> |
|
221 <source>Code Metrics</source> |
|
222 <translation type="unfinished" /> |
|
223 </message> |
|
224 <message> |
|
225 <location filename="../../PluginMetricsRadon.py" line="640" /> |
|
226 <location filename="../../PluginMetricsRadon.py" line="474" /> |
|
227 <location filename="../../PluginMetricsRadon.py" line="405" /> |
|
228 <source>Code &Metrics...</source> |
|
229 <translation type="unfinished" /> |
|
230 </message> |
|
231 <message> |
|
232 <location filename="../../PluginMetricsRadon.py" line="642" /> |
|
233 <location filename="../../PluginMetricsRadon.py" line="477" /> |
|
234 <location filename="../../PluginMetricsRadon.py" line="408" /> |
|
235 <source>Show raw code metrics.</source> |
|
236 <translation type="unfinished" /> |
|
237 </message> |
|
238 <message> |
|
239 <location filename="../../PluginMetricsRadon.py" line="644" /> |
|
240 <location filename="../../PluginMetricsRadon.py" line="478" /> |
|
241 <location filename="../../PluginMetricsRadon.py" line="409" /> |
|
242 <source><b>Code Metrics...</b><p>This calculates raw code metrics of Python files and shows the amount of lines of code, logical lines of code, source lines of code, comment lines, multi-line strings and blank lines.</p></source> |
|
243 <translation type="unfinished" /> |
|
244 </message> |
|
245 <message> |
|
246 <location filename="../../PluginMetricsRadon.py" line="656" /> |
|
247 <location filename="../../PluginMetricsRadon.py" line="489" /> |
|
248 <location filename="../../PluginMetricsRadon.py" line="421" /> |
|
249 <source>Maintainability Index</source> |
|
250 <translation type="unfinished" /> |
|
251 </message> |
|
252 <message> |
|
253 <location filename="../../PluginMetricsRadon.py" line="657" /> |
|
254 <location filename="../../PluginMetricsRadon.py" line="490" /> |
|
255 <location filename="../../PluginMetricsRadon.py" line="422" /> |
|
256 <source>Maintainability &Index...</source> |
|
257 <translation type="unfinished" /> |
|
258 </message> |
|
259 <message> |
|
260 <location filename="../../PluginMetricsRadon.py" line="659" /> |
|
261 <location filename="../../PluginMetricsRadon.py" line="493" /> |
|
262 <location filename="../../PluginMetricsRadon.py" line="425" /> |
|
263 <source>Show the maintainability index for Python files.</source> |
|
264 <translation type="unfinished" /> |
|
265 </message> |
|
266 <message> |
|
267 <location filename="../../PluginMetricsRadon.py" line="661" /> |
|
268 <location filename="../../PluginMetricsRadon.py" line="494" /> |
|
269 <location filename="../../PluginMetricsRadon.py" line="426" /> |
|
270 <source><b>Maintainability Index...</b><p>This calculates the maintainability index of Python files and shows it together with a ranking.</p></source> |
|
271 <translation type="unfinished" /> |
|
272 </message> |
|
273 <message> |
|
274 <location filename="../../PluginMetricsRadon.py" line="673" /> |
|
275 <location filename="../../PluginMetricsRadon.py" line="503" /> |
|
276 <location filename="../../PluginMetricsRadon.py" line="436" /> |
|
277 <source>Cyclomatic Complexity</source> |
|
278 <translation type="unfinished" /> |
|
279 </message> |
|
280 <message> |
|
281 <location filename="../../PluginMetricsRadon.py" line="674" /> |
|
282 <location filename="../../PluginMetricsRadon.py" line="504" /> |
|
283 <location filename="../../PluginMetricsRadon.py" line="437" /> |
|
284 <source>Cyclomatic &Complexity...</source> |
|
285 <translation type="unfinished" /> |
|
286 </message> |
|
287 <message> |
|
288 <location filename="../../PluginMetricsRadon.py" line="676" /> |
|
289 <location filename="../../PluginMetricsRadon.py" line="507" /> |
|
290 <location filename="../../PluginMetricsRadon.py" line="440" /> |
|
291 <source>Show the cyclomatic complexity for Python files.</source> |
281 <source>Show the cyclomatic complexity for Python files.</source> |
292 <translation type="unfinished" /> |
282 <translation type="unfinished" /> |
293 </message> |
283 </message> |
294 <message> |
284 <message> |
295 <location filename="../../PluginMetricsRadon.py" line="678" /> |
285 <location filename="../../PluginMetricsRadon.py" line="729" /> |
296 <location filename="../../PluginMetricsRadon.py" line="508" /> |
286 <location filename="../../PluginMetricsRadon.py" line="544" /> |
297 <location filename="../../PluginMetricsRadon.py" line="441" /> |
287 <location filename="../../PluginMetricsRadon.py" line="468" /> |
298 <source><b>Cyclomatic Complexity...</b><p>This calculates the cyclomatic complexity of Python files and shows it together with a ranking.</p></source> |
288 <source><b>Cyclomatic Complexity...</b><p>This calculates the cyclomatic complexity of Python files and shows it together with a ranking.</p></source> |
299 <translation type="unfinished" /> |
289 <translation type="unfinished" /> |
300 </message> |
290 </message> |
301 <message> |
291 <message> |
302 <location filename="../../PluginMetricsRadon.py" line="969" /> |
292 <location filename="../../PluginMetricsRadon.py" line="1026" /> |
303 <source><p><b>Radon Version {0}</b></p><p>Radon is a Python tool that computes various metrics from the source code. Radon can compute:<ul><li><b>Raw</b> metrics (these include SLOC, comment lines, blank lines, multi line strings, ...)</li><li><b>Maintainability Index</b> (the one used in Visual Studio)</li><li><b>McCabe's complexity</b>, i.e. cyclomatic complexity</li></ul></p></source> |
293 <source><p><b>Radon Version {0}</b></p><p>Radon is a Python tool that computes various metrics from the source code. Radon can compute:<ul><li><b>Raw</b> metrics (these include SLOC, comment lines, blank lines, multi line strings, ...)</li><li><b>Maintainability Index</b> (the one used in Visual Studio)</li><li><b>McCabe's complexity</b>, i.e. cyclomatic complexity</li></ul></p></source> |
304 <translation type="unfinished" /> |
294 <translation type="unfinished" /> |
305 </message> |
295 </message> |
306 </context> |
296 </context> |
307 <context> |
297 <context> |
308 <name>RawMetricsDialog</name> |
298 <name>RawMetricsDialog</name> |
309 <message> |
299 <message> |
310 <location filename="../RawMetricsDialog.py" line="73" /> |
300 <location filename="../RawMetricsDialog.py" line="76" /> |
311 <source><table><tr><td><b>LOC</b></td><td>Lines of code</td></tr><tr><td><b>SLOC</b></td><td>Source lines of code</td></tr><tr><td><b>LLOC</b></td><td>Logical lines of code</td></tr><tr><td><b>Comments</b></td><td>Comment lines</td></tr><tr><td><b>Empty&nbsp;Comments</b></td><td>Comment lines not containing code</td></tr><tr><td><b>Multi</b></td><td>Lines in multi line strings</td></tr><tr><td><b>Empty</b></td><td>Blank lines</td></tr><tr><td colspan=2><b>Comment Statistics:</b></td</tr><tr><td><b>C % L</b></td><td>Comments to lines ratio</td></tr><tr><td><b>C % S</b></td><td>Comments to source lines ratio</td></tr><tr><td><b>C + M % L</b></td><td>Comments plus multi line strings to lines ratio</td></tr></table></source> |
301 <source><table><tr><td><b>LOC</b></td><td>Lines of code</td></tr><tr><td><b>SLOC</b></td><td>Source lines of code</td></tr><tr><td><b>LLOC</b></td><td>Logical lines of code</td></tr><tr><td><b>Comments</b></td><td>Comment lines</td></tr><tr><td><b>Empty&nbsp;Comments</b></td><td>Comment lines not containing code</td></tr><tr><td><b>Multi</b></td><td>Lines in multi line strings</td></tr><tr><td><b>Empty</b></td><td>Blank lines</td></tr><tr><td colspan=2><b>Comment Statistics:</b></td</tr><tr><td><b>C % L</b></td><td>Comments to lines ratio</td></tr><tr><td><b>C % S</b></td><td>Comments to source lines ratio</td></tr><tr><td><b>C + M % L</b></td><td>Comments plus multi line strings to lines ratio</td></tr></table></source> |
312 <translation type="unfinished" /> |
302 <translation type="unfinished" /> |
313 </message> |
303 </message> |
314 <message> |
304 <message> |
315 <location filename="../RawMetricsDialog.py" line="143" /> |
305 <location filename="../RawMetricsDialog.py" line="154" /> |
316 <source>Errors</source> |
306 <source>Errors</source> |
317 <translation type="unfinished" /> |
307 <translation type="unfinished" /> |
318 </message> |
308 </message> |
319 <message> |
309 <message> |
320 <location filename="../RawMetricsDialog.py" line="289" /> |
310 <location filename="../RawMetricsDialog.py" line="442" /> |
321 <source>Preparing files...</source> |
|
322 <translation type="unfinished" /> |
|
323 </message> |
|
324 <message> |
|
325 <location filename="../RawMetricsDialog.py" line="430" /> |
|
326 <source>Files</source> |
311 <source>Files</source> |
327 <translation type="unfinished" /> |
312 <translation type="unfinished" /> |
328 </message> |
313 </message> |
329 <message> |
314 <message> |
330 <location filename="../RawMetricsDialog.ui" line="0" /> |
315 <location filename="../RawMetricsDialog.ui" line="0" /> |
331 <location filename="../RawMetricsDialog.py" line="432" /> |
316 <location filename="../RawMetricsDialog.py" line="445" /> |
332 <source>LOC</source> |
317 <source>LOC</source> |
333 <translation type="unfinished" /> |
318 <translation type="unfinished" /> |
334 </message> |
319 </message> |
335 <message> |
320 <message> |
336 <location filename="../RawMetricsDialog.ui" line="0" /> |
321 <location filename="../RawMetricsDialog.ui" line="0" /> |
337 <location filename="../RawMetricsDialog.py" line="434" /> |
322 <location filename="../RawMetricsDialog.py" line="448" /> |
338 <source>SLOC</source> |
323 <source>SLOC</source> |
339 <translation type="unfinished" /> |
324 <translation type="unfinished" /> |
340 </message> |
325 </message> |
341 <message> |
326 <message> |
342 <location filename="../RawMetricsDialog.ui" line="0" /> |
327 <location filename="../RawMetricsDialog.ui" line="0" /> |
343 <location filename="../RawMetricsDialog.py" line="436" /> |
328 <location filename="../RawMetricsDialog.py" line="451" /> |
344 <source>LLOC</source> |
329 <source>LLOC</source> |
345 <translation type="unfinished" /> |
330 <translation type="unfinished" /> |
346 </message> |
331 </message> |
347 <message> |
332 <message> |
348 <location filename="../RawMetricsDialog.py" line="438" /> |
333 <location filename="../RawMetricsDialog.py" line="454" /> |
349 <source>Comment Lines</source> |
334 <source>Comment Lines</source> |
350 <translation type="unfinished" /> |
335 <translation type="unfinished" /> |
351 </message> |
336 </message> |
352 <message> |
337 <message> |
353 <location filename="../RawMetricsDialog.ui" line="0" /> |
338 <location filename="../RawMetricsDialog.ui" line="0" /> |
354 <location filename="../RawMetricsDialog.py" line="441" /> |
339 <location filename="../RawMetricsDialog.py" line="457" /> |
355 <source>Empty Comments</source> |
340 <source>Empty Comments</source> |
356 <translation type="unfinished" /> |
341 <translation type="unfinished" /> |
357 </message> |
342 </message> |
358 <message> |
343 <message> |
359 <location filename="../RawMetricsDialog.py" line="444" /> |
344 <location filename="../RawMetricsDialog.py" line="461" /> |
360 <source>Multiline Strings</source> |
345 <source>Multiline Strings</source> |
361 <translation type="unfinished" /> |
346 <translation type="unfinished" /> |
362 </message> |
347 </message> |
363 <message> |
348 <message> |
364 <location filename="../RawMetricsDialog.py" line="447" /> |
349 <location filename="../RawMetricsDialog.py" line="465" /> |
365 <source>Empty Lines</source> |
350 <source>Empty Lines</source> |
366 <translation type="unfinished" /> |
351 <translation type="unfinished" /> |
367 </message> |
352 </message> |
368 <message> |
353 <message> |
369 <location filename="../RawMetricsDialog.ui" line="0" /> |
354 <location filename="../RawMetricsDialog.ui" line="0" /> |
370 <location filename="../RawMetricsDialog.py" line="450" /> |
355 <location filename="../RawMetricsDialog.py" line="468" /> |
371 <source>C % L</source> |
356 <source>C % L</source> |
372 <translation type="unfinished" /> |
357 <translation type="unfinished" /> |
373 </message> |
358 </message> |
374 <message> |
359 <message> |
375 <location filename="../RawMetricsDialog.ui" line="0" /> |
360 <location filename="../RawMetricsDialog.ui" line="0" /> |
376 <location filename="../RawMetricsDialog.py" line="457" /> |
361 <location filename="../RawMetricsDialog.py" line="477" /> |
377 <source>C % S</source> |
362 <source>C % S</source> |
378 <translation type="unfinished" /> |
363 <translation type="unfinished" /> |
379 </message> |
364 </message> |
380 <message> |
365 <message> |
381 <location filename="../RawMetricsDialog.ui" line="0" /> |
366 <location filename="../RawMetricsDialog.ui" line="0" /> |
382 <location filename="../RawMetricsDialog.py" line="464" /> |
367 <location filename="../RawMetricsDialog.py" line="486" /> |
383 <source>C + M % L</source> |
368 <source>C + M % L</source> |
384 <translation type="unfinished" /> |
369 <translation type="unfinished" /> |
385 </message> |
370 </message> |
386 <message> |
371 <message> |
387 <location filename="../RawMetricsDialog.ui" line="0" /> |
372 <location filename="../RawMetricsDialog.ui" line="0" /> |