diff options
Diffstat (limited to 'res/values-it/strings.xml')
-rw-r--r-- | res/values-it/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 12e3cdc..0a15808 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -405,6 +405,13 @@ <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. --> <string name="upgrade_neg">Non adesso</string> + <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> + <string name="no">No</string> + <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> + <string name="with_confirmation">With confirmation</string> + <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> + <string name="yes">Yes</string> + <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> <string name="exceptions_submit_message">Sembrerebbe che ConnectBot abbia avuto un problema durante l'ultima esecuzione. Inviare una segnalazione d'errore agli sviluppatori di ConnectBot?</string> |