Browse Source

Update languages file - refs #7611

Angel Fernando Quiroz Campos 10 years ago
parent
commit
3fdaf5dbdb
2 changed files with 14 additions and 0 deletions
  1. 7 0
      main/lang/english/trad4all.inc.php
  2. 7 0
      main/lang/spanish/trad4all.inc.php

+ 7 - 0
main/lang/english/trad4all.inc.php

@@ -7231,4 +7231,11 @@ $RequestSubmitted = "Your request has been submitted.";
 $RequestFailed = "We are not able to fulfill your request at this time. Please contact your administrator.";
 $InternalLogin = "Internal login";
 $AlreadyLoggedIn = "You are already logged in";
+$Draggable = "Draggable";
+$Incorrect = "Incorrect";
+$YouNotYetAchievedCertificates = "You not yet achieved certificates";
+$SearchCertificates = "Search certificates";
+$TheUserXNotYetAchievedCertificates = "The user %s not yet achieved certificates";
+$CertificatesNotPublic = "Certificates not public";
+$MatchingDraggable = "Matching Draggable";
 ?>

+ 7 - 0
main/lang/spanish/trad4all.inc.php

@@ -7235,4 +7235,11 @@ $SaveBadge = "Guardar insignia";
 $BadgeMeasuresXPixelsInPNG = "Medidas de la insignia 200x200 píxeles en formato PNG";
 $SetTutor = "Hacer tutor";
 $UniqueAnswerImage = "Respuesta de imagen única";
+$Draggable = "Arrastrable";
+$Incorrect = "Incorrecto";
+$YouNotYetAchievedCertificates = "Aún no ha logrado certificados";
+$SearchCertificates = "Buscar certificados";
+$TheUserXNotYetAchievedCertificates = "El usuario %s aún no ha logrado certificados";
+$CertificatesNotPublic = "Los certificados no son públicos";
+$MatchingDraggable = "Coincidencia arrastrable";
 ?>