Ændringer

434 bytes tilføjet ,  27. jan 2012, 12:47
Linje 191: Linje 191:  
//  Added for Private Notes for Admin
 
//  Added for Private Notes for Admin
 
$admtext['notetypes'] = "Types (<acronym title=\"Lebend\">L</acronym>,<acronym title=\"Vertraulich\">V</acronym>,<acronym title=\"Geheim\">G</acronym>)";
 
$admtext['notetypes'] = "Types (<acronym title=\"Lebend\">L</acronym>,<acronym title=\"Vertraulich\">V</acronym>,<acronym title=\"Geheim\">G</acronym>)";
 +
$admtext['notesecret'] = "Geheim";
 +
$admtext['noteforliving'] = "L";
 +
$admtext['noteforprivate'] = "V";
 +
$admtext['noteissecret'] = "G";
 +
</syntaxhighlight>
 +
 +
In TNG V9 and above, the Dutch custom text entries would be
 +
 +
<syntaxhighlight lang="php" enclose="div">
 +
//  Added for Private Notes for Admin
 +
$admtext['notetypes'] = "Typen - <abbr title=\"Levend\">L</abbr> <abbr title=\"Vertrouwelijk\">V</abbr> <abbr title=\"Geheim\">G</abbr>";
 
$admtext['notesecret'] = "Geheim";
 
$admtext['notesecret'] = "Geheim";
 
$admtext['noteforliving'] = "L";
 
$admtext['noteforliving'] = "L";
1.844

redigeringer