Blame view

sources/apps/files_versions/l10n/es.php 418 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Could not revert: %s" => "No se puede revertir: %s",
03e52840d   Kload   Init
4
  "Versions" => "Revisiones",
31b7f2792   Kload   Upgrade to ownclo...
5
6
7
8
  "Failed to revert {file} to revision {timestamp}." => "No se ha podido revertir {archivo} a revisión {timestamp}.",
  "More versions..." => "Más versiones...",
  "No other versions available" => "No hay otras versiones disponibles",
  "Restore" => "Recuperar"
03e52840d   Kload   Init
9
  );
31b7f2792   Kload   Upgrade to ownclo...
10
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";