mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
58 lines
1.9 KiB
PHP
58 lines
1.9 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', [
|
|
'Class:FAQ' => 'FAQ',
|
|
'Class:FAQ+' => '',
|
|
'Class:FAQ/Attribute:title' => 'Titel',
|
|
'Class:FAQ/Attribute:title+' => '',
|
|
'Class:FAQ/Attribute:summary' => 'Sammenfatning',
|
|
'Class:FAQ/Attribute:summary+' => '',
|
|
'Class:FAQ/Attribute:description' => 'Beskrivelse',
|
|
'Class:FAQ/Attribute:description+' => '',
|
|
'Class:FAQ/Attribute:category_id' => 'Kategori',
|
|
'Class:FAQ/Attribute:category_id+' => '',
|
|
'Class:FAQ/Attribute:category_name' => 'Kategorinavn',
|
|
'Class:FAQ/Attribute:category_name+' => '',
|
|
'Class:FAQ/Attribute:error_code' => 'Fejlkode',
|
|
'Class:FAQ/Attribute:error_code+' => '',
|
|
'Class:FAQ/Attribute:key_words' => 'Nøgleord',
|
|
'Class:FAQ/Attribute:key_words+' => '',
|
|
'Class:FAQ/Attribute:domains' => 'Domains~~',
|
|
]);
|
|
|
|
//
|
|
// Class: FAQCategory
|
|
//
|
|
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
|
'Class:FAQCategory' => 'FAQ-Kategori',
|
|
'Class:FAQCategory+' => '',
|
|
'Class:FAQCategory/Attribute:name' => 'Navn',
|
|
'Class:FAQCategory/Attribute:name+' => '',
|
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQs',
|
|
'Class:FAQCategory/Attribute:faq_list+' => 'All the frequently asked questions related to this category~~',
|
|
]);
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
|
'Menu:ProblemManagement' => 'Problem Management',
|
|
'Menu:ProblemManagement+' => 'Problem Management',
|
|
'Menu:Problem:Shortcuts' => 'Genvej',
|
|
'Menu:FAQCategory' => 'FAQ-Kategorier',
|
|
'Menu:FAQCategory+' => '',
|
|
'Menu:FAQ' => 'FAQs',
|
|
'Menu:FAQ+' => '',
|
|
'Brick:Portal:FAQ:Menu' => 'FAQ~~',
|
|
'Brick:Portal:FAQ:Title' => 'Frequently Asked Questions~~',
|
|
'Brick:Portal:FAQ:Title+' => '<p>In a hurry?</p><p>Check out the list of most common questions and (maybe) find the expected answer right away.</p>~~',
|
|
]);
|