diff --git a/main/lang/dokeoslanguages-2008-11-25 06 50-ywarnier_spanish.zip b/main/lang/dokeoslanguages-2008-11-25 06 50-ywarnier_spanish.zip new file mode 100644 index 0000000000..b989ffae7b Binary files /dev/null and b/main/lang/dokeoslanguages-2008-11-25 06 50-ywarnier_spanish.zip differ diff --git a/main/lang/english/glossary.inc.php b/main/lang/english/glossary.inc.php index 82f3a22fa4..b53df1d682 100644 --- a/main/lang/english/glossary.inc.php +++ b/main/lang/english/glossary.inc.php @@ -9,4 +9,6 @@ $TermUpdated = "Term updated"; $TermConfirmDelete = "Do you really want to delete this term"; $TermAddButton = "Add this term"; $TermUpdateButton = "Update term"; +$TermEditAction = "Edit term"; +$TermDeleteAction = "Delete term"; ?> \ No newline at end of file diff --git a/main/lang/french/glossary.inc.php b/main/lang/french/glossary.inc.php index 2d344005dd..6ea4fa355c 100644 --- a/main/lang/french/glossary.inc.php +++ b/main/lang/french/glossary.inc.php @@ -9,4 +9,6 @@ $TermUpdated = "Terme mis $TermConfirmDelete = "Supprimer ce terme"; $TermAddButton = "Ajouter ce terme"; $TermUpdateButton = "Enregistrer modification"; +$TermEditAction = "Éditer le terme"; +$TermDeleteAction = "Supprimer ce terme"; ?> \ No newline at end of file diff --git a/main/lang/spanish/glossary.inc.php b/main/lang/spanish/glossary.inc.php index 7d7f5dfb07..b8b8fa54fa 100644 --- a/main/lang/spanish/glossary.inc.php +++ b/main/lang/spanish/glossary.inc.php @@ -9,4 +9,6 @@ $TermUpdated = "T $TermConfirmDelete = "Realmente desea eliminar este término"; $TermAddButton = "Añadir este término"; $TermUpdateButton = "Actualizar término"; +$TermEditAction = "Editar término"; +$TermDeleteAction = "Eliminar término"; ?> \ No newline at end of file