From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/ConfigMigration/ConfigMigration.pro | 24 +++- Plugins/ConfigMigration/ConfigMigration_de.qm | Bin 0 -> 23 bytes Plugins/ConfigMigration/ConfigMigration_de.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_es.qm | Bin 0 -> 23 bytes Plugins/ConfigMigration/ConfigMigration_es.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_fr.qm | Bin 0 -> 7762 bytes Plugins/ConfigMigration/ConfigMigration_fr.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_pt_BR.qm | Bin 0 -> 23 bytes Plugins/ConfigMigration/ConfigMigration_pt_BR.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_ru.qm | Bin 0 -> 7193 bytes Plugins/ConfigMigration/ConfigMigration_ru.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_sk.qm | Bin 0 -> 27 bytes Plugins/ConfigMigration/ConfigMigration_sk.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/ConfigMigration_zh_CN.qm | 1 + Plugins/ConfigMigration/ConfigMigration_zh_CN.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/configmigration.qrc | 2 + 16 files changed, 1074 insertions(+), 3 deletions(-) create mode 100644 Plugins/ConfigMigration/ConfigMigration_de.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_de.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_es.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_es.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_fr.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_fr.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_pt_BR.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_pt_BR.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_ru.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_ru.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_sk.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_sk.ts create mode 100644 Plugins/ConfigMigration/ConfigMigration_zh_CN.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_zh_CN.ts (limited to 'Plugins/ConfigMigration') diff --git a/Plugins/ConfigMigration/ConfigMigration.pro b/Plugins/ConfigMigration/ConfigMigration.pro index aae8b5b..8983b8d 100644 --- a/Plugins/ConfigMigration/ConfigMigration.pro +++ b/Plugins/ConfigMigration/ConfigMigration.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT += widgets +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = ConfigMigration TEMPLATE = lib @@ -31,5 +31,23 @@ RESOURCES += \ configmigration.qrc -TRANSLATIONS += ConfigMigration_pl.ts +TRANSLATIONS += ConfigMigration_zh_CN.ts \ + ConfigMigration_sk.ts \ + ConfigMigration_de.ts \ + ConfigMigration_ru.ts \ + ConfigMigration_pt_BR.ts \ + ConfigMigration_fr.ts \ + ConfigMigration_es.ts \ + ConfigMigration_pl.ts + + + + + + + + + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_de.qm b/Plugins/ConfigMigration/ConfigMigration_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_de.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_de.ts b/Plugins/ConfigMigration/ConfigMigration_de.ts new file mode 100644 index 0000000..7179052 --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_de.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + + + + + Bug reports history (%1) + + + + + Database list (%1) + + + + + Custom SQL functions (%1) + + + + + SQL queries history (%1) + + + + + ConfigMigrationWizard + + + Configuration migration + + + + + Items to migrate + + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + + + + + Options + + + + + Put imported databases into separate group + + + + + Group name + + + + + Enter a non-empty name. + + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + + + + + Could not open old configuration file in order to migrate settings from it. + + + + + Could not open current configuration file in order to migrate settings from old configuration file. + + + + + Could not commit migrated data into new configuration file: %1 + + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + + + + + Could not insert a bug reports history entry into new configuration file: %1 + + + + + Could not read database list from old configuration file in order to migrate it: %1 + + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not insert a database entry into new configuration file: %1 + + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + + + + + Could not create group referencing the database in new configuration file: %1 + + + + + Could not read function list from old configuration file in order to migrate it: %1 + + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + + + + + Could not read next ID for SQL queries history in new configuration file: %1 + + + + + Could not insert SQL history entry into new configuration file: %1 + + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_es.qm b/Plugins/ConfigMigration/ConfigMigration_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_es.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_es.ts b/Plugins/ConfigMigration/ConfigMigration_es.ts new file mode 100644 index 0000000..f412dc9 --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_es.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + + + + + Bug reports history (%1) + + + + + Database list (%1) + + + + + Custom SQL functions (%1) + + + + + SQL queries history (%1) + + + + + ConfigMigrationWizard + + + Configuration migration + + + + + Items to migrate + + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + + + + + Options + + + + + Put imported databases into separate group + + + + + Group name + + + + + Enter a non-empty name. + + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + + + + + Could not open old configuration file in order to migrate settings from it. + + + + + Could not open current configuration file in order to migrate settings from old configuration file. + + + + + Could not commit migrated data into new configuration file: %1 + + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + + + + + Could not insert a bug reports history entry into new configuration file: %1 + + + + + Could not read database list from old configuration file in order to migrate it: %1 + + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not insert a database entry into new configuration file: %1 + + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + + + + + Could not create group referencing the database in new configuration file: %1 + + + + + Could not read function list from old configuration file in order to migrate it: %1 + + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + + + + + Could not read next ID for SQL queries history in new configuration file: %1 + + + + + Could not insert SQL history entry into new configuration file: %1 + + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_fr.qm b/Plugins/ConfigMigration/ConfigMigration_fr.qm new file mode 100644 index 0000000..11f008c Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_fr.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_fr.ts b/Plugins/ConfigMigration/ConfigMigration_fr.ts new file mode 100644 index 0000000..ff23dbb --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_fr.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + Une configuration d'un ancien SQLiteStudio 2.x.x a été détectée. Voulez-vous migrer l'ancienne configuration pour la version courante? <a href="%1">Cliquer ici pour l'exécuter</a>. + + + + Bug reports history (%1) + Historique des rappots de bug (%1) + + + + Database list (%1) + Liste des bases de données(%1) + + + + Custom SQL functions (%1) + Personnalisation des fonctions SQL(%1) + + + + SQL queries history (%1) + Historique des requêtes SQL (%1) + + + + ConfigMigrationWizard + + + Configuration migration + Migration de la configuration + + + + Items to migrate + Items à migrer + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + Voici la liste des items trouvés dans l'ancien fichier de configuration, pouvant être importés dans la configuration actuelle. + + + + Options + Options + + + + Put imported databases into separate group + Mettre les bases de données importées dans un groupe séparé + + + + Group name + Nom du groupe + + + + Enter a non-empty name. + Saisissez un nom valide. + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + Le nom du groupe '%1' existe déjà. Saissiez un nom de groupe non déjà utilisé. + + + + Could not open old configuration file in order to migrate settings from it. + Impossible d'ouvrir l'ancien fichier de configuration pour importer les préférences. + + + + Could not open current configuration file in order to migrate settings from old configuration file. + Impossible d'ouvrir l'actuel fichier de configuration pour importer les préférences de l'ancien fichier de configuration. + + + + Could not commit migrated data into new configuration file: %1 + Impossible d'enregistrer les données de migration dans le nouveau fichier de configuration: %1 + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + Impossible de lire l'historique du rapport de bug de l'ancienne configuration pour l'importée %1 + + + + Could not insert a bug reports history entry into new configuration file: %1 + Impossible d'insérer l'historique du rapport de bug dans le nouveau fichier de configuration: %1 + + + + Could not read database list from old configuration file in order to migrate it: %1 + Impossible de lire la liste des bases de données de l'ancien fichier de configuration: %1 + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + Impossible d'exécuter la requête de tri de groupe dans le nouveau fichier de configuration pour importer la liste des bases de données: %1 + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + Impossible de créer un groupe dans le nouveau fichier de configuration pour migrer la liste des bases de données: %1 + + + + Could not insert a database entry into new configuration file: %1 + Impossible d'insérer le nom d'une base de données dans le nouveau fichier de configuration:%1 + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + Impossible d'exécuter la requête de tri pour la base de données suivante dans le nouveau fichier de configuration pour importer la liste les bases de données: %1 + + + + Could not create group referencing the database in new configuration file: %1 + Impossible de créer un groupe référençant les bases de données dans le nouveau fichier de configuration:%1 + + + + Could not read function list from old configuration file in order to migrate it: %1 + Impossible de lire la liste de fonction de l'ancien fichier de configuration pour l'importer:%1 + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + Impossible de lire l'historique des requêtes SQL de l'ancien fichier de configuration pour l'importer: %1 + + + + Could not read next ID for SQL queries history in new configuration file: %1 + Impossible de lire l'ID suivant de l'historique des requêtes dans le nouveau fichier de configuration:%1 + + + + Could not insert SQL history entry into new configuration file: %1 + Impossible d'insérer un historique d'SQL dans le nouveau fichier de configuration: %1 + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_pt_BR.qm b/Plugins/ConfigMigration/ConfigMigration_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_pt_BR.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_pt_BR.ts b/Plugins/ConfigMigration/ConfigMigration_pt_BR.ts new file mode 100644 index 0000000..d6cf37b --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_pt_BR.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + + + + + Bug reports history (%1) + + + + + Database list (%1) + + + + + Custom SQL functions (%1) + + + + + SQL queries history (%1) + + + + + ConfigMigrationWizard + + + Configuration migration + + + + + Items to migrate + + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + + + + + Options + + + + + Put imported databases into separate group + + + + + Group name + + + + + Enter a non-empty name. + + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + + + + + Could not open old configuration file in order to migrate settings from it. + + + + + Could not open current configuration file in order to migrate settings from old configuration file. + + + + + Could not commit migrated data into new configuration file: %1 + + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + + + + + Could not insert a bug reports history entry into new configuration file: %1 + + + + + Could not read database list from old configuration file in order to migrate it: %1 + + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not insert a database entry into new configuration file: %1 + + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + + + + + Could not create group referencing the database in new configuration file: %1 + + + + + Could not read function list from old configuration file in order to migrate it: %1 + + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + + + + + Could not read next ID for SQL queries history in new configuration file: %1 + + + + + Could not insert SQL history entry into new configuration file: %1 + + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_ru.qm b/Plugins/ConfigMigration/ConfigMigration_ru.qm new file mode 100644 index 0000000..57ef6f0 Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_ru.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_ru.ts b/Plugins/ConfigMigration/ConfigMigration_ru.ts new file mode 100644 index 0000000..f487465 --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_ru.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + Обнаружена конфигурация от старой версии SQLiteStudio (2.x.x). Вы хотите перенести старые настройки в новую версию? <a href="%1">Нажмите здесь для переноса</a>. + + + + Bug reports history (%1) + История отчётов об ошибках (%1) + + + + Database list (%1) + Список баз данных (%1) + + + + Custom SQL functions (%1) + Произвольные функции SQL (%1) + + + + SQL queries history (%1) + История запросов SQL (%1) + + + + ConfigMigrationWizard + + + Configuration migration + Перенос конфигурации + + + + Items to migrate + Переносимые элементы + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + Это список элементов, обнаруженных в старом конфигурационном файле, которые могут быть перенесены в текущую конфигурацию. + + + + Options + Опции + + + + Put imported databases into separate group + Поместить импортированные базы данных в отдельную группу + + + + Group name + Имя группы + + + + Enter a non-empty name. + Введите непустое имя. + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + Группа верхнего уровня '%1' уже существует. Введите имя группы, которое ещё не занято. + + + + Could not open old configuration file in order to migrate settings from it. + Невозможно открыть старый файл конфигурации для осуществления переноса настроек. + + + + Could not open current configuration file in order to migrate settings from old configuration file. + Невозможно открыть текущий файл конфигурации для переноса настроек из старого файла конфигурации. + + + + Could not commit migrated data into new configuration file: %1 + Невозможно записать перенесённые данные в новый файл конфигурации: %1 + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + Невозможно прочитать историю отчётов об ошибках из старого файла конфигурации для переноса: %1 + + + + Could not insert a bug reports history entry into new configuration file: %1 + Невозможно вставить историю отчётов об ошибках в новый файл конфигурации: %1 + + + + Could not read database list from old configuration file in order to migrate it: %1 + Невозможно прочитать список баз данных из старого файла конфигурации для переноса: %1 + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + Невозможно запросить доступное положение отдельной группы в новом файле конфигурации для переноса в неё списка баз данных: %1 + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + Невозможно создать отдельную группу в новом файле конфигурации для переноса в неё списка баз данных: %1 + + + + Could not insert a database entry into new configuration file: %1 + Невозможно вставить элемент списка баз данных в новый файл конфигурации: %1 + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + Невозможно запросить доступное положение для следующей базы данных в новом файле конфигурации для переноса списка баз данных: %1 + + + + Could not create group referencing the database in new configuration file: %1 + Невозможно создать группу, ссылающуюся на базу данных в новом файле конфигурации: %1 + + + + Could not read function list from old configuration file in order to migrate it: %1 + Невозможно прочитать список функций из старого файла конфигурации для переноса: %1 + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + Невозможно прочитать историю запросов SQL из старого файла конфигурации для переноса: %1 + + + + Could not read next ID for SQL queries history in new configuration file: %1 + Невозможно считать следующий ID для истории запросов SQL в новом файле конфигурации: %1 + + + + Could not insert SQL history entry into new configuration file: %1 + Невозможно вставить элемент истории запросов SQL в новый файл конфигурации: %1 + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_sk.qm b/Plugins/ConfigMigration/ConfigMigration_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_sk.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_sk.ts b/Plugins/ConfigMigration/ConfigMigration_sk.ts new file mode 100644 index 0000000..84d3076 --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_sk.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + + + + + Bug reports history (%1) + + + + + Database list (%1) + + + + + Custom SQL functions (%1) + + + + + SQL queries history (%1) + + + + + ConfigMigrationWizard + + + Configuration migration + + + + + Items to migrate + + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + + + + + Options + + + + + Put imported databases into separate group + + + + + Group name + + + + + Enter a non-empty name. + + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + + + + + Could not open old configuration file in order to migrate settings from it. + + + + + Could not open current configuration file in order to migrate settings from old configuration file. + + + + + Could not commit migrated data into new configuration file: %1 + + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + + + + + Could not insert a bug reports history entry into new configuration file: %1 + + + + + Could not read database list from old configuration file in order to migrate it: %1 + + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not insert a database entry into new configuration file: %1 + + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + + + + + Could not create group referencing the database in new configuration file: %1 + + + + + Could not read function list from old configuration file in order to migrate it: %1 + + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + + + + + Could not read next ID for SQL queries history in new configuration file: %1 + + + + + Could not insert SQL history entry into new configuration file: %1 + + + + diff --git a/Plugins/ConfigMigration/ConfigMigration_zh_CN.qm b/Plugins/ConfigMigration/ConfigMigration_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_zh_CN.qm @@ -0,0 +1 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + + + + + Bug reports history (%1) + + + + + Database list (%1) + + + + + Custom SQL functions (%1) + + + + + SQL queries history (%1) + + + + + ConfigMigrationWizard + + + Configuration migration + + + + + Items to migrate + + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + + + + + Options + + + + + Put imported databases into separate group + + + + + Group name + + + + + Enter a non-empty name. + + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + + + + + Could not open old configuration file in order to migrate settings from it. + + + + + Could not open current configuration file in order to migrate settings from old configuration file. + + + + + Could not commit migrated data into new configuration file: %1 + + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + + + + + Could not insert a bug reports history entry into new configuration file: %1 + + + + + Could not read database list from old configuration file in order to migrate it: %1 + + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + + + + + Could not insert a database entry into new configuration file: %1 + + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + + + + + Could not create group referencing the database in new configuration file: %1 + + + + + Could not read function list from old configuration file in order to migrate it: %1 + + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + + + + + Could not read next ID for SQL queries history in new configuration file: %1 + + + + + Could not insert SQL history entry into new configuration file: %1 + + + + diff --git a/Plugins/ConfigMigration/configmigration.qrc b/Plugins/ConfigMigration/configmigration.qrc index a46382a..af137f0 100644 --- a/Plugins/ConfigMigration/configmigration.qrc +++ b/Plugins/ConfigMigration/configmigration.qrc @@ -4,5 +4,7 @@ ConfigMigration_pl.qm + ConfigMigration_ru.qm + ConfigMigration_fr.qm -- cgit v1.2.3