Blame view
sources/apps/files_versions/l10n/es.php
629 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?php $TRANSLATIONS = array( "Could not revert: %s" => "No se puede revertir: %s", "success" => "exitoso", "File %s was reverted to version %s" => "El archivo %s fue revertido a la version %s", "failure" => "fallo", "File %s could not be reverted to version %s" => "El archivo %s no puede ser revertido a la version %s", "No old versions available" => "No hay versiones antiguas disponibles", "No path specified" => "Ruta no especificada", "Versions" => "Revisiones", "Revert a file to a previous version by clicking on its revert button" => "Revertir un archivo a una versión anterior haciendo clic en el boton de revertir" ); |