Skip to content

Commit

Permalink
OXDEV-8462 Translate admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Jul 16, 2024
1 parent 0700074 commit 13b48da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/admin_twig/de/module_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
'charset' => 'UTF-8',
'tbcluser_greetings' => 'Greetings',

'OEMODULETEMPLATE_GREETING_TITLE' => 'Admin controller example',
'OEMODULETEMPLATE_GREETING_MESSAGE_TEXT' => 'Greeting message: ',
'OEMODULETEMPLATE_NO_GREETING_TEXT' => 'No greeting message added!',
'OEMODULETEMPLATE_ALLOW_GREETING' => 'Allow user to set greeting',
'OEMODULETEMPLATE_HELP_ALLOW_GREETING' => 'Example of extending admin template',
'OEMODULETEMPLATE_GREETING_TITLE' => 'Beispiel Admin Controller',
'OEMODULETEMPLATE_GREETING_MESSAGE_TEXT' => 'Begrüßungsnachricht: ',
'OEMODULETEMPLATE_NO_GREETING_TEXT' => 'Es wurde keine Begrüßungsnachricht hinzugefügt!',
'OEMODULETEMPLATE_ALLOW_GREETING' => 'Benutzer erlauben die Begrüßungsnachricht zu setzen',
'OEMODULETEMPLATE_HELP_ALLOW_GREETING' => 'Beispiel für die Erweiterung des Admin-Templates',

# Module settings
'SHOP_MODULE_GROUP_oemoduletemplate_main' => 'Einstellungen',
Expand Down

0 comments on commit 13b48da

Please sign in to comment.