diff options
Diffstat (limited to 'apps/user_status/l10n/en_GB.js')
-rw-r--r-- | apps/user_status/l10n/en_GB.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js new file mode 100644 index 00000000000..2eb26c16667 --- /dev/null +++ b/apps/user_status/l10n/en_GB.js @@ -0,0 +1,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);"); |