Blame view
sources/apps/files_versions/l10n/pl.php
488 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Nie można było przywrócić: %s", |
|
03e52840d
|
4 |
"Versions" => "Wersje", |
|
31b7f2792
|
5 6 7 8 |
"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óć"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |