mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 13:58:45 +02:00
Fix dictionary entry on linkedset tab that was adding a 's' on object class. (eg. "Add IP Addresss..." now becomes "Add IP Address objects...")
This commit is contained in:
@@ -574,7 +574,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'UI:AddObjectsOf_Class_LinkedWith_Class_Instance' => 'Tilføj %1$s objekter kædet til %2$s: %3$s',
|
||||
'UI:AddObjectsOf_Class_LinkedWith_Class' => 'Tilføj %1$s objekter til kæden til %2$s',
|
||||
'UI:ManageObjectsOf_Class_LinkedWith_Class_Instance' => 'Administrer %1$s objekter kædet til %2$s: %3$s',
|
||||
'UI:AddLinkedObjectsOf_Class' => 'Tilføj %1$ss...',
|
||||
'UI:AddLinkedObjectsOf_Class' => 'Tilføj %1$s objekter...',
|
||||
'UI:RemoveLinkedObjectsOf_Class' => 'Fjern valgte objekter',
|
||||
'UI:Message:EmptyList:UseAdd' => 'Listen er tom, brug "Tilføj..." knappen for at tilføje elementer.',
|
||||
'UI:Message:EmptyList:UseSearchForm' => 'Brug søgeformularen ovenfor, til søgning efter objekters som skal tilføjes.',
|
||||
|
||||
@@ -751,7 +751,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'UI:AddObjectsOf_Class_LinkedWith_Class_Instance' => 'Add %1$s objects linked with %2$s: %3$s',
|
||||
'UI:AddObjectsOf_Class_LinkedWith_Class' => 'Add %1$s objects to link with the %2$s',
|
||||
'UI:ManageObjectsOf_Class_LinkedWith_Class_Instance' => 'Manage %1$s objects linked with %2$s: %3$s',
|
||||
'UI:AddLinkedObjectsOf_Class' => 'Add %1$ss...',
|
||||
'UI:AddLinkedObjectsOf_Class' => 'Add %1$s objects...',
|
||||
'UI:RemoveLinkedObjectsOf_Class' => 'Remove selected objects',
|
||||
'UI:Message:EmptyList:UseAdd' => 'The list is empty, use the "Add..." button to add elements.',
|
||||
'UI:Message:EmptyList:UseSearchForm' => 'Use the search form above to search for objects to be added.',
|
||||
|
||||
Reference in New Issue
Block a user