nextcloud/apps/files_versions/l10n/pl.php

11 lines
488 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-12 18:12:46 +04:00
"Could not revert: %s" => "Nie można było przywrócić: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "Wersje",
2013-08-01 09:57:04 +04:00
"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",
2013-07-28 09:58:28 +04:00
"Restore" => "Przywróć"
2012-08-14 01:19:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";