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:
Denis Flaven
2015-07-28 11:30:31 +00:00
parent 69c0bcd4ca
commit 5e5739e37e
133 changed files with 7738 additions and 136 deletions

View File

@@ -111,5 +111,12 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:Change/Attribute:related_incident_list+' => '',
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent Change Friendly Name',
'Class:Change/Attribute:parent_id_friendlyname+' => '',
'Tickets:Related:OpenChanges' => 'Open changes~~',
'Tickets:Related:RecentChanges' => 'Recent changes (72h)~~',
'Class:Change/Attribute:related_problems_list' => 'Relaterede problemer',
'Class:Change/Attribute:related_problems_list+' => '',
'Class:Change/Attribute:outage' => 'Nedetid',
'Class:Change/Attribute:outage/Value:no' => 'Nej',
'Class:Change/Attribute:outage/Value:yes' => 'Ja',
));
?>