diff options
Diffstat (limited to 'apps/user_openid/l10n/nl.php')
-rw-r--r-- | apps/user_openid/l10n/nl.php | 11 |
1 files changed, 11 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, …" +); |