admin templates - & error phrases

This commit is contained in:
cgfhtw
2022-04-28 08:56:38 +02:00
parent 899e2e18df
commit 63142f58d5
+160
View File
@@ -14356,6 +14356,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'new.error.nosourcecourse.title',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Fehler",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Error",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'new.error.nosourcecourse.msg',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Dieser Moodle Kurs ist keinem Quellkurs zugeordnet",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "This Moodle Course doesn't have a Source Course",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
@@ -14635,6 +14675,126 @@ array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.template',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Template",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Template",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.oe',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Organisationseinheit",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Organisation unit",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.language',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Sprache",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Language",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.moodle',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Moodle Kurs",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Moodle Course",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.project',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "OP Projekt",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "OP Project",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'kvp',
'phrase' => 'admin.label.version',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "OP Version",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "OP Version",
'description' => '',
'insertvon' => 'system'
)
)
)
);