diff options
Diffstat (limited to 'apps/files_versions/l10n/pl.php')
-rw-r--r-- | apps/files_versions/l10n/pl.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php index 3f4f61ec9e8..3d6be24a63d 100644 --- a/apps/files_versions/l10n/pl.php +++ b/apps/files_versions/l10n/pl.php @@ -1,5 +1,10 @@ -<?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}.", +"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);"; |