diff options
Diffstat (limited to 'apps/user_status/l10n/en_GB.js')
-rw-r--r-- | apps/user_status/l10n/en_GB.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js index c83b9eacba7..d59fef95f73 100644 --- a/apps/user_status/l10n/en_GB.js +++ b/apps/user_status/l10n/en_GB.js @@ -2,6 +2,7 @@ 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", @@ -28,14 +29,12 @@ OC.L10N.register( "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", "There was an error reverting the status" : "There was an error reverting 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", + "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", @@ -43,6 +42,7 @@ OC.L10N.register( "1 hour" : "1 hour", "4 hours" : "4 hours", "Mute all notifications" : "Mute all notifications", - "Appear offline" : "Appear offline" + "Appear offline" : "Appear offline", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=2; plural=(n != 1);"); |