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

eu_ES.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6d9c9eb7334e2ede7200bb213ea6a2857baee2f (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Cancel" => "Ezeztatu",
"Download" => "Deskargatu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";