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_versions/l10n/eo.php')
-rw-r--r--apps/files_versions/l10n/eo.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/eo.php b/apps/files_versions/l10n/eo.php
deleted file mode 100644
index cfd8b1845cb..00000000000
--- a/apps/files_versions/l10n/eo.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Could not revert: %s" => "Ne eblas malfari: %s",
-"Versions" => "Versioj",
-"Failed to revert {file} to revision {timestamp}." => "Malsukcesis returnigo de {file} al la revizio {timestamp}.",
-"More versions..." => "Pli da versioj...",
-"No other versions available" => "Ne disponeblas aliaj versioj",
-"Restore" => "RestaĆ­ri"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";