5 lines
148 B
PHP
5 lines
148 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "לא ניתן להחזיר: %s",
|
|
"Versions" => "גרסאות",
|
|
"Restore" => "שחזור"
|
|
);
|