File tree Expand file tree Collapse file tree 10 files changed +11
-2
lines changed Expand file tree Collapse file tree 10 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1454
1454
*/
1455
1455
LANG : {
1456
1456
errorTitle : 'Form submission failed!' ,
1457
- requiredField : 'This field is required' ,
1457
+ requiredField : 'This is a required field ' ,
1458
1458
requiredFields : 'You have not answered all required fields' ,
1459
1459
badTime : 'You have not given a correct time' ,
1460
1460
badEmail : 'You have not given a correct e-mail address' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Podání formuláře selhalo!' ,
19
+ requiredField : 'Toto pole je povinné' ,
19
20
requiredfields : 'Nebyly vyplněny všechny požadované pole' ,
20
21
badTime : 'Neplatný čas' ,
21
22
badEmail : 'Neplatná e-mailová adresa' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Ihre Anfrage konnte nicht gesendet werden!' ,
19
+ requiredField : 'Dies ist ein Pflichtfeld' ,
19
20
requiredFields : 'Sie haben nicht alle Fragen beantwortet' ,
20
21
badTime : 'Sie haben nicht die korrekte Zeit eingegeben' ,
21
22
badEmail : 'Sie haben keine gültige E-Mail-Adresse eingegeben' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'El formulario no se ha podido enviar!' ,
19
+ requiredField : 'Este campo es obligatorio' ,
19
20
requiredFields : 'No ha contestado todos los campos requeridos' ,
20
21
badTime : 'La hora proporcionada no es válida' ,
21
22
badEmail : 'La dirección de e-mail no es válida' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Le formulaire n\'a pas pu être envoyé!' ,
19
+ requiredField : 'Ce champ est obligatoire' ,
19
20
requiredFields : 'Vous n\'avez pas rempli tous les champs' ,
20
21
badTime : 'Vous n\'avez pas saisi l\'heure correctement' ,
21
22
badEmail : 'Vous n\'avez pas saisi une adresse e-mail valide' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Złożenie formularza nie powiodło się!' ,
19
+ requiredField : 'To pole jest wymagane' ,
19
20
requiredfields : 'Nie wszystkie wymagane pola zostały wypełnione' ,
20
21
badTime : 'Wprowadzono niepoprawny czas' ,
21
22
badEmail : 'Wprowadzono niepoprawny adres e-mail' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'O formulário não pode ser enviado!' ,
19
+ requiredField : 'Campo de preenchimento obrigatório' ,
19
20
requiredFields : 'Você ainda não preencheu todos os campos obrigatórios' ,
20
21
badTime : 'A hora digitada não é válida' ,
21
22
badEmail : 'O e-mail digitado não é válido' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Nu sa reusit lansarea formularului!' ,
19
+ requiredField : 'Acest câmp este obligatoriu' ,
19
20
requiredfields : 'Nu toate câmpurile obligatorii au fost completate' ,
20
21
badTime : 'Timpul introdus este incorect' ,
21
22
badEmail : 'Adresa de e-mail este incorectă' ,
Original file line number Diff line number Diff line change 15
15
$ ( window ) . bind ( 'validatorsLoaded' , function ( ) {
16
16
17
17
$ . formUtils . LANG = {
18
-
18
+
19
19
errorTitle : 'Ошибка отправки формы!' ,
20
+ requiredField : 'Это обязательное поле' ,
20
21
requiredFields : 'Вы задали не все обязательные поля' ,
21
22
badTime : 'Вы задали некорректное время' ,
22
23
badEmail : 'Вы задали некорректный e-mail' ,
Original file line number Diff line number Diff line change 16
16
17
17
$ . formUtils . LANG = {
18
18
errorTitle : 'Formuläret kunde inte skickas!' ,
19
+ requiredField : 'Detta är ett obligtoriskt fält' ,
19
20
requiredFields : 'Du har inte besvarat alla frågor' ,
20
21
badTime : 'Du har inte angett en korrekt tidpunkt' ,
21
22
badEmail : 'Du har inte angett en korrekt e-postadress' ,
You can’t perform that action at this time.
0 commit comments