Language changes

- Refactor Plugins.php language keys
- Correct spacing between key and `=>`
- Replaced `"` with `'` to avoid calling the PHP string parser
- Propagated Plugins.php language string file to other languages
- removed redundant `plugin_` from key names

Signed-off-by: objec <objecttothis@gmail.com>
This commit is contained in:
objec committed 2026-04-29 11:28:26 +04:00
1 parent 32997d48c0
commit 97adee0c28
48 files changed
+1255 -40

No files matched your search

+27
View File
@@ -0,0 +1,27 @@
<?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_found' => 'Geen plugins gevonden',
'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',
];