mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
186 lines
8.1 KiB
PHP
186 lines
8.1 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
* This file is part of iTop.
|
|
*
|
|
* iTop is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* iTop is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
|
*/
|
|
// Dictionnay conventions
|
|
// Class:<class_name>
|
|
// Class:<class_name>+
|
|
// Class:<class_name>/Attribute:<attribute_code>
|
|
// Class:<class_name>/Attribute:<attribute_code>+
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Classes in 'bizmodel'
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dictionnay conventions
|
|
// Class:<class_name>
|
|
// Class:<class_name>+
|
|
// Class:<class_name>/Attribute:<attribute_code>
|
|
// Class:<class_name>/Attribute:<attribute_code>+
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
|
//
|
|
// Class: KnownError
|
|
//
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Class:KnownError' => 'Known Error~~',
|
|
'Class:KnownError+' => 'Error documented for a known issue~~',
|
|
'Class:KnownError/Attribute:name' => 'Name~~',
|
|
'Class:KnownError/Attribute:name+' => '~~',
|
|
'Class:KnownError/Attribute:org_id' => 'Customer~~',
|
|
'Class:KnownError/Attribute:org_id+' => '~~',
|
|
'Class:KnownError/Attribute:cust_name' => 'Customer Name~~',
|
|
'Class:KnownError/Attribute:cust_name+' => '~~',
|
|
'Class:KnownError/Attribute:problem_id' => 'Related Problem~~',
|
|
'Class:KnownError/Attribute:problem_id+' => '~~',
|
|
'Class:KnownError/Attribute:problem_ref' => 'Related Problem Ref~~',
|
|
'Class:KnownError/Attribute:problem_ref+' => '~~',
|
|
'Class:KnownError/Attribute:symptom' => 'Symptom~~',
|
|
'Class:KnownError/Attribute:symptom+' => '~~',
|
|
'Class:KnownError/Attribute:root_cause' => 'Root Cause~~',
|
|
'Class:KnownError/Attribute:root_cause+' => '~~',
|
|
'Class:KnownError/Attribute:workaround' => 'Work around~~',
|
|
'Class:KnownError/Attribute:workaround+' => '~~',
|
|
'Class:KnownError/Attribute:solution' => 'Solution~~',
|
|
'Class:KnownError/Attribute:solution+' => '~~',
|
|
'Class:KnownError/Attribute:error_code' => 'Error Code~~',
|
|
'Class:KnownError/Attribute:error_code+' => '~~',
|
|
'Class:KnownError/Attribute:domain' => 'Domain~~',
|
|
'Class:KnownError/Attribute:domain+' => '~~',
|
|
'Class:KnownError/Attribute:domain/Value:Application' => 'Application~~',
|
|
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application~~',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop~~',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Desktop~~',
|
|
'Class:KnownError/Attribute:domain/Value:Network' => 'Network~~',
|
|
'Class:KnownError/Attribute:domain/Value:Network+' => 'Network~~',
|
|
'Class:KnownError/Attribute:domain/Value:Server' => 'Server~~',
|
|
'Class:KnownError/Attribute:domain/Value:Server+' => 'Server~~',
|
|
'Class:KnownError/Attribute:vendor' => 'Vendor~~',
|
|
'Class:KnownError/Attribute:vendor+' => '~~',
|
|
'Class:KnownError/Attribute:model' => 'Model~~',
|
|
'Class:KnownError/Attribute:model+' => '~~',
|
|
'Class:KnownError/Attribute:version' => 'Version~~',
|
|
'Class:KnownError/Attribute:version+' => '~~',
|
|
'Class:KnownError/Attribute:ci_list' => 'CIs~~',
|
|
'Class:KnownError/Attribute:ci_list+' => 'All the configuration items that are related to this known error~~',
|
|
'Class:KnownError/Attribute:document_list' => 'Documents~~',
|
|
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
|
));
|
|
|
|
//
|
|
// Class: lnkErrorToFunctionalCI
|
|
//
|
|
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Class:lnkErrorToFunctionalCI' => 'Link Error / FunctionalCI~~',
|
|
'Class:lnkErrorToFunctionalCI+' => 'Infra related to a known error~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'CI~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id+' => '~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'CI name~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name+' => '~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Error~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => '~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Error name~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => '~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Reason~~',
|
|
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: lnkDocumentToError
|
|
//
|
|
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Class:lnkDocumentToError' => 'Link Documents / Errors~~',
|
|
'Class:lnkDocumentToError+' => 'A link between a document and a known error~~',
|
|
'Class:lnkDocumentToError/Attribute:document_id' => 'Document~~',
|
|
'Class:lnkDocumentToError/Attribute:document_id+' => '~~',
|
|
'Class:lnkDocumentToError/Attribute:document_name' => 'Document Name~~',
|
|
'Class:lnkDocumentToError/Attribute:document_name+' => '~~',
|
|
'Class:lnkDocumentToError/Attribute:error_id' => 'Error~~',
|
|
'Class:lnkDocumentToError/Attribute:error_id+' => '~~',
|
|
'Class:lnkDocumentToError/Attribute:error_name' => 'Error name~~',
|
|
'Class:lnkDocumentToError/Attribute:error_name+' => '~~',
|
|
'Class:lnkDocumentToError/Attribute:link_type' => 'link_type~~',
|
|
'Class:lnkDocumentToError/Attribute:link_type+' => '~~',
|
|
));
|
|
|
|
//
|
|
// Class: FAQ
|
|
//
|
|
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Class:FAQ' => 'FAQ~~',
|
|
'Class:FAQ+' => 'Frequently asked questions~~',
|
|
'Class:FAQ/Attribute:title' => 'Title~~',
|
|
'Class:FAQ/Attribute:title+' => '~~',
|
|
'Class:FAQ/Attribute:summary' => 'Summary~~',
|
|
'Class:FAQ/Attribute:summary+' => '~~',
|
|
'Class:FAQ/Attribute:description' => 'Description~~',
|
|
'Class:FAQ/Attribute:description+' => '~~',
|
|
'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:error_code' => 'Error code~~',
|
|
'Class:FAQ/Attribute:error_code+' => '~~',
|
|
'Class:FAQ/Attribute:key_words' => 'Key words~~',
|
|
'Class:FAQ/Attribute:key_words+' => '~~',
|
|
'Class:FAQ/Attribute:domains' => 'Domains~~',
|
|
));
|
|
|
|
//
|
|
// Class: FAQCategory
|
|
//
|
|
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Class:FAQCategory' => 'FAQ Category~~',
|
|
'Class:FAQCategory+' => 'Category for FAQ~~',
|
|
'Class:FAQCategory/Attribute:name' => 'Name~~',
|
|
'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('SK SK', 'Slovak', 'Slovenčina', array(
|
|
'Menu:ProblemManagement' => 'Problem Management~~',
|
|
'Menu:ProblemManagement+' => 'Problem Management~~',
|
|
'Menu:Problem:Shortcuts' => 'Shortcuts~~',
|
|
'Menu:NewError' => 'New known error~~',
|
|
'Menu:NewError+' => 'Creation of a new known error~~',
|
|
'Menu:SearchError' => 'Search for known errors~~',
|
|
'Menu:SearchError+' => 'Search for known errors~~',
|
|
'Menu:Problem:KnownErrors' => 'All known errors~~',
|
|
'Menu:Problem:KnownErrors+' => 'All known errors~~',
|
|
'Menu:FAQCategory' => 'FAQ categories~~',
|
|
'Menu:FAQCategory+' => 'All FAQ categories~~',
|
|
'Menu:FAQ' => 'FAQs~~',
|
|
'Menu:FAQ+' => 'All FAQs~~',
|
|
|
|
'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>~~',
|
|
));
|