summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/pl.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/pl.php')
-rw-r--r--apps/files_versions/l10n/pl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php
index 00f4ac3f768..3d6be24a63d 100644
--- a/apps/files_versions/l10n/pl.php
+++ b/apps/files_versions/l10n/pl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?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ć zmiany {sygnatura czasowa} {plik}.",
@@ -6,3 +7,4 @@
"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);";