Skip to content

Commit 612c30c

Browse files
committed
Update language terms
1 parent bdd5948 commit 612c30c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

main/lang/english/trad4all.inc.php

+1
Original file line numberDiff line numberDiff line change
@@ -9035,4 +9035,5 @@
90359035
$CareerCannotBeDeletedAsItHasChildren = "This career cannot be deleted until all of its children have been deleted or moved to another career.";
90369036
$EmailUsedTwiceInImportFile = "This email is already in use by another user in the same file.";
90379037
$NotificationInYourForums = "You have new posts in the following forums of your courses.";
9038+
$ExtraFieldIdComment = "This identifier is internal to the system and should not contain spaces nor special characters. It can be used from plugins as well, to filter the elements it is attached to.";
90389039
?>

main/lang/french/trad4all.inc.php

+1
Original file line numberDiff line numberDiff line change
@@ -8969,4 +8969,5 @@
89698969
$CareerCannotBeDeletedAsItHasChildren = "Cette filière ne peut pas être supprimée tant que tous ses enfants n'ont pas été supprimés ou déplacés vers une autre filière.";
89708970
$EmailUsedTwiceInImportFile = "Ce courriel est déjà utilisé par un autre utilisateur du même fichier.";
89718971
$NotificationInYourForums = "Vous avez de nouveaux posts dans les forums suivants de vos cours.";
8972+
$ExtraFieldIdComment = "Cet identifiant est interne au système et ne doit pas contenir d'espaces ni de caractères spéciaux. Il pourra ensuite être référé depuis des plugins également, pour filtrer les éléments qui auxquels il est rattaché.";
89728973
?>

main/lang/spanish/trad4all.inc.php

+1
Original file line numberDiff line numberDiff line change
@@ -9060,4 +9060,5 @@
90609060
$CareerCannotBeDeletedAsItHasChildren = "Esta carrera no puede ser eliminada hasta que las carreras hijas a ésta sean eliminadas o movidas a otra carrera.";
90619061
$EmailUsedTwiceInImportFile = "Este correo electrónico ya está usado por otro usuario en el mismo archivo.";
90629062
$NotificationInYourForums = "Hay nuevos posts en los foros siguientes de tus cursos.";
9063+
$ExtraFieldIdComment = "Este identificador es interno al sistema y no debe contener espacios ni caracteres especiales. Podrá ser usado también por plugins para filtrar entre los elementos que lo usan.";
90639064
?>

0 commit comments

Comments
 (0)