mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
🌐 Prepare 3.0.0-beta : align all dictionnaries with keys in EN dict
This commit is contained in:
@@ -33,6 +33,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Core:AttributeLinkedSet' => 'Array af objekter',
|
||||
'Core:AttributeLinkedSet+' => '',
|
||||
|
||||
'Core:AttributeLinkedSetDuplicatesFound' => 'Duplicates in the \'%1$s\' field : %2$s~~',
|
||||
|
||||
'Core:AttributeDashboard' => 'Dashboard~~',
|
||||
'Core:AttributeDashboard+' => '~~',
|
||||
|
||||
@@ -298,12 +300,16 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Change:ObjectCreated' => 'Objekt oprettet',
|
||||
'Change:ObjectDeleted' => 'Objekt slettet',
|
||||
'Change:ObjectModified' => 'Objekt ændret',
|
||||
'Change:TwoAttributesChanged' => 'Edited %1$s and %2$s~~',
|
||||
'Change:ThreeAttributesChanged' => 'Edited %1$s, %2$s and 1 other~~',
|
||||
'Change:FourOrMoreAttributesChanged' => 'Edited %1$s, %2$s and %3$s others~~',
|
||||
'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s sat til %2$s (tidligere værdi: %3$s)',
|
||||
'Change:AttName_SetTo' => '%1$s sat til %2$s',
|
||||
'Change:Text_AppendedTo_AttName' => '%1$s tilføjet til %2$s',
|
||||
'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s ændret, tidligere værdi: %2$s',
|
||||
'Change:AttName_Changed' => '%1$s ændret',
|
||||
'Change:AttName_EntryAdded' => '%1$s ændret, ny entry tilføjet: %2$s',
|
||||
'Change:State_Changed_NewValue_OldValue' => 'Changed from %2$s to %1$s~~',
|
||||
'Change:LinkSet:Added' => 'tilføjet %1$s',
|
||||
'Change:LinkSet:Removed' => 'fjernet %1$s',
|
||||
'Change:LinkSet:Modified' => 'ændret %1$s',
|
||||
@@ -503,6 +509,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:ActionEmail' => 'Email besked',
|
||||
'Class:ActionEmail+' => '',
|
||||
'Class:ActionEmail/Attribute:status+' => 'This status drives who will be notified: just the Test recipient, all (To, cc and Bcc) or no-one~~',
|
||||
'Class:ActionEmail/Attribute:status/Value:test+' => 'Only the Test recipient is notified~~',
|
||||
'Class:ActionEmail/Attribute:status/Value:enabled+' => 'All To, Cc and Bcc emails are notified~~',
|
||||
'Class:ActionEmail/Attribute:status/Value:disabled+' => 'The email notification will not be sent~~',
|
||||
'Class:ActionEmail/Attribute:test_recipient' => 'Test modtager',
|
||||
'Class:ActionEmail/Attribute:test_recipient+' => '',
|
||||
'Class:ActionEmail/Attribute:from' => 'Fra~~',
|
||||
@@ -632,6 +642,15 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:TriggerOnObjectUpdate/Attribute:target_attcodes+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: TriggerOnObjectMention
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:TriggerOnObjectMention' => 'Trigger (on object mention)~~',
|
||||
'Class:TriggerOnObjectMention+' => 'Trigger on mention (@xxx) of an object of [a child class of] the given class in a log attribute~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: TriggerOnThresholdReached
|
||||
//
|
||||
@@ -1049,6 +1068,16 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:AsyncTask/Attribute:event_id+' => '~~',
|
||||
'Class:AsyncTask/Attribute:finalclass' => 'Final class~~',
|
||||
'Class:AsyncTask/Attribute:finalclass+' => '~~',
|
||||
'Class:AsyncTask/Attribute:status' => 'Status~~',
|
||||
'Class:AsyncTask/Attribute:status+' => '~~',
|
||||
'Class:AsyncTask/Attribute:remaining_retries' => 'Remaining retries~~',
|
||||
'Class:AsyncTask/Attribute:remaining_retries+' => '~~',
|
||||
'Class:AsyncTask/Attribute:last_error_code' => 'Last error code~~',
|
||||
'Class:AsyncTask/Attribute:last_error_code+' => '~~',
|
||||
'Class:AsyncTask/Attribute:last_error' => 'Last error~~',
|
||||
'Class:AsyncTask/Attribute:last_error+' => '~~',
|
||||
'Class:AsyncTask/Attribute:last_attempt' => 'Last attempt~~',
|
||||
'Class:AsyncTask/Attribute:last_attempt+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -1086,3 +1115,6 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:ResourceSystemMenu' => 'Resource System Menu~~',
|
||||
'Class:ResourceSystemMenu+' => '~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user