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

« back to all changes in this revision

Viewing changes to src/udiskslinuxpartition.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:
259
259
  /* Translators: Shown in authentication dialog when the user
260
260
   * requests modifying a partition (changing type, flags, name etc.).
261
261
   *
262
 
   * Do not translate $(udisks2.device), it's a placeholder and
 
262
   * Do not translate $(drive), it's a placeholder and
263
263
   * will be replaced by the name of the drive/device in question
264
264
   */
265
 
  message = N_("Authentication is required to modify the partition on device $(udisks2.device)");
 
265
  message = N_("Authentication is required to modify the partition on device $(drive)");
266
266
  if (udisks_block_get_hint_system (block))
267
267
    {
268
268
      action_id = "org.freedesktop.udisks2.modify-device-system";
404
404
  /* Translators: Shown in authentication dialog when the user
405
405
   * requests modifying a partition (changing type, flags, name etc.).
406
406
   *
407
 
   * Do not translate $(udisks2.device), it's a placeholder and
 
407
   * Do not translate $(drive), it's a placeholder and
408
408
   * will be replaced by the name of the drive/device in question
409
409
   */
410
 
  message = N_("Authentication is required to modify the partition on device $(udisks2.device)");
 
410
  message = N_("Authentication is required to modify the partition on device $(drive)");
411
411
  if (udisks_block_get_hint_system (block))
412
412
    {
413
413
      action_id = "org.freedesktop.udisks2.modify-device-system";
586
586
  /* Translators: Shown in authentication dialog when the user
587
587
   * requests modifying a partition (changing type, flags, name etc.).
588
588
   *
589
 
   * Do not translate $(udisks2.device), it's a placeholder and
 
589
   * Do not translate $(drive), it's a placeholder and
590
590
   * will be replaced by the name of the drive/device in question
591
591
   */
592
 
  message = N_("Authentication is required to modify the partition on device $(udisks2.device)");
 
592
  message = N_("Authentication is required to modify the partition on device $(drive)");
593
593
  if (udisks_block_get_hint_system (block))
594
594
    {
595
595
      action_id = "org.freedesktop.udisks2.modify-device-system";
759
759
  /* Translators: Shown in authentication dialog when the user
760
760
   * requests deleting a partition.
761
761
   *
762
 
   * Do not translate $(udisks2.device), it's a placeholder and
 
762
   * Do not translate $(drive), it's a placeholder and
763
763
   * will be replaced by the name of the drive/device in question
764
764
   */
765
 
  message = N_("Authentication is required to delete the partition $(udisks2.device)");
 
765
  message = N_("Authentication is required to delete the partition $(drive)");
766
766
  if (udisks_block_get_hint_system (block))
767
767
    {
768
768
      action_id = "org.freedesktop.udisks2.modify-device-system";