diff options
Diffstat (limited to 'apps/user_openid')
-rw-r--r-- | apps/user_openid/l10n/nl.php | 11 | ||||
-rw-r--r-- | apps/user_openid/l10n/ru.php | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/apps/user_openid/l10n/nl.php b/apps/user_openid/l10n/nl.php new file mode 100644 index 00000000000..5b07c6108af --- /dev/null +++ b/apps/user_openid/l10n/nl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Dit is een OpenID server. Voor meer informatie, zie", +"Identity: <b>" => "Identiteit: <b>", +"Realm: <b>" => "Realm: <b>", +"User: <b>" => "Gebruiker: <b>", +"Login" => "Login", +"Error: <b>No user Selected" => "Fout: <b>Geen gebruiker geselecteerd", +"you can authenticate to other sites with this address" => "u kan met dit adres bij andere sites authenticeren", +"Authorized OpenID provider" => "Geautoriseerde OpenID provider", +"Your address at Wordpress, Identi.ca, …" => "Uw adres bij Wordpress, Identi.ca, …" +); 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, …" +); |