mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +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:
@@ -17,7 +17,7 @@
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
/**
|
||||
* @author Erik Bøg <erik@boegmoeller.dk>
|
||||
* @author Erik Bøg <erik@boegmoeller.dk>
|
||||
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
@@ -122,5 +122,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Menu:FAQCategory+' => '',
|
||||
'Menu:FAQ' => 'FAQs',
|
||||
'Menu:FAQ+' => '',
|
||||
'Menu:ProblemManagement' => 'Problem Management',
|
||||
'Menu:ProblemManagement+' => 'Problem Management',
|
||||
'Menu:Problem:Shortcuts' => 'Genvej',
|
||||
));
|
||||
?>
|
||||
@@ -99,5 +99,37 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Menu:SearchError+' => '',
|
||||
'Menu:Problem:KnownErrors' => 'Összes ismert hiba',
|
||||
'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~~',
|
||||
));
|
||||
?>
|
||||
@@ -149,5 +149,37 @@ Dict::Add('IT IT', 'Italian', 'Italian', array(
|
||||
'Menu:SearchError+' => 'Ricerca per Errori Conosciuti',
|
||||
'Menu:Problem:KnownErrors' => 'Tutti gli errori conosciuti',
|
||||
'Menu:Problem:KnownErrors+' => 'Tutti gli errori conosciuti',
|
||||
'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~~',
|
||||
));
|
||||
?>
|
||||
|
||||
@@ -150,5 +150,37 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Menu:SearchError+' => 'Bilinen hataları ara',
|
||||
'Menu:Problem:KnownErrors' => 'Tüm bilinen hatalar',
|
||||
'Menu:Problem:KnownErrors+' => 'Tüm bilinen hatalar',
|
||||
'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~~',
|
||||
));
|
||||
?>
|
||||
|
||||
@@ -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