~ubuntu-branches/ubuntu/precise/apport/precise

« back to all changes in this revision

Viewing changes to po/si.po

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-11-24 16:17:16 UTC
  • mfrom: (148.1.50)
  • Revision ID: package-import@ubuntu.com-20111124161716-ehpbgzlb57i7k0xr
Tags: 1.90-0ubuntu1
* New upstream release: First beta release of 2.0 which introduces
  client-side duplicate checking.
  - report.py: Break out new method stacktrace_top_function() from
    standard_title(), so that other parts of the code can use this as well.
  - launchpad.net: When sending retraced results back to the bug report,
    update the topmost function in the bug title. (LP: #869970)
  - report.py, add_gdb_info(): Add a new field "StacktraceAddressSignature"
    which is a heuristic signature for signal crashes. This should be used
    if crash_signature() fails, i. e. the Stacktrace field does not have
    enough symbols. This can be used to check for duplicates on the client
    side, provided that the crash database server supports querying for
    these.  Do not expose this field when uploading to crash databases
    though, as it can be recomputed from the already existing information
    (ProcMaps and Stacktrace) and thus would just clutter the reports.
  - crashdb.py: Add a table "version" with the database format version. Add
    automatic upgrading to the most current format.
  - crashdb.py: Put address signatures from reports checked with
    check_duplicate() into the duplicate database, so that implementations
    of known() can check for these.
  - dupdb-admin: Add "publish" dupdb-admin command which exports the
    duplicate database into a set of text files suitable for WWW publishing.
  - crashdb.py: Add new method "known(report)" which can be implemented to
    check if the crash db already knows about the crash signature. If so,
    the report will not be uploaded, and instead the user will be directed
    to the existing report URL (if available), similar to bug patterns. The
    default implementation checks this format, if the crash database is
    initialized with a "dupdb_url" option pointing to the exported database.
  - launchpad.py: Override known() to check if the master bug is actually
    accessible by the reporter, and is not tagged with "apport-failed-retrace"
    or "apport-request-retrace"; otherwise file it anyway.
  - crash-digger: Add --publish-db option to conveniently integrate
    duplicate DB publication (similar to dupdb-admin publish) into retracer
    setups.
  - launchpad.py: Attach updated stack traces from a duplicate to the master
    bug if it failed retracing previously or has an "apport-request-retrace"
    tag. (LP: #869982)
  - apport-kde, apport-gtk: Support the "Annotation" field for custom dialog
    titles for "Crash" and "Package" problem types as well, not just for
    "Kernel". (LP: #664378)
  - backends/packaging-apt-dpkg.py: Fix another test case failure when ddeb
    repository is not enabled.
  - backends/packaging-apt-dpkg.py: Fix handling of explicit cache directory
    name when it is a relative path.
  - launchpad.py: Only query for bugs after 2011-08-01, to avoid timeouts.
  - ui.py: Also anonymize standard bug title. (LP: #893863)
  - launchpad.py: Current Launchpad cannot have private bugs which affect
    multiple projects. Fix test suite accordingly.
* data/general-hooks/ubuntu.py: Fix crash if "apport" package is not
  installed, which might happen on local installs or running the test suite.
* etc/default/apport: Re-enable Apport by default; we want reports early in
  Precise, and we also do not have unstable GNOME versions this time which
  have known problems. We also have client-side duplicate detection now
  which should mitigate the noise.
* Drop debian/pyversions, debian/pycompat: Obsolete with dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
 
"X-Launchpad-Export-Date: 2011-10-31 05:17+0000\n"
18
 
"X-Generator: Launchpad (build 14197)\n"
 
17
"X-Launchpad-Export-Date: 2011-11-23 05:12+0000\n"
 
18
"X-Generator: Launchpad (build 14336)\n"
19
19
"Language: \n"
20
20
 
21
21
#: ../apport/ui.py:92
30
30
"and try again."
31
31
msgstr ""
32
32
 
33
 
#: ../apport/ui.py:115
 
33
#: ../apport/ui.py:106
34
34
#, python-format
35
35
msgid ""
36
36
"You have some obsolete package versions installed. Please upgrade the "
39
39
"%s"
40
40
msgstr ""
41
41
 
42
 
#: ../apport/ui.py:213
 
42
#: ../apport/ui.py:206
43
43
msgid "unknown program"
44
44
msgstr "නොදන්නා වැඩසටහන"
45
45
 
46
 
#: ../apport/ui.py:214 ../gtk/apport-gtk.py:78
 
46
#: ../apport/ui.py:207
47
47
#, python-format
48
48
msgid "Sorry, the program \"%s\" closed unexpectedly"
49
49
msgstr "සමාවෙන්න, \"%s\" වැඩසටහන අනපේක්ෂිතව අවසන්විය"
50
50
 
51
 
#: ../apport/ui.py:215 ../apport/ui.py:1081
 
51
#: ../apport/ui.py:208 ../apport/ui.py:275 ../apport/ui.py:384
52
52
#, python-format
53
53
msgid "Problem in %s"
54
54
msgstr "%s හි ගැටලුවක්"
55
55
 
56
 
#: ../apport/ui.py:216
 
56
#: ../apport/ui.py:209
57
57
msgid ""
58
58
"Your computer does not have enough free memory to automatically analyze the "
59
59
"problem and send a report to the developers."
60
60
msgstr ""
61
61
 
62
62
#. package does not exist
63
 
#: ../apport/ui.py:243 ../apport/ui.py:269 ../apport/ui.py:275
64
 
#: ../apport/ui.py:305 ../apport/ui.py:313 ../apport/ui.py:384
65
 
#: ../apport/ui.py:387 ../apport/ui.py:583 ../apport/ui.py:909
66
 
#: ../apport/ui.py:1037 ../apport/ui.py:1041 ../apport/ui.py:1060
67
 
#: ../apport/ui.py:1066 ../apport/ui.py:1658 ../apport/ui.py:1675
68
 
#: ../apport/ui.py:2265 ../apport/ui.py:2281 ../apport/ui.py:2292
69
 
#: ../apport/ui.py:2303
 
63
#: ../apport/ui.py:236 ../apport/ui.py:262 ../apport/ui.py:268
 
64
#: ../apport/ui.py:299 ../apport/ui.py:307 ../apport/ui.py:373
 
65
#: ../apport/ui.py:376 ../apport/ui.py:563 ../apport/ui.py:793
 
66
#: ../apport/ui.py:959 ../apport/ui.py:963 ../apport/ui.py:982
 
67
#: ../apport/ui.py:988 ../apport/ui.py:1537 ../apport/ui.py:1554
 
68
#: ../apport/ui.py:2114 ../apport/ui.py:2130 ../apport/ui.py:2141
 
69
#: ../apport/ui.py:2152
70
70
msgid "Invalid problem report"
71
71
msgstr "අවලංගු ගැටලුවක් වාර්තාවිනි"
72
72
 
73
 
#: ../apport/ui.py:244 ../apport/ui.py:276
 
73
#: ../apport/ui.py:237 ../apport/ui.py:269
74
74
msgid "The report belongs to a package that is not installed."
75
75
msgstr ""
76
76
 
77
 
#: ../apport/ui.py:271 ../apport/ui.py:1043
 
77
#: ../apport/ui.py:264 ../apport/ui.py:965
78
78
msgid "This problem report is damaged and cannot be processed."
79
79
msgstr ""
80
80
 
81
 
#: ../apport/ui.py:306
 
81
#: ../apport/ui.py:300
82
82
msgid "You are not allowed to access this problem report."
83
83
msgstr ""
84
84
 
85
 
#: ../apport/ui.py:309
 
85
#: ../apport/ui.py:303
86
86
msgid "Error"
87
87
msgstr ""
88
88
 
89
 
#: ../apport/ui.py:310
 
89
#: ../apport/ui.py:304
90
90
msgid "There is not enough disk space available to process this report."
91
91
msgstr ""
92
92
 
93
 
#: ../apport/ui.py:337
 
93
#: ../apport/ui.py:332
94
94
msgid "No package specified"
95
95
msgstr ""
96
96
 
97
 
#: ../apport/ui.py:338
 
97
#: ../apport/ui.py:333
98
98
msgid ""
99
99
"You need to specify a package or a PID. See --help for more information."
100
100
msgstr ""
101
101
 
102
 
#: ../apport/ui.py:354
 
102
#: ../apport/ui.py:343
103
103
msgid "Invalid PID"
104
104
msgstr ""
105
105
 
106
 
#: ../apport/ui.py:355
 
106
#: ../apport/ui.py:344
107
107
msgid "The specified process ID does not belong to a program."
108
108
msgstr ""
109
109
 
110
 
#: ../apport/ui.py:363
 
110
#: ../apport/ui.py:352
111
111
msgid "Permission denied"
112
112
msgstr ""
113
113
 
114
 
#: ../apport/ui.py:364
 
114
#: ../apport/ui.py:353
115
115
msgid ""
116
116
"The specified process does not belong to you. Please run this program as the "
117
117
"process owner or as root."
118
118
msgstr ""
119
119
 
120
 
#: ../apport/ui.py:385
 
120
#: ../apport/ui.py:374
121
121
#, python-format
122
122
msgid "Symptom script %s did not determine an affected package"
123
123
msgstr ""
124
124
 
125
 
#: ../apport/ui.py:388
 
125
#: ../apport/ui.py:377
126
126
#, python-format
127
127
msgid "Package %s does not exist"
128
128
msgstr ""
129
129
 
130
 
#: ../apport/ui.py:413 ../apport/ui.py:595 ../apport/ui.py:600
 
130
#: ../apport/ui.py:404
131
131
msgid "Cannot create report"
132
132
msgstr ""
133
133
 
134
 
#: ../apport/ui.py:427 ../apport/ui.py:473 ../apport/ui.py:490
 
134
#: ../apport/ui.py:418 ../apport/ui.py:464 ../apport/ui.py:480
135
135
msgid "Updating problem report"
136
136
msgstr ""
137
137
 
138
 
#: ../apport/ui.py:428
 
138
#: ../apport/ui.py:419
139
139
msgid ""
140
140
"You are not the reporter or subscriber of this problem report, or the report "
141
141
"is a duplicate or already closed.\n"
143
143
"Please create a new report using \"apport-bug\"."
144
144
msgstr ""
145
145
 
146
 
#: ../apport/ui.py:437
 
146
#: ../apport/ui.py:428
147
147
msgid ""
148
148
"You are not the reporter of this problem report. It is much easier to mark a "
149
149
"bug as a duplicate of another than to move your comments and attachments to "
155
155
"Do you really want to proceed?"
156
156
msgstr ""
157
157
 
158
 
#: ../apport/ui.py:474 ../apport/ui.py:491
 
158
#: ../apport/ui.py:465 ../apport/ui.py:481
159
159
msgid "No additional information collected."
160
160
msgstr ""
161
161
 
162
 
#: ../apport/ui.py:540
 
162
#: ../apport/ui.py:520
163
163
msgid "What kind of problem do you want to report?"
164
164
msgstr ""
165
165
 
166
 
#: ../apport/ui.py:557
 
166
#: ../apport/ui.py:537
167
167
msgid "Unknown symptom"
168
168
msgstr ""
169
169
 
170
 
#: ../apport/ui.py:558
 
170
#: ../apport/ui.py:538
171
171
#, python-format
172
172
msgid "The symptom \"%s\" is not known."
173
173
msgstr ""
182
182
msgid "xprop failed to determine process ID of the window"
183
183
msgstr ""
184
184
 
185
 
#: ../apport/ui.py:615
 
185
#: ../apport/ui.py:577
186
186
msgid "%prog <report number>"
187
187
msgstr ""
188
188
 
194
194
msgid "Add an extra tag to the report. Can be specified multiple times."
195
195
msgstr ""
196
196
 
197
 
#: ../apport/ui.py:649
 
197
#: ../apport/ui.py:610
198
198
msgid ""
199
199
"%prog [options] [symptom|pid|package|program path|.apport/.crash file]"
200
200
msgstr ""
201
201
 
202
 
#: ../apport/ui.py:652
 
202
#: ../apport/ui.py:612
203
203
msgid ""
204
204
"Start in bug filing mode. Requires --package and an optional --pid, or just "
205
205
"a --pid. If neither is given, display a list of known symptoms. (Implied if "
210
210
msgid "Click a window as a target for filing a problem report."
211
211
msgstr ""
212
212
 
213
 
#: ../apport/ui.py:656
 
213
#: ../apport/ui.py:615
214
214
msgid "Start in bug updating mode. Can take an optional --package."
215
215
msgstr ""
216
216
 
217
 
#: ../apport/ui.py:658
 
217
#: ../apport/ui.py:618
218
218
msgid ""
219
219
"File a bug report about a symptom. (Implied if symptom name is given as only "
220
220
"argument.)"
221
221
msgstr ""
222
222
 
223
 
#: ../apport/ui.py:660
 
223
#: ../apport/ui.py:621
224
224
msgid ""
225
225
"Specify package name in --file-bug mode. This is optional if a --pid is "
226
226
"specified. (Implied if package name is given as only argument.)"
233
233
"argument.)"
234
234
msgstr ""
235
235
 
236
 
#: ../apport/ui.py:664
 
236
#: ../apport/ui.py:627
237
237
#, python-format
238
238
msgid ""
239
239
"Report the crash from given .apport or .crash file instead of the pending "
247
247
"machine."
248
248
msgstr ""
249
249
 
250
 
#: ../apport/ui.py:670
 
250
#: ../apport/ui.py:633
251
251
msgid "Print the Apport version number."
252
252
msgstr ""
253
253
 
275
275
msgid "The problem happened with the program %s which changed since then."
276
276
msgstr ""
277
277
 
278
 
#: ../apport/ui.py:910
 
278
#: ../apport/ui.py:794
279
279
msgid "Could not determine the package or source package name."
280
280
msgstr ""
281
281
 
282
 
#: ../apport/ui.py:925
 
282
#: ../apport/ui.py:809
283
283
msgid "Unable to start web browser"
284
284
msgstr ""
285
285
 
286
 
#: ../apport/ui.py:926
 
286
#: ../apport/ui.py:810
287
287
#, python-format
288
288
msgid "Unable to start web browser to open %s."
289
289
msgstr ""
290
290
 
291
 
#: ../apport/ui.py:993
 
291
#: ../apport/ui.py:916
292
292
#, python-format
293
293
msgid "Please enter your account information for the %s bug tracking system"
294
294
msgstr ""
295
295
 
296
 
#: ../apport/ui.py:1004
 
296
#: ../apport/ui.py:927
297
297
msgid "Network problem"
298
298
msgstr ""
299
299
 
300
 
#: ../apport/ui.py:1006
 
300
#: ../apport/ui.py:929
301
301
msgid ""
302
302
"Cannot connect to crash database, please check your Internet connection."
303
303
msgstr ""
304
304
 
305
 
#: ../apport/ui.py:1032
 
305
#: ../apport/ui.py:954
306
306
msgid "Memory exhaustion"
307
307
msgstr ""
308
308
 
309
 
#: ../apport/ui.py:1033
 
309
#: ../apport/ui.py:955
310
310
msgid "Your system does not have enough memory to process this crash report."
311
311
msgstr ""
312
312
 
313
 
#: ../apport/ui.py:1056 ../apport/ui.py:1065
 
313
#: ../apport/ui.py:978 ../apport/ui.py:987
314
314
msgid ""
315
315
"This problem report applies to a program which is not installed any more."
316
316
msgstr ""
317
317
 
318
 
#: ../apport/ui.py:1084
 
318
#: ../apport/ui.py:276 ../apport/ui.py:385
319
319
#, python-format
320
320
msgid ""
321
321
"The problem cannot be reported:\n"
323
323
"%s"
324
324
msgstr ""
325
325
 
326
 
#: ../apport/ui.py:1114
 
326
#: ../apport/ui.py:1019
327
327
msgid "Problem already known"
328
328
msgstr ""
329
329
 
330
 
#: ../apport/ui.py:1115
 
330
#: ../apport/ui.py:1020
331
331
msgid ""
332
332
"This problem was already reported in the bug report displayed in the web "
333
333
"browser. Please check if you can add any further information that might be "
334
334
"helpful for the developers."
335
335
msgstr ""
336
336
 
337
 
#: ../bin/apport-cli.py:71
 
337
#: ../bin/apport-cli.py:70
338
338
msgid "Press any key to continue..."
339
339
msgstr ""
340
340
 
341
 
#: ../bin/apport-cli.py:78
 
341
#: ../bin/apport-cli.py:77
342
342
msgid "What would you like to do? Your options are:"
343
343
msgstr ""
344
344
 
345
 
#: ../bin/apport-cli.py:82
 
345
#: ../bin/apport-cli.py:81
346
346
#, python-format
347
347
msgid "Please choose (%s):"
348
348
msgstr ""
349
349
 
350
350
#. translators: first %s: application name, second %s: date, third %s: time
351
 
#: ../bin/apport-cli.py:139
 
351
#: ../bin/apport-cli.py:138
352
352
#, python-format
353
353
msgid "%s closed unexpectedly on %s at %s."
354
354
msgstr ""
355
355
 
356
 
#: ../bin/apport-cli.py:143
 
356
#: ../bin/apport-cli.py:142
357
357
msgid ""
358
358
"If you were not doing anything confidential (entering passwords or other\n"
359
359
"private information), you can help to improve the application by reporting\n"
360
360
"the problem."
361
361
msgstr ""
362
362
 
363
 
#: ../bin/apport-cli.py:146 ../bin/apport-cli.py:165 ../bin/apport-cli.py:183
364
 
#: ../kde/apport-kde.py:199 ../kde/apport-kde.py:229 ../kde/apport-kde.py:250
 
363
#: ../bin/apport-cli.py:145 ../bin/apport-cli.py:164 ../bin/apport-cli.py:182
365
364
msgid "&Report Problem..."
366
365
msgstr ""
367
366
 
368
 
#: ../bin/apport-cli.py:147
 
367
#: ../bin/apport-cli.py:146
369
368
msgid "Cancel and &ignore future crashes of this program version"
370
369
msgstr ""
371
370
 
372
 
#: ../bin/apport-cli.py:148 ../bin/apport-cli.py:166 ../bin/apport-cli.py:184
373
 
#: ../bin/apport-cli.py:243 ../bin/apport-cli.py:326 ../bin/apport-cli.py:358
374
 
#: ../bin/apport-cli.py:379
 
371
#: ../bin/apport-cli.py:147 ../bin/apport-cli.py:165 ../bin/apport-cli.py:183
 
372
#: ../bin/apport-cli.py:242 ../bin/apport-cli.py:323 ../bin/apport-cli.py:355
 
373
#: ../bin/apport-cli.py:376
375
374
msgid "&Cancel"
376
375
msgstr ""
377
376
 
378
 
#: ../bin/apport-cli.py:163
 
377
#: ../bin/apport-cli.py:162
379
378
#, python-format
380
379
msgid "The package \"%s\" failed to install or upgrade."
381
380
msgstr ""
382
381
 
383
 
#: ../bin/apport-cli.py:164 ../gtk/apport-gtk.ui.h:23 ../kde/apport-kde.py:226
 
382
#: ../bin/apport-cli.py:163 ../gtk/apport-gtk.ui.h:22
384
383
msgid ""
385
384
"You can help the developers to fix the package by reporting the problem."
386
385
msgstr ""
387
386
 
388
 
#: ../bin/apport-cli.py:176 ../gtk/apport-gtk.py:126 ../kde/apport-kde.py:241
 
387
#: ../bin/apport-cli.py:175
389
388
msgid "Your system encountered a serious kernel problem."
390
389
msgstr ""
391
390
 
392
 
#: ../bin/apport-cli.py:180 ../gtk/apport-gtk.py:130 ../kde/apport-kde.py:245
 
391
#: ../bin/apport-cli.py:179
393
392
msgid "You can help the developers to fix the problem by reporting it."
394
393
msgstr ""
395
394
 
396
 
#: ../bin/apport-cli.py:208
 
395
#: ../bin/apport-cli.py:213
397
396
#, python-format
398
397
msgid "(%i bytes)"
399
398
msgstr ""
400
399
 
401
 
#: ../bin/apport-cli.py:210 ../gtk/apport-gtk.py:160 ../kde/apport-kde.py:293
 
400
#: ../bin/apport-cli.py:215
402
401
msgid "(binary data)"
403
402
msgstr ""
404
403
 
405
 
#: ../bin/apport-cli.py:218 ../gtk/apport-gtk.py:183 ../kde/apport-kde.py:265
 
404
#: ../bin/apport-cli.py:222
406
405
msgid "Send this data to the developers?"
407
406
msgstr ""
408
407
 
409
 
#: ../bin/apport-cli.py:220 ../kde/apport-kde.py:270
 
408
#: ../bin/apport-cli.py:224
410
409
msgid "Send problem report to the developers?"
411
410
msgstr ""
412
411
 
413
 
#: ../bin/apport-cli.py:221
 
412
#: ../bin/apport-cli.py:225
414
413
msgid ""
415
414
"After the problem report has been sent, please fill out the form in the\n"
416
415
"automatically opened web browser."
417
416
msgstr ""
418
417
 
419
 
#: ../bin/apport-cli.py:226
 
418
#: ../bin/apport-cli.py:230
420
419
#, python-format
421
420
msgid "&Send complete report (recommended; %s)"
422
421
msgstr ""
423
422
 
424
 
#: ../bin/apport-cli.py:228
 
423
#: ../bin/apport-cli.py:232
425
424
#, python-format
426
425
msgid "Send &reduced report (slow Internet connection; %s)"
427
426
msgstr ""
428
427
 
429
 
#: ../bin/apport-cli.py:231
 
428
#: ../bin/apport-cli.py:235
430
429
#, python-format
431
430
msgid "&Send report (%s)"
432
431
msgstr ""
435
434
msgid "&Examine locally"
436
435
msgstr ""
437
436
 
 
437
#: ../bin/apport-cli.py:239
 
438
msgid "&View report"
 
439
msgstr ""
 
440
 
438
441
#: ../bin/apport-cli.py:240
439
 
msgid "&View report"
440
 
msgstr ""
441
 
 
442
 
#: ../bin/apport-cli.py:241
443
442
msgid "&Keep report file for sending later or copying to somewhere else"
444
443
msgstr ""
445
444
 
446
 
#: ../bin/apport-cli.py:275
 
445
#: ../bin/apport-cli.py:272
447
446
msgid "Problem report file:"
448
447
msgstr ""
449
448
 
450
 
#: ../bin/apport-cli.py:283 ../bin/apport-cli.py:288
 
449
#: ../bin/apport-cli.py:280 ../bin/apport-cli.py:285
451
450
msgid "&Confirm"
452
451
msgstr ""
453
452
 
454
 
#: ../bin/apport-cli.py:287
 
453
#: ../bin/apport-cli.py:284
455
454
#, python-format
456
455
msgid "Error: %s"
457
456
msgstr ""
458
457
 
459
 
#: ../bin/apport-cli.py:293 ../kde/apport-kde.py:332
 
458
#: ../bin/apport-cli.py:290
460
459
msgid "Collecting problem information"
461
460
msgstr ""
462
461
 
463
 
#: ../bin/apport-cli.py:294
 
462
#: ../bin/apport-cli.py:291
464
463
msgid ""
465
464
"The collected information can be sent to the developers to improve the\n"
466
465
"application. This might take a few minutes."
467
466
msgstr ""
468
467
 
469
 
#: ../bin/apport-cli.py:306 ../gtk/apport-gtk.ui.h:22 ../kde/apport-kde.py:349
 
468
#: ../bin/apport-cli.py:303 ../gtk/apport-gtk.ui.h:21
470
469
msgid "Uploading problem information"
471
470
msgstr ""
472
471
 
473
 
#: ../bin/apport-cli.py:307
 
472
#: ../bin/apport-cli.py:304
474
473
msgid ""
475
474
"The collected information is being sent to the bug tracking system.\n"
476
475
"This might take a few minutes."
477
476
msgstr ""
478
477
 
479
 
#: ../bin/apport-cli.py:357
 
478
#: ../bin/apport-cli.py:354
480
479
msgid "&Done"
481
480
msgstr ""
482
481
 
483
 
#: ../bin/apport-cli.py:363
 
482
#: ../bin/apport-cli.py:360
484
483
msgid "none"
485
484
msgstr ""
486
485
 
487
 
#: ../bin/apport-cli.py:364
 
486
#: ../bin/apport-cli.py:361
488
487
#, python-format
489
488
msgid "Selected: %s. Multiple choices:"
490
489
msgstr ""
491
490
 
492
 
#: ../bin/apport-cli.py:380
 
491
#: ../bin/apport-cli.py:377
493
492
msgid "Choices:"
494
493
msgstr ""
495
494
 
496
 
#: ../bin/apport-cli.py:394
 
495
#: ../bin/apport-cli.py:391
497
496
msgid "Path to file (Enter to cancel):"
498
497
msgstr ""
499
498
 
500
 
#: ../bin/apport-cli.py:400
 
499
#: ../bin/apport-cli.py:396
501
500
msgid "File does not exist."
502
501
msgstr ""
503
502
 
504
 
#: ../bin/apport-cli.py:402
 
503
#: ../bin/apport-cli.py:398
505
504
msgid "This is a directory."
506
505
msgstr ""
507
506
 
508
 
#: ../bin/apport-cli.py:408
 
507
#: ../bin/apport-cli.py:404
509
508
msgid "To continue, you must visit the following URL:"
510
509
msgstr ""
511
510
 
512
 
#: ../bin/apport-cli.py:410
 
511
#: ../bin/apport-cli.py:406
513
512
msgid ""
514
513
"You can launch a browser now, or copy this URL into a browser on another "
515
514
"computer."
516
515
msgstr ""
517
516
 
518
 
#: ../bin/apport-cli.py:412
 
517
#: ../bin/apport-cli.py:408
519
518
msgid "Launch a browser now"
520
519
msgstr ""
521
520
 
522
 
#: ../bin/apport-cli.py:426
 
521
#: ../bin/apport-cli.py:415
523
522
msgid "No pending crash reports. Try --help for more information."
524
523
msgstr ""
525
524
 
572
571
msgid "Apport"
573
572
msgstr ""
574
573
 
575
 
#: ../gtk/apport-gtk.ui.h:11 ../kde/apport-kde.py:301
576
 
#, no-c-format, python-format
 
574
#: ../gtk/apport-gtk.ui.h:10
 
575
#, no-c-format
577
576
msgid "Complete report (recommended; %s)"
578
577
msgstr ""
579
578
 
 
579
#: ../gtk/apport-gtk.ui.h:11
 
580
msgid "Content of the report"
 
581
msgstr ""
 
582
 
580
583
#: ../gtk/apport-gtk.ui.h:12
581
 
msgid "Content of the report"
582
 
msgstr ""
583
 
 
584
 
#: ../gtk/apport-gtk.ui.h:13 ../kde/apport-kde.py:194
585
584
msgid ""
586
585
"If you were not doing anything confidential (entering passwords or other "
587
586
"private information), you can help to improve the application by reporting "
588
587
"the problem."
589
588
msgstr ""
590
589
 
591
 
#: ../gtk/apport-gtk.ui.h:14
 
590
#: ../gtk/apport-gtk.ui.h:13
592
591
msgid ""
593
592
"Information is being collected that may help the developers fix the problem "
594
593
"you report."
595
594
msgstr ""
596
595
 
597
 
#: ../gtk/apport-gtk.ui.h:15 ../kde/apport-kde.py:248
 
596
#: ../gtk/apport-gtk.ui.h:14
598
597
msgid "Kernel problem"
599
598
msgstr ""
600
599
 
601
 
#: ../gtk/apport-gtk.ui.h:16
 
600
#: ../gtk/apport-gtk.ui.h:15
602
601
msgid "Package problem"
603
602
msgstr ""
604
603
 
605
 
#: ../gtk/apport-gtk.ui.h:18 ../kde/apport-kde.py:304
606
 
#, no-c-format, python-format
 
604
#: ../gtk/apport-gtk.ui.h:17
 
605
#, no-c-format
607
606
msgid "Reduced report (slow Internet connection; %s)"
608
607
msgstr ""
609
608
 
 
609
#: ../gtk/apport-gtk.ui.h:18
 
610
msgid "Restart _Program"
 
611
msgstr ""
 
612
 
610
613
#: ../gtk/apport-gtk.ui.h:19
611
 
msgid "Restart _Program"
612
 
msgstr ""
613
 
 
614
 
#: ../gtk/apport-gtk.ui.h:20 ../kde/apport-kde.py:350
615
614
msgid ""
616
615
"The collected information is being sent to the bug tracking system. This "
617
616
"might take a few minutes."
618
617
msgstr ""
619
618
 
620
 
#: ../gtk/apport-gtk.ui.h:21
 
619
#: ../gtk/apport-gtk.ui.h:20
621
620
msgid ""
622
621
"This will remove some large items from the report. These are very useful for "
623
622
"developers to debug the problem, but might be too big for you to upload if "
628
627
msgid "_Examine locally"
629
628
msgstr ""
630
629
 
631
 
#: ../gtk/apport-gtk.ui.h:25
 
630
#: ../gtk/apport-gtk.ui.h:23
632
631
msgid "_Ignore future crashes of this program version"
633
632
msgstr ""
634
633
 
635
 
#: ../gtk/apport-gtk.ui.h:26
 
634
#: ../gtk/apport-gtk.ui.h:24
636
635
msgid "_Report Problem..."
637
636
msgstr ""
638
637
 
639
 
#: ../gtk/apport-gtk.ui.h:27
 
638
#: ../gtk/apport-gtk.ui.h:25
640
639
msgid "_Send Report"
641
640
msgstr ""
642
641
 
650
649
msgid "Report a problem..."
651
650
msgstr ""
652
651
 
653
 
#: ../bin/apport-retrace.py:37
 
652
#: ../bin/apport-retrace.py:28
654
653
msgid "%prog [options] <apport problem report | crash ID>"
655
654
msgstr ""
656
655
 
657
 
#: ../bin/apport-retrace.py:39
 
656
#: ../bin/apport-retrace.py:30
658
657
msgid "Do not put the new traces into the report, but write them to stdout."
659
658
msgstr ""
660
659
 
661
 
#: ../bin/apport-retrace.py:41
 
660
#: ../bin/apport-retrace.py:33
662
661
msgid ""
663
662
"Start an interactive gdb session with the report's core dump (-o ignored; "
664
663
"does not rewrite report)"
665
664
msgstr ""
666
665
 
667
 
#: ../bin/apport-retrace.py:43
 
666
#: ../bin/apport-retrace.py:36
668
667
msgid ""
669
668
"Write modified report to given file instead of changing the original report"
670
669
msgstr ""
671
670
 
672
 
#: ../bin/apport-retrace.py:45
 
671
#: ../bin/apport-retrace.py:39
673
672
msgid "Remove the core dump from the report after stack trace regeneration"
674
673
msgstr ""
675
674
 
676
 
#: ../bin/apport-retrace.py:47
 
675
#: ../bin/apport-retrace.py:42
677
676
msgid "Override report's CoreFile"
678
677
msgstr ""
679
678
 
680
 
#: ../bin/apport-retrace.py:49
 
679
#: ../bin/apport-retrace.py:45
681
680
msgid "Override report's ExecutablePath"
682
681
msgstr ""
683
682
 
 
683
#: ../bin/apport-retrace.py:48
 
684
msgid "Override report's ProcMaps"
 
685
msgstr ""
 
686
 
684
687
#: ../bin/apport-retrace.py:51
685
 
msgid "Override report's ProcMaps"
686
 
msgstr ""
687
 
 
688
 
#: ../bin/apport-retrace.py:53
689
688
msgid "Rebuild report's Package information"
690
689
msgstr ""
691
690
 
717
716
"Install an extra package into the sandbox (can be specified multiple times)"
718
717
msgstr ""
719
718
 
720
 
#: ../bin/apport-retrace.py:65
 
719
#: ../bin/apport-retrace.py:66
721
720
msgid ""
722
721
"Path to a file with the crash database authentication information. This is "
723
722
"used when specifying a crash ID to upload the retraced stack traces (only if "
724
723
"neither -g, -o, nor -s are specified)"
725
724
msgstr ""
726
725
 
727
 
#: ../bin/apport-retrace.py:67
 
726
#: ../bin/apport-retrace.py:69
728
727
msgid ""
729
728
"Display retraced stack traces and ask for confirmation before sending them "
730
729
"to the crash database."
731
730
msgstr ""
732
731
 
733
 
#: ../bin/apport-retrace.py:69
 
732
#: ../bin/apport-retrace.py:72
734
733
msgid ""
735
734
"Path to the duplicate sqlite database (default: no duplicate checking)"
736
735
msgstr ""
737
736
 
738
 
#: ../bin/apport-retrace.py:74
 
737
#: ../bin/apport-retrace.py:78
739
738
msgid "incorrect number of arguments; use --help for a short help"
740
739
msgstr ""
741
740
 
742
 
#: ../bin/apport-retrace.py:78
 
741
#: ../bin/apport-retrace.py:82
743
742
msgid ""
744
743
"you either need to do a local operation (-s, -g, -o) or supply an "
745
744
"authentication file (--auth); see --help for a short help"
746
745
msgstr ""
747
746
 
748
747
#. translators: don't translate y/n, apport currently only checks for "y"
749
 
#: ../bin/apport-retrace.py:110
 
748
#: ../bin/apport-retrace.py:115
750
749
msgid "OK to send these as attachments? [y/n]"
751
750
msgstr ""
752
751