diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 69038d18aad..13bb45388fc 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -114,9 +114,6 @@ OC.L10N.register( "remote" : "remote", "Unshare" : "Unshare", "can edit" : "can edit", - "create" : "create", - "change" : "change", - "delete" : "delete", "access control" : "access control", "Could not unshare" : "Could not unshare", "Share details could not be loaded for this item." : "Share details could not be loaded for this item.", @@ -302,6 +299,9 @@ OC.L10N.register( "Send link via email" : "Send link via email", "notify by email" : "notify by email", "can share" : "can share", + "create" : "create", + "change" : "change", + "delete" : "delete", "{sharee} (at {server})" : "{sharee} (at {server})", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", "Share with users…" : "Share with users…", |