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

hu.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a19898c6d63ee8c0fae23e200f9a32642ae4733b (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
37
OC.L10N.register(
    "user_status",
    {
    "In a meeting" : "Találkozón",
    "Commuting" : "Ingázás",
    "Out sick" : "Beteg szabadság",
    "Vacationing" : "Nyaralás",
    "Working remotely" : "Távoli munkavégzés",
    "User status" : "Felhasználói állapot",
    "Clear status message after" : "Állapotüzenet törlése ennyi idő után:",
    "What's your status?" : "Mi az állapota?",
    "Set status" : "Állapot beállítása",
    "Online status" : "Online állapot",
    "Status message" : "Állapotüzenet",
    "Clear status message" : "Állapotüzenet törlése",
    "Set status message" : "Állapotüzenet beállítása",
    "There was an error saving the status" : "Hiba történt az állapot mentésekor",
    "There was an error clearing the status" : "Hiba történt az állapot törlésekor",
    "No recent status changes" : "Nincsenek legutóbbi állapotváltozások",
    "Away" : "Távol",
    "Do not disturb" : "Ne zavarjanak",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "Ne törölje",
    "Today" : "Ma",
    "This week" : "Ez a hét",
    "Online" : "Online",
    "Invisible" : "Láthatatlan",
    "Offline" : "Offline",
    "There was an error saving the new status" : "Hiba történt az új állapot mentésekor",
    "30 minutes" : "30 perc",
    "1 hour" : "1 óra",
    "4 hours" : "4 óra",
    "Mute all notifications" : "Összes értesítés némítása",
    "Appear offline" : "Offline módon jelenik meg",
    "Clear status after" : "Állapot törlése ennyi idő után"
},
"nplurals=2; plural=(n != 1);");