Skip to content

Commit

Permalink
Merge branch '1.5.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen4All committed Jan 10, 2019
2 parents 7aa050c + 6c1aa7c commit 13eec3c
Show file tree
Hide file tree
Showing 213 changed files with 1,011 additions and 1,923 deletions.
62 changes: 40 additions & 22 deletions 1 - Installation files/YOUR_ADMIN/includes/languages/dutch.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.5
* @ Maintained by Zen4All (http://zen4all.nl)
* @copyright Copyright 2003-2015 Zen Cart Development Team
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2018 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version GIT: $Id: Author: DrByte Modified in v1.5.5 $
* @version $Id: dutch.php Modified in v1.5.6 $
*/
if (!defined('IS_ADMIN_FLAG'))
{
die('Illegal Access');
}

define('CONNECTION_TYPE_UNKNOWN', '\'%s\' is niet een geldige verbinding voor het genereren van URLs' . PHP_EOL . '%s' . PHP_EOL);

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Admin Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '200px');
Expand All @@ -26,7 +28,9 @@
define('DATE_FORMAT', 'd/m/Y'); // wordt gebruikt voor date()
define('PHP_DATE_TIME_FORMAT', 'd/m/Y H:i:s'); // wordt gebruikt voor date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
// for now both defines are needed until Spiffy is completely removed.
define('DATE_FORMAT_SPIFFYCAL', 'dd/MM/yyyy'); //Alleen 'dd', 'MM' and 'yyyy' gebruiken, in de gewenste volgorde
define('DATE_FORMAT_DATE_PICKER', 'dd-mm-yy'); //Use only 'dd', 'mm' and 'yy' here in any order
define('ADMIN_NAV_DATE_TIME_FORMAT', '%A %d %b %Y %X'); // this is used for strftime()
////
// Return date in raw format
Expand All @@ -40,17 +44,18 @@ function zen_date_raw($date, $reverse = false) {
}
}

// removed for meta tags
// page title
//define('TITLE', 'Zen Cart');

