mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
49 lines
3.3 KiB
PHP
49 lines
3.3 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('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' => 'Invoerformulier standaard opengeklapt',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Of het invulformulier standaard opengeklapt is terwijl een object getoond wordt. Als dit uitgevinkt is, kan je het nog altijd openen door op de "Log toevoegen"-knop te klikken.',
|
|
'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' => 'Terugzetten naar de standaard sneltoetsen',
|
|
'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+' => 'Kies een standaard afbeelding die getoond wordt als het contact gelinkt aan jouw gebruiker geen eigen afbeelding heeft.',
|
|
));
|