From e0a9c96a3f88ed8bf1c281a41ca196963ec4d5bd Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:24:26 +0200 Subject: [PATCH] Updated norwegian in language.h --- src/language.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/language.h b/src/language.h index 82e56a1..7a0fff2 100644 --- a/src/language.h +++ b/src/language.h @@ -3309,8 +3309,8 @@ static const char* const myLanguage[16][205] = { "Lite", // 200 "Mye", // 201 "Alt", // 202 - "Fast PS", // 203 - "Detected applications" // 204 + "Rask PS", // 203 + "Oppdaget applikasjoner" // 204 } }; @@ -3670,4 +3670,4 @@ static const char* const myLanguages[] { "Armenian", "Arabic", "Amharic" -}; \ No newline at end of file +};