2012-09-19 04:07:26 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-02-15 03:06:50 +04:00
|
|
|
"Could not revert: %s" => "Non foi posíbel reverter: %s",
|
|
|
|
"success" => "feito",
|
|
|
|
"File %s was reverted to version %s" => "O ficheiro %s foi revertido á versión %s",
|
|
|
|
"failure" => "produciuse un fallo",
|
|
|
|
"File %s could not be reverted to version %s" => "Non foi posíbel reverter o ficheiro %s á versión %s",
|
|
|
|
"No old versions available" => "Non hai versións antigas dispoñíbeis",
|
|
|
|
"No path specified" => "Non foi indicada a ruta",
|
2013-03-01 03:07:02 +04:00
|
|
|
"Versions" => "Versións",
|
2013-02-28 03:05:40 +04:00
|
|
|
"Revert a file to a previous version by clicking on its revert button" => "Reverta un ficheiro a unha versión anterior premendo no botón reversión"
|
2012-09-19 04:07:26 +04:00
|
|
|
);
|