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/pl.php')
-rw-r--r--apps/files_versions/l10n/pl.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php
deleted file mode 100644
index 89018bf1176..00000000000
--- a/apps/files_versions/l10n/pl.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Could not revert: %s" => "Nie można było przywrócić: %s",
-"Versions" => "Wersje",
-"Failed to revert {file} to revision {timestamp}." => "Nie udało się przywrócić {file} do wersji z {timestamp}.",
-"More versions..." => "Więcej wersji...",
-"No other versions available" => "Nie są dostępne żadne inne wersje",
-"Restore" => "Przywróć"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";