6 lines
220 B
PHP
6 lines
220 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"This is an OpenID server endpoint. For more information, see " => "See on OpenID serveri lõpp-punkt. Lisainfot vaata",
|
||
|
"Identity: <b>" => "Identiteet: <b>",
|
||
|
"Realm: <b>" => "Tsoon: <b>"
|
||
|
);
|