From 0f4aab8e8c01f3d9e625fd3cc8a55b515a4e1047 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 11 May 2009 22:18:32 +0000 Subject: Externalized some strings that should be translated. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 df292f66-193f-0410-a5fc-6d59da041ff2 --- res/values/arrays.xml | 8 ++++---- res/values/strings.xml | 27 +++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 6 deletions(-) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 6286561..5893a0e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -25,10 +25,10 @@ - red - green - blue - gray + @string/color_red + @string/color_green + @string/color_blue + @string/color_gray diff --git a/res/values/strings.xml b/res/values/strings.xml index 2ec7d70..4ec0c88 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -36,7 +36,8 @@ Import Delete key Gathering Entropy - Touch this box to gather randomness: + Touch this box to gather randomness: %1$d%% done + In order to assure randomness during the key generation, move your finger randomly over the box below. Generating key pair... Copy private key Copy public key @@ -76,6 +77,21 @@ Password for key '%1$s' + + WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! + + IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\nIt is also possible that the host key has just been changed. + + + Host has disconnected.\nClose session? + + Are you sure you want\nto continue connecting? + + + The authenticity of host '%1$s' can't be established. + + Host %1$s key fingerprint is %2$s + Passwords do not match! Wrong password! Private key appears corrupt! @@ -216,6 +232,8 @@ Post-login automation + + Commands to run on remote server once authenticated Compression @@ -354,7 +372,7 @@ [Your host doesn't support 'password' or 'keyboard-interactive' authentication.] - Failure! Local shell is unavailable on this phone. + Failure! Local shell is unavailable on this phone. New version @@ -362,4 +380,9 @@ Yes, upgrade Not right now + + red + green + blue + gray -- cgit v1.2.3