diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/SqlExport/SqlExport_ru.ts | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/SqlExport/SqlExport_ru.ts')
| -rw-r--r-- | Plugins/SqlExport/SqlExport_ru.ts | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/Plugins/SqlExport/SqlExport_ru.ts b/Plugins/SqlExport/SqlExport_ru.ts deleted file mode 100644 index 87ccb4b..0000000 --- a/Plugins/SqlExport/SqlExport_ru.ts +++ /dev/null @@ -1,98 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="ru_RU"> -<context> - <name>SqlExport</name> - <message> - <location filename="sqlexport.cpp" line="57"/> - <source>-- Results of query:</source> - <translation>-- Результаты запроса:</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="122"/> - <source>-- Table: %1</source> - <translation>-- Таблица: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="168"/> - <source>-- Index: %1</source> - <translation>-- Индекс: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="185"/> - <source>-- Trigger: %1</source> - <translation>-- Триггер: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="202"/> - <source>-- View: %1</source> - <translation>-- Представление: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="216"/> - <source>-- File generated with SQLiteStudio v%1 on %2</source> - <translation>-- Файл сгенерирован с помощью SQLiteStudio v%1 в %2</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="220"/> - <source>-- Text encoding used: %1</source> - <translation>-- Использованная кодировка текста: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="276"/> - <source>Table name for INSERT statements is mandatory.</source> - <translation>Имя таблицы для конструкций INSERT обязательно.</translation> - </message> -</context> -<context> - <name>sqlExportCommonConfig</name> - <message> - <location filename="SqlExportCommon.ui" line="20"/> - <source>Generate "DROP IF EXISTS" statement before "CREATE" statement</source> - <translation>Сгенерировать конструкцию "DROP IF EXISTS" перед конструкцией "CREATE"</translation> - </message> - <message> - <location filename="SqlExportCommon.ui" line="30"/> - <source>Format DDL statements only (excludes "INSERT" statements)</source> - <translation>Формировать только конструкции DDL (исключая конструкции "INSERT")</translation> - </message> - <message> - <location filename="SqlExportCommon.ui" line="40"/> - <source>Use SQL formatter to format exported SQL statements</source> - <translation>Использовать модуль форматирования SQL для экспортируемых конструкций SQL</translation> - </message> -</context> -<context> - <name>sqlExportQueryConfig</name> - <message> - <location filename="SqlExportQuery.ui" line="20"/> - <source>Use SQL formatter to format exported SQL statements</source> - <translation>Использовать модуль форматирования SQL для экспортируемых конструкций SQL</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="30"/> - <source>Table name to use for INSERT statements:</source> - <translation>Имя таблицы для использования в конструкции INSERT:</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="37"/> - <source>Generate "CREATE TABLE" statement at the begining</source> - <translation>Сгенерировать конструкцию "CREATE TABLE" в начале</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="47"/> - <source>Include the query in comments</source> - <translation>Вставить текст запроса в виде комментария</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="57"/> - <source>Generate "DROP IF EXISTS" statement before "CREATE" statement</source> - <translation>Сгенерировать конструкцию "DROP IF EXISTS" перед конструкцией "CREATE"</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="74"/> - <source>Format DDL statements only (excludes "INSERT" statements)</source> - <translation>Формировать только конструкции DDL (исключая конструкции "INSERT")</translation> - </message> -</context> -</TS> |
