[gvfs] gdu: add translators comments



commit b618b5255ad2ae20fb8d85a54a3a58f189c960b5
Author: Ondrej Holy <oholy redhat com>
Date:   Thu May 29 14:00:15 2014 +0200

    gdu: add translators comments

 monitor/gdu/ggdumount.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/monitor/gdu/ggdumount.c b/monitor/gdu/ggdumount.c
index 46779c9..cf606ab 100644
--- a/monitor/gdu/ggdumount.c
+++ b/monitor/gdu/ggdumount.c
@@ -982,6 +982,7 @@ _gdu_unmount_cb (GduDevice *device,
                                                         data->user_data,
                                                         G_IO_ERROR,
                                                         G_IO_ERROR_FAILED,
+                                                        /* Translators: can't get block device with 
unencrypted data to unmount */
                                                         _("Cannot get LUKS cleartext slave"));
               data->completed = TRUE;
               _gdu_unmount_data_unref (data);
@@ -1004,6 +1005,7 @@ _gdu_unmount_cb (GduDevice *device,
                                                         data->user_data,
                                                         G_IO_ERROR,
                                                         G_IO_ERROR_FAILED,
+                                                        /* Translators: can't get block device with 
unencrypted data from path */
                                                         _("Cannot get LUKS cleartext slave from path `%s'"),
                                                         luks_cleartext_slave_object_path);
               data->completed = TRUE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]