Skip to content

Commit b33f272

Browse files
committed
Language: Fix language variables in admin page
1 parent 983ba90 commit b33f272

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

src/CoreBundle/Controller/Admin/IndexBlocksController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private function getItemsUsers(): array
151151
$items[] = [
152152
'class' => 'item-user-import',
153153
'url' => $this->generateUrl('legacy_main', ['name' => 'admin/user_import.php']),
154-
'label' => $this->translator->trans('Import users listImport users list'),
154+
'label' => $this->translator->trans('Import users list'),
155155
];
156156
$items[] = [
157157
'class' => 'item-user-import-update',
@@ -494,19 +494,19 @@ private function getItemsPlatform(): array
494494
$items[] = [
495495
'class' => 'item-lti-admin',
496496
'url' => $this->generateUrl('chamilo_lti_admin'),
497-
'label' => $this->translator->trans('External tools'),
497+
'label' => $this->translator->trans('External tools (LTI)'),
498498
];
499499

500500
$items[] = [
501501
'class' => 'item-contact-category-admin',
502502
'url' => $this->generateUrl('chamilo_contact_category_index'),
503-
'label' => $this->translator->trans('Contact categories'),
503+
'label' => $this->translator->trans('Contact form categories'),
504504
];
505505

506506
$items[] = [
507507
'class' => 'item-system-template-admin',
508508
'url' => $this->generateUrl('legacy_main', ['name' => 'admin/settings.php', 'category' => 'Templates']),
509-
'label' => $this->translator->trans('System Templates'),
509+
'label' => $this->translator->trans('System templates'),
510510
];
511511

512512
return $items;

translations/messages.en.po

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27657,3 +27657,21 @@ msgstr "Closed sessions"
2765727657

2765827658
msgid "Add training sessions to categories"
2765927659
msgstr "Add training sessions to categories"
27660+
27661+
msgid "News from Chamilo"
27662+
msgstr "News from Chamilo"
27663+
27664+
msgid "System templates"
27665+
msgstr "System templates"
27666+
27667+
msgid "Contact form categories"
27668+
msgstr "Contact form categories"
27669+
27670+
msgid "External tools (LTI)"
27671+
msgstr "External tools (LTI)"
27672+
27673+
msgid "Add course"
27674+
msgstr "Add course"
27675+
27676+
msgid "Add a user to a course"
27677+
msgstr "Add a user to a course"

translations/messages.pot

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27656,3 +27656,21 @@ msgstr ""
2765627656

2765727657
msgid "Add training sessions to categories"
2765827658
msgstr ""
27659+
27660+
msgid "News from Chamilo"
27661+
msgstr ""
27662+
27663+
msgid "System templates"
27664+
msgstr ""
27665+
27666+
msgid "Contact form categories"
27667+
msgstr ""
27668+
27669+
msgid "External tools (LTI)"
27670+
msgstr ""
27671+
27672+
msgid "Add course"
27673+
msgstr ""
27674+
27675+
msgid "Add a user to a course"
27676+
msgstr ""

0 commit comments

Comments
 (0)