server/apps/files_versions/l10n/pl.php

6 lines
145 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",
"Restore" => "Przywróć"
2012-08-13 21:19:31 +00:00
);