mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Correct key name in language files. - Update translations. - Correct key usage. Signed-off-by: objec <objecttothis@gmail.com>
28 lines
1.3 KiB
PHP
28 lines
1.3 KiB
PHP
<?php
|
|
return [
|
|
'actions' => 'Acties',
|
|
'active' => 'Actief',
|
|
'configure' => 'Configureren',
|
|
'description' => 'Beschrijving',
|
|
'disable' => 'Uitschakelen',
|
|
'disable_failed' => 'Plugin uitschakelen mislukt',
|
|
'disabled' => 'Plugin succesvol uitgeschakeld',
|
|
'enable' => 'Inschakelen',
|
|
'enable_failed' => 'Plugin inschakelen mislukt',
|
|
'enabled' => 'Plugin succesvol ingeschakeld',
|
|
'inactive' => 'Inactief',
|
|
'management' => 'Pluginbeheer',
|
|
'name' => 'Pluginnaam',
|
|
'no_config' => 'Deze plugin heeft geen configuratieopties',
|
|
'no_plugins_to_display' => 'Geen plugins om te tonen',
|
|
'not_found' => 'Plugin niet gevonden',
|
|
'plugins' => 'Plugins',
|
|
'settings_save_failed' => 'Plugin-instellingen opslaan mislukt',
|
|
'settings_saved' => 'Plugin-instellingen succesvol opgeslagen',
|
|
'status' => 'Status',
|
|
'uninstall' => 'Verwijderen',
|
|
'uninstall_failed' => 'Plugin verwijderen mislukt',
|
|
'uninstalled' => 'Plugin succesvol verwijderd',
|
|
'version' => 'Versie',
|
|
];
|