-
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
Showing
3 changed files
with
14 additions
and
0 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,2 @@ | ||
PLG_HRZ_BLOCK_ACCESS_NAME = "Systeem - blokkeer toegang" | ||
PLG_HRZ_BLOCK_ACCESS_DESC = "Deze plugin blokeert de toegang tot specifieke onderdelen van een joomla gebaseerde website, indien de geconfigureerde geheime sleutel niet is opgegeven. <br />Voeg eenvoudig de geheime sleutel toe aan de url (bijv <code>https://myjoomla.tld/<strong>?thisIsMySpecialSecurityKey</strong></code> of <code>https://myjoomla.tld/?key1=value1&key2=value2<strong>&thisIsMySpecialSecurityKey</strong></code>) om toegang te krijgen tot het afgeschermde gedeelde van de website." |
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,10 @@ | ||
PLG_HRZ_BLOCK_ACCESS_NAME = "Systeem - Blokkeer toegang" | ||
PLG_HRZ_BLOCK_ACCESS_DESC = "Deze plugin blokeert de toegang tot specifieke onderdelen van een joomla gebaseerde website, indien de geconfigureerde geheime sleutel niet is opgegeven. <br />Voeg eenvoudig de geheime sleutel toe aan de url (bijv <code>https://myjoomla.tld/<strong>?thisIsMySpecialSecurityKey</strong></code> of <code>https://myjoomla.tld/?key1=value1&key2=value2<strong>&thisIsMySpecialSecurityKey</strong></code>) om toegang te krijgen tot het afgeschermde gedeelde van de website." | ||
PLG_HRZ_BLOCK_ACCESS_PASSWORD_LABEL = "Geheime sleutel" | ||
PLG_HRZ_BLOCK_ACCESS_PASSWORD_DESC = "De geheime sleutel dient opgegeven te worden bij het initeel benaderen van de website (= een keer per browser sessie)." | ||
PLG_HRZ_BLOCK_ACCESS_401_MESSAGE_LABEL = "Bericht" | ||
PLG_HRZ_BLOCK_ACCESS_401_MESSAGE_DESC = "Dit bericht zal getoond worden als de geheime sleutel niet juist is of niet is opgegeven" | ||
PLG_HRZ_BLOCK_ACCESS_401_MESSAGE = "401 foutmelding" | ||
PLG_HRZ_BLOCK_ACCESS_REDIRECTURL_LABEL = "URL" | ||
PLG_HRZ_BLOCK_ACCESS_REDIRECTURL_DESC = "website waar de gebruiker naar doorverwezen wordt. dit kan een volledige url zijn (e. g. <code>http://my-domain.tld/path/to/joomla</code> of een relatief pad van de huidige website (e. g. <code>/my/path</code>))<br /><strong>Default</strong>: Joomla root" | ||
PLG_HRZ_BLOCK_ACCESS_301_REDIRECT = "301 doorverwijzing" |