summaryrefslogtreecommitdiffstats
path: root/apps/user_status/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-11-23 02:18:10 +0000
committerNextcloud bot <bot@nextcloud.com>2022-11-23 02:18:10 +0000
commitb8074ae007223d6304ac3ba4ada8836c3b344d9e (patch)
treeb19576847866faa92a6fab5d478b2cbe7f4d53ed /apps/user_status/l10n
parent53195cbf3a11592935cdd83f9cdd50fd378ced04 (diff)
downloadnextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.tar.gz
nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r--apps/user_status/l10n/en_GB.js17
-rw-r--r--apps/user_status/l10n/en_GB.json17
2 files changed, 34 insertions, 0 deletions
diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js
index 26c285a78f7..716f69cbbd7 100644
--- a/apps/user_status/l10n/en_GB.js
+++ b/apps/user_status/l10n/en_GB.js
@@ -1,23 +1,40 @@
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"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_status/l10n/en_GB.json b/apps/user_status/l10n/en_GB.json
index 355189331d9..765ed0b4fc4 100644
--- a/apps/user_status/l10n/en_GB.json
+++ b/apps/user_status/l10n/en_GB.json
@@ -1,21 +1,38 @@
{ "translations": {
+ "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"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file