diff options
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.php')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index 7ae043c4098..492516863d4 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -6,9 +6,6 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "No files have been shared with you yet.", "You haven't shared any files yet." => "You haven't shared any files yet.", "You haven't shared any files by link yet." => "You haven't shared any files by link yet.", -"Could not load template" => "Could not load template", -"Saved" => "Saved", -"Reset" => "Reset", "Shared by {owner}" => "Shared by {owner}", "Shared by" => "Shared by", "This share is password-protected" => "This share is password-protected", @@ -24,10 +21,6 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.", "Download" => "Download", "Download %s" => "Download %s", -"Direct link" => "Direct link", -"Mail templates" => "Mail templates", -"Theme" => "Theme", -"Template" => "Template", -"Save" => "Save" +"Direct link" => "Direct link" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |