Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php
/**
* Installer main english strings declaration file.
* @copyright The ImpressCMS project https://www.impresscms.org/
* @license http://www.fsf.org/copyleft/gpl.html GNU public license
- Read upRead up
Duplicated Code
Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).
Tuning
This issue has a mass of 2294.
We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.
The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.
If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.
See codeclimate-duplication
's documentation for more information about tuning the mass threshold in your .codeclimate.yml
.
Refactorings
- Extract Method
- Extract Class
- Form Template Method
- Introduce Null Object
- Pull Up Method
- Pull Up Field
- Substitute Algorithm
Further Reading
- Don't Repeat Yourself on the C2 Wiki
- Duplicated Code on SourceMaking
- Refactoring: Improving the Design of Existing Code by Martin Fowler. Duplicated Code, p76
Expected 1 space after comma in function call; 2 found Open
define( "DB_NAME_HELP", "De naam van de database op de database server.Het installatieprogramma zal proberen er een aan te maken als er geen database bestaat"); // L64
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_COLLATION_HELP", "Een collation is een set regels die gebruikt worden om karakters te vergelijking.");
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_SALT_HELP", "Deze salt key zal worden gebruikt om paswoorden te beveiligen, en is nodig om totaal unieke en veilige paswoorden te bekomen. Verander deze sleutel niet, anders worden alle paswoorden onmiddellijk niet meer geldig. In geval van twijfel, behoud de voorgestelde waarde"); // L97
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_PREFIX_HELP", "Deze prefix zal toegevoegd worden aan alle nieuwe tabellen die worden aangemaakt om zo naam conflicten te vermijden tussen meerdere ImpressCMS installaties in dezelfde database. Als je niet zeker bent, behoud wat is voorgesteld"); // L63
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_USER_HELP", "Gebruikersnaam die wordt gebruikt voor toegang tot de database server"); // L65
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_PASS_HELP", "Pasword van uw database gebruikersaccount"); // L68
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_CHARSET_HELP", "MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.");
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( "DB_HOST_HELP", "Hostname van de database server. Als u niet zeker bent, dan werkt <em>localhost</em> in de meeste gevallen"); // L67
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
define( 'DB_PCONNECT_HELPS', 'Blijvende connecties kunnen interessant zijn voor tragere internet verbindingen. Ze zijn voor de meeste installaties niet nodig.'); // L69
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "REQUIREMENTS", "Vereisten" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "_PHP_VERSION", "PHP versie" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "RECOMMENDED_EXTENSIONS", "Aanbevolen extensies" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "RECOMMENDED_EXTENSIONS", "Aanbevolen extensies" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "NONE", "Geen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INTRODUCTION", "Inleiding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INTRODUCTION_TITLE", "Welcome bij de ImpressCMS installatie assistent" ); // L0
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_URL_HELP", "Het basis URL dat zal gebruikt worden om uw ImpressCMS installatie te bereiken" ); // L58
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "LEGEND_DATABASE", "Database" ); // L51
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "LEGEND_DATABASE", "Database" ); // L51
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "BUTTON_PREVIOUS", "Vorige" ); // L42
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CHECKING_PERMISSIONS", "Controle bestand en folder toegangsrechten ..." ); // L82
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "READY_SAVE_MAINFILE", "Het installatieprogramma zal hierna de configuratie opslaan in <em>mainfile.php</em>.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATA_ALREADY_INSERTED", "ImpressCMS gegevens zijn reeds aanwezig in de databank. Geen extra data zal worden toegevoegd.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATABASE_CREATED", "Database %s aangemaakt!" ); // L43
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_NO_XOOPS_FOUND", "Er kon geen ImpressCMS installatie gevonden worden in de aangegeven map ." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_PASSWORD_MATCH", "De 2 paswoorden komen niet overeen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_NO_DATABASE", "De databank kon niet aangemaakt worden. Contacteer uw serverbeheerder voor meer details." ); // L31
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_DISPLAY_LABEL", "Beheerder weergavenaam" ); // L37
- Exclude checks
No space found after comma in function call Open
define ("ALTERNATE_LANGUAGE_MSG","Download een alternatief taalpakket van de ImpressCMS website");
- Exclude checks
Space before opening parenthesis of function call prohibited Open
define ("ALTERNATE_LANGUAGE_LNK_URL", "https://sourceforge.net/projects/impresscms/files/ImpressCMS%20Languages/");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_INSTALL_WIZARD", " %s - Installatie Wizard" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INSTALL_STEP", "Stap" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "LANGUAGE_SELECTION", "Taalkeuze" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATABASE_CONNECTION", "Database verbinding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INITIAL_SETTINGS", "Start instellingen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "WELCOME_TITLE", "Installatie van ImpressCMS compleet" ); // L0
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "_INSTALL_TRUST_PATH_HELP", "Dit is de fysieke locatie van uw ImpressCMS Trust Path. Het Trust Path is de folder waar ImpressCMS en zijn modules gevoelige informatie opslaat voor bijkomende beveiliging. Het wordt sterk aangeraden om deze folder buiten de root folder te plaatsen, waardoor hij niet van de buitenwereld kan bereikt worden. Indien deze folder niet bestaat, zal ImpressCMS proberen hem aan te maken. Als dit niet mogelijk is, zal die handmatig moeten worden aangemaakt.<br /><br /><a target='_blank' href='https://www.impresscms.org/modules/simplywiki/index.php?page=Trust_Path'>Klik hier</a> voor meer informatie rond het Trust path." ); // L59
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "LEGEND_CONNECTION", "Server verbinding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_USER_LABEL", "Gebruikersnaam" ); // L28
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_PASS_LABEL", "Pasword" ); // L52
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_CHARSET_HELP", "MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "BUTTON_PREVIOUS", "Vorige" ); // L42
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATABASE_CREATED", "Database %s aangemaakt!" ); // L43
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_NOT_DROPPED", "tabel %s kon niet worden verwijderd."); // L164
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_READ_MAINFILE", "mainfile.php kon niet gelezen worden" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_CHARSET_NOT_SET", "Standaard karakterset is niet gedefiniëerd voor de ImpressCMS database." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INSTALL_COPYRIGHT", "Copyright © 2007-" . date('Y', time()) . " <a href=\"https://www.impresscms.org\" target=\"_blank\">Het ImpressCMS Project</a>" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "LANGUAGE_SELECTION", "Taalkeuze" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "PATHS_SETTINGS", "Paden instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "PATHS_SETTINGS_TITLE", "Paden instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CONFIG_SAVE", "Configuratie opslaan" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "WELCOME_TITLE", "Installatie van ImpressCMS compleet" ); // L0
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SAFE_MODE", "Safe Modus aan" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SAFE_MODE_CONTENT", "ImpressCMS heeft vastgesteld dat PHP in 'safe modus' werkt. Hierdoor kan uw installatie niet verdergaan. Contacteer uw hosting aanbieder om uw PHP instellingen aan te passen vooraleer de installatie te herstarten." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_SALT_HELP", "Deze salt key zal worden gebruikt om paswoorden te beveiligen, en is nodig om totaal unieke en veilige paswoorden te bekomen. Verander deze sleutel niet, anders worden alle paswoorden onmiddellijk niet meer geldig. In geval van twijfel, behoud de voorgestelde waarde"); // L97
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_TABLES_FOUND", "ImpressCMS systeem tabellen bestaan reeds in de databank.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "READY_INSERT_DATA", "Het installatieprogramma zal hierna de ImpressCMS systeem tabellen vullen met startdata.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_PASSWORD_MATCH", "De 2 paswoorden komen niet overeen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SETTING_NAME", "Instelling benaming" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INSTALL_STEP", "Stap" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CONFIGURATION_CHECK", "Configuratie controle" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "PATHS_SETTINGS", "Paden instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATABASE_CONNECTION", "Database verbinding" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INITIAL_SETTINGS", "Start instellingen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "WELCOME", "Welkome" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_ROOT_PATH_HELP", "Dit is de fysieke locatie van de ImpressCMS documenten folder, de basisfolder van uw ImpressCMS applicatie" ); // L59
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_URL_HELP", "Het basis URL dat zal gebruikt worden om uw ImpressCMS installatie te bereiken" ); // L58
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "PHP_EXTENSION", "%s extension" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_CHARSET_LABEL", "Database karakter set. We raden UTF-8 aan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CHAR_ENCODING", "Character encoding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "BUTTON_REFRESH", "Herlaad" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SETTING_NAME", "Instelling benaming" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "BUTTON_REFRESH", "Herlaad" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "WARNING", "Waarschuwing" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ROWS_INSERTED", "%d rijen werden toegevoegd aan tabel %s." ); // L119
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "LANGUAGE_SELECTION_TITLE", "Kies uw taal"); // L128
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_COULD_NOT_ACCESS", "Geen toegang tot de aangegeven map. Controleer of die bestaat en of de server leesrechten heeft." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "NO_PHP5_TITLE", "Geen PHP 7" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SAFE_MODE_TITLE", "Safe Modus aan" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_ROOT_PATH_LABEL", "ImpressCMS documents root physical path" ); // L55
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_HOST_LABEL", "Server hostname" ); // L27
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_COLLATION_HELP", "Een collation is een set regels die gebruikt worden om karakters te vergelijking.");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "BUTTON_FINISH", "Einde" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_FOUND", "%s gevonden" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "READY_CREATE_TABLES", "Er werden geen ImpressCMS tabellen gedetecteerd.<br />Het installatieprogramma zal hierna de ImpressCMS systeem tabellen aanmaken.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_TABLES_FOUND", "ImpressCMS systeem tabellen bestaan reeds in de databank.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ROWS_FAILED", "%d rijen konden niet worden toegevoegd aan tabel %s." ); // L120
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_NOT_ALTERED", "tabel %s kon niet worden aangepast."); // L134
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_NO_XOOPS_FOUND", "Er kon geen ImpressCMS installatie gevonden worden in de aangegeven map ." );
- Exclude checks
Space before opening parenthesis of function call prohibited Open
define ("ALTERNATE_LANGUAGE_MSG","Download een alternatief taalpakket van de ImpressCMS website");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SERVER_API", "Server API" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INTRODUCTION", "Inleiding" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CONFIGURATION_CHECK_TITLE", "Controle van uw server instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATABASE_CONNECTION_TITLE", "Database verbinding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLES_CREATION_TITLE", "Database tabellen aanmaken" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATA_INSERTION", "Data toevoegen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "NO_PHP5_CONTENT","PHP 7.4 is minimaal vereist (PHP 8.1 is sterk aanbevolen) om ImpressCMS correct te laten werken. De installatie kan niet verder gaan. Contacteer aub uw hosting aanbieder om uw PHP te upgraden naar een versie die nieuwer is dan 7.4 (PHP 8.1 is aanbevolen) vooraleer de installatie opnieuw op te starten.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_PREFIX_LABEL", "Tabel prefix" ); // L30
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_SALT_LABEL", "Pasword Salt Key" ); // L99
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ALL_PERM_OK", "Alle toegangen zijn in orde." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_WRITE_MAINFILE", "Er kon niet geschreven worden in mainfile.php. Controleer de toegangsrechten en probeer opnieuw.");
- Exclude checks
No space found after comma in function call Open
define("_ADM_USE_RTL","0"); // turn this to 1 if your language is right to left
- Exclude checks
No space found after comma in function call Open
define("_LOCAL_LANG_NAMES",'English,Deutsch,Nederlands'); //Add local translation
- Exclude checks
No space found after comma in function call Open
define('_CORE_PASSLEVEL2','Zwak');
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "RECOMMENDED", "Aanbevolen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INSTALL_OUTOF", " van " );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATABASE_CONFIG_TITLE", "Database instellingen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CONFIG_SAVE_TITLE", "Uw systeem configuratie opslaan" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "TABLES_CREATION_TITLE", "Database tabellen aanmaken" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "LEGEND_ADMIN_ACCOUNT", "Administrator account" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_CONFIRMPASS_LABEL", "Bevestig paswoord" ); // L74
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "IS_WRITABLE", "%s is schrijfbaar." ); // L84
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATA_ALREADY_INSERTED", "ImpressCMS gegevens zijn reeds aanwezig in de databank. Geen extra data zal worden toegevoegd.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_CREATED", "Tabel %s is aangemaakt." ); // L45
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_REQUIRED", "Geef aub alle vereiste informatie." ); // L41
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "RECOMMENDED_EXTENSIONS_MSG", "Deze extensies zijn niet vereist voor gewoon gebruik, maar kunnen nodig zijn om bepaalde functionaliteiten (zoals ondersteuning voor meerdere talen of RSS ondersteuning). Het is daardoor aanbevolen ze geïnstalleerd te hebben." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "RECOMMENDED_EXTENSIONS_MSG", "Deze extensies zijn niet vereist voor gewoon gebruik, maar kunnen nodig zijn om bepaalde functionaliteiten (zoals ondersteuning voor meerdere talen of RSS ondersteuning). Het is daardoor aanbevolen ze geïnstalleerd te hebben." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INSTALL_OUTOF", " van " );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CONFIGURATION_CHECK", "Configuratie controle" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "PATHS_SETTINGS_TITLE", "Paden instellingen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "NO_PHP5", "Geen PHP 7" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_PREFIX_LABEL", "Tabel prefix" ); // L30
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_PCONNECT_LABEL", "Gebruik persistente verbinding" ); // L54
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ALL_PERM_OK", "Alle toegangen zijn in orde." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "READY_INSERT_DATA", "Het installatieprogramma zal hierna de ImpressCMS systeem tabellen vullen met startdata.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_NOT_CREATED", "Kan %s niet aanmaken" ); // L118
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_INVALID_EMAIL", "Ongeldig email adres" ); // L73
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SERVER_API", "Server API" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XML_PARSING", "XML parsing" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "REQUIREMENTS", "Vereisten" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SUCCESS", "Succes" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INTRODUCTION_TITLE", "Welcome bij de ImpressCMS installatie assistent" ); // L0
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CONFIG_SAVE", "Configuratie opslaan" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INITIAL_SETTINGS_TITLE", "Geef uw begin instellingen in" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATA_INSERTION_TITLE", "Uw instellingen worden opgeslagen in de database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATA_INSERTION_TITLE", "Uw instellingen worden opgeslagen in de database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_ROOT_PATH_HELP", "Dit is de fysieke locatie van de ImpressCMS documenten folder, de basisfolder van uw ImpressCMS applicatie" ); // L59
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "LEGEND_CONNECTION", "Server verbinding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_EMAIL_LABEL", "Admin e-mail" ); // L38
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "IS_NOT_WRITABLE", "%s is NIET schrijfbaar." ); // L83
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_NO_DBCONNECTION", "Kon niet verbinden met de database server." ); // L106
- Exclude checks
No space found after comma in function call Open
define("_INSTALL_CHARSET","utf-8");
- Exclude checks
No space found after comma in function call Open
define("TRUST_PATH_VALIDATE","Hierboven een voorgestelde naam voor het Trust Path. Indien u een alternatieve naam of locatie wil, pas die dan daar aan.<br /><br />Om verder te gaan, klik op de 'Trustpath Aanmaken' knop.");
- Exclude checks
No space found after comma in function call Open
define('_CORE_PASSLEVEL3','Goed');
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "RECOMMENDED_SETTINGS", "Aanbevolen instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CURRENT", "Huidig" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INSTALL_H3_STEPS", "Stappen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATABASE_CONFIG", "Database instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_SALT_LABEL", "Password Salt Key" ); // L98
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "LEGEND_ADMIN_ACCOUNT", "Administrator account" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_LOGIN_LABEL", "Admin login" ); // L37
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_LOGIN_LABEL", "Admin login" ); // L37
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_EMAIL_LABEL", "Admin e-mail" ); // L38
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "BUTTON_FINISH", "Einde" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_FOUND", "%s gevonden" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_COULD_NOT_ACCESS", "Geen toegang tot de aangegeven map. Controleer of die bestaat en of de server leesrechten heeft." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_REQUIRED", "Geef aub alle vereiste informatie." ); // L41
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_CHARSET_NOT_SET", "Standaard karakterset is niet gedefiniëerd voor de ImpressCMS database." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "PHP_EXTENSION", "%s extension" );
- Exclude checks
No space found after comma in function call Open
define("TRUST_PATH_NEED_CREATED_MANUALLY","Het trust path kon niet worden aangemaakt. Maak het handmatig aan en ververs uw browserpagina.");
- Exclude checks
No space found after comma in function call Open
define("_LOCAL_FOOTER",'Powered by ImpressCMS © 2007-' . date('Y', time()) . ' <a href=\"https://www.impresscms.org/\" rel=\"external\">Het ImpressCMS Project</a>'); //footer Link to local support site
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CHAR_ENCODING", "Character encoding" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "WARNING", "Waarschuwing" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATABASE_CONNECTION_TITLE", "Database verbinding" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DATABASE_CONFIG", "Database instellingen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "MODULES_INSTALL_TITLE", "Installatie van modules " );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_USER_LABEL", "Gebruikersnaam" ); // L28
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_NAME_LABEL", "Database naam" ); // L29
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_PREFIX_HELP", "Deze prefix zal toegevoegd worden aan alle nieuwe tabellen die worden aangemaakt om zo naam conflicten te vermijden tussen meerdere ImpressCMS installaties in dezelfde database. Als je niet zeker bent, behoud wat is voorgesteld"); // L63
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_PASS_LABEL", "Admin paswoord" ); // L39
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "BUTTON_NEXT", "Volgende" ); // L47
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_ALTERED", "Tabel %s aangepast."); // L133
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_INVALID_DBCHARSET", "De karakterset '%s' is niet ondersteund." );
- Exclude checks
No space found after comma in function call Open
define("_MD_AM_MULTLOGINMSG_TXT",'Niet mogelijk om in te loggen op de site!! <br />
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( 'DB_PCONNECT_HELPS', 'Blijvende connecties kunnen interessant zijn voor tragere internet verbindingen. Ze zijn voor de meeste installaties niet nodig.'); // L69
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CURRENT", "Huidig" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "NONE", "Geen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "MODULES_INSTALL", "Installatie van modules" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_ROOT_PATH_LABEL", "ImpressCMS documents root physical path" ); // L55
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_PASS_HELP", "Pasword van uw database gebruikersaccount"); // L68
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_NAME_HELP", "De naam van de database op de database server.Het installatieprogramma zal proberen er een aan te maken als er geen database bestaat"); // L64
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_COLLATION_LABEL", "Database collation" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "BUTTON_SHOW_SITE", "Toon mijn website" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "IS_WRITABLE", "%s is schrijfbaar." ); // L84
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLE_DROPPED", "Tabel %s verwijderd."); // L163
- Exclude checks
No space found after comma in function call Open
define("WELCOME_WEBMASTER","Welkom Webmaster !");
- Exclude checks
No space found after comma in function call Open
define("_DEF_LANG_TAGS",'en,de,nl'); //Add local translation
- Exclude checks
No space found after comma in function call Open
define("_DEF_LANG_NAMES",'english,german,dutch'); //Add local translation
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "RECOMMENDED", "Aanbevolen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SUCCESS", "Succes" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_INSTALL_WIZARD", " %s - Installatie Wizard" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INSTALL_COPYRIGHT", "Copyright © 2007-" . date('Y', time()) . " <a href=\"https://www.impresscms.org\" target=\"_blank\">Het ImpressCMS Project</a>" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "TABLES_CREATION", "Tabellen aanmaken" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "WELCOME", "Welkome" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "MODULES_INSTALL", "Installatie van modules" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "XOOPS_URL_LABEL", "Website locatie (URL)" ); // L56
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_PASS_LABEL", "Pasword" ); // L52
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_CHARSET_LABEL", "Database karakter set. We raden UTF-8 aan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_SALT_LABEL", "Pasword Salt Key" ); // L99
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "BUTTON_NEXT", "Volgende" ); // L47
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ROWS_INSERTED", "%d rijen werden toegevoegd aan tabel %s." ); // L119
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ROWS_FAILED", "%d rijen konden niet worden toegevoegd aan tabel %s." ); // L120
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_NEED_WRITE_ACCESS", "De server moet schrijftoegang krijgen tot de volgende bestanden en mappen<br />(i.e. <em>chmod 777 map_naam</em> op een UNIX/LINUX server)" ); // L72
- Exclude checks
Space before opening parenthesis of function call prohibited Open
define ("ALTERNATE_LANGUAGE_LNK_MSG", "Kies een taal die niet in de lijst staat.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "FAILED", "Gefaald" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SHOW_HIDE_HELP", "Show/hide help text" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "_PHP_VERSION", "PHP versie" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "INSTALL_H3_STEPS", "Stappen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SHOW_HIDE_HELP", "Show/hide help text" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "RECOMMENDED_SETTINGS", "Aanbevolen instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "INITIAL_SETTINGS_TITLE", "Geef uw begin instellingen in" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XML_PARSING", "XML parsing" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATA_INSERTION", "Data toevoegen" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "CONFIGURATION_CHECK_TITLE", "Controle van uw server instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "FAILED", "Gefaald" );
- Exclude checks
No space found after comma in function call Open
define( "NO_PHP5_CONTENT","PHP 7.4 is minimaal vereist (PHP 8.1 is sterk aanbevolen) om ImpressCMS correct te laten werken. De installatie kan niet verder gaan. Contacteer aub uw hosting aanbieder om uw PHP te upgraden naar een versie die nieuwer is dan 7.4 (PHP 8.1 is aanbevolen) vooraleer de installatie opnieuw op te starten.");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CONFIG_SAVE_TITLE", "Uw systeem configuratie opslaan" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_HOST_LABEL", "Server hostname" ); // L27
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DATABASE_CONFIG_TITLE", "Database instellingen" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "MODULES_INSTALL_TITLE", "Installatie van modules " );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_HOST_HELP", "Hostname van de database server. Als u niet zeker bent, dan werkt <em>localhost</em> in de meeste gevallen"); // L67
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_SALT_LABEL", "Password Salt Key" ); // L98
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SAFE_MODE", "Safe Modus aan" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "TABLES_CREATION", "Tabellen aanmaken" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "CHECKING_PERMISSIONS", "Controle bestand en folder toegangsrechten ..." ); // L82
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "NO_PHP5", "Geen PHP 7" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "SAFE_MODE_CONTENT", "ImpressCMS heeft vastgesteld dat PHP in 'safe modus' werkt. Hierdoor kan uw installatie niet verdergaan. Contacteer uw hosting aanbieder om uw PHP instellingen aan te passen vooraleer de installatie te herstarten." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "TABLE_CREATED", "Tabel %s is aangemaakt." ); // L45
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "_INSTALL_TRUST_PATH_HELP", "Dit is de fysieke locatie van uw ImpressCMS Trust Path. Het Trust Path is de folder waar ImpressCMS en zijn modules gevoelige informatie opslaat voor bijkomende beveiliging. Het wordt sterk aangeraden om deze folder buiten de root folder te plaatsen, waardoor hij niet van de buitenwereld kan bereikt worden. Indien deze folder niet bestaat, zal ImpressCMS proberen hem aan te maken. Als dit niet mogelijk is, zal die handmatig moeten worden aangemaakt.<br /><br /><a target='_blank' href='https://www.impresscms.org/modules/simplywiki/index.php?page=Trust_Path'>Klik hier</a> voor meer informatie rond het Trust path." ); // L59
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "NO_PHP5_TITLE", "Geen PHP 7" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_COPY_MAINFILE", "Het distributiebestand kon niet gekopieerd worden naar mainfile.php" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "XOOPS_URL_LABEL", "Website locatie (URL)" ); // L56
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "SAFE_MODE_TITLE", "Safe Modus aan" );
- Exclude checks
No space found after comma in function call Open
define("_INSTALL_PHYSICAL_PATH","Fysische locatie");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_USER_HELP", "Gebruikersnaam die wordt gebruikt voor toegang tot de database server"); // L65
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_NAME_LABEL", "Database naam" ); // L29
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_CONFIRMPASS_LABEL", "Bevestig paswoord" ); // L74
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "DB_COLLATION_LABEL", "Database collation" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "BUTTON_SHOW_SITE", "Toon mijn website" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "DB_PCONNECT_LABEL", "Gebruik persistente verbinding" ); // L54
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "IS_NOT_WRITABLE", "%s is NIET schrijfbaar." ); // L83
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ADMIN_PASS_LABEL", "Admin paswoord" ); // L39
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "READY_CREATE_TABLES", "Er werden geen ImpressCMS tabellen gedetecteerd.<br />Het installatieprogramma zal hierna de ImpressCMS systeem tabellen aanmaken.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "READY_SAVE_MAINFILE", "Het installatieprogramma zal hierna de configuratie opslaan in <em>mainfile.php</em>.<br />Klik <em>Volgende</em> om door te gaan." );
- Exclude checks
No space found after comma in function call Open
define("_EXT_DATE_FUNC","0"); // change 0 to 1 if this language has an extended date function
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "TABLE_NOT_CREATED", "Kan %s niet aanmaken" ); // L118
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_INVALID_DBCOLLATION", "De collation '%s' word niet ondersteund." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_WRITING_CONSTANT", "Waarde %s kon niet weggeschreven worden." ); // L122
- Exclude checks
No space found after comma in function call Open
define("_MD_AM_RSSLOCALLINK_DESC",'https://www.impresscms.org/modules/news/rss.php'); //Link to the rrs of local support site
- Exclude checks
No space found after comma in function call Open
define('_CORE_PASSLEVEL4','Sterk');
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_NEED_WRITE_ACCESS", "De server moet schrijftoegang krijgen tot de volgende bestanden en mappen<br />(i.e. <em>chmod 777 map_naam</em> op een UNIX/LINUX server)" ); // L72
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_NO_DATABASE", "De databank kon niet aangemaakt worden. Contacteer uw serverbeheerder voor meer details." ); // L31
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_NO_DBCONNECTION", "Kon niet verbinden met de database server." ); // L106
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_WRITE_SDATA", "Er kon niet geschreven wroden naar sdata.php. Controleer de toegangsrechten en probeer opnieuw.");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_READ_SDATA", "sdata.php kon niet gelezen worden" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_INVALID_DBCOLLATION", "De collation '%s' word niet ondersteund." );
- Exclude checks
No space found after comma in function call Open
define("_LOCAOL_STNAME",'ImpressCMS'); //Link to local support site
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_INVALID_EMAIL", "Ongeldig email adres" ); // L73
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_WRITING_CONSTANT", "Waarde %s kon niet weggeschreven worden." ); // L122
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_COPY_MAINFILE", "Het distributiebestand kon niet gekopieerd worden naar mainfile.php" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_READ_MAINFILE", "mainfile.php kon niet gelezen worden" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
define( "ERR_READ_SDATA", "sdata.php kon niet gelezen worden" );
- Exclude checks
No space found after comma in function call Open
define("BUTTON_CREATE_TUST_PATH","Trust Path Aanmaken");
- Exclude checks
No space found after comma in function call Open
define('_CORE_PASSLEVEL1','Te kort');
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ADMIN_DISPLAY_LABEL", "Beheerder weergavenaam" ); // L37
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
define( "ERR_INVALID_DBCHARSET", "De karakterset '%s' is niet ondersteund." );
- Exclude checks
No space found after comma in function call Open
define("WELCOME_ANONYMOUS","Welkom op een website mogelijk gemaakt door ImpressCMS!");
- Exclude checks
No space found after comma in function call Open
define("_INSTALL_LOCAL_SITE",'https://www.impresscms.org/'); //Link to local support site
- Exclude checks
No space found after comma in function call Open
define("_LOCAL_SLOCGAN",'Maak een blijvende indruk'); //Link to local support site
- Exclude checks
No space found after comma in function call Open
define("_LOCAL_SENSORTXT",'#OOPS#'); //Add local translation
- Exclude checks
Unexpected spaces found. Open
<p align="left" style="color:red;">
- Exclude checks
Unexpected spaces found. Open
- U bent reeds ingelogd op de site.<br />
- Exclude checks
Unexpected spaces found. Open
</p>
- Exclude checks
Unexpected spaces found. Open
- U hebt de site verlaten zonder uit te loggen.<br />
- Exclude checks
Unexpected spaces found. Open
Probeer over enkele minuten opnieuw. Als het probleem zich blijft voordoen, contacteer dan de site beheerder.');
- Exclude checks
Unexpected spaces found. Open
Mogelijke oorzaken:<br />
- Exclude checks
Unexpected spaces found. Open
- Iemand anders is ingelogd op de site met dit gebruikersnaam en paswoord.<br />
- Exclude checks