diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 939ee9a..67f478d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,7 +18,8 @@ */ --> -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" + xmlns:tools="http://schemas.android.com/tools"> <!-- Summary of what ConnectBot is; used as a short description in the Android running apps list --> <string name="app_desc">"Simple, powerful, open-source SSH client."</string> @@ -59,7 +60,7 @@ <string name="pubkey_gather_entropy">"Gathering Entropy"</string> <string name="pubkey_touch_prompt">"Touch this box to gather randomness: %1$d%% done"</string> <string name="pubkey_touch_hint">"In order to assure randomness during the key generation, move your finger randomly over the box below."</string> - <string name="pubkey_generating">"Generating key pair..."</string> + <string name="pubkey_generating">"Generating key pair…"</string> <string name="pubkey_copy_private">"Copy private key"</string> <string name="pubkey_copy_public">"Copy public key"</string> <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> @@ -439,7 +440,7 @@ <!-- Displayed in terminal when attempting to connect to a host. The first two variables are host:port and the third is the protocol (e.g., SSH) --> - <string name="terminal_connecting">"Connecting to %1$s:%2$d via %3$s"</string> + <string name="terminal_connecting" tools:ignore="PluralsCandidate">"Connecting to %1$s:%2$d via %3$s"</string> <!-- Displays the host key to the user in the terminal --> <string name="terminal_sucess">"Verified host '%1$s' key: %2$s"</string> |