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

eu_ES.php « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92e64924b6135002116e9cd018735ebc08009411 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
"Cancel" => "Ezeztatu",
"Delete" => "Ezabatu",
"Personal" => "Pertsonala"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";