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/fi_FI.php')
-rw-r--r--apps/files_versions/l10n/fi_FI.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/fi_FI.php b/apps/files_versions/l10n/fi_FI.php
deleted file mode 100644
index fb011df2a13..00000000000
--- a/apps/files_versions/l10n/fi_FI.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Could not revert: %s" => "Palautus epäonnistui: %s",
-"Versions" => "Versiot",
-"Failed to revert {file} to revision {timestamp}." => "Tiedoston {file} palautus versioon {timestamp} epäonnistui.",
-"More versions..." => "Lisää versioita...",
-"No other versions available" => "Ei muita versioita saatavilla",
-"Restore" => "Palauta"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";