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/sl.php')
-rw-r--r--apps/files_versions/l10n/sl.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/sl.php b/apps/files_versions/l10n/sl.php
deleted file mode 100644
index 08b2f03e4c1..00000000000
--- a/apps/files_versions/l10n/sl.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Could not revert: %s" => "Ni mogoče povrniti: %s",
-"Versions" => "Različice",
-"Failed to revert {file} to revision {timestamp}." => "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.",
-"More versions..." => "Več različic",
-"No other versions available" => "Ni drugih različic",
-"Restore" => "Obnovi"
-);
-$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";