summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/es.php
blob: c87488bf7a9db81875cf81240c61601469dae725 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "No se puede revertir: %s",
"Versions" => "Revisiones",
"Restore" => "Recuperar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";