Browse Source

Minor - Update languages files - refs BT#10139

Angel Fernando Quiroz Campos 9 years ago
parent
commit
779aa9b712
2 changed files with 4 additions and 0 deletions
  1. 2 0
      main/lang/english/trad4all.inc.php
  2. 2 0
      main/lang/spanish/trad4all.inc.php

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

@@ -7482,4 +7482,6 @@ $AtTime = " at";
 $SendSubscriptionNotification = "Send mail notification for subscription";
 $SendAnEmailWhenAUserBeingSubscribed = "Send an email when a user being subscribed to session";
 $SelectDate = "Select date";
+$OnlyLettersAndSpaces = "Only letters and spaces";
+$OnlyLettersAndNumbersAndSpaces = "Only letters, numbers and spaces";
 ?>

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

@@ -7507,4 +7507,6 @@ $AtTime = "a las";
 $SendSubscriptionNotification = "Enviar notificación de suscripción por correo electrónico";
 $SendAnEmailWhenAUserBeingSubscribed = "Enviar un correo electrónico cuando un usuario está suscrito a la sesión";
 $SelectDate = "Seleccionar fecha";
+$OnlyLettersAndSpaces = "Sólo letras y espacios";
+$OnlyLettersAndNumbersAndSpaces = "Sólo letras, números y espacios";
 ?>