From 9a30e6cbb0b60ad7b98e5bbcc49f9f4a404ab30b Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Thu, 9 Aug 2018 12:31:08 +0200 Subject: [PATCH] Don't translate PRAGMAs in the UI editor This disables translation for PRAGMA names and values in the Edit Pragma tab. The values must not be translated when using the current implementation because they are used as shown for reading and writing the PRAGMA values. The names could be translated but probably should not be because they are more fixed name than description of their function. See issue #1489. --- src/MainWindow.ui | 68 +++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 2228fb20..d6ea7d32 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -407,7 +407,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_auto_vacuum">Auto Vacuum</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_auto_vacuum">Auto Vacuum</a></p></body></html> true @@ -424,17 +424,17 @@ You can drag SQL statements from an object row and drop them into other applicat - None + None - Full + Full - Incremental + Incremental @@ -442,7 +442,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_automatic_index">Automatic Index</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_automatic_index">Automatic Index</a></p></body></html> true @@ -462,7 +462,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync">Checkpoint Full FSYNC</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync">Checkpoint Full FSYNC</a></p></body></html> true @@ -482,7 +482,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_foreign_keys">Foreign Keys</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_foreign_keys">Foreign Keys</a></p></body></html> true @@ -502,7 +502,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_fullfsync">Full FSYNC</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_fullfsync">Full FSYNC</a></p></body></html> true @@ -522,7 +522,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_ignore_check_constraints">Ignore Check Constraints</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_ignore_check_constraints">Ignore Check Constraints</a></p></body></html> true @@ -542,7 +542,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_mode">Journal Mode</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_mode">Journal Mode</a></p></body></html> true @@ -556,32 +556,32 @@ You can drag SQL statements from an object row and drop them into other applicat - Delete + Delete - Truncate + Truncate - Persist + Persist - Memory + Memory - WAL + WAL - Off + Off @@ -589,7 +589,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_size_limit">Journal Size Limit</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_journal_size_limit">Journal Size Limit</a></p></body></html> true @@ -612,7 +612,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_locking_mode">Locking Mode</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_locking_mode">Locking Mode</a></p></body></html> true @@ -626,12 +626,12 @@ You can drag SQL statements from an object row and drop them into other applicat - Normal + Normal - Exclusive + Exclusive @@ -639,7 +639,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_max_page_count">Max Page Count</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_max_page_count">Max Page Count</a></p></body></html> true @@ -659,7 +659,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_page_size">Page Size</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_page_size">Page Size</a></p></body></html> true @@ -682,7 +682,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_recursive_triggers">Recursive Triggers</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_recursive_triggers">Recursive Triggers</a></p></body></html> true @@ -702,7 +702,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_secure_delete">Secure Delete</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_secure_delete">Secure Delete</a></p></body></html> true @@ -722,7 +722,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_synchronous">Synchronous</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_synchronous">Synchronous</a></p></body></html> true @@ -736,17 +736,17 @@ You can drag SQL statements from an object row and drop them into other applicat - Off + Off - Normal + Normal - Full + Full @@ -754,7 +754,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_temp_store">Temp Store</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_temp_store">Temp Store</a></p></body></html> true @@ -768,17 +768,17 @@ You can drag SQL statements from an object row and drop them into other applicat - Default + Default - File + File - Memory + Memory @@ -786,7 +786,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_user_version">User Version</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_user_version">User Version</a></p></body></html> true @@ -806,7 +806,7 @@ You can drag SQL statements from an object row and drop them into other applicat - <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint">WAL Auto Checkpoint</a></p></body></html> + <html><head/><body><p><a href="http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint">WAL Auto Checkpoint</a></p></body></html> true