mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-08 11:34:04 -04:00
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:
1 parent
32997d48c0
commit
97adee0c28
48 files changed
+1255
-40
No files matched your search
@@ -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',
|
||||
];
|
||||
Reference in new issue
Block a user