summaryrefslogtreecommitdiffstats
path: root/apps/user_openid
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-08-25 03:14:26 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-08-25 03:14:26 +0200
commit4f5eff2b6fd60f603a8704cb950acff67c5cc9f3 (patch)
tree7706c477a9e119835f5ba97d861c2ed1997cc463 /apps/user_openid
parentdc3bec62113b39254c4488b0502d7852328fdc84 (diff)
parentf57d527a7ce10a0ed48e25d7e2432dae2ec9366a (diff)
downloadnextcloud-server-4f5eff2b6fd60f603a8704cb950acff67c5cc9f3.tar.gz
nextcloud-server-4f5eff2b6fd60f603a8704cb950acff67c5cc9f3.zip
Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support
Diffstat (limited to 'apps/user_openid')
-rw-r--r--apps/user_openid/l10n/nl.php11
-rw-r--r--apps/user_openid/l10n/ru.php11
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, &hellip;" => "Uw adres bij Wordpress, Identi.ca, &hellip;"
+);
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, &hellip;" => "Ваш адрес в Wordpress, Identi.ca, &hellip;"
+);