From 9325f1ea4699e22e040430c99a2987aae1bae835 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Sat, 18 Oct 2025 00:08:01 +0000 Subject: [PATCH] Automatically generated installer lang files --- public/install/lang/fo/admin.php | 1 + public/install/lang/fo/install.php | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 public/install/lang/fo/install.php diff --git a/public/install/lang/fo/admin.php b/public/install/lang/fo/admin.php index a619c73b712..01b938c7f34 100644 --- a/public/install/lang/fo/admin.php +++ b/public/install/lang/fo/admin.php @@ -31,3 +31,4 @@ defined('MOODLE_INTERNAL') || die(); $string['clianswerno'] = ''; $string['cliansweryes'] = ''; +$string['cliincorrectvalueretry'] = 'Skeivt virði, vinarliga royn aftur'; diff --git a/public/install/lang/fo/install.php b/public/install/lang/fo/install.php new file mode 100644 index 00000000000..aaac9482e4d --- /dev/null +++ b/public/install/lang/fo/install.php @@ -0,0 +1,32 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link https://moodledev.io/general/projects/api/amos}) using the + * list of strings defined in public/install/stringnames.txt file. + * + * @package installer + * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';