mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°3934 - Polishing: User Preferences
This commit is contained in:
@@ -19,29 +19,31 @@
|
||||
|
||||
// Navigation menu
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'UI:Preferences:Title' => 'Preferences',
|
||||
'UI:Preferences:UserInterface:Title' => 'User interface',
|
||||
'UI:Preferences:General:Title' => 'General',
|
||||
'UI:Preferences:General:Theme' => 'Theme',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
|
||||
'UI:Preferences:Lists:Title' => 'Lists',
|
||||
'UI:Preferences:RichText:Title' => 'Rich text editor',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Activity panel',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut',
|
||||
'UI:Preferences:Tabs:Title' => 'Tabs',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one',
|
||||
'UI:Preferences:Title' => 'Preferences',
|
||||
'UI:Preferences:UserInterface:Title' => 'User interface',
|
||||
'UI:Preferences:General:Title' => 'General',
|
||||
'UI:Preferences:General:Theme' => 'Theme',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
|
||||
'UI:Preferences:Lists:Title' => 'Lists',
|
||||
'UI:Preferences:RichText:Title' => 'Rich text editor',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Activity panel',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut',
|
||||
'UI:Preferences:Tabs:Title' => 'Tabs',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user