mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Standardized table headings to Proper Case
This commit is contained in:
parent
bb098397fc
commit
cce5423561
1 changed files with 9 additions and 9 deletions
|
@ -42,15 +42,15 @@ $string['noactivity'] = 'Aucune activit
|
|||
$string['inprogress'] = 'en cours';
|
||||
$string['abandoned'] = 'abandonné';
|
||||
|
||||
$string['correct'] = 'correct';
|
||||
$string['ignored'] = 'ignoré';
|
||||
$string['wrong'] = 'faux';
|
||||
$string['score'] = 'score';
|
||||
$string['weighting'] = 'pondération';
|
||||
$string['hints'] = 'conseils';
|
||||
$string['clues'] = 'indices';
|
||||
$string['checks'] = 'vérifications';
|
||||
$string['penalties'] = 'pénalités';
|
||||
$string['correct'] = 'Correct';
|
||||
$string['ignored'] = 'Ignoré';
|
||||
$string['wrong'] = 'Faux';
|
||||
$string['score'] = 'Score';
|
||||
$string['weighting'] = 'Pondération';
|
||||
$string['hints'] = 'Conseils';
|
||||
$string['clues'] = 'Indices';
|
||||
$string['checks'] = 'Vérifications';
|
||||
$string['penalties'] = 'Pénalités';
|
||||
|
||||
// report.php
|
||||
$string['deletedattempts'] = '$a tentatives ont été supprimées';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue