~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to src/udiskslinuxloop.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-06-13 17:01:30 UTC
  • mfrom: (1.1.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120613170130-9jggrd76bkv1vd0b
Tags: 1.98.0-1
* New upstream release.
* debian/control: Drop ntfsprogs Recommends. It is a transitional package
  for ntfs-3g now, which we already recommend.
* Add 00git_no_polkit_fallback.patch: Fix crash if polkit is not available.
  Patch backported from current upstream git head.
* Add debian/local/integration-test: Latest integration test suite from
  upstream git. 1.99 and later will ship that in the source tarball.
* Add debian/tests/control and debian/tests/upstream-system: DEP-8
  autopkgtest (adapted from udisks package).
* debian/control: Change suggestion of cryptsetup to cryptsetup-bin, as that
  is sufficient for udisks' needs.
* debian/copyright: Fix duplicate copyright line, thanks lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
                                                         * requests deleting a loop device previously set up by
239
239
                                                         * another user.
240
240
                                                         *
241
 
                                                         * Do not translate $(udisks2.device), it's a placeholder and
 
241
                                                         * Do not translate $(drive), it's a placeholder and
242
242
                                                         * will be replaced by the name of the drive/device in question
243
243
                                                         */
244
 
                                                        N_("Authentication is required to delete the loop device $(udisks2.device)"),
 
244
                                                        N_("Authentication is required to delete the loop device $(drive)"),
245
245
                                                        invocation))
246
246
        goto out;
247
247
    }
416
416
                                                         * requests changing autoclear on a loop device set up by
417
417
                                                         * another user.
418
418
                                                         *
419
 
                                                         * Do not translate $(udisks2.device), it's a placeholder and
 
419
                                                         * Do not translate $(drive), it's a placeholder and
420
420
                                                         * will be replaced by the name of the drive/device in question
421
421
                                                         */
422
 
                                                        N_("Authentication is required to modify the loop device $(udisks2.device)"),
 
422
                                                        N_("Authentication is required to modify the loop device $(drive)"),
423
423
                                                        invocation))
424
424
        goto out;
425
425
    }