diff options
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.js')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index bb05383c93e..58cd53b0672 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -210,6 +210,10 @@ OC.L10N.register( "Expires {relativetime}" : "Expires {relativetime}", "this share just expired." : "this share just expired.", "Shared with you by {owner}" : "Shared with you by {owner}", + "_Accept share_::_Accept shares_" : ["Accept share","Accept shares"], + "Open in files" : "Open in files", + "_Reject share_::_Reject shares_" : ["Reject share","Reject shares"], + "_Restore share_::_Restore shares_" : ["Restore share","Restore shares"], "Link to a file" : "Link to a file", "Error creating the share: {errorMessage}" : "Error creating the share: {errorMessage}", "Error creating the share" : "Error creating the share", @@ -229,11 +233,17 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "Shared with you and the conversation {conversation} by {owner}", "Shared with you in a conversation by {owner}" : "Shared with you in a conversation by {owner}", "Shares" : "Shares", + "Overview of shared files." : "Overview of shared files.", "Shared with you" : "Shared with you", + "List of files that are shared with you." : "List of files that are shared with you.", "Shared with others" : "Shared with others", + "List of files that you shared with others." : "List of files that you shared with others.", "Shared by link" : "Shared by link", + "List of files that are shared by link." : "List of files that are shared by link.", "Deleted shares" : "Deleted shares", + "List of shares that you removed yourself from." : "List of shares that you removed yourself from.", "Pending shares" : "Pending shares", + "List of unapproved shares." : "List of unapproved shares.", "No entries found in this folder" : "No entries found in this folder", "Name" : "Name", "Share time" : "Share time", |