mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
Prepared the dictionaries for translating new entries (completed the french translation at the same time). Just look for the strings terminated by ~~ and translate them in place and you're done!
SVN:trunk[3651]
This commit is contained in:
@@ -150,5 +150,37 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Menu:SearchError+' => '搜索已知错误',
|
||||
'Menu:Problem:KnownErrors' => '所有已知错误',
|
||||
'Menu:Problem:KnownErrors+' => '所有已知错误',
|
||||
'Class:lnkErrorToFunctionalCI' => 'Link Error / FunctionalCI~~',
|
||||
'Class:lnkErrorToFunctionalCI+' => 'Infra related to a known error~~',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'CI name~~',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Error~~',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Error name~~',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Reason~~',
|
||||
'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_name' => 'Document Name~~',
|
||||
'Class:lnkDocumentToError/Attribute:error_id' => 'Error~~',
|
||||
'Class:lnkDocumentToError/Attribute:error_name' => 'Error name~~',
|
||||
'Class:lnkDocumentToError/Attribute:link_type' => 'link_type~~',
|
||||
'Class:FAQ' => 'FAQ~~',
|
||||
'Class:FAQ+' => 'Frequently asked questions~~',
|
||||
'Class:FAQ/Attribute:title' => 'Title~~',
|
||||
'Class:FAQ/Attribute:summary' => 'Summary~~',
|
||||
'Class:FAQ/Attribute:description' => 'Description~~',
|
||||
'Class:FAQ/Attribute:category_id' => 'Category~~',
|
||||
'Class:FAQ/Attribute:category_name' => 'Category name~~',
|
||||
'Class:FAQ/Attribute:error_code' => 'Error code~~',
|
||||
'Class:FAQ/Attribute:key_words' => 'Key words~~',
|
||||
'Class:FAQCategory' => 'FAQ Category~~',
|
||||
'Class:FAQCategory+' => 'Category for FAQ~~',
|
||||
'Class:FAQCategory/Attribute:name' => 'Name~~',
|
||||
'Class:FAQCategory/Attribute:faq_list' => 'FAQs~~',
|
||||
'Class:FAQCategory/Attribute:faq_list+' => 'All the frequently asked questions related to this category~~',
|
||||
'Menu:FAQCategory' => 'FAQ categories~~',
|
||||
'Menu:FAQCategory+' => 'All FAQ categories~~',
|
||||
'Menu:FAQ' => 'FAQs~~',
|
||||
'Menu:FAQ+' => 'All FAQs~~',
|
||||
));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user