vx / connectbot

Enhanced version of the popular ConnectBot SSH and telnet client
http://connectbot.vx.sk
Apache License 2.0
193 stars 62 forks source link

Fix incorrect russian translations #86

Open vbwagner opened 10 years ago

vbwagner commented 10 years ago

<string name="list_pubkeyids_any">Использовать любую свободную клавишу</string>

Should be read

<string name="list_pubkeyids_any">Использовать любой доступный ключ</string>

Russian language use distinct words for key on the keyboard and cryptographic (and door) key.

<string name="hostpref_authagent_title">Использовать SSH протокол для соединения</string>

Should read

<string name="hostpref_authagent_title">Разрешить форвардинг SSH агента</string>

It looks rather like cyrillic transliteration of english "Allow agent forwarding", but without word "agent" (агент in cyrillic) nobody would understand what it means.