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

uz.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8b31f7f4d243da7935c8e46c89229d9582c2f61 (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
38
39
40
41
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Recent statuses",
    "In a meeting" : "In a meeting",
    "Commuting" : "Commuting",
    "Out sick" : "Out sick",
    "Vacationing" : "Vacationing",
    "Working remotely" : "Working remotely",
    "In a call" : "In a call",
    "User status" : "User status",
    "View profile" : "View profile",
    "Clear status after" : "Clear status after",
    "What is your status?" : "What is your status?",
    "Set status" : "Set status",
    "Online status" : "Online status",
    "Status message" : "Status message",
    "Clear status message" : "Clear status message",
    "Set status message" : "Set status message",
    "There was an error saving the status" : "There was an error saving the status",
    "There was an error clearing the status" : "There was an error clearing the status",
    "No recent status changes" : "No recent status changes",
    "Away" : "Away",
    "Do not disturb" : "Do not disturb",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "Don't clear",
    "Today" : "Today",
    "This week" : "This week",
    "Online" : "Online",
    "Invisible" : "Invisible",
    "Offline" : "Offline",
    "There was an error saving the new status" : "There was an error saving the new status",
    "30 minutes" : "30 minutes",
    "1 hour" : "1 hour",
    "4 hours" : "4 hours",
    "Mute all notifications" : "Mute all notifications",
    "Appear offline" : "Appear offline",
    "Clear status message after" : "Clear status message after",
    "What's your status?" : "What's your status?"
},
"nplurals=1; plural=0;");