Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml
2024-03-24 03:28:14 +11:00

63 lines
6 KiB
XML

<?xml version="1.0"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Command List -->
<system:String x:Key="flowlauncher_plugin_sys_command">Opdracht</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">Beschrijving</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String>
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String>
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String>
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Afsluiten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher&quot;</system:String>
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Instellingen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Reload Plugin Data</system:String>
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
<!-- Command Descriptions -->
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Computer afsluiten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Computer opnieuw opstarten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Start de computer opnieuw op met geavanceerde opstartopties voor veilige en foutopsporing modi en andere opties</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off">Afmelden</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock">Deze computer vergrendelen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_exit">Sluit Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart">Flow Launcher herstarten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep">De computer in slaapstand zetten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Prullenbak leegmaken</system:String>
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate">De computer in sluimerstand zetten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Sla alle Flow Launcher instellingen op</system:String>
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Vernieuwt plugin data met nieuwe inhoud</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open de locatie van Flow Launcher's log bestand</system:String>
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Controleer op nieuwe Flow Launcher update</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Bezoek Flow Launcher's documentatie voor meer hulp en tips</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open de locatie waar Flow Launcher's instellingen worden opgeslagen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">Toggle Game Mode</system:String>
<!-- Dialogs -->
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Succesvol</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">Alle Flow Launcher instellingen opgeslagen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Alle toepasselijke plugin gegevens zijn herladen</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Weet u zeker dat u de computer wilt uitschakelen?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Weet u zeker dat u de computer wilt herstarten?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Weet u zeker dat u de computer wilt herstarten met geavanceerde opstartopties?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Systeemopdrachten</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Voorziet in systeem gerelateerde opdrachten. bijv.: afsluiten, vergrendelen, instellingen, enz.</system:String>
</ResourceDictionary>