mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @author LinProfs <info@linprofs.com>
|
||||
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
|
||||
* @author Jeffrey Bostoen <info@jeffreybostoen.be> (2019 - 2022)
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Core:DeletedObjectLabel' => '%1s (verwijderd)',
|
||||
'Core:DeletedObjectTip' => 'Het object is verwijderd op %1$s (%2$s)',
|
||||
'Core:UnknownObjectLabel' => 'Object niet gevonden (klasse: %1$s, id: %2$d)',
|
||||
@@ -159,8 +160,7 @@ Operators:<br/>
|
||||
'Core:Context=GUI:Console' => 'Console',
|
||||
'Core:Context=CRON' => 'cron',
|
||||
'Core:Context=GUI:Portal' => 'Portaal',
|
||||
));
|
||||
|
||||
]);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'core/cmdb'
|
||||
@@ -171,7 +171,7 @@ Operators:<br/>
|
||||
// Class: CMDBChange
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChange' => 'Aanpassing',
|
||||
'Class:CMDBChange+' => 'Opvolging van aanpassingen',
|
||||
'Class:CMDBChange/Attribute:date' => 'datum',
|
||||
@@ -186,13 +186,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:CMDBChange/Attribute:origin/Value:webservice-rest' => 'REST/JSON webservices',
|
||||
'Class:CMDBChange/Attribute:origin/Value:webservice-soap' => 'SOAP webservices',
|
||||
'Class:CMDBChange/Attribute:origin/Value:custom-extension' => 'Via een extensie',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOp
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOp' => 'Aanpassingsactie',
|
||||
'Class:CMDBChangeOp+' => 'Opvolging van uitgevoerde aanpassingen',
|
||||
'Class:CMDBChangeOp/Attribute:change' => 'Aanpassing',
|
||||
@@ -207,51 +207,51 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:CMDBChangeOp/Attribute:objkey+' => '',
|
||||
'Class:CMDBChangeOp/Attribute:finalclass' => 'Soort',
|
||||
'Class:CMDBChangeOp/Attribute:finalclass+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpCreate
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpCreate' => 'Aanmaken object',
|
||||
'Class:CMDBChangeOpCreate+' => 'Historiek van aanmaken van het object',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpDelete
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpDelete' => 'Verwijderen object',
|
||||
'Class:CMDBChangeOpDelete+' => 'Historiek van verwijderen van het object',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpSetAttribute
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpSetAttribute' => 'Aanpassen object',
|
||||
'Class:CMDBChangeOpSetAttribute+' => 'Historiek van het aanpassen van de objecteigenschappen',
|
||||
'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Attribuut',
|
||||
'Class:CMDBChangeOpSetAttribute/Attribute:attcode+' => 'Code van de aangepaste eigenschap',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpSetAttributeScalar
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpSetAttributeScalar' => 'Aanpassen objecteigenschap',
|
||||
'Class:CMDBChangeOpSetAttributeScalar+' => 'Historiek van gewijzigde eigenschappen',
|
||||
'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Vorige waarde',
|
||||
'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue+' => 'Vorige waarde van de eigenschap',
|
||||
'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue' => 'Nieuwe waarde',
|
||||
'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => 'Nieuwe waarde van de eigenschap',
|
||||
));
|
||||
]);
|
||||
// Used by CMDBChangeOp... & derived classes
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Change:ObjectCreated' => 'Object aangemaakt',
|
||||
'Change:ObjectDeleted' => 'Object verwijderd',
|
||||
'Change:ObjectModified' => 'Object aangepast',
|
||||
@@ -268,35 +268,35 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Change:LinkSet:Added' => 'toegevoegd %1$s',
|
||||
'Change:LinkSet:Removed' => 'verwijderd %1$s',
|
||||
'Change:LinkSet:Modified' => 'aangepast %1$s',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpSetAttributeBlob
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpSetAttributeBlob' => 'Aanpassen data',
|
||||
'Class:CMDBChangeOpSetAttributeBlob+' => 'Historiek van data-aanpassingen',
|
||||
'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Vorige data',
|
||||
'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata+' => 'Vorige inhoud van de eigenschap',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: CMDBChangeOpSetAttributeText
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:CMDBChangeOpSetAttributeText' => 'Aanpassen tekst',
|
||||
'Class:CMDBChangeOpSetAttributeText+' => 'Historiek van tekstaanpassingen',
|
||||
'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Vorige data',
|
||||
'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata+' => 'Vorige inhoud van de eigenschap',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: Event
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:Event' => 'Gebeurtenis',
|
||||
'Class:Event+' => 'Een interne gebeurtenis binnen de applicatie',
|
||||
'Class:Event/Attribute:message' => 'Inhoud',
|
||||
@@ -307,13 +307,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Event/Attribute:userinfo+' => 'Info over wie/wat (bv. welke service) de aanpassing heeft doorgevoerd',
|
||||
'Class:Event/Attribute:finalclass' => 'Type',
|
||||
'Class:Event/Attribute:finalclass+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventNotification
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventNotification' => 'Gebeurtenis - melding',
|
||||
'Class:EventNotification+' => 'Historiek van de melding die getriggerd werd',
|
||||
'Class:EventNotification/Attribute:trigger_id' => 'Trigger',
|
||||
@@ -322,13 +322,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventNotification/Attribute:action_id+' => 'De gebruiker die de melding veroorzaakte',
|
||||
'Class:EventNotification/Attribute:object_id' => 'ID object',
|
||||
'Class:EventNotification/Attribute:object_id+' => 'ID object (klasse gedefineerd door de trigger)',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventNotificationEmail
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventNotificationEmail' => 'Gebeurtenis - versturen van e-mail',
|
||||
'Class:EventNotificationEmail+' => 'Historiek van de e-mail die verstuurd is',
|
||||
'Class:EventNotificationEmail/Attribute:to' => 'Aan',
|
||||
@@ -345,13 +345,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventNotificationEmail/Attribute:body+' => '',
|
||||
'Class:EventNotificationEmail/Attribute:attachments' => 'Bijlagen',
|
||||
'Class:EventNotificationEmail/Attribute:attachments+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventIssue
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventIssue' => 'Gebeurtenis - probleem',
|
||||
'Class:EventIssue+' => 'Log van een probleem (waarschuwing, fout, ...)',
|
||||
'Class:EventIssue/Attribute:issue' => 'Probleem',
|
||||
@@ -368,13 +368,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventIssue/Attribute:callstack+' => '',
|
||||
'Class:EventIssue/Attribute:data' => 'Data',
|
||||
'Class:EventIssue/Attribute:data+' => 'Meer informatie',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventWebService
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventWebService' => 'Gebeurtenis - web service',
|
||||
'Class:EventWebService+' => 'Log van een webservice-aanroep',
|
||||
'Class:EventWebService/Attribute:verb' => 'Werkwoord',
|
||||
@@ -389,9 +389,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventWebService/Attribute:log_error+' => 'Resultaat foutenlog',
|
||||
'Class:EventWebService/Attribute:data' => 'Data',
|
||||
'Class:EventWebService/Attribute:data+' => 'Resulterende data',
|
||||
));
|
||||
]);
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventRestService' => 'Gebeurtenis - REST/JSON API-aanroep',
|
||||
'Class:EventRestService+' => 'Log van een aangeroepen REST/JSON-service',
|
||||
'Class:EventRestService/Attribute:operation' => 'Handeling',
|
||||
@@ -406,13 +406,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventRestService/Attribute:json_output+' => 'HTTP-antwoord (JSON)',
|
||||
'Class:EventRestService/Attribute:provider' => 'Provider',
|
||||
'Class:EventRestService/Attribute:provider+' => 'PHP-klasse die de verwachte handeling gebruikt',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventLoginUsage
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventLoginUsage' => 'Gebeurtenis - gebruik van login',
|
||||
'Class:EventLoginUsage+' => 'Verbinding met de applicatie',
|
||||
'Class:EventLoginUsage/Attribute:user_id' => 'Login',
|
||||
@@ -421,13 +421,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventLoginUsage/Attribute:contact_name+' => '',
|
||||
'Class:EventLoginUsage/Attribute:contact_email' => 'E-mailadres van de gebruiker',
|
||||
'Class:EventLoginUsage/Attribute:contact_email+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: EventNotificationNewsroom
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:EventNotificationNewsroom' => 'News sent~~',
|
||||
'Class:EventNotificationNewsroom+' => '',
|
||||
'Class:EventNotificationNewsroom/Attribute:title' => 'Titel',
|
||||
@@ -456,13 +456,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:EventNotificationNewsroom/Attribute:read_date+' => '',
|
||||
'Class:EventNotificationNewsroom/Attribute:contact_id' => 'Contact',
|
||||
'Class:EventNotificationNewsroom/Attribute:contact_id+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: Action
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:Action' => 'Actie',
|
||||
'Class:Action+' => 'Door gebruiker gedefinieerde actie',
|
||||
'Class:Action/ComplementaryName' => '%1$s: %2$s',
|
||||
@@ -492,22 +492,22 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Action:last_executions_tab_panel_title' => 'Uitvoeringen van deze actie (%1$s)',
|
||||
'Action:last_executions_tab_limit_days' => 'laatste %1$s dagen',
|
||||
'Action:last_executions_tab_limit_none' => 'geen limiet',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: ActionNotification
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:ActionNotification' => 'Melding',
|
||||
'Class:ActionNotification+' => 'Melding (abstract)',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: ActionEmail
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:ActionEmail' => 'E-mailmelding',
|
||||
'Class:ActionEmail+' => '',
|
||||
'Class:ActionEmail/Attribute:status+' => 'Status bepaalt wie op de hoogte zal gesteld worden: enkel de testontvanger, iedereen (Aan, CC en BCC) of niemand',
|
||||
@@ -558,14 +558,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'ActionEmail:preview_warning' => 'The actual eMail may look different in the eMail client than this preview in your browser.~~',
|
||||
'ActionEmail:preview_more_info' => 'For more information about the CSS features supported by the different eMail clients, refer to %1$s~~',
|
||||
'ActionEmail:content_placeholder_missing' => 'The placeholder "%1$s" was not found in the HTML template. The content of the field "%2$s" will not be included in the generated emails.~~',
|
||||
));
|
||||
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: ActionNewsroom
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'ActionNewsroom:trigger' => 'Triggers',
|
||||
'ActionNewsroom:content' => 'Bericht',
|
||||
'ActionNewsroom:settings' => 'Instellingen',
|
||||
@@ -600,13 +599,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:ActionNewsroom/Attribute:recipients+' => 'OQL die de lijst van Contacten definiëert',
|
||||
'Class:ActionNewsroom/Attribute:url' => 'URL',
|
||||
'Class:ActionNewsroom/Attribute:url+' => 'By default, it points to the object triggering the notification. But you can also specify a custom URL.~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: Trigger
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:Trigger' => 'Trigger',
|
||||
'Class:Trigger+' => 'Aanleiding tot het uitvoeren van een actie',
|
||||
'Class:Trigger/ComplementaryName' => '%1$s, %2$s',
|
||||
@@ -625,13 +624,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Volledige uitschrijving toestaan',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Forceer minimaal één kanaal (nieuws of e-mail)',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Afmelding weigeren',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnObject
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnObject' => 'Trigger (afhankelijk van klasse)',
|
||||
'Class:TriggerOnObject+' => 'Trigger op een bepaalde klasse van objecten',
|
||||
'Class:TriggerOnObject/Attribute:target_class' => 'Toegepast op klasse',
|
||||
@@ -640,115 +639,115 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:TriggerOnObject/Attribute:filter+' => 'Beperk de objecten (van de opgegeven klasse) die de trigger zullen activeren.',
|
||||
'TriggerOnObject:WrongFilterQuery' => 'Verkeerde filter-query: %1$s',
|
||||
'TriggerOnObject:WrongFilterClass' => 'De filter-query moet verwijzen naar objecten van klasse "%1$s"',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnPortalUpdate
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnPortalUpdate' => 'Trigger (als er vanuit het portaal geüpdatet wordt)',
|
||||
'Class:TriggerOnPortalUpdate+' => 'Trigger op de update van de eindgebruiker van het portaal',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnStateChange
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnStateChange' => 'Trigger (als de status verandert)',
|
||||
'Class:TriggerOnStateChange+' => 'Trigger als de status van het object verandert',
|
||||
'Class:TriggerOnStateChange/Attribute:state' => 'Status',
|
||||
'Class:TriggerOnStateChange/Attribute:state+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnStateEnter
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnStateEnter' => 'Trigger (als een status van toepassing wordt)',
|
||||
'Class:TriggerOnStateEnter+' => 'Trigger als de status van het object naar deze status verandert',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnStateLeave
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnStateLeave' => 'Trigger (als een status niet meer van toepassing is)',
|
||||
'Class:TriggerOnStateLeave+' => 'Trigger als de status van het object niet meer deze status heeft',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnObjectCreate
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnObjectCreate' => 'Trigger (bij het aanmaken van een object)',
|
||||
'Class:TriggerOnObjectCreate+' => 'Trigger bij het aanmaken van een object van de opgegeven klasse (of subklasse ervan)',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnObjectDelete
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnObjectDelete' => 'Trigger (bij het verwijderen van een object)',
|
||||
'Class:TriggerOnObjectDelete+' => 'Trigger bij het verwijderen van een object van de opgegeven klasse (of subklasse ervan)',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnObjectUpdate
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnObjectUpdate' => 'Trigger (bij het aanpassen van een object)',
|
||||
'Class:TriggerOnObjectUpdate+' => 'Trigger bij het aanpassen van een object van de opgegeven klasse (of subklasse ervan)',
|
||||
'Class:TriggerOnObjectUpdate/Attribute:target_attcodes' => 'Doelvelden',
|
||||
'Class:TriggerOnObjectUpdate/Attribute:target_attcodes+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnObjectMention
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnObjectMention' => 'Trigger (bij vermelden van object)',
|
||||
'Class:TriggerOnObjectMention+' => 'Trigger bij vermelden (@xxx) van een object van de opgegeven klasse (of subklasse ervan) in een log',
|
||||
'Class:TriggerOnObjectMention/Attribute:mentioned_filter' => 'Filter',
|
||||
'Class:TriggerOnObjectMention/Attribute:mentioned_filter+' => 'Beperk de lijst van vermelde objecten die de trigger zullen activeren. Indien leeg, zullen alle objecten (van eender welke klasse) de trigger activeren.',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnAttributeBlobDownload
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnAttributeBlobDownload' => 'Trigger (on object\'s document download)~~',
|
||||
'Class:TriggerOnAttributeBlobDownload+' => 'Trigger on object\'s document field download of [a child class of] the given class~~',
|
||||
'Class:TriggerOnAttributeBlobDownload/Attribute:target_attcodes' => 'Doelvelden',
|
||||
'Class:TriggerOnAttributeBlobDownload/Attribute:target_attcodes+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TriggerOnThresholdReached
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TriggerOnThresholdReached' => 'Trigger (op drempelwaarde)',
|
||||
'Class:TriggerOnThresholdReached+' => 'Trigger op Stopwatch drempelwaarde bereikt',
|
||||
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stopwatch',
|
||||
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code+' => '',
|
||||
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Drempelwaarde',
|
||||
'Class:TriggerOnThresholdReached/Attribute:threshold_index+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: lnkTriggerAction
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:lnkTriggerAction' => 'Link Actie / Trigger',
|
||||
'Class:lnkTriggerAction+' => 'Link tussen een trigger en een actie',
|
||||
'Class:lnkTriggerAction/Attribute:action_id' => 'Actie',
|
||||
@@ -761,12 +760,12 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
|
||||
'Class:lnkTriggerAction/Attribute:order' => 'Volgorde',
|
||||
'Class:lnkTriggerAction/Attribute:order+' => 'De volgorde in het uitvoeren van de actie',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Synchro Data Source
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:SynchroDataSource' => 'Synchronisatie-databron',
|
||||
'Class:SynchroDataSource/Attribute:name' => 'Naam',
|
||||
'Class:SynchroDataSource/Attribute:name+' => '',
|
||||
@@ -1054,13 +1053,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Core:Validator:MustBeInteger' => 'Dit moet een integer (geheel getal) zijn',
|
||||
'Core:Validator:MustSelectOne' => 'Gelieve één optie te kiezen',
|
||||
'Menu:DataSources' => 'Synchronisatie Databronnen',
|
||||
'Menu:DataSources+' => 'Alle gesynchroniseerde Databronnen'
|
||||
));
|
||||
'Menu:DataSources+' => 'Alle gesynchroniseerde Databronnen',
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: TagSetFieldData
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:TagSetFieldData' => '%2$s voor klasse %1$s',
|
||||
'Class:TagSetFieldData+' => '',
|
||||
'Class:TagSetFieldData/Attribute:code' => 'Code',
|
||||
@@ -1082,12 +1081,12 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Core:TagSetFieldData:ErrorAttCodeUpdateNotAllowed' => 'Tags "Attribuutcode" kunnen niet aangepast worden',
|
||||
'Core:TagSetFieldData:WhereIsThisTagTab' => 'Gebruik tags (%1$d)',
|
||||
'Core:TagSetFieldData:NoEntryFound' => 'Geen invoer gevorden voor deze tag',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: DBProperty
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:DBProperty' => 'Database-eigenschap',
|
||||
'Class:DBProperty+' => '',
|
||||
'Class:DBProperty/Attribute:name' => 'Naam',
|
||||
@@ -1100,12 +1099,12 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DBProperty/Attribute:change_date+' => '',
|
||||
'Class:DBProperty/Attribute:change_comment' => 'Commentaar wijziging',
|
||||
'Class:DBProperty/Attribute:change_comment+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: BackgroundTask
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:BackgroundTask' => 'Achtergrondtaak',
|
||||
'Class:BackgroundTask+' => '',
|
||||
'Class:BackgroundTask/Attribute:class_name' => 'Naam klasse',
|
||||
@@ -1130,12 +1129,12 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:BackgroundTask/Attribute:running+' => '',
|
||||
'Class:BackgroundTask/Attribute:status' => 'Status',
|
||||
'Class:BackgroundTask/Attribute:status+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: AsyncTask
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:AsyncTask' => 'Asynchrone taak',
|
||||
'Class:AsyncTask+' => '',
|
||||
'Class:AsyncTask/Attribute:created' => 'Gemaakt',
|
||||
@@ -1160,47 +1159,44 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:AsyncTask/Attribute:last_attempt+' => '',
|
||||
'Class:AsyncTask:InvalidConfig_Class_Keys' => 'Ongeldig formaat bij de configuratie van "async_tasks_retries[%1$s]". Er wordt een Array verwacht met de volgende sleutels: %2$s',
|
||||
'Class:AsyncTask:InvalidConfig_Class_InvalidKey_Keys' => 'Ongeldig formaat bij de configuratie van "async_tasks_retries[%1$s]": onverwachte sleutel "%2$s". Enkel deze sleutels worden verwacht: %3$s',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: AbstractResource
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:AbstractResource' => 'Abstracte Tool',
|
||||
'Class:AbstractResource+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: ResourceAdminMenu
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:ResourceAdminMenu' => 'Tool "Admin Menu"',
|
||||
'Class:ResourceAdminMenu+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: ResourceRunQueriesMenu
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:ResourceRunQueriesMenu' => 'Tool "Voer query\'s uit" Menu',
|
||||
'Class:ResourceRunQueriesMenu+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: Action
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:ResourceSystemMenu' => 'Tool "System Menu"',
|
||||
'Class:ResourceSystemMenu+' => '',
|
||||
'Class:EventNotification/Attribute:object_class' => 'Object class~~',
|
||||
'Class:EventNotification/Attribute:object_class+' => 'Object class (Same as trigger)~~',
|
||||
'Class:EventNotification/Attribute:object_class' => 'Object class~~',
|
||||
'Class:EventNotification/Attribute:object_class+' => 'Object class (Same as trigger)~~',
|
||||
'Core:EventNotificationNewsroom:ErrorNotificationNotSent' => 'Notification not sent~~',
|
||||
'Core:EventNotificationNewsroom:ErrorOnDBInsert' => 'An error occurred while saving the notification~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user