mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
e218d1f98e
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
38 lines
1.4 KiB
JavaScript
38 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Recent statuses" : "Recent statuses",
|
|
"No recent status changes" : "No recent status changes",
|
|
"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",
|
|
"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",
|
|
"Don't clear" : "Don't clear",
|
|
"Today" : "Today",
|
|
"This week" : "This week",
|
|
"Online" : "Online",
|
|
"Away" : "Away",
|
|
"Do not disturb" : "Do not disturb",
|
|
"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"
|
|
},
|
|
"nplurals=1; plural=0;");
|