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: nl, nn, no_gr, no, pl, pt_br, pt, ru, si, sk, sl, sm, so, sq, sr_cr_bo 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_imapchangepasswordurl_key'] = 'මුර පද වෙනස URL'; $string['auth_imapdescription'] = 'මෙම ක්රමය IMAP සේවාදායකයක් භාවිතා කර දෙන ලද භාවිත නාමය හා මුරපදය වලංගු වන්නේ දැයි පරීක්ෂා කරයි.'; $string['auth_imaphost'] = 'IMAP සේවාදායක ලිපිනය.DNS නාමය නොව.IP අංකය භාවිතා කරන්න'; $string['auth_imaphost_key'] = 'සත්කාරය'; $string['auth_imapnotinstalled'] = 'IMAP සත්යාපනය භාවිතා කල නොහැකිය. PHP IMAP ආකෘතිය සත්යාපනය කර නොමැත.'; $string['auth_imapport'] = 'IMAP සේවාදායක වර්ගය.IMAP සේවාදායකයන් හට වෙනස් වර්ග වල සත්යාපන හා........ තිබිය හැක.'; $string['auth_imapport_key'] = 'තොට'; $string['auth_imaptitle'] = 'IMAP සේවාදායකය'; $string['auth_imaptype'] = 'IMAP සේවාදායකයේ වර්ගය. IMAP සේවාදායකයන් හට වෙනස් වර්ග වල සත්යාපන හා...... තිබිය හැක'; $string['auth_imaptype_key'] = 'වර්ගය';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |