diff options
Diffstat (limited to 'apps/user_openid/l10n/cs_CZ.php')
-rw-r--r-- | apps/user_openid/l10n/cs_CZ.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_openid/l10n/cs_CZ.php b/apps/user_openid/l10n/cs_CZ.php new file mode 100644 index 00000000000..9c041a89a68 --- /dev/null +++ b/apps/user_openid/l10n/cs_CZ.php @@ -0,0 +1,11 @@ +<?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, …" +); |