Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_AR.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 068f835d0afe84dd2ae43a304ec118eeac5bc18f (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "No se pudo revertir: %s ",
"Versions" => "Versiones",
"Restore" => "Recuperar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";