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

eu_ES.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 280c7f05c0c87e532e8a32fe8008afe1771cb4bd (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Invalid request" => "Eskakizun baliogabea",
"Delete" => "Ezabatu",
"Cancel" => "Ezeztatu",
"Other" => "Bestea"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";