Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nb.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83c054579953b593e0eddb43073d2a4a073f4391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Nylige statuser",
    "In a meeting" : "I et møte",
    "Commuting" : "Pendler",
    "Out sick" : "Syk",
    "Vacationing" : "På ferie",
    "Working remotely" : "Jobber utenfra",
    "User status" : "Brukerstatus",
    "Clear status message after" : "Fjern statusmelding etter",
    "What's your status?" : "Hva er din status?",
    "Set status" : "Velg status",
    "Status message" : "Statusmelding",
    "Clear status message" : "Fjern statusmelding",
    "Set status message" : "Velg statusmelding",
    "There was an error saving the status" : "Det oppstod en feil ved lagring av status",
    "There was an error clearing the status" : "Det oppstod en feil ved fjerning av status",
    "No recent status changes" : "Ingen nylige statusendringer",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "Ikke fjern",
    "Today" : "I dag",
    "This week" : "Denne uken",
    "Online" : "Pålogget",
    "Away" : "Borte",
    "Do not disturb" : "Ikke forstyrr",
    "Invisible" : "Usynlig",
    "Offline" : "Frakoblet",
    "There was an error saving the new status" : "Det oppstod en feil ved lagring av ny status",
    "30 minutes" : "halvtime",
    "1 hour" : "1 time",
    "4 hours" : "4 timer",
    "Mute all notifications" : "Demp alle varslinger",
    "Clear status after" : "Fjern status etter"
},
"nplurals=2; plural=(n != 1);");