[gnome-disk-utility] Added total-lbas-written and total-lbas-read to translatable strings



commit 841bfec0a2aeff5aa6ea3f0eddd5d685b426d79d
Author: Ronald van Engelen <ronalde+gnome org lacocina nl>
Date:   Fri Oct 19 10:39:21 2018 +0000

    Added total-lbas-written and total-lbas-read to translatable strings

 src/disks/gduatasmartdialog.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/src/disks/gduatasmartdialog.c b/src/disks/gduatasmartdialog.c
index 01e491ad..f55d02ed 100644
--- a/src/disks/gduatasmartdialog.c
+++ b/src/disks/gduatasmartdialog.c
@@ -577,6 +577,22 @@ static const SmartDetails smart_details[] = {
   N_("Read Error Retry Rate"),
   N_("Number of errors while reading from a disk")
 },
+{
+  "total-lbas-written",
+  /* Translators: SMART attribute, see http://smartmontools.sourceforge.net/doc.html
+   * or the next string for a longer explanation.
+   */
+  N_("Total LBAs Written"),
+  N_("The number of 16-bit blocks of data written during the lifetime of the disk")
+},
+{
+  "total-lbas-read",
+  /* Translators: SMART attribute, see http://smartmontools.sourceforge.net/doc.html
+   * or the next string for a longer explanation.
+   */
+  N_("Total LBAs Read"),
+  N_("The number of 16-bit blocks of data read during the lifetime of the disk")
+},
 {
   NULL,
   NULL,


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