mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Dictionaries: Group files by block for an easier navigation through them
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', 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~~',
|
||||
));
|
||||
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
|
||||
// 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',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2021 Combodo SARL
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
// 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~~',
|
||||
));
|
||||
Reference in New Issue
Block a user