// include template specific meta tags defines
if (file_exists(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/' . $template_dir . '/meta_tags.php')) {
$template_dir_select = $template_dir . '/';
} else {
$template_dir_select = '';
}
require(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/' . $template_dir_select . 'meta_tags.php');
// if (file_exists(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/' . $template_dir . '/meta_tags.php')) {
// $template_dir_select = $template_dir . '/';
// } else {
// $template_dir_select = '';
// }
// require(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/' . $template_dir_select . 'meta_tags.php');

// used for prefix to browser tabs in admin pages
define('TEXT_ADMIN_TAB_PREFIX', 'Webstore ');
// if you have multiple stores and want the Store Name to be part of the admin title (ie: for browser tabs), swap this line with the one above
//define('TEXT_ADMIN_TAB_PREFIX', 'Webstore ' . STORE_NAME);

// meta tags
define('ICON_METATAGS_ON', 'Meta tags gedefinieërd');
Expand All @@ -66,7 +71,7 @@ function zen_date_raw($date, $reverse = false) {

// header text in includes/header.php
define('HEADER_TITLE_TOP', 'Admin Home');
define('HEADER_TITLE_SUPPORT_SITE', 'Support Site');
define('HEADER_TITLE_SUPPORT_SITE', 'Support');
define('HEADER_TITLE_ONLINE_CATALOG', '"Live winkel"');
define('HEADER_TITLE_VERSION', 'Versie');
define('HEADER_TITLE_ACCOUNT', 'Account');
Expand Down Expand Up @@ -138,8 +143,9 @@ function zen_date_raw($date, $reverse = false) {
define('BOX_CATALOG_PRODUCTS_EXPECTED', 'Verwachte artikelen');
define('BOX_CATALOG_SALEMAKER', 'VerkoopBevorderingTool');
define('BOX_CATALOG_PRODUCTS_PRICE_MANAGER', 'Prijsbeheer');
define('BOX_CATALOG_PRODUCT', 'Produkt');
define('BOX_CATALOG_PRODUCT', 'Product');
define('BOX_CATALOG_PRODUCTS_TO_CATEGORIES', 'Produkten in Categorieën');
define('BOX_CATALOG_CATEGORY', 'Categorie');

// customers box text
define('BOX_HEADING_CUSTOMERS', 'Klanten');
Expand Down Expand Up @@ -183,13 +189,13 @@ function zen_date_raw($date, $reverse = false) {
define('BOX_TOOLS_SQLPATCH','Installeer SQL Patches');
define('BOX_TOOLS_EZPAGES','EZ-Pagina editor');

define('BOX_HEADING_EXTRAS', 'Extra');
define('BOX_HEADING_EXTRAS', 'Extras');

// define pages editor files
define('BOX_TOOLS_DEFINE_PAGES_EDITOR','Kies pagina editor');
define('BOX_TOOLS_DEFINE_MAIN_PAGE', 'Startpagina');
define('BOX_TOOLS_DEFINE_CONTACT_US','Neem contact op');
define('BOX_TOOLS_DEFINE_PRIVACY','Privacy verklaring');
define('BOX_TOOLS_DEFINE_PRIVACY','Privacyverklaring');
define('BOX_TOOLS_DEFINE_SHIPPINGINFO','Verzenden & retouren');
define('BOX_TOOLS_DEFINE_CONDITIONS','Algemene (leverings)voorwaarden');
define('BOX_TOOLS_DEFINE_CHECKOUT_SUCCESS','Afrekenen succesvol');
Expand Down Expand Up @@ -250,6 +256,8 @@ function zen_date_raw($date, $reverse = false) {
define('JS_COUNTRY', '* Het <strong>land</strong> moet worden ingevuld.\n');
define('JS_TELEPHONE', '* Het <strong>telefoonnummer</strong> moet minimaal ' . ENTRY_TELEPHONE_MIN_LENGTH . ' tekens bevatten.\n');

define('JS_ERROR_SUBMITTED', 'This form has already been submitted. Please press OK and wait for this process to be completed.');

define('JS_ORDER_DOES_NOT_EXIST', 'Bestelnummer %s komt niet voor!');
define('TEXT_NO_ORDER_HISTORY', 'Geen orderhistorie beschikbaar');

Expand Down Expand Up @@ -340,8 +348,8 @@ function zen_date_raw($date, $reverse = false) {
define('IMAGE_NEW_TAX_RATE', 'Nieuw belastingtarief');
define('IMAGE_NEW_TAX_ZONE', 'Nieuwe regio');
define('IMAGE_NEW_ZONE', 'Nieuwe zone');
define('IMAGE_OPTION_NAMES', 'Optienaam beheer');
define('IMAGE_OPTION_VALUES', 'Optiewaarde beheer ');
define('IMAGE_OPTION_NAMES', 'Optienaambeheer');
define('IMAGE_OPTION_VALUES', 'Optiewaardebeheer ');
define('IMAGE_ORDERS', 'Bestellingen');
define('IMAGE_ORDERS_INVOICE', 'Factuur');
define('IMAGE_ORDERS_PACKINGSLIP', 'Pakbon');
Expand Down Expand Up @@ -429,6 +437,14 @@ function zen_date_raw($date, $reverse = false) {
define('TEXT_DISPLAY_NUMBER_OF_TAX_RATES', 'Toon <b>%d</b> tot <b>%d</b> (van <b>%d</b> belastingtarieven)');
define('TEXT_DISPLAY_NUMBER_OF_ZONES', 'Toon <b>%d</b> tot <b>%d</b> (van <b>%d</b> zones)');

define('PREVNEXT_TITLE_FIRST_PAGE', 'Eerste pagina');
define('PREVNEXT_TITLE_PREVIOUS_PAGE', 'Vorige pagina');
define('PREVNEXT_TITLE_NEXT_PAGE', 'volgende pagina');
define('PREVNEXT_TITLE_LAST_PAGE', 'Laatste pagina');
define('PREVNEXT_TITLE_PAGE_NO', 'Pagina %d');
define('PREVNEXT_TITLE_PREV_SET_OF_NO_PAGE', 'Previous Set of %d Pages');
define('PREVNEXT_TITLE_NEXT_SET_OF_NO_PAGE', 'Next Set of %d Pages');
define('PREVNEXT_BUTTON_FIRST', '&laquo;FIRST');
define('PREVNEXT_BUTTON_PREV', '&lt;&lt;');
define('PREVNEXT_BUTTON_NEXT', '&gt;&gt;');

Expand Down Expand Up @@ -520,7 +536,6 @@ function zen_date_raw($date, $reverse = false) {
define('BOX_TOOLS_LAYOUT_CONTROLLER','Box layout controle');

// check GV release queue and alert store owner
define('SHOW_GV_QUEUE',true); // !! NIET VERTALEN !!
define('TEXT_SHOW_GV_QUEUE','%s wacht op vrijgave ');
define('IMAGE_GIFT_QUEUE', TEXT_GV_NAME . ' wachtrij');
define('IMAGE_ORDER','Bestelling');
Expand All @@ -547,7 +562,7 @@ function zen_date_raw($date, $reverse = false) {
define('PRODUCTS_QUANTITY_IN_CART_LISTING','In de winkelwagen:');
define('PRODUCTS_QUANTITY_ADD_ADDITIONAL_LISTING','Voeg additioneel toe:');

define('TEXT_PRODUCTS_MIX_OFF','*Geen MIX mogelijk');
define('TEXT_PRODUCTS_MIX_OFF','*Geen MIX mogelijk');
define('TEXT_PRODUCTS_MIX_ON','*Wel MIX mogelijk');

// search filters
Expand All @@ -571,6 +586,7 @@ function zen_date_raw($date, $reverse = false) {
define('TEXT_VERSION_CHECK_PATCH','patch');
define('TEXT_VERSION_CHECK_DOWNLOAD','Download hier');
define('TEXT_VERSION_CHECK_CURRENT','Deze versie van Zen-Cart&reg; is up-to-date.');
define('ERROR_CONTACTING_PROJECT_VERSION_SERVER','Fout: Er kon geen contact gemaakt worden met de Project Version Server');

// downloads manager
define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_DOWNLOADS_MANAGER', 'Download <b>%d</b> tot <b>%d</b> (van <b>%d</b> downloads)');
Expand Down Expand Up @@ -636,6 +652,8 @@ function zen_date_raw($date, $reverse = false) {
// Sale Maker Sale Price
define('PRODUCT_PRICE_SALE','Uitverkoop:&nbsp;');

define('TEXT_PRICED_BY_ATTRIBUTES', 'Prijs door opties');

// Rich Text / HTML resources
define('TEXT_HTML_EDITOR_NOT_DEFINED','Indien u geen HTML editor heeft gekozen of JavaScript is uitgezet dan kun je hier raw HTML text handmatig invoeren.');
define('TEXT_WARNING_HTML_DISABLED','<span class = "main">Opmerking: je gebruikt TEXT only e-mail. Als je HTML e-mail wil versturen moet je "gebruik MIME HTML" onder e-mail opties selecteren</span>');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.3
* @ Maintained by Zen4All (http://zen4all.nl)
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: admin_account.php 18698 2011-05-04 14:50:06Z wilt $
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.4
* @ Maintained by Zen4All (http://zen4all.nl)
* @copyright Copyright 2003-2014 Zen Cart Development Team
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2018 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: admin_activity.php drbyte Modified in v1.5.4 $
* @version $Id: Drbyte Tue Jan 9 13:12:24 2018 -0500 Modified in v1.5.6 $
*/

define('HEADING_TITLE', 'Admin Activiteiten Log Manager');
Expand All @@ -20,7 +20,7 @@
define('FAILURE_EXPORT_ADMIN_ACTIVITY_LOG', 'Waarschuwing: Exporteren mislukt. Het is niet gelukt om naar het bestand te schrijven ');

define('TEXT_INSTRUCTIONS','<u>Instructies</u><br />U kunt deze pagina gebruken om uw Zen Cart&reg; Admin User Access Activity te exporteren naar een CSV file voor archivering.<br />U zou deze informatie moeten bewaren in het geval van fraude onderzoek, als uw site is gehacked. Dit is verplicht voor PCI Compliance.<br />
<ol><li>Kies om op het scherm te bekijken, of om te exporteren naar een bestand.<li>Geef een bestandsnaam op.<li>Klick Opslaan om verder te gaan.<li>Kies voor opene nof opslaan van het bestand, afhankelijk van wat uw browser aanbied.</ol>');
<ol><li>Kies om op het scherm te bekijken, of om te exporteren naar een bestand.<li>Geef een bestandsnaam op.(moet eindigen op en van deze: .csv .txt .htm .html .xml)<li>Klick Opslaan om verder te gaan.<li>Kies voor opene nof opslaan van het bestand, afhankelijk van wat uw browser aanbied.</ol>');

define('TEXT_INFO_ADMIN_ACTIVITY_LOG', '<strong>Leeg de Admin Activity Log tabel in de database<br />WAARSCHUWING: MAAK EERST EEN BACKUP VAN UW DATABASE voordat u deze update uitvoerd!</strong><br />The Admin Activity Log is een volgmethode dat de activiteit in de Admin vastlegt. <br />De log kan heel snel, heel groot worden, en moet van tijd tot tijd opgeschoond worden.<br />Waarschuwingen worden gegeven bij 50,000 records of 60 dagen, welke als eerste zich voordoet.<br /><span class="alert">OPMERKING: Voor PCI Compliance, u bent verplicht om de admin activity log geschiedenis te bewaren voor een periode van 12 maanden.<br />Het is het beste om uw logs te archiveren door te kiezen voor EXPORTEREN NAAT CSV en op save te klikken (zie hierboven), *VOORDAT* de log data geleegd wordt.</span>');
define('TEXT_ADMIN_LOG_PLEASE_CONFIRM_ERASE', '<strong><span class="alert">Waarschuwing!: U staat op het punt om *belangrijke* audit trail records uit uw database te VERWIJDEREN.</span></strong><br />You should FIRST confirm that you have a reliable BACKUP of your database before proceeding.<br />By proceeding you accept that this information will be deleted and understand your legal responsibilities regarding this data.<br /><br />I understand my responsibilities, and wish to proceed with the deletion by clicking Reset:<br />');
Expand All @@ -39,17 +39,19 @@
define('TEXT_EXPORTFILTER3', 'WAARSCHUWING - Activitieten wleke dagelijks bekeken zouden moeten worden');
define('TEXT_EXPORTFILTER4', 'Zowel een OPMERKING als WAARSCHUWING (veel voorkomende combinatie om te inspecteren).');

define('TEXT_INTERPRETING_LOG_DATA', '<p><strong>Interpretatie van de log data</strong><ul>
<li><strong>Severity</strong> - The standards for logging generally describe severities as follows:<ul>
<li><strong>INFO</strong> refers to general activity. This may or may not contain remarkable details.</li>
<li><strong>OPMERKING</strong> refers to activity which indicates higher privilege was used, and may include things like creating new admin users or adding new payment modules. It also highlights when any data submitted on the web page includes potentially risky content such as script tags or embedded iframes, where malicious content is being added to your products/categories/pages by unhappy employees or an intruder on your site. These should be reviewed regularly for any anomalies such as unauthorized activity.</li>
<li><strong>WAARSCHUWING</strong> is assigned to CRITICAL things such as removal of payment modules or deletion of admin users. These are activities which might suggest pending trouble if not caught quickly. These should be reviewed very frequently; recommended daily.</li>
</ul>
define('TEXT_INTERPRETING_LOG_DATA', '<p><strong>Interpretatie van de log data</strong></p><ul>
<li><strong>Severity</strong> - The standards for logging generally describe severities as follows:
<ul>
<li><strong>INFO</strong> refers to general activity. This may or may not contain remarkable details.</li>
<li><strong>OPMERKING</strong> refers to activity which indicates higher privilege was used, and may include things like creating new admin users or adding new payment modules. It also highlights when any data submitted on the web page includes potentially risky content such as script tags or embedded iframes, where malicious content is being added to your products/categories/pages by unhappy employees or an intruder on your site. These should be reviewed regularly for any anomalies such as unauthorized activity.</li>
<li><strong>WAARSCHUWING</strong> is assigned to CRITICAL things such as removal of payment modules or deletion of admin users. These are activities which might suggest pending trouble if not caught quickly. These should be reviewed very frequently; recommended daily.</li>
</ul>
</li>
<li><strong>admin_user</strong> - This will show the admin user ID number followed by their admin username. If not logged in, it will show 0.</li>
<li><strong>page_accessed</strong> - This will indicate the name of the page visited, thus giving hints to the kind of activity taking place.</li>
<li><strong>parameters</strong> - This is the rest of the URI of the page visited, and gives further indication of the kind of activity being attempted by the visitor.</li>
<li><strong>flagged</strong> - If this is set to 1, that indicates that you should inspect the content recorded in the "postdata" field for unauthorized entry of script or iframe or other potentially dangerous content. An explanation of suspicious content will be listed in the "attention" field.</li>
<li><strong>attention</strong> - This will contain suggestions related to the kind of suspicious activity which should be reviewed in the "postdata" field if flagged. </li>
<li><strong>logmessage</strong> - This contains any messages recorded by the system about the activity taking place, such as installation of a certain module.</li>
<li><strong>postdata</strong> - This contains the raw POST data (with some sensitive information scrubbed) for easy review in case malicious activity is suspected.</li>
</ul></p>');
</ul>');
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.3
* @ Maintained by Zen4All (http://zen4all.nl)
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.5
* @ Maintained by Zen4All (http://zen4all.nl)
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Author: DrByte Sun Aug 2 22:46:14 2015 -0400 Modified in v1.5.5 $
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.3
* @ Maintained by Zen4All (http://zen4all.nl)
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: alt_nav.php 19301 2011-07-28 21:50:05Z kuroi $
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* @package admin languageDefines Dutch Zen Cart Version 1.5.3
* @ Maintained by Zen4All (http://zen4all.nl)
* @copyright Copyright 2003-2010 Zen Cart Development Team
* @package admin
* @ Maintained by Zen4All (https://zen4all.nl)
* @copyright Copyright 2003-2018 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: attributes_controller.php 15883 2010-04-11 16:41:26Z wilt $
* @version $Id: Zen4All Tue Oct 31 21:16:27 2017 +0100 Modified in v1.5.6 $
*/

define('HEADING_TITLE', 'CATEGORIEËN: ');
Expand Down Expand Up @@ -87,7 +87,7 @@
define('TEXT_ATTRIBUTES_IMAGE','Optie voorbeeldafbeelding:');
define('TEXT_ATTRIBUTES_IMAGE_DIR','Optie afbeelding directory:');

define('TEXT_ATTRIBUTES_FLAGS','Optie<br />instellingen:');
define('TEXT_ATTRIBUTES_FLAGS','Optie instellingen:');
define('TEXT_ATTRIBUTES_DISPLAY_ONLY', 'Alleen te gebruiken<br />als showmodel:');
define('TEXT_ATTRIBUTES_IS_FREE', 'Optie is gratis<br />als artikel gratis is:');
define('TEXT_ATTRIBUTES_DEFAULT', 'Standaard opties<br />aangevinkt bij artikel tonen');
Expand Down Expand Up @@ -169,3 +169,17 @@
define('TEXT_INFO_PRODUCTS_OPTION_NAME', '<strong>Artikelnaam: </strong>');
define('TEXT_INFO_PRODUCTS_OPTION_ID', '<strong>ID</strong>');
define('SUCCESS_ATTRIBUTES_DELETED_OPTION_NAME_VALUES', 'Succesvol uitgevoerd: het verwijderen van ALLE artikeloptiewaarden van de optienaam: ');

define('BUTTON_ADDITITONAL_ACTIONS', 'Extra Acties');
define('TEXT_UPDATE_DEFAULTE_SORT_ORDER', 'Update sorteervolgorde naar default');
define('TEXT_DELETE_ALL_OPTIONS_FROM_PRODUCT', 'Verwijder alle opties van het product');
define('TEXT_COPY_ALL_OPTIONS_TO_PRODUCT', 'Kopieer opties naar een ander product');
define('TEXT_COPY_ALL_OPTIONS_TO_CATEGORY', 'Kopieer opties naar een hele catergorie');
define('TEXT_SAVE_PRODUCT_FIRST', 'Sla aub eerst het product op. je hebt een product_id nodig voordat je opties kan toevoegen');
define('TEXT_ATTRIBUTES_FLAGS', 'Optie instellingen:');
define('TEXT_ATTRIBUTES_DISPLAY_ONLY', 'Wordt allen gebrukt om te tonen:');
define('TEXT_ATTRIBUTES_IS_FREE', 'Attribute is gratis als het product gratis is:');
define('TEXT_ATTRIBUTES_DEFAULT', 'Default Attribute, wordt standaard geselecteerd:');
define('TEXT_ATTRIBUTE_IS_DISCOUNTED', 'Pas korting toe die grbruikt wordt bij Aanbieding/Sale:');
define('TEXT_ATTRIBUTE_PRICE_BASE_INCLUDED', 'Gebruik in de basisprijs wanneer de prij bepaalt word door opties');
define('TEXT_ATTRIBUTES_REQUIRED', 'Attribute Verplicht bij Tekst:');
Loading

0 comments on commit 13eec3c

Please sign in to comment.