summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/en_GB.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/en_GB.php')
-rw-r--r--apps/files_versions/l10n/en_GB.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/en_GB.php b/apps/files_versions/l10n/en_GB.php
new file mode 100644
index 00000000000..af22b8fb0b2
--- /dev/null
+++ b/apps/files_versions/l10n/en_GB.php
@@ -0,0 +1,10 @@
+<?php
+$TRANSLATIONS = array(
+"Could not revert: %s" => "Could not revert: %s",
+"Versions" => "Versions",
+"Failed to revert {file} to revision {timestamp}." => "Failed to revert {file} to revision {timestamp}.",
+"More versions..." => "More versions...",
+"No other versions available" => "No other versions available",
+"Restore" => "Restore"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";