mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
50 lines
2.8 KiB
PHP
50 lines
2.8 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
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:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
|
|
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
|
|
'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:General:Toasts' => 'Toast notifications position~~',
|
|
'UI:Preferences:General:Toasts:Bottom' => 'Bottom~~',
|
|
'UI:Preferences:General:Toasts:Top' => 'Top~~',
|
|
'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.',
|
|
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
|
|
'UI:Preferences:Notifications' => 'Notifications~~',
|
|
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.~~',
|
|
|
|
));
|