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

@@ -598,7 +598,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:LogicalInterface/Attribute:virtualmachine_id+' => '',
'Relation:impacts/Description' => 'Elementer berørt af ...',
'Relation:impacts/DownStream' => 'Påvrikning ...',
'Relation:impacts/UpStream' => 'Elementer berørt af ...',
'Relation:impacts/UpStream' => 'Afhænger af ...',
'Relation:depends on/Description' => 'Elementer, som afhænger af dette element',
'Relation:depends on/DownStream' => 'Afhænger af ...',
'Relation:depends on/UpStream' => 'Påvirker ...',
@@ -1095,5 +1095,64 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Server:otherinfo' => 'Øvrig Information',
'Person:info' => 'Almindelig Information',
'Person:notifiy' => 'Underretning',
'Class:Person/Attribute:name' => 'Efternavn',
'Class:Document/Attribute:version' => 'Version~~',
'Class:FunctionalCI/Tab:OpenedTickets' => 'Active Tickets~~',
'Class:DatacenterDevice/Attribute:redundancy' => 'Redundancy~~',
'Class:DatacenterDevice/Attribute:redundancy/count' => 'The device is up if at least one power connection (A or B) is up~~',
'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device is up if all its power connections are up~~',
'Class:DatacenterDevice/Attribute:redundancy/percent' => 'The device is up if at least %1$s %% of its power connections are up~~',
'Class:ApplicationSolution/Attribute:redundancy' => 'Impact analysis: configuration of the redundancy~~',
'Class:ApplicationSolution/Attribute:redundancy/disabled' => 'The solution is up is all CIs are up~~',
'Class:ApplicationSolution/Attribute:redundancy/count' => 'The solution is up if at least %1$s CI(s) is(are) up~~',
'Class:ApplicationSolution/Attribute:redundancy/percent' => 'The solution is up if at least %1$s %% of the CIs are up~~',
'Class:Farm/Attribute:redundancy' => 'High availability~~',
'Class:Farm/Attribute:redundancy/disabled' => 'The farm is up if all the hypervisors are up~~',
'Class:Farm/Attribute:redundancy/count' => 'The farm is up if at least %1$s hypervisor(s) is(are) up~~',
'Class:Farm/Attribute:redundancy/percent' => 'The farm is up if at least %1$s %% of the hypervisors are up~~',
'Class:VirtualMachine/Attribute:managementip' => 'IP~~',
'Class:Licence/Attribute:perpetual' => 'Fortløbende',
'Class:Licence/Attribute:perpetual/Value:no' => 'nej',
'Class:Licence/Attribute:perpetual/Value:no+' => '',
'Class:Licence/Attribute:perpetual/Value:yes' => 'ja',
'Class:Licence/Attribute:perpetual/Value:yes+' => '',
'Class:Model/Attribute:type/Value:Phone' => 'Telephone~~',
'Class:Model/Attribute:type/Value:Phone+' => 'Telephone~~',
'Class:Subnet/Attribute:subnet_name' => 'Subnet name~~',
'Class:Subnet/Attribute:vlans_list' => 'VLANs~~',
'Class:VLAN' => 'VLAN~~',
'Class:VLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Class:VLAN/Attribute:description' => 'Description~~',
'Class:VLAN/Attribute:org_id' => 'Organization~~',
'Class:VLAN/Attribute:org_name' => 'Organization name~~',
'Class:VLAN/Attribute:org_name+' => 'Common name~~',
'Class:VLAN/Attribute:subnets_list' => 'Subnets~~',
'Class:VLAN/Attribute:physicalinterfaces_list' => 'Physical network interfaces~~',
'Class:lnkSubnetToVLAN' => 'Link Subnet / VLAN~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_id' => 'Subnet~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_ip' => 'Subnet IP~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_name' => 'Subnet name~~',
'Class:lnkSubnetToVLAN/Attribute:vlan_id' => 'VLAN~~',
'Class:lnkSubnetToVLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Class:PhysicalInterface/Attribute:vlans_list' => 'VLANs~~',
'Class:lnkPhysicalInterfaceToVLAN' => 'Link PhysicalInterface / VLAN~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id' => 'Physical Interface~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_name' => 'Physical Interface Name~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_device_id' => 'Device~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_device_name' => 'Device name~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_id' => 'VLAN~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Menu:DataAdministration' => 'Data administration',
'Menu:DataAdministration+' => '',
'Menu:CSVImport' => 'CSV import~~',
'Menu:CSVImport+' => 'Bulk creation or update~~',
'Menu:OSVersion' => 'OS versioner',
'Server:power' => 'Power supply~~',
'Class:Subnet/Tab:IPUsage' => 'IP Brug',
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces der har en IP i området: <em>%1$s</em> til <em>%2$s</em>',
'Class:Subnet/Tab:FreeIPs' => 'Ledige IP',
'Class:Subnet/Tab:FreeIPs-count' => 'Ledige IP: %1$s',
'Class:Subnet/Tab:FreeIPs-explain' => 'Her er et udtræk af 10 ledige IP adresser',
'Class:Document:PreviewTab' => 'Preview~~',
));
?>