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_fcchangepasswordurl'] = 'මුරපදය වෙනස් කිරීමේ URL'; $string['auth_fcconnfail'] = 'දෝෂ අංක $a[O] සහ දෝෂ වල : $a [1] සහිතව සම්බන්ධතාවය අසමත් විය.'; $string['auth_fccreators'] = 'නව පාඨමාලාවන් නිර්මාණයට ඉඩදෙන ලද සාමාජිකයන් සහිත සමූහ වල ලැයිස්තුව \';\'සමඟ වෙන්වූ බහු සමූහ පළමු පන්තියේ සේවාදායකයේ ඇති නියම විදියමට නම් අක්ෂර වින්යාසය කල යුතුය.පද්ධතිය මහකුරු කුඩකුරු සංවේදී වේ.'; $string['auth_fccreators_key'] = 'නිර්මාතෘ'; $string['auth_fcdescription'] = 'මෙම විධිය දෙන ලද පරිශිලක නමක් සහ මුරපදයක් වලංගුදැයි පිරික්සීමට පළමු පංතියේ සේවා දායකයක් භාවිතා කරයි.'; $string['auth_fcfppport'] = 'සේවාදායක තොට(වඩාත්ම සුලබ වන්නේ 3333 ය )'; $string['auth_fcfppport_key'] = 'තොට'; $string['auth_fchost'] = 'පලමු පන්තියේ සේවාදායක ලිපිනය.IP අංකය හෝ DNS නම භාවිතා කරන්න.'; $string['auth_fchost_key'] = 'සත්කාරකය'; $string['auth_fcpasswd'] = 'ඉහත ගිණුමට මුරපදයක්'; $string['auth_fcpasswd_key'] = 'මුරපදය'; $string['auth_fctitle'] = 'පළමු පන්තියේ සේවා දායකය'; $string['auth_fcuserid'] = 'වරප්රසාද\'උපපරිපාලක\'කුලකය සහිත පළමු පන්තියේ ගිණුම් සඳහා පරිශිලක අනෝන්යතාවය'; $string['auth_fcuserid_key'] = 'පරිශිලක ID';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |