From 3a01a710608f9237d25f509056cc41ad73e43da6 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Thu, 11 Jan 2024 13:23:18 +0100 Subject: Silence strings for translation in sf_database.xhp Change-Id: Ibbccb617adbb97da9f892ead789db8f643f78f83 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161930 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit d6168024a68482349db0c02713e79d37a31519ce) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162137 Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/03/sf_database.xhp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/text/sbasic/shared/03/sf_database.xhp b/source/text/sbasic/shared/03/sf_database.xhp index 852fb6a0f4..b898e0549b 100644 --- a/source/text/sbasic/shared/03/sf_database.xhp +++ b/source/text/sbasic/shared/03/sf_database.xhp @@ -68,10 +68,10 @@ - NONE + NONE - 0 + 0 Transaction handling is disabled and the database is set to the default auto-commit mode. @@ -79,10 +79,10 @@ - READ_UNCOMMITTED + READ_UNCOMMITTED - 1 + 1 Dirty reads, non-repeatable reads and phantom reads can occur. @@ -91,10 +91,10 @@ - READ_COMMITTED + READ_COMMITTED - 2 + 2 Dirty reads are prevented, however non-repeatable reads and phantom reads can occur. @@ -103,10 +103,10 @@ - REPEATABLE_READ + REPEATABLE_READ - 4 + 4 Dirty reads and non-repeatable reads are prevented. However, phantom reads can occur. @@ -115,10 +115,10 @@ - SERIALIZABLE + SERIALIZABLE - 8 + 8 Dirty reads, non-repeatable reads and phantom reads are prevented. -- cgit