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

« back to all changes in this revision

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