Blame view
sources/apps/user_openid/l10n/cs_CZ.php
755 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID změněno", "Invalid request" => "Neplatný požadavek", "This is an OpenID server endpoint. For more information, see " => "Koncový bod serveru OpenID. Více informací na", "Identity: <b>" => "Identita: <b>", "Realm: <b>" => "Doména: <b>", "User: <b>" => "Uživatel: <b>", "Login" => "Přihlášení", "Error: <b>No user Selected" => "Chyba: <b>Není vybrán žádný uživatel", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "s touto adresou se můžete ověřit k dalším stránkám", "Authorized OpenID provider" => "Ověřený poskytovatel OpenID", "Your address at Wordpress, Identi.ca, …" => "Vaše adresa na Wordpressu, Identi.ca, …" ); |