mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
# Conflicts: # datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/fr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/hu.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/nl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pt_br.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php # datamodels/2.x/itop-config-mgmt/dictionaries/it.dict.itop-config-mgmt.php # datamodels/2.x/itop-config/dictionaries/it.dict.itop-config.php # datamodels/2.x/itop-incident-mgmt-itil/dictionaries/it.dict.itop-incident-mgmt-itil.php # datamodels/2.x/itop-knownerror-mgmt/dictionaries/it.dict.itop-knownerror-mgmt.php # datamodels/2.x/itop-portal/dictionaries/it.dict.itop-portal.php # datamodels/2.x/itop-problem-mgmt/dictionaries/it.dict.itop-problem-mgmt.php # datamodels/2.x/itop-request-mgmt-itil/dictionaries/it.dict.itop-request-mgmt-itil.php # datamodels/2.x/itop-request-mgmt/dictionaries/it.dict.itop-request-mgmt.php # dictionaries/cs.dictionary.itop.core.php # dictionaries/da.dictionary.itop.core.php # dictionaries/de.dictionary.itop.core.php # dictionaries/es_cr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.ui.php # dictionaries/hu.dictionary.itop.core.php # dictionaries/it.dictionary.itop.core.php # dictionaries/it.dictionary.itop.ui.php # dictionaries/ja.dictionary.itop.core.php # dictionaries/nl.dictionary.itop.core.php # dictionaries/pl.dictionary.itop.core.php # dictionaries/pt_br.dictionary.itop.core.php # dictionaries/ru.dictionary.itop.core.php # dictionaries/sk.dictionary.itop.core.php # dictionaries/tr.dictionary.itop.core.php # dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php
95 lines
4.1 KiB
PHP
95 lines
4.1 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
* @author Erik Bøg <erik@boegmoeller.dk>
|
|
*
|
|
*/
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Attachments:TabTitle_Count' => 'Vedhæftninger (%1$d)',
|
|
'Attachments:EmptyTabTitle' => 'Vedhæftninger',
|
|
'Attachments:FieldsetTitle' => 'Vedhæftninger',
|
|
'Attachments:DeleteBtn' => 'Slet',
|
|
'Attachments:History_File_Added' => 'Vedhæftning %1$s tilføjet.',
|
|
'Attachments:History_File_Removed' => 'Vedhæftning %1$s fjernet.',
|
|
'Attachments:AddAttachment' => 'Vedhæft: ',
|
|
'Attachments:UploadNotAllowedOnThisSystem' => 'Upload IKKE tilladt i dette system.',
|
|
'Attachment:Max_Go' => '(Maksimal størrelse: %1$s GB)',
|
|
'Attachment:Max_Mo' => '(Maksimal størrelse: %1$s MB)',
|
|
'Attachment:Max_Ko' => '(Maksimal størrelse: %1$s KB)',
|
|
'Attachments:NoAttachment' => 'Intet vedhæftet. ',
|
|
'Attachments:PreviewNotAvailable' => 'Preview not available for this type of attachment.~~',
|
|
'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~',
|
|
'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached.
|
|
Either you have pushed an empty file,
|
|
or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~',
|
|
'Attachments:Render:Icons' => 'Display as icons~~',
|
|
'Attachments:Render:Table' => 'Display as list~~',
|
|
'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area~~',
|
|
));
|
|
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:Attachment' => 'Attachment~~',
|
|
'Class:Attachment+' => '~~',
|
|
'Class:Attachment/Attribute:expire' => 'Expire~~',
|
|
'Class:Attachment/Attribute:expire+' => '~~',
|
|
'Class:Attachment/Attribute:temp_id' => 'Temporary id~~',
|
|
'Class:Attachment/Attribute:temp_id+' => '~~',
|
|
'Class:Attachment/Attribute:item_class' => 'Item class~~',
|
|
'Class:Attachment/Attribute:item_class+' => '~~',
|
|
'Class:Attachment/Attribute:item_id' => 'Item~~',
|
|
'Class:Attachment/Attribute:item_id+' => '~~',
|
|
'Class:Attachment/Attribute:item_org_id' => 'Item organization~~',
|
|
'Class:Attachment/Attribute:item_org_id+' => '~~',
|
|
'Class:Attachment/Attribute:contents' => 'Contents~~',
|
|
'Class:Attachment/Attribute:contents+' => '~~',
|
|
));
|
|
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Attachments:File:Thumbnail' => 'Icon~~',
|
|
'Attachments:File:Name' => 'File name~~',
|
|
'Attachments:File:Date' => 'Upload date~~',
|
|
'Attachments:File:Uploader' => 'Uploaded by~~',
|
|
'Attachments:File:Size' => 'Size~~',
|
|
'Attachments:File:MimeType' => 'Type~~',
|
|
'Attachments:File:DownloadsCount' => 'Downloads~~',
|
|
));
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:Attachment/Attribute:creation_date' => 'Creation date~~',
|
|
'Class:Attachment/Attribute:creation_date+' => '~~',
|
|
'Class:Attachment/Attribute:user_id' => 'User id~~',
|
|
'Class:Attachment/Attribute:user_id+' => '~~',
|
|
'Class:Attachment/Attribute:contact_id' => 'Contact id~~',
|
|
'Class:Attachment/Attribute:contact_id+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: TriggerOnAttachmentDownload
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|
'Class:TriggerOnAttachmentDownload' => 'Trigger (on object\'s attachment download)~~',
|
|
'Class:TriggerOnAttachmentDownload+' => 'Trigger on object\'s attachment download of [a child class of] the given class~~',
|
|
'Class:TriggerOnAttachmentCreate' => 'Trigger (on object\'s attachment create)~~',
|
|
'Class:TriggerOnAttachmentCreate+' => 'Trigger on object\'s attachment create~~',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email' => 'Add file in email~~',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email+' => 'If checked, the file will be automatically attached to the email when an email action is triggered~~',
|
|
'Class:TriggerOnAttachmentDelete' => 'Trigger (on object\'s attachment delete)~~',
|
|
'Class:TriggerOnAttachmentDelete+' => 'Trigger on object\'s attachment delete~~',
|
|
'Class:TriggerOnObject:TriggerClassAttachment/ReadOnlyMessage' => 'Trigger on object is not allowed on class Attachment. Please use specific trigger~~',
|
|
));
|