5 lines
145 B
PHP
5 lines
145 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Nie można było przywrócić: %s",
|
|
"Versions" => "Wersje",
|
|
"Restore" => "Przywróć"
|
|
);
|