Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/dutch_corporate/notification.inc.php

20 lines
965 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "nieuw item toegevoegd";
$lang_title_notification = "Sinds uw vorig bezoek";
$lang_update_agenda = "bestaand agenda-item aangepast";
$lang_new_agenda = "nieuw agenda-item toegevoegd";
$lang_update_announcements = "bestaand ad-valvasbericht aangepast";
$lang_new_announcements = "nieuw ad-valvasbericht toegevoegd";
$lang_new_document = "nieuw(e) document(en) toegevoegd";
$lang_new_exercise = "nieuwe oefening beschikbaar gesteld";
$lang_update_link = "bestaande linkinformatie aangepast";
$lang_new_link = "nieuwe link toegevoegd";
$lang_new_forum_topic = "nieuw onderwerp toegevoegd";
$lang_new_groupforum_topic = "nieuw onderwerp toegevoegd aan groepsforum";
$lang_new_dropbox_file = "nieuw bestand ontvangen";
$lang_update_dropbox_file = "bestand in de dropbox werd gewijzigd";
$ForumCategoryAdded = "Forumcategorie toegevoegd";
$LearnpathAdded = "Leerpad toegevoegd";
?>