mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3934 - Polishing: User Preferences
This commit is contained in:
@@ -69,19 +69,28 @@ $ibo-keyboard-shortcut--input--is-focus--border-color: $ibo-color-primary-600 !d
|
||||
width: auto;
|
||||
text-transform: capitalize;
|
||||
text-align: center;
|
||||
|
||||
|
||||
color: $ibo-keyboard-shortcut--input--color;
|
||||
background-color: $ibo-keyboard-shortcut--input--background-color;
|
||||
border: 1px solid $ibo-keyboard-shortcut--input--border-color;
|
||||
border-bottom: 2px solid $ibo-keyboard-shortcut--input--border-color;
|
||||
border-radius: $ibo-keyboard-shortcut--input--border-radius;
|
||||
|
||||
|
||||
padding: $ibo-keyboard-shortcut--input--padding-y $ibo-keyboard-shortcut--input--padding-x;
|
||||
margin-bottom: $ibo-keyboard-shortcut--input--margin-bottom;
|
||||
|
||||
&.ibo-is-focus{
|
||||
|
||||
&.ibo-is-focus {
|
||||
text-transform: none;
|
||||
color: $ibo-keyboard-shortcut--input--is-focus--color;
|
||||
border-color: $ibo-keyboard-shortcut--input--is-focus--border-color;
|
||||
}
|
||||
}
|
||||
|
||||
#ibo-favorite-organizations .ibo-toolbar {
|
||||
float: right;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#ibo-favorite-organizations .ibo-datatable--toolbar {
|
||||
padding-top: $ibo-button--padding-y/2;
|
||||
}
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'UI:Preferences:Title' => 'Einstellungen',
|
||||
'UI:Preferences:UserInterface:Title' => 'Benutzerinterface',
|
||||
'UI:Preferences:General:Title' => 'Generell',
|
||||
'UI:Preferences:General:Theme' => 'Theme',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
|
||||
'UI:Preferences:Lists:Title' => 'Listen',
|
||||
'UI:Preferences:RichText:Title' => 'Rich Text Editor',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Default Status der Toolbar',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Ausgeklappt',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Eingeklappt',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Aktives Panel',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formular standardmäßig geöffnet',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Ob ein Formular, wenn ein Objekt angezeigt wird, standardmäßig geöffnet ist. Wenn dieser Haken nicht gesetzt ist, können Sie das Formmular mit einem Klick auf den Compose-Button trotzdem jederzeit öffnen.',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Keyboard-Shortcuts dieser Applikation',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Geben Sie einen Keyboard-Shortcut ein',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nehmen Sie einen Keyboard-Shortcut auf',
|
||||
'UI:Preferences:Tabs:Title' => 'Tabs',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertikal',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'klassisch',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'scrollbar',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Platzhalterbild für Profilbild',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Nutzen Sie ein Platzhalterbild, das angezeigt wird, wenn der Kontakt, der mit dem User verlinkt ist, kein Profilbild gesetzt hat.',
|
||||
'UI:Preferences:Title' => 'Einstellungen',
|
||||
'UI:Preferences:UserInterface:Title' => 'Benutzerinterface',
|
||||
'UI:Preferences:General:Title' => 'Generell',
|
||||
'UI:Preferences:General:Theme' => 'Theme',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
|
||||
'UI:Preferences:Lists:Title' => 'Listen',
|
||||
'UI:Preferences:RichText:Title' => 'Rich Text Editor',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Default Status der Toolbar',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Ausgeklappt',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Eingeklappt',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Aktives Panel',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formular standardmäßig geöffnet',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Ob ein Formular, wenn ein Objekt angezeigt wird, standardmäßig geöffnet ist. Wenn dieser Haken nicht gesetzt ist, können Sie das Formmular mit einem Klick auf den Compose-Button trotzdem jederzeit öffnen.',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Keyboard-Shortcuts dieser Applikation',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Geben Sie einen Keyboard-Shortcut ein',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nehmen Sie einen Keyboard-Shortcut auf',
|
||||
'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' => 'Vertikal',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'klassisch',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'scrollbar',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Platzhalterbild für Profilbild',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Nutzen Sie ein Platzhalterbild, das angezeigt wird, wenn der Kontakt, der mit dem User verlinkt ist, kein Profilbild gesetzt hat.',
|
||||
));
|
||||
|
||||
@@ -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',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'UI:Preferences:Title' => 'Préférences',
|
||||
'UI:Preferences:UserInterface:Title' => 'Interface utilisateur',
|
||||
'UI:Preferences:General:Title' => 'Général',
|
||||
'UI:Preferences:General:Theme' => 'Thême',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (défaut)',
|
||||
'UI:Preferences:Lists:Title' => 'Listes',
|
||||
'UI:Preferences:RichText:Title' => 'Éditeur texte riche',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Affichage par défaut de la barre d\'outil',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Déplié',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Replié',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Panneau d\'activité',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulaire de saisie ouvert par défaut',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'État du formulaire de saisie lors de l\'affichage d\'un objet. Si la case est décochée, le formulaire pourra être ouvert en utilisant l\'icone "Nouvelle entrée".',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Raccourcis clavier de l\'application',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Saisissez un raccourci clavier',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Enregistrer un raccourcir clavier',
|
||||
'UI:Preferences:Tabs:Title' => 'Onglets',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Affichage',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classique',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Défilement',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Avatar de l\'utilisateur',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Choisissez un avatar qui sera affiché si le contact associé à votre compte utilisateur n\'en possède pas',
|
||||
'UI:Preferences:Title' => 'Préférences',
|
||||
'UI:Preferences:UserInterface:Title' => 'Interface utilisateur',
|
||||
'UI:Preferences:General:Title' => 'Général',
|
||||
'UI:Preferences:General:Theme' => 'Thême',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (défaut)',
|
||||
'UI:Preferences:Lists:Title' => 'Listes',
|
||||
'UI:Preferences:RichText:Title' => 'Éditeur texte riche',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Affichage par défaut de la barre d\'outil',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Déplié',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Replié',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Panneau d\'activité',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulaire de saisie ouvert par défaut',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'État du formulaire de saisie lors de l\'affichage d\'un objet. Si la case est décochée, le formulaire pourra être ouvert en utilisant l\'icone "Nouvelle entrée".',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Raccourcis clavier de l\'application',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Saisissez un raccourci clavier',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Enregistrer un raccourci clavier',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Réinitialiser',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Remet les raccourcis claviers par défaut',
|
||||
'UI:Preferences:Tabs:Title' => 'Onglets',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Affichage',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classique',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Défilement',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Avatar de l\'utilisateur',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Choisissez un avatar qui sera affiché si le contact associé à votre compte utilisateur n\'en possède pas',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'UI:Preferences:Title' => 'Voorkeuren',
|
||||
'UI:Preferences:UserInterface:Title' => 'Gebruikersinterface',
|
||||
'UI:Preferences:General:Title' => 'Algemeen',
|
||||
'UI:Preferences:General:Theme' => 'Thema',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (standaard)',
|
||||
'UI:Preferences:Lists:Title' => 'Lijsten',
|
||||
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Standaard status werkbalk',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Uitgeklapt~~',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Ingeklapt~~',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Activiteitenpaneel',
|
||||
'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' => 'Sneltoetsen',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Typ een sneltoets',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Neem een sneltoets op',
|
||||
'UI:Preferences:Tabs:Title' => 'Tabs',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontaal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticaal',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigatie',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klassiek',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollbaar',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Gebruikersafbeelding placeholder',
|
||||
'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' => 'Voorkeuren',
|
||||
'UI:Preferences:UserInterface:Title' => 'Gebruikersinterface',
|
||||
'UI:Preferences:General:Title' => 'Algemeen',
|
||||
'UI:Preferences:General:Theme' => 'Thema',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (standaard)',
|
||||
'UI:Preferences:Lists:Title' => 'Lijsten',
|
||||
'UI:Preferences:RichText:Title' => 'Rich text editor~~',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Standaard status werkbalk',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Uitgeklapt~~',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Ingeklapt~~',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Activiteitenpaneel',
|
||||
'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' => 'Sneltoetsen',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Typ een sneltoets',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Neem een sneltoets op',
|
||||
'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' => 'Horizontaal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticaal',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigatie',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klassiek',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollbaar',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Gebruikersafbeelding placeholder',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', 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~~',
|
||||
));
|
||||
|
||||
@@ -18,29 +18,31 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'UI:Preferences:Title' => '首选项',
|
||||
'UI:Preferences:UserInterface:Title' => '用户界面',
|
||||
'UI:Preferences:General:Title' => '概况',
|
||||
'UI:Preferences:General:Theme' => '主题',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
|
||||
'UI:Preferences:Lists:Title' => '列表',
|
||||
'UI:Preferences:RichText:Title' => '富文本编辑器',
|
||||
'UI:Preferences:RichText:ToolbarState' => '工具栏默认状态',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => '展开',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => '折叠',
|
||||
'UI:Preferences:ActivityPanel:Title' => '活动面板',
|
||||
'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' => '程序键盘快捷键~~',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => '请输入键盘快捷键',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut~~',
|
||||
'UI:Preferences:Tabs:Title' => '标签栏',
|
||||
'UI:Preferences:Tabs:Layout:Label' => '布局',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => '水平',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => '垂直',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => '导航',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => '经典',
|
||||
'UI:Preferences:Tabs: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' => '首选项',
|
||||
'UI:Preferences:UserInterface:Title' => '用户界面',
|
||||
'UI:Preferences:General:Title' => '概况',
|
||||
'UI:Preferences:General:Theme' => '主题',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)~~',
|
||||
'UI:Preferences:Lists:Title' => '列表',
|
||||
'UI:Preferences:RichText:Title' => '富文本编辑器',
|
||||
'UI:Preferences:RichText:ToolbarState' => '工具栏默认状态',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => '展开',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => '折叠',
|
||||
'UI:Preferences:ActivityPanel:Title' => '活动面板',
|
||||
'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' => '程序键盘快捷键~~',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => '请输入键盘快捷键',
|
||||
'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' => '标签栏',
|
||||
'UI:Preferences:Tabs:Layout:Label' => '布局',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => '水平',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => '垂直',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => '导航',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => '经典',
|
||||
'UI:Preferences:Tabs: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~~',
|
||||
));
|
||||
|
||||
@@ -375,7 +375,12 @@ JS
|
||||
// - Submit button
|
||||
$oKeyboardShortcutSubmitButton = ButtonUIBlockFactory::MakeForPrimaryAction(Dict::S('UI:Button:Apply'), 'operation', 'apply_keyboard_shortcuts', true);
|
||||
$oKeyboardShortcutToolbar->AddSubBlock($oKeyboardShortcutSubmitButton);
|
||||
|
||||
|
||||
// - Submit button
|
||||
$oKeyboardShortcutResetButton = ButtonUIBlockFactory::MakeForSecondaryAction(Dict::S('UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset'), 'operation', 'reset_keyboard_shortcuts', true);
|
||||
$oKeyboardShortcutResetButton->SetTooltip(Dict::S('UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip'));
|
||||
$oKeyboardShortcutToolbar->AddSubBlock($oKeyboardShortcutResetButton);
|
||||
|
||||
$oContentLayout->AddMainBlock($oKeyboardShortcutBlock);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -703,6 +708,7 @@ try {
|
||||
$aSelectOrgs = utils::ReadMultipleSelection($oFilter);
|
||||
appUserPreferences::SetPref('favorite_orgs', $aSelectOrgs);
|
||||
}
|
||||
$oPage->ResetNavigationMenuLayout();
|
||||
DisplayPreferences($oPage);
|
||||
break;
|
||||
|
||||
@@ -773,6 +779,11 @@ try {
|
||||
}
|
||||
appUserPreferences::SetPref('keyboard_shortcuts', $aShortcutPrefs);
|
||||
|
||||
DisplayPreferences($oPage);
|
||||
break;
|
||||
case 'reset_keyboard_shortcuts':
|
||||
appUserPreferences::UnsetPref('keyboard_shortcuts');
|
||||
|
||||
DisplayPreferences($oPage);
|
||||
break;
|
||||
case 'apply_newsroom_preferences':
|
||||
|
||||
@@ -521,6 +521,18 @@ JS
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Combodo\iTop\Application\UI\Base\Layout\NavigationMenu\NavigationMenu $oNavigationMenuLayout
|
||||
*
|
||||
* @return $this
|
||||
* @uses static::$oNavigationMenuLayout
|
||||
* @since 3.0.0
|
||||
*/
|
||||
public function ResetNavigationMenuLayout()
|
||||
{
|
||||
$this->SetNavigationMenuLayout(NavigationMenuFactory::MakeStandard());
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Combodo\iTop\Application\UI\Base\Layout\TopBar\TopBar
|
||||
* @uses static::$oTopBarLayout
|
||||
|
||||
Reference in New Issue
Block a user