es.php 387 B

12345678910111213
  1. <?php $TRANSLATIONS = array(
  2. "Pictures" => "Imágenes",
  3. "Settings" => "Preferencias",
  4. "Rescan" => "Refrescar",
  5. "Stop" => "Parar",
  6. "Share" => "Compartir",
  7. "Back" => "Atrás",
  8. "Remove confirmation" => "Borrar confirmación",
  9. "Do you want to remove album" => "¿Quieres eliminar el álbum",
  10. "Change album name" => "Cambiar nombre al álbum",
  11. "New album name" => "Nuevo nombre de álbum"
  12. );