[gnome-disk-utility] Added total-lbas-written and total-lbas-read to translatable strings
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Added total-lbas-written and total-lbas-read to translatable strings
- Date: Sat, 12 Jan 2019 00:44:28 +0000 (UTC)
commit 7f75059349ced04ed5b0e1d179ba618b7c3e5e1d
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
https://gitlab.gnome.org/GNOME/gnome-disk-utility/merge_requests/9
src/disks/gduatasmartdialog.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/src/disks/gduatasmartdialog.c b/src/disks/gduatasmartdialog.c
index 01e491ad..3db2487b 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
https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes
+ * or the next string for a longer explanation.
+ */
+ N_("Total LBAs Written"),
+ N_("The amount of data written during the lifetime of the disk")
+},
+{
+ "total-lbas-read",
+ /* Translators: SMART attribute, see
https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes
+ * or the next string for a longer explanation.
+ */
+ N_("Total LBAs Read"),
+ N_("The amount 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]