|
@@ -31,10 +31,8 @@ error:
|
31
|
31
|
invalid: The URL (adresse http://) is not correct.
|
32
|
32
|
name:
|
33
|
33
|
notblank: You must enter a name.
|
34
|
|
- toshort: The name is too short.
|
35
|
|
- toshort|error.element.name.toshort: The name is too short.
|
36
|
|
- tolong: The name is too long.
|
37
|
|
- tolong|error.element.name.tolong: The name is too long.
|
|
34
|
+ toshort: The name is too short.|The name is too short.
|
|
35
|
+ tolong: The name is too long.|The name is too long.
|
38
|
36
|
url:
|
39
|
37
|
invalid: The URL is not a valid one.
|
40
|
38
|
|