12 lines
634 B
PHP
12 lines
634 B
PHP
<?php $TRANSLATIONS = array(
|
|
"This is an OpenID server endpoint. For more information, see " => "Toto je OpenID server endpoint. Více informací na",
|
|
"Identity: <b>" => "Identita: <b>",
|
|
"Realm: <b>" => "Oblast: <b>",
|
|
"User: <b>" => "Uživatel: <b>",
|
|
"Login" => "Login",
|
|
"Error: <b>No user Selected" => "Chyba: <b>Uživatel není zvolen",
|
|
"you can authenticate to other sites with this address" => "s touto adresou se můžete autrorizovat na další strany",
|
|
"Authorized OpenID provider" => "Autorizovaný OpenID poskytovatel",
|
|
"Your address at Wordpress, Identi.ca, …" => "Vaše adresa na Wordpressu, Identi.ca, …"
|
|
);
|