From b78c185e31ab8cc004bc38c73222ac93554cd4ea Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Tue, 5 Sep 2023 00:11:46 +0000 Subject: [PATCH 1/3] Automatically generated installer lang files --- install/lang/ru/langconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/lang/ru/langconfig.php b/install/lang/ru/langconfig.php index 1497bfedf5c..99d54de7be0 100644 --- a/install/lang/ru/langconfig.php +++ b/install/lang/ru/langconfig.php @@ -29,5 +29,5 @@ defined('MOODLE_INTERNAL') || die(); -$string['thisdirection'] = 'ltr'; +$string['thisdirection'] = 'слева направо'; $string['thislanguage'] = 'Русский'; From 1d92692ad4e7ed567c3c529ccb574c614bf40815 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Tue, 5 Sep 2023 14:25:06 +0000 Subject: [PATCH 2/3] Automatically generated installer lang files --- install/lang/ru/langconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/lang/ru/langconfig.php b/install/lang/ru/langconfig.php index 99d54de7be0..1497bfedf5c 100644 --- a/install/lang/ru/langconfig.php +++ b/install/lang/ru/langconfig.php @@ -29,5 +29,5 @@ defined('MOODLE_INTERNAL') || die(); -$string['thisdirection'] = 'слева направо'; +$string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Русский'; From ccc82fc95a6bf5a749cebaf7f7f1da2b0356f24a Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Fri, 8 Sep 2023 00:10:42 +0000 Subject: [PATCH 3/3] Automatically generated installer lang files --- install/lang/no/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/lang/no/install.php b/install/lang/no/install.php index 4f597a74d0e..5ebc2ae13d6 100644 --- a/install/lang/no/install.php +++ b/install/lang/no/install.php @@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die(); $string['admindirname'] = 'Adminmappe'; $string['availablelangs'] = 'Tilgjengelige språkpakker'; $string['chooselanguagehead'] = 'Velg et språk'; -$string['chooselanguagesub'] = 'Velg et språk for installasjonen. Dette språket vil også bli brukt som standardspråk for nettstedet, men det kan endres senere.'; +$string['chooselanguagesub'] = 'Velg et språk for installasjonen. Dette språket vil også bli brukt som standardspråk for portalen, men det kan endres senere.'; $string['clialreadyconfigured'] = 'Konfigurasjonsfilen config.php finnes allerede. Vennligst bruk admin/cli/install_database.php hvis du vil installere Moodle på denne portalen.'; $string['clialreadyinstalled'] = 'Filen config.php eksisterer allerede. Vennligst bruk admin/cli/install_database.php hvis du vil oppgradere Moodle på denne portalen.'; $string['cliinstallheader'] = 'Moodle {$a} kommandolinje installasjonsprogram';