diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts')
| -rw-r--r-- | Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts b/Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts deleted file mode 100644 index ca11a83..0000000 --- a/Plugins/DbSqliteCipher/DbSqliteCipher_ru.ts +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="ru_RU"> -<context> - <name>DbSqliteCipher</name> - <message> - <location filename="dbsqlitecipher.cpp" line="43"/> - <source>Password (key)</source> - <translation>Пароль (ключ)</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="44"/> - <source>Leave empty to create or connect to decrypted database.</source> - <translation>Оставьте пустым для создания или подключения к расшифрованной базе данных</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="45"/> - <source>Encryption password</source> - <translation>Пароль для шифрования</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="50"/> - <source>Cipher</source> - <translation>Шифр</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="51"/> - <source>Must be the same as the one used when creating the database. %1 is the default one.</source> - <translation>Должен совпадать с использованным при создании базы данных. По умолчанию используется %1.</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="59"/> - <source>KDF iterations</source> - <translation>Количество итераций KDF</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="63"/> - <location filename="dbsqlitecipher.cpp" line="72"/> - <source>Must be the same as the one used when creating the database. %1 is the default.</source> - <translation>Должно совпадать с использованным при создании базы данных. По умолчанию используется %1.</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="68"/> - <source>Cipher page size</source> - <translation>Размер страницы шифра</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="77"/> - <source>1.1 compatibility</source> - <translation>Совместимость с 1.1</translation> - </message> - <message> - <location filename="dbsqlitecipher.cpp" line="79"/> - <source>Enabling this option disables HMAC checks introduced in SQLCipher 2.0, thus making the connection compatible with SQLCipher 1.1.x.</source> - <translation>Включение этой опции отключает проверки HMAC, реализованные в SQLCipher 2.0, обеспечивая совместимость подключения с SQLCipher 1.1.x.</translation> - </message> -</context> -</TS> |
