From 092719346b63a2a64515ffbfbedda24483c2e27d Mon Sep 17 00:00:00 2001 From: "Johnny A. Solbu" Date: Sun, 15 Jan 2023 16:21:24 +0100 Subject: Update norwegian translation --- po/nb_NO.UTF-8.po | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/po/nb_NO.UTF-8.po b/po/nb_NO.UTF-8.po index 6e4ed14..3eda716 100644 --- a/po/nb_NO.UTF-8.po +++ b/po/nb_NO.UTF-8.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: remove-old-kernels\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 12:28+0000\n" -"PO-Revision-Date: 2023-01-15 05:50+0100\n" +"PO-Revision-Date: 2023-01-15 16:20+0100\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" "Language: nb_NO\n" @@ -141,10 +141,8 @@ msgstr "Kommandoer som vil bli brukt" msgid "Command that would be used" msgstr "Kommando som vil bli brukt" -#, fuzzy -#| msgid "Tap spacebar" msgid "Tap spacebar to exit" -msgstr "Trykk på mellomromstasten" +msgstr "Trykk på mellomromstasten for å avslutte" msgid "Test mode is on - kernels will not be removed" msgstr "Testmodus er på - kjerner blir ikke fjernet" -- cgit v1.2.1 From 26a493715b754f93e949757c7feb7ffea199e78e Mon Sep 17 00:00:00 2001 From: "Johnny A. Solbu" Date: Sun, 15 Jan 2023 16:24:37 +0100 Subject: gitignore: Don't track mo files in the po folder. (po file editors create them when saving) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b72f9be..f60da5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ *.swp +po/*.mo -- cgit v1.2.1