From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/DbAndroid/DbAndroid.pro | 13 - Plugins/DbAndroid/DbAndroid_de.qm | Bin 23 -> 0 bytes Plugins/DbAndroid/DbAndroid_de.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_es.qm | Bin 23 -> 0 bytes Plugins/DbAndroid/DbAndroid_es.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_fr.qm | Bin 23 -> 0 bytes Plugins/DbAndroid/DbAndroid_fr.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_it.qm | Bin 23 -> 0 bytes Plugins/DbAndroid/DbAndroid_it.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_pl.qm | Bin 13141 -> 0 bytes Plugins/DbAndroid/DbAndroid_pl.ts | 352 ---------------------- Plugins/DbAndroid/DbAndroid_pt_BR.qm | Bin 23 -> 0 bytes Plugins/DbAndroid/DbAndroid_pt_BR.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_ro_RO.qm | Bin 30 -> 0 bytes Plugins/DbAndroid/DbAndroid_ro_RO.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_ru.qm | Bin 34 -> 0 bytes Plugins/DbAndroid/DbAndroid_ru.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_sk.qm | Bin 27 -> 0 bytes Plugins/DbAndroid/DbAndroid_sk.ts | 347 --------------------- Plugins/DbAndroid/DbAndroid_zh_CN.qm | 1 - Plugins/DbAndroid/DbAndroid_zh_CN.ts | 347 --------------------- Plugins/DbAndroid/dbandroid.cpp | 4 +- Plugins/DbAndroid/dbandroid.json | 2 +- Plugins/DbAndroid/dbandroidinstance.cpp | 26 +- Plugins/DbAndroid/dbandroidinstance.h | 9 +- Plugins/DbAndroid/dbandroidjsonconnection.cpp | 2 +- Plugins/DbAndroid/dbandroidshellconnection.cpp | 2 +- Plugins/DbAndroid/translations/DbAndroid.ts | 347 +++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_af_ZA.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ca_ES.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_cs_CZ.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_da_DK.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_de_DE.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_el_GR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_en_US.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_es_ES.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_fa_IR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_fi_FI.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_fr_FR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_he_IL.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_hu_HU.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_it_IT.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ja_JP.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_kaa.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ko_KR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_nl_NL.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_no_NO.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_pl_PL.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_pt_BR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_pt_PT.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ro_RO.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_ru_RU.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_sk_SK.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_sr_SP.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_sv_SE.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_tr_TR.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_uk_UA.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_vi_VN.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts | 352 ++++++++++++++++++++++ Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts | 352 ++++++++++++++++++++++ 61 files changed, 11996 insertions(+), 3501 deletions(-) delete mode 100644 Plugins/DbAndroid/DbAndroid_de.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_de.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_es.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_es.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_fr.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_fr.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_it.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_it.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_pl.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_pl.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_pt_BR.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_pt_BR.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_ro_RO.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_ro_RO.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_ru.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_ru.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_sk.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_sk.ts delete mode 100644 Plugins/DbAndroid/DbAndroid_zh_CN.qm delete mode 100644 Plugins/DbAndroid/DbAndroid_zh_CN.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_af_ZA.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ca_ES.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_cs_CZ.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_da_DK.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_de_DE.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_el_GR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_en_US.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_es_ES.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_fa_IR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_fi_FI.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_fr_FR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_he_IL.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_hu_HU.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_it_IT.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ja_JP.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_kaa.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ko_KR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_nl_NL.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_no_NO.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_pl_PL.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_pt_BR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_pt_PT.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ro_RO.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ru_RU.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_sk_SK.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_sr_SP.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_sv_SE.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_tr_TR.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_uk_UA.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_vi_VN.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts create mode 100644 Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts (limited to 'Plugins/DbAndroid') diff --git a/Plugins/DbAndroid/DbAndroid.pro b/Plugins/DbAndroid/DbAndroid.pro index 49f12e5..4d54287 100644 --- a/Plugins/DbAndroid/DbAndroid.pro +++ b/Plugins/DbAndroid/DbAndroid.pro @@ -52,18 +52,5 @@ FORMS += \ RESOURCES += \ dbandroid.qrc -TRANSLATIONS += DbAndroid_ro_RO.ts \ - DbAndroid_de.ts \ - \ - DbAndroid_it.ts\ - DbAndroid_zh_CN.ts\ - DbAndroid_sk.ts\ - DbAndroid_ru.ts\ - DbAndroid_pt_BR.ts\ - DbAndroid_fr.ts\ - DbAndroid_es.ts\ - DbAndroid_pl.ts - - diff --git a/Plugins/DbAndroid/DbAndroid_de.qm b/Plugins/DbAndroid/DbAndroid_de.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_de.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_de.ts b/Plugins/DbAndroid/DbAndroid_de.ts deleted file mode 100644 index 860252b..0000000 --- a/Plugins/DbAndroid/DbAndroid_de.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_es.qm b/Plugins/DbAndroid/DbAndroid_es.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_es.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_es.ts b/Plugins/DbAndroid/DbAndroid_es.ts deleted file mode 100644 index a8f76aa..0000000 --- a/Plugins/DbAndroid/DbAndroid_es.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_fr.qm b/Plugins/DbAndroid/DbAndroid_fr.qm deleted file mode 100644 index c02994c..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_fr.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_fr.ts b/Plugins/DbAndroid/DbAndroid_fr.ts deleted file mode 100644 index fa56f0a..0000000 --- a/Plugins/DbAndroid/DbAndroid_fr.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_it.qm b/Plugins/DbAndroid/DbAndroid_it.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_it.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_it.ts b/Plugins/DbAndroid/DbAndroid_it.ts deleted file mode 100644 index 3ce9c38..0000000 --- a/Plugins/DbAndroid/DbAndroid_it.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_pl.qm b/Plugins/DbAndroid/DbAndroid_pl.qm deleted file mode 100644 index 2b74cd4..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_pl.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_pl.ts b/Plugins/DbAndroid/DbAndroid_pl.ts deleted file mode 100644 index ab196a2..0000000 --- a/Plugins/DbAndroid/DbAndroid_pl.ts +++ /dev/null @@ -1,352 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - Niepoprawny lub niekompletny URL Bazy Androida - - - - Android database URL - URL bazy Androida - - - - Select Android database - Wybierz bazę Androida - - - - Select ADB - Wybierz ADB - - - - Using Android Debug Bridge: %1 - Używam następującego Android Debug Bridge: %1 - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - Możesz pobrać plik JAR konektora Android z menu Narzędzia. Jest on wymagany do 2 z 3 obsługiwanych połączeń wtyczki Android. Po więcej szczegółów przeczytaj dokumentację na <a href="%1">stronie wiki SQLiteStudio.</a> - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - Nie można znaleźć aplikacji Android Debug Bridge. <a href="%1">Kliknij tutaj</a> aby wskazać położenie aplikacji ADB, inaczej wtyczka %2 nie będzie obsługiwać połączeń przez kabel USB, tylko połączenia przez sieć. - - - - Invalid ADB - Niepoprawny ADB - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - Wybrany ADB jest niepoprawny. -Chcesz wybrać inny, czy zostawić go nieskonfigurowanego? - - - - Select another ADB - Wybierz inny ADB - - - - Leave unconfigured - Zostaw nieskonfigurowany - - - - Save jar file - Zapisz plik jar - - - - Get Android connector JAR file - Pobierz plik JAR konektora Android - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - Sterownik SQLite Android nie obsługuje ładowalnych rozszerzeń. - - - - Connection with Android database '%1' lost. - Połączenie z bazą Androida '%1' utracone. - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - Nie można połączyć się z urządzeniem %1, ponieważ nie jest ono widoczne dla twojego komputera. - - - - Failed to create port forwarding for device %1 for port %2. - Nie powiodło się stworzenie portu przekierowującego dla urządzenia %1 dla portu %2. - - - - Could not connect to network host: %1:%2 - Nie udało się połączyć z adresem sieciowym: %1:%2 - - - - Cannot connect to %1:%2, because password is invalid. - Nie można połączyć z %1:%2, ponieważ podano niepoprawne hasło. - - - - Unable to execute query on Android device (connection was closed): %1 - Nie udało się wykonać zapytania na urządzeniu Android (połączenie zostało zamknięte): %1 - - - - Error while parsing response from Android: %1 - Błąd podczas analizy odpowiedzi z Androida: %1 - - - - Generic error from Android: %1 - Błąd ogólny z Androida: %1 - - - - - Missing 'columns' in response from Android. - Brauje 'columns' w odpowiedzi z Androida. - - - - Response from Android has missing data for column '%1' in row %2. - Brakuje danych w kolumnie '%1' w wierszy %2 w odpowiedź z Androida. - - - - DbAndroidPathDialog - - - Android database URL - URL bazy Androida - - - - Connection method - Metoda połączenia - - - - USB cable - port forwarding - Kabel USB - przekierowanie portu - - - - USB cable - sqlite3 command - Kabel USB - polecenie sqlite3 - - - - Network (IP address) - Sieć (adres IP) - - - - Device - Urządzenie - - - - IP address - Adres IP - - - - Port - Port - - - - Remote access password - Hasło zdalnego dostępu - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - <p>Hasło to jest konfigurowane w serwisie SQLiteStudio, który jest osadzany w aplikacji Androida.</p> - - - - Application - Aplikacja - - - - Filter - Filtr - - - - Database - Baza danych - - - - Create a new database directly on the device. - Stwórz nową bazę danych bezpośrednio na urządzeniu. - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - Usuń aktualnie wybraną bazę danych z urządzenia. Aktualnie wybrana baza to ta wybrana z listy po lewej stronie od tego przycisku. - - - - Enter valid IP address. - Wprowadź poprawny adres IP. - - - - Pick Android device. - Wybierz urządzenie Android. - - - - Pick Android database. - Wybierz bazę danych Android. - - - - Selected Android application is unknown, or not debuggable. - Wybierana aplikacja Android jest nieznana, lub niedebugowalna. - - - - Create new database - Stwórz nową bazę - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - Proszę podać nazwę dla nowej bazy. -Jest to nazwa, którą aplikacja Androida będzie używać przy łączeniu z bazą danych: - - - - - - Invalid name - Niepoprawna nazwa - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - Baza danych z taką samą nazwą (%1) już istnieje na urządzeniu. -Nazwa musi być unikalna. - - - - Could not create database '%1', because could not connect to the device. - Nie można stworzyć bazy danych '%1', ponieważ nie udało się połączyć z urządzeniem. - - - - Could not create database '%1'. -Details: %2 - Nie można stworzyć bazy danych: '%1'. -Szczegóły: %2 - - - - Delete database - Usuń bazę danych - - - - Are you sure you want to delete database '%1' from %2? - Czy na pewno chcesz usunąć bazę danych '%1' z %2? - - - - - Error deleting - Błąd usuwania - - - - Could not connect to %1 in order to delete database '%2'. - Nie można połączyć się z %1 w celu usunięcia bazy danych '%2'. - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - Nie można usunąć bazy o nazwie '%1' z urządzenia. -Urządzenie Android odmówiło usunięcia, lub było to niemożliwe. - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - Nie można połączyć się z urządzeniem %1, ponieważ nie jest ono widoczne dla twojego komputera. - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - Nie można połączyć się urządzeniem %1, ponieważ wygląda na to, że aplikacja %2 nie jest zainstalowana na tym urządzeniu. - - - - Cannot connect to device %1, because the application %2 is not debuggable. - Nie można połączyć się urządzeniem %1, ponieważ aplikacja %2 nie debugowalna. - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - Nie można połączyć się urządzeniem %1, ponieważ wygląda na to, że polecenie '%2' nie jest dostępne na tym urządzeniu. - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - Nie można połączyć się urządzeniem %1, ponieważ nie ma prawa dostępu do bazy danych '%2' na tym urządzeniu. - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - Nie można połączyć się urządzeniem %1, ponieważ nie ma prawa dostępu do bazy danych '%2' na tym urządzeniu. Szczegóły: %3 - - - - Cannot get list of databases for application %1. Details: %2 - Nie można pobrać listy baz danych dla aplikacji %1. Szczegóły: %2 - - - - - Could not execute query on database '%1': %2 - Nie można wykonać polecenia na bazie '%1': %2 - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - Nie można podpiąć argumentu '%1' zapytania, ponieważ nie ma dla niego wartości. - - - diff --git a/Plugins/DbAndroid/DbAndroid_pt_BR.qm b/Plugins/DbAndroid/DbAndroid_pt_BR.qm deleted file mode 100644 index c02994c..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_pt_BR.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_pt_BR.ts b/Plugins/DbAndroid/DbAndroid_pt_BR.ts deleted file mode 100644 index d876345..0000000 --- a/Plugins/DbAndroid/DbAndroid_pt_BR.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_ro_RO.qm b/Plugins/DbAndroid/DbAndroid_ro_RO.qm deleted file mode 100644 index 2856eb9..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_ro_RO.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_ro_RO.ts b/Plugins/DbAndroid/DbAndroid_ro_RO.ts deleted file mode 100644 index 2150935..0000000 --- a/Plugins/DbAndroid/DbAndroid_ro_RO.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_ru.qm b/Plugins/DbAndroid/DbAndroid_ru.qm deleted file mode 100644 index 7431612..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_ru.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_ru.ts b/Plugins/DbAndroid/DbAndroid_ru.ts deleted file mode 100644 index 8f086e5..0000000 --- a/Plugins/DbAndroid/DbAndroid_ru.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_sk.qm b/Plugins/DbAndroid/DbAndroid_sk.qm deleted file mode 100644 index 1776294..0000000 Binary files a/Plugins/DbAndroid/DbAndroid_sk.qm and /dev/null differ diff --git a/Plugins/DbAndroid/DbAndroid_sk.ts b/Plugins/DbAndroid/DbAndroid_sk.ts deleted file mode 100644 index b5f07d0..0000000 --- a/Plugins/DbAndroid/DbAndroid_sk.ts +++ /dev/null @@ -1,347 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/DbAndroid_zh_CN.qm b/Plugins/DbAndroid/DbAndroid_zh_CN.qm deleted file mode 100644 index be651ee..0000000 --- a/Plugins/DbAndroid/DbAndroid_zh_CN.qm +++ /dev/null @@ -1 +0,0 @@ - - - - - DbAndroid - - - Invalid or incomplete Android Database URL. - - - - - Android database URL - - - - - Select Android database - - - - - Select ADB - - - - - Using Android Debug Bridge: %1 - - - - - You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> - - - - - Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. - - - - - Invalid ADB - - - - - The selected ADB is incorrect. -Would you like to select another one, or leave it unconfigured? - - - - - Select another ADB - - - - - Leave unconfigured - - - - - Save jar file - - - - - Get Android connector JAR file - - - - - DbAndroidInstance - - - Android SQLite driver does not support loadable extensions. - - - - - Connection with Android database '%1' lost. - - - - - DbAndroidJsonConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Failed to create port forwarding for device %1 for port %2. - - - - - Could not connect to network host: %1:%2 - - - - - Cannot connect to %1:%2, because password is invalid. - - - - - Unable to execute query on Android device (connection was closed): %1 - - - - - Error while parsing response from Android: %1 - - - - - Generic error from Android: %1 - - - - - - Missing 'columns' in response from Android. - - - - - Response from Android has missing data for column '%1' in row %2. - - - - - DbAndroidPathDialog - - - Android database URL - - - - - Connection method - - - - - USB cable - port forwarding - - - - - USB cable - sqlite3 command - - - - - Network (IP address) - - - - - Device - - - - - IP address - - - - - Port - - - - - Remote access password - - - - - <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> - - - - - Application - - - - - Filter - - - - - Database - - - - - Create a new database directly on the device. - - - - - Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. - - - - - Enter valid IP address. - - - - - Pick Android device. - - - - - Pick Android database. - - - - - Selected Android application is unknown, or not debuggable. - - - - - Create new database - - - - - Please provide name for the new database. -It's the name which Android application will use to connect to the database: - - - - - - - Invalid name - - - - - Database with the same name (%1) already exists on the device. -The name must be unique. - - - - - Could not create database '%1', because could not connect to the device. - - - - - Could not create database '%1'. -Details: %2 - - - - - Delete database - - - - - Are you sure you want to delete database '%1' from %2? - - - - - - Error deleting - - - - - Could not connect to %1 in order to delete database '%2'. - - - - - Could not delete database named '%1' from the device. -Android device refused deletion, or it was impossible. - - - - - DbAndroidShellConnection - - - Cannot connect to device %1, because it's not visible to your computer. - - - - - Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. - - - - - Cannot connect to device %1, because the application %2 is not debuggable. - - - - - Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. - - - - - Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 - - - - - Cannot get list of databases for application %1. Details: %2 - - - - - - Could not execute query on database '%1': %2 - - - - - QObject - - - Cannot bind argument '%1' of the query, because it's value is missing. - - - - diff --git a/Plugins/DbAndroid/dbandroid.cpp b/Plugins/DbAndroid/dbandroid.cpp index 9da066d..6946d5a 100644 --- a/Plugins/DbAndroid/dbandroid.cpp +++ b/Plugins/DbAndroid/dbandroid.cpp @@ -79,7 +79,7 @@ QString DbAndroid::generateDbName(const QVariant& baseValue) bool DbAndroid::init() { - Q_INIT_RESOURCE(dbandroid); + SQLS_INIT_RESOURCE(dbandroid); qRegisterMetaType>("QList"); @@ -116,7 +116,7 @@ void DbAndroid::deinit() safe_delete(jarAction); safe_delete(connectionFactory); safe_delete(adbManager); - Q_CLEANUP_RESOURCE(dbandroid); + SQLS_CLEANUP_RESOURCE(dbandroid); } QString DbAndroid::getCurrentAdb() diff --git a/Plugins/DbAndroid/dbandroid.json b/Plugins/DbAndroid/dbandroid.json index 8bc6263..bfb4620 100644 --- a/Plugins/DbAndroid/dbandroid.json +++ b/Plugins/DbAndroid/dbandroid.json @@ -2,7 +2,7 @@ "type": "DbPlugin", "title": "Android SQLite", "description": "Provides support for remote SQLite databases on Android devices.", - "version": 10200, + "version": 10201, "author": "SalSoft", "minAppVersion": 30300, "gui": true, diff --git a/Plugins/DbAndroid/dbandroidinstance.cpp b/Plugins/DbAndroid/dbandroidinstance.cpp index 7dce61c..c1b5629 100644 --- a/Plugins/DbAndroid/dbandroidinstance.cpp +++ b/Plugins/DbAndroid/dbandroidinstance.cpp @@ -50,7 +50,7 @@ QList DbAndroidInstance::columnsForQuery(const QString& query) QList columns; AliasedColumn column; - for (const QString& colName : results->getColumnNames()) + for (QString& colName : results->getColumnNames()) { column.setAlias(colName); columns << column; @@ -63,11 +63,16 @@ SqlQueryPtr DbAndroidInstance::prepare(const QString& query) return SqlQueryPtr(new SqlQueryAndroid(this, connection, query)); } -QString DbAndroidInstance::getTypeLabel() +QString DbAndroidInstance::getTypeLabel() const { return plugin->getLabel(); } +QString DbAndroidInstance::getTypeClassName() const +{ + return "DbAndroidInstance"; +} + bool DbAndroidInstance::deregisterFunction(const QString& name, int argCount) { // Unsupported by native Android driver @@ -76,19 +81,21 @@ bool DbAndroidInstance::deregisterFunction(const QString& name, int argCount) return true; } -bool DbAndroidInstance::registerScalarFunction(const QString& name, int argCount) +bool DbAndroidInstance::registerScalarFunction(const QString& name, int argCount, bool deterministic) { // Unsupported by native Android driver UNUSED(name); UNUSED(argCount); + UNUSED(deterministic); return true; } -bool DbAndroidInstance::registerAggregateFunction(const QString& name, int argCount) +bool DbAndroidInstance::registerAggregateFunction(const QString& name, int argCount, bool deterministic) { // Unsupported by native Android driver UNUSED(name); UNUSED(argCount); + UNUSED(deterministic); return true; } @@ -112,6 +119,11 @@ bool DbAndroidInstance::isComplete(const QString& sql) const return DbSqlite3::complete(sql); } +Db* DbAndroidInstance::clone() const +{ + return new DbAndroidInstance(plugin, name, path, connOptions); +} + bool DbAndroidInstance::isOpenInternal() { return (connection && connection->isConnected()); @@ -159,6 +171,12 @@ bool DbAndroidInstance::closeInternal() return true; } +bool DbAndroidInstance::flushWalInternal() +{ + // WAL mode is not fully supporeted by Android plugin. + return true; +} + bool DbAndroidInstance::registerCollationInternal(const QString& name) { // Unsupported by native Android driver diff --git a/Plugins/DbAndroid/dbandroidinstance.h b/Plugins/DbAndroid/dbandroidinstance.h index 5ddbd85..e81bd40 100644 --- a/Plugins/DbAndroid/dbandroidinstance.h +++ b/Plugins/DbAndroid/dbandroidinstance.h @@ -21,13 +21,15 @@ class DbAndroidInstance : public AbstractDb QList columnsForQuery(const QString& query); SqlQueryPtr prepare(const QString& query); - QString getTypeLabel(); + QString getTypeLabel() const; + QString getTypeClassName() const; bool deregisterFunction(const QString& name, int argCount); - bool registerScalarFunction(const QString& name, int argCount); - bool registerAggregateFunction(const QString& name, int argCount); + bool registerScalarFunction(const QString& name, int argCount, bool deterministic); + bool registerAggregateFunction(const QString& name, int argCount, bool deterministic); bool initAfterCreated(); bool loadExtension(const QString& filePath, const QString& initFunc); bool isComplete(const QString& sql) const; + Db* clone() const; protected: bool isOpenInternal(); @@ -36,6 +38,7 @@ class DbAndroidInstance : public AbstractDb int getErrorCodeInternal(); bool openInternal(); bool closeInternal(); + bool flushWalInternal(); bool registerCollationInternal(const QString& name); bool deregisterCollationInternal(const QString& name); diff --git a/Plugins/DbAndroid/dbandroidjsonconnection.cpp b/Plugins/DbAndroid/dbandroidjsonconnection.cpp index 2c0023f..6993aa3 100644 --- a/Plugins/DbAndroid/dbandroidjsonconnection.cpp +++ b/Plugins/DbAndroid/dbandroidjsonconnection.cpp @@ -172,7 +172,7 @@ bool DbAndroidJsonConnection::connectToDevice() if (!plugin->getAdbManager()->getDevices().contains(dbUrl.getDevice())) { - notifyWarn(tr("Cannot connect to device %1, because it's not visible to your computer.").arg(dbUrl.getDevice())); + notifyWarn(tr("Cannot connect to device %1, because it's not visible from your computer.").arg(dbUrl.getDevice())); return false; } diff --git a/Plugins/DbAndroid/dbandroidshellconnection.cpp b/Plugins/DbAndroid/dbandroidshellconnection.cpp index 6ead847..64c60f8 100644 --- a/Plugins/DbAndroid/dbandroidshellconnection.cpp +++ b/Plugins/DbAndroid/dbandroidshellconnection.cpp @@ -28,7 +28,7 @@ bool DbAndroidShellConnection::connectToAndroid(const DbAndroidUrl& url) if (!adbManager->getDevices().contains(url.getDevice())) { - notifyWarn(tr("Cannot connect to device %1, because it's not visible to your computer.").arg(url.getDevice())); + notifyWarn(tr("Cannot connect to device %1, because it's not visible from your computer.").arg(url.getDevice())); return false; } diff --git a/Plugins/DbAndroid/translations/DbAndroid.ts b/Plugins/DbAndroid/translations/DbAndroid.ts new file mode 100644 index 0000000..5a0a5a4 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid.ts @@ -0,0 +1,347 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + + + + + Android database URL + + + + + Select Android database + + + + + Select ADB + + + + + Using Android Debug Bridge: %1 + + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + + Invalid ADB + + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + + Select another ADB + + + + + Leave unconfigured + + + + + Save jar file + + + + + Get Android connector JAR file + + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + + + + + Connection with Android database '%1' lost. + + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + + + + + Failed to create port forwarding for device %1 for port %2. + + + + + Could not connect to network host: %1:%2 + + + + + Cannot connect to %1:%2, because password is invalid. + + + + + Unable to execute query on Android device (connection was closed): %1 + + + + + Error while parsing response from Android: %1 + + + + + Generic error from Android: %1 + + + + + + Missing 'columns' in response from Android. + + + + + Response from Android has missing data for column '%1' in row %2. + + + + + DbAndroidPathDialog + + + Android database URL + + + + + Connection method + + + + + USB cable - port forwarding + + + + + USB cable - sqlite3 command + + + + + Network (IP address) + + + + + Device + + + + + IP address + + + + + Port + + + + + Remote access password + + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + + Application + + + + + Filter + + + + + Database + + + + + Create a new database directly on the device. + + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + + Enter valid IP address. + + + + + Pick Android device. + + + + + Pick Android database. + + + + + Selected Android application is unknown, or not debuggable. + + + + + Create new database + + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + + Invalid name + + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + + Could not create database '%1', because could not connect to the device. + + + + + Could not create database '%1'. +Details: %2 + + + + + Delete database + + + + + Are you sure you want to delete database '%1' from %2? + + + + + + Error deleting + + + + + Could not connect to %1 in order to delete database '%2'. + + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + + Cannot connect to device %1, because the application %2 is not debuggable. + + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + + Cannot get list of databases for application %1. Details: %2 + + + + + + Could not execute query on database '%1': %2 + + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_af_ZA.ts b/Plugins/DbAndroid/translations/DbAndroid_af_ZA.ts new file mode 100644 index 0000000..75da109 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_af_ZA.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts b/Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts new file mode 100644 index 0000000..09b7563 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ca_ES.ts b/Plugins/DbAndroid/translations/DbAndroid_ca_ES.ts new file mode 100644 index 0000000..7619a4d --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ca_ES.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_cs_CZ.ts b/Plugins/DbAndroid/translations/DbAndroid_cs_CZ.ts new file mode 100644 index 0000000..db3c3fa --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_cs_CZ.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_da_DK.ts b/Plugins/DbAndroid/translations/DbAndroid_da_DK.ts new file mode 100644 index 0000000..33ba9ce --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_da_DK.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_de_DE.ts b/Plugins/DbAndroid/translations/DbAndroid_de_DE.ts new file mode 100644 index 0000000..58b2f75 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_de_DE.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Ungültige oder unvollständige Android-Datenbank-URL. + + + + Android database URL + Android-Datenbank-URL + + + + Select Android database + Android-Datenbank auswählen + + + + Select ADB + ADB auswählen + + + + Using Android Debug Bridge: %1 + Verwende Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + Sie können die Android-JAR-Datei aus dem Menü Extras aufnehmen. Es wird für 2 von 3 Verbindungen, die vom Android-Plugin unterstützt werden, benötigt. Für weitere Details lesen Sie die Plugin's Dokumentation auf <a href="%1">SQLiteStudio's Wiki-Seite.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Android Debug Bridge App konnte nicht gefunden werden. <a href="%1">Klicke hier</a> um auf den Standort der ADB-Anwendung hinzuweisen, da andernfalls das %2 Plugin keine USB-Kabelverbindungen, sondern nur die Netzwerkverbindung unterstützt.. + + + + Invalid ADB + Ungültiges ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + Das gewählte ADB ist falsch. +Möchten Sie eine andere auswählen, oder lassen Sie es unkonfiguriert? + + + + Select another ADB + Wähle ein anderes ADB + + + + Leave unconfigured + Unkonfiguriert lassen + + + + Save jar file + jar Datei speichern + + + + Get Android connector JAR file + Android-Connector JAR-Datei herunterladen + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Der Android SQLite-Treiber unterstützt keine ladbaren Erweiterungen. + + + + Connection with Android database '%1' lost. + Verbindung mit der Android-Datenbank '%1' verloren. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Portweiterleitung für Gerät %1 für Port %2 konnte nicht erstellt werden. + + + + Could not connect to network host: %1:%2 + Verbindung zum Netzwerk-Host fehlgeschlagen: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Kann nicht mit %1:%2verbinden, da das Passwort ungültig ist. + + + + Unable to execute query on Android device (connection was closed): %1 + Abfrage auf Android-Gerät konnte nicht ausgeführt werden (Verbindung wurde geschlossen): %1 + + + + Error while parsing response from Android: %1 + Fehler beim Parsen der Antwort von Android: %1 + + + + Generic error from Android: %1 + Allgemeiner Fehler von Android: %1 + + + + + Missing 'columns' in response from Android. + Fehlende 'Spalten' in Antwort von Android. + + + + Response from Android has missing data for column '%1' in row %2. + Antwort von Android hat fehlende Daten für Spalte '%1' in Zeile %2. + + + + DbAndroidPathDialog + + + Android database URL + Android-Datenbank-URL + + + + Connection method + Verbindungsmethode + + + + USB cable - port forwarding + USB-Kabel - Portweiterleitung + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Netzwerk (IP-Adresse) + + + + Device + Gerät + + + + IP address + IP-Adresse + + + + Port + Port + + + + Remote access password + Fernzugriffspasswort + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>Dies ist ein Passwort, das im SQLiteStudio Dienst konfiguriert ist, der in die Android-App eingebunden wird.</p> + + + + Application + Anwendung + + + + Filter + Filter + + + + Database + Datenbank + + + + Create a new database directly on the device. + Erstellen Sie eine neue Datenbank direkt auf dem Gerät. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Löschen Sie die aktuell ausgewählte Datenbank vom Gerät. Die aktuell ausgewählte Datenbank ist die ausgewählte in der Liste auf der linken Seite dieser Schaltfläche. + + + + Enter valid IP address. + Geben Sie eine gültige IP-Adresse ein. + + + + Pick Android device. + Wähle Android-Gerät. + + + + Pick Android database. + Wähle die Android Datenbank. + + + + Selected Android application is unknown, or not debuggable. + Ausgewählte Android-Anwendung ist unbekannt, oder nicht debugbar. + + + + Create new database + Neue Datenbank erstellen + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Bitte geben Sie den Namen für die neue Datenbank an. +Die's ist der Name, den die Android-Anwendung zur Verbindung mit der Datenbank verwenden wird: + + + + + + Invalid name + Ungültiger Name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Datenbank mit dem gleichen Namen (%1) existiert bereits auf dem Gerät. +Der Name muss eindeutig sein. + + + + Could not create database '%1', because could not connect to the device. + Datenbank '%1' konnte nicht erstellt werden, da keine Verbindung zum Gerät hergestellt werden konnte. + + + + Could not create database '%1'. +Details: %2 + Datenbank '%1' konnte nicht erstellt werden. +Details: %2 + + + + Delete database + Datenbank löschen + + + + Are you sure you want to delete database '%1' from %2? + Sind Sie sicher, dass Sie die Datenbank '%1' von %2 löschen möchten? + + + + + Error deleting + Fehler beim Löschen + + + + Could not connect to %1 in order to delete database '%2'. + Konnte keine Verbindung zu %1 herstellen, um die Datenbank '%2' zu löschen. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Datenbank mit dem Namen '%1' konnte nicht vom Gerät gelöscht werden. +Android-Gerät hat das Löschen verweigert, oder es war unmöglich. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Verbindung zu Gerät %1 nicht möglich, da die Anwendung %2 nicht auf dem Gerät installiert zu sein scheint. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Verbindung zu Gerät %1 nicht möglich, da die Anwendung %2 nicht debugbar ist. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Verbindung zu Gerät %1 nicht möglich, da die Anwendung %2 nicht auf dem Gerät installiert zu sein scheint. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Verbindung zu Gerät %1 nicht möglich, da nicht auf die '%2' Datenbank zugegriffen werden kann. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Verbindung zu Gerät %1 nicht möglich, da nicht auf die '%2' Datenbank zugegriffen werden kann. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Liste der Datenbanken für Anwendung %1 kann nicht abgerufen werden. Details: %2 + + + + + Could not execute query on database '%1': %2 + Konnte Abfrage in Datenbank '%1' nicht ausführen: %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Konnte Argument '%1' der Abfrage nicht binden, da sein Wert fehlt. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_el_GR.ts b/Plugins/DbAndroid/translations/DbAndroid_el_GR.ts new file mode 100644 index 0000000..7b03ed3 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_el_GR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_en_US.ts b/Plugins/DbAndroid/translations/DbAndroid_en_US.ts new file mode 100644 index 0000000..e0f95a0 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_en_US.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_es_ES.ts b/Plugins/DbAndroid/translations/DbAndroid_es_ES.ts new file mode 100644 index 0000000..da56375 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_es_ES.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_fa_IR.ts b/Plugins/DbAndroid/translations/DbAndroid_fa_IR.ts new file mode 100644 index 0000000..5c5a782 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_fa_IR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_fi_FI.ts b/Plugins/DbAndroid/translations/DbAndroid_fi_FI.ts new file mode 100644 index 0000000..4b357f0 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_fi_FI.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_fr_FR.ts b/Plugins/DbAndroid/translations/DbAndroid_fr_FR.ts new file mode 100644 index 0000000..a773c43 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_fr_FR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + URL de base de données Android invalide ou incomplète. + + + + Android database URL + URL de la base de données Android + + + + Select Android database + Sélectionnez la base de données Android + + + + Select ADB + Sélectionner l'ADB + + + + Using Android Debug Bridge: %1 + Utilisation d'Android Debug Bridge : %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + ADB invalide + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + L'ADB sélectionné est incorrect. +Voulez-vous en sélectionner un autre, ou le laisser non configuré ? + + + + Select another ADB + Sélectionner un autre ADB + + + + Leave unconfigured + Laisser non configuré + + + + Save jar file + Enregistrer le fichier jar + + + + Get Android connector JAR file + Obtenir le fichier JAR du connecteur Android + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Le pilote Android SQLite ne supporte pas les extensions chargeables. + + + + Connection with Android database '%1' lost. + Connexion à la base de données Android '%1' perdue. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Impossible de se connecter à l'appareil %1, car il n'est pas visible depuis votre ordinateur. + + + + Failed to create port forwarding for device %1 for port %2. + Impossible de créer la redirection de port pour l'appareil %1 pour le port %2. + + + + Could not connect to network host: %1:%2 + Impossible de se connecter à l'hôte réseau : %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Impossible de se connecter à %1:%2, car le mot de passe est invalide. + + + + Unable to execute query on Android device (connection was closed): %1 + Impossible d'exécuter la requête sur l'appareil Android (la connexion a été fermée) : %1 + + + + Error while parsing response from Android: %1 + Erreur lors de l'analyse de la réponse d'Android : %1 + + + + Generic error from Android: %1 + Erreur générique d'Android : %1 + + + + + Missing 'columns' in response from Android. + Il manque des 'colonnes' en réponse d'Android. + + + + Response from Android has missing data for column '%1' in row %2. + La réponse d'Android a des données manquantes pour la colonne '%1' à la ligne %2. + + + + DbAndroidPathDialog + + + Android database URL + URL de la base de données Android + + + + Connection method + Méthode de connexion + + + + USB cable - port forwarding + Câble USB - redirection de port + + + + USB cable - sqlite3 command + Câble USB - commande sqlite3 + + + + Network (IP address) + Réseau (adresse IP) + + + + Device + Appareil + + + + IP address + Adresse IP + + + + Port + Port + + + + Remote access password + Mot de passe d'accès distant + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>Ceci est un mot de passe configuré dans le service SQLiteStudio étant intégré dans l'application Android.</p> + + + + Application + Application + + + + Filter + Filtre + + + + Database + Base de données + + + + Create a new database directly on the device. + Créer une nouvelle base de données directement sur l'appareil. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Supprimer la base de données actuellement sélectionnée par l'appareil. La base de données actuellement sélectionnée est celle sélectionnée dans la liste à gauche de ce bouton. + + + + Enter valid IP address. + Entrez une adresse IP valide. + + + + Pick Android device. + Choisir un appareil Android. + + + + Pick Android database. + Choisir la base de données Android. + + + + Selected Android application is unknown, or not debuggable. + L'application Android sélectionnée est inconnue, ou ne peut pas être déboguée. + + + + Create new database + Créer une nouvelle base de données + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Veuillez fournir un nom pour la nouvelle base de données. +C'est le nom que l'application Android utilisera pour se connecter à la base de données : + + + + + + Invalid name + Nom invalide + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Une base de données avec le même nom (%1) existe déjà sur l'appareil. +Le nom doit être unique. + + + + Could not create database '%1', because could not connect to the device. + Impossible de créer la base de données '%1', car il est impossible de se connecter à l'appareil. + + + + Could not create database '%1'. +Details: %2 + Impossible de créer la base de données '%1'. +Détails : %2 + + + + Delete database + Supprimer la base de données + + + + Are you sure you want to delete database '%1' from %2? + Êtes-vous sûr de vouloir supprimer la base de données '%1' de %2? + + + + + Error deleting + Erreur lors de la suppression + + + + Could not connect to %1 in order to delete database '%2'. + Impossible de se connecter à %1 pour supprimer la base de données '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Impossible de supprimer la base de données nommée '%1' de l'appareil. +L'appareil Android a refusé la suppression ou c'était impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Impossible de se connecter à l'appareil %1, car il n'est pas visible depuis votre ordinateur. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Impossible de se connecter à l'appareil %1, car l’application %2 ne semble pas y être installée. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Impossible de se connecter à l'appareil %1, car l'application %2 ne peut pas être débogué. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Impossible de se connecter à l'appareil %1, car la commande '%2' semble être indisponible sur cet appareil. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Impossible de se connecter à l'appareil %1, car '%2' la base de données ne peut pas être accédée sur cet appareil. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Impossible de se connecter à l'appareil %1, car '%2' la base de données n'est pas accessible sur l'appareil. Détails : %3 + + + + Cannot get list of databases for application %1. Details: %2 + Impossible d'obtenir la liste des bases de données pour l'application %1. Détails : %2 + + + + + Could not execute query on database '%1': %2 + Impossible d'exécuter la requête sur la base de données '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Impossible de lier l'argument '%1' de la requête, car la valeur est manquante. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_he_IL.ts b/Plugins/DbAndroid/translations/DbAndroid_he_IL.ts new file mode 100644 index 0000000..38a2c85 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_he_IL.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + מען URL מסד נתוני אנדרואיד לא תקין או חסר. + + + + Android database URL + מען URL מסד נתוני אנדרואיד + + + + Select Android database + בחירת מסד נתוני אנדרואיד + + + + Select ADB + בחירת ADB + + + + Using Android Debug Bridge: %1 + שימוש בגשר ניפוי־תקלים אנדרואיד: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + ADB לא תקין + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + בחר ADB נוסף + + + + Leave unconfigured + להשאיר לא מתוצר + + + + Save jar file + שמירת קובץ jar + + + + Get Android connector JAR file + קבלת קובץ מחבר אנדרואיד JAR + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + לא ניתן להתחבר למארח הרשת: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + מען URL מסד נתוני אנדרואיד + + + + Connection method + שיטת התחברות + + + + USB cable - port forwarding + כבל USB - הפנית פתחה + + + + USB cable - sqlite3 command + כקל USB - פקודת sqlite3 + + + + Network (IP address) + רשת (כתובת IP) + + + + Device + התקן + + + + IP address + כתובת IP + + + + Port + פתחה + + + + Remote access password + ססמת גישה מרחוק + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + יישום + + + + Filter + מסנן + + + + Database + מסד נתונים + + + + Create a new database directly on the device. + יצירת מסד נתונים חדש ישירות על־גבי ההתקן. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + הזנת כתובת IP תקנית. + + + + Pick Android device. + בחירת מכשיר אנדרואיד. + + + + Pick Android database. + בחירת מסד נתוני אנדרואיד. + + + + Selected Android application is unknown, or not debuggable. + יישום אנדרואיד שנבחר לא ידוע, או לא בר ניפוי־תקלים. + + + + Create new database + יצירת מסד נתונים חדש + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + שם לא תקין + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + מחיקת מסד נתונים + + + + Are you sure you want to delete database '%1' from %2? + האם למחוק מסד נתונים '%1' מ־%2? + + + + + Error deleting + שגיאת מחיקה + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_hu_HU.ts b/Plugins/DbAndroid/translations/DbAndroid_hu_HU.ts new file mode 100644 index 0000000..abde44f --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_hu_HU.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_it_IT.ts b/Plugins/DbAndroid/translations/DbAndroid_it_IT.ts new file mode 100644 index 0000000..d172b18 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_it_IT.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + URL database Android non valido o incompleto. + + + + Android database URL + URL database Android + + + + Select Android database + Seleziona database Android + + + + Select ADB + Seleziona ADB + + + + Using Android Debug Bridge: %1 + Utilizzo di Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + Puoi prelevare il file JAR del connettore Android dal menu Strumenti. Esso è necessario per 2 delle 3 connessioni supportate dal plugin Android. Per maggiori dettagli leggi la documentazione del plugin sulla pagina wiki di <a href="%1">SQLiteStudio</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Impossibile trovare l'applicazione Debug Bridge Android. <a href="%1">Clicca qui</a> per specificare la posizione dell'applicazione ADB, altrimenti il plugin %2 non supporterà le connessioni via cavo USB, solo la connessione di rete.. + + + + Invalid ADB + ADB non Valido + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + L'ADB selezionato non è corretto. +Vuoi selezionarne un altro o lasciarlo non configurato? + + + + Select another ADB + Seleziona un altro ADB + + + + Leave unconfigured + Lascialo non configurato + + + + Save jar file + Salva file jar + + + + Get Android connector JAR file + Ottieni il file JAR del connettore Android + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Il driver SQLite Android non supporta le estensioni caricabili. + + + + Connection with Android database '%1' lost. + Connessione con il database Android '%1' persa. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Impossibile connettersi al dispositivo %1, perché esso non è visibile dal tuo computer. + + + + Failed to create port forwarding for device %1 for port %2. + Creazione dell'inoltro della porta per il dispositivo %1 per la porta %2 non riuscita. + + + + Could not connect to network host: %1:%2 + Impossibile connettersi all'host di rete: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Impossibile connettersi a %1:%2, perché la password non è valida. + + + + Unable to execute query on Android device (connection was closed): %1 + Impossibile eseguire la query sul dispositivo Android (la connessione è stata chiusa): %1 + + + + Error while parsing response from Android: %1 + Errore durante l'analisi della risposta da Android: %1 + + + + Generic error from Android: %1 + Errore generico da Android: %1 + + + + + Missing 'columns' in response from Android. + Colonne mancanti in risposta da Android. + + + + Response from Android has missing data for column '%1' in row %2. + La risposta da Android ha dati mancanti per la colonna '%1' nella riga %2. + + + + DbAndroidPathDialog + + + Android database URL + Url database Android + + + + Connection method + Metodo di connessione + + + + USB cable - port forwarding + Cavo USB - inoltro porta + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Rete (indirizzo IP) + + + + Device + Dispositivo + + + + IP address + Indirizzo IP + + + + Port + Porta + + + + Remote access password + Password di accesso remoto + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>Questa è la password configurata nel servizio SQLiteStudio incorporata nell'applicazione Android.</p> + + + + Application + Applicazione + + + + Filter + Filtro + + + + Database + Database + + + + Create a new database directly on the device. + Crea un nuovo database direttamente sul dispositivo. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Elimina il database attualmente selezionato dal dispositivo. Il database attualmente selezionato è quello selezionato nella lista a sinistra di questo pulsante. + + + + Enter valid IP address. + Inserisci un indirizzo IP valido. + + + + Pick Android device. + Scegli il dispositivo Android. + + + + Pick Android database. + Scegli il database Android. + + + + Selected Android application is unknown, or not debuggable. + L'applicazione Android selezionata è sconosciuta, o non è debuggabile. + + + + Create new database + Crea nuovo database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Si prega di fornire il nome del nuovo database. +È il nome che l'applicazione Android userà per connettersi al database: + + + + + + Invalid name + Nome non valido + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Il database con lo stesso nome (%1) esiste già sul dispositivo. +Il nome deve essere univoco. + + + + Could not create database '%1', because could not connect to the device. + Impossibile creare il database '%1' perché non è stato possibile connettersi al dispositivo. + + + + Could not create database '%1'. +Details: %2 + Impossibile creare il database '%1'. +Dettagli: %2 + + + + Delete database + Elimina database + + + + Are you sure you want to delete database '%1' from %2? + Sei sicuro di voler eliminare il database '%1' da %2? + + + + + Error deleting + Errore nell'eliminazione + + + + Could not connect to %1 in order to delete database '%2'. + Impossibile connettersi a %1 per eliminare il database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Impossibile eliminare il database chiamato '%1' dal dispositivo. +Il dispositivo Android ha rifiutato la cancellazione, o era impossibile. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Impossibile connettersi al dispositivo %1, perché esso non è visibile dal tuo computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Impossibile connettersi al dispositivo %1, perché l'applicazione %2 non sembra essere installata sul dispositivo. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Impossibile connettersi al dispositivo %1 perché l'applicazione %2 non è debuggabile. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Impossibile connettersi al dispositivo %1, perché il comando '%2' non sembra essere disponibile sul dispositivo. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Impossibile connettersi al dispositivo %1 perché '%2' database non è accessibile sul dispositivo. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Impossibile connettersi al dispositivo %1 perché '%2' database non è accessibile sul dispositivo. Dettagli: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Impossibile ottenere l'elenco dei database per l'applicazione %1. Dettagli: %2 + + + + + Could not execute query on database '%1': %2 + Impossibile eseguire la query nel database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Impossibile legare l'argomento '%1' della query, perché manca il suo valore. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ja_JP.ts b/Plugins/DbAndroid/translations/DbAndroid_ja_JP.ts new file mode 100644 index 0000000..2e37a60 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ja_JP.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_kaa.ts b/Plugins/DbAndroid/translations/DbAndroid_kaa.ts new file mode 100644 index 0000000..f71c5ae --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_kaa.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ko_KR.ts b/Plugins/DbAndroid/translations/DbAndroid_ko_KR.ts new file mode 100644 index 0000000..de26ef5 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ko_KR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_nl_NL.ts b/Plugins/DbAndroid/translations/DbAndroid_nl_NL.ts new file mode 100644 index 0000000..58e7189 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_nl_NL.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_no_NO.ts b/Plugins/DbAndroid/translations/DbAndroid_no_NO.ts new file mode 100644 index 0000000..b6cb5c1 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_no_NO.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_pl_PL.ts b/Plugins/DbAndroid/translations/DbAndroid_pl_PL.ts new file mode 100644 index 0000000..1597e0d --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_pl_PL.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Nieprawidłowy lub niekompletny adres URL bazy danych Androida. + + + + Android database URL + Adres URL bazy danych Android + + + + Select Android database + Wybierz bazę danych Androida + + + + Select ADB + Wybierz ADB + + + + Using Android Debug Bridge: %1 + Używam następującego Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + Możesz pobrać plik JAR łącznik Android z menu Narzędzia. Jest on wymagany do 2 z 3 obsługiwanych połączeń wtyczki Android. Po więcej szczegółów przeczytaj dokumentację na <a href="%1">stronie wiki SQLiteStudio.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Nie można odnaleźć aplikacji Android Debug Bridge. <a href="%1">Kliknij tutaj</a> , aby wskazać lokalizację aplikacji ADB, w przeciwnym razie wtyczka %2 nie będzie obsługiwać połączeń przez kabel USB, a jedynie połączenia sieciowe. + + + + Invalid ADB + Nieprawidłowe ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + Wybrany ADB jest nieprawidłowa. +Czy chcesz wybrać inny, czy pozostawić go nieskonfigurowanego? + + + + Select another ADB + Wybierz inny ADB + + + + Leave unconfigured + Pozostaw nieskonfigurowane + + + + Save jar file + Zapisz plik jar + + + + Get Android connector JAR file + Pobierz plik JAR łącznika Android + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Sterownik Android SQLite nie obsługuje wczytywanych rozszerzeń. + + + + Connection with Android database '%1' lost. + Połączenie z bazą danych Androida '%1' zostało utracone. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Nie można połączyć się z urządzeniem %1, ponieważ nie jest ono widoczne z komputera. + + + + Failed to create port forwarding for device %1 for port %2. + Nie udało się utworzyć przekierowywania portów dla urządzenia %1 dla portu %2. + + + + Could not connect to network host: %1:%2 + Nie udało się połączyć z adresem sieciowym: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Nie można połączyć się z %1:%2, ponieważ hasło jest nieprawidłowe. + + + + Unable to execute query on Android device (connection was closed): %1 + Nie można wykonać zapytania na urządzeniu z Androidem (połączenie zostało zamknięte): %1 + + + + Error while parsing response from Android: %1 + Błąd podczas analizowania odpowiedzi z Androida: %1 + + + + Generic error from Android: %1 + Ogólny błąd z Androida: %1 + + + + + Missing 'columns' in response from Android. + Brakuje 'columns' w odpowiedzi od Androida. + + + + Response from Android has missing data for column '%1' in row %2. + Odpowiedź Androida zawiera brakujące dane dla kolumny '%1' w wierszu %2. + + + + DbAndroidPathDialog + + + Android database URL + Adres URL bazy danych Android + + + + Connection method + Metoda połączenia + + + + USB cable - port forwarding + Kabel USB - przekierowanie portu + + + + USB cable - sqlite3 command + Kabel USB - polecenie sqlite3 + + + + Network (IP address) + Sieć (adres IP) + + + + Device + Urządzenie + + + + IP address + Adres IP + + + + Port + Port + + + + Remote access password + Hasło zdalnego dostępu + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>To jest hasło skonfigurowane w usłudze SQLiteStudio osadzonej w aplikacji Android.</p> + + + + Application + Aplikacja + + + + Filter + Filtr + + + + Database + Baza danych + + + + Create a new database directly on the device. + Utwórz nową bazę danych bezpośrednio na urządzeniu. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Usuń aktualnie wybraną bazę danych z urządzenia. Obecnie wybrana baza danych jest wybrana z listy po lewej stronie tego przycisku. + + + + Enter valid IP address. + Wprowadź poprawny adres IP. + + + + Pick Android device. + Wybierz urządzenie Android. + + + + Pick Android database. + Wybierz bazę danych Android. + + + + Selected Android application is unknown, or not debuggable. + Wybrana aplikacja na Androida jest nieznana lub nie można jej debugować. + + + + Create new database + Utwórz nową bazę danych + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Proszę podać nazwę dla nowej bazy. +Jest to nazwa, którą aplikacja Androida będzie używać przy łączeniu z bazą danych: + + + + + + Invalid name + Nieprawidłowa nazwa + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Baza danych o tej samej nazwie (%1) już istnieje na urządzeniu. +Nazwa musi być unikalna. + + + + Could not create database '%1', because could not connect to the device. + Nie można utworzyć bazy danych '%1', ponieważ nie można połączyć się z urządzeniem. + + + + Could not create database '%1'. +Details: %2 + Nie można utworzyć bazy danych '%1'. +Szczegóły: %2 + + + + Delete database + Usuń bazę danych + + + + Are you sure you want to delete database '%1' from %2? + Czy na pewno chcesz usunąć bazę danych '%1' z %2? + + + + + Error deleting + Błąd podczas usuwania + + + + Could not connect to %1 in order to delete database '%2'. + Nie można połączyć się z %1 w celu usunięcia bazy danych '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Nie można usunąć bazy danych o nazwie '%1' z urządzenia. +Urządzenie z systemem Android odmówiło usunięcia lub było to niemożliwe. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Nie można połączyć się z urządzeniem %1, ponieważ nie jest ono widoczne z komputera. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Nie można połączyć się z urządzeniem %1, ponieważ aplikacja %2 wydaje się nie być zainstalowana na urządzeniu. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Nie można połączyć się z urządzeniem %1, ponieważ aplikacja %2 nie jest debugowalna. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Nie można połączyć się urządzeniem %1, ponieważ wygląda na to, że polecenie '%2' nie jest dostępne na tym urządzeniu. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Nie można połączyć się z urządzeniem %1, ponieważ nie ma dostępu do bazy danych '%2' na urządzeniu. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Nie można połączyć się z urządzeniem %1, ponieważ nie ma dostępu do bazy danych '%2' na urządzeniu. Szczegóły: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Nie można pobrać listy baz danych dla aplikacji %1. Szczegóły: %2 + + + + + Could not execute query on database '%1': %2 + Nie można wykonać zapytania w bazie danych '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Nie można powiązać argumentu '%1' zapytania, ponieważ brakuje jego wartości. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_pt_BR.ts b/Plugins/DbAndroid/translations/DbAndroid_pt_BR.ts new file mode 100644 index 0000000..517df66 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_pt_BR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + URL de banco de dados Android inválido ou incompleto. + + + + Android database URL + URL do banco de dados Android + + + + Select Android database + Selecionar banco de dados do Android + + + + Select ADB + Selecionar ADB + + + + Using Android Debug Bridge: %1 + Usando Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + Você pode pegar o arquivo JAR do conector Android no menu Ferramentas. Ele's necessários para 2 de 3 conexões suportadas pelo plugin Android. Para mais detalhes leia documentação do plugin's na <a href="%1">página do wiki do SQLiteStudio'.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Não foi possível encontrar o aplicativo Android Debug Bridge. <a href="%1">Clique aqui</a> para apontar o local do aplicativo ADB, caso contrário, o plugin %2 não suportará conexões de cabo USB, apenas a conexão de rede. + + + + Invalid ADB + ADB inválido + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + O ADB selecionado está incorreto. +Gostaria de selecionar outro ou deixá-lo não configurado? + + + + Select another ADB + Selecione outro ADB + + + + Leave unconfigured + Deixar não configurado + + + + Save jar file + Salvar arquivo jar + + + + Get Android connector JAR file + Obter o arquivo JAR do conector Android + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + O driver Android SQLite não suporta extensões carregáveis. + + + + Connection with Android database '%1' lost. + Conexão com banco de dados Android '%1' perdida. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Não é possível conectar-se ao dispositivo %1, porque não está visível para o seu computador. + + + + Failed to create port forwarding for device %1 for port %2. + Falha ao criar redirecionamento de porta para o dispositivo %1 para a porta %2. + + + + Could not connect to network host: %1:%2 + Não foi possível conectar ao host de rede: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Não é possível se conectar a %1:%2, porque a senha é inválida. + + + + Unable to execute query on Android device (connection was closed): %1 + Não foi possível executar consulta no dispositivo Android (a conexão foi fechada): %1 + + + + Error while parsing response from Android: %1 + Erro ao analisar a resposta do Android: %1 + + + + Generic error from Android: %1 + Erro genérico do Android: %1 + + + + + Missing 'columns' in response from Android. + Faltando 'colunas' na resposta do Android. + + + + Response from Android has missing data for column '%1' in row %2. + Resposta do Android tem dados faltando para a coluna '%1' na linha %2. + + + + DbAndroidPathDialog + + + Android database URL + URL do banco de dados Android + + + + Connection method + Método de conexão + + + + USB cable - port forwarding + Cabo USB - encaminhamento de porta + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Rede (endereço IP) + + + + Device + Dispositivo + + + + IP address + Endereço IP + + + + Port + Porta + + + + Remote access password + Senha de acesso remoto + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>Essa senha está configurada no serviço SQLiteStudio a ser enviada no aplicativo Android.</p> + + + + Application + Aplicativo + + + + Filter + Filtro + + + + Database + Banco de dados + + + + Create a new database directly on the device. + Criar um novo banco de dados diretamente no dispositivo. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Excluir banco de dados selecionado do dispositivo. O banco de dados selecionado atualmente é o escolhido na lista à esquerda deste botão. + + + + Enter valid IP address. + Digite um endereço IP válido. + + + + Pick Android device. + Escolher dispositivo Android. + + + + Pick Android database. + Escolher banco de dados Android. + + + + Selected Android application is unknown, or not debuggable. + Aplicativo Android selecionado é desconhecido ou não depurável. + + + + Create new database + Criar novo banco de dados + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Por favor, forneça o nome para o novo banco de dados. +É o nome que o aplicativo Android irá usar para conectar ao banco de dados: + + + + + + Invalid name + Nome inválido + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Banco de dados com o mesmo nome (%1) já existe no dispositivo. +O nome deve ser único. + + + + Could not create database '%1', because could not connect to the device. + Não foi possível criar o banco de dados '%1', porque não foi possível conectar ao dispositivo. + + + + Could not create database '%1'. +Details: %2 + Não foi possível criar o banco de dados '%1'. +Detalhes: %2 + + + + Delete database + Excluir banco de dados + + + + Are you sure you want to delete database '%1' from %2? + Tem certeza que deseja excluir o banco de dados '%1' de %2? + + + + + Error deleting + Erro ao excluir + + + + Could not connect to %1 in order to delete database '%2'. + Não foi possível conectar a %1 para excluir o banco de dados '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Não foi possível apagar o banco de dados com o nome '%1' do dispositivo. +O dispositivo Android recusou a exclusão ou era impossível. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Não é possível conectar-se ao dispositivo %1, porque não está visível para o seu computador. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Não é possível conectar-se ao dispositivo %1, porque o aplicativo %2 parece não estar instalado no dispositivo. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Não é possível conectar-se ao dispositivo %1, porque o app %2 não é depurável. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Não é possível conectar ao dispositivo %1, porque '%2' o comando parece não estar disponível no dispositivo. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Não é possível conectar-se ao dispositivo %1, porque '%2' banco de dados não pode ser acessado no dispositivo. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Não é possível conectar-se ao dispositivo %1, porque '%2' banco de dados não pode ser acessado no dispositivo. Detalhes: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Não é possível obter lista de bancos de dados para aplicação %1. Detalhes: %2 + + + + + Could not execute query on database '%1': %2 + Não foi possível executar a consulta no banco de dados '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Não é possível vincular o argumento '%1' da consulta, porque o valor está faltando. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_pt_PT.ts b/Plugins/DbAndroid/translations/DbAndroid_pt_PT.ts new file mode 100644 index 0000000..8f5afdd --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_pt_PT.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ro_RO.ts b/Plugins/DbAndroid/translations/DbAndroid_ro_RO.ts new file mode 100644 index 0000000..ba14abc --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ro_RO.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_ru_RU.ts b/Plugins/DbAndroid/translations/DbAndroid_ru_RU.ts new file mode 100644 index 0000000..c6ab15f --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_ru_RU.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Неверный или неполный URL к базе данных Android. + + + + Android database URL + URL к базе данных Android + + + + Select Android database + Выберите базу данных Android + + + + Select ADB + Выберите ADB + + + + Using Android Debug Bridge: %1 + Используется Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + JAR-файл адаптера для Android можно получить в меню Инструменты. Он необходим для 2 из 3 типов подключений, поддерживаемых модулем для Android. Подробности см. в документации к модулю <a href="%1">на вики-странице SQLiteStudio.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Невозможно найти приложение Android Debug Bridge. <a href="%1">Нажмите здесь</a> для указания расположения приложения ADB, иначе модуль %2 не будет поддерживать подключение через USB-кабель, возможно будет только подключение по сети. + + + + Invalid ADB + Некорректный ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + Выбранный ADB некорректен +Хотите выбрать другой или оставить ненастроенным? + + + + Select another ADB + Выбрать другой ADB + + + + Leave unconfigured + Оставить ненастроенным + + + + Save jar file + Сохранить JAR-файл + + + + Get Android connector JAR file + Получить JAR-файл адаптера для Android + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Драйвер SQLite для Android не поддерживает подгружаемые расширения. + + + + Connection with Android database '%1' lost. + Подключение к базе данных Android '%1' утеряно. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Невозможно подключиться к устройству %1, поскольку оно невидимо на вашем компьютере. + + + + Failed to create port forwarding for device %1 for port %2. + Не удалось пробросить порт %2 на устройстве %1. + + + + Could not connect to network host: %1:%2 + Невозможно подключиться к сетевому узлу: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Невозможно подключиться к %1:%2, поскольку указан неверный пароль. + + + + Unable to execute query on Android device (connection was closed): %1 + Невозможно выполнить запрос на устройстве Android (соединение было закрыто): %1 + + + + Error while parsing response from Android: %1 + Ошибка при обработке ответа от Android: %1 + + + + Generic error from Android: %1 + Общая ошибка от Android: %1 + + + + + Missing 'columns' in response from Android. + В ответе от Android отсутствует элемент 'columns'. + + + + Response from Android has missing data for column '%1' in row %2. + В ответе от Android отсутствуют данные столбца '%1' в строке %2. + + + + DbAndroidPathDialog + + + Android database URL + URL к базе данных Android + + + + Connection method + Метод подключения + + + + USB cable - port forwarding + USB-кабель - проброс порта + + + + USB cable - sqlite3 command + USB-кабель - команда sqlite3 + + + + Network (IP address) + Сеть (IP-адрес) + + + + Device + Устройство + + + + IP address + IP-адрес + + + + Port + Порт + + + + Remote access password + Пароль удалённого доступа + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>Это пароль, настроенный в службе SQLiteStudio, входящей в состав приложения для Android.</p> + + + + Application + Приложение + + + + Filter + Фильтр + + + + Database + База данных + + + + Create a new database directly on the device. + Создать новую базу данных непосредственно на устройстве. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Удалить выбранную базу данных с устройства. Выбранной является база данных, выделенная в списке слева от этой кнопки. + + + + Enter valid IP address. + Введите корректный IP-адрес. + + + + Pick Android device. + Выберите устройство Android. + + + + Pick Android database. + Выберите базу данных Android. + + + + Selected Android application is unknown, or not debuggable. + Выбранное приложение для Android неизвестно, или не поддерживает отладку. + + + + Create new database + Создать новую базу данных + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Пожалуйста, укажите имя новой базы данных. +Это имя, которое приложение для Android будет использовать для подключения к базе данных: + + + + + + Invalid name + Некорректное имя + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + База данных с таким именем (%1) уже существует на устройстве. +Имя должно быть уникальным. + + + + Could not create database '%1', because could not connect to the device. + Невозможно создать базу данных '%1', поскольку невозможно подключиться к устройству. + + + + Could not create database '%1'. +Details: %2 + Невозможно создать базу данных '%1'. +Подробности: %2 + + + + Delete database + Удалить базу данных + + + + Are you sure you want to delete database '%1' from %2? + Вы действительно хотите удалить базу данных '%1' из %2? + + + + + Error deleting + Ошибка при удалении + + + + Could not connect to %1 in order to delete database '%2'. + Невозможно подключиться к %1 для удаления базы данных '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Невозможно удалить базу данных с именем '%1' с устройства. +Устройство Android запретило удаление, или оно было невозможно. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Невозможно подключиться к устройству %1, поскольку оно невидимо на вашем компьютере. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Невозможно подключиться к устройству %1, поскольку приложение %2 не установлено на устройстве. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Невозможно подключиться к устройству %1, поскольку приложение %2 не поддерживает отладку. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Невозможно подключиться к устройству %1, поскольку команда '%2' недоступна на устройстве. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Невозможно подключиться к устройству %1, поскольку база данных '%2' недоступна на устройстве. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Невозможно подключиться к устройству %1, поскольку база данных '%2' недоступна на устройстве. Подробности: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Невозможно получить список баз данных для приложения %1. Подробности: %2 + + + + + Could not execute query on database '%1': %2 + Невозможно выполнить запрос к базе данных '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Невозможно привязать параметр '%1' запроса, поскольку отсутствует его значение. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_sk_SK.ts b/Plugins/DbAndroid/translations/DbAndroid_sk_SK.ts new file mode 100644 index 0000000..17ca2bd --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_sk_SK.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_sr_SP.ts b/Plugins/DbAndroid/translations/DbAndroid_sr_SP.ts new file mode 100644 index 0000000..c5dfce0 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_sr_SP.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_sv_SE.ts b/Plugins/DbAndroid/translations/DbAndroid_sv_SE.ts new file mode 100644 index 0000000..9f61fa8 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_sv_SE.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_tr_TR.ts b/Plugins/DbAndroid/translations/DbAndroid_tr_TR.ts new file mode 100644 index 0000000..1379145 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_tr_TR.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_uk_UA.ts b/Plugins/DbAndroid/translations/DbAndroid_uk_UA.ts new file mode 100644 index 0000000..f42c8e9 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_uk_UA.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_vi_VN.ts b/Plugins/DbAndroid/translations/DbAndroid_vi_VN.ts new file mode 100644 index 0000000..76005cc --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_vi_VN.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + Invalid or incomplete Android Database URL. + + + + Android database URL + Android database URL + + + + Select Android database + Select Android database + + + + Select ADB + Select ADB + + + + Using Android Debug Bridge: %1 + Using Android Debug Bridge: %1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + + + + Invalid ADB + Invalid ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + + + + Select another ADB + Select another ADB + + + + Leave unconfigured + Leave unconfigured + + + + Save jar file + Save jar file + + + + Get Android connector JAR file + Get Android connector JAR file + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite driver does not support loadable extensions. + + + + Connection with Android database '%1' lost. + Connection with Android database '%1' lost. + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + Failed to create port forwarding for device %1 for port %2. + + + + Could not connect to network host: %1:%2 + Could not connect to network host: %1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + Cannot connect to %1:%2, because password is invalid. + + + + Unable to execute query on Android device (connection was closed): %1 + Unable to execute query on Android device (connection was closed): %1 + + + + Error while parsing response from Android: %1 + Error while parsing response from Android: %1 + + + + Generic error from Android: %1 + Generic error from Android: %1 + + + + + Missing 'columns' in response from Android. + Missing 'columns' in response from Android. + + + + Response from Android has missing data for column '%1' in row %2. + Response from Android has missing data for column '%1' in row %2. + + + + DbAndroidPathDialog + + + Android database URL + Android database URL + + + + Connection method + Connection method + + + + USB cable - port forwarding + USB cable - port forwarding + + + + USB cable - sqlite3 command + USB cable - sqlite3 command + + + + Network (IP address) + Network (IP address) + + + + Device + Device + + + + IP address + IP address + + + + Port + Port + + + + Remote access password + Remote access password + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + + + + Application + Application + + + + Filter + Filter + + + + Database + Database + + + + Create a new database directly on the device. + Create a new database directly on the device. + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + + + + Enter valid IP address. + Enter valid IP address. + + + + Pick Android device. + Pick Android device. + + + + Pick Android database. + Pick Android database. + + + + Selected Android application is unknown, or not debuggable. + Selected Android application is unknown, or not debuggable. + + + + Create new database + Create new database + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + + + + + + Invalid name + Invalid name + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + Database with the same name (%1) already exists on the device. +The name must be unique. + + + + Could not create database '%1', because could not connect to the device. + Could not create database '%1', because could not connect to the device. + + + + Could not create database '%1'. +Details: %2 + Could not create database '%1'. +Details: %2 + + + + Delete database + Delete database + + + + Are you sure you want to delete database '%1' from %2? + Are you sure you want to delete database '%1' from %2? + + + + + Error deleting + Error deleting + + + + Could not connect to %1 in order to delete database '%2'. + Could not connect to %1 in order to delete database '%2'. + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + + + + Cannot connect to device %1, because the application %2 is not debuggable. + Cannot connect to device %1, because the application %2 is not debuggable. + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + + + + Cannot get list of databases for application %1. Details: %2 + Cannot get list of databases for application %1. Details: %2 + + + + + Could not execute query on database '%1': %2 + Could not execute query on database '%1': %2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + Cannot bind argument '%1' of the query, because it's value is missing. + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts b/Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts new file mode 100644 index 0000000..318f662 --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_zh_CN.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + 无效或不完整的 Android 数据库 URL。 + + + + Android database URL + Android 数据库 URL + + + + Select Android database + 选择 Android 数据库 + + + + Select ADB + 选择 ADB + + + + Using Android Debug Bridge: %1 + 使用 Android 调试桥(ADB):%1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + 您可以从工具菜单取得 Android 连接器 JAR 文件。 It's required for 2 of 3 connections supported by the Android plugin. 更多细节见 SQLiteStudio wiki 页面上的<a href="%1">插件文档</a>。 + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + 找不到 ADB 应用程序。<a href="%1">点击此处</a> 来指定 ADB 应用程序的位置。 否则 %2 插件将不支持 USB 线缆连接,只能使用网络连接.. + + + + Invalid ADB + 无效的 ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + 选择的 ADB 不正确。 +选择另一个?或者不做配置? + + + + Select another ADB + 选择其他 ADB + + + + Leave unconfigured + 不做配置 + + + + Save jar file + 保存 jar 文件 + + + + Get Android connector JAR file + 获取 Android 连接器 JAR 文件 + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite 驱动程序不支持可加载的扩展。 + + + + Connection with Android database '%1' lost. + 与 Android 数据库 '%1' 的连接丢失。 + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + 由于'在您的机器上不可见,无法连接到设备%1 + + + + Failed to create port forwarding for device %1 for port %2. + 为设备 %1 创建 %2 端口转发失败。 + + + + Could not connect to network host: %1:%2 + 无法连接到网络主机:%1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + 无法连接到 %1:%2,密码无效。 + + + + Unable to execute query on Android device (connection was closed): %1 + 无法在 Android 设备上执行查询(连接已关闭):%1 + + + + Error while parsing response from Android: %1 + 解析来自 Android 响应出错:%1 + + + + Generic error from Android: %1 + 来自 Android 的一般错误:%1 + + + + + Missing 'columns' in response from Android. + 来自 Android 的响应中缺少 'columns'。 + + + + Response from Android has missing data for column '%1' in row %2. + 来自 Android 的响应中,缺少数据行 %2、列 '%1' 的数据。 + + + + DbAndroidPathDialog + + + Android database URL + Android 数据库 URL + + + + Connection method + 连接方式 + + + + USB cable - port forwarding + USB 线缆 - 端口转发 + + + + USB cable - sqlite3 command + USB 线缆 - sqlite3 命令 + + + + Network (IP address) + 网络(IP 地址) + + + + Device + 设备 + + + + IP address + IP 地址 + + + + Port + 端口 + + + + Remote access password + 远程访问密码 + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>这是在 Android 应用程序中嵌入的为 SQLiteStudio 服务配置的密码。</p> + + + + Application + 应用程序 + + + + Filter + 筛选器 + + + + Database + 数据库 + + + + Create a new database directly on the device. + 直接在该设备上新建一个数据库。 + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + 从设备中删除当前选中的数据库。当前选中的数据库是此按钮左侧的列表中所选择的数据库。 + + + + Enter valid IP address. + 请键入有效的 IP 地址。 + + + + Pick Android device. + 选择 Android 设备。 + + + + Pick Android database. + 选择 Android 数据库。 + + + + Selected Android application is unknown, or not debuggable. + 所选的 Android 应用程序未知或者非可调试。 + + + + Create new database + 创建新数据库 + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + 请提供新数据库的名称。 +这将是 Android 应用程序用来连接该数据库的名称: + + + + + + Invalid name + 无效名称 + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + 设备上已存在相同名称的数据库(%1)。 +名称不能重复。 + + + + Could not create database '%1', because could not connect to the device. + 无法创建数据库 '%1',无法连接到该设备。 + + + + Could not create database '%1'. +Details: %2 + 无法创建数据库 '%1'。 +详情:%2 + + + + Delete database + 删除数据库 + + + + Are you sure you want to delete database '%1' from %2? + 确定从 %2 中删除数据库 '%1' 吗? + + + + + Error deleting + 删除出错 + + + + Could not connect to %1 in order to delete database '%2'. + 无法连接到 %1 以删除数据库 '%2'。 + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + 无法从该设备中删除数据库 '%1'。 +Android 设备拒绝或无法完成删除。 + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + 由于'在您的机器上不可见,无法连接到设备%1 + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + 无法连接设备 %1,应用程序 %2 似乎没有在该设备上安装。 + + + + Cannot connect to device %1, because the application %2 is not debuggable. + 无法连接设备 %1,应用程序 %2 不可调试。 + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + 无法连接设备 %1,命令 '%2' 在该设备上似乎不可用。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + 无法连接设备 %1,因无法访问该设备上的 '%2' 数据库。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + 无法连接设备 %1,因无法访问该设备上的 '%2' 数据库。详细信息:%3 + + + + Cannot get list of databases for application %1. Details: %2 + 无法获取应用程序 %1 的数据库列表。详细信息:%2 + + + + + Could not execute query on database '%1': %2 + 无法在数据库 '%1' 上执行查询:%2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + 无法在此查询中绑定参数 '%1',因为缺少它的值。 + + + diff --git a/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts b/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts new file mode 100644 index 0000000..e39a12f --- /dev/null +++ b/Plugins/DbAndroid/translations/DbAndroid_zh_TW.ts @@ -0,0 +1,352 @@ + + + + + DbAndroid + + + Invalid or incomplete Android Database URL. + 無效或不完整的 Android 資料庫 URL。 + + + + Android database URL + Android 資料庫 URL + + + + Select Android database + 選擇 Android 資料庫 + + + + Select ADB + 選擇 ADB + + + + Using Android Debug Bridge: %1 + 使用 Android 除錯橋 (ADB):%1 + + + + You can grab Android connector JAR file from Tools menu. It's required for 2 of 3 connections supported by the Android plugin. For more details read plugin's documentation on <a href="%1">SQLiteStudio's wiki page.</a> + 您可以從工具選單取得 Android 聯結器 JAR 檔案。Android 外掛支援的 3 種連線方式有 2 個需要它。更多細節見 SQLiteStudio wiki 頁面上的<a href="%1">外掛文件</a>。 + + + + Could not find Android Debug Bridge application. <a href="%1">Click here</a> to point out the location of the ADB application, otherwise the %2 plugin will not support USB cable connections, only the network connection.. + 找不到 ADB 應用程式。<a href="%1">點選此處</a> 來指定 ADB 應用程式的位置。否則 %2 外掛將不支援 USB 線纜連線,只能使用網路連線.. + + + + Invalid ADB + 無效的 ADB + + + + The selected ADB is incorrect. +Would you like to select another one, or leave it unconfigured? + 選擇的 ADB 不正確。 +選擇另一個?或者不做設定檔? + + + + Select another ADB + 選擇其他 ADB + + + + Leave unconfigured + 不做設定檔 + + + + Save jar file + 儲存 jar 檔案 + + + + Get Android connector JAR file + 獲取 Android 聯結器 JAR 檔案 + + + + DbAndroidInstance + + + Android SQLite driver does not support loadable extensions. + Android SQLite 驅動程式不支援可載入的擴充套件。 + + + + Connection with Android database '%1' lost. + 與 Android 資料庫 '%1' 的連線丟失。 + + + + DbAndroidJsonConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Failed to create port forwarding for device %1 for port %2. + 為裝置 %1 建立 %2 埠轉發失敗。 + + + + Could not connect to network host: %1:%2 + 無法連線到網路主機:%1:%2 + + + + Cannot connect to %1:%2, because password is invalid. + 無法連線到 %1:%2,密碼無效。 + + + + Unable to execute query on Android device (connection was closed): %1 + 無法在 Android 裝置上執行查詢 (連線已關閉):%1 + + + + Error while parsing response from Android: %1 + 解析來自 Android 響應出錯:%1 + + + + Generic error from Android: %1 + 來自 Android 的一般錯誤:%1 + + + + + Missing 'columns' in response from Android. + 來自 Android 的響應中缺少 'columns'。 + + + + Response from Android has missing data for column '%1' in row %2. + 來自 Android 的響應中,缺少資料行 %2、列 '%1' 的資料。 + + + + DbAndroidPathDialog + + + Android database URL + Android 資料庫 URL + + + + Connection method + 連線方式 + + + + USB cable - port forwarding + USB 線纜 - 埠轉發 + + + + USB cable - sqlite3 command + USB 線纜 - sqlite3 命令 + + + + Network (IP address) + 網路 (IP 地址) + + + + Device + 裝置 + + + + IP address + IP 地址 + + + + Port + + + + + Remote access password + 遠端訪問密碼 + + + + <p>This is password configured in the SQLiteStudio service being embeded in the Android application.</p> + <p>這是在 Android 應用程式中嵌入的為 SQLiteStudio 服務設定檔的密碼。</p> + + + + Application + 應用程式 + + + + Filter + 篩選器 + + + + Database + 資料庫 + + + + Create a new database directly on the device. + 直接在該裝置上新建一個數據庫。 + + + + Delete currently selected database from the device. The currently selected database is the one picked in the list on the left of this button. + 從裝置中刪除當前選中的資料庫。當前選中的資料庫顯示在此按鈕左側的清單中。 + + + + Enter valid IP address. + 請鍵入有效的 IP 地址。 + + + + Pick Android device. + 選擇 Android 裝置。 + + + + Pick Android database. + 選擇 Android 資料庫。 + + + + Selected Android application is unknown, or not debuggable. + 所選的 Android 應用程式未知或者不可除錯。 + + + + Create new database + 建立新資料庫 + + + + Please provide name for the new database. +It's the name which Android application will use to connect to the database: + 請提供新資料庫的名稱。 +Android 應用程式將用此來連線該資料庫: + + + + + + Invalid name + 無效名稱 + + + + Database with the same name (%1) already exists on the device. +The name must be unique. + 裝置上已存在相同名稱的資料庫 (%1)。 +名稱必須唯一。 + + + + Could not create database '%1', because could not connect to the device. + 無法建立資料庫 '%1',無法連線到該裝置。 + + + + Could not create database '%1'. +Details: %2 + 無法建立資料庫 '%1'。 +詳細資訊:%2 + + + + Delete database + 刪除資料庫 + + + + Are you sure you want to delete database '%1' from %2? + 確定從 %2 中刪除資料庫 '%1' 嗎? + + + + + Error deleting + 刪除出錯 + + + + Could not connect to %1 in order to delete database '%2'. + 無法連線到 %1 以刪除資料庫 '%2'。 + + + + Could not delete database named '%1' from the device. +Android device refused deletion, or it was impossible. + 無法從該裝置中刪除資料庫 '%1'。 +Android 裝置拒絕或無法完成刪除。 + + + + DbAndroidShellConnection + + + Cannot connect to device %1, because it's not visible from your computer. + Cannot connect to device %1, because it's not visible from your computer. + + + + Cannot connect to device %1, because the application %2 doesn't seem to be installed on the device. + 無法連線裝置 %1,應用程式 %2 似乎沒有在該裝置上安裝。 + + + + Cannot connect to device %1, because the application %2 is not debuggable. + 無法連線裝置 %1,應用程式 %2 不可除錯。 + + + + Cannot connect to device %1, because '%2' command doesn't seem to be available on the device. + 無法連線裝置 %1,命令 '%2' 在該裝置上似乎不可用。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. + 無法連線裝置 %1,無法訪問該裝置上的 '%2' 資料庫。 + + + + Cannot connect to device %1, because '%2' database cannot be accessed on the device. Details: %3 + 無法連線裝置 %1,無法訪問該裝置上的 '%2' 資料庫。詳細資訊:%3 + + + + Cannot get list of databases for application %1. Details: %2 + 無法獲取應用程式 %1 的資料庫清單。詳細資訊:%2 + + + + + Could not execute query on database '%1': %2 + 無法在資料庫 '%1' 上執行查詢:%2 + + + + QObject + + + Cannot bind argument '%1' of the query, because it's value is missing. + 無法在此查詢中繫結引數 '%1',因為缺少它的值。 + + + -- cgit v1.2.3