diff options
Diffstat (limited to 'apps/dav/l10n/en_GB.js')
-rw-r--r-- | apps/dav/l10n/en_GB.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 21702aaeb23..c72e7e00ec1 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "Where: %s", "%1$s via %2$s" : "%1$s via %2$s", "Cancelled: %1$s" : "Cancelled: %1$s", - "Invitation canceled" : "Invitation canceled", "Re: %1$s" : "Re: %1$s", - "Invitation updated" : "Invitation updated", "Invitation: %1$s" : "Invitation: %1$s", - "Invitation" : "Invitation", + "Organizer:" : "Organiser:", + "Attendees:" : "Attendees:", "Title:" : "Title:", "Time:" : "Time:", "Location:" : "Location:", "Link:" : "Link:", - "Organizer:" : "Organiser:", - "Attendees:" : "Attendees:", "Accept" : "Accept", "Decline" : "Decline", "More options …" : "More options …", @@ -192,6 +189,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "You solved todo {todo} in list {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} reopened todo {todo} in list {calendar}", "You reopened todo {todo} in list {calendar}" : "You reopened todo {todo} in list {calendar}", - "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified" + "A calendar <strong>todo</strong> was modified" : "A calendar <strong>todo</strong> was modified", + "Invitation canceled" : "Invitation canceled", + "Invitation updated" : "Invitation updated", + "Invitation" : "Invitation" }, "nplurals=2; plural=(n != 1);"); |