server/apps/files_versions/l10n/pl.php

9 lines
382 B
PHP
Raw Normal View History

2012-08-13 21:19:31 +00:00
<?php $TRANSLATIONS = array(
2013-02-12 14:12:46 +00:00
"Could not revert: %s" => "Nie można było przywrócić: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Wersje",
2013-08-01 05:57:04 +00: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 05:58:28 +00:00
"Restore" => "Przywróć"
2012-08-13 21:19:31 +00:00
);