5 lines
135 B
PHP
5 lines
135 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Ni mogoče povrniti: %s",
|
|
"Versions" => "Različice",
|
|
"Restore" => "Obnovi"
|
|
);
|