-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dennis Kerzig
committed
May 8, 2018
1 parent
da0318f
commit af946d1
Showing
9 changed files
with
29 additions
and
30 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
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?php | ||
|
||
l::set([ | ||
'broken-links.brokenLinks' => 'Tote Links', | ||
'broken-links.ok' => 'Alle internen Links scheinen zu funktionieren.', | ||
'broken-links.check' => 'Jetzt überprüfen' | ||
'broken-links.link' => 'Link', | ||
'broken-links.links' => 'Links', | ||
'broken-links.brokenLinks' => 'Tote Links', | ||
'broken-links.ok' => 'Alle internen Links scheinen zu funktionieren.', | ||
'broken-links.check' => 'Jetzt überprüfen' | ||
]); |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?php | ||
|
||
l::set([ | ||
'broken-links.brokenLinks' => 'Broken links', | ||
'broken-links.ok' => 'All internal links seem to be okay.', | ||
'broken-links.check' => 'Check now' | ||
]); | ||
'broken-links.link' => 'Link', | ||
'broken-links.links' => 'Links', | ||
'broken-links.brokenLinks' => 'Broken links', | ||
'broken-links.ok' => 'All internal links seem to be okay.', | ||
'broken-links.check' => 'Check now' | ||
]); |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
|
||
<?php | ||
l::set([ | ||
'broken-links.brokenLinks' => 'Liens cassés', | ||
'broken-links.ok' => 'Tous les liens internes semblent fonctionner.', | ||
'broken-links.check' => 'Vérifier maintenant' | ||
'broken-links.link' => 'Lien', | ||
'broken-links.links' => 'Liens', | ||
'broken-links.brokenLinks' => 'Liens cassés', | ||
'broken-links.ok' => 'Tous les liens internes semblent fonctionner.', | ||
'broken-links.check' => 'Vérifier maintenant' | ||
]); |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?php | ||
|
||
l::set([ | ||
'broken-links.brokenLinks' => 'Niedziałające linki', | ||
'broken-links.ok' => 'Wszystkie linki na stronie są poprawne i działają.', | ||
'broken-links.check' => 'Sprawdź' | ||
]); | ||
'broken-links.link' => 'Link', | ||
'broken-links.links' => 'Links', | ||
'broken-links.brokenLinks' => 'Niedziałające linki', | ||
'broken-links.ok' => 'Wszystkie linki na stronie są poprawne i działają.', | ||
'broken-links.check' => 'Sprawdź' | ||
]); |
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