mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
47 lines
1.8 KiB
PHP
47 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
|
'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>~~',
|
|
'Class:FAQ' => 'FAQ~~',
|
|
'Class:FAQ+' => 'Frequently asked questions~~',
|
|
'Class:FAQ/Attribute:category_id' => 'Category~~',
|
|
'Class:FAQ/Attribute:category_id+' => '~~',
|
|
'Class:FAQ/Attribute:category_name' => 'Category name~~',
|
|
'Class:FAQ/Attribute:category_name+' => '~~',
|
|
'Class:FAQ/Attribute:description' => 'Description~~',
|
|
'Class:FAQ/Attribute:description+' => '~~',
|
|
'Class:FAQ/Attribute:domains' => 'Domains~~',
|
|
'Class:FAQ/Attribute:error_code' => 'Error code~~',
|
|
'Class:FAQ/Attribute:error_code+' => '~~',
|
|
'Class:FAQ/Attribute:key_words' => 'Key words~~',
|
|
'Class:FAQ/Attribute:key_words+' => '~~',
|
|
'Class:FAQ/Attribute:summary' => 'Summary~~',
|
|
'Class:FAQ/Attribute:summary+' => '~~',
|
|
'Class:FAQ/Attribute:title' => 'Title~~',
|
|
'Class:FAQ/Attribute:title+' => '~~',
|
|
'Class:FAQCategory' => 'FAQ Category~~',
|
|
'Class:FAQCategory+' => 'Category for FAQ~~',
|
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQs~~',
|
|
'Class:FAQCategory/Attribute:faq_list+' => 'All the frequently asked questions related to this category~~',
|
|
'Class:FAQCategory/Attribute:name' => 'Name~~',
|
|
'Class:FAQCategory/Attribute:name+' => '~~',
|
|
'Menu:FAQ' => 'FAQs~~',
|
|
'Menu:FAQ+' => 'All FAQs~~',
|
|
'Menu:FAQCategory' => 'FAQ categories~~',
|
|
'Menu:FAQCategory+' => 'All FAQ categories~~',
|
|
'Menu:Problem:Shortcuts' => 'Shortcuts~~',
|
|
'Menu:ProblemManagement' => 'Problem management~~',
|
|
'Menu:ProblemManagement+' => 'Problem management~~',
|
|
]);
|