mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°6154 N°6219 - Relations Read - tooltip, confirmation title and message (#486)
N°6154 - n:n Read - tooltip, confirmation title and message on Add-Edit-Remove N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
This commit is contained in:
@@ -19,19 +19,46 @@
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
|
||||
// Action row
|
||||
'UI:Links:ActionRow:Detach' => 'Remove',
|
||||
'UI:Links:ActionRow:Detach+' => 'Remove this object',
|
||||
'UI:Links:ActionRow:Detach:Confirmation' => 'Do you really want to remove <b>{item}</b> from current object ?',
|
||||
'UI:Links:ActionRow:Delete' => 'Delete',
|
||||
'UI:Links:ActionRow:Delete+' => 'Delete this object',
|
||||
'UI:Links:ActionRow:Delete:Confirmation' => 'Do you really want to delete <b>{item}</b> from current object ?',
|
||||
'UI:Links:ActionRow:Modify' => 'Modify',
|
||||
'UI:Links:ActionRow:Modify+' => 'Modify this object',
|
||||
'UI:Links:ActionRow:Modify:Modal:Title' => 'Modify an object',
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object firendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
|
||||
// Action
|
||||
'UI:Links:New:Modal:Title' => 'Create an object',
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s',
|
||||
|
||||
// Add
|
||||
'UI:Links:Add:Button' => 'Add',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects',
|
||||
|
||||
Reference in New Issue
Block a user