12 lines
600 B
PHP
12 lines
600 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Ne eblas malfari: %s",
|
|
"success" => "sukceso",
|
|
"File %s was reverted to version %s" => "Dosiero %s estis malfarita al versio %s",
|
|
"failure" => "malsukceso",
|
|
"File %s could not be reverted to version %s" => "Ne eblis malfari dosieron %s al versio %s",
|
|
"No old versions available" => "Neniu malnova versio disponeblas",
|
|
"No path specified" => "Neniu vojo estas specifita",
|
|
"Versions" => "Versioj",
|
|
"Revert a file to a previous version by clicking on its revert button" => "Malfari dosieron al antaŭa versio per klako sur sia malfarad-butono"
|
|
);
|