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' => 'Aktionen',
|
|
'active' => 'Aktiv',
|
|
'configure' => 'Konfigurieren',
|
|
'description' => 'Beschreibung',
|
|
'disable' => 'Deaktivieren',
|
|
'disable_failed' => 'Plugin konnte nicht deaktiviert werden',
|
|
'disabled' => 'Plugin erfolgreich deaktiviert',
|
|
'enable' => 'Aktivieren',
|
|
'enable_failed' => 'Plugin konnte nicht aktiviert werden',
|
|
'enabled' => 'Plugin erfolgreich aktiviert',
|
|
'inactive' => 'Inaktiv',
|
|
'management' => 'Plugin-Verwaltung',
|
|
'name' => 'Plugin-Name',
|
|
'no_config' => 'Dieses Plugin hat keine Konfigurationsoptionen',
|
|
'no_plugins_to_display' => 'Keine Plugins anzuzeigen',
|
|
'not_found' => 'Plugin nicht gefunden',
|
|
'plugins' => 'Plugins',
|
|
'settings_save_failed' => 'Plugin-Einstellungen konnten nicht gespeichert werden',
|
|
'settings_saved' => 'Plugin-Einstellungen erfolgreich gespeichert',
|
|
'status' => 'Status',
|
|
'uninstall' => 'Deinstallieren',
|
|
'uninstall_failed' => 'Plugin konnte nicht deinstalliert werden',
|
|
'uninstalled' => 'Plugin erfolgreich deinstalliert',
|
|
'version' => 'Version',
|
|
];
|