Blame view
sources/apps/files_versions/l10n/gl.php
644 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "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", "Versions" => "Versións", "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" ); |