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/portuguese/notification.inc.php

18 lines
858 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "novo item acrescentado";
$lang_title_notification = "Desde a última visita";
$lang_update_agenda = "existe um item da Agenda actualizado";
$lang_new_agenda = "novo item da Agenda acrescentado";
$lang_update_announcements = "existe um anúncio actualizado";
$lang_new_announcements = "novo anúncio acrescentado";
$lang_new_document = "novo(s) documentos(s) acrescentado(s)";
$lang_new_exercise = "novo Exercício disponível";
$lang_update_link = "existe uma ligação actualizada";
$lang_new_link = "nova ligação acrescentada";
$lang_new_forum_topic = "novo tópico acrescentado";
$lang_new_groupforum_topic = "novo tópico acrescentado num fórum de grupo";
$lang_new_dropbox_file = "novo ficheiro recebido";
$lang_update_dropbox_file = "ficheiro na dropbox actualizado";
?>