From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/ConfigMigration/ConfigMigration.pro | 4 +- Plugins/ConfigMigration/ConfigMigration_ro_RO.qm | Bin 0 -> 30 bytes Plugins/ConfigMigration/ConfigMigration_ro_RO.ts | 150 +++++++++++++++++++++++ Plugins/ConfigMigration/configmigration.qrc | 2 + Plugins/ConfigMigration/package.xml | 10 ++ 5 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 Plugins/ConfigMigration/ConfigMigration_ro_RO.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_ro_RO.ts create mode 100644 Plugins/ConfigMigration/package.xml (limited to 'Plugins/ConfigMigration') diff --git a/Plugins/ConfigMigration/ConfigMigration.pro b/Plugins/ConfigMigration/ConfigMigration.pro index ec82bd5..9bc96c3 100644 --- a/Plugins/ConfigMigration/ConfigMigration.pro +++ b/Plugins/ConfigMigration/ConfigMigration.pro @@ -31,7 +31,8 @@ RESOURCES += \ configmigration.qrc -TRANSLATIONS += ConfigMigration_de.ts \ +TRANSLATIONS += ConfigMigration_ro_RO.ts \ + ConfigMigration_de.ts \ ConfigMigration_it.ts \ ConfigMigration_zh_CN.ts \ ConfigMigration_sk.ts \ @@ -55,3 +56,4 @@ TRANSLATIONS += ConfigMigration_de.ts \ + diff --git a/Plugins/ConfigMigration/ConfigMigration_ro_RO.qm b/Plugins/ConfigMigration/ConfigMigration_ro_RO.qm new file mode 100644 index 0000000..2856eb9 Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_ro_RO.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_ro_RO.ts b/Plugins/ConfigMigration/ConfigMigration_ro_RO.ts new file mode 100644 index 0000000..7360883 --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_ro_RO.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.qrc b/Plugins/ConfigMigration/configmigration.qrc index b192077..6e46607 100644 --- a/Plugins/ConfigMigration/configmigration.qrc +++ b/Plugins/ConfigMigration/configmigration.qrc @@ -3,6 +3,7 @@ config_migration.png + ConfigMigration_ro_RO.qm ConfigMigration_de.qm @@ -16,3 +17,4 @@ + diff --git a/Plugins/ConfigMigration/package.xml b/Plugins/ConfigMigration/package.xml new file mode 100644 index 0000000..8f57663 --- /dev/null +++ b/Plugins/ConfigMigration/package.xml @@ -0,0 +1,10 @@ + + + Configuration migration plugin + Plugin for migrating old SQLiteStudio 2.x.x configuration to current version. + %VERSION% + %DATE% + pl.com.salsoft.sqlitestudio.plugins.configmigration + pl.com.salsoft.sqlitestudio.plugins + true + \ No newline at end of file -- cgit v1.2.3