Parent Directory
|
Revision Log
lang MDL-19468 Creation of auth_* files and required copy to/from of related language strings For each language pack auth_PLUGIN.php files have been created and any strings relating to those modules have been copied (not moved) from auth.php into the auth_PLUGIN file. At the same time if the plugin file existed already we ensured that strings defined within it were copied in auth.php. Language packs in this commit: id, is, it, ja, ka, kk, km, ko, lt, lv, mi_tn, mi_wwow, mk, ml, mn, mr, ms All language packs are being altered in this way, I will be testing and commiting in groups.
<?php // All of the language strings in this file should also exist in // auth.php to ensure compatibility in all versions of Moodle. $string['auth_cas_baseuri_key'] = 'Grunn URI'; $string['auth_cas_casversion'] = 'Útgáfa'; $string['auth_cas_changepasswordurl'] = 'Slóð að síðu til að breyta lykilorði'; $string['auth_cas_create_user_key'] = 'Mynda notanda'; $string['auth_cas_enabled'] = 'Virkjaðu þessa stillingu ef þú vilt notast við CAS sannvottun.'; $string['auth_cas_hostname_key'] = 'Nafn miðlara'; $string['auth_cas_invalidcaslogin'] = 'Því miður, innskráning mistókst'; $string['auth_cas_language'] = 'Virkt tungumál'; $string['auth_cas_language_key'] = 'Tungumál'; $string['auth_cas_port'] = 'Port CAS miðlara'; $string['auth_cas_port_key'] = 'Tengi'; $string['auth_cas_server_settings'] = 'Stillingar á CAS miðlara'; $string['auth_cas_text'] = 'örugg tenging'; $string['auth_cas_use_cas'] = 'Nota CAS'; $string['auth_cas_version'] = 'Útgáfa af CAS'; $string['auth_casnotinstalled'] = 'Ekki er hægt að nota CAS sannvottun þar sem PHP LDAP forritseiningin er ekki uppsett.'; $string['auth_castitle'] = 'Nota CAS miðlara (SSO)';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |