5 lines
138 B
PHP
5 lines
138 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "No s'ha pogut revertir: %s",
|
|
"Versions" => "Versions",
|
|
"Restore" => "Recupera"
|
|
);
|