forked from FriendsOfSymfony/FOSMessageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request FriendsOfSymfony#230 from zocimek/validation-messages
Validation messages
- Loading branch information
Showing
7 changed files
with
52 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
fos_message: | ||
recipient: | ||
blank: No recipient specified | ||
recipients: | ||
blank: No recipients specified | ||
subject: | ||
blank: Please enter a subject | ||
too_short: The subject is too short|The subject is too short | ||
too_long: The subject is too long|The subject is too long | ||
body: | ||
blank: Please enter a body | ||
too_short: The body is too short | ||
spam: Sorry, your message looks like spam | ||
not_authorized: You are not allowed to send this message | ||
reply_not_authorized: You are not allowed to reply to this message | ||
self_recipient: You cannot send a message to yourself | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
fos_message: | ||
recipient: | ||
blank: Nie zdefiniowano odbiorcy | ||
recipients: | ||
blank: Nie zdefiniowano żadnych odbiorców | ||
subject: | ||
blank: Wprowadź temat | ||
short: Temat jest za krótki|Temat jest za krótki | ||
long: Temat jest za długi|Temat jest za długi | ||
body: | ||
blank: Wprowadź treść | ||
short: Treść jest za krótka | ||
spam: Przykro mi, Twoja wiadomość wygląda jak spam | ||
not_authorized: Nie masz uprawnień, aby wysłać tą wiadomość | ||
reply_not_authorized: Nie masz uprawnień, aby odpowiadać na tą wiadomość | ||
self_recipient: Nie możesz wysyłać wiadomości do siebie | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters