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.
37 lines
1.6 KiB
37 lines
1.6 KiB
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$lang_new_item = "new item added";
|
|
$TitleNotification = "Since your last visit";
|
|
$lang_update_agenda = "existing agenda item updated";
|
|
$lang_new_agenda = "new agenda item added";
|
|
$lang_update_announcements = "existing announcement updated";
|
|
$lang_new_announcements = "new announcement added";
|
|
$lang_new_document = "new document(s) added";
|
|
$lang_new_exercise = "new exercise enabled";
|
|
$lang_update_link = "existing link information updated";
|
|
$lang_new_link = "new link added";
|
|
$lang_new_forum_topic = "new topic added";
|
|
$lang_new_groupforum_topic = "new topic added to group forum";
|
|
$lang_new_dropbox_file = "nou arxiu rebut";
|
|
$lang_update_dropbox_file = "un arxiu dels seus documents compartits ha estat actualitzat";
|
|
$ForumCategoryAdded = "La categoria del fòrum ha estat afegida";
|
|
$LearnpathAdded = "Curs afegit";
|
|
$GlossaryAdded = "Nou terme afegit al glossari";
|
|
$QuizQuestionAdded = "Nova qüestió afegida en l'exercici";
|
|
$QuizQuestionUpdated = "Nova qüestió actualitzada en l'exercici";
|
|
$QuizQuestionDeleted = "Nova qüestió eliminada en l'exercici";
|
|
$QuizUpdated = "Exercici actualitzat";
|
|
$QuizAdded = "Exercici afegit";
|
|
$QuizDeleted = "Exercici eliminat";
|
|
$DocumentInvisible = "Document invisible";
|
|
$DocumentVisible = "Document visible";
|
|
$CourseDescriptionAdded = "Descripció del curs afegit";
|
|
$WikiAdded = "Wiki afegit";
|
|
$SurveyAdded = "Enquesta afegida";
|
|
$NotebookAdded = "Nota afegida";
|
|
$NotebookUpdated = "Nota actualitzada";
|
|
$NotebookDeleted = "Nota eliminada";
|
|
$LearnpathUpdated = "La ruta d'aprenentatge s'ha actualitzat";
|
|
?>
|