diff options
Diffstat (limited to 'apps/user_openid/l10n/ru.php')
-rw-r--r-- | apps/user_openid/l10n/ru.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_openid/l10n/ru.php b/apps/user_openid/l10n/ru.php new file mode 100644 index 00000000000..09855c35b7a --- /dev/null +++ b/apps/user_openid/l10n/ru.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Это точка подключения сервера OpenID. Для информации смотрите", +"Identity: <b>" => "Личность: <b>", +"Realm: <b>" => "Realm: <b>", +"User: <b>" => "Пользователь: <b>", +"Login" => "Логин", +"Error: <b>No user Selected" => "Ошибка: <b>Пользователь не выбран", +"you can authenticate to other sites with this address" => "вы можете аутентифицироваться на других сайтах с этим адресом", +"Authorized OpenID provider" => "Авторизованный провайдер OpenID", +"Your address at Wordpress, Identi.ca, …" => "Ваш адрес в Wordpress, Identi.ca, …" +); |