diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 0f83e909b39..8880ee682bd 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -148,14 +148,13 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" : "Sharing backend %s not found", "Sharing backend for %s not found" : "Sharing backend for %s not found", - "%1$s shared »%2$s« with you" : "%1$s shared »%2$s« with you", - "%1$s shared »%2$s« with you." : "%1$s shared »%2$s« with you.", + "%1$s shared %2$s with you" : "%1$s shared %2$s with you", "Click the button below to open it." : "Click the button below to open it.", - "Open »%s«" : "Open »%s«", + "Open %s" : "Open %s", "%1$s via %2$s" : "%1$s via %2$s", - "%1$s shared »%2$s« with you and wants to add:" : "%1$s shared »%2$s« with you and wants to add:", - "%1$s shared »%2$s« with you and wants to add" : "%1$s shared »%2$s« with you and wants to add", - "»%s« added a note to a file shared with you" : "»%s« added a note to a file shared with you", + "%1$s shared %2$s with you and wants to add:" : "%1$s shared %2$s with you and wants to add:", + "%1$s shared %2$s with you and wants to add" : "%1$s shared %2$s with you and wants to add", + "%s added a note to a file shared with you" : "%s added a note to a file shared with you", "Passwords are enforced for link and mail shares" : "Passwords are enforced for link and mail shares", "Share recipient is not a valid user" : "Share recipient is not a valid user", "Share recipient is not a valid group" : "Share recipient is not a valid group", @@ -436,7 +435,13 @@ OC.L10N.register( "Oracle username and/or password not valid" : "Oracle username and/or password not valid", "PostgreSQL username and/or password not valid" : "PostgreSQL username and/or password not valid", "Set an admin username." : "Set an admin username.", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s shared »%2$s« with you and wants to add:", + "%1$s shared »%2$s« with you and wants to add" : "%1$s shared »%2$s« with you and wants to add", + "»%s« added a note to a file shared with you" : "»%s« added a note to a file shared with you", + "Open »%s«" : "Open »%s«", "Sharing %s failed, because this item is already shared with user %s" : "Sharing %s failed, because this item is already shared with user %s", + "%1$s shared »%2$s« with you" : "%1$s shared »%2$s« with you", + "%1$s shared »%2$s« with you." : "%1$s shared »%2$s« with you.", "The username is already being used" : "The username is already being used", "Could not create user" : "Could not create user", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"", |