From 16ef9e07efeda6393c9f318d85b1f5733b2bef90 Mon Sep 17 00:00:00 2001 From: JoeStone13 Date: Mon, 19 Oct 2020 18:51:02 +0200 Subject: [PATCH] false, logname, time, tty, unclutter: Add Norwegian translation (#4731) * false: add Norwegian translation * logname: add Norwegian translation * time: add Norwegian translation * tty: add Norwegian translation * unclutter: add Norwegian translation * false: corrected changes --- pages.no/common/false.md | 7 +++++++ pages.no/common/logname.md | 7 +++++++ pages.no/common/time.md | 7 +++++++ pages.no/common/tty.md | 7 +++++++ pages.no/common/unclutter.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 pages.no/common/false.md create mode 100644 pages.no/common/logname.md create mode 100644 pages.no/common/time.md create mode 100644 pages.no/common/tty.md create mode 100644 pages.no/common/unclutter.md diff --git a/pages.no/common/false.md b/pages.no/common/false.md new file mode 100644 index 0000000000..ad86208726 --- /dev/null +++ b/pages.no/common/false.md @@ -0,0 +1,7 @@ +# false + +> Returner en utgangskode på 1. + +- Returner en utgangskode på 1: + +`false` diff --git a/pages.no/common/logname.md b/pages.no/common/logname.md new file mode 100644 index 0000000000..3f55e17edc --- /dev/null +++ b/pages.no/common/logname.md @@ -0,0 +1,7 @@ +# logname + +> Viser brukerens login navn. + +- Vis brukerens nåværende innloggings navn: + +`logname` diff --git a/pages.no/common/time.md b/pages.no/common/time.md new file mode 100644 index 0000000000..ee60cff87a --- /dev/null +++ b/pages.no/common/time.md @@ -0,0 +1,7 @@ +# time + +> See hvor lang en kommand tar. + +- Tid "ls": + +`time ls` diff --git a/pages.no/common/tty.md b/pages.no/common/tty.md new file mode 100644 index 0000000000..b741416937 --- /dev/null +++ b/pages.no/common/tty.md @@ -0,0 +1,7 @@ +# tty + +> Returner terminal navn. + +- Print fil navnet fra denne terminalen: + +`tty` diff --git a/pages.no/common/unclutter.md b/pages.no/common/unclutter.md new file mode 100644 index 0000000000..29e53af3c3 --- /dev/null +++ b/pages.no/common/unclutter.md @@ -0,0 +1,7 @@ +# unclutter + +> Gjemmer musepekeren. + +- Gjem musepekeren etter 3 sekunder: + +`unclutter -idle {{3}}`