-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b422876
commit a90f5d0
Showing
14 changed files
with
53 additions
and
16 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 |
---|---|---|
|
@@ -39,4 +39,4 @@ public static function getSubscribedEvents() | |
KernelEvents::REQUEST => [['onKernelRequest', 20]], | ||
]; | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ public function getLocalesArray() | |
{ | ||
return explode('|', $this->locales); | ||
} | ||
} | ||
} |
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
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,6 @@ | ||
app.validator.sb.banned: "Diese URL ist verboten." | ||
app.validator.lessn.notvalid: "Diese Eingabe ist nicht gültig." | ||
app.validator.lessn.nolink: "Dieser Link existiert nicht." | ||
app.validator.redirect: "Links zur Weiterleitung sind verboten." | ||
app.validator.uuid.chars: "UUID sollte nur '-', '_', und '~' beinhalten." | ||
app.validator.uuid.forbidden: "Diese Eingabe ist verboten." |
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,6 @@ | ||
app.validator.sb.banned: "This URL is banned." | ||
app.validator.lessn.notvalid: "This value is not a valid LESSn URL." | ||
app.validator.lessn.nolink: "This link doesn't exist." | ||
app.validator.redirect: "Links performing a redirection are forbidden." | ||
app.validator.uuid.chars: "UUID should contain only letters and '-', '_', '~'" | ||
app.validator.uuid.forbidden: "This value is forbidden." |
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,6 @@ | ||
app.validator.sb.banned: "See URL on keelatud." | ||
app.validator.lessn.notvalid: "See ei ole sobiv LESSn URL." | ||
app.validator.lessn.nolink: "Seda linki ei eksisteeri." | ||
app.validator.redirect: "Ümbersuunavad lingid ei ole lubatud." | ||
app.validator.uuid.chars: "UUID tohib sisaldada ainult tähti ja märke '-', '_', '~'" | ||
app.validator.uuid.forbidden: "See väärtus ei ole lubatud." |
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,6 @@ | ||
app.validator.sb.banned: "Cette URL est bannie" | ||
app.validator.lessn.notvalid: "Cette valeur n'est pas un lien LESSn." | ||
app.validator.lessn.nolink: "Ce lien n'existe pas." | ||
app.validator.redirect: "Les liens faisant des redirections sont interdits." | ||
app.validator.uuid.chars: "L'ID unique ne doit contenir que des lettres et '-', '_', '~'" | ||
app.validator.uuid.forbidden: "Cette valeur est interdite." |