Blame view
sources/apps/user_openid/l10n/id.php
754 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID telah dirubah", "Invalid request" => "Permintaan tidak sah", "This is an OpenID server endpoint. For more information, see " => "ini adalah titik akhir server OpenID. untuk informasi lebih lanjut, lihat", "Identity: <b>" => "identitas: <b>", "Realm: <b>" => "Dunia: <b>", "User: <b>" => "pengguna: <b>", "Login" => "login", "Error: <b>No user Selected" => "kesalahan: <b> tidak ada pengguna dipilih", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "anda dapat masuk ke situs lain dengan alamat ini", "Authorized OpenID provider" => "penyedia OpenID yang sah", "Your address at Wordpress, Identi.ca, …" => "alamat anda di Wordpress, Identi.ca, …" ); |