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
beep
JoeStone13 2020-10-19 18:51:02 +02:00 committed by GitHub
parent 1ce8ecd6ed
commit 16ef9e07ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 0 deletions

7
pages.no/common/false.md Normal file
View File

@ -0,0 +1,7 @@
# false
> Returner en utgangskode på 1.
- Returner en utgangskode på 1:
`false`

View File

@ -0,0 +1,7 @@
# logname
> Viser brukerens login navn.
- Vis brukerens nåværende innloggings navn:
`logname`

7
pages.no/common/time.md Normal file
View File

@ -0,0 +1,7 @@
# time
> See hvor lang en kommand tar.
- Tid "ls":
`time ls`

7
pages.no/common/tty.md Normal file
View File

@ -0,0 +1,7 @@
# tty
> Returner terminal navn.
- Print fil navnet fra denne terminalen:
`tty`

View File

@ -0,0 +1,7 @@
# unclutter
> Gjemmer musepekeren.
- Gjem musepekeren etter 3 sekunder:
`unclutter -idle {{3}}`