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/translations/DbAndroid_ar_SA.ts | 352 ++++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts (limited to 'Plugins/DbAndroid/translations/DbAndroid_ar_SA.ts') 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. + + + -- cgit v1.2.3