2012-09-19 00:07:26 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-02-14 23:06:50 +00: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-02-28 23:07:02 +00:00
|
|
|
"Versions" => "Versións",
|
2013-02-27 23:05:40 +00: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 00:07:26 +00:00
|
|
|
);
|