1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
OC.L10N.register(
"user_status",
{
"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",
"Clear status message after" : "Clear status message after"
},
"nplurals=2; plural=(n != 1);");
|