Blame view
sources/apps/user_openid/l10n/sk_SK.php
781 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID zmenené", "Invalid request" => "Neplatná požiadavka", "This is an OpenID server endpoint. For more information, see " => "Koncový bod servera OpenID. Viac informácií na", "Identity: <b>" => "Identita: <b>", "Realm: <b>" => "Doména: <b>", "User: <b>" => "Používateľ: <b>", "Login" => "Prihlásenie", "Error: <b>No user Selected" => "Chyba: <b>Nie je vybraný žiadny používateľ", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "s touto adresou sa môžete autentifikovať aj na ďalších stránkach", "Authorized OpenID provider" => "Autorizovaný poskytovateľ OpenID ", "Your address at Wordpress, Identi.ca, …" => "Vaša adresa na Wordpresse, Identi.ca, …" ); |