es.php 400 B

12345678910
  1. <?php $TRANSLATIONS = array(
  2. "Password" => "Contraseña",
  3. "Submit" => "Enviar",
  4. "%s shared the folder %s with you" => "%s compartió la carpeta %s contigo",
  5. "%s shared the file %s with you" => "%s compartió el fichero %s contigo",
  6. "Download" => "Descargar",
  7. "No preview available for" => "No hay vista previa disponible para",
  8. "web services under your control" => "Servicios web bajo su control"
  9. );