Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/en_GB.php')
-rw-r--r--apps/files_trashbin/l10n/en_GB.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/en_GB.php b/apps/files_trashbin/l10n/en_GB.php
deleted file mode 100644
index b2715dfceb7..00000000000
--- a/apps/files_trashbin/l10n/en_GB.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Couldn't delete %s permanently" => "Couldn't delete %s permanently",
-"Couldn't restore %s" => "Couldn't restore %s",
-"Deleted files" => "Deleted files",
-"Restore" => "Restore",
-"Error" => "Error",
-"restored" => "restored",
-"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
-"Name" => "Name",
-"Deleted" => "Deleted",
-"Delete" => "Delete"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";