mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Bug #3157 - The string 'fullnamedisplay' shouldn't be translated
This commit is contained in:
parent
df2ac2263e
commit
5a3fdb6a7a
13 changed files with 13 additions and 13 deletions
|
@ -456,7 +456,7 @@ $string['frontpagenews'] = 'Toon nieuwsberichten';
|
|||
$string['frontpagetopiconly'] = 'Toon activiteiten of HTML (onderwerpsectie)';
|
||||
$string['fulllistofcourses'] = 'Alle vakken';
|
||||
$string['fullname'] = 'Volledige naam';
|
||||
$string['fullnamedisplay'] = '$a->voornaam $a->achternaam';
|
||||
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||
$string['fullprofile'] = 'Volledig profiel';
|
||||
$string['fullsitename'] = 'Volledige naam van de site';
|
||||
$string['functiondisabled'] = 'Deze functie is nu uitgeschakeld';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue