summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/en_GB.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-18 11:50:02 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-18 11:50:02 -0400
commit6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff (patch)
treeeaa3d40397219d2d4d0b114fc99af36d11137d88 /apps/files_trashbin/l10n/en_GB.php
parent817b8d151b2a3ad6f3e9758397a6f8d8033e39c3 (diff)
downloadnextcloud-server-6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff.tar.gz
nextcloud-server-6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/en_GB.php')
-rw-r--r--apps/files_trashbin/l10n/en_GB.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/en_GB.php b/apps/files_trashbin/l10n/en_GB.php
new file mode 100644
index 00000000000..bcfcfc86240
--- /dev/null
+++ b/apps/files_trashbin/l10n/en_GB.php
@@ -0,0 +1,19 @@
+<?php
+$TRANSLATIONS = array(
+"Couldn't delete %s permanently" => "Couldn't delete %s permanently",
+"Couldn't restore %s" => "Couldn't restore %s",
+"perform restore operation" => "perform restore operation",
+"Error" => "Error",
+"delete file permanently" => "delete file permanently",
+"Delete permanently" => "Delete permanently",
+"Name" => "Name",
+"Deleted" => "Deleted",
+"_%n folder_::_%n folders_" => array("","%n folders"),
+"_%n file_::_%n files_" => array("","%n files"),
+"restored" => "restored",
+"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
+"Restore" => "Restore",
+"Delete" => "Delete",
+"Deleted Files" => "Deleted Files"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";