1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
OC.L10N.register(
"user_status",
{
"Clear status message after" : "Rensa statusmeddelande efter",
"What's your status?" : "Vad är din status?",
"Set status" : "Sätt status",
"Online status" : "Online-status",
"Status message" : "Statusmeddelande",
"Clear status message" : "Rensa statusmeddelande",
"Set status message" : "Sätt statusmeddelande",
"Away" : "Iväg",
"Do not disturb" : "Stör ej",
"Don't clear" : "Rensa inte",
"Today" : "Idag",
"This week" : "Denna vecka",
"Online" : "Online",
"Invisible" : "Osynlig",
"Offline" : "Offline",
"30 minutes" : "30 minuter",
"1 hour" : "1 timme"
},
"nplurals=2; plural=(n != 1);");
|