mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
49 lines
3.5 KiB
PHP
49 lines
3.5 KiB
PHP
<?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' => '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 Formular 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' => 'Zurücksetzen',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Auf den Standard-Keyboard-Shortcut zurücksetzen',
|
|
'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.',
|
|
));
|