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

en_GB.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2eb26c166678ad7607f459a0eef2aeaeda400182 (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
OC.L10N.register(
    "user_status",
    {
    "Clear status message after" : "Clear status message 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",
    "Away" : "Away",
    "Do not disturb" : "Do not disturb",
    "Don't clear" : "Don't clear",
    "Today" : "Today",
    "This week" : "This week",
    "Online" : "Online",
    "Invisible" : "Invisible",
    "Offline" : "Offline",
    "30 minutes" : "30 minutes",
    "1 hour" : "1 hour",
    "4 hours" : "4 hours",
    "What's your status?" : "What's your status?"
},
"nplurals=2; plural=(n != 1);");