Parent Directory
|
Revision Log
Revision 1.2 - (view) (download)
| 1 : | samulik | 1.2 | <?PHP // $Id$ |
| 2 : | // block_search.php - created with Moodle 1.9.2+ (Build: 20080813) (2007101521) | ||
| 3 : | // local modifications from https://www.moodle.fi/demo/moodle | ||
| 4 : | |||
| 5 : | |||
| 6 : | $string['blockname'] = 'Global Search'; | ||
| 7 : | $string['bytes'] = 'bittiä (0 on rajoittamaton)'; | ||
| 8 : | $string['configbuttonlabel'] = 'Painikkeen teksti'; | ||
| 9 : | $string['configenablefileindexing'] = 'Käytä tiedostojen indeksointia'; | ||
| 10 : | $string['configfiletypes'] = 'Käsiteltävät tiedostotyypit'; | ||
| 11 : | $string['configlimitindexbody'] = 'Indeksoidun sisällön kokorajoitus'; | ||
| 12 : | $string['configpdftotextcmd'] = 'Polku pdf-teksti-muuntimeen'; | ||
| 13 : | $string['configsearchtext'] = 'Hakuteksti'; | ||
| 14 : | $string['configwordtotextcmd'] = 'Polku doc-teksti-muuntimeen'; | ||
| 15 : | $string['configwordtotextenv'] = 'Parametrit MSWord-muuntimelle'; | ||
| 16 : | $string['go'] = 'Hae!'; | ||
| 17 : | $string['searchmoodle'] = 'Hae Moodlesta'; | ||
| 18 : | $string['usemoodleroot'] = 'Käytä Moodlen juurihakemistoa ulkopuolisille muuntimille'; | ||
| 19 : | |||
| 20 : | ?> |
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